From df6e75ef78d1a3c809dac3fd2c6004faca6ff7b7 Mon Sep 17 00:00:00 2001 From: Vitaly Kravtsov Date: Mon, 23 Sep 2024 21:35:39 +0600 Subject: [PATCH] add mock server --- Makefile | 3 + deps.edn | 18 +- .../aidbox_schemas/r4/fhir-packages.json | 28 + resources/aidbox_schemas/r4/schemas.json | 360043 +++++++++++++++ .../aidbox_schemas/r5/fhir-packages.json | 35 + resources/aidbox_schemas/r5/schemas.json | 322052 +++++++++++++ src/mock_server/main.clj | 46 + 7 files changed, 682216 insertions(+), 9 deletions(-) create mode 100644 resources/aidbox_schemas/r4/fhir-packages.json create mode 100644 resources/aidbox_schemas/r4/schemas.json create mode 100644 resources/aidbox_schemas/r5/fhir-packages.json create mode 100644 resources/aidbox_schemas/r5/schemas.json create mode 100644 src/mock_server/main.clj diff --git a/Makefile b/Makefile index 30ade31..1d64c9b 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ test: test-snapshots: clj -M:test -m kaocha.runner --focus-meta :snapshot +serve-mocks: + clj -M -m mock-server.main + PATH_TO_JAR := $(project_dir)/$(jar_path) AGENT_OPTS := caller-filter-file=$(project_dir)/trace-filter.json,config-output-dir=$(project_dir)/META diff --git a/deps.edn b/deps.edn index 30a46d7..52a4267 100644 --- a/deps.edn +++ b/deps.edn @@ -1,19 +1,19 @@ {:paths ["src"] - :deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"} - org.clj-commons/clj-http-lite {:mvn/version "1.0.13"} - org.clojure/clojure {:mvn/version "1.11.3"} - org.clojure/data.json {:mvn/version "2.5.0"} - metosin/malli {:mvn/version "0.16.3"} - org.clojure/tools.cli {:mvn/version "1.1.230"}} + :deps {com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"} + org.clj-commons/clj-http-lite {:mvn/version "1.0.13"} + org.clojure/clojure {:mvn/version "1.11.3"} + org.clojure/data.json {:mvn/version "2.5.0"} + http-kit/http-kit {:mvn/version "2.8.0"} + metosin/malli {:mvn/version "0.16.3"} + org.clojure/tools.cli {:mvn/version "1.1.230"}} :aliases {:dev {:extra-paths ["dev" "test"] - :extra-deps {com.health-samurai/matcho {:mvn/version "0.3.11"}}} + :extra-deps {com.health-samurai/matcho {:mvn/version "0.3.11"}}} :nrepl {:extra-paths ["dev"] - :extra-deps {cider/cider-nrepl {:mvn/version "LATEST"}} - + :extra-deps {cider/cider-nrepl {:mvn/version "0.50.2"}} :main-opts ["-m" "nrepl.cmdline" "-b" "0.0.0.0" "--middleware" diff --git a/resources/aidbox_schemas/r4/fhir-packages.json b/resources/aidbox_schemas/r4/fhir-packages.json new file mode 100644 index 0000000..98892bb --- /dev/null +++ b/resources/aidbox_schemas/r4/fhir-packages.json @@ -0,0 +1,28 @@ +[ + { + "name": "app.aidbox.main", + "version": "0.0.1", + "dependencies": { "hl7.fhir.r4.core": "4.0.1" }, + "resourceType": "Package", + "technical-id": "2d5ec72f-a946-496a-a02c-bfd97e159e80", + "href": "http://localhost:3333/r4/fhir-packages/app.aidbox.main%230.0.1/schemas" + }, + { + "license": "CC0-1.0", + "url": "http://hl7.org/fhir/R4", + "dependencies": {}, + "author": "HL7 Inc", + "homepage": "http://hl7.org/fhir", + "name": "hl7.fhir.r4.core", + "tools-version": 3, + "canonical": "http://hl7.org/fhir", + "title": "FHIR R4 package : Core", + "type": "fhir.core", + "version": "4.0.1", + "resourceType": "Package", + "fhirVersions": ["4.0.1"], + "href": "http://localhost:3333/r4/fhir-packages/hl7.fhir.r4.core%234.0.1/schemas", + "description": "Definitions (API, structures and terminologies) for the R4 version of the FHIR standard", + "technical-id": "6b24387e-a83e-49da-b630-a7421f66bb0a" + } +] diff --git a/resources/aidbox_schemas/r4/schemas.json b/resources/aidbox_schemas/r4/schemas.json new file mode 100644 index 0000000..2d09d08 --- /dev/null +++ b/resources/aidbox_schemas/r4/schemas.json @@ -0,0 +1,360043 @@ +[ + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-exposureDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-exposureDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-parameterSource/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-parameterSource", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-parameterSource" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/expansion-parameter-source" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-parameterSource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-parameterSource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/organization-preferredContact/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "organization-preferredContact", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/organization-preferredContact" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "organization-preferredContact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organization-preferredContact", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-equivalence", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-equivalence" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-equivalence", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Immunization/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Immunization", + "type": "Immunization", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "isSubpotent": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "reportOrigin": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-origin" + } + }, + "protocolApplied": { + "type": "BackboneElement", + "array": true, + "elements": { + "seriesDosesPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "doseNumberPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "doseNumber", + "required-element": true + }, + "series": { "type": "string", "scalar": true }, + "doseNumber": { + "scalar": true, + "choices": ["doseNumberPositiveInt", "doseNumberString"] + }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "doseNumberString": { + "type": "string", + "scalar": true, + "choiceOf": "doseNumber", + "required-element": true + }, + "seriesDosesString": { + "type": "string", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "seriesDoses": { + "scalar": true, + "choices": [ + "seriesDosesPositiveInt", + "seriesDosesString" + ] + }, + "targetDisease": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease" + } + } + }, + "required": ["doseNumber", "doseNumber"] + }, + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-site" + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "vaccineCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "doseQuantity": { "type": "Quantity", "scalar": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-reason" + } + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status-reason" + } + }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-route" + } + }, + "recorded": { "type": "dateTime", "scalar": true }, + "programEligibility": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility" + } + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "primarySource": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status" + }, + "summary": true, + "modifier": true + }, + "lotNumber": { "type": "string", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "manufacturer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "education": { + "type": "BackboneElement", + "array": true, + "elements": { + "reference": { "type": "uri", "scalar": true }, + "documentType": { "type": "string", "scalar": true }, + "publicationDate": { "type": "dateTime", "scalar": true }, + "presentationDate": { "type": "dateTime", "scalar": true } + }, + "constraints": { + "imm-1": { + "human": "One of documentType or reference SHALL be present", + "severity": "error", + "expression": "documentType.exists() or reference.exists()" + } + } + }, + "occurrenceString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "occurrence", + "required-element": true + }, + "reaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "detail": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "scalar": true + }, + "reported": { "type": "boolean", "scalar": true } + } + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence", + "required-element": true + }, + "fundingSource": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-funding-source" + } + }, + "subpotentReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason" + } + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrenceString"] + }, + "expirationDate": { "type": "date", "scalar": true }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-function" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + }, + "id": "Immunization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Immunization", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "vaccineCode", + "patient", + "occurrence", + "occurrence" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryAddressLine", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryAddressLine", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TestReport/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "TestReport", + "type": "TestReport", + "resourceType": "FHIRSchema", + "elements": { + "tester": { "type": "string", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "testScript": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/TestScript" + ], + "scalar": true, + "summary": true + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-participant-type" + } + }, + "display": { "type": "string", "scalar": true } + }, + "required": ["type", "uri"] + }, + "setup": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "detail": { + "type": "string", + "scalar": true + }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes" + } + }, + "message": { + "type": "markdown", + "scalar": true + } + }, + "required": ["result"] + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "detail": { "type": "uri", "scalar": true }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes" + } + }, + "message": { + "type": "markdown", + "scalar": true + } + }, + "required": ["result"] + } + }, + "constraints": { + "inv-1": { + "human": "Setup action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + } + }, + "required": ["action"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes" + }, + "summary": true + }, + "score": { "type": "decimal", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "issued": { "type": "dateTime", "scalar": true, "summary": true }, + "teardown": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "operation": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "required": ["operation"] + } + }, + "required": ["action"] + }, + "test": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "assert" + ] + }, + "operation": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "constraints": { + "inv-2": { + "human": "Test action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["action"] + } + }, + "id": "TestReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestReport", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "testScript", "result"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-expand-rules/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-expand-rules", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-expand-rules" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/expansion-processing-rule" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-expand-rules", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-rules", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/contactpoint-local/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "contactpoint-local", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/contactpoint-local" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "contactpoint-local", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "lnk-1": { + "human": "Must have at least two items", + "severity": "error", + "expression": "item.count()>1" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Linkage/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Linkage", + "type": "Linkage", + "resourceType": "FHIRSchema", + "elements": { + "item": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/linkage-type" + }, + "summary": true + }, + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + } + }, + "required": ["type", "resource"] + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Linkage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Linkage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["item"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ContactDetail/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ContactDetail", + "type": "ContactDetail", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "string", "scalar": true, "summary": true }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + } + }, + "id": "ContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactDetail", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksrequestgroup/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksrequestgroup", + "type": "RequestGroup", + "resourceType": "FHIRSchema", + "elements": { + "action": { + "elements": { + "description": { "mustSupport": true }, + "type": { "mustSupport": true }, + "participant": { "mustSupport": true }, + "title": { "mustSupport": true }, + "documentation": { "mustSupport": true }, + "selectionBehavior": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "condition": { "mustSupport": true }, + "resource": { "mustSupport": true } + } + }, + "author": { "mustSupport": true }, + "subject": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "authoredOn": { "mustSupport": true } + }, + "id": "cdshooksrequestgroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksrequestgroup", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/RequestGroup", + "version": "4.0.1", + "required": ["identifier", "instantiatesUri"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-ancestor", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-ancestor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaireresponse-reviewer", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaireresponse-reviewer", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Resource/4.0.1", + "fhirVersion": null, + "name": "Resource", + "type": "Resource", + "resourceType": "FHIRSchema", + "elements": { + "id": { "max": 1, "min": 0, "type": "string", "summary": true }, + "meta": { "max": 1, "min": 0, "type": "Meta", "summary": true }, + "language": { + "max": 1, + "min": 0, + "type": "code", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "implicitRules": { + "max": 1, + "min": 0, + "type": "uri", + "summary": true, + "modifier": true + } + }, + "id": "Resource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Resource", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-systemRef/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-systemRef", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-systemRef" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-systemRef", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemRef", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-direction", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-direction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ExplanationOfBenefit", + "type": "ExplanationOfBenefit", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "focal": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "preAuthRef": { "type": "string", "array": true } + }, + "required": ["focal", "coverage"] + }, + "benefitBalance": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit" + } + }, + "network": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "excluded": { "type": "boolean", "scalar": true }, + "financial": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type" + } + }, + "used": { + "scalar": true, + "choices": ["usedUnsignedInt", "usedMoney"] + }, + "allowed": { + "scalar": true, + "choices": [ + "allowedUnsignedInt", + "allowedString", + "allowedMoney" + ] + }, + "usedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "used" + }, + "allowedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "allowed" + }, + "allowedString": { + "type": "string", + "scalar": true, + "choiceOf": "allowed" + }, + "usedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "used" + }, + "allowedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "allowed" + } + }, + "required": ["type"] + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["category"] + }, + "facility": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + }, + "number": { "type": "positiveInt", "scalar": true }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + } + } + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "onAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission" + } + }, + "packageCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup" + } + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + } + }, + "required": ["sequence", "diagnosis", "diagnosis"] + }, + "preAuthRef": { "type": "string", "array": true }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory" + } + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueString", + "valueQuantity", + "valueAttachment", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "reason": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" + } + }, + "timing": { + "scalar": true, + "choices": ["timingDate", "timingPeriod"] + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception" + } + }, + "timingDate": { + "type": "date", + "scalar": true, + "choiceOf": "timing" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["sequence", "category"] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "payment": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype" + } + }, + "amount": { "type": "Money", "scalar": true }, + "adjustment": { "type": "Money", "scalar": true }, + "identifier": { "type": "Identifier", "scalar": true }, + "adjustmentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" + } + } + } + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "diagnosisSequence": { + "type": "positiveInt", + "array": true + }, + "procedureSequence": { + "type": "positiveInt", + "array": true + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { "type": "decimal", "scalar": true }, + "amount": { "type": "Money", "scalar": true }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + } + } + }, + "required": ["category"] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + }, + "careTeamSequence": { + "type": "positiveInt", + "array": true + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "informationSequence": { + "type": "positiveInt", + "array": true + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + } + }, + "required": ["sequence", "productOrService"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true } + }, + "required": ["sequence", "productOrService"] + } + }, + "required": ["sequence", "productOrService"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "procedure": { + "type": "BackboneElement", + "array": true, + "elements": { + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "date": { "type": "dateTime", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "procedure": { + "scalar": true, + "choices": [ + "procedureCodeableConcept", + "procedureReference" + ] + }, + "procedureReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + }, + "procedureCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + } + }, + "required": ["sequence", "procedure", "procedure"] + }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome" + }, + "summary": true + }, + "related": { + "type": "BackboneElement", + "array": true, + "elements": { + "claim": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ], + "scalar": true + }, + "reference": { "type": "Identifier", "scalar": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship" + } + } + } + }, + "disposition": { "type": "string", "scalar": true }, + "referral": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "scalar": true + }, + "preAuthRefPeriod": { "type": "Period", "array": true }, + "total": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "Money", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + }, + "summary": true + } + }, + "required": ["category", "amount"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/CodeSystem/processpriority" + } + }, + "accident": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode" + } + }, + "location": { + "scalar": true, + "choices": ["locationAddress", "locationReference"] + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "location" + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "choiceOf": "location" + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + } + }, + "prescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "billablePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "form": { "type": "Attachment", "scalar": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "fundsReserveRequested": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "benefitPeriod": { "type": "Period", "scalar": true }, + "precedence": { "type": "positiveInt", "scalar": true }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "addItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "itemSequence": { "type": "positiveInt", "array": true }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "detailSequence": { "type": "positiveInt", "array": true }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "subDetailSequence": { + "type": "positiveInt", + "array": true + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "provider": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "net": { "type": "Money", "scalar": true }, + "factor": { + "type": "decimal", + "scalar": true + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + } + }, + "required": ["productOrService"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true } + }, + "required": ["productOrService"] + } + }, + "required": ["productOrService"] + }, + "originalPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "careTeam": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "responsible": { "type": "boolean", "scalar": true }, + "qualification": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification" + } + } + }, + "required": ["sequence", "provider"] + }, + "claim": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Claim"], + "scalar": true + } + }, + "id": "ExplanationOfBenefit", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "type", + "use", + "patient", + "created", + "insurer", + "provider", + "outcome", + "insurance" + ] + }, + { + "description": "Actual entry", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-item/4.0.1", + "expression": "List.entry.item", + "fhirVersion": null, + "name": "item", + "xpath": "f:List/f:entry/f:item", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-item", + "url": "http://hl7.org/fhir/SearchParameter/List-item", + "code": "item", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-item" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "familymemberhistory-genetic", + "type": "FamilyMemberHistory", + "resourceType": "FHIRSchema", + "elements": { + "deceasedAge": { + "max": 1, + "min": 0, + "type": "Age", + "choiceOf": "deceased", + "mustSupport": true + }, + "age": { + "max": 1, + "min": 0, + "choices": ["ageAge", "ageRange", "ageString"] + }, + "sex": { + "slicing": { + "slices": { + "Sex": { + "max": 1, + "min": 0, + "schema": { + "type": "CodeableConcept", + "mustSupport": true + } + } + } + } + }, + "ageRange": { + "max": 1, + "min": 0, + "type": "Range", + "choiceOf": "age", + "mustSupport": true + }, + "bornString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "born", + "mustSupport": true + }, + "deceasedBoolean": { + "max": 1, + "min": 0, + "type": "boolean", + "choiceOf": "deceased", + "mustSupport": true + }, + "relationship": { + "slicing": { + "slices": { + "Relationship": { + "max": 1, + "min": 1, + "schema": { + "type": "CodeableConcept", + "mustSupport": true + } + } + } + } + }, + "deceased": { + "max": 1, + "min": 0, + "choices": [ + "deceasedBoolean", + "deceasedAge", + "deceasedRange", + "deceasedDate", + "deceasedString" + ] + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Parent": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" + } + }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "Sibling": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling" + } + }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "Observation": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" + } + }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "condition": { + "slicing": { + "slices": { + "Condition": { + "max": 2147483647, + "min": 0, + "schema": { + "elements": { + "code": { + "type": "CodeableConcept", + "mustSupport": true + }, + "note": { + "max": 1, + "min": 0, + "type": "Annotation" + }, + "onset": { + "max": 1, + "min": 0, + "choices": [ + "onsetAge", + "onsetRange", + "onsetPeriod", + "onsetString" + ] + }, + "outcome": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "onsetAge": { + "max": 1, + "min": 0, + "type": "Age", + "choiceOf": "onset", + "mustSupport": true + }, + "onsetRange": { + "max": 1, + "min": 0, + "type": "Range", + "choiceOf": "onset", + "mustSupport": true + }, + "onsetPeriod": { + "max": 1, + "min": 0, + "type": "Period", + "choiceOf": "onset", + "mustSupport": true + }, + "onsetString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "onset", + "mustSupport": true + } + }, + "required": ["code"], + "mustSupport": true + } + } + } + } + }, + "born": { + "max": 1, + "min": 0, + "choices": ["bornPeriod", "bornDate", "bornString"] + }, + "ageString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "age", + "mustSupport": true + }, + "deceasedRange": { + "max": 1, + "min": 0, + "type": "Range", + "choiceOf": "deceased", + "mustSupport": true + }, + "deceasedDate": { + "max": 1, + "min": 0, + "type": "date", + "choiceOf": "deceased", + "mustSupport": true + }, + "bornPeriod": { + "max": 1, + "min": 0, + "type": "Period", + "choiceOf": "born", + "mustSupport": true + }, + "deceasedString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "deceased", + "mustSupport": true + }, + "ageAge": { + "max": 1, + "min": 0, + "type": "Age", + "choiceOf": "age", + "mustSupport": true + }, + "bornDate": { + "max": 1, + "min": 0, + "type": "date", + "choiceOf": "born", + "mustSupport": true + } + }, + "id": "familymemberhistory-genetic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/rendering-style/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "rendering-style", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/rendering-style" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "rendering-style", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Medication/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Medication", + "type": "Medication", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" + } + }, + "batch": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "lotNumber": { "type": "string", "scalar": true }, + "expirationDate": { "type": "dateTime", "scalar": true } + } + }, + "amount": { "type": "Ratio", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemCodeableConcept", "itemReference"] + }, + "isActive": { "type": "boolean", "scalar": true }, + "strength": { "type": "Ratio", "scalar": true }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "scalar": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "manufacturer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Medication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Medication", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Coding/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Coding", + "type": "Coding", + "resourceType": "FHIRSchema", + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "display": { "type": "string", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "userSelected": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "id": "Coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Coding", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "nutritionorder-adaptiveFeedingDevice", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/feeding-device" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "nutritionorder-adaptiveFeedingDevice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "servicerequest-questionnaireRequest", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "servicerequest-questionnaireRequest", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Account/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Account", + "type": "Account", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "servicePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "positiveInt", + "scalar": true, + "summary": true + } + }, + "required": ["coverage"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-type" + }, + "summary": true + }, + "guarantor": { + "type": "BackboneElement", + "array": true, + "elements": { + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "onHold": { "type": "boolean", "scalar": true }, + "period": { "type": "Period", "scalar": true } + }, + "required": ["party"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/account-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "partOf": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"], + "scalar": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Account", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Account", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Composition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Composition", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "section": { + "type": "BackboneElement", + "array": true, + "elements": { + "orderedBy": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order" + } + }, + "section": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "elements", + "section" + ] + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-mode" + } + }, + "title": { "type": "string", "scalar": true }, + "emptyReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason" + } + }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes" + } + }, + "focus": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "entry": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "text": { "type": "Narrative", "scalar": true } + }, + "constraints": { + "cmp-1": { + "human": "A section must contain at least one of text, entries, or sub-sections", + "severity": "error", + "expression": "text.exists() or entry.exists() or section.exists()" + }, + "cmp-2": { + "human": "A section can only have an emptyReason if it is empty", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + } + } + }, + "attester": { + "type": "BackboneElement", + "array": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-attestation-mode" + } + }, + "time": { "type": "dateTime", "scalar": true }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["mode"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes" + }, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "event": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + }, + "summary": true + }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + } + } + }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "relatesTo": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type" + } + }, + "target": { + "scalar": true, + "choices": ["targetIdentifier", "targetReference"] + }, + "targetReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition" + ], + "scalar": true, + "choiceOf": "target", + "required-element": true + }, + "targetIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "target", + "required-element": true + } + }, + "required": ["code", "target", "target"] + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "confidentiality": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification" + }, + "summary": true + } + }, + "id": "Composition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Composition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "type", "date", "author", "title"] + }, + { + "constraints": { + "fhs-1": { + "human": "Can have age[x] or born[x], but not both", + "severity": "error", + "expression": "age.empty() or born.empty()" + }, + "fhs-2": { + "human": "Can only have estimatedAge if age[x] is present", + "severity": "error", + "expression": "age.exists() or estimatedAge.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "FamilyMemberHistory", + "type": "FamilyMemberHistory", + "resourceType": "FHIRSchema", + "elements": { + "deceasedAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "age": { + "scalar": true, + "choices": ["ageAge", "ageRange", "ageString"] + }, + "sex": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "ageRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "bornString": { + "type": "string", + "scalar": true, + "choiceOf": "born" + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember" + }, + "summary": true + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "deceased": { + "scalar": true, + "choices": [ + "deceasedBoolean", + "deceasedAge", + "deceasedRange", + "deceasedDate", + "deceasedString" + ] + }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/history-status" + }, + "summary": true, + "modifier": true + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "onset": { + "scalar": true, + "choices": [ + "onsetAge", + "onsetRange", + "onsetPeriod", + "onsetString" + ] + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "onset" + }, + "onsetAge": { + "type": "Age", + "scalar": true, + "choiceOf": "onset" + }, + "contributedToDeath": { "type": "boolean", "scalar": true }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "onset" + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-outcome" + } + }, + "note": { "type": "Annotation", "array": true }, + "onsetString": { + "type": "string", + "scalar": true, + "choiceOf": "onset" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + } + }, + "required": ["code"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "born": { + "scalar": true, + "choices": ["bornPeriod", "bornDate", "bornString"] + }, + "ageString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "deceasedRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "deceasedDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "bornPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "born" + }, + "deceasedString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "ageAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "bornDate": { "type": "date", "scalar": true, "choiceOf": "born" }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/history-absent-reason" + }, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "estimatedAge": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "id": "FamilyMemberHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "patient", "relationship"] + }, + { + "constraints": { + "ele-1": { + "human": "All FHIR elements must have a @value or children", + "severity": "error", + "expression": "hasValue() or (children().count() > id.count())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Element/4.0.1", + "fhirVersion": null, + "name": "Element", + "type": "Element", + "resourceType": "FHIRSchema", + "elements": { + "id": { "type": "string", "scalar": true }, + "extension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "Element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Element", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/canonical/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "canonical", + "type": "canonical", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "canonical", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/canonical", + "packageVersion": "4.0.1", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "4.0.1" + }, + { + "constraints": { + "lib-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Library/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Library", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "dataRequirement": { "type": "DataRequirement", "array": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "content": { "type": "Attachment", "array": true, "summary": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/library-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "parameter": { "type": "ParameterDefinition", "array": true }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "Library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Library", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-citation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-citation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-citation" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-citation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-citation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-replaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-replaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-replaces" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-replaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-identifier", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier" + }, + "value": { "choices": ["valueIdentifier"] }, + "valueIdentifier": { + "type": "Identifier", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-adoptionInfo", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-adoptionInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-initiatingPerson", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Person", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-initiatingPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Encounter/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Encounter", + "type": "Encounter", + "resourceType": "FHIRSchema", + "elements": { + "appointment": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "summary": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "use": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnosis-role" + } + }, + "rank": { "type": "positiveInt", "scalar": true }, + "condition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "summary": true + } + }, + "required": ["condition"] + }, + "serviceProvider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "episodeOfCare": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "summary": true + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type" + }, + "summary": true + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "individual": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + } + }, + "serviceType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"] + }, + "classHistory": { + "type": "BackboneElement", + "array": true, + "elements": { + "class": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" + } + }, + "period": { "type": "Period", "scalar": true } + }, + "required": ["class", "period"] + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" + }, + "summary": true + }, + "length": { "type": "Duration", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "hospitalization": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dischargeDisposition": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition" + } + }, + "preAdmissionIdentifier": { + "type": "Identifier", + "scalar": true + }, + "specialArrangement": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements" + } + }, + "dietPreference": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet" + } + }, + "admitSource": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-admit-source" + } + }, + "specialCourtesy": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy" + } + }, + "reAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0092" + } + }, + "origin": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "destination": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + } + }, + "period": { "type": "Period", "scalar": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "partOf": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "location": { + "type": "BackboneElement", + "array": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status" + } + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "physicalType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-physical-type" + } + } + }, + "required": ["location"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "statusHistory": { + "type": "BackboneElement", + "array": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status" + } + } + }, + "required": ["status", "period"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ], + "summary": true + } + }, + "id": "Encounter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Encounter", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "class"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PractitionerRole/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "PractitionerRole", + "type": "PractitionerRole", + "resourceType": "FHIRSchema", + "elements": { + "availableTime": { + "type": "BackboneElement", + "array": true, + "elements": { + "allDay": { "type": "boolean", "scalar": true }, + "daysOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + } + }, + "availableEndTime": { "type": "time", "scalar": true }, + "availableStartTime": { "type": "time", "scalar": true } + } + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "notAvailable": { + "type": "BackboneElement", + "array": true, + "elements": { + "during": { "type": "Period", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["description"] + }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/practitioner-role" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "availabilityExceptions": { "type": "string", "scalar": true }, + "practitioner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "scalar": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "healthcareService": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + }, + "id": "PractitionerRole", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ldlcholesterol/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "ldlcholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ldlcholesterol-codes" + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "high": { "type": "Quantity", "fixed": { "value": 3.0 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "ldlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ldlcholesterol", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-table-name", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-table-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "cqf-relativeDateTime", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "offset": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "offset" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "offset" }, + "value": { + "choices": [ + "valueDuration", + "valueRange" + ] + }, + "valueRange": { + "type": "Range", + "choiceOf": "value", + "required-element": true + }, + "valueDuration": { + "type": "Duration", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value", "value"] + } + }, + "target": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "target" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "target" }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "targetPath": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "targetPath" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "targetPath" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "relationship": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "relationship" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "relationship" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "cqf-relativeDateTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/headcircum/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "headcircum", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "HeadCircumCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "9843-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "9843-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "headcircum", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/headcircum", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-unit/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-unit", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-unit", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-encounterType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-encounterType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-encounterType" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-encounterType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-encounterType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-usage/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "codesystem-usage", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-usage" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "use": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "use" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "use" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "user": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "user" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "user" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "codesystem-usage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-usage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationAdministration/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationAdministration", + "type": "MedicationAdministration", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-category" + } + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "dosage": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dose": { "type": "Quantity", "scalar": true }, + "rate": { + "scalar": true, + "choices": ["rateRatio", "rateQuantity"] + }, + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes" + } + }, + "text": { "type": "string", "scalar": true }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes" + } + }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "rate" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "rate" + } + }, + "constraints": { + "mad-1": { + "human": "SHALL have at least one of dosage.dose or dosage.rate[x]", + "severity": "error", + "expression": "dose.exists() or rate.exists()" + } + } + }, + "instantiates": { "type": "uri", "array": true, "summary": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes" + } + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes" + } + }, + "note": { "type": "Annotation", "array": true }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective", + "required-element": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "identifier": { "type": "Identifier", "array": true }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true + }, + "device": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"] + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/med-admin-perform-function" + } + } + }, + "required": ["actor"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective", + "required-element": true + }, + "medication": { + "scalar": true, + "choices": ["medicationCodeableConcept", "medicationReference"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + }, + "id": "MedicationAdministration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "medication", + "medication", + "subject", + "effective", + "effective" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/VerificationResult/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "VerificationResult", + "type": "VerificationResult", + "resourceType": "FHIRSchema", + "elements": { + "failureAction": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-failure-action" + }, + "summary": true + }, + "validationType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-type" + }, + "summary": true + }, + "targetLocation": { + "type": "string", + "array": true, + "summary": true + }, + "validator": { + "type": "BackboneElement", + "array": true, + "elements": { + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "identityCertificate": { "type": "string", "scalar": true }, + "attestationSignature": { + "type": "Signature", + "scalar": true + } + }, + "required": ["organization"] + }, + "need": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-need" + }, + "summary": true + }, + "frequency": { "type": "Timing", "scalar": true }, + "nextScheduled": { "type": "date", "scalar": true }, + "primarySource": { + "type": "BackboneElement", + "array": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type" + }, + "summary": true + }, + "canPushUpdates": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates" + }, + "summary": true + }, + "validationDate": { "type": "dateTime", "scalar": true }, + "validationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-status" + } + }, + "pushTypeAvailable": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-push-type-available" + } + }, + "communicationMethod": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method" + }, + "summary": true + } + } + }, + "attestation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "date": { "type": "date", "scalar": true, "summary": true }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "proxySignature": { "type": "Signature", "scalar": true }, + "sourceSignature": { "type": "Signature", "scalar": true }, + "communicationMethod": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method" + }, + "summary": true + }, + "proxyIdentityCertificate": { + "type": "string", + "scalar": true + }, + "sourceIdentityCertificate": { + "type": "string", + "scalar": true + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-status" + }, + "summary": true + }, + "validationProcess": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-process" + }, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "target": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "lastPerformed": { "type": "dateTime", "scalar": true } + }, + "id": "VerificationResult", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VerificationResult", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resprate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "resprate", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "RespRateCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "9279-1", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "9279-1" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "/min", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "resprate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/resprate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "constraints": { + "sdf-16": { + "human": "All element definitions must have unique ids (snapshot)", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct()" + }, + "sdf-21": { + "human": "Default values can only be specified on specializations", + "severity": "error", + "expression": "differential.element.defaultValue.exists() implies (derivation = 'specialization')" + }, + "sdf-19": { + "human": "FHIR Specification models only use FHIR defined types", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential.element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$')) and snapshot.element.type.code.all(matches('^[a-zA-Z0-9\\\\.]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$')))" + }, + "sdf-1": { + "human": "Element paths must be unique unless the structure is a constraint", + "severity": "error", + "expression": "derivation = 'constraint' or snapshot.element.select(path).isDistinct()" + }, + "sdf-15a": { + "human": "If the first element in a differential has no \".\" in the path and it's not a logical model, it has no type", + "severity": "error", + "expression": "(kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty()" + }, + "sdf-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "sdf-15": { + "human": "The first element in a snapshot has no type unless model is a logical model.", + "severity": "error", + "expression": "kind!='logical' implies snapshot.element.first().type.empty()" + }, + "sdf-14": { + "human": "All element definitions must have an id", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and differential.element.all(id.exists())" + }, + "sdf-17": { + "human": "All element definitions must have unique ids (diff)", + "severity": "error", + "expression": "differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct()" + }, + "sdf-6": { + "human": "A structure must have either a differential, or a snapshot (or both)", + "severity": "error", + "expression": "snapshot.exists() or differential.exists()" + }, + "sdf-18": { + "human": "Context Invariants can only be used for extensions", + "severity": "error", + "expression": "contextInvariant.exists() implies type = 'Extension'" + }, + "sdf-23": { + "human": "No slice name on root", + "severity": "error", + "expression": "(snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty())" + }, + "sdf-4": { + "human": "If the structure is not abstract, then there SHALL be a baseDefinition", + "severity": "error", + "expression": "abstract = true or baseDefinition.exists()" + }, + "sdf-11": { + "human": "If there's a type, its content must match the path name in the first element of a snapshot", + "severity": "error", + "expression": "kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type" + }, + "sdf-9": { + "human": "In any snapshot or differential, no label, code or requirements on an element without a \".\" in the path (e.g. the first element)", + "severity": "error", + "expression": "children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty()" + }, + "sdf-22": { + "human": "FHIR Specification models never have default values", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty())" + }, + "sdf-5": { + "human": "If the structure defines an extension then the structure must have context information", + "severity": "error", + "expression": "type != 'Extension' or derivation = 'specialization' or (context.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/StructureDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "StructureDefinition", + "type": "StructureDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "derivation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-derivation-rule" + }, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "contextInvariant": { + "type": "string", + "array": true, + "summary": true + }, + "fhirVersion": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "mapping": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "comment": { "type": "string", "scalar": true }, + "identity": { "type": "id", "scalar": true } + }, + "required": ["identity"], + "constraints": { + "sdf-2": { + "human": "Must have at least a name or a uri (or both)", + "severity": "error", + "expression": "name.exists() or uri.exists()" + } + } + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "abstract": { "type": "boolean", "scalar": true, "summary": true }, + "copyright": { "type": "markdown", "scalar": true }, + "type": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "snapshot": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "element": { + "type": "ElementDefinition", + "array": true, + "constraints": { + "sdf-10": { + "human": "provide either a binding reference or a description (or both)", + "severity": "error", + "expression": "binding.empty() or binding.valueSet.exists() or binding.description.exists()" + } + } + } + }, + "required": ["element"], + "constraints": { + "sdf-3": { + "human": "Each element definition in a snapshot must have a formal definition and cardinalities", + "severity": "error", + "expression": "element.all(definition.exists() and min.exists() and max.exists())" + }, + "sdf-8": { + "human": "All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" + }, + "sdf-8b": { + "human": "All snapshot elements must have a base definition", + "severity": "error", + "expression": "element.all(base.exists())" + } + } + }, + "keyword": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-use" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/structure-definition-kind" + }, + "summary": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "context": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/extension-context-type" + }, + "summary": true + }, + "expression": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["type", "expression"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "differential": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "element": { "type": "ElementDefinition", "array": true } + }, + "required": ["element"], + "constraints": { + "sdf-20": { + "human": "No slicing on the root element", + "severity": "error", + "expression": "element.where(path.contains('.').not()).slicing.empty()" + }, + "sdf-8a": { + "human": "In any differential, all the elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path.startsWith(%resource.type)) and (element.tail().empty() or element.tail().all(path.startsWith(%resource.differential.element.first().path.replaceMatches('\\\\..*','')&'.')))" + } + } + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "baseDefinition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + } + }, + "id": "StructureDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "name", "status", "kind", "abstract", "type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-Accession/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-Accession", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-Accession" + }, + "value": { "choices": ["valueIdentifier"] }, + "valueIdentifier": { + "type": "Identifier", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-Accession", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Accession", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceProtein/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceProtein", + "type": "SubstanceProtein", + "resourceType": "FHIRSchema", + "elements": { + "subunit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "length": { + "type": "integer", + "scalar": true, + "summary": true + }, + "subunit": { + "type": "integer", + "scalar": true, + "summary": true + }, + "sequence": { + "type": "string", + "scalar": true, + "summary": true + }, + "sequenceAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "cTerminalModification": { + "type": "string", + "scalar": true, + "summary": true + }, + "nTerminalModification": { + "type": "string", + "scalar": true, + "summary": true + }, + "cTerminalModificationId": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "nTerminalModificationId": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + }, + "sequenceType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "disulfideLinkage": { + "type": "string", + "array": true, + "summary": true + }, + "numberOfSubunits": { + "type": "integer", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceProtein", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceProtein", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "description": "Business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-identifier/4.0.1", + "expression": "Basic.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Basic/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Basic-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-identifier" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CareTeam/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CareTeam", + "type": "CareTeam", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-category" + }, + "summary": true + }, + "managingOrganization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role" + }, + "summary": true + }, + "member": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "constraints": { + "ctm-1": { + "human": "CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner", + "severity": "error", + "expression": "onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))" + } + } + }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { "type": "ContactPoint", "array": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"] + } + }, + "id": "CareTeam", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "constraints": { + "inv-1": { + "human": "Last modified date must be greater than or equal to authored-on date.", + "severity": "error", + "expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Task/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Task", + "type": "Task", + "resourceType": "FHIRSchema", + "elements": { + "restriction": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "repetitions": { "type": "positiveInt", "scalar": true } + } + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "performerType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + }, + "executionPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "scalar": true, + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "scalar": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "reasonCode": { "type": "CodeableConcept", "scalar": true }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "authoredOn": { "type": "dateTime", "scalar": true }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContributor": { + "type": "Contributor", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueContributor", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "businessStatus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "for": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "lastModified": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-code" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-intent" + }, + "summary": true + }, + "focus": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContributor": { + "type": "Contributor", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueContributor", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Task"], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + } + }, + "id": "Task", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Task", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-usageMode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-usage-mode" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-usageMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-extensible/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-extensible", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-extensible" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-extensible", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/HumanName/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "HumanName", + "type": "HumanName", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-use" + }, + "summary": true, + "modifier": true + }, + "text": { "type": "string", "scalar": true, "summary": true }, + "given": { "type": "string", "array": true, "summary": true }, + "family": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "prefix": { "type": "string", "array": true, "summary": true }, + "suffix": { "type": "string", "array": true, "summary": true } + }, + "id": "HumanName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/HumanName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/code/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "code", + "type": "code", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "code", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/code", + "packageVersion": "4.0.1", + "regex": "[^\\s]+(\\s[^\\s]+)*", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-gatewayDevice", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-gatewayDevice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "rat-1": { + "human": "Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present", + "severity": "error", + "expression": "(numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Ratio/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Ratio", + "type": "Ratio", + "resourceType": "FHIRSchema", + "elements": { + "numerator": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "denominator": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "id": "Ratio", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Ratio", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-summaryOf", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-summaryOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "servicerequest-geneticsItem", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "code": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "code" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "code" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "status": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "status" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "status" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "specimen": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "specimen" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "specimen" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "geneticsObservation": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "geneticsObservation" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "geneticsObservation" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "servicerequest-geneticsItem", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Coverage/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Coverage", + "type": "Coverage", + "resourceType": "FHIRSchema", + "elements": { + "policyHolder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "beneficiary": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "contract": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Contract"] + }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriber-relationship" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-type" + }, + "summary": true + }, + "costToBeneficiary": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-copay-type" + }, + "summary": true + }, + "value": { + "scalar": true, + "choices": ["valueQuantity", "valueMoney"] + }, + "exception": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-financial-exception" + }, + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "required": ["type"] + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": ["value", "value"] + }, + "subrogation": { "type": "boolean", "scalar": true }, + "subscriber": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "payor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-class" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["type", "value"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "order": { "type": "positiveInt", "scalar": true, "summary": true }, + "network": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "dependent": { "type": "string", "scalar": true, "summary": true }, + "subscriberId": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "id": "Coverage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Coverage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "beneficiary", "payor"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-baseType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-baseType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/data-types" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-baseType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cholesterol/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "cholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mmol/L", + "mustSupport": true + }, + "unit": { + "type": "string", + "fixed": "mmol/L", + "mustSupport": true + }, + "value": { + "max": 1, + "min": 0, + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + }, + "comparator": { "type": "code" } + }, + "excluded": ["comparator"], + "required": ["unit", "system", "code"], + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "high": { "type": "Quantity", "fixed": { "value": 4.5 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "cholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cholesterol", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-map/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-map", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-map" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-map", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-map", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/display/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "display", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/display" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "display", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/display", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "adf-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ActivityDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ActivityDefinition", + "type": "ActivityDefinition", + "resourceType": "FHIRSchema", + "elements": { + "observationResultRequirement": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "transform": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "scalar": true + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "dosage": { "type": "Dosage", "array": true }, + "observationRequirement": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "productCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "productReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + } + }, + "required": ["type"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "product": { + "scalar": true, + "choices": ["productReference", "productCodeableConcept"] + }, + "usage": { "type": "string", "scalar": true }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingTiming", + "timingDateTime", + "timingAge", + "timingPeriod", + "timingRange", + "timingDuration" + ] + }, + "subtitle": { "type": "string", "scalar": true }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-resource-types" + }, + "summary": true + }, + "dynamicValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "string", "scalar": true }, + "expression": { "type": "Expression", "scalar": true } + }, + "required": ["path", "expression"] + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + } + }, + "specimenRequirement": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ActivityDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "constraints": { + "evv-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EvidenceVariable/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EvidenceVariable", + "type": "EvidenceVariable", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-type" + }, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "definition": { + "scalar": true, + "choices": [ + "definitionReference", + "definitionCanonical", + "definitionCodeableConcept", + "definitionExpression", + "definitionDataRequirement", + "definitionTriggerDefinition" + ] + }, + "exclude": { "type": "boolean", "scalar": true }, + "groupMeasure": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure" + } + }, + "definitionExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "timeFromStart": { "type": "Duration", "scalar": true }, + "participantEffectiveDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "participantEffective" + }, + "definitionDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "definitionTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "definitionReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "participantEffectiveTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "participantEffective" + }, + "participantEffectiveDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "participantEffective" + }, + "participantEffectivePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "participantEffective" + }, + "definitionCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "participantEffective": { + "scalar": true, + "choices": [ + "participantEffectiveDateTime", + "participantEffectivePeriod", + "participantEffectiveDuration", + "participantEffectiveTiming" + ] + }, + "usageContext": { "type": "UsageContext", "array": true } + }, + "required": [ + "definition", + "definition", + "definition", + "definition", + "definition", + "definition" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "type": "string", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "EvidenceVariable", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "characteristic"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-episodeOfCare", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-episodeOfCare", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SupplyRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SupplyRequest", + "type": "SupplyRequest", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-kind" + }, + "summary": true + }, + "supplier": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "summary": true + }, + "deliverTo": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Patient" + ], + "scalar": true + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "item": { + "scalar": true, + "choices": ["itemCodeableConcept", "itemReference"] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-reason" + } + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "deliverFrom": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueBoolean" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + }, + "id": "SupplyRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["item", "item", "quantity"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-conceptOrder", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-conceptOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "cpt-2": { + "human": "A system is required if a value is provided.", + "severity": "error", + "expression": "value.empty() or system.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ContactPoint/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ContactPoint", + "type": "ContactPoint", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use" + }, + "summary": true, + "modifier": true + }, + "rank": { "type": "positiveInt", "scalar": true, "summary": true }, + "value": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "system": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system" + }, + "summary": true + } + }, + "id": "ContactPoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactPoint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "11179-objectClassProperty", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclassproperty" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "11179-objectClassProperty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-referenceResource", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-referenceResource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-effectiveDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-effectiveDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchStudy/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchStudy", + "type": "ResearchStudy", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "category": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "enrollment": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "summary": true + }, + "arm": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { "type": "CodeableConcept", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["name"] + }, + "site": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "protocol": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "principalInvestigator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "phase": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-phase" + }, + "summary": true + }, + "reasonStopped": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped" + }, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "keyword": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-status" + }, + "summary": true, + "modifier": true + }, + "condition": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "primaryPurposeType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type" + }, + "summary": true + }, + "focus": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "objective": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type" + } + } + } + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "location": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "sponsor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "ResearchStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryMode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablemeasure/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablemeasure", + "type": "Measure", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown" }, + "date": { "max": 1, "min": 0, "mustSupport": true }, + "publisher": { "type": "string" }, + "jurisdiction": { "mustSupport": true }, + "name": { "type": "string" }, + "useContext": { "mustSupport": true }, + "experimental": { "type": "boolean" }, + "title": { "max": 1, "min": 0, "mustSupport": true }, + "url": { "type": "uri" }, + "identifier": { "mustSupport": true }, + "version": { "type": "string" }, + "contact": { "mustSupport": true } + }, + "id": "shareablemeasure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablemeasure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Measure", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-locationPerformed", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-locationPerformed", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-supportLink", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-supportLink", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/example-section-library/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "example-section-library", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "section": { + "slicing": { + "rules": "closed", + "slices": { + "plan": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + } + }, + "order": 2, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + }, + "title": { + "fixed": "Discharge Treatment Plan" + } + }, + "required": ["title", "code"] + } + }, + "procedure": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + } + }, + "order": 0, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + }, + "title": { "fixed": "Procedures Performed" } + }, + "required": ["title", "code"] + } + }, + "medications": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + } + }, + "order": 1, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + }, + "title": { + "fixed": "Medications Administered" + } + }, + "required": ["title", "code"] + } + } + }, + "ordered": true, + "description": "Slice by .section.code when using this library of sections", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + } + }, + "id": "example-section-library", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/example-section-library", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/minValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "minValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/minValue" + }, + "value": { + "choices": [ + "valueDate", + "valueDateTime", + "valueTime", + "valueDecimal", + "valueInteger" + ] + }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "minValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value", "value", "value", "value"] + }, + { + "constraints": { + "red-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchElementDefinition", + "type": "ResearchElementDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "variableType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-type" + } + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-element-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "definition": { + "scalar": true, + "choices": [ + "definitionCodeableConcept", + "definitionCanonical", + "definitionExpression", + "definitionDataRequirement" + ] + }, + "studyEffectiveTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "studyEffective" + }, + "exclude": { "type": "boolean", "scalar": true }, + "definitionExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "participantEffectiveDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "participantEffective" + }, + "studyEffectiveDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "studyEffective" + }, + "definitionDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "studyEffectiveGroupMeasure": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure" + } + }, + "participantEffectiveTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "participantEffective" + }, + "participantEffectiveGroupMeasure": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure" + } + }, + "studyEffectiveDescription": { + "type": "string", + "scalar": true + }, + "participantEffectiveDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "participantEffective" + }, + "studyEffectiveTimeFromStart": { + "type": "Duration", + "scalar": true + }, + "unitOfMeasure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "participantEffectivePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "participantEffective" + }, + "studyEffective": { + "scalar": true, + "choices": [ + "studyEffectiveDateTime", + "studyEffectivePeriod", + "studyEffectiveDuration", + "studyEffectiveTiming" + ] + }, + "participantEffectiveDescription": { + "type": "string", + "scalar": true + }, + "definitionCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "definition", + "required-element": true + }, + "participantEffective": { + "scalar": true, + "choices": [ + "participantEffectiveDateTime", + "participantEffectivePeriod", + "participantEffectiveDuration", + "participantEffectiveTiming" + ] + }, + "usageContext": { "type": "UsageContext", "array": true }, + "studyEffectivePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "studyEffective" + }, + "participantEffectiveTimeFromStart": { + "type": "Duration", + "scalar": true + }, + "studyEffectiveDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "studyEffective" + } + }, + "required": [ + "definition", + "definition", + "definition", + "definition" + ] + }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "comment": { "type": "string", "array": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "type": "string", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ResearchElementDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "type", "characteristic"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Narrative/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Narrative", + "type": "Narrative", + "resourceType": "FHIRSchema", + "elements": { + "div": { + "type": "xhtml", + "scalar": true, + "constraints": { + "txt-1": { + "human": "The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained style attributes", + "severity": "error", + "expression": "htmlChecks()" + }, + "txt-2": { + "human": "The narrative SHALL have some non-whitespace content", + "severity": "error", + "expression": "htmlChecks()" + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/narrative-status" + } + } + }, + "id": "Narrative", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Narrative", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["status", "div"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "observation-geneticsAminoAcidChange", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Name": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Name" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/clinvar" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Type": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-geneticsAminoAcidChange", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-displayCategory", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-display-category" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-displayCategory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "OrganizationAffiliation", + "type": "OrganizationAffiliation", + "resourceType": "FHIRSchema", + "elements": { + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "participatingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-role" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "healthcareService": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + }, + "id": "OrganizationAffiliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/vitalspanel/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "vitalspanel", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "VitalsPanelCode": { + "match": { + "type": "pattern", + "value": { + "code": "85353-1", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "85353-1" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + } + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "hasMember": { "array": true, "mustSupport": true } + }, + "id": "vitalspanel", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalspanel", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1", + "required": ["hasMember"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-reasonReference/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-reasonReference", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-reasonReference" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-reasonReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-reasonReference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-unitValueSet", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-unitValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Specimen/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Specimen", + "type": "Specimen", + "resourceType": "FHIRSchema", + "elements": { + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "receivedTime": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "processing": { + "type": "BackboneElement", + "array": true, + "elements": { + "time": { + "scalar": true, + "choices": ["timeDateTime", "timePeriod"] + }, + "additive": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + "procedure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-processing-procedure" + } + }, + "timePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "time" + }, + "description": { "type": "string", "scalar": true }, + "timeDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "time" + } + } + }, + "parent": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-status" + }, + "summary": true, + "modifier": true + }, + "condition": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0493" + }, + "summary": true + }, + "container": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type" + } + }, + "additive": { + "scalar": true, + "choices": [ + "additiveCodeableConcept", + "additiveReference" + ] + }, + "capacity": { "type": "Quantity", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "description": { "type": "string", "scalar": true }, + "specimenQuantity": { "type": "Quantity", "scalar": true }, + "additiveReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive" + }, + "additiveCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "accessionIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "collection": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "collectedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "collected" + }, + "fastingStatusCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916" + }, + "summary": true, + "choiceOf": "fastingStatus" + }, + "fastingStatus": { + "scalar": true, + "choices": [ + "fastingStatusCodeableConcept", + "fastingStatusDuration" + ] + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-method" + } + }, + "fastingStatusDuration": { + "type": "Duration", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916" + }, + "summary": true, + "choiceOf": "fastingStatus" + }, + "duration": { + "type": "Duration", + "scalar": true, + "summary": true + }, + "collector": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "collectedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "collected" + }, + "collected": { + "scalar": true, + "choices": ["collectedDateTime", "collectedPeriod"] + } + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + } + }, + "id": "Specimen", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Specimen", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/careplan-activity-title/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "careplan-activity-title", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/careplan-activity-title" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "careplan-activity-title", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/careplan-activity-title", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-performerFunction/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-performerFunction", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-performerFunction" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-function" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-performerFunction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-summary/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-summary", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-summary", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-sourceReference", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-sourceReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-nationality/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "patient-nationality", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-nationality" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "code": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "code" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "code" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "period": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "period" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "period" }, + "value": { "choices": ["valuePeriod"] }, + "valuePeriod": { + "type": "Period", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "patient-nationality", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/flag-priority/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "flag-priority", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/flag-priority" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-priority" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "flag-priority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/flag-priority", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/positiveInt/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "positiveInt", + "type": "positiveInt", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "positiveInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/positiveInt", + "packageVersion": "4.0.1", + "regex": "[1-9][0-9]*", + "base": "http://hl7.org/fhir/StructureDefinition/integer", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Practitioner/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Practitioner", + "type": "Practitioner", + "resourceType": "FHIRSchema", + "elements": { + "address": { "type": "Address", "array": true, "summary": true }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "photo": { "type": "Attachment", "array": true }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "communication": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "qualification": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-2.7-0360" + } + }, + "issuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "period": { "type": "Period", "scalar": true }, + "identifier": { "type": "Identifier", "array": true } + }, + "required": ["code"] + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + } + }, + "id": "Practitioner", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Practitioner", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-deviceCode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-deviceCode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-deviceCode" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-deviceCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-deviceCode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodyheight/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodyheight", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyHeightCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8302-2", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8302-2" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodyheight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyheight", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "constraints": { + "ref-1": { + "human": "SHALL have a contained resource if a local reference is provided", + "severity": "error", + "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Reference/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Reference", + "type": "Reference", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "display": { "type": "string", "scalar": true, "summary": true }, + "reference": { "type": "string", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "id": "Reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Reference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-targetBodyStructure", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-targetBodyStructure", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/lipidprofile/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["conclusionCode"], + "name": "lipidprofile", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "57698-3", + "system": "http://loinc.org", + "display": "Lipid panel with direct LDL - Serum or Plasma" + } + ] + } + }, + "result": { + "array": true, + "slicing": { + "rules": "closed", + "slices": { + "Cholesterol": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + } + }, + "resolve-ref": true + }, + "order": 0, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/cholesterol" + ], + "mustSupport": true + } + }, + "Triglyceride": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "35217-9", + "system": "http://loinc.org", + "display": "Triglyceride [Moles/​volume] in Serum or Plasma" + } + ] + } + }, + "resolve-ref": true + }, + "order": 1, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/triglyceride" + ], + "mustSupport": true + } + }, + "HDLCholesterol": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "2085-9", + "system": "http://loinc.org", + "display": "HDL Cholesterol" + } + ] + } + }, + "resolve-ref": true + }, + "order": 2, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" + ], + "mustSupport": true + } + }, + "LDLCholesterol": { + "max": 1, + "min": 0, + "match": { + "type": "binding", + "value": { + "code": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ldlcholesterol-codes" + } + }, + "resolve-ref": true + }, + "order": 3, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" + ], + "mustSupport": true + } + } + }, + "ordered": true, + "discriminator": [ + { "path": "resolve().code", "type": "value" } + ] + } + }, + "conclusion": { + "max": 1, + "min": 0, + "type": "string", + "mustSupport": true + }, + "conclusionCode": { "type": "CodeableConcept" } + }, + "id": "lipidprofile", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "version": "4.0.1", + "required": ["code"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-EN-qualifier", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-part-qualifier" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-EN-qualifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryInstallationQualifier", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryInstallationQualifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "opd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OperationDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "OperationDefinition", + "type": "OperationDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "system": { "type": "boolean", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "instance": { "type": "boolean", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "type": { "type": "boolean", "scalar": true, "summary": true }, + "overload": { + "type": "BackboneElement", + "array": true, + "elements": { + "comment": { "type": "string", "scalar": true }, + "parameterName": { "type": "string", "array": true } + } + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "outputProfile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "resource": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "affectsState": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-kind" + }, + "summary": true + }, + "comment": { "type": "markdown", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "base": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "inputProfile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "min": { "type": "integer", "scalar": true }, + "searchType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + } + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use" + } + }, + "name": { "type": "code", "scalar": true }, + "part": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "elements", + "parameter" + ] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types" + } + }, + "referencedFrom": { + "type": "BackboneElement", + "array": true, + "elements": { + "source": { "type": "string", "scalar": true }, + "sourceId": { "type": "string", "scalar": true } + }, + "required": ["source"] + }, + "documentation": { "type": "string", "scalar": true }, + "binding": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "strength": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength" + } + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + } + }, + "required": ["strength", "valueSet"] + }, + "max": { "type": "string", "scalar": true }, + "targetProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + }, + "required": ["name", "use", "min", "max"], + "constraints": { + "opd-1": { + "human": "Either a type must be provided, or parts", + "severity": "error", + "expression": "type.exists() or part.exists()" + }, + "opd-2": { + "human": "A search type can only be specified for parameters of type string", + "severity": "error", + "expression": "searchType.exists() implies type = 'string'" + }, + "opd-3": { + "human": "A targetProfile can only be specified for parameters of type Reference or Canonical", + "severity": "error", + "expression": "targetProfile.exists() implies (type = 'Reference' or type = 'canonical')" + } + } + } + }, + "id": "OperationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "name", + "status", + "kind", + "code", + "system", + "type", + "instance" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Invoice/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Invoice", + "type": "Invoice", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "totalNet": { "type": "Money", "scalar": true, "summary": true }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "totalPriceComponent": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Invoice", + "elements", + "lineItem", + "elements", + "priceComponent" + ] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "totalGross": { "type": "Money", "scalar": true, "summary": true }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { "type": "CodeableConcept", "scalar": true }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + }, + "required": ["actor"] + }, + "note": { "type": "Annotation", "array": true }, + "account": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-status" + }, + "summary": true, + "modifier": true + }, + "lineItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "sequence": { "type": "positiveInt", "scalar": true }, + "chargeItem": { + "scalar": true, + "choices": [ + "chargeItemReference", + "chargeItemCodeableConcept" + ] + }, + "priceComponent": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-priceComponentType" + } + }, + "amount": { "type": "Money", "scalar": true }, + "factor": { "type": "decimal", "scalar": true } + }, + "required": ["type"] + }, + "chargeItemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ], + "scalar": true, + "choiceOf": "chargeItem", + "required-element": true + }, + "chargeItemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "chargeItem", + "required-element": true + } + }, + "required": ["chargeItem", "chargeItem"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "issuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "cancelledReason": { "type": "string", "scalar": true }, + "paymentTerms": { "type": "markdown", "scalar": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "Invoice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Invoice", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-censusTract", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-censusTract", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/contactpoint-country/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "contactpoint-country", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/contactpoint-country" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "contactpoint-country", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-geneticsCopyNumberEvent", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-geneticsCopyNumberEvent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-ParticipantObjectContainsStudy", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy" + }, + "value": { "choices": ["valueIdentifier"] }, + "valueIdentifier": { + "type": "Identifier", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-ParticipantObjectContainsStudy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-caseSensitive", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-caseSensitive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-cadavericDonor", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-cadavericDonor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-trusted-expansion", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-trusted-expansion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Definition/4.0.1", + "fhirVersion": null, + "name": "Definition", + "type": "Definition", + "resourceType": "FHIRSchema", + "id": "Definition", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Definition", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-initialValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-initialValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-initialValue" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-initialValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-initialValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-concept-definition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-concept-definition", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-concept-definition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/tz-code/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "tz-code", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/tz-code" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/timezones" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "tz-code", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/tz-code", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DiagnosticReport", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" + }, + "summary": true + }, + "conclusionCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "conclusion": { "type": "string", "scalar": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "specimen": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "resultsInterpreter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-report-status" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/report-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "presentedForm": { "type": "Attachment", "array": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "imagingStudy": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + }, + "media": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "link": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Media" + ], + "scalar": true, + "summary": true + }, + "comment": { "type": "string", "scalar": true } + }, + "required": ["link"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "DiagnosticReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "code"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-proficiency/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "patient-proficiency", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-proficiency" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-LanguageAbilityMode" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "level": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "level" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "level" }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-LanguageAbilityProficiency" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "patient-proficiency", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-proficiency", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-replaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-replaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-replaces" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-replaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Contributor/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Contributor", + "type": "Contributor", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-type" + }, + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "Contributor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Contributor", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["type", "name"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "allergyintolerance-reasonRefuted", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "allergyintolerance-reasonRefuted", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/unsignedInt/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "unsignedInt", + "type": "unsignedInt", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "unsignedInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/unsignedInt", + "packageVersion": "4.0.1", + "regex": "[0]|([1-9][0-9]*)", + "base": "http://hl7.org/fhir/StructureDefinition/integer", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/flag-detail/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "flag-detail", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/flag-detail" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "flag-detail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/flag-detail", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Basic/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Basic", + "type": "Basic", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/basic-resource-type" + }, + "summary": true, + "modifier": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "created": { "type": "date", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "Basic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Basic", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["code"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-measureInfo/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "cqf-measureInfo", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-measureInfo" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "groupId": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "groupId" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "groupId" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "measure": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "measure" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "measure" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Measure" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "populationId": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "populationId" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "populationId" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "cqf-measureInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-measureInfo", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-uncertaintyType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/probability-distribution-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-uncertaintyType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "allergyintolerance-assertedDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "allergyintolerance-assertedDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-incisionDateTime", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-incisionDateTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-partOf/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-partOf", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-partOf" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-partOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-partOf", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "specimen-collectionPriority", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-priority" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "specimen-collectionPriority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/usagecontext-group/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "usagecontext-group", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/usagecontext-group" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "usagecontext-group", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/usagecontext-group", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqm-ValidityPeriod", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqm-ValidityPeriod", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "The udi Device Identifier (DI)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-udi-di/4.0.1", + "expression": "Device.udiCarrier.deviceIdentifier", + "fhirVersion": null, + "name": "udi-di", + "xpath": "f:Device/f:udiCarrier", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-udi-di", + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-di", + "code": "udi-di", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-udi-di" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AuditEvent/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "AuditEvent", + "type": "AuditEvent", + "resourceType": "FHIRSchema", + "elements": { + "outcomeDesc": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type" + }, + "summary": true + }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome" + }, + "summary": true + }, + "source": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "site": { "type": "string", "scalar": true }, + "type": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-source-type" + } + }, + "observer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "required": ["observer"] + }, + "recorded": { "type": "instant", "scalar": true, "summary": true }, + "agent": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "requestor": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "altId": { "type": "string", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + } + }, + "policy": { "type": "uri", "array": true }, + "purposeOfUse": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "network": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/network-type" + } + }, + "address": { "type": "string", "scalar": true } + } + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "media": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/dicm-405-mediatype" + } + } + }, + "required": ["requestor"] + }, + "purposeOfEvent": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + }, + "summary": true + }, + "action": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-action" + }, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "entity": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/object-role" + } + }, + "description": { "type": "string", "scalar": true }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-entity-type" + } + }, + "lifecycle": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/object-lifecycle-events" + } + }, + "query": { + "type": "base64Binary", + "scalar": true, + "summary": true + }, + "securityLabel": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + } + }, + "what": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "string", "scalar": true }, + "value": { + "scalar": true, + "choices": ["valueString", "valueBase64Binary"] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": ["type", "value", "value"] + } + }, + "constraints": { + "sev-1": { + "human": "Either a name or a query (NOT both)", + "severity": "error", + "expression": "name.empty() or query.empty()" + } + } + }, + "subtype": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-sub-type" + }, + "summary": true + } + }, + "id": "AuditEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["type", "recorded", "agent", "source"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Patient/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Patient", + "type": "Patient", + "resourceType": "FHIRSchema", + "elements": { + "multipleBirthBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "multipleBirth" + }, + "address": { "type": "Address", "array": true, "summary": true }, + "deceasedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "deceased", + "modifier": true + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased", + "modifier": true + }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "multipleBirthInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "multipleBirth" + }, + "multipleBirth": { + "scalar": true, + "choices": ["multipleBirthBoolean", "multipleBirthInteger"] + }, + "deceased": { + "scalar": true, + "choices": ["deceasedBoolean", "deceasedDateTime"] + }, + "photo": { "type": "Attachment", "array": true }, + "link": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/link-type" + }, + "summary": true + }, + "other": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "modifier": true, + "required": ["other", "type"] + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "generalPractitioner": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "maritalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status" + } + }, + "contact": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "HumanName", "scalar": true }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + } + }, + "period": { "type": "Period", "scalar": true }, + "address": { "type": "Address", "scalar": true }, + "telecom": { "type": "ContactPoint", "array": true }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "relationship": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship" + } + } + }, + "constraints": { + "pat-1": { + "human": "SHALL at least contain a contact's details or a reference to an organization", + "severity": "error", + "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()" + } + } + } + }, + "id": "Patient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Patient", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BodyStructure/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "BodyStructure", + "type": "BodyStructure", + "resourceType": "FHIRSchema", + "elements": { + "image": { "type": "Attachment", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "location": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "morphology": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-code" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "locationQualifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location" + } + } + }, + "id": "BodyStructure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BodyStructure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["patient"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceNucleicAcid", + "type": "SubstanceNucleicAcid", + "resourceType": "FHIRSchema", + "elements": { + "subunit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "sugar": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "residueSite": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "length": { + "type": "integer", + "scalar": true, + "summary": true + }, + "linkage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "residueSite": { + "type": "string", + "scalar": true, + "summary": true + }, + "connectivity": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "subunit": { + "type": "integer", + "scalar": true, + "summary": true + }, + "sequence": { + "type": "string", + "scalar": true, + "summary": true + }, + "fivePrime": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "threePrime": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "sequenceAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true + } + } + }, + "sequenceType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "numberOfSubunits": { + "type": "integer", + "scalar": true, + "summary": true + }, + "areaOfHybridisation": { + "type": "string", + "scalar": true, + "summary": true + }, + "oligoNucleotideType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceNucleicAcid", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/uuid/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "uuid", + "type": "uuid", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "uuid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uuid", + "packageVersion": "4.0.1", + "regex": "urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/synthesis/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "synthesis", + "type": "Evidence", + "resourceType": "FHIRSchema", + "elements": { + "description": { "max": 1, "min": 0, "type": "markdown" }, + "date": { "max": 1, "min": 0, "type": "dateTime", "summary": true }, + "publisher": { + "max": 1, + "min": 0, + "type": "string", + "summary": true + }, + "approvalDate": { "max": 1, "min": 0, "type": "date" }, + "copyright": { "max": 1, "min": 0, "type": "markdown" }, + "outcome": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + }, + "title": { "max": 1, "min": 0, "type": "string", "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "status": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "max": 1, "min": 0, "type": "string" }, + "url": { "max": 1, "min": 0, "type": "uri", "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "max": 1, "min": 0, "type": "date" }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "max": 1, "min": 0, "type": "string" }, + "version": { + "max": 1, + "min": 0, + "type": "string", + "summary": true + }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "exposureBackground": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + }, + "exposureVariant": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + }, + "id": "synthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/synthesis", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Evidence", + "version": "4.0.1", + "required": [ + "status", + "exposureBackground", + "exposureVariant", + "outcome" + ] + }, + { + "description": "Information supporting the clinical impression", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info/4.0.1", + "expression": "ClinicalImpression.supportingInfo", + "fhirVersion": null, + "name": "supporting-info", + "xpath": "f:ClinicalImpression/f:supportingInfo", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-supporting-info", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", + "code": "supporting-info", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-supporting-info" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-fhir-type", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type" + }, + "value": { "choices": ["valueUrl"] }, + "valueUrl": { + "type": "url", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-fhir-type", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-signatureRequired", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-signatureRequired", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-rules-text/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-rules-text", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-rules-text" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-rules-text", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-rules-text", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductUndesirableEffect", + "type": "MedicinalProductUndesirableEffect", + "resourceType": "FHIRSchema", + "elements": { + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "summary": true + }, + "population": { + "type": "Population", + "array": true, + "summary": true + }, + "classification": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "frequencyOfOccurrence": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "symptomConditionEffect": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "MedicinalProductUndesirableEffect", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/computableplandefinition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "computableplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "library": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + } + }, + "id": "computableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computableplandefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "4.0.1", + "required": ["library"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "capabilitystatement-supported-system", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "capabilitystatement-supported-system", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-schedule/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-schedule", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-schedule" + }, + "value": { "choices": ["valueTiming"] }, + "valueTiming": { + "type": "Timing", + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-schedule", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-schedule", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "cmd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ConceptMap/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ConceptMap", + "type": "ConceptMap", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "sourceCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true, + "choiceOf": "source" + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "targetUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "target" + }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "source": { "type": "uri", "scalar": true }, + "target": { "type": "uri", "scalar": true }, + "element": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "comment": { + "type": "string", + "scalar": true + }, + "display": { + "type": "string", + "scalar": true + }, + "product": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "elements", + "group", + "elements", + "element", + "elements", + "target", + "elements", + "dependsOn" + ] + }, + "dependsOn": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "type": "string", + "scalar": true + }, + "system": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true + }, + "display": { + "type": "string", + "scalar": true + }, + "property": { + "type": "uri", + "scalar": true + } + }, + "required": ["property", "value"] + }, + "equivalence": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-equivalence" + }, + "modifier": true + } + }, + "required": ["equivalence"], + "constraints": { + "cmd-1": { + "human": "If the map is narrower or inexact, there SHALL be some comments", + "severity": "error", + "expression": "comment.exists() or equivalence.empty() or ((equivalence != 'narrower') and (equivalence != 'inexact'))" + } + } + }, + "display": { "type": "string", "scalar": true } + } + }, + "unmapped": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "url": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "scalar": true + }, + "code": { "type": "code", "scalar": true }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode" + } + }, + "display": { "type": "string", "scalar": true } + }, + "required": ["mode"], + "constraints": { + "cmd-2": { + "human": "If the mode is 'fixed', a code must be provided", + "severity": "error", + "expression": "(mode = 'fixed') implies code.exists()" + }, + "cmd-3": { + "human": "If the mode is 'other-map', a url must be provided", + "severity": "error", + "expression": "(mode = 'other-map') implies url.exists()" + } + } + }, + "sourceVersion": { "type": "string", "scalar": true }, + "targetVersion": { "type": "string", "scalar": true } + }, + "required": ["element"] + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "source": { + "scalar": true, + "choices": ["sourceUri", "sourceCanonical"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "targetCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true, + "choiceOf": "target" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "sourceUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "source" + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "target": { + "scalar": true, + "choices": ["targetUri", "targetCanonical"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "ConceptMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/UsageContext/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "UsageContext", + "type": "UsageContext", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/usage-context-type" + }, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "id": "UsageContext", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/UsageContext", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["code", "value", "value", "value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/FiveWs/4.0.1", + "fhirVersion": null, + "name": "FiveWs", + "type": "FiveWs", + "resourceType": "FHIRSchema", + "id": "FiveWs", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/FiveWs", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Subscription/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Subscription", + "type": "Subscription", + "resourceType": "FHIRSchema", + "elements": { + "end": { "type": "instant", "scalar": true, "summary": true }, + "error": { "type": "string", "scalar": true, "summary": true }, + "reason": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status" + }, + "summary": true, + "modifier": true + }, + "channel": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-channel-type" + }, + "summary": true + }, + "header": { + "type": "string", + "array": true, + "summary": true + }, + "payload": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "endpoint": { + "type": "url", + "scalar": true, + "summary": true + } + }, + "required": ["type"] + }, + "contact": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "criteria": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Subscription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Subscription", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "reason", "criteria", "channel"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Endpoint/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Endpoint", + "type": "Endpoint", + "resourceType": "FHIRSchema", + "elements": { + "connectionType": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-connection-type" + }, + "summary": true + }, + "address": { "type": "url", "scalar": true, "summary": true }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "payloadMimeType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "payloadType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-payload-type" + }, + "summary": true + }, + "header": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "contact": { "type": "ContactPoint", "array": true } + }, + "id": "Endpoint", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "connectionType", "payloadType", "address"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Money/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Money", + "type": "Money", + "resourceType": "FHIRSchema", + "elements": { + "value": { "type": "decimal", "scalar": true, "summary": true }, + "currency": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies" + }, + "summary": true + } + }, + "id": "Money", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Money", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "constraints": { + "cpb-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "cpb-1": { + "human": "A Capability Statement SHALL have at least one of REST, messaging or document element.", + "severity": "error", + "expression": "rest.exists() or messaging.exists() or document.exists()" + }, + "cpb-2": { + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + "cpb-3": { + "human": "Messaging end-point is required (and is only permitted) when a statement is for an implementation.", + "severity": "error", + "expression": "messaging.endpoint.empty() or kind = 'instance'" + }, + "cpb-7": { + "human": "The set of documents must be unique by the combination of profile and mode.", + "severity": "error", + "expression": "document.select(profile&mode).isDistinct()" + }, + "cpb-14": { + "human": "If kind = instance, implementation must be present and software may be present", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + "cpb-15": { + "human": "If kind = capability, implementation must be absent, software must be present", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + "cpb-16": { + "human": "If kind = requirements, implementation and software must be absent", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CapabilityStatement/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CapabilityStatement", + "type": "CapabilityStatement", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "format": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "patchFormat": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "fhirVersion": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "instantiates": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "imports": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "document": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-mode" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { "type": "markdown", "scalar": true } + }, + "required": ["mode", "profile"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "messaging": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "endpoint": { + "type": "BackboneElement", + "array": true, + "elements": { + "address": { "type": "url", "scalar": true }, + "protocol": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/message-transport" + } + } + }, + "required": ["protocol", "address"] + }, + "documentation": { "type": "markdown", "scalar": true }, + "reliableCache": { "type": "unsignedInt", "scalar": true }, + "supportedMessage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-capability-mode" + }, + "summary": true + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["mode", "definition"] + } + } + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind" + }, + "summary": true + }, + "implementationGuide": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "software": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "releaseDate": { + "type": "dateTime", + "scalar": true, + "summary": true + } + }, + "required": ["name"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "implementation": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["description"] + }, + "rest": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-capability-mode" + }, + "summary": true + }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "searchRevInclude": { + "type": "string", + "array": true + }, + "searchParam": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { + "type": "string", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + } + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["name", "type"] + }, + "conditionalUpdate": { + "type": "boolean", + "scalar": true + }, + "conditionalRead": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-read-status" + } + }, + "operation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["name", "definition"] + }, + "referencePolicy": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-handling-policy" + } + }, + "readHistory": { + "type": "boolean", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "interaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-restful-interaction" + } + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["code"] + }, + "documentation": { + "type": "markdown", + "scalar": true + }, + "updateCreate": { + "type": "boolean", + "scalar": true + }, + "conditionalCreate": { + "type": "boolean", + "scalar": true + }, + "supportedProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + }, + "searchInclude": { + "type": "string", + "array": true + }, + "versioning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy" + } + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "conditionalDelete": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-delete-status" + } + } + }, + "required": ["type"], + "constraints": { + "cpb-12": { + "human": "Search parameter names must be unique in the context of a resource.", + "severity": "error", + "expression": "searchParam.select(name).isDistinct()" + } + } + }, + "security": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "cors": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "service": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-security-service" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true + } + } + }, + "operation": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "elements", + "rest", + "elements", + "resource", + "elements", + "operation" + ] + }, + "compartment": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" + ] + }, + "interaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/system-restful-interaction" + } + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["code"] + }, + "searchParam": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "elements", + "rest", + "elements", + "resource", + "elements", + "searchParam" + ] + }, + "documentation": { "type": "markdown", "scalar": true } + }, + "required": ["mode"], + "constraints": { + "cpb-9": { + "human": "A given resource can only be described once per RESTful mode.", + "severity": "error", + "expression": "resource.select(type).isDistinct()" + } + } + } + }, + "id": "CapabilityStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "date", "kind", "fhirVersion", "format"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-buildingNumberSuffix", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-buildingNumberSuffix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/http-response-header/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "http-response-header", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/http-response-header" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "http-response-header", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/http-response-header", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/consent-location/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "consent-location", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/consent-location" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "consent-location", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-location", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ProductShelfLife/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ProductShelfLife", + "type": "ProductShelfLife", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "period": { "type": "Quantity", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "specialPrecautionsForStorage": { + "type": "CodeableConcept", + "array": true, + "summary": true + } + }, + "id": "ProductShelfLife", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ProductShelfLife", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1", + "required": ["type", "period"] + }, + { + "constraints": { + "mrp-1": { + "human": "Measure Reports used for data collection SHALL NOT communicate group and score information", + "severity": "error", + "expression": "(type != 'data-collection') or group.exists().not()" + }, + "mrp-2": { + "human": "Stratifiers SHALL be either a single criteria or a set of criteria components", + "severity": "error", + "expression": "group.stratifier.stratum.all(value.exists() xor component.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MeasureReport/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MeasureReport", + "type": "MeasureReport", + "resourceType": "FHIRSchema", + "elements": { + "evaluatedResource": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + }, + "summary": true + }, + "count": { "type": "integer", "scalar": true }, + "subjectResults": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/List" + ], + "scalar": true + } + } + }, + "stratifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true + }, + "stratum": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "type": "CodeableConcept", + "scalar": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["code", "value"] + }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + } + }, + "count": { + "type": "integer", + "scalar": true + }, + "subjectResults": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/List" + ], + "scalar": true + } + } + }, + "measureScore": { + "type": "Quantity", + "scalar": true + } + } + } + } + }, + "measureScore": { + "type": "Quantity", + "scalar": true, + "summary": true + } + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-type" + }, + "summary": true + }, + "measure": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Measure"], + "scalar": true, + "summary": true + }, + "reporter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "improvementNotation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "MeasureReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "type", "measure", "period"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "capabilities", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/smart-capabilities" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "capabilities", + "kind": "complex-type", + "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-bestpractice-explanation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-bestpractice-explanation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceRequest", + "type": "DeviceRequest", + "resourceType": "FHIRSchema", + "elements": { + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role" + }, + "summary": true + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "priorRequest": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "codeReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + }, + "summary": true, + "choiceOf": "code", + "required-element": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "codeCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + }, + "summary": true, + "choiceOf": "code", + "required-element": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "scalar": true, + "choices": ["codeReference", "codeCodeableConcept"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueBoolean" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + } + }, + "id": "DeviceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["intent", "code", "code", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BackboneElement/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "BackboneElement", + "type": "BackboneElement", + "resourceType": "FHIRSchema", + "elements": { + "modifierExtension": { + "type": "Extension", + "array": true, + "summary": true, + "modifier": true + } + }, + "id": "BackboneElement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/maxValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "maxValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/maxValue" + }, + "value": { + "choices": [ + "valueDate", + "valueDateTime", + "valueTime", + "valueInstant", + "valueDecimal", + "valueInteger" + ] + }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "maxValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value", "value", "value", "value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceReferenceInformation", + "type": "SubstanceReferenceInformation", + "resourceType": "FHIRSchema", + "elements": { + "gene": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "gene": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "geneSequenceOrigin": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "target": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "scalar": true, + "choices": [ + "amountQuantity", + "amountRange", + "amountString" + ] + }, + "organism": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "interaction": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "target": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "amountRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "amount" + } + } + }, + "comment": { "type": "string", "scalar": true, "summary": true }, + "geneElement": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "element": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + }, + "classification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "domain": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "subtype": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "classification": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + } + }, + "id": "SubstanceReferenceInformation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-fmm", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-fmm", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-inheritedExtensibleValueSet", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet" + }, + "value": { "choices": ["valueUri", "valueCanonical"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-inheritedExtensibleValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablecodesystem/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablecodesystem", + "type": "CodeSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown" }, + "publisher": { "type": "string" }, + "name": { "type": "string" }, + "experimental": { "type": "boolean" }, + "status": { "type": "code" }, + "url": { "type": "uri" }, + "concept": { + "array": true, + "elements": { + "code": { "type": "code" }, + "concept": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "elements", + "concept" + ] + }, + "display": { "max": 1, "min": 0, "type": "string" }, + "definition": { "max": 1, "min": 0, "type": "string" } + }, + "required": ["code"] + }, + "caseSensitive": { "max": 1, "min": 0, "type": "boolean" }, + "version": { "type": "string" } + }, + "id": "shareablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "status", + "experimental", + "publisher", + "description", + "concept" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["conclusionCode"], + "name": "diagnosticreport-genetics", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Analysis": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis" + } + }, + "schema": { "type": "Extension" } + }, + "References": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" + } + }, + "schema": { "type": "Extension" } + }, + "AssessedCondition": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition" + } + }, + "schema": { "type": "Extension" } + }, + "FamilyMemberHistory": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "conclusionCode": { "type": "CodeableConcept" } + }, + "id": "diagnosticreport-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MessageHeader/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MessageHeader", + "type": "MessageHeader", + "resourceType": "FHIRSchema", + "elements": { + "response": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/response-code" + }, + "summary": true + }, + "details": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "id", + "scalar": true, + "summary": true + } + }, + "required": ["identifier", "code"] + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "source": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "contact": { + "type": "ContactPoint", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "url", + "scalar": true, + "summary": true + }, + "software": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["endpoint"] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter" + }, + "summary": true + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "event": { "scalar": true, "choices": ["eventCoding", "eventUri"] }, + "sender": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "eventUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + }, + "destination": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "url", + "scalar": true, + "summary": true + }, + "receiver": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "required": ["endpoint"] + }, + "eventCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + } + }, + "id": "MessageHeader", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageHeader", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["event", "event", "source"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-isCommonBinding", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-isCommonBinding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "operationoutcome-detectedIssue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "operationoutcome-detectedIssue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/oid/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "oid", + "type": "oid", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "oid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/oid", + "packageVersion": "4.0.1", + "regex": "urn:oid:[0-2](\\.(0|[1-9][0-9]*))+", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-progressStatus/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-progressStatus", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-progressStatus" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-progress-status-codes" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-progressStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-progressStatus", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-deprecated/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-deprecated", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-deprecated", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CoverageEligibilityRequest", + "type": "CoverageEligibilityRequest", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "focal": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["coverage"] + }, + "facility": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "sequence": { "type": "positiveInt", "scalar": true }, + "information": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "appliesToAll": { "type": "boolean", "scalar": true } + }, + "required": ["sequence", "information"] + }, + "purpose": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose" + }, + "summary": true + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "facility": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis" + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis" + } + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfoSequence": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + } + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "identifier": { "type": "Identifier", "array": true }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + } + }, + "id": "CoverageEligibilityRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "purpose", "patient", "created", "insurer"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Meta/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Meta", + "type": "Meta", + "resourceType": "FHIRSchema", + "elements": { + "tag": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/common-tags" + }, + "summary": true + }, + "source": { "type": "uri", "scalar": true, "summary": true }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + }, + "security": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "summary": true + }, + "versionId": { "type": "id", "scalar": true, "summary": true }, + "lastUpdated": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "id": "Meta", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Meta", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-SC-coding", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-SC-coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-workflowStatus", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-workflowStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Signature/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Signature", + "type": "Signature", + "resourceType": "FHIRSchema", + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "data": { "type": "base64Binary", "scalar": true }, + "type": { + "type": "Coding", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type" + }, + "summary": true + }, + "when": { "type": "instant", "scalar": true, "summary": true }, + "sigFormat": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "targetFormat": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + } + }, + "id": "Signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Signature", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["type", "when", "who"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-congregation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-congregation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-congregation" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-congregation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/id/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "id", + "type": "id", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "id", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/id", + "packageVersion": "4.0.1", + "regex": "[A-Za-z0-9\\-\\.]{1,64}", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "composition-clinicaldocument-versionNumber", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "composition-clinicaldocument-versionNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Media/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Media", + "type": "Media", + "resourceType": "FHIRSchema", + "elements": { + "deviceName": { "type": "string", "scalar": true, "summary": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "content": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "frames": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "width": { "type": "positiveInt", "scalar": true, "summary": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/media-type" + }, + "summary": true + }, + "created": { + "scalar": true, + "choices": ["createdDateTime", "createdPeriod"] + }, + "modality": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/media-modality" + }, + "summary": true + }, + "duration": { "type": "decimal", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "createdPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "created" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "operator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "createdDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "created" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "view": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/media-view" + }, + "summary": true + }, + "height": { "type": "positiveInt", "scalar": true, "summary": true } + }, + "id": "Media", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Media", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "content"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-birthPlace/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-birthPlace", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" + }, + "value": { "choices": ["valueAddress"] }, + "valueAddress": { + "type": "Address", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-birthPlace", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-warning/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-warning", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-warning" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-warning", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-warning", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-PQ-translation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation" + }, + "value": { "choices": ["valueQuantity"] }, + "valueQuantity": { + "type": "Quantity", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-PQ-translation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-location/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-location", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-location" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-location", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-location", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-geneticsGenomicSourceClass", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-geneticsGenomicSourceClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "mea-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "mea-1": { + "human": "Stratifier SHALL be either a single criteria or a set of criteria components", + "severity": "error", + "expression": "group.stratifier.all((code | description | criteria).exists() xor component.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Measure/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Measure", + "type": "Measure", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "definition": { + "type": "markdown", + "array": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + } + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["criteria"] + }, + "stratifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "description": { + "type": "string", + "scalar": true + } + }, + "required": ["criteria"] + }, + "description": { "type": "string", "scalar": true } + } + }, + "description": { "type": "string", "scalar": true } + } + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "compositeScoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/composite-measure-scoring" + }, + "summary": true + }, + "disclaimer": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "guidance": { "type": "markdown", "scalar": true, "summary": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "supplementalData": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "usage": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-data-usage" + } + }, + "criteria": { "type": "Expression", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["criteria"] + }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "usage": { "type": "string", "scalar": true }, + "rationale": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "riskAdjustment": { + "type": "string", + "scalar": true, + "summary": true + }, + "scoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring" + }, + "summary": true + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "improvementNotation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation" + }, + "summary": true + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "rateAggregation": { + "type": "string", + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "clinicalRecommendationStatement": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "id": "Measure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Measure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Event/4.0.1", + "fhirVersion": null, + "name": "Event", + "type": "Event", + "resourceType": "FHIRSchema", + "id": "Event", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Event", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-geneticsInterpretation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-geneticsInterpretation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "encounter-reasonCancelled", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "encounter-reasonCancelled", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RelatedPerson/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "RelatedPerson", + "type": "RelatedPerson", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "address": { "type": "Address", "array": true, "summary": true }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "relationship": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype" + }, + "summary": true + }, + "photo": { "type": "Attachment", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "period": { "type": "Period", "scalar": true } + }, + "id": "RelatedPerson", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["patient"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "communicationrequest-initiatingLocation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "communicationrequest-initiatingLocation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-delta/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-delta", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-delta" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-delta", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-delta", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-additionalLocator", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-additionalLocator", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "apr-1": { + "human": "Either the participantType or actor must be specified", + "severity": "error", + "expression": "participantType.exists() or actor.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AppointmentResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "AppointmentResponse", + "type": "AppointmentResponse", + "resourceType": "FHIRSchema", + "elements": { + "end": { "type": "instant", "scalar": true }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "start": { "type": "instant", "scalar": true }, + "comment": { "type": "string", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "appointment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "scalar": true, + "summary": true + }, + "participantType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "participantStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus" + }, + "summary": true, + "modifier": true + } + }, + "id": "AppointmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["appointment", "participantStatus"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodytemp/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodytemp", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyTempCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8310-5", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8310-5" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodytemp" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodytemp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodytemp", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-author/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-author", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-author" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-author", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/replaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "replaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/replaces" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/replaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-authoritativeSource/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-authoritativeSource", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-authoritativeSource" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-authoritativeSource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-authoritativeSource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "encounter-modeOfArrival", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0430" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "encounter-modeOfArrival", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-hidden/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-hidden", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-hidden", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "inv-1": { + "human": "If the substanceExposureRisk extension element is present, the AllergyIntolerance.code element must be omitted.", + "severity": "error", + "expression": "substanceExposureRisk.exists() and code.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "allergyintolerance-substanceExposureRisk", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "substance": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "substance" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "substance" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "exposureRisk": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "exposureRisk" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "exposureRisk" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "allergyintolerance-substanceExposureRisk", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-substanceExposureRisk", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "encounter-associatedEncounter", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "encounter-associatedEncounter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-instantiatesCanonical", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-instantiatesCanonical", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "allergyintolerance-certainty", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-certainty" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "allergyintolerance-certainty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceUseStatement/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceUseStatement", + "type": "DeviceUseStatement", + "resourceType": "FHIRSchema", + "elements": { + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-statement-status" + }, + "summary": true, + "modifier": true + }, + "timing": { + "scalar": true, + "choices": ["timingTiming", "timingPeriod", "timingDateTime"] + }, + "recordedOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "device": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Media" + ], + "summary": true + } + }, + "id": "DeviceUseStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "subject", "device"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductAuthorization", + "type": "MedicinalProductAuthorization", + "resourceType": "FHIRSchema", + "elements": { + "dataExclusivityPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "restoreDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "jurisdictionalAuthorization": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "validityPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "legalStatusOfSupply": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "procedure": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "date": { + "scalar": true, + "choices": ["datePeriod", "dateDateTime"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "datePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "date" + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "application": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization", + "elements", + "procedure" + ] + }, + "dateDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "date" + } + }, + "required": ["type"] + }, + "legalBasis": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "validityPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "regulator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "dateOfFirstAuthorization": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "internationalBirthDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "holder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "country": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged" + ], + "scalar": true, + "summary": true + } + }, + "id": "MedicinalProductAuthorization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-statusReason/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-statusReason", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-statusReason" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-statusReason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-statusReason", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ChargeItem/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ChargeItem", + "type": "ChargeItem", + "resourceType": "FHIRSchema", + "elements": { + "service": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" + ] + }, + "definitionUri": { "type": "uri", "array": true }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "requestingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "productCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + }, + "choiceOf": "product" + }, + "productReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + }, + "choiceOf": "product" + }, + "definitionCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + }, + "bodysite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "costCenter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "note": { "type": "Annotation", "array": true }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"], + "summary": true + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + } + }, + "product": { + "scalar": true, + "choices": ["productReference", "productCodeableConcept"] + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/ChargeItem"] + }, + "priceOverride": { "type": "Money", "scalar": true }, + "enteredDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "overrideReason": { "type": "string", "scalar": true }, + "performingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "factorOverride": { "type": "decimal", "scalar": true }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + } + }, + "required": ["actor"] + } + }, + "id": "ChargeItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "code", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-category/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-category", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-category", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-reference/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-reference", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-reference" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-reference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductPackaged", + "type": "MedicinalProductPackaged", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "marketingStatus": { + "type": "MarketingStatus", + "array": true, + "summary": true + }, + "marketingAuthorization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization" + ], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "legalStatusOfSupply": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "batchIdentifier": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "outerPackaging": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "immediatePackaging": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "required": ["outerPackaging"] + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct" + ], + "summary": true + }, + "packageItem": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "manufacturedItem": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured" + ], + "summary": true + }, + "otherCharacteristics": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "shelfLifeStorage": { + "type": "ProductShelfLife", + "array": true, + "summary": true + }, + "alternateMaterial": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "material": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "device": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "summary": true + }, + "quantity": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "physicalCharacteristics": { + "type": "ProdCharacteristic", + "scalar": true, + "summary": true + }, + "packageItem": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged", + "elements", + "packageItem" + ] + } + }, + "required": ["type", "quantity"] + } + }, + "id": "MedicinalProductPackaged", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["packageItem"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-own-name/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-own-name", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-own-name" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-own-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/provenance-relevant-history/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "provenance-relevant-history", + "type": "Provenance", + "resourceType": "FHIRSchema", + "elements": { + "agent": { + "slicing": { + "rules": "open", + "slices": { + "Author": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "type": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + } + } + }, + "schema": { + "elements": { + "who": { "mustSupport": true }, + "type": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "mustSupport": true + } + }, + "required": ["type", "who"], + "mustSupport": true + } + } + }, + "ordered": false, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "elements": { + "type": { + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type" + }, + "mustSupport": true + } + }, + "required": ["type"], + "mustSupport": true + }, + "reason": { "mustSupport": true }, + "target": { "mustSupport": true }, + "activity": { + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity" + }, + "mustSupport": true + }, + "occurred": { "choices": ["occurredDateTime"] }, + "occurredDateTime": { + "type": "dateTime", + "choiceOf": "occurred", + "mustSupport": true, + "required-element": true + } + }, + "id": "provenance-relevant-history", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/provenance-relevant-history", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Provenance", + "version": "4.0.1", + "required": ["occurred", "activity"] + }, + { + "constraints": { + "rvs-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "RiskEvidenceSynthesis", + "type": "RiskEvidenceSynthesis", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "sampleSize": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "numberOfStudies": { "type": "integer", "scalar": true }, + "numberOfParticipants": { + "type": "integer", + "scalar": true + } + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "studyType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-type" + } + }, + "outcome": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "synthesisType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/synthesis-type" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "population": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "certainty": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "rating": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality" + } + }, + "certaintySubcomponent": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-type" + } + }, + "rating": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating" + } + } + } + } + } + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "exposure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "riskEstimate": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-estimate-type" + } + }, + "value": { "type": "decimal", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "unitOfMeasure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "numeratorCount": { "type": "integer", "scalar": true }, + "denominatorCount": { "type": "integer", "scalar": true }, + "precisionEstimate": { + "type": "BackboneElement", + "array": true, + "elements": { + "to": { "type": "decimal", "scalar": true }, + "from": { "type": "decimal", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/precision-estimate-type" + } + }, + "level": { "type": "decimal", "scalar": true } + } + } + } + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "RiskEvidenceSynthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "population", "outcome"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-reasonCode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-reasonCode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-reasonCode" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-cause" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-reasonCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-reasonCode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "msd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MessageDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MessageDefinition", + "type": "MessageDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "category": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/message-significance-category" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "parent": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "event": { "scalar": true, "choices": ["eventCoding", "eventUri"] }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "allowedResponse": { + "type": "BackboneElement", + "array": true, + "elements": { + "message": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true + }, + "situation": { "type": "markdown", "scalar": true } + }, + "required": ["message"] + }, + "graph": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/GraphDefinition" + ] + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "focus": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "max": { "type": "string", "scalar": true }, + "min": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + } + }, + "required": ["code", "min"], + "constraints": { + "md-1": { + "human": "Max must be postive int or *", + "severity": "error", + "expression": "max='*' or (max.toInteger() > 0)" + } + } + }, + "replaces": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "summary": true + }, + "responseRequired": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request" + } + }, + "base": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "eventUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + }, + "eventCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + } + }, + "id": "MessageDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "date", "event", "event"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "observation-geneticsVariant", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Id": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Id" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Id" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Name": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Name" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/clinvar" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Type": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-geneticsVariant", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-genetics/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "observation-genetics", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "extension": { + "slicing": { + "rules": "open", + "slices": { + "CopyNumberEvent": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent" + } + }, + "schema": { "type": "Extension" } + }, + "DNARegionName": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName" + } + }, + "schema": { "type": "Extension" } + }, + "Ancestry": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry" + } + }, + "schema": { "type": "Extension" } + }, + "Gene": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene" + } + }, + "schema": { "type": "Extension" } + }, + "PhaseSet": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" + } + }, + "schema": { "type": "Extension" } + }, + "Allele": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele" + } + }, + "schema": { "type": "Extension" } + }, + "Interpretation": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation" + } + }, + "schema": { "type": "Extension" } + }, + "GenomicSourceClass": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass" + } + }, + "schema": { "type": "Extension" } + }, + "Variant": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant" + } + }, + "schema": { "type": "Extension" } + }, + "AminoAcidChange": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/observation-genetics", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/mimeType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "mimeType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/mimeType" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "mimeType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/mimeType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-strengthOfRecommendation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/recommendation-strength" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-strengthOfRecommendation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-strengthOfRecommendation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/data-absent-reason/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "data-absent-reason", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "data-absent-reason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-template-status", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/template-status-code" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-template-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "app-2": { + "human": "Either start and end are specified, or neither", + "severity": "error", + "expression": "start.exists() = end.exists()" + }, + "app-3": { + "human": "Only proposed or cancelled appointments can be missing start/end dates", + "severity": "error", + "expression": "(start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))" + }, + "app-4": { + "human": "Cancelation reason is only used for appointments that have been cancelled, or no-show", + "severity": "error", + "expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Appointment/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Appointment", + "type": "Appointment", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "string", "scalar": true }, + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "slot": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Slot"] + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "cancelationReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason" + }, + "summary": true + }, + "requestedPeriod": { "type": "Period", "array": true }, + "patientInstruction": { "type": "string", "scalar": true }, + "start": { "type": "instant", "scalar": true, "summary": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus" + }, + "summary": true + }, + "required": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participantrequired" + }, + "summary": true + } + }, + "required": ["status"], + "constraints": { + "app-1": { + "human": "Either the type or actor on the participant SHALL be specified", + "severity": "error", + "expression": "type.exists() or actor.exists()" + } + } + }, + "serviceType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "priority": { "type": "unsignedInt", "scalar": true }, + "appointmentType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus" + }, + "summary": true, + "modifier": true + }, + "comment": { "type": "string", "scalar": true }, + "minutesDuration": { "type": "positiveInt", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "end": { "type": "instant", "scalar": true, "summary": true }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + }, + "id": "Appointment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Appointment", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "participant"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "capabilitystatement-expectation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conformance-expectation" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "capabilitystatement-expectation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Binary/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Binary", + "type": "Binary", + "resourceType": "FHIRSchema", + "elements": { + "data": { "type": "base64Binary", "scalar": true }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "securityContext": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "Binary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Binary", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "4.0.1", + "required": ["contentType"] + }, + { + "constraints": { + "trd-1": { + "human": "Either timing, or a data requirement, but not both", + "severity": "error", + "expression": "data.empty() or timing.empty()" + }, + "trd-2": { + "human": "A condition only if there is a data requirement", + "severity": "error", + "expression": "condition.exists() implies data.exists()" + }, + "trd-3": { + "human": "A named event requires a name, a periodic event requires timing, and a data event requires data", + "severity": "error", + "expression": "(type = 'named-event' implies name.exists()) and (type = 'periodic' implies timing.exists()) and (type.startsWith('data-') implies data.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TriggerDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "TriggerDefinition", + "type": "TriggerDefinition", + "resourceType": "FHIRSchema", + "elements": { + "timingReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Schedule"], + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/trigger-type" + }, + "summary": true + }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "condition": { + "type": "Expression", + "scalar": true, + "summary": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingTiming", + "timingReference", + "timingDate", + "timingDateTime" + ] + }, + "timingDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "data": { + "type": "DataRequirement", + "array": true, + "summary": true + } + }, + "id": "TriggerDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "familymemberhistory-abatement", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement" + }, + "value": { "choices": ["valueDate", "valueAge", "valueBoolean"] }, + "valueAge": { + "type": "Age", + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "familymemberhistory-abatement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/translation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "translation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/translation" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "lang": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "lang" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "lang" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "content": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "content" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "content" + }, + "value": { + "choices": [ + "valueString", + "valueMarkdown" + ] + }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value", "value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "translation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/parameters-fullUrl/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "parameters-fullUrl", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/parameters-fullUrl" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "parameters-fullUrl", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/parameters-fullUrl", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryModeIdentifier", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryModeIdentifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bp/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["valueQuantity"], + "name": "bp", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "85354-9", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "85354-9" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "component": { + "array": true, + "slicing": { + "rules": "open", + "slices": { + "SystolicBP": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": { + "code": "8480-6", + "system": "http://loinc.org" + } + } + } + }, + "schema": { + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "SBPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8480-6", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8480-6" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": [ + "system", + "code" + ] + } + } + }, + "ordered": false, + "discriminator": [ + { + "path": "code", + "type": "value" + }, + { + "path": "system", + "type": "value" + } + ] + } + } + } + }, + "valueQuantity": { + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mm[Hg]", + "mustSupport": true + }, + "unit": { + "type": "string", + "mustSupport": true + }, + "value": { + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": [ + "value", + "unit", + "system", + "code" + ] + } + } + } + }, + "DiastolicBP": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": { + "code": "8462-4", + "system": "http://loinc.org" + } + } + } + }, + "schema": { + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "DBPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8462-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8462-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": [ + "system", + "code" + ] + } + } + }, + "ordered": false, + "discriminator": [ + { + "path": "code", + "type": "value" + }, + { + "path": "system", + "type": "value" + } + ] + } + } + } + }, + "valueQuantity": { + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mm[Hg]", + "mustSupport": true + }, + "unit": { + "type": "string", + "mustSupport": true + }, + "value": { + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": [ + "value", + "unit", + "system", + "code" + ] + } + } + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code.coding.code", "type": "value" }, + { "path": "code.coding.system", "type": "value" } + ] + } + } + }, + "id": "bp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bp", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "resource-effectivePeriod", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" + }, + "value": { "choices": ["valuePeriod"] }, + "valuePeriod": { + "type": "Period", + "choiceOf": "value", + "required-element": true + } + }, + "id": "resource-effectivePeriod", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/variable/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "variable", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/variable" + }, + "value": { "choices": ["valueExpression"] }, + "valueExpression": { + "type": "Expression", + "choiceOf": "value", + "required-element": true + } + }, + "id": "variable", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/variable", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-translatable", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-translatable", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bmi/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "bmi", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BMICode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "39156-5", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "39156-5" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "kg/m2", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bmi", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bmi", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1", + "required": ["valueQuantity"] + }, + { + "constraints": { + "csd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "csd-1": { + "human": "Within a code system definition, all the codes SHALL be unique", + "severity": "error", + "expression": "concept.code.combine($this.descendants().concept.code).isDistinct()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CodeSystem/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CodeSystem", + "type": "CodeSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "versionNeeded": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "content": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode" + }, + "summary": true + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-property-type" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "type"] + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "filter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "operator": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "operator", "value"] + }, + "supplements": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true, + "summary": true + }, + "compositional": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "hierarchyMeaning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning" + }, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true + }, + "count": { "type": "unsignedInt", "scalar": true, "summary": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "concept": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "concept": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "elements", + "concept" + ] + }, + "display": { "type": "string", "scalar": true }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCode", + "valueCoding", + "valueString", + "valueInteger", + "valueBoolean", + "valueDateTime", + "valueDecimal" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { "type": "code", "scalar": true }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "definition": { "type": "string", "scalar": true }, + "designation": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + }, + "value": { "type": "string", "scalar": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + } + }, + "required": ["value"] + } + }, + "required": ["code"] + }, + "caseSensitive": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "CodeSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "content"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-precondition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-precondition", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-precondition" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-precondition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-precondition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-expression/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-expression", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-expression" + }, + "value": { "choices": ["valueExpression"] }, + "valueExpression": { + "type": "Expression", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expression", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-assembly-order/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-assembly-order", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-assembly-order" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-assembly-order", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-exposureDuration", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration" + }, + "value": { "choices": ["valueDuration"] }, + "valueDuration": { + "type": "Duration", + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-exposureDuration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "DiagnosticReport-geneticsFamilyMemberHistory", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "DiagnosticReport-geneticsFamilyMemberHistory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-preferred/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-preferred", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-preferred" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-preferred", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-preferred", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceSourceMaterial", + "type": "SubstanceSourceMaterial", + "resourceType": "FHIRSchema", + "elements": { + "parentSubstanceName": { + "type": "string", + "array": true, + "summary": true + }, + "organism": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "genus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "author": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "authorType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "authorDescription": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "family": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "hybrid": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "hybridType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "maternalOrganismId": { + "type": "string", + "scalar": true, + "summary": true + }, + "paternalOrganismId": { + "type": "string", + "scalar": true, + "summary": true + }, + "maternalOrganismName": { + "type": "string", + "scalar": true, + "summary": true + }, + "paternalOrganismName": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "species": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismGeneral": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "class": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "order": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "phylum": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "kingdom": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "intraspecificType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "intraspecificDescription": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "partDescription": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "part": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "partLocation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "developmentStage": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "fractionDescription": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "fraction": { + "type": "string", + "scalar": true, + "summary": true + }, + "materialType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "sourceMaterialState": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "countryOfOrigin": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "sourceMaterialType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismId": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "organismName": { + "type": "string", + "scalar": true, + "summary": true + }, + "parentSubstanceId": { + "type": "Identifier", + "array": true, + "summary": true + }, + "geographicalLocation": { + "type": "string", + "array": true, + "summary": true + }, + "sourceMaterialClass": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceSourceMaterial", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "constraints": { + "prr-1": { + "human": "orderDetail SHALL only be present if code is present", + "severity": "error", + "expression": "orderDetail.empty() or code.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ServiceRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ServiceRequest", + "type": "ServiceRequest", + "resourceType": "FHIRSchema", + "elements": { + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-category" + }, + "summary": true + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "asNeeded": { + "scalar": true, + "choices": ["asNeededBoolean", "asNeededCodeableConcept"] + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "patientInstruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "specimen": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"], + "summary": true + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "asNeededBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "requisition": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "locationReference": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "quantityRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "quantityRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "quantityQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "orderDetail": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail" + }, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "summary": true + }, + "quantity": { + "scalar": true, + "choices": [ + "quantityQuantity", + "quantityRatio", + "quantityRange" + ] + }, + "locationCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType" + }, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "asNeededCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + } + }, + "id": "ServiceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/picoelement/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "picoelement", + "type": "EvidenceVariable", + "resourceType": "FHIRSchema", + "elements": { + "date": { "max": 1, "min": 0, "type": "dateTime", "summary": true }, + "note": { "type": "Annotation", "array": true }, + "type": { "max": 1, "min": 0, "type": "code" }, + "title": { "max": 1, "min": 0, "type": "string", "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "shortTitle": { "max": 1, "min": 0, "type": "string" }, + "description": { "max": 1, "min": 0, "type": "markdown" }, + "characteristic": { + "array": true, + "elements": { + "description": { "max": 1, "min": 0, "type": "string" }, + "definition": { + "choices": [ + "definitionReference", + "definitionCanonical", + "definitionCodeableConcept", + "definitionExpression", + "definitionDataRequirement", + "definitionTriggerDefinition" + ] + }, + "exclude": { "max": 1, "min": 0, "type": "boolean" }, + "groupMeasure": { "max": 1, "min": 0, "type": "code" }, + "definitionExpression": { + "type": "Expression", + "choiceOf": "definition", + "required-element": true + }, + "timeFromStart": { "max": 1, "min": 0, "type": "Duration" }, + "participantEffectiveDuration": { + "max": 1, + "min": 0, + "type": "Duration", + "choiceOf": "participantEffective" + }, + "definitionDataRequirement": { + "type": "DataRequirement", + "choiceOf": "definition", + "required-element": true + }, + "definitionTriggerDefinition": { + "type": "TriggerDefinition", + "choiceOf": "definition", + "required-element": true + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "choiceOf": "definition", + "required-element": true + }, + "definitionReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "choiceOf": "definition", + "required-element": true + }, + "participantEffectiveTiming": { + "max": 1, + "min": 0, + "type": "Timing", + "choiceOf": "participantEffective" + }, + "participantEffectiveDateTime": { + "max": 1, + "min": 0, + "type": "dateTime", + "choiceOf": "participantEffective" + }, + "participantEffectivePeriod": { + "max": 1, + "min": 0, + "type": "Period", + "choiceOf": "participantEffective" + }, + "definitionCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "definition", + "required-element": true + }, + "participantEffective": { + "max": 1, + "min": 0, + "choices": [ + "participantEffectiveDateTime", + "participantEffectivePeriod", + "participantEffectiveDuration", + "participantEffectiveTiming" + ] + }, + "usageContext": { "type": "UsageContext", "array": true } + }, + "required": [ + "definition", + "definition", + "definition", + "definition", + "definition", + "definition" + ] + } + }, + "id": "picoelement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/picoelement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "version": "4.0.1", + "required": ["characteristic"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/device-implantStatus/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "device-implantStatus", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/device-implantStatus" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/implantStatus" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "device-implantStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/device-implantStatus", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-instantiatesUri", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-instantiatesUri", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-systemUserType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-systemUserType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserType" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-systemUserType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-warning/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-warning", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-warning" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-warning", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-warning", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-standards-status", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/standards-status" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-standards-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "specimen-isDryWeight", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "specimen-isDryWeight", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareableactivitydefinition", + "type": "ActivityDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown" }, + "date": { "max": 1, "min": 0, "mustSupport": true }, + "publisher": { "type": "string" }, + "jurisdiction": { "mustSupport": true }, + "name": { "type": "string" }, + "useContext": { "mustSupport": true }, + "experimental": { "type": "boolean" }, + "title": { "max": 1, "min": 0, "mustSupport": true }, + "url": { "type": "uri" }, + "identifier": { "mustSupport": true }, + "version": { "type": "string" }, + "contact": { "mustSupport": true } + }, + "id": "shareableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/quantity-precision/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "quantity-precision", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/quantity-precision" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "quantity-precision", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/quantity-precision", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/HealthcareService/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "HealthcareService", + "type": "HealthcareService", + "resourceType": "FHIRSchema", + "elements": { + "coverageArea": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "availableTime": { + "type": "BackboneElement", + "array": true, + "elements": { + "allDay": { "type": "boolean", "scalar": true }, + "daysOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + } + }, + "availableEndTime": { "type": "time", "scalar": true }, + "availableStartTime": { "type": "time", "scalar": true } + } + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "notAvailable": { + "type": "BackboneElement", + "array": true, + "elements": { + "during": { "type": "Period", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["description"] + }, + "providedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "eligibility": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "comment": { "type": "markdown", "scalar": true } + } + }, + "extraDetails": { "type": "markdown", "scalar": true }, + "characteristic": { "type": "CodeableConcept", "array": true }, + "photo": { "type": "Attachment", "scalar": true, "summary": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "comment": { "type": "string", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "serviceProvisionCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-provision-conditions" + } + }, + "availabilityExceptions": { "type": "string", "scalar": true }, + "appointmentRequired": { "type": "boolean", "scalar": true }, + "referralMethod": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-referral-method" + } + }, + "telecom": { "type": "ContactPoint", "array": true }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "program": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/program" + } + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + } + }, + "id": "HealthcareService", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "constraints": { + "dom-2": { + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "severity": "error", + "expression": "contained.contained.empty()" + }, + "dom-3": { + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "severity": "error", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" + }, + "dom-4": { + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "severity": "error", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" + }, + "dom-5": { + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "severity": "error", + "expression": "contained.meta.security.empty()" + }, + "dom-6": { + "human": "A resource should have narrative for robust management", + "severity": "warning", + "expression": "text.`div`.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DomainResource/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DomainResource", + "type": "DomainResource", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "Narrative", "scalar": true }, + "contained": { "type": "Resource", "array": true }, + "extension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "modifierExtension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "modifier": true + } + }, + "id": "DomainResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImagingStudy/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImagingStudy", + "type": "ImagingStudy", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "started": { "type": "dateTime", "scalar": true, "summary": true }, + "numberOfSeries": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "interpreter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + }, + "series": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "started": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "laterality": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodysite-laterality" + }, + "summary": true + }, + "instance": { + "type": "BackboneElement", + "array": true, + "elements": { + "uid": { "type": "id", "scalar": true }, + "title": { "type": "string", "scalar": true }, + "number": { "type": "unsignedInt", "scalar": true }, + "sopClass": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1" + } + } + }, + "required": ["uid", "sopClass"] + }, + "number": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "uid": { "type": "id", "scalar": true, "summary": true }, + "specimen": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "summary": true + }, + "modality": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html" + }, + "summary": true + }, + "bodySite": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "summary": true + }, + "numberOfInstances": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function" + }, + "summary": true + } + }, + "required": ["actor"] + } + }, + "required": ["uid", "modality"] + }, + "procedureReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Procedure"], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "modality": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "referrer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingstudy-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "numberOfInstances": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "procedureCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://www.rsna.org/RadLex_Playbook.aspx" + }, + "summary": true + } + }, + "id": "ImagingStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "timing-dayOfMonth", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth" + }, + "value": { "choices": ["valuePositiveInt"] }, + "valuePositiveInt": { + "type": "positiveInt", + "choiceOf": "value", + "required-element": true + } + }, + "id": "timing-dayOfMonth", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationRequest", + "type": "MedicationRequest", + "resourceType": "FHIRSchema", + "elements": { + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-category" + } + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "summary": true + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "substitution": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason" + } + }, + "allowed": { + "scalar": true, + "choices": ["allowedBoolean", "allowedCodeableConcept"] + }, + "allowedBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + }, + "choiceOf": "allowed", + "required-element": true + }, + "allowedCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + }, + "choiceOf": "allowed", + "required-element": true + } + }, + "required": ["allowed", "allowed"] + }, + "detectedIssue": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "dispenseRequest": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "quantity": { "type": "Quantity", "scalar": true }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "initialFill": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "duration": { "type": "Duration", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true } + } + }, + "validityPeriod": { "type": "Period", "scalar": true }, + "dispenseInterval": { "type": "Duration", "scalar": true }, + "expectedSupplyDuration": { + "type": "Duration", + "scalar": true + }, + "numberOfRepeatsAllowed": { + "type": "unsignedInt", + "scalar": true + } + } + }, + "reported": { + "scalar": true, + "choices": ["reportedBoolean", "reportedReference"] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason" + } + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reportedReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true, + "choiceOf": "reported" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status" + }, + "summary": true, + "modifier": true + }, + "dosageInstruction": { "type": "Dosage", "array": true }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "reportedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "reported" + }, + "identifier": { "type": "Identifier", "array": true }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent" + }, + "summary": true, + "modifier": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ], + "summary": true + }, + "priorPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "courseOfTherapyType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy" + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true + }, + "medication": { + "scalar": true, + "choices": ["medicationCodeableConcept", "medicationReference"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + }, + "id": "MedicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent", "medication", "medication", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-relevantHistory/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-relevantHistory", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-relevantHistory" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-relevantHistory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-relevantHistory", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/dateTime/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.DateTime", + "fhirVersion": null, + "name": "dateTime", + "type": "dateTime", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "dateTime", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/dateTime", + "packageVersion": "4.0.1", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-applicable-version", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-applicable-version", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-label/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-label", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-label" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-label", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-risk", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-risk", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "dis-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of length. If system is present, it SHALL be UCUM.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Distance/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Distance", + "type": "Distance", + "resourceType": "FHIRSchema", + "id": "Distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Distance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RiskAssessment/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "RiskAssessment", + "type": "RiskAssessment", + "resourceType": "FHIRSchema", + "elements": { + "parent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "prediction": { + "type": "BackboneElement", + "array": true, + "elements": { + "relativeRisk": { "type": "decimal", "scalar": true }, + "when": { + "scalar": true, + "choices": ["whenPeriod", "whenRange"] + }, + "whenRange": { + "type": "Range", + "scalar": true, + "choiceOf": "when" + }, + "outcome": { "type": "CodeableConcept", "scalar": true }, + "probability": { + "scalar": true, + "choices": ["probabilityDecimal", "probabilityRange"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when" + }, + "rationale": { "type": "string", "scalar": true }, + "probabilityRange": { + "type": "Range", + "scalar": true, + "choiceOf": "probability", + "constraints": { + "ras-1": { + "human": "low and high must be percentages, if present", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + } + }, + "qualitativeRisk": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability" + } + }, + "probabilityDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "probability", + "constraints": { + "ras-1": { + "human": "low and high must be percentages, if present", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + } + } + }, + "constraints": { + "ras-2": { + "human": "Must be <= 100", + "severity": "error", + "expression": "probability is decimal implies (probability as decimal) <= 100" + } + } + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "basis": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reasonCode": { "type": "CodeableConcept", "array": true }, + "mitigation": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "summary": true + }, + "condition": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrencePeriod"] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + }, + "id": "RiskAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resource-approvalDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "resource-approvalDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "resource-approvalDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-history/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "codesystem-history", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-history" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "name": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "name" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "revision": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "revision" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "revision" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "id": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "id" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "id" + }, + "value": { + "choices": [ + "valueString" + ] + }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": [ + "extension" + ], + "required": ["value"] + } + }, + "date": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "url": "date" + } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "date" + }, + "value": { + "choices": [ + "valueDateTime" + ] + }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": [ + "extension" + ], + "required": ["value"] + } + }, + "notes": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "notes" + } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "notes" + }, + "value": { + "choices": [ + "valueString" + ] + }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": [ + "extension" + ], + "required": ["value"] + } + }, + "author": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "url": "author" + } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "author" + }, + "value": { + "choices": [ + "valueString" + ] + }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": [ + "extension" + ], + "required": ["value"] + } + } + }, + "discriminator": [ + { + "path": "url", + "type": "value" + } + ] + } + } + }, + "excluded": ["extension", "value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "codesystem-history", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-history", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/string/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "string", + "type": "string", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "string", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/string", + "packageVersion": "4.0.1", + "maxLength": 1048576, + "regex": "[ \\r\\n\\t\\S]+", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "constraints": { + "que-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "que-2": { + "human": "The link ids for groups and questions must be unique within the questionnaire", + "severity": "error", + "expression": "descendants().linkId.isDistinct()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Questionnaire/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Questionnaire", + "type": "Questionnaire", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "subjectType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "enableBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior" + } + }, + "definition": { "type": "uri", "scalar": true }, + "linkId": { "type": "string", "scalar": true }, + "repeats": { "type": "boolean", "scalar": true }, + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "elements", + "item" + ] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/item-type" + } + }, + "enableWhen": { + "type": "BackboneElement", + "array": true, + "elements": { + "answerQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "question": { "type": "string", "scalar": true }, + "answerDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answer": { + "scalar": true, + "choices": [ + "answerBoolean", + "answerDecimal", + "answerInteger", + "answerDate", + "answerDateTime", + "answerTime", + "answerString", + "answerCoding", + "answerQuantity", + "answerReference" + ] + }, + "answerString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "operator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator" + } + }, + "answerBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + } + }, + "modifier": true, + "required": [ + "question", + "operator", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer" + ], + "constraints": { + "que-7": { + "human": "If the operator is 'exists', the value must be a boolean", + "severity": "error", + "expression": "operator = 'exists' implies (answer is Boolean)" + } + } + }, + "answerOption": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "scalar": true, + "choices": [ + "valueInteger", + "valueDate", + "valueTime", + "valueString", + "valueCoding", + "valueReference" + ] + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "initialSelected": { + "type": "boolean", + "scalar": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "prefix": { "type": "string", "scalar": true }, + "readOnly": { "type": "boolean", "scalar": true }, + "answerValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions" + } + }, + "initial": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "maxLength": { "type": "integer", "scalar": true }, + "required": { "type": "boolean", "scalar": true }, + "text": { "type": "string", "scalar": true } + }, + "required": ["linkId", "type"], + "constraints": { + "que-5": { + "human": "Only 'choice' and 'open-choice' items can have answerValueSet", + "severity": "error", + "expression": "(type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())" + }, + "que-12": { + "human": "If there are more than one enableWhen, enableBehavior must be specified", + "severity": "error", + "expression": "enableWhen.count() > 2 implies enableBehavior.exists()" + }, + "que-9": { + "human": "Read-only can't be specified for \"display\" items", + "severity": "error", + "expression": "type!='display' or readOnly.empty()" + }, + "que-8": { + "human": "Initial values can't be specified for groups or display items", + "severity": "error", + "expression": "(type!='group' and type!='display') or initial.empty()" + }, + "que-11": { + "human": "If one or more answerOption is present, initial[x] must be missing", + "severity": "error", + "expression": "answerOption.empty() or initial.empty()" + }, + "que-1": { + "human": "Group items must have nested items, display items cannot have nested items", + "severity": "error", + "expression": "(type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())" + }, + "que-6": { + "human": "Required and repeat aren't permitted for display items", + "severity": "error", + "expression": "type!='display' or (required.empty() and repeats.empty())" + }, + "que-13": { + "human": "Can only have multiple initial values for repeating items", + "severity": "error", + "expression": "repeats=true or initial.count() <= 1" + }, + "que-10": { + "human": "Maximum length can only be declared for simple question types", + "severity": "error", + "expression": "(type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()" + }, + "que-4": { + "human": "A question cannot have both answerOption and answerValueSet", + "severity": "error", + "expression": "answerOption.empty() or answerValueSet.empty()" + }, + "que-3": { + "human": "Display items cannot have a \"code\" asserted", + "severity": "error", + "expression": "type!='display' or code.empty()" + } + } + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "Questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-system/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-system", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-system" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-system", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-system", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodyweight/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodyweight", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyWeightCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "29463-7", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "29463-7" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodyweight" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodyweight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyweight", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-replacedby/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-replacedby", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-replacedby" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-replacedby", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-replacedby", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/goal-acceptance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "goal-acceptance", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/goal-acceptance" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "status": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "status" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "status" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-acceptance-status" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "priority": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "priority" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "priority" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "individual": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "individual" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "individual" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "goal-acceptance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/goal-acceptance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/contactpoint-extension/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "contactpoint-extension", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "contactpoint-extension", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Tags applied to this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-tag/4.0.1", + "expression": "Resource.meta.tag", + "fhirVersion": null, + "name": "_tag", + "xpath": "f:Resource/f:meta/f:tag", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-tag", + "url": "http://hl7.org/fhir/SearchParameter/Resource-tag", + "code": "_tag", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-tag" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Slot/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Slot", + "type": "Slot", + "resourceType": "FHIRSchema", + "elements": { + "schedule": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Schedule"], + "scalar": true, + "summary": true + }, + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "start": { "type": "instant", "scalar": true, "summary": true }, + "serviceType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "appointmentType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus" + }, + "summary": true + }, + "comment": { "type": "string", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "end": { "type": "instant", "scalar": true, "summary": true }, + "overbooked": { "type": "boolean", "scalar": true } + }, + "id": "Slot", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Slot", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["schedule", "status", "start", "end"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-EN-representation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-v3-representation" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-EN-representation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Provenance/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Provenance", + "type": "Provenance", + "resourceType": "FHIRSchema", + "elements": { + "occurred": { + "scalar": true, + "choices": ["occurredPeriod", "occurredDateTime"] + }, + "signature": { "type": "Signature", "array": true }, + "occurredDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "occurred" + }, + "recorded": { "type": "instant", "scalar": true, "summary": true }, + "agent": { + "type": "BackboneElement", + "array": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-type" + }, + "summary": true + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["who"] + }, + "policy": { "type": "uri", "array": true }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "activity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-activity-type" + } + }, + "target": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "entity": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-entity-role" + }, + "summary": true + }, + "what": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "agent": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Provenance", + "elements", + "agent" + ] + } + }, + "required": ["role", "what"] + }, + "occurredPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "occurred" + } + }, + "id": "Provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Provenance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["target", "recorded", "agent"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-exposureDescription", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-exposureDescription", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-delimiter", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-delimiter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-allowedUnits", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" + }, + "value": { "choices": ["valueCodeableConcept", "valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-allowedUnits", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "description": "Who/What this Media is a record of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-patient/4.0.1", + "expression": "Media.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Media/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-patient", + "url": "http://hl7.org/fhir/SearchParameter/Media-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-patient" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-streetNameBase", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-streetNameBase", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Address/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Address", + "type": "Address", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use" + }, + "summary": true, + "modifier": true + }, + "city": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type" + }, + "summary": true + }, + "state": { "type": "string", "scalar": true, "summary": true }, + "line": { "type": "string", "array": true, "summary": true }, + "postalCode": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "country": { "type": "string", "scalar": true, "summary": true }, + "district": { "type": "string", "scalar": true, "summary": true }, + "text": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Address", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksguidanceresponse", + "type": "GuidanceResponse", + "resourceType": "FHIRSchema", + "elements": { + "result": { "mustSupport": true }, + "subject": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "cdsHooksEndpoint": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "performer": { "mustSupport": true }, + "occurrenceDateTime": { "mustSupport": true } + }, + "id": "cdshooksguidanceresponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "version": "4.0.1", + "required": ["requestIdentifier", "identifier", "moduleUri"] + }, + { + "constraints": { + "obs-6": { + "human": "dataAbsentReason SHALL only be present if Observation.value[x] is not present", + "severity": "error", + "expression": "dataAbsentReason.empty() or value.empty()" + }, + "obs-7": { + "human": "If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present", + "severity": "error", + "expression": "value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Observation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Observation", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + } + }, + "referenceRange": { + "type": "BackboneElement", + "array": true, + "elements": { + "age": { "type": "Range", "scalar": true }, + "low": { "type": "Quantity", "scalar": true }, + "high": { "type": "Quantity", "scalar": true }, + "text": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning" + } + }, + "appliesTo": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto" + } + } + }, + "constraints": { + "obs-3": { + "human": "Must have at least a low or a high or text", + "severity": "error", + "expression": "low.exists() or high.exists() or text.exists()" + } + } + }, + "hasMember": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "summary": true + }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "summary": true + }, + "interpretation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods" + } + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "specimen": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"], + "scalar": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "component": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "referenceRange": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "elements", + "referenceRange" + ] + }, + "interpretation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + } + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + } + } + }, + "required": ["code"] + }, + "note": { "type": "Annotation", "array": true }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": [ + "effectiveDateTime", + "effectivePeriod", + "effectiveTiming", + "effectiveInstant" + ] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "effectiveTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ], + "scalar": true + }, + "effectiveInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ], + "summary": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + } + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "Observation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Observation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "code"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/organization-period/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "organization-period", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/organization-period" + }, + "value": { "choices": ["valuePeriod"] }, + "valuePeriod": { + "type": "Period", + "choiceOf": "value", + "required-element": true + } + }, + "id": "organization-period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organization-period", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-expansionSource/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-expansionSource", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-expansionSource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-streetNameType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-streetNameType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RelatedArtifact/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "RelatedArtifact", + "type": "RelatedArtifact", + "resourceType": "FHIRSchema", + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type" + }, + "summary": true + }, + "label": { "type": "string", "scalar": true, "summary": true }, + "display": { "type": "string", "scalar": true, "summary": true }, + "citation": { "type": "markdown", "scalar": true, "summary": true }, + "document": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "resource": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "RelatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["type"] + }, + { + "description": "Recipient(s) of goods and services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-subject/4.0.1", + "expression": "Invoice.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Invoice/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-subject", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-subject" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-receivingPerson", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Person", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-receivingPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/consent-Witness/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "consent-Witness", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/consent-Witness" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "consent-Witness", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-Witness", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareableplandefinition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareableplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown" }, + "date": { "max": 1, "min": 0, "mustSupport": true }, + "publisher": { "type": "string" }, + "jurisdiction": { "mustSupport": true }, + "name": { "type": "string" }, + "useContext": { "mustSupport": true }, + "experimental": { "type": "boolean" }, + "title": { "max": 1, "min": 0, "mustSupport": true }, + "url": { "type": "uri" }, + "identifier": { "mustSupport": true }, + "version": { "type": "string" }, + "contact": { "mustSupport": true } + }, + "id": "shareableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/devicemetricobservation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["encounter", "issued", "dataAbsentReason", "specimen"], + "name": "devicemetricobservation", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "referenceRange": { "max": 1, "min": 0, "mustSupport": true }, + "hasMember": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "mustSupport": true + }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "mustSupport": true + }, + "interpretation": { "max": 1, "min": 0, "type": "CodeableConcept" }, + "method": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "valueTime": { + "max": 1, + "min": 0, + "type": "time", + "choiceOf": "value", + "mustSupport": true + }, + "specimen": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "choiceOf": "value", + "mustSupport": true + }, + "value": { + "max": 1, + "min": 0, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod" + ] + }, + "valueString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "value", + "mustSupport": true + }, + "valueRatio": { + "max": 1, + "min": 0, + "type": "Ratio", + "choiceOf": "value", + "mustSupport": true + }, + "valueDateTime": { + "max": 1, + "min": 0, + "type": "dateTime", + "choiceOf": "value", + "mustSupport": true + }, + "note": { "type": "Annotation", "array": true }, + "valueSampledData": { + "max": 1, + "min": 0, + "type": "SampledData", + "choiceOf": "value", + "mustSupport": true + }, + "effectiveDateTime": { "type": "dateTime", "mustSupport": true }, + "status": { "type": "code", "mustSupport": true }, + "code": { "type": "CodeableConcept", "mustSupport": true }, + "identifier": { + "type": "Identifier", + "array": true, + "mustSupport": true + }, + "valueCodeableConcept": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "choiceOf": "value", + "mustSupport": true + }, + "bodySite": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "issued": { "type": "instant" }, + "valuePeriod": { + "max": 1, + "min": 0, + "type": "Period", + "choiceOf": "value", + "mustSupport": true + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ], + "mustSupport": true + }, + "valueRange": { + "max": 1, + "min": 0, + "type": "Range", + "choiceOf": "value", + "mustSupport": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "mustSupport": true + }, + "dataAbsentReason": { "type": "CodeableConcept" } + }, + "id": "devicemetricobservation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/devicemetricobservation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": ["status", "code", "subject", "effectiveDateTime", "device"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-activityStatusDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-activityStatusDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/rendering-xhtml/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "rendering-xhtml", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "rendering-xhtml", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-xhtml", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-recipientType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-recipientType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-recipientType" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-recipientType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-recipientType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "maxValue": 2147483647, + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/integer/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Integer", + "fhirVersion": null, + "name": "integer", + "type": "integer", + "minValue": -2147483648, + "resourceType": "FHIRSchema", + "scalar": true, + "id": "integer", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer", + "packageVersion": "4.0.1", + "regex": "-?([0]|([1-9][0-9]*))", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-approachBodyStructure", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-approachBodyStructure", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductIngredient", + "type": "MedicinalProductIngredient", + "resourceType": "FHIRSchema", + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "substance": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "strength": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient", + "elements", + "specifiedSubstance", + "elements", + "strength" + ] + } + }, + "required": ["code"] + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "specifiedSubstance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "group": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "strength": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "presentation": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "concentration": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "measurementPoint": { + "type": "string", + "scalar": true, + "summary": true + }, + "referenceStrength": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "strength": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "substance": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "measurementPoint": { + "type": "string", + "scalar": true, + "summary": true + }, + "strengthLowLimit": { + "type": "Ratio", + "scalar": true, + "summary": true + } + }, + "required": ["strength"] + }, + "presentationLowLimit": { + "type": "Ratio", + "scalar": true, + "summary": true, + "modifier": true + }, + "concentrationLowLimit": { + "type": "Ratio", + "scalar": true, + "summary": true, + "modifier": true + } + }, + "required": ["presentation"] + }, + "confidentiality": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "required": ["code", "group"] + }, + "allergenicIndicator": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "id": "MedicinalProductIngredient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["role"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/minLength/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "minLength", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/minLength" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "minLength", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/minLength", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "bdl-11": { + "human": "A document must have a Composition as the first resource", + "severity": "error", + "expression": "type = 'document' implies entry.first().resource.is(Composition)" + }, + "bdl-10": { + "human": "A document must have a date", + "severity": "error", + "expression": "type = 'document' implies (timestamp.hasValue())" + }, + "bdl-3": { + "human": "entry.request mandatory for batch/transaction/history, otherwise prohibited", + "severity": "error", + "expression": "entry.all(request.exists() = (%resource.type = 'batch' or %resource.type = 'transaction' or %resource.type = 'history'))" + }, + "bdl-4": { + "human": "entry.response mandatory for batch-response/transaction-response/history, otherwise prohibited", + "severity": "error", + "expression": "entry.all(response.exists() = (%resource.type = 'batch-response' or %resource.type = 'transaction-response' or %resource.type = 'history'))" + }, + "bdl-12": { + "human": "A message must have a MessageHeader as the first resource", + "severity": "error", + "expression": "type = 'message' implies entry.first().resource.is(MessageHeader)" + }, + "bdl-1": { + "human": "total only when a search or history", + "severity": "error", + "expression": "total.empty() or (type = 'searchset') or (type = 'history')" + }, + "bdl-7": { + "human": "FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)", + "severity": "error", + "expression": "(type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&resource.meta.versionId).isDistinct()" + }, + "bdl-9": { + "human": "A document must have an identifier with a system and a value", + "severity": "error", + "expression": "type = 'document' implies (identifier.system.exists() and identifier.value.exists())" + }, + "bdl-2": { + "human": "entry.search only when a search", + "severity": "error", + "expression": "entry.search.empty() or (type = 'searchset')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Bundle/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "link": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "url": { "type": "uri", "scalar": true, "summary": true }, + "relation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["relation", "url"] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/bundle-type" + }, + "summary": true + }, + "entry": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "link": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Bundle", + "elements", + "link" + ] + }, + "search": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-entry-mode" + }, + "summary": true + }, + "score": { + "type": "decimal", + "scalar": true, + "summary": true + } + } + }, + "fullUrl": { + "type": "uri", + "scalar": true, + "summary": true + }, + "request": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { + "type": "uri", + "scalar": true, + "summary": true + }, + "method": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-verb" + }, + "summary": true + }, + "ifMatch": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifNoneExist": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifNoneMatch": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifModifiedSince": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "required": ["method", "url"] + }, + "resource": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "response": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "etag": { + "type": "string", + "scalar": true, + "summary": true + }, + "status": { + "type": "string", + "scalar": true, + "summary": true + }, + "outcome": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "location": { + "type": "uri", + "scalar": true, + "summary": true + }, + "lastModified": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "required": ["status"] + } + }, + "constraints": { + "bdl-5": { + "human": "must be a resource unless there's a request or response", + "severity": "error", + "expression": "resource.exists() or request.exists() or response.exists()" + }, + "bdl-8": { + "human": "fullUrl cannot be a version specific reference", + "severity": "error", + "expression": "fullUrl.contains('/_history/').not()" + } + } + }, + "total": { "type": "unsignedInt", "scalar": true, "summary": true }, + "signature": { + "type": "Signature", + "scalar": true, + "summary": true + }, + "timestamp": { "type": "instant", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "id": "Bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Bundle", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "4.0.1", + "required": ["type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-bindingName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-bindingName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "rsd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchDefinition", + "type": "ResearchDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "exposureAlternative": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ], + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "outcome": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ], + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "population": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ], + "scalar": true, + "summary": true + }, + "comment": { "type": "string", "array": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "type": "string", "scalar": true }, + "exposure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ResearchDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "population"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/oxygensat/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "oxygensat", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "OxygenSatCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "2708-6", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "2708-6" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "%", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "oxygensat", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/oxygensat", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "maxDecimalPlaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "maxDecimalPlaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "hla-genotyping-results-method", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "hla-genotyping-results-method", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-geneticsDNARegionName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-geneticsDNARegionName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-minValueSet", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet" + }, + "value": { "choices": ["valueUri", "valueCanonical"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-minValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-interpreterRequired", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-interpreterRequired", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/specimen-processingTime/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "specimen-processingTime", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/specimen-processingTime" + }, + "value": { "choices": ["valuePeriod", "valueDuration"] }, + "valuePeriod": { + "type": "Period", + "choiceOf": "value", + "required-element": true + }, + "valueDuration": { + "type": "Duration", + "choiceOf": "value", + "required-element": true + } + }, + "id": "specimen-processingTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-processingTime", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-display-hint", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-display-hint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-selector/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-selector", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-selector" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-selector", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-selector", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-receivingOrganization", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-receivingOrganization", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "The basal contract definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-url/4.0.1", + "expression": "Contract.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Contract/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-url", + "url": "http://hl7.org/fhir/SearchParameter/Contract-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-url" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EnrollmentResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EnrollmentResponse", + "type": "EnrollmentResponse", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome" + } + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" + ], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true }, + "disposition": { "type": "string", "scalar": true }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "requestProvider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "id": "EnrollmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-method/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-method", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-method" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-method", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-method", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Location/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Location", + "type": "Location", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "address": { "type": "Address", "scalar": true }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-mode" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType" + }, + "summary": true + }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "hoursOfOperation": { + "type": "BackboneElement", + "array": true, + "elements": { + "allDay": { "type": "boolean", "scalar": true }, + "daysOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + } + }, + "closingTime": { "type": "time", "scalar": true }, + "openingTime": { "type": "time", "scalar": true } + } + }, + "availabilityExceptions": { "type": "string", "scalar": true }, + "position": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "altitude": { "type": "decimal", "scalar": true }, + "latitude": { "type": "decimal", "scalar": true }, + "longitude": { "type": "decimal", "scalar": true } + }, + "required": ["longitude", "latitude"] + }, + "telecom": { "type": "ContactPoint", "array": true }, + "operationalStatus": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0116" + }, + "summary": true + }, + "partOf": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "physicalType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-physical-type" + }, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + } + }, + "id": "Location", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Location", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationStatement/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationStatement", + "type": "MedicationStatement", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-category" + }, + "summary": true + }, + "dosage": { "type": "Dosage", "array": true }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes" + } + }, + "note": { "type": "Annotation", "array": true }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true, + "summary": true + }, + "dateAsserted": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "summary": true + }, + "informationSource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "medication": { + "scalar": true, + "choices": ["medicationCodeableConcept", "medicationReference"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + }, + "id": "MedicationStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "medication", "medication", "subject"] + }, + { + "constraints": { + "nsd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "nsd-1": { + "human": "Root systems cannot have uuid identifiers", + "severity": "error", + "expression": "kind != 'root' or uniqueId.all(type != 'uuid')" + }, + "nsd-2": { + "human": "Can't have more than one preferred identifier for a type", + "severity": "error", + "expression": "uniqueId.where(preferred = true).select(type).isDistinct()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NamingSystem/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "NamingSystem", + "type": "NamingSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + } + }, + "responsible": { "type": "string", "scalar": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-type" + }, + "summary": true + }, + "uniqueId": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "comment": { "type": "string", "scalar": true }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["type", "value"] + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "NamingSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["name", "status", "kind", "date", "uniqueId"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-NumberOfInstances", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-NumberOfInstances", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Target Reference(s) (usually version specific)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-target/4.0.1", + "expression": "Provenance.target", + "fhirVersion": null, + "name": "target", + "xpath": "f:Provenance/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-target", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-target", + "code": "target", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-target" + }, + { + "description": "Specific instance of resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity/4.0.1", + "expression": "AuditEvent.entity.what", + "fhirVersion": null, + "name": "entity", + "xpath": "f:AuditEvent/f:entity/f:what", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", + "code": "entity", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-entity" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AdverseEvent/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "AdverseEvent", + "type": "AdverseEvent", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-category" + }, + "summary": true + }, + "actuality": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-actuality" + }, + "summary": true, + "modifier": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "study": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "suspectEntity": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "instance": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "causality": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method" + }, + "summary": true + }, + "assessment": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess" + }, + "summary": true + }, + "productRelatedness": { + "type": "string", + "scalar": true, + "summary": true + } + } + } + }, + "required": ["instance"] + }, + "referenceDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-outcome" + }, + "summary": true + }, + "recordedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "event": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-type" + }, + "summary": true + }, + "contributor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "summary": true + }, + "subjectMedicalHistory": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "seriousness": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness" + }, + "summary": true + }, + "severity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-severity" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "detected": { "type": "dateTime", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "resultingCondition": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "summary": true + } + }, + "id": "AdverseEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdverseEvent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["actuality", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-assertedDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-assertedDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-assertedDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "DiagnosticReport-geneticsReferences", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-based-on-snomed" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "reference": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "reference" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "reference" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "description": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "description" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "description" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "DiagnosticReport-geneticsReferences", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-encounterClass/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-encounterClass", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-encounterClass" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-encounterClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-encounterClass", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/xhtml/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "xhtml", + "type": "xhtml", + "resourceType": "FHIRSchema", + "scalar": true, + "max": 0, + "id": "xhtml", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/xhtml", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required-element": true + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-expirationDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-expirationDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-expirationDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-expirationDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expirationDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "QuestionnaireResponse", + "type": "QuestionnaireResponse", + "resourceType": "FHIRSchema", + "elements": { + "questionnaire": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "elements", + "item" + ] + }, + "text": { "type": "string", "scalar": true }, + "answer": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "elements", + "item" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value" + } + } + }, + "linkId": { "type": "string", "scalar": true }, + "definition": { "type": "uri", "scalar": true } + }, + "required": ["linkId"], + "constraints": { + "qrs-1": { + "human": "Nested item can't be beneath both item and answer", + "severity": "error", + "expression": "(answer.exists() and item.exists()).not()" + } + } + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "authored": { "type": "dateTime", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "QuestionnaireResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-mothersMaidenName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-mothersMaidenName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/triglyceride/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "triglyceride", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "35217-9", + "system": "http://loinc.org", + "display": "Triglyceride [Moles/​volume] in Serum or Plasma" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "triglyceride", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/triglyceride", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "organizationaffiliation-primaryInd", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "organizationaffiliation-primaryInd", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaireresponse-author", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaireresponse-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "vs-2": { + "human": "If there is no component or hasMember element then either a value[x] or a data absent reason must be present.", + "severity": "error", + "expression": "(component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/vitalsigns/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "vitalsigns", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "slicing": { + "rules": "open", + "slices": { + "VSCat": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "coding": { + "code": "vital-signs", + "system": "http://terminology.hl7.org/CodeSystem/observation-category" + } + } + }, + "schema": { + "type": "CodeableConcept", + "elements": { + "coding": { + "type": "Coding", + "array": true, + "elements": { + "code": { + "type": "code", + "fixed": "vital-signs", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://terminology.hl7.org/CodeSystem/observation-category", + "mustSupport": true + } + }, + "required": ["system", "code"], + "mustSupport": true + } + }, + "required": ["coding"], + "mustSupport": true + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "coding.code", "type": "value" }, + { "path": "coding.system", "type": "value" } + ] + }, + "mustSupport": true + }, + "hasMember": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + }, + "derivedFrom": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + }, + "value": { "max": 1, "min": 0 }, + "component": { + "elements": { + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult" + }, + "mustSupport": true + }, + "value": { "max": 1, "min": 0 }, + "dataAbsentReason": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + } + }, + "required": ["code"], + "constraints": { + "vs-3": { + "human": "If there is no a value a data absent reason must be present", + "severity": "error", + "expression": "value.exists() or dataAbsentReason.exists()" + } + }, + "mustSupport": true + }, + "effectiveDateTime": { + "type": "dateTime", + "choiceOf": "effective", + "constraints": { + "vs-1": { + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + }, + "mustSupport": true, + "required-element": true + }, + "status": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "mustSupport": true + }, + "effective": { + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult" + }, + "mustSupport": true + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "mustSupport": true + }, + "dataAbsentReason": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "effectivePeriod": { + "type": "Period", + "choiceOf": "effective", + "constraints": { + "vs-1": { + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + }, + "mustSupport": true, + "required-element": true + } + }, + "id": "vitalsigns", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": [ + "status", + "category", + "code", + "subject", + "effective", + "effective" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Device/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Device", + "type": "Device", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "definition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "scalar": true + }, + "serialNumber": { "type": "string", "scalar": true }, + "parent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true + }, + "deviceName": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype" + } + } + }, + "required": ["name", "type"] + }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "valueCode": { "type": "CodeableConcept", "array": true }, + "valueQuantity": { "type": "Quantity", "array": true } + }, + "required": ["type"] + }, + "partNumber": { "type": "string", "scalar": true }, + "modelNumber": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + } + }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status-reason" + } + }, + "specialization": { + "type": "BackboneElement", + "array": true, + "elements": { + "version": { "type": "string", "scalar": true }, + "systemType": { "type": "CodeableConcept", "scalar": true } + }, + "required": ["systemType"] + }, + "distinctIdentifier": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status" + }, + "summary": true, + "modifier": true + }, + "safety": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "lotNumber": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "manufacturer": { "type": "string", "scalar": true }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "value": { "type": "string", "scalar": true }, + "component": { "type": "Identifier", "scalar": true } + }, + "required": ["value"] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "contact": { "type": "ContactPoint", "array": true }, + "manufactureDate": { "type": "dateTime", "scalar": true }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "expirationDate": { "type": "dateTime", "scalar": true }, + "udiCarrier": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "issuer": { "type": "uri", "scalar": true }, + "entryType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/udi-entry-type" + } + }, + "carrierHRF": { + "type": "string", + "scalar": true, + "summary": true + }, + "carrierAIDC": { + "type": "base64Binary", + "scalar": true, + "summary": true + }, + "jurisdiction": { "type": "uri", "scalar": true }, + "deviceIdentifier": { + "type": "string", + "scalar": true, + "summary": true + } + } + } + }, + "id": "Device", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Device", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/relative-date/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "relative-date", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/relative-date" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "event": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "event" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "event" }, + "value": { + "choices": [ + "valueReference", + "valueCodeableConcept" + ] + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value", "value"] + } + }, + "offset": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "offset" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "offset" }, + "value": { "choices": ["valueDuration"] }, + "valueDuration": { + "type": "Duration", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "relationship": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "relationship" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "relationship" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "relative-date", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/relative-date", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-streetAddressLine", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-streetAddressLine", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "drt-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM.", + "severity": "error", + "expression": "code.exists() implies ((system = %ucum) and value.exists())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Duration/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Duration", + "type": "Duration", + "resourceType": "FHIRSchema", + "id": "Duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Duration", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductInteraction/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductInteraction", + "type": "MedicinalProductInteraction", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "effect": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "summary": true + }, + "incidence": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "management": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "interactant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemReference", "itemCodeableConcept"] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + } + }, + "id": "MedicinalProductInteraction", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductInteraction", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ObservationDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ObservationDefinition", + "type": "ObservationDefinition", + "resourceType": "FHIRSchema", + "elements": { + "quantitativeDetails": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "customaryUnit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "conversionFactor": { "type": "decimal", "scalar": true }, + "decimalPrecision": { "type": "integer", "scalar": true } + } + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + }, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods" + } + }, + "validCodedValueSet": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true + }, + "qualifiedInterval": { + "type": "BackboneElement", + "array": true, + "elements": { + "age": { "type": "Range", "scalar": true }, + "range": { "type": "Range", "scalar": true }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + } + }, + "context": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning" + } + }, + "category": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-range-category" + } + }, + "appliesTo": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto" + } + }, + "condition": { "type": "string", "scalar": true }, + "gestationalAge": { "type": "Range", "scalar": true } + } + }, + "abnormalCodedValueSet": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "permittedDataType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type" + } + }, + "multipleResultsAllowed": { "type": "boolean", "scalar": true }, + "normalCodedValueSet": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true + }, + "preferredReportName": { "type": "string", "scalar": true }, + "criticalCodedValueSet": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true + } + }, + "id": "ObservationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["code"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-concept-comments/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-concept-comments", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-concept-comments", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-referenceFilter", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-referenceFilter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-fathers-family/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-fathers-family", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-fathers-family", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-profile-element", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-profile-element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Timing/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Timing", + "type": "Timing", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/timing-abbreviation" + }, + "summary": true + }, + "event": { "type": "dateTime", "array": true, "summary": true }, + "repeat": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "boundsRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "frequencyMax": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "boundsPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "when": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-timing" + }, + "summary": true + }, + "offset": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "periodUnit": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time" + }, + "summary": true + }, + "frequency": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "durationMax": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "duration": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "bounds": { + "scalar": true, + "choices": [ + "boundsDuration", + "boundsRange", + "boundsPeriod" + ] + }, + "boundsDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "durationUnit": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time" + }, + "summary": true + }, + "dayOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + }, + "summary": true + }, + "count": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "periodMax": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "period": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "countMax": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "timeOfDay": { + "type": "time", + "array": true, + "summary": true + } + }, + "constraints": { + "tim-8": { + "human": "If there's a countMax, there must be a count", + "severity": "error", + "expression": "countMax.empty() or count.exists()" + }, + "tim-4": { + "human": "duration SHALL be a non-negative value", + "severity": "error", + "expression": "duration.exists() implies duration >= 0" + }, + "tim-7": { + "human": "If there's a durationMax, there must be a duration", + "severity": "error", + "expression": "durationMax.empty() or duration.exists()" + }, + "tim-6": { + "human": "If there's a periodMax, there must be a period", + "severity": "error", + "expression": "periodMax.empty() or period.exists()" + }, + "tim-10": { + "human": "If there's a timeOfDay, there cannot be a when, or vice versa", + "severity": "error", + "expression": "timeOfDay.empty() or when.empty()" + }, + "tim-1": { + "human": "if there's a duration, there needs to be duration units", + "severity": "error", + "expression": "duration.empty() or durationUnit.exists()" + }, + "tim-9": { + "human": "If there's an offset, there must be a when (and not C, CM, CD, CV)", + "severity": "error", + "expression": "offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))" + }, + "tim-2": { + "human": "if there's a period, there needs to be period units", + "severity": "error", + "expression": "period.empty() or periodUnit.exists()" + }, + "tim-5": { + "human": "period SHALL be a non-negative value", + "severity": "error", + "expression": "period.exists() implies period >= 0" + } + } + } + }, + "id": "Timing", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Timing", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-maxOccurs", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-maxOccurs", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-maxOccurs", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-codegen-super", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-codegen-super", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EpisodeOfCare/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EpisodeOfCare", + "type": "EpisodeOfCare", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "rank": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnosis-role" + }, + "summary": true + }, + "condition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["condition"] + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/episodeofcare-type" + }, + "summary": true + }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"] + }, + "referralRequest": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "team": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "careManager": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "statusHistory": { + "type": "BackboneElement", + "array": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status" + } + } + }, + "required": ["status", "period"] + } + }, + "id": "EpisodeOfCare", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "patient"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryInstallationType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryInstallationType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "The source of the decision", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-author/4.0.1", + "expression": "MessageHeader.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:MessageHeader/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-author", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-author", + "code": "author", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-author" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-initiatingOrganization/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-initiatingOrganization", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingOrganization" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-initiatingOrganization", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingOrganization", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "oauth-uris", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "token": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "token" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "token" }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "manage": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "manage" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "manage" }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "register": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "register" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "register" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "authorize": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "authorize" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "authorize" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "oauth-uris", + "kind": "complex-type", + "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CoverageEligibilityResponse", + "type": "CoverageEligibilityResponse", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "authorizationRequired": { + "type": "boolean", + "scalar": true + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "authorizationSupporting": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit" + } + }, + "excluded": { "type": "boolean", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term" + } + }, + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "usedString": { + "type": "string", + "scalar": true, + "choiceOf": "used" + }, + "allowedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "allowed" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type" + } + }, + "allowedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "allowed" + }, + "usedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "used" + }, + "allowedString": { + "type": "string", + "scalar": true, + "choiceOf": "allowed" + }, + "usedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "used" + }, + "allowed": { + "scalar": true, + "choices": [ + "allowedUnsignedInt", + "allowedString", + "allowedMoney" + ] + }, + "used": { + "scalar": true, + "choices": [ + "usedUnsignedInt", + "usedString", + "usedMoney" + ] + } + }, + "required": ["type"] + }, + "authorizationUrl": { + "type": "uri", + "scalar": true + }, + "network": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + }, + "constraints": { + "ces-1": { + "human": "SHALL contain a category or a billcode but not both.", + "severity": "error", + "expression": "category.exists() xor productOrService.exists()" + } + } + }, + "inforce": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "benefitPeriod": { "type": "Period", "scalar": true } + }, + "required": ["coverage"] + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest" + ], + "scalar": true, + "summary": true + }, + "preAuthRef": { "type": "string", "scalar": true }, + "purpose": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome" + }, + "summary": true + }, + "disposition": { "type": "string", "scalar": true }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "identifier": { "type": "Identifier", "array": true }, + "error": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error" + } + } + }, + "required": ["code"] + }, + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + } + }, + "id": "CoverageEligibilityResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "purpose", + "patient", + "created", + "request", + "outcome", + "insurer" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DataRequirement/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DataRequirement", + "type": "DataRequirement", + "resourceType": "FHIRSchema", + "elements": { + "limit": { "type": "positiveInt", "scalar": true, "summary": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "summary": true, + "choiceOf": "subject" + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types" + }, + "summary": true + }, + "mustSupport": { "type": "string", "array": true, "summary": true }, + "codeFilter": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "Coding", + "array": true, + "summary": true + }, + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true + }, + "searchParam": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "constraints": { + "drq-1": { + "human": "Either a path or a searchParam must be provided, but not both", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + } + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "summary": true, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "dateFilter": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueDateTime", + "valuePeriod", + "valueDuration" + ] + }, + "searchParam": { + "type": "string", + "scalar": true, + "summary": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "constraints": { + "drq-2": { + "human": "Either a path or a searchParam must be provided, but not both", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + } + }, + "sort": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "direction": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sort-direction" + }, + "summary": true + } + }, + "required": ["path", "direction"] + }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + } + }, + "id": "DataRequirement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["type"] + }, + { + "constraints": { + "smp-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/StructureMap/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "StructureMap", + "type": "StructureMap", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { "type": "id", "scalar": true, "summary": true }, + "rule": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "rule": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap", + "elements", + "group", + "elements", + "rule" + ] + }, + "source": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "defaultValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "min": { + "type": "integer", + "scalar": true, + "summary": true + }, + "defaultValueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "variable": { + "type": "id", + "scalar": true, + "summary": true + }, + "defaultValueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "element": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "check": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "type": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "logMessage": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "max": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "condition": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "context": { + "type": "id", + "scalar": true, + "summary": true + }, + "defaultValueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "listMode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-source-list-mode" + }, + "summary": true + }, + "defaultValue": { + "scalar": true, + "choices": [ + "defaultValueBase64Binary", + "defaultValueBoolean", + "defaultValueCanonical", + "defaultValueCode", + "defaultValueDate", + "defaultValueDateTime", + "defaultValueDecimal", + "defaultValueId", + "defaultValueInstant", + "defaultValueInteger", + "defaultValueMarkdown", + "defaultValueOid", + "defaultValuePositiveInt", + "defaultValueString", + "defaultValueTime", + "defaultValueUnsignedInt", + "defaultValueUri", + "defaultValueUrl", + "defaultValueUuid", + "defaultValueAddress", + "defaultValueAge", + "defaultValueAnnotation", + "defaultValueAttachment", + "defaultValueCodeableConcept", + "defaultValueCoding", + "defaultValueContactPoint", + "defaultValueCount", + "defaultValueDistance", + "defaultValueDuration", + "defaultValueHumanName", + "defaultValueIdentifier", + "defaultValueMoney", + "defaultValuePeriod", + "defaultValueQuantity", + "defaultValueRange", + "defaultValueRatio", + "defaultValueReference", + "defaultValueSampledData", + "defaultValueSignature", + "defaultValueTiming", + "defaultValueContactDetail", + "defaultValueContributor", + "defaultValueDataRequirement", + "defaultValueExpression", + "defaultValueParameterDefinition", + "defaultValueRelatedArtifact", + "defaultValueTriggerDefinition", + "defaultValueUsageContext", + "defaultValueDosage", + "defaultValueMeta" + ] + }, + "defaultValueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + } + }, + "required": ["context"] + }, + "target": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "context": { + "type": "id", + "scalar": true, + "summary": true + }, + "element": { + "type": "string", + "scalar": true, + "summary": true + }, + "listMode": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-target-list-mode" + }, + "summary": true + }, + "variable": { + "type": "id", + "scalar": true, + "summary": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "value": { + "scalar": true, + "choices": [ + "valueId", + "valueString", + "valueBoolean", + "valueInteger", + "valueDecimal" + ] + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value" + ] + }, + "transform": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-transform" + }, + "summary": true + }, + "listRuleId": { + "type": "id", + "scalar": true, + "summary": true + }, + "contextType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-context-type" + }, + "summary": true + } + }, + "constraints": { + "smp-1": { + "human": "Can only have an element if you have a context", + "severity": "error", + "expression": "element.exists() implies context.exists()" + }, + "smp-2": { + "human": "Must have a contextType if you have a context", + "severity": "error", + "expression": "context.exists() implies contextType.exists()" + } + } + }, + "dependent": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "variable": { + "type": "string", + "array": true, + "summary": true + } + }, + "required": ["name", "variable"] + }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["name", "source"] + }, + "input": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-input-mode" + }, + "summary": true + }, + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "type": { + "type": "string", + "scalar": true, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["name", "mode"] + }, + "extends": { + "type": "id", + "scalar": true, + "summary": true + }, + "typeMode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-group-type-mode" + }, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["name", "typeMode", "input", "rule"] + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "structure": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "url": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-model-mode" + }, + "summary": true + }, + "alias": { + "type": "string", + "scalar": true, + "summary": true + }, + "documentation": { "type": "string", "scalar": true } + }, + "required": ["url", "mode"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "import": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "StructureMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "name", "status", "group"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-careOf", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-careOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/goal-relationship/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "goal-relationship", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/goal-relationship" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-relationship-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "target": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "target" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "target" }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "goal-relationship", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/goal-relationship", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MarketingStatus/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MarketingStatus", + "type": "MarketingStatus", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "country": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "dateRange": { "type": "Period", "scalar": true, "summary": true }, + "restoreDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "MarketingStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MarketingStatus", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1", + "required": ["country", "status", "dateRange"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/heartrate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "heartrate", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "HeartRateCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8867-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8867-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "/min", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "heartrate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/heartrate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OperationOutcome/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "OperationOutcome", + "type": "OperationOutcome", + "resourceType": "FHIRSchema", + "elements": { + "issue": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-type" + }, + "summary": true + }, + "details": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome" + }, + "summary": true + }, + "location": { + "type": "string", + "array": true, + "summary": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-severity" + }, + "summary": true + }, + "expression": { + "type": "string", + "array": true, + "summary": true + }, + "diagnostics": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["severity", "code"] + } + }, + "id": "OperationOutcome", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationOutcome", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["issue"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-extends", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-extends", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-dependencies", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-dependencies", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-fhirType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-fhirType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-map/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-map", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-map" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-map", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-map", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqllibrary/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "cqllibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "logic-library", + "system": "http://terminology.hl7.org/CodeSystem/library-type", + "display": "Logic Library" + } + ] + } + }, + "parameter": { + "type": "ParameterDefinition", + "array": true, + "mustSupport": true + }, + "dataRequirement": { + "type": "DataRequirement", + "array": true, + "mustSupport": true + } + }, + "id": "cqllibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqllibrary", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Library", + "version": "4.0.1", + "required": ["type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "family-member-history-genetics-parent", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/parent-relationship-codes" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "reference": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "reference" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "reference" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "family-member-history-genetics-parent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-SOPClass/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-SOPClass", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-SOPClass" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-SOPClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-SOPClass", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-sourceReference/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-sourceReference", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-sourceReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/composition-section-subject/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "composition-section-subject", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/composition-section-subject" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "composition-section-subject", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/composition-section-subject", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/coding-sctdescid/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "coding-sctdescid", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid" + }, + "value": { "choices": ["valueId"] }, + "valueId": { + "type": "id", + "choiceOf": "value", + "required-element": true + } + }, + "id": "coding-sctdescid", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-location/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-location", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-location" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-location", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-location", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hlaresult/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "hlaresult", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "extension": { + "slicing": { + "rules": "open", + "slices": { + "method": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method" + } + }, + "schema": { "type": "Extension" } + }, + "haploid": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" + } + }, + "schema": { "type": "Extension" } + }, + "glstring": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring" + } + }, + "schema": { "type": "Extension" } + }, + "allele-database": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "hlaresult", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/hlaresult", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-keyWord/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-keyWord", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-keyWord" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-keyWord", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-keyWord", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaireresponse-completionMode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaireresponse-mode" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaireresponse-completionMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "ipn-1": { + "human": "The organization SHALL at least have a name or an idendtifier, and possibly more than one", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/InsurancePlan/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "InsurancePlan", + "type": "InsurancePlan", + "resourceType": "FHIRSchema", + "elements": { + "coverageArea": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "coverage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "limit": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "type": "Quantity", + "scalar": true + } + } + }, + "requirement": { "type": "string", "scalar": true } + }, + "required": ["type"] + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["type", "benefit"] + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-type" + }, + "summary": true + }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "administeredBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "ownedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "period": { "type": "Period", "scalar": true }, + "plan": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "generalCost": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { "type": "Money", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "comment": { "type": "string", "scalar": true }, + "groupSize": { + "type": "positiveInt", + "scalar": true + } + } + }, + "coverageArea": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "summary": true + }, + "specificCost": { + "type": "BackboneElement", + "array": true, + "elements": { + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "type": "Quantity", + "scalar": true + }, + "qualifiers": { + "type": "CodeableConcept", + "array": true + }, + "applicability": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability" + } + } + }, + "required": ["type"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["type"] + }, + "category": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["category"] + } + } + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "HumanName", "scalar": true }, + "address": { "type": "Address", "scalar": true }, + "purpose": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contactentity-type" + } + }, + "telecom": { "type": "ContactPoint", "array": true } + } + } + }, + "id": "InsurancePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-Encrypted", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-Encrypted", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "evd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EventDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EventDefinition", + "type": "EventDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { + "type": "date", + "scalar": true, + "summary": true + }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "trigger": { + "type": "TriggerDefinition", + "array": true, + "summary": true + }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "EventDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "trigger"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-test/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-test", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-test" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-test", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-test", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-reagent/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-reagent", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-reagent" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Substance"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-reagent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-reagent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/match-grade/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "match-grade", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/match-grade" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/match-grade" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "match-grade", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/match-grade", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-secondaryFinding", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/secondary-finding" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-secondaryFinding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/rendered-value/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "rendered-value", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/rendered-value" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "rendered-value", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendered-value", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "resource-pertainsToGoal", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Goal"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "resource-pertainsToGoal", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-usage/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "valueset-usage", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-usage" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "use": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "use" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "use" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "user": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "user" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "user" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "valueset-usage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-usage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "constraints": { + "inv-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MetadataResource/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MetadataResource", + "type": "MetadataResource", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "MetadataResource", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/MetadataResource", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "11179-permitted-value-valueset", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "11179-permitted-value-valueset", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/tz-offset/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "tz-offset", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/tz-offset" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "tz-offset", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/tz-offset", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-addendumOf", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-addendumOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-workflowStatus", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-workflowStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/url/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "url", + "type": "url", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "url", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/url", + "packageVersion": "4.0.1", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/date/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Date", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "date", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/date", + "packageVersion": "4.0.1", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-namespace", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-namespace", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-unclosed/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-unclosed", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-unclosed" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-unclosed", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-unclosed", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-Instance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-Instance", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-Instance" + }, + "value": { "choices": ["valueIdentifier"] }, + "valueIdentifier": { + "type": "Identifier", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-Instance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Instance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-outcome/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-outcome", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-outcome" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-outcome" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-outcome", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-outcome", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-unitID", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-unitID", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/uri/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "uri", + "type": "uri", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "uri", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uri", + "packageVersion": "4.0.1", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-author/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-author", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-author" + }, + "value": { "choices": ["valueContactDetail"] }, + "valueContactDetail": { + "type": "ContactDetail", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-author", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/identifier-validDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "identifier-validDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/identifier-validDate" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "identifier-validDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/identifier-validDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EnrollmentRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EnrollmentRequest", + "type": "EnrollmentRequest", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "coverage": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Coverage"], + "scalar": true + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "candidate": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true } + }, + "id": "EnrollmentRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SupplyDelivery/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SupplyDelivery", + "type": "SupplyDelivery", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "supplier": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "suppliedItem": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemCodeableConcept", "itemReference"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item" + }, + "choiceOf": "item" + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item" + }, + "choiceOf": "item" + } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-type" + } + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "http://hl7.org/fhir/StructureDefinition/Contract" + ], + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "receiver": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + } + }, + "id": "SupplyDelivery", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "constraints": { + "lst-1": { + "human": "A list can only have an emptyReason if it is empty", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + }, + "lst-2": { + "human": "The deleted flag can only be used if the mode of the list is \"changes\"", + "severity": "error", + "expression": "mode = 'changes' or entry.deleted.empty()" + }, + "lst-3": { + "human": "An entry date can only be used if the mode of the list is \"working\"", + "severity": "error", + "expression": "mode = 'working' or entry.date.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/List/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "List", + "type": "List", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "orderedBy": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order" + } + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-mode" + }, + "summary": true, + "modifier": true + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "emptyReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-example-codes" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "entry": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "flag": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-item-flag" + } + }, + "item": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "deleted": { + "type": "boolean", + "scalar": true, + "modifier": true + } + }, + "required": ["item"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + } + }, + "id": "List", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/List", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "mode"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-supplement/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-supplement", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-supplement" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-supplement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-houseNumberNumeric", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-houseNumberNumeric", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-unitType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-unitType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RequestGroup/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "RequestGroup", + "type": "RequestGroup", + "resourceType": "FHIRSchema", + "elements": { + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "reasonCode": { "type": "CodeableConcept", "array": true }, + "authoredOn": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "textEquivalent": { + "type": "string", + "scalar": true, + "summary": true + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "relatedAction": { + "type": "BackboneElement", + "array": true, + "elements": { + "offset": { + "scalar": true, + "choices": ["offsetDuration", "offsetRange"] + }, + "actionId": { "type": "id", "scalar": true }, + "offsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "offset" + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + }, + "offsetDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "offset" + } + }, + "required": ["actionId", "relationship"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type" + } + }, + "participant": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "title": { "type": "string", "scalar": true }, + "documentation": { + "type": "RelatedArtifact", + "array": true + }, + "prefix": { "type": "string", "scalar": true }, + "selectionBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior" + } + }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "requiredBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior" + } + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind" + } + }, + "expression": { + "type": "Expression", + "scalar": true + } + }, + "required": ["kind"] + }, + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingDateTime", + "timingAge", + "timingPeriod", + "timingDuration", + "timingRange", + "timingTiming" + ] + }, + "groupingBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior" + } + }, + "code": { "type": "CodeableConcept", "array": true }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "action": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/RequestGroup", + "elements", + "action" + ] + }, + "precheckBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior" + } + }, + "cardinalityBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" + } + } + }, + "constraints": { + "rqg-1": { + "human": "Must have resource or action but not both", + "severity": "error", + "expression": "resource.exists() != action.exists()" + } + } + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + }, + "id": "RequestGroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RequestGroup", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "practitioner-animalSpecies", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-species" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "practitioner-animalSpecies", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "capabilitystatement-websocket", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "capabilitystatement-websocket", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-cdsHooksEndpoint", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-cdsHooksEndpoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/servicerequest-precondition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "servicerequest-precondition", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/servicerequest-precondition" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "servicerequest-precondition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-precondition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/GuidanceResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "GuidanceResponse", + "type": "GuidanceResponse", + "resourceType": "FHIRSchema", + "elements": { + "dataRequirement": { "type": "DataRequirement", "array": true }, + "moduleCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "reasonCode": { "type": "CodeableConcept", "array": true }, + "outputParameters": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ], + "scalar": true + }, + "evaluationMessage": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + }, + "requestIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "module": { + "scalar": true, + "choices": [ + "moduleUri", + "moduleCanonical", + "moduleCodeableConcept" + ] + }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-response-status" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/RequestGroup" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "moduleCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "moduleUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "occurrenceDateTime": { "type": "dateTime", "scalar": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "performer": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + }, + "id": "GuidanceResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["module", "module", "module", "status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CodeableConcept/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CodeableConcept", + "type": "CodeableConcept", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "string", "scalar": true, "summary": true }, + "coding": { "type": "Coding", "array": true, "summary": true } + }, + "id": "CodeableConcept", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableConcept", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/concept-bidirectional/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "concept-bidirectional", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "concept-bidirectional", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "An identifier for the location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-identifier/4.0.1", + "expression": "Location.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Location/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Location-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-identifier" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "devicerequest-patientInstruction", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "lang": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "lang" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "lang" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "content": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "content" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "content" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "devicerequest-patientInstruction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsGene/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-geneticsGene", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/genenames" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-geneticsGene", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-sequelTo/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-sequelTo", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-sequelTo" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-sequelTo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-sequelTo", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/task-replaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "task-replaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/task-replaces" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Task"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "task-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/task-replaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Communication/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Communication", + "type": "Communication", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category" + } + }, + "received": { "type": "dateTime", "scalar": true }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "summary": true + }, + "payload": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": [ + "contentString", + "contentAttachment", + "contentReference" + ] + }, + "contentString": { + "type": "string", + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content", "content"] + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "medium": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode" + } + }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-not-done-reason" + }, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-topic" + } + }, + "sent": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "sender": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "inResponseTo": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Communication" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "about": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + } + }, + "id": "Communication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Communication", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-relatedArtifact", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact" + }, + "value": { "choices": ["valueRelatedArtifact"] }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-relatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Name of the publisher of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-publisher/4.0.1", + "expression": "TestScript.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:TestScript/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-publisher", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-publisher" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-citizenship/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "patient-citizenship", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-citizenship" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "code": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "code" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "code" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "period": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "period" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "period" }, + "value": { "choices": ["valuePeriod"] }, + "valuePeriod": { + "type": "Period", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "patient-citizenship", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DocumentManifest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DocumentManifest", + "type": "DocumentManifest", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "content": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true }, + "related": { + "type": "BackboneElement", + "array": true, + "elements": { + "ref": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "identifier": { "type": "Identifier", "scalar": true } + } + }, + "source": { "type": "uri", "scalar": true }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "masterIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + } + }, + "id": "DocumentManifest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentManifest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "content"] + }, + { + "constraints": { + "ig-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "ig-2": { + "human": "If a resource has a fhirVersion, it must be oe of the versions defined for the Implementation Guide", + "severity": "error", + "expression": "definition.resource.fhirVersion.all(%context.fhirVersion contains $this)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImplementationGuide/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImplementationGuide", + "type": "ImplementationGuide", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "definition": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "page": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "name": { + "scalar": true, + "choices": ["nameUrl", "nameReference"] + }, + "page": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "elements", + "definition", + "elements", + "page" + ] + }, + "title": { "type": "string", "scalar": true }, + "nameUrl": { + "type": "url", + "scalar": true, + "choiceOf": "name", + "required-element": true + }, + "generation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-page-generation" + } + }, + "nameReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ], + "scalar": true, + "choiceOf": "name", + "required-element": true + } + }, + "required": ["name", "name", "title", "generation"] + }, + "grouping": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["name"] + }, + "resource": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "example": { + "scalar": true, + "choices": [ + "exampleBoolean", + "exampleCanonical" + ] + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "groupingId": { "type": "id", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "fhirVersion": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + } + }, + "exampleBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "example" + }, + "exampleCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "choiceOf": "example" + } + }, + "required": ["reference"] + }, + "template": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "scope": { "type": "string", "scalar": true }, + "source": { "type": "string", "scalar": true } + }, + "required": ["code", "source"] + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-parameter-code" + } + }, + "value": { "type": "string", "scalar": true } + }, + "required": ["code", "value"] + } + }, + "required": ["resource"], + "constraints": { + "ig-1": { + "human": "If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guide", + "severity": "error", + "expression": "resource.groupingId.all(%context.grouping.id contains $this)" + } + } + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "fhirVersion": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "license": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/spdx-license" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "global": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["type", "profile"] + }, + "dependsOn": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "packageId": { + "type": "id", + "scalar": true, + "summary": true + } + }, + "required": ["uri"] + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "manifest": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "page": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "title": { "type": "string", "scalar": true }, + "anchor": { "type": "string", "array": true } + }, + "required": ["name"] + }, + "image": { "type": "string", "array": true }, + "other": { "type": "string", "array": true }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "example": { + "scalar": true, + "choices": [ + "exampleBoolean", + "exampleCanonical" + ] + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "relativePath": { "type": "url", "scalar": true }, + "exampleBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "example" + }, + "exampleCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "choiceOf": "example" + } + }, + "required": ["reference"] + }, + "rendering": { + "type": "url", + "scalar": true, + "summary": true + } + }, + "required": ["resource"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "packageId": { "type": "id", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "ImplementationGuide", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "name", "status", "packageId", "fhirVersion"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-researchStudy/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-researchStudy", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-researchStudy" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-researchStudy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-researchStudy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/example-composition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "example-composition", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "section": { + "slicing": { + "rules": "closed", + "slices": { + "plan": { + "min": 0, + "match": { "type": "pattern" }, + "order": 2, + "schema": { "type": "BackboneElement" } + }, + "procedure": { + "min": 1, + "match": { "type": "pattern" }, + "order": 0, + "schema": { "type": "BackboneElement" } + }, + "medications": { + "min": 1, + "match": { "type": "pattern" }, + "order": 1, + "schema": { "type": "BackboneElement" } + } + }, + "ordered": true, + "description": "Slice by .section.code", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + } + }, + "id": "example-composition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/example-composition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "4.0.1" + }, + { + "constraints": { + "ext-1": { + "human": "Must have either extensions or value[x], not both", + "severity": "error", + "expression": "extension.exists() != value.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Extension/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Extension", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value" + }, + "valueAge": { "type": "Age", "scalar": true, "choiceOf": "value" }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value" + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value" + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value" + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value" + }, + "valueContributor": { + "type": "Contributor", + "scalar": true, + "choiceOf": "value" + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value" + }, + "valueUri": { "type": "uri", "scalar": true, "choiceOf": "value" }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value" + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value" + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value" + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value" + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueContributor", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value" + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value" + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value" + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value" + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value" + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value" + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value" + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value" + }, + "url": { "type": "uri", "scalar": true }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value" + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value" + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value" + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value" + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + }, + "valueOid": { "type": "oid", "scalar": true, "choiceOf": "value" }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value" + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value" + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value" + }, + "valueId": { "type": "id", "scalar": true, "choiceOf": "value" }, + "valueUrl": { "type": "url", "scalar": true, "choiceOf": "value" } + }, + "id": "Extension", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Extension", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["url"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "operationdefinition-allowed-type", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "operationdefinition-allowed-type", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImmunizationEvaluation", + "type": "ImmunizationEvaluation", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "description": { "type": "string", "scalar": true }, + "seriesDosesPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "date": { "type": "dateTime", "scalar": true }, + "doseNumberPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "doseNumber" + }, + "series": { "type": "string", "scalar": true }, + "doseNumber": { + "scalar": true, + "choices": ["doseNumberPositiveInt", "doseNumberString"] + }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "doseNumberString": { + "type": "string", + "scalar": true, + "choiceOf": "doseNumber" + }, + "seriesDosesString": { + "type": "string", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "seriesDoses": { + "scalar": true, + "choices": ["seriesDosesPositiveInt", "seriesDosesString"] + }, + "doseStatusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason" + } + }, + "immunizationEvent": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "targetDisease": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease" + }, + "summary": true + }, + "doseStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status" + }, + "summary": true + } + }, + "id": "ImmunizationEvaluation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "patient", + "targetDisease", + "immunizationEvent", + "doseStatus" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-xml-no-order", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-xml-no-order", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-effectiveDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-effectiveDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "rendering-styleSensitive", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "rendering-styleSensitive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-question/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-question", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-question", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-Anonymized", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-Anonymized", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-occurredFollowing", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing" + }, + "value": { "choices": ["valueCodeableConcept", "valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-predecessor" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-predecessor" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-occurredFollowing", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/actualgroup/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["characteristic"], + "name": "actualgroup", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { "actual": { "type": "boolean", "fixed": true } }, + "id": "actualgroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/actualgroup", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Group", + "version": "4.0.1", + "required": ["actual"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-focusCode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-focusCode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-focusCode" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/focal-subject" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-focusCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-focusCode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "tcp-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "tcp-2": { + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + "tcp-3": { + "human": "If kind = instance, implementation must be present and software may be present", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + "tcp-4": { + "human": "If kind = capability, implementation must be absent, software must be present", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + "tcp-5": { + "human": "If kind = requirements, implementation and software must be absent", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "TerminologyCapabilities", + "type": "TerminologyCapabilities", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "expansion": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "paging": { "type": "boolean", "scalar": true }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "code", "scalar": true }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["name"] + }, + "incomplete": { "type": "boolean", "scalar": true }, + "textFilter": { "type": "markdown", "scalar": true }, + "hierarchical": { "type": "boolean", "scalar": true } + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "validateCode": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "translations": { "type": "boolean", "scalar": true } + }, + "required": ["translations"] + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind" + }, + "summary": true + }, + "translation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "needsMap": { "type": "boolean", "scalar": true } + }, + "required": ["needsMap"] + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "codeSystem": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true + }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "string", + "scalar": true, + "summary": true + }, + "filter": { + "type": "BackboneElement", + "array": true, + "elements": { + "op": { "type": "code", "array": true }, + "code": { "type": "code", "scalar": true } + }, + "required": ["code", "op"] + }, + "language": { "type": "code", "array": true }, + "property": { "type": "code", "array": true }, + "isDefault": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "compositional": { + "type": "boolean", + "scalar": true + } + } + }, + "subsumption": { "type": "boolean", "scalar": true } + }, + "constraints": { + "tcp-1": { + "human": "If there is more than one version, a version code must be defined", + "severity": "error", + "expression": "version.count() > 1 implies version.all(code.exists())" + } + } + }, + "software": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["name"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "implementation": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["description"] + }, + "codeSearch": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/code-search-support" + } + }, + "lockedDate": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "closure": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "translation": { "type": "boolean", "scalar": true } + } + } + }, + "id": "TerminologyCapabilities", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "date", "kind"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/markdown/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "markdown", + "type": "markdown", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "markdown", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/markdown", + "packageVersion": "4.0.1", + "regex": "[ \\r\\n\\t\\S]+", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "4.0.1" + }, + { + "constraints": { + "pdf-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PlanDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "PlanDefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "goal": { + "type": "BackboneElement", + "array": true, + "elements": { + "start": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + } + }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "due": { "type": "Duration", "scalar": true }, + "detail": { + "scalar": true, + "choices": [ + "detailQuantity", + "detailRange", + "detailCodeableConcept" + ] + }, + "measure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + } + }, + "detailRange": { + "type": "Range", + "scalar": true, + "choiceOf": "detail" + }, + "detailQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "detail" + }, + "detailCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "detail" + } + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority" + } + }, + "addresses": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "description": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "documentation": { + "type": "RelatedArtifact", + "array": true + } + }, + "required": ["description"] + }, + "copyright": { "type": "markdown", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/plan-definition-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { "type": "string", "scalar": true }, + "definition": { + "scalar": true, + "choices": ["definitionCanonical", "definitionUri"] + }, + "transform": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "scalar": true + }, + "textEquivalent": { "type": "string", "scalar": true }, + "definitionUri": { + "type": "uri", + "scalar": true, + "choiceOf": "definition" + }, + "goalId": { "type": "id", "array": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "scalar": true, + "choiceOf": "definition" + }, + "relatedAction": { + "type": "BackboneElement", + "array": true, + "elements": { + "offset": { + "scalar": true, + "choices": ["offsetDuration", "offsetRange"] + }, + "actionId": { "type": "id", "scalar": true }, + "offsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "offset" + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + }, + "offsetDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "offset" + } + }, + "required": ["actionId", "relationship"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + } + }, + "required": ["type"] + }, + "output": { "type": "DataRequirement", "array": true }, + "title": { "type": "string", "scalar": true }, + "documentation": { + "type": "RelatedArtifact", + "array": true + }, + "prefix": { "type": "string", "scalar": true }, + "selectionBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior" + } + }, + "reason": { "type": "CodeableConcept", "array": true }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "requiredBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior" + } + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind" + } + }, + "expression": { + "type": "Expression", + "scalar": true + } + }, + "required": ["kind"] + }, + "timing": { + "scalar": true, + "choices": [ + "timingDateTime", + "timingAge", + "timingPeriod", + "timingDuration", + "timingRange", + "timingTiming" + ] + }, + "groupingBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior" + } + }, + "dynamicValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "string", "scalar": true }, + "expression": { + "type": "Expression", + "scalar": true + } + } + }, + "code": { "type": "CodeableConcept", "array": true }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "action": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "elements", + "action" + ] + }, + "precheckBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior" + } + }, + "input": { "type": "DataRequirement", "array": true }, + "trigger": { "type": "TriggerDefinition", "array": true }, + "subjectReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": [ + "subjectCodeableConcept", + "subjectReference" + ] + }, + "cardinalityBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" + } + } + } + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "PlanDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-special-status/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-special-status", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-special-status" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-special-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-EN-use/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-EN-use", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-use" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityNameUseR2" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-EN-use", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-use", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-deliveryInstallationArea", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-deliveryInstallationArea", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Flag/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Flag", + "type": "Flag", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-code" + }, + "summary": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-status" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-category" + }, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "Flag", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Flag", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "code", "subject"] + }, + { + "constraints": { + "cid-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ChargeItemDefinition", + "type": "ChargeItemDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "propertyGroup": { + "type": "BackboneElement", + "array": true, + "elements": { + "applicability": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "elements", + "applicability" + ] + }, + "priceComponent": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-priceComponentType" + } + }, + "amount": { "type": "Money", "scalar": true }, + "factor": { "type": "decimal", "scalar": true } + }, + "required": ["type"] + } + } + }, + "instance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "derivedFromUri": { "type": "uri", "array": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "replaces": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ], + "summary": true + }, + "partOf": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ], + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "applicability": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { "type": "string", "scalar": true }, + "expression": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true } + } + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ChargeItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "status"] + }, + { + "description": "Name of the publisher of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-publisher/4.0.1", + "expression": "Measure.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:Measure/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-publisher", + "url": "http://hl7.org/fhir/SearchParameter/Measure-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-publisher" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "workflow-supportingInfo", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "workflow-supportingInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "rng-2": { + "human": "If present, low SHALL have a lower value than high", + "severity": "error", + "expression": "low.empty() or high.empty() or (low <= high)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Range/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Range", + "type": "Range", + "resourceType": "FHIRSchema", + "elements": { + "low": { "type": "Quantity", "scalar": true, "summary": true }, + "high": { "type": "Quantity", "scalar": true, "summary": true } + }, + "id": "Range", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Range", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/operationdefinition-profile/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "operationdefinition-profile", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "operationdefinition-profile", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "capabilitystatement-prohibited", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "capabilitystatement-prohibited", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-ruledOut/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-ruledOut", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-ruledOut" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-ruledOut", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-ruledOut", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "observation-geneticsAncestry", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Name": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "Name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Name" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Source": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Source" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Source" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Percentage": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Percentage" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "Percentage" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-geneticsAncestry", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ordinalValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "ordinalValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/ordinalValue" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "id": "ordinalValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/designNote/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "designNote", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/designNote" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "designNote", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/designNote", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-birthTime/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-birthTime", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-birthTime" + }, + "value": { "choices": ["valueDateTime"] }, + "valueDateTime": { + "type": "dateTime", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-birthTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstancePolymer/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstancePolymer", + "type": "SubstancePolymer", + "resourceType": "FHIRSchema", + "elements": { + "class": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "repeat": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "repeatUnit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "SubstanceAmount", + "scalar": true, + "summary": true + }, + "repeatUnit": { + "type": "string", + "scalar": true, + "summary": true + }, + "degreeOfPolymerisation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "SubstanceAmount", + "scalar": true, + "summary": true + }, + "degree": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "structuralRepresentation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "attachment": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "representation": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "orientationOfPolymerisation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "numberOfUnits": { + "type": "integer", + "scalar": true, + "summary": true + }, + "repeatUnitAmountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "averageMolecularFormula": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "geometry": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "monomerSet": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "ratioType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "startingMaterial": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "type": "SubstanceAmount", + "scalar": true, + "summary": true + }, + "material": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "isDefining": { + "type": "boolean", + "scalar": true, + "summary": true + } + } + } + } + }, + "modification": { + "type": "string", + "array": true, + "summary": true + }, + "copolymerConnectivity": { + "type": "CodeableConcept", + "array": true, + "summary": true + } + }, + "id": "SubstancePolymer", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstancePolymer", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-systemName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-systemName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-systemName" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-systemName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-trusted-expansion", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-trusted-expansion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-administration/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-administration", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-administration" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-administration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-administration", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablelibrary/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablelibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown" }, + "date": { "max": 1, "min": 0, "mustSupport": true }, + "publisher": { "type": "string" }, + "jurisdiction": { "mustSupport": true }, + "name": { "type": "string" }, + "useContext": { "mustSupport": true }, + "experimental": { "type": "boolean" }, + "title": { "max": 1, "min": 0, "mustSupport": true }, + "url": { "type": "uri" }, + "identifier": { "mustSupport": true }, + "version": { "type": "string" }, + "contact": { "mustSupport": true } + }, + "id": "shareablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Library", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-preferenceType/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-preferenceType", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-preferenceType" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/language-preference-type" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-preferenceType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-preferenceType", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/decimal/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Decimal", + "fhirVersion": null, + "name": "decimal", + "type": "decimal", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "decimal", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/decimal", + "packageVersion": "4.0.1", + "regex": "-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductIndication", + "type": "MedicinalProductIndication", + "resourceType": "FHIRSchema", + "elements": { + "diseaseSymptomProcedure": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "undesirableEffect": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect" + ], + "summary": true + }, + "duration": { "type": "Quantity", "scalar": true, "summary": true }, + "otherTherapy": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "medication": { + "scalar": true, + "choices": [ + "medicationCodeableConcept", + "medicationReference" + ] + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ], + "scalar": true, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "therapyRelationshipType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "medication", + "required-element": true + } + }, + "required": [ + "therapyRelationshipType", + "medication", + "medication" + ] + }, + "comorbidity": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "intendedEffect": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "population": { + "type": "Population", + "array": true, + "summary": true + }, + "diseaseStatus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "summary": true + } + }, + "id": "MedicinalProductIndication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ClinicalImpression/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ClinicalImpression", + "type": "ClinicalImpression", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "investigation": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/investigation-sets" + } + }, + "item": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + }, + "required": ["code"] + }, + "protocol": { "type": "uri", "array": true }, + "assessor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "problem": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ], + "summary": true + }, + "statusReason": { "type": "CodeableConcept", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "summary": { "type": "string", "scalar": true }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "prognosisCodeableConcept": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "previous": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" + ], + "scalar": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "finding": { + "type": "BackboneElement", + "array": true, + "elements": { + "basis": { "type": "string", "scalar": true }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media" + ], + "scalar": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + } + } + }, + "prognosisReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "ClinicalImpression", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Contract/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Contract", + "type": "Contract", + "resourceType": "FHIRSchema", + "elements": { + "legallyBindingAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "legallyBinding" + }, + "instantiatesCanonical": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Contract"], + "scalar": true + }, + "instantiatesUri": { "type": "uri", "scalar": true }, + "legallyBindingReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Contract" + ], + "scalar": true, + "choiceOf": "legallyBinding" + }, + "site": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "applies": { "type": "Period", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "authority": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "rule": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-type" + }, + "summary": true + }, + "legal": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "contentDerivative": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-content-derivative" + } + }, + "topic": { + "scalar": true, + "choices": ["topicCodeableConcept", "topicReference"] + }, + "topicCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "topic" + }, + "legalState": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-legalstate" + } + }, + "contentDefinition": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-type" + } + }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-subtype" + } + }, + "copyright": { "type": "markdown", "scalar": true }, + "publisher": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "publicationDate": { "type": "dateTime", "scalar": true }, + "publicationStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-publicationstatus" + } + } + }, + "required": ["type", "publicationStatus"] + }, + "scope": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-scope" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "signer": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-signer-type" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "signature": { "type": "Signature", "array": true } + }, + "required": ["type", "party", "signature"] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "term": { + "type": "BackboneElement", + "array": true, + "elements": { + "group": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Contract", + "elements", + "term" + ] + }, + "applies": { + "type": "Period", + "scalar": true, + "summary": true + }, + "offer": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "party": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-party-role" + } + }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["reference", "role"] + }, + "linkId": { "type": "string", "array": true }, + "decisionMode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-decision-mode" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type" + } + }, + "topic": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "answer": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "identifier": { + "type": "Identifier", + "array": true + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActConsentDirective" + } + }, + "text": { "type": "string", "scalar": true } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type" + } + }, + "topic": { + "scalar": true, + "choices": ["topicCodeableConcept", "topicReference"] + }, + "topicCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "topic" + }, + "topicReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "topic" + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "requesterLinkId": { + "type": "string", + "array": true + }, + "performerType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-type" + } + }, + "linkId": { "type": "string", "array": true }, + "performerRole": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-role" + } + }, + "reasonLinkId": { "type": "string", "array": true }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-action" + } + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "string", "array": true }, + "requester": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actionstatus" + } + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "modifier": true + }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true + }, + "intent": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "performerLinkId": { + "type": "string", + "array": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actorrole" + } + }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["reference"] + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "contextLinkId": { + "type": "string", + "array": true + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + }, + "required": ["type", "intent", "status"] + }, + "issued": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-subtype" + } + }, + "securityLabel": { + "type": "BackboneElement", + "array": true, + "elements": { + "number": { "type": "unsignedInt", "array": true }, + "control": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-control" + } + }, + "category": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-category" + } + }, + "classification": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-classification" + } + } + }, + "required": ["classification"] + }, + "asset": { + "type": "BackboneElement", + "array": true, + "elements": { + "periodType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/asset-availability" + } + }, + "usePeriod": { "type": "Period", "array": true }, + "linkId": { "type": "string", "array": true }, + "relationship": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class" + } + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assettype" + } + }, + "scope": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetscope" + } + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "typeReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "condition": { "type": "string", "scalar": true }, + "answer": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Contract", + "elements", + "term", + "elements", + "offer", + "elements", + "answer" + ] + }, + "context": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetcontext" + } + }, + "text": { + "type": "string", + "scalar": true + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + } + } + }, + "period": { "type": "Period", "array": true }, + "valuedItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "linkId": { + "type": "string", + "array": true + }, + "payment": { + "type": "string", + "scalar": true + }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "net": { "type": "Money", "scalar": true }, + "points": { + "type": "decimal", + "scalar": true + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "paymentDate": { + "type": "dateTime", + "scalar": true + }, + "entityCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "entity" + }, + "identifier": { + "type": "Identifier", + "scalar": true + }, + "effectiveTime": { + "type": "dateTime", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "entity": { + "scalar": true, + "choices": [ + "entityCodeableConcept", + "entityReference" + ] + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "entityReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "entity" + } + } + }, + "subtype": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetsubtype" + } + }, + "text": { "type": "string", "scalar": true } + } + }, + "text": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["offer"] + }, + "friendly": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "topicReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "choiceOf": "topic" + }, + "url": { "type": "uri", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "expirationType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-expiration-type" + } + }, + "issued": { "type": "dateTime", "scalar": true, "summary": true }, + "domain": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "subType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-subtype" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "legallyBinding": { + "scalar": true, + "choices": [ + "legallyBindingAttachment", + "legallyBindingReference" + ] + } + }, + "id": "Contract", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Contract", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-explicit-type-name", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-explicit-type-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-steward/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-steward", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-steward" + }, + "value": { "choices": ["valueContactDetail"] }, + "valueContactDetail": { + "type": "ContactDetail", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-steward", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-steward", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "grp-1": { + "human": "Can only have members if group is \"actual\"", + "severity": "error", + "expression": "member.empty() or (actual = true)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Group/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Group", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-type" + }, + "summary": true + }, + "member": { + "type": "BackboneElement", + "array": true, + "elements": { + "entity": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "period": { "type": "Period", "scalar": true }, + "inactive": { "type": "boolean", "scalar": true } + }, + "required": ["entity"] + }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "exclude": { "type": "boolean", "scalar": true }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { "type": "CodeableConcept", "scalar": true }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "period": { "type": "Period", "scalar": true }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "exclude" + ] + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "quantity": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "managingEntity": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "actual": { "type": "boolean", "scalar": true, "summary": true } + }, + "id": "Group", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Group", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["type", "actual"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/location-distance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "location-distance", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/location-distance" + }, + "value": { "choices": ["valueDistance"] }, + "valueDistance": { + "type": "Distance", + "choiceOf": "value", + "required-element": true + } + }, + "id": "location-distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/location-distance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "eld-18": { + "human": "Must have a modifier reason if isModifier = true", + "severity": "error", + "expression": "(isModifier.exists() and isModifier) implies isModifierReason.exists()" + }, + "eld-2": { + "human": "Min <= Max", + "severity": "error", + "expression": "min.empty() or max.empty() or (max = '*') or iif(max != '*', min <= max.toInteger())" + }, + "eld-7": { + "human": "Pattern may only be specified if there is one type", + "severity": "error", + "expression": "pattern.empty() or (type.count() <= 1)" + }, + "eld-11": { + "human": "Binding can only be present for coded elements, string, and uri", + "severity": "error", + "expression": "binding.empty() or type.code.empty() or type.select((code = 'code') or (code = 'Coding') or (code='CodeableConcept') or (code = 'Quantity') or (code = 'string') or (code = 'uri')).exists()" + }, + "eld-22": { + "human": "sliceIsConstraining can only appear if slicename is present", + "severity": "error", + "expression": "sliceIsConstraining.exists() implies sliceName.exists()" + }, + "eld-8": { + "human": "Pattern and fixed are mutually exclusive", + "severity": "error", + "expression": "pattern.empty() or fixed.empty()" + }, + "eld-16": { + "human": "sliceName must be composed of proper tokens separated by \"/\"", + "severity": "error", + "expression": "sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\\\/\\\\-_\\\\[\\\\]\\\\@]+$')" + }, + "eld-5": { + "human": "if the element definition has a contentReference, it cannot have type, defaultValue, fixed, pattern, example, minValue, maxValue, maxLength, or binding", + "severity": "error", + "expression": "contentReference.empty() or (type.empty() and defaultValue.empty() and fixed.empty() and pattern.empty() and example.empty() and minValue.empty() and maxValue.empty() and maxLength.empty() and binding.empty())" + }, + "eld-14": { + "human": "Constraints must be unique by key", + "severity": "error", + "expression": "constraint.select(key).isDistinct()" + }, + "eld-13": { + "human": "Types must be unique by code", + "severity": "error", + "expression": "type.select(code).isDistinct()" + }, + "eld-20": { + "human": "Element names should be simple alphanumerics with a max of 64 characters, or code generation tools may be broken", + "severity": "warning", + "expression": "path.matches('[A-Za-z][A-Za-z0-9]*(\\\\.[a-z][A-Za-z0-9]*(\\\\[x])?)*')" + }, + "eld-15": { + "human": "default value and meaningWhenMissing are mutually exclusive", + "severity": "error", + "expression": "defaultValue.empty() or meaningWhenMissing.empty()" + }, + "eld-19": { + "human": "Element names cannot include some special characters", + "severity": "error", + "expression": "path.matches('[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\.[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\[x\\\\])?(\\\\:[^\\\\s\\\\.]+)?)*')" + }, + "eld-6": { + "human": "Fixed value may only be specified if there is one type", + "severity": "error", + "expression": "fixed.empty() or (type.count() <= 1)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ElementDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ElementDefinition", + "type": "ElementDefinition", + "resourceType": "FHIRSchema", + "elements": { + "constraint": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "key": { "type": "id", "scalar": true, "summary": true }, + "human": { + "type": "string", + "scalar": true, + "summary": true + }, + "xpath": { + "type": "string", + "scalar": true, + "summary": true + }, + "source": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity" + }, + "summary": true + }, + "expression": { + "type": "string", + "scalar": true, + "summary": true + }, + "requirements": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["key", "severity", "human"], + "constraints": { + "eld-21": { + "human": "Constraints should have an expression or else validators will not be able to enforce them", + "severity": "warning", + "expression": "expression.exists()" + } + } + }, + "fixedMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "path": { "type": "string", "scalar": true, "summary": true }, + "patternRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "maxValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "requirements": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "patternDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "min": { "type": "unsignedInt", "scalar": true, "summary": true }, + "defaultValueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedPositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "definition": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "maxValue": { + "scalar": true, + "choices": [ + "maxValueDate", + "maxValueDateTime", + "maxValueInstant", + "maxValueTime", + "maxValueDecimal", + "maxValueInteger", + "maxValuePositiveInt", + "maxValueUnsignedInt", + "maxValueQuantity" + ] + }, + "patternContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "minValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "defaultValueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "isModifier": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "patternRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "short": { "type": "string", "scalar": true, "summary": true }, + "fixedUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "maxValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "minValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "defaultValueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "minValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "mapping": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "map": { + "type": "string", + "scalar": true, + "summary": true + }, + "comment": { + "type": "string", + "scalar": true, + "summary": true + }, + "identity": { + "type": "id", + "scalar": true, + "summary": true + }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + } + }, + "required": ["identity", "map"] + }, + "contentReference": { + "type": "uri", + "scalar": true, + "summary": true + }, + "fixedOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "slicing": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "rules": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-slicing-rules" + }, + "summary": true + }, + "ordered": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "discriminator": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/discriminator-type" + }, + "summary": true + } + }, + "required": ["type", "path"] + } + }, + "required": ["rules"], + "constraints": { + "eld-1": { + "human": "If there are no discriminators, there must be a definition", + "severity": "error", + "expression": "discriminator.exists() or description.exists()" + } + } + }, + "fixedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "type": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + }, + "versioning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-version-rules" + }, + "summary": true + }, + "aggregation": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode" + }, + "summary": true + }, + "targetProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + } + }, + "required": ["code"], + "constraints": { + "eld-4": { + "human": "Aggregation may only be specified if one of the allowed types for the element is a reference", + "severity": "error", + "expression": "aggregation.empty() or (code = 'Reference') or (code = 'canonical')" + }, + "eld-17": { + "human": "targetProfile is only allowed if the type is Reference or canonical", + "severity": "error", + "expression": "(code='Reference' or code = 'canonical') or targetProfile.empty()" + } + } + }, + "defaultValueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "mustSupport": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "defaultValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "minValue": { + "scalar": true, + "choices": [ + "minValueDate", + "minValueDateTime", + "minValueInstant", + "minValueTime", + "minValueDecimal", + "minValueInteger", + "minValuePositiveInt", + "minValueUnsignedInt", + "minValueQuantity" + ] + }, + "sliceName": { "type": "string", "scalar": true, "summary": true }, + "fixedUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "patternTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "meaningWhenMissing": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "maxValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "binding": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "strength": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength" + }, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["strength"], + "constraints": { + "eld-12": { + "human": "ValueSet SHALL start with http:// or https:// or urn:", + "severity": "error", + "expression": "valueSet.exists() implies (valueSet.startsWith('http:') or valueSet.startsWith('https') or valueSet.startsWith('urn:'))" + } + } + }, + "patternCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "maxValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "alias": { "type": "string", "array": true, "summary": true }, + "defaultValueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "representation": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/property-representation" + }, + "summary": true + }, + "patternParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "maxValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "max": { + "type": "string", + "scalar": true, + "summary": true, + "constraints": { + "eld-3": { + "human": "Max SHALL be a number or \"*\"", + "severity": "error", + "expression": "empty() or ($this = '*') or (toInteger() >= 0)" + } + } + }, + "minValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "label": { "type": "string", "scalar": true, "summary": true }, + "defaultValueContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "condition": { "type": "id", "array": true, "summary": true }, + "defaultValueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "comment": { "type": "markdown", "scalar": true, "summary": true }, + "defaultValueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "fixedTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "maxValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "patternCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "maxLength": { "type": "integer", "scalar": true, "summary": true }, + "defaultValueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "patternOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "sliceIsConstraining": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "defaultValueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "example": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueContributor", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "label": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "label", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "defaultValueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternPositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "orderMeaning": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValue": { + "scalar": true, + "choices": [ + "defaultValueBase64Binary", + "defaultValueBoolean", + "defaultValueCanonical", + "defaultValueCode", + "defaultValueDate", + "defaultValueDateTime", + "defaultValueDecimal", + "defaultValueId", + "defaultValueInstant", + "defaultValueInteger", + "defaultValueMarkdown", + "defaultValueOid", + "defaultValuePositiveInt", + "defaultValueString", + "defaultValueTime", + "defaultValueUnsignedInt", + "defaultValueUri", + "defaultValueUrl", + "defaultValueUuid", + "defaultValueAddress", + "defaultValueAge", + "defaultValueAnnotation", + "defaultValueAttachment", + "defaultValueCodeableConcept", + "defaultValueCoding", + "defaultValueContactPoint", + "defaultValueCount", + "defaultValueDistance", + "defaultValueDuration", + "defaultValueHumanName", + "defaultValueIdentifier", + "defaultValueMoney", + "defaultValuePeriod", + "defaultValueQuantity", + "defaultValueRange", + "defaultValueRatio", + "defaultValueReference", + "defaultValueSampledData", + "defaultValueSignature", + "defaultValueTiming", + "defaultValueContactDetail", + "defaultValueContributor", + "defaultValueDataRequirement", + "defaultValueExpression", + "defaultValueParameterDefinition", + "defaultValueRelatedArtifact", + "defaultValueTriggerDefinition", + "defaultValueUsageContext", + "defaultValueDosage", + "defaultValueMeta" + ] + }, + "fixed": { + "scalar": true, + "choices": [ + "fixedBase64Binary", + "fixedBoolean", + "fixedCanonical", + "fixedCode", + "fixedDate", + "fixedDateTime", + "fixedDecimal", + "fixedId", + "fixedInstant", + "fixedInteger", + "fixedMarkdown", + "fixedOid", + "fixedPositiveInt", + "fixedString", + "fixedTime", + "fixedUnsignedInt", + "fixedUri", + "fixedUrl", + "fixedUuid", + "fixedAddress", + "fixedAge", + "fixedAnnotation", + "fixedAttachment", + "fixedCodeableConcept", + "fixedCoding", + "fixedContactPoint", + "fixedCount", + "fixedDistance", + "fixedDuration", + "fixedHumanName", + "fixedIdentifier", + "fixedMoney", + "fixedPeriod", + "fixedQuantity", + "fixedRange", + "fixedRatio", + "fixedReference", + "fixedSampledData", + "fixedSignature", + "fixedTiming", + "fixedContactDetail", + "fixedContributor", + "fixedDataRequirement", + "fixedExpression", + "fixedParameterDefinition", + "fixedRelatedArtifact", + "fixedTriggerDefinition", + "fixedUsageContext", + "fixedDosage", + "fixedMeta" + ] + }, + "patternCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "base": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "max": { + "type": "string", + "scalar": true, + "summary": true + }, + "min": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "path": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["path", "min", "max"] + }, + "patternInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "defaultValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "isModifierReason": { + "type": "string", + "scalar": true, + "summary": true + }, + "patternAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "defaultValueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "isSummary": { "type": "boolean", "scalar": true, "summary": true }, + "fixedMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "pattern": { + "scalar": true, + "choices": [ + "patternBase64Binary", + "patternBoolean", + "patternCanonical", + "patternCode", + "patternDate", + "patternDateTime", + "patternDecimal", + "patternId", + "patternInstant", + "patternInteger", + "patternMarkdown", + "patternOid", + "patternPositiveInt", + "patternString", + "patternTime", + "patternUnsignedInt", + "patternUri", + "patternUrl", + "patternUuid", + "patternAddress", + "patternAge", + "patternAnnotation", + "patternAttachment", + "patternCodeableConcept", + "patternCoding", + "patternContactPoint", + "patternCount", + "patternDistance", + "patternDuration", + "patternHumanName", + "patternIdentifier", + "patternMoney", + "patternPeriod", + "patternQuantity", + "patternRange", + "patternRatio", + "patternReference", + "patternSampledData", + "patternSignature", + "patternTiming", + "patternContactDetail", + "patternContributor", + "patternDataRequirement", + "patternExpression", + "patternParameterDefinition", + "patternRelatedArtifact", + "patternTriggerDefinition", + "patternUsageContext", + "patternDosage", + "patternMeta" + ] + }, + "fixedInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + } + }, + "id": "ElementDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1", + "required": ["path"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "11179-permitted-value-conceptmap", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "11179-permitted-value-conceptmap", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Request/4.0.1", + "fhirVersion": null, + "name": "Request", + "type": "Request", + "resourceType": "FHIRSchema", + "id": "Request", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Request", + "packageVersion": "4.0.1", + "version": "4.0.1" + }, + { + "description": "Drugs, devices, etc. under study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-focus/4.0.1", + "expression": "ResearchStudy.focus", + "fhirVersion": null, + "name": "focus", + "xpath": "f:ResearchStudy/f:focus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-focus", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus", + "code": "focus", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-focus" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Annotation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Annotation", + "type": "Annotation", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "markdown", "scalar": true, "summary": true }, + "time": { "type": "dateTime", "scalar": true, "summary": true }, + "author": { + "scalar": true, + "choices": ["authorReference", "authorString"] + }, + "authorString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "author" + }, + "authorReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true, + "choiceOf": "author" + } + }, + "id": "Annotation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Annotation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["text"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-sliderStepValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-sliderStepValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ProdCharacteristic/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ProdCharacteristic", + "type": "ProdCharacteristic", + "resourceType": "FHIRSchema", + "elements": { + "imprint": { "type": "string", "array": true, "summary": true }, + "color": { "type": "string", "array": true, "summary": true }, + "width": { "type": "Quantity", "scalar": true, "summary": true }, + "nominalVolume": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "weight": { "type": "Quantity", "scalar": true, "summary": true }, + "shape": { "type": "string", "scalar": true, "summary": true }, + "scoring": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "image": { "type": "Attachment", "array": true, "summary": true }, + "depth": { "type": "Quantity", "scalar": true, "summary": true }, + "externalDiameter": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "height": { "type": "Quantity", "scalar": true, "summary": true } + }, + "id": "ProdCharacteristic", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ProdCharacteristic", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/specimen-specialHandling/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "specimen-specialHandling", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "specimen-specialHandling", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "exp-1": { + "human": "An expression or a reference must be provided", + "severity": "error", + "expression": "expression.exists() or reference.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Expression/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Expression", + "type": "Expression", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "id", "scalar": true, "summary": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/expression-language" + }, + "summary": true + }, + "reference": { "type": "uri", "scalar": true, "summary": true }, + "expression": { "type": "string", "scalar": true, "summary": true }, + "description": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Expression", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["language"] + }, + { + "constraints": { + "sqty-1": { + "human": "The comparator is not used on a SimpleQuantity", + "severity": "error", + "expression": "comparator.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SimpleQuantity/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["comparator"], + "name": "SimpleQuantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "id": "SimpleQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "ehrsrle-provenance", + "type": "Provenance", + "resourceType": "FHIRSchema", + "elements": { + "agent": { + "elements": { + "who": { "mustSupport": true }, + "onBehalfOf": { "mustSupport": true } + }, + "mustSupport": true + }, + "policy": { "mustSupport": true }, + "reason": { "mustSupport": true }, + "target": { "mustSupport": true }, + "activity": { "mustSupport": true }, + "location": { "mustSupport": true }, + "recorded": { "mustSupport": true }, + "signature": { "mustSupport": true } + }, + "id": "ehrsrle-provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Provenance", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-questionnaire/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "cqf-questionnaire", + "type": "Questionnaire", + "resourceType": "FHIRSchema", + "elements": { + "extension": { + "slicing": { + "rules": "open", + "slices": { + "library": { + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-library" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "cqf-questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-questionnaire", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImmunizationRecommendation", + "type": "ImmunizationRecommendation", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "recommendation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "seriesDosesPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "contraindicatedVaccineCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "doseNumberPositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "doseNumber" + }, + "series": { "type": "string", "scalar": true }, + "doseNumber": { + "scalar": true, + "choices": ["doseNumberPositiveInt", "doseNumberString"] + }, + "vaccineCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "doseNumberString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "doseNumber" + }, + "seriesDosesString": { + "type": "string", + "scalar": true, + "choiceOf": "seriesDoses" + }, + "seriesDoses": { + "scalar": true, + "choices": [ + "seriesDosesPositiveInt", + "seriesDosesString" + ] + }, + "forecastStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status" + }, + "summary": true, + "modifier": true + }, + "forecastReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason" + }, + "summary": true + }, + "dateCriterion": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion" + } + }, + "value": { "type": "dateTime", "scalar": true } + }, + "required": ["code", "value"] + }, + "targetDisease": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-target-disease" + }, + "summary": true + }, + "supportingImmunization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation" + ] + }, + "supportingPatientInformation": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + }, + "required": ["forecastStatus"], + "constraints": { + "imr-1": { + "human": "One of vaccineCode or targetDisease SHALL be present", + "severity": "error", + "expression": "vaccineCode.exists() or targetDisease.exists()" + } + } + } + }, + "id": "ImmunizationRecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["patient", "date", "recommendation"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-importance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-importance", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-importance" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-importance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-importance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "gdf-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/GraphDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "GraphDefinition", + "type": "GraphDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "start": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "max": { "type": "string", "scalar": true }, + "min": { "type": "integer", "scalar": true }, + "path": { "type": "string", "scalar": true }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "link": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "elements", + "link" + ] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + } + }, + "params": { "type": "string", "scalar": true }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "compartment": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-use" + } + }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type" + } + }, + "rule": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-rule" + } + }, + "expression": { + "type": "string", + "scalar": true + }, + "description": { + "type": "string", + "scalar": true + } + }, + "required": ["use", "code", "rule"] + } + }, + "required": ["type"] + }, + "sliceName": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true } + } + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + } + }, + "id": "GraphDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["name", "status", "start"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-otherConfidentiality/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "composition-clinicaldocument-otherConfidentiality", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-otherConfidentiality" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "choiceOf": "value", + "required-element": true + } + }, + "id": "composition-clinicaldocument-otherConfidentiality", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-otherConfidentiality", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksserviceplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "action": { + "elements": { + "type": { "mustSupport": true }, + "title": { "mustSupport": true }, + "trigger": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "condition": { "mustSupport": true }, + "description": { "mustSupport": true }, + "participant": { "mustSupport": true }, + "selectionBehavior": { "mustSupport": true } + } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "cdsHooksEndpoint": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "cdshooksserviceplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-concept-comments", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-concept-comments", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "nor-1": { + "human": "Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class", + "severity": "warning", + "expression": "oralDiet.exists() or supplement.exists() or enteralFormula.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NutritionOrder/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "NutritionOrder", + "type": "NutritionOrder", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "oralDiet": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type" + }, + "summary": true + }, + "texture": { + "type": "BackboneElement", + "array": true, + "elements": { + "foodType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/modified-foodtype" + } + }, + "modifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/texture-code" + } + } + } + }, + "nutrient": { + "type": "BackboneElement", + "array": true, + "elements": { + "amount": { "type": "Quantity", "scalar": true }, + "modifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code" + } + } + } + }, + "schedule": { "type": "Timing", "array": true }, + "instruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "fluidConsistencyType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consistency-type" + } + } + } + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "instantiates": { "type": "uri", "array": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "note": { "type": "Annotation", "array": true }, + "dateTime": { "type": "dateTime", "scalar": true, "summary": true }, + "enteralFormula": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "additiveType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-additive" + } + }, + "maxVolumeToDeliver": { + "type": "Quantity", + "scalar": true + }, + "baseFormulaType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-type" + }, + "summary": true + }, + "routeofAdministration": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/enteral-route" + } + }, + "additiveProductName": { "type": "string", "scalar": true }, + "caloricDensity": { "type": "Quantity", "scalar": true }, + "administrationInstruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "administration": { + "type": "BackboneElement", + "array": true, + "elements": { + "rate": { + "scalar": true, + "choices": ["rateQuantity", "rateRatio"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "schedule": { "type": "Timing", "scalar": true }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "rate" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "rate" + } + } + }, + "baseFormulaProductName": { + "type": "string", + "scalar": true + } + } + }, + "foodPreferenceModifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "excludeFoodModifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type" + } + }, + "identifier": { "type": "Identifier", "array": true }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "orderer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "supplement": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplement-type" + }, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true }, + "schedule": { "type": "Timing", "array": true }, + "instruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "productName": { "type": "string", "scalar": true } + } + }, + "allergyIntolerance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + }, + "id": "NutritionOrder", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent", "patient", "dateTime"] + }, + { + "description": "External identifier for the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-identifier/4.0.1", + "expression": "TestScript.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:TestScript/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-identifier", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-identifier" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "BiologicallyDerivedProduct", + "type": "BiologicallyDerivedProduct", + "resourceType": "FHIRSchema", + "elements": { + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "processing": { + "type": "BackboneElement", + "array": true, + "elements": { + "time": { + "scalar": true, + "choices": ["timeDateTime", "timePeriod"] + }, + "additive": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true + }, + "procedure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + } + }, + "timePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "time" + }, + "description": { "type": "string", "scalar": true }, + "timeDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "time" + } + } + }, + "parent": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-status" + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "productCode": { "type": "CodeableConcept", "scalar": true }, + "storage": { + "type": "BackboneElement", + "array": true, + "elements": { + "scale": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-storage-scale" + } + }, + "duration": { "type": "Period", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "temperature": { "type": "decimal", "scalar": true } + } + }, + "quantity": { "type": "integer", "scalar": true }, + "productCategory": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-category" + } + }, + "manipulation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "time": { + "scalar": true, + "choices": ["timeDateTime", "timePeriod"] + }, + "timePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "time" + }, + "description": { "type": "string", "scalar": true }, + "timeDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "time" + } + } + }, + "collection": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "collected": { + "scalar": true, + "choices": ["collectedDateTime", "collectedPeriod"] + }, + "collector": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "collectedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "collected" + }, + "collectedDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "collected" + } + } + } + }, + "id": "BiologicallyDerivedProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-nullFlavor", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-nullFlavor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-conceptOrder", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-conceptOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/time/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Time", + "fhirVersion": null, + "name": "time", + "type": "time", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "time", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/time", + "packageVersion": "4.0.1", + "regex": "([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-relatedPerson/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-relatedPerson", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-relatedPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/entryFormat/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "entryFormat", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/entryFormat" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "entryFormat", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/consent-Transcriber/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "consent-Transcriber", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/consent-Transcriber" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "consent-Transcriber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-Transcriber", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-basedOn/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-basedOn", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-basedOn" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-basedOn", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-basedOn", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SpecimenDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SpecimenDefinition", + "type": "SpecimenDefinition", + "resourceType": "FHIRSchema", + "elements": { + "collection": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "timeAspect": { "type": "string", "scalar": true, "summary": true }, + "typeTested": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + } + }, + "handling": { + "type": "BackboneElement", + "array": true, + "elements": { + "instruction": { "type": "string", "scalar": true }, + "maxDuration": { + "type": "Duration", + "scalar": true + }, + "temperatureRange": { + "type": "Range", + "scalar": true + }, + "temperatureQualifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition" + } + } + } + }, + "container": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "capacity": { "type": "Quantity", "scalar": true }, + "minimumVolumeQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "minimumVolume" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type" + } + }, + "cap": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-cap" + } + }, + "preparation": { "type": "string", "scalar": true }, + "minimumVolume": { + "scalar": true, + "choices": [ + "minimumVolumeQuantity", + "minimumVolumeString" + ] + }, + "material": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-material" + } + }, + "additive": { + "type": "BackboneElement", + "array": true, + "elements": { + "additive": { + "scalar": true, + "choices": [ + "additiveCodeableConcept", + "additiveReference" + ] + }, + "additiveReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive", + "required-element": true + }, + "additiveCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive", + "required-element": true + } + }, + "required": ["additive", "additive"] + }, + "minimumVolumeString": { + "type": "string", + "scalar": true, + "choiceOf": "minimumVolume" + } + } + }, + "isDerived": { "type": "boolean", "scalar": true }, + "preference": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference" + } + }, + "requirement": { "type": "string", "scalar": true }, + "retentionTime": { "type": "Duration", "scalar": true }, + "rejectionCriterion": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria" + } + } + }, + "required": ["preference"] + }, + "typeCollected": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + }, + "summary": true + }, + "patientPreparation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection" + }, + "summary": true + } + }, + "id": "SpecimenDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "operationoutcome-issue-source", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "operationoutcome-issue-source", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "allergyintolerance-resolutionAge", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge" + }, + "value": { "choices": ["valueAge"] }, + "valueAge": { + "type": "Age", + "choiceOf": "value", + "required-element": true + } + }, + "id": "allergyintolerance-resolutionAge", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PaymentReconciliation/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "PaymentReconciliation", + "type": "PaymentReconciliation", + "resourceType": "FHIRSchema", + "elements": { + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Task"], + "scalar": true + }, + "paymentAmount": { + "type": "Money", + "scalar": true, + "summary": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + } + } + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome" + } + }, + "disposition": { "type": "string", "scalar": true }, + "paymentIdentifier": { "type": "Identifier", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "paymentDate": { "type": "date", "scalar": true, "summary": true }, + "identifier": { "type": "Identifier", "array": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "paymentIssuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "response": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "amount": { "type": "Money", "scalar": true }, + "date": { "type": "date", "scalar": true }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type" + } + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "payee": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "predecessor": { "type": "Identifier", "scalar": true }, + "identifier": { "type": "Identifier", "scalar": true }, + "submitter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["type"] + } + }, + "id": "PaymentReconciliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "created", "paymentDate", "paymentAmount"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/operationoutcome-authority/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "operationoutcome-authority", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/operationoutcome-authority" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "operationoutcome-authority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-authority", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "esc-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ExampleScenario/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ExampleScenario", + "type": "ExampleScenario", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "instance": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "versionId": { "type": "string", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true + } + }, + "required": ["versionId", "description"] + }, + "resourceId": { "type": "string", "scalar": true }, + "description": { "type": "markdown", "scalar": true }, + "resourceType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + } + }, + "containedInstance": { + "type": "BackboneElement", + "array": true, + "elements": { + "versionId": { "type": "string", "scalar": true }, + "resourceId": { "type": "string", "scalar": true } + }, + "required": ["resourceId"] + } + }, + "required": ["resourceId", "resourceType"] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "process": { + "type": "BackboneElement", + "array": true, + "elements": { + "step": { + "type": "BackboneElement", + "array": true, + "elements": { + "pause": { "type": "boolean", "scalar": true }, + "process": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "process" + ] + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "response": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "instance", + "elements", + "containedInstance" + ] + }, + "description": { + "type": "markdown", + "scalar": true + }, + "request": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "instance", + "elements", + "containedInstance" + ] + }, + "number": { + "type": "string", + "scalar": true + }, + "name": { + "type": "string", + "scalar": true + }, + "initiator": { + "type": "string", + "scalar": true + }, + "type": { + "type": "string", + "scalar": true + }, + "receiverActive": { + "type": "boolean", + "scalar": true + }, + "initiatorActive": { + "type": "boolean", + "scalar": true + }, + "receiver": { + "type": "string", + "scalar": true + } + }, + "required": ["number"] + }, + "alternative": { + "type": "BackboneElement", + "array": true, + "elements": { + "step": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "process", + "elements", + "step" + ] + }, + "title": { + "type": "string", + "scalar": true + }, + "description": { + "type": "markdown", + "scalar": true + } + }, + "required": ["title"] + } + } + }, + "title": { + "type": "string", + "scalar": true, + "summary": true + }, + "description": { "type": "markdown", "scalar": true }, + "preConditions": { "type": "markdown", "scalar": true }, + "postConditions": { "type": "markdown", "scalar": true } + }, + "required": ["title"] + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "workflow": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "actor": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type" + } + }, + "actorId": { "type": "string", "scalar": true }, + "description": { "type": "markdown", "scalar": true } + }, + "required": ["actorId", "type"] + } + }, + "id": "ExampleScenario", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Schedule/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Schedule", + "type": "Schedule", + "resourceType": "FHIRSchema", + "elements": { + "actor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "summary": true + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "comment": { "type": "string", "scalar": true }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "serviceType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "planningHorizon": { + "type": "Period", + "scalar": true, + "summary": true + }, + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + } + }, + "id": "Schedule", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Schedule", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["actor"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-referenceProfile", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-referenceProfile", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceDefinition", + "type": "DeviceDefinition", + "resourceType": "FHIRSchema", + "elements": { + "deviceName": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype" + } + } + }, + "required": ["name", "type"] + }, + "shelfLifeStorage": { "type": "ProductShelfLife", "array": true }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "valueCode": { "type": "CodeableConcept", "array": true }, + "valueQuantity": { "type": "Quantity", "array": true } + }, + "required": ["type"] + }, + "manufacturerString": { + "type": "string", + "scalar": true, + "choiceOf": "manufacturer" + }, + "modelNumber": { "type": "string", "scalar": true }, + "udiDeviceIdentifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "issuer": { "type": "uri", "scalar": true }, + "jurisdiction": { "type": "uri", "scalar": true }, + "deviceIdentifier": { "type": "string", "scalar": true } + }, + "required": ["deviceIdentifier", "issuer", "jurisdiction"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + } + }, + "manufacturerReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "choiceOf": "manufacturer" + }, + "capability": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "description": { "type": "CodeableConcept", "array": true } + }, + "required": ["type"] + }, + "specialization": { + "type": "BackboneElement", + "array": true, + "elements": { + "version": { "type": "string", "scalar": true }, + "systemType": { "type": "string", "scalar": true } + }, + "required": ["systemType"] + }, + "parentDevice": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "languageCode": { "type": "CodeableConcept", "array": true }, + "safety": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety" + }, + "summary": true + }, + "material": { + "type": "BackboneElement", + "array": true, + "elements": { + "alternate": { "type": "boolean", "scalar": true }, + "substance": { "type": "CodeableConcept", "scalar": true }, + "allergenicIndicator": { "type": "boolean", "scalar": true } + }, + "required": ["substance"] + }, + "url": { "type": "uri", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "manufacturer": { + "scalar": true, + "choices": ["manufacturerString", "manufacturerReference"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "version": { "type": "string", "array": true }, + "contact": { "type": "ContactPoint", "array": true }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "onlineInformation": { "type": "uri", "scalar": true }, + "physicalCharacteristics": { + "type": "ProdCharacteristic", + "scalar": true + } + }, + "id": "DeviceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "constraints": { + "con-3": { + "human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item", + "severity": "warning", + "expression": "clinicalStatus.exists() or verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code = 'entered-in-error').exists() or category.select($this='problem-list-item').empty()" + }, + "con-4": { + "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission", + "severity": "error", + "expression": "abatement.empty() or clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='resolved' or code='remission' or code='inactive')).exists()" + }, + "con-5": { + "human": "Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", + "severity": "error", + "expression": "verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status' and code='entered-in-error').empty() or clinicalStatus.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Condition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Condition", + "type": "Condition", + "resourceType": "FHIRSchema", + "elements": { + "onset": { + "scalar": true, + "choices": [ + "onsetDateTime", + "onsetAge", + "onsetPeriod", + "onsetRange", + "onsetString" + ] + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-category" + } + }, + "clinicalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical" + }, + "summary": true, + "modifier": true + }, + "abatementAge": { + "type": "Age", + "scalar": true, + "choiceOf": "abatement" + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "onsetAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "stage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage-type" + } + }, + "summary": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage" + } + }, + "assessment": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + }, + "constraints": { + "con-1": { + "human": "Stage SHALL have summary or assessment", + "severity": "error", + "expression": "summary.exists() or assessment.exists()" + } + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "evidence": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom" + }, + "summary": true + }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "summary": true + } + }, + "constraints": { + "con-2": { + "human": "evidence SHALL have code or details", + "severity": "error", + "expression": "code.exists() or detail.exists()" + } + } + }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "abatement": { + "scalar": true, + "choices": [ + "abatementDateTime", + "abatementAge", + "abatementPeriod", + "abatementRange", + "abatementString" + ] + }, + "abatementPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "abatement" + }, + "asserter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "abatementString": { + "type": "string", + "scalar": true, + "choiceOf": "abatement" + }, + "abatementRange": { + "type": "Range", + "scalar": true, + "choiceOf": "abatement" + }, + "recordedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "onsetString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "severity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "onsetDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "abatementDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "abatement" + }, + "verificationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "Condition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Condition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DetectedIssue/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DetectedIssue", + "type": "DetectedIssue", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "evidence": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom" + } + }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + } + }, + "mitigation": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "action": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action" + } + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + }, + "required": ["action"] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "identifiedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "identified" + }, + "reference": { "type": "uri", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "summary": true, + "modifier": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-severity" + }, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "identified": { + "scalar": true, + "choices": ["identifiedDateTime", "identifiedPeriod"] + }, + "implicated": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "identifiedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "identified" + }, + "detail": { "type": "string", "scalar": true } + }, + "id": "DetectedIssue", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DetectedIssue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/communication-media/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "communication-media", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/communication-media" + }, + "value": { "choices": ["valueAttachment"] }, + "valueAttachment": { + "type": "Attachment", + "choiceOf": "value", + "required-element": true + } + }, + "id": "communication-media", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/communication-media", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-mothers-family/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-mothers-family", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-mothers-family", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/clinicaldocument/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "clinicaldocument", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "versionNumber": { + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "clinicaldocument", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/clinicaldocument", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "timing-daysOfCycle", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "day": { + "max": 2147483647, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "day" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { "type": "uri", "fixed": "day" }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "timing-daysOfCycle", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "constraints": { + "vsd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ValueSet/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ValueSet", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "compose": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "exclude": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "compose", + "elements", + "include" + ] + }, + "include": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "filter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "op": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "property": { + "type": "code", + "scalar": true, + "summary": true + } + }, + "required": ["property", "op", "value"] + }, + "system": { + "type": "uri", + "scalar": true, + "summary": true + }, + "concept": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "display": { + "type": "string", + "scalar": true + }, + "designation": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + }, + "value": { + "type": "string", + "scalar": true + }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + } + }, + "required": ["value"] + } + }, + "required": ["code"] + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueSet": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "summary": true + } + }, + "constraints": { + "vsd-1": { + "human": "A value set include/exclude SHALL have a value set or a system", + "severity": "error", + "expression": "valueSet.exists() or system.exists()" + }, + "vsd-2": { + "human": "A value set with concepts or filters SHALL include a system", + "severity": "error", + "expression": "(concept.exists() or filter.exists()) implies system.exists()" + }, + "vsd-3": { + "human": "Cannot have both concept and filter", + "severity": "error", + "expression": "concept.empty() or filter.empty()" + } + } + }, + "inactive": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "lockedDate": { + "type": "date", + "scalar": true, + "summary": true + } + }, + "required": ["include"] + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "expansion": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "total": { "type": "integer", "scalar": true }, + "offset": { "type": "integer", "scalar": true }, + "contains": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "system": { "type": "uri", "scalar": true }, + "display": { "type": "string", "scalar": true }, + "version": { "type": "string", "scalar": true }, + "abstract": { "type": "boolean", "scalar": true }, + "contains": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "expansion", + "elements", + "contains" + ] + }, + "inactive": { "type": "boolean", "scalar": true }, + "designation": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "compose", + "elements", + "include", + "elements", + "concept", + "elements", + "designation" + ] + } + }, + "constraints": { + "vsd-6": { + "human": "SHALL have a code or a display", + "severity": "error", + "expression": "code.exists() or display.exists()" + }, + "vsd-9": { + "human": "Must have a code if not abstract", + "severity": "error", + "expression": "code.exists() or abstract = true" + }, + "vsd-10": { + "human": "Must have a system if a code is present", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + } + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value" + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value" + }, + "name": { "type": "string", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueString", + "valueBoolean", + "valueInteger", + "valueDecimal", + "valueUri", + "valueCode", + "valueDateTime" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["name"] + }, + "timestamp": { "type": "dateTime", "scalar": true }, + "identifier": { "type": "uri", "scalar": true } + }, + "required": ["timestamp"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "immutable": { "type": "boolean", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "ValueSet", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/location-boundary-geojson/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "location-boundary-geojson", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson" + }, + "value": { "choices": ["valueAttachment"] }, + "valueAttachment": { + "type": "Attachment", + "choiceOf": "value", + "required-element": true + } + }, + "id": "location-boundary-geojson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-management/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-management", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-management" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-management", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-management", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/timing-exact/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "timing-exact", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/timing-exact" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "timing-exact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-exact", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-animal/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "patient-animal", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-animal" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "breed": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "breed" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "breed" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-breeds" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "species": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "species" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "species" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-species" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "genderStatus": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "genderStatus" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "genderStatus" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-genderstatus" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "patient-animal", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-otherName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "valueset-otherName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-otherName" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "name": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "name" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "preferred": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "preferred" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "preferred" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "valueset-otherName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-otherName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Goal/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Goal", + "type": "Goal", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category" + }, + "summary": true + }, + "addresses": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + }, + "expressedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "startDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + }, + "summary": true, + "choiceOf": "start" + }, + "start": { + "scalar": true, + "choices": ["startDate", "startCodeableConcept"] + }, + "achievementStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-achievement" + }, + "summary": true + }, + "statusReason": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "startCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + }, + "summary": true, + "choiceOf": "start" + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority" + }, + "summary": true + }, + "outcomeCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "identifier": { "type": "Identifier", "array": true }, + "statusDate": { "type": "date", "scalar": true, "summary": true }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "detailRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "measure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "due": { + "scalar": true, + "choices": ["dueDate", "dueDuration"] + }, + "detailRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "dueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "due" + }, + "detailBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "dueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "due" + }, + "detail": { + "scalar": true, + "choices": [ + "detailQuantity", + "detailRange", + "detailCodeableConcept", + "detailString", + "detailBoolean", + "detailInteger", + "detailRatio" + ] + } + }, + "constraints": { + "gol-1": { + "human": "Goal.target.measure is required if Goal.target.detail is populated", + "severity": "error", + "expression": "(detail.exists() and measure.exists()) or detail.exists().not()" + } + } + }, + "outcomeReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "lifecycleStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-status" + }, + "summary": true, + "modifier": true + } + }, + "id": "Goal", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Goal", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["lifecycleStatus", "description", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-houseNumber", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-houseNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "ppc-1": { + "human": "Either a Policy or PolicyRule", + "severity": "error", + "expression": "policy.exists() or policyRule.exists()" + }, + "ppc-2": { + "human": "IF Scope=privacy, there must be a patient", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='patient-privacy').exists().not()" + }, + "ppc-3": { + "human": "IF Scope=research, there must be a patient", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='research').exists().not()" + }, + "ppc-4": { + "human": "IF Scope=adr, there must be a patient", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='adr').exists().not()" + }, + "ppc-5": { + "human": "IF Scope=treatment, there must be a patient", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='treatment').exists().not()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Consent/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Consent", + "type": "Consent", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-category" + }, + "summary": true + }, + "provision": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "provision": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "elements", + "provision" + ] + }, + "purpose": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + }, + "summary": true + }, + "dataPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type" + }, + "summary": true + }, + "class": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class" + }, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-code" + }, + "summary": true + }, + "action": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action" + }, + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + }, + "securityLabel": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "summary": true + }, + "actor": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + }, + "required": ["role", "reference"] + }, + "data": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "meaning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning" + }, + "summary": true + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + } + }, + "required": ["meaning", "reference"] + } + } + }, + "sourceAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "source" + }, + "organization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "verification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "verified": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "verifiedWith": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "verificationDate": { "type": "dateTime", "scalar": true } + }, + "required": ["verified"] + }, + "source": { + "scalar": true, + "choices": ["sourceAttachment", "sourceReference"] + }, + "scope": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-scope" + }, + "summary": true, + "modifier": true + }, + "policy": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "authority": { "type": "uri", "scalar": true } + } + }, + "sourceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "summary": true, + "choiceOf": "source" + }, + "dateTime": { "type": "dateTime", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-state-codes" + }, + "summary": true, + "modifier": true + }, + "policyRule": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + } + }, + "id": "Consent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Consent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "scope", "category"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-partner-prefix", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-partner-prefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-statusReason/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-statusReason", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-statusReason" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-statusReason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-statusReason", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-recipientLanguage", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-recipientLanguage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CommunicationRequest/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CommunicationRequest", + "type": "CommunicationRequest", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category" + } + }, + "payload": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": [ + "contentString", + "contentAttachment", + "contentReference" + ] + }, + "contentString": { + "type": "string", + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content", "content"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "medium": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode" + } + }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActReason" + }, + "summary": true + }, + "statusReason": { "type": "CodeableConcept", "scalar": true }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "sender": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ], + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrencePeriod"] + }, + "about": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + } + }, + "id": "CommunicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status"] + }, + { + "description": "mild | moderate | severe", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-severity/4.0.1", + "expression": "AdverseEvent.severity", + "fhirVersion": null, + "name": "severity", + "xpath": "f:AdverseEvent/f:severity", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-severity", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-severity", + "code": "severity", + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-severity" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "diagnosticReport-replaces", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "diagnosticReport-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-wg/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-wg", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/hl7-work-group" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-wg", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-expirationDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-expirationDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductContraindication/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductContraindication", + "type": "MedicinalProductContraindication", + "resourceType": "FHIRSchema", + "elements": { + "disease": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "summary": true + }, + "population": { + "type": "Population", + "array": true, + "summary": true + }, + "comorbidity": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "otherTherapy": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "medication": { + "scalar": true, + "choices": [ + "medicationCodeableConcept", + "medicationReference" + ] + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ], + "scalar": true, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "therapyRelationshipType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "medication", + "required-element": true + } + }, + "required": [ + "therapyRelationshipType", + "medication", + "medication" + ] + }, + "diseaseStatus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "therapeuticIndication": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication" + ], + "summary": true + } + }, + "id": "MedicinalProductContraindication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductContraindication", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-uncertainty", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-uncertainty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-TEL-address", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address" + }, + "value": { "choices": ["valueUrl"] }, + "valueUrl": { + "type": "url", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-TEL-address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "mqty-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:iso:std:iso:4217\" - currency).", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = 'urn:iso:std:iso:4217')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MoneyQuantity/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "MoneyQuantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "id": "MoneyQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MoneyQuantity", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "observation-geneticsAllele", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Name": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Name" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/allelename" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "State": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "State" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "State" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "Frequency": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Frequency" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "Frequency" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-geneticsAllele", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ClaimResponse/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ClaimResponse", + "type": "ClaimResponse", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "payeeType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "focal": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["sequence", "focal", "coverage"] + }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Claim"], + "scalar": true, + "summary": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + }, + "number": { "type": "positiveInt", "scalar": true }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + } + }, + "required": ["text"] + }, + "preAuthRef": { "type": "string", "scalar": true }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "payment": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype" + } + }, + "amount": { "type": "Money", "scalar": true }, + "adjustment": { "type": "Money", "scalar": true }, + "identifier": { "type": "Identifier", "scalar": true }, + "adjustmentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" + } + } + }, + "required": ["type", "amount"] + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "subDetailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["subDetailSequence"] + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "detailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["detailSequence", "adjudication"] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "adjudication": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { "type": "decimal", "scalar": true }, + "amount": { "type": "Money", "scalar": true }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + } + } + }, + "required": ["category"] + }, + "itemSequence": { "type": "positiveInt", "scalar": true } + }, + "required": ["itemSequence", "adjudication"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "preAuthPeriod": { "type": "Period", "scalar": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome" + }, + "summary": true + }, + "disposition": { "type": "string", "scalar": true }, + "communicationRequest": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + }, + "total": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "Money", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + }, + "summary": true + } + }, + "required": ["category", "amount"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "error": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error" + } + }, + "itemSequence": { "type": "positiveInt", "scalar": true }, + "detailSequence": { "type": "positiveInt", "scalar": true }, + "subDetailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["code"] + }, + "form": { "type": "Attachment", "scalar": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "addItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "subdetailSequence": { + "type": "positiveInt", + "array": true + }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "itemSequence": { "type": "positiveInt", "array": true }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "detailSequence": { "type": "positiveInt", "array": true }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "provider": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "net": { "type": "Money", "scalar": true }, + "factor": { + "type": "decimal", + "scalar": true + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + } + }, + "required": ["productOrService", "adjudication"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true } + }, + "required": ["productOrService", "adjudication"] + } + }, + "required": ["productOrService", "adjudication"] + } + }, + "id": "ClaimResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "type", + "use", + "patient", + "created", + "insurer", + "outcome" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-optionPrefix", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-optionPrefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-timeOffset/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-timeOffset", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-timeOffset" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-timeOffset", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-timeOffset", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/messageheader-response-request/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "messageheader-response-request", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/messageheader-response-request" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "messageheader-response-request", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/messageheader-response-request", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaireresponse-reason", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaireresponse-reason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProduct/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProduct", + "type": "MedicinalProduct", + "resourceType": "FHIRSchema", + "elements": { + "additionalMonitoringIndicator": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "manufacturingBusinessOperation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "regulator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "effectiveDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "operationType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "confidentialityIndicator": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "authorisationReferenceNumber": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + }, + "combinedPharmaceuticalDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "clinicalTrial": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "productClassification": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "name": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "namePart": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "part": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "Coding", + "scalar": true, + "summary": true + } + }, + "required": ["part", "type"] + }, + "productName": { + "type": "string", + "scalar": true, + "summary": true + }, + "countryLanguage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "required": ["country", "language"] + } + }, + "required": ["productName"] + }, + "masterFile": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "pharmaceuticalProduct": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical" + ], + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "marketingStatus": { + "type": "MarketingStatus", + "array": true, + "summary": true + }, + "specialMeasures": { + "type": "string", + "array": true, + "summary": true + }, + "specialDesignation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "date": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "indication": { + "scalar": true, + "choices": [ + "indicationCodeableConcept", + "indicationReference" + ] + }, + "species": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "intendedUse": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "indicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "indication" + }, + "indicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication" + ], + "scalar": true, + "summary": true, + "choiceOf": "indication" + } + } + }, + "packagedMedicinalProduct": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged" + ], + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "crossReference": { + "type": "Identifier", + "array": true, + "summary": true + }, + "attachedDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "domain": { "type": "Coding", "scalar": true, "summary": true }, + "legalStatusOfSupply": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "paediatricUseIndicator": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "contact": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + } + }, + "id": "MedicinalProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["name"] + }, + { + "constraints": { + "ees-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EffectEvidenceSynthesis/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "EffectEvidenceSynthesis", + "type": "EffectEvidenceSynthesis", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "exposureAlternative": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "effectEstimate": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/effect-estimate-type" + } + }, + "value": { "type": "decimal", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "variantState": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variant-state" + } + }, + "unitOfMeasure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "precisionEstimate": { + "type": "BackboneElement", + "array": true, + "elements": { + "to": { "type": "decimal", "scalar": true }, + "from": { "type": "decimal", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/precision-estimate-type" + } + }, + "level": { "type": "decimal", "scalar": true } + } + } + } + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "sampleSize": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "numberOfStudies": { "type": "integer", "scalar": true }, + "numberOfParticipants": { + "type": "integer", + "scalar": true + } + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "studyType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-type" + } + }, + "outcome": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "synthesisType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/synthesis-type" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "population": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "certainty": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "rating": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality" + } + }, + "certaintySubcomponent": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-type" + } + }, + "rating": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating" + } + } + } + } + } + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "exposure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "resultsByExposure": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "variantState": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variant-state" + } + }, + "exposureState": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/exposure-state" + } + }, + "riskEvidenceSynthesis": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis" + ], + "scalar": true + } + }, + "required": ["riskEvidenceSynthesis"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "EffectEvidenceSynthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EffectEvidenceSynthesis", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "population", + "exposure", + "exposureAlternative", + "outcome" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationKnowledge/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationKnowledge", + "type": "MedicationKnowledge", + "resourceType": "FHIRSchema", + "elements": { + "preparationInstruction": { "type": "markdown", "scalar": true }, + "amount": { "type": "Quantity", "scalar": true, "summary": true }, + "monograph": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Media" + ], + "scalar": true + } + } + }, + "regulatory": { + "type": "BackboneElement", + "array": true, + "elements": { + "schedule": { + "type": "BackboneElement", + "array": true, + "elements": { + "schedule": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["schedule"] + }, + "maxDispense": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "period": { "type": "Duration", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true } + }, + "required": ["quantity"] + }, + "substitution": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "allowed": { "type": "boolean", "scalar": true } + }, + "required": ["type", "allowed"] + }, + "regulatoryAuthority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["regulatoryAuthority"] + }, + "doseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" + } + }, + "intendedRoute": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "drugCharacteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic" + } + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueString", + "valueQuantity", + "valueBase64Binary" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "packaging": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-package-type" + } + }, + "quantity": { "type": "Quantity", "scalar": true } + } + }, + "relatedMedicationKnowledge": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ] + } + }, + "required": ["type", "reference"] + }, + "medicineClassification": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "classification": { + "type": "CodeableConcept", + "array": true + } + }, + "required": ["type"] + }, + "kinetics": { + "type": "BackboneElement", + "array": true, + "elements": { + "lethalDose50": { "type": "Quantity", "array": true }, + "areaUnderCurve": { "type": "Quantity", "array": true }, + "halfLifePeriod": { "type": "Duration", "scalar": true } + } + }, + "associatedMedication": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Medication"] + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemCodeableConcept", "itemReference"] + }, + "isActive": { "type": "boolean", "scalar": true }, + "strength": { "type": "Ratio", "scalar": true }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "monitoringProgram": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { "type": "CodeableConcept", "scalar": true } + } + }, + "contraindication": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-status" + }, + "summary": true, + "modifier": true + }, + "productType": { "type": "CodeableConcept", "array": true }, + "synonym": { "type": "string", "array": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "administrationGuidelines": { + "type": "BackboneElement", + "array": true, + "elements": { + "dosage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "dosage": { "type": "Dosage", "array": true } + }, + "required": ["type", "dosage"] + }, + "indication": { + "scalar": true, + "choices": [ + "indicationCodeableConcept", + "indicationReference" + ] + }, + "indicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "scalar": true, + "choiceOf": "indication" + }, + "patientCharacteristics": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { "type": "string", "array": true }, + "characteristic": { + "scalar": true, + "choices": [ + "characteristicCodeableConcept", + "characteristicQuantity" + ] + }, + "characteristicQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "characteristic", + "required-element": true + }, + "characteristicCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "characteristic", + "required-element": true + } + }, + "required": ["characteristic", "characteristic"] + }, + "indicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "indication" + } + } + }, + "manufacturer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "cost": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { "type": "Money", "scalar": true }, + "type": { "type": "CodeableConcept", "scalar": true }, + "source": { "type": "string", "scalar": true } + }, + "required": ["type", "cost"] + } + }, + "id": "MedicationKnowledge", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-itemControl", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-item-control" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-itemControl", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-disability/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-disability", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-disability" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-disability", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-disability", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/rendering-markdown/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "rendering-markdown", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/rendering-markdown" + }, + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "choiceOf": "value", + "required-element": true + } + }, + "id": "rendering-markdown", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-markdown", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Dosage/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Dosage", + "type": "Dosage", + "resourceType": "FHIRSchema", + "elements": { + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes" + }, + "summary": true + }, + "asNeeded": { + "scalar": true, + "choices": ["asNeededBoolean", "asNeededCodeableConcept"] + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes" + }, + "summary": true + }, + "patientInstruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "maxDosePerLifetime": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxDosePerAdministration": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + }, + "summary": true + }, + "asNeededBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "timing": { "type": "Timing", "scalar": true, "summary": true }, + "additionalInstruction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/additional-instruction-codes" + }, + "summary": true + }, + "sequence": { "type": "integer", "scalar": true, "summary": true }, + "maxDosePerPeriod": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "doseAndRate": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "dose": { + "scalar": true, + "choices": ["doseRange", "doseQuantity"] + }, + "rate": { + "scalar": true, + "choices": ["rateRatio", "rateRange", "rateQuantity"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/dose-rate-type" + }, + "summary": true + }, + "doseRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "dose" + }, + "rateRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "rate" + }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "rate" + }, + "doseQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "dose" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "rate" + } + } + }, + "asNeededCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "text": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Dosage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Dosage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-own-prefix/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-own-prefix", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-own-prefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/11179-objectClass/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "11179-objectClass", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/11179-objectClass" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclass" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "11179-objectClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClass", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "consent-NotificationEndpoint", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint" + }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "id": "consent-NotificationEndpoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodySite/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "bodySite", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/bodySite" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "bodySite", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/bodySite", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/narrativeLink/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "narrativeLink", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/narrativeLink" + }, + "value": { "choices": ["valueUrl"] }, + "valueUrl": { + "type": "url", + "choiceOf": "value", + "required-element": true + } + }, + "id": "narrativeLink", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/narrativeLink", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "hla-genotyping-results-haploid", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "locus": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "locus" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "locus" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "method": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "method" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "method" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "hla-genotyping-results-haploid", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "description": "External identifier for the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-identifier/4.0.1", + "expression": "Library.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Library/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Library-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-identifier" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Substance/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Substance", + "type": "Substance", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-status" + }, + "summary": true, + "modifier": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-category" + }, + "summary": true + }, + "instance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "expiry": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "quantity": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "quantity": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "substance": { + "scalar": true, + "choices": [ + "substanceCodeableConcept", + "substanceReference" + ] + }, + "substanceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true, + "choiceOf": "substance", + "required-element": true + }, + "substanceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true, + "choiceOf": "substance", + "required-element": true + } + }, + "required": ["substance", "substance"] + }, + "description": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Substance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Substance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["code"] + }, + { + "constraints": { + "per-1": { + "human": "If present, start SHALL have a lower value than end", + "severity": "error", + "expression": "start.hasValue().not() or end.hasValue().not() or (start <= end)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Period/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Period", + "type": "Period", + "resourceType": "FHIRSchema", + "elements": { + "end": { "type": "dateTime", "scalar": true, "summary": true }, + "start": { "type": "dateTime", "scalar": true, "summary": true } + }, + "id": "Period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Period", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "constraints": { + "cpd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CompartmentDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CompartmentDefinition", + "type": "CompartmentDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "search": { "type": "boolean", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "param": { + "type": "string", + "array": true, + "summary": true + }, + "documentation": { "type": "string", "scalar": true } + }, + "required": ["code"] + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "CompartmentDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "name", "status", "code", "search"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-insurance/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-insurance", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-insurance" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-insurance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-insurance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-genderIdentity/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-genderIdentity", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/gender-identity" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-genderIdentity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/instant/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.DateTime", + "fhirVersion": null, + "name": "instant", + "type": "instant", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "instant", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/instant", + "packageVersion": "4.0.1", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/auditevent-MPPS/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "auditevent-MPPS", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/auditevent-MPPS" + }, + "value": { "choices": ["valueIdentifier"] }, + "valueIdentifier": { + "type": "Identifier", + "choiceOf": "value", + "required-element": true + } + }, + "id": "auditevent-MPPS", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-MPPS", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/event-eventHistory/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "event-eventHistory", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/event-eventHistory" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "event-eventHistory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-eventHistory", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-systemUserTaskContext/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-systemUserTaskContext", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserTaskContext" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-systemUserTaskContext", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserTaskContext", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PaymentNotice/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "PaymentNotice", + "type": "PaymentNotice", + "resourceType": "FHIRSchema", + "elements": { + "response": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "amount": { "type": "Money", "scalar": true, "summary": true }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "payment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" + ], + "scalar": true, + "summary": true + }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "paymentStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-status" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "paymentDate": { "type": "date", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "id": "PaymentNotice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentNotice", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "created", "payment", "recipient", "amount"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-optionExclusive", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-optionExclusive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Population/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Population", + "type": "Population", + "resourceType": "FHIRSchema", + "elements": { + "age": { + "scalar": true, + "choices": ["ageRange", "ageCodeableConcept"] + }, + "race": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "gender": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "ageRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "ageCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "physiologicalCondition": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "Population", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Population", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/VisionPrescription/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "VisionPrescription", + "type": "VisionPrescription", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true }, + "prescriber": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "dateWritten": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "lensSpecification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "sphere": { "type": "decimal", "scalar": true }, + "color": { "type": "string", "scalar": true }, + "eye": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-eye-codes" + }, + "summary": true + }, + "diameter": { "type": "decimal", "scalar": true }, + "duration": { "type": "Quantity", "scalar": true }, + "brand": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "power": { "type": "decimal", "scalar": true }, + "product": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-product" + }, + "summary": true + }, + "cylinder": { "type": "decimal", "scalar": true }, + "prism": { + "type": "BackboneElement", + "array": true, + "elements": { + "base": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-base-codes" + } + }, + "amount": { "type": "decimal", "scalar": true } + }, + "required": ["amount", "base"] + }, + "axis": { "type": "integer", "scalar": true }, + "add": { "type": "decimal", "scalar": true }, + "backCurve": { "type": "decimal", "scalar": true } + }, + "required": ["product", "eye"] + } + }, + "id": "VisionPrescription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "created", + "patient", + "dateWritten", + "prescriber", + "lensSpecification" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/catalog/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["subject"], + "name": "catalog", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "date": { + "slicing": { + "slices": { + "IssueDate": { + "max": 1, + "min": 1, + "schema": { "type": "dateTime" } + } + } + } + }, + "type": { + "type": "CodeableConcept", + "fixed": { "text": "Catalog" } + }, + "section": { + "array": true, + "elements": { + "entry": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CatalogEntry" + ] + } + }, + "required": ["entry"] + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "category": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/catalogType" + } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "ValidityPeriod": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "catalog", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/catalog", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "4.0.1", + "required": ["type", "category"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-fmm-no-warnings", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-fmm-no-warnings", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablevalueset/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablevalueset", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "url": { "type": "uri" }, + "name": { "type": "string" }, + "status": { "type": "code" }, + "version": { "type": "string" }, + "publisher": { "type": "string" }, + "description": { "type": "markdown" }, + "experimental": { "type": "boolean" } + }, + "id": "shareablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "version": "4.0.1", + "required": [ + "url", + "version", + "name", + "status", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductManufactured", + "type": "MedicinalProductManufactured", + "resourceType": "FHIRSchema", + "elements": { + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "ingredient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" + ], + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "unitOfPresentation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "manufacturedDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "otherCharacteristics": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "physicalCharacteristics": { + "type": "ProdCharacteristic", + "scalar": true, + "summary": true + } + }, + "id": "MedicinalProductManufactured", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["manufacturedDoseForm", "quantity"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-directedBy/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-directedBy", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-directedBy" + }, + "value": { "choices": ["valueCodeableConcept", "valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-directedBy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-directedBy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/goal-reasonRejected/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "goal-reasonRejected", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "goal-reasonRejected", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-dueTo/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-dueTo", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-dueTo" + }, + "value": { "choices": ["valueCodeableConcept", "valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-cause" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-cause" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-dueTo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-dueTo", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-type/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "familymemberhistory-type", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-type" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "familymemberhistory-type", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-type", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-performerOrder/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-performerOrder", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-performerOrder" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-performerOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-performerOrder", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-security-category", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-security-category" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-security-category", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-precinct", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-precinct", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "DiagnosticReport-geneticsAnalysis", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "interpretation": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "interpretation" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "interpretation" + }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "DiagnosticReport-geneticsAnalysis", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/servicerequest-genetics/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "servicerequest-genetics", + "type": "ServiceRequest", + "resourceType": "FHIRSchema", + "elements": { + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Item": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem" + } + }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "servicerequest-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-genetics", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-expand-group/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "valueset-expand-group", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "code": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "code" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "code" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "member": { + "max": 2147483647, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "member" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { "type": "uri", "fixed": "member" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "display": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "display" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "display" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "valueset-expand-group", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-bodyPosition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-bodyPosition", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-bodyPosition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "practitionerrole-primaryInd", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "practitionerrole-primaryInd", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "family-member-history-genetics-observation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "family-member-history-genetics-observation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "evi-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Evidence/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Evidence", + "type": "Evidence", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "outcome": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "type": "string", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "exposureBackground": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "exposureVariant": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "summary": true + } + }, + "id": "Evidence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Evidence", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "exposureBackground"] + }, + { + "constraints": { + "att-1": { + "human": "If the Attachment has data, it SHALL have a contentType", + "severity": "error", + "expression": "data.empty() or contentType.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Attachment/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Attachment", + "type": "Attachment", + "resourceType": "FHIRSchema", + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "data": { "type": "base64Binary", "scalar": true }, + "hash": { "type": "base64Binary", "scalar": true, "summary": true }, + "size": { "type": "unsignedInt", "scalar": true, "summary": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "creation": { "type": "dateTime", "scalar": true, "summary": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "summary": true + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + } + }, + "id": "Attachment", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Attachment", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/request-doNotPerform/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "request-doNotPerform", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/request-doNotPerform" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "request-doNotPerform", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-doNotPerform", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "allergyintolerance-duration", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration" + }, + "value": { "choices": ["valueDuration"] }, + "valueDuration": { + "type": "Duration", + "choiceOf": "value", + "required-element": true + } + }, + "id": "allergyintolerance-duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hdlcholesterol/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "hdlcholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "2085-9", + "system": "http://loinc.org", + "display": "HDL Cholesterol" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "low": { "type": "Quantity", "fixed": { "value": 1.5 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["high", "type", "appliesTo", "age"], + "required": ["low"], + "mustSupport": true + } + }, + "id": "hdlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/hdlcholesterol", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "4.0.1", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-expression/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-expression", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-expression" + }, + "value": { "choices": ["valueExpression"] }, + "valueExpression": { + "type": "Expression", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "family-member-history-genetics-sibling", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "type": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "type" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "type" }, + "value": { + "choices": ["valueCodeableConcept"] + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sibling-relationship-codes" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "reference": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "reference" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "reference" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "family-member-history-genetics-sibling", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/list-changeBase/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "list-changeBase", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/list-changeBase" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/List"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "list-changeBase", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/list-changeBase", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "resource-lastReviewDate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate" + }, + "value": { "choices": ["valueDate"] }, + "valueDate": { + "type": "date", + "choiceOf": "value", + "required-element": true + } + }, + "id": "resource-lastReviewDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/groupdefinition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["member"], + "name": "groupdefinition", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { "actual": { "type": "boolean", "fixed": false } }, + "id": "groupdefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/groupdefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Group", + "version": "4.0.1", + "required": ["actual"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/openEHR-careplan/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "openEHR-careplan", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/openEHR-careplan" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "openEHR-careplan", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-careplan", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-patient-record/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "familymemberhistory-patient-record", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-patient-record" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "familymemberhistory-patient-record", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-patient-record", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Identifier/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Identifier", + "type": "Identifier", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use" + }, + "summary": true, + "modifier": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + }, + "summary": true + }, + "value": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "assigner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Identifier", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/valueset-toocostly/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "valueset-toocostly", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/valueset-toocostly" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "valueset-toocostly", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-toocostly", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "familymemberhistory-severity", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "familymemberhistory-severity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/originalText/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "originalText", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/originalText" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "originalText", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/originalText", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-calculatedValue", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-calculatedValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-normative-version", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-normative-version", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Person/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Person", + "type": "Person", + "resourceType": "FHIRSchema", + "elements": { + "address": { "type": "Address", "array": true }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "photo": { "type": "Attachment", "scalar": true }, + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Person" + ], + "scalar": true + }, + "assurance": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel" + } + } + }, + "required": ["target"] + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + } + }, + "id": "Person", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Person", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "hla-genotyping-results-allele-database", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "choiceOf": "value", + "required-element": true + } + }, + "id": "hla-genotyping-results-allele-database", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "specimen-sequenceNumber", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "specimen-sequenceNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "tst-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TestScript/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "TestScript", + "type": "TestScript", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "variable": { + "type": "BackboneElement", + "array": true, + "elements": { + "hint": { "type": "string", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "path": { "type": "string", "scalar": true }, + "sourceId": { "type": "id", "scalar": true }, + "expression": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "headerField": { "type": "string", "scalar": true }, + "defaultValue": { "type": "string", "scalar": true } + }, + "required": ["name"], + "constraints": { + "tst-3": { + "human": "Variable can only contain one of expression, headerField or path.", + "severity": "error", + "expression": "expression.empty() or headerField.empty() or path.empty()" + } + } + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "setup": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "response": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-response-code-types" + } + }, + "description": { + "type": "string", + "scalar": true + }, + "path": { + "type": "string", + "scalar": true + }, + "headerField": { + "type": "string", + "scalar": true + }, + "compareToSourceId": { + "type": "string", + "scalar": true + }, + "expression": { + "type": "string", + "scalar": true + }, + "value": { + "type": "string", + "scalar": true + }, + "warningOnly": { + "type": "boolean", + "scalar": true + }, + "compareToSourceExpression": { + "type": "string", + "scalar": true + }, + "label": { + "type": "string", + "scalar": true + }, + "resource": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types" + } + }, + "responseCode": { + "type": "string", + "scalar": true + }, + "minimumId": { + "type": "string", + "scalar": true + }, + "operator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes" + } + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "compareToSourcePath": { + "type": "string", + "scalar": true + }, + "validateProfileId": { + "type": "id", + "scalar": true + }, + "sourceId": { + "type": "id", + "scalar": true + }, + "requestMethod": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations" + } + }, + "requestURL": { + "type": "string", + "scalar": true + }, + "direction": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes" + } + }, + "navigationLinks": { + "type": "boolean", + "scalar": true + } + }, + "required": ["warningOnly"], + "constraints": { + "tst-5": { + "human": "Only a single assertion SHALL be present within setup action assert element.", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1)" + }, + "tst-10": { + "human": "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + "tst-12": { + "human": "Setup action assert response and responseCode SHALL be empty when direction equals request", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + } + } + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { + "type": "string", + "scalar": true + }, + "method": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations" + } + }, + "targetId": { + "type": "id", + "scalar": true + }, + "requestHeader": { + "type": "BackboneElement", + "array": true, + "elements": { + "field": { + "type": "string", + "scalar": true + }, + "value": { + "type": "string", + "scalar": true + } + }, + "required": ["field", "value"] + }, + "params": { + "type": "string", + "scalar": true + }, + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes" + } + }, + "requestId": { + "type": "id", + "scalar": true + }, + "encodeRequestUrl": { + "type": "boolean", + "scalar": true + }, + "label": { + "type": "string", + "scalar": true + }, + "resource": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types" + } + }, + "url": { "type": "string", "scalar": true }, + "origin": { + "type": "integer", + "scalar": true + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "sourceId": { + "type": "id", + "scalar": true + }, + "responseId": { + "type": "id", + "scalar": true + }, + "destination": { + "type": "integer", + "scalar": true + }, + "accept": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + } + }, + "required": ["encodeRequestUrl"], + "constraints": { + "tst-7": { + "human": "Setup operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" + } + } + } + }, + "constraints": { + "tst-1": { + "human": "Setup action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + } + }, + "required": ["action"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "origin": { + "type": "BackboneElement", + "array": true, + "elements": { + "index": { "type": "integer", "scalar": true }, + "profile": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types" + } + } + }, + "required": ["index", "profile"] + }, + "fixture": { + "type": "BackboneElement", + "array": true, + "elements": { + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "autocreate": { "type": "boolean", "scalar": true }, + "autodelete": { "type": "boolean", "scalar": true } + }, + "required": ["autocreate", "autodelete"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "teardown": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "operation": { + "scalar": true, + "constraints": { + "tst-9": { + "human": "Teardown operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "required": ["operation"] + } + }, + "required": ["action"] + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "metadata": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "url": { "type": "uri", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["url"] + }, + "capability": { + "type": "BackboneElement", + "array": true, + "elements": { + "link": { "type": "uri", "array": true }, + "origin": { "type": "integer", "array": true }, + "required": { "type": "boolean", "scalar": true }, + "validated": { "type": "boolean", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "destination": { + "type": "integer", + "scalar": true + }, + "capabilities": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + } + }, + "required": ["required", "validated", "capabilities"] + } + }, + "required": ["capability"], + "constraints": { + "tst-4": { + "human": "TestScript metadata capability SHALL contain required or validated or both.", + "severity": "error", + "expression": "capability.required.exists() or capability.validated.exists()" + } + } + }, + "destination": { + "type": "BackboneElement", + "array": true, + "elements": { + "index": { "type": "integer", "scalar": true }, + "profile": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types" + } + } + }, + "required": ["index", "profile"] + }, + "test": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "scalar": true, + "constraints": { + "tst-6": { + "human": "Only a single assertion SHALL be present within test action assert element.", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1)" + }, + "tst-11": { + "human": "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + "tst-13": { + "human": "Test action assert response and response and responseCode SHALL be empty when direction equals request", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "assert" + ] + }, + "operation": { + "scalar": true, + "constraints": { + "tst-8": { + "human": "Test operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "constraints": { + "tst-2": { + "human": "Test action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["action"] + }, + "profile": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + } + }, + "id": "TestScript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestScript", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["url", "name", "status"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-specimenCode/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "observation-specimenCode", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-specimenCode" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "observation-specimenCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-specimenCode", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "qty-3": { + "human": "If a code for the unit is present, the system SHALL also be present", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Quantity/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Quantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "unit": { "type": "string", "scalar": true, "summary": true }, + "value": { "type": "decimal", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "comparator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quantity-comparator" + }, + "summary": true, + "modifier": true + } + }, + "id": "Quantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Quantity", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceAmount/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceAmount", + "type": "SubstanceAmount", + "resourceType": "FHIRSchema", + "elements": { + "amount": { + "scalar": true, + "choices": ["amountQuantity", "amountRange", "amountString"] + }, + "amountText": { "type": "string", "scalar": true, "summary": true }, + "amountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amountRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "referenceRange": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "lowLimit": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "highLimit": { + "type": "Quantity", + "scalar": true, + "summary": true + } + } + } + }, + "id": "SubstanceAmount", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceAmount", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-minOccurs", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs" + }, + "value": { "choices": ["valueInteger"] }, + "valueInteger": { + "type": "integer", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-minOccurs", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-de/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": [ + "representation", + "slicing", + "short", + "contentReference", + "fixed", + "pattern", + "isModifier", + "isSummary" + ], + "name": "elementdefinition-de", + "type": "ElementDefinition", + "resourceType": "FHIRSchema", + "elements": { + "type": { "excluded": ["profile", "aggregation"] }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Question": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question" + } + }, + "schema": { "type": "Extension" } + }, + "AllowedUnits": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" + } + }, + "schema": { "type": "Extension", "scalar": true } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "elementdefinition-de", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-de", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-streetName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-streetName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "DiagnosticReport-geneticsAssessedCondition", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "DiagnosticReport-geneticsAssessedCondition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "capabilitystatement-search-parameter-combination", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "optional": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "optional" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "optional" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "required": { + "max": 2147483647, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "required" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "required" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "capabilitystatement-search-parameter-combination", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/condition-related/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "condition-related", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/condition-related" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "condition-related", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-related", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "hla-genotyping-results-glstring", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "url": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "url" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "url" }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "text": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "text" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "text" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "hla-genotyping-results-glstring", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/task-candidateList/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "task-candidateList", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/task-candidateList" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "task-candidateList", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/task-candidateList", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-label/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-label", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-label" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-label", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-label", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-unitOption", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption" + }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-unitOption", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Type of entity involved", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity-type/4.0.1", + "expression": "AuditEvent.entity.type", + "fhirVersion": null, + "name": "entity-type", + "xpath": "f:AuditEvent/f:entity/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity-type", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-type", + "code": "entity-type", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-entity-type" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DocumentReference/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DocumentReference", + "type": "DocumentReference", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes" + }, + "summary": true + }, + "date": { "type": "instant", "scalar": true, "summary": true }, + "docStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status" + }, + "summary": true + }, + "content": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "format": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/formatcodes" + }, + "summary": true + }, + "attachment": { + "type": "Attachment", + "scalar": true, + "summary": true + } + }, + "required": ["attachment"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes" + }, + "summary": true + }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "masterIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "relatesTo": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type" + }, + "summary": true + }, + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + } + }, + "required": ["code", "target"] + }, + "context": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "event": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + } + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + }, + "related": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + }, + "facilityType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes" + } + }, + "practiceSetting": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + } + }, + "sourcePatientInfo": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ], + "scalar": true + } + } + }, + "securityLabel": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "authenticator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "id": "DocumentReference", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "content"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-keyWord/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "codesystem-keyWord", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-keyWord" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "codesystem-keyWord", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-keyWord", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-otherName/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "codesystem-otherName", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-otherName" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "name": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "name" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "name" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "preferred": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "preferred" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "preferred" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "codesystem-otherName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-otherName", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchSubject/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchSubject", + "type": "ResearchSubject", + "resourceType": "FHIRSchema", + "elements": { + "study": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-status" + }, + "summary": true, + "modifier": true + }, + "consent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Consent"], + "scalar": true + }, + "actualArm": { "type": "string", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "individual": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "assignedArm": { "type": "string", "scalar": true } + }, + "id": "ResearchSubject", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchSubject", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "study", "individual"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-maxValueSet", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet" + }, + "value": { "choices": ["valueUri", "valueCanonical"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-maxValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-qualityOfEvidence", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-qualityOfEvidence", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on/4.0.1", + "expression": "EventDefinition.relatedArtifact.where(type='depends-on').resource", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:EventDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-depends-on" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-library/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-library", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-library" + }, + "value": { "choices": ["valueCanonical"] }, + "valueCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"], + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-library", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-library", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "constraints": { + "msq-3": { + "human": "Only 0 and 1 are valid for coordinateSystem", + "severity": "error", + "expression": "coordinateSystem = 1 or coordinateSystem = 0" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MolecularSequence/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MolecularSequence", + "type": "MolecularSequence", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "structureVariant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "exact": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "inner": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "end": { + "type": "integer", + "scalar": true, + "summary": true + }, + "start": { + "type": "integer", + "scalar": true, + "summary": true + } + } + }, + "outer": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "end": { + "type": "integer", + "scalar": true, + "summary": true + }, + "start": { + "type": "integer", + "scalar": true, + "summary": true + } + } + }, + "length": { + "type": "integer", + "scalar": true, + "summary": true + }, + "variantType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://loinc.org/vs/LL379-9" + }, + "summary": true + } + } + }, + "repository": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "url": { "type": "uri", "scalar": true, "summary": true }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/repository-type" + }, + "summary": true + }, + "datasetId": { + "type": "string", + "scalar": true, + "summary": true + }, + "readsetId": { + "type": "string", + "scalar": true, + "summary": true + }, + "variantsetId": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["type"] + }, + "variant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "end": { + "type": "integer", + "scalar": true, + "summary": true + }, + "cigar": { + "type": "string", + "scalar": true, + "summary": true + }, + "start": { + "type": "integer", + "scalar": true, + "summary": true + }, + "observedAllele": { + "type": "string", + "scalar": true, + "summary": true + }, + "variantPointer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "scalar": true, + "summary": true + }, + "referenceAllele": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "specimen": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"], + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-type" + }, + "summary": true + }, + "pointer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "summary": true + }, + "observedSeq": { + "type": "string", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "quality": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "truthTP": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "fScore": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "truthFN": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "queryFP": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-quality-method" + }, + "summary": true + }, + "precision": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "start": { + "type": "integer", + "scalar": true, + "summary": true + }, + "queryTP": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quality-type" + }, + "summary": true + }, + "recall": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "roc": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "numFN": { + "type": "integer", + "array": true, + "summary": true + }, + "numFP": { + "type": "integer", + "array": true, + "summary": true + }, + "numTP": { + "type": "integer", + "array": true, + "summary": true + }, + "score": { + "type": "integer", + "array": true, + "summary": true + }, + "fMeasure": { + "type": "decimal", + "array": true, + "summary": true + }, + "precision": { + "type": "decimal", + "array": true, + "summary": true + }, + "sensitivity": { + "type": "decimal", + "array": true, + "summary": true + } + } + }, + "score": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "end": { + "type": "integer", + "scalar": true, + "summary": true + }, + "standardSequence": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-quality-standardSequence" + }, + "summary": true + }, + "gtFP": { + "type": "decimal", + "scalar": true, + "summary": true + } + }, + "required": ["type"] + }, + "device": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "coordinateSystem": { + "type": "integer", + "scalar": true, + "summary": true + }, + "referenceSeq": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "chromosome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chromosome-human" + }, + "summary": true + }, + "referenceSeqId": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-referenceSeq" + }, + "summary": true + }, + "windowEnd": { + "type": "integer", + "scalar": true, + "summary": true + }, + "strand": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/strand-type" + }, + "summary": true + }, + "genomeBuild": { + "type": "string", + "scalar": true, + "summary": true + }, + "orientation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/orientation-type" + }, + "summary": true + }, + "referenceSeqPointer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "scalar": true, + "summary": true + }, + "referenceSeqString": { + "type": "string", + "scalar": true, + "summary": true + }, + "windowStart": { + "type": "integer", + "scalar": true, + "summary": true + } + }, + "constraints": { + "msq-5": { + "human": "GenomeBuild and chromosome must be both contained if either one of them is contained", + "severity": "error", + "expression": "(chromosome.empty() and genomeBuild.empty()) or (chromosome.exists() and genomeBuild.exists())" + }, + "msq-6": { + "human": "Have and only have one of the following elements in referenceSeq : 1. genomeBuild ; 2 referenceSeqId; 3. referenceSeqPointer; 4. referenceSeqString;", + "severity": "error", + "expression": "(genomeBuild.count()+referenceSeqId.count()+ referenceSeqPointer.count()+ referenceSeqString.count()) = 1" + } + } + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "readCoverage": { + "type": "integer", + "scalar": true, + "summary": true + } + }, + "id": "MolecularSequence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["coordinateSystem"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CatalogEntry/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CatalogEntry", + "type": "CatalogEntry", + "resourceType": "FHIRSchema", + "elements": { + "additionalCharacteristic": { + "type": "CodeableConcept", + "array": true + }, + "additionalClassification": { + "type": "CodeableConcept", + "array": true + }, + "referencedItem": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Binary" + ], + "scalar": true, + "summary": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "classification": { "type": "CodeableConcept", "array": true }, + "validityPeriod": { "type": "Period", "scalar": true }, + "orderable": { "type": "boolean", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + } + }, + "validTo": { "type": "dateTime", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "additionalIdentifier": { "type": "Identifier", "array": true }, + "lastUpdated": { "type": "dateTime", "scalar": true }, + "relatedEntry": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CatalogEntry" + ], + "scalar": true + }, + "relationtype": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/relation-type" + } + } + }, + "required": ["relationtype", "item"] + } + }, + "id": "CatalogEntry", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CatalogEntry", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["orderable", "referencedItem"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/base64Binary/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "base64Binary", + "type": "base64Binary", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "base64Binary", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/base64Binary", + "packageVersion": "4.0.1", + "regex": "(\\s*([0-9a-zA-Z\\+/=]){4}\\s*)+", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "structuredefinition-hierarchy", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy" + }, + "value": { "choices": ["valueBoolean"] }, + "valueBoolean": { + "type": "boolean", + "choiceOf": "value", + "required-element": true + } + }, + "id": "structuredefinition-hierarchy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/contactpoint-area/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "contactpoint-area", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/contactpoint-area" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "contactpoint-area", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceSpecification/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceSpecification", + "type": "SubstanceSpecification", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "scalar": true, + "choices": ["amountQuantity", "amountString"] + }, + "definingSubstanceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "definingSubstance" + }, + "definingSubstance": { + "scalar": true, + "choices": [ + "definingSubstanceReference", + "definingSubstanceCodeableConcept" + ] + }, + "definingSubstanceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "summary": true, + "choiceOf": "definingSubstance" + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "parameters": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "name": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "official": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "date": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "authority": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "language": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "synonym": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "elements", + "name" + ] + }, + "translation": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "elements", + "name" + ] + }, + "preferred": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "domain": { + "type": "CodeableConcept", + "array": true, + "summary": true + } + }, + "required": ["name"] + }, + "referenceInformation": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation" + ], + "scalar": true, + "summary": true + }, + "relationship": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "scalar": true, + "choices": [ + "amountQuantity", + "amountRange", + "amountRatio", + "amountString" + ] + }, + "substanceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "substance" + }, + "amountRatioLowLimit": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "amountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "substanceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ], + "scalar": true, + "summary": true, + "choiceOf": "substance" + }, + "amountRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "substance": { + "scalar": true, + "choices": [ + "substanceReference", + "substanceCodeableConcept" + ] + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "isDefining": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "amountRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "amount" + } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "moiety": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "scalar": true, + "choices": ["amountQuantity", "amountString"] + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "molecularFormula": { + "type": "string", + "scalar": true, + "summary": true + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "opticalActivity": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "stereochemistry": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "nucleicAcid": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid" + ], + "scalar": true, + "summary": true + }, + "structure": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "isotope": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "halfLife": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "substitution": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "molecularWeight": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + } + } + }, + "representation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "attachment": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "representation": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "molecularWeight": { + "scalar": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "elements", + "structure", + "elements", + "isotope", + "elements", + "molecularWeight" + ] + }, + "opticalActivity": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "stereochemistry": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "molecularFormula": { + "type": "string", + "scalar": true, + "summary": true + }, + "molecularFormulaByMoiety": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "comment": { "type": "string", "scalar": true, "summary": true }, + "code": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "comment": { + "type": "string", + "scalar": true, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + } + } + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "molecularWeight": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "elements", + "structure", + "elements", + "isotope", + "elements", + "molecularWeight" + ] + }, + "polymer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstancePolymer" + ], + "scalar": true, + "summary": true + }, + "protein": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceProtein" + ], + "scalar": true, + "summary": true + }, + "domain": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "sourceMaterial": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial" + ], + "scalar": true, + "summary": true + } + }, + "id": "SubstanceSpecification", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/maxSize/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "maxSize", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/maxSize" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "id": "maxSize", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxSize", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "observation-geneticsPhaseSet", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Id": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "Id" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "Id" }, + "value": { "choices": ["valueUri"] }, + "valueUri": { + "type": "uri", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "MolecularSequence": { + "max": 2147483647, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "MolecularSequence" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "MolecularSequence" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "observation-geneticsPhaseSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "description": "Identifies element being mapped", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-code/4.0.1", + "expression": "ConceptMap.group.element.code", + "fhirVersion": null, + "name": "source-code", + "xpath": "f:ConceptMap/f:group/f:element/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-code", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", + "code": "source-code", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-source-code" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Parameters/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Parameters", + "type": "Parameters", + "resourceType": "FHIRSchema", + "elements": { + "parameter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueContributor": { + "type": "Contributor", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueContributor", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueDosage", + "valueMeta" + ] + }, + "part": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Parameters", + "elements", + "parameter" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "resource": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["name"], + "constraints": { + "inv-1": { + "human": "A parameter must have one and only one of (value, resource, part)", + "severity": "error", + "expression": "(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))" + } + } + } + }, + "id": "Parameters", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Parameters", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "elementdefinition-bestpractice", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice" + }, + "value": { "choices": ["valueBoolean", "valueCodeableConcept"] }, + "valueBoolean": { + "type": "boolean", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "elementdefinition-bestpractice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value", "value"] + }, + { + "constraints": { + "cnt-3": { + "human": "There SHALL be a code with a value of \"1\" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not())" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Count/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Count", + "type": "Count", + "resourceType": "FHIRSchema", + "id": "Count", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Count", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Procedure/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Procedure", + "type": "Procedure", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-category" + }, + "summary": true + }, + "report": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Composition" + ] + }, + "usedCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind" + } + }, + "usedReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "focalDevice": { + "type": "BackboneElement", + "array": true, + "elements": { + "action": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/device-action" + } + }, + "manipulated": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + } + }, + "required": ["manipulated"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "performedAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "performed" + }, + "complicationDetail": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "performedString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "performed" + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason" + }, + "summary": true + }, + "performed": { + "scalar": true, + "choices": [ + "performedDateTime", + "performedPeriod", + "performedString", + "performedAge", + "performedRange" + ] + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-outcome" + }, + "summary": true + }, + "asserter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "performedRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "performed" + }, + "complication": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "performedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "performed" + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ], + "summary": true + }, + "performedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "performed" + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "followUp": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-followup" + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + }, + "summary": true + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["actor"] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + } + }, + "id": "Procedure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Procedure", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "name": "ehrsrle-auditevent", + "type": "AuditEvent", + "resourceType": "FHIRSchema", + "elements": { + "type": { "mustSupport": true }, + "agent": { + "elements": { + "who": { "mustSupport": true }, + "role": { "mustSupport": true }, + "policy": { "mustSupport": true }, + "network": { + "elements": { + "type": { "mustSupport": true }, + "address": { "mustSupport": true } + }, + "mustSupport": true + }, + "location": { "mustSupport": true }, + "requestor": { "mustSupport": true }, + "purposeOfUse": { "mustSupport": true } + }, + "mustSupport": true + }, + "action": { "mustSupport": true }, + "entity": { + "elements": { + "role": { "mustSupport": true }, + "type": { "mustSupport": true }, + "what": { "mustSupport": true }, + "lifecycle": { "mustSupport": true }, + "securityLabel": { "mustSupport": true } + }, + "mustSupport": true + }, + "source": { + "elements": { + "site": { "mustSupport": true }, + "type": { "mustSupport": true }, + "observer": { "mustSupport": true } + }, + "mustSupport": true + }, + "subtype": { "mustSupport": true }, + "recorded": { "mustSupport": true }, + "purposeOfEvent": { "mustSupport": true } + }, + "id": "ehrsrle-auditevent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/language/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "language", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/language" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "language", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/language", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-AD-use/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-AD-use", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-AD-use" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/postal-address-use" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-AD-use", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-AD-use", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ParameterDefinition/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "ParameterDefinition", + "type": "ParameterDefinition", + "resourceType": "FHIRSchema", + "elements": { + "max": { "type": "string", "scalar": true, "summary": true }, + "min": { "type": "integer", "scalar": true, "summary": true }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use" + }, + "summary": true + }, + "name": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "id": "ParameterDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ParameterDefinition", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["use", "type"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/regex/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "regex", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { "fixed": "http://hl7.org/fhir/StructureDefinition/regex" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "regex", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/geolocation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "geolocation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/geolocation" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "latitude": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "latitude" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "latitude" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "longitude": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "longitude" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "longitude" + }, + "value": { "choices": ["valueDecimal"] }, + "valueDecimal": { + "type": "decimal", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "geolocation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/geolocation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "constraints": { + "spd-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + "spd-1": { + "human": "If an xpath is present, there SHALL be an xpathUsage", + "severity": "error", + "expression": "xpath.empty() or xpathUsage.exists()" + }, + "spd-2": { + "human": "Search parameters can only have chain names when the search parameter type is 'reference'", + "severity": "error", + "expression": "chain.empty() or type = 'reference'" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SearchParameter/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SearchParameter", + "type": "SearchParameter", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "expression": { "type": "string", "scalar": true }, + "modifier": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code" + } + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "multipleAnd": { "type": "boolean", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "multipleOr": { "type": "boolean", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "xpath": { "type": "string", "scalar": true }, + "xpathUsage": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-xpath-usage" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "expression": { "type": "string", "scalar": true } + }, + "required": ["definition", "expression"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "chain": { "type": "string", "array": true }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "comparator": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator" + } + }, + "target": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + } + }, + "base": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "SearchParameter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "url", + "name", + "status", + "description", + "code", + "base", + "type" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductPharmaceutical", + "type": "MedicinalProductPharmaceutical", + "resourceType": "FHIRSchema", + "elements": { + "device": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "ingredient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" + ], + "summary": true + }, + "characteristics": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "required": ["code"] + }, + "unitOfPresentation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "administrableDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "routeOfAdministration": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "firstDose": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxDosePerDay": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxSingleDose": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "targetSpecies": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "withdrawalPeriod": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "value": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "tissue": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "supportingInformation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["tissue", "value"] + } + }, + "required": ["code"] + }, + "maxTreatmentPeriod": { + "type": "Duration", + "scalar": true, + "summary": true + }, + "maxDosePerTreatmentPeriod": { + "type": "Ratio", + "scalar": true, + "summary": true + } + }, + "required": ["code"] + } + }, + "id": "MedicinalProductPharmaceutical", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["administrableDoseForm", "routeOfAdministration"] + }, + { + "constraints": { + "mdd-1": { + "human": "whenHandedOver cannot be before whenPrepared", + "severity": "error", + "expression": "whenHandedOver.empty() or whenPrepared.empty() or whenHandedOver >= whenPrepared" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationDispense/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationDispense", + "type": "MedicationDispense", + "resourceType": "FHIRSchema", + "elements": { + "statusReasonReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason" + }, + "choiceOf": "statusReason" + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-category" + } + }, + "whenHandedOver": { "type": "dateTime", "scalar": true }, + "whenPrepared": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "substitution": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + } + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason" + } + }, + "wasSubstituted": { "type": "boolean", "scalar": true }, + "responsibleParty": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + }, + "required": ["wasSubstituted"] + }, + "detectedIssue": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + }, + "medicationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType" + } + }, + "statusReason": { + "scalar": true, + "choices": [ + "statusReasonCodeableConcept", + "statusReasonReference" + ] + }, + "note": { "type": "Annotation", "array": true }, + "statusReasonCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason" + }, + "choiceOf": "statusReason" + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status" + }, + "summary": true, + "modifier": true + }, + "dosageInstruction": { "type": "Dosage", "array": true }, + "daysSupply": { "type": "Quantity", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true + }, + "medicationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true, + "choiceOf": "medication", + "required-element": true + }, + "quantity": { "type": "Quantity", "scalar": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Procedure"] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "authorizingPrescription": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + }, + "receiver": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function" + } + } + }, + "required": ["actor"] + }, + "medication": { + "scalar": true, + "choices": ["medicationCodeableConcept", "medicationReference"] + } + }, + "id": "MedicationDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "medication", "medication"] + }, + { + "constraints": { + "age-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM. If value is present, it SHALL be positive.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (value.empty() or value.hasValue().not() or value > 0)" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Age/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Age", + "type": "Age", + "resourceType": "FHIRSchema", + "id": "Age", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Age", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/procedure-causedBy/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "procedure-causedBy", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/procedure-causedBy" + }, + "value": { "choices": ["valueReference"] }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "choiceOf": "value", + "required-element": true + } + }, + "id": "procedure-causedBy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-causedBy", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "cqf-systemUserLanguage", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "cqf-systemUserLanguage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/boolean/4.0.1", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Boolean", + "fhirVersion": null, + "name": "boolean", + "type": "boolean", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "boolean", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/boolean", + "packageVersion": "4.0.1", + "regex": "true|false", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/patient-religion/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "patient-religion", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/patient-religion" + }, + "value": { "choices": ["valueCodeableConcept"] }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "patient-religion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaire-choiceOrientation", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/choice-list-orientation" + }, + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaire-choiceOrientation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CarePlan/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "CarePlan", + "type": "CarePlan", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category" + }, + "summary": true + }, + "addresses": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "summary": true + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "goal": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Goal"] + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "activity": { + "type": "BackboneElement", + "array": true, + "elements": { + "detail": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + }, + "instantiatesUri": { "type": "uri", "array": true }, + "productCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "productReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "scheduledPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "scheduled" + }, + "goal": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + }, + "reasonCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true + }, + "scheduledTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "scheduled" + }, + "dailyAmount": { + "type": "Quantity", + "scalar": true + }, + "product": { + "scalar": true, + "choices": [ + "productCodeableConcept", + "productReference" + ] + }, + "scheduledString": { + "type": "string", + "scalar": true, + "choiceOf": "scheduled" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-status" + }, + "modifier": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-kind" + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + } + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "modifier": true + }, + "scheduled": { + "scalar": true, + "choices": [ + "scheduledTiming", + "scheduledPeriod", + "scheduledString" + ] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "reasonReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + }, + "required": ["status"] + }, + "progress": { "type": "Annotation", "array": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "http://hl7.org/fhir/StructureDefinition/RequestGroup" + ], + "scalar": true + }, + "outcomeReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "outcomeCodeableConcept": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-outcome" + } + } + }, + "constraints": { + "cpl-3": { + "human": "Provide a reference or detail, not both", + "severity": "error", + "expression": "detail.empty() or reference.empty()" + } + } + }, + "contributor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent" + }, + "summary": true, + "modifier": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "careTeam": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + } + }, + "id": "CarePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CarePlan", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["status", "intent", "subject"] + }, + { + "constraints": { + "org-1": { + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Organization/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Organization", + "type": "Organization", + "resourceType": "FHIRSchema", + "elements": { + "address": { + "type": "Address", + "array": true, + "constraints": { + "org-2": { + "human": "An address of an organization can never be of use 'home'", + "severity": "error", + "expression": "where(use = 'home').empty()" + } + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-type" + }, + "summary": true + }, + "alias": { "type": "string", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "constraints": { + "org-3": { + "human": "The telecom of an organization can never be of use 'home'", + "severity": "error", + "expression": "where(use = 'home').empty()" + } + } + }, + "partOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "HumanName", "scalar": true }, + "address": { "type": "Address", "scalar": true }, + "purpose": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contactentity-type" + } + }, + "telecom": { "type": "ContactPoint", "array": true } + } + } + }, + "id": "Organization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Organization", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/humanname-partner-name/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "humanname-partner-name", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "humanname-partner-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Intended jurisdiction for the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction/4.0.1", + "expression": "ExampleScenario.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:ExampleScenario/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-jurisdiction" + }, + { + "constraints": { + "ait-1": { + "human": "AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.", + "severity": "error", + "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()" + }, + "ait-2": { + "human": "AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", + "severity": "error", + "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()" + } + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AllergyIntolerance/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "AllergyIntolerance", + "type": "AllergyIntolerance", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "onset": { + "scalar": true, + "choices": [ + "onsetDateTime", + "onsetAge", + "onsetPeriod", + "onsetRange", + "onsetString" + ] + }, + "category": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category" + }, + "summary": true + }, + "criticality": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality" + }, + "summary": true + }, + "clinicalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical" + }, + "summary": true, + "modifier": true + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "onset" + }, + "onsetAge": { "type": "Age", "scalar": true, "choiceOf": "onset" }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "onset" + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type" + }, + "summary": true + }, + "asserter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "recordedDate": { "type": "dateTime", "scalar": true }, + "onsetString": { + "type": "string", + "scalar": true, + "choiceOf": "onset" + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "onsetDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "onset" + }, + "lastOccurrence": { "type": "dateTime", "scalar": true }, + "verificationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification" + }, + "summary": true, + "modifier": true + }, + "reaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "onset": { "type": "dateTime", "scalar": true }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-severity" + } + }, + "substance": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + } + }, + "description": { "type": "string", "scalar": true }, + "exposureRoute": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "manifestation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + } + }, + "required": ["manifestation"] + } + }, + "id": "AllergyIntolerance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["patient"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceMetric/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceMetric", + "type": "DeviceMetric", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-category" + }, + "summary": true + }, + "measurementPeriod": { + "type": "Timing", + "scalar": true, + "summary": true + }, + "color": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-color" + }, + "summary": true + }, + "parent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type" + }, + "summary": true + }, + "source": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "calibration": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "time": { + "type": "instant", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-type" + }, + "summary": true + }, + "state": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-state" + }, + "summary": true + } + } + }, + "operationalStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-operational-status" + }, + "summary": true + } + }, + "id": "DeviceMetric", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": ["type", "category"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Claim/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "Claim", + "type": "Claim", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "focal": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "scalar": true }, + "preAuthRef": { "type": "string", "array": true }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["sequence", "focal", "coverage"] + }, + "facility": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "onAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission" + } + }, + "packageCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup" + } + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + } + }, + "required": ["sequence", "diagnosis", "diagnosis"] + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory" + } + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueString", + "valueQuantity", + "valueAttachment", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" + } + }, + "timing": { + "scalar": true, + "choices": ["timingDate", "timingPeriod"] + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception" + } + }, + "timingDate": { + "type": "date", + "scalar": true, + "choiceOf": "timing" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["sequence", "category"] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "diagnosisSequence": { + "type": "positiveInt", + "array": true + }, + "procedureSequence": { + "type": "positiveInt", + "array": true + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + }, + "careTeamSequence": { + "type": "positiveInt", + "array": true + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "informationSequence": { + "type": "positiveInt", + "array": true + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "net": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + } + }, + "required": ["sequence", "productOrService"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true } + }, + "required": ["sequence", "productOrService"] + } + }, + "required": ["sequence", "productOrService"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "procedure": { + "type": "BackboneElement", + "array": true, + "elements": { + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "date": { "type": "dateTime", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "procedure": { + "scalar": true, + "choices": [ + "procedureCodeableConcept", + "procedureReference" + ] + }, + "procedureReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + }, + "procedureCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + } + }, + "required": ["sequence", "procedure", "procedure"] + }, + "related": { + "type": "BackboneElement", + "array": true, + "elements": { + "claim": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ], + "scalar": true + }, + "reference": { "type": "Identifier", "scalar": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship" + } + } + } + }, + "referral": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "scalar": true + }, + "total": { "type": "Money", "scalar": true }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority" + }, + "summary": true + }, + "accident": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode" + } + }, + "location": { + "scalar": true, + "choices": ["locationAddress", "locationReference"] + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "location" + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "choiceOf": "location" + } + }, + "required": ["date"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + }, + "required": ["type"] + }, + "prescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "billablePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "originalPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "careTeam": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "responsible": { "type": "boolean", "scalar": true }, + "qualification": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification" + } + } + }, + "required": ["sequence", "provider"] + } + }, + "id": "Claim", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Claim", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "4.0.1", + "required": [ + "status", + "type", + "use", + "patient", + "created", + "provider", + "priority", + "insurance" + ] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/codesystem-alternate/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "codesystem-alternate", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/codesystem-alternate" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "use": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "use" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "use" }, + "value": { "choices": ["valueCoding"] }, + "valueCoding": { + "type": "Coding", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-altcode-kind" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "code": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "code" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "code" }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "codesystem-alternate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-alternate", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "questionnaireresponse-signature", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature" + }, + "value": { "choices": ["valueSignature"] }, + "valueSignature": { + "type": "Signature", + "choiceOf": "value", + "required-element": true + } + }, + "id": "questionnaireresponse-signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/questionnaire-constraint/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "questionnaire-constraint", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint" + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "key": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "key" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "key" }, + "value": { "choices": ["valueId"] }, + "valueId": { + "type": "id", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "human": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "human" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { "type": "uri", "fixed": "human" }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "location": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "location" } + }, + "schema": { + "type": "Extension", + "elements": { + "url": { + "type": "uri", + "fixed": "location" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "severity": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "severity" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "severity" + }, + "value": { "choices": ["valueCode"] }, + "valueCode": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity" + }, + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "expression": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "url": "expression" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "expression" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + }, + "requirements": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { "url": "requirements" } + }, + "schema": { + "type": "Extension", + "scalar": true, + "elements": { + "url": { + "type": "uri", + "fixed": "requirements" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "excluded": ["extension"], + "required": ["value"] + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "questionnaire-constraint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SampledData/4.0.1", + "derivation": "specialization", + "fhirVersion": null, + "name": "SampledData", + "type": "SampledData", + "resourceType": "FHIRSchema", + "elements": { + "data": { "type": "string", "scalar": true }, + "factor": { "type": "decimal", "scalar": true, "summary": true }, + "origin": { "type": "Quantity", "scalar": true, "summary": true }, + "period": { "type": "decimal", "scalar": true, "summary": true }, + "dimensions": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "lowerLimit": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "upperLimit": { "type": "decimal", "scalar": true, "summary": true } + }, + "id": "SampledData", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SampledData", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "4.0.1", + "required": ["origin", "period", "dimensions"] + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/FHIRSchema/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox/4.0.1", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["extension"], + "name": "iso21090-ADXP-postBox", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "url": { + "fixed": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox" + }, + "value": { "choices": ["valueString"] }, + "valueString": { + "type": "string", + "choiceOf": "value", + "required-element": true + } + }, + "id": "iso21090-ADXP-postBox", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox", + "packageVersion": "4.0.1", + "base": "http://hl7.org/fhir/StructureDefinition/Extension", + "version": "4.0.1", + "required": ["value"] + }, + { + "description": "Search by requests this task is based on", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-based-on/4.0.1", + "expression": "Task.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Task/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Task-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-based-on" + }, + { + "description": "Reasons for administering the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given/4.0.1", + "expression": "MedicationAdministration.reasonCode", + "fhirVersion": null, + "name": "reason-given", + "xpath": "f:MedicationAdministration/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-reason-given", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", + "code": "reason-given", + "packageVersion": "4.0.1", + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-reason-given" + }, + { + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): External ids for this item\r\n* [CarePlan](careplan.html): External Ids for this plan\r\n* [CareTeam](careteam.html): External Ids for this team\r\n* [Composition](composition.html): Version-independent identifier for the Composition\r\n* [Condition](condition.html): A unique identifier of the condition record\r\n* [Consent](consent.html): Identifier for this record (external references)\r\n* [DetectedIssue](detectedissue.html): Unique id for the detected issue\r\n* [DeviceRequest](devicerequest.html): Business identifier for request/order\r\n* [DiagnosticReport](diagnosticreport.html): An identifier for the report\r\n* [DocumentManifest](documentmanifest.html): Unique Identifier for the set of documents\r\n* [DocumentReference](documentreference.html): Master Version Specific Identifier\r\n* [Encounter](encounter.html): Identifier(s) by which this encounter is known\r\n* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier\r\n* [Goal](goal.html): External Ids for this goal\r\n* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID and Accession number\r\n* [Immunization](immunization.html): Business identifier\r\n* [List](list.html): Business identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationStatement](medicationstatement.html): Return statements with this external identifier\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier\r\n* [Observation](observation.html): The unique id for a particular observation\r\n* [Procedure](procedure.html): A unique identifier for a procedure\r\n* [RiskAssessment](riskassessment.html): Unique identifier for the assessment\r\n* [ServiceRequest](servicerequest.html): Identifiers assigned to this order\r\n* [SupplyDelivery](supplydelivery.html): External identifier\r\n* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-identifier/4.0.1", + "expression": "AllergyIntolerance.identifier | CarePlan.identifier | CareTeam.identifier | Composition.identifier | Condition.identifier | Consent.identifier | DetectedIssue.identifier | DeviceRequest.identifier | DiagnosticReport.identifier | DocumentManifest.masterIdentifier | DocumentManifest.identifier | DocumentReference.masterIdentifier | DocumentReference.identifier | Encounter.identifier | EpisodeOfCare.identifier | FamilyMemberHistory.identifier | Goal.identifier | ImagingStudy.identifier | Immunization.identifier | List.identifier | MedicationAdministration.identifier | MedicationDispense.identifier | MedicationRequest.identifier | MedicationStatement.identifier | NutritionOrder.identifier | Observation.identifier | Procedure.identifier | RiskAssessment.identifier | ServiceRequest.identifier | SupplyDelivery.identifier | SupplyRequest.identifier | VisionPrescription.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:AllergyIntolerance/f:identifier | f:CarePlan/f:identifier | f:CareTeam/f:identifier | f:Composition/f:identifier | f:Condition/f:identifier | f:Consent/f:identifier | f:DetectedIssue/f:identifier | f:DeviceRequest/f:identifier | f:DiagnosticReport/f:identifier | f:DocumentManifest/f:masterIdentifier | f:DocumentManifest/f:identifier | f:DocumentReference/f:masterIdentifier | f:DocumentReference/f:identifier | f:Encounter/f:identifier | f:EpisodeOfCare/f:identifier | f:FamilyMemberHistory/f:identifier | f:Goal/f:identifier | f:ImagingStudy/f:identifier | f:Immunization/f:identifier | f:List/f:identifier | f:MedicationAdministration/f:identifier | f:MedicationDispense/f:identifier | f:MedicationRequest/f:identifier | f:MedicationStatement/f:identifier | f:NutritionOrder/f:identifier | f:Observation/f:identifier | f:Procedure/f:identifier | f:RiskAssessment/f:identifier | f:ServiceRequest/f:identifier | f:SupplyDelivery/f:identifier | f:SupplyRequest/f:identifier | f:VisionPrescription/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-identifier", + "url": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": [ + "AllergyIntolerance", + "CarePlan", + "CareTeam", + "Composition", + "Condition", + "Consent", + "DetectedIssue", + "DeviceRequest", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "FamilyMemberHistory", + "Goal", + "ImagingStudy", + "Immunization", + "List", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "NutritionOrder", + "Observation", + "Procedure", + "RiskAssessment", + "ServiceRequest", + "SupplyDelivery", + "SupplyRequest", + "VisionPrescription" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-identifier" + }, + { + "description": "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity/4.0.1", + "expression": "(Observation.component.value as Quantity) | (Observation.component.value as SampledData)", + "fhirVersion": null, + "name": "component-value-quantity", + "xpath": "f:Observation/f:component/f:valueQuantity | f:Observation/f:component/f:valueCodeableConcept | f:Observation/f:component/f:valueString | f:Observation/f:component/f:valueBoolean | f:Observation/f:component/f:valueInteger | f:Observation/f:component/f:valueRange | f:Observation/f:component/f:valueRatio | f:Observation/f:component/f:valueSampledData | f:Observation/f:component/f:valueTime | f:Observation/f:component/f:valueDateTime | f:Observation/f:component/f:valuePeriod", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-component-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "code": "component-value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-value-quantity" + }, + { + "description": "Observing Device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-device/4.0.1", + "expression": "Media.device", + "fhirVersion": null, + "name": "device", + "xpath": "f:Media/f:device", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-device", + "url": "http://hl7.org/fhir/SearchParameter/Media-device", + "code": "device", + "packageVersion": "4.0.1", + "target": ["Device", "DeviceMetric"], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-device" + }, + { + "description": "Name of a resource mentioned in a capability statement", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource/4.0.1", + "expression": "CapabilityStatement.rest.resource.type", + "fhirVersion": null, + "name": "resource", + "xpath": "f:CapabilityStatement/f:rest/f:resource/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-resource", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", + "code": "resource", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-resource" + }, + { + "description": "Definition that this type is constrained/specialized from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-base/4.0.1", + "expression": "StructureDefinition.baseDefinition", + "fhirVersion": null, + "name": "base", + "xpath": "f:StructureDefinition/f:baseDefinition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-base", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", + "code": "base", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-base" + }, + { + "description": "The effect evidence synthesis publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-date/4.0.1", + "expression": "EffectEvidenceSynthesis.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:EffectEvidenceSynthesis/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-date", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-date" + }, + { + "description": "Coded expression for the species", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-target-species/4.0.1", + "expression": "MedicinalProductPharmaceutical.routeOfAdministration.targetSpecies.code", + "fhirVersion": null, + "name": "target-species", + "xpath": "f:MedicinalProductPharmaceutical/f:routeOfAdministration/f:targetSpecies/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductPharmaceutical-target-species", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-target-species", + "code": "target-species", + "packageVersion": "4.0.1", + "base": ["MedicinalProductPharmaceutical"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPharmaceutical-target-species" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-phonetic/4.0.1", + "expression": "Patient.name | Person.name | Practitioner.name | RelatedPerson.name", + "fhirVersion": null, + "name": "phonetic", + "xpath": "f:Patient/f:name | f:Person/f:name | f:Practitioner/f:name | f:RelatedPerson/f:name", + "xpathUsage": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-phonetic", + "url": "http://hl7.org/fhir/SearchParameter/individual-phonetic", + "code": "phonetic", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-phonetic" + }, + { + "description": "The uri that identifies the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-url/4.0.1", + "expression": "EffectEvidenceSynthesis.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:EffectEvidenceSynthesis/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-url", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-url" + }, + { + "description": "When this document manifest created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-created/4.0.1", + "expression": "DocumentManifest.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:DocumentManifest/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-created", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-created" + }, + { + "description": "Type of action performed during the event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-action/4.0.1", + "expression": "AuditEvent.action", + "fhirVersion": null, + "name": "action", + "xpath": "f:AuditEvent/f:action", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-action", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-action", + "code": "action", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-action" + }, + { + "description": "The annotation - text content (as markdown)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-notes/4.0.1", + "expression": "List.note.text", + "fhirVersion": null, + "name": "notes", + "xpath": "f:List/f:note/f:text", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-notes", + "url": "http://hl7.org/fhir/SearchParameter/List-notes", + "code": "notes", + "packageVersion": "4.0.1", + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-notes" + }, + { + "description": "Whether the practitioner record is active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-active/4.0.1", + "expression": "Practitioner.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:Practitioner/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-active", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Practitioner-active" + }, + { + "description": "The patient the specimen comes from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-patient/4.0.1", + "expression": "Specimen.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Specimen/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-patient", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-patient" + }, + { + "description": "The ServiceRequest that initiated this encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-based-on/4.0.1", + "expression": "Encounter.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Encounter/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["ServiceRequest"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-based-on" + }, + { + "description": "UDI associated with a line item product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi/4.0.1", + "expression": "ExplanationOfBenefit.item.udi", + "fhirVersion": null, + "name": "item-udi", + "xpath": "f:ExplanationOfBenefit/f:item/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-item-udi", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", + "code": "item-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-item-udi" + }, + { + "description": "A (part of the) address of the location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address/4.0.1", + "expression": "Location.address", + "fhirVersion": null, + "name": "address", + "xpath": "f:Location/f:address", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address", + "url": "http://hl7.org/fhir/SearchParameter/Location-address", + "code": "address", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address" + }, + { + "description": "The specific service that is to be performed during this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-service-type/4.0.1", + "expression": "Appointment.serviceType", + "fhirVersion": null, + "name": "service-type", + "xpath": "f:Appointment/f:serviceType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-service-type", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-type", + "code": "service-type", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-service-type" + }, + { + "description": "Part of referenced CarePlan", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-part-of/4.0.1", + "expression": "CarePlan.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:CarePlan/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-part-of", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": ["CarePlan"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-part-of" + }, + { + "description": "Whether the patient record is active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-active/4.0.1", + "expression": "Patient.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:Patient/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-active", + "url": "http://hl7.org/fhir/SearchParameter/Patient-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-active" + }, + { + "description": "A use context type and value assigned to the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-context-type-value/4.0.1", + "expression": "Library.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Library-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Library-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Library-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/Library-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-context-type-value" + }, + { + "description": "Who participated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent/4.0.1", + "expression": "Provenance.agent.who", + "fhirVersion": null, + "name": "agent", + "xpath": "f:Provenance/f:agent/f:who", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent", + "code": "agent", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-agent" + }, + { + "description": "The identity of the individual who administered the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer/4.0.1", + "expression": "MedicationAdministration.performer.actor", + "fhirVersion": null, + "name": "performer", + "xpath": "f:MedicationAdministration/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-performer", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-performer" + }, + { + "description": "Code and coded value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-concept/4.0.1", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-concept", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Observation-code-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", + "code": "code-value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-code-value-concept" + }, + { + "description": "Name of system", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-source/4.0.1", + "expression": "MessageHeader.source.name", + "fhirVersion": null, + "name": "source", + "xpath": "f:MessageHeader/f:source/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-source", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-source", + "code": "source", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-source" + }, + { + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ClinicalImpression](clinicalimpression.html): Patient or group assessed\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUseStatement](deviceusestatement.html): Search by subject - a patient\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentManifest](documentmanifest.html): The subject of the set of documents\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient or group present at the encounter\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [List](list.html): If all resources have the same subject\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the person who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-patient/4.0.1", + "expression": "AllergyIntolerance.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ClinicalImpression.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.patient | DetectedIssue.patient | DeviceRequest.subject.where(resolve() is Patient) | DeviceUseStatement.subject | DiagnosticReport.subject.where(resolve() is Patient) | DocumentManifest.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EpisodeOfCare.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | List.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationStatement.subject.where(resolve() is Patient) | NutritionOrder.patient | Observation.subject.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | SupplyDelivery.patient | VisionPrescription.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:AllergyIntolerance/f:patient | f:CarePlan/f:subject | f:CareTeam/f:subject | f:ClinicalImpression/f:subject | f:Composition/f:subject | f:Condition/f:subject | f:Consent/f:patient | f:DetectedIssue/f:patient | f:DeviceRequest/f:subject | f:DeviceUseStatement/f:subject | f:DiagnosticReport/f:subject | f:DocumentManifest/f:subject | f:DocumentReference/f:subject | f:Encounter/f:subject | f:EpisodeOfCare/f:patient | f:FamilyMemberHistory/f:patient | f:Flag/f:subject | f:Goal/f:subject | f:ImagingStudy/f:subject | f:Immunization/f:patient | f:List/f:subject | f:MedicationAdministration/f:subject | f:MedicationDispense/f:subject | f:MedicationRequest/f:subject | f:MedicationStatement/f:subject | f:NutritionOrder/f:patient | f:Observation/f:subject | f:Procedure/f:subject | f:RiskAssessment/f:subject | f:ServiceRequest/f:subject | f:SupplyDelivery/f:patient | f:VisionPrescription/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-patient", + "url": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient", "Group"], + "base": [ + "AllergyIntolerance", + "CarePlan", + "CareTeam", + "ClinicalImpression", + "Composition", + "Condition", + "Consent", + "DetectedIssue", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "FamilyMemberHistory", + "Flag", + "Goal", + "ImagingStudy", + "Immunization", + "List", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "NutritionOrder", + "Observation", + "Procedure", + "RiskAssessment", + "ServiceRequest", + "SupplyDelivery", + "VisionPrescription" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-patient" + }, + { + "description": "The subject of the set of documents", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-subject/4.0.1", + "expression": "DocumentManifest.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:DocumentManifest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-subject", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Group", "Device", "Patient"], + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-subject" + }, + { + "description": "The unique identity for a particular sequence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-identifier/4.0.1", + "expression": "MolecularSequence.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MolecularSequence/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-identifier" + }, + { + "description": "A coded conclusion (interpretation/impression) on the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion/4.0.1", + "expression": "DiagnosticReport.conclusionCode", + "fhirVersion": null, + "name": "conclusion", + "xpath": "f:DiagnosticReport/f:conclusionCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-conclusion", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", + "code": "conclusion", + "packageVersion": "4.0.1", + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-conclusion" + }, + { + "description": "Classification of patient encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-class/4.0.1", + "expression": "Encounter.class", + "fhirVersion": null, + "name": "class", + "xpath": "f:Encounter/f:class", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-class", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "code": "class", + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-class" + }, + { + "description": "Descriptive name for the list", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-title/4.0.1", + "expression": "List.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:List/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-title", + "url": "http://hl7.org/fhir/SearchParameter/List-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-title" + }, + { + "description": "Recipient(s) of goods and services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-patient/4.0.1", + "expression": "Invoice.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Invoice/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-patient", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-patient" + }, + { + "description": "The free/busy status of the appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-status/4.0.1", + "expression": "Slot.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Slot/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-status", + "url": "http://hl7.org/fhir/SearchParameter/Slot-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-status" + }, + { + "description": "partial | completed | entered-in-error | health-unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status/4.0.1", + "expression": "FamilyMemberHistory.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:FamilyMemberHistory/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-status", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["FamilyMemberHistory"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory-status" + }, + { + "description": "The actual content of the message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-focus/4.0.1", + "expression": "MessageHeader.focus", + "fhirVersion": null, + "name": "focus", + "xpath": "f:MessageHeader/f:focus", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-focus", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", + "code": "focus", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-focus" + }, + { + "description": "The test script publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-date/4.0.1", + "expression": "TestScript.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:TestScript/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-date", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-date" + }, + { + "description": "A channel of communication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium/4.0.1", + "expression": "CommunicationRequest.medium", + "fhirVersion": null, + "name": "medium", + "xpath": "f:CommunicationRequest/f:medium", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-medium", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", + "code": "medium", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-medium" + }, + { + "description": "The type of resources the group contains", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-type/4.0.1", + "expression": "Group.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Group/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-type", + "url": "http://hl7.org/fhir/SearchParameter/Group-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-type" + }, + { + "description": "How the subject was exposed to the substance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route/4.0.1", + "expression": "AllergyIntolerance.reaction.exposureRoute", + "fhirVersion": null, + "name": "route", + "xpath": "f:AllergyIntolerance/f:reaction/f:exposureRoute", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-route", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", + "code": "route", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-route" + }, + { + "description": "Searches for locations with a specific kind of status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-status/4.0.1", + "expression": "Location.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Location/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-status", + "url": "http://hl7.org/fhir/SearchParameter/Location-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-status" + }, + { + "description": "Author of the Linkage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-author/4.0.1", + "expression": "Linkage.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:Linkage/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-author", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-author", + "code": "author", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["Linkage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Linkage-author" + }, + { + "description": "The identity of a subject to list flags for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-subject/4.0.1", + "expression": "Flag.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Flag/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-subject", + "url": "http://hl7.org/fhir/SearchParameter/Flag-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Organization", + "Medication", + "Patient", + "PlanDefinition", + "Procedure", + "Location" + ], + "base": ["Flag"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Flag-subject" + }, + { + "description": "A type of use context assigned to the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-context-type/4.0.1", + "expression": "Questionnaire.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:Questionnaire/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-context-type", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-context-type" + }, + { + "description": "Is the schedule in active use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-active/4.0.1", + "expression": "Schedule.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:Schedule/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-active", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-active" + }, + { + "description": "actual | potential", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality/4.0.1", + "expression": "AdverseEvent.actuality", + "fhirVersion": null, + "name": "actuality", + "xpath": "f:AdverseEvent/f:actuality", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-actuality", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", + "code": "actuality", + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-actuality" + }, + { + "description": "The EligibilityRequest provider", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor/4.0.1", + "expression": "CoverageEligibilityResponse.requestor", + "fhirVersion": null, + "name": "requestor", + "xpath": "f:CoverageEligibilityResponse/f:requestor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-requestor", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", + "code": "requestor", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-requestor" + }, + { + "description": "Computationally friendly name of the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-name/4.0.1", + "expression": "ExampleScenario.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:ExampleScenario/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-name", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-name" + }, + { + "description": "Validation information for out parameters", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile/4.0.1", + "expression": "OperationDefinition.outputProfile", + "fhirVersion": null, + "name": "output-profile", + "xpath": "f:OperationDefinition/f:outputProfile", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-output-profile", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", + "code": "output-profile", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-output-profile" + }, + { + "description": "External identifier for the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-identifier/4.0.1", + "expression": "Evidence.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Evidence/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-identifier" + }, + { + "description": "The organization that receives the services from the participating organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization/4.0.1", + "expression": "OrganizationAffiliation.organization", + "fhirVersion": null, + "name": "primary-organization", + "xpath": "f:OrganizationAffiliation/f:organization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-primary-organization", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", + "code": "primary-organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-primary-organization" + }, + { + "description": "CarePlan replaced by this CarePlan", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-replaces/4.0.1", + "expression": "CarePlan.replaces", + "fhirVersion": null, + "name": "replaces", + "xpath": "f:CarePlan/f:replaces", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-replaces", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", + "code": "replaces", + "packageVersion": "4.0.1", + "target": ["CarePlan"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-replaces" + }, + { + "description": "Invoice date / posting date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-date/4.0.1", + "expression": "Invoice.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:Invoice/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-date", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-date" + }, + { + "description": "The business identifier of the Explanation of Benefit", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier/4.0.1", + "expression": "ExplanationOfBenefit.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ExplanationOfBenefit/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-identifier" + }, + { + "description": "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-operational-status/4.0.1", + "expression": "Location.operationalStatus", + "fhirVersion": null, + "name": "operational-status", + "xpath": "f:Location/f:operationalStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-operational-status", + "url": "http://hl7.org/fhir/SearchParameter/Location-operational-status", + "code": "operational-status", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-operational-status" + }, + { + "description": "The series being followed by the provider", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-series/4.0.1", + "expression": "Immunization.protocolApplied.series", + "fhirVersion": null, + "name": "series", + "xpath": "f:Immunization/f:protocolApplied/f:series", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-series", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-series", + "code": "series", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-series" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-composed-of/4.0.1", + "expression": "Library.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:Library/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/Library-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-composed-of" + }, + { + "description": "The identity of the individual or group to list administrations for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject/4.0.1", + "expression": "MedicationAdministration.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicationAdministration/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-subject" + }, + { + "description": "When Media was collected", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-created/4.0.1", + "expression": "Media.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:Media/f:createdDateTime | f:Media/f:createdPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-created", + "url": "http://hl7.org/fhir/SearchParameter/Media-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-created" + }, + { + "description": "The identifier of the component", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier/4.0.1", + "expression": "DeviceDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:DeviceDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["DeviceDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceDefinition-identifier" + }, + { + "description": "Combination of relation and relatesTo", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relationship/4.0.1", + "expression": "DocumentReference.relatesTo", + "fhirVersion": null, + "multipleOr": false, + "name": "relationship", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "expression": "target" + } + ], + "status": "draft", + "id": "DocumentReference-relationship", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", + "code": "relationship", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-relationship" + }, + { + "description": "Intended jurisdiction for the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-jurisdiction/4.0.1", + "expression": "ChargeItemDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:ChargeItemDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-jurisdiction" + }, + { + "description": "Who did assessment?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-performer/4.0.1", + "expression": "RiskAssessment.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:RiskAssessment/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-performer", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Device", "PractitionerRole"], + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-performer" + }, + { + "description": "The current status of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-status/4.0.1", + "expression": "EffectEvidenceSynthesis.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EffectEvidenceSynthesis/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-status", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-status" + }, + { + "description": "A quantity- or range-valued use context assigned to the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-quantity/4.0.1", + "expression": "(ResearchElementDefinition.useContext.value as Quantity) | (ResearchElementDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:ResearchElementDefinition/f:useContext/f:valueQuantity | f:ResearchElementDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-context-quantity" + }, + { + "description": "Individual who was performing", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor/4.0.1", + "expression": "ChargeItem.performer.actor", + "fhirVersion": null, + "name": "performer-actor", + "xpath": "f:ChargeItem/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performer-actor", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", + "code": "performer-actor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-performer-actor" + }, + { + "description": "The current status of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-status/4.0.1", + "expression": "Measure.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Measure/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-status", + "url": "http://hl7.org/fhir/SearchParameter/Measure-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-status" + }, + { + "description": "Returns medications for a specific dose form", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-form/4.0.1", + "expression": "Medication.form", + "fhirVersion": null, + "name": "form", + "xpath": "f:Medication/f:form", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-form", + "url": "http://hl7.org/fhir/SearchParameter/Medication-form", + "code": "form", + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-form" + }, + { + "description": "Search by recommended type of performer (e.g., Requester, Performer, Scheduler).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-performer/4.0.1", + "expression": "Task.performerType", + "fhirVersion": null, + "name": "performer", + "xpath": "f:Task/f:performerType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-performer", + "url": "http://hl7.org/fhir/SearchParameter/Task-performer", + "code": "performer", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-performer" + }, + { + "description": "A use context assigned to the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-context/4.0.1", + "expression": "(Evidence.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:Evidence/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-context", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-context" + }, + { + "description": "When the report was issued", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued/4.0.1", + "expression": "DiagnosticReport.issued", + "fhirVersion": null, + "name": "issued", + "xpath": "f:DiagnosticReport/f:issued", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-issued", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-issued" + }, + { + "description": "The current status of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-status/4.0.1", + "expression": "EventDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EventDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-status" + }, + { + "description": "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start/4.0.1", + "expression": "MolecularSequence.referenceSeq.windowStart", + "fhirVersion": null, + "name": "window-start", + "xpath": "f:MolecularSequence/f:referenceSeq/f:windowStart", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-window-start", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", + "code": "window-start", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-window-start" + }, + { + "description": "Abatement as age or age range", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-age/4.0.1", + "expression": "Condition.abatement.as(Age) | Condition.abatement.as(Range)", + "fhirVersion": null, + "name": "abatement-age", + "xpath": "f:Condition/f:abatementAge | f:Condition/f:abatementRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-age", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", + "code": "abatement-age", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-abatement-age" + }, + { + "description": "Factor overriding the associated rules", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override/4.0.1", + "expression": "ChargeItem.factorOverride", + "fhirVersion": null, + "name": "factor-override", + "xpath": "f:ChargeItem/f:factorOverride", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-factor-override", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", + "code": "factor-override", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-factor-override" + }, + { + "description": "Logical id of this artifact", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-id/4.0.1", + "expression": "Resource.id", + "fhirVersion": null, + "name": "_id", + "xpath": "f:Resource/f:id", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-id", + "url": "http://hl7.org/fhir/SearchParameter/Resource-id", + "code": "_id", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-id" + }, + { + "description": "Account number", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-identifier/4.0.1", + "expression": "Account.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Account/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Account-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-identifier" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical/4.0.1", + "expression": "Communication.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:Communication/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": [ + "Questionnaire", + "Measure", + "PlanDefinition", + "OperationDefinition", + "ActivityDefinition" + ], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-instantiates-canonical" + }, + { + "description": "An external identifier for the test report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-identifier/4.0.1", + "expression": "TestReport.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:TestReport/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-identifier", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-identifier" + }, + { + "description": "Search by task code", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-code/4.0.1", + "expression": "Task.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:Task/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-code", + "url": "http://hl7.org/fhir/SearchParameter/Task-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-code" + }, + { + "description": "The organization (facility) responsible for this encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-service-provider/4.0.1", + "expression": "Encounter.serviceProvider", + "fhirVersion": null, + "name": "service-provider", + "xpath": "f:Encounter/f:serviceProvider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-service-provider", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "code": "service-provider", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-service-provider" + }, + { + "description": "Product administrator", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by/4.0.1", + "expression": "InsurancePlan.administeredBy", + "fhirVersion": null, + "name": "administered-by", + "xpath": "f:InsurancePlan/f:administeredBy", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-administered-by", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", + "code": "administered-by", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-administered-by" + }, + { + "description": "A type of use context assigned to the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-context-type/4.0.1", + "expression": "TestScript.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:TestScript/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-context-type", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-context-type" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical/4.0.1", + "expression": "Procedure.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:Procedure/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": [ + "Questionnaire", + "Measure", + "PlanDefinition", + "OperationDefinition", + "ActivityDefinition" + ], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-instantiates-canonical" + }, + { + "description": "Source of the information about the allergy", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter/4.0.1", + "expression": "AllergyIntolerance.asserter", + "fhirVersion": null, + "name": "asserter", + "xpath": "f:AllergyIntolerance/f:asserter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-asserter", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter", + "code": "asserter", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-asserter" + }, + { + "description": "UDI associated with a line item detail product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi/4.0.1", + "expression": "ExplanationOfBenefit.item.detail.udi", + "fhirVersion": null, + "name": "detail-udi", + "xpath": "f:ExplanationOfBenefit/f:item/f:detail/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-detail-udi", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", + "code": "detail-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-detail-udi" + }, + { + "description": "Date(/time) when manifestations showed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset/4.0.1", + "expression": "AllergyIntolerance.reaction.onset", + "fhirVersion": null, + "name": "onset", + "xpath": "f:AllergyIntolerance/f:reaction/f:onset", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-onset", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset", + "code": "onset", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-onset" + }, + { + "description": "Who created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-author/4.0.1", + "expression": "Basic.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:Basic/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-author", + "url": "http://hl7.org/fhir/SearchParameter/Basic-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-author" + }, + { + "description": "The location of the Healthcare Service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-location/4.0.1", + "expression": "HealthcareService.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:HealthcareService/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-location", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-location" + }, + { + "description": "Effect on the subject due to this event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition/4.0.1", + "expression": "AdverseEvent.resultingCondition", + "fhirVersion": null, + "name": "resultingcondition", + "xpath": "f:AdverseEvent/f:resultingCondition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-resultingcondition", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition", + "code": "resultingcondition", + "packageVersion": "4.0.1", + "target": ["Condition"], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-resultingcondition" + }, + { + "description": "A source definition of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-instantiates/4.0.1", + "expression": "Contract.instantiatesUri", + "fhirVersion": null, + "name": "instantiates", + "xpath": "f:Contract/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-instantiates", + "url": "http://hl7.org/fhir/SearchParameter/Contract-instantiates", + "code": "instantiates", + "packageVersion": "4.0.1", + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-instantiates" + }, + { + "description": "Member of the CareTeam", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team/4.0.1", + "expression": "ExplanationOfBenefit.careTeam.provider", + "fhirVersion": null, + "name": "care-team", + "xpath": "f:ExplanationOfBenefit/f:careTeam/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-care-team", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", + "code": "care-team", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-care-team" + }, + { + "description": "The period covered by the documentation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-period/4.0.1", + "expression": "Composition.event.period", + "fhirVersion": null, + "name": "period", + "xpath": "f:Composition/f:event/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-period", + "url": "http://hl7.org/fhir/SearchParameter/Composition-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-period" + }, + { + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic/4.0.1", + "expression": "InsurancePlan.name", + "fhirVersion": null, + "name": "phonetic", + "xpath": "f:InsurancePlan/f:name", + "xpathUsage": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-phonetic", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", + "code": "phonetic", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-phonetic" + }, + { + "description": "Name of the publisher of the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher/4.0.1", + "expression": "ExampleScenario.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:ExampleScenario/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-publisher", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-publisher" + }, + { + "description": "Intended jurisdiction for the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction/4.0.1", + "expression": "PlanDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:PlanDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-jurisdiction" + }, + { + "description": "Related identifiers or resources", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-related/4.0.1", + "expression": "DocumentReference.context.related", + "fhirVersion": null, + "name": "related", + "xpath": "f:DocumentReference/f:context/f:related", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-related", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-related", + "code": "related", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-related" + }, + { + "description": "A quantity- or range-valued use context assigned to the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-context-quantity/4.0.1", + "expression": "(Library.useContext.value as Quantity) | (Library.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:Library/f:useContext/f:valueQuantity | f:Library/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Library-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-context-quantity" + }, + { + "description": "The business version of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-version/4.0.1", + "expression": "Measure.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:Measure/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-version", + "url": "http://hl7.org/fhir/SearchParameter/Measure-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-version" + }, + { + "description": "The period of the measure report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-period/4.0.1", + "expression": "MeasureReport.period", + "fhirVersion": null, + "name": "period", + "xpath": "f:MeasureReport/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-period", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-period" + }, + { + "description": "The event that triggers the message or link to the event definition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-event/4.0.1", + "expression": "MessageDefinition.event", + "fhirVersion": null, + "name": "event", + "xpath": "f:MessageDefinition/f:eventCoding | f:MessageDefinition/f:eventUri", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-event", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", + "code": "event", + "packageVersion": "4.0.1", + "base": ["MessageDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageDefinition-event" + }, + { + "description": "Is the Organization record active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-active/4.0.1", + "expression": "Organization.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:Organization/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-active", + "url": "http://hl7.org/fhir/SearchParameter/Organization-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-active" + }, + { + "description": "Protocol/Profile/Standard to be used with this endpoint connection", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-connection-type/4.0.1", + "expression": "Endpoint.connectionType", + "fhirVersion": null, + "name": "connection-type", + "xpath": "f:Endpoint/f:connectionType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-connection-type", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", + "code": "connection-type", + "packageVersion": "4.0.1", + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-connection-type" + }, + { + "description": "A search by a relationship type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship/4.0.1", + "expression": "FamilyMemberHistory.relationship", + "fhirVersion": null, + "name": "relationship", + "xpath": "f:FamilyMemberHistory/f:relationship", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-relationship", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", + "code": "relationship", + "packageVersion": "4.0.1", + "base": ["FamilyMemberHistory"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory-relationship" + }, + { + "description": "Business Identifier for study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier/4.0.1", + "expression": "ResearchStudy.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ResearchStudy/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-identifier" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-predecessor/4.0.1", + "expression": "Evidence.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:Evidence/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-predecessor" + }, + { + "description": "Persistent identifier for the bundle", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-identifier/4.0.1", + "expression": "Bundle.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Bundle/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Bundle-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Bundle"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Bundle-identifier" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-context-type-quantity/4.0.1", + "expression": "Measure.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Measure-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Measure-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "Measure-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Measure-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-context-type-quantity" + }, + { + "description": "Computationally friendly name of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-name/4.0.1", + "expression": "ResearchElementDefinition.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:ResearchElementDefinition/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-name", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-name" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri/4.0.1", + "expression": "Procedure.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:Procedure/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-instantiates-uri" + }, + { + "description": "Refers to the specific entity that caused the adverse event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-substance/4.0.1", + "expression": "AdverseEvent.suspectEntity.instance", + "fhirVersion": null, + "name": "substance", + "xpath": "f:AdverseEvent/f:suspectEntity/f:instance", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-substance", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", + "code": "substance", + "packageVersion": "4.0.1", + "target": [ + "Immunization", + "Device", + "Medication", + "Procedure", + "Substance", + "MedicationAdministration", + "MedicationStatement" + ], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-substance" + }, + { + "description": "Search by task owner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-owner/4.0.1", + "expression": "Task.owner", + "fhirVersion": null, + "name": "owner", + "xpath": "f:Task/f:owner", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-owner", + "url": "http://hl7.org/fhir/SearchParameter/Task-owner", + "code": "owner", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-owner" + }, + { + "description": "The status of the payment reconciliation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status/4.0.1", + "expression": "PaymentReconciliation.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:PaymentReconciliation/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-status", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-status" + }, + { + "description": "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity/4.0.1", + "expression": "(Observation.value as Quantity) | (Observation.value as SampledData) | (Observation.component.value as Quantity) | (Observation.component.value as SampledData)", + "fhirVersion": null, + "name": "combo-value-quantity", + "xpath": "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-combo-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "code": "combo-value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-value-quantity" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-predecessor/4.0.1", + "expression": "ResearchDefinition.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:ResearchDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-predecessor" + }, + { + "description": "Context of activities covered by this rule", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-purpose/4.0.1", + "expression": "Consent.provision.purpose", + "fhirVersion": null, + "name": "purpose", + "xpath": "f:Consent/f:provision/f:purpose", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-purpose", + "url": "http://hl7.org/fhir/SearchParameter/Consent-purpose", + "code": "purpose", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-purpose" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome/4.0.1", + "expression": "PaymentReconciliation.outcome", + "fhirVersion": null, + "name": "outcome", + "xpath": "f:PaymentReconciliation/f:outcome", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-outcome", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", + "code": "outcome", + "packageVersion": "4.0.1", + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-outcome" + }, + { + "description": "Additional details about where the content was created (e.g. clinical specialty)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-setting/4.0.1", + "expression": "DocumentReference.context.practiceSetting", + "fhirVersion": null, + "name": "setting", + "xpath": "f:DocumentReference/f:context/f:practiceSetting", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-setting", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", + "code": "setting", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-setting" + }, + { + "description": "When the resource version last changed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-lastUpdated/4.0.1", + "expression": "Resource.meta.lastUpdated", + "fhirVersion": null, + "name": "_lastUpdated", + "xpath": "f:Resource/f:meta/f:lastUpdated", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-lastUpdated", + "url": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", + "code": "_lastUpdated", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-lastUpdated" + }, + { + "description": "A code for the StructureDefinition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword/4.0.1", + "expression": "StructureDefinition.keyword", + "fhirVersion": null, + "name": "keyword", + "xpath": "f:StructureDefinition/f:keyword", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-keyword", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", + "code": "keyword", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-keyword" + }, + { + "description": "The medication for which this is an undesirable effect", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductUndesirableEffect-subject/4.0.1", + "expression": "MedicinalProductUndesirableEffect.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductUndesirableEffect/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductUndesirableEffect-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductUndesirableEffect-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Medication", "MedicinalProduct"], + "base": ["MedicinalProductUndesirableEffect"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductUndesirableEffect-subject" + }, + { + "description": "The ClaimResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-response/4.0.1", + "expression": "PaymentNotice.response", + "fhirVersion": null, + "name": "response", + "xpath": "f:PaymentNotice/f:response", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-response", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", + "code": "response", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-response" + }, + { + "description": "Intended to get notified about this set of documents", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient/4.0.1", + "expression": "DocumentManifest.recipient", + "fhirVersion": null, + "name": "recipient", + "xpath": "f:DocumentManifest/f:recipient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-recipient", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient", + "code": "recipient", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-recipient" + }, + { + "description": "The external definition from which the request group is realized", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri/4.0.1", + "expression": "RequestGroup.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:RequestGroup/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-instantiates-uri" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [CodeSystem](codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](conceptmap.html): Computationally friendly name of the concept map\r\n* [GraphDefinition](graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Computationally friendly name of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](operationdefinition.html): Computationally friendly name of the operation definition\r\n* [SearchParameter](searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [ValueSet](valueset.html): Computationally friendly name of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-name/4.0.1", + "expression": "CapabilityStatement.name | CodeSystem.name | CompartmentDefinition.name | ConceptMap.name | GraphDefinition.name | ImplementationGuide.name | MessageDefinition.name | NamingSystem.name | OperationDefinition.name | SearchParameter.name | StructureDefinition.name | StructureMap.name | TerminologyCapabilities.name | ValueSet.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:CapabilityStatement/f:name | f:CodeSystem/f:name | f:CompartmentDefinition/f:name | f:ConceptMap/f:name | f:GraphDefinition/f:name | f:ImplementationGuide/f:name | f:MessageDefinition/f:name | f:NamingSystem/f:name | f:OperationDefinition/f:name | f:SearchParameter/f:name | f:StructureDefinition/f:name | f:StructureMap/f:name | f:TerminologyCapabilities/f:name | f:ValueSet/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-name", + "url": "http://hl7.org/fhir/SearchParameter/conformance-name", + "code": "name", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-name" + }, + { + "description": "An identifier for the pharmaceutical medicinal product", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-identifier/4.0.1", + "expression": "MedicinalProductPharmaceutical.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MedicinalProductPharmaceutical/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductPharmaceutical-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MedicinalProductPharmaceutical"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPharmaceutical-identifier" + }, + { + "description": "Name of the publisher of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-publisher/4.0.1", + "expression": "RiskEvidenceSynthesis.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:RiskEvidenceSynthesis/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-publisher", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-publisher" + }, + { + "description": "Who the study is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-subject/4.0.1", + "expression": "ImagingStudy.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:ImagingStudy/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-subject", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient"], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-subject" + }, + { + "description": "Code used in URL", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-code/4.0.1", + "expression": "SearchParameter.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:SearchParameter/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-code", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-code" + }, + { + "description": "The questionnaire the answers are provided for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire/4.0.1", + "expression": "QuestionnaireResponse.questionnaire", + "fhirVersion": null, + "name": "questionnaire", + "xpath": "f:QuestionnaireResponse/f:questionnaire", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-questionnaire", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", + "code": "questionnaire", + "packageVersion": "4.0.1", + "target": ["Questionnaire"], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-questionnaire" + }, + { + "description": "Marketing Authorization Holder", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-holder/4.0.1", + "expression": "MedicinalProductAuthorization.holder", + "fhirVersion": null, + "name": "holder", + "xpath": "f:MedicinalProductAuthorization/f:holder", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductAuthorization-holder", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-holder", + "code": "holder", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["MedicinalProductAuthorization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization-holder" + }, + { + "description": "Specific category assigned to the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification/4.0.1", + "expression": "MedicationKnowledge.medicineClassification.classification", + "fhirVersion": null, + "name": "classification", + "xpath": "f:MedicationKnowledge/f:medicineClassification/f:classification", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-classification", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", + "code": "classification", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-classification" + }, + { + "description": "The uri that will receive the notifications", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-url/4.0.1", + "expression": "Subscription.channel.endpoint", + "fhirVersion": null, + "name": "url", + "xpath": "f:Subscription/f:channel/f:endpoint", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-url", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-url" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-workflow/4.0.1", + "fhirVersion": null, + "name": "workflow", + "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus'] | /f:#workflowStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "valueset-extensions-ValueSet-workflow", + "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-workflow", + "code": "workflow", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensions-ValueSet-workflow" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The capability statement publication date\r\n* [CodeSystem](codesystem.html): The code system publication date\r\n* [CompartmentDefinition](compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](conceptmap.html): The concept map publication date\r\n* [GraphDefinition](graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](implementationguide.html): The implementation guide publication date\r\n* [MessageDefinition](messagedefinition.html): The message definition publication date\r\n* [NamingSystem](namingsystem.html): The naming system publication date\r\n* [OperationDefinition](operationdefinition.html): The operation definition publication date\r\n* [SearchParameter](searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](structuredefinition.html): The structure definition publication date\r\n* [StructureMap](structuremap.html): The structure map publication date\r\n* [TerminologyCapabilities](terminologycapabilities.html): The terminology capabilities publication date\r\n* [ValueSet](valueset.html): The value set publication date\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-date/4.0.1", + "expression": "CapabilityStatement.date | CodeSystem.date | CompartmentDefinition.date | ConceptMap.date | GraphDefinition.date | ImplementationGuide.date | MessageDefinition.date | NamingSystem.date | OperationDefinition.date | SearchParameter.date | StructureDefinition.date | StructureMap.date | TerminologyCapabilities.date | ValueSet.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:CapabilityStatement/f:date | f:CodeSystem/f:date | f:CompartmentDefinition/f:date | f:ConceptMap/f:date | f:GraphDefinition/f:date | f:ImplementationGuide/f:date | f:MessageDefinition/f:date | f:NamingSystem/f:date | f:OperationDefinition/f:date | f:SearchParameter/f:date | f:StructureDefinition/f:date | f:StructureMap/f:date | f:TerminologyCapabilities/f:date | f:ValueSet/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-date", + "url": "http://hl7.org/fhir/SearchParameter/conformance-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-date" + }, + { + "description": "UDI associated with a line item, detail product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-detail-udi/4.0.1", + "expression": "Claim.item.detail.udi", + "fhirVersion": null, + "name": "detail-udi", + "xpath": "f:Claim/f:item/f:detail/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-detail-udi", + "url": "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", + "code": "detail-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-detail-udi" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on/4.0.1", + "expression": "PlanDefinition.relatedArtifact.where(type='depends-on').resource | PlanDefinition.library", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:PlanDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:PlanDefinition/f:library", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Library", + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-depends-on" + }, + { + "description": "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-achievement-status/4.0.1", + "expression": "Goal.achievementStatus", + "fhirVersion": null, + "name": "achievement-status", + "xpath": "f:Goal/f:achievementStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-achievement-status", + "url": "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", + "code": "achievement-status", + "packageVersion": "4.0.1", + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-achievement-status" + }, + { + "description": "Date record was first recorded", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-recorded-date/4.0.1", + "expression": "Condition.recordedDate", + "fhirVersion": null, + "name": "recorded-date", + "xpath": "f:Condition/f:recordedDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-recorded-date", + "url": "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", + "code": "recorded-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-recorded-date" + }, + { + "description": "Who this is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-patient/4.0.1", + "expression": "BodyStructure.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:BodyStructure/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-patient", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["BodyStructure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BodyStructure-patient" + }, + { + "description": "Conditions/problems/diagnoses this episode of care is for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition/4.0.1", + "expression": "EpisodeOfCare.diagnosis.condition", + "fhirVersion": null, + "name": "condition", + "xpath": "f:EpisodeOfCare/f:diagnosis/f:condition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-condition", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition", + "code": "condition", + "packageVersion": "4.0.1", + "target": ["Condition"], + "base": ["EpisodeOfCare"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare-condition" + }, + { + "description": "The result disposition of the test execution", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-result/4.0.1", + "expression": "TestReport.result", + "fhirVersion": null, + "name": "result", + "xpath": "f:TestReport/f:result", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-result", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-result", + "code": "result", + "packageVersion": "4.0.1", + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-result" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer/4.0.1", + "expression": "ClaimResponse.insurer", + "fhirVersion": null, + "name": "insurer", + "xpath": "f:ClaimResponse/f:insurer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-insurer", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", + "code": "insurer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-insurer" + }, + { + "description": "The identity of the subject of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-subject/4.0.1", + "expression": "Contract.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Contract/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-subject", + "url": "http://hl7.org/fhir/SearchParameter/Contract-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-subject" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-derived-from/4.0.1", + "expression": "EvidenceVariable.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:EvidenceVariable/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-derived-from" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-composed-of/4.0.1", + "expression": "Measure.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:Measure/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/Measure-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-composed-of" + }, + { + "description": "routine | urgent | asap | stat", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority/4.0.1", + "expression": "CommunicationRequest.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:CommunicationRequest/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-priority", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-priority" + }, + { + "description": "Computationally friendly name of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-name/4.0.1", + "expression": "ResearchDefinition.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:ResearchDefinition/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-name", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-name" + }, + { + "description": "The set of accounts that may be used for billing for this Encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-account/4.0.1", + "expression": "Encounter.account", + "fhirVersion": null, + "name": "account", + "xpath": "f:Encounter/f:account", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-account", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "code": "account", + "packageVersion": "4.0.1", + "target": ["Account"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-account" + }, + { + "description": "Associated documentation about the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph/4.0.1", + "expression": "MedicationKnowledge.monograph.source", + "fhirVersion": null, + "name": "monograph", + "xpath": "f:MedicationKnowledge/f:monograph/f:source", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monograph", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", + "code": "monograph", + "packageVersion": "4.0.1", + "target": ["Media", "DocumentReference"], + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-monograph" + }, + { + "description": "Returns prescriptions with different priorities", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-priority/4.0.1", + "expression": "MedicationRequest.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:MedicationRequest/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-priority", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-priority" + }, + { + "description": "The status of the measure report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-status/4.0.1", + "expression": "MeasureReport.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:MeasureReport/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-status", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-status" + }, + { + "description": "Activity or plan definitions used by plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-definition/4.0.1", + "expression": "PlanDefinition.action.definition", + "fhirVersion": null, + "name": "definition", + "xpath": "f:PlanDefinition/f:action/f:definitionCanonical | f:PlanDefinition/f:action/f:definitionUri", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-definition", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", + "code": "definition", + "packageVersion": "4.0.1", + "target": ["Questionnaire", "PlanDefinition", "ActivityDefinition"], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-definition" + }, + { + "description": "The modality of the series", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-modality/4.0.1", + "expression": "ImagingStudy.series.modality", + "fhirVersion": null, + "name": "modality", + "xpath": "f:ImagingStudy/f:series/f:modality", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-modality", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", + "code": "modality", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-modality" + }, + { + "description": "Vaccine recommendation status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status/4.0.1", + "expression": "ImmunizationRecommendation.recommendation.forecastStatus", + "fhirVersion": null, + "name": "status", + "xpath": "f:ImmunizationRecommendation/f:recommendation/f:forecastStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-status", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-status" + }, + { + "description": "The search rules used to determine when to send a notification", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-criteria/4.0.1", + "expression": "Subscription.criteria", + "fhirVersion": null, + "name": "criteria", + "xpath": "f:Subscription/f:criteria", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-criteria", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-criteria", + "code": "criteria", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-criteria" + }, + { + "description": "A code defined in the code system", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-code/4.0.1", + "expression": "CodeSystem.concept.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:CodeSystem/f:concept/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-code", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["CodeSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem-code" + }, + { + "description": "Who is part of study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-individual/4.0.1", + "expression": "ResearchSubject.individual", + "fhirVersion": null, + "name": "individual", + "xpath": "f:ResearchSubject/f:individual", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-individual", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-individual", + "code": "individual", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-individual" + }, + { + "description": "The uri that identifies the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-url/4.0.1", + "expression": "PlanDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:PlanDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-url" + }, + { + "description": "Name of the publisher of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-publisher/4.0.1", + "expression": "Evidence.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:Evidence/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-publisher", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-publisher" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject/4.0.1", + "expression": "DeviceUseStatement.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:DeviceUseStatement/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceUseStatement-subject", + "url": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["DeviceUseStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceUseStatement-subject" + }, + { + "description": "proposed | active | suspended | inactive | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-status/4.0.1", + "expression": "CareTeam.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CareTeam/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-status", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["CareTeam"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam-status" + }, + { + "description": "The example scenario publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-date/4.0.1", + "expression": "ExampleScenario.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ExampleScenario/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-date", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-date" + }, + { + "description": "Types of resource (if a resource reference)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-target/4.0.1", + "expression": "SearchParameter.target", + "fhirVersion": null, + "name": "target", + "xpath": "f:SearchParameter/f:target", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-target", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-target", + "code": "target", + "packageVersion": "4.0.1", + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-target" + }, + { + "description": "The business version of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-version/4.0.1", + "expression": "ResearchDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:ResearchDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-version" + }, + { + "description": "The priority of the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-priority/4.0.1", + "expression": "RequestGroup.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:RequestGroup/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-priority", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-priority" + }, + { + "description": "The charge item definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-date/4.0.1", + "expression": "ChargeItemDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ChargeItemDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-date" + }, + { + "description": "Patient receiving the products or services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-patient/4.0.1", + "expression": "Claim.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Claim/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-patient", + "url": "http://hl7.org/fhir/SearchParameter/Claim-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-patient" + }, + { + "description": "Target system that the concepts are to be mapped to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-system/4.0.1", + "expression": "ConceptMap.group.target", + "fhirVersion": null, + "name": "target-system", + "xpath": "f:ConceptMap/f:group/f:target", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-system", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system", + "code": "target-system", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-target-system" + }, + { + "description": "Who is responsible for the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer/4.0.1", + "expression": "DiagnosticReport.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:DiagnosticReport/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-performer", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "PractitionerRole" + ], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-performer" + }, + { + "description": "The organization that has assumed the specific responsibilities of this EpisodeOfCare", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization/4.0.1", + "expression": "EpisodeOfCare.managingOrganization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:EpisodeOfCare/f:managingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-organization", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["EpisodeOfCare"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare-organization" + }, + { + "description": "The source system/application/software", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-source/4.0.1", + "expression": "DocumentManifest.source", + "fhirVersion": null, + "name": "source", + "xpath": "f:DocumentManifest/f:source", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-source", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-source", + "code": "source", + "packageVersion": "4.0.1", + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-source" + }, + { + "description": "The current status of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-status/4.0.1", + "expression": "PlanDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:PlanDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-status" + }, + { + "description": "A reference to the image source.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-media/4.0.1", + "expression": "DiagnosticReport.media.link", + "fhirVersion": null, + "name": "media", + "xpath": "f:DiagnosticReport/f:media/f:link", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-media", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", + "code": "media", + "packageVersion": "4.0.1", + "target": ["Media"], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-media" + }, + { + "description": "The context of the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter/4.0.1", + "expression": "ImagingStudy.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:ImagingStudy/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-encounter", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-encounter" + }, + { + "description": "Vaccine Product Administered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code/4.0.1", + "expression": "Immunization.vaccineCode", + "fhirVersion": null, + "name": "vaccine-code", + "xpath": "f:Immunization/f:vaccineCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-vaccine-code", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", + "code": "vaccine-code", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-vaccine-code" + }, + { + "description": "The unique identifier for the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier/4.0.1", + "expression": "QuestionnaireResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:QuestionnaireResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-identifier" + }, + { + "description": "The organization at which this person record is being managed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-organization/4.0.1", + "expression": "Person.managingOrganization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Person/f:managingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-organization", + "url": "http://hl7.org/fhir/SearchParameter/Person-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-organization" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-encounter/4.0.1", + "expression": "Condition.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Condition/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-encounter", + "url": "http://hl7.org/fhir/SearchParameter/Condition-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-encounter" + }, + { + "description": "The practitioner has this specialty at an organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty/4.0.1", + "expression": "PractitionerRole.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:PractitionerRole/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-specialty", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-specialty" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-quantity/4.0.1", + "expression": "EvidenceVariable.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "EvidenceVariable-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-context-type-quantity" + }, + { + "description": "The identity of a receiver to list dispenses for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver/4.0.1", + "expression": "MedicationDispense.receiver", + "fhirVersion": null, + "name": "receiver", + "xpath": "f:MedicationDispense/f:receiver", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-receiver", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", + "code": "receiver", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Patient"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-receiver" + }, + { + "description": "The test script executed to produce this report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-testscript/4.0.1", + "expression": "TestReport.testScript", + "fhirVersion": null, + "name": "testscript", + "xpath": "f:TestReport/f:testScript", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-testscript", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-testscript", + "code": "testscript", + "packageVersion": "4.0.1", + "target": ["TestScript"], + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-testscript" + }, + { + "description": "The identity of a subject to search for individual measure report results for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-subject/4.0.1", + "expression": "MeasureReport.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MeasureReport/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-subject", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson", + "Location" + ], + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-subject" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-keyword/4.0.1", + "fhirVersion": null, + "name": "keyword", + "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-keyWord'] | /f:#keyWord", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "valueset-extensions-ValueSet-keyword", + "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-keyword", + "code": "keyword", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensions-ValueSet-keyword" + }, + { + "description": "Abatement as a string", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-string/4.0.1", + "expression": "Condition.abatement.as(string)", + "fhirVersion": null, + "name": "abatement-string", + "xpath": "f:Condition/f:abatementString", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-string", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", + "code": "abatement-string", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-abatement-string" + }, + { + "description": "External identifier for the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-identifier/4.0.1", + "expression": "RiskEvidenceSynthesis.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:RiskEvidenceSynthesis/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-identifier", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-identifier" + }, + { + "description": "Organization which maintains the document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-custodian/4.0.1", + "expression": "DocumentReference.custodian", + "fhirVersion": null, + "name": "custodian", + "xpath": "f:DocumentReference/f:custodian", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-custodian", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", + "code": "custodian", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-custodian" + }, + { + "description": "Code and coded value parameter pair, including in components", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept/4.0.1", + "expression": "Observation | Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "combo-code-value-concept", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Observation-combo-code-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", + "code": "combo-code-value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-code-value-concept" + }, + { + "description": "UDI associated with a procedure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-procedure-udi/4.0.1", + "expression": "Claim.procedure.udi", + "fhirVersion": null, + "name": "procedure-udi", + "xpath": "f:Claim/f:procedure/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-procedure-udi", + "url": "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", + "code": "procedure-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-procedure-udi" + }, + { + "description": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-intent/4.0.1", + "expression": "ServiceRequest.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:ServiceRequest/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-intent", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-intent" + }, + { + "description": "The unique identifier associated with the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier/4.0.1", + "expression": "SpecimenDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:SpecimenDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["SpecimenDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SpecimenDefinition-identifier" + }, + { + "description": "Who maintains system namespace?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-responsible/4.0.1", + "expression": "NamingSystem.responsible", + "fhirVersion": null, + "name": "responsible", + "xpath": "f:NamingSystem/f:responsible", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-responsible", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", + "code": "responsible", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-responsible" + }, + { + "description": "Related resource that belongs to the Observation group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-has-member/4.0.1", + "expression": "Observation.hasMember", + "fhirVersion": null, + "name": "has-member", + "xpath": "f:Observation/f:hasMember", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-has-member", + "url": "http://hl7.org/fhir/SearchParameter/Observation-has-member", + "code": "has-member", + "packageVersion": "4.0.1", + "target": ["Observation", "MolecularSequence", "QuestionnaireResponse"], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-has-member" + }, + { + "description": "Type of enteral or infant formula", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-formula/4.0.1", + "expression": "NutritionOrder.enteralFormula.baseFormulaType", + "fhirVersion": null, + "name": "formula", + "xpath": "f:NutritionOrder/f:enteralFormula/f:baseFormulaType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-formula", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", + "code": "formula", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-formula" + }, + { + "description": "Business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-identifier/4.0.1", + "expression": "ImmunizationRecommendation.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ImmunizationRecommendation/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-identifier" + }, + { + "description": "Value held by characteristic", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-value/4.0.1", + "expression": "(Group.characteristic.value as CodeableConcept) | (Group.characteristic.value as boolean)", + "fhirVersion": null, + "name": "value", + "xpath": "f:Group/f:characteristic/f:valueCodeableConcept | f:Group/f:characteristic/f:valueBoolean | f:Group/f:characteristic/f:valueQuantity | f:Group/f:characteristic/f:valueRange | f:Group/f:characteristic/f:valueReference", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-value", + "url": "http://hl7.org/fhir/SearchParameter/Group-value", + "code": "value", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-value" + }, + { + "description": "The expected payment date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date/4.0.1", + "expression": "ClaimResponse.payment.date", + "fhirVersion": null, + "name": "payment-date", + "xpath": "f:ClaimResponse/f:payment/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-payment-date", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", + "code": "payment-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-payment-date" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The human-friendly name of the capability statement\r\n* [CodeSystem](codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](conceptmap.html): The human-friendly name of the concept map\r\n* [ImplementationGuide](implementationguide.html): The human-friendly name of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The human-friendly name of the message definition\r\n* [OperationDefinition](operationdefinition.html): The human-friendly name of the operation definition\r\n* [StructureDefinition](structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](structuremap.html): The human-friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [ValueSet](valueset.html): The human-friendly name of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-title/4.0.1", + "expression": "CapabilityStatement.title | CodeSystem.title | ConceptMap.title | ImplementationGuide.title | MessageDefinition.title | OperationDefinition.title | StructureDefinition.title | StructureMap.title | TerminologyCapabilities.title | ValueSet.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:CapabilityStatement/f:title | f:CodeSystem/f:title | f:ConceptMap/f:title | f:ImplementationGuide/f:title | f:MessageDefinition/f:title | f:OperationDefinition/f:title | f:StructureDefinition/f:title | f:StructureMap/f:title | f:TerminologyCapabilities/f:title | f:ValueSet/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-title", + "url": "http://hl7.org/fhir/SearchParameter/conformance-title", + "code": "title", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "ConceptMap", + "ImplementationGuide", + "MessageDefinition", + "OperationDefinition", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-title" + }, + { + "description": "What type of performance was done", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function/4.0.1", + "expression": "ChargeItem.performer.function", + "fhirVersion": null, + "name": "performer-function", + "xpath": "f:ChargeItem/f:performer/f:function", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performer-function", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", + "code": "performer-function", + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-performer-function" + }, + { + "description": "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-actor/4.0.1", + "expression": "Schedule.actor", + "fhirVersion": null, + "name": "actor", + "xpath": "f:Schedule/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-actor", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-actor", + "code": "actor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson", + "Location" + ], + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-actor" + }, + { + "description": "The current status of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-status/4.0.1", + "expression": "RiskEvidenceSynthesis.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:RiskEvidenceSynthesis/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-status", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-status" + }, + { + "description": "The current status of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-status/4.0.1", + "expression": "ResearchDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ResearchDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-status" + }, + { + "description": "Business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier/4.0.1", + "expression": "ClinicalImpression.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ClinicalImpression/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-identifier" + }, + { + "description": "A person Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-identifier/4.0.1", + "expression": "Person.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Person/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Person-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-identifier" + }, + { + "description": "Status of the nutrition order.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-status/4.0.1", + "expression": "NutritionOrder.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:NutritionOrder/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-status", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-status" + }, + { + "description": "The subject of care", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-patient/4.0.1", + "expression": "ClaimResponse.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ClaimResponse/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-patient", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-patient" + }, + { + "description": "Profile that all resources must conform to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-global/4.0.1", + "expression": "ImplementationGuide.global.profile", + "fhirVersion": null, + "name": "global", + "xpath": "f:ImplementationGuide/f:global/f:profile", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-global", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", + "code": "global", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["ImplementationGuide"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImplementationGuide-global" + }, + { + "description": "When the activity was recorded / updated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-recorded/4.0.1", + "expression": "Provenance.recorded", + "fhirVersion": null, + "name": "recorded", + "xpath": "f:Provenance/f:recorded", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-recorded", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-recorded", + "code": "recorded", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-recorded" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [CodeSystem](codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](conceptmap.html): Intended jurisdiction for the concept map\r\n* [GraphDefinition](graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [SearchParameter](searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [ValueSet](valueset.html): Intended jurisdiction for the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-jurisdiction/4.0.1", + "expression": "CapabilityStatement.jurisdiction | CodeSystem.jurisdiction | ConceptMap.jurisdiction | GraphDefinition.jurisdiction | ImplementationGuide.jurisdiction | MessageDefinition.jurisdiction | NamingSystem.jurisdiction | OperationDefinition.jurisdiction | SearchParameter.jurisdiction | StructureDefinition.jurisdiction | StructureMap.jurisdiction | TerminologyCapabilities.jurisdiction | ValueSet.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:CapabilityStatement/f:jurisdiction | f:CodeSystem/f:jurisdiction | f:ConceptMap/f:jurisdiction | f:GraphDefinition/f:jurisdiction | f:ImplementationGuide/f:jurisdiction | f:MessageDefinition/f:jurisdiction | f:NamingSystem/f:jurisdiction | f:OperationDefinition/f:jurisdiction | f:SearchParameter/f:jurisdiction | f:StructureDefinition/f:jurisdiction | f:StructureMap/f:jurisdiction | f:TerminologyCapabilities/f:jurisdiction | f:ValueSet/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-jurisdiction" + }, + { + "description": "The reference to the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-patient/4.0.1", + "expression": "CoverageEligibilityResponse.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:CoverageEligibilityResponse/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-patient", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-patient" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri/4.0.1", + "expression": "ServiceRequest.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:ServiceRequest/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-instantiates-uri" + }, + { + "description": "A type of use context assigned to the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type/4.0.1", + "expression": "EvidenceVariable.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:EvidenceVariable/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-context-type", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-context-type" + }, + { + "description": "Classification of section (recommended)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-section/4.0.1", + "expression": "Composition.section.code", + "fhirVersion": null, + "name": "section", + "xpath": "f:Composition/f:section/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-section", + "url": "http://hl7.org/fhir/SearchParameter/Composition-section", + "code": "section", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-section" + }, + { + "description": "Unique identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-identifier/4.0.1", + "expression": "Communication.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Communication/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Communication-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-identifier" + }, + { + "description": "The entity that caused the expenses", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-subject/4.0.1", + "expression": "Account.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Account/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-subject", + "url": "http://hl7.org/fhir/SearchParameter/Account-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "Location" + ], + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-subject" + }, + { + "description": "A broad categorization of the service that is to be performed during this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-service-category/4.0.1", + "expression": "Appointment.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "xpath": "f:Appointment/f:serviceCategory", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-service-category", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-category", + "code": "service-category", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-service-category" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-predecessor/4.0.1", + "expression": "Library.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:Library/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/Library-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-predecessor" + }, + { + "description": "Appointment date/time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-date/4.0.1", + "expression": "Appointment.start", + "fhirVersion": null, + "name": "date", + "xpath": "f:Appointment/f:start", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-date", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-date" + }, + { + "description": "The organization that provides this Healthcare Service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-organization/4.0.1", + "expression": "HealthcareService.providedBy", + "fhirVersion": null, + "name": "organization", + "xpath": "f:HealthcareService/f:providedBy", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-organization", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-organization" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-city/4.0.1", + "expression": "Location.address.city", + "fhirVersion": null, + "name": "address-city", + "xpath": "f:Location/f:address/f:city", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-city", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-city", + "code": "address-city", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address-city" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-context-type-quantity/4.0.1", + "expression": "Evidence.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Evidence-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "Evidence-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-context-type-quantity" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-country/4.0.1", + "expression": "Location.address.country", + "fhirVersion": null, + "name": "address-country", + "xpath": "f:Location/f:address/f:country", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-country", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-country", + "code": "address-country", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address-country" + }, + { + "description": "When the event occurred", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-date/4.0.1", + "expression": "AdverseEvent.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:AdverseEvent/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-date", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-date" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A state specified in an address\r\n* [Person](person.html): A state specified in an address\r\n* [Practitioner](practitioner.html): A state specified in an address\r\n* [RelatedPerson](relatedperson.html): A state specified in an address\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-state/4.0.1", + "expression": "Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state", + "fhirVersion": null, + "name": "address-state", + "xpath": "f:Patient/f:address/f:state | f:Person/f:address/f:state | f:Practitioner/f:address/f:state | f:RelatedPerson/f:address/f:state", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address-state", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-state", + "code": "address-state", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address-state" + }, + { + "description": "Message sender", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-sender/4.0.1", + "expression": "Communication.sender", + "fhirVersion": null, + "name": "sender", + "xpath": "f:Communication/f:sender", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-sender", + "url": "http://hl7.org/fhir/SearchParameter/Communication-sender", + "code": "sender", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-sender" + }, + { + "description": "Individual service was done for/to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-patient/4.0.1", + "expression": "ChargeItem.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ChargeItem/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-patient", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-patient" + }, + { + "description": "The business version of the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-version/4.0.1", + "expression": "ExampleScenario.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:ExampleScenario/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-version", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-version" + }, + { + "description": "Business Identifier for item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-identifier/4.0.1", + "expression": "Invoice.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Invoice/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-identifier" + }, + { + "description": "The business identifier of the Enrollment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier/4.0.1", + "expression": "EnrollmentRequest.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:EnrollmentRequest/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-identifier", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["EnrollmentRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentRequest-identifier" + }, + { + "description": "Name of the publisher of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-publisher/4.0.1", + "expression": "ResearchElementDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:ResearchElementDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-publisher" + }, + { + "description": "The uri that identifies the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-url/4.0.1", + "expression": "EventDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:EventDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-url" + }, + { + "description": "The uri that identifies the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-url/4.0.1", + "expression": "EvidenceVariable.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:EvidenceVariable/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-url", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-url" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-quantity/4.0.1", + "expression": "ExampleScenario.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "ExampleScenario-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-context-type-quantity" + }, + { + "description": "The measure to return measure report results for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-measure/4.0.1", + "expression": "MeasureReport.measure", + "fhirVersion": null, + "name": "measure", + "xpath": "f:MeasureReport/f:measure", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-measure", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", + "code": "measure", + "packageVersion": "4.0.1", + "target": ["Measure"], + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-measure" + }, + { + "description": "Profiles this resource claims to conform to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-profile/4.0.1", + "expression": "Resource.meta.profile", + "fhirVersion": null, + "name": "_profile", + "xpath": "f:Resource/f:meta/f:profile", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-profile", + "url": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "code": "_profile", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-profile" + }, + { + "description": "not-present | example | fragment | complete | supplement", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode/4.0.1", + "expression": "CodeSystem.content", + "fhirVersion": null, + "name": "content-mode", + "xpath": "f:CodeSystem/f:content", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-content-mode", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", + "code": "content-mode", + "packageVersion": "4.0.1", + "base": ["CodeSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem-content-mode" + }, + { + "description": "Message sender", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-sender/4.0.1", + "expression": "CommunicationRequest.sender", + "fhirVersion": null, + "name": "sender", + "xpath": "f:CommunicationRequest/f:sender", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-sender", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-sender", + "code": "sender", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-sender" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): Name of the publisher of the capability statement\r\n* [CodeSystem](codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](conceptmap.html): Name of the publisher of the concept map\r\n* [GraphDefinition](graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Name of the publisher of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](operationdefinition.html): Name of the publisher of the operation definition\r\n* [SearchParameter](searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [ValueSet](valueset.html): Name of the publisher of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-publisher/4.0.1", + "expression": "CapabilityStatement.publisher | CodeSystem.publisher | CompartmentDefinition.publisher | ConceptMap.publisher | GraphDefinition.publisher | ImplementationGuide.publisher | MessageDefinition.publisher | NamingSystem.publisher | OperationDefinition.publisher | SearchParameter.publisher | StructureDefinition.publisher | StructureMap.publisher | TerminologyCapabilities.publisher | ValueSet.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:CapabilityStatement/f:publisher | f:CodeSystem/f:publisher | f:CompartmentDefinition/f:publisher | f:ConceptMap/f:publisher | f:GraphDefinition/f:publisher | f:ImplementationGuide/f:publisher | f:MessageDefinition/f:publisher | f:NamingSystem/f:publisher | f:OperationDefinition/f:publisher | f:SearchParameter/f:publisher | f:StructureDefinition/f:publisher | f:StructureMap/f:publisher | f:TerminologyCapabilities/f:publisher | f:ValueSet/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-publisher", + "url": "http://hl7.org/fhir/SearchParameter/conformance-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-publisher" + }, + { + "description": "HGVS DNA variant", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-dna-variant/4.0.1", + "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsDnaVariant')", + "fhirVersion": null, + "name": "dna-variant", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "observation-genetic-Observation-dna-variant", + "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-dna-variant", + "code": "dna-variant", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetic-Observation-dna-variant" + }, + { + "description": "Who care team is for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-subject/4.0.1", + "expression": "CareTeam.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:CareTeam/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-subject", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["CareTeam"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam-subject" + }, + { + "description": "TestScript required and validated capability", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability/4.0.1", + "expression": "TestScript.metadata.capability.description", + "fhirVersion": null, + "name": "testscript-capability", + "xpath": "f:TestScript/f:metadata/f:capability/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-testscript-capability", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", + "code": "testscript-capability", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-testscript-capability" + }, + { + "description": "Returns medications for this status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-status/4.0.1", + "expression": "Medication.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Medication/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-status", + "url": "http://hl7.org/fhir/SearchParameter/Medication-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-status" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type-quantity/4.0.1", + "expression": "EffectEvidenceSynthesis.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "EffectEvidenceSynthesis-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-context-type-quantity" + }, + { + "description": "Component code and component coded value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept/4.0.1", + "expression": "Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "component-code-value-concept", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Observation-component-code-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", + "code": "component-code-value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-code-value-concept" + }, + { + "description": "Entity that is the custodian of the Group's definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-managing-entity/4.0.1", + "expression": "Group.managingEntity", + "fhirVersion": null, + "name": "managing-entity", + "xpath": "f:Group/f:managingEntity", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-managing-entity", + "url": "http://hl7.org/fhir/SearchParameter/Group-managing-entity", + "code": "managing-entity", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-managing-entity" + }, + { + "description": "External identifier for the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-identifier/4.0.1", + "expression": "Measure.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Measure/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Measure-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-identifier" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-successor/4.0.1", + "expression": "EventDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:EventDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-successor", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-successor" + }, + { + "description": "The status of the Coverage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-status/4.0.1", + "expression": "Coverage.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Coverage/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-status", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-status" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-composed-of/4.0.1", + "expression": "Evidence.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:Evidence/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-composed-of" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status\r\n* [MedicationRequest](medicationrequest.html): Status of the prescription\r\n* [MedicationStatement](medicationstatement.html): Return statements that match the given status\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-status/4.0.1", + "expression": "MedicationAdministration.status | MedicationDispense.status | MedicationRequest.status | MedicationStatement.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:MedicationAdministration/f:status | f:MedicationDispense/f:status | f:MedicationRequest/f:status | f:MedicationStatement/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-status", + "url": "http://hl7.org/fhir/SearchParameter/medications-status", + "code": "status", + "packageVersion": "4.0.1", + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medications-status" + }, + { + "description": "A use context type and value assigned to the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-value/4.0.1", + "expression": "EvidenceVariable.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "EvidenceVariable-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-context-type-value" + }, + { + "description": "The identifier of the guidance response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier/4.0.1", + "expression": "GuidanceResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:GuidanceResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["GuidanceResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GuidanceResponse-identifier" + }, + { + "description": "As defined by affinity domain", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-confidentiality/4.0.1", + "expression": "Composition.confidentiality", + "fhirVersion": null, + "name": "confidentiality", + "xpath": "f:Composition/f:confidentiality", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-confidentiality", + "url": "http://hl7.org/fhir/SearchParameter/Composition-confidentiality", + "code": "confidentiality", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-confidentiality" + }, + { + "description": "A type of use context assigned to the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-context-type/4.0.1", + "expression": "Evidence.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:Evidence/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-context-type", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-context-type" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-derived-from/4.0.1", + "expression": "Measure.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:Measure/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/Measure-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-derived-from" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-use/4.0.1", + "expression": "Location.address.use", + "fhirVersion": null, + "name": "address-use", + "xpath": "f:Location/f:address/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-use", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-use", + "code": "address-use", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address-use" + }, + { + "description": "A code for the type of location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-type/4.0.1", + "expression": "Location.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Location/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-type", + "url": "http://hl7.org/fhir/SearchParameter/Location-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-type" + }, + { + "description": "Relevant impressions of patient state", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem/4.0.1", + "expression": "ClinicalImpression.problem", + "fhirVersion": null, + "name": "problem", + "xpath": "f:ClinicalImpression/f:problem", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-problem", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", + "code": "problem", + "packageVersion": "4.0.1", + "target": ["Condition", "AllergyIntolerance"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-problem" + }, + { + "description": "The current status of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-status/4.0.1", + "expression": "ActivityDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ActivityDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-status" + }, + { + "description": "External identifier for the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-identifier/4.0.1", + "expression": "ResearchDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ResearchDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-identifier" + }, + { + "description": "Business identifier for this product. Could be an MPID", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProduct-identifier/4.0.1", + "expression": "MedicinalProduct.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MedicinalProduct/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProduct-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProduct-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MedicinalProduct"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProduct-identifier" + }, + { + "description": "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end/4.0.1", + "expression": "MolecularSequence.referenceSeq.windowEnd", + "fhirVersion": null, + "name": "window-end", + "xpath": "f:MolecularSequence/f:referenceSeq/f:windowEnd", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-window-end", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", + "code": "window-end", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-window-end" + }, + { + "description": "Who and/or what the composition is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-subject/4.0.1", + "expression": "Composition.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Composition/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-subject", + "url": "http://hl7.org/fhir/SearchParameter/Composition-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-subject" + }, + { + "description": "The device component type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-type/4.0.1", + "expression": "DeviceDefinition.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:DeviceDefinition/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-type", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["DeviceDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceDefinition-type" + }, + { + "description": "Account that is being balanced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-account/4.0.1", + "expression": "Invoice.account", + "fhirVersion": null, + "name": "account", + "xpath": "f:Invoice/f:account", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-account", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-account", + "code": "account", + "packageVersion": "4.0.1", + "target": ["Account"], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-account" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical/4.0.1", + "expression": "DeviceRequest.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:DeviceRequest/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": ["PlanDefinition", "ActivityDefinition"], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-instantiates-canonical" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-name/4.0.1", + "expression": "Person.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Person/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-name", + "url": "http://hl7.org/fhir/SearchParameter/Person-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-name" + }, + { + "description": "A quantity- or range-valued use context assigned to the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity/4.0.1", + "expression": "(PlanDefinition.useContext.value as Quantity) | (PlanDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:PlanDefinition/f:useContext/f:valueQuantity | f:PlanDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-context-quantity" + }, + { + "description": "Where the procedure happened", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-location/4.0.1", + "expression": "Procedure.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:Procedure/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-location", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-location" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use/4.0.1", + "expression": "InsurancePlan.contact.address.use", + "fhirVersion": null, + "name": "address-use", + "xpath": "f:InsurancePlan/f:contact/f:address/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-use", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", + "code": "address-use", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address-use" + }, + { + "description": "Final responsibility for event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-responsible/4.0.1", + "expression": "MessageHeader.responsible", + "fhirVersion": null, + "name": "responsible", + "xpath": "f:MessageHeader/f:responsible", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-responsible", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", + "code": "responsible", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-responsible" + }, + { + "description": "Plan/proposal/order fulfilled by this questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on/4.0.1", + "expression": "QuestionnaireResponse.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:QuestionnaireResponse/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-based-on", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["CarePlan", "ServiceRequest"], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-based-on" + }, + { + "description": "Code that identifies this medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code/4.0.1", + "expression": "MedicationKnowledge.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:MedicationKnowledge/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-code", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-code" + }, + { + "description": "The time during which the library is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-effective/4.0.1", + "expression": "Library.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:Library/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-effective", + "url": "http://hl7.org/fhir/SearchParameter/Library-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-effective" + }, + { + "description": "Indicates if the related person record is active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-active/4.0.1", + "expression": "RelatedPerson.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:RelatedPerson/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-active", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson-active" + }, + { + "description": "The party who is responsible for the request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer/4.0.1", + "expression": "CoverageEligibilityRequest.enterer", + "fhirVersion": null, + "name": "enterer", + "xpath": "f:CoverageEligibilityRequest/f:enterer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-enterer", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", + "code": "enterer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-enterer" + }, + { + "description": "The business version of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-version/4.0.1", + "expression": "ResearchElementDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:ResearchElementDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-version" + }, + { + "description": "The severity of the condition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-severity/4.0.1", + "expression": "Condition.severity", + "fhirVersion": null, + "name": "severity", + "xpath": "f:Condition/f:severity", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-severity", + "url": "http://hl7.org/fhir/SearchParameter/Condition-severity", + "code": "severity", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-severity" + }, + { + "description": "The model of the device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-model/4.0.1", + "expression": "Device.modelNumber", + "fhirVersion": null, + "name": "model", + "xpath": "f:Device/f:modelNumber", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-model", + "url": "http://hl7.org/fhir/SearchParameter/Device-model", + "code": "model", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-model" + }, + { + "description": "Procedure that caused this media to be created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-based-on/4.0.1", + "expression": "Media.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Media/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Media-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["CarePlan", "ServiceRequest"], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-based-on" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-subject/4.0.1", + "expression": "Task.for", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Task/f:for", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-subject", + "url": "http://hl7.org/fhir/SearchParameter/Task-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-subject" + }, + { + "description": "The plan under which the claim was adjudicated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage/4.0.1", + "expression": "ExplanationOfBenefit.insurance.coverage", + "fhirVersion": null, + "name": "coverage", + "xpath": "f:ExplanationOfBenefit/f:insurance/f:coverage", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-coverage", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", + "code": "coverage", + "packageVersion": "4.0.1", + "target": ["Coverage"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-coverage" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-status/4.0.1", + "expression": "CommunicationRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CommunicationRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-status" + }, + { + "description": "Marks this as a profile of the base", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-base/4.0.1", + "expression": "OperationDefinition.base", + "fhirVersion": null, + "name": "base", + "xpath": "f:OperationDefinition/f:base", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-base", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", + "code": "base", + "packageVersion": "4.0.1", + "target": ["OperationDefinition"], + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-base" + }, + { + "description": "The period during which the participatingOrganization is affiliated with the primary organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date/4.0.1", + "expression": "OrganizationAffiliation.period", + "fhirVersion": null, + "name": "date", + "xpath": "f:OrganizationAffiliation/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-date", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-date" + }, + { + "description": "in-progress | completed | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-status/4.0.1", + "expression": "ClinicalImpression.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ClinicalImpression/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-status", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-status" + }, + { + "description": "When the study began and ended", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-date/4.0.1", + "expression": "ResearchStudy.period", + "fhirVersion": null, + "name": "date", + "xpath": "f:ResearchStudy/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-date", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-date" + }, + { + "description": "A use context type and value assigned to the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type-value/4.0.1", + "expression": "ResearchDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "ResearchDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-context-type-value" + }, + { + "description": "The status of the enrollment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status/4.0.1", + "expression": "EnrollmentRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EnrollmentRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EnrollmentRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentRequest-status" + }, + { + "description": "Returns prescriptions prescribed by this prescriber", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-requester/4.0.1", + "expression": "MedicationRequest.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:MedicationRequest/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-requester", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-requester" + }, + { + "description": "Performer role", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type/4.0.1", + "expression": "ServiceRequest.performerType", + "fhirVersion": null, + "name": "performer-type", + "xpath": "f:ServiceRequest/f:performerType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-performer-type", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", + "code": "performer-type", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-performer-type" + }, + { + "description": "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the variant.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end/4.0.1", + "expression": "MolecularSequence.variant.end", + "fhirVersion": null, + "name": "variant-end", + "xpath": "f:MolecularSequence/f:variant/f:end", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-variant-end", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", + "code": "variant-end", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-variant-end" + }, + { + "description": "High-level category", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-service-category/4.0.1", + "expression": "Schedule.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "xpath": "f:Schedule/f:serviceCategory", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-service-category", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-category", + "code": "service-category", + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-service-category" + }, + { + "description": "An organization of which this organization forms a part", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-partof/4.0.1", + "expression": "Organization.partOf", + "fhirVersion": null, + "name": "partof", + "xpath": "f:Organization/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-partof", + "url": "http://hl7.org/fhir/SearchParameter/Organization-partof", + "code": "partof", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-partof" + }, + { + "description": "Target of the relationship", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto/4.0.1", + "expression": "DocumentReference.relatesTo.target", + "fhirVersion": null, + "name": "relatesto", + "xpath": "f:DocumentReference/f:relatesTo/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-relatesto", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "code": "relatesto", + "packageVersion": "4.0.1", + "target": ["DocumentReference"], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-relatesto" + }, + { + "description": "Computationally friendly name of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-name/4.0.1", + "expression": "Measure.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Measure/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-name", + "url": "http://hl7.org/fhir/SearchParameter/Measure-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-name" + }, + { + "description": "The code of the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-code/4.0.1", + "expression": "RequestGroup.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:RequestGroup/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-code", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-code" + }, + { + "description": "Patient information, if the resource is affixed to a person", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-patient/4.0.1", + "expression": "Device.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Device/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-patient", + "url": "http://hl7.org/fhir/SearchParameter/Device-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-patient" + }, + { + "description": "The medication for which this is an interaction", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductInteraction-subject/4.0.1", + "expression": "MedicinalProductInteraction.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductInteraction/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductInteraction-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductInteraction-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Medication", "Substance", "MedicinalProduct"], + "base": ["MedicinalProductInteraction"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductInteraction-subject" + }, + { + "description": "Human Readable name/title", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-title/4.0.1", + "expression": "Composition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:Composition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-title", + "url": "http://hl7.org/fhir/SearchParameter/Composition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-title" + }, + { + "description": "The business version of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-version/4.0.1", + "expression": "RiskEvidenceSynthesis.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:RiskEvidenceSynthesis/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-version", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-version" + }, + { + "description": "Patient observations supporting recommendation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information/4.0.1", + "expression": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "fhirVersion": null, + "name": "information", + "xpath": "f:ImmunizationRecommendation/f:recommendation/f:supportingPatientInformation", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-information", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", + "code": "information", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-information" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri/4.0.1", + "expression": "CarePlan.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:CarePlan/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-instantiates-uri" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-quantity/4.0.1", + "expression": "PlanDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "PlanDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-context-type-quantity" + }, + { + "description": "The overall status of the appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-status/4.0.1", + "expression": "Appointment.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Appointment/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-status", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-status" + }, + { + "description": "Kind of facility where patient was seen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-facility/4.0.1", + "expression": "DocumentReference.context.facilityType", + "fhirVersion": null, + "name": "facility", + "xpath": "f:DocumentReference/f:context/f:facilityType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-facility", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", + "code": "facility", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-facility" + }, + { + "description": "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-code/4.0.1", + "expression": "ValueSet.expansion.contains.code | ValueSet.compose.include.concept.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:ValueSet/f:expansion/f:contains/f:code | f:ValueSet/f:compose/f:include/f:concept/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ValueSet-code", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["ValueSet"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ValueSet-code" + }, + { + "description": "Part of referenced event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-part-of/4.0.1", + "expression": "Procedure.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:Procedure/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-part-of", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": ["Observation", "Procedure", "MedicationAdministration"], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-part-of" + }, + { + "description": "Mode - restful (server/client) or messaging (sender/receiver)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode/4.0.1", + "expression": "CapabilityStatement.rest.mode", + "fhirVersion": null, + "name": "mode", + "xpath": "f:CapabilityStatement/f:rest/f:mode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-mode", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", + "code": "mode", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-mode" + }, + { + "description": "The primary identifier of the financial resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-identifier/4.0.1", + "expression": "Claim.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Claim/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Claim-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-identifier" + }, + { + "description": "The type of the device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-type/4.0.1", + "expression": "Device.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Device/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-type", + "url": "http://hl7.org/fhir/SearchParameter/Device-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-type" + }, + { + "description": "The code of the substance or ingredient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-code/4.0.1", + "expression": "Substance.code | (Substance.ingredient.substance as CodeableConcept)", + "fhirVersion": null, + "name": "code", + "xpath": "f:Substance/f:code | f:Substance/f:ingredient/f:substanceCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-code", + "url": "http://hl7.org/fhir/SearchParameter/Substance-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-code" + }, + { + "description": "Chromosome number of the reference sequence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome/4.0.1", + "expression": "MolecularSequence.referenceSeq.chromosome", + "fhirVersion": null, + "name": "chromosome", + "xpath": "f:MolecularSequence/f:referenceSeq/f:chromosome", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-chromosome", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", + "code": "chromosome", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-chromosome" + }, + { + "description": "Reason the appointment is to take place (resource)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-reason-reference/4.0.1", + "expression": "Appointment.reasonReference", + "fhirVersion": null, + "name": "reason-reference", + "xpath": "f:Appointment/f:reasonReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-reason-reference", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", + "code": "reason-reference", + "packageVersion": "4.0.1", + "target": [ + "Condition", + "Observation", + "Procedure", + "ImmunizationRecommendation" + ], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-reason-reference" + }, + { + "description": "Type of Invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-type/4.0.1", + "expression": "Invoice.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Invoice/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-type", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-type" + }, + { + "description": "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-message/4.0.1", + "expression": "Bundle.entry[0].resource", + "fhirVersion": null, + "name": "message", + "xpath": "f:Bundle/f:entry[0]/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Bundle-message", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-message", + "code": "message", + "packageVersion": "4.0.1", + "target": ["MessageHeader"], + "base": ["Bundle"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Bundle-message" + }, + { + "description": "An Identifier of the Appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-identifier/4.0.1", + "expression": "Appointment.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Appointment/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-identifier" + }, + { + "description": "Computationally friendly name of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-name/4.0.1", + "expression": "TestScript.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:TestScript/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-name", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-name" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-successor/4.0.1", + "expression": "Measure.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:Measure/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-successor", + "url": "http://hl7.org/fhir/SearchParameter/Measure-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-successor" + }, + { + "description": "The business identifier of the notice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier/4.0.1", + "expression": "PaymentNotice.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:PaymentNotice/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-identifier", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-identifier" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode/4.0.1", + "expression": "InsurancePlan.contact.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "xpath": "f:InsurancePlan/f:contact/f:address/f:postalCode", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-postalcode", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", + "code": "address-postalcode", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address-postalcode" + }, + { + "description": "One of the individuals of the appointment is this patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-patient/4.0.1", + "expression": "Appointment.participant.actor.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Appointment/f:participant/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-patient", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-patient" + }, + { + "description": "current | retired | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-status/4.0.1", + "expression": "List.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:List/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-status", + "url": "http://hl7.org/fhir/SearchParameter/List-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-status" + }, + { + "description": "Technical endpoints providing access to electronic services operated for the healthcare service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint/4.0.1", + "expression": "HealthcareService.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:HealthcareService/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-endpoint" + }, + { + "description": "When the charged service was applied", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence/4.0.1", + "expression": "ChargeItem.occurrence", + "fhirVersion": null, + "name": "occurrence", + "xpath": "f:ChargeItem/f:occurrenceDateTime | f:ChargeItem/f:occurrencePeriod | f:ChargeItem/f:occurrenceTiming", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-occurrence", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-occurrence" + }, + { + "description": "A resource that was validated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-target/4.0.1", + "expression": "VerificationResult.target", + "fhirVersion": null, + "name": "target", + "xpath": "f:VerificationResult/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-target", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-target", + "code": "target", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["VerificationResult"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/VerificationResult-target" + }, + { + "description": "The value of the observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-concept/4.0.1", + "expression": "(Observation.value as CodeableConcept)", + "fhirVersion": null, + "name": "value-concept", + "xpath": "f:Observation/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "code": "value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-value-concept" + }, + { + "description": "A language in which a designation is provided", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-language/4.0.1", + "expression": "CodeSystem.concept.designation.language", + "fhirVersion": null, + "name": "language", + "xpath": "f:CodeSystem/f:concept/f:designation/f:language", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-language", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-language", + "code": "language", + "packageVersion": "4.0.1", + "base": ["CodeSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem-language" + }, + { + "description": "The evidence variable publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-date/4.0.1", + "expression": "EvidenceVariable.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:EvidenceVariable/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-date", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-date" + }, + { + "description": "Returns medications for this ingredient reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-ingredient/4.0.1", + "expression": "(Medication.ingredient.item as Reference)", + "fhirVersion": null, + "name": "ingredient", + "xpath": "f:Medication/f:ingredient/f:itemReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-ingredient", + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "code": "ingredient", + "packageVersion": "4.0.1", + "target": ["Medication", "Substance"], + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-ingredient" + }, + { + "description": "Encounter associated with media", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-encounter/4.0.1", + "expression": "Media.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Media/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-encounter", + "url": "http://hl7.org/fhir/SearchParameter/Media-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-encounter" + }, + { + "description": "The location(s) at which the role occurs", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location/4.0.1", + "expression": "OrganizationAffiliation.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:OrganizationAffiliation/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-location", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-location" + }, + { + "description": "The source value set that contains the concepts that are being mapped", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri/4.0.1", + "expression": "(ConceptMap.source as uri)", + "fhirVersion": null, + "name": "source-uri", + "xpath": "f:ConceptMap/f:sourceUri", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-uri", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri", + "code": "source-uri", + "packageVersion": "4.0.1", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-source-uri" + }, + { + "description": "Why list is empty", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-empty-reason/4.0.1", + "expression": "List.emptyReason", + "fhirVersion": null, + "name": "empty-reason", + "xpath": "f:List/f:emptyReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-empty-reason", + "url": "http://hl7.org/fhir/SearchParameter/List-empty-reason", + "code": "empty-reason", + "packageVersion": "4.0.1", + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-empty-reason" + }, + { + "description": "Intended jurisdiction for the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction/4.0.1", + "expression": "EventDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:EventDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-jurisdiction" + }, + { + "description": "Steps followed in executing study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol/4.0.1", + "expression": "ResearchStudy.protocol", + "fhirVersion": null, + "name": "protocol", + "xpath": "f:ResearchStudy/f:protocol", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-protocol", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", + "code": "protocol", + "packageVersion": "4.0.1", + "target": ["PlanDefinition"], + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-protocol" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from/4.0.1", + "expression": "ActivityDefinition.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:ActivityDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-derived-from" + }, + { + "description": "Vaccine Lot Number", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-lot-number/4.0.1", + "expression": "Immunization.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "xpath": "f:Immunization/f:lotNumber", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-lot-number", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", + "code": "lot-number", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-lot-number" + }, + { + "description": "The specimen type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-type/4.0.1", + "expression": "Specimen.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Specimen/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-type", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-type" + }, + { + "description": "Specified date occurs within period specified by CarePlan.activity.detail.scheduled[x]", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-activity-date/4.0.1", + "expression": "CarePlan.activity.detail.scheduled", + "fhirVersion": null, + "name": "activity-date", + "xpath": "f:CarePlan/f:activity/f:detail/f:scheduledTiming | f:CarePlan/f:activity/f:detail/f:scheduledPeriod | f:CarePlan/f:activity/f:detail/f:scheduledString", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-activity-date", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-date", + "code": "activity-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-activity-date" + }, + { + "description": "Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).\nIf the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant)\n\nServers may search using various techniques that might have differing accuracies, depending on implementation efficiency.\n\nRequires the near-distance parameter to be provided also", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-near/4.0.1", + "expression": "Location.position", + "fhirVersion": null, + "name": "near", + "xpath": "f:Location/f:position", + "xpathUsage": "nearby", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-near", + "url": "http://hl7.org/fhir/SearchParameter/Location-near", + "code": "near", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-near" + }, + { + "description": "Intended jurisdiction for the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-jurisdiction/4.0.1", + "expression": "Library.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:Library/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/Library-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-jurisdiction" + }, + { + "description": "The human-friendly name of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-title/4.0.1", + "expression": "RiskEvidenceSynthesis.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:RiskEvidenceSynthesis/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-title", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-title" + }, + { + "description": "The human-friendly name of the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-title/4.0.1", + "expression": "ChargeItemDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:ChargeItemDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-title" + }, + { + "description": "Target Reference(s) (usually version specific)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-patient/4.0.1", + "expression": "Provenance.target.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Provenance/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-patient", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-patient" + }, + { + "description": "The human-friendly name of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-title/4.0.1", + "expression": "EffectEvidenceSynthesis.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:EffectEvidenceSynthesis/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-title", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-title" + }, + { + "description": "A use context assigned to the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-context/4.0.1", + "expression": "(EventDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:EventDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-context" + }, + { + "description": "Date administration happened (or did not happen)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time/4.0.1", + "expression": "MedicationAdministration.effective", + "fhirVersion": null, + "name": "effective-time", + "xpath": "f:MedicationAdministration/f:effectiveDateTime | f:MedicationAdministration/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-effective-time", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time", + "code": "effective-time", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-effective-time" + }, + { + "description": "Link to an atomic result (observation resource)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-result/4.0.1", + "expression": "DiagnosticReport.result", + "fhirVersion": null, + "name": "result", + "xpath": "f:DiagnosticReport/f:result", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-result", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", + "code": "result", + "packageVersion": "4.0.1", + "target": ["Observation"], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-result" + }, + { + "description": "Code and date/time value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-date/4.0.1", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-date", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "expression": "value.as(DateTime) | value.as(Period)" + } + ], + "status": "draft", + "id": "Observation-code-value-date", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", + "code": "code-value-date", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-code-value-date" + }, + { + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-specialty/4.0.1", + "expression": "Slot.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:Slot/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-specialty", + "url": "http://hl7.org/fhir/SearchParameter/Slot-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-specialty" + }, + { + "description": "Individual who was involved", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-participant/4.0.1", + "expression": "Invoice.participant.actor", + "fhirVersion": null, + "name": "participant", + "xpath": "f:Invoice/f:participant/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-participant", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant", + "code": "participant", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-participant" + }, + { + "description": "The uri that identifies the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-url/4.0.1", + "expression": "ResearchElementDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:ResearchElementDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-url" + }, + { + "description": "External identifier for the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier/4.0.1", + "expression": "ActivityDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ActivityDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-identifier" + }, + { + "description": "Individual the service is ordered for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-subject/4.0.1", + "expression": "DeviceRequest.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:DeviceRequest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Location"], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-subject" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the given name of the patient\r\n* [Practitioner](practitioner.html): A portion of the given name\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-given/4.0.1", + "expression": "Patient.name.given | Practitioner.name.given", + "fhirVersion": null, + "name": "given", + "xpath": "f:Patient/f:name/f:given | f:Practitioner/f:name/f:given", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-given", + "url": "http://hl7.org/fhir/SearchParameter/individual-given", + "code": "given", + "packageVersion": "4.0.1", + "base": ["Patient", "Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-given" + }, + { + "description": "active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-status/4.0.1", + "expression": "ResearchStudy.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ResearchStudy/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-status", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-status" + }, + { + "description": "Source system where concepts to be mapped are defined", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-system/4.0.1", + "expression": "ConceptMap.group.source", + "fhirVersion": null, + "name": "source-system", + "xpath": "f:ConceptMap/f:group/f:source", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-system", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system", + "code": "source-system", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-source-system" + }, + { + "description": "The identity of a patient for whom to list dispenses", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-subject/4.0.1", + "expression": "MedicationDispense.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicationDispense/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-subject" + }, + { + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address/4.0.1", + "expression": "Organization.address", + "fhirVersion": null, + "name": "address", + "xpath": "f:Organization/f:address", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address", + "code": "address", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address" + }, + { + "description": "The category of medication document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type/4.0.1", + "expression": "MedicationKnowledge.monograph.type", + "fhirVersion": null, + "name": "monograph-type", + "xpath": "f:MedicationKnowledge/f:monograph/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monograph-type", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", + "code": "monograph-type", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-monograph-type" + }, + { + "description": "Type of supplement product requested", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement/4.0.1", + "expression": "NutritionOrder.supplement.type", + "fhirVersion": null, + "name": "supplement", + "xpath": "f:NutritionOrder/f:supplement/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-supplement", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", + "code": "supplement", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-supplement" + }, + { + "description": "Who and/or what authored the DocumentManifest", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-author/4.0.1", + "expression": "DocumentManifest.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:DocumentManifest/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-author", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-author" + }, + { + "description": "One of the HealthcareService's characteristics", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic/4.0.1", + "expression": "HealthcareService.characteristic", + "fhirVersion": null, + "name": "characteristic", + "xpath": "f:HealthcareService/f:characteristic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-characteristic", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", + "code": "characteristic", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-characteristic" + }, + { + "description": "The current status of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-status/4.0.1", + "expression": "TestScript.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:TestScript/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-status", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-status" + }, + { + "description": "Provider responsible for the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-provider/4.0.1", + "expression": "Claim.provider", + "fhirVersion": null, + "name": "provider", + "xpath": "f:Claim/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-provider", + "url": "http://hl7.org/fhir/SearchParameter/Claim-provider", + "code": "provider", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-provider" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-status/4.0.1", + "expression": "Procedure.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Procedure/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-status", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-status" + }, + { + "description": "Name of the publisher of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-publisher/4.0.1", + "expression": "ResearchDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:ResearchDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-publisher" + }, + { + "description": "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network/4.0.1", + "expression": "OrganizationAffiliation.network", + "fhirVersion": null, + "name": "network", + "xpath": "f:OrganizationAffiliation/f:network", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-network", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", + "code": "network", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-network" + }, + { + "description": "A portion of the location's name or alias", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-name/4.0.1", + "expression": "Location.name | Location.alias", + "fhirVersion": null, + "name": "name", + "xpath": "f:Location/f:name | f:Location/f:alias", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-name", + "url": "http://hl7.org/fhir/SearchParameter/Location-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-name" + }, + { + "description": "A quantity- or range-valued use context assigned to the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-quantity/4.0.1", + "expression": "(EffectEvidenceSynthesis.useContext.value as Quantity) | (EffectEvidenceSynthesis.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:EffectEvidenceSynthesis/f:useContext/f:valueQuantity | f:EffectEvidenceSynthesis/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-context-quantity" + }, + { + "description": "Path that identifies the base element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path/4.0.1", + "expression": "StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path", + "fhirVersion": null, + "name": "base-path", + "xpath": "f:StructureDefinition/f:snapshot/f:element/f:base/f:path | f:StructureDefinition/f:differential/f:element/f:base/f:path", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-base-path", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", + "code": "base-path", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-base-path" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): Gender of the patient\r\n* [Person](person.html): The gender of the person\r\n* [Practitioner](practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](relatedperson.html): Gender of the related person\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-gender/4.0.1", + "expression": "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender", + "fhirVersion": null, + "name": "gender", + "xpath": "f:Patient/f:gender | f:Person/f:gender | f:Practitioner/f:gender | f:RelatedPerson/f:gender", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-gender", + "url": "http://hl7.org/fhir/SearchParameter/individual-gender", + "code": "gender", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-gender" + }, + { + "description": "Manifestation/symptom", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-evidence/4.0.1", + "expression": "Condition.evidence.code", + "fhirVersion": null, + "name": "evidence", + "xpath": "f:Condition/f:evidence/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-evidence", + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence", + "code": "evidence", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-evidence" + }, + { + "description": "Classification of media as image, video, or audio", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-type/4.0.1", + "expression": "Media.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Media/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-type", + "url": "http://hl7.org/fhir/SearchParameter/Media-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-type" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A city specified in an address\r\n* [Person](person.html): A city specified in an address\r\n* [Practitioner](practitioner.html): A city specified in an address\r\n* [RelatedPerson](relatedperson.html): A city specified in an address\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-city/4.0.1", + "expression": "Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city", + "fhirVersion": null, + "name": "address-city", + "xpath": "f:Patient/f:address/f:city | f:Person/f:address/f:city | f:Practitioner/f:address/f:city | f:RelatedPerson/f:address/f:city", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address-city", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "code": "address-city", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address-city" + }, + { + "description": "Reach goal on or before", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-target-date/4.0.1", + "expression": "(Goal.target.due as date)", + "fhirVersion": null, + "name": "target-date", + "xpath": "f:Goal/f:target/f:dueDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-target-date", + "url": "http://hl7.org/fhir/SearchParameter/Goal-target-date", + "code": "target-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-target-date" + }, + { + "description": "Type of diet that can be consumed orally (i.e., take via the mouth).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet/4.0.1", + "expression": "NutritionOrder.oralDiet.type", + "fhirVersion": null, + "name": "oraldiet", + "xpath": "f:NutritionOrder/f:oralDiet/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-oraldiet", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", + "code": "oraldiet", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-oraldiet" + }, + { + "description": "Topics associated with the Evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-topic/4.0.1", + "expression": "Evidence.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:Evidence/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-topic", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-topic" + }, + { + "description": "Date-related abatements (dateTime and period)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-date/4.0.1", + "expression": "Condition.abatement.as(dateTime) | Condition.abatement.as(Period)", + "fhirVersion": null, + "name": "abatement-date", + "xpath": "f:Condition/f:abatementDateTime | f:Condition/f:abatementPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-date", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", + "code": "abatement-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-abatement-date" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the family name of the patient\r\n* [Practitioner](practitioner.html): A portion of the family name\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-family/4.0.1", + "expression": "Patient.name.family | Practitioner.name.family", + "fhirVersion": null, + "name": "family", + "xpath": "f:Patient/f:name/f:family | f:Practitioner/f:name/f:family", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-family", + "url": "http://hl7.org/fhir/SearchParameter/individual-family", + "code": "family", + "packageVersion": "4.0.1", + "base": ["Patient", "Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-family" + }, + { + "description": "Incoming Referral Request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral/4.0.1", + "expression": "EpisodeOfCare.referralRequest", + "fhirVersion": null, + "name": "incoming-referral", + "xpath": "f:EpisodeOfCare/f:referralRequest", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-incoming-referral", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", + "code": "incoming-referral", + "packageVersion": "4.0.1", + "target": ["ServiceRequest"], + "base": ["EpisodeOfCare"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare-incoming-referral" + }, + { + "description": "The name of the testing organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-tester/4.0.1", + "expression": "TestReport.tester", + "fhirVersion": null, + "name": "tester", + "xpath": "f:TestReport/f:tester", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-tester", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-tester", + "code": "tester", + "packageVersion": "4.0.1", + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-tester" + }, + { + "description": "The human-friendly name of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-title/4.0.1", + "expression": "EventDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:EventDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-title" + }, + { + "description": "Intended \"real-world\" recipient for the data", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-receiver/4.0.1", + "expression": "MessageHeader.destination.receiver", + "fhirVersion": null, + "name": "receiver", + "xpath": "f:MessageHeader/f:destination/f:receiver", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-receiver", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", + "code": "receiver", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-receiver" + }, + { + "description": "Name of the publisher of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-publisher/4.0.1", + "expression": "EvidenceVariable.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:EvidenceVariable/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-publisher", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-publisher" + }, + { + "description": "active | inactive | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-status/4.0.1", + "expression": "MedicationKnowledge.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:MedicationKnowledge/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-status", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-status" + }, + { + "description": "The reference to the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-patient/4.0.1", + "expression": "CoverageEligibilityRequest.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:CoverageEligibilityRequest/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-patient", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-patient" + }, + { + "description": "Computationally friendly name of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-name/4.0.1", + "expression": "Questionnaire.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Questionnaire/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-name", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-name" + }, + { + "description": "Onsets as a string", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-info/4.0.1", + "expression": "Condition.onset.as(string)", + "fhirVersion": null, + "name": "onset-info", + "xpath": "f:Condition/f:onsetString", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-info", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-info", + "code": "onset-info", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-onset-info" + }, + { + "description": "Identifier of who", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-agent/4.0.1", + "expression": "AuditEvent.agent.who", + "fhirVersion": null, + "name": "agent", + "xpath": "f:AuditEvent/f:agent/f:who", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-agent", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", + "code": "agent", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-agent" + }, + { + "description": "Part of referenced event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-part-of/4.0.1", + "expression": "Observation.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:Observation/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-part-of", + "url": "http://hl7.org/fhir/SearchParameter/Observation-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": [ + "Immunization", + "MedicationDispense", + "MedicationAdministration", + "Procedure", + "ImagingStudy", + "MedicationStatement" + ], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-part-of" + }, + { + "description": "Manufacturer of the item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-manufacturer/4.0.1", + "expression": "MedicationKnowledge.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "xpath": "f:MedicationKnowledge/f:manufacturer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-manufacturer", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-manufacturer", + "code": "manufacturer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-manufacturer" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created/4.0.1", + "expression": "CoverageEligibilityResponse.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:CoverageEligibilityResponse/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-created", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-created" + }, + { + "description": "Returns statements for a specific context (episode or episode of Care).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-context/4.0.1", + "expression": "MedicationStatement.context", + "fhirVersion": null, + "name": "context", + "xpath": "f:MedicationStatement/f:context", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-context", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-context", + "code": "context", + "packageVersion": "4.0.1", + "target": ["EpisodeOfCare", "Encounter"], + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-context" + }, + { + "description": "A type of use context assigned to the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type/4.0.1", + "expression": "PlanDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:PlanDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-context-type" + }, + { + "description": "The subject of the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-subject/4.0.1", + "expression": "Specimen.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Specimen/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-subject", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Substance", "Location"], + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-subject" + }, + { + "description": "The time during which the evidence variable is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-effective/4.0.1", + "expression": "EvidenceVariable.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:EvidenceVariable/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-effective", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-effective" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition/4.0.1", + "expression": "CoverageEligibilityResponse.disposition", + "fhirVersion": null, + "name": "disposition", + "xpath": "f:CoverageEligibilityResponse/f:disposition", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-disposition", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", + "code": "disposition", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-disposition" + }, + { + "description": "The uri that identifies the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-url/4.0.1", + "expression": "Questionnaire.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Questionnaire/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-url", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-url" + }, + { + "description": "Security Labels applied to this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-security/4.0.1", + "expression": "Resource.meta.security", + "fhirVersion": null, + "name": "_security", + "xpath": "f:Resource/f:meta/f:security", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-security", + "url": "http://hl7.org/fhir/SearchParameter/Resource-security", + "code": "_security", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-security" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-depends-on/4.0.1", + "expression": "EvidenceVariable.relatedArtifact.where(type='depends-on').resource", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:EvidenceVariable/f:relatedArtifact[f:type/@value='depends-on']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-depends-on" + }, + { + "description": "The reference to the provider", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-provider/4.0.1", + "expression": "PaymentNotice.provider", + "fhirVersion": null, + "name": "provider", + "xpath": "f:PaymentNotice/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-provider", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-provider", + "code": "provider", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-provider" + }, + { + "description": "Immunization event status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-status/4.0.1", + "expression": "Immunization.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Immunization/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-status", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-status" + }, + { + "description": "Search based on whether a patient was part of a multiple birth or not.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-birthOrderBoolean/4.0.1", + "fhirVersion": null, + "name": "birthOrderBoolean", + "xpath": "f:Patient/f:multipleBirthBoolean | f:Patient/f:multipleBirthInteger", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "patient-extensions-Patient-birthOrderBoolean", + "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-birthOrderBoolean", + "code": "birthOrderBoolean", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-extensions-Patient-birthOrderBoolean" + }, + { + "description": "Name of the publisher of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-publisher/4.0.1", + "expression": "Library.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:Library/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-publisher", + "url": "http://hl7.org/fhir/SearchParameter/Library-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-publisher" + }, + { + "description": "The author of the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author/4.0.1", + "expression": "QuestionnaireResponse.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:QuestionnaireResponse/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-author", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-author" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome/4.0.1", + "expression": "ClaimResponse.outcome", + "fhirVersion": null, + "name": "outcome", + "xpath": "f:ClaimResponse/f:outcome", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-outcome", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", + "code": "outcome", + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-outcome" + }, + { + "description": "A practitioner's Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier/4.0.1", + "expression": "PractitionerRole.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:PractitionerRole/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-identifier", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-identifier" + }, + { + "description": "Unique id", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-identifier/4.0.1", + "expression": "Group.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Group/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Group-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-identifier" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-uri/4.0.1", + "expression": "NutritionOrder.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:NutritionOrder/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-instantiates-uri" + }, + { + "description": "The time during which the measure is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-effective/4.0.1", + "expression": "Measure.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:Measure/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-effective", + "url": "http://hl7.org/fhir/SearchParameter/Measure-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-effective" + }, + { + "description": "Whether the event succeeded or failed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-outcome/4.0.1", + "expression": "AuditEvent.outcome", + "fhirVersion": null, + "name": "outcome", + "xpath": "f:AuditEvent/f:outcome", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-outcome", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", + "code": "outcome", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-outcome" + }, + { + "description": "current | superseded | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-status/4.0.1", + "expression": "DocumentReference.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:DocumentReference/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-status", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-status" + }, + { + "description": "The business version of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-version/4.0.1", + "expression": "EffectEvidenceSynthesis.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:EffectEvidenceSynthesis/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-version", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-version" + }, + { + "description": "Particular delivery destination within the destination", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-target/4.0.1", + "expression": "MessageHeader.destination.target", + "fhirVersion": null, + "name": "target", + "xpath": "f:MessageHeader/f:destination/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-target", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-target", + "code": "target", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-target" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-composed-of/4.0.1", + "expression": "EvidenceVariable.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:EvidenceVariable/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-composed-of" + }, + { + "description": "Status of the instance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status/4.0.1", + "expression": "ExplanationOfBenefit.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ExplanationOfBenefit/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-status", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-status" + }, + { + "description": "Who collected the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-collector/4.0.1", + "expression": "Specimen.collection.collector", + "fhirVersion": null, + "name": "collector", + "xpath": "f:Specimen/f:collection/f:collector", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-collector", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collector", + "code": "collector", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-collector" + }, + { + "description": "The target disease the dose is being administered against", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-target-disease/4.0.1", + "expression": "Immunization.protocolApplied.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "xpath": "f:Immunization/f:protocolApplied/f:targetDisease", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-target-disease", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", + "code": "target-disease", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-target-disease" + }, + { + "description": "A type of use context assigned to the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type/4.0.1", + "expression": "EffectEvidenceSynthesis.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:EffectEvidenceSynthesis/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-context-type", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-context-type" + }, + { + "description": "The subject of the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject/4.0.1", + "expression": "DiagnosticReport.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:DiagnosticReport/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-subject", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Location"], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-subject" + }, + { + "description": "active | inactive | entered-in-error | on-hold | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-status/4.0.1", + "expression": "Account.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Account/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-status", + "url": "http://hl7.org/fhir/SearchParameter/Account-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-status" + }, + { + "description": "Additional information on reaction", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reaction/4.0.1", + "expression": "Immunization.reaction.detail", + "fhirVersion": null, + "name": "reaction", + "xpath": "f:Immunization/f:reaction/f:detail", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reaction", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction", + "code": "reaction", + "packageVersion": "4.0.1", + "target": ["Observation"], + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-reaction" + }, + { + "description": "The description of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-description/4.0.1", + "expression": "Questionnaire.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:Questionnaire/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-description", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-description" + }, + { + "description": "A use context type and value assigned to the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-value/4.0.1", + "expression": "EventDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "EventDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-context-type-value" + }, + { + "description": "The business identifier of the EnrollmentResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier/4.0.1", + "expression": "EnrollmentResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:EnrollmentResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["EnrollmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentResponse-identifier" + }, + { + "description": "A component of the substance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-substance-reference/4.0.1", + "expression": "(Substance.ingredient.substance as Reference)", + "fhirVersion": null, + "name": "substance-reference", + "xpath": "f:Substance/f:ingredient/f:substanceReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-substance-reference", + "url": "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", + "code": "substance-reference", + "packageVersion": "4.0.1", + "target": ["Substance"], + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-substance-reference" + }, + { + "description": "Where the activity occurred, if relevant", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-location/4.0.1", + "expression": "Provenance.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:Provenance/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-location", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-location" + }, + { + "description": "Search by device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device/4.0.1", + "expression": "DeviceUseStatement.device", + "fhirVersion": null, + "name": "device", + "xpath": "f:DeviceUseStatement/f:device", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceUseStatement-device", + "url": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device", + "code": "device", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["DeviceUseStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceUseStatement-device" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-predecessor/4.0.1", + "expression": "ResearchElementDefinition.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:ResearchElementDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-predecessor" + }, + { + "description": "What was found", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code/4.0.1", + "expression": "ClinicalImpression.finding.itemCodeableConcept", + "fhirVersion": null, + "name": "finding-code", + "xpath": "f:ClinicalImpression/f:finding/f:itemCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-finding-code", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", + "code": "finding-code", + "packageVersion": "4.0.1", + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-finding-code" + }, + { + "description": "The component code of the observation type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code/4.0.1", + "expression": "Observation.component.code", + "fhirVersion": null, + "name": "component-code", + "xpath": "f:Observation/f:component/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-component-code", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "code": "component-code", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-code" + }, + { + "description": "The full product name", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProduct-name/4.0.1", + "expression": "MedicinalProduct.name.productName", + "fhirVersion": null, + "name": "name", + "xpath": "f:MedicinalProduct/f:name/f:productName", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProduct-name", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProduct-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["MedicinalProduct"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProduct-name" + }, + { + "description": "Time period during which the patient was present at the location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-location-period/4.0.1", + "expression": "Encounter.location.period", + "fhirVersion": null, + "name": "location-period", + "xpath": "f:Encounter/f:location/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-location-period", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location-period", + "code": "location-period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-location-period" + }, + { + "description": "Returns dispenses that should be sent to a specific destination", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-destination/4.0.1", + "expression": "MedicationDispense.destination", + "fhirVersion": null, + "name": "destination", + "xpath": "f:MedicationDispense/f:destination", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-destination", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", + "code": "destination", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-destination" + }, + { + "description": "Matches on any item in the Linkage with a type of 'source'", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-source/4.0.1", + "expression": "Linkage.item.resource", + "fhirVersion": null, + "name": "source", + "xpath": "f:Linkage/f:item/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-source", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-source", + "code": "source", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Linkage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Linkage-source" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type-quantity/4.0.1", + "expression": "ResearchElementDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "ResearchElementDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-context-type-quantity" + }, + { + "description": "A use context assigned to the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-context/4.0.1", + "expression": "(Library.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:Library/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-context", + "url": "http://hl7.org/fhir/SearchParameter/Library-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-context" + }, + { + "description": "Encounters associated with a billed line item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter/4.0.1", + "expression": "ExplanationOfBenefit.item.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:ExplanationOfBenefit/f:item/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-encounter", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-encounter" + }, + { + "description": "The organization that is the custodian of the patient record", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-organization/4.0.1", + "expression": "Patient.managingOrganization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Patient/f:managingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-organization", + "url": "http://hl7.org/fhir/SearchParameter/Patient-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-organization" + }, + { + "description": "draft | proposed | active | rejected | inactive | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-status/4.0.1", + "expression": "Consent.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Consent/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-status", + "url": "http://hl7.org/fhir/SearchParameter/Consent-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-status" + }, + { + "description": "Technical endpoints providing access to services operated for this role", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint/4.0.1", + "expression": "OrganizationAffiliation.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:OrganizationAffiliation/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-endpoint" + }, + { + "description": "The questionnaire publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-date/4.0.1", + "expression": "Questionnaire.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:Questionnaire/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-date", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-date" + }, + { + "description": "Additional information to support the appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-supporting-info/4.0.1", + "expression": "Appointment.supportingInformation", + "fhirVersion": null, + "name": "supporting-info", + "xpath": "f:Appointment/f:supportingInformation", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-supporting-info", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", + "code": "supporting-info", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-supporting-info" + }, + { + "description": "Who/what does assessment apply to?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-subject/4.0.1", + "expression": "RiskAssessment.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:RiskAssessment/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-subject", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-subject" + }, + { + "description": "If all resources have the same subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-subject/4.0.1", + "expression": "List.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:List/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-subject", + "url": "http://hl7.org/fhir/SearchParameter/List-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Location"], + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-subject" + }, + { + "description": "One of the languages that the practitioner can communicate with", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-communication/4.0.1", + "expression": "Practitioner.communication", + "fhirVersion": null, + "name": "communication", + "xpath": "f:Practitioner/f:communication", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-communication", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-communication", + "code": "communication", + "packageVersion": "4.0.1", + "base": ["Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Practitioner-communication" + }, + { + "description": "The resource type(s) this search parameter applies to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-base/4.0.1", + "expression": "SearchParameter.base", + "fhirVersion": null, + "name": "base", + "xpath": "f:SearchParameter/f:base", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-base", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-base", + "code": "base", + "packageVersion": "4.0.1", + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-base" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri/4.0.1", + "expression": "FamilyMemberHistory.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:FamilyMemberHistory/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["FamilyMemberHistory"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory-instantiates-uri" + }, + { + "description": "Matches if the practitioner is listed as a performer in any of the \"simple\" activities. (For performers of the detailed activities, chain through the activitydetail search parameter.)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-performer/4.0.1", + "expression": "CarePlan.activity.detail.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:CarePlan/f:activity/f:detail/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-performer", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-performer" + }, + { + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [Condition](condition.html): Code for the condition\r\n* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code\r\n* [List](list.html): What the purpose of this list is\r\n* [Medication](medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication code\r\n* [Observation](observation.html): The code of the observation type\r\n* [Procedure](procedure.html): A code to identify a procedure\r\n* [ServiceRequest](servicerequest.html): What is being requested/ordered\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-code/4.0.1", + "expression": "AllergyIntolerance.code | AllergyIntolerance.reaction.substance | Condition.code | (DeviceRequest.code as CodeableConcept) | DiagnosticReport.code | FamilyMemberHistory.condition.code | List.code | Medication.code | (MedicationAdministration.medication as CodeableConcept) | (MedicationDispense.medication as CodeableConcept) | (MedicationRequest.medication as CodeableConcept) | (MedicationStatement.medication as CodeableConcept) | Observation.code | Procedure.code | ServiceRequest.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:AllergyIntolerance/f:code | f:AllergyIntolerance/f:reaction/f:substance | f:Condition/f:code | f:DeviceRequest/f:codeCodeableConcept | f:DiagnosticReport/f:code | f:FamilyMemberHistory/f:condition/f:code | f:List/f:code | f:Medication/f:code | f:MedicationAdministration/f:medicationCodeableConcept | f:MedicationDispense/f:medicationCodeableConcept | f:MedicationRequest/f:medicationCodeableConcept | f:MedicationStatement/f:medicationCodeableConcept | f:Observation/f:code | f:Procedure/f:code | f:ServiceRequest/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-code", + "url": "http://hl7.org/fhir/SearchParameter/clinical-code", + "code": "code", + "packageVersion": "4.0.1", + "base": [ + "AllergyIntolerance", + "Condition", + "DeviceRequest", + "DiagnosticReport", + "FamilyMemberHistory", + "List", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "Observation", + "Procedure", + "ServiceRequest" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-code" + }, + { + "description": "Search for a task instance by its business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-identifier/4.0.1", + "expression": "Task.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Task/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Task-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-identifier" + }, + { + "description": "Reference Sequence of the sequence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid/4.0.1", + "expression": "MolecularSequence.referenceSeq.referenceSeqId", + "fhirVersion": null, + "name": "referenceseqid", + "xpath": "f:MolecularSequence/f:referenceSeq/f:referenceSeqId", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-referenceseqid", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", + "code": "referenceseqid", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-referenceseqid" + }, + { + "description": "When sent", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-sent/4.0.1", + "expression": "Communication.sent", + "fhirVersion": null, + "name": "sent", + "xpath": "f:Communication/f:sent", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-sent", + "url": "http://hl7.org/fhir/SearchParameter/Communication-sent", + "code": "sent", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-sent" + }, + { + "description": "Length of encounter in days", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-length/4.0.1", + "expression": "Encounter.length", + "fhirVersion": null, + "name": "length", + "xpath": "f:Encounter/f:length", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-length", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-length", + "code": "length", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-length" + }, + { + "description": "The time during which the evidence is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-effective/4.0.1", + "expression": "Evidence.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:Evidence/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-effective", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-effective" + }, + { + "description": "The human-friendly name of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-title/4.0.1", + "expression": "Evidence.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:Evidence/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-title", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-title" + }, + { + "description": "When the study was started", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-started/4.0.1", + "expression": "ImagingStudy.started", + "fhirVersion": null, + "name": "started", + "xpath": "f:ImagingStudy/f:started", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-started", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", + "code": "started", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-started" + }, + { + "description": "The business version of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-version/4.0.1", + "expression": "Questionnaire.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:Questionnaire/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-version", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-version" + }, + { + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-specialty/4.0.1", + "expression": "Appointment.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:Appointment/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-specialty", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-specialty" + }, + { + "description": "The description of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-description/4.0.1", + "expression": "ResearchElementDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:ResearchElementDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-description" + }, + { + "description": "The entity that caused the expenses", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-patient/4.0.1", + "expression": "Account.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Account/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-patient", + "url": "http://hl7.org/fhir/SearchParameter/Account-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-patient" + }, + { + "description": "A type of use context assigned to the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type/4.0.1", + "expression": "ExampleScenario.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:ExampleScenario/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-context-type", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-context-type" + }, + { + "description": "The intent of the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-intent/4.0.1", + "expression": "RequestGroup.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:RequestGroup/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-intent", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-intent" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer/4.0.1", + "expression": "CoverageEligibilityResponse.insurer", + "fhirVersion": null, + "name": "insurer", + "xpath": "f:CoverageEligibilityResponse/f:insurer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-insurer", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", + "code": "insurer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-insurer" + }, + { + "description": "Type of involvement in creation of this Invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-participant-role/4.0.1", + "expression": "Invoice.participant.role", + "fhirVersion": null, + "name": "participant-role", + "xpath": "f:Invoice/f:participant/f:role", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-participant-role", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", + "code": "participant-role", + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-participant-role" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-effective/4.0.1", + "fhirVersion": null, + "name": "effective", + "xpath": "f:CodeSystem/f:extension[@url='http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate'] | /f:#effectiveDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "codesystem-extensions-CodeSystem-effective", + "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-effective", + "code": "effective", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-extensions-CodeSystem-effective" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CodeSystem](codesystem.html): External identifier for the code system\r\n* [ConceptMap](conceptmap.html): External identifier for the concept map\r\n* [MessageDefinition](messagedefinition.html): External identifier for the message definition\r\n* [StructureDefinition](structuredefinition.html): External identifier for the structure definition\r\n* [StructureMap](structuremap.html): External identifier for the structure map\r\n* [ValueSet](valueset.html): External identifier for the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-identifier/4.0.1", + "expression": "CodeSystem.identifier | ConceptMap.identifier | MessageDefinition.identifier | StructureDefinition.identifier | StructureMap.identifier | ValueSet.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:CodeSystem/f:identifier | f:ConceptMap/f:identifier | f:MessageDefinition/f:identifier | f:StructureDefinition/f:identifier | f:StructureMap/f:identifier | f:ValueSet/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-identifier", + "url": "http://hl7.org/fhir/SearchParameter/conformance-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": [ + "CodeSystem", + "ConceptMap", + "MessageDefinition", + "StructureDefinition", + "StructureMap", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-identifier" + }, + { + "description": "The provider or device that identified the issue", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-author/4.0.1", + "expression": "DetectedIssue.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:DetectedIssue/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-author", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", + "code": "author", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Device", "PractitionerRole"], + "base": ["DetectedIssue"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DetectedIssue-author" + }, + { + "description": "A location of which this location is a part", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-partof/4.0.1", + "expression": "Location.partOf", + "fhirVersion": null, + "name": "partof", + "xpath": "f:Location/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-partof", + "url": "http://hl7.org/fhir/SearchParameter/Location-partof", + "code": "partof", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-partof" + }, + { + "description": "The patient that is the subject of the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient/4.0.1", + "expression": "QuestionnaireResponse.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:QuestionnaireResponse/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-patient", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-patient" + }, + { + "description": "A Schedule Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-identifier/4.0.1", + "expression": "Schedule.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Schedule/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-identifier" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state/4.0.1", + "expression": "InsurancePlan.contact.address.state", + "fhirVersion": null, + "name": "address-state", + "xpath": "f:InsurancePlan/f:contact/f:address/f:state", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-state", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", + "code": "address-state", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address-state" + }, + { + "description": "The patient or group present at the encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-subject/4.0.1", + "expression": "Encounter.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Encounter/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-subject", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-subject" + }, + { + "description": "Type of resource at which the graph starts", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/GraphDefinition-start/4.0.1", + "expression": "GraphDefinition.start", + "fhirVersion": null, + "name": "start", + "xpath": "f:GraphDefinition/f:start", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GraphDefinition-start", + "url": "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", + "code": "start", + "packageVersion": "4.0.1", + "base": ["GraphDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GraphDefinition-start" + }, + { + "description": "A use context assigned to the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-context/4.0.1", + "expression": "(ExampleScenario.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:ExampleScenario/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-context", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-context" + }, + { + "description": "The status of the observation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-status/4.0.1", + "expression": "Observation.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Observation/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-status", + "url": "http://hl7.org/fhir/SearchParameter/Observation-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-status" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-encounter/4.0.1", + "expression": "MedicationRequest.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:MedicationRequest/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-encounter", + "url": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medications-encounter" + }, + { + "description": "A code for the type of organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-type/4.0.1", + "expression": "InsurancePlan.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:InsurancePlan/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-type", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-type" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-derived-from/4.0.1", + "expression": "ResearchDefinition.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:ResearchDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-derived-from" + }, + { + "description": "An Identifier of the RelatedPerson", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier/4.0.1", + "expression": "RelatedPerson.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:RelatedPerson/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-identifier", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson-identifier" + }, + { + "description": "The time during which the activity definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective/4.0.1", + "expression": "ActivityDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:ActivityDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-effective" + }, + { + "description": "The subject that the guidance response is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject/4.0.1", + "expression": "GuidanceResponse.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:GuidanceResponse/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-subject", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["GuidanceResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GuidanceResponse-subject" + }, + { + "description": "The source of the data entry", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-enterer/4.0.1", + "expression": "MessageHeader.enterer", + "fhirVersion": null, + "name": "enterer", + "xpath": "f:MessageHeader/f:enterer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-enterer", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer", + "code": "enterer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-enterer" + }, + { + "description": "Specific specialty of the participatingOrganization in the context of the role", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty/4.0.1", + "expression": "OrganizationAffiliation.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:OrganizationAffiliation/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-specialty", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-specialty" + }, + { + "description": "Who and/or what authored the composition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-author/4.0.1", + "expression": "Composition.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:Composition/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-author", + "url": "http://hl7.org/fhir/SearchParameter/Composition-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-author" + }, + { + "description": "The description of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-description/4.0.1", + "expression": "EvidenceVariable.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:EvidenceVariable/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-description", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-description" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-name/4.0.1", + "expression": "Patient.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Patient/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-name", + "url": "http://hl7.org/fhir/SearchParameter/Patient-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-name" + }, + { + "description": "Wheelchair, translator, stretcher, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement/4.0.1", + "expression": "Encounter.hospitalization.specialArrangement", + "fhirVersion": null, + "name": "special-arrangement", + "xpath": "f:Encounter/f:hospitalization/f:specialArrangement", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-special-arrangement", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", + "code": "special-arrangement", + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-special-arrangement" + }, + { + "description": "The device resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-source/4.0.1", + "expression": "DeviceMetric.source", + "fhirVersion": null, + "name": "source", + "xpath": "f:DeviceMetric/f:source", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-source", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-source", + "code": "source", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["DeviceMetric"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric-source" + }, + { + "description": "Intended jurisdiction for the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-jurisdiction/4.0.1", + "expression": "EffectEvidenceSynthesis.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:EffectEvidenceSynthesis/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-jurisdiction" + }, + { + "description": "Human-readable label", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-name/4.0.1", + "expression": "Account.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Account/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-name", + "url": "http://hl7.org/fhir/SearchParameter/Account-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-name" + }, + { + "description": "The actual data reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-data/4.0.1", + "expression": "Consent.provision.data.reference", + "fhirVersion": null, + "name": "data", + "xpath": "f:Consent/f:provision/f:data/f:reference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-data", + "url": "http://hl7.org/fhir/SearchParameter/Consent-data", + "code": "data", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-data" + }, + { + "description": "The Person links to this Patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-patient/4.0.1", + "expression": "Person.link.target.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Person/f:link/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-patient", + "url": "http://hl7.org/fhir/SearchParameter/Person-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-patient" + }, + { + "description": "Encounters associated with a billed line item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-encounter/4.0.1", + "expression": "Claim.item.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Claim/f:item/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-encounter", + "url": "http://hl7.org/fhir/SearchParameter/Claim-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-encounter" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-depends-on/4.0.1", + "expression": "ResearchDefinition.relatedArtifact.where(type='depends-on').resource | ResearchDefinition.library", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:ResearchDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:ResearchDefinition/f:library", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Library", + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-depends-on" + }, + { + "description": "The reference to the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient/4.0.1", + "expression": "ExplanationOfBenefit.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ExplanationOfBenefit/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-patient", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-patient" + }, + { + "description": "Retrieve coverages for a patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-patient/4.0.1", + "expression": "Coverage.beneficiary", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Coverage/f:beneficiary", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-patient", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-patient" + }, + { + "description": "Descriptor for entity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name/4.0.1", + "expression": "AuditEvent.entity.name", + "fhirVersion": null, + "name": "entity-name", + "xpath": "f:AuditEvent/f:entity/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity-name", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name", + "code": "entity-name", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-entity-name" + }, + { + "description": "An evaluated resource referenced by the measure report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource/4.0.1", + "expression": "MeasureReport.evaluatedResource", + "fhirVersion": null, + "name": "evaluated-resource", + "xpath": "f:MeasureReport/f:evaluatedResource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-evaluated-resource", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", + "code": "evaluated-resource", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-evaluated-resource" + }, + { + "description": "A use context assigned to the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context/4.0.1", + "expression": "(RiskEvidenceSynthesis.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:RiskEvidenceSynthesis/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-context", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-context" + }, + { + "description": "Who recorded the adverse event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder/4.0.1", + "expression": "AdverseEvent.recorder", + "fhirVersion": null, + "name": "recorder", + "xpath": "f:AdverseEvent/f:recorder", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-recorder", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", + "code": "recorder", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-recorder" + }, + { + "description": "External identifier for the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier/4.0.1", + "expression": "PlanDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:PlanDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-identifier" + }, + { + "description": "Reference to property mapping depends on", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-dependson/4.0.1", + "expression": "ConceptMap.group.element.target.dependsOn.property", + "fhirVersion": null, + "name": "dependson", + "xpath": "f:ConceptMap/f:group/f:element/f:target/f:dependsOn/f:property", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-dependson", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson", + "code": "dependson", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-dependson" + }, + { + "description": "When scheduled", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence/4.0.1", + "expression": "(CommunicationRequest.occurrence as dateTime)", + "fhirVersion": null, + "name": "occurrence", + "xpath": "f:CommunicationRequest/f:occurrenceDateTime", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-occurrence", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-occurrence" + }, + { + "description": "The description of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-description/4.0.1", + "expression": "ActivityDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:ActivityDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-description" + }, + { + "description": "Identity of the IG that this depends on", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on/4.0.1", + "expression": "ImplementationGuide.dependsOn.uri", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:ImplementationGuide/f:dependsOn/f:uri", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": ["ImplementationGuide"], + "base": ["ImplementationGuide"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImplementationGuide-depends-on" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-birthdate/4.0.1", + "expression": "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate", + "fhirVersion": null, + "name": "birthdate", + "xpath": "f:Patient/f:birthDate | f:Person/f:birthDate | f:RelatedPerson/f:birthDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-birthdate", + "url": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "code": "birthdate", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-birthdate" + }, + { + "description": "Search parameter by reference sequence and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-variant-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-variant-coordinate/4.0.1", + "expression": "MolecularSequence.variant", + "fhirVersion": null, + "multipleOr": false, + "name": "referenceseqid-variant-coordinate", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", + "expression": "%resource.referenceSeq.referenceSeqId" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", + "expression": "start" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", + "expression": "end" + } + ], + "status": "draft", + "id": "MolecularSequence-referenceseqid-variant-coordinate", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-variant-coordinate", + "code": "referenceseqid-variant-coordinate", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-referenceseqid-variant-coordinate" + }, + { + "description": "Coverage class (eg. plan, group)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-class-type/4.0.1", + "expression": "Coverage.class.type", + "fhirVersion": null, + "name": "class-type", + "xpath": "f:Coverage/f:class/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-class-type", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-type", + "code": "class-type", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-class-type" + }, + { + "description": "Gross total of this Invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-totalgross/4.0.1", + "expression": "Invoice.totalGross", + "fhirVersion": null, + "name": "totalgross", + "xpath": "f:Invoice/f:totalGross", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-totalgross", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", + "code": "totalgross", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-totalgross" + }, + { + "description": "The appointment that the response is attached to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment/4.0.1", + "expression": "AppointmentResponse.appointment", + "fhirVersion": null, + "name": "appointment", + "xpath": "f:AppointmentResponse/f:appointment", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-appointment", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", + "code": "appointment", + "packageVersion": "4.0.1", + "target": ["Appointment"], + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-appointment" + }, + { + "description": "Allows searching for QuestionnaireResponses by item value where the item has isSubject=true", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/questionnaireresponse-extensions-QuestionnaireResponse-item-subject/4.0.1", + "expression": "QuestionnaireResponse.item.where(hasExtension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject')).answer.value.ofType(Reference)", + "fhirVersion": null, + "name": "item-subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "questionnaireresponse-extensions-QuestionnaireResponse-item-subject", + "url": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-extensions-QuestionnaireResponse-item-subject", + "code": "item-subject", + "packageVersion": "4.0.1", + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-extensions-QuestionnaireResponse-item-subject" + }, + { + "description": "Search by url for a participation agreement, which is stored in a DocumentReference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/example-extension/4.0.1", + "expression": "DocumentReference.extension('http://example.org/fhir/StructureDefinition/participation-agreement')", + "fhirVersion": null, + "name": "Example Search Parameter on an extension", + "xpath": "f:DocumentReference/f:extension[@url='http://example.org/fhir/StructureDefinition/participation-agreement']", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example-extension", + "url": "http://hl7.org/fhir/SearchParameter/example-extension", + "code": "part-agree", + "packageVersion": "4.0.1", + "target": ["DocumentReference"], + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-extension" + }, + { + "description": "Language code (irrespective of use value)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-language/4.0.1", + "expression": "Patient.communication.language", + "fhirVersion": null, + "name": "language", + "xpath": "f:Patient/f:communication/f:language", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-language", + "url": "http://hl7.org/fhir/SearchParameter/Patient-language", + "code": "language", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-language" + }, + { + "description": "Specimen used for this observation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-specimen/4.0.1", + "expression": "Observation.specimen", + "fhirVersion": null, + "name": "specimen", + "xpath": "f:Observation/f:specimen", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-specimen", + "url": "http://hl7.org/fhir/SearchParameter/Observation-specimen", + "code": "specimen", + "packageVersion": "4.0.1", + "target": ["Specimen"], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-specimen" + }, + { + "description": "A quantity- or range-valued use context assigned to the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-context-quantity/4.0.1", + "expression": "(Measure.useContext.value as Quantity) | (Measure.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:Measure/f:useContext/f:valueQuantity | f:Measure/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Measure-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-context-quantity" + }, + { + "description": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-verification-status/4.0.1", + "expression": "Condition.verificationStatus", + "fhirVersion": null, + "name": "verification-status", + "xpath": "f:Condition/f:verificationStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-verification-status", + "url": "http://hl7.org/fhir/SearchParameter/Condition-verification-status", + "code": "verification-status", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-verification-status" + }, + { + "description": "Procedure or observation this questionnaire response was performed as a part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of/4.0.1", + "expression": "QuestionnaireResponse.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:QuestionnaireResponse/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-part-of", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": ["Observation", "Procedure"], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-part-of" + }, + { + "description": "Reference to last assessment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous/4.0.1", + "expression": "ClinicalImpression.previous", + "fhirVersion": null, + "name": "previous", + "xpath": "f:ClinicalImpression/f:previous", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-previous", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", + "code": "previous", + "packageVersion": "4.0.1", + "target": ["ClinicalImpression"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-previous" + }, + { + "description": "The status of the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status/4.0.1", + "expression": "QuestionnaireResponse.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:QuestionnaireResponse/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-status", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-status" + }, + { + "description": "Appointment date/time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-start/4.0.1", + "expression": "Slot.start", + "fhirVersion": null, + "name": "start", + "xpath": "f:Slot/f:start", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-start", + "url": "http://hl7.org/fhir/SearchParameter/Slot-start", + "code": "start", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-start" + }, + { + "description": "The risk evidence synthesis publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-date/4.0.1", + "expression": "RiskEvidenceSynthesis.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:RiskEvidenceSynthesis/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-date", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-date" + }, + { + "description": "A quantity- or range-valued use context assigned to the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity/4.0.1", + "expression": "(EvidenceVariable.useContext.value as Quantity) | (EvidenceVariable.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:EvidenceVariable/f:useContext/f:valueQuantity | f:EvidenceVariable/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-context-quantity" + }, + { + "description": "The reason for the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-reason/4.0.1", + "expression": "ImagingStudy.reasonCode", + "fhirVersion": null, + "name": "reason", + "xpath": "f:ImagingStudy/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-reason", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", + "code": "reason", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-reason" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from/4.0.1", + "expression": "EventDefinition.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:EventDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-derived-from" + }, + { + "description": "Type of team", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-category/4.0.1", + "expression": "CareTeam.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:CareTeam/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-category", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["CareTeam"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam-category" + }, + { + "description": "Researcher who oversees multiple aspects of the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator/4.0.1", + "expression": "ResearchStudy.principalInvestigator", + "fhirVersion": null, + "name": "principalinvestigator", + "xpath": "f:ResearchStudy/f:principalInvestigator", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-principalinvestigator", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator", + "code": "principalinvestigator", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-principalinvestigator" + }, + { + "description": "Search by condition subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/example-reference/4.0.1", + "expression": "Condition.subject", + "modifier": ["missing"], + "fhirVersion": null, + "name": "Example Search Parameter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example-reference", + "chain": ["name", "identifier"], + "url": "http://hl7.org/fhir/SearchParameter/example-reference", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-reference" + }, + { + "description": "AdverseEvent.study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-study/4.0.1", + "expression": "AdverseEvent.study", + "fhirVersion": null, + "name": "study", + "xpath": "f:AdverseEvent/f:study", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-study", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", + "code": "study", + "packageVersion": "4.0.1", + "target": ["ResearchStudy"], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-study" + }, + { + "description": "The parent of the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-parent/4.0.1", + "expression": "Specimen.parent", + "fhirVersion": null, + "name": "parent", + "xpath": "f:Specimen/f:parent", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-parent", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-parent", + "code": "parent", + "packageVersion": "4.0.1", + "target": ["Specimen"], + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-parent" + }, + { + "description": "The date the request group was authored", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-authored/4.0.1", + "expression": "RequestGroup.authoredOn", + "fhirVersion": null, + "name": "authored", + "xpath": "f:RequestGroup/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-authored", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-authored" + }, + { + "description": "Human-readable description (title)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-description/4.0.1", + "expression": "DocumentManifest.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:DocumentManifest/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-description", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-description" + }, + { + "description": "The system is the URL for the context-type: e.g. http://hl7.org/fhir/extension-context-type#element|CodeableConcept.text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context/4.0.1", + "expression": "StructureDefinition.context.type", + "fhirVersion": null, + "name": "ext-context", + "xpath": "f:StructureDefinition/f:context/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-ext-context", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", + "code": "ext-context", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-ext-context" + }, + { + "description": "The code of the observation type or component type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code/4.0.1", + "expression": "Observation.code | Observation.component.code", + "fhirVersion": null, + "name": "combo-code", + "xpath": "f:Observation/f:code | f:Observation/f:component/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-combo-code", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "code": "combo-code", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-code" + }, + { + "description": "powder | tablets | capsule +", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform/4.0.1", + "expression": "MedicationKnowledge.doseForm", + "fhirVersion": null, + "name": "doseform", + "xpath": "f:MedicationKnowledge/f:doseForm", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-doseform", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", + "code": "doseform", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-doseform" + }, + { + "description": "A type of use context assigned to the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type/4.0.1", + "expression": "ResearchElementDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:ResearchElementDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-context-type" + }, + { + "description": "Returns medications for this ingredient code", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-ingredient-code/4.0.1", + "expression": "(Medication.ingredient.item as CodeableConcept)", + "fhirVersion": null, + "name": "ingredient-code", + "xpath": "f:Medication/f:ingredient/f:itemCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-ingredient-code", + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "code": "ingredient-code", + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-ingredient-code" + }, + { + "description": "The human-friendly name of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-title/4.0.1", + "expression": "Measure.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:Measure/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-title", + "url": "http://hl7.org/fhir/SearchParameter/Measure-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-title" + }, + { + "description": "Search by creation date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-authored-on/4.0.1", + "expression": "Task.authoredOn", + "fhirVersion": null, + "name": "authored-on", + "xpath": "f:Task/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-authored-on", + "url": "http://hl7.org/fhir/SearchParameter/Task-authored-on", + "code": "authored-on", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-authored-on" + }, + { + "description": "Search parameter by reference sequence and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `referenceSeqId-window-coordinate=NC_000001.11$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on NC_000001.11 and with position >123 and <345, where in 1-based system resource, all strings within region NC_000001.11:124-344 will be revealed, while in 0-based system resource, all strings within region NC_000001.11:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-window-coordinate/4.0.1", + "expression": "MolecularSequence.referenceSeq", + "fhirVersion": null, + "multipleOr": false, + "name": "referenceseqid-window-coordinate", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid", + "expression": "referenceSeqId" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", + "expression": "windowStart" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", + "expression": "windowEnd" + } + ], + "status": "draft", + "id": "MolecularSequence-referenceseqid-window-coordinate", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-referenceseqid-window-coordinate", + "code": "referenceseqid-window-coordinate", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-referenceseqid-window-coordinate" + }, + { + "description": "Logical source location within the enterprise", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-site/4.0.1", + "expression": "AuditEvent.source.site", + "fhirVersion": null, + "name": "site", + "xpath": "f:AuditEvent/f:source/f:site", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-site", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-site", + "code": "site", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-site" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-quantity/4.0.1", + "expression": "EventDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "EventDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-context-type-quantity" + }, + { + "description": "The research element definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-date/4.0.1", + "expression": "ResearchElementDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ResearchElementDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-date" + }, + { + "description": "The human-friendly name of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-title/4.0.1", + "expression": "ResearchDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:ResearchDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-title" + }, + { + "description": "The type of specimen conditioned in container expected by the lab", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container/4.0.1", + "expression": "SpecimenDefinition.typeTested.container.type", + "fhirVersion": null, + "name": "container", + "xpath": "f:SpecimenDefinition/f:typeTested/f:container/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-container", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", + "code": "container", + "packageVersion": "4.0.1", + "base": ["SpecimenDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SpecimenDefinition-container" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-encounter/4.0.1", + "expression": "Communication.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Communication/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-encounter", + "url": "http://hl7.org/fhir/SearchParameter/Communication-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-encounter" + }, + { + "description": "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-composition/4.0.1", + "expression": "Bundle.entry[0].resource", + "fhirVersion": null, + "name": "composition", + "xpath": "f:Bundle/f:entry[0]/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Bundle-composition", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-composition", + "code": "composition", + "packageVersion": "4.0.1", + "target": ["Composition"], + "base": ["Bundle"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Bundle-composition" + }, + { + "description": "Identifier of who", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-patient/4.0.1", + "expression": "AuditEvent.agent.who.where(resolve() is Patient) | AuditEvent.entity.what.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:AuditEvent/f:agent/f:who | f:AuditEvent/f:entity/f:what", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-patient", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-patient" + }, + { + "description": "Reference to the policyholder", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-policy-holder/4.0.1", + "expression": "Coverage.policyHolder", + "fhirVersion": null, + "name": "policy-holder", + "xpath": "f:Coverage/f:policyHolder", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-policy-holder", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", + "code": "policy-holder", + "packageVersion": "4.0.1", + "target": ["Organization", "Patient", "RelatedPerson"], + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-policy-holder" + }, + { + "description": "A profile id invoked in a capability statement", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile/4.0.1", + "expression": "CapabilityStatement.rest.resource.profile", + "fhirVersion": null, + "name": "resource-profile", + "xpath": "f:CapabilityStatement/f:rest/f:resource/f:profile", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-resource-profile", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", + "code": "resource-profile", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-resource-profile" + }, + { + "description": "A use context type and value assigned to the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-context-type-value/4.0.1", + "expression": "TestScript.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "TestScript-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-context-type-value" + }, + { + "description": "Amount of substance in the package", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-quantity/4.0.1", + "expression": "Substance.instance.quantity", + "fhirVersion": null, + "name": "quantity", + "xpath": "f:Substance/f:instance/f:quantity", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Substance-quantity", + "code": "quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-quantity" + }, + { + "description": "The current state of the subscription", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-status/4.0.1", + "expression": "Subscription.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Subscription/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-status", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-status" + }, + { + "description": "Returns medications in a batch with this expiration date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-expiration-date/4.0.1", + "expression": "Medication.batch.expirationDate", + "fhirVersion": null, + "name": "expiration-date", + "xpath": "f:Medication/f:batch/f:expirationDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-expiration-date", + "url": "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", + "code": "expiration-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-expiration-date" + }, + { + "description": "Resource for the actor (or group, by role)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-actor/4.0.1", + "expression": "Consent.provision.actor.reference", + "fhirVersion": null, + "name": "actor", + "xpath": "f:Consent/f:provision/f:actor/f:reference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-actor", + "url": "http://hl7.org/fhir/SearchParameter/Consent-actor", + "code": "actor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Organization", + "CareTeam", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-actor" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical/4.0.1", + "expression": "CarePlan.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:CarePlan/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": [ + "Questionnaire", + "Measure", + "PlanDefinition", + "OperationDefinition", + "ActivityDefinition" + ], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-instantiates-canonical" + }, + { + "description": "Evaluation mechanism", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-method/4.0.1", + "expression": "RiskAssessment.method", + "fhirVersion": null, + "name": "method", + "xpath": "f:RiskAssessment/f:method", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-method", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", + "code": "method", + "packageVersion": "4.0.1", + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-method" + }, + { + "description": "The party receiving any payment for the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-payee/4.0.1", + "expression": "Claim.payee.party", + "fhirVersion": null, + "name": "payee", + "xpath": "f:Claim/f:payee/f:party", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-payee", + "url": "http://hl7.org/fhir/SearchParameter/Claim-payee", + "code": "payee", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-payee" + }, + { + "description": "product-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-category/4.0.1", + "expression": "AdverseEvent.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:AdverseEvent/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-category", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-category" + }, + { + "description": "The vaccine preventable disease being evaluated against", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease/4.0.1", + "expression": "ImmunizationEvaluation.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "xpath": "f:ImmunizationEvaluation/f:targetDisease", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-target-disease", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", + "code": "target-disease", + "packageVersion": "4.0.1", + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-target-disease" + }, + { + "description": "Facility responsible for the goods and services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility/4.0.1", + "expression": "ExplanationOfBenefit.facility", + "fhirVersion": null, + "name": "facility", + "xpath": "f:ExplanationOfBenefit/f:facility", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-facility", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", + "code": "facility", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-facility" + }, + { + "description": "Categorization of Composition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-category/4.0.1", + "expression": "Composition.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Composition/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-category", + "url": "http://hl7.org/fhir/SearchParameter/Composition-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-category" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor/4.0.1", + "expression": "EventDefinition.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:EventDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-predecessor" + }, + { + "description": "The clinician performing the assessment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-assessor/4.0.1", + "expression": "ClinicalImpression.assessor", + "fhirVersion": null, + "name": "assessor", + "xpath": "f:ClinicalImpression/f:assessor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-assessor", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-assessor", + "code": "assessor", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-assessor" + }, + { + "description": "The human-friendly name of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-title/4.0.1", + "expression": "ResearchElementDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:ResearchElementDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-title" + }, + { + "description": "A quantity- or range-valued use context assigned to the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity/4.0.1", + "expression": "(EventDefinition.useContext.value as Quantity) | (EventDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:EventDefinition/f:useContext/f:valueQuantity | f:EventDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-context-quantity" + }, + { + "description": "The identity of the organization the practitioner represents / acts on behalf of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-organization/4.0.1", + "expression": "PractitionerRole.organization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:PractitionerRole/f:organization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-organization", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-organization" + }, + { + "description": "The plan definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-date/4.0.1", + "expression": "PlanDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:PlanDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-date" + }, + { + "description": "A use context type and value assigned to the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-context-type-value/4.0.1", + "expression": "Evidence.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Evidence-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Evidence-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Evidence-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-context-type-value" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication resource\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication reference\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-medication/4.0.1", + "expression": "(MedicationAdministration.medication as Reference) | (MedicationDispense.medication as Reference) | (MedicationRequest.medication as Reference) | (MedicationStatement.medication as Reference)", + "fhirVersion": null, + "name": "medication", + "xpath": "f:MedicationAdministration/f:medicationReference | f:MedicationDispense/f:medicationReference | f:MedicationRequest/f:medicationReference | f:MedicationStatement/f:medicationReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-medication", + "url": "http://hl7.org/fhir/SearchParameter/medications-medication", + "code": "medication", + "packageVersion": "4.0.1", + "target": ["Medication"], + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medications-medication" + }, + { + "description": "Which diagnostic discipline/department created the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-category/4.0.1", + "expression": "DiagnosticReport.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:DiagnosticReport/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-category", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-category" + }, + { + "description": "Type of plan", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-category/4.0.1", + "expression": "CarePlan.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:CarePlan/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-category", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-category" + }, + { + "description": "The current status of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-status/4.0.1", + "expression": "Library.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Library/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-status", + "url": "http://hl7.org/fhir/SearchParameter/Library-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-status" + }, + { + "description": "Account to place this charge", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-account/4.0.1", + "expression": "ChargeItem.account", + "fhirVersion": null, + "name": "account", + "xpath": "f:ChargeItem/f:account", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-account", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-account", + "code": "account", + "packageVersion": "4.0.1", + "target": ["Account"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-account" + }, + { + "description": "What request replaces", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces/4.0.1", + "expression": "ServiceRequest.replaces", + "fhirVersion": null, + "name": "replaces", + "xpath": "f:ServiceRequest/f:replaces", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-replaces", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", + "code": "replaces", + "packageVersion": "4.0.1", + "target": ["ServiceRequest"], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-replaces" + }, + { + "description": "Name of an individual to contact", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-contact/4.0.1", + "expression": "NamingSystem.contact.name", + "fhirVersion": null, + "name": "contact", + "xpath": "f:NamingSystem/f:contact/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-contact", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", + "code": "contact", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-contact" + }, + { + "description": "The creation date for the EOB", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created/4.0.1", + "expression": "ExplanationOfBenefit.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:ExplanationOfBenefit/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-created", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-created" + }, + { + "description": "The human-friendly name of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-title/4.0.1", + "expression": "TestScript.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:TestScript/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-title", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-title" + }, + { + "description": "The EligibilityRequest status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status/4.0.1", + "expression": "CoverageEligibilityResponse.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CoverageEligibilityResponse/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-status", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-status" + }, + { + "description": "Study subject is part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-study/4.0.1", + "expression": "ResearchSubject.study", + "fhirVersion": null, + "name": "study", + "xpath": "f:ResearchSubject/f:study", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-study", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", + "code": "study", + "packageVersion": "4.0.1", + "target": ["ResearchStudy"], + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-study" + }, + { + "description": "The parent DeviceDefinition resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-parent/4.0.1", + "expression": "DeviceDefinition.parentDevice", + "fhirVersion": null, + "name": "parent", + "xpath": "f:DeviceDefinition/f:parentDevice", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-parent", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-parent", + "code": "parent", + "packageVersion": "4.0.1", + "target": ["DeviceDefinition"], + "base": ["DeviceDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceDefinition-parent" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-postalcode/4.0.1", + "expression": "Organization.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "xpath": "f:Organization/f:address/f:postalCode", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-postalcode", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", + "code": "address-postalcode", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address-postalcode" + }, + { + "description": "Type of module component to add to the feeding", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-additive/4.0.1", + "expression": "NutritionOrder.enteralFormula.additiveType", + "fhirVersion": null, + "name": "additive", + "xpath": "f:NutritionOrder/f:enteralFormula/f:additiveType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-additive", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", + "code": "additive", + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-additive" + }, + { + "description": "This patient has been marked as deceased, or as a death date entered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-deceased/4.0.1", + "expression": "Patient.deceased.exists() and Patient.deceased != false", + "fhirVersion": null, + "name": "deceased", + "xpath": "f:Patient/f:deceasedBoolean | f:Patient/f:deceasedDateTime", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-deceased", + "url": "http://hl7.org/fhir/SearchParameter/Patient-deceased", + "code": "deceased", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-deceased" + }, + { + "description": "active | inactive | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-status/4.0.1", + "expression": "Substance.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Substance/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-status", + "url": "http://hl7.org/fhir/SearchParameter/Substance-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-status" + }, + { + "description": "A name that this endpoint can be identified by", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-name/4.0.1", + "expression": "Endpoint.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Endpoint/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-name", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-name" + }, + { + "description": "The patient this related person is related to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-patient/4.0.1", + "expression": "RelatedPerson.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:RelatedPerson/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-patient", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson-patient" + }, + { + "description": "The subject that the observation is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-subject/4.0.1", + "expression": "Observation.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Observation/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-subject", + "url": "http://hl7.org/fhir/SearchParameter/Observation-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Location"], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-subject" + }, + { + "description": "The business version of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-version/4.0.1", + "expression": "EventDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:EventDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-version" + }, + { + "description": "Any link has this Patient, Person, RelatedPerson or Practitioner reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-link/4.0.1", + "expression": "Person.link.target", + "fhirVersion": null, + "name": "link", + "xpath": "f:Person/f:link/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-link", + "url": "http://hl7.org/fhir/SearchParameter/Person-link", + "code": "link", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Patient", "Person", "RelatedPerson"], + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-link" + }, + { + "description": "Coded reason the encounter takes place", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-reason-code/4.0.1", + "expression": "Encounter.reasonCode", + "fhirVersion": null, + "name": "reason-code", + "xpath": "f:Encounter/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-reason-code", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", + "code": "reason-code", + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-reason-code" + }, + { + "description": "The human-friendly name of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-title/4.0.1", + "expression": "EvidenceVariable.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:EvidenceVariable/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-title", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-title" + }, + { + "description": "Date the evaluation was generated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date/4.0.1", + "expression": "ImmunizationEvaluation.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ImmunizationEvaluation/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-date", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-date" + }, + { + "description": "Medication(s) or substance(s) contained in the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient/4.0.1", + "expression": "(MedicationKnowledge.ingredient.item as Reference)", + "fhirVersion": null, + "name": "ingredient", + "xpath": "f:MedicationKnowledge/f:ingredient/f:itemReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-ingredient", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", + "code": "ingredient", + "packageVersion": "4.0.1", + "target": ["Substance"], + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-ingredient" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request/4.0.1", + "expression": "PaymentReconciliation.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:PaymentReconciliation/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-request", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", + "code": "request", + "packageVersion": "4.0.1", + "target": ["Task"], + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-request" + }, + { + "description": "Returns medications in a batch with this lot number", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-lot-number/4.0.1", + "expression": "Medication.batch.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "xpath": "f:Medication/f:batch/f:lotNumber", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-lot-number", + "url": "http://hl7.org/fhir/SearchParameter/Medication-lot-number", + "code": "lot-number", + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-lot-number" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject/4.0.1", + "expression": "CommunicationRequest.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:CommunicationRequest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-subject" + }, + { + "description": "A quantity- or range-valued use context assigned to the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity/4.0.1", + "expression": "(ChargeItemDefinition.useContext.value as Quantity) | (ChargeItemDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:ChargeItemDefinition/f:useContext/f:valueQuantity | f:ChargeItemDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-context-quantity" + }, + { + "description": "Date(/time) of last known occurrence of a reaction", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date/4.0.1", + "expression": "AllergyIntolerance.lastOccurrence", + "fhirVersion": null, + "name": "last-date", + "xpath": "f:AllergyIntolerance/f:lastOccurrence", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-last-date", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", + "code": "last-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-last-date" + }, + { + "description": "Component code and component quantity value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity/4.0.1", + "expression": "Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "component-code-value-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "expression": "value.as(Quantity)" + } + ], + "status": "draft", + "id": "Observation-component-code-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", + "code": "component-code-value-quantity", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-code-value-quantity" + }, + { + "description": "Seriousness of the event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness/4.0.1", + "expression": "AdverseEvent.seriousness", + "fhirVersion": null, + "name": "seriousness", + "xpath": "f:AdverseEvent/f:seriousness", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-seriousness", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", + "code": "seriousness", + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-seriousness" + }, + { + "description": "Request fulfilled by this communication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-based-on/4.0.1", + "expression": "Communication.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Communication/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Communication-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-based-on" + }, + { + "description": "Contact details for the subscription", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-contact/4.0.1", + "expression": "Subscription.contact", + "fhirVersion": null, + "name": "contact", + "xpath": "f:Subscription/f:contact", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-contact", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-contact", + "code": "contact", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-contact" + }, + { + "description": "The endpoint for the study or series", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint/4.0.1", + "expression": "ImagingStudy.endpoint | ImagingStudy.series.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:ImagingStudy/f:endpoint | f:ImagingStudy/f:series/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-endpoint" + }, + { + "description": "An Identifier in this appointment response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-identifier/4.0.1", + "expression": "AppointmentResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:AppointmentResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-identifier" + }, + { + "description": "The target value set which provides context for the mappings", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri/4.0.1", + "expression": "(ConceptMap.target as uri)", + "fhirVersion": null, + "name": "target-uri", + "xpath": "f:ConceptMap/f:targetUri", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-uri", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri", + "code": "target-uri", + "packageVersion": "4.0.1", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-target-uri" + }, + { + "description": "A use context type and value assigned to the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-value/4.0.1", + "expression": "ActivityDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "ActivityDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-context-type-value" + }, + { + "description": "Who interpreted the images", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-interpreter/4.0.1", + "expression": "ImagingStudy.interpreter", + "fhirVersion": null, + "name": "interpreter", + "xpath": "f:ImagingStudy/f:interpreter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-interpreter", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-interpreter", + "code": "interpreter", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-interpreter" + }, + { + "description": "Returns dispenses handed over on this date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover/4.0.1", + "expression": "MedicationDispense.whenHandedOver", + "fhirVersion": null, + "name": "whenhandedover", + "xpath": "f:MedicationDispense/f:whenHandedOver", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-whenhandedover", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", + "code": "whenhandedover", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-whenhandedover" + }, + { + "description": "Date related onsets (dateTime and Period)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-date/4.0.1", + "expression": "Condition.onset.as(dateTime) | Condition.onset.as(Period)", + "fhirVersion": null, + "name": "onset-date", + "xpath": "f:Condition/f:onsetDateTime | f:Condition/f:onsetPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-date", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-date", + "code": "onset-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-onset-date" + }, + { + "description": "The type of acquisition equipment/process", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-modality/4.0.1", + "expression": "Media.modality", + "fhirVersion": null, + "name": "modality", + "xpath": "f:Media/f:modality", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-modality", + "url": "http://hl7.org/fhir/SearchParameter/Media-modality", + "code": "modality", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-modality" + }, + { + "description": "Who was the source of the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter/4.0.1", + "expression": "DiagnosticReport.resultsInterpreter", + "fhirVersion": null, + "name": "results-interpreter", + "xpath": "f:DiagnosticReport/f:resultsInterpreter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-results-interpreter", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", + "code": "results-interpreter", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "PractitionerRole" + ], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-results-interpreter" + }, + { + "description": "Which of the four areas this resource covers (extensible)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-scope/4.0.1", + "expression": "Consent.scope", + "fhirVersion": null, + "name": "scope", + "xpath": "f:Consent/f:scope", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-scope", + "url": "http://hl7.org/fhir/SearchParameter/Consent-scope", + "code": "scope", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-scope" + }, + { + "description": "The unique identifier associated with the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-identifier/4.0.1", + "expression": "Specimen.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Specimen/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-identifier" + }, + { + "description": "Individual service was done for/to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-subject/4.0.1", + "expression": "ChargeItem.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:ChargeItem/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-subject", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-subject" + }, + { + "description": "Topics associated with the module", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-topic/4.0.1", + "expression": "EventDefinition.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:EventDefinition/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-topic", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-topic" + }, + { + "description": "The time during which the plan definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-effective/4.0.1", + "expression": "PlanDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:PlanDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-effective" + }, + { + "description": "What was found", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref/4.0.1", + "expression": "ClinicalImpression.finding.itemReference", + "fhirVersion": null, + "name": "finding-ref", + "xpath": "f:ClinicalImpression/f:finding/f:itemReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-finding-ref", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", + "code": "finding-ref", + "packageVersion": "4.0.1", + "target": ["Condition", "Observation", "Media"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-finding-ref" + }, + { + "description": "The library publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-date/4.0.1", + "expression": "Library.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:Library/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-date", + "url": "http://hl7.org/fhir/SearchParameter/Library-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-date" + }, + { + "description": "A location, where the resource is found", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-location/4.0.1", + "expression": "Device.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:Device/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-location", + "url": "http://hl7.org/fhir/SearchParameter/Device-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-location" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-quantity/4.0.1", + "expression": "ActivityDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "ActivityDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-context-type-quantity" + }, + { + "description": "Who/what is the subject of the document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-subject/4.0.1", + "expression": "DocumentReference.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:DocumentReference/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-subject", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Group", "Device", "Patient"], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-subject" + }, + { + "description": "Search on the entire content of the resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-content/4.0.1", + "fhirVersion": null, + "name": "_content", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-content", + "url": "http://hl7.org/fhir/SearchParameter/Resource-content", + "code": "_content", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-content" + }, + { + "description": "The kind of supply (central, non-stock, etc.)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-category/4.0.1", + "expression": "SupplyRequest.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:SupplyRequest/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-category", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["SupplyRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest-category" + }, + { + "description": "A search by a sex code of a family member", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex/4.0.1", + "expression": "FamilyMemberHistory.sex", + "fhirVersion": null, + "name": "sex", + "xpath": "f:FamilyMemberHistory/f:sex", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-sex", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", + "code": "sex", + "packageVersion": "4.0.1", + "base": ["FamilyMemberHistory"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory-sex" + }, + { + "description": "The uri that identifies the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-url/4.0.1", + "expression": "ActivityDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:ActivityDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-url" + }, + { + "description": "Likelihood of specified outcome", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-probability/4.0.1", + "expression": "RiskAssessment.prediction.probability", + "fhirVersion": null, + "name": "probability", + "xpath": "f:RiskAssessment/f:prediction/f:probabilityDecimal | f:RiskAssessment/f:prediction/f:probabilityRange", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-probability", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", + "code": "probability", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-probability" + }, + { + "description": "preliminary | final | amended | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-status/4.0.1", + "expression": "Composition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Composition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-status", + "url": "http://hl7.org/fhir/SearchParameter/Composition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-status" + }, + { + "description": "Organization that initiates and is legally responsible for the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor/4.0.1", + "expression": "ResearchStudy.sponsor", + "fhirVersion": null, + "name": "sponsor", + "xpath": "f:ResearchStudy/f:sponsor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-sponsor", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor", + "code": "sponsor", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-sponsor" + }, + { + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-identifier/4.0.1", + "expression": "Organization.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Organization/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Organization-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-identifier" + }, + { + "description": "Episode(s) of care that this encounter should be recorded against", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care/4.0.1", + "expression": "Encounter.episodeOfCare", + "fhirVersion": null, + "name": "episode-of-care", + "xpath": "f:Encounter/f:episodeOfCare", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-episode-of-care", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", + "code": "episode-of-care", + "packageVersion": "4.0.1", + "target": ["EpisodeOfCare"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-episode-of-care" + }, + { + "description": "A reference to data that supports this section", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-entry/4.0.1", + "expression": "Composition.section.entry", + "fhirVersion": null, + "name": "entry", + "xpath": "f:Composition/f:section/f:entry", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-entry", + "url": "http://hl7.org/fhir/SearchParameter/Composition-entry", + "code": "entry", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-entry" + }, + { + "description": "Who or where the information in the statement came from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-source/4.0.1", + "expression": "MedicationStatement.informationSource", + "fhirVersion": null, + "name": "source", + "xpath": "f:MedicationStatement/f:informationSource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-source", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-source", + "code": "source", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-source" + }, + { + "description": "The creation date for the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-created/4.0.1", + "expression": "Claim.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:Claim/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-created", + "url": "http://hl7.org/fhir/SearchParameter/Claim-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-created" + }, + { + "description": "Defines how the part works", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-component/4.0.1", + "expression": "SearchParameter.component.definition", + "fhirVersion": null, + "name": "component", + "xpath": "f:SearchParameter/f:component/f:definition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-component", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-component", + "code": "component", + "packageVersion": "4.0.1", + "target": ["SearchParameter"], + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-component" + }, + { + "description": "A request for this procedure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-based-on/4.0.1", + "expression": "Procedure.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Procedure/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["CarePlan", "ServiceRequest"], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-based-on" + }, + { + "description": "The date the specimen was collected", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-collected/4.0.1", + "expression": "Specimen.collection.collected", + "fhirVersion": null, + "name": "collected", + "xpath": "f:Specimen/f:collection/f:collectedDateTime | f:Specimen/f:collection/f:collectedPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-collected", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collected", + "code": "collected", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-collected" + }, + { + "description": "Indication of the reason the entity signed the object(s)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-signature-type/4.0.1", + "expression": "Provenance.signature.type", + "fhirVersion": null, + "name": "signature-type", + "xpath": "f:Provenance/f:signature/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-signature-type", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", + "code": "signature-type", + "packageVersion": "4.0.1", + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-signature-type" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-successor/4.0.1", + "expression": "EvidenceVariable.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:EvidenceVariable/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-successor", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-successor" + }, + { + "description": "Code and quantity value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity/4.0.1", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "expression": "value.as(Quantity)" + } + ], + "status": "draft", + "id": "Observation-code-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", + "code": "code-value-quantity", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-code-value-quantity" + }, + { + "description": "Persons involved in the encounter other than the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-participant/4.0.1", + "expression": "Encounter.participant.individual", + "fhirVersion": null, + "name": "participant", + "xpath": "f:Encounter/f:participant/f:individual", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-participant", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant", + "code": "participant", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole", "RelatedPerson"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-participant" + }, + { + "description": "The type of content in the library (e.g. text/cql)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-content-type/4.0.1", + "expression": "Library.content.contentType", + "fhirVersion": null, + "name": "content-type", + "xpath": "f:Library/f:content/f:contentType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-content-type", + "url": "http://hl7.org/fhir/SearchParameter/Library-content-type", + "code": "content-type", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-content-type" + }, + { + "description": "Fulfills CarePlan", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-based-on/4.0.1", + "expression": "CarePlan.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:CarePlan/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-based-on", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["CarePlan"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-based-on" + }, + { + "description": "A use context type and value assigned to the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-value/4.0.1", + "expression": "PlanDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "PlanDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-context-type-value" + }, + { + "description": "Part of larger study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-partof/4.0.1", + "expression": "ResearchStudy.partOf", + "fhirVersion": null, + "name": "partof", + "xpath": "f:ResearchStudy/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-partof", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof", + "code": "partof", + "packageVersion": "4.0.1", + "target": ["ResearchStudy"], + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-partof" + }, + { + "description": "Computationally friendly name of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-name/4.0.1", + "expression": "EvidenceVariable.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:EvidenceVariable/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-name", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-name" + }, + { + "description": "The business version of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-version/4.0.1", + "expression": "Library.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:Library/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-version", + "url": "http://hl7.org/fhir/SearchParameter/Library-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-version" + }, + { + "description": "The current status of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-status/4.0.1", + "expression": "EvidenceVariable.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EvidenceVariable/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-status", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-status" + }, + { + "description": "The system for any codes defined by this code system (same as 'url')", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-system/4.0.1", + "expression": "CodeSystem.url", + "fhirVersion": null, + "name": "system", + "xpath": "f:CodeSystem/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-system", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-system", + "code": "system", + "packageVersion": "4.0.1", + "base": ["CodeSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem-system" + }, + { + "description": "UDI Barcode (RFID or other technology) string in *HRF* format.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-udi-carrier/4.0.1", + "expression": "Device.udiCarrier.carrierHRF", + "fhirVersion": null, + "name": "udi-carrier", + "xpath": "f:Device/f:udiCarrier", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-udi-carrier", + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", + "code": "udi-carrier", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-udi-carrier" + }, + { + "description": "Instance id from manufacturer, owner, and others", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-identifier/4.0.1", + "expression": "Device.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Device/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Device-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-identifier" + }, + { + "description": "Composite request this is part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier/4.0.1", + "expression": "CommunicationRequest.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "xpath": "f:CommunicationRequest/f:groupIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-group-identifier", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", + "code": "group-identifier", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-group-identifier" + }, + { + "description": "The patient being evaluated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient/4.0.1", + "expression": "ImmunizationEvaluation.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ImmunizationEvaluation/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-patient", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-patient" + }, + { + "description": "The type of appointments that can be booked into the slot", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-service-type/4.0.1", + "expression": "Slot.serviceType", + "fhirVersion": null, + "name": "service-type", + "xpath": "f:Slot/f:serviceType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-service-type", + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-type", + "code": "service-type", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-service-type" + }, + { + "description": "The reference to the provider who submitted the claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor/4.0.1", + "expression": "PaymentReconciliation.requestor", + "fhirVersion": null, + "name": "requestor", + "xpath": "f:PaymentReconciliation/f:requestor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-requestor", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", + "code": "requestor", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-requestor" + }, + { + "description": "The clinical status of the condition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-clinical-status/4.0.1", + "expression": "Condition.clinicalStatus", + "fhirVersion": null, + "name": "clinical-status", + "xpath": "f:Condition/f:clinicalStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-clinical-status", + "url": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", + "code": "clinical-status", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-clinical-status" + }, + { + "description": "The uri that identifies the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-url/4.0.1", + "expression": "RiskEvidenceSynthesis.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:RiskEvidenceSynthesis/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-url", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-url" + }, + { + "description": "Location where adverse event occurred", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-location/4.0.1", + "expression": "AdverseEvent.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:AdverseEvent/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-location", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-location" + }, + { + "description": "A patient identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-identifier/4.0.1", + "expression": "Patient.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Patient/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-identifier" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-end/4.0.1", + "fhirVersion": null, + "name": "end", + "xpath": "f:CodeSystem/f:extension[@url='http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate'] | /f:#expirationDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "codesystem-extensions-CodeSystem-end", + "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-end", + "code": "end", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-extensions-CodeSystem-end" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A quantity- or range-valued use context assigned to the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-context-quantity/4.0.1", + "expression": "(CapabilityStatement.useContext.value as Quantity) | (CapabilityStatement.useContext.value as Range) | (CodeSystem.useContext.value as Quantity) | (CodeSystem.useContext.value as Range) | (CompartmentDefinition.useContext.value as Quantity) | (CompartmentDefinition.useContext.value as Range) | (ConceptMap.useContext.value as Quantity) | (ConceptMap.useContext.value as Range) | (GraphDefinition.useContext.value as Quantity) | (GraphDefinition.useContext.value as Range) | (ImplementationGuide.useContext.value as Quantity) | (ImplementationGuide.useContext.value as Range) | (MessageDefinition.useContext.value as Quantity) | (MessageDefinition.useContext.value as Range) | (NamingSystem.useContext.value as Quantity) | (NamingSystem.useContext.value as Range) | (OperationDefinition.useContext.value as Quantity) | (OperationDefinition.useContext.value as Range) | (SearchParameter.useContext.value as Quantity) | (SearchParameter.useContext.value as Range) | (StructureDefinition.useContext.value as Quantity) | (StructureDefinition.useContext.value as Range) | (StructureMap.useContext.value as Quantity) | (StructureMap.useContext.value as Range) | (TerminologyCapabilities.useContext.value as Quantity) | (TerminologyCapabilities.useContext.value as Range) | (ValueSet.useContext.value as Quantity) | (ValueSet.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:CapabilityStatement/f:useContext/f:valueQuantity | f:CapabilityStatement/f:useContext/f:valueRange | f:CodeSystem/f:useContext/f:valueQuantity | f:CodeSystem/f:useContext/f:valueRange | f:CompartmentDefinition/f:useContext/f:valueQuantity | f:CompartmentDefinition/f:useContext/f:valueRange | f:ConceptMap/f:useContext/f:valueQuantity | f:ConceptMap/f:useContext/f:valueRange | f:GraphDefinition/f:useContext/f:valueQuantity | f:GraphDefinition/f:useContext/f:valueRange | f:ImplementationGuide/f:useContext/f:valueQuantity | f:ImplementationGuide/f:useContext/f:valueRange | f:MessageDefinition/f:useContext/f:valueQuantity | f:MessageDefinition/f:useContext/f:valueRange | f:NamingSystem/f:useContext/f:valueQuantity | f:NamingSystem/f:useContext/f:valueRange | f:OperationDefinition/f:useContext/f:valueQuantity | f:OperationDefinition/f:useContext/f:valueRange | f:SearchParameter/f:useContext/f:valueQuantity | f:SearchParameter/f:useContext/f:valueRange | f:StructureDefinition/f:useContext/f:valueQuantity | f:StructureDefinition/f:useContext/f:valueRange | f:StructureMap/f:useContext/f:valueQuantity | f:StructureMap/f:useContext/f:valueRange | f:TerminologyCapabilities/f:useContext/f:valueQuantity | f:TerminologyCapabilities/f:useContext/f:valueRange | f:ValueSet/f:useContext/f:valueQuantity | f:ValueSet/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/conformance-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-context-quantity" + }, + { + "description": "Reference to resource that is being requested/ordered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-device/4.0.1", + "expression": "(DeviceRequest.code as Reference)", + "fhirVersion": null, + "name": "device", + "xpath": "f:DeviceRequest/f:codeReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-device", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", + "code": "device", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-device" + }, + { + "description": "The reference to the provider", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider/4.0.1", + "expression": "CoverageEligibilityRequest.provider", + "fhirVersion": null, + "name": "provider", + "xpath": "f:CoverageEligibilityRequest/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-provider", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", + "code": "provider", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-provider" + }, + { + "description": "Language code for this name", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProduct-name-language/4.0.1", + "expression": "MedicinalProduct.name.countryLanguage.language", + "fhirVersion": null, + "name": "name-language", + "xpath": "f:MedicinalProduct/f:name/f:countryLanguage/f:language", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProduct-name-language", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProduct-name-language", + "code": "name-language", + "packageVersion": "4.0.1", + "base": ["MedicinalProduct"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProduct-name-language" + }, + { + "description": "External identifier for the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier/4.0.1", + "expression": "ExampleScenario.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ExampleScenario/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-identifier" + }, + { + "description": "What request fulfills", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on/4.0.1", + "expression": "ServiceRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:ServiceRequest/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-based-on", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["CarePlan", "MedicationRequest", "ServiceRequest"], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-based-on" + }, + { + "description": "The activity definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-date/4.0.1", + "expression": "ActivityDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ActivityDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-date" + }, + { + "description": "Reasons for not administering the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given/4.0.1", + "expression": "MedicationAdministration.statusReason", + "fhirVersion": null, + "name": "reason-not-given", + "xpath": "f:MedicationAdministration/f:statusReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-reason-not-given", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", + "code": "reason-not-given", + "packageVersion": "4.0.1", + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-reason-not-given" + }, + { + "description": "Uri where the data can be found", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-location/4.0.1", + "expression": "DocumentReference.content.attachment.url", + "fhirVersion": null, + "name": "location", + "xpath": "f:DocumentReference/f:content/f:attachment/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-location", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-location", + "code": "location", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-location" + }, + { + "description": "Invoke at the system level?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-system/4.0.1", + "expression": "OperationDefinition.system", + "fhirVersion": null, + "name": "system", + "xpath": "f:OperationDefinition/f:system", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-system", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", + "code": "system", + "packageVersion": "4.0.1", + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-system" + }, + { + "description": "The Schedule Resource that we are seeking a slot within", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-schedule/4.0.1", + "expression": "Slot.schedule", + "fhirVersion": null, + "name": "schedule", + "xpath": "f:Slot/f:schedule", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-schedule", + "url": "http://hl7.org/fhir/SearchParameter/Slot-schedule", + "code": "schedule", + "packageVersion": "4.0.1", + "target": ["Schedule"], + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-schedule" + }, + { + "description": "Message recipient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-recipient/4.0.1", + "expression": "Communication.recipient", + "fhirVersion": null, + "name": "recipient", + "xpath": "f:Communication/f:recipient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-recipient", + "url": "http://hl7.org/fhir/SearchParameter/Communication-recipient", + "code": "recipient", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-recipient" + }, + { + "description": "mild | moderate | severe (of event as a whole)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity/4.0.1", + "expression": "AllergyIntolerance.reaction.severity", + "fhirVersion": null, + "name": "severity", + "xpath": "f:AllergyIntolerance/f:reaction/f:severity", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-severity", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", + "code": "severity", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-severity" + }, + { + "description": "Profiles for use cases supported", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile/4.0.1", + "expression": "CapabilityStatement.rest.resource.supportedProfile", + "fhirVersion": null, + "name": "supported-profile", + "xpath": "f:CapabilityStatement/f:rest/f:resource/f:supportedProfile", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-supported-profile", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", + "code": "supported-profile", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-supported-profile" + }, + { + "description": "The domain of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-domain/4.0.1", + "expression": "Contract.domain", + "fhirVersion": null, + "name": "domain", + "xpath": "f:Contract/f:domain", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-domain", + "url": "http://hl7.org/fhir/SearchParameter/Contract-domain", + "code": "domain", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-domain" + }, + { + "description": "Issuing Organization of Invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-issuer/4.0.1", + "expression": "Invoice.issuer", + "fhirVersion": null, + "name": "issuer", + "xpath": "f:Invoice/f:issuer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-issuer", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-issuer", + "code": "issuer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-issuer" + }, + { + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address/4.0.1", + "expression": "InsurancePlan.contact.address", + "fhirVersion": null, + "name": "address", + "xpath": "f:InsurancePlan/f:contact/f:address", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", + "code": "address", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address" + }, + { + "description": "The uri that identifies the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-url/4.0.1", + "expression": "ChargeItemDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:ChargeItemDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-url" + }, + { + "description": "External identifier for the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-identifier/4.0.1", + "expression": "EffectEvidenceSynthesis.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:EffectEvidenceSynthesis/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-identifier", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-identifier" + }, + { + "description": "Date the charge item was entered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date/4.0.1", + "expression": "ChargeItem.enteredDate", + "fhirVersion": null, + "name": "entered-date", + "xpath": "f:ChargeItem/f:enteredDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-entered-date", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", + "code": "entered-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-entered-date" + }, + { + "description": "The type of the instance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class/4.0.1", + "expression": "ImagingStudy.series.instance.sopClass", + "fhirVersion": null, + "name": "dicom-class", + "xpath": "f:ImagingStudy/f:series/f:instance/f:sopClass", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-dicom-class", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", + "code": "dicom-class", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-dicom-class" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri/4.0.1", + "expression": "DeviceRequest.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:DeviceRequest/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-instantiates-uri" + }, + { + "description": "routine | urgent | asap | stat", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-priority/4.0.1", + "expression": "ServiceRequest.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:ServiceRequest/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-priority", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-priority" + }, + { + "description": "Date request signed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-authored/4.0.1", + "expression": "ServiceRequest.authoredOn", + "fhirVersion": null, + "name": "authored", + "xpath": "f:ServiceRequest/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-authored", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-authored" + }, + { + "description": "Returns the intended performer of the administration of the medication request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer/4.0.1", + "expression": "MedicationRequest.performer", + "fhirVersion": null, + "name": "intended-performer", + "xpath": "f:MedicationRequest/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-performer", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", + "code": "intended-performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-intended-performer" + }, + { + "description": "The party responsible for the entry of the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-enterer/4.0.1", + "expression": "Claim.enterer", + "fhirVersion": null, + "name": "enterer", + "xpath": "f:Claim/f:enterer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-enterer", + "url": "http://hl7.org/fhir/SearchParameter/Claim-enterer", + "code": "enterer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-enterer" + }, + { + "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/example/4.0.1", + "expression": "id", + "fhirVersion": null, + "derivedFrom": "http://hl7.org/fhir/SearchParameter/Resource-id", + "name": "ID-SEARCH-PARAMETER", + "xpath": "f:*/f:id", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example", + "url": "http://hl7.org/fhir/SearchParameter/example", + "code": "_id", + "comparator": ["eq"], + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example" + }, + { + "description": "A portion of the organization's name or alias", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-name/4.0.1", + "expression": "name | alias", + "fhirVersion": null, + "name": "name", + "xpath": "f:InsurancePlan/f:name | f:InsurancePlan/f:alias", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-name", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-name" + }, + { + "description": "The style of appointment or patient that may be booked in the slot (not service type)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-appointment-type/4.0.1", + "expression": "Slot.appointmentType", + "fhirVersion": null, + "name": "appointment-type", + "xpath": "f:Slot/f:appointmentType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-appointment-type", + "url": "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", + "code": "appointment-type", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-appointment-type" + }, + { + "description": "low | high | unable-to-assess", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality/4.0.1", + "expression": "AllergyIntolerance.criticality", + "fhirVersion": null, + "name": "criticality", + "xpath": "f:AllergyIntolerance/f:criticality", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-criticality", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", + "code": "criticality", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-criticality" + }, + { + "description": "Anatomical location, if relevant", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-body-site/4.0.1", + "expression": "Condition.bodySite", + "fhirVersion": null, + "name": "body-site", + "xpath": "f:Condition/f:bodySite", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-body-site", + "url": "http://hl7.org/fhir/SearchParameter/Condition-body-site", + "code": "body-site", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-body-site" + }, + { + "description": "A composite of both characteristic and value", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-characteristic-value/4.0.1", + "expression": "Group.characteristic", + "fhirVersion": null, + "multipleOr": false, + "name": "characteristic-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-value", + "expression": "value" + } + ], + "status": "draft", + "id": "Group-characteristic-value", + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", + "code": "characteristic-value", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-characteristic-value" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-author/4.0.1", + "fhirVersion": null, + "name": "author", + "xpath": "f:CodeSystem/f:extension[@url='http://hl7.org/fhir/StructureDefinition/codesystem-author'] | /f:#author", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "codesystem-extensions-CodeSystem-author", + "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-author", + "code": "author", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-extensions-CodeSystem-author" + }, + { + "description": "A practitioner's Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-identifier/4.0.1", + "expression": "Practitioner.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Practitioner/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Practitioner-identifier" + }, + { + "description": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-payload-type/4.0.1", + "expression": "Endpoint.payloadType", + "fhirVersion": null, + "name": "payload-type", + "xpath": "f:Endpoint/f:payloadType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-payload-type", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", + "code": "payload-type", + "packageVersion": "4.0.1", + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-payload-type" + }, + { + "description": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-string/4.0.1", + "expression": "(Observation.value as string) | (Observation.value as CodeableConcept).text", + "fhirVersion": null, + "name": "value-string", + "xpath": "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-value-string", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "code": "value-string", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-value-string" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-successor/4.0.1", + "expression": "ResearchElementDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:ResearchElementDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-successor", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-successor" + }, + { + "description": "This is the formal declaration for the _filter parameter, documented at [http://hl7.org/fhir/search_filter.html](http://hl7.org/fhir/search_filter.html)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/filter/4.0.1", + "fhirVersion": null, + "name": "FilterSearchParameter", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "filter", + "url": "http://hl7.org/fhir/SearchParameter/filter", + "code": "_filter", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/filter" + }, + { + "description": "Requested performer", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-performer/4.0.1", + "expression": "ServiceRequest.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:ServiceRequest/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-performer", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-performer" + }, + { + "description": "When the activity occurred", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-when/4.0.1", + "expression": "(Provenance.occurred as dateTime)", + "fhirVersion": null, + "name": "when", + "xpath": "f:Provenance/f:occurredDateTime", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-when", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-when", + "code": "when", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-when" + }, + { + "description": "The organization that is managing the endpoint", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-organization/4.0.1", + "expression": "Endpoint.managingOrganization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Endpoint/f:managingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-organization", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-organization" + }, + { + "description": "The product with this is a pack for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductPackaged-subject/4.0.1", + "expression": "MedicinalProductPackaged.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductPackaged/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductPackaged-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductPackaged-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["MedicinalProduct"], + "base": ["MedicinalProductPackaged"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPackaged-subject" + }, + { + "description": "Invoke on an instance?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-instance/4.0.1", + "expression": "OperationDefinition.instance", + "fhirVersion": null, + "name": "instance", + "xpath": "f:OperationDefinition/f:instance", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-instance", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", + "code": "instance", + "packageVersion": "4.0.1", + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-instance" + }, + { + "description": "A quantity- or range-valued use context assigned to the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-context-quantity/4.0.1", + "expression": "(TestScript.useContext.value as Quantity) | (TestScript.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:TestScript/f:useContext/f:valueQuantity | f:TestScript/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-context-quantity" + }, + { + "description": "The referring physician", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer/4.0.1", + "expression": "ImagingStudy.referrer", + "fhirVersion": null, + "name": "referrer", + "xpath": "f:ImagingStudy/f:referrer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-referrer", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", + "code": "referrer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-referrer" + }, + { + "description": "The specialty of the service provided by this healthcare service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-specialty/4.0.1", + "expression": "HealthcareService.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:HealthcareService/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-specialty", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-specialty" + }, + { + "description": "The Healthcare Service is currently marked as active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-active/4.0.1", + "expression": "HealthcareService.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:HealthcareService/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-active", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-active" + }, + { + "description": "The EligibilityRequest reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request/4.0.1", + "expression": "CoverageEligibilityResponse.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:CoverageEligibilityResponse/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-request", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", + "code": "request", + "packageVersion": "4.0.1", + "target": ["CoverageEligibilityRequest"], + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-request" + }, + { + "description": "Items in manifest", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-item/4.0.1", + "expression": "DocumentManifest.content", + "fhirVersion": null, + "name": "item", + "xpath": "f:DocumentManifest/f:content", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-item", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-item", + "code": "item", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-item" + }, + { + "description": "One of the individuals of the appointment is this practitioner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-practitioner/4.0.1", + "expression": "Appointment.participant.actor.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "xpath": "f:Appointment/f:participant/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", + "code": "practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-practitioner" + }, + { + "description": "The justification that the procedure was performed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-reason-reference/4.0.1", + "expression": "Procedure.reasonReference", + "fhirVersion": null, + "name": "reason-reference", + "xpath": "f:Procedure/f:reasonReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-reason-reference", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", + "code": "reason-reference", + "packageVersion": "4.0.1", + "target": [ + "Condition", + "Observation", + "Procedure", + "DiagnosticReport", + "DocumentReference" + ], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-reason-reference" + }, + { + "description": "When identified", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-identified/4.0.1", + "expression": "DetectedIssue.identified", + "fhirVersion": null, + "name": "identified", + "xpath": "f:DetectedIssue/f:identifiedDateTime | f:DetectedIssue/f:identifiedPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-identified", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", + "code": "identified", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DetectedIssue"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DetectedIssue-identified" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A use code specified in an address\r\n* [Person](person.html): A use code specified in an address\r\n* [Practitioner](practitioner.html): A use code specified in an address\r\n* [RelatedPerson](relatedperson.html): A use code specified in an address\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-use/4.0.1", + "expression": "Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use", + "fhirVersion": null, + "name": "address-use", + "xpath": "f:Patient/f:address/f:use | f:Person/f:address/f:use | f:Practitioner/f:address/f:use | f:RelatedPerson/f:address/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address-use", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-use", + "code": "address-use", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address-use" + }, + { + "description": "A quantity- or range-valued use context assigned to the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity/4.0.1", + "expression": "(ActivityDefinition.useContext.value as Quantity) | (ActivityDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:ActivityDefinition/f:useContext/f:valueQuantity | f:ActivityDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-context-quantity" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-depends-on/4.0.1", + "expression": "Library.relatedArtifact.where(type='depends-on').resource", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:Library/f:relatedArtifact[f:type/@value='depends-on']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/Library-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-depends-on" + }, + { + "description": "formats supported (xml | json | ttl | mime type)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-format/4.0.1", + "expression": "CapabilityStatement.format", + "fhirVersion": null, + "name": "format", + "xpath": "f:CapabilityStatement/f:format", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-format", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", + "code": "format", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-format" + }, + { + "description": "The party to be enrolled", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject/4.0.1", + "expression": "EnrollmentRequest.candidate", + "fhirVersion": null, + "name": "subject", + "xpath": "f:EnrollmentRequest/f:candidate", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["EnrollmentRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentRequest-subject" + }, + { + "description": "The type of service provided by this healthcare service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-service-type/4.0.1", + "expression": "HealthcareService.type", + "fhirVersion": null, + "name": "service-type", + "xpath": "f:HealthcareService/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-service-type", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", + "code": "service-type", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-service-type" + }, + { + "description": "Healthcare services provided through the role", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service/4.0.1", + "expression": "OrganizationAffiliation.healthcareService", + "fhirVersion": null, + "name": "service", + "xpath": "f:OrganizationAffiliation/f:healthcareService", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-service", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", + "code": "service", + "packageVersion": "4.0.1", + "target": ["HealthcareService"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-service" + }, + { + "description": "Supporting information found elsewhere", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-evidence-detail/4.0.1", + "expression": "Condition.evidence.detail", + "fhirVersion": null, + "name": "evidence-detail", + "xpath": "f:Condition/f:evidence/f:detail", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-evidence-detail", + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", + "code": "evidence-detail", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-evidence-detail" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-composed-of/4.0.1", + "expression": "ResearchDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:ResearchDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-composed-of" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-postalcode/4.0.1", + "expression": "Location.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "xpath": "f:Location/f:address/f:postalCode", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-postalcode", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", + "code": "address-postalcode", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address-postalcode" + }, + { + "description": "Disease to be immunized against", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease/4.0.1", + "expression": "ImmunizationRecommendation.recommendation.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "xpath": "f:ImmunizationRecommendation/f:recommendation/f:targetDisease", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-target-disease", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", + "code": "target-disease", + "packageVersion": "4.0.1", + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-target-disease" + }, + { + "description": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type/4.0.1", + "expression": "MedicationKnowledge.medicineClassification.type", + "fhirVersion": null, + "name": "classification-type", + "xpath": "f:MedicationKnowledge/f:medicineClassification/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-classification-type", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", + "code": "classification-type", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-classification-type" + }, + { + "description": "The business identifier of the ExplanationOfBenefit", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier/4.0.1", + "expression": "PaymentReconciliation.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:PaymentReconciliation/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-identifier", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-identifier" + }, + { + "description": "A use context assigned to the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-context/4.0.1", + "expression": "(Measure.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:Measure/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-context", + "url": "http://hl7.org/fhir/SearchParameter/Measure-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-context" + }, + { + "description": "The identifier of the request associated with the response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-request/4.0.1", + "expression": "GuidanceResponse.requestIdentifier", + "fhirVersion": null, + "name": "request", + "xpath": "f:GuidanceResponse/f:requestIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-request", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", + "code": "request", + "packageVersion": "4.0.1", + "base": ["GuidanceResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GuidanceResponse-request" + }, + { + "description": "Type of program under which the medication is monitored", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type/4.0.1", + "expression": "MedicationKnowledge.monitoringProgram.type", + "fhirVersion": null, + "name": "monitoring-program-type", + "xpath": "f:MedicationKnowledge/f:monitoringProgram/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monitoring-program-type", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", + "code": "monitoring-program-type", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-monitoring-program-type" + }, + { + "description": "A use context type and value assigned to the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-value/4.0.1", + "expression": "Questionnaire.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Questionnaire-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-context-type-value" + }, + { + "description": "The manufacturer of the device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-manufacturer/4.0.1", + "expression": "Device.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "xpath": "f:Device/f:manufacturer", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-manufacturer", + "url": "http://hl7.org/fhir/SearchParameter/Device-manufacturer", + "code": "manufacturer", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-manufacturer" + }, + { + "description": "The description of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-description/4.0.1", + "expression": "RiskEvidenceSynthesis.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:RiskEvidenceSynthesis/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-description", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-description" + }, + { + "description": "Definition of the role the participatingOrganization plays", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role/4.0.1", + "expression": "OrganizationAffiliation.code", + "fhirVersion": null, + "name": "role", + "xpath": "f:OrganizationAffiliation/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-role", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", + "code": "role", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-role" + }, + { + "description": "The party to be enrolled", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient/4.0.1", + "expression": "EnrollmentRequest.candidate", + "fhirVersion": null, + "name": "patient", + "xpath": "f:EnrollmentRequest/f:candidate", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-patient", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["EnrollmentRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentRequest-patient" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-successor/4.0.1", + "expression": "Library.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:Library/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-successor", + "url": "http://hl7.org/fhir/SearchParameter/Library-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-successor" + }, + { + "description": "The time during which the risk evidence synthesis is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-effective/4.0.1", + "expression": "RiskEvidenceSynthesis.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:RiskEvidenceSynthesis/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-effective", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-effective" + }, + { + "description": "entered-in-error | draft | active |suspended | completed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-status/4.0.1", + "expression": "DeviceRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:DeviceRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-status" + }, + { + "description": "The person who generated the image", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-operator/4.0.1", + "expression": "Media.operator", + "fhirVersion": null, + "name": "operator", + "xpath": "f:Media/f:operator", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-operator", + "url": "http://hl7.org/fhir/SearchParameter/Media-operator", + "code": "operator", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-operator" + }, + { + "description": "Intended jurisdiction for the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-jurisdiction/4.0.1", + "expression": "ResearchElementDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:ResearchElementDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-jurisdiction" + }, + { + "description": "The time during which the research element definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-effective/4.0.1", + "expression": "ResearchElementDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:ResearchElementDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-effective" + }, + { + "description": "DICOM Series Instance UID for a series", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-series/4.0.1", + "expression": "ImagingStudy.series.uid", + "fhirVersion": null, + "name": "series", + "xpath": "f:ImagingStudy/f:series/f:uid", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-series", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", + "code": "series", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-series" + }, + { + "description": "Technical endpoints providing access to services operated for the practitioner with this role", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint/4.0.1", + "expression": "PractitionerRole.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:PractitionerRole/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-endpoint" + }, + { + "description": "Who is involved", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-participant/4.0.1", + "expression": "CareTeam.participant.member", + "fhirVersion": null, + "name": "participant", + "xpath": "f:CareTeam/f:participant/f:member", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-participant", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-participant", + "code": "participant", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["CareTeam"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam-participant" + }, + { + "description": "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-type/4.0.1", + "expression": "Library.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Library/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-type", + "url": "http://hl7.org/fhir/SearchParameter/Library-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-type" + }, + { + "description": "A type of use context assigned to the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type/4.0.1", + "expression": "ActivityDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:ActivityDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-context-type" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-derived-from/4.0.1", + "expression": "Evidence.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:Evidence/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-derived-from" + }, + { + "description": "Date recommendation(s) created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date/4.0.1", + "expression": "ImmunizationRecommendation.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ImmunizationRecommendation/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-date", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-date" + }, + { + "description": "The measure publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-date/4.0.1", + "expression": "Measure.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:Measure/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-date", + "url": "http://hl7.org/fhir/SearchParameter/Measure-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-date" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address/4.0.1", + "expression": "Patient.address | Person.address | Practitioner.address | RelatedPerson.address", + "fhirVersion": null, + "name": "address", + "xpath": "f:Patient/f:address | f:Person/f:address | f:Practitioner/f:address | f:RelatedPerson/f:address", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address", + "url": "http://hl7.org/fhir/SearchParameter/individual-address", + "code": "address", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context type and quantity- or range-based value assigned to the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity/4.0.1", + "expression": "CapabilityStatement.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | ValueSet.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "conformance-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/conformance-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-context-type-quantity" + }, + { + "description": "Medication(s) or substance(s) contained in the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code/4.0.1", + "expression": "(MedicationKnowledge.ingredient.item as CodeableConcept)", + "fhirVersion": null, + "name": "ingredient-code", + "xpath": "f:MedicationKnowledge/f:ingredient/f:itemCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-ingredient-code", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", + "code": "ingredient-code", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-ingredient-code" + }, + { + "description": "draft | active | suspended +", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-status/4.0.1", + "expression": "SupplyRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:SupplyRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["SupplyRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest-status" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-derived-from/4.0.1", + "expression": "Library.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:Library/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/Library-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-derived-from" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-derived-from/4.0.1", + "expression": "ResearchElementDefinition.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:ResearchElementDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-derived-from" + }, + { + "description": "Return nutrition orders requested on this date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime/4.0.1", + "expression": "NutritionOrder.dateTime", + "fhirVersion": null, + "name": "datetime", + "xpath": "f:NutritionOrder/f:dateTime", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-datetime", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", + "code": "datetime", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-datetime" + }, + { + "description": "When created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-created/4.0.1", + "expression": "Basic.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:Basic/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-created", + "url": "http://hl7.org/fhir/SearchParameter/Basic-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-created" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of/4.0.1", + "expression": "ActivityDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:ActivityDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-composed-of" + }, + { + "description": "Returns prescriptions intended to be dispensed by this Organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser/4.0.1", + "expression": "MedicationRequest.dispenseRequest.performer", + "fhirVersion": null, + "name": "intended-dispenser", + "xpath": "f:MedicationRequest/f:dispenseRequest/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-dispenser", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", + "code": "intended-dispenser", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-intended-dispenser" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created/4.0.1", + "expression": "PaymentReconciliation.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:PaymentReconciliation/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-created", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-created" + }, + { + "description": "When the request transitioned to being actionable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on/4.0.1", + "expression": "DeviceRequest.authoredOn", + "fhirVersion": null, + "name": "authored-on", + "xpath": "f:DeviceRequest/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-authored-on", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", + "code": "authored-on", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-authored-on" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical/4.0.1", + "expression": "FamilyMemberHistory.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:FamilyMemberHistory/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": [ + "Questionnaire", + "Measure", + "PlanDefinition", + "OperationDefinition", + "ActivityDefinition" + ], + "base": ["FamilyMemberHistory"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory-instantiates-canonical" + }, + { + "description": "The type of channel for the sent notifications", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-type/4.0.1", + "expression": "Subscription.channel.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Subscription/f:channel/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-type", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-type" + }, + { + "description": "When the bundle was assembled", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-timestamp/4.0.1", + "expression": "Bundle.timestamp", + "fhirVersion": null, + "name": "timestamp", + "xpath": "f:Bundle/f:timestamp", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Bundle-timestamp", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", + "code": "timestamp", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Bundle"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Bundle-timestamp" + }, + { + "description": "The current status of the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-status/4.0.1", + "expression": "ChargeItemDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ChargeItemDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-status" + }, + { + "description": "This Response is for this Practitioner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner/4.0.1", + "expression": "AppointmentResponse.actor.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "xpath": "f:AppointmentResponse/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", + "code": "practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-practitioner" + }, + { + "description": "A use context assigned to the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-context/4.0.1", + "expression": "(ResearchDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:ResearchDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-context" + }, + { + "description": "Search by task status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-status/4.0.1", + "expression": "Task.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Task/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-status", + "url": "http://hl7.org/fhir/SearchParameter/Task-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-status" + }, + { + "description": "Search by task priority", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-priority/4.0.1", + "expression": "Task.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:Task/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-priority", + "url": "http://hl7.org/fhir/SearchParameter/Task-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-priority" + }, + { + "description": "The reference to a participant in the test execution", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-participant/4.0.1", + "expression": "TestReport.participant.uri", + "fhirVersion": null, + "name": "participant", + "xpath": "f:TestReport/f:participant/f:uri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-participant", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-participant", + "code": "participant", + "packageVersion": "4.0.1", + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-participant" + }, + { + "description": "Person who asserts this condition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-asserter/4.0.1", + "expression": "Condition.asserter", + "fhirVersion": null, + "name": "asserter", + "xpath": "f:Condition/f:asserter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-asserter", + "url": "http://hl7.org/fhir/SearchParameter/Condition-asserter", + "code": "asserter", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-asserter" + }, + { + "description": "Which rendered service is being charged?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-service/4.0.1", + "expression": "ChargeItem.service", + "fhirVersion": null, + "name": "service", + "xpath": "f:ChargeItem/f:service", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-service", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-service", + "code": "service", + "packageVersion": "4.0.1", + "target": [ + "Immunization", + "MedicationDispense", + "SupplyDelivery", + "Observation", + "DiagnosticReport", + "ImagingStudy", + "MedicationAdministration", + "Procedure" + ], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-service" + }, + { + "description": "SOP Instance UID for an instance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-instance/4.0.1", + "expression": "ImagingStudy.series.instance.uid", + "fhirVersion": null, + "name": "instance", + "xpath": "f:ImagingStudy/f:series/f:instance/f:uid", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-instance", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", + "code": "instance", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-instance" + }, + { + "description": "The Person links to this Practitioner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-practitioner/4.0.1", + "expression": "Person.link.target.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "xpath": "f:Person/f:link/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/Person-practitioner", + "code": "practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-practitioner" + }, + { + "description": "The identity of the subject of the contract (if a patient)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-patient/4.0.1", + "expression": "Contract.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Contract/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-patient", + "url": "http://hl7.org/fhir/SearchParameter/Contract-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-patient" + }, + { + "description": "Returns statements that are part of another event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of/4.0.1", + "expression": "MedicationStatement.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:MedicationStatement/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-part-of", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": [ + "MedicationDispense", + "Observation", + "MedicationAdministration", + "Procedure", + "MedicationStatement" + ], + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-part-of" + }, + { + "description": "The type of artifact the plan (e.g. order-set, eca-rule, protocol)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-type/4.0.1", + "expression": "PlanDefinition.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:PlanDefinition/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-type", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-type" + }, + { + "description": "Intended jurisdiction for the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-jurisdiction/4.0.1", + "expression": "Evidence.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:Evidence/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-jurisdiction" + }, + { + "description": "The identity of a patient to list orders for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-subject/4.0.1", + "expression": "MedicationRequest.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicationRequest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-subject" + }, + { + "description": "External identifier of the measure report to be returned", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-identifier/4.0.1", + "expression": "MeasureReport.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MeasureReport/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-identifier" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-canonical/4.0.1", + "expression": "NutritionOrder.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:NutritionOrder/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": ["PlanDefinition", "ActivityDefinition"], + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-instantiates-canonical" + }, + { + "description": "The human-friendly name of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-title/4.0.1", + "expression": "ActivityDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:ActivityDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-title" + }, + { + "description": "Processing priority requested", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-priority/4.0.1", + "expression": "Claim.priority", + "fhirVersion": null, + "name": "priority", + "xpath": "f:Claim/f:priority", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-priority", + "url": "http://hl7.org/fhir/SearchParameter/Claim-priority", + "code": "priority", + "packageVersion": "4.0.1", + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-priority" + }, + { + "description": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-service/4.0.1", + "expression": "PractitionerRole.healthcareService", + "fhirVersion": null, + "name": "service", + "xpath": "f:PractitionerRole/f:healthcareService", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-service", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", + "code": "service", + "packageVersion": "4.0.1", + "target": ["HealthcareService"], + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-service" + }, + { + "description": "Actions controlled by this rule", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-action/4.0.1", + "expression": "Consent.provision.action", + "fhirVersion": null, + "name": "action", + "xpath": "f:Consent/f:provision/f:action", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-action", + "url": "http://hl7.org/fhir/SearchParameter/Consent-action", + "code": "action", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-action" + }, + { + "description": "The description of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-description/4.0.1", + "expression": "EffectEvidenceSynthesis.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:EffectEvidenceSynthesis/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-description", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-description" + }, + { + "description": "Return prescriptions written on this date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten/4.0.1", + "expression": "VisionPrescription.dateWritten", + "fhirVersion": null, + "name": "datewritten", + "xpath": "f:VisionPrescription/f:dateWritten", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-datewritten", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", + "code": "datewritten", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["VisionPrescription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/VisionPrescription-datewritten" + }, + { + "description": "The body site studied", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite/4.0.1", + "expression": "ImagingStudy.series.bodySite", + "fhirVersion": null, + "name": "bodysite", + "xpath": "f:ImagingStudy/f:series/f:bodySite", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-bodysite", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite", + "code": "bodysite", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-bodysite" + }, + { + "description": "Subject impacted by event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-subject/4.0.1", + "expression": "AdverseEvent.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:AdverseEvent/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-subject", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Group", "Patient", "RelatedPerson"], + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-subject" + }, + { + "description": "The uri that identifies the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-url/4.0.1", + "expression": "ExampleScenario.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:ExampleScenario/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-url", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-url" + }, + { + "description": "The human-friendly name of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-title/4.0.1", + "expression": "Questionnaire.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:Questionnaire/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-title", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-title" + }, + { + "description": "The reference to the practitioner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-performer/4.0.1", + "expression": "Procedure.performer.actor", + "fhirVersion": null, + "name": "performer", + "xpath": "f:Procedure/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-performer", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-performer" + }, + { + "description": "Whether this organization affiliation record is in active use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active/4.0.1", + "expression": "OrganizationAffiliation.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:OrganizationAffiliation/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-active", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-active" + }, + { + "description": "Coded expression for the route", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-route/4.0.1", + "expression": "MedicinalProductPharmaceutical.routeOfAdministration.code", + "fhirVersion": null, + "name": "route", + "xpath": "f:MedicinalProductPharmaceutical/f:routeOfAdministration/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductPharmaceutical-route", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductPharmaceutical-route", + "code": "route", + "packageVersion": "4.0.1", + "base": ["MedicinalProductPharmaceutical"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPharmaceutical-route" + }, + { + "description": "The relationship between the patient and the relatedperson", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship/4.0.1", + "expression": "RelatedPerson.relationship", + "fhirVersion": null, + "name": "relationship", + "xpath": "f:RelatedPerson/f:relationship", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-relationship", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", + "code": "relationship", + "packageVersion": "4.0.1", + "base": ["RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson-relationship" + }, + { + "description": "The description of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-description/4.0.1", + "expression": "Library.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:Library/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-description", + "url": "http://hl7.org/fhir/SearchParameter/Library-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-description" + }, + { + "description": "What the agents role was", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent-role/4.0.1", + "expression": "Provenance.agent.role", + "fhirVersion": null, + "name": "agent-role", + "xpath": "f:Provenance/f:agent/f:role", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent-role", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", + "code": "agent-role", + "packageVersion": "4.0.1", + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-agent-role" + }, + { + "description": "ok | transient-error | fatal-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-code/4.0.1", + "expression": "MessageHeader.response.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:MessageHeader/f:response/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-code", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-code" + }, + { + "description": "The reason why the expected value in the element Observation.value[x] is missing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason/4.0.1", + "expression": "Observation.dataAbsentReason", + "fhirVersion": null, + "name": "data-absent-reason", + "xpath": "f:Observation/f:dataAbsentReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-data-absent-reason", + "url": "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", + "code": "data-absent-reason", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-data-absent-reason" + }, + { + "description": "The research definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-date/4.0.1", + "expression": "ResearchDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:ResearchDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-date" + }, + { + "description": "Related measurements the observation is made from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-derived-from/4.0.1", + "expression": "Observation.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:Observation/f:derivedFrom", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/Observation-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Media", + "Observation", + "ImagingStudy", + "MolecularSequence", + "QuestionnaireResponse", + "DocumentReference" + ], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-derived-from" + }, + { + "description": "Implementation guides supported", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide/4.0.1", + "expression": "CapabilityStatement.implementationGuide", + "fhirVersion": null, + "name": "guide", + "xpath": "f:CapabilityStatement/f:implementationGuide", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-guide", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", + "code": "guide", + "packageVersion": "4.0.1", + "target": ["ImplementationGuide"], + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-guide" + }, + { + "description": "Search by task intent", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-intent/4.0.1", + "expression": "Task.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:Task/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-intent", + "url": "http://hl7.org/fhir/SearchParameter/Task-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-intent" + }, + { + "description": "A portion of the Healthcare service name", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-name/4.0.1", + "expression": "HealthcareService.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:HealthcareService/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-name", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-name" + }, + { + "description": "The method used for the observation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-method/4.0.1", + "expression": "Observation.method", + "fhirVersion": null, + "name": "method", + "xpath": "f:Observation/f:method", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-method", + "url": "http://hl7.org/fhir/SearchParameter/Observation-method", + "code": "method", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-method" + }, + { + "description": "The mime-type of the notification payload", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-payload/4.0.1", + "expression": "Subscription.channel.payload", + "fhirVersion": null, + "name": "payload", + "xpath": "f:Subscription/f:channel/f:payload", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-payload", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-payload", + "code": "payload", + "packageVersion": "4.0.1", + "base": ["Subscription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription-payload" + }, + { + "description": "Searches for locations that are managed by the provided organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-organization/4.0.1", + "expression": "Location.managingOrganization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Location/f:managingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-organization", + "url": "http://hl7.org/fhir/SearchParameter/Location-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-organization" + }, + { + "description": "The medication for which this is an contraindication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductContraindication-subject/4.0.1", + "expression": "MedicinalProductContraindication.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductContraindication/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductContraindication-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductContraindication-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Medication", "MedicinalProduct"], + "base": ["MedicinalProductContraindication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductContraindication-subject" + }, + { + "description": "Matches on any item in the Linkage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-item/4.0.1", + "expression": "Linkage.item.resource", + "fhirVersion": null, + "name": "item", + "xpath": "f:Linkage/f:item/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-item", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-item", + "code": "item", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Linkage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Linkage-item" + }, + { + "description": "The Provider of the claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor/4.0.1", + "expression": "ClaimResponse.requestor", + "fhirVersion": null, + "name": "requestor", + "xpath": "f:ClaimResponse/f:requestor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-requestor", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", + "code": "requestor", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-requestor" + }, + { + "description": "A use context type and value assigned to the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type-value/4.0.1", + "expression": "ResearchElementDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "ResearchElementDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-context-type-value" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The value in any kind of telecom details of the patient\r\n* [Person](person.html): The value in any kind of contact\r\n* [Practitioner](practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](relatedperson.html): The value in any kind of contact\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-telecom/4.0.1", + "expression": "Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom", + "fhirVersion": null, + "name": "telecom", + "xpath": "f:Patient/f:telecom | f:Person/f:telecom | f:Practitioner/f:telecom | f:PractitionerRole/f:telecom | f:RelatedPerson/f:telecom", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-telecom", + "url": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "code": "telecom", + "packageVersion": "4.0.1", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-telecom" + }, + { + "description": "Search parameter by chromosome and window. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-window-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with a window on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-window-coordinate/4.0.1", + "expression": "MolecularSequence.referenceSeq", + "fhirVersion": null, + "multipleOr": false, + "name": "chromosome-window-coordinate", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", + "expression": "chromosome" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-start", + "expression": "windowStart" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-window-end", + "expression": "windowEnd" + } + ], + "status": "draft", + "id": "MolecularSequence-chromosome-window-coordinate", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-window-coordinate", + "code": "chromosome-window-coordinate", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-chromosome-window-coordinate" + }, + { + "description": "Request takes the place of referenced completed or terminated requests", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request/4.0.1", + "expression": "DeviceRequest.priorRequest", + "fhirVersion": null, + "name": "prior-request", + "xpath": "f:DeviceRequest/f:priorRequest", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-prior-request", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", + "code": "prior-request", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-prior-request" + }, + { + "description": "Identifies where the resource comes from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-source/4.0.1", + "expression": "Resource.meta.source", + "fhirVersion": null, + "name": "_source", + "xpath": "f:Resource/f:meta/f:source", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-source", + "url": "http://hl7.org/fhir/SearchParameter/Resource-source", + "code": "_source", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-source" + }, + { + "description": "A custom search profile that describes a specific defined query operation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-query/4.0.1", + "fhirVersion": null, + "name": "_query", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-query", + "url": "http://hl7.org/fhir/SearchParameter/Resource-query", + "code": "_query", + "packageVersion": "4.0.1", + "base": ["Resource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource-query" + }, + { + "description": "Who attested the composition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-attester/4.0.1", + "expression": "Composition.attester.party", + "fhirVersion": null, + "name": "attester", + "xpath": "f:Composition/f:attester/f:party", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-attester", + "url": "http://hl7.org/fhir/SearchParameter/Composition-attester", + "code": "attester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-attester" + }, + { + "description": "Reason why the vaccine was not administered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-status-reason/4.0.1", + "expression": "Immunization.statusReason", + "fhirVersion": null, + "name": "status-reason", + "xpath": "f:Immunization/f:statusReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-status-reason", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", + "code": "status-reason", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-status-reason" + }, + { + "description": "Who authorized the vision prescription", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber/4.0.1", + "expression": "VisionPrescription.prescriber", + "fhirVersion": null, + "name": "prescriber", + "xpath": "f:VisionPrescription/f:prescriber", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-prescriber", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", + "code": "prescriber", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["VisionPrescription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/VisionPrescription-prescriber" + }, + { + "description": "Technical endpoints providing access to services operated for the location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-endpoint/4.0.1", + "expression": "Location.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:Location/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/Location-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-endpoint" + }, + { + "description": "The appointment that scheduled this encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-appointment/4.0.1", + "expression": "Encounter.appointment", + "fhirVersion": null, + "name": "appointment", + "xpath": "f:Encounter/f:appointment", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-appointment", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-appointment", + "code": "appointment", + "packageVersion": "4.0.1", + "target": ["Appointment"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-appointment" + }, + { + "description": "Find code system supplements for the referenced code system", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-supplements/4.0.1", + "expression": "CodeSystem.supplements", + "fhirVersion": null, + "name": "supplements", + "xpath": "f:CodeSystem/f:supplements", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-supplements", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", + "code": "supplements", + "packageVersion": "4.0.1", + "target": ["CodeSystem"], + "base": ["CodeSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem-supplements" + }, + { + "description": "Name of the publisher of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-publisher/4.0.1", + "expression": "EventDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:EventDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-publisher" + }, + { + "description": "The description of the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-description/4.0.1", + "expression": "ChargeItemDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:ChargeItemDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-description" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-city/4.0.1", + "expression": "Organization.address.city", + "fhirVersion": null, + "name": "address-city", + "xpath": "f:Organization/f:address/f:city", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-city", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-city", + "code": "address-city", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address-city" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-context-type-quantity/4.0.1", + "expression": "TestScript.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "TestScript-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-context-type-quantity" + }, + { + "description": "Time when the event was recorded", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-date/4.0.1", + "expression": "AuditEvent.recorded", + "fhirVersion": null, + "name": "date", + "xpath": "f:AuditEvent/f:recorded", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-date", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-date" + }, + { + "description": "Returns dispenses with the specified responsible party", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty/4.0.1", + "expression": "MedicationDispense.substitution.responsibleParty", + "fhirVersion": null, + "name": "responsibleparty", + "xpath": "f:MedicationDispense/f:substitution/f:responsibleParty", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-responsibleparty", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", + "code": "responsibleparty", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-responsibleparty" + }, + { + "description": "For testing purposes, not real usage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental/4.0.1", + "expression": "ImplementationGuide.experimental", + "fhirVersion": null, + "name": "experimental", + "xpath": "f:ImplementationGuide/f:experimental", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-experimental", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", + "code": "experimental", + "packageVersion": "4.0.1", + "base": ["ImplementationGuide"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImplementationGuide-experimental" + }, + { + "description": "Encounter associated with the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-encounter/4.0.1", + "expression": "QuestionnaireResponse.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:QuestionnaireResponse/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-encounter", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-encounter" + }, + { + "description": "food | medication | environment | biologic", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category/4.0.1", + "expression": "AllergyIntolerance.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:AllergyIntolerance/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-category", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-category" + }, + { + "description": "Any one of the individuals participating in the appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-actor/4.0.1", + "expression": "Appointment.participant.actor", + "fhirVersion": null, + "name": "actor", + "xpath": "f:Appointment/f:participant/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-actor", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-actor", + "code": "actor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson", + "Location" + ], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-actor" + }, + { + "description": "Who is part of study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-patient/4.0.1", + "expression": "ResearchSubject.individual", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ResearchSubject/f:individual", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-patient", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-patient" + }, + { + "description": "Who collected the Supply", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver/4.0.1", + "expression": "SupplyDelivery.receiver", + "fhirVersion": null, + "name": "receiver", + "xpath": "f:SupplyDelivery/f:receiver", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-receiver", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", + "code": "receiver", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["SupplyDelivery"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyDelivery-receiver" + }, + { + "description": "Coded reason procedure performed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-reason-code/4.0.1", + "expression": "Procedure.reasonCode", + "fhirVersion": null, + "name": "reason-code", + "xpath": "f:Procedure/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-reason-code", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", + "code": "reason-code", + "packageVersion": "4.0.1", + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-reason-code" + }, + { + "description": "Returns medications made or sold for this manufacturer", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-manufacturer/4.0.1", + "expression": "Medication.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "xpath": "f:Medication/f:manufacturer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-manufacturer", + "url": "http://hl7.org/fhir/SearchParameter/Medication-manufacturer", + "code": "manufacturer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-manufacturer" + }, + { + "description": "Return administrations that share this encounter or episode of care", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-context/4.0.1", + "expression": "MedicationAdministration.context", + "fhirVersion": null, + "name": "context", + "xpath": "f:MedicationAdministration/f:context", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-context", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context", + "code": "context", + "packageVersion": "4.0.1", + "target": ["EpisodeOfCare", "Encounter"], + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-context" + }, + { + "description": "A code system included or excluded in the value set or an imported value set", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-reference/4.0.1", + "expression": "ValueSet.compose.include.system", + "fhirVersion": null, + "name": "reference", + "xpath": "f:ValueSet/f:compose/f:include/f:system", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ValueSet-reference", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-reference", + "code": "reference", + "packageVersion": "4.0.1", + "base": ["ValueSet"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ValueSet-reference" + }, + { + "description": "Returns prescriptions with different intents", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intent/4.0.1", + "expression": "MedicationRequest.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:MedicationRequest/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intent", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-intent" + }, + { + "description": "Identifiers of things that are related", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id/4.0.1", + "expression": "DocumentManifest.related.identifier", + "fhirVersion": null, + "name": "related-id", + "xpath": "f:DocumentManifest/f:related/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-related-id", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id", + "code": "related-id", + "packageVersion": "4.0.1", + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-related-id" + }, + { + "description": "The business version of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-version/4.0.1", + "expression": "PlanDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:PlanDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-version" + }, + { + "description": "Is the Organization record active", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-status/4.0.1", + "expression": "InsurancePlan.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:InsurancePlan/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-status", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-status" + }, + { + "description": "The category of the condition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-category/4.0.1", + "expression": "Condition.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Condition/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-category", + "url": "http://hl7.org/fhir/SearchParameter/Condition-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-category" + }, + { + "description": "The event definition publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-date/4.0.1", + "expression": "EventDefinition.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:EventDefinition/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-date", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-date" + }, + { + "description": "Onsets as age or age range", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-age/4.0.1", + "expression": "Condition.onset.as(Age) | Condition.onset.as(Range)", + "fhirVersion": null, + "name": "onset-age", + "xpath": "f:Condition/f:onsetAge | f:Condition/f:onsetRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-age", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-age", + "code": "onset-age", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-onset-age" + }, + { + "description": "The reason why the expected value in the element Observation.component.value[x] is missing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason/4.0.1", + "expression": "Observation.component.dataAbsentReason", + "fhirVersion": null, + "name": "component-data-absent-reason", + "xpath": "f:Observation/f:component/f:dataAbsentReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-component-data-absent-reason", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", + "code": "component-data-absent-reason", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-data-absent-reason" + }, + { + "description": "active | inactive | resolved", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status/4.0.1", + "expression": "AllergyIntolerance.clinicalStatus", + "fhirVersion": null, + "name": "clinical-status", + "xpath": "f:AllergyIntolerance/f:clinicalStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-clinical-status", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", + "code": "clinical-status", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-clinical-status" + }, + { + "description": "oid | uuid | uri | other", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-id-type/4.0.1", + "expression": "NamingSystem.uniqueId.type", + "fhirVersion": null, + "name": "id-type", + "xpath": "f:NamingSystem/f:uniqueId/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-id-type", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", + "code": "id-type", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-id-type" + }, + { + "description": "Identifies the focus of this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-subject/4.0.1", + "expression": "Basic.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Basic/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-subject", + "url": "http://hl7.org/fhir/SearchParameter/Basic-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-subject" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter/4.0.1", + "expression": "ClinicalImpression.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:ClinicalImpression/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-encounter", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-encounter" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-workflow/4.0.1", + "fhirVersion": null, + "name": "workflow", + "xpath": "f:CodeSystem/f:extension[@url='http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus'] | /f:#workflowStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "codesystem-extensions-CodeSystem-workflow", + "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-workflow", + "code": "workflow", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-extensions-CodeSystem-workflow" + }, + { + "description": "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-part-status/4.0.1", + "expression": "Appointment.participant.status", + "fhirVersion": null, + "name": "part-status", + "xpath": "f:Appointment/f:participant/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-part-status", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-part-status", + "code": "part-status", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-part-status" + }, + { + "description": "Time of service that is being documented", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-period/4.0.1", + "expression": "DocumentReference.context.period", + "fhirVersion": null, + "name": "period", + "xpath": "f:DocumentReference/f:context/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-period", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-period" + }, + { + "description": "Past immunizations supporting recommendation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support/4.0.1", + "expression": "ImmunizationRecommendation.recommendation.supportingImmunization", + "fhirVersion": null, + "name": "support", + "xpath": "f:ImmunizationRecommendation/f:recommendation/f:supportingImmunization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-support", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", + "code": "support", + "packageVersion": "4.0.1", + "target": ["Immunization", "ImmunizationEvaluation"], + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-support" + }, + { + "description": "The subject that the request group is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-subject/4.0.1", + "expression": "RequestGroup.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:RequestGroup/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-subject", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-subject" + }, + { + "description": "Kind of Structure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-morphology/4.0.1", + "expression": "BodyStructure.morphology", + "fhirVersion": null, + "name": "morphology", + "xpath": "f:BodyStructure/f:morphology", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-morphology", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", + "code": "morphology", + "packageVersion": "4.0.1", + "base": ["BodyStructure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BodyStructure-morphology" + }, + { + "description": "Detail type of activity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-activity-code/4.0.1", + "expression": "CarePlan.activity.detail.code", + "fhirVersion": null, + "name": "activity-code", + "xpath": "f:CarePlan/f:activity/f:detail/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-activity-code", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code", + "code": "activity-code", + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-activity-code" + }, + { + "description": "Returns dispenses performed by a specific individual", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-performer/4.0.1", + "expression": "MedicationDispense.performer.actor", + "fhirVersion": null, + "name": "performer", + "xpath": "f:MedicationDispense/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-performer", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-performer" + }, + { + "description": "The value in any kind of contact", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom/4.0.1", + "expression": "OrganizationAffiliation.telecom", + "fhirVersion": null, + "name": "telecom", + "xpath": "f:OrganizationAffiliation/f:telecom", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-telecom", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", + "code": "telecom", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-telecom" + }, + { + "description": "Computationally friendly name of the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-name/4.0.1", + "expression": "RiskEvidenceSynthesis.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:RiskEvidenceSynthesis/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-name", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-name" + }, + { + "description": "The current status of the Endpoint (usually expected to be active)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-status/4.0.1", + "expression": "Endpoint.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Endpoint/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-status", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-status" + }, + { + "description": "Clinical symptoms/signs associated with the Event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation/4.0.1", + "expression": "AllergyIntolerance.reaction.manifestation", + "fhirVersion": null, + "name": "manifestation", + "xpath": "f:AllergyIntolerance/f:reaction/f:manifestation", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-manifestation", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation", + "code": "manifestation", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-manifestation" + }, + { + "description": "HGNC gene symbol and HGVS DNA Variant", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-dnavariant/4.0.1", + "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsDnaVariant')", + "fhirVersion": null, + "name": "gene-dnavariant", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "observation-genetic-Observation-gene-dnavariant", + "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-dnavariant", + "code": "gene-dnavariant", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetic-Observation-gene-dnavariant" + }, + { + "description": "Kind of Resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-code/4.0.1", + "expression": "Basic.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:Basic/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-code", + "url": "http://hl7.org/fhir/SearchParameter/Basic-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-code" + }, + { + "description": "The service request this appointment is allocated to assess", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-based-on/4.0.1", + "expression": "Appointment.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Appointment/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": ["ServiceRequest"], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-based-on" + }, + { + "description": "Search on the narrative of the resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DomainResource-text/4.0.1", + "fhirVersion": null, + "name": "_text", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DomainResource-text", + "url": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "code": "_text", + "packageVersion": "4.0.1", + "base": ["DomainResource"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DomainResource-text" + }, + { + "description": "Bodystructure identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-identifier/4.0.1", + "expression": "BodyStructure.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:BodyStructure/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-identifier", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["BodyStructure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BodyStructure-identifier" + }, + { + "description": "The business version of the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-version/4.0.1", + "expression": "EvidenceVariable.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:EvidenceVariable/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-version", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-version" + }, + { + "description": "The Person links to this RelatedPerson", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-relatedperson/4.0.1", + "expression": "Person.link.target.where(resolve() is RelatedPerson)", + "fhirVersion": null, + "name": "relatedperson", + "xpath": "f:Person/f:link/f:target", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-relatedperson", + "url": "http://hl7.org/fhir/SearchParameter/Person-relatedperson", + "code": "relatedperson", + "packageVersion": "4.0.1", + "target": ["RelatedPerson"], + "base": ["Person"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person-relatedperson" + }, + { + "description": "The party receiving any payment for the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee/4.0.1", + "expression": "ExplanationOfBenefit.payee.party", + "fhirVersion": null, + "name": "payee", + "xpath": "f:ExplanationOfBenefit/f:payee/f:party", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-payee", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", + "code": "payee", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-payee" + }, + { + "description": "The Device that generated the observation data.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-device/4.0.1", + "expression": "Observation.device", + "fhirVersion": null, + "name": "device", + "xpath": "f:Observation/f:device", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-device", + "url": "http://hl7.org/fhir/SearchParameter/Observation-device", + "code": "device", + "packageVersion": "4.0.1", + "target": ["Device", "DeviceMetric"], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-device" + }, + { + "description": "Search by period Task is/was underway", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-period/4.0.1", + "expression": "Task.executionPeriod", + "fhirVersion": null, + "name": "period", + "xpath": "f:Task/f:executionPeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-period", + "url": "http://hl7.org/fhir/SearchParameter/Task-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-period" + }, + { + "description": "The description of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-description/4.0.1", + "expression": "TestScript.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:TestScript/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-description", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-description" + }, + { + "description": "Message category", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-category/4.0.1", + "expression": "CommunicationRequest.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:CommunicationRequest/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-category", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-category" + }, + { + "description": "e.g. driver, provider, patient, bank etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-type/4.0.1", + "expression": "NamingSystem.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:NamingSystem/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-type", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-type" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The uri that identifies the capability statement\r\n* [CodeSystem](codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](conceptmap.html): The uri that identifies the concept map\r\n* [GraphDefinition](graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](implementationguide.html): The uri that identifies the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The uri that identifies the message definition\r\n* [OperationDefinition](operationdefinition.html): The uri that identifies the operation definition\r\n* [SearchParameter](searchparameter.html): The uri that identifies the search parameter\r\n* [StructureDefinition](structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](structuremap.html): The uri that identifies the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [ValueSet](valueset.html): The uri that identifies the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-url/4.0.1", + "expression": "CapabilityStatement.url | CodeSystem.url | CompartmentDefinition.url | ConceptMap.url | GraphDefinition.url | ImplementationGuide.url | MessageDefinition.url | OperationDefinition.url | SearchParameter.url | StructureDefinition.url | StructureMap.url | TerminologyCapabilities.url | ValueSet.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:CapabilityStatement/f:url | f:CodeSystem/f:url | f:CompartmentDefinition/f:url | f:ConceptMap/f:url | f:GraphDefinition/f:url | f:ImplementationGuide/f:url | f:MessageDefinition/f:url | f:OperationDefinition/f:url | f:SearchParameter/f:url | f:StructureDefinition/f:url | f:StructureMap/f:url | f:TerminologyCapabilities/f:url | f:ValueSet/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-url", + "url": "http://hl7.org/fhir/SearchParameter/conformance-url", + "code": "url", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-url" + }, + { + "description": "Who's involved in plan?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-care-team/4.0.1", + "expression": "CarePlan.careTeam", + "fhirVersion": null, + "name": "care-team", + "xpath": "f:CarePlan/f:careTeam", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-care-team", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", + "code": "care-team", + "packageVersion": "4.0.1", + "target": ["CareTeam"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-care-team" + }, + { + "description": "How the agent participated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent-type/4.0.1", + "expression": "Provenance.agent.type", + "fhirVersion": null, + "name": "agent-type", + "xpath": "f:Provenance/f:agent/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent-type", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", + "code": "agent-type", + "packageVersion": "4.0.1", + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-agent-type" + }, + { + "description": "The category of the substance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-category/4.0.1", + "expression": "Substance.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Substance/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-category", + "url": "http://hl7.org/fhir/SearchParameter/Substance-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-category" + }, + { + "description": "The current status of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-status/4.0.1", + "expression": "Questionnaire.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Questionnaire/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-status", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-status" + }, + { + "description": "UDI associated with a line item product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-item-udi/4.0.1", + "expression": "Claim.item.udi", + "fhirVersion": null, + "name": "item-udi", + "xpath": "f:Claim/f:item/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-item-udi", + "url": "http://hl7.org/fhir/SearchParameter/Claim-item-udi", + "code": "item-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-item-udi" + }, + { + "description": "Who/what authenticated the document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-authenticator/4.0.1", + "expression": "DocumentReference.authenticator", + "fhirVersion": null, + "name": "authenticator", + "xpath": "f:DocumentReference/f:authenticator", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-authenticator", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-authenticator", + "code": "authenticator", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-authenticator" + }, + { + "description": "The target payor/insurer for the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-insurer/4.0.1", + "expression": "Claim.insurer", + "fhirVersion": null, + "name": "insurer", + "xpath": "f:Claim/f:insurer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-insurer", + "url": "http://hl7.org/fhir/SearchParameter/Claim-insurer", + "code": "insurer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-insurer" + }, + { + "description": "The date of the measure report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-date/4.0.1", + "expression": "MeasureReport.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:MeasureReport/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-date", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-date" + }, + { + "description": "Search by reference to a Consent, DocumentReference, Contract or QuestionnaireResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-source-reference/4.0.1", + "expression": "Consent.source", + "fhirVersion": null, + "name": "source-reference", + "xpath": "f:Consent/f:sourceAttachment | f:Consent/f:sourceReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-source-reference", + "url": "http://hl7.org/fhir/SearchParameter/Consent-source-reference", + "code": "source-reference", + "packageVersion": "4.0.1", + "target": [ + "Consent", + "Contract", + "QuestionnaireResponse", + "DocumentReference" + ], + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-source-reference" + }, + { + "description": "Type of specialty needed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-specialty/4.0.1", + "expression": "Schedule.specialty", + "fhirVersion": null, + "name": "specialty", + "xpath": "f:Schedule/f:specialty", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-specialty", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-specialty", + "code": "specialty", + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-specialty" + }, + { + "description": "Encounter / Episode associated with event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-context/4.0.1", + "expression": "ChargeItem.context", + "fhirVersion": null, + "name": "context", + "xpath": "f:ChargeItem/f:context", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-context", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-context", + "code": "context", + "packageVersion": "4.0.1", + "target": ["EpisodeOfCare", "Encounter"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-context" + }, + { + "description": "Topics associated with the module", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-topic/4.0.1", + "expression": "Library.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:Library/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-topic", + "url": "http://hl7.org/fhir/SearchParameter/Library-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-topic" + }, + { + "description": "Human friendly name for the agent", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name/4.0.1", + "expression": "AuditEvent.agent.name", + "fhirVersion": null, + "name": "agent-name", + "xpath": "f:AuditEvent/f:agent/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-agent-name", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name", + "code": "agent-name", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-agent-name" + }, + { + "description": "Service Category of the Healthcare Service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-service-category/4.0.1", + "expression": "HealthcareService.category", + "fhirVersion": null, + "name": "service-category", + "xpath": "f:HealthcareService/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-service-category", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", + "code": "service-category", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-service-category" + }, + { + "description": "Covered party", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-beneficiary/4.0.1", + "expression": "Coverage.beneficiary", + "fhirVersion": null, + "name": "beneficiary", + "xpath": "f:Coverage/f:beneficiary", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-beneficiary", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", + "code": "beneficiary", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-beneficiary" + }, + { + "description": "Return administrations with this administration device identity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-device/4.0.1", + "expression": "MedicationAdministration.device", + "fhirVersion": null, + "name": "device", + "xpath": "f:MedicationAdministration/f:device", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-device", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", + "code": "device", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-device" + }, + { + "description": "The date/time the contract was issued", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-issued/4.0.1", + "expression": "Contract.issued", + "fhirVersion": null, + "name": "issued", + "xpath": "f:Contract/f:issued", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-issued", + "url": "http://hl7.org/fhir/SearchParameter/Contract-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-issued" + }, + { + "description": "Start and end of participation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-date/4.0.1", + "expression": "ResearchSubject.period", + "fhirVersion": null, + "name": "date", + "xpath": "f:ResearchSubject/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-date", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-date" + }, + { + "description": "Who is agreeing to the policy and rules", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-consentor/4.0.1", + "expression": "Consent.performer", + "fhirVersion": null, + "name": "consentor", + "xpath": "f:Consent/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-consentor", + "url": "http://hl7.org/fhir/SearchParameter/Consent-consentor", + "code": "consentor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-consentor" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-status/4.0.1", + "expression": "Communication.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Communication/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-status", + "url": "http://hl7.org/fhir/SearchParameter/Communication-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-status" + }, + { + "description": "Name of the publisher of the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-publisher/4.0.1", + "expression": "ChargeItemDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:ChargeItemDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-publisher" + }, + { + "description": "The code for the body site from where the specimen originated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-bodysite/4.0.1", + "expression": "Specimen.collection.bodySite", + "fhirVersion": null, + "name": "bodysite", + "xpath": "f:Specimen/f:collection/f:bodySite", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-bodysite", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", + "code": "bodysite", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-bodysite" + }, + { + "description": "A use context assigned to the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-context/4.0.1", + "expression": "(TestScript.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:TestScript/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-context", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-context" + }, + { + "description": "Identifies the focus of this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-patient/4.0.1", + "expression": "Basic.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Basic/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-patient", + "url": "http://hl7.org/fhir/SearchParameter/Basic-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Basic"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic-patient" + }, + { + "description": "Real world sender of the message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-sender/4.0.1", + "expression": "MessageHeader.sender", + "fhirVersion": null, + "name": "sender", + "xpath": "f:MessageHeader/f:sender", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-sender", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", + "code": "sender", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-sender" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-state/4.0.1", + "expression": "Organization.address.state", + "fhirVersion": null, + "name": "address-state", + "xpath": "f:Organization/f:address/f:state", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-state", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-state", + "code": "address-state", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address-state" + }, + { + "description": "A type of use context assigned to the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type/4.0.1", + "expression": "RiskEvidenceSynthesis.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:RiskEvidenceSynthesis/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-context-type", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-context-type" + }, + { + "description": "The type of appointments that can be booked into associated slot(s)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-service-type/4.0.1", + "expression": "Schedule.serviceType", + "fhirVersion": null, + "name": "service-type", + "xpath": "f:Schedule/f:serviceType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-service-type", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-type", + "code": "service-type", + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-service-type" + }, + { + "description": "Network address to contact device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-url/4.0.1", + "expression": "Device.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Device/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-url", + "url": "http://hl7.org/fhir/SearchParameter/Device-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-url" + }, + { + "description": "The business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-identifier/4.0.1", + "expression": "CoverageEligibilityResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:CoverageEligibilityResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-identifier" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-successor/4.0.1", + "expression": "ResearchDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:ResearchDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-successor", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-successor" + }, + { + "description": "The current status of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-status/4.0.1", + "expression": "Evidence.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Evidence/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-status", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-status" + }, + { + "description": "Intended jurisdiction for the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-jurisdiction/4.0.1", + "expression": "Measure.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:Measure/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-jurisdiction" + }, + { + "description": "Computationally friendly name of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-name/4.0.1", + "expression": "EventDefinition.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:EventDefinition/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-name", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-name" + }, + { + "description": "The medicinal product that is being authorized", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-subject/4.0.1", + "expression": "MedicinalProductAuthorization.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductAuthorization/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductAuthorization-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["MedicinalProductPackaged", "MedicinalProduct"], + "base": ["MedicinalProductAuthorization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization-subject" + }, + { + "description": "A server defined search that may match any of the string fields in Device.deviceName or Device.type.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-device-name/4.0.1", + "expression": "Device.deviceName.name | Device.type.coding.display | Device.type.text", + "fhirVersion": null, + "name": "device-name", + "xpath": "f:Device/f:deviceName", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-device-name", + "url": "http://hl7.org/fhir/SearchParameter/Device-device-name", + "code": "device-name", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-device-name" + }, + { + "description": "The organization responsible for the device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-organization/4.0.1", + "expression": "Device.owner", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Device/f:owner", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-organization", + "url": "http://hl7.org/fhir/SearchParameter/Device-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-organization" + }, + { + "description": "proposal | plan | original-order |reflex-order", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-intent/4.0.1", + "expression": "DeviceRequest.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:DeviceRequest/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-intent", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-intent" + }, + { + "description": "A code that corresponds to one of its items in the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-code/4.0.1", + "expression": "Questionnaire.item.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:Questionnaire/f:item/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-code", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-code" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer/4.0.1", + "expression": "PaymentReconciliation.paymentIssuer", + "fhirVersion": null, + "name": "payment-issuer", + "xpath": "f:PaymentReconciliation/f:paymentIssuer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-payment-issuer", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", + "code": "payment-issuer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-payment-issuer" + }, + { + "description": "Vaccine or vaccine group recommendation applies to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type/4.0.1", + "expression": "ImmunizationRecommendation.recommendation.vaccineCode", + "fhirVersion": null, + "name": "vaccine-type", + "xpath": "f:ImmunizationRecommendation/f:recommendation/f:vaccineCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-vaccine-type", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", + "code": "vaccine-type", + "packageVersion": "4.0.1", + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-vaccine-type" + }, + { + "description": "A use context assigned to the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context/4.0.1", + "expression": "(EffectEvidenceSynthesis.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:EffectEvidenceSynthesis/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-context", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-context" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of/4.0.1", + "expression": "EventDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:EventDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-composed-of" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-encounter/4.0.1", + "expression": "CarePlan.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:CarePlan/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-encounter", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-encounter" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-depends-on/4.0.1", + "expression": "ResearchElementDefinition.relatedArtifact.where(type='depends-on').resource | ResearchElementDefinition.library", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:ResearchElementDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:ResearchElementDefinition/f:library", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Library", + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-depends-on" + }, + { + "description": "The claim reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-request/4.0.1", + "expression": "ClaimResponse.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:ClaimResponse/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-request", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", + "code": "request", + "packageVersion": "4.0.1", + "target": ["Claim"], + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-request" + }, + { + "description": "Code for the event this message represents or link to event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-event/4.0.1", + "expression": "MessageHeader.event", + "fhirVersion": null, + "name": "event", + "xpath": "f:MessageHeader/f:eventCoding | f:MessageHeader/f:eventUri", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-event", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-event", + "code": "event", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-event" + }, + { + "description": "Computationally friendly name of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-name/4.0.1", + "expression": "EffectEvidenceSynthesis.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:EffectEvidenceSynthesis/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-name", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-name" + }, + { + "description": "Code(s) that apply to the event being documented", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-context/4.0.1", + "expression": "Composition.event.code", + "fhirVersion": null, + "name": "context", + "xpath": "f:Composition/f:event/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-context", + "url": "http://hl7.org/fhir/SearchParameter/Composition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-context" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city/4.0.1", + "expression": "InsurancePlan.contact.address.city", + "fhirVersion": null, + "name": "address-city", + "xpath": "f:InsurancePlan/f:contact/f:address/f:city", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-city", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", + "code": "address-city", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address-city" + }, + { + "description": "UDI associated with a line item detail subdetail product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi/4.0.1", + "expression": "ExplanationOfBenefit.item.detail.subDetail.udi", + "fhirVersion": null, + "name": "subdetail-udi", + "xpath": "f:ExplanationOfBenefit/f:item/f:detail/f:subDetail/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-subdetail-udi", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", + "code": "subdetail-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-subdetail-udi" + }, + { + "description": "A type of use context assigned to the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-context-type/4.0.1", + "expression": "EventDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:EventDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-context-type" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on/4.0.1", + "expression": "DiagnosticReport.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:DiagnosticReport/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-based-on", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "CarePlan", + "MedicationRequest", + "NutritionOrder", + "ServiceRequest", + "ImmunizationRecommendation" + ], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-based-on" + }, + { + "description": "Human language of the content (BCP-47)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-language/4.0.1", + "expression": "DocumentReference.content.attachment.language", + "fhirVersion": null, + "name": "language", + "xpath": "f:DocumentReference/f:content/f:attachment/f:language", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-language", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-language", + "code": "language", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-language" + }, + { + "description": "The time during which the research definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-effective/4.0.1", + "expression": "ResearchDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:ResearchDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-effective" + }, + { + "description": "The specimen details", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen/4.0.1", + "expression": "DiagnosticReport.specimen", + "fhirVersion": null, + "name": "specimen", + "xpath": "f:DiagnosticReport/f:specimen", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-specimen", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", + "code": "specimen", + "packageVersion": "4.0.1", + "target": ["Specimen"], + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-specimen" + }, + { + "description": "Location the encounter takes place", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-location/4.0.1", + "expression": "Encounter.location.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:Encounter/f:location/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-location", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-location" + }, + { + "description": "Name of the publisher of the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-publisher/4.0.1", + "expression": "Questionnaire.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:Questionnaire/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-publisher", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-publisher" + }, + { + "description": "The value of the component observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-concept/4.0.1", + "expression": "(Observation.component.value as CodeableConcept)", + "fhirVersion": null, + "name": "component-value-concept", + "xpath": "f:Observation/f:component/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-component-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "code": "component-value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-component-value-concept" + }, + { + "description": "Agent role in the event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role/4.0.1", + "expression": "AuditEvent.agent.role", + "fhirVersion": null, + "name": "agent-role", + "xpath": "f:AuditEvent/f:agent/f:role", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-agent-role", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", + "code": "agent-role", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-agent-role" + }, + { + "description": "The status of the report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-status/4.0.1", + "expression": "DiagnosticReport.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:DiagnosticReport/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-status", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-status" + }, + { + "description": "A quantity- or range-valued use context assigned to the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity/4.0.1", + "expression": "(ExampleScenario.useContext.value as Quantity) | (ExampleScenario.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:ExampleScenario/f:useContext/f:valueQuantity | f:ExampleScenario/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-context-quantity" + }, + { + "description": "Individual making the request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-requester/4.0.1", + "expression": "SupplyRequest.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:SupplyRequest/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-requester", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["SupplyRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest-requester" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor/4.0.1", + "expression": "ActivityDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:ActivityDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-successor", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-successor" + }, + { + "description": "Validation information for in parameters", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile/4.0.1", + "expression": "OperationDefinition.inputProfile", + "fhirVersion": null, + "name": "input-profile", + "xpath": "f:OperationDefinition/f:inputProfile", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-input-profile", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", + "code": "input-profile", + "packageVersion": "4.0.1", + "target": ["StructureDefinition"], + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-input-profile" + }, + { + "description": "Main clinical acts documented", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-event/4.0.1", + "expression": "DocumentReference.context.event", + "fhirVersion": null, + "name": "event", + "xpath": "f:DocumentReference/f:context/f:event", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-event", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-event", + "code": "event", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-event" + }, + { + "description": "Categorization of document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-category/4.0.1", + "expression": "DocumentReference.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:DocumentReference/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-category", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-category" + }, + { + "description": "The author of the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-author/4.0.1", + "expression": "RequestGroup.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:RequestGroup/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-author", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-author", + "code": "author", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Device", "PractitionerRole"], + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-author" + }, + { + "description": "A resource that is a permitted focus of the message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-focus/4.0.1", + "expression": "MessageDefinition.focus.code", + "fhirVersion": null, + "name": "focus", + "xpath": "f:MessageDefinition/f:focus/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-focus", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", + "code": "focus", + "packageVersion": "4.0.1", + "base": ["MessageDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageDefinition-focus" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationRequest](medicationrequest.html): Returns medication request to be administered on a specific date\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-date/4.0.1", + "expression": "MedicationRequest.dosageInstruction.timing.event", + "fhirVersion": null, + "name": "date", + "xpath": "f:MedicationRequest/f:dosageInstruction/f:timing/f:event", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-date", + "url": "http://hl7.org/fhir/SearchParameter/medications-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medications-date" + }, + { + "description": "proposal | plan | order | option", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-intent/4.0.1", + "expression": "CarePlan.intent", + "fhirVersion": null, + "name": "intent", + "xpath": "f:CarePlan/f:intent", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-intent", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-intent", + "code": "intent", + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-intent" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type-quantity/4.0.1", + "expression": "ResearchDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "ResearchDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-context-type-quantity" + }, + { + "description": "The human-friendly name of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-title/4.0.1", + "expression": "Library.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:Library/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-title", + "url": "http://hl7.org/fhir/SearchParameter/Library-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-title" + }, + { + "description": "The identity of the provider who placed the nutrition order", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-provider/4.0.1", + "expression": "NutritionOrder.orderer", + "fhirVersion": null, + "name": "provider", + "xpath": "f:NutritionOrder/f:orderer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-provider", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", + "code": "provider", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["NutritionOrder"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder-provider" + }, + { + "description": "Used to search for the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword/4.0.1", + "expression": "ResearchStudy.keyword", + "fhirVersion": null, + "name": "keyword", + "xpath": "f:ResearchStudy/f:keyword", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-keyword", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", + "code": "keyword", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-keyword" + }, + { + "description": "Vaccine Manufacturer", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-manufacturer/4.0.1", + "expression": "Immunization.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "xpath": "f:Immunization/f:manufacturer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-manufacturer", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", + "code": "manufacturer", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-manufacturer" + }, + { + "description": "HGNC gene symbol and identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-identifier/4.0.1", + "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsGene')", + "fhirVersion": null, + "name": "gene-identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "observation-genetic-Observation-gene-identifier", + "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-identifier", + "code": "gene-identifier", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetic-Observation-gene-identifier" + }, + { + "description": "The country in which the marketing authorization has been granted", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-country/4.0.1", + "expression": "MedicinalProductAuthorization.country", + "fhirVersion": null, + "name": "country", + "xpath": "f:MedicinalProductAuthorization/f:country", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductAuthorization-country", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-country", + "code": "country", + "packageVersion": "4.0.1", + "base": ["MedicinalProductAuthorization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization-country" + }, + { + "description": "Net total of this Invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-totalnet/4.0.1", + "expression": "Invoice.totalNet", + "fhirVersion": null, + "name": "totalnet", + "xpath": "f:Invoice/f:totalNet", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-totalnet", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", + "code": "totalnet", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-totalnet" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on/4.0.1", + "expression": "ActivityDefinition.relatedArtifact.where(type='depends-on').resource | ActivityDefinition.library", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:ActivityDefinition/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:ActivityDefinition/f:library", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Library", + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-depends-on" + }, + { + "description": "The uri that identifies the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-url/4.0.1", + "expression": "TestScript.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:TestScript/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-url", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-url" + }, + { + "description": "Format/content rules for the document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-format/4.0.1", + "expression": "DocumentReference.content.format", + "fhirVersion": null, + "name": "format", + "xpath": "f:DocumentReference/f:content/f:format", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-format", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format", + "code": "format", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-format" + }, + { + "description": "A use context type and value assigned to the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-context-type-value/4.0.1", + "expression": "Measure.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Measure-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Measure-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "Measure-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/Measure-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-context-type-value" + }, + { + "description": "When the questionnaire response was last changed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored/4.0.1", + "expression": "QuestionnaireResponse.authored", + "fhirVersion": null, + "name": "authored", + "xpath": "f:QuestionnaireResponse/f:authored", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-authored", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-authored" + }, + { + "description": "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the variant.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start/4.0.1", + "expression": "MolecularSequence.variant.start", + "fhirVersion": null, + "name": "variant-start", + "xpath": "f:MolecularSequence/f:variant/f:start", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-variant-start", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", + "code": "variant-start", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-variant-start" + }, + { + "description": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-status/4.0.1", + "expression": "ResearchSubject.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ResearchSubject/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-status", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-status" + }, + { + "description": "Immunization evaluation status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status/4.0.1", + "expression": "ImmunizationEvaluation.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ImmunizationEvaluation/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-status", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-status" + }, + { + "description": "Who/what is requesting service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-requester/4.0.1", + "expression": "DeviceRequest.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:DeviceRequest/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-requester", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "PractitionerRole" + ], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-requester" + }, + { + "description": "The uri that identifies the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-url/4.0.1", + "expression": "ResearchDefinition.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:ResearchDefinition/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-url", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-url" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-patient/4.0.1", + "expression": "Communication.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Communication/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-patient", + "url": "http://hl7.org/fhir/SearchParameter/Communication-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-patient" + }, + { + "description": "Observed body part", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-site/4.0.1", + "expression": "Media.bodySite", + "fhirVersion": null, + "name": "site", + "xpath": "f:Media/f:bodySite", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-site", + "url": "http://hl7.org/fhir/SearchParameter/Media-site", + "code": "site", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-site" + }, + { + "description": "The description of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-description/4.0.1", + "expression": "Evidence.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:Evidence/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-description", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-description" + }, + { + "description": "Identifies the value set expansion (business identifier)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-expansion/4.0.1", + "expression": "ValueSet.expansion.identifier", + "fhirVersion": null, + "name": "expansion", + "xpath": "f:ValueSet/f:expansion/f:identifier", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ValueSet-expansion", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", + "code": "expansion", + "packageVersion": "4.0.1", + "base": ["ValueSet"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ValueSet-expansion" + }, + { + "description": "This Response is for this Location", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-location/4.0.1", + "expression": "AppointmentResponse.actor.where(resolve() is Location)", + "fhirVersion": null, + "name": "location", + "xpath": "f:AppointmentResponse/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-location", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-location" + }, + { + "description": "Part of the name of a software application", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-software/4.0.1", + "expression": "CapabilityStatement.software.name", + "fhirVersion": null, + "name": "software", + "xpath": "f:CapabilityStatement/f:software/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-software", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", + "code": "software", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-software" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from/4.0.1", + "expression": "PlanDefinition.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:PlanDefinition/f:relatedArtifact[f:type/@value='derived-from']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-derived-from" + }, + { + "description": "Price overriding the associated rules", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-price-override/4.0.1", + "expression": "ChargeItem.priceOverride", + "fhirVersion": null, + "name": "price-override", + "xpath": "f:ChargeItem/f:priceOverride", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-price-override", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", + "code": "price-override", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-price-override" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-predecessor/4.0.1", + "expression": "EvidenceVariable.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:EvidenceVariable/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-predecessor" + }, + { + "description": "The subject that the observation is about", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-patient/4.0.1", + "expression": "MolecularSequence.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:MolecularSequence/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-patient", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-patient" + }, + { + "description": "Dependent number", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-dependent/4.0.1", + "expression": "Coverage.dependent", + "fhirVersion": null, + "name": "dependent", + "xpath": "f:Coverage/f:dependent", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-dependent", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-dependent", + "code": "dependent", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-dependent" + }, + { + "description": "Identity of entity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-entity/4.0.1", + "expression": "Provenance.entity.what", + "fhirVersion": null, + "name": "entity", + "xpath": "f:Provenance/f:entity/f:what", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-entity", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-entity", + "code": "entity", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Provenance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance-entity" + }, + { + "description": "UDI associated with a procedure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi/4.0.1", + "expression": "ExplanationOfBenefit.procedure.udi", + "fhirVersion": null, + "name": "procedure-udi", + "xpath": "f:ExplanationOfBenefit/f:procedure/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-procedure-udi", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", + "code": "procedure-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-procedure-udi" + }, + { + "description": "Activity details defined in specific resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference/4.0.1", + "expression": "CarePlan.activity.reference", + "fhirVersion": null, + "name": "activity-reference", + "xpath": "f:CarePlan/f:activity/f:reference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-activity-reference", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", + "code": "activity-reference", + "packageVersion": "4.0.1", + "target": [ + "Appointment", + "MedicationRequest", + "Task", + "NutritionOrder", + "RequestGroup", + "VisionPrescription", + "DeviceRequest", + "ServiceRequest", + "CommunicationRequest" + ], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-activity-reference" + }, + { + "description": "A use context assigned to the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-context/4.0.1", + "expression": "(PlanDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:PlanDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-context" + }, + { + "description": "The encounter the request group applies to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-encounter/4.0.1", + "expression": "RequestGroup.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:RequestGroup/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-encounter", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-encounter" + }, + { + "description": "Return prescriptions written on this date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon/4.0.1", + "expression": "MedicationRequest.authoredOn", + "fhirVersion": null, + "name": "authoredon", + "xpath": "f:MedicationRequest/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-authoredon", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "code": "authoredon", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-authoredon" + }, + { + "description": "The person who performed the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-performer/4.0.1", + "expression": "ImagingStudy.series.performer.actor", + "fhirVersion": null, + "name": "performer", + "xpath": "f:ImagingStudy/f:series/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-performer", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-performer" + }, + { + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-phonetic/4.0.1", + "expression": "Organization.name", + "fhirVersion": null, + "name": "phonetic", + "xpath": "f:Organization/f:name", + "xpathUsage": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-phonetic", + "url": "http://hl7.org/fhir/SearchParameter/Organization-phonetic", + "code": "phonetic", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-phonetic" + }, + { + "description": "unconfirmed | confirmed | refuted | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status/4.0.1", + "expression": "AllergyIntolerance.verificationStatus", + "fhirVersion": null, + "name": "verification-status", + "xpath": "f:AllergyIntolerance/f:verificationStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-verification-status", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", + "code": "verification-status", + "packageVersion": "4.0.1", + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-verification-status" + }, + { + "description": "The status of the Claim instance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-status/4.0.1", + "expression": "Claim.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Claim/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-status", + "url": "http://hl7.org/fhir/SearchParameter/Claim-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-status" + }, + { + "description": "Flag creator", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-author/4.0.1", + "expression": "Flag.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:Flag/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-author", + "url": "http://hl7.org/fhir/SearchParameter/Flag-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole" + ], + "base": ["Flag"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Flag-author" + }, + { + "description": "The version of FHIR", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion/4.0.1", + "expression": "CapabilityStatement.version", + "fhirVersion": null, + "name": "fhirversion", + "xpath": "f:CapabilityStatement/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-fhirversion", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", + "code": "fhirversion", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-fhirversion" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor/4.0.1", + "expression": "PlanDefinition.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:PlanDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-predecessor" + }, + { + "description": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason/4.0.1", + "expression": "Observation.dataAbsentReason | Observation.component.dataAbsentReason", + "fhirVersion": null, + "name": "combo-data-absent-reason", + "xpath": "f:Observation/f:dataAbsentReason | f:Observation/f:component/f:dataAbsentReason", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-combo-data-absent-reason", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", + "code": "combo-data-absent-reason", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-data-absent-reason" + }, + { + "description": "Timeframe for this rule", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-period/4.0.1", + "expression": "Consent.provision.period", + "fhirVersion": null, + "name": "period", + "xpath": "f:Consent/f:provision/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-period", + "url": "http://hl7.org/fhir/SearchParameter/Consent-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-period" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-name/4.0.1", + "expression": "RelatedPerson.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:RelatedPerson/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-name", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson-name" + }, + { + "description": "The status of the enrollment response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status/4.0.1", + "expression": "EnrollmentResponse.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EnrollmentResponse/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-status", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EnrollmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentResponse-status" + }, + { + "description": "Whether this practitioner role record is in active use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-active/4.0.1", + "expression": "PractitionerRole.active", + "fhirVersion": null, + "name": "active", + "xpath": "f:PractitionerRole/f:active", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-active", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", + "code": "active", + "packageVersion": "4.0.1", + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-active" + }, + { + "description": "The description of the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-description/4.0.1", + "expression": "Measure.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:Measure/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-description", + "url": "http://hl7.org/fhir/SearchParameter/Measure-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-description" + }, + { + "description": "Search by task focus", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-focus/4.0.1", + "expression": "Task.focus", + "fhirVersion": null, + "name": "focus", + "xpath": "f:Task/f:focus", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-focus", + "url": "http://hl7.org/fhir/SearchParameter/Task-focus", + "code": "focus", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-focus" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-context-type-quantity/4.0.1", + "expression": "Library.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Library-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Library-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "Library-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Library-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-context-type-quantity" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-quantity/4.0.1", + "expression": "ChargeItemDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "ChargeItemDefinition-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-context-type-quantity" + }, + { + "description": "External identifiers for the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-identifier/4.0.1", + "expression": "RequestGroup.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:RequestGroup/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-identifier", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-identifier" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-end/4.0.1", + "fhirVersion": null, + "name": "end", + "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-expirationDate'] | /f:#expirationDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "valueset-extensions-ValueSet-end", + "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-end", + "code": "end", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensions-ValueSet-end" + }, + { + "description": "replaces | transforms | signs | appends", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relation/4.0.1", + "expression": "DocumentReference.relatesTo.code", + "fhirVersion": null, + "name": "relation", + "xpath": "f:DocumentReference/f:relatesTo/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-relation", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "code": "relation", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-relation" + }, + { + "description": "current | superseded | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-status/4.0.1", + "expression": "DocumentManifest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:DocumentManifest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-status", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-status" + }, + { + "description": "Entity managing the Account", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-owner/4.0.1", + "expression": "Account.owner", + "fhirVersion": null, + "name": "owner", + "xpath": "f:Account/f:owner", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-owner", + "url": "http://hl7.org/fhir/SearchParameter/Account-owner", + "code": "owner", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-owner" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-encounter/4.0.1", + "expression": "CareTeam.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:CareTeam/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-encounter", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["CareTeam"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam-encounter" + }, + { + "description": "Location(s) service is intended for/available to", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area/4.0.1", + "expression": "HealthcareService.coverageArea", + "fhirVersion": null, + "name": "coverage-area", + "xpath": "f:HealthcareService/f:coverageArea", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-coverage-area", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", + "code": "coverage-area", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-coverage-area" + }, + { + "description": "The party responsible for the entry of the Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer/4.0.1", + "expression": "ExplanationOfBenefit.enterer", + "fhirVersion": null, + "name": "enterer", + "xpath": "f:ExplanationOfBenefit/f:enterer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-enterer", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", + "code": "enterer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "PractitionerRole"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-enterer" + }, + { + "description": "The individual providing the information reflected in the questionnaire respose", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source/4.0.1", + "expression": "QuestionnaireResponse.source", + "fhirVersion": null, + "name": "source", + "xpath": "f:QuestionnaireResponse/f:source", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-source", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", + "code": "source", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-source" + }, + { + "description": "Organization providing the charged service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization/4.0.1", + "expression": "ChargeItem.performingOrganization", + "fhirVersion": null, + "name": "performing-organization", + "xpath": "f:ChargeItem/f:performingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performing-organization", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", + "code": "performing-organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-performing-organization" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-name/4.0.1", + "expression": "Practitioner.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Practitioner/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-name", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Practitioner"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Practitioner-name" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-author/4.0.1", + "fhirVersion": null, + "name": "author", + "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-author'] | /f:#author", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "valueset-extensions-ValueSet-author", + "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-author", + "code": "author", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensions-ValueSet-author" + }, + { + "description": "The practitioner can perform this role at for the organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-role/4.0.1", + "expression": "PractitionerRole.code", + "fhirVersion": null, + "name": "role", + "xpath": "f:PractitionerRole/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-role", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", + "code": "role", + "packageVersion": "4.0.1", + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-role" + }, + { + "description": "Fulfills plan or proposal", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on/4.0.1", + "expression": "CommunicationRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:CommunicationRequest/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-based-on", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-based-on" + }, + { + "description": "Name of the publisher of the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-publisher/4.0.1", + "expression": "EffectEvidenceSynthesis.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:EffectEvidenceSynthesis/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-publisher", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-publisher" + }, + { + "description": "A use context assigned to the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-context/4.0.1", + "expression": "(ActivityDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:ActivityDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-context" + }, + { + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier/4.0.1", + "expression": "InsurancePlan.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:InsurancePlan/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-identifier", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-identifier" + }, + { + "description": "Who recorded the sensitivity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder/4.0.1", + "expression": "AllergyIntolerance.recorder", + "fhirVersion": null, + "name": "recorder", + "xpath": "f:AllergyIntolerance/f:recorder", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-recorder", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder", + "code": "recorder", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["AllergyIntolerance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance-recorder" + }, + { + "description": "The human-friendly name of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-title/4.0.1", + "expression": "PlanDefinition.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:PlanDefinition/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-title", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-title" + }, + { + "description": "Technical endpoints providing access to services operated for the organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-endpoint/4.0.1", + "expression": "Organization.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:Organization/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/Organization-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-endpoint" + }, + { + "description": "Transaction window", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-period/4.0.1", + "expression": "Account.servicePeriod", + "fhirVersion": null, + "name": "period", + "xpath": "f:Account/f:servicePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-period", + "url": "http://hl7.org/fhir/SearchParameter/Account-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-period" + }, + { + "description": "The description of the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-description/4.0.1", + "expression": "EventDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:EventDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-description" + }, + { + "description": "Facility where the products or services have been or will be provided", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-facility/4.0.1", + "expression": "Claim.facility", + "fhirVersion": null, + "name": "facility", + "xpath": "f:Claim/f:facility", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-facility", + "url": "http://hl7.org/fhir/SearchParameter/Claim-facility", + "code": "facility", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-facility" + }, + { + "description": "Name of system", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-destination/4.0.1", + "expression": "MessageHeader.destination.name", + "fhirVersion": null, + "name": "destination", + "xpath": "f:MessageHeader/f:destination/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-destination", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", + "code": "destination", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-destination" + }, + { + "description": "More specific type/id for the event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-subtype/4.0.1", + "expression": "AuditEvent.subtype", + "fhirVersion": null, + "name": "subtype", + "xpath": "f:AuditEvent/f:subtype", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-subtype", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-subtype", + "code": "subtype", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-subtype" + }, + { + "description": "Topics associated with the EvidenceVariable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-topic/4.0.1", + "expression": "EvidenceVariable.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:EvidenceVariable/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-topic", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-topic" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-subject/4.0.1", + "expression": "Procedure.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Procedure/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-subject", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-subject" + }, + { + "description": "Business Identifier for item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-identifier/4.0.1", + "expression": "ChargeItem.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ChargeItem/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-identifier" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition/4.0.1", + "expression": "ExplanationOfBenefit.disposition", + "fhirVersion": null, + "name": "disposition", + "xpath": "f:ExplanationOfBenefit/f:disposition", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-disposition", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", + "code": "disposition", + "packageVersion": "4.0.1", + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-disposition" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of/4.0.1", + "expression": "PlanDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:PlanDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-composed-of" + }, + { + "description": "The current status of the Episode of Care as provided (does not check the status history collection)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status/4.0.1", + "expression": "EpisodeOfCare.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:EpisodeOfCare/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-status", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["EpisodeOfCare"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare-status" + }, + { + "description": "The status of the dose relative to published recommendations", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status/4.0.1", + "expression": "ImmunizationEvaluation.doseStatus", + "fhirVersion": null, + "name": "dose-status", + "xpath": "f:ImmunizationEvaluation/f:doseStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-dose-status", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", + "code": "dose-status", + "packageVersion": "4.0.1", + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-dose-status" + }, + { + "description": "The type of collected specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type/4.0.1", + "expression": "SpecimenDefinition.typeCollected", + "fhirVersion": null, + "name": "type", + "xpath": "f:SpecimenDefinition/f:typeCollected", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-type", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["SpecimenDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SpecimenDefinition-type" + }, + { + "description": "Name for this study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-title/4.0.1", + "expression": "ResearchStudy.title", + "fhirVersion": null, + "name": "title", + "xpath": "f:ResearchStudy/f:title", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-title", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", + "code": "title", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-title" + }, + { + "description": "For testing purposes, not real usage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental/4.0.1", + "expression": "StructureDefinition.experimental", + "fhirVersion": null, + "name": "experimental", + "xpath": "f:StructureDefinition/f:experimental", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-experimental", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", + "code": "experimental", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-experimental" + }, + { + "description": "Message category", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-category/4.0.1", + "expression": "Communication.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Communication/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-category", + "url": "http://hl7.org/fhir/SearchParameter/Communication-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-category" + }, + { + "description": "A quantity- or range-valued use context assigned to the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-context-quantity/4.0.1", + "expression": "(Evidence.useContext.value as Quantity) | (Evidence.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:Evidence/f:useContext/f:valueQuantity | f:Evidence/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-context-quantity" + }, + { + "description": "Topics associated with the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-topic/4.0.1", + "expression": "Measure.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:Measure/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-topic", + "url": "http://hl7.org/fhir/SearchParameter/Measure-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-topic" + }, + { + "description": "Type defined or constrained by this structure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-type/4.0.1", + "expression": "StructureDefinition.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:StructureDefinition/f:type", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-type", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-type" + }, + { + "description": "The kind of specimen container", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-container/4.0.1", + "expression": "Specimen.container.type", + "fhirVersion": null, + "name": "container", + "xpath": "f:Specimen/f:container/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-container", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-container", + "code": "container", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-container" + }, + { + "description": "Likelihood of specified outcome as a qualitative value", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-risk/4.0.1", + "expression": "RiskAssessment.prediction.qualitativeRisk", + "fhirVersion": null, + "name": "risk", + "xpath": "f:RiskAssessment/f:prediction/f:qualitativeRisk", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-risk", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", + "code": "risk", + "packageVersion": "4.0.1", + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-risk" + }, + { + "description": "The status of the payment notice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-status/4.0.1", + "expression": "PaymentNotice.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:PaymentNotice/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-status", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-status" + }, + { + "description": "specialization | constraint - How relates to base definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation/4.0.1", + "expression": "StructureDefinition.derivation", + "fhirVersion": null, + "name": "derivation", + "xpath": "f:StructureDefinition/f:derivation", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-derivation", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", + "code": "derivation", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-derivation" + }, + { + "description": "The organization that provides services to the primary organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization/4.0.1", + "expression": "OrganizationAffiliation.participatingOrganization", + "fhirVersion": null, + "name": "participating-organization", + "xpath": "f:OrganizationAffiliation/f:participatingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-participating-organization", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", + "code": "participating-organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-participating-organization" + }, + { + "description": "A type of use context assigned to the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type/4.0.1", + "expression": "ChargeItemDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:ChargeItemDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-context-type" + }, + { + "description": "The category of the metric", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-category/4.0.1", + "expression": "DeviceMetric.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:DeviceMetric/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-category", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["DeviceMetric"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric-category" + }, + { + "description": "Type/identifier of event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-type/4.0.1", + "expression": "AuditEvent.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:AuditEvent/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-type", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-type" + }, + { + "description": "The value of the observation, if the value is a date or period of time", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-date/4.0.1", + "expression": "(Observation.value as dateTime) | (Observation.value as Period)", + "fhirVersion": null, + "name": "value-date", + "xpath": "f:Observation/f:valueDateTime | f:Observation/f:valuePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-value-date", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "code": "value-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-value-date" + }, + { + "description": "Location of the resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource/4.0.1", + "expression": "ImplementationGuide.definition.resource.reference", + "fhirVersion": null, + "name": "resource", + "xpath": "f:ImplementationGuide/f:definition/f:resource/f:reference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-resource", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", + "code": "resource", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ImplementationGuide"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImplementationGuide-resource" + }, + { + "description": "Who this goal is intended for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-subject/4.0.1", + "expression": "Goal.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Goal/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-subject", + "url": "http://hl7.org/fhir/SearchParameter/Goal-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Organization", "Patient"], + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-subject" + }, + { + "description": "The accession number associated with the specimen", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-accession/4.0.1", + "expression": "Specimen.accessionIdentifier", + "fhirVersion": null, + "name": "accession", + "xpath": "f:Specimen/f:accessionIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-accession", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-accession", + "code": "accession", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-accession" + }, + { + "description": "External identifier for the event definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-identifier/4.0.1", + "expression": "EventDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:EventDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-identifier" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationDispense](medicationdispense.html): The identity of a prescription to list dispenses from\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-prescription/4.0.1", + "expression": "MedicationDispense.authorizingPrescription", + "fhirVersion": null, + "name": "prescription", + "xpath": "f:MedicationDispense/f:authorizingPrescription", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-prescription", + "url": "http://hl7.org/fhir/SearchParameter/medications-prescription", + "code": "prescription", + "packageVersion": "4.0.1", + "target": ["MedicationRequest"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medications-prescription" + }, + { + "description": "Health issues this plan addresses", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-condition/4.0.1", + "expression": "CarePlan.addresses", + "fhirVersion": null, + "name": "condition", + "xpath": "f:CarePlan/f:addresses", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-condition", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-condition", + "code": "condition", + "packageVersion": "4.0.1", + "target": ["Condition"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-condition" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and value assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context type and value assigned to the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-context-type-value/4.0.1", + "expression": "CapabilityStatement.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | ValueSet.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/conformance-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "conformance-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/conformance-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-context-type-value" + }, + { + "description": "Imaging view, e.g. Lateral or Antero-posterior", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-view/4.0.1", + "expression": "Media.view", + "fhirVersion": null, + "name": "view", + "xpath": "f:Media/f:view", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-view", + "url": "http://hl7.org/fhir/SearchParameter/Media-view", + "code": "view", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-view" + }, + { + "description": "Business Identifier for research subject in a study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier/4.0.1", + "expression": "ResearchSubject.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ResearchSubject/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ResearchSubject"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject-identifier" + }, + { + "description": "UDI associated with a line item, detail, subdetail product or service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi/4.0.1", + "expression": "Claim.item.detail.subDetail.udi", + "fhirVersion": null, + "name": "subdetail-udi", + "xpath": "f:Claim/f:item/f:detail/f:subDetail/f:udi", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-subdetail-udi", + "url": "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", + "code": "subdetail-udi", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-subdetail-udi" + }, + { + "description": "External identifier for the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-identifier/4.0.1", + "expression": "Questionnaire.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Questionnaire/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-identifier" + }, + { + "description": "Search by business status", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-business-status/4.0.1", + "expression": "Task.businessStatus", + "fhirVersion": null, + "name": "business-status", + "xpath": "f:Task/f:businessStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-business-status", + "url": "http://hl7.org/fhir/SearchParameter/Task-business-status", + "code": "business-status", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-business-status" + }, + { + "description": "The status of the ClaimResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-status/4.0.1", + "expression": "ClaimResponse.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ClaimResponse/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-status", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-status" + }, + { + "description": "Search for Schedule resources that have a period that contains this date specified", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-date/4.0.1", + "expression": "Schedule.planningHorizon", + "fhirVersion": null, + "name": "date", + "xpath": "f:Schedule/f:planningHorizon", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-date", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Schedule"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule-date" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-predecessor/4.0.1", + "expression": "Measure.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:Measure/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/Measure-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-predecessor" + }, + { + "description": "The time during which the event definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EventDefinition-effective/4.0.1", + "expression": "EventDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:EventDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EventDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/EventDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EventDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition-effective" + }, + { + "description": "The focus of an observation when the focus is not the patient of record.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-focus/4.0.1", + "expression": "Observation.focus", + "fhirVersion": null, + "name": "focus", + "xpath": "f:Observation/f:focus", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-focus", + "url": "http://hl7.org/fhir/SearchParameter/Observation-focus", + "code": "focus", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-focus" + }, + { + "description": "The type of payment notice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status/4.0.1", + "expression": "PaymentNotice.paymentStatus", + "fhirVersion": null, + "name": "payment-status", + "xpath": "f:PaymentNotice/f:paymentStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-payment-status", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", + "code": "payment-status", + "packageVersion": "4.0.1", + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-payment-status" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-depends-on/4.0.1", + "expression": "Evidence.relatedArtifact.where(type='depends-on').resource", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:Evidence/f:relatedArtifact[f:type/@value='depends-on']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-depends-on" + }, + { + "description": "The creation date for the EOB", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created/4.0.1", + "expression": "CoverageEligibilityRequest.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:CoverageEligibilityRequest/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-created", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-created" + }, + { + "description": "When received", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-received/4.0.1", + "expression": "Communication.received", + "fhirVersion": null, + "name": "received", + "xpath": "f:Communication/f:received", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-received", + "url": "http://hl7.org/fhir/SearchParameter/Communication-received", + "code": "received", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-received" + }, + { + "description": "Persons involved in the encounter other than the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-practitioner/4.0.1", + "expression": "Encounter.participant.individual.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "xpath": "f:Encounter/f:participant/f:individual", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", + "code": "practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-practitioner" + }, + { + "description": "The identity of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-identifier/4.0.1", + "expression": "Contract.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Contract/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Contract-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-identifier" + }, + { + "description": "The identity of source detecting the event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-source/4.0.1", + "expression": "AuditEvent.source.observer", + "fhirVersion": null, + "name": "source", + "xpath": "f:AuditEvent/f:source/f:observer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-source", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-source", + "code": "source", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-source" + }, + { + "description": "Classifications for the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-category/4.0.1", + "expression": "ResearchStudy.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:ResearchStudy/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-category", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-category" + }, + { + "description": "Name of the reviewing program", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name/4.0.1", + "expression": "MedicationKnowledge.monitoringProgram.name", + "fhirVersion": null, + "name": "monitoring-program-name", + "xpath": "f:MedicationKnowledge/f:monitoringProgram/f:name", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monitoring-program-name", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", + "code": "monitoring-program-name", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-monitoring-program-name" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim/4.0.1", + "expression": "ExplanationOfBenefit.claim", + "fhirVersion": null, + "name": "claim", + "xpath": "f:ExplanationOfBenefit/f:claim", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-claim", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", + "code": "claim", + "packageVersion": "4.0.1", + "target": ["Claim"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-claim" + }, + { + "description": "Unique identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductPackaged-identifier/4.0.1", + "expression": "MedicinalProductPackaged.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MedicinalProductPackaged/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductPackaged-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductPackaged-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MedicinalProductPackaged"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPackaged-identifier" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-successor/4.0.1", + "expression": "Evidence.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:Evidence/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-successor", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-successor" + }, + { + "description": "Facility responsible for the goods and services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility/4.0.1", + "expression": "CoverageEligibilityRequest.facility", + "fhirVersion": null, + "name": "facility", + "xpath": "f:CoverageEligibilityRequest/f:facility", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-facility", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", + "code": "facility", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-facility" + }, + { + "description": "All patients linked to the given patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-link/4.0.1", + "expression": "Patient.link.other", + "fhirVersion": null, + "name": "link", + "xpath": "f:Patient/f:link/f:other", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-link", + "url": "http://hl7.org/fhir/SearchParameter/Patient-link", + "code": "link", + "packageVersion": "4.0.1", + "target": ["Patient", "RelatedPerson"], + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-link" + }, + { + "description": "Whether the structure is abstract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract/4.0.1", + "expression": "StructureDefinition.abstract", + "fhirVersion": null, + "name": "abstract", + "xpath": "f:StructureDefinition/f:abstract", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-abstract", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", + "code": "abstract", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-abstract" + }, + { + "description": "The behavior associated with the message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-category/4.0.1", + "expression": "MessageDefinition.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:MessageDefinition/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-category", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["MessageDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageDefinition-category" + }, + { + "description": "Associated insurance coverage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance/4.0.1", + "expression": "DeviceRequest.insurance", + "fhirVersion": null, + "name": "insurance", + "xpath": "f:DeviceRequest/f:insurance", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-insurance", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", + "code": "insurance", + "packageVersion": "4.0.1", + "target": ["ClaimResponse", "Coverage"], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-insurance" + }, + { + "description": "The identity of a patient to search for request groups", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-patient/4.0.1", + "expression": "RequestGroup.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:RequestGroup/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-patient", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-patient" + }, + { + "description": "The identifier of the metric", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier/4.0.1", + "expression": "DeviceMetric.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:DeviceMetric/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-identifier", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["DeviceMetric"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric-identifier" + }, + { + "description": "The business version of the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-version/4.0.1", + "expression": "TestScript.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:TestScript/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-version", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-version" + }, + { + "description": "The time during which the effect evidence synthesis is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-effective/4.0.1", + "expression": "EffectEvidenceSynthesis.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:EffectEvidenceSynthesis/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EffectEvidenceSynthesis-effective", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-effective" + }, + { + "description": "HGNC gene symbol and HGVS Protein change", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-amino-acid-change/4.0.1", + "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChangeName')", + "fhirVersion": null, + "name": "gene-amino-acid-change", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "observation-genetic-Observation-gene-amino-acid-change", + "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-gene-amino-acid-change", + "code": "gene-amino-acid-change", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetic-Observation-gene-amino-acid-change" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A use context assigned to the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-context/4.0.1", + "expression": "(CapabilityStatement.useContext.value as CodeableConcept) | (CodeSystem.useContext.value as CodeableConcept) | (CompartmentDefinition.useContext.value as CodeableConcept) | (ConceptMap.useContext.value as CodeableConcept) | (GraphDefinition.useContext.value as CodeableConcept) | (ImplementationGuide.useContext.value as CodeableConcept) | (MessageDefinition.useContext.value as CodeableConcept) | (NamingSystem.useContext.value as CodeableConcept) | (OperationDefinition.useContext.value as CodeableConcept) | (SearchParameter.useContext.value as CodeableConcept) | (StructureDefinition.useContext.value as CodeableConcept) | (StructureMap.useContext.value as CodeableConcept) | (TerminologyCapabilities.useContext.value as CodeableConcept) | (ValueSet.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:CapabilityStatement/f:useContext/f:valueCodeableConcept | f:CodeSystem/f:useContext/f:valueCodeableConcept | f:CompartmentDefinition/f:useContext/f:valueCodeableConcept | f:ConceptMap/f:useContext/f:valueCodeableConcept | f:GraphDefinition/f:useContext/f:valueCodeableConcept | f:ImplementationGuide/f:useContext/f:valueCodeableConcept | f:MessageDefinition/f:useContext/f:valueCodeableConcept | f:NamingSystem/f:useContext/f:valueCodeableConcept | f:OperationDefinition/f:useContext/f:valueCodeableConcept | f:SearchParameter/f:useContext/f:valueCodeableConcept | f:StructureDefinition/f:useContext/f:valueCodeableConcept | f:StructureMap/f:useContext/f:valueCodeableConcept | f:TerminologyCapabilities/f:useContext/f:valueCodeableConcept | f:ValueSet/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-context", + "url": "http://hl7.org/fhir/SearchParameter/conformance-context", + "code": "context", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-context" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-subject/4.0.1", + "expression": "ServiceRequest.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:ServiceRequest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Device", "Patient", "Location"], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-subject" + }, + { + "description": "Returns requests for a specific type of performer", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype/4.0.1", + "expression": "MedicationRequest.performerType", + "fhirVersion": null, + "name": "intended-performertype", + "xpath": "f:MedicationRequest/f:performerType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-performertype", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", + "code": "intended-performertype", + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-intended-performertype" + }, + { + "description": "One of the Programs supported by this HealthcareService", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-program/4.0.1", + "expression": "HealthcareService.program", + "fhirVersion": null, + "name": "program", + "xpath": "f:HealthcareService/f:program", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-program", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-program", + "code": "program", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-program" + }, + { + "description": "Topics associated with the ResearchElementDefinition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-topic/4.0.1", + "expression": "ResearchElementDefinition.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:ResearchElementDefinition/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-topic", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-topic" + }, + { + "description": "Simple summary (disease specific)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-stage/4.0.1", + "expression": "Condition.stage.summary", + "fhirVersion": null, + "name": "stage", + "xpath": "f:Condition/f:stage/f:summary", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-stage", + "url": "http://hl7.org/fhir/SearchParameter/Condition-stage", + "code": "stage", + "packageVersion": "4.0.1", + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-stage" + }, + { + "description": "Facility where study activities are conducted", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-site/4.0.1", + "expression": "ResearchStudy.site", + "fhirVersion": null, + "name": "site", + "xpath": "f:ResearchStudy/f:site", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-site", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", + "code": "site", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-site" + }, + { + "description": "Part of this action", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-part-of/4.0.1", + "expression": "Communication.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:Communication/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-part-of", + "url": "http://hl7.org/fhir/SearchParameter/Communication-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-part-of" + }, + { + "description": "A broad categorization of the service that is to be performed during this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-service-category/4.0.1", + "expression": "Slot.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "xpath": "f:Slot/f:serviceCategory", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-service-category", + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-category", + "code": "service-category", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-service-category" + }, + { + "description": "The type of claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-use/4.0.1", + "expression": "ClaimResponse.use", + "fhirVersion": null, + "name": "use", + "xpath": "f:ClaimResponse/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-use", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", + "code": "use", + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-use" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in an email contact\r\n* [Person](person.html): A value in an email contact\r\n* [Practitioner](practitioner.html): A value in an email contact\r\n* [PractitionerRole](practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](relatedperson.html): A value in an email contact\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-email/4.0.1", + "expression": "Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')", + "fhirVersion": null, + "name": "email", + "xpath": "f:Patient/f:telecom[system/@value='email'] | f:Person/f:telecom[system/@value='email'] | f:Practitioner/f:telecom[system/@value='email'] | f:PractitionerRole/f:telecom[system/@value='email'] | f:RelatedPerson/f:telecom[system/@value='email']", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-email", + "url": "http://hl7.org/fhir/SearchParameter/individual-email", + "code": "email", + "packageVersion": "4.0.1", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-email" + }, + { + "description": "A resource that is the parent of the definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-parent/4.0.1", + "expression": "MessageDefinition.parent", + "fhirVersion": null, + "name": "parent", + "xpath": "f:MessageDefinition/f:parent", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-parent", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", + "code": "parent", + "packageVersion": "4.0.1", + "target": ["PlanDefinition", "ActivityDefinition"], + "base": ["MessageDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageDefinition-parent" + }, + { + "description": "The vaccine administration event being evaluated", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event/4.0.1", + "expression": "ImmunizationEvaluation.immunizationEvent", + "fhirVersion": null, + "name": "immunization-event", + "xpath": "f:ImmunizationEvaluation/f:immunizationEvent", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-immunization-event", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", + "code": "immunization-event", + "packageVersion": "4.0.1", + "target": ["Immunization"], + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-immunization-event" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country/4.0.1", + "expression": "InsurancePlan.contact.address.country", + "fhirVersion": null, + "name": "address-country", + "xpath": "f:InsurancePlan/f:contact/f:address/f:country", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-country", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", + "code": "address-country", + "packageVersion": "4.0.1", + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-address-country" + }, + { + "description": "A use context type and value assigned to the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-value/4.0.1", + "expression": "ExampleScenario.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "ExampleScenario-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-context-type-value" + }, + { + "description": "Care manager/care coordinator for the patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager/4.0.1", + "expression": "EpisodeOfCare.careManager.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "care-manager", + "xpath": "f:EpisodeOfCare/f:careManager", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-care-manager", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", + "code": "care-manager", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["EpisodeOfCare"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare-care-manager" + }, + { + "description": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service/4.0.1", + "expression": "CapabilityStatement.rest.security.service", + "fhirVersion": null, + "name": "security-service", + "xpath": "f:CapabilityStatement/f:rest/f:security/f:service", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-security-service", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", + "code": "security-service", + "packageVersion": "4.0.1", + "base": ["CapabilityStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement-security-service" + }, + { + "description": "Composite request this is part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier/4.0.1", + "expression": "DeviceRequest.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "xpath": "f:DeviceRequest/f:groupIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-group-identifier", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", + "code": "group-identifier", + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-group-identifier" + }, + { + "description": "Document security-tags", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-security-label/4.0.1", + "expression": "DocumentReference.securityLabel", + "fhirVersion": null, + "name": "security-label", + "xpath": "f:DocumentReference/f:securityLabel", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-security-label", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", + "code": "security-label", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-security-label" + }, + { + "description": "The source value set that contains the concepts that are being mapped", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source/4.0.1", + "expression": "(ConceptMap.source as canonical)", + "fhirVersion": null, + "name": "source", + "xpath": "f:ConceptMap/f:sourceCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source", + "code": "source", + "packageVersion": "4.0.1", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-source" + }, + { + "description": "Condition assessed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-condition/4.0.1", + "expression": "RiskAssessment.condition", + "fhirVersion": null, + "name": "condition", + "xpath": "f:RiskAssessment/f:condition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-condition", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", + "code": "condition", + "packageVersion": "4.0.1", + "target": ["Condition"], + "base": ["RiskAssessment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment-condition" + }, + { + "description": "Search by task this task is part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-part-of/4.0.1", + "expression": "Task.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:Task/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-part-of", + "url": "http://hl7.org/fhir/SearchParameter/Task-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": ["Task"], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-part-of" + }, + { + "description": "Plan/proposal/order fulfilled by this request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on/4.0.1", + "expression": "DeviceRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:DeviceRequest/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-based-on", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-based-on" + }, + { + "description": "HGVS Protein Change", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-amino-acid-change/4.0.1", + "expression": "Observation.extension('http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChangeName')", + "fhirVersion": null, + "name": "amino-acid-change", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "observation-genetic-Observation-amino-acid-change", + "url": "http://hl7.org/fhir/SearchParameter/observation-genetic-Observation-amino-acid-change", + "code": "amino-acid-change", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetic-Observation-amino-acid-change" + }, + { + "description": "Classification of the procedure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-category/4.0.1", + "expression": "Procedure.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Procedure/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-category", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Procedure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Procedure-category" + }, + { + "description": "A type of use context assigned to the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-context-type/4.0.1", + "expression": "Library.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:Library/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-context-type", + "url": "http://hl7.org/fhir/SearchParameter/Library-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-context-type" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-subject/4.0.1", + "expression": "Communication.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Communication/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-subject", + "url": "http://hl7.org/fhir/SearchParameter/Communication-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-subject" + }, + { + "description": "The status of the marketing authorization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-status/4.0.1", + "expression": "MedicinalProductAuthorization.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:MedicinalProductAuthorization/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductAuthorization-status", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["MedicinalProductAuthorization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization-status" + }, + { + "description": "A use context assigned to the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-context/4.0.1", + "expression": "(EvidenceVariable.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:EvidenceVariable/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-context", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-context" + }, + { + "description": "The Person, Location/HealthcareService or Device that this appointment response replies for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor/4.0.1", + "expression": "AppointmentResponse.actor", + "fhirVersion": null, + "name": "actor", + "xpath": "f:AppointmentResponse/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-actor", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", + "code": "actor", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson", + "Location" + ], + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-actor" + }, + { + "description": "A portion of the organization's name or alias", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-name/4.0.1", + "expression": "Organization.name | Organization.alias", + "fhirVersion": null, + "name": "name", + "xpath": "f:Organization/f:name | f:Organization/f:alias", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-name", + "url": "http://hl7.org/fhir/SearchParameter/Organization-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-name" + }, + { + "description": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status/4.0.1", + "expression": "Goal.lifecycleStatus", + "fhirVersion": null, + "name": "lifecycle-status", + "xpath": "f:Goal/f:lifecycleStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-lifecycle-status", + "url": "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", + "code": "lifecycle-status", + "packageVersion": "4.0.1", + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-lifecycle-status" + }, + { + "description": "A use context type and value assigned to the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-value/4.0.1", + "expression": "ChargeItemDefinition.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "ChargeItemDefinition-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-context-type-value" + }, + { + "description": "When this document reference was created", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-date/4.0.1", + "expression": "DocumentReference.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:DocumentReference/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-date", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-date" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition/4.0.1", + "expression": "ClaimResponse.disposition", + "fhirVersion": null, + "name": "disposition", + "xpath": "f:ClaimResponse/f:disposition", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-disposition", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", + "code": "disposition", + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-disposition" + }, + { + "description": "The time during which the questionnaire is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-effective/4.0.1", + "expression": "Questionnaire.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:Questionnaire/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-effective", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-effective" + }, + { + "description": "Contact details for individual or organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-telecom/4.0.1", + "expression": "NamingSystem.contact.telecom", + "fhirVersion": null, + "name": "telecom", + "xpath": "f:NamingSystem/f:contact/f:telecom", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-telecom", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", + "code": "telecom", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-telecom" + }, + { + "description": "The identity of a patient to search for individual measure report results for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-patient/4.0.1", + "expression": "MeasureReport.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:MeasureReport/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-patient", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-patient" + }, + { + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [DocumentManifest](documentmanifest.html): Kind of document set\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-type/4.0.1", + "expression": "AllergyIntolerance.type | Composition.type | DocumentManifest.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:AllergyIntolerance/f:type | f:Composition/f:type | f:DocumentManifest/f:type | f:DocumentReference/f:type | f:Encounter/f:type | f:EpisodeOfCare/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-type", + "url": "http://hl7.org/fhir/SearchParameter/clinical-type", + "code": "type", + "packageVersion": "4.0.1", + "base": [ + "AllergyIntolerance", + "Composition", + "DocumentManifest", + "DocumentReference", + "Encounter", + "EpisodeOfCare" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-type" + }, + { + "description": "A code that identifies the charge, like a billing code", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-code/4.0.1", + "expression": "ChargeItem.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:ChargeItem/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-code", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-code" + }, + { + "description": "When request transitioned to being actionable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored/4.0.1", + "expression": "CommunicationRequest.authoredOn", + "fhirVersion": null, + "name": "authored", + "xpath": "f:CommunicationRequest/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-authored", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-authored" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-country/4.0.1", + "expression": "Organization.address.country", + "fhirVersion": null, + "name": "address-country", + "xpath": "f:Organization/f:address/f:country", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-country", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-country", + "code": "address-country", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address-country" + }, + { + "description": "Computationally friendly name of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-name/4.0.1", + "expression": "PlanDefinition.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:PlanDefinition/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-name", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-name" + }, + { + "description": "The order for the image", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon/4.0.1", + "expression": "ImagingStudy.basedOn", + "fhirVersion": null, + "name": "basedon", + "xpath": "f:ImagingStudy/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-basedon", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon", + "code": "basedon", + "packageVersion": "4.0.1", + "target": [ + "Appointment", + "AppointmentResponse", + "CarePlan", + "Task", + "ServiceRequest" + ], + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-basedon" + }, + { + "description": "Target of the relationship", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-related-ref/4.0.1", + "expression": "(Composition.relatesTo.target as Reference)", + "fhirVersion": null, + "name": "related-ref", + "xpath": "f:Composition/f:relatesTo/f:targetReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-related-ref", + "url": "http://hl7.org/fhir/SearchParameter/Composition-related-ref", + "code": "related-ref", + "packageVersion": "4.0.1", + "target": ["Composition"], + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-related-ref" + }, + { + "description": "Encounter created as part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter/4.0.1", + "expression": "CommunicationRequest.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:CommunicationRequest/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-encounter", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-encounter" + }, + { + "description": "The status of the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-status/4.0.1", + "expression": "RequestGroup.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:RequestGroup/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-status", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-status" + }, + { + "description": "Security Labels that define affected resources", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-security-label/4.0.1", + "expression": "Consent.provision.securityLabel", + "fhirVersion": null, + "name": "security-label", + "xpath": "f:Consent/f:provision/f:securityLabel", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-security-label", + "url": "http://hl7.org/fhir/SearchParameter/Consent-security-label", + "code": "security-label", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-security-label" + }, + { + "description": "The specific code", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceSpecification-code/4.0.1", + "expression": "SubstanceSpecification.code.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:SubstanceSpecification/f:code/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceSpecification-code", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceSpecification-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["SubstanceSpecification"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceSpecification-code" + }, + { + "description": "The unique identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-value/4.0.1", + "expression": "NamingSystem.uniqueId.value", + "fhirVersion": null, + "name": "value", + "xpath": "f:NamingSystem/f:uniqueId/f:value", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-value", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-value", + "code": "value", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-value" + }, + { + "description": "The kind of coverage (health plan, auto, Workers Compensation)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-type/4.0.1", + "expression": "Coverage.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Coverage/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-type", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-type" + }, + { + "description": "A value in an email contact", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email/4.0.1", + "expression": "OrganizationAffiliation.telecom.where(system='email')", + "fhirVersion": null, + "name": "email", + "xpath": "f:OrganizationAffiliation/f:telecom[system/@value='email']", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-email", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", + "code": "email", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-email" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A country specified in an address\r\n* [Person](person.html): A country specified in an address\r\n* [Practitioner](practitioner.html): A country specified in an address\r\n* [RelatedPerson](relatedperson.html): A country specified in an address\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-country/4.0.1", + "expression": "Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country", + "fhirVersion": null, + "name": "address-country", + "xpath": "f:Patient/f:address/f:country | f:Person/f:address/f:country | f:Practitioner/f:address/f:country | f:RelatedPerson/f:address/f:country", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address-country", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "code": "address-country", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address-country" + }, + { + "description": "The medication for which this is an indication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductIndication-subject/4.0.1", + "expression": "MedicinalProductIndication.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicinalProductIndication/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductIndication-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductIndication-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Medication", "MedicinalProduct"], + "base": ["MedicinalProductIndication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductIndication-subject" + }, + { + "description": "ID of the evaluation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier/4.0.1", + "expression": "ImmunizationEvaluation.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ImmunizationEvaluation/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ImmunizationEvaluation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation-identifier" + }, + { + "description": "Intended jurisdiction for the test script", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction/4.0.1", + "expression": "TestScript.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:TestScript/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["TestScript"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript-jurisdiction" + }, + { + "description": "Alternative User identity", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-altid/4.0.1", + "expression": "AuditEvent.agent.altId", + "fhirVersion": null, + "name": "altid", + "xpath": "f:AuditEvent/f:agent/f:altId", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-altid", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-altid", + "code": "altid", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-altid" + }, + { + "description": "Reason why the vaccine was administered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reason-code/4.0.1", + "expression": "Immunization.reasonCode", + "fhirVersion": null, + "name": "reason-code", + "xpath": "f:Immunization/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reason-code", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", + "code": "reason-code", + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-reason-code" + }, + { + "description": "Identifier for the network access point of the user device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-address/4.0.1", + "expression": "AuditEvent.agent.network.address", + "fhirVersion": null, + "name": "address", + "xpath": "f:AuditEvent/f:agent/f:network/f:address", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-address", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-address", + "code": "address", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-address" + }, + { + "description": "Human-readable description", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-description/4.0.1", + "expression": "DocumentReference.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:DocumentReference/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-description", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-description" + }, + { + "description": "Who has the condition?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-subject/4.0.1", + "expression": "Condition.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Condition/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-subject", + "url": "http://hl7.org/fhir/SearchParameter/Condition-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["Condition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition-subject" + }, + { + "description": "Intended jurisdiction for the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction/4.0.1", + "expression": "Questionnaire.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:Questionnaire/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-jurisdiction" + }, + { + "description": "The period during which the practitioner is authorized to perform in these role(s)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-date/4.0.1", + "expression": "PractitionerRole.period", + "fhirVersion": null, + "name": "date", + "xpath": "f:PractitionerRole/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-date", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-date" + }, + { + "description": "Type of the event itself in relation to the subject", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-event/4.0.1", + "expression": "AdverseEvent.event", + "fhirVersion": null, + "name": "event", + "xpath": "f:AdverseEvent/f:event", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-event", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-event", + "code": "event", + "packageVersion": "4.0.1", + "base": ["AdverseEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent-event" + }, + { + "description": "Individual who was entering", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-enterer/4.0.1", + "expression": "ChargeItem.enterer", + "fhirVersion": null, + "name": "enterer", + "xpath": "f:ChargeItem/f:enterer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-enterer", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", + "code": "enterer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-enterer" + }, + { + "description": "Desired outcome of plan", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-goal/4.0.1", + "expression": "CarePlan.goal", + "fhirVersion": null, + "name": "goal", + "xpath": "f:CarePlan/f:goal", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-goal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-goal", + "code": "goal", + "packageVersion": "4.0.1", + "target": ["Goal"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-goal" + }, + { + "description": "The group identifier for the request group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier/4.0.1", + "expression": "RequestGroup.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "xpath": "f:RequestGroup/f:groupIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-group-identifier", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier", + "code": "group-identifier", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-group-identifier" + }, + { + "description": "Dispenser", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier/4.0.1", + "expression": "SupplyDelivery.supplier", + "fhirVersion": null, + "name": "supplier", + "xpath": "f:SupplyDelivery/f:supplier", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-supplier", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", + "code": "supplier", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["SupplyDelivery"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyDelivery-supplier" + }, + { + "description": "A path that is constrained in the StructureDefinition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-path/4.0.1", + "expression": "StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path", + "fhirVersion": null, + "name": "path", + "xpath": "f:StructureDefinition/f:snapshot/f:element/f:path | f:StructureDefinition/f:differential/f:element/f:path", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-path", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", + "code": "path", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-path" + }, + { + "description": "Specimen to be tested", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen/4.0.1", + "expression": "ServiceRequest.specimen", + "fhirVersion": null, + "name": "specimen", + "xpath": "f:ServiceRequest/f:specimen", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-specimen", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", + "code": "specimen", + "packageVersion": "4.0.1", + "target": ["Specimen"], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-specimen" + }, + { + "description": "The practitioner or organization who played a role in the vaccination", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-performer/4.0.1", + "expression": "Immunization.performer.actor", + "fhirVersion": null, + "name": "performer", + "xpath": "f:Immunization/f:performer/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-performer", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-performer" + }, + { + "description": "The identity of a request to list administrations from", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-request/4.0.1", + "expression": "MedicationAdministration.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:MedicationAdministration/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-request", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", + "code": "request", + "packageVersion": "4.0.1", + "target": ["MedicationRequest"], + "base": ["MedicationAdministration"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration-request" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-quantity/4.0.1", + "expression": "Questionnaire.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "Questionnaire-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-context-type-quantity" + }, + { + "description": "Creation date fro the notice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-created/4.0.1", + "expression": "PaymentNotice.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:PaymentNotice/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-created", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-created" + }, + { + "description": "Problem resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated/4.0.1", + "expression": "DetectedIssue.implicated", + "fhirVersion": null, + "name": "implicated", + "xpath": "f:DetectedIssue/f:implicated", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-implicated", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", + "code": "implicated", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DetectedIssue"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DetectedIssue-implicated" + }, + { + "description": "The component type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-type/4.0.1", + "expression": "DeviceMetric.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:DeviceMetric/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-type", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["DeviceMetric"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric-type" + }, + { + "description": "Search by group identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-group-identifier/4.0.1", + "expression": "Task.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "xpath": "f:Task/f:groupIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-group-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Task-group-identifier", + "code": "group-identifier", + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-group-identifier" + }, + { + "description": "The kind of resources contained", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-code/4.0.1", + "expression": "Group.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:Group/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-code", + "url": "http://hl7.org/fhir/SearchParameter/Group-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-code" + }, + { + "description": "operation | query", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-kind/4.0.1", + "expression": "OperationDefinition.kind", + "fhirVersion": null, + "name": "kind", + "xpath": "f:OperationDefinition/f:kind", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-kind", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", + "code": "kind", + "packageVersion": "4.0.1", + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-kind" + }, + { + "description": "The subject of the questionnaire response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject/4.0.1", + "expression": "QuestionnaireResponse.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:QuestionnaireResponse/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-subject", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["QuestionnaireResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse-subject" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The description of the capability statement\r\n* [CodeSystem](codesystem.html): The description of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](conceptmap.html): The description of the concept map\r\n* [GraphDefinition](graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The description of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The description of the message definition\r\n* [NamingSystem](namingsystem.html): The description of the naming system\r\n* [OperationDefinition](operationdefinition.html): The description of the operation definition\r\n* [SearchParameter](searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The description of the structure definition\r\n* [StructureMap](structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The description of the terminology capabilities\r\n* [ValueSet](valueset.html): The description of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-description/4.0.1", + "expression": "CapabilityStatement.description | CodeSystem.description | CompartmentDefinition.description | ConceptMap.description | GraphDefinition.description | ImplementationGuide.description | MessageDefinition.description | NamingSystem.description | OperationDefinition.description | SearchParameter.description | StructureDefinition.description | StructureMap.description | TerminologyCapabilities.description | ValueSet.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:CapabilityStatement/f:description | f:CodeSystem/f:description | f:CompartmentDefinition/f:description | f:ConceptMap/f:description | f:GraphDefinition/f:description | f:ImplementationGuide/f:description | f:MessageDefinition/f:description | f:NamingSystem/f:description | f:OperationDefinition/f:description | f:SearchParameter/f:description | f:StructureDefinition/f:description | f:StructureMap/f:description | f:TerminologyCapabilities/f:description | f:ValueSet/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-description", + "url": "http://hl7.org/fhir/SearchParameter/conformance-description", + "code": "description", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-description" + }, + { + "description": "The date of death has been provided and satisfies this search value", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-death-date/4.0.1", + "expression": "(Patient.deceased as dateTime)", + "fhirVersion": null, + "name": "death-date", + "xpath": "f:Patient/f:deceasedDateTime", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-death-date", + "url": "http://hl7.org/fhir/SearchParameter/Patient-death-date", + "code": "death-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-death-date" + }, + { + "description": "Name of the publisher of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher/4.0.1", + "expression": "ActivityDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:ActivityDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-publisher" + }, + { + "description": "The test report generation date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-issued/4.0.1", + "expression": "TestReport.issued", + "fhirVersion": null, + "name": "issued", + "xpath": "f:TestReport/f:issued", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-issued", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["TestReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport-issued" + }, + { + "description": "The status of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-status/4.0.1", + "expression": "Contract.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Contract/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-status", + "url": "http://hl7.org/fhir/SearchParameter/Contract-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-status" + }, + { + "description": "Actual destination address or id", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri/4.0.1", + "expression": "MessageHeader.destination.endpoint", + "fhirVersion": null, + "name": "destination-uri", + "xpath": "f:MessageHeader/f:destination/f:endpoint", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-destination-uri", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri", + "code": "destination-uri", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-destination-uri" + }, + { + "description": "Who and/or what authored the document", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-author/4.0.1", + "expression": "DocumentReference.author", + "fhirVersion": null, + "name": "author", + "xpath": "f:DocumentReference/f:author", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-author", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-author", + "code": "author", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-author" + }, + { + "description": "Returns dispenses prepared on this date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared/4.0.1", + "expression": "MedicationDispense.whenPrepared", + "fhirVersion": null, + "name": "whenprepared", + "xpath": "f:MedicationDispense/f:whenPrepared", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-whenprepared", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", + "code": "whenprepared", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-whenprepared" + }, + { + "description": "Identifies this endpoint across multiple systems", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-identifier/4.0.1", + "expression": "Endpoint.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Endpoint/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Endpoint"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint-identifier" + }, + { + "description": "Record of a specific investigation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-investigation/4.0.1", + "expression": "ClinicalImpression.investigation.item", + "fhirVersion": null, + "name": "investigation", + "xpath": "f:ClinicalImpression/f:investigation/f:item", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-investigation", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-investigation", + "code": "investigation", + "packageVersion": "4.0.1", + "target": [ + "RiskAssessment", + "FamilyMemberHistory", + "Observation", + "Media", + "DiagnosticReport", + "ImagingStudy", + "QuestionnaireResponse" + ], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-investigation" + }, + { + "description": "ElementDefinition - details for the item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-definition/4.0.1", + "expression": "Questionnaire.item.definition", + "fhirVersion": null, + "name": "definition", + "xpath": "f:Questionnaire/f:item/f:definition", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-definition", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", + "code": "definition", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-definition" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-composed-of/4.0.1", + "expression": "ResearchElementDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "xpath": "f:ResearchElementDefinition/f:relatedArtifact[f:type/@value='composed-of']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-composed-of", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-composed-of", + "code": "composed-of", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-composed-of" + }, + { + "description": "The business version of the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-version/4.0.1", + "expression": "ChargeItemDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:ChargeItemDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-version" + }, + { + "description": "Multiple Resources: \r\n\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): Time period team covers\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When this Consent was created or indexed\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [Encounter](encounter.html): A date within the period the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination (non)-Administration Date\r\n* [List](list.html): When the list was prepared\r\n* [Observation](observation.html): Obtained date/time. If the obtained element is a period, a date that falls in the period\r\n* [Procedure](procedure.html): When the procedure was performed\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-date/4.0.1", + "expression": "AllergyIntolerance.recordedDate | CarePlan.period | CareTeam.period | ClinicalImpression.date | Composition.date | Consent.dateTime | DiagnosticReport.effective | Encounter.period | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | Immunization.occurrence | List.date | Observation.effective | Procedure.performed | (RiskAssessment.occurrence as dateTime) | SupplyRequest.authoredOn", + "fhirVersion": null, + "name": "date", + "xpath": "f:AllergyIntolerance/f:recordedDate | f:CarePlan/f:period | f:CareTeam/f:period | f:ClinicalImpression/f:date | f:Composition/f:date | f:Consent/f:dateTime | f:DiagnosticReport/f:effectiveDateTime | f:DiagnosticReport/f:effectivePeriod | f:Encounter/f:period | f:EpisodeOfCare/f:period | f:FamilyMemberHistory/f:date | f:Flag/f:period | f:Immunization/f:occurrenceDateTime | f:Immunization/f:occurrenceString | f:List/f:date | f:Observation/f:effectiveDateTime | f:Observation/f:effectivePeriod | f:Observation/f:effectiveTiming | f:Observation/f:effectiveInstant | f:Procedure/f:performedDateTime | f:Procedure/f:performedPeriod | f:Procedure/f:performedString | f:Procedure/f:performedAge | f:Procedure/f:performedRange | f:RiskAssessment/f:occurrenceDateTime | f:SupplyRequest/f:authoredOn", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-date", + "url": "http://hl7.org/fhir/SearchParameter/clinical-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": [ + "AllergyIntolerance", + "CarePlan", + "CareTeam", + "ClinicalImpression", + "Composition", + "Consent", + "DiagnosticReport", + "Encounter", + "EpisodeOfCare", + "FamilyMemberHistory", + "Flag", + "Immunization", + "List", + "Observation", + "Procedure", + "RiskAssessment", + "SupplyRequest" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-date" + }, + { + "description": "Returns dispenses of a specific type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-type/4.0.1", + "expression": "MedicationDispense.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:MedicationDispense/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-type", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-type" + }, + { + "description": "Identifier(s) for the image", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-identifier/4.0.1", + "expression": "Media.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Media/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Media-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-identifier" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [CodeSystem](codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A type of use context assigned to the concept map\r\n* [GraphDefinition](graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A type of use context assigned to the implementation guide\r\n* [MessageDefinition](messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A type of use context assigned to the operation definition\r\n* [SearchParameter](searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [ValueSet](valueset.html): A type of use context assigned to the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-context-type/4.0.1", + "expression": "CapabilityStatement.useContext.code | CodeSystem.useContext.code | CompartmentDefinition.useContext.code | ConceptMap.useContext.code | GraphDefinition.useContext.code | ImplementationGuide.useContext.code | MessageDefinition.useContext.code | NamingSystem.useContext.code | OperationDefinition.useContext.code | SearchParameter.useContext.code | StructureDefinition.useContext.code | StructureMap.useContext.code | TerminologyCapabilities.useContext.code | ValueSet.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:CapabilityStatement/f:useContext/f:code | f:CodeSystem/f:useContext/f:code | f:CompartmentDefinition/f:useContext/f:code | f:ConceptMap/f:useContext/f:code | f:GraphDefinition/f:useContext/f:code | f:ImplementationGuide/f:useContext/f:code | f:MessageDefinition/f:useContext/f:code | f:NamingSystem/f:useContext/f:code | f:OperationDefinition/f:useContext/f:code | f:SearchParameter/f:useContext/f:code | f:StructureDefinition/f:useContext/f:code | f:StructureMap/f:useContext/f:code | f:TerminologyCapabilities/f:useContext/f:code | f:ValueSet/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-context-type", + "url": "http://hl7.org/fhir/SearchParameter/conformance-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-context-type" + }, + { + "description": "When service should occur", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence/4.0.1", + "expression": "ServiceRequest.occurrence", + "fhirVersion": null, + "name": "occurrence", + "xpath": "f:ServiceRequest/f:occurrenceDateTime | f:ServiceRequest/f:occurrencePeriod | f:ServiceRequest/f:occurrenceTiming", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-occurrence", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-occurrence" + }, + { + "description": "Code that identifies the target element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-code/4.0.1", + "expression": "ConceptMap.group.element.target.code", + "fhirVersion": null, + "name": "target-code", + "xpath": "f:ConceptMap/f:group/f:element/f:target/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-code", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", + "code": "target-code", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-target-code" + }, + { + "description": "When goal pursuit begins", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-start-date/4.0.1", + "expression": "(Goal.start as date)", + "fhirVersion": null, + "name": "start-date", + "xpath": "f:Goal/f:startDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-start-date", + "url": "http://hl7.org/fhir/SearchParameter/Goal-start-date", + "code": "start-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-start-date" + }, + { + "description": "Returns prescriptions with different categories", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-category/4.0.1", + "expression": "MedicationRequest.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:MedicationRequest/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-category", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["MedicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest-category" + }, + { + "description": "The service delivery location or facility in which the vaccine was / was to be administered", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-location/4.0.1", + "expression": "Immunization.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:Immunization/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-location", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-location" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical/4.0.1", + "expression": "ServiceRequest.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:ServiceRequest/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "target": ["PlanDefinition", "ActivityDefinition"], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-instantiates-canonical" + }, + { + "description": "Why immunization occurred", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reason-reference/4.0.1", + "expression": "Immunization.reasonReference", + "fhirVersion": null, + "name": "reason-reference", + "xpath": "f:Immunization/f:reasonReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reason-reference", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", + "code": "reason-reference", + "packageVersion": "4.0.1", + "target": ["Condition", "Observation", "DiagnosticReport"], + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-reason-reference" + }, + { + "description": "External identifier for the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-identifier/4.0.1", + "expression": "ResearchElementDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ResearchElementDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-identifier" + }, + { + "description": "A use context assigned to the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context/4.0.1", + "expression": "(ChargeItemDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:ChargeItemDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-context" + }, + { + "description": "Business identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-identifier/4.0.1", + "expression": "Flag.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Flag/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Flag-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Flag"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Flag-identifier" + }, + { + "description": "A quantity- or range-valued use context assigned to the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-quantity/4.0.1", + "expression": "(RiskEvidenceSynthesis.useContext.value as Quantity) | (RiskEvidenceSynthesis.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:RiskEvidenceSynthesis/f:useContext/f:valueQuantity | f:RiskEvidenceSynthesis/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-context-quantity" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome/4.0.1", + "expression": "CoverageEligibilityResponse.outcome", + "fhirVersion": null, + "name": "outcome", + "xpath": "f:CoverageEligibilityResponse/f:outcome", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-outcome", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", + "code": "outcome", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse-outcome" + }, + { + "description": "When reaction started", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reaction-date/4.0.1", + "expression": "Immunization.reaction.date", + "fhirVersion": null, + "name": "reaction-date", + "xpath": "f:Immunization/f:reaction/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reaction-date", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", + "code": "reaction-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Immunization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization-reaction-date" + }, + { + "description": "Search based on patient's mother's maiden name", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName/4.0.1", + "expression": "Patient.extension('http://hl7.org/fhir/StructureDefinition/patient-extensions-Patient-mothersMaidenName')", + "fhirVersion": null, + "name": "mothersMaidenName", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "patient-extensions-Patient-mothersMaidenName", + "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName", + "code": "mothersMaidenName", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-extensions-Patient-mothersMaidenName" + }, + { + "description": "The status of the vision prescription", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-status/4.0.1", + "expression": "VisionPrescription.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:VisionPrescription/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-status", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["VisionPrescription"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/VisionPrescription-status" + }, + { + "description": "Issue Category, e.g. drug-drug, duplicate therapy, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-code/4.0.1", + "expression": "DetectedIssue.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:DetectedIssue/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-code", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["DetectedIssue"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DetectedIssue-code" + }, + { + "description": "Mime type of the content, with charset etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype/4.0.1", + "expression": "DocumentReference.content.attachment.contentType", + "fhirVersion": null, + "name": "contenttype", + "xpath": "f:DocumentReference/f:content/f:attachment/f:contentType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-contenttype", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", + "code": "contenttype", + "packageVersion": "4.0.1", + "base": ["DocumentReference"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference-contenttype" + }, + { + "description": "Computationally friendly name of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-name/4.0.1", + "expression": "Evidence.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Evidence/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-name", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-name" + }, + { + "description": "Recipient of this invoice", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-recipient/4.0.1", + "expression": "Invoice.recipient", + "fhirVersion": null, + "name": "recipient", + "xpath": "f:Invoice/f:recipient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-recipient", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-recipient", + "code": "recipient", + "packageVersion": "4.0.1", + "target": ["Organization", "Patient", "RelatedPerson"], + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-recipient" + }, + { + "description": "available | unavailable | unsatisfactory | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-status/4.0.1", + "expression": "Specimen.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Specimen/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-status", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-status" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-effective/4.0.1", + "fhirVersion": null, + "name": "effective", + "xpath": "f:ValueSet/f:extension[@url='http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate'] | /f:#effectiveDate", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "valueset-extensions-ValueSet-effective", + "url": "http://hl7.org/fhir/SearchParameter/valueset-extensions-ValueSet-effective", + "code": "effective", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensions-ValueSet-effective" + }, + { + "description": "A Slot Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-identifier/4.0.1", + "expression": "Slot.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Slot/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Slot-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Slot"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot-identifier" + }, + { + "description": "Patient or group assessed", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject/4.0.1", + "expression": "ClinicalImpression.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:ClinicalImpression/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-subject", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["ClinicalImpression"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression-subject" + }, + { + "description": "Who/what is requesting service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester/4.0.1", + "expression": "CommunicationRequest.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:CommunicationRequest/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-requester", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-requester" + }, + { + "description": "The target value set which provides context for the mappings", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target/4.0.1", + "expression": "(ConceptMap.target as canonical)", + "fhirVersion": null, + "name": "target", + "xpath": "f:ConceptMap/f:targetCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target", + "code": "target", + "packageVersion": "4.0.1", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-target" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-based-on/4.0.1", + "expression": "Observation.basedOn", + "fhirVersion": null, + "name": "based-on", + "xpath": "f:Observation/f:basedOn", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-based-on", + "url": "http://hl7.org/fhir/SearchParameter/Observation-based-on", + "code": "based-on", + "packageVersion": "4.0.1", + "target": [ + "CarePlan", + "MedicationRequest", + "NutritionOrder", + "DeviceRequest", + "ServiceRequest", + "ImmunizationRecommendation" + ], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-based-on" + }, + { + "description": "The business version of the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-version/4.0.1", + "expression": "Evidence.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:Evidence/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-version", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-version" + }, + { + "description": "The kind of financial resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-use/4.0.1", + "expression": "Claim.use", + "fhirVersion": null, + "name": "use", + "xpath": "f:Claim/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-use", + "url": "http://hl7.org/fhir/SearchParameter/Claim-use", + "code": "use", + "packageVersion": "4.0.1", + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-use" + }, + { + "description": "The participant in the requests in the group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-participant/4.0.1", + "expression": "RequestGroup.action.participant", + "fhirVersion": null, + "name": "participant", + "xpath": "f:RequestGroup/f:action/f:participant", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-participant", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-participant", + "code": "participant", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-participant" + }, + { + "description": "The destination of the supply", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-subject/4.0.1", + "expression": "SupplyRequest.deliverTo", + "fhirVersion": null, + "name": "subject", + "xpath": "f:SupplyRequest/f:deliverTo", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-subject", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Organization", "Patient", "Location"], + "base": ["SupplyRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest-subject" + }, + { + "description": "The current status of the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-status/4.0.1", + "expression": "ResearchElementDefinition.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ResearchElementDefinition/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-status", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-status" + }, + { + "description": "A quantity- or range-valued use context assigned to the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity/4.0.1", + "expression": "(Questionnaire.useContext.value as Quantity) | (Questionnaire.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:Questionnaire/f:useContext/f:valueQuantity | f:Questionnaire/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-context-quantity" + }, + { + "description": "Contract Signatory Party", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-signer/4.0.1", + "expression": "Contract.signer.party", + "fhirVersion": null, + "name": "signer", + "xpath": "f:Contract/f:signer/f:party", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-signer", + "url": "http://hl7.org/fhir/SearchParameter/Contract-signer", + "code": "signer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-signer" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-status/4.0.1", + "expression": "CarePlan.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CarePlan/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-status", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-status" + }, + { + "description": "Search by task requester", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-requester/4.0.1", + "expression": "Task.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:Task/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-requester", + "url": "http://hl7.org/fhir/SearchParameter/Task-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-requester" + }, + { + "description": "Code and quantity value parameter pair, including in components", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity/4.0.1", + "expression": "Observation | Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "combo-code-value-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "expression": "value.as(Quantity)" + } + ], + "status": "draft", + "id": "Observation-combo-code-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", + "code": "combo-code-value-quantity", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-code-value-quantity" + }, + { + "description": "Original definition for the search parameter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from/4.0.1", + "expression": "SearchParameter.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "xpath": "f:SearchParameter/f:derivedFrom", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-derived-from", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", + "code": "derived-from", + "packageVersion": "4.0.1", + "target": ["SearchParameter"], + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-derived-from" + }, + { + "description": "Message recipient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient/4.0.1", + "expression": "CommunicationRequest.recipient", + "fhirVersion": null, + "name": "recipient", + "xpath": "f:CommunicationRequest/f:recipient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-recipient", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", + "code": "recipient", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-recipient" + }, + { + "description": "E.g. Treatment, dietary, behavioral, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-category/4.0.1", + "expression": "Goal.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Goal/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-category", + "url": "http://hl7.org/fhir/SearchParameter/Goal-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Goal"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal-category" + }, + { + "description": "Intended jurisdiction for the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-jurisdiction/4.0.1", + "expression": "ResearchDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:ResearchDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-jurisdiction" + }, + { + "description": "A use context type and quantity- or range-based value assigned to the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type-quantity/4.0.1", + "expression": "RiskEvidenceSynthesis.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-quantity", + "expression": "value.as(Quantity) | value.as(Range)" + } + ], + "status": "draft", + "id": "RiskEvidenceSynthesis-context-type-quantity", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-context-type-quantity" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-use/4.0.1", + "expression": "Organization.address.use", + "fhirVersion": null, + "name": "address-use", + "xpath": "f:Organization/f:address/f:use", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-use", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-use", + "code": "address-use", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-address-use" + }, + { + "description": "The donation identification number (DIN)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/device-extensions-Device-din/4.0.1", + "expression": "Device.extension('http://hl7.org/fhir/SearchParameter/device-extensions-Device-din')", + "fhirVersion": null, + "name": "din", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "device-extensions-Device-din", + "url": "http://hl7.org/fhir/SearchParameter/device-extensions-Device-din", + "code": "din", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-extensions-Device-din" + }, + { + "description": "Computationally friendly name of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-name/4.0.1", + "expression": "ActivityDefinition.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:ActivityDefinition/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-name", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-name" + }, + { + "description": "Target of the relationship", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-related-id/4.0.1", + "expression": "(Composition.relatesTo.target as Identifier)", + "fhirVersion": null, + "name": "related-id", + "xpath": "f:Composition/f:relatesTo/f:targetIdentifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-related-id", + "url": "http://hl7.org/fhir/SearchParameter/Composition-related-id", + "code": "related-id", + "packageVersion": "4.0.1", + "base": ["Composition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Composition-related-id" + }, + { + "description": "A vocabulary binding reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset/4.0.1", + "expression": "StructureDefinition.snapshot.element.binding.valueSet", + "fhirVersion": null, + "name": "valueset", + "xpath": "f:StructureDefinition/f:snapshot/f:element/f:binding/f:valueSet", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-valueset", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", + "code": "valueset", + "packageVersion": "4.0.1", + "target": ["ValueSet"], + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-valueset" + }, + { + "description": "Policy that authorized event", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-policy/4.0.1", + "expression": "AuditEvent.agent.policy", + "fhirVersion": null, + "name": "policy", + "xpath": "f:AuditEvent/f:agent/f:policy", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-policy", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", + "code": "policy", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-policy" + }, + { + "description": "Returns dispenses with a specific context (episode or episode of care)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-context/4.0.1", + "expression": "MedicationDispense.context", + "fhirVersion": null, + "name": "context", + "xpath": "f:MedicationDispense/f:context", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-context", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-context", + "code": "context", + "packageVersion": "4.0.1", + "target": ["EpisodeOfCare", "Encounter"], + "base": ["MedicationDispense"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense-context" + }, + { + "description": "Who is intended to fulfill the request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier/4.0.1", + "expression": "SupplyRequest.supplier", + "fhirVersion": null, + "name": "supplier", + "xpath": "f:SupplyRequest/f:supplier", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-supplier", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", + "code": "supplier", + "packageVersion": "4.0.1", + "target": ["Organization", "HealthcareService"], + "base": ["SupplyRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest-supplier" + }, + { + "description": "The uri that identifies the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-url/4.0.1", + "expression": "Measure.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Measure/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-url", + "url": "http://hl7.org/fhir/SearchParameter/Measure-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-url" + }, + { + "description": "active | inactive | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-status/4.0.1", + "expression": "Device.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Device/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-status", + "url": "http://hl7.org/fhir/SearchParameter/Device-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Device"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device-status" + }, + { + "description": "Desired performer for service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-performer/4.0.1", + "expression": "DeviceRequest.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:DeviceRequest/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-performer", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Device", + "Patient", + "HealthcareService", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-performer" + }, + { + "description": "A type of use context assigned to the measure", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-context-type/4.0.1", + "expression": "Measure.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:Measure/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-context-type", + "url": "http://hl7.org/fhir/SearchParameter/Measure-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-context-type" + }, + { + "description": "Classification of the consent statement - for indexing/retrieval", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-category/4.0.1", + "expression": "Consent.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Consent/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-category", + "url": "http://hl7.org/fhir/SearchParameter/Consent-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-category" + }, + { + "description": "Reference to the group member", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-member/4.0.1", + "expression": "Group.member.entity", + "fhirVersion": null, + "name": "member", + "xpath": "f:Group/f:member/f:entity", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-member", + "url": "http://hl7.org/fhir/SearchParameter/Group-member", + "code": "member", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Device", + "Medication", + "Patient", + "Substance", + "PractitionerRole" + ], + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-member" + }, + { + "description": "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-quantity/4.0.1", + "expression": "(Observation.value as Quantity) | (Observation.value as SampledData)", + "fhirVersion": null, + "name": "value-quantity", + "xpath": "f:Observation/f:valueQuantity | f:Observation/f:valueCodeableConcept | f:Observation/f:valueString | f:Observation/f:valueBoolean | f:Observation/f:valueInteger | f:Observation/f:valueRange | f:Observation/f:valueRatio | f:Observation/f:valueSampledData | f:Observation/f:valueTime | f:Observation/f:valueDateTime | f:Observation/f:valuePeriod", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-value-quantity", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "code": "value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-value-quantity" + }, + { + "description": "Search parameter by chromosome and variant coordinate. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `chromosome-variant-coordinate=1$lt345$gt123`, this means it will search for the MolecularSequence resource with variants on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-variant-coordinate/4.0.1", + "expression": "MolecularSequence.variant", + "fhirVersion": null, + "multipleOr": false, + "name": "chromosome-variant-coordinate", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome", + "expression": "%resource.referenceSeq.chromosome" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-start", + "expression": "start" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/MolecularSequence-variant-end", + "expression": "end" + } + ], + "status": "draft", + "id": "MolecularSequence-chromosome-variant-coordinate", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-chromosome-variant-coordinate", + "code": "chromosome-variant-coordinate", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-chromosome-variant-coordinate" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor/4.0.1", + "expression": "ActivityDefinition.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "xpath": "f:ActivityDefinition/f:relatedArtifact[f:type/@value='predecessor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-predecessor", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", + "code": "predecessor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-predecessor" + }, + { + "description": "The status of the EligibilityRequest", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status/4.0.1", + "expression": "CoverageEligibilityRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CoverageEligibilityRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-status" + }, + { + "description": "A value in a phone contact", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone/4.0.1", + "expression": "OrganizationAffiliation.telecom.where(system='phone')", + "fhirVersion": null, + "name": "phone", + "xpath": "f:OrganizationAffiliation/f:telecom[system/@value='phone']", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-phone", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", + "code": "phone", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-phone" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request/4.0.1", + "expression": "EnrollmentResponse.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:EnrollmentResponse/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-request", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", + "code": "request", + "packageVersion": "4.0.1", + "target": ["EnrollmentRequest"], + "base": ["EnrollmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentResponse-request" + }, + { + "description": "Practitioner that is able to provide the defined services for the organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner/4.0.1", + "expression": "PractitionerRole.practitioner", + "fhirVersion": null, + "name": "practitioner", + "xpath": "f:PractitionerRole/f:practitioner", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", + "code": "practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner"], + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-practitioner" + }, + { + "description": "The reference to the provider", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider/4.0.1", + "expression": "ExplanationOfBenefit.provider", + "fhirVersion": null, + "name": "provider", + "xpath": "f:ExplanationOfBenefit/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-provider", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", + "code": "provider", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["ExplanationOfBenefit"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit-provider" + }, + { + "description": "This Response is for this Patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-patient/4.0.1", + "expression": "AppointmentResponse.actor.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:AppointmentResponse/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-patient", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-patient" + }, + { + "description": "primitive-type | complex-type | resource | logical", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-kind/4.0.1", + "expression": "StructureDefinition.kind", + "fhirVersion": null, + "name": "kind", + "xpath": "f:StructureDefinition/f:kind", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-kind", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", + "code": "kind", + "packageVersion": "4.0.1", + "base": ["StructureDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition-kind" + }, + { + "description": "Business identifier for the marketing authorization, as assigned by a regulator", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-identifier/4.0.1", + "expression": "MedicinalProductAuthorization.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:MedicinalProductAuthorization/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductAuthorization-identifier", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductAuthorization-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["MedicinalProductAuthorization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization-identifier" + }, + { + "description": "Condition assessed by genetic test", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/diagnosticreport-genetic-DiagnosticReport-assessed-condition/4.0.1", + "expression": "DiagnosticReport.extension('http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition')", + "fhirVersion": null, + "name": "assessed-condition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "diagnosticreport-genetic-DiagnosticReport-assessed-condition", + "url": "http://hl7.org/fhir/SearchParameter/diagnosticreport-genetic-DiagnosticReport-assessed-condition", + "code": "assessed-condition", + "packageVersion": "4.0.1", + "base": ["DiagnosticReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticreport-genetic-DiagnosticReport-assessed-condition" + }, + { + "description": "The current status of the example scenario", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ExampleScenario-status/4.0.1", + "expression": "ExampleScenario.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ExampleScenario/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExampleScenario-status", + "url": "http://hl7.org/fhir/SearchParameter/ExampleScenario-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ExampleScenario"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario-status" + }, + { + "description": "Unique identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier/4.0.1", + "expression": "CommunicationRequest.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:CommunicationRequest/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-identifier", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-identifier" + }, + { + "description": "What role the entity played", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role/4.0.1", + "expression": "AuditEvent.entity.role", + "fhirVersion": null, + "name": "entity-role", + "xpath": "f:AuditEvent/f:entity/f:role", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity-role", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", + "code": "entity-role", + "packageVersion": "4.0.1", + "base": ["AuditEvent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent-entity-role" + }, + { + "description": "A use context assigned to the research element definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context/4.0.1", + "expression": "(ResearchElementDefinition.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:ResearchElementDefinition/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchElementDefinition-context", + "url": "http://hl7.org/fhir/SearchParameter/ResearchElementDefinition-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["ResearchElementDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition-context" + }, + { + "description": "The business identifier of the Eligibility", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-identifier/4.0.1", + "expression": "CoverageEligibilityRequest.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:CoverageEligibilityRequest/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-identifier", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["CoverageEligibilityRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityRequest-identifier" + }, + { + "description": "Search by last modification date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-modified/4.0.1", + "expression": "Task.lastModified", + "fhirVersion": null, + "name": "modified", + "xpath": "f:Task/f:lastModified", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-modified", + "url": "http://hl7.org/fhir/SearchParameter/Task-modified", + "code": "modified", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-modified" + }, + { + "description": "External identifier for the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-identifier/4.0.1", + "expression": "EvidenceVariable.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:EvidenceVariable/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-identifier", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-identifier" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-status/4.0.1", + "expression": "ServiceRequest.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ServiceRequest/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-status", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-status" + }, + { + "description": "Coded reason this appointment is scheduled", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-reason-code/4.0.1", + "expression": "Appointment.reasonCode", + "fhirVersion": null, + "name": "reason-code", + "xpath": "f:Appointment/f:reasonCode", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-reason-code", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", + "code": "reason-code", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-reason-code" + }, + { + "description": "Composite Request ID", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition/4.0.1", + "expression": "ServiceRequest.requisition", + "fhirVersion": null, + "name": "requisition", + "xpath": "f:ServiceRequest/f:requisition", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-requisition", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", + "code": "requisition", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-requisition" + }, + { + "description": "A code for the type of organization", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-type/4.0.1", + "expression": "Organization.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Organization/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-type", + "url": "http://hl7.org/fhir/SearchParameter/Organization-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Organization"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization-type" + }, + { + "description": "Who and/or what defined the list contents (aka Author)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/List-source/4.0.1", + "expression": "List.source", + "fhirVersion": null, + "name": "source", + "xpath": "f:List/f:source", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-source", + "url": "http://hl7.org/fhir/SearchParameter/List-source", + "code": "source", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Device", "Patient", "PractitionerRole"], + "base": ["List"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List-source" + }, + { + "description": "Invoke at the type level?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-type/4.0.1", + "expression": "OperationDefinition.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:OperationDefinition/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-type", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-type" + }, + { + "description": "The identity of a patient to search for guidance response results", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient/4.0.1", + "expression": "GuidanceResponse.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:GuidanceResponse/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-patient", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["GuidanceResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GuidanceResponse-patient" + }, + { + "description": "The diagnosis or procedure relevant to the encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-diagnosis/4.0.1", + "expression": "Encounter.diagnosis.condition", + "fhirVersion": null, + "name": "diagnosis", + "xpath": "f:Encounter/f:diagnosis/f:condition", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-diagnosis", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis", + "code": "diagnosis", + "packageVersion": "4.0.1", + "target": ["Condition", "Procedure"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-diagnosis" + }, + { + "description": "Search by patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-patient/4.0.1", + "expression": "Task.for.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:Task/f:for", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-patient", + "url": "http://hl7.org/fhir/SearchParameter/Task-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-patient" + }, + { + "description": "Value of the class (eg. Plan number, group number)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-class-value/4.0.1", + "expression": "Coverage.class.value", + "fhirVersion": null, + "name": "class-value", + "xpath": "f:Coverage/f:class/f:value", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-class-value", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-value", + "code": "class-value", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-class-value" + }, + { + "description": "Who/What this Media is a record of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-subject/4.0.1", + "expression": "Media.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:Media/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-subject", + "url": "http://hl7.org/fhir/SearchParameter/Media-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Group", + "Specimen", + "Device", + "Patient", + "PractitionerRole", + "Location" + ], + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-subject" + }, + { + "description": "Computationally friendly name of the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-name/4.0.1", + "expression": "Library.name", + "fhirVersion": null, + "name": "name", + "xpath": "f:Library/f:name", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-name", + "url": "http://hl7.org/fhir/SearchParameter/Library-name", + "code": "name", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-name" + }, + { + "description": "Quantity of which the charge item has been serviced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-quantity/4.0.1", + "expression": "ChargeItem.quantity", + "fhirVersion": null, + "name": "quantity", + "xpath": "f:ChargeItem/f:quantity", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", + "code": "quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-quantity" + }, + { + "description": "Date when patient was taking (or not taking) the medication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-effective/4.0.1", + "expression": "MedicationStatement.effective", + "fhirVersion": null, + "name": "effective", + "xpath": "f:MedicationStatement/f:effectiveDateTime | f:MedicationStatement/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-effective", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-effective" + }, + { + "description": "Name of the publisher of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher/4.0.1", + "expression": "PlanDefinition.publisher", + "fhirVersion": null, + "name": "publisher", + "xpath": "f:PlanDefinition/f:publisher", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-publisher", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher", + "code": "publisher", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-publisher" + }, + { + "description": "The reporter to return measure report results for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-reporter/4.0.1", + "expression": "MeasureReport.reporter", + "fhirVersion": null, + "name": "reporter", + "xpath": "f:MeasureReport/f:reporter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-reporter", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", + "code": "reporter", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "PractitionerRole", + "Location" + ], + "base": ["MeasureReport"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport-reporter" + }, + { + "description": "The Claim", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-request/4.0.1", + "expression": "PaymentNotice.request", + "fhirVersion": null, + "name": "request", + "xpath": "f:PaymentNotice/f:request", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-request", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", + "code": "request", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PaymentNotice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice-request" + }, + { + "description": "Custodian of the consent", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-organization/4.0.1", + "expression": "Consent.organization", + "fhirVersion": null, + "name": "organization", + "xpath": "f:Consent/f:organization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-organization", + "url": "http://hl7.org/fhir/SearchParameter/Consent-organization", + "code": "organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Consent"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent-organization" + }, + { + "description": "Topics associated with the ResearchDefinition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-topic/4.0.1", + "expression": "ResearchDefinition.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:ResearchDefinition/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-topic", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-topic" + }, + { + "description": "Who this profile is for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient/4.0.1", + "expression": "ImmunizationRecommendation.patient", + "fhirVersion": null, + "name": "patient", + "xpath": "f:ImmunizationRecommendation/f:patient", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-patient", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["ImmunizationRecommendation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation-patient" + }, + { + "description": "draft | issued | balanced | cancelled | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-status/4.0.1", + "expression": "Invoice.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Invoice/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-status", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Invoice"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice-status" + }, + { + "description": "Id of original message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-response-id/4.0.1", + "expression": "MessageHeader.response.identifier", + "fhirVersion": null, + "name": "response-id", + "xpath": "f:MessageHeader/f:response/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-response-id", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", + "code": "response-id", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-response-id" + }, + { + "description": "The identity of the ClaimResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier/4.0.1", + "expression": "ClaimResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ClaimResponse/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-identifier" + }, + { + "description": "The uri that identifies the library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-url/4.0.1", + "expression": "Library.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Library/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-url", + "url": "http://hl7.org/fhir/SearchParameter/Library-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Library"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library-url" + }, + { + "description": "Who the care plan is for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-subject/4.0.1", + "expression": "CarePlan.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:CarePlan/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-subject", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["CarePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan-subject" + }, + { + "description": "When is identifier valid?", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-period/4.0.1", + "expression": "NamingSystem.uniqueId.period", + "fhirVersion": null, + "name": "period", + "xpath": "f:NamingSystem/f:uniqueId/f:period", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-period", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-period" + }, + { + "description": "When service should occur", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date/4.0.1", + "expression": "(DeviceRequest.occurrence as dateTime) | (DeviceRequest.occurrence as Period)", + "fhirVersion": null, + "name": "event-date", + "xpath": "f:DeviceRequest/f:occurrenceDateTime | f:DeviceRequest/f:occurrencePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-event-date", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", + "code": "event-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["DeviceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceRequest-event-date" + }, + { + "description": "The parent DeviceMetric resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-parent/4.0.1", + "expression": "DeviceMetric.parent", + "fhirVersion": null, + "name": "parent", + "xpath": "f:DeviceMetric/f:parent", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-parent", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-parent", + "code": "parent", + "packageVersion": "4.0.1", + "target": ["Device"], + "base": ["DeviceMetric"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric-parent" + }, + { + "description": "The primary identifier of the insured and the coverage", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-identifier/4.0.1", + "expression": "Coverage.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Coverage/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-identifier" + }, + { + "description": "Actual message source address or id", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri/4.0.1", + "expression": "MessageHeader.source.endpoint", + "fhirVersion": null, + "name": "source-uri", + "xpath": "f:MessageHeader/f:source/f:endpoint", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-source-uri", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri", + "code": "source-uri", + "packageVersion": "4.0.1", + "base": ["MessageHeader"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader-source-uri" + }, + { + "description": "An organization of which this organization forms a part", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by/4.0.1", + "expression": "InsurancePlan.ownedBy", + "fhirVersion": null, + "name": "owned-by", + "xpath": "f:InsurancePlan/f:ownedBy", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-owned-by", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", + "code": "owned-by", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-owned-by" + }, + { + "description": "Returns medications with this external identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-identifier/4.0.1", + "expression": "Medication.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Medication/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Medication-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Medication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication-identifier" + }, + { + "description": "Descriptive or actual", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-actual/4.0.1", + "expression": "Group.actual", + "fhirVersion": null, + "name": "actual", + "xpath": "f:Group/f:actual", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-actual", + "url": "http://hl7.org/fhir/SearchParameter/Group-actual", + "code": "actual", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-actual" + }, + { + "description": "Identifier of the package/container", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-container-identifier/4.0.1", + "expression": "Substance.instance.identifier", + "fhirVersion": null, + "name": "container-identifier", + "xpath": "f:Substance/f:instance/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-container-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Substance-container-identifier", + "code": "container-identifier", + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-container-identifier" + }, + { + "description": "Search by identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier/4.0.1", + "expression": "DeviceUseStatement.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:DeviceUseStatement/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceUseStatement-identifier", + "url": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["DeviceUseStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceUseStatement-identifier" + }, + { + "description": "Topics associated with the module", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic/4.0.1", + "expression": "ActivityDefinition.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:ActivityDefinition/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-topic", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-topic" + }, + { + "description": "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-other/4.0.1", + "expression": "ConceptMap.group.unmapped.url", + "fhirVersion": null, + "name": "other", + "xpath": "f:ConceptMap/f:group/f:unmapped/f:url", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-other", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-other", + "code": "other", + "packageVersion": "4.0.1", + "target": ["ConceptMap"], + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-other" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The current status of the capability statement\r\n* [CodeSystem](codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](conceptmap.html): The current status of the concept map\r\n* [GraphDefinition](graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The current status of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](namingsystem.html): The current status of the naming system\r\n* [OperationDefinition](operationdefinition.html): The current status of the operation definition\r\n* [SearchParameter](searchparameter.html): The current status of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](structuremap.html): The current status of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The current status of the terminology capabilities\r\n* [ValueSet](valueset.html): The current status of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-status/4.0.1", + "expression": "CapabilityStatement.status | CodeSystem.status | CompartmentDefinition.status | ConceptMap.status | GraphDefinition.status | ImplementationGuide.status | MessageDefinition.status | NamingSystem.status | OperationDefinition.status | SearchParameter.status | StructureDefinition.status | StructureMap.status | TerminologyCapabilities.status | ValueSet.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:CapabilityStatement/f:status | f:CodeSystem/f:status | f:CompartmentDefinition/f:status | f:ConceptMap/f:status | f:GraphDefinition/f:status | f:ImplementationGuide/f:status | f:MessageDefinition/f:status | f:NamingSystem/f:status | f:OperationDefinition/f:status | f:SearchParameter/f:status | f:StructureDefinition/f:status | f:StructureMap/f:status | f:TerminologyCapabilities/f:status | f:ValueSet/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-status", + "url": "http://hl7.org/fhir/SearchParameter/conformance-status", + "code": "status", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-status" + }, + { + "description": "Request(s) replaced by this request", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces/4.0.1", + "expression": "CommunicationRequest.replaces", + "fhirVersion": null, + "name": "replaces", + "xpath": "f:CommunicationRequest/f:replaces", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-replaces", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", + "code": "replaces", + "packageVersion": "4.0.1", + "target": ["CommunicationRequest"], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-replaces" + }, + { + "description": "Intended jurisdiction for the evidence variable", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EvidenceVariable-jurisdiction/4.0.1", + "expression": "EvidenceVariable.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:EvidenceVariable/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EvidenceVariable-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/EvidenceVariable-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["EvidenceVariable"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable-jurisdiction" + }, + { + "description": "Name used to invoke the operation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-code/4.0.1", + "expression": "OperationDefinition.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:OperationDefinition/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OperationDefinition-code", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["OperationDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition-code" + }, + { + "description": "Classification of service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-category/4.0.1", + "expression": "ServiceRequest.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:ServiceRequest/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-category", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-category" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri/4.0.1", + "expression": "Communication.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "xpath": "f:Communication/f:instantiatesUri", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-instantiates-uri", + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-instantiates-uri" + }, + { + "description": "The authority of the contract", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-authority/4.0.1", + "expression": "Contract.authority", + "fhirVersion": null, + "name": "authority", + "xpath": "f:Contract/f:authority", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-authority", + "url": "http://hl7.org/fhir/SearchParameter/Contract-authority", + "code": "authority", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["Contract"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract-authority" + }, + { + "description": "in-progress | completed | abandoned | entered-in-error", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-status/4.0.1", + "expression": "SupplyDelivery.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:SupplyDelivery/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-status", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["SupplyDelivery"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyDelivery-status" + }, + { + "description": "Intended jurisdiction for the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction/4.0.1", + "expression": "ActivityDefinition.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:ActivityDefinition/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-jurisdiction" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in a phone contact\r\n* [Person](person.html): A value in a phone contact\r\n* [Practitioner](practitioner.html): A value in a phone contact\r\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](relatedperson.html): A value in a phone contact\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-phone/4.0.1", + "expression": "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')", + "fhirVersion": null, + "name": "phone", + "xpath": "f:Patient/f:telecom[system/@value='phone'] | f:Person/f:telecom[system/@value='phone'] | f:Practitioner/f:telecom[system/@value='phone'] | f:PractitionerRole/f:telecom[system/@value='phone'] | f:RelatedPerson/f:telecom[system/@value='phone']", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-phone", + "url": "http://hl7.org/fhir/SearchParameter/individual-phone", + "code": "phone", + "packageVersion": "4.0.1", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-phone" + }, + { + "description": "Searches for patients based on age as calculated based on current date and date of birth. Deceased patients are excluded from the search.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age/4.0.1", + "fhirVersion": null, + "name": "age", + "xpath": "f:Patient/f:birthDate", + "xpathUsage": "normal", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "patient-extensions-Patient-age", + "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-age", + "code": "age", + "packageVersion": "4.0.1", + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-extensions-Patient-age" + }, + { + "description": "Topics associated with the module", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-topic/4.0.1", + "expression": "PlanDefinition.topic", + "fhirVersion": null, + "name": "topic", + "xpath": "f:PlanDefinition/f:topic", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-topic", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic", + "code": "topic", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-topic" + }, + { + "description": "The classification of the type of observation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-category/4.0.1", + "expression": "Observation.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:Observation/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-category", + "url": "http://hl7.org/fhir/SearchParameter/Observation-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-category" + }, + { + "description": "A use context type and value assigned to the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type-value/4.0.1", + "expression": "RiskEvidenceSynthesis.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "RiskEvidenceSynthesis-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-context-type-value" + }, + { + "description": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-status/4.0.1", + "expression": "Encounter.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Encounter/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-status", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-status" + }, + { + "description": "Who/what is requesting service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-requester/4.0.1", + "expression": "ServiceRequest.requester", + "fhirVersion": null, + "name": "requester", + "xpath": "f:ServiceRequest/f:requester", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-requester", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", + "code": "requester", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "Device", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-requester" + }, + { + "description": "The description of the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-description/4.0.1", + "expression": "ResearchDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:ResearchDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-description" + }, + { + "description": "Body site", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-location/4.0.1", + "expression": "BodyStructure.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:BodyStructure/f:location", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-location", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-location", + "code": "location", + "packageVersion": "4.0.1", + "base": ["BodyStructure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BodyStructure-location" + }, + { + "description": "Role of participant in encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-participant-type/4.0.1", + "expression": "Encounter.participant.type", + "fhirVersion": null, + "name": "participant-type", + "xpath": "f:Encounter/f:participant/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-participant-type", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", + "code": "participant-type", + "packageVersion": "4.0.1", + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-participant-type" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient/4.0.1", + "expression": "CommunicationRequest.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "xpath": "f:CommunicationRequest/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-patient", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient", + "code": "patient", + "packageVersion": "4.0.1", + "target": ["Patient"], + "base": ["CommunicationRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest-patient" + }, + { + "description": "This location is listed in the participants of the appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-location/4.0.1", + "expression": "Appointment.participant.actor.where(resolve() is Location)", + "fhirVersion": null, + "name": "location", + "xpath": "f:Appointment/f:participant/f:actor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-location", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-location" + }, + { + "description": "Amino Acid Sequence/ DNA Sequence / RNA Sequence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-type/4.0.1", + "expression": "MolecularSequence.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:MolecularSequence/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-type", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["MolecularSequence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence-type" + }, + { + "description": "External identifiers for this item", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-identifier/4.0.1", + "expression": "HealthcareService.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:HealthcareService/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-identifier", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["HealthcareService"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService-identifier" + }, + { + "description": "Patient's nominated general practitioner, not the organization that manages the record", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-general-practitioner/4.0.1", + "expression": "Patient.generalPractitioner", + "fhirVersion": null, + "name": "general-practitioner", + "xpath": "f:Patient/f:generalPractitioner", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Patient-general-practitioner", + "url": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", + "code": "general-practitioner", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["Patient"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient-general-practitioner" + }, + { + "description": "Geographic region(s) for study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-location/4.0.1", + "expression": "ResearchStudy.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:ResearchStudy/f:location", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-location", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-location", + "code": "location", + "packageVersion": "4.0.1", + "base": ["ResearchStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchStudy-location" + }, + { + "description": "Resource that can be subject of QuestionnaireResponse", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type/4.0.1", + "expression": "Questionnaire.subjectType", + "fhirVersion": null, + "name": "subject-type", + "xpath": "f:Questionnaire/f:subjectType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-subject-type", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", + "code": "subject-type", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-subject-type" + }, + { + "description": "A quantity- or range-valued use context assigned to the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-quantity/4.0.1", + "expression": "(ResearchDefinition.useContext.value as Quantity) | (ResearchDefinition.useContext.value as Range)", + "fhirVersion": null, + "name": "context-quantity", + "xpath": "f:ResearchDefinition/f:useContext/f:valueQuantity | f:ResearchDefinition/f:useContext/f:valueRange", + "xpathUsage": "normal", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-context-quantity", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-context-quantity" + }, + { + "description": "Group includes or excludes", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-exclude/4.0.1", + "expression": "Group.characteristic.exclude", + "fhirVersion": null, + "name": "exclude", + "xpath": "f:Group/f:characteristic/f:exclude", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-exclude", + "url": "http://hl7.org/fhir/SearchParameter/Group-exclude", + "code": "exclude", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-exclude" + }, + { + "description": "Technical endpoint", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint/4.0.1", + "expression": "InsurancePlan.endpoint", + "fhirVersion": null, + "name": "endpoint", + "xpath": "f:InsurancePlan/f:endpoint", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-endpoint", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", + "code": "endpoint", + "packageVersion": "4.0.1", + "target": ["Endpoint"], + "base": ["InsurancePlan"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan-endpoint" + }, + { + "description": "The identity of the insurer or party paying for services", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-payor/4.0.1", + "expression": "Coverage.payor", + "fhirVersion": null, + "name": "payor", + "xpath": "f:Coverage/f:payor", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-payor", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-payor", + "code": "payor", + "packageVersion": "4.0.1", + "target": ["Organization", "Patient", "RelatedPerson"], + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-payor" + }, + { + "description": "Reference to property mapping depends on", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-product/4.0.1", + "expression": "ConceptMap.group.element.target.product.property", + "fhirVersion": null, + "name": "product", + "xpath": "f:ConceptMap/f:group/f:element/f:target/f:product/f:property", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-product", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-product", + "code": "product", + "packageVersion": "4.0.1", + "base": ["ConceptMap"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ConceptMap-product" + }, + { + "description": "One of the locations at which this practitioner provides care", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-location/4.0.1", + "expression": "PractitionerRole.location", + "fhirVersion": null, + "name": "location", + "xpath": "f:PractitionerRole/f:location", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-location", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", + "code": "location", + "packageVersion": "4.0.1", + "target": ["Location"], + "base": ["PractitionerRole"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole-location" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition/4.0.1", + "expression": "PaymentReconciliation.disposition", + "fhirVersion": null, + "name": "disposition", + "xpath": "f:PaymentReconciliation/f:disposition", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-disposition", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", + "code": "disposition", + "packageVersion": "4.0.1", + "base": ["PaymentReconciliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation-disposition" + }, + { + "description": "External identifier for the charge item definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-identifier/4.0.1", + "expression": "ChargeItemDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:ChargeItemDefinition/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-identifier", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-identifier" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-created/4.0.1", + "expression": "ClaimResponse.created", + "fhirVersion": null, + "name": "created", + "xpath": "f:ClaimResponse/f:created", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-created", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ClaimResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse-created" + }, + { + "description": "Search by encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-encounter/4.0.1", + "expression": "Task.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Task/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-encounter", + "url": "http://hl7.org/fhir/SearchParameter/Task-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Task"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task-encounter" + }, + { + "description": "The FHIR-based definition from which the request group is realized", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical/4.0.1", + "expression": "RequestGroup.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "xpath": "f:RequestGroup/f:instantiatesCanonical", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestGroup-instantiates-canonical", + "url": "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "4.0.1", + "base": ["RequestGroup"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup-instantiates-canonical" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Measure-depends-on/4.0.1", + "expression": "Measure.relatedArtifact.where(type='depends-on').resource | Measure.library", + "fhirVersion": null, + "name": "depends-on", + "xpath": "f:Measure/f:relatedArtifact[f:type/@value='depends-on']/f:resource | f:Measure/f:library", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Measure-depends-on", + "url": "http://hl7.org/fhir/SearchParameter/Measure-depends-on", + "code": "depends-on", + "packageVersion": "4.0.1", + "target": [ + "Library", + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Measure"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure-depends-on" + }, + { + "description": "The evidence publication date", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-date/4.0.1", + "expression": "Evidence.date", + "fhirVersion": null, + "name": "date", + "xpath": "f:Evidence/f:date", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-date", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-date" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Media-status/4.0.1", + "expression": "Media.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:Media/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Media-status", + "url": "http://hl7.org/fhir/SearchParameter/Media-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["Media"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media-status" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A postalCode specified in an address\r\n* [Person](person.html): A postal code specified in an address\r\n* [Practitioner](practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](relatedperson.html): A postal code specified in an address\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-postalcode/4.0.1", + "expression": "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "xpath": "f:Patient/f:address/f:postalCode | f:Person/f:address/f:postalCode | f:Practitioner/f:address/f:postalCode | f:RelatedPerson/f:address/f:postalCode", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "individual-address-postalcode", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "code": "address-postalcode", + "packageVersion": "4.0.1", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/individual-address-postalcode" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Composition](composition.html): Context of the Composition\r\n* [DeviceRequest](devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made\r\n* [DocumentReference](documentreference.html): Context of the document content\r\n* [Flag](flag.html): Alert relevant during encounter\r\n* [List](list.html): Context in which list created\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](observation.html): Encounter related to the observation\r\n* [Procedure](procedure.html): Encounter created as part of\r\n* [RiskAssessment](riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](servicerequest.html): An encounter in which this request is made\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-encounter/4.0.1", + "expression": "Composition.encounter | DeviceRequest.encounter | DiagnosticReport.encounter | DocumentReference.context.encounter | Flag.encounter | List.encounter | NutritionOrder.encounter | Observation.encounter | Procedure.encounter | RiskAssessment.encounter | ServiceRequest.encounter | VisionPrescription.encounter", + "fhirVersion": null, + "name": "encounter", + "xpath": "f:Composition/f:encounter | f:DeviceRequest/f:encounter | f:DiagnosticReport/f:encounter | f:DocumentReference/f:context/f:encounter | f:Flag/f:encounter | f:List/f:encounter | f:NutritionOrder/f:encounter | f:Observation/f:encounter | f:Procedure/f:encounter | f:RiskAssessment/f:encounter | f:ServiceRequest/f:encounter | f:VisionPrescription/f:encounter", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-encounter", + "url": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "code": "encounter", + "packageVersion": "4.0.1", + "target": ["Encounter", "EpisodeOfCare"], + "base": [ + "Composition", + "DeviceRequest", + "DiagnosticReport", + "DocumentReference", + "Flag", + "List", + "NutritionOrder", + "Observation", + "Procedure", + "RiskAssessment", + "ServiceRequest", + "VisionPrescription" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-encounter" + }, + { + "description": "Unique identifier for the substance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-identifier/4.0.1", + "expression": "Substance.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:Substance/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-identifier", + "url": "http://hl7.org/fhir/SearchParameter/Substance-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-identifier" + }, + { + "description": "A use context assigned to the questionnaire", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-context/4.0.1", + "expression": "(Questionnaire.useContext.value as CodeableConcept)", + "fhirVersion": null, + "name": "context", + "xpath": "f:Questionnaire/f:useContext/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-context", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-context", + "code": "context", + "packageVersion": "4.0.1", + "base": ["Questionnaire"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire-context" + }, + { + "description": "Reference to the subscriber", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-subscriber/4.0.1", + "expression": "Coverage.subscriber", + "fhirVersion": null, + "name": "subscriber", + "xpath": "f:Coverage/f:subscriber", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-subscriber", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", + "code": "subscriber", + "packageVersion": "4.0.1", + "target": ["Patient", "RelatedPerson"], + "base": ["Coverage"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage-subscriber" + }, + { + "description": "The style of appointment or patient that has been booked in the slot (not service type)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-appointment-type/4.0.1", + "expression": "Appointment.appointmentType", + "fhirVersion": null, + "name": "appointment-type", + "xpath": "f:Appointment/f:appointmentType", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-appointment-type", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", + "code": "appointment-type", + "packageVersion": "4.0.1", + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-appointment-type" + }, + { + "description": "A channel of communication", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-medium/4.0.1", + "expression": "Communication.medium", + "fhirVersion": null, + "name": "medium", + "xpath": "f:Communication/f:medium", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-medium", + "url": "http://hl7.org/fhir/SearchParameter/Communication-medium", + "code": "medium", + "packageVersion": "4.0.1", + "base": ["Communication"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication-medium" + }, + { + "description": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-type/4.0.1", + "expression": "Bundle.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Bundle/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Bundle-type", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Bundle"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Bundle-type" + }, + { + "description": "The participants acceptance status for this appointment", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status/4.0.1", + "expression": "AppointmentResponse.participantStatus", + "fhirVersion": null, + "name": "part-status", + "xpath": "f:AppointmentResponse/f:participantStatus", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-part-status", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", + "code": "part-status", + "packageVersion": "4.0.1", + "base": ["AppointmentResponse"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse-part-status" + }, + { + "description": "The description of the plan definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-description/4.0.1", + "expression": "PlanDefinition.description", + "fhirVersion": null, + "name": "description", + "xpath": "f:PlanDefinition/f:description", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-description", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-description", + "code": "description", + "packageVersion": "4.0.1", + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-description" + }, + { + "description": "What resource is being referenced", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-successor/4.0.1", + "expression": "PlanDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "xpath": "f:PlanDefinition/f:relatedArtifact[f:type/@value='successor']/f:resource", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-successor", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", + "code": "successor", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PlanDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition-successor" + }, + { + "description": "The identity of a patient, animal or group to list statements for", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-subject/4.0.1", + "expression": "MedicationStatement.subject", + "fhirVersion": null, + "name": "subject", + "xpath": "f:MedicationStatement/f:subject", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-subject", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject", + "code": "subject", + "packageVersion": "4.0.1", + "target": ["Group", "Patient"], + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-subject" + }, + { + "description": "Related Resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref/4.0.1", + "expression": "DocumentManifest.related.ref", + "fhirVersion": null, + "name": "related-ref", + "xpath": "f:DocumentManifest/f:related/f:ref", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentManifest-related-ref", + "url": "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref", + "code": "related-ref", + "packageVersion": "4.0.1", + "target": [ + "Account", + "ActivityDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "CatalogEntry", + "ChargeItem", + "ChargeItemDefinition", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceDefinition", + "DeviceMetric", + "DeviceRequest", + "DeviceUseStatement", + "DiagnosticReport", + "DocumentManifest", + "DocumentReference", + "EffectEvidenceSynthesis", + "Encounter", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "InsurancePlan", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "Measure", + "MeasureReport", + "Media", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProduct", + "MedicinalProductAuthorization", + "MedicinalProductContraindication", + "MedicinalProductIndication", + "MedicinalProductIngredient", + "MedicinalProductInteraction", + "MedicinalProductManufactured", + "MedicinalProductPackaged", + "MedicinalProductPharmaceutical", + "MedicinalProductUndesirableEffect", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionOrder", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RelatedPerson", + "RequestGroup", + "ResearchDefinition", + "ResearchElementDefinition", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "RiskEvidenceSynthesis", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "Substance", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SubstanceSpecification", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestReport", + "TestScript", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DocumentManifest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest-related-ref" + }, + { + "description": "Who performed the observation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-performer/4.0.1", + "expression": "Observation.performer", + "fhirVersion": null, + "name": "performer", + "xpath": "f:Observation/f:performer", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-performer", + "url": "http://hl7.org/fhir/SearchParameter/Observation-performer", + "code": "performer", + "packageVersion": "4.0.1", + "target": [ + "Practitioner", + "Organization", + "CareTeam", + "Patient", + "PractitionerRole", + "RelatedPerson" + ], + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-performer" + }, + { + "description": "Where procedure is going to be done", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site/4.0.1", + "expression": "ServiceRequest.bodySite", + "fhirVersion": null, + "name": "body-site", + "xpath": "f:ServiceRequest/f:bodySite", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-body-site", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", + "code": "body-site", + "packageVersion": "4.0.1", + "base": ["ServiceRequest"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest-body-site" + }, + { + "description": "The business version of the activity definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-version/4.0.1", + "expression": "ActivityDefinition.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:ActivityDefinition/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-version", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version", + "code": "version", + "packageVersion": "4.0.1", + "base": ["ActivityDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition-version" + }, + { + "description": "Intended jurisdiction for the risk evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-jurisdiction/4.0.1", + "expression": "RiskEvidenceSynthesis.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "xpath": "f:RiskEvidenceSynthesis/f:jurisdiction", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskEvidenceSynthesis-jurisdiction", + "url": "http://hl7.org/fhir/SearchParameter/RiskEvidenceSynthesis-jurisdiction", + "code": "jurisdiction", + "packageVersion": "4.0.1", + "base": ["RiskEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis-jurisdiction" + }, + { + "description": "The unique identifier associated with the specimen container", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-container-id/4.0.1", + "expression": "Specimen.container.identifier", + "fhirVersion": null, + "name": "container-id", + "xpath": "f:Specimen/f:container/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-container-id", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-container-id", + "code": "container-id", + "packageVersion": "4.0.1", + "base": ["Specimen"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen-container-id" + }, + { + "description": "Expiry date of package or container of substance", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-expiry/4.0.1", + "expression": "Substance.instance.expiry", + "fhirVersion": null, + "name": "expiry", + "xpath": "f:Substance/f:instance/f:expiry", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-expiry", + "url": "http://hl7.org/fhir/SearchParameter/Substance-expiry", + "code": "expiry", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["Substance"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Substance-expiry" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-state/4.0.1", + "expression": "Location.address.state", + "fhirVersion": null, + "name": "address-state", + "xpath": "f:Location/f:address/f:state", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-state", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-state", + "code": "address-state", + "packageVersion": "4.0.1", + "base": ["Location"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location-address-state" + }, + { + "description": "Organization requesting the charged service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization/4.0.1", + "expression": "ChargeItem.requestingOrganization", + "fhirVersion": null, + "name": "requesting-organization", + "xpath": "f:ChargeItem/f:requestingOrganization", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-requesting-organization", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", + "code": "requesting-organization", + "packageVersion": "4.0.1", + "target": ["Organization"], + "base": ["ChargeItem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem-requesting-organization" + }, + { + "description": "A type of use context assigned to the research definition", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type/4.0.1", + "expression": "ResearchDefinition.useContext.code", + "fhirVersion": null, + "name": "context-type", + "xpath": "f:ResearchDefinition/f:useContext/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchDefinition-context-type", + "url": "http://hl7.org/fhir/SearchParameter/ResearchDefinition-context-type", + "code": "context-type", + "packageVersion": "4.0.1", + "base": ["ResearchDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition-context-type" + }, + { + "description": "Kind of characteristic", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-characteristic/4.0.1", + "expression": "Group.characteristic.code", + "fhirVersion": null, + "name": "characteristic", + "xpath": "f:Group/f:characteristic/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-characteristic", + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "code": "characteristic", + "packageVersion": "4.0.1", + "base": ["Group"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group-characteristic" + }, + { + "description": "Returns statements of this category of medicationstatement", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-category/4.0.1", + "expression": "MedicationStatement.category", + "fhirVersion": null, + "name": "category", + "xpath": "f:MedicationStatement/f:category", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-category", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-category", + "code": "category", + "packageVersion": "4.0.1", + "base": ["MedicationStatement"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement-category" + }, + { + "description": "codesystem | identifier | root", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-kind/4.0.1", + "expression": "NamingSystem.kind", + "fhirVersion": null, + "name": "kind", + "xpath": "f:NamingSystem/f:kind", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-kind", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", + "code": "kind", + "packageVersion": "4.0.1", + "base": ["NamingSystem"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem-kind" + }, + { + "description": "The time during which the charge item definition is intended to be in use", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-effective/4.0.1", + "expression": "ChargeItemDefinition.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "xpath": "f:ChargeItemDefinition/f:effectivePeriod", + "xpathUsage": "normal", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItemDefinition-effective", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItemDefinition-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "4.0.1", + "base": ["ChargeItemDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition-effective" + }, + { + "description": "The status of the study", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-status/4.0.1", + "expression": "ImagingStudy.status", + "fhirVersion": null, + "name": "status", + "xpath": "f:ImagingStudy/f:status", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-status", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", + "code": "status", + "packageVersion": "4.0.1", + "base": ["ImagingStudy"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy-status" + }, + { + "description": "The value or component value of the observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept/4.0.1", + "expression": "(Observation.value as CodeableConcept) | (Observation.component.value as CodeableConcept)", + "fhirVersion": null, + "name": "combo-value-concept", + "xpath": "f:Observation/f:valueCodeableConcept | f:Observation/f:component/f:valueCodeableConcept", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-combo-value-concept", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "code": "combo-value-concept", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-combo-value-concept" + }, + { + "description": "The uri that identifies the evidence", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Evidence-url/4.0.1", + "expression": "Evidence.url", + "fhirVersion": null, + "name": "url", + "xpath": "f:Evidence/f:url", + "xpathUsage": "normal", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Evidence-url", + "url": "http://hl7.org/fhir/SearchParameter/Evidence-url", + "code": "url", + "packageVersion": "4.0.1", + "base": ["Evidence"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Evidence-url" + }, + { + "description": "Optional Extensions Element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-keyword/4.0.1", + "fhirVersion": null, + "name": "keyword", + "xpath": "f:CodeSystem/f:extension[@url='http://hl7.org/fhir/StructureDefinition/codesystem-keyWord'] | /f:#keyWord", + "xpathUsage": "normal", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "codesystem-extensions-CodeSystem-keyword", + "url": "http://hl7.org/fhir/SearchParameter/codesystem-extensions-CodeSystem-keyword", + "code": "keyword", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-extensions-CodeSystem-keyword" + }, + { + "description": "Reason the encounter takes place (reference)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-reason-reference/4.0.1", + "expression": "Encounter.reasonReference", + "fhirVersion": null, + "name": "reason-reference", + "xpath": "f:Encounter/f:reasonReference", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-reason-reference", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", + "code": "reason-reference", + "packageVersion": "4.0.1", + "target": [ + "Condition", + "Observation", + "Procedure", + "ImmunizationRecommendation" + ], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-reason-reference" + }, + { + "description": "Member of the CareTeam", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-care-team/4.0.1", + "expression": "Claim.careTeam.provider", + "fhirVersion": null, + "name": "care-team", + "xpath": "f:Claim/f:careTeam/f:provider", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-care-team", + "url": "http://hl7.org/fhir/SearchParameter/Claim-care-team", + "code": "care-team", + "packageVersion": "4.0.1", + "target": ["Practitioner", "Organization", "PractitionerRole"], + "base": ["Claim"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim-care-team" + }, + { + "description": "Multiple Resources: \r\n\r\n* [CapabilityStatement](capabilitystatement.html): The business version of the capability statement\r\n* [CodeSystem](codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](conceptmap.html): The business version of the concept map\r\n* [GraphDefinition](graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The business version of the implementation guide\r\n* [MessageDefinition](messagedefinition.html): The business version of the message definition\r\n* [OperationDefinition](operationdefinition.html): The business version of the operation definition\r\n* [SearchParameter](searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](structuremap.html): The business version of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The business version of the terminology capabilities\r\n* [ValueSet](valueset.html): The business version of the value set\r\n", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/conformance-version/4.0.1", + "expression": "CapabilityStatement.version | CodeSystem.version | CompartmentDefinition.version | ConceptMap.version | GraphDefinition.version | ImplementationGuide.version | MessageDefinition.version | OperationDefinition.version | SearchParameter.version | StructureDefinition.version | StructureMap.version | TerminologyCapabilities.version | ValueSet.version", + "fhirVersion": null, + "name": "version", + "xpath": "f:CapabilityStatement/f:version | f:CodeSystem/f:version | f:CompartmentDefinition/f:version | f:ConceptMap/f:version | f:GraphDefinition/f:version | f:ImplementationGuide/f:version | f:MessageDefinition/f:version | f:OperationDefinition/f:version | f:SearchParameter/f:version | f:StructureDefinition/f:version | f:StructureMap/f:version | f:TerminologyCapabilities/f:version | f:ValueSet/f:version", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "conformance-version", + "url": "http://hl7.org/fhir/SearchParameter/conformance-version", + "code": "version", + "packageVersion": "4.0.1", + "base": [ + "CapabilityStatement", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "GraphDefinition", + "ImplementationGuide", + "MessageDefinition", + "OperationDefinition", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "ValueSet" + ], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-version" + }, + { + "description": "Another Encounter this encounter is part of", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-part-of/4.0.1", + "expression": "Encounter.partOf", + "fhirVersion": null, + "name": "part-of", + "xpath": "f:Encounter/f:partOf", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-part-of", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-part-of", + "code": "part-of", + "packageVersion": "4.0.1", + "target": ["Encounter"], + "base": ["Encounter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter-part-of" + }, + { + "description": "Name of resource type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource/4.0.1", + "expression": "CompartmentDefinition.resource.code", + "fhirVersion": null, + "name": "resource", + "xpath": "f:CompartmentDefinition/f:resource/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CompartmentDefinition-resource", + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", + "code": "resource", + "packageVersion": "4.0.1", + "base": ["CompartmentDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CompartmentDefinition-resource" + }, + { + "description": "Code and string value parameter pair", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-string/4.0.1", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-string", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "expression": "value.as(string)" + } + ], + "status": "draft", + "id": "Observation-code-value-string", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", + "code": "code-value-string", + "packageVersion": "4.0.1", + "base": ["Observation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation-code-value-string" + }, + { + "description": "number | date | string | token | reference | composite | quantity | uri | special", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-type/4.0.1", + "expression": "SearchParameter.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:SearchParameter/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-type", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["SearchParameter"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter-type" + }, + { + "description": "The slots that this appointment is filling", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-slot/4.0.1", + "expression": "Appointment.slot", + "fhirVersion": null, + "name": "slot", + "xpath": "f:Appointment/f:slot", + "xpathUsage": "normal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-slot", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-slot", + "code": "slot", + "packageVersion": "4.0.1", + "target": ["Slot"], + "base": ["Appointment"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment-slot" + }, + { + "description": "Patient | Encounter | RelatedPerson | Practitioner | Device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code/4.0.1", + "expression": "CompartmentDefinition.code", + "fhirVersion": null, + "name": "code", + "xpath": "f:CompartmentDefinition/f:code", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CompartmentDefinition-code", + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", + "code": "code", + "packageVersion": "4.0.1", + "base": ["CompartmentDefinition"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CompartmentDefinition-code" + }, + { + "description": "E.g. patient, expense, depreciation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-type/4.0.1", + "expression": "Account.type", + "fhirVersion": null, + "name": "type", + "xpath": "f:Account/f:type", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-type", + "url": "http://hl7.org/fhir/SearchParameter/Account-type", + "code": "type", + "packageVersion": "4.0.1", + "base": ["Account"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account-type" + }, + { + "description": "An organization affiliation's Identifier", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier/4.0.1", + "expression": "OrganizationAffiliation.identifier", + "fhirVersion": null, + "name": "identifier", + "xpath": "f:OrganizationAffiliation/f:identifier", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-identifier", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", + "code": "identifier", + "packageVersion": "4.0.1", + "base": ["OrganizationAffiliation"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation-identifier" + }, + { + "description": "A use context type and value assigned to the effect evidence synthesis", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type-value/4.0.1", + "expression": "EffectEvidenceSynthesis.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "xpathUsage": "normal", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context", + "expression": "value.as(CodeableConcept)" + } + ], + "status": "draft", + "id": "EffectEvidenceSynthesis-context-type-value", + "url": "http://hl7.org/fhir/SearchParameter/EffectEvidenceSynthesis-context-type-value", + "code": "context-type-value", + "packageVersion": "4.0.1", + "base": ["EffectEvidenceSynthesis"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis-context-type-value" + }, + { + "description": "The source or owner for the price information", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost/4.0.1", + "expression": "MedicationKnowledge.cost.source", + "fhirVersion": null, + "name": "source-cost", + "xpath": "f:MedicationKnowledge/f:cost/f:source", + "xpathUsage": "normal", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-source-cost", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", + "code": "source-cost", + "packageVersion": "4.0.1", + "base": ["MedicationKnowledge"], + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge-source-cost" + }, + { + "description": "There is an instance of the device compartment for each Device resource, and the identity of the compartment is the same as the Device. The set of resources associated with a particular device", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/device/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Device", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "device", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "AuditEvent", "param": ["agent"] }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam" }, + { "code": "CatalogEntry" }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { + "code": "Claim", + "param": [ + "procedure-udi", + "item-udi", + "detail-udi", + "subdetail-udi" + ] + }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["sender", "recipient"] + }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["author"] }, + { "code": "ConceptMap" }, + { "code": "Condition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue", "param": ["author"] }, + { "code": "Device" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceMetric" }, + { + "code": "DeviceRequest", + "param": ["device", "subject", "requester", "performer"] + }, + { "code": "DeviceUseStatement", "param": ["device"] }, + { "code": "DiagnosticReport", "param": ["subject"] }, + { "code": "DocumentManifest", "param": ["subject", "author"] }, + { "code": "DocumentReference", "param": ["subject", "author"] }, + { "code": "EffectEvidenceSynthesis" }, + { "code": "Encounter" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { + "code": "ExplanationOfBenefit", + "param": [ + "procedure-udi", + "item-udi", + "detail-udi", + "subdetail-udi" + ] + }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag", "param": ["author"] }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "InsurancePlan" }, + { "code": "Invoice", "param": ["participant"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List", "param": ["subject", "source"] }, + { "code": "Location" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Media", "param": ["subject"] }, + { "code": "Medication" }, + { "code": "MedicationAdministration", "param": ["device"] }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProduct" }, + { "code": "MedicinalProductAuthorization" }, + { "code": "MedicinalProductContraindication" }, + { "code": "MedicinalProductIndication" }, + { "code": "MedicinalProductIngredient" }, + { "code": "MedicinalProductInteraction" }, + { "code": "MedicinalProductManufactured" }, + { "code": "MedicinalProductPackaged" }, + { "code": "MedicinalProductPharmaceutical" }, + { "code": "MedicinalProductUndesirableEffect" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader", "param": ["target"] }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionOrder" }, + { "code": "Observation", "param": ["subject", "device"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure" }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author"] }, + { "code": "RelatedPerson" }, + { "code": "RequestGroup", "param": ["author"] }, + { "code": "ResearchDefinition" }, + { "code": "ResearchElementDefinition" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment", "param": ["performer"] }, + { "code": "RiskEvidenceSynthesis" }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer", "requester"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["subject"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "Substance" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SubstanceSpecification" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/device", + "code": "Device", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the practitioner compartment for each Practitioner resource, and the identity of the compartment is the same as the Practitioner. The set of resources associated with a particular practitioner", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/practitioner/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Practitioner", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "practitioner", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "AdverseEvent", "param": ["recorder"] }, + { "code": "AllergyIntolerance", "param": ["recorder", "asserter"] }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "AuditEvent", "param": ["agent"] }, + { "code": "Basic", "param": ["author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["performer"] }, + { "code": "CareTeam", "param": ["participant"] }, + { "code": "CatalogEntry" }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { + "code": "Claim", + "param": ["enterer", "provider", "payee", "care-team"] + }, + { "code": "ClaimResponse", "param": ["requestor"] }, + { "code": "ClinicalImpression", "param": ["assessor"] }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["sender", "recipient", "requester"] + }, + { "code": "CompartmentDefinition" }, + { + "code": "Composition", + "param": ["subject", "author", "attester"] + }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["asserter"] }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { + "code": "CoverageEligibilityRequest", + "param": ["enterer", "provider"] + }, + { "code": "CoverageEligibilityResponse", "param": ["requestor"] }, + { "code": "DetectedIssue", "param": ["author"] }, + { "code": "Device" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["requester", "performer"] }, + { "code": "DeviceUseStatement" }, + { "code": "DiagnosticReport", "param": ["performer"] }, + { + "code": "DocumentManifest", + "param": ["subject", "author", "recipient"] + }, + { + "code": "DocumentReference", + "param": ["subject", "author", "authenticator"] + }, + { "code": "EffectEvidenceSynthesis" }, + { "code": "Encounter", "param": ["practitioner", "participant"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare", "param": ["care-manager"] }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { + "code": "ExplanationOfBenefit", + "param": ["enterer", "provider", "payee", "care-team"] + }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag", "param": ["author"] }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingStudy" }, + { "code": "Immunization", "param": ["performer"] }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "InsurancePlan" }, + { "code": "Invoice", "param": ["participant"] }, + { "code": "Library" }, + { "code": "Linkage", "param": ["author"] }, + { "code": "List", "param": ["source"] }, + { "code": "Location" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Media", "param": ["subject", "operator"] }, + { "code": "Medication" }, + { "code": "MedicationAdministration", "param": ["performer"] }, + { + "code": "MedicationDispense", + "param": ["performer", "receiver"] + }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["requester"] }, + { "code": "MedicationStatement", "param": ["source"] }, + { "code": "MedicinalProduct" }, + { "code": "MedicinalProductAuthorization" }, + { "code": "MedicinalProductContraindication" }, + { "code": "MedicinalProductIndication" }, + { "code": "MedicinalProductIngredient" }, + { "code": "MedicinalProductInteraction" }, + { "code": "MedicinalProductManufactured" }, + { "code": "MedicinalProductPackaged" }, + { "code": "MedicinalProductPharmaceutical" }, + { "code": "MedicinalProductUndesirableEffect" }, + { "code": "MessageDefinition" }, + { + "code": "MessageHeader", + "param": ["receiver", "author", "responsible", "enterer"] + }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionOrder", "param": ["provider"] }, + { "code": "Observation", "param": ["performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "Patient", "param": ["general-practitioner"] }, + { "code": "PaymentNotice", "param": ["provider"] }, + { "code": "PaymentReconciliation", "param": ["requestor"] }, + { "code": "Person", "param": ["practitioner"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner", "param": ["{def}"] }, + { "code": "PractitionerRole", "param": ["practitioner"] }, + { "code": "Procedure", "param": ["performer"] }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author", "source"] }, + { "code": "RelatedPerson" }, + { "code": "RequestGroup", "param": ["participant", "author"] }, + { "code": "ResearchDefinition" }, + { "code": "ResearchElementDefinition" }, + { "code": "ResearchStudy", "param": ["principalinvestigator"] }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment", "param": ["performer"] }, + { "code": "RiskEvidenceSynthesis" }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer", "requester"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["collector"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "Substance" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SubstanceSpecification" }, + { "code": "SupplyDelivery", "param": ["supplier", "receiver"] }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["prescriber"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/practitioner", + "code": "Practitioner", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/practitioner", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0364 ( Comment type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0364" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0364/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0364", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Comment type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0364", + "url": "http://terminology.hl7.org/ValueSet/v2-0364", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0364", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The set of resources associated with a particular Device (example with Communication and CommunicationRequest resourses only).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/example/4.0.1", + "date": "2017-02-24", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": null, + "purpose": "Provides an example of a FHIR compartment definition based on the Device resource type.", + "name": "EXAMPLE", + "useContext": [ + { + "code": { + "code": "focus", + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" + }, + "valueCodeableConcept": { + "coding": [ + { + "code": "Device", + "system": "http://hl7.org/fhir/resource-types" + } + ] + } + } + ], + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "example", + "resource": [ + { + "code": "Communication", + "param": ["sender", "recipient"], + "documentation": "The device used as the message sender and recipient" + }, + { + "code": "CommunicationRequest", + "param": ["sender", "recipient"], + "documentation": "The device used as the message sender and recipient" + } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/example", + "code": "Device", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example", + "contact": [ + { + "name": "[string]", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient, all the records associated with the linked patient are in the compartment associated with the target of the link.. The set of resources associated with a particular patient", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/patient/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Patient", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "patient", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "AdverseEvent", "param": ["subject"] }, + { + "code": "AllergyIntolerance", + "param": ["patient", "recorder", "asserter"] + }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "AuditEvent", "param": ["patient"] }, + { "code": "Basic", "param": ["patient", "author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BodyStructure", "param": ["patient"] }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["patient", "performer"] }, + { "code": "CareTeam", "param": ["patient", "participant"] }, + { "code": "CatalogEntry" }, + { "code": "ChargeItem", "param": ["subject"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Claim", "param": ["patient", "payee"] }, + { "code": "ClaimResponse", "param": ["patient"] }, + { "code": "ClinicalImpression", "param": ["subject"] }, + { "code": "CodeSystem" }, + { + "code": "Communication", + "param": ["subject", "sender", "recipient"] + }, + { + "code": "CommunicationRequest", + "param": ["subject", "sender", "recipient", "requester"] + }, + { "code": "CompartmentDefinition" }, + { + "code": "Composition", + "param": ["subject", "author", "attester"] + }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["patient", "asserter"] }, + { "code": "Consent", "param": ["patient"] }, + { "code": "Contract" }, + { + "code": "Coverage", + "param": ["policy-holder", "subscriber", "beneficiary", "payor"] + }, + { "code": "CoverageEligibilityRequest", "param": ["patient"] }, + { "code": "CoverageEligibilityResponse", "param": ["patient"] }, + { "code": "DetectedIssue", "param": ["patient"] }, + { "code": "Device" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["subject", "performer"] }, + { "code": "DeviceUseStatement", "param": ["subject"] }, + { "code": "DiagnosticReport", "param": ["subject"] }, + { + "code": "DocumentManifest", + "param": ["subject", "author", "recipient"] + }, + { "code": "DocumentReference", "param": ["subject", "author"] }, + { "code": "EffectEvidenceSynthesis" }, + { "code": "Encounter", "param": ["patient"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest", "param": ["subject"] }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare", "param": ["patient"] }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["patient", "payee"] }, + { "code": "FamilyMemberHistory", "param": ["patient"] }, + { "code": "Flag", "param": ["patient"] }, + { "code": "Goal", "param": ["patient"] }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingStudy", "param": ["patient"] }, + { "code": "Immunization", "param": ["patient"] }, + { "code": "ImmunizationEvaluation", "param": ["patient"] }, + { "code": "ImmunizationRecommendation", "param": ["patient"] }, + { "code": "ImplementationGuide" }, + { "code": "InsurancePlan" }, + { "code": "Invoice", "param": ["subject", "patient", "recipient"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List", "param": ["subject", "source"] }, + { "code": "Location" }, + { "code": "Measure" }, + { "code": "MeasureReport", "param": ["patient"] }, + { "code": "Media", "param": ["subject"] }, + { "code": "Medication" }, + { + "code": "MedicationAdministration", + "param": ["patient", "performer", "subject"] + }, + { + "code": "MedicationDispense", + "param": ["subject", "patient", "receiver"] + }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["subject"] }, + { "code": "MedicationStatement", "param": ["subject"] }, + { "code": "MedicinalProduct" }, + { "code": "MedicinalProductAuthorization" }, + { "code": "MedicinalProductContraindication" }, + { "code": "MedicinalProductIndication" }, + { "code": "MedicinalProductIngredient" }, + { "code": "MedicinalProductInteraction" }, + { "code": "MedicinalProductManufactured" }, + { "code": "MedicinalProductPackaged" }, + { "code": "MedicinalProductPharmaceutical" }, + { "code": "MedicinalProductUndesirableEffect" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence", "param": ["patient"] }, + { "code": "NamingSystem" }, + { "code": "NutritionOrder", "param": ["patient"] }, + { "code": "Observation", "param": ["subject", "performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "Patient", "param": ["link"] }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Person", "param": ["patient"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["patient", "performer"] }, + { "code": "Provenance", "param": ["patient"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["subject", "author"] }, + { "code": "RelatedPerson", "param": ["patient"] }, + { "code": "RequestGroup", "param": ["subject", "participant"] }, + { "code": "ResearchDefinition" }, + { "code": "ResearchElementDefinition" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject", "param": ["individual"] }, + { "code": "RiskAssessment", "param": ["subject"] }, + { "code": "RiskEvidenceSynthesis" }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["subject", "performer"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["subject"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "Substance" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SubstanceSpecification" }, + { "code": "SupplyDelivery", "param": ["patient"] }, + { "code": "SupplyRequest", "param": ["subject"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["patient"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/patient", + "code": "Patient", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the encounter compartment for each encounter resource, and the identity of the compartment is the same as the encounter. The set of resources associated with a particular encounter", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/encounter/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Encounter", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "encounter", + "resource": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "AuditEvent" }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["encounter"] }, + { "code": "CareTeam", "param": ["encounter"] }, + { "code": "CatalogEntry" }, + { "code": "ChargeItem", "param": ["context"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Claim", "param": ["encounter"] }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression", "param": ["encounter"] }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["encounter"] }, + { "code": "CommunicationRequest", "param": ["encounter"] }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["encounter"] }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["encounter"] }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["encounter"] }, + { "code": "DeviceUseStatement" }, + { "code": "DiagnosticReport", "param": ["encounter"] }, + { "code": "DocumentManifest", "param": ["related-ref"] }, + { "code": "DocumentReference", "param": ["encounter"] }, + { "code": "EffectEvidenceSynthesis" }, + { "code": "Encounter", "param": ["{def}"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["encounter"] }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "InsurancePlan" }, + { "code": "Invoice" }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Media", "param": ["encounter"] }, + { "code": "Medication" }, + { "code": "MedicationAdministration", "param": ["context"] }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["encounter"] }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProduct" }, + { "code": "MedicinalProductAuthorization" }, + { "code": "MedicinalProductContraindication" }, + { "code": "MedicinalProductIndication" }, + { "code": "MedicinalProductIngredient" }, + { "code": "MedicinalProductInteraction" }, + { "code": "MedicinalProductManufactured" }, + { "code": "MedicinalProductPackaged" }, + { "code": "MedicinalProductPharmaceutical" }, + { "code": "MedicinalProductUndesirableEffect" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionOrder", "param": ["encounter"] }, + { "code": "Observation", "param": ["encounter"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["encounter"] }, + { "code": "Provenance" }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["encounter"] }, + { "code": "RelatedPerson" }, + { "code": "RequestGroup", "param": ["encounter"] }, + { "code": "ResearchDefinition" }, + { "code": "ResearchElementDefinition" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "RiskEvidenceSynthesis" }, + { "code": "Schedule" }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["encounter"] }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "Substance" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SubstanceSpecification" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["encounter"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/encounter", + "code": "Encounter", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the relatedPerson compartment for each relatedPerson resource, and the identity of the compartment is the same as the relatedPerson. The set of resources associated with a particular 'related person'", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/relatedPerson/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for RelatedPerson", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "relatedPerson", + "resource": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "AdverseEvent", "param": ["recorder"] }, + { "code": "AllergyIntolerance", "param": ["asserter"] }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "AuditEvent" }, + { "code": "Basic", "param": ["author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["performer"] }, + { "code": "CareTeam", "param": ["participant"] }, + { "code": "CatalogEntry" }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Claim", "param": ["payee"] }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["sender", "recipient", "requester"] + }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["author"] }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["asserter"] }, + { "code": "Consent" }, + { "code": "Contract" }, + { + "code": "Coverage", + "param": ["policy-holder", "subscriber", "payor"] + }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest" }, + { "code": "DeviceUseStatement" }, + { "code": "DiagnosticReport" }, + { "code": "DocumentManifest", "param": ["author", "recipient"] }, + { "code": "DocumentReference", "param": ["author"] }, + { "code": "EffectEvidenceSynthesis" }, + { "code": "Encounter", "param": ["participant"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["payee"] }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "InsurancePlan" }, + { "code": "Invoice", "param": ["recipient"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Media" }, + { "code": "Medication" }, + { "code": "MedicationAdministration", "param": ["performer"] }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement", "param": ["source"] }, + { "code": "MedicinalProduct" }, + { "code": "MedicinalProductAuthorization" }, + { "code": "MedicinalProductContraindication" }, + { "code": "MedicinalProductIndication" }, + { "code": "MedicinalProductIngredient" }, + { "code": "MedicinalProductInteraction" }, + { "code": "MedicinalProductManufactured" }, + { "code": "MedicinalProductPackaged" }, + { "code": "MedicinalProductPharmaceutical" }, + { "code": "MedicinalProductUndesirableEffect" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionOrder" }, + { "code": "Observation", "param": ["performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "Patient", "param": ["link"] }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Person", "param": ["link"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["performer"] }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author", "source"] }, + { "code": "RelatedPerson", "param": ["{def}"] }, + { "code": "RequestGroup", "param": ["participant"] }, + { "code": "ResearchDefinition" }, + { "code": "ResearchElementDefinition" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "RiskEvidenceSynthesis" }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer"] }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "Substance" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SubstanceSpecification" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/relatedPerson", + "code": "RelatedPerson", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/relatedPerson", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0066 ( Employment status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0066" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0066/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0066", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Employment status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0066", + "url": "http://terminology.hl7.org/ValueSet/v2-0066", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0066", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A role played by a place at which services may be provided.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "SDLOC", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassServiceDeliveryLocation/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassServiceDeliveryLocation", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassServiceDeliveryLocation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassServiceDeliveryLocation", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassServiceDeliveryLocation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16927", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassServiceDeliveryLocation", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes that can be used to indicate the type of food being ordered for a patient. This value set is provided as a suggestive example. It includes codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 182922004 (Dietary regime (regime/therapy)) ", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "182922004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/diet-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "DietCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Diet Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diet-type", + "url": "http://hl7.org/fhir/ValueSet/diet-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.385", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diet-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0527 ( Calendar alignment)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0527" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0527/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0527", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Calendar alignment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0527", + "url": "http://terminology.hl7.org/ValueSet/v2-0527", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0527", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Used to distinguish different roles a resource can play within a set of linked resources.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/linkage-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/linkage-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LinkageType", + "experimental": false, + "resourceType": "ValueSet", + "title": "LinkageType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "linkage-type", + "url": "http://hl7.org/fhir/ValueSet/linkage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.314", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/linkage-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A single value set for all security labels defined by FHIR.", + "compose": { + "include": [ + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-Compartment" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-SecurityIntegrityObservationValue" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-SecurityControlObservationValue" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActUSPrivacyLaw" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/security-labels/4.0.1", + "date": "2014-07-28", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR project team", + "fhirVersion": null, + "name": "All Security Labels", + "experimental": false, + "resourceType": "ValueSet", + "title": "SecurityLabels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "security-labels", + "url": "http://hl7.org/fhir/ValueSet/security-labels", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.47", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/security-labels", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0894 ( Side of body)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0894" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0894/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0894", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Side of body", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0894", + "url": "http://terminology.hl7.org/ValueSet/v2-0894", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0894", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes common codes from BCP-47 (http://tools.ietf.org/html/bcp47)", + "compose": { + "include": [ + { + "system": "urn:ietf:bcp:47", + "concept": [ + { + "code": "ar", + "display": "Arabic", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisk", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabic", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisch", + "language": "nl" + } + ] + }, + { + "code": "bn", + "display": "Bengali", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengali", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengaals", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Бенгальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "孟加拉语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalsk", + "language": "da" + } + ] + }, + { + "code": "cs", + "display": "Czech", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Czech", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tsjechisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Чешский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "捷克语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tschechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tjekkisk", + "language": "da" + } + ] + }, + { + "code": "da", + "display": "Danish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Danish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deens", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Датский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "丹麦语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dänisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dansk", + "language": "da" + } + ] + }, + { + "code": "de", + "display": "German", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk", + "language": "da" + } + ] + }, + { + "code": "de-AT", + "display": "German (Austria)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Austria)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Oostenrijk)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Австрия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (奥地利)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Österreich)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Østrig", + "language": "da" + } + ] + }, + { + "code": "de-CH", + "display": "German (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "de-DE", + "display": "German (Germany)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Germany)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Duitsland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Германия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (德国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Deutschland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Tyskland)", + "language": "da" + } + ] + }, + { + "code": "el", + "display": "Greek", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Greek", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Grieks", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Греческий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "希腊语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Griechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Græsk", + "language": "da" + } + ] + }, + { + "code": "en", + "display": "English", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk", + "language": "da" + } + ] + }, + { + "code": "en-AU", + "display": "English (Australia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Australia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Australië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Австралия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (澳大利亚)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Australien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Australien)", + "language": "da" + } + ] + }, + { + "code": "en-CA", + "display": "English (Canada)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Canada)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Canada)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Канада)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (加拿大)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Kanada)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Canada)", + "language": "da" + } + ] + }, + { + "code": "en-GB", + "display": "English (Great Britain)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Great Britain)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Groot Brittannië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Великобритания)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (英国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Großbritannien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Storbritannien)", + "language": "da" + } + ] + }, + { + "code": "en-IN", + "display": "English (India)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (India)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (India)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Индия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (印度)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Indien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Indien)", + "language": "da" + } + ] + }, + { + "code": "en-NZ", + "display": "English (New Zeland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (New Zeland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Nieuw Zeeland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Новая Зеландия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (新西兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Neuseeland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (New Zeeland)", + "language": "da" + } + ] + }, + { + "code": "en-SG", + "display": "English (Singapore)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Singapore)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Singapore)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Сингапур)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (新加坡)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Singapur)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Singapore)", + "language": "da" + } + ] + }, + { + "code": "en-US", + "display": "English (United States)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (United States)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Verenigde Staten)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (США)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (美国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (USA)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Amerikansk)", + "language": "da" + } + ] + }, + { + "code": "es", + "display": "Spanish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk", + "language": "da" + } + ] + }, + { + "code": "es-AR", + "display": "Spanish (Argentina)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Argentina)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Argentinië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Аргентина)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (阿根廷)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Argentinien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Argentina)", + "language": "da" + } + ] + }, + { + "code": "es-ES", + "display": "Spanish (Spain)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Spain)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Spanje)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Испания)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (西班牙)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Spanien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Spanien)", + "language": "da" + } + ] + }, + { + "code": "es-UY", + "display": "Spanish (Uruguay)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Uruguay)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Uruguay)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Уругвай)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (乌拉圭)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Uruguay)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Uruguay)", + "language": "da" + } + ] + }, + { + "code": "fi", + "display": "Finnish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fins", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Финский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "芬兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk", + "language": "da" + } + ] + }, + { + "code": "fr", + "display": "French", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk", + "language": "da" + } + ] + }, + { + "code": "fr-BE", + "display": "French (Belgium)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (Belgium)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (België)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Belgien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk (Belgien)", + "language": "da" + } + ] + }, + { + "code": "fr-CH", + "display": "French (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (比利时)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "fr-FR", + "display": "French (France)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (France)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (Frankrijk)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский (Франция)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Frankreich)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk (Frankrig)", + "language": "da" + } + ] + }, + { + "code": "fy", + "display": "Frysian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frysian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk", + "language": "da" + } + ] + }, + { + "code": "fy-NL", + "display": "Frysian (Netherlands)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frysian (Netherlands)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries (Nederland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语(荷兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch (Niederlande)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk (Holland)", + "language": "da" + } + ] + }, + { + "code": "hi", + "display": "Hindi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "nl" + } + ] + }, + { + "code": "hr", + "display": "Croatian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Croatian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Хорватский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "克罗地亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisk", + "language": "da" + } + ] + }, + { + "code": "it", + "display": "Italian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk", + "language": "da" + } + ] + }, + { + "code": "it-CH", + "display": "Italian (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "it-IT", + "display": "Italian (Italy)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian (Italy)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans (Italië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский (Италия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语 (意大利)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch (Italien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk (Italien)", + "language": "da" + } + ] + }, + { + "code": "ja", + "display": "Japanese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Японский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "日语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japansk", + "language": "da" + } + ] + }, + { + "code": "ko", + "display": "Korean", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Korean", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Корейский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "朝鲜语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreansk", + "language": "da" + } + ] + }, + { + "code": "nl", + "display": "Dutch", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk", + "language": "da" + } + ] + }, + { + "code": "nl-BE", + "display": "Dutch (Belgium)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch (Belgium)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands (België)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语 (比利时)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch (Belgien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk (Belgien)", + "language": "da" + } + ] + }, + { + "code": "nl-NL", + "display": "Dutch (Netherlands)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch (Netherlands)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands (Nederland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский (Нидерланды)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语 (荷兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch (Niederlande)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk (Holland)", + "language": "da" + } + ] + }, + { + "code": "no", + "display": "Norwegian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk", + "language": "da" + } + ] + }, + { + "code": "no-NO", + "display": "Norwegian (Norway)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian (Norway)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors (Noorwegen)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский (Норвегия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语 (挪威)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch (Norwegen)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk (Norge)", + "language": "da" + } + ] + }, + { + "code": "pa", + "display": "Punjabi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "nl" + } + ] + }, + { + "code": "pl", + "display": "Polish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Polskie", + "language": "pl" + } + ] + }, + { + "code": "pt", + "display": "Portuguese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk", + "language": "da" + } + ] + }, + { + "code": "pt-BR", + "display": "Portuguese (Brazil)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese (Brazil)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees (Brazilië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский (Бразилия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语 (巴西)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch (Brasilien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk (Brasilien)", + "language": "da" + } + ] + }, + { + "code": "ru", + "display": "Russian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk", + "language": "da" + } + ] + }, + { + "code": "ru-RU", + "display": "Russian (Russia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian (Russia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch (Rusland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский (Россия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语 (俄罗斯)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch (Russland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk (Rusland)", + "language": "da" + } + ] + }, + { + "code": "sr", + "display": "Serbian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk", + "language": "da" + } + ] + }, + { + "code": "sr-RS", + "display": "Serbian (Serbia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian (Serbia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch (Servië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский (Сербия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语 (塞尔维亚)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch (Serbien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk (Serbien)", + "language": "da" + } + ] + }, + { + "code": "sv", + "display": "Swedish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk", + "language": "da" + } + ] + }, + { + "code": "sv-SE", + "display": "Swedish (Sweden)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish (Sweden)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds (Zweden)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский (Швеция)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语 (瑞典)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch (Schweden)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk (Sverige)", + "language": "da" + } + ] + }, + { + "code": "te", + "display": "Telegu", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telegu", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Teloegoe", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Телугу", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "泰卢固语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "da" + } + ] + }, + { + "code": "zh", + "display": "Chinese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk", + "language": "da" + } + ] + }, + { + "code": "zh-CN", + "display": "Chinese (China)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (China)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (China)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Китай)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (中国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (China)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Kina)", + "language": "da" + } + ] + }, + { + "code": "zh-HK", + "display": "Chinese (Hong Kong)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Hong Kong)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Hong Kong)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Гонконг)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (香港特别行政区)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Hong Kong)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Hong Kong)", + "language": "da" + } + ] + }, + { + "code": "zh-SG", + "display": "Chinese (Singapore)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Singapore)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Singapore)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Сингапур)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (新加坡)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Singapur)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Singapore)", + "language": "da" + } + ] + }, + { + "code": "zh-TW", + "display": "Chinese (Taiwan)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Taiwan)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Taiwan)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Тайвань)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (台湾)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Taiwan)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Taiwan)", + "language": "da" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/languages/4.0.1", + "date": "2016-08-22T09:53:05+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "CommonLanguages", + "experimental": true, + "resourceType": "ValueSet", + "title": "Common Languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "languages", + "url": "http://hl7.org/fhir/ValueSet/languages", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.20", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/languages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all SNOMED CT Clinical Findings.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTClinicalFindings", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Clinical Findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-type", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.835", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleLinkType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleLinkType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RoleLinkType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RoleLinkType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RoleLinkType", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleLinkType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11603", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleLinkType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Years of education that a person has completed", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EducationLevel" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EducationLevel/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EducationLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EducationLevel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EducationLevel", + "url": "http://terminology.hl7.org/ValueSet/v3-EducationLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19175", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EducationLevel", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0435 ( Advance directive code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0435" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0435/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0435", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Advance directive code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0435", + "url": "http://terminology.hl7.org/ValueSet/v2-0435", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0435", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Preferred value set for Condition/Diagnosis severity grading.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "24484000" }, + { "code": "6736007" }, + { "code": "255604002" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Condition/DiagnosisSeverity", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition/Diagnosis Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-severity", + "url": "http://hl7.org/fhir/ValueSet/condition-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.168", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-severity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This FHIR value set is comprised of Actor participation Type codes, which can be used to value FHIR agents, actors, and other role elements. The FHIR Actor participation type value set is based on DICOM Audit Message, C402; ASTM Standard, E1762-95 [2013]; selected codes and derived actor roles from HL7 RoleClass OID 2.16.840.1.113883.5.110; HL7 Role Code 2.16.840.1.113883.5.111, including AgentRoleType; HL7 ParticipationType OID: 2.16.840.1.113883.5.90; and HL7 ParticipationFunction codes OID: 2.16.840.1.113883.5.88. This value set includes, by reference, role codes from external code systems: NUCC Health Care Provider Taxonomy OID: 2.16.840.1.113883.6.101; North American Industry Classification System [NAICS]OID: 2.16.840.1.113883.6.85; IndustryClassificationSystem 2.16.840.1.113883.1.11.16039; and US Census Occupation Code OID: 2.16.840.1.113883.6.243 for relevant recipient or custodian codes not included in this value set. If no source is indicated in the definition comments, then these are example FHIR codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes", + "concept": [ + { "code": "AMENDER" }, + { "code": "COAUTH" }, + { "code": "CONT" }, + { "code": "EVTWIT" }, + { "code": "PRIMAUTH" }, + { "code": "REVIEWER" }, + { "code": "SOURCE" }, + { "code": "TRANS" }, + { "code": "VALID" }, + { "code": "VERF" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [ + { "code": "AFFL" }, + { "code": "AGNT" }, + { "code": "ASSIGNED" }, + { "code": "CLAIM" }, + { "code": "COVPTY" }, + { "code": "DEPEN" }, + { "code": "ECON" }, + { "code": "EMP" }, + { "code": "GUARD" }, + { "code": "INVSBJ" }, + { "code": "NAMED" }, + { "code": "NOK" }, + { "code": "PAT" }, + { "code": "PROV" }, + { "code": "NOT" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [ + { "code": "CLASSIFIER" }, + { "code": "CONSENTER" }, + { "code": "CONSWIT" }, + { "code": "COPART" }, + { "code": "DECLASSIFIER" }, + { "code": "DELEGATEE" }, + { "code": "DELEGATOR" }, + { "code": "DOWNGRDER" }, + { "code": "DPOWATT" }, + { "code": "EXCEST" }, + { "code": "GRANTEE" }, + { "code": "GRANTOR" }, + { "code": "GT" }, + { "code": "GUADLTM" }, + { "code": "HPOWATT" }, + { "code": "INTPRTER" }, + { "code": "POWATT" }, + { "code": "RESPRSN" }, + { "code": "SPOWATT" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "_CitizenRoleType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction", + "concept": [ + { "code": "AUCG" }, + { "code": "AULR" }, + { "code": "AUTM" }, + { "code": "AUWA" }, + { "code": "PROMSK" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "AUT" }, + { "code": "CST" }, + { "code": "INF" }, + { "code": "IRCP" }, + { "code": "LA" }, + { "code": "IRCP" }, + { "code": "TRC" }, + { "code": "WIT" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type" + }, + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { "code": "110150" }, + { "code": "110151" }, + { "code": "110152" }, + { "code": "110153" }, + { "code": "110154" }, + { "code": "110155" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/participation-role-type/4.0.1", + "date": "2017-01-30T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ParticipationRoleType", + "copyright": "This is an example FHIR value set based on ASTM Standard, E1762-95 (2013) HL7 RoleClass OID 2.16.840.1.113883.5.110, HL7 Role Code 2.16.840.1.113883.5.111, HL7 ParticipationType OID: 2.16.840.1.113883.5.90, HL7 ParticipationFunction codes at OID: 2.16.840.1.113883.5.88, and HL7 Security and Privacy Domain Analysis Model roles classes. These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "ParticipationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "participation-role-type", + "url": "http://hl7.org/fhir/ValueSet/participation-role-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.54", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/participation-role-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0425 ( Newborn code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0425" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0425/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0425", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Newborn code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0425", + "url": "http://terminology.hl7.org/ValueSet/v2-0425", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0425", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Internet Assigned Numbers Authority (IANA) Charset Types", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v3-Charset" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Charset/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Charset", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Charset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Charset", + "url": "http://terminology.hl7.org/ValueSet/v3-Charset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14853", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Charset", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0291 ( Subtype of Referenced Data)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0291" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0291/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0291", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Subtype of Referenced Data", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0291", + "url": "http://terminology.hl7.org/ValueSet/v2-0291", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0291", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0323 ( Action Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0323" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0323/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0323", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Action Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0323", + "url": "http://terminology.hl7.org/ValueSet/v2-0323", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0323", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A value set that includes all CPT codes", + "compose": { + "include": [{ "system": "http://www.ama-assn.org/go/cpt" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/cpt-all/4.0.1", + "date": "2015-03-12", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Vocabulary)", + "fhirVersion": null, + "jurisdiction": [ + { "coding": [{ "code": "US", "system": "urn:iso:std:iso:3166" }] } + ], + "name": "All CPT codes", + "useContext": [ + { + "code": { + "code": "species", + "system": "http://example.org/fhir/CodeSystem/use-contexts" + }, + "valueCodeableConcept": { + "coding": [ + { + "code": "337915000", + "system": "http://snomed.info/sct", + "display": "Homo sapiens (organism)" + } + ] + } + } + ], + "copyright": "CPT Copyright © 2014 American Medical Association. All rights reserved.", + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "cpt-all", + "url": "http://hl7.org/fhir/ValueSet/cpt-all", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cpt-all" + }, + { + "description": "This value set includes smattering of Adjudication Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adjudication-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "AdjudicationReasonCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Adjudication Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication-reason", + "url": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.598", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adjudication-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A code specifying the particular kind of Act that the Act-instance represents within its class. Constraints:\r\nThe kind of Act (e.g. physical examination, serum potassium, inpatient encounter, charge financial transaction, etc.) is specified with a code from one of several, typically external, coding systems. The coding system will depend on the class of Act, such as LOINC for observations, etc. Conceptually, the Act.code must be a specialization of the Act.classCode. This is why the structure of ActClass domain should be reflected in the superstructure of the ActCode domain and then individual codes or externally referenced vocabularies subordinated under these domains that reflect the ActClass structure. Act.classCode and Act.code are not modifiers of each other but the Act.code concept should really imply the Act.classCode concept. For a negative example, it is not appropriate to use an Act.code \"potassium\" together with and Act.classCode for \"laboratory observation\" to somehow mean \"potassium laboratory observation\" and then use the same Act.code for \"potassium\" together with Act.classCode for \"medication\" to mean \"substitution of potassium\". This mutually modifying use of Act.code and Act.classCode is not permitted.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0276 ( Appointment Reason Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0276" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0276/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0276", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Appointment Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "language": "en", + "id": "v2-0276", + "url": "http://terminology.hl7.org/ValueSet/v2-0276", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0276", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Codes representing the defined possible states of a Managed Participation, as defined by the Managed Participation class state machine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ManagedParticipationStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ManagedParticipationStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ManagedParticipationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ManagedParticipationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ManagedParticipationStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-ManagedParticipationStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15992", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ManagedParticipationStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Identifies the current completion state of a clinical document.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-DocumentCompletion/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.DocumentCompletion", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System DocumentCompletion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-DocumentCompletion", + "url": "http://terminology.hl7.org/ValueSet/v3-DocumentCompletion", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.271", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-DocumentCompletion", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the specialty of a Practitioner.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/practitioner-specialty" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/practitioner-specialty/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "PractitionerSpecialty", + "experimental": false, + "resourceType": "ValueSet", + "title": "Practitioner specialty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "practitioner-specialty", + "url": "http://hl7.org/fhir/ValueSet/practitioner-specialty", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.441", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/practitioner-specialty", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0494 ( Specimen Child Role)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0494" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0494/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0494", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Child Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0494", + "url": "http://terminology.hl7.org/ValueSet/v2-0494", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0494", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The allowable request method or HTTP operation codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/http-operations" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/http-operations/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TestScriptRequestMethodCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "TestScriptRequestMethodCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "http-operations", + "url": "http://hl7.org/fhir/ValueSet/http-operations", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.716", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/http-operations", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Preferred value set for AllergyIntolerance Verification Status.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-verification/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllergyIntoleranceVerificationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Verification Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergyintolerance-verification", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1370", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-verification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "What Search Comparator Codes are supported in search.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-comparator" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/search-comparator/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SearchComparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "SearchComparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "search-comparator", + "url": "http://hl7.org/fhir/ValueSet/search-comparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.637", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/search-comparator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Claim Type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/claim-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ClaimTypeCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "claim-type", + "url": "http://hl7.org/fhir/ValueSet/claim-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.558", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set has asset availability codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/asset-availability" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/asset-availability/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceAssetAvailiabilityCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Availiability codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "asset-availability", + "url": "http://hl7.org/fhir/ValueSet/asset-availability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1295", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/asset-availability", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Uses of an address not included in Address.use.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse", + "concept": [ + { + "code": "BAD", + "display": "bad address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A flag indicating that the address is bad, in fact, useless." + } + ] + }, + { + "code": "CONF", + "display": "confidential address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates that the address is considered sensitive and should only be shared or published in accordance with organizational controls governing patient demographic information with increased sensitivity. Uses of Addresses. Lloyd to supply more complete description." + } + ] + }, + { + "code": "HP", + "display": "primary home", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The primary home, to reach a person after business hours." + } + ] + }, + { + "code": "HV", + "display": "vacation home", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A vacation home, to reach a person while on vacation." + } + ] + }, + { + "code": "DIR", + "display": "direct", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates a work place address or telecommunication address that reaches the individual or organization directly without intermediaries. For phones, often referred to as a 'private line'." + } + ] + }, + { + "code": "PUB", + "display": "public", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates a work place address or telecommunication address that is a 'standard' address which may reach a reception service, mail-room, or other intermediary prior to the target entity." + } + ] + }, + { + "code": "PHYS", + "display": "physical visit address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used primarily to visit an address." + } + ] + }, + { + "code": "PST", + "display": "postal address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used to send mail." + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/postal-address-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PostalAddressUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "PostalAddressUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "postal-address-use", + "url": "http://hl7.org/fhir/ValueSet/postal-address-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.908", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/postal-address-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "EnteralRouteOfAdministration: Codes specifying the route of administration of enteral formula. This value set is composed of HL7 V3 codes and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration", + "concept": [ + { "code": "PO" }, + { "code": "EFT" }, + { "code": "ENTINSTL" }, + { "code": "GT" }, + { "code": "NGT" }, + { "code": "OGT" }, + { "code": "GJT" }, + { "code": "JJTINSTL" }, + { "code": "OJJ" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/enteral-route/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "EnteralRouteCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Enteral Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "enteral-route", + "url": "http://hl7.org/fhir/ValueSet/enteral-route", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.394", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/enteral-route", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0918 ( PCA Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0918" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0918/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0918", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PCA Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0918", + "url": "http://terminology.hl7.org/ValueSet/v2-0918", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0918", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0499 ( Consent Bypass Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0499" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0499/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0499", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Bypass Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0499", + "url": "http://terminology.hl7.org/ValueSet/v2-0499", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0499", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A code classifying the general nature of the response to a given query. Includes whether or not data was found, or whether an error occurred.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-QueryResponse" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-QueryResponse/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.QueryResponse", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System QueryResponse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-QueryResponse", + "url": "http://terminology.hl7.org/ValueSet/v3-QueryResponse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.208", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-QueryResponse", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A code that indicates how the server supports conditional delete.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conditional-delete-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/conditional-delete-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConditionalDeleteStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConditionalDeleteStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conditional-delete-status", + "url": "http://hl7.org/fhir/ValueSet/conditional-delete-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.194", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conditional-delete-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0135 ( ASSIGNMENT OF BENEFITS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0135" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0135/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0135", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ASSIGNMENT OF BENEFITS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0135", + "url": "http://terminology.hl7.org/ValueSet/v2-0135", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0135", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0181 ( MFN Recode-Level Error Return)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0181" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0181/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0181", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MFN Recode-Level Error Return", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0181", + "url": "http://terminology.hl7.org/ValueSet/v2-0181", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0181", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0393 ( Match algorithms)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0393" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0393/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0393", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Match algorithms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0393", + "url": "http://terminology.hl7.org/ValueSet/v2-0393", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0393", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Definition:\r\nA person playing the role of program eligible under a program based on military status. Discussion:\r\nThis CoveredPartyRoleType.code is typically used when the CoveredPartyRole class code is either \"program eligible\" or \"subscriber\" and the person's status as a member of the military meets jurisdictional or program criteria", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "MIL", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-MilitaryRoleType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.MilitaryRoleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetMilitaryRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-MilitaryRoleType", + "url": "http://terminology.hl7.org/ValueSet/v3-MilitaryRoleType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19812", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-MilitaryRoleType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The Participation status of an appointment.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/participationstatus" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/participationstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ParticipationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ParticipationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "participationstatus", + "url": "http://hl7.org/fhir/ValueSet/participationstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.486", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/participationstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0935 ( Process Interruption Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0935" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0935/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0935", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Process Interruption Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0935", + "url": "http://terminology.hl7.org/ValueSet/v2-0935", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0935", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " OpenIssue:\r\nNeeds description", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNamePartQualifier/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNamePartQualifier", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNamePartQualifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNamePartQualifier", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNamePartQualifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15888", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNamePartQualifier", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0048 ( WHAT SUBJECT FILTER)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0048" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0048/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0048", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 WHAT SUBJECT FILTER", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0048", + "url": "http://terminology.hl7.org/ValueSet/v2-0048", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0048", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the procedure performance process.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/procedure-progress-status-code" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-progress-status-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureProgressStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Progress Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "procedure-progress-status-codes", + "url": "http://hl7.org/fhir/ValueSet/procedure-progress-status-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.946", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-progress-status-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Structure Definition Use Codes / Keywords", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/definition-use" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/definition-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DefinitionUseCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Definition Use Codes / Keywords", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "definition-use", + "url": "http://hl7.org/fhir/ValueSet/definition-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1190", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/definition-use", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A general association between two entities that is neither partitive nor ontological.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [{ "code": "_RoleClassAssociative" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_RoleClassAssociative", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassAssociative/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassAssociative", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassAssociative", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassAssociative", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassAssociative", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19313", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassAssociative", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "SNOMED-CT concepts modifying the anatomic location", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "419161000", "display": "Unilateral left" }, + { "code": "419465000", "display": "Unilateral right" }, + { "code": "51440002", "display": "Bilateral" }, + { "code": "261183002", "display": "Upper" }, + { "code": "261122009", "display": "Lower" }, + { "code": "255561001", "display": "Medial" }, + { "code": "49370004", "display": "Lateral" }, + { "code": "264217000", "display": "Superior" }, + { "code": "261089000", "display": "Inferior" }, + { "code": "255551008", "display": "Posterior" }, + { "code": "351726001", "display": "Below" }, + { "code": "352730000", "display": "Above" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/bodystructure-relative-location/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Order and Observation Workgroup", + "fhirVersion": null, + "name": "BodystructureLocationQualifier", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": false, + "resourceType": "ValueSet", + "title": "Bodystructure Location Qualifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodystructure-relative-location", + "url": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.140", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodystructure-relative-location", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the role of one Organization in relation to another.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/organization-role" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/organization-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "OrganizationAffiliationRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Organization Affiliation Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-role", + "url": "http://hl7.org/fhir/ValueSet/organization-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.880", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/organization-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the operational status of the DeviceMetric.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-operational-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/metric-operational-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceMetricOperationalStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceMetricOperationalStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-operational-status", + "url": "http://hl7.org/fhir/ValueSet/metric-operational-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.646", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/metric-operational-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The presentation types of notes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/note-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/note-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NoteType", + "experimental": false, + "resourceType": "ValueSet", + "title": "NoteType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "note-type", + "url": "http://hl7.org/fhir/ValueSet/note-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.15", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/note-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "One of the resource types defined as part of this version of FHIR.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/resource-types" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "resource-types", + "url": "http://hl7.org/fhir/ValueSet/resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.27", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes the four Consent scope codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentscope" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-scope/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "ConsentScopeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent Scope Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-scope", + "url": "http://hl7.org/fhir/ValueSet/consent-scope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.761", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-scope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Chromosome number for human.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/chromosome-human" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/chromosome-human/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "chromosome-human", + "experimental": false, + "resourceType": "ValueSet", + "title": "chromosome-human", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "chromosome-human", + "url": "http://hl7.org/fhir/ValueSet/chromosome-human", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.224", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/chromosome-human", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " An entity entering the data into the originating system. The data entry entity is collected optionally for internal quality control purposes. This includes the transcriptionist for dictated text transcribed into electronic form.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "TRANS", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationInformationTranscriber/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationInformationTranscriber", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationInformationTranscriber", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationInformationTranscriber", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationInformationTranscriber", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19676", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationInformationTranscriber", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value sets refers to a Category of supply.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/supply-kind" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SupplyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Supply Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-kind", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.693", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplyrequest-kind", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a ChargeItem.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/chargeitem-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/chargeitem-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ChargeItemStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ChargeItemStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "chargeitem-status", + "url": "http://hl7.org/fhir/ValueSet/chargeitem-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.846", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/chargeitem-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0406 ( Participant Organization Unit Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0406" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0406/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0406", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Participant Organization Unit Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0406", + "url": "http://terminology.hl7.org/ValueSet/v2-0406", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0406", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why an administered dose has been assigned a particular status. Often, this reason describes why a dose is considered invalid. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationEvaluationDoseStatusReasonCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Dose Status Reason codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-dose-status-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.303", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-evaluation-dose-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for asset context.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-context" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetcontext/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceAssetContextCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Context codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetcontext", + "url": "http://hl7.org/fhir/ValueSet/contract-assetcontext", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1297", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-assetcontext", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0487 ( Specimen Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0487" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0487/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0487", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "language": "en", + "id": "v2-0487", + "url": "http://terminology.hl7.org/ValueSet/v2-0487", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0487", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes defined in SNOMED CT that can be used to record Media Recording views.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "260419006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/media-view/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MediaCollectionView/Projection", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Media Collection View/Projection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "media-view", + "url": "http://hl7.org/fhir/ValueSet/media-view", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.337", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/media-view", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " The type of cap associated with a container", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ContainerCap" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ContainerCap/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ContainerCap", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ContainerCap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ContainerCap", + "url": "http://terminology.hl7.org/ValueSet/v3-ContainerCap", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ContainerCap", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0558 ( Payee Relationship to Invoice)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0558" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0558/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0558", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Payee Relationship to Invoice", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0558", + "url": "http://terminology.hl7.org/ValueSet/v2-0558", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0558", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0083 ( Outlier Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0083" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0083/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0083", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Outlier Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0083", + "url": "http://terminology.hl7.org/ValueSet/v2-0083", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0083", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/messageheader-response-request" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/messageheader-response-request/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "messageheader-response-request", + "experimental": false, + "resourceType": "ValueSet", + "title": "messageheader-response-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "messageheader-response-request", + "url": "http://hl7.org/fhir/ValueSet/messageheader-response-request", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.924", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/messageheader-response-request", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0008 ( ACKNOWLEDGMENT CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0008" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0008/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0008", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ACKNOWLEDGMENT CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0008", + "url": "http://terminology.hl7.org/ValueSet/v2-0008", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0008", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0375 ( Artificial blood)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0375" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0375/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0375", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Artificial blood", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0375", + "url": "http://terminology.hl7.org/ValueSet/v2-0375", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0375", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0239 ( Event Expected)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0239" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0239/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0239", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event Expected", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0239", + "url": "http://terminology.hl7.org/ValueSet/v2-0239", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0239", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The days of the week.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/days-of-week" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/days-of-week/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DaysOfWeek", + "experimental": false, + "resourceType": "ValueSet", + "title": "DaysOfWeek", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "days-of-week", + "url": "http://hl7.org/fhir/ValueSet/days-of-week", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.512", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/days-of-week", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Definition:\r\nThe type of consent directive, e.g., to consent or dissent to collect, access, or use in specific ways within an EHRS or for health information exchange; or to disclose health information for purposes such as research.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActConsentType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActConsentType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActConsentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActConsentType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActConsentType", + "url": "http://terminology.hl7.org/ValueSet/v3-ActConsentType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19897", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActConsentType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0510 ( Blood Product Dispense Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0510" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0510/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0510", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Blood Product Dispense Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0510", + "url": "http://terminology.hl7.org/ValueSet/v2-0510", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0510", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0534 ( Notify Clergy Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0534" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0534/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0534", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Notify Clergy Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0534", + "url": "http://terminology.hl7.org/ValueSet/v2-0534", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0534", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0415 ( DRG transfer type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0415" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0415/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0415", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG transfer type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0415", + "url": "http://terminology.hl7.org/ValueSet/v2-0415", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0415", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example FHIR value set is comprised of lifecycle event codes. The FHIR Actor value set is based on DICOM Audit Message, ParticipantObjectDataLifeCycle; ISO Standard, TS 21089-2017; ", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/dicom-audit-lifecycle" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/object-lifecycle-events/4.0.1", + "date": "2017-02-19T18:00:00+01:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ObjectLifecycleEvents", + "copyright": "This is an example FHIR value set based on ASTM Standard, E1762-95 (2013) HL7 RoleClass OID 2.16.840.1.113883.5.110, HL7 Role Code 2.16.840.1.113883.5.111, HL7 ParticipationType OID: 2.16.840.1.113883.5.90, HL7 ParticipationFunction codes at OID: 2.16.840.1.113883.5.88, and HL7 Security and Privacy Domain Analysis Model roles classes. These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "object-lifecycle-events", + "url": "http://hl7.org/fhir/ValueSet/object-lifecycle-events", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/object-lifecycle-events", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies under what circumstances (target Act) the source-Act may, must, must not or has occurred", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType", + "concept": [{ "code": "_ActRelationshipConditional" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActRelationshipConditional", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipConditional/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActRelationshipConditional", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActRelationshipConditional", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActRelationshipConditional", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipConditional", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.18977", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipConditional", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0229 ( Outlier Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0229" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0229/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0229", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Outlier Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0229", + "url": "http://terminology.hl7.org/ValueSet/v2-0229", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0229", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0372 ( Specimen component)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0372" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0372/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0372", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen component", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0372", + "url": "http://terminology.hl7.org/ValueSet/v2-0372", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0372", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0917 ( Bolus Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0917" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0917/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0917", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Bolus Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0917", + "url": "http://terminology.hl7.org/ValueSet/v2-0917", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0917", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0357 ( Message error condition codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0357" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0357/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0357", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Message error condition codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0357", + "url": "http://terminology.hl7.org/ValueSet/v2-0357", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0357", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the validity of a dose relative to a particular recommended schedule. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationEvaluationDoseStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Dose Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-dose-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.301", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-evaluation-dose-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes CoverageEligibilityResponse Auth Support codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "CoverageEligibilityResponseAuthSupportCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "CoverageEligibilityResponse Auth Support Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "coverageeligibilityresponse-ex-auth-support", + "url": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1393", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverageeligibilityresponse-ex-auth-support", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Media Type Code", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { "code": "110030" }, + { "code": "110031" }, + { "code": "110032" }, + { "code": "110033" }, + { "code": "110034" }, + { "code": "110035" }, + { "code": "110036" }, + { "code": "110037" }, + { "code": "110010" }, + { "code": "110038" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/dicm-405-mediatype/4.0.1", + "date": "2010-08-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "NEMA/DICOM", + "fhirVersion": null, + "name": "MediaTypeCode", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Media Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "dicm-405-mediatype", + "url": "http://hl7.org/fhir/ValueSet/dicm-405-mediatype", + "identifier": [ + { + "value": "urn:oid:1.2.840.10008.6.​1.​908", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dicm-405-mediatype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type of the validation primary source", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/primary-source-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "primary-source-type", + "experimental": false, + "resourceType": "ValueSet", + "title": "Primary-source-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "verificationresult-primary-source-type", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.892", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-primary-source-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes describing the purpose or content of the communication.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-topic" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/communication-topic/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CommunicationTopic", + "experimental": false, + "resourceType": "ValueSet", + "title": "CommunicationTopic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-topic", + "url": "http://hl7.org/fhir/ValueSet/communication-topic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.983", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/communication-topic", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "EnteralFormulaType : Codes for type of enteral formula to be administered to patient. This value set is composed of SNOMED CT (US Extension) Concepts from SCTID 470581016 (Enteral+supplement feeds hierarchy (product)) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "443031000124106", + "display": "Adult critical care formula" + }, + { + "code": "443051000124104", + "display": "Adult diabetes specialty formula" + }, + { + "code": "442911000124109", + "display": "Adult elemental formula" + }, + { + "code": "443021000124108", + "display": "Adult hepatic specialty formula" + }, + { + "code": "442971000124100", + "display": "Adult high energy formula" + }, + { + "code": "442981000124102", + "display": "Adult hydrolyzed protein formula" + }, + { + "code": "442991000124104", + "display": "Adult high protein formula" + }, + { + "code": "443011000124100", + "display": "Adult high protein high fiber formula" + }, + { + "code": "442961000124107", + "display": "Adult low carbohydrate formula" + }, + { + "code": "442951000124105", + "display": "Adult pulmonary specialty formula" + }, + { + "code": "442941000124108", + "display": "Adult renal specialty formula" + }, + { + "code": "442921000124101", + "display": "Adult standard formula" + }, + { + "code": "442931000124103", + "display": "Adult soy protein isolate formula" + }, + { + "code": "443361000124100", + "display": "Pediatric Formula" + }, + { + "code": "443401000124105", + "display": "Pediatric elemental formula" + }, + { + "code": "443491000124103", + "display": "Pediatric high energy formula" + }, + { + "code": "443501000124106", + "display": "Pediatric high energy formula with increased fiber" + }, + { + "code": "443421000124100", + "display": "Pediatric hydrolyzed protein formula" + }, + { + "code": "443471000124104", + "display": "Pediatric increased fiber formula" + }, + { + "code": "444431000124104", + "display": "Pediatric reduced energy formula" + }, + { + "code": "443451000124109", + "display": "Pediatric standard formula" + }, + { + "code": "441561000124106", + "display": "Standard enteral formula with fiber" + }, + { + "code": "443461000124106", + "display": "Standard Formula" + }, + { + "code": "441531000124102", + "display": "Standard Enteral Formula" + }, + { + "code": "443561000124107", + "display": "Soy based formula" + }, + { + "code": "443481000124101", + "display": "Renal Formula" + }, + { + "code": "441571000124104", + "display": "High energy enteral formula with fiber" + }, + { + "code": "441591000124103", + "display": "Diabetic enteral formula with fiber" + }, + { + "code": "441601000124106", + "display": "Diabetic high calorie high protein enteral formula with fiber" + }, + { + "code": "443351000124102", + "display": "Increased fiber formula" + }, + { + "code": "443771000124106", + "display": "Hydrolyzed protein formula" + }, + { + "code": "441671000124100", + "display": "Hydrolyzed peptide-based high protein enteral formula" + }, + { + "code": "443111000124101", + "display": "High protein formula" + }, + { + "code": "443431000124102", + "display": "High Energy Formula" + }, + { + "code": "443411000124108", + "display": "Elemental Formula" + }, + { + "code": "442651000124102", + "display": "Adult formula" + } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/entformula-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "EnteralFormulaTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Enteral Formula Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "entformula-type", + "url": "http://hl7.org/fhir/ValueSet/entformula-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.391", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/entformula-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Describes an individual's typical arrangement of working hours for an occupation.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + "concept": [{ "code": "_WorkSchedule" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_WorkSchedule", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-WorkScheduleODH/2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.WorkScheduleODH", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetWorkScheduleODH", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-WorkScheduleODH", + "url": "http://terminology.hl7.org/ValueSet/v3-WorkScheduleODH", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20561", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-WorkScheduleODH", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " A role played by a material entity that is a specimen for an act. It is scoped by the source of the specimen.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "SPEC", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassSpecimen/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassSpecimen", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassSpecimen", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassSpecimen", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassSpecimen", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11591", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassSpecimen", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Term Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contracttermtypecodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-term-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractTermTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Term Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-term-type", + "url": "http://hl7.org/fhir/ValueSet/contract-term-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.733", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-term-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Overall nature of the adverse event, e.g. real or potential.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/adverse-event-actuality" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-actuality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventActuality", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventActuality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "adverse-event-actuality", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-actuality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.831", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-actuality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for investigation type.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "271336007", + "display": "Examination / signs" + }, + { "code": "160237006", "display": "History/symptoms" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/investigation-sets/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "InvestigationType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Investigation Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "investigation-sets", + "url": "http://hl7.org/fhir/ValueSet/investigation-sets", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.157", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/investigation-sets", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Actions that can be taken for the collection of specimen from a subject.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "129316008", + "display": "Aspiration - action" + }, + { "code": "129314006", "display": "Biopsy - action" }, + { "code": "129300006", "display": "Puncture - action" }, + { "code": "129304002", "display": "Excision - action" }, + { "code": "129323009", "display": "Scraping - action" }, + { + "code": "73416001", + "display": "Urine specimen collection, clean catch" + }, + { + "code": "225113003", + "display": "Timed urine collection" + }, + { + "code": "70777001", + "display": "Urine specimen collection, catheterized" + }, + { + "code": "386089008", + "display": "Collection of coughed sputum" + }, + { + "code": "278450005", + "display": "Finger-prick sampling" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-collection/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecimenCollection", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen collection methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-collection", + "url": "http://hl7.org/fhir/ValueSet/specimen-collection", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1398", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-collection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set includes the v3 RoleCode PRN (parent), TWIN (twin) and all of their specializations. It covers the relationships needed to establish genetic pedigree relationships between family members.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "PRN", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + }, + { + "filter": [ + { "op": "is-a", "value": "TWIN", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/parent-relationship-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ParentRelationshipCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Parent Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "parent-relationship-codes", + "url": "http://hl7.org/fhir/ValueSet/parent-relationship-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.921", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/parent-relationship-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0354 ( Message structure)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0354" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0354/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0354", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Message structure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0354", + "url": "http://terminology.hl7.org/ValueSet/v2-0354", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0354", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0268 ( Override)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0268" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0268/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0268", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Override", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0268", + "url": "http://terminology.hl7.org/ValueSet/v2-0268", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0268", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "An example value set of Codified order entry details concepts. These concepts only make sense in the context of what is being ordered. This example is for a patient ventilation order", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "47545007", + "display": "Continuous positive airway pressure ventilation treatment (regime/therapy)", + "designation": [{ "value": "CPAP" }] + }, + { + "code": "286812008", + "display": "Pressure controlled ventilation (procedure)", + "designation": [{ "value": "PCV" }] + }, + { + "code": "243144002", + "display": "Patient triggered inspiratory assistance (procedure)", + "designation": [{ "value": "IPPB " }] + }, + { + "code": "243150007", + "display": "Assisted controlled mandatory ventilation (procedure)", + "designation": [{ "value": "ACV" }] + }, + { + "code": "59427005", + "display": "Synchronized intermittent mandatory ventilation (procedure)", + "designation": [{ "value": "SIMV" }] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/servicerequest-orderdetail/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Orders and Observations Workgroup", + "fhirVersion": null, + "name": "ServiceRequestOrderDetailsCodes", + "copyright": "This specification includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Service Request Order Details Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-orderdetail", + "url": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.435", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-orderdetail", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0119 ( ORDER CONTROL)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0119" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0119/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0119", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ORDER CONTROL", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0119", + "url": "http://terminology.hl7.org/ValueSet/v2-0119", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0119", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Describes the type of communication function that the associated entity plays in the associated transmission.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-CommunicationFunctionType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-CommunicationFunctionType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.CommunicationFunctionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System CommunicationFunctionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-CommunicationFunctionType", + "url": "http://terminology.hl7.org/ValueSet/v3-CommunicationFunctionType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16031", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-CommunicationFunctionType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all the codes in HL7 V2 table 0074.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0074" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/diagnostic-service-sections/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DiagnosticServiceSectionCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Diagnostic Service Section Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnostic-service-sections", + "url": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.234", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnostic-service-sections", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0505 ( Cyclic Entry/Exit Indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0505" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0505/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0505", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Cyclic Entry/Exit Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0505", + "url": "http://terminology.hl7.org/ValueSet/v2-0505", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0505", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A code that provides additional detail about the means or technique used to ascertain the observation. Examples:\r\nBlood pressure measurement method: arterial puncture vs. sphygmomanometer (Riva-Rocci), sitting vs. supine position, etc. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be verified. Note that the Domain has a full discussion about use of the attribute and constraining that is not appropriate for the code system description. Needs to be improved.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationMethod" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObservationMethod/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ObservationMethod", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ObservationMethod", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ObservationMethod", + "url": "http://terminology.hl7.org/ValueSet/v3-ObservationMethod", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20423", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObservationMethod", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0228 ( Diagnosis Classification)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0228" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0228/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0228", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Diagnosis Classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0228", + "url": "http://terminology.hl7.org/ValueSet/v2-0228", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0228", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0123 ( RESULT STATUS - OBR)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0123" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0123/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0123", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 RESULT STATUS - OBR", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0123", + "url": "http://terminology.hl7.org/ValueSet/v2-0123", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0123", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " OpenIssue: In Ballot 2009May, a strong Negative vote was lodged against several of the concept definitions in the vocabulary used for Act.moodCode. The vote was found \"Persuasive With Mod\", with the understanding that M and M would undertake a detailed review of these concept definitions for a future release of the RIM.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActMood/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActMood", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActMood", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActMood", + "url": "http://terminology.hl7.org/ValueSet/v3-ActMood", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10196", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActMood", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Details of how a designation would be used", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "900000000000003001" }, + { "code": "900000000000013009" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/designation-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "DesignationUse", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Designation Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-warning", + "valueMarkdown": "Licensing note: this value set has an extensible binding, and includes concepts from SNOMED CT. The SNOMED CT concepts included in this value set - description types for SCT terms - are for use with SNOMED-CT, and not expected to be used with other code systems." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "designation-use", + "url": "http://hl7.org/fhir/ValueSet/designation-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.264", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/designation-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Service Place codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-serviceplace" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-place/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleServicePlaceCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Service Place Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-place", + "url": "http://hl7.org/fhir/ValueSet/service-place", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.564", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-place", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of general categories for flagged issues. (Not complete or necessarily appropriate.)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/flag-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/flag-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "FlagCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Flag Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-category", + "url": "http://hl7.org/fhir/ValueSet/flag-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.122", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes that convey the current status of the research study.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-study-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchStudyStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchStudyStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-status", + "url": "http://hl7.org/fhir/ValueSet/research-study-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.819", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-study-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "UCUM units for recording Body Temperature", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [{ "code": "Cel" }, { "code": "[degF]" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodytemp/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "BodyTemperatureUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Temperature Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodytemp", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodytemp", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.957", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-bodytemp", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The allowed codes for identifying the ISO 11179 ObjectClass Property for a particular data element if intended for registration/use within the U.S. Structured Data Capture (SDC) project.", + "compose": { + "include": [ + { "system": "http://snomed.info/sct" }, + { "system": "http://loinc.org" }, + { "system": "http://www.nlm.nih.gov/research/umls/rxnorm" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclassproperty/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Office of the National Coordinator for Health IT", + "fhirVersion": null, + "name": "DataElementSDCObjectClass", + "copyright": "This value set includes content from LOINC®, which is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use. This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "DataElement SDC Object Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "dataelement-sdcobjectclassproperty", + "url": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclassproperty", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.911", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dataelement-sdcobjectclassproperty", + "contact": [ + { "telecom": [{ "value": "http://healthit.gov", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0572 ( Tax status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0572" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0572/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0572", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Tax status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0572", + "url": "http://terminology.hl7.org/ValueSet/v2-0572", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0572", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0148 ( PENALTY TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0148" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0148/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0148", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PENALTY TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0148", + "url": "http://terminology.hl7.org/ValueSet/v2-0148", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0148", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Preferred value set for AllergyIntolerance Clinical Status.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-clinical/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllergyIntoleranceClinicalStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Clinical Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergyintolerance-clinical", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1372", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-clinical", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "HL7-defined code system of concepts which specify a categorical assessment of an observation value. \r\n \r\n Notes:\r\n \r\n This is being communicated in v2.x in OBX-8 (Observation Interpretation), in v3 in ObservationInterpretation (CWE) in R1 (Representative Realm) and in FHIR in Observation.interpretation.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0078" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0078/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0078", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ABNORMAL FLAGS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0078", + "url": "http://terminology.hl7.org/ValueSet/v2-0078", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0078", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "MedicationDispense Status Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationDispense Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication dispense status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "medicationdispense-status", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1312", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationdispense-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0286 ( Provider Role)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0286" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0286/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0286", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Provider Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0286", + "url": "http://terminology.hl7.org/ValueSet/v2-0286", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0286", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0191 ( Type Of Data)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0191" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0191/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0191", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Type Of Data", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0191", + "url": "http://terminology.hl7.org/ValueSet/v2-0191", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0191", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0500 ( Consent Disclosure Level)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0500" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0500/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0500", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Disclosure Level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0500", + "url": "http://terminology.hl7.org/ValueSet/v2-0500", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0500", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Criterion for rejection of the specimen by laboratory.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/rejection-criteria/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RejectionCriterion", + "experimental": false, + "resourceType": "ValueSet", + "title": "RejectionCriterion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rejection-criteria", + "url": "http://hl7.org/fhir/ValueSet/rejection-criteria", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.856", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/rejection-criteria", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the kind of study objective.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-study-objective-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-study-objective-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchStudyObjectiveType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchStudyObjectiveType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "research-study-objective-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-objective-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.823", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-study-objective-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0682 ( Device Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0682" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0682/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0682", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Device Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0682", + "url": "http://terminology.hl7.org/ValueSet/v2-0682", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0682", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of the measure report.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/measure-report-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-report-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureReportStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureReportStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-report-status", + "url": "http://hl7.org/fhir/ValueSet/measure-report-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.776", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-report-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Materials used or needed to feed the patient.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/feeding-device" }, + { + "filter": [ + { + "op": "is-a", + "value": "705383004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/feeding-device/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "FeedingDeviceCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Feeding Device Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "feeding-device", + "url": "http://hl7.org/fhir/ValueSet/feeding-device", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.961", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/feeding-device", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0571 ( Invoice Processing Results Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0571" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0571/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0571", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Invoice Processing Results Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0571", + "url": "http://terminology.hl7.org/ValueSet/v2-0571", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0571", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a request.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/request-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RequestStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "RequestStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "request-status", + "url": "http://hl7.org/fhir/ValueSet/request-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.111", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0007 ( ADMISSION TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0007" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0007/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0007", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ADMISSION TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0007", + "url": "http://terminology.hl7.org/ValueSet/v2-0007", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0007", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How to interpret the context.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-context-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-context-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapContextType", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapContextType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-context-type", + "url": "http://hl7.org/fhir/ValueSet/map-context-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.679", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-context-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "NutrientModifier : Codes for types of nutrients that are being modified such as carbohydrate or sodium. This value set includes codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 226355009 (Nutrients(substance)), and the concepts for Sodium, Potassium and Fluid. This is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "33463005", "display": "Fluid" }, + { "code": "39972003", "display": "Sodium" }, + { "code": "88480006", "display": "Potassium" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "226355009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/nutrient-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "NutrientModifierCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Nutrient Modifier Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutrient-code", + "url": "http://hl7.org/fhir/ValueSet/nutrient-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.386", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/nutrient-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0063 ( Relationship)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0063" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0063/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0063", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0063", + "url": "http://terminology.hl7.org/ValueSet/v2-0063", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0063", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Revenue Center codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-revenue-center" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-revenue-center/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleRevenueCenterCodes", + "copyright": "These codes have been appropriated from the [UB04 code set](http://www.nubc.org/) owned and managed by the [AHA](http://www.aha.org/). Users require a [license from the AHA](http://www.nubc.org/licensing/index.dhtml) in order to use these codes. **Note: the codes have been withdrawn in a later version**", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Revenue Center Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-revenue-center", + "url": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.594", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-revenue-center", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. Examples include: author, transcriptionist/recorder, and witness.", + "compose": { "include": [{ "system": "urn:iso-astm:E1762-95:2013" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/signature-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "ASTM", + "fhirVersion": null, + "name": "SignatureTypeCodes", + "copyright": "These codes are excerpted from ASTM Standard, E1762-95(2013) - Standard Guide for Electronic Authentication of Health Care Information, Copyright by ASTM International, 100 Barr Harbor Drive, West Conshohocken, PA 19428. Copies of this standard are available through the ASTM Web Site at www.astm.org.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Signature Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "signature-type", + "url": "http://hl7.org/fhir/ValueSet/signature-type", + "identifier": [ + { + "value": "urn:oid:1.2.840.10065.1.12", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/signature-type", + "contact": [ + { + "telecom": [ + { "value": "http://www.astm.org/", "system": "url" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0269 ( Charge on Indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0269" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0269/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0269", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Charge on Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0269", + "url": "http://terminology.hl7.org/ValueSet/v2-0269", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0269", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of population.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-population" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-population/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasurePopulationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasurePopulationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-population", + "url": "http://hl7.org/fhir/ValueSet/measure-population", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.765", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-population", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes specifying the type of probability distribution.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ProbabilityDistributionType", + "concept": [ + { + "code": "B", + "display": "beta", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The beta-distribution is used for data that is bounded on both sides and might or might not be skewed (e.g., occurs when probabilities are estimated.) Two parameters a and b are available to adjust the curve. The mean m and variance s2 relate as follows: m = a/ (a + b) and s2 = ab/((a + b)2 (a + b + 1))." + } + ] + }, + { + "code": "E", + "display": "exponential", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used for data that describes extinction. The exponential distribution is a special form of g-distribution where a = 1, hence, the relationship to mean m and variance s2 are m = b and s2 = b2." + } + ] + }, + { + "code": "F", + "display": "F", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used to describe the quotient of two c2 random variables. The F-distribution has two parameters n1 and n2, which are the numbers of degrees of freedom of the numerator and denominator variable respectively. The relationship to mean m and variance s2 are: m = n2 / (n2 - 2) and s2 = (2 n2 (n2 + n1 - 2)) / (n1 (n2 - 2)2 (n2 - 4))." + } + ] + }, + { + "code": "G", + "display": "(gamma)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The gamma-distribution used for data that is skewed and bounded to the right, i.e. where the maximum of the distribution curve is located near the origin. The g-distribution has a two parameters a and b. The relationship to mean m and variance s2 is m = a b and s2 = a b2." + } + ] + }, + { + "code": "LN", + "display": "log-normal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The logarithmic normal distribution is used to transform skewed random variable X into a normally distributed random variable U = log X. The log-normal distribution can be specified with the properties mean m and standard deviation s. Note however that mean m and standard deviation s are the parameters of the raw value distribution, not the transformed parameters of the lognormal distribution that are conventionally referred to by the same letters. Those log-normal parameters mlog and slog relate to the mean m and standard deviation s of the data value through slog2 = log (s2/m2 + 1) and mlog = log m - slog2/2." + } + ] + }, + { + "code": "N", + "display": "normal (Gaussian)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "This is the well-known bell-shaped normal distribution. Because of the central limit theorem, the normal distribution is the distribution of choice for an unbounded random variable that is an outcome of a combination of many stochastic processes. Even for values bounded on a single side (i.e. greater than 0) the normal distribution may be accurate enough if the mean is \"far away\" from the bound of the scale measured in terms of standard deviations." + } + ] + }, + { + "code": "T", + "display": "T", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used to describe the quotient of a normal random variable and the square root of a c2 random variable. The t-distribution has one parameter n, the number of degrees of freedom. The relationship to mean m and variance s2 are: m = 0 and s2 = n / (n - 2)" + } + ] + }, + { + "code": "U", + "display": "uniform", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The uniform distribution assigns a constant probability over the entire interval of possible outcomes, while all outcomes outside this interval are assumed to have zero probability. The width of this interval is 2s sqrt(3). Thus, the uniform distribution assigns the probability densities f(x) = sqrt(2 s sqrt(3)) to values m - s sqrt(3) >= x <= m + s sqrt(3) and f(x) = 0 otherwise." + } + ] + }, + { + "code": "X2", + "display": "chi square", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Used to describe the sum of squares of random variables which occurs when a variance is estimated (rather than presumed) from the sample. The only parameter of the c2-distribution is n, so called the number of degrees of freedom (which is the number of independent parts in the sum). The c2-distribution is a special type of g-distribution with parameter a = n /2 and b = 2. Hence, m = n and s2 = 2 n." + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/probability-distribution-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProbabilityDistributionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ProbabilityDistributionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "probability-distribution-type", + "url": "http://hl7.org/fhir/ValueSet/probability-distribution-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.907", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/probability-distribution-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-improvement-notation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureImprovementNotation", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureImprovementNotation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-improvement-notation", + "url": "http://hl7.org/fhir/ValueSet/measure-improvement-notation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1236", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-improvement-notation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to express the role of a diagnosis on the Encounter or EpisodeOfCare record.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/diagnosis-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DiagnosisRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "DiagnosisRole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "diagnosis-role", + "url": "http://hl7.org/fhir/ValueSet/diagnosis-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.49", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosis-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0445 ( Identity Reliability Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0445" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0445/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0445", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Identity Reliability Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0445", + "url": "http://terminology.hl7.org/ValueSet/v2-0445", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0445", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates whether the location is still in use.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/location-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/location-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LocationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "LocationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "location-status", + "url": "http://hl7.org/fhir/ValueSet/location-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.332", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/location-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes smattering of Payment Adjustment Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/payment-adjustment-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/payment-adjustment-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "PaymentAdjustmentReasonCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Adjustment Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payment-adjustment-reason", + "url": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.600", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/payment-adjustment-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " The manufacturer of a vaccine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-VaccineManufacturer" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-VaccineManufacturer/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.VaccineManufacturer", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System VaccineManufacturer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-VaccineManufacturer", + "url": "http://terminology.hl7.org/ValueSet/v3-VaccineManufacturer", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.227", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-VaccineManufacturer", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "MedicationDispense Performer Function Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-performer-function/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationDispense Performer Function Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication dispense performer function codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationdispense-performer-function", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1318", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationdispense-performer-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The meaning of the hierarchy of concepts in a code system.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/codesystem-hierarchy-meaning" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CodeSystemHierarchyMeaning", + "experimental": false, + "resourceType": "ValueSet", + "title": "CodeSystemHierarchyMeaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "codesystem-hierarchy-meaning", + "url": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.784", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-hierarchy-meaning", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0881 ( Role Executing Physician)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0881" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0881/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0881", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Role Executing Physician", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0881", + "url": "http://terminology.hl7.org/ValueSet/v2-0881", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0881", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TimingEvent" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TimingEvent/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TimingEvent", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TimingEvent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TimingEvent", + "url": "http://terminology.hl7.org/ValueSet/v3-TimingEvent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10706", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TimingEvent", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Procedure Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-procedure-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-procedure-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleProcedureTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Procedure Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-procedure-type", + "url": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1387", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-procedure-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of Pharmacy Service codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-pharmaservice" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-pharmacy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExamplePharmacyServiceCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Pharmacy Service Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "service-pharmacy", + "url": "http://hl7.org/fhir/ValueSet/service-pharmacy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.562", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-pharmacy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0012 ( STOCK LOCATION)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0012" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0012/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0012", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 STOCK LOCATION", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0012", + "url": "http://terminology.hl7.org/ValueSet/v2-0012", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0012", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the administrative routes used during vaccination. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration", + "concept": [ + { + "code": "IDINJ", + "display": "Injection, intradermal" + }, + { "code": "IM", "display": "Injection, intramuscular" }, + { "code": "NASINHLC", "display": "Inhalation, nasal" }, + { + "code": "IVINJ", + "display": "Injection, intravenous" + }, + { "code": "PO", "display": "Swallow, oral" }, + { "code": "SQ", "display": "Injection, subcutaneous" }, + { "code": "TRNSDERM", "display": "Transdermal" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-route/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationRouteCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-route", + "url": "http://hl7.org/fhir/ValueSet/immunization-route", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.289", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-route", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0220 ( Living Arrangements)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0220" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0220/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0220", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Living Arrangements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0220", + "url": "http://terminology.hl7.org/ValueSet/v2-0220", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0220", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates the progression of a study subject through a study.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-subject-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-subject-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchSubjectStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchSubjectStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-subject-status", + "url": "http://hl7.org/fhir/ValueSet/research-subject-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.829", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-subject-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0294 ( Time Selection Criteria Parameter Class Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0294" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0294/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0294", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Time Selection Criteria Parameter Class Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0294", + "url": "http://terminology.hl7.org/ValueSet/v2-0294", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0294", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example FHIR value set is comprised of example Actor Type codes, which can be used to value FHIR agents, actors, and other role elements such as those specified in financial transactions. The FHIR Actor value set is based on DICOM Audit Message, C402; ASTM Standard, E1762-95 [2013]; selected codes and derived actor roles from HL7 RoleClass OID 2.16.840.1.113883.5.110; HL7 Role Code 2.16.840.1.113883.5.111, including AgentRoleType; HL7 ParticipationType OID: 2.16.840.1.113883.5.90; and HL7 ParticipationFunction codes OID: 2.16.840.1.113883.5.88. This value set includes, by reference, role codes from external code systems: NUCC Health Care Provider Taxonomy OID: 2.16.840.1.113883.6.101; North American Industry Classification System [NAICS]OID: 2.16.840.1.113883.6.85; IndustryClassificationSystem 2.16.840.1.113883.1.11.16039; and US Census Occupation Code OID: 2.16.840.1.113883.6.243 for relevant recipient or custodian codes not included in this value set. If no source is indicated in the definition comments, then these are example FHIR codes. It can be extended with appropriate roles described by SNOMED as well as those described in the HL7 Role Based Access Control Catalog and the HL7 Healthcare (Security and Privacy) Access Control Catalog. In Role-Based Access Control (RBAC), permissions are operations on an object that a user wishes to access. Permissions are grouped into roles. A role characterizes the functions a user is allowed to perform. Roles are assigned to users. If the user's role has the appropriate permissions to access an object, then that user is granted access to the object. FHIR readily enables RBAC, as FHIR Resources are object types and the CRUDE events (the FHIR equivalent to permissions in the RBAC scheme) are operations on those objects. In Attribute-Based Access Control (ABAC), a user requests to perform operations on objects. That user's access request is granted or denied based on a set of access control policies that are specified in terms of attributes and conditions. FHIR readily enables ABAC, as instances of a Resource in FHIR (again, Resources are object types) can have attributes associated with them. These attributes include security tags, environment conditions, and a host of user and object characteristics, which are the same attributes as those used in ABAC. Attributes help define the access control policies that determine the operations a user may perform on a Resource (in FHIR) or object (in ABAC). For example, a tag (or attribute) may specify that the identified Resource (object) is not to be further disclosed without explicit consent from the patient.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes", + "concept": [ + { "code": "AMENDER" }, + { "code": "COAUTH" }, + { "code": "CONT" }, + { "code": "EVTWIT" }, + { "code": "PRIMAUTH" }, + { "code": "REVIEWER" }, + { "code": "SOURCE" }, + { "code": "TRANS" }, + { "code": "VALID" }, + { "code": "VERF" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [ + { "code": "AFFL" }, + { "code": "AGNT" }, + { "code": "ASSIGNED" }, + { "code": "CLAIM" }, + { "code": "COVPTY" }, + { "code": "DEPEN" }, + { "code": "ECON" }, + { "code": "EMP" }, + { "code": "GUARD" }, + { "code": "INVSBJ" }, + { "code": "NAMED" }, + { "code": "NOK" }, + { "code": "PAT" }, + { "code": "PROV" }, + { "code": "NOT" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [ + { "code": "CLASSIFIER" }, + { "code": "CONSENTER" }, + { "code": "CONSWIT" }, + { "code": "COPART" }, + { "code": "DECLASSIFIER" }, + { "code": "DELEGATEE" }, + { "code": "DELEGATOR" }, + { "code": "DOWNGRDER" }, + { "code": "DPOWATT" }, + { "code": "EXCEST" }, + { "code": "GRANTEE" }, + { "code": "GRANTOR" }, + { "code": "GT" }, + { "code": "GUADLTM" }, + { "code": "HPOWATT" }, + { "code": "INTPRTER" }, + { "code": "POWATT" }, + { "code": "RESPRSN" }, + { "code": "SPOWATT" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "_CitizenRoleType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction", + "concept": [ + { "code": "AUCG" }, + { "code": "AULR" }, + { "code": "AUTM" }, + { "code": "AUWA" }, + { "code": "PROMSK" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "AUT" }, + { "code": "CST" }, + { "code": "INF" }, + { "code": "IRCP" }, + { "code": "LA" }, + { "code": "IRCP" }, + { "code": "TRC" }, + { "code": "WIT" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type" + }, + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { "code": "110150" }, + { "code": "110151" }, + { "code": "110152" }, + { "code": "110153" }, + { "code": "110154" }, + { "code": "110155" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/security-role-type/4.0.1", + "date": "2017-07-28T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SecurityRoleType", + "copyright": "This is an example FHIR value set based on ASTM Standard, E1762-95 (2013) HL7 RoleClass OID 2.16.840.1.113883.5.110, HL7 Role Code 2.16.840.1.113883.5.111, HL7 ParticipationType OID: 2.16.840.1.113883.5.90, HL7 ParticipationFunction codes at OID: 2.16.840.1.113883.5.88, and HL7 Security and Privacy Domain Analysis Model roles classes. These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SecurityRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "security-role-type", + "url": "http://hl7.org/fhir/ValueSet/security-role-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.978", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/security-role-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nCodes for HL7 publishing sub-sections (business sub-categories)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7PublishingSubSection" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7PublishingSubSection/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7PublishingSubSection", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7PublishingSubSection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7PublishingSubSection", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7PublishingSubSection", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7PublishingSubSection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0497 ( Consent Mode)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0497" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0497/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0497", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0497", + "url": "http://terminology.hl7.org/ValueSet/v2-0497", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0497", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How an element value is interpreted when discrimination is evaluated.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/discriminator-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/discriminator-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DiscriminatorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DiscriminatorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "discriminator-type", + "url": "http://hl7.org/fhir/ValueSet/discriminator-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.91", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/discriminator-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of action to be performed.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/action-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-type", + "url": "http://hl7.org/fhir/ValueSet/action-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.809", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0450 ( Event type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0450" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0450/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0450", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0450", + "url": "http://terminology.hl7.org/ValueSet/v2-0450", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0450", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0557 ( Payee Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0557" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0557/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0557", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Payee Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0557", + "url": "http://terminology.hl7.org/ValueSet/v2-0557", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0557", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Diagnosis on Admission codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosis-on-admission" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleDiagnosisOnAdmissionCodes", + "copyright": "These codes have been appropriated from the [UB04 code set](http://www.nubc.org/) owned and managed by the [AHA](http://www.aha.org/). Users require a [license from the AHA](http://www.nubc.org/licensing/index.dhtml) in order to use these codes. **Note: the codes have been withdrawn in a later version**", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Diagnosis on Admission Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosis-on-admission", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1169", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-diagnosis-on-admission", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the episode of care.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/episode-of-care-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/episode-of-care-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EpisodeOfCareStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "EpisodeOfCareStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "episode-of-care-status", + "url": "http://hl7.org/fhir/ValueSet/episode-of-care-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.664", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/episode-of-care-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "No Description Provided", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "concept": [{ "code": "_SubstanceAdminSubstitutionReason" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_SubstanceAdminSubstitutionReason", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.SubstanceAdminSubstitutionReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetSubstanceAdminSubstitutionReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "active", + "id": "v3-SubstanceAdminSubstitutionReason", + "url": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19377", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SubstanceAdminSubstitutionReason", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate dietary preferences or restrictions a patient may have.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/diet" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-diet/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Diet", + "experimental": false, + "resourceType": "ValueSet", + "title": "Diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-diet", + "url": "http://hl7.org/fhir/ValueSet/encounter-diet", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.255", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-diet", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0142 ( Military status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0142" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0142/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0142", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Military status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0142", + "url": "http://terminology.hl7.org/ValueSet/v2-0142", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0142", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityHandling" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityHandling/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityHandling", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityHandling", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityHandling", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityHandling", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13988", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityHandling", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Either a practitioner role or a relationship type.", + "compose": { + "include": [ + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/practitioner-role", + "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-participant-role/4.0.1", + "date": "2017-02-15T16:33:00.000-07:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T15:29:23.356-07:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionParticipantRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action participant role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "action-participant-role", + "url": "http://hl7.org/fhir/ValueSet/action-participant-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.796", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-participant-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "other" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether the application produces or consumes documents.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/document-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/document-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DocumentMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "DocumentMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "document-mode", + "url": "http://hl7.org/fhir/ValueSet/document-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.186", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/document-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A subtype of ManufacturedMaterial used in an activity, without being substantially changed through that activity. The kind of device is identified by the code attribute inherited from Entity. Usage:\r\nThis includes durable (reusable) medical equipment as well as disposable equipment.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "DEV", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassDevice/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassDevice", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassDevice", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassDevice", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassDevice", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11623", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassDevice", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " A person who actually and principally carries out the action. Need not be the principal responsible actor, e.g. a surgery resident operating under supervision of attending surgeon, and may be the patient in self-care, e.g. fingerstick blood sugar. The traditional order filler is a performer. This information should accompany every service event.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "PRF", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationPhysicalPerformer", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationPhysicalPerformer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationPhysicalPerformer", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationPhysicalPerformer", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10248", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationPhysicalPerformer", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Intervention codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/intervention" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/intervention/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "InterventionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Intervention Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "intervention", + "url": "http://hl7.org/fhir/ValueSet/intervention", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.532", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/intervention", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set is defined to be the set of format codes defined by the IHE Technical Framework, and also including additional format codes defined by the HL7. The value set is listed in HITSP C80 Table 2-153 Format Code Value Set Definition, with additions published later by IHE as published at http://wiki.ihe.net/index.php?title=IHE_Format_Codes and with additions published later by HL7 as published at https://confluence.hl7.org/display/SD/Format+Codes+for+IHE+XDS. This is the code specifying the technical format of the document. Along with the typeCode, it should provide sufficient information to allow any potential document consumer to know if it will be able to process the document. The code shall be sufficiently specific to ensure processing/display by identifying a document encoding, structure and template. The actual list of codes here is incomplete", + "compose": { + "include": [ + { + "system": "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/formatcodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "IHE", + "fhirVersion": null, + "name": "DocumentReferenceFormatCodeSet", + "copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/", + "experimental": false, + "resourceType": "ValueSet", + "title": "DocumentReference Format Code Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "active", + "id": "formatcodes", + "url": "http://hl7.org/fhir/ValueSet/formatcodes", + "identifier": [ + { + "value": "urn:oid:1.3.6.1.4.1.19376.1.2.7.1", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/formatcodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Service Modifier codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-servicemodifier" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-modifiers/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleServiceModifierCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Service Modifier Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "service-modifiers", + "url": "http://hl7.org/fhir/ValueSet/service-modifiers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.572", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-modifiers", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0659 ( Lot Control)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0659" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0659/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0659", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Lot Control", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0659", + "url": "http://terminology.hl7.org/ValueSet/v2-0659", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0659", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Target that is substantially present in the service and which is directly affected by the service action (includes consumed material, devices, etc.).", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "DIR", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationTargetDirect", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationTargetDirect", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationTargetDirect", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetDirect", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10286", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationTargetDirect", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0145 ( Room Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0145" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0145/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0145", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Room Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0145", + "url": "http://terminology.hl7.org/ValueSet/v2-0145", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0145", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The quality rating of the subcomponent of a quality of evidence rating.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/certainty-subcomponent-rating" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CertaintySubcomponentRating", + "experimental": false, + "resourceType": "ValueSet", + "title": "CertaintySubcomponentRating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "certainty-subcomponent-rating", + "url": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1361", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/certainty-subcomponent-rating", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0208 ( Query Response Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0208" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0208/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0208", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Query Response Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0208", + "url": "http://terminology.hl7.org/ValueSet/v2-0208", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0208", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A code specifying the types of information being requested.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/eligibilityresponse-purpose" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EligibilityResponsePurpose", + "experimental": false, + "resourceType": "ValueSet", + "title": "EligibilityResponsePurpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "eligibilityresponse-purpose", + "url": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1184", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/eligibilityresponse-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The use of a human name.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/name-use" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/name-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NameUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "NameUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "name-use", + "url": "http://hl7.org/fhir/ValueSet/name-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.65", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/name-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease targeted by a vaccination recommendation. This value set is provided as a suggestive example and includes the SNOMED CT concepts from the 64572001 (Disease) hierarchy.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "1857005" }, + { "code": "397430003" }, + { "code": "14189004" }, + { "code": "36989005" }, + { "code": "36653000" }, + { "code": "76902006" }, + { "code": "709410003" }, + { "code": "27836007" }, + { "code": "398102009" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-target-disease/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationRecommendationTargetDiseaseCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Target Disease Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-target-disease", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-target-disease", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.309", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-recommendation-target-disease", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Common Tag Codes defined by FHIR project", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/common-tags" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/common-tags/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "CommonTags", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common Tags", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "common-tags", + "url": "http://hl7.org/fhir/ValueSet/common-tags", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.79", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/common-tags", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "ms", "display": "milliseconds" }, + { "code": "s", "display": "seconds" }, + { "code": "min", "display": "minutes" }, + { "code": "h", "display": "hours" }, + { "code": "d", "display": "days" }, + { "code": "wk", "display": "weeks" }, + { "code": "mo", "display": "months" }, + { "code": "a", "display": "years" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/duration-units/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "CommonUCUMCodesForDuration", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Duration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "duration-units", + "url": "http://hl7.org/fhir/ValueSet/duration-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.61", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/duration-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A jurisdictional mandate in the US relating to privacy. Deprecation Comment:\r\nContent moved to ActCode under _ActPrivacyLaw; use that instead.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActUSPrivacyLaw" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActUSPrivacyLaw/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActUSPrivacyLaw", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActUSPrivacyLaw", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActUSPrivacyLaw", + "url": "http://terminology.hl7.org/ValueSet/v3-ActUSPrivacyLaw", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActUSPrivacyLaw", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines how a compartment rule is used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/graph-compartment-use" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/graph-compartment-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GraphCompartmentUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "GraphCompartmentUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "graph-compartment-use", + "url": "http://hl7.org/fhir/ValueSet/graph-compartment-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.282", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/graph-compartment-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-definition-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-definition-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceDefinitionTypeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Definition Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-definition-type", + "url": "http://hl7.org/fhir/ValueSet/contract-definition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1210", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-definition-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of an Invoice.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/invoice-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/invoice-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "InvoiceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "InvoiceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "invoice-status", + "url": "http://hl7.org/fhir/ValueSet/invoice-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.866", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/invoice-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0374 ( System induced contaminants)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0374" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0374/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0374", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 System induced contaminants", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0374", + "url": "http://terminology.hl7.org/ValueSet/v2-0374", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0374", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes for the reason why a communication did not happen.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-not-done-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/communication-not-done-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CommunicationNotDoneReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "CommunicationNotDoneReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-not-done-reason", + "url": "http://hl7.org/fhir/ValueSet/communication-not-done-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.174", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/communication-not-done-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0443 ( Provider role)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0443" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0443/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0443", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Provider role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0443", + "url": "http://terminology.hl7.org/ValueSet/v2-0443", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0443", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0749 ( DRG Grouping Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0749" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0749/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0749", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG Grouping Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0749", + "url": "http://terminology.hl7.org/ValueSet/v2-0749", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0749", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "COSMIC : Catalogue Of Somatic Mutations In Cancer", + "compose": { + "include": [ + { + "system": "http://cancer.sanger.ac.uk/cancergenome/projects/cosmic" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/cosmic/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "COSMIC", + "experimental": false, + "resourceType": "ValueSet", + "title": "C o s m i c", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "cosmic", + "url": "http://hl7.org/fhir/ValueSet/cosmic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.912", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cosmic", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 4000 ( Name/address representation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-4000" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-4000/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.4000", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Name/address representation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-4000", + "url": "http://terminology.hl7.org/ValueSet/v2-4000", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-4000", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contract-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-type", + "url": "http://hl7.org/fhir/ValueSet/contract-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.729", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code to indicate if the substance is actively used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/substance-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/substance-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRSubstanceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRSubstanceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "substance-status", + "url": "http://hl7.org/fhir/ValueSet/substance-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.474", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/substance-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code that indicates how the page is generated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guide-page-generation" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/guide-page-generation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GuidePageGeneration", + "experimental": false, + "resourceType": "ValueSet", + "title": "GuidePageGeneration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "guide-page-generation", + "url": "http://hl7.org/fhir/ValueSet/guide-page-generation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.998", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/guide-page-generation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicator for type of action performed during the event that generated the event.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/audit-event-action" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-action/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AuditEventAction", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "AuditEventAction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "audit-event-action", + "url": "http://hl7.org/fhir/ValueSet/audit-event-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.452", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-event-action", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/data-types" }, + { "system": "http://hl7.org/fhir/resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/defined-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRDefinedType", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRDefinedType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "defined-types", + "url": "http://hl7.org/fhir/ValueSet/defined-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.24", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/defined-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 442083009 (Anatomical or acquired body site (body structure)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "442083009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/body-site/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTBodyStructures", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Body Structures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "body-site", + "url": "http://hl7.org/fhir/ValueSet/body-site", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.141", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/body-site", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0442 ( Location service code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0442" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0442/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0442", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Location service code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0442", + "url": "http://terminology.hl7.org/ValueSet/v2-0442", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0442", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set includes the v3 RoleCode SIB (sibling) and all of its specializations. It covers the relationships needed to establish genetic pedigree relationships between family members.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "SIB", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sibling-relationship-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SiblingRelationshipCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Sibling Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "sibling-relationship-codes", + "url": "http://hl7.org/fhir/ValueSet/sibling-relationship-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.922", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sibling-relationship-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " * * * No description supplied * * * Open Issue:\r\nThe specific meanings of these codes can vary somewhat by jurisdiction and implementation so caution should be used when determining equivalency.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-MaritalStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.MaritalStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System MaritalStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-MaritalStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-MaritalStatus", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-MaritalStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes Example Coverage Financial Exception Codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverage-financial-exception/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleCoverageFinancialExceptionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Coverage Financial Exception Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "coverage-financial-exception", + "url": "http://hl7.org/fhir/ValueSet/coverage-financial-exception", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1328", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverage-financial-exception", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " OpenIssue:\r\nMissing Description", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActUncertainty" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActUncertainty/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActUncertainty", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActUncertainty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActUncertainty", + "url": "http://terminology.hl7.org/ValueSet/v3-ActUncertainty", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16899", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActUncertainty", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Codes representing the defined possible states of an Entity, as defined by the Entity class state machine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16005", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0272 ( Document Confidentiality Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0272" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0272/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0272", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Document Confidentiality Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0272", + "url": "http://terminology.hl7.org/ValueSet/v2-0272", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0272", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The processing mode that applies to this list.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/list-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ListMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "ListMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "list-mode", + "url": "http://hl7.org/fhir/ValueSet/list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.318", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "What the target is validated against", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-type/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "validation-type", + "experimental": false, + "resourceType": "ValueSet", + "title": "Validation-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-validation-type", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.886", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-validation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Operation Outcome codes used by FHIR test servers (see Implementation file translations.xml)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/operation-outcome" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/operation-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "OperationOutcomeCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Operation Outcome Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operation-outcome", + "url": "http://hl7.org/fhir/ValueSet/operation-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.412", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operation-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Payment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/payment-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/payment-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "PaymentTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payment-type", + "url": "http://hl7.org/fhir/ValueSet/payment-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.641", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/payment-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The severity of the adverse event itself, in direct relation to the subject.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-severity" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "adverse-event-severity", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.844", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0517 ( Inform person code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0517" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0517/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0517", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Inform person code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0517", + "url": "http://terminology.hl7.org/ValueSet/v2-0517", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0517", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes providing the status of an observation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/observation-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ObservationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ObservationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "observation-status", + "url": "http://hl7.org/fhir/ValueSet/observation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.400", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0561 ( Product/Services Clarification Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0561" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0561/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0561", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Product/Services Clarification Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0561", + "url": "http://terminology.hl7.org/ValueSet/v2-0561", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0561", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " INDIAN ENTITIES RECOGNIZED AND ELIGIBLE TO RECEIVE SERVICES FROM THE UNITED STATES BUREAU OF INDIAN AFFAIRS", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TribalEntityUS/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TribalEntityUS", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TribalEntityUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TribalEntityUS", + "url": "http://terminology.hl7.org/ValueSet/v3-TribalEntityUS", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TribalEntityUS", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0126 ( QUANTITY LIMITED REQUEST)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0126" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0126/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0126", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 QUANTITY LIMITED REQUEST", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0126", + "url": "http://terminology.hl7.org/ValueSet/v2-0126", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0126", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A list of all the concrete types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/data-types" }, + { "system": "http://hl7.org/fhir/resource-types" }, + { "system": "http://hl7.org/fhir/abstract-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/all-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRAllTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRAllTypes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "all-types", + "url": "http://hl7.org/fhir/ValueSet/all-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.25", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/all-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0496 ( Consent Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0496" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0496/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0496", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0496", + "url": "http://terminology.hl7.org/ValueSet/v2-0496", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0496", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0322 ( Completion Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0322" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0322/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0322", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Completion Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0322", + "url": "http://terminology.hl7.org/ValueSet/v2-0322", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0322", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Diagnosis Related Group codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosisrelatedgroup" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleDiagnosisRelatedGroupCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Diagnosis Related Group Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosisrelatedgroup", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.588", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-diagnosisrelatedgroup", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0430 ( Mode of arrival code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0430" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0430/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0430", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Mode of arrival code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0430", + "url": "http://terminology.hl7.org/ValueSet/v2-0430", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0430", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0518 ( Override type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0518" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0518/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0518", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Override type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0518", + "url": "http://terminology.hl7.org/ValueSet/v2-0518", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0518", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-expiration-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-expiration-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceExpirationTypeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Expiration Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-expiration-type", + "url": "http://hl7.org/fhir/ValueSet/contract-expiration-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1214", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-expiration-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Identifies what sort of change is permitted or has occurred between the item that was ordered/requested and the one that was/will be provided.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-SubstitutionCondition" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SubstitutionCondition/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.SubstitutionCondition", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System SubstitutionCondition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-SubstitutionCondition", + "url": "http://terminology.hl7.org/ValueSet/v3-SubstitutionCondition", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SubstitutionCondition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The lifecycle status of an artifact.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/publication-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/publication-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PublicationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "PublicationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "publication-status", + "url": "http://hl7.org/fhir/ValueSet/publication-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/publication-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of an address (physical / postal).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/address-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/address-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AddressType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AddressType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "address-type", + "url": "http://hl7.org/fhir/ValueSet/address-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.69", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/address-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0231 ( Student Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0231" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0231/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0231", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Student Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0231", + "url": "http://terminology.hl7.org/ValueSet/v2-0231", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0231", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes indicating the type of action that is expected to be performed", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/task-code", + "version": "3.6.0" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/task-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "TaskCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Task Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "task-code", + "url": "http://hl7.org/fhir/ValueSet/task-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1396", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/task-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-GenderStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-GenderStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.GenderStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System GenderStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-GenderStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-GenderStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11523", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-GenderStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0146 ( AMOUNT TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0146" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0146/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0146", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 AMOUNT TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0146", + "url": "http://terminology.hl7.org/ValueSet/v2-0146", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0146", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0566 ( Blood Unit Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0566" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0566/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0566", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Blood Unit Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0566", + "url": "http://terminology.hl7.org/ValueSet/v2-0566", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0566", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ModifyIndicator" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ModifyIndicator/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ModifyIndicator", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ModifyIndicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ModifyIndicator", + "url": "http://terminology.hl7.org/ValueSet/v3-ModifyIndicator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.395", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ModifyIndicator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0321 ( Dispense Method)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0321" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0321/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0321", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Dispense Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0321", + "url": "http://terminology.hl7.org/ValueSet/v2-0321", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0321", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Subtype codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsubtypecodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-subtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractSubtypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Subtype Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.731", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0391 ver 2.5.1 ( Segment group)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0391|2.4" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.4-0391/0391", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0391.2.4", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0391, Version 2.4", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-2.4-0391", + "url": "http://terminology.hl7.org/ValueSet/v2-2.4-0391", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0391", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.4-0391", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The allowed codes for identifying the ISO 11179 ObjectClass for a particular data element if intended for registration/use within the U.S. Structured Data Capture (SDC) project.", + "compose": { + "include": [ + { "system": "http://snomed.info/sct" }, + { "system": "http://loinc.org" }, + { "system": "http://www.nlm.nih.gov/research/umls/rxnorm" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclass/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Office of the National Coordinator for Health IT", + "fhirVersion": null, + "name": "DataElementSDCObjectClass", + "copyright": "This value set includes content from LOINC®, which is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use. This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "DataElement SDC Object Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "dataelement-sdcobjectclass", + "url": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclass", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.910", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dataelement-sdcobjectclass", + "contact": [ + { "telecom": [{ "value": "http://healthit.gov", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0261 ( Location Equipment)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0261" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0261/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0261", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Location Equipment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0261", + "url": "http://terminology.hl7.org/ValueSet/v2-0261", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0261", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Identifies the purpose of the naming system.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/namingsystem-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/namingsystem-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NamingSystemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "NamingSystemType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "namingsystem-type", + "url": "http://hl7.org/fhir/ValueSet/namingsystem-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.490", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/namingsystem-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The criteria by which a question is enabled.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-enable-operator" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-enable-operator/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QuestionnaireItemOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuestionnaireItemOperator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "questionnaire-enable-operator", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1005", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-enable-operator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0227 ( Manufacturers of Vaccines)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0227" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0227/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0227", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Manufacturers of Vaccines", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0227", + "url": "http://terminology.hl7.org/ValueSet/v2-0227", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0227", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The workflow/clinical status of the composition.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/composition-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/composition-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CompositionStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "CompositionStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "composition-status", + "url": "http://hl7.org/fhir/ValueSet/composition-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.241", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composition-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " The style code is used within the CDA/SPL narrative block to give the instance author some control over various aspects of style", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-styleType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-styleType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.styleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System styleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-styleType", + "url": "http://terminology.hl7.org/ValueSet/v3-styleType", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-styleType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0252 ( Causality Observations)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0252" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0252/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0252", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Causality Observations", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0252", + "url": "http://terminology.hl7.org/ValueSet/v2-0252", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0252", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0236 ( Reported To)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0236" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0236/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0236", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Reported To", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0236", + "url": "http://terminology.hl7.org/ValueSet/v2-0236", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0236", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "HGVS : Human Genome Variation Society", + "compose": { "include": [{ "system": "http://varnomen.hgvs.org/" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/variants/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "HGVS", + "experimental": false, + "resourceType": "ValueSet", + "title": "H g v s", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "variants", + "url": "http://hl7.org/fhir/ValueSet/variants", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.282", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/variants", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0098 ( Type of Agreement)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0098" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0098/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0098", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Type of Agreement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0098", + "url": "http://terminology.hl7.org/ValueSet/v2-0098", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0098", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Diagnosis Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosistype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleDiagnosisTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Diagnosis Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosistype", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.590", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-diagnosistype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0554 ( Invoice Reason Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0554" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0554/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0554", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Invoice Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0554", + "url": "http://terminology.hl7.org/ValueSet/v2-0554", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0554", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0141 ( Military rank/grade)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0141" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0141/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0141", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Military rank/grade", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0141", + "url": "http://terminology.hl7.org/ValueSet/v2-0141", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0141", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates the potential degree of impact of the identified issue on the patient.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/detectedissue-severity" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DetectedIssueSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "DetectedIssueSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "detectedissue-severity", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.206", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/detectedissue-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A list of all the event resource types defined in this version of the FHIR specification.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/event-resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/event-resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EventResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "event-resource-types", + "url": "http://hl7.org/fhir/ValueSet/event-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1060", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Laterality: SNOMED-CT concepts for 'left', 'right', and 'bilateral'", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "419161000", "display": "Unilateral left" }, + { "code": "419465000", "display": "Unilateral right" }, + { "code": "51440002", "display": "Bilateral" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/bodysite-laterality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Order and Observation Workgroup", + "fhirVersion": null, + "name": "Laterality", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": false, + "resourceType": "ValueSet", + "title": "Laterality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodysite-laterality", + "url": "http://hl7.org/fhir/ValueSet/bodysite-laterality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.287", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodysite-laterality", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "SupplementType : Codes for nutritional supplements to be provided to the patient. This value set is composed of SNOMED CT (US Extension) Concepts from SCTID 470581016 (Enteral+supplement feeds hierarchy (product)) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "442901000124106", + "display": "Adult clear liquid supplement" + }, + { + "code": "443031000124106", + "display": "Adult critical care formula" + }, + { + "code": "443051000124104", + "display": "Adult diabetes specialty formula" + }, + { + "code": "442911000124109", + "display": "Adult elemental formula" + }, + { + "code": "443021000124108", + "display": "Adult hepatic specialty formula" + }, + { + "code": "442971000124100", + "display": "Adult high energy formula" + }, + { + "code": "442981000124102", + "display": "Adult hydrolyzed protein formula" + }, + { + "code": "442991000124104", + "display": "Adult high protein formula" + }, + { + "code": "443011000124100", + "display": "Adult high protein high fiber formula" + }, + { + "code": "442961000124107", + "display": "Adult low carbohydrate formula" + }, + { + "code": "442951000124105", + "display": "Adult pulmonary specialty formula" + }, + { + "code": "442941000124108", + "display": "Adult renal specialty formula" + }, + { + "code": "442921000124101", + "display": "Adult standard formula" + }, + { + "code": "442931000124103", + "display": "Adult soy protein isolate formula" + }, + { + "code": "444331000124106", + "display": "Diabetic meal replacement bar" + }, + { + "code": "443361000124100", + "display": "Pediatric Formula" + }, + { + "code": "443391000124108", + "display": "Pediatric clear liquid supplement" + }, + { + "code": "443401000124105", + "display": "Pediatric elemental formula" + }, + { + "code": "443491000124103", + "display": "Pediatric high energy formula" + }, + { + "code": "443501000124106", + "display": "Pediatric high energy formula with increased fiber" + }, + { + "code": "443421000124100", + "display": "Pediatric hydrolyzed protein formula" + }, + { + "code": "443471000124104", + "display": "Pediatric increased fiber formula" + }, + { + "code": "444431000124104", + "display": "Pediatric reduced energy formula" + }, + { + "code": "443451000124109", + "display": "Pediatric standard formula" + }, + { + "code": "444321000124108", + "display": "Standard pudding oral supplement" + }, + { + "code": "441561000124106", + "display": "Standard enteral formula with fiber" + }, + { + "code": "443461000124106", + "display": "Standard Formula" + }, + { + "code": "441531000124102", + "display": "Standard Enteral Formula" + }, + { + "code": "443561000124107", + "display": "Soy based formula" + }, + { + "code": "443481000124101", + "display": "Renal Formula" + }, + { + "code": "441571000124104", + "display": "High energy enteral formula with fiber" + }, + { + "code": "441591000124103", + "display": "Diabetic enteral formula with fiber" + }, + { + "code": "441601000124106", + "display": "Diabetic high calorie high protein enteral formula with fiber" + }, + { + "code": "443351000124102", + "display": "Increased fiber formula" + }, + { + "code": "443771000124106", + "display": "Hydrolyzed protein formula" + }, + { + "code": "441671000124100", + "display": "Hydrolyzed peptide-based high protein enteral formula" + }, + { + "code": "443111000124101", + "display": "High protein formula" + }, + { + "code": "443431000124102", + "display": "High Energy Formula" + }, + { + "code": "443411000124108", + "display": "Elemental Formula" + }, + { + "code": "444361000124102", + "display": "Electrolyte replacement supplement" + }, + { + "code": "444401000124107", + "display": "Frozen electrolyte replacement supplement" + }, + { + "code": "444381000124107", + "display": "Liquid electrolyte replacement supplement" + }, + { + "code": "444371000124109", + "display": "Powdered electrolyte replacement supplement" + }, + { + "code": "443441000124107", + "display": "Clear liquid supplement" + }, + { + "code": "442651000124102", + "display": "Adult formula" + } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplement-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "SupplementTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Supplement Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplement-type", + "url": "http://hl7.org/fhir/ValueSet/supplement-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.390", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplement-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0806 ( Sterilization Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0806" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0806/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0806", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sterilization Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0806", + "url": "http://terminology.hl7.org/ValueSet/v2-0806", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0806", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Definition:\r\nSet of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActCoverageTypeCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActCoverageTypeCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActCoverageTypeCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActCoverageTypeCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19855", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActCoverageTypeCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Oral Prosthodontic Material type codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-oralprostho" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/oral-prosthodontic-material/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "OralProsthoMaterialTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Oral Prostho Material type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "oral-prosthodontic-material", + "url": "http://hl7.org/fhir/ValueSet/oral-prosthodontic-material", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.538", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/oral-prosthodontic-material", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0440 ( Data types)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0440" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0440/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0440", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Data types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0440", + "url": "http://terminology.hl7.org/ValueSet/v2-0440", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0440", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0501 ( Consent Non-Disclosure Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0501" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0501/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0501", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Non-Disclosure Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0501", + "url": "http://terminology.hl7.org/ValueSet/v2-0501", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0501", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Procedure Category code: A selection of relevant SNOMED CT codes.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "24642003" }, + { "code": "409063005" }, + { "code": "409073007" }, + { "code": "387713003" }, + { "code": "103693007" }, + { "code": "46947000" }, + { "code": "410606002" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureCategoryCodes(SNOMEDCT)", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Category Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-category", + "url": "http://hl7.org/fhir/ValueSet/procedure-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.430", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0317 ( Annotations)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0317" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0317/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0317", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Annotations", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0317", + "url": "http://terminology.hl7.org/ValueSet/v2-0317", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0317", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The nature of the relationship between the patient and the contact person.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-not-a", + "value": "O", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0131" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/patient-contactrelationship/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "PatientContactRelationship", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient Contact Relationship ", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "patient-contactrelationship", + "url": "http://hl7.org/fhir/ValueSet/patient-contactrelationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1130", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-contactrelationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set contains all LOINC code", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-content-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "ConsentContentCodes", + "copyright": "This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Content Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-content-code", + "url": "http://hl7.org/fhir/ValueSet/consent-content-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.748", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-content-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes LOINC codes that relate to Diagnostic Observations.", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/report-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LOINCDiagnosticReportCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "LOINC Diagnostic Report Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "report-codes", + "url": "http://hl7.org/fhir/ValueSet/report-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.233", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/report-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Open Issue:\r\nIt appears that the printnames are suboptimal and should be improved for many of the existing codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-GTSAbbreviation/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.GTSAbbreviation", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System GTSAbbreviation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-GTSAbbreviation", + "url": "http://terminology.hl7.org/ValueSet/v3-GTSAbbreviation", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-GTSAbbreviation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of the ImagingStudy.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/imagingstudy-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/imagingstudy-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ImagingStudyStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ImagingStudyStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "imagingstudy-status", + "url": "http://hl7.org/fhir/ValueSet/imagingstudy-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.990", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/imagingstudy-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Describes the progression, or lack thereof, towards the goal against the target.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-achievement" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-achievement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "GoalAchievementStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal achievement status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-achievement", + "url": "http://hl7.org/fhir/ValueSet/goal-achievement", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1374", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-achievement", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0441 ( Immunization registry status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0441" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0441/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0441", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Immunization registry status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0441", + "url": "http://terminology.hl7.org/ValueSet/v2-0441", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0441", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0506 ( Service Request Relationship)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0506" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0506/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0506", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Service Request Relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0506", + "url": "http://terminology.hl7.org/ValueSet/v2-0506", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0506", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0905 ( Shipment Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0905" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0905/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0905", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Shipment Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0905", + "url": "http://terminology.hl7.org/ValueSet/v2-0905", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0905", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the category a care plan falls within. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "734163000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "CarePlanCategory", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Plan Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-plan-category", + "url": "http://hl7.org/fhir/ValueSet/care-plan-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.148", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-plan-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0470 ( Reimbursement type code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0470" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0470/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0470", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Reimbursement type code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0470", + "url": "http://terminology.hl7.org/ValueSet/v2-0470", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0470", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Missing Tooth Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/missingtoothreason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/missing-tooth-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "MissingToothReasonCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Missing Tooth Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "missing-tooth-reason", + "url": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.534", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/missing-tooth-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0480 ( Pharmacy Order Types)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0480" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0480/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0480", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Pharmacy Order Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0480", + "url": "http://terminology.hl7.org/ValueSet/v2-0480", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0480", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example list of codes for answers to questions. (Not complete or necessarily appropriate.)", + "compose": { "include": [{ "system": "http://snomed.info/sct" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-answers/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "QuestionnaireAnswerCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Answer Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-answers", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.446", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-answers", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "The possible types of research elements (E.g. Population, Exposure, Outcome).", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-element-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-element-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchElementType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchElementType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "research-element-type", + "url": "http://hl7.org/fhir/ValueSet/research-element-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1341", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-element-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies the state change of a target Act, using ActStatus codes, from its previous state as a predecessor Act. For example, if the target Act is the result of a predecessor Act being \"obsoleted\" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be \"obsoleted\".", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActStatus", + "concept": [ + { "code": "aborted" }, + { "code": "cancelled" }, + { "code": "completed" }, + { "code": "new" }, + { "code": "nullified" }, + { "code": "obsolete" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS/2014-08-07", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ProvenanceEventCurrentState-AS", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetProvenanceEventCurrentState-AS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ProvenanceEventCurrentState-AS", + "url": "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20545", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-08-07", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProvenanceEventCurrentState-AS", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "All published FHIR Versions.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/FHIR-version" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/FHIR-version/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRVersion", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRVersion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "FHIR-version", + "url": "http://hl7.org/fhir/ValueSet/FHIR-version", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1309", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FHIR-version", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0270 ( Report Type Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0270" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0270/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0270", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Report Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0270", + "url": "http://terminology.hl7.org/ValueSet/v2-0270", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0270", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Codes representing the defined possible states of an Act, as defined by the Act class state machine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-ActStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15933", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "HL7 v3 ActMood Predicate codes, including inactive codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "descendent-of", + "value": "_ActMoodPredicate", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood" + } + ], + "inactive": true + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/inactive/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "fhirVersion": null, + "name": "Example-inactive", + "resourceType": "ValueSet", + "expansion": { + "contains": [ + { + "code": "CRT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "criterion", + "inactive": true + }, + { + "code": "EXPEC", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "expectation", + "contains": [ + { + "code": "GOL", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "goal" + }, + { + "code": "RSK", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "risk" + } + ] + }, + { + "code": "OPT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "option" + } + ], + "timestamp": "2017-02-26T10:00:00Z", + "identifier": "urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99" + }, + "title": "Example with inactive codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "inactive", + "url": "http://hl7.org/fhir/ValueSet/inactive", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/inactive" + }, + { + "description": "Types of security services used with FHIR.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/restful-security-service" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/restful-security-service/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RestfulSecurityService", + "experimental": false, + "resourceType": "ValueSet", + "title": "RestfulSecurityService", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "restful-security-service", + "url": "http://hl7.org/fhir/ValueSet/restful-security-service", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.178", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/restful-security-service", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Supports communication of purpose of use at a general level.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "PurposeOfUse", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-PurposeOfUse/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.PurposeOfUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetPurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "active", + "id": "v3-PurposeOfUse", + "url": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20448", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-PurposeOfUse", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Kinds of risks associated with the handling of the material..", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityRisk" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityRisk/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityRisk", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityRisk", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityRisk", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityRisk", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityRisk", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A code specifying the state of the Query.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-QueryStatusCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-QueryStatusCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.QueryStatusCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System QueryStatusCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-QueryStatusCode", + "url": "http://terminology.hl7.org/ValueSet/v3-QueryStatusCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.18899", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-QueryStatusCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0371 ( Additive)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0371" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0371/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0371", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Additive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "language": "en", + "id": "v2-0371", + "url": "http://terminology.hl7.org/ValueSet/v2-0371", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0371", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Telecommunications form for contact point.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contact-point-system" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contact-point-system/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ContactPointSystem", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContactPointSystem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "contact-point-system", + "url": "http://hl7.org/fhir/ValueSet/contact-point-system", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.71", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contact-point-system", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0280 ( Referral Priority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0280" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0280/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0280", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0280", + "url": "http://terminology.hl7.org/ValueSet/v2-0280", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0280", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of relationship between documents.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/document-relationship-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/document-relationship-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DocumentRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DocumentRelationshipType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "document-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/document-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.244", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/document-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0179 ( Response Level)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0179" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0179/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0179", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Response Level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0179", + "url": "http://terminology.hl7.org/ValueSet/v2-0179", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0179", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0472 ( TQ Conjunction ID)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0472" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0472/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0472", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 TQ Conjunction ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0472", + "url": "http://terminology.hl7.org/ValueSet/v2-0472", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0472", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Possible group measure aggregates (E.g. Mean, Median).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/group-measure" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/group-measure/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GroupMeasure", + "experimental": false, + "resourceType": "ValueSet", + "title": "GroupMeasure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "group-measure", + "url": "http://hl7.org/fhir/ValueSet/group-measure", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1345", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/group-measure", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0477 ( Controlled Substance Schedule)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0477" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0477/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0477", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Controlled Substance Schedule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0477", + "url": "http://terminology.hl7.org/ValueSet/v2-0477", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0477", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Procedure Outcome code: A selection of relevant SNOMED CT codes.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "385669000" }, + { "code": "385671000" }, + { "code": "385670004" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureOutcomeCodes(SNOMEDCT)", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Outcome Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-outcome", + "url": "http://hl7.org/fhir/ValueSet/procedure-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.428", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0403 ( Language ability)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0403" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0403/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0403", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Language ability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0403", + "url": "http://terminology.hl7.org/ValueSet/v2-0403", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0403", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Declares what the source of a parameter is.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/expansion-parameter-source" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/expansion-parameter-source/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExpansionParameterSource", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExpansionParameterSource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "expansion-parameter-source", + "url": "http://hl7.org/fhir/ValueSet/expansion-parameter-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1278", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/expansion-parameter-source", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0006 ver 2.9 ( Religion)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0006|2.4" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.4-0006/0006", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0006.2.4", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0006, Version 2.4", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-2.4-0006", + "url": "http://terminology.hl7.org/ValueSet/v2-2.4-0006", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0006", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.4-0006", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "MedicationDispense Status Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-status-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationDispense Status Reason Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication dispense status reason codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationdispense-status-reason", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1316", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationdispense-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0301 ( Universal ID type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0301" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0301/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0301", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Universal ID type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0301", + "url": "http://terminology.hl7.org/ValueSet/v2-0301", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0301", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0395 ( Modify indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0395" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0395/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0395", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Modify indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0395", + "url": "http://terminology.hl7.org/ValueSet/v2-0395", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0395", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0417 ( Tissue type code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0417" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0417/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0417", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Tissue type code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0417", + "url": "http://terminology.hl7.org/ValueSet/v2-0417", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0417", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0283 ( Referral Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0283" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0283/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0283", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0283", + "url": "http://terminology.hl7.org/ValueSet/v2-0283", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0283", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0167 ( SUBSTITUTION STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0167" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0167/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0167", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 SUBSTITUTION STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0167", + "url": "http://terminology.hl7.org/ValueSet/v2-0167", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0167", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Set of codes indicating the type of incident or accident.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [{ "code": "_ActIncidentCode" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActIncidentCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActIncidentCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActIncidentCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActIncidentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "active", + "id": "v3-ActIncidentCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16508", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActIncidentCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0061 ( CHECK DIGIT SCHEME)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0061" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0061/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0061", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CHECK DIGIT SCHEME", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0061", + "url": "http://terminology.hl7.org/ValueSet/v2-0061", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0061", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A coded concept listing the base codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/vision-base-codes" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/vision-base-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "VisionBase", + "experimental": false, + "resourceType": "ValueSet", + "title": "VisionBase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "vision-base-codes", + "url": "http://hl7.org/fhir/ValueSet/vision-base-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.662", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vision-base-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The purpose of the Claim: predetermination, preauthorization, claim.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/claim-use" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "Use", + "experimental": false, + "resourceType": "ValueSet", + "title": "Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "claim-use", + "url": "http://hl7.org/fhir/ValueSet/claim-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.544", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Category of an identified substance associated with allergies or intolerances.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/allergy-intolerance-category" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-category", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.133", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergy-intolerance-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes used to identify health care device metric types and units and component types as part of the ISO/IEEE 11073-10101 Medical Device Communication Nomenclature.", + "compose": { "include": [{ "system": "urn:iso:std:iso:11073:10101" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/devicemetric-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Health Care Devices Workgroup", + "fhirVersion": null, + "name": "DeviceMetricAndComponentTypes", + "copyright": "This value set is available IEEE (https://standards.ieee.org/findstds/standard/11073-10101a-2015.html) as well as at https://rtmms.nist.gov/rtmms/index.htm#!hrosetta through NIST's Rosetta Terminology Mapping Management System which has a Royalty Free Agreement with IEEE to make the terminology [specifically five attributes: Reference ID, Terminology Code, Description, Systematic Name, and Common Term] available for development of IEEE 11073 compliant products.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Device Metric and Component Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + } + ], + "status": "draft", + "id": "devicemetric-type", + "url": "http://hl7.org/fhir/ValueSet/devicemetric-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.24", + "system": "urn:iso:std:iso:11073:10101" + }, + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.645", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/devicemetric-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that describes the type of issue.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/issue-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/issue-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "IssueType", + "experimental": false, + "resourceType": "ValueSet", + "title": "IssueType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "issue-type", + "url": "http://hl7.org/fhir/ValueSet/issue-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.410", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/issue-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This examples value set defines the set of codes that can be used to indicate reasons for an encounter.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "243796009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "272379006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "EncounterReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Encounter Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-reason", + "url": "http://hl7.org/fhir/ValueSet/encounter-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.261", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Claim Care Team Role codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-careteamrole/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ClaimCareTeamRoleCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Care Team Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-careteamrole", + "url": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.586", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-careteamrole", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0210 ( Relational Conjunction)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0210" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0210/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0210", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relational Conjunction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0210", + "url": "http://terminology.hl7.org/ValueSet/v2-0210", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0210", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0217 ( Visit priority code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0217" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0217/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0217", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Visit priority code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0217", + "url": "http://terminology.hl7.org/ValueSet/v2-0217", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0217", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0431 ( Recreational drug use code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0431" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0431/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0431", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Recreational drug use code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0431", + "url": "http://terminology.hl7.org/ValueSet/v2-0431", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0431", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0257 ( Nature of Challenge)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0257" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0257/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0257", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Nature of Challenge", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0257", + "url": "http://terminology.hl7.org/ValueSet/v2-0257", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0257", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0255 ( Duration Categories)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0255" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0255/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0255", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Duration Categories", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0255", + "url": "http://terminology.hl7.org/ValueSet/v2-0255", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0255", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes examples of Benefit Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-benefitcategory/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "BenefitCategoryCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Benefit Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-benefitcategory", + "url": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1174", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-benefitcategory", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "One of the message events defined as part of this version of FHIR.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/message-events" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/message-events/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MessageEvent", + "experimental": false, + "resourceType": "ValueSet", + "title": "MessageEvent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "message-events", + "url": "http://hl7.org/fhir/ValueSet/message-events", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.26", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/message-events", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/goal-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GoalLifecycleStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "GoalLifecycleStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "goal-status", + "url": "http://hl7.org/fhir/ValueSet/goal-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.271", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationRequest Category Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationRequest Category Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication request category codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationrequest-category", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1322", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationrequest-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0214 ( Special Program Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0214" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0214/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0214", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Special Program Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0214", + "url": "http://terminology.hl7.org/ValueSet/v2-0214", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0214", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example Message Reasons. These are the set of codes that might be used an updating an encounter using admin-update.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/message-reason-encounter/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "ExampleMessageReasonCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Message Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "message-reason-encounter", + "url": "http://hl7.org/fhir/ValueSet/message-reason-encounter", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.378", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/message-reason-encounter", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FluidConsistencyType : Codes used to represent the consistency of fluids and liquids provided to the patient. This value set includes concepts from [SNOMED CT](http://snomed.info/sct)(US Extension) where concept is a 435681000124103 (Dietary liquid consistency diet (regime/therapy)). It is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "439031000124108", + "display": "honey thick liquid" + }, + { + "code": "439021000124105", + "display": "nectar thick liquid" + }, + { + "code": "439041000124103", + "display": "spoon thick liquid" + }, + { "code": "439081000124109", "display": "thin liquid" } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consistency-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "FluidConsistencyTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Fluid Consistency Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consistency-type", + "url": "http://hl7.org/fhir/ValueSet/consistency-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.389", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consistency-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Demonstration of extensions that build a hierarchical contains", + "compose": { + "include": [ + { + "system": "#hacked", + "concept": [ + { "code": "invalid" }, + { "code": "structure" }, + { "code": "required" }, + { "code": "value" }, + { "code": "processing" }, + { "code": "duplicate" }, + { "code": "not-found" }, + { "code": "conflict" }, + { "code": "lock" }, + { "code": "exception" }, + { "code": "tbrottled" }, + { "code": "login" }, + { "code": "unknown" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-rules", + "valueCode": "groups-only" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "extension": [ + { + "url": "display", + "valueString": "(Most common)" + }, + { "url": "member", "valueCode": "login" }, + { "url": "member", "valueCode": "conflict" } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "extension": [ + { "url": "code", "valueCode": "processing" }, + { "url": "member", "valueCode": "duplicate" }, + { "url": "member", "valueCode": "not-found" } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "extension": [ + { "url": "code", "valueCode": "invalid" }, + { "url": "member", "valueCode": "structure" }, + { "url": "member", "valueCode": "required" }, + { "url": "member", "valueCode": "value" } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "extension": [ + { "url": "code", "valueCode": "transient" }, + { "url": "member", "valueCode": "lock" }, + { "url": "member", "valueCode": "exception" }, + { "url": "member", "valueCode": "throttled" } + ] + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "extension": [ + { "url": "code", "valueCode": "security" }, + { "url": "member", "valueCode": "login" }, + { "url": "member", "valueCode": "unknown" } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/example-hierarchical/4.0.1", + "date": "2018-07-20", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Example Hierarchical ValueSet", + "experimental": true, + "resourceType": "ValueSet", + "expansion": { + "contains": [ + { + "display": "(Most common)", + "abstract": true, + "contains": [ + { + "code": "login", + "system": "http://hl7.org/fhir/hacked", + "display": "Login Required" + }, + { + "code": "conflict", + "system": "http://hl7.org/fhir/hacked", + "display": "Edit Version Conflict" + } + ] + }, + { + "code": "processing", + "system": "http://hl7.org/fhir/hacked", + "display": "Processing Failure", + "contains": [ + { + "code": "duplicate", + "system": "http://hl7.org/fhir/hacked", + "display": "Duplicate" + }, + { + "code": "not-found", + "system": "http://hl7.org/fhir/hacked", + "display": "Not Found" + } + ] + }, + { + "code": "invalid", + "system": "http://hl7.org/fhir/hacked", + "display": "Invalid Content", + "abstract": true, + "contains": [ + { + "code": "structure", + "system": "http://hl7.org/fhir/hacked", + "display": "Structural Issue" + }, + { + "code": "required", + "system": "http://hl7.org/fhir/hacked", + "display": "Required element missing" + }, + { + "code": "value", + "system": "http://hl7.org/fhir/hacked", + "display": "Element value invalid" + } + ] + }, + { + "code": "transient", + "system": "http://hl7.org/fhir/hacked", + "display": "Transient Issue", + "abstract": true, + "contains": [ + { + "code": "lock-error", + "system": "http://hl7.org/fhir/hacked", + "display": "Lock Error" + }, + { + "code": "exception", + "system": "http://hl7.org/fhir/hacked", + "display": "Exception" + }, + { + "code": "throttled", + "system": "http://hl7.org/fhir/hacked", + "display": "Throttled" + } + ] + }, + { + "code": "security", + "system": "http://hl7.org/fhir/hacked", + "display": "Security Problem", + "abstract": true, + "contains": [ + { + "code": "login", + "system": "http://hl7.org/fhir/hacked", + "display": "Login Required" + }, + { + "code": "unknown", + "system": "http://hl7.org/fhir/hacked", + "display": "Unknown User" + } + ] + } + ], + "parameter": [{ "name": "excludeNotForUI", "valueUri": "false" }], + "timestamp": "2018-07-20T23:14:07+10:00", + "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "contained": [ + { + "id": "hacked", + "url": "http://hl7.org/fhir/hacked", + "status": "draft", + "concept": [ + { + "code": "invalid", + "concept": [ + { + "code": "structure", + "display": "Structural Issue" + }, + { + "code": "required", + "display": "Required element missing" + }, + { + "code": "value", + "display": "Element value invalid" + } + ], + "display": "Invalid Content", + "property": [ + { "code": "notSelectable", "valueBoolean": true } + ] + }, + { + "code": "security", + "concept": [ + { "code": "login", "display": "Login Required" }, + { "code": "unknown", "display": "Unknown User" }, + { "code": "expired", "display": "Session Expired" } + ], + "display": "Security Problem", + "property": [ + { "code": "notSelectable", "valueBoolean": true } + ] + }, + { + "code": "processing", + "concept": [ + { "code": "duplicate", "display": "Duplicate" }, + { "code": "not-found", "display": "Not Found" }, + { + "code": "conflict", + "display": "Edit Version Conflict" + } + ], + "display": "Processing Failure" + }, + { + "code": "transient", + "concept": [ + { "code": "lock-error", "display": "Lock Error" }, + { "code": "exception", "display": "Exception" }, + { "code": "throttled", "display": "Throttled" } + ], + "display": "Transient Issue" + } + ], + "content": "complete", + "property": [ + { + "uri": "http://hl7.org/fhir/concept-properties#notSelectable", + "code": "notSelectable", + "type": "boolean" + } + ], + "description": "Issue type in an error message - hack from real FHIR List", + "resourceType": "CodeSystem" + } + ], + "status": "draft", + "id": "example-hierarchical", + "url": "http://hl7.org/fhir/ValueSet/example-hierarchical", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-hierarchical", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The availability status of the device.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/device-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRDeviceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRDeviceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-status", + "url": "http://hl7.org/fhir/ValueSet/device-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.209", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0478 ( Formulary Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0478" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0478/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0478", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Formulary Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0478", + "url": "http://terminology.hl7.org/ValueSet/v2-0478", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0478", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0124 ( TRANSPORTATION MODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0124" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0124/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0124", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 TRANSPORTATION MODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0124", + "url": "http://terminology.hl7.org/ValueSet/v2-0124", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0124", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-SpecimenType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SpecimenType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.SpecimenType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System SpecimenType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-SpecimenType", + "url": "http://terminology.hl7.org/ValueSet/v3-SpecimenType", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SpecimenType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RelationalOperator" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RelationalOperator/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RelationalOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RelationalOperator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RelationalOperator", + "url": "http://terminology.hl7.org/ValueSet/v3-RelationalOperator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.209", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RelationalOperator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Distinguishes whether the task is a proposal, plan or full order.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/task-intent" }, + { + "system": "http://hl7.org/fhir/request-intent", + "concept": [ + { "code": "proposal" }, + { "code": "plan" }, + { "code": "order" }, + { "code": "original-order" }, + { "code": "reflex-order" }, + { "code": "filler-order" }, + { "code": "instance-order" }, + { "code": "option" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/task-intent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TaskIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "TaskIntent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "task-intent", + "url": "http://hl7.org/fhir/ValueSet/task-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1240", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/task-intent", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0205 ( Price Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0205" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0205/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0205", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Price Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0205", + "url": "http://terminology.hl7.org/ValueSet/v2-0205", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0205", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates whether the account is available to be used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/account-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/account-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AccountStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "AccountStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "account-status", + "url": "http://hl7.org/fhir/ValueSet/account-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.726", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/account-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type for quality report.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/quality-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/quality-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "qualityType", + "experimental": false, + "resourceType": "ValueSet", + "title": "qualityType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "quality-type", + "url": "http://hl7.org/fhir/ValueSet/quality-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.228", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/quality-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0277 ( Appointment Type Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0277" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0277/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0277", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Appointment Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0277", + "url": "http://terminology.hl7.org/ValueSet/v2-0277", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0277", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample ICD-10 codes.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/sid/icd-10", + "concept": [ + { "code": "123456", "display": "DIAG-1" }, + { "code": "123457", "display": "DIAG-1a" }, + { "code": "987654", "display": "DIAG-2" }, + { "code": "123987", "display": "DIAG-3" }, + { "code": "112233", "display": "DIAG-4" }, + { "code": "997755", "display": "DIAG-5" }, + { "code": "321789", "display": "DIAG-6" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/icd-10/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ICD-10Codes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "ICD-10 Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "icd-10", + "url": "http://hl7.org/fhir/ValueSet/icd-10", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.531", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/icd-10", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " These values are defined within the XHTML 4.0 Table Model", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TableFrame" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TableFrame/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TableFrame", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TableFrame", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TableFrame", + "url": "http://terminology.hl7.org/ValueSet/v3-TableFrame", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10992", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TableFrame", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0761 ( DRG Procedure Determination Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0761" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0761/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0761", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG Procedure Determination Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0761", + "url": "http://terminology.hl7.org/ValueSet/v2-0761", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0761", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is an example value set defined by the FHIR project, that could be used to represent possible payload document types.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + }, + { + "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3", + "concept": [ + { + "code": "urn:ihe:pcc:handp:2008", + "display": "History and Physical Specification" + }, + { + "code": "urn:ihe:pcc:xphr:2007", + "display": "HL7 CCD Document" + }, + { + "code": "urn:ihe:pcc:aps:2007", + "display": "IHE Antepartum Summary" + }, + { + "code": "urn:ihe:pcc:xds-ms:2007", + "display": "XDS Medical Summaries" + }, + { + "code": "urn:ihe:pcc:xphr:2007", + "display": "Personal Health Records" + }, + { + "code": "urn:ihe:pcc:edr:2007", + "display": "Emergency Department Referral (EDR)" + }, + { + "code": "urn:ihe:pcc:edes:2007", + "display": "Emergency Department Encounter Summary (EDES)" + }, + { + "code": "urn:ihe:pcc:apr:handp:2008", + "display": "Antepartum Record (APR) - History and Physical" + }, + { + "code": "urn:ihe:pcc:apr:lab:2008", + "display": "Antepartum Record (APR) - Laboratory" + }, + { + "code": "urn:ihe:pcc:apr:edu:2008", + "display": "Antepartum Record (APR) - Education" + }, + { + "code": "urn:ihe:pcc:irc:2008", + "display": "Immunization Registry Content (IRC)" + }, + { + "code": "urn:ihe:pcc:crc:2008", + "display": "Cancer Registry Content (CRC)" + }, + { + "code": "urn:ihe:pcc:cm:2008", + "display": "Care Management (CM)" + }, + { + "code": "urn:ihe:pcc:ic:2009", + "display": "Immunization Content (IC)" + }, + { "code": "urn:ihe:pcc:tn:2007", "display": "PCC TN" }, + { "code": "urn:ihe:pcc:nn:2007", "display": "PCC NN" }, + { + "code": "urn:ihe:pcc:ctn:2007", + "display": "PCC CTN" + }, + { + "code": "urn:ihe:pcc:edpn:2007", + "display": "PCC EDPN" + }, + { "code": "urn:ihe:pcc:hp:2008", "display": "PCC HP" }, + { + "code": "urn:ihe:pcc:ldhp:2009", + "display": "PCC LDHP" + }, + { + "code": "urn:ihe:pcc:lds:2009", + "display": "PCC LDS" + }, + { + "code": "urn:ihe:pcc:mds:2009", + "display": "PCC MDS" + }, + { + "code": "urn:ihe:pcc:nds:2010", + "display": "PCC NDS" + }, + { + "code": "urn:ihe:pcc:ppvs:2010", + "display": "PCC PPVS" + }, + { + "code": "urn:ihe:pcc:trs:2011", + "display": "PCC TRS" + }, + { + "code": "urn:ihe:pcc:ets:2011", + "display": "PCC ETS" + }, + { + "code": "urn:ihe:pcc:its:2011", + "display": "PCC ITS" + }, + { + "code": "urn:ihe:iti:bppc:2007", + "display": "Basic Patient Privacy Consents" + }, + { + "code": "urn:ihe:iti:bppc-sd:2007", + "display": "Basic Patient Privacy Consents with Scanned Document" + }, + { + "code": "urn:ihe:iti:xdw:2011:workflowDoc", + "display": "XDW Workflow Document" + }, + { + "code": "urn:ihe:iti:dsg:detached:2014", + "display": "DSG Detached Document" + }, + { + "code": "urn:ihe:iti:dsg:enveloping:2014", + "display": "DSG Enveloping Document" + }, + { + "code": "urn:ihe:iti:xds-sd:pdf:2008", + "display": "PDF embedded in CDA per XDS-SD profile" + }, + { + "code": "urn:ihe:iti:xds-sd:text:2008", + "display": "Text embedded in CDA per XDS-SD profile" + }, + { + "code": "urn:ihe:lab:xd-lab:2008", + "display": "CDA Laboratory Report" + }, + { + "code": "urn:ihe:rad:TEXT", + "display": "Radiology XDS-I Text" + }, + { + "code": "urn:ihe:rad:PDF", + "display": "Radiology XDS-I PDF" + }, + { + "code": "urn:ihe:rad:CDA:ImagingReportStructuredHeadings:2013", + "display": "Radiology XDS-I Structured CDA" + }, + { + "code": "urn:ihe:card:imaging:2011", + "display": "Cardiac Imaging Report" + }, + { + "code": "urn:ihe:card:CRC:2012", + "display": "Cardiology CRC" + }, + { + "code": "urn:ihe:card:EPRC-IE:2014", + "display": "Cardiology EPRC-IE" + }, + { + "code": "urn:ihe:dent:TEXT", + "display": "Dental Text" + }, + { "code": "urn:ihe:dent:PDF", "display": "Dental PDF" }, + { + "code": "urn:ihe:dent:CDA:ImagingReportStructuredHeadings:2013", + "display": "Dental CDA" + }, + { + "code": "urn:ihe:pat:apsr:all:2010", + "display": "Anatomic Pathology Structured Report All" + }, + { + "code": "urn:ihe:pat:apsr:cancer:all:2010", + "display": "Anatomic Pathology Structured Report Cancer All" + }, + { + "code": "urn:ihe:pat:apsr:cancer:breast:2010", + "display": "Anatomic Pathology Structured Report Cancer Breast" + }, + { + "code": "urn:ihe:pat:apsr:cancer:colon:2010", + "display": "Anatomic Pathology Structured Report Cancer Colon" + }, + { + "code": "urn:ihe:pat:apsr:cancer:prostate:2010", + "display": "Anatomic Pathology Structured Report Cancer Prostate" + }, + { + "code": "urn:ihe:pat:apsr:cancer:thyroid:2010", + "display": "Anatomic Pathology Structured Report Cancer Thyroid" + }, + { + "code": "urn:ihe:pat:apsr:cancer:lung:2010", + "display": "Anatomic Pathology Structured Report Cancer Lung" + }, + { + "code": "urn:ihe:pat:apsr:cancer:skin:2010", + "display": "Anatomic Pathology Structured Report Cancer Skin" + }, + { + "code": "urn:ihe:pat:apsr:cancer:kidney:2010", + "display": "Anatomic Pathology Structured Report Cancer Kidney" + }, + { + "code": "urn:ihe:pat:apsr:cancer:cervix:2010", + "display": "Anatomic Pathology Structured Report Cancer Cervix" + }, + { + "code": "urn:ihe:pat:apsr:cancer:endometrium:2010", + "display": "Anatomic Pathology Structured Report Cancer Endometrium" + }, + { + "code": "urn:ihe:pat:apsr:cancer:ovary:2010", + "display": "Anatomic Pathology Structured Report Cancer Ovary" + }, + { + "code": "urn:ihe:pat:apsr:cancer:esophagus: 2010", + "display": "Anatomic Pathology Structured Report Cancer Esophagus" + }, + { + "code": "urn:ihe:pat:apsr:cancer:stomach: 2010", + "display": "Anatomic Pathology Structured Report Cancer Stomach" + }, + { + "code": "urn:ihe:pat:apsr:cancer:liver:2010", + "display": "Anatomic Pathology Structured Report Cancer Liver" + }, + { + "code": "urn:ihe:pat:apsr:cancer:pancreas: 2010", + "display": "Anatomic Pathology Structured Report Cancer Pancreas" + }, + { + "code": "urn:ihe:pat:apsr:cancer:testis:2010", + "display": "Anatomic Pathology Structured Report Cancer Testis" + }, + { + "code": "urn:ihe:pat:apsr:cancer:urinary_bladder:2010", + "display": "Anatomic Pathology Structured Report Cancer Urinary Bladder" + }, + { + "code": "urn:ihe:pat:apsr:cancer:lip_oral_cavity:2010", + "display": "Anatomic Pathology Structured Report Cancer Lip Oral Cavity" + }, + { + "code": "urn:ihe:pat:apsr:cancer:pharynx:2010", + "display": "Anatomic Pathology Structured Report Cancer Pharynx" + }, + { + "code": "urn:ihe:pat:apsr:cancer:salivary_gland:2010", + "display": "Anatomic Pathology Structured Report Cancer Salivary Gland" + }, + { + "code": "urn:ihe:pat:apsr:cancer:larynx:2010", + "display": "Anatomic Pathology Structured Report Cancer Larynx" + }, + { + "code": "urn:ihe:pharm:pre:2010", + "display": "Pharmacy Pre" + }, + { + "code": "urn:ihe:pharm:padv:2010", + "display": "Pharmacy PADV" + }, + { + "code": "urn:ihe:pharm:dis:2010", + "display": "Pharmacy DIS" + }, + { + "code": "urn:ihe:pharm:pml:2013", + "display": "Pharmacy PML" + }, + { + "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1", + "display": "For documents following C-CDA constraints using a structured body. " + }, + { + "code": "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1", + "display": "For documents following C-CDA constraints using a non structured body. " + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-payload-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-endpoint-payload-type", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Patient Administration", + "fhirVersion": null, + "name": "EndpointPayloadType", + "copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/", + "experimental": false, + "resourceType": "ValueSet", + "title": "Endpoint Payload Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "endpoint-payload-type", + "url": "http://hl7.org/fhir/ValueSet/endpoint-payload-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.496", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/endpoint-payload-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the definition of dates relevant to recommendations for future doses of vaccines. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "30981-5" }, + { "code": "30980-7" }, + { "code": "59777-3" }, + { "code": "59778-1" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationRecommendationDateCriterionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Date Criterion Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-date-criterion", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.308", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-recommendation-date-criterion", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0275 ( Document Storage Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0275" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0275/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0275", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Document Storage Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0275", + "url": "http://terminology.hl7.org/ValueSet/v2-0275", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0275", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of participant for the action.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-participant-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-participant-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionParticipantType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-participant-type", + "url": "http://hl7.org/fhir/ValueSet/action-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.811", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-participant-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Set of handling instructions prior testing of the specimen.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/handling-condition" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/handling-condition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "HandlingConditionSet", + "experimental": false, + "resourceType": "ValueSet", + "title": "HandlingConditionSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "handling-condition", + "url": "http://hl7.org/fhir/ValueSet/handling-condition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.854", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/handling-condition", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0535 ( Signature Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0535" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0535/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0535", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Signature Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0535", + "url": "http://terminology.hl7.org/ValueSet/v2-0535", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0535", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The free/busy status of an appointment.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/appointmentstatus" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/appointmentstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AppointmentStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "AppointmentStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "appointmentstatus", + "url": "http://hl7.org/fhir/ValueSet/appointmentstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.484", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/appointmentstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationKnowledge Package Type Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationknowledge-package-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationknowledge-package-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationKnowledge Package Type Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication knowledge package type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationknowledge-package-type", + "url": "http://hl7.org/fhir/ValueSet/medicationknowledge-package-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1339", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationknowledge-package-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0102 ( DELAYED ACKNOWLEDGMENT TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0102" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0102/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0102", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DELAYED ACKNOWLEDGMENT TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0102", + "url": "http://terminology.hl7.org/ValueSet/v2-0102", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0102", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 2-letter codes", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:3166", + "concept": [ + { "code": "AD", "display": "Andorra" }, + { "code": "AE", "display": "United Arab Emirates" }, + { "code": "AF", "display": "Afghanistan" }, + { "code": "AG", "display": "Antigua and Barbuda" }, + { "code": "AI", "display": "Anguilla" }, + { "code": "AL", "display": "Albania" }, + { "code": "AM", "display": "Armenia" }, + { "code": "AO", "display": "Angola" }, + { "code": "AQ", "display": "Antarctica" }, + { "code": "AR", "display": "Argentina" }, + { "code": "AS", "display": "American Samoa" }, + { "code": "AT", "display": "Austria" }, + { "code": "AU", "display": "Australia" }, + { "code": "AW", "display": "Aruba" }, + { "code": "AX", "display": "Åland Islands" }, + { "code": "AZ", "display": "Azerbaijan" }, + { "code": "BA", "display": "Bosnia and Herzegovina" }, + { "code": "BB", "display": "Barbados" }, + { "code": "BD", "display": "Bangladesh" }, + { "code": "BE", "display": "Belgium" }, + { "code": "BF", "display": "Burkina Faso" }, + { "code": "BG", "display": "Bulgaria" }, + { "code": "BH", "display": "Bahrain" }, + { "code": "BI", "display": "Burundi" }, + { "code": "BJ", "display": "Benin" }, + { "code": "BL", "display": "Saint Barthélemy" }, + { "code": "BM", "display": "Bermuda" }, + { "code": "BN", "display": "Brunei Darussalam" }, + { + "code": "BO", + "display": "Bolivia, Plurinational State of" + }, + { + "code": "BQ", + "display": "Bonaire, Sint Eustatius and Saba" + }, + { "code": "BR", "display": "Brazil" }, + { "code": "BS", "display": "Bahamas" }, + { "code": "BT", "display": "Bhutan" }, + { "code": "BV", "display": "Bouvet Island" }, + { "code": "BW", "display": "Botswana" }, + { "code": "BY", "display": "Belarus" }, + { "code": "BZ", "display": "Belize" }, + { "code": "CA", "display": "Canada" }, + { "code": "CC", "display": "Cocos (Keeling) Islands" }, + { + "code": "CD", + "display": "Congo, the Democratic Republic of the" + }, + { "code": "CF", "display": "Central African Republic" }, + { "code": "CG", "display": "Congo" }, + { "code": "CH", "display": "Switzerland" }, + { "code": "CI", "display": "Côte d''Ivoire" }, + { "code": "CK", "display": "Cook Islands" }, + { "code": "CL", "display": "Chile" }, + { "code": "CM", "display": "Cameroon" }, + { "code": "CN", "display": "China" }, + { "code": "CO", "display": "Colombia" }, + { "code": "CR", "display": "Costa Rica" }, + { "code": "CU", "display": "Cuba" }, + { "code": "CV", "display": "Cabo Verde" }, + { "code": "CW", "display": "Curaçao" }, + { "code": "CX", "display": "Christmas Island" }, + { "code": "CY", "display": "Cyprus" }, + { "code": "CZ", "display": "Czechia" }, + { "code": "DE", "display": "Germany" }, + { "code": "DJ", "display": "Djibouti" }, + { "code": "DK", "display": "Denmark" }, + { "code": "DM", "display": "Dominica" }, + { "code": "DO", "display": "Dominican Republic" }, + { "code": "DZ", "display": "Algeria" }, + { "code": "EC", "display": "Ecuador" }, + { "code": "EE", "display": "Estonia" }, + { "code": "EG", "display": "Egypt" }, + { "code": "EH", "display": "Western Sahara" }, + { "code": "ER", "display": "Eritrea" }, + { "code": "ES", "display": "Spain" }, + { "code": "ET", "display": "Ethiopia" }, + { "code": "FI", "display": "Finland" }, + { "code": "FJ", "display": "Fiji" }, + { + "code": "FK", + "display": "Falkland Islands (Malvinas)" + }, + { + "code": "FM", + "display": "Micronesia, Federated States of" + }, + { "code": "FO", "display": "Faroe Islands" }, + { "code": "FR", "display": "France" }, + { "code": "GA", "display": "Gabon" }, + { + "code": "GB", + "display": "United Kingdom of Great Britain and Northern Ireland" + }, + { "code": "GD", "display": "Grenada" }, + { "code": "GE", "display": "Georgia" }, + { "code": "GF", "display": "French Guiana" }, + { "code": "GG", "display": "Guernsey" }, + { "code": "GH", "display": "Ghana" }, + { "code": "GI", "display": "Gibraltar" }, + { "code": "GL", "display": "Greenland" }, + { "code": "GM", "display": "Gambia" }, + { "code": "GN", "display": "Guinea" }, + { "code": "GP", "display": "Guadeloupe" }, + { "code": "GQ", "display": "Equatorial Guinea" }, + { "code": "GR", "display": "Greece" }, + { + "code": "GS", + "display": "South Georgia and the South Sandwich Islands" + }, + { "code": "GT", "display": "Guatemala" }, + { "code": "GU", "display": "Guam" }, + { "code": "GW", "display": "Guinea-Bissau" }, + { "code": "GY", "display": "Guyana" }, + { "code": "HK", "display": "Hong Kong" }, + { + "code": "HM", + "display": "Heard Island and McDonald Islands" + }, + { "code": "HN", "display": "Honduras" }, + { "code": "HR", "display": "Croatia" }, + { "code": "HT", "display": "Haiti" }, + { "code": "HU", "display": "Hungary" }, + { "code": "ID", "display": "Indonesia" }, + { "code": "IE", "display": "Ireland" }, + { "code": "IL", "display": "Israel" }, + { "code": "IM", "display": "Isle of Man" }, + { "code": "IN", "display": "India" }, + { + "code": "IO", + "display": "British Indian Ocean Territory" + }, + { "code": "IQ", "display": "Iraq" }, + { + "code": "IR", + "display": "Iran, Islamic Republic of" + }, + { "code": "IS", "display": "Iceland" }, + { "code": "IT", "display": "Italy" }, + { "code": "JE", "display": "Jersey" }, + { "code": "JM", "display": "Jamaica" }, + { "code": "JO", "display": "Jordan" }, + { "code": "JP", "display": "Japan" }, + { "code": "KE", "display": "Kenya" }, + { "code": "KG", "display": "Kyrgyzstan" }, + { "code": "KH", "display": "Cambodia" }, + { "code": "KI", "display": "Kiribati" }, + { "code": "KM", "display": "Comoros" }, + { "code": "KN", "display": "Saint Kitts and Nevis" }, + { + "code": "KP", + "display": "Korea, Democratic People''s Republic of" + }, + { "code": "KR", "display": "Korea, Republic of" }, + { "code": "KW", "display": "Kuwait" }, + { "code": "KY", "display": "Cayman Islands" }, + { "code": "KZ", "display": "Kazakhstan" }, + { + "code": "LA", + "display": "Lao People''s Democratic Republic" + }, + { "code": "LB", "display": "Lebanon" }, + { "code": "LC", "display": "Saint Lucia" }, + { "code": "LI", "display": "Liechtenstein" }, + { "code": "LK", "display": "Sri Lanka" }, + { "code": "LR", "display": "Liberia" }, + { "code": "LS", "display": "Lesotho" }, + { "code": "LT", "display": "Lithuania" }, + { "code": "LU", "display": "Luxembourg" }, + { "code": "LV", "display": "Latvia" }, + { "code": "LY", "display": "Libya" }, + { "code": "MA", "display": "Morocco" }, + { "code": "MC", "display": "Monaco" }, + { "code": "MD", "display": "Moldova, Republic of" }, + { "code": "ME", "display": "Montenegro" }, + { + "code": "MF", + "display": "Saint Martin (French part)" + }, + { "code": "MG", "display": "Madagascar" }, + { "code": "MH", "display": "Marshall Islands" }, + { + "code": "MK", + "display": "Macedonia, the former Yugoslav Republic of" + }, + { "code": "ML", "display": "Mali" }, + { "code": "MM", "display": "Myanmar" }, + { "code": "MN", "display": "Mongolia" }, + { "code": "MO", "display": "Macao" }, + { "code": "MP", "display": "Northern Mariana Islands" }, + { "code": "MQ", "display": "Martinique" }, + { "code": "MR", "display": "Mauritania" }, + { "code": "MS", "display": "Montserrat" }, + { "code": "MT", "display": "Malta" }, + { "code": "MU", "display": "Mauritius" }, + { "code": "MV", "display": "Maldives" }, + { "code": "MW", "display": "Malawi" }, + { "code": "MX", "display": "Mexico" }, + { "code": "MY", "display": "Malaysia" }, + { "code": "MZ", "display": "Mozambique" }, + { "code": "NA", "display": "Namibia" }, + { "code": "NC", "display": "New Caledonia" }, + { "code": "NE", "display": "Niger" }, + { "code": "NF", "display": "Norfolk Island" }, + { "code": "NG", "display": "Nigeria" }, + { "code": "NI", "display": "Nicaragua" }, + { "code": "NL", "display": "Netherlands" }, + { "code": "NO", "display": "Norway" }, + { "code": "NP", "display": "Nepal" }, + { "code": "NR", "display": "Nauru" }, + { "code": "NU", "display": "Niue" }, + { "code": "NZ", "display": "New Zealand" }, + { "code": "OM", "display": "Oman" }, + { "code": "PA", "display": "Panama" }, + { "code": "PE", "display": "Peru" }, + { "code": "PF", "display": "French Polynesia" }, + { "code": "PG", "display": "Papua New Guinea" }, + { "code": "PH", "display": "Philippines" }, + { "code": "PK", "display": "Pakistan" }, + { "code": "PL", "display": "Poland" }, + { + "code": "PM", + "display": "Saint Pierre and Miquelon" + }, + { "code": "PN", "display": "Pitcairn" }, + { "code": "PR", "display": "Puerto Rico" }, + { "code": "PS", "display": "Palestine, State of" }, + { "code": "PT", "display": "Portugal" }, + { "code": "PW", "display": "Palau" }, + { "code": "PY", "display": "Paraguay" }, + { "code": "QA", "display": "Qatar" }, + { "code": "RE", "display": "Réunion" }, + { "code": "RO", "display": "Romania" }, + { "code": "RS", "display": "Serbia" }, + { "code": "RU", "display": "Russian Federation" }, + { "code": "RW", "display": "Rwanda" }, + { "code": "SA", "display": "Saudi Arabia" }, + { "code": "SB", "display": "Solomon Islands" }, + { "code": "SC", "display": "Seychelles" }, + { "code": "SD", "display": "Sudan" }, + { "code": "SE", "display": "Sweden" }, + { "code": "SG", "display": "Singapore" }, + { + "code": "SH", + "display": "Saint Helena, Ascension and Tristan da Cunha" + }, + { "code": "SI", "display": "Slovenia" }, + { "code": "SJ", "display": "Svalbard and Jan Mayen" }, + { "code": "SK", "display": "Slovakia" }, + { "code": "SL", "display": "Sierra Leone" }, + { "code": "SM", "display": "San Marino" }, + { "code": "SN", "display": "Senegal" }, + { "code": "SO", "display": "Somalia" }, + { "code": "SR", "display": "Suriname" }, + { "code": "SS", "display": "South Sudan" }, + { "code": "ST", "display": "Sao Tome and Principe" }, + { "code": "SV", "display": "El Salvador" }, + { + "code": "SX", + "display": "Sint Maarten (Dutch part)" + }, + { "code": "SY", "display": "Syrian Arab Republic" }, + { "code": "SZ", "display": "Swaziland" }, + { "code": "TC", "display": "Turks and Caicos Islands" }, + { "code": "TD", "display": "Chad" }, + { + "code": "TF", + "display": "French Southern Territories" + }, + { "code": "TG", "display": "Togo" }, + { "code": "TH", "display": "Thailand" }, + { "code": "TJ", "display": "Tajikistan" }, + { "code": "TK", "display": "Tokelau" }, + { "code": "TL", "display": "Timor-Leste" }, + { "code": "TM", "display": "Turkmenistan" }, + { "code": "TN", "display": "Tunisia" }, + { "code": "TO", "display": "Tonga" }, + { "code": "TR", "display": "Turkey" }, + { "code": "TT", "display": "Trinidad and Tobago" }, + { "code": "TV", "display": "Tuvalu" }, + { + "code": "TW", + "display": "Taiwan, Province of China" + }, + { + "code": "TZ", + "display": "Tanzania, United Republic of" + }, + { "code": "UA", "display": "Ukraine" }, + { "code": "UG", "display": "Uganda" }, + { + "code": "UM", + "display": "United States Minor Outlying Islands" + }, + { "code": "US", "display": "United States of America" }, + { "code": "UY", "display": "Uruguay" }, + { "code": "UZ", "display": "Uzbekistan" }, + { "code": "VA", "display": "Holy See" }, + { + "code": "VC", + "display": "Saint Vincent and the Grenadines" + }, + { + "code": "VE", + "display": "Venezuela, Bolivarian Republic of" + }, + { "code": "VG", "display": "Virgin Islands, British" }, + { "code": "VI", "display": "Virgin Islands," }, + { "code": "VN", "display": "Viet Nam" }, + { "code": "VU", "display": "Vanuatu" }, + { "code": "WF", "display": "Wallis and Futuna" }, + { "code": "WS", "display": "Samoa" }, + { "code": "YE", "display": "Yemen" }, + { "code": "YT", "display": "Mayotte" }, + { "code": "ZA", "display": "South Africa" }, + { "code": "ZM", "display": "Zambia" }, + { "code": "ZW", "display": "Zimbabwe" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-2/4.0.1", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso3166-1-2", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: 2 Letter Codes", + "status": "active", + "id": "iso3166-1-2", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-2", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso3166-1-2", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0547 ( Jurisdictional Breadth)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0547" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0547/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0547", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Jurisdictional Breadth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0547", + "url": "http://terminology.hl7.org/ValueSet/v2-0547", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0547", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0155 ( ACCEPT/APPLICATION ACKNOWLEDGEMENT CONDITIONS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0155" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0155/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0155", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ACCEPT/APPLICATION ACKNOWLEDGEMENT CONDITIONS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0155", + "url": "http://terminology.hl7.org/ValueSet/v2-0155", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0155", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Information Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-informationcategory/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ClaimInformationCategoryCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Information Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-informationcategory", + "url": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.582", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-informationcategory", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample additional material type codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/additionalmaterials" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/additionalmaterials/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "AdditionalMaterialCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Additional Material Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "additionalmaterials", + "url": "http://hl7.org/fhir/ValueSet/additionalmaterials", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.529", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/additionalmaterials", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes that reflect the current state of a care plan activity within its overall life cycle.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/care-plan-activity-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-activity-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CarePlanActivityStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "CarePlanActivityStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-plan-activity-status", + "url": "http://hl7.org/fhir/ValueSet/care-plan-activity-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.146", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-plan-activity-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0553 ( Invoice Control Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0553" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0553/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0553", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Invoice Control Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0553", + "url": "http://terminology.hl7.org/ValueSet/v2-0553", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0553", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0418 ( Procedure priority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0418" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0418/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0418", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Procedure priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0418", + "url": "http://terminology.hl7.org/ValueSet/v2-0418", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0418", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0193 ( Amount Class)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0193" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0193/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0193", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Amount Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0193", + "url": "http://terminology.hl7.org/ValueSet/v2-0193", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0193", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the dose is being administered against. This value set is provided as a suggestive example and includes the SNOMED CT concepts from the 64572001 (Disease) hierarchy.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "1857005" }, + { "code": "397430003" }, + { "code": "14189004" }, + { "code": "36989005" }, + { "code": "36653000" }, + { "code": "76902006" }, + { "code": "709410003" }, + { "code": "27836007" }, + { "code": "398102009" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-target-disease/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationTargetDiseaseCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Target Disease Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-target-disease", + "url": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1047", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-target-disease", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0919 ( Exclusive Test)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0919" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0919/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0919", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Exclusive Test", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0919", + "url": "http://terminology.hl7.org/ValueSet/v2-0919", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0919", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0927 ( Arm Stick)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0927" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0927/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0927", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Arm Stick", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0927", + "url": "http://terminology.hl7.org/ValueSet/v2-0927", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0927", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes for identifying device properties. This is based upon IEEE/HCD specified codes.", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:11073:10101", + "concept": [ + { + "code": "68219", + "display": "MDC_TIME_CAP_STATE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Time capability" + } + ] + }, + { + "code": "68220", + "display": "MDC_TIME_SYNC_PROTOCOL", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Time synchronization method" + } + ] + }, + { + "code": "68221", + "display": "MDC_TIME_SYNC_ACCURACY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The accuracy of the time synchronization" + } + ] + }, + { + "code": "68222", + "display": "MDC_TIME_RES_ABS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The resolution of the absolute time clock" + } + ] + }, + { + "code": "68223", + "display": "MDC_TIME_RES_REL", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The resolution of the relative time clock" + } + ] + }, + { + "code": "68224", + "display": "MDC_TIME_RES_REL_HI_RES", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The resolution of the high resolution time clock" + } + ] + }, + { + "code": "68226", + "display": "MDC_TIME_RES_BO", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The resolution of the base offset time clock" + } + ] + }, + { + "code": "532353", + "display": "MDC_REG_CERT_DATA_CONTINUA_CERT_DEV_LIST", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The specializations this device is certified for" + } + ] + }, + { + "code": "532354", + "display": "MDC_REG_CERT_DATA_CONTINUA_REG_STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The regulation type and status this device has" + } + ] + }, + { + "code": "532355", + "display": "MDC_REG_CERT_DATA_CONTINUA_PHG_CERT_LIST", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The upload transactions this gateway has been certified for" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-component-property/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceDefinitionPropertyCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceDefinitionPropertyCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "device-component-property", + "url": "http://hl7.org/fhir/ValueSet/device-component-property", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.634", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-component-property", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0360 ver 2.9 ( Degree/License/Certificate)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.7" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.7-0360/0360", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0360.2.7", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0360, Version 2.7", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "language": "en", + "id": "v2-2.7-0360", + "url": "http://terminology.hl7.org/ValueSet/v2-2.7-0360", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0360", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.7-0360", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0224 ( Transport Arranged)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0224" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0224/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0224", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Transport Arranged", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0224", + "url": "http://terminology.hl7.org/ValueSet/v2-0224", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0224", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Describes the category of the metric.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/metric-category" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/metric-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceMetricCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceMetricCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-category", + "url": "http://hl7.org/fhir/ValueSet/metric-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.648", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/metric-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Code of parameter that is input to the guide.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guide-parameter-code" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/guide-parameter-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GuideParameterCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "GuideParameterCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "guide-parameter-code", + "url": "http://hl7.org/fhir/ValueSet/guide-parameter-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.996", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/guide-parameter-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0287 ( Action Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0287" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0287/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0287", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Action Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0287", + "url": "http://terminology.hl7.org/ValueSet/v2-0287", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0287", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes concept codes for specific substances/pharmaceutical products, allergy or intolerance conditions, and negation/exclusion codes to specify the absence of specific types of allergies or intolerances.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/substance-code"] }, + { + "filter": [ + { + "op": "is-a", + "value": "418038007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "267425008", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "29736007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "340519003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "190753003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "413427002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "716186003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllergyIntoleranceSubstance/Product,ConditionAndNegationCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Substance/Product, Condition and Negation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-code", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.137", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0436 ( Sensitivity to Causative Agent code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0436" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0436/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0436", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sensitivity to Causative Agent code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0436", + "url": "http://terminology.hl7.org/ValueSet/v2-0436", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0436", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7CMETAttribution" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7CMETAttribution/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7CMETAttribution", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7CMETAttribution", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7CMETAttribution", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7CMETAttribution", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7CMETAttribution", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-entry-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/search-entry-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SearchEntryMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "SearchEntryMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "search-entry-mode", + "url": "http://hl7.org/fhir/ValueSet/search-entry-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.622", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/search-entry-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a resource reference is interpreted when evaluating contract offers.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contract-data-meaning" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-data-meaning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ContractDataMeaning", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContractDataMeaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "contract-data-meaning", + "url": "http://hl7.org/fhir/ValueSet/contract-data-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.749", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-data-meaning", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type if a sequence -- DNA, RNA, or amino acid sequence.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/sequence-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequence-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "sequenceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "sequenceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "sequence-type", + "url": "http://hl7.org/fhir/ValueSet/sequence-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.219", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequence-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type of alerts/updates the primary source can send", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/push-type-available" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-push-type-available/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "push-type-available", + "experimental": false, + "resourceType": "ValueSet", + "title": "Push-type-available", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-push-type-available", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-push-type-available", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.898", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-push-type-available", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Code representing the role the entity played in the audit event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/object-role" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/object-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AuditEventEntityRole", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "AuditEventEntityRole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "object-role", + "url": "http://hl7.org/fhir/ValueSet/object-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.460", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/object-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A qualitative measure of the degree of exposure to the causative agent. This includes concepts such as \"low\", \"medium\" and \"high\". This quantifies how the quantity that was available to be administered to the target differs from typical or background levels of the substance.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActExposureLevelCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActExposureLevelCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActExposureLevelCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActExposureLevelCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActExposureLevelCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActExposureLevelCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActExposureLevelCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0473 ( Formulary status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0473" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0473/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0473", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Formulary status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0473", + "url": "http://terminology.hl7.org/ValueSet/v2-0473", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0473", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Type for orientation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/orientation-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/orientation-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "orientationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "orientationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "orientation-type", + "url": "http://hl7.org/fhir/ValueSet/orientation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.987", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/orientation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for Condition/Problem/Diagnosis codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "160245001", + "display": "No current problems or disability" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Condition/Problem/DiagnosisCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition/Problem/Diagnosis Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-code", + "url": "http://hl7.org/fhir/ValueSet/condition-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.161", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "exclude": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "5932-9", + "display": "Cholesterol [Presence] in Blood by Test strip" + } + ] + } + ], + "include": [ + { + "filter": [ + { + "op": "=", + "value": "LP43571-6", + "property": "parent" + } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/example-intensional/4.0.1", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "name": "LOINC Codes for Cholesterol in Serum/Plasma", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": true, + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-intensional", + "url": "http://hl7.org/fhir/ValueSet/example-intensional", + "identifier": [ + { + "value": "loinc-cholesterol-ext", + "system": "http://acme.com/identifiers/valuesets" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-intensional", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate breeds of species.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "684003", + "display": "Pygmy goat (organism)" + }, + { + "code": "2124007", + "display": "Rambouillet sheep (organism)" + }, + { + "code": "3099004", + "display": "Romney marsh sheep (organism)" + }, + { + "code": "3566006", + "display": "Southdown sheep (organism)" + }, + { + "code": "4574003", + "display": "Shropshire sheep (organism)" + }, + { + "code": "4880003", + "display": "Piedmontese cattle breed (organism)" + }, + { + "code": "5164003", + "display": "Montdale sheep (organism)" + }, + { + "code": "5345000", + "display": "Santa Gertrudis cattle breed (organism)" + }, + { + "code": "5438004", + "display": "French alpine goat (organism)" + }, + { + "code": "6431001", + "display": "Leicester sheep (organism)" + }, + { + "code": "7843000", + "display": "Horned Hereford (organism)" + }, + { + "code": "9230001", + "display": "Camarron goat (organism)" + }, + { + "code": "9277006", + "display": "Polled Hereford (organism)" + }, + { + "code": "11967001", + "display": "Kerry Hill sheep (organism)" + }, + { + "code": "13934009", + "display": "Panama sheep (organism)" + }, + { + "code": "16015002", + "display": "Anglo nubian goat (organism)" + }, + { + "code": "16042001", + "display": "Beefmaster cattle breed (organism)" + }, + { + "code": "23469003", + "display": "Domestic goose (organism)" + }, + { + "code": "24438005", + "display": "Pekin duck (organism)" + }, + { + "code": "25660007", + "display": "Barbados sheep (organism)" + }, + { + "code": "28336001", + "display": "Brangus cattle breed (organism)" + }, + { + "code": "28360002", + "display": "Swiss alpine goat (organism)" + }, + { + "code": "30089001", + "display": "Toggenburg goat (organism)" + }, + { + "code": "32145006", + "display": "Romanov sheep (organism)" + }, + { + "code": "39855006", + "display": "Wiltshire horn sheep (organism)" + }, + { + "code": "41706005", + "display": "Perendale sheep (organism)" + }, + { + "code": "44835005", + "display": "Debouillet sheep (organism)" + }, + { + "code": "45690005", + "display": "Mouflon sheep (organism)" + }, + { + "code": "46392004", + "display": "Delaine merino sheep (organism)" + }, + { + "code": "48697009", + "display": "Clun Forest sheep (organism)" + }, + { + "code": "50717006", + "display": "Cheviot sheep (organism)" + }, + { + "code": "53360003", + "display": "Oxford Down sheep (organism)" + }, + { + "code": "55530007", + "display": "La Mancha goat (organism)" + }, + { + "code": "59210004", + "display": "Navajo sheep (organism)" + }, + { + "code": "64158000", + "display": "Angora goat (organism)" + }, + { + "code": "64591001", + "display": "Karakul sheep (organism)" + }, + { + "code": "65187008", + "display": "Black faced Highland sheep (organism)" + }, + { + "code": "65492002", + "display": "Lincoln sheep (organism)" + }, + { + "code": "67414001", + "display": "Cotswold sheep (organism)" + }, + { + "code": "67515002", + "display": "Corriedale sheep (organism)" + }, + { + "code": "70431006", + "display": "Alpine goat (organism)" + }, + { + "code": "72329005", + "display": "Finnish landrace sheep (organism)" + }, + { + "code": "72648002", + "display": "Suffolk sheep (organism)" + }, + { + "code": "73191001", + "display": "American merino sheep (organism)" + }, + { + "code": "74745008", + "display": "Rock alpine goat (organism)" + }, + { + "code": "79603002", + "display": "Romedale sheep (organism)" + }, + { + "code": "82440005", + "display": "Hampshire Down sheep (organism)" + }, + { + "code": "83842004", + "display": "Hungarian goose (organism)" + }, + { + "code": "86920006", + "display": "Horned dorset sheep breed (organism)" + }, + { + "code": "87962009", + "display": "North County cheviot sheep (organism)" + }, + { + "code": "89665001", + "display": "Targhee sheep (organism)" + }, + { + "code": "89708009", + "display": "Chamoisee goat (organism)" + }, + { + "code": "91460002", + "display": "Chinese goose (organism)" + }, + { + "code": "112486002", + "display": "No-tail sheep (organism)" + }, + { + "code": "112487006", + "display": "Romnelet sheep (organism)" + }, + { + "code": "112496006", + "display": "Pilgrim goose (organism)" + }, + { + "code": "131607005", + "display": "Mixed Breed Goat (organism)" + }, + { + "code": "131608000", + "display": "Australian Goat breed (organism)" + }, + { + "code": "131609008", + "display": "Arapawa Island goat breed (organism)" + }, + { + "code": "131610003", + "display": "Maltese goat breed (organism)" + }, + { + "code": "131611004", + "display": "Provençale goat breed (organism)" + }, + { + "code": "131612006", + "display": "Negra Serrana goat breed (organism)" + }, + { + "code": "131613001", + "display": "Orobica goat breed (organism)" + }, + { + "code": "131614007", + "display": "Roya-Vesubie goat breed (organism)" + }, + { + "code": "131615008", + "display": "Retinta Extremena goat breed (organism)" + }, + { + "code": "131616009", + "display": "Appenzell goat breed (organism)" + }, + { + "code": "131617000", + "display": "American Cashmere goat breed (organism)" + }, + { + "code": "131618005", + "display": "Altai Mountain goat breed (organism)" + }, + { + "code": "131619002", + "display": "Pyrenean goat breed (organism)" + }, + { + "code": "131620008", + "display": "Bagot goat breed (organism)" + }, + { + "code": "131621007", + "display": "Russian White goat breed (organism)" + }, + { + "code": "131622000", + "display": "Moxotó goat breed (organism)" + }, + { + "code": "131623005", + "display": "Myotonic goat breed (organism)" + }, + { + "code": "131624004", + "display": "Nachi goat breed (organism)" + }, + { + "code": "131625003", + "display": "Nigerian Dwarf goat breed (organism)" + }, + { + "code": "131626002", + "display": "Sarda goat breed (organism)" + }, + { + "code": "131627006", + "display": "Serpentina goat breed (organism)" + }, + { + "code": "131628001", + "display": "Serrana goat breed (organism)" + }, + { + "code": "131629009", + "display": "Verata goat breed (organism)" + }, + { + "code": "131630004", + "display": "Verzasca black goat breed (organism)" + }, + { + "code": "131631000", + "display": "Norwegian goat breed (organism)" + }, + { + "code": "131632007", + "display": "Oberhasli goat breed (organism)" + }, + { + "code": "131633002", + "display": "Peacock Goat breed (organism)" + }, + { + "code": "131634008", + "display": "Philippine goat breed (organism)" + }, + { + "code": "131635009", + "display": "Loashan goat breed (organism)" + }, + { + "code": "131636005", + "display": "San Clemente goat breed (organism)" + }, + { + "code": "131637001", + "display": "Somali goat breed (organism)" + }, + { + "code": "131638006", + "display": "Spanish goat breed (organism)" + }, + { + "code": "131639003", + "display": "Rove goat breed (organism)" + }, + { + "code": "131640001", + "display": "SRD goat breed (organism)" + }, + { + "code": "131641002", + "display": "Swedish Landrace goat breed (organism)" + }, + { + "code": "131642009", + "display": "Thuringian goat breed (organism)" + }, + { + "code": "131643004", + "display": "Uzbek Black goat breed (organism)" + }, + { + "code": "131644005", + "display": "Zhongwei goat breed (organism)" + }, + { + "code": "131645006", + "display": "Barbari goat breed (organism)" + }, + { + "code": "131646007", + "display": "Poitou goat breed (organism)" + }, + { + "code": "131647003", + "display": "Repartida goat breed (organism)" + }, + { + "code": "131648008", + "display": "Booted Goat breed (organism)" + }, + { + "code": "131649000", + "display": "Corsican goat breed (organism)" + }, + { + "code": "131650000", + "display": "Chapar goat breed (organism)" + }, + { + "code": "131651001", + "display": "Canindé goat breed (organism)" + }, + { + "code": "131652008", + "display": "Canary Island goat breed (organism)" + }, + { + "code": "131653003", + "display": "Daera Din Panah goat breed (organism)" + }, + { + "code": "131654009", + "display": "British Alpine goat breed (organism)" + }, + { + "code": "131655005", + "display": "Bhuj goat breed (organism)" + }, + { + "code": "131656006", + "display": "Boer goat breed (organism)" + }, + { + "code": "131657002", + "display": "Benadir goat breed (organism)" + }, + { + "code": "131658007", + "display": "Créole Antilles goat breed (organism)" + }, + { + "code": "131659004", + "display": "Beetal goat breed (organism)" + }, + { + "code": "131660009", + "display": "Golden Guernsey goat breed (organism)" + }, + { + "code": "131661008", + "display": "Danish Landrace goat breed (organism)" + }, + { + "code": "131662001", + "display": "Kaghani goat breed (organism)" + }, + { + "code": "131663006", + "display": "Irish Goat breed (organism)" + }, + { + "code": "131664000", + "display": "Grisons Striped goat breed (organism)" + }, + { + "code": "131665004", + "display": "Jining Gray goat breed (organism)" + }, + { + "code": "131666003", + "display": "Finnish Landrace goat breed (organism)" + }, + { + "code": "131667007", + "display": "Erzgebirg goat breed (organism)" + }, + { + "code": "131668002", + "display": "Kamori goat breed (organism)" + }, + { + "code": "131669005", + "display": "Don goat breed (organism)" + }, + { + "code": "131670006", + "display": "Kiko goat breed (organism)" + }, + { + "code": "131671005", + "display": "Kinder goat breed (organism)" + }, + { + "code": "131672003", + "display": "Pygora goat breed (organism)" + }, + { + "code": "131673008", + "display": "Wooden Leg goat breed (organism)" + }, + { + "code": "131674002", + "display": "Alpine Chamoisee goat breed (organism)" + }, + { + "code": "131675001", + "display": "Massif Central goat breed (organism)" + }, + { + "code": "131676000", + "display": "Malagueña goat breed (organism)" + }, + { + "code": "131677009", + "display": "Algarvia goat breed (organism)" + }, + { + "code": "131678004", + "display": "British Saanen goat breed (organism)" + }, + { + "code": "131679007", + "display": "British Toggenburg goat breed (organism)" + }, + { + "code": "131680005", + "display": "Bündner goat breed (organism)" + }, + { + "code": "131681009", + "display": "Blanca Andaluza goat breed (organism)" + }, + { + "code": "131682002", + "display": "Blanca Celtiberica goat breed (organism)" + }, + { + "code": "131683007", + "display": "Bravia goat breed (organism)" + }, + { + "code": "131684001", + "display": "Black Grisonne goat breed (organism)" + }, + { + "code": "131685000", + "display": "Chamois of the Alps goat breed (organism)" + }, + { + "code": "131686004", + "display": "Charnequeria goat breed (organism)" + }, + { + "code": "131687008", + "display": "Carpathe goat breed (organism)" + }, + { + "code": "131688003", + "display": "Col Noir du Valais goat breed (organism)" + }, + { + "code": "131689006", + "display": "Damani goat breed (organism)" + }, + { + "code": "131690002", + "display": "Des Fosses (Communes de l'Ouest) goat breed (organism)" + }, + { + "code": "131691003", + "display": "English goat breed (organism)" + }, + { + "code": "131692005", + "display": "English Guernsey goat breed (organism)" + }, + { + "code": "131693000", + "display": "German colored goat breed (organism)" + }, + { + "code": "131694006", + "display": "Guadarrama goat breed (organism)" + }, + { + "code": "131695007", + "display": "Garganica goat breed (organism)" + }, + { + "code": "131696008", + "display": "Girgentana goat breed (organism)" + }, + { + "code": "131697004", + "display": "Jonica goat breed (organism)" + }, + { + "code": "131698009", + "display": "Murciana-Granadina goat breed (organism)" + }, + { + "code": "131699001", + "display": "Bündner Oberland sheep breed (organism)" + }, + { + "code": "131700000", + "display": "British Milk Sheep breed (organism)" + }, + { + "code": "131701001", + "display": "Brillenschaf sheep breed (organism)" + }, + { + "code": "131702008", + "display": "Brecknock Hill Cheviot sheep breed (organism)" + }, + { + "code": "131703003", + "display": "Cholistani sheep breed (organism)" + }, + { + "code": "131704009", + "display": "Bibrik sheep breed (organism)" + }, + { + "code": "131705005", + "display": "Columbia sheep breed (organism)" + }, + { + "code": "131706006", + "display": "Black Welsh Mountain Sheep breed (organism)" + }, + { + "code": "131707002", + "display": "Blackhead Persian sheep breed (organism)" + }, + { + "code": "131708007", + "display": "Bleu du Maine sheep breed (organism)" + }, + { + "code": "131709004", + "display": "Bluefaced Leicester sheep breed (organism)" + }, + { + "code": "131710009", + "display": "Bond sheep breed (organism)" + }, + { + "code": "131711008", + "display": "Border Leicester sheep breed (organism)" + }, + { + "code": "131712001", + "display": "Boreray sheep breed (organism)" + }, + { + "code": "131713006", + "display": "Bovska sheep breed (organism)" + }, + { + "code": "131714000", + "display": "Braunes Bergschaf sheep breed (organism)" + }, + { + "code": "131715004", + "display": "Brazilian Somali sheep breed (organism)" + }, + { + "code": "131716003", + "display": "Beulah Speckled-Face sheep breed (organism)" + }, + { + "code": "131717007", + "display": "Dartmoor sheep breed (organism)" + }, + { + "code": "131718002", + "display": "Fabrianese sheep breed (organism)" + }, + { + "code": "131719005", + "display": "Exmoor Horn sheep breed (organism)" + }, + { + "code": "131720004", + "display": "Elliottdale sheep breed (organism)" + }, + { + "code": "131721000", + "display": "Drysdale sheep breed (organism)" + }, + { + "code": "131722007", + "display": "Dorset Down sheep breed (organism)" + }, + { + "code": "131723002", + "display": "German Blackheaded Mutton sheep breed (organism)" + }, + { + "code": "131724008", + "display": "Kooka sheep breed (organism)" + }, + { + "code": "131725009", + "display": "Friesian Milk Sheep breed (organism)" + }, + { + "code": "131726005", + "display": "Gansu Alpine Fine-wool sheep breed (organism)" + }, + { + "code": "131727001", + "display": "German Whiteheaded Mutton sheep breed (organism)" + }, + { + "code": "131728006", + "display": "Graue Gehoernte Heidschnucke sheep breed (organism)" + }, + { + "code": "131729003", + "display": "Han sheep breed (organism)" + }, + { + "code": "131730008", + "display": "Gromark sheep breed (organism)" + }, + { + "code": "131731007", + "display": "Gulf Coast Native sheep breed (organism)" + }, + { + "code": "131732000", + "display": "Dorper sheep breed (organism)" + }, + { + "code": "131733005", + "display": "Devon Closewool sheep breed (organism)" + }, + { + "code": "131734004", + "display": "Deutsches Blaukoepfiges Fleischschaf sheep breed (organism)" + }, + { + "code": "131735003", + "display": "Derbyshire Gritstone sheep breed (organism)" + }, + { + "code": "131736002", + "display": "Coburger Fuchsschaf sheep breed (organism)" + }, + { + "code": "131737006", + "display": "Danish Landrace sheep breed (organism)" + }, + { + "code": "131738001", + "display": "Gute sheep breed (organism)" + }, + { + "code": "131739009", + "display": "Hampshire sheep breed (organism)" + }, + { + "code": "131740006", + "display": "Gentile di Puglia sheep breed (organism)" + }, + { + "code": "131741005", + "display": "German Mountain sheep breed (organism)" + }, + { + "code": "131742003", + "display": "Luzein sheep breed (organism)" + }, + { + "code": "131743008", + "display": "Katahdin sheep breed (organism)" + }, + { + "code": "131744002", + "display": "Leineschaf sheep breed (organism)" + }, + { + "code": "131745001", + "display": "Lincoln Longwool sheep breed (organism)" + }, + { + "code": "131746000", + "display": "Llanwenog sheep breed (organism)" + }, + { + "code": "131747009", + "display": "Lleyn sheep breed (organism)" + }, + { + "code": "131748004", + "display": "Damara sheep breed (organism)" + }, + { + "code": "131749007", + "display": "Damani sheep breed (organism)" + }, + { + "code": "131750007", + "display": "Dalesbred sheep breed (organism)" + }, + { + "code": "131751006", + "display": "Dala sheep breed (organism)" + }, + { + "code": "131752004", + "display": "Criollo sheep breed (organism)" + }, + { + "code": "131753009", + "display": "Cormo sheep breed (organism)" + }, + { + "code": "131754003", + "display": "Lati sheep breed (organism)" + }, + { + "code": "131755002", + "display": "Lonk sheep breed (organism)" + }, + { + "code": "131756001", + "display": "Langhe sheep breed (organism)" + }, + { + "code": "131757005", + "display": "Manx Loaghtan sheep breed (organism)" + }, + { + "code": "131758000", + "display": "Masai sheep breed (organism)" + }, + { + "code": "131759008", + "display": "Merinolandschaf sheep breed (organism)" + }, + { + "code": "131760003", + "display": "Lohi sheep breed (organism)" + }, + { + "code": "131761004", + "display": "Ile-de-France sheep breed (organism)" + }, + { + "code": "131762006", + "display": "Hasht Nagri sheep breed (organism)" + }, + { + "code": "131763001", + "display": "Hazaragie sheep breed (organism)" + }, + { + "code": "131764007", + "display": "Coopworth sheep breed (organism)" + }, + { + "code": "131765008", + "display": "Comisana sheep breed (organism)" + }, + { + "code": "131766009", + "display": "Comeback sheep breed (organism)" + }, + { + "code": "131767000", + "display": "Sicilian Barbary sheep breed (organism)" + }, + { + "code": "131768005", + "display": "Africana sheep breed (organism)" + }, + { + "code": "131769002", + "display": "Welsh Mountain Badger Faced sheep breed (organism)" + }, + { + "code": "131770001", + "display": "Hebridean sheep breed (organism)" + }, + { + "code": "131771002", + "display": "Heidschnucke sheep breed (organism)" + }, + { + "code": "131772009", + "display": "Herdwick sheep breed (organism)" + }, + { + "code": "131773004", + "display": "Hill Radnor sheep breed (organism)" + }, + { + "code": "131774005", + "display": "Icelandic sheep breed (organism)" + }, + { + "code": "131775006", + "display": "Harnai sheep breed (organism)" + }, + { + "code": "131776007", + "display": "Istrian Pramenka sheep breed (organism)" + }, + { + "code": "131777003", + "display": "Jacob sheep breed (organism)" + }, + { + "code": "131778008", + "display": "Jezerskosolcavska sheep breed (organism)" + }, + { + "code": "131779000", + "display": "Kachhi sheep breed (organism)" + }, + { + "code": "131780002", + "display": "Wensleydale sheep breed (organism)" + }, + { + "code": "131781003", + "display": "West African Dwarf sheep breed (organism)" + }, + { + "code": "131782005", + "display": "White Suffolk sheep breed (organism)" + }, + { + "code": "131783000", + "display": "Whiteface Dartmoor sheep breed (organism)" + }, + { + "code": "131784006", + "display": "Whiteface Woodland sheep breed (organism)" + }, + { + "code": "131785007", + "display": "Xinjiang Finewool sheep breed (organism)" + }, + { + "code": "131786008", + "display": "Kajli sheep breed (organism)" + }, + { + "code": "131787004", + "display": "Hog Island Sheep breed (organism)" + }, + { + "code": "131788009", + "display": "Biellese sheep breed (organism)" + }, + { + "code": "131789001", + "display": "Chios sheep breed (organism)" + }, + { + "code": "131790005", + "display": "Santa Cruz sheep breed (organism)" + }, + { + "code": "131791009", + "display": "Charollais sheep breed (organism)" + }, + { + "code": "131792002", + "display": "Castlemilk Moorit sheep breed (organism)" + }, + { + "code": "131793007", + "display": "Campanian Barbary sheep breed (organism)" + }, + { + "code": "131794001", + "display": "California Variegated Mutant sheep breed (organism)" + }, + { + "code": "131795000", + "display": "California Red sheep breed (organism)" + }, + { + "code": "131796004", + "display": "Sopravissana sheep breed (organism)" + }, + { + "code": "131797008", + "display": "Somali sheep breed (organism)" + }, + { + "code": "131798003", + "display": "Welsh Hill Speckled Face sheep breed (organism)" + }, + { + "code": "131799006", + "display": "Skudde sheep breed (organism)" + }, + { + "code": "131800005", + "display": "Waziri sheep breed (organism)" + }, + { + "code": "131801009", + "display": "Shetland sheep breed (organism)" + }, + { + "code": "131802002", + "display": "Cambridge sheep breed (organism)" + }, + { + "code": "131803007", + "display": "Solognote sheep breed (organism)" + }, + { + "code": "131810001", + "display": "Cayuga breed duck (organism)" + }, + { + "code": "131811002", + "display": "Runner breed duck (organism)" + }, + { + "code": "131812009", + "display": "Call breed duck (organism)" + }, + { + "code": "131813004", + "display": "Orpington breed duck (organism)" + }, + { + "code": "131814005", + "display": "Crested breed duck (organism)" + }, + { + "code": "131815006", + "display": "Pommeranian breed duck (organism)" + }, + { + "code": "131816007", + "display": "Rough Fell sheep breed (organism)" + }, + { + "code": "131817003", + "display": "Blue Swedish breed duck (organism)" + }, + { + "code": "131818008", + "display": "Golden 300 hybrid breed duck (organism)" + }, + { + "code": "131820006", + "display": "Ancona breed duck (organism)" + }, + { + "code": "131821005", + "display": "Australian Spotted breed duck (organism)" + }, + { + "code": "131822003", + "display": "Swaledale sheep breed (organism)" + }, + { + "code": "131823008", + "display": "Polypay sheep breed (organism)" + }, + { + "code": "131824002", + "display": "Aylesbury breed duck (organism)" + }, + { + "code": "131825001", + "display": "Black East Indies breed duck (organism)" + }, + { + "code": "131826000", + "display": "Coast breed duck (organism)" + }, + { + "code": "131827009", + "display": "Kromsnaveleend breed duck (organism)" + }, + { + "code": "131829007", + "display": "Silver appleyard breed duck (organism)" + }, + { + "code": "131830002", + "display": "Pagliarola sheep breed (organism)" + }, + { + "code": "131831003", + "display": "Pomeranian Coarsewool sheep breed (organism)" + }, + { + "code": "131832005", + "display": "Sheep, Breed Undetermined sheep breed (organism)" + }, + { + "code": "131833000", + "display": "Orkney sheep breed (organism)" + }, + { + "code": "131834006", + "display": "Old Norwegian sheep breed (organism)" + }, + { + "code": "131835007", + "display": "Old Format Sheep breed (organism)" + }, + { + "code": "131836008", + "display": "Norwegian Fur sheep breed (organism)" + }, + { + "code": "131837004", + "display": "Norfolk Horn sheep breed (organism)" + }, + { + "code": "131838009", + "display": "Navajo-Churro sheep breed (organism)" + }, + { + "code": "131839001", + "display": "Swedish yellow breed duck (organism)" + }, + { + "code": "131840004", + "display": "Diepholz goose breed (organism)" + }, + { + "code": "131841000", + "display": "African goose breed (organism)" + }, + { + "code": "131843002", + "display": "Embden goose breed (organism)" + }, + { + "code": "131844008", + "display": "Chinese white goose breed (organism)" + }, + { + "code": "131845009", + "display": "Chinese brown goose breed (organism)" + }, + { + "code": "131847001", + "display": "American buff goose breed (organism)" + }, + { + "code": "131848006", + "display": "Pomeranian goose breed (organism)" + }, + { + "code": "131849003", + "display": "Roman goose breed (organism)" + }, + { + "code": "131850003", + "display": "Scania goose breed (organism)" + }, + { + "code": "131851004", + "display": "Racka sheep breed (organism)" + }, + { + "code": "131852006", + "display": "Rasa Aragonesa sheep breed (organism)" + }, + { + "code": "131853001", + "display": "Red Engadine sheep breed (organism)" + }, + { + "code": "131854007", + "display": "Rhoenschaf sheep breed (organism)" + }, + { + "code": "131855008", + "display": "Sebastopol goose breed (organism)" + }, + { + "code": "131856009", + "display": "Swedish Island goose breed (organism)" + }, + { + "code": "131914009", + "display": "Vendéen sheep breed (organism)" + }, + { + "code": "131918007", + "display": "Saxony breed duck (organism)" + }, + { + "code": "132681007", + "display": "Bergamasca sheep breed (organism)" + }, + { + "code": "132682000", + "display": "Portland sheep breed (organism)" + }, + { + "code": "132684004", + "display": "Weisse Hornlose Heidschnucke sheep breed (organism)" + }, + { + "code": "132685003", + "display": "Drents Heideschaap sheep breed (organism)" + }, + { + "code": "132686002", + "display": "Kameroen sheep breed (organism)" + }, + { + "code": "132687006", + "display": "Mergelland sheep breed (organism)" + }, + { + "code": "132688001", + "display": "Ouessant sheep breed (organism)" + }, + { + "code": "132689009", + "display": "Canadian Arcott sheep breed (organism)" + }, + { + "code": "132690000", + "display": "Noordhollander sheep breed (organism)" + }, + { + "code": "132697002", + "display": "Rijnlam-A sheep breed (organism)" + }, + { + "code": "132698007", + "display": "Schoonebeker sheep breed (organism)" + }, + { + "code": "132699004", + "display": "Wallis Blacknosed Sheep breed (organism)" + }, + { + "code": "132700003", + "display": "Khaki Campbell breed duck (organism)" + }, + { + "code": "132701004", + "display": "Newfoundland sheep breed (organism)" + }, + { + "code": "132702006", + "display": "Wallis Country Sheep breed (organism)" + }, + { + "code": "132703001", + "display": "Rideau Arcott sheep breed (organism)" + }, + { + "code": "132704007", + "display": "Tukidale sheep breed (organism)" + }, + { + "code": "132705008", + "display": "Polwarth sheep breed (organism)" + }, + { + "code": "132706009", + "display": "Ryeland sheep breed (organism)" + }, + { + "code": "132707000", + "display": "Thalli sheep breed (organism)" + }, + { + "code": "132708005", + "display": "Tong sheep breed (organism)" + }, + { + "code": "132709002", + "display": "Touabire sheep breed (organism)" + }, + { + "code": "132710007", + "display": "Tunis sheep breed (organism)" + }, + { + "code": "132711006", + "display": "Tyrol Mountain sheep breed (organism)" + }, + { + "code": "132712004", + "display": "Uda sheep breed (organism)" + }, + { + "code": "132716001", + "display": "German Mutton Merino sheep breed (organism)" + }, + { + "code": "132717005", + "display": "Medium-Wool Merino sheep breed (organism)" + }, + { + "code": "132718000", + "display": "Fonthill Merino sheep breed (organism)" + }, + { + "code": "132719008", + "display": "South African Mutton Merino sheep breed (organism)" + }, + { + "code": "132720002", + "display": "Strong Wool Merino sheep breed (organism)" + }, + { + "code": "132721003", + "display": "Poll Merino sheep breed (organism)" + }, + { + "code": "132722005", + "display": "Fine Merino sheep breed (organism)" + }, + { + "code": "132723000", + "display": "South African Merino sheep breed (organism)" + }, + { + "code": "132724006", + "display": "Superfine Merino sheep breed (organism)" + }, + { + "code": "132735001", + "display": "Booroola Merino sheep breed (organism)" + }, + { + "code": "132770004", + "display": "Miniature Hereford cattle breed (organism)" + }, + { + "code": "132783003", + "display": "Sar Planina sheep breed (organism)" + }, + { + "code": "132784009", + "display": "Santa Inês sheep breed (organism)" + }, + { + "code": "132785005", + "display": "Sahel-type sheep breed (organism)" + }, + { + "code": "132786006", + "display": "Rygja sheep breed (organism)" + }, + { + "code": "132787002", + "display": "Rya sheep breed (organism)" + }, + { + "code": "132788007", + "display": "Moghani sheep breed (organism)" + }, + { + "code": "132789004", + "display": "Rouge de l'Quest sheep breed (organism)" + }, + { + "code": "132790008", + "display": "Soay sheep breed (organism)" + }, + { + "code": "132791007", + "display": "South Suffolk sheep breed (organism)" + }, + { + "code": "132792000", + "display": "South Wales Mountain sheep breed (organism)" + }, + { + "code": "132793005", + "display": "Spælsau sheep breed (organism)" + }, + { + "code": "132794004", + "display": "Spiegel sheep breed (organism)" + }, + { + "code": "132795003", + "display": "St. Croix sheep breed (organism)" + }, + { + "code": "132796002", + "display": "Steigar sheep breed (organism)" + }, + { + "code": "132797006", + "display": "Steinschaf sheep breed (organism)" + }, + { + "code": "132798001", + "display": "Welsh Mountain sheep breed (organism)" + }, + { + "code": "132799009", + "display": "Swedish Fur Sheep breed (organism)" + }, + { + "code": "132800008", + "display": "Teeswater sheep breed (organism)" + }, + { + "code": "132801007", + "display": "Texel sheep breed (organism)" + }, + { + "code": "132802000", + "display": "Pelibüey sheep breed (organism)" + }, + { + "code": "132803005", + "display": "Morada Nova sheep breed (organism)" + }, + { + "code": "132804004", + "display": "Balkhi sheep breed (organism)" + }, + { + "code": "132805003", + "display": "Bavarian Forest sheep breed (organism)" + }, + { + "code": "132806002", + "display": "Barbados Blackbelly sheep breed (organism)" + }, + { + "code": "132807006", + "display": "Romney sheep breed (organism)" + }, + { + "code": "132808001", + "display": "Awassi sheep breed (organism)" + }, + { + "code": "132809009", + "display": "Arapawa Island sheep breed (organism)" + }, + { + "code": "132810004", + "display": "Arabi sheep breed (organism)" + }, + { + "code": "132811000", + "display": "Apennine sheep breed (organism)" + }, + { + "code": "132812007", + "display": "American Tunis sheep breed (organism)" + }, + { + "code": "132813002", + "display": "Balwen Welsh Mountain sheep breed (organism)" + }, + { + "code": "132814008", + "display": "Priangan sheep breed (organism)" + }, + { + "code": "132815009", + "display": "Rabo Largo sheep breed (organism)" + }, + { + "code": "132845007", + "display": "Altay sheep breed (organism)" + }, + { + "code": "132846008", + "display": "Faeroes sheep breed (organism)" + }, + { + "code": "132849001", + "display": "Pitt Island sheep breed (organism)" + }, + { + "code": "132851002", + "display": "Pinzirita sheep breed (organism)" + }, + { + "code": "132852009", + "display": "Sardinian sheep breed (organism)" + }, + { + "code": "132853004", + "display": "East Friesian sheep breed (organism)" + }, + { + "code": "132854005", + "display": "Ujumqin sheep breed (organism)" + }, + { + "code": "132855006", + "display": "DLS sheep breed (organism)" + }, + { + "code": "132856007", + "display": "Walachenschaf sheep breed (organism)" + }, + { + "code": "132857003", + "display": "Outaouais Arcott sheep breed (organism)" + }, + { + "code": "132858008", + "display": "Ossimi sheep breed (organism)" + }, + { + "code": "132859000", + "display": "Bentheimer Landschaf sheep breed (organism)" + }, + { + "code": "132860005", + "display": "Barbado sheep breed (organism)" + }, + { + "code": "132861009", + "display": "Baluchi sheep breed (organism)" + }, + { + "code": "132958007", + "display": "Poitou Donkey breed (organism)" + }, + { + "code": "132959004", + "display": "Mammoth Jack Stock Donkey breed (organism)" + }, + { + "code": "132987008", + "display": "Large standard donkey (organism)" + }, + { + "code": "132988003", + "display": "Standard donkey (organism)" + }, + { + "code": "132989006", + "display": "Miniature donkey (organism)" + }, + { + "code": "132990002", + "display": "Garrano tarpan horse X domestic horse breed (organism)" + }, + { + "code": "132991003", + "display": "Konink tarpan horse X domestic horse breed (organism)" + }, + { + "code": "132992005", + "display": "Asturian tarpan horse X domestic horse breed (organism)" + }, + { + "code": "132993000", + "display": "Pottok tarpan horse X domestic horse breed (organism)" + }, + { + "code": "133702003", + "display": "Gayal cattle breed (organism)" + }, + { + "code": "133703008", + "display": "American bison X cattle breed (organism)" + }, + { + "code": "133704002", + "display": "Australian Braford cattle breed (organism)" + }, + { + "code": "133715007", + "display": "Australian Friesian Sahiwal cattle breed (organism)" + }, + { + "code": "133716008", + "display": "Braford cattle breed (organism)" + }, + { + "code": "133717004", + "display": "Brahmousin cattle breed (organism)" + }, + { + "code": "133718009", + "display": "Canchim cattle breed (organism)" + }, + { + "code": "133719001", + "display": "Charbray cattle breed (organism)" + }, + { + "code": "133720007", + "display": "Droughtmaster cattle breed (organism)" + }, + { + "code": "133731004", + "display": "Gelbray cattle breed (organism)" + }, + { + "code": "133732006", + "display": "Jamaica Black cattle breed (organism)" + }, + { + "code": "133733001", + "display": "Jamaica Hope cattle breed (organism)" + }, + { + "code": "133734007", + "display": "Jamaica Red cattle breed (organism)" + }, + { + "code": "133735008", + "display": "Karan Fries cattle breed (organism)" + }, + { + "code": "133736009", + "display": "Karan Swiss cattle breed (organism)" + }, + { + "code": "133747002", + "display": "Mandalong cattle breed (organism)" + }, + { + "code": "133748007", + "display": "Australian Milking Zebu cattle breed (organism)" + }, + { + "code": "133749004", + "display": "Red Brangus cattle breed (organism)" + }, + { + "code": "133750004", + "display": "Santa Cruz cattle breed (organism)" + }, + { + "code": "133751000", + "display": "Siboney cattle breed (organism)" + }, + { + "code": "133752007", + "display": "Bambara cattle breed (organism)" + }, + { + "code": "133763005", + "display": "Bambey cattle breed (organism)" + }, + { + "code": "133764004", + "display": "Batanes Black cattle breed (organism)" + }, + { + "code": "133765003", + "display": "Borgou cattle breed (organism)" + }, + { + "code": "133766002", + "display": "Brahorn cattle breed (organism)" + }, + { + "code": "133767006", + "display": "Bralers cattle breed (organism)" + }, + { + "code": "133768001", + "display": "Bra-Maine cattle breed (organism)" + }, + { + "code": "133779006", + "display": "Bra-Swiss cattle breed (organism)" + }, + { + "code": "133780009", + "display": "Bravon cattle breed (organism)" + }, + { + "code": "133781008", + "display": "Brazilian Dairy hybrid cattle (organism)" + }, + { + "code": "133782001", + "display": "Burmese cattle breed (organism)" + }, + { + "code": "133783006", + "display": "Bushuev cattle breed (organism)" + }, + { + "code": "133784000", + "display": "Caiua cattle breed (organism)" + }, + { + "code": "133795006", + "display": "Carazebu cattle breed (organism)" + }, + { + "code": "133796007", + "display": "Central Asian Zebu cattle breed (organism)" + }, + { + "code": "133797003", + "display": "Charford cattle breed (organism)" + }, + { + "code": "133798008", + "display": "Cuban Criollo cattle breed (organism)" + }, + { + "code": "133799000", + "display": "Cuban Zebu cattle breed (organism)" + }, + { + "code": "133800001", + "display": "Dishty cattle breed (organism)" + }, + { + "code": "133801002", + "display": "Djakore cattle breed (organism)" + }, + { + "code": "133802009", + "display": "Gambian N'Dama cattle breed (organism)" + }, + { + "code": "133803004", + "display": "Ghana Sanga cattle breed (organism)" + }, + { + "code": "133804005", + "display": "Girolando cattle breed (organism)" + }, + { + "code": "133805006", + "display": "Guzerando cattle breed (organism)" + }, + { + "code": "133806007", + "display": "Hatton cattle breed (organism)" + }, + { + "code": "133807003", + "display": "Ibage cattle breed (organism)" + }, + { + "code": "133808008", + "display": "Iraqi cattle breed (organism)" + }, + { + "code": "133809000", + "display": "Jerdi cattle breed (organism)" + }, + { + "code": "133810005", + "display": "Jersind cattle breed (organism)" + }, + { + "code": "133811009", + "display": "Jotko cattle breed (organism)" + }, + { + "code": "133812002", + "display": "Kanem cattle breed (organism)" + }, + { + "code": "133813007", + "display": "Keteku cattle breed (organism)" + }, + { + "code": "133814001", + "display": "Lavinia cattle breed (organism)" + }, + { + "code": "133815000", + "display": "Local Indian Dairy cattle breed (organism)" + }, + { + "code": "133816004", + "display": "Mantiqueira cattle breed (organism)" + }, + { + "code": "133817008", + "display": "Ndagu cattle breed (organism)" + }, + { + "code": "133818003", + "display": "Normanzu cattle breed (organism)" + }, + { + "code": "133819006", + "display": "Nuba Mountain cattle breed (organism)" + }, + { + "code": "133820000", + "display": "Pabna cattle breed (organism)" + }, + { + "code": "133821001", + "display": "Mixed Perijanero cattle breed (organism)" + }, + { + "code": "133822008", + "display": "Pitangueiras cattle breed (organism)" + }, + { + "code": "133823003", + "display": "Quasah cattle breed (organism)" + }, + { + "code": "133824009", + "display": "Rana cattle (organism)" + }, + { + "code": "133825005", + "display": "Ranger cattle (organism)" + }, + { + "code": "133826006", + "display": "Renitelo cattle breed (organism)" + }, + { + "code": "133827002", + "display": "Riopardenze cattle breed (organism)" + }, + { + "code": "133828007", + "display": "Rustaqi cattle breed (organism)" + }, + { + "code": "133829004", + "display": "Sabre cattle breed (organism)" + }, + { + "code": "133830009", + "display": "Sahford cattle breed (organism)" + }, + { + "code": "133831008", + "display": "Schwyz-Zeboid cattle breed (organism)" + }, + { + "code": "133832001", + "display": "Suia cattle breed (organism)" + }, + { + "code": "133833006", + "display": "Suisbu cattle breed (organism)" + }, + { + "code": "133834000", + "display": "Sunandini cattle breed (organism)" + }, + { + "code": "133835004", + "display": "Taino cattle breed (organism)" + }, + { + "code": "133836003", + "display": "Thibar cattle breed (organism)" + }, + { + "code": "133837007", + "display": "Toubou cattle breed (organism)" + }, + { + "code": "133838002", + "display": "Tropical cattle breed (organism)" + }, + { + "code": "133839005", + "display": "TSSH-1 cattle breed (organism)" + }, + { + "code": "133840007", + "display": "Victoria cattle breed (organism)" + }, + { + "code": "133841006", + "display": "Wokalup cattle breed (organism)" + }, + { + "code": "133842004", + "display": "Madura cattle breed (organism)" + }, + { + "code": "406660008", + "display": "Galway sheep breed (organism)" + }, + { + "code": "406722006", + "display": "Mixed breed sheep (organism)" + }, + { + "code": "409911001", + "display": "Moulard duck breed (organism)" + }, + { + "code": "125097000", + "display": "Capra hircus (organism)" + }, + { + "code": "125099002", + "display": "Ovis aries (organism)" + }, + { + "code": "25327001", + "display": "Dorset sheep superbreed (organism)" + }, + { + "code": "125101009", + "display": "Merino sheep superbreed (organism)" + }, + { + "code": "21208000", + "display": "Saanen goat (organism)" + }, + { + "code": "424705003", + "display": "Bison bison X Simmental hybrid cattle breed (organism)" + }, + { + "code": "427136006", + "display": "Saddlebred horse superbreed (organism)" + }, + { + "code": "35354009", + "display": "Equus caballus (organism)" + }, + { + "code": "125086000", + "display": "Equus caballus gmelini X Equus caballus caballus (organism)" + }, + { + "code": "133068005", + "display": "Abtenauer horse breed (organism)" + }, + { + "code": "133069002", + "display": "Adaev horse breed (organism)" + }, + { + "code": "133070001", + "display": "Albanian horse breed (organism)" + }, + { + "code": "133071002", + "display": "Alter Real horse breed (organism)" + }, + { + "code": "133120002", + "display": "Altai horse breed (organism)" + }, + { + "code": "133121003", + "display": "Akhal-Teke horse breed (organism)" + }, + { + "code": "133122005", + "display": "Abyssinian horse breed (organism)" + }, + { + "code": "1247002", + "display": "Clydesdale horse (organism)" + }, + { + "code": "7623008", + "display": "American paint horse (organism)" + }, + { + "code": "22720009", + "display": "Belgian horse (organism)" + }, + { + "code": "26837006", + "display": "American cream horse (organism)" + }, + { + "code": "26973000", + "display": "American trotter horse (organism)" + }, + { + "code": "41092008", + "display": "Cleveland bay horse (organism)" + }, + { + "code": "45790002", + "display": "American Albino horse (organism)" + }, + { + "code": "46408008", + "display": "American pony (organism)" + }, + { + "code": "47842004", + "display": "Canadian horse (organism)" + }, + { + "code": "54098002", + "display": "Arabian horse (organism)" + }, + { + "code": "54699009", + "display": "American miniature horse (organism)" + }, + { + "code": "55167009", + "display": "Appaloosa horse (organism)" + }, + { + "code": "72394007", + "display": "American tunis horse (organism)" + }, + { + "code": "80777007", + "display": "Andalusian horse (organism)" + }, + { + "code": "90050009", + "display": "American Buckskin horse (organism)" + }, + { + "code": "131862004", + "display": "AraAppaloosa horse breed (organism)" + }, + { + "code": "131863009", + "display": "Argentine Criollo horse breed (organism)" + }, + { + "code": "131864003", + "display": "Argentine Polo Pony horse breed (organism)" + }, + { + "code": "131865002", + "display": "Australian Pony horse breed (organism)" + }, + { + "code": "131866001", + "display": "Auxois horse breed (organism)" + }, + { + "code": "131867005", + "display": "Avelignese horse breed (organism)" + }, + { + "code": "131868000", + "display": "Azerbaijan horse breed (organism)" + }, + { + "code": "131869008", + "display": "Azores horse breed (organism)" + }, + { + "code": "131870009", + "display": "Bali horse breed (organism)" + }, + { + "code": "131871008", + "display": "Balikun horse breed (organism)" + }, + { + "code": "131873006", + "display": "Banker Horse horse breed (organism)" + }, + { + "code": "131874000", + "display": "Bardigiano horse breed (organism)" + }, + { + "code": "131875004", + "display": "Batak horse breed (organism)" + }, + { + "code": "131877007", + "display": "Belgian Ardennais horse breed (organism)" + }, + { + "code": "131878002", + "display": "Belgian Halfblood horse breed (organism)" + }, + { + "code": "131880008", + "display": "Bhutia horse breed (organism)" + }, + { + "code": "131881007", + "display": "Black Sea Horse horse breed (organism)" + }, + { + "code": "131882000", + "display": "Bosnian horse breed (organism)" + }, + { + "code": "131883005", + "display": "Boulonnais horse breed (organism)" + }, + { + "code": "131884004", + "display": "Brandenburg horse breed (organism)" + }, + { + "code": "131885003", + "display": "Brazilian Sport Horse horse breed (organism)" + }, + { + "code": "131886002", + "display": "British Appaloosa horse breed (organism)" + }, + { + "code": "131887006", + "display": "British Riding Pony horse breed (organism)" + }, + { + "code": "131888001", + "display": "British Spotted Pony horse breed (organism)" + }, + { + "code": "131889009", + "display": "Buohai horse breed (organism)" + }, + { + "code": "131890000", + "display": "Buryat horse breed (organism)" + }, + { + "code": "131891001", + "display": "Calabrian horse breed (organism)" + }, + { + "code": "131892008", + "display": "Camargue horse breed (organism)" + }, + { + "code": "131893003", + "display": "Canadian Cutting Horse horse breed (organism)" + }, + { + "code": "131894009", + "display": "Canadian Rustic Pony horse breed (organism)" + }, + { + "code": "131895005", + "display": "Canadian Sport Horse horse breed (organism)" + }, + { + "code": "131896006", + "display": "Canik horse breed (organism)" + }, + { + "code": "131897002", + "display": "Cape Horse horse breed (organism)" + }, + { + "code": "131898007", + "display": "Cerbat horse breed (organism)" + }, + { + "code": "131899004", + "display": "Chakouyi horse breed (organism)" + }, + { + "code": "131900009", + "display": "Chara Horse horse breed (organism)" + }, + { + "code": "131901008", + "display": "Chickasaw horse breed (organism)" + }, + { + "code": "131902001", + "display": "Chilote horse breed (organism)" + }, + { + "code": "131903006", + "display": "Chinese Kazakh horse breed (organism)" + }, + { + "code": "131904000", + "display": "Chinese Mongolian horse breed (organism)" + }, + { + "code": "131905004", + "display": "Chumbivilcas horse breed (organism)" + }, + { + "code": "131906003", + "display": "Chumysh horse breed (organism)" + }, + { + "code": "131907007", + "display": "Cirit horse breed (organism)" + }, + { + "code": "132731005", + "display": "Baden Wurttemburg horse breed (organism)" + }, + { + "code": "132951001", + "display": "American Indian Horse horse breed (organism)" + }, + { + "code": "132952008", + "display": "American Mustang horse breed (organism)" + }, + { + "code": "132953003", + "display": "American Quarter Horse horse breed (organism)" + }, + { + "code": "132954009", + "display": "American Shetland pony horse breed (organism)" + }, + { + "code": "132955005", + "display": "Anadolu horse breed (organism)" + }, + { + "code": "132956006", + "display": "Andean horse breed (organism)" + }, + { + "code": "132957002", + "display": "Anglo-Kabarda horse breed (organism)" + }, + { + "code": "133044002", + "display": "Anglo-Arab horse breed (organism)" + }, + { + "code": "133072009", + "display": "American Bashkir Curly horse breed (organism)" + }, + { + "code": "133101004", + "display": "Chincoteague Pony horse breed (organism)" + }, + { + "code": "133116001", + "display": "Ardennes horse breed (organism)" + }, + { + "code": "133117005", + "display": "American Walking Pony horse breed (organism)" + }, + { + "code": "133118000", + "display": "Azteca horse breed (organism)" + }, + { + "code": "133119008", + "display": "American Cream Draft horse breed (organism)" + }, + { + "code": "133123000", + "display": "Bhirum Pony horse breed (organism)" + }, + { + "code": "133124006", + "display": "Cheju horse breed (organism)" + }, + { + "code": "133125007", + "display": "Cayuse horse breed (organism)" + }, + { + "code": "133126008", + "display": "Caspian horse breed (organism)" + }, + { + "code": "133127004", + "display": "Carthusian horse breed (organism)" + }, + { + "code": "133128009", + "display": "Campolina horse breed (organism)" + }, + { + "code": "133129001", + "display": "Byelorussian Harness horse breed (organism)" + }, + { + "code": "133130006", + "display": "Budyonny horse breed (organism)" + }, + { + "code": "133131005", + "display": "Australian Brumby horse breed (organism)" + }, + { + "code": "133132003", + "display": "Australian Stock Horse horse breed (organism)" + }, + { + "code": "133133008", + "display": "Basuto Pony horse breed (organism)" + }, + { + "code": "133134002", + "display": "Bashkir Curly horse breed (organism)" + }, + { + "code": "133135001", + "display": "Bashkir horse breed (organism)" + }, + { + "code": "133136000", + "display": "Barb horse breed (organism)" + }, + { + "code": "133137009", + "display": "Ban-ei horse breed (organism)" + }, + { + "code": "133138004", + "display": "Carpathian Pony horse breed (organism)" + }, + { + "code": "133139007", + "display": "Baluchi horse breed (organism)" + }, + { + "code": "133140009", + "display": "Balearic horse breed (organism)" + }, + { + "code": "133141008", + "display": "Chilean Corralero horse breed (organism)" + }, + { + "code": "133142001", + "display": "Breton horse breed (organism)" + }, + { + "code": "406711007", + "display": "Brabant horse (organism)" + }, + { + "code": "6220006", + "display": "Galiceno horse (organism)" + }, + { + "code": "19356005", + "display": "Hunter horse (organism)" + }, + { + "code": "25813002", + "display": "Holsteiner horse (organism)" + }, + { + "code": "41754002", + "display": "Lipizzaner horse (organism)" + }, + { + "code": "54447000", + "display": "Haflinger horse (organism)" + }, + { + "code": "66168008", + "display": "Hanoverian horse (organism)" + }, + { + "code": "70457009", + "display": "Icelandic horse (organism)" + }, + { + "code": "89648005", + "display": "Fjord horse (organism)" + }, + { + "code": "112488001", + "display": "Hackney horse (organism)" + }, + { + "code": "125084002", + "display": "Equus caballus gmelini (organism)" + }, + { + "code": "131804001", + "display": "Colombian Criollo horse breed (organism)" + }, + { + "code": "131805000", + "display": "Comtois horse breed (organism)" + }, + { + "code": "131806004", + "display": "Corsican horse breed (organism)" + }, + { + "code": "131807008", + "display": "Costa Rican Saddle Horse horse breed (organism)" + }, + { + "code": "131808003", + "display": "Costeno horse breed (organism)" + }, + { + "code": "131809006", + "display": "Cuban Paso horse breed (organism)" + }, + { + "code": "131861006", + "display": "Hucul horse breed (organism)" + }, + { + "code": "131908002", + "display": "Irish Draft horse breed (organism)" + }, + { + "code": "131909005", + "display": "Irish Hunter horse breed (organism)" + }, + { + "code": "131910000", + "display": "Cuban Trotter horse breed (organism)" + }, + { + "code": "131911001", + "display": "Italian Heavy Draft horse breed (organism)" + }, + { + "code": "131912008", + "display": "Jabe horse breed (organism)" + }, + { + "code": "131913003", + "display": "Java horse breed (organism)" + }, + { + "code": "131916006", + "display": "Jinhong horse breed (organism)" + }, + { + "code": "131917002", + "display": "Jinzhou horse breed (organism)" + }, + { + "code": "131919004", + "display": "Danubian horse breed (organism)" + }, + { + "code": "131920005", + "display": "Karachai horse breed (organism)" + }, + { + "code": "131921009", + "display": "Karakacan horse breed (organism)" + }, + { + "code": "131922002", + "display": "Kathiawari horse breed (organism)" + }, + { + "code": "131923007", + "display": "Ke-Er-Qin horse breed (organism)" + }, + { + "code": "131924001", + "display": "Kirgiz horse breed (organism)" + }, + { + "code": "131925000", + "display": "Kuznet horse breed (organism)" + }, + { + "code": "131926004", + "display": "Landais horse breed (organism)" + }, + { + "code": "131927008", + "display": "Lewitzer horse breed (organism)" + }, + { + "code": "131928003", + "display": "Lichuan horse breed (organism)" + }, + { + "code": "131929006", + "display": "Lijiang horse breed (organism)" + }, + { + "code": "131930001", + "display": "Llanero horse breed (organism)" + }, + { + "code": "131931002", + "display": "Lombok horse breed (organism)" + }, + { + "code": "131932009", + "display": "Lundy Pony horse breed (organism)" + }, + { + "code": "131933004", + "display": "Malakan horse breed (organism)" + }, + { + "code": "131934005", + "display": "Malopolski horse breed (organism)" + }, + { + "code": "131935006", + "display": "Datong horse breed (organism)" + }, + { + "code": "131936007", + "display": "Mangalarga Paulista horse breed (organism)" + }, + { + "code": "131937003", + "display": "Dulmen Pony horse breed (organism)" + }, + { + "code": "131947000", + "display": "Dutch Tuigpaard horse breed (organism)" + }, + { + "code": "131948005", + "display": "East and Southeast Anadolu horse breed (organism)" + }, + { + "code": "131964002", + "display": "English Hack horse breed (organism)" + }, + { + "code": "131972000", + "display": "German Riding Pony horse breed (organism)" + }, + { + "code": "131973005", + "display": "Guanzhong horse breed (organism)" + }, + { + "code": "131974004", + "display": "Guizhou horse breed (organism)" + }, + { + "code": "131975003", + "display": "Guoxia horse breed (organism)" + }, + { + "code": "131976002", + "display": "Erlunchun horse breed (organism)" + }, + { + "code": "131977006", + "display": "Half Saddlebred horse breed (organism)" + }, + { + "code": "131978001", + "display": "Flores horse breed (organism)" + }, + { + "code": "131979009", + "display": "Freiberg horse breed (organism)" + }, + { + "code": "131980007", + "display": "Hessen horse breed (organism)" + }, + { + "code": "131981006", + "display": "Hinis horse breed (organism)" + }, + { + "code": "131982004", + "display": "Hirzai horse breed (organism)" + }, + { + "code": "131983009", + "display": "Hungarian Coldblood horse breed (organism)" + }, + { + "code": "131984003", + "display": "Hungarian Dun horse breed (organism)" + }, + { + "code": "131985002", + "display": "Hungarian Sport Horse horse breed (organism)" + }, + { + "code": "131986001", + "display": "International Striped Horse horse breed (organism)" + }, + { + "code": "131987005", + "display": "Irish Cob horse breed (organism)" + }, + { + "code": "131990004", + "display": "French Cob horse breed (organism)" + }, + { + "code": "131991000", + "display": "French Saddle pony horse breed (organism)" + }, + { + "code": "131993002", + "display": "Finnhorse Draft horse breed (organism)" + }, + { + "code": "132733008", + "display": "Israeli horse breed (organism)" + }, + { + "code": "132734002", + "display": "French Ardennais horse breed (organism)" + }, + { + "code": "132736000", + "display": "Cukurova horse breed (organism)" + }, + { + "code": "132737009", + "display": "Czech Coldblood horse breed (organism)" + }, + { + "code": "132738004", + "display": "Czechoslovakian Small Riding Horse horse breed (organism)" + }, + { + "code": "132739007", + "display": "Jianchang horse breed (organism)" + }, + { + "code": "132740009", + "display": "Jielin horse breed (organism)" + }, + { + "code": "132742001", + "display": "Eleia horse breed (organism)" + }, + { + "code": "132743006", + "display": "English Cob horse breed (organism)" + }, + { + "code": "132746003", + "display": "English Hunter horse breed (organism)" + }, + { + "code": "132747007", + "display": "Eriskay Pony horse breed (organism)" + }, + { + "code": "132748002", + "display": "Hackney Pony horse breed (organism)" + }, + { + "code": "132749005", + "display": "Estonian Draft horse breed (organism)" + }, + { + "code": "132750005", + "display": "Heihe horse breed (organism)" + }, + { + "code": "132751009", + "display": "Heilongkaing horse breed (organism)" + }, + { + "code": "132757008", + "display": "Danish Sport Pony horse breed (organism)" + }, + { + "code": "132758003", + "display": "Kabarda horse breed (organism)" + }, + { + "code": "132759006", + "display": "Kalmyk horse breed (organism)" + }, + { + "code": "132760001", + "display": "Mangalarga Marchador horse breed (organism)" + }, + { + "code": "132761002", + "display": "Don horse breed (organism)" + }, + { + "code": "132765006", + "display": "East Bulgarian horse breed (organism)" + }, + { + "code": "132766007", + "display": "East Friesian (Old Type) horse breed (organism)" + }, + { + "code": "132774008", + "display": "French Trotter horse breed (organism)" + }, + { + "code": "132775009", + "display": "Furioso horse breed (organism)" + }, + { + "code": "132779003", + "display": "Danish Oldenborg horse breed (organism)" + }, + { + "code": "132996008", + "display": "Fell Pony horse breed (organism)" + }, + { + "code": "133016003", + "display": "Dutch Draft horse breed (organism)" + }, + { + "code": "133017007", + "display": "Egyptian horse breed (organism)" + }, + { + "code": "133018002", + "display": "Estonian Native horse breed (organism)" + }, + { + "code": "133019005", + "display": "Exmoor Pony horse breed (organism)" + }, + { + "code": "133020004", + "display": "Faeroes Island Horse horse breed (organism)" + }, + { + "code": "133021000", + "display": "Falabella horse breed (organism)" + }, + { + "code": "133023002", + "display": "Dongola horse breed (organism)" + }, + { + "code": "133024008", + "display": "Døle horse breed (organism)" + }, + { + "code": "133025009", + "display": "Djerma horse breed (organism)" + }, + { + "code": "133026005", + "display": "Deliboz horse breed (organism)" + }, + { + "code": "133027001", + "display": "Dartmoor Pony horse breed (organism)" + }, + { + "code": "133028006", + "display": "Crioulo horse breed (organism)" + }, + { + "code": "133029003", + "display": "Finnhorse horse breed (organism)" + }, + { + "code": "133034004", + "display": "M'Bayar horse breed (organism)" + }, + { + "code": "133035003", + "display": "Lusitano horse breed (organism)" + }, + { + "code": "133043008", + "display": "Kisber Felver horse breed (organism)" + }, + { + "code": "133047009", + "display": "Iomud horse breed (organism)" + }, + { + "code": "133048004", + "display": "Jutland horse breed (organism)" + }, + { + "code": "133049007", + "display": "Karabair horse breed (organism)" + }, + { + "code": "133050007", + "display": "Karabakh horse breed (organism)" + }, + { + "code": "133051006", + "display": "Kazakh horse breed (organism)" + }, + { + "code": "133052004", + "display": "Mangalarga horse breed (organism)" + }, + { + "code": "133053009", + "display": "Kirdi Pony horse breed (organism)" + }, + { + "code": "133054003", + "display": "Kiso horse breed (organism)" + }, + { + "code": "133055002", + "display": "Kladruby horse breed (organism)" + }, + { + "code": "133056001", + "display": "Knabstrup horse breed (organism)" + }, + { + "code": "133057005", + "display": "Kushum horse breed (organism)" + }, + { + "code": "133058000", + "display": "Kustanai horse breed (organism)" + }, + { + "code": "133059008", + "display": "Latvian horse breed (organism)" + }, + { + "code": "133060003", + "display": "Lithuanian Heavy Draft horse breed (organism)" + }, + { + "code": "133061004", + "display": "Lokai horse breed (organism)" + }, + { + "code": "133062006", + "display": "Kiger Mustang horse breed (organism)" + }, + { + "code": "133095000", + "display": "Criollo horse breed (organism)" + }, + { + "code": "133096004", + "display": "Hequ horse breed (organism)" + }, + { + "code": "133097008", + "display": "Connemara Pony horse breed (organism)" + }, + { + "code": "133098003", + "display": "Colorado Ranger horse breed (organism)" + }, + { + "code": "133099006", + "display": "Dales Pony horse breed (organism)" + }, + { + "code": "133100003", + "display": "Gotland horse breed (organism)" + }, + { + "code": "133102006", + "display": "Hokkaido horse breed (organism)" + }, + { + "code": "133103001", + "display": "Highland Pony horse breed (organism)" + }, + { + "code": "133104007", + "display": "Groningen horse breed (organism)" + }, + { + "code": "133105008", + "display": "Cuban Pinto horse breed (organism)" + }, + { + "code": "133106009", + "display": "Fleuve horse breed (organism)" + }, + { + "code": "133108005", + "display": "Gidran horse breed (organism)" + }, + { + "code": "133109002", + "display": "Gelderland horse breed (organism)" + }, + { + "code": "133110007", + "display": "Galician Pony horse breed (organism)" + }, + { + "code": "133111006", + "display": "Friesian horse breed (organism)" + }, + { + "code": "133112004", + "display": "Frederiksborg horse breed (organism)" + }, + { + "code": "133113009", + "display": "Fouta horse breed (organism)" + }, + { + "code": "133114003", + "display": "Florida Cracker horse breed (organism)" + }, + { + "code": "133115002", + "display": "Guangxi horse breed (organism)" + }, + { + "code": "406714004", + "display": "Gypsy Vanner horse (organism)" + }, + { + "code": "1006005", + "display": "Percheron horse (organism)" + }, + { + "code": "4288003", + "display": "Thoroughbred horse (organism)" + }, + { + "code": "4960000", + "display": "Peruvian Paso horse (organism)" + }, + { + "code": "12360007", + "display": "Missouri fox trotting horse (organism)" + }, + { + "code": "13487004", + "display": "Shire horse (organism)" + }, + { + "code": "21295007", + "display": "Morgan horse (organism)" + }, + { + "code": "26699009", + "display": "New Forest pony (organism)" + }, + { + "code": "34200004", + "display": "Standardbred horse (organism)" + }, + { + "code": "39532001", + "display": "Norman coach horse (organism)" + }, + { + "code": "41738000", + "display": "Palomino horse (organism)" + }, + { + "code": "51023000", + "display": "Tennessee walking horse (organism)" + }, + { + "code": "53567001", + "display": "Suffolk horse (organism)" + }, + { + "code": "56086005", + "display": "Paso Fino horse (organism)" + }, + { "code": "58264006", "display": "Pinto (organism)" }, + { + "code": "69067004", + "display": "Shetland pony (organism)" + }, + { + "code": "76302002", + "display": "Spanish mustang horse (organism)" + }, + { + "code": "76467006", + "display": "Quarter horse (organism)" + }, + { + "code": "131938008", + "display": "Maremmana horse breed (organism)" + }, + { + "code": "131939000", + "display": "Marwari horse breed (organism)" + }, + { + "code": "131940003", + "display": "Megezh horse breed (organism)" + }, + { + "code": "131941004", + "display": "Megrel horse breed (organism)" + }, + { + "code": "131942006", + "display": "Merens horse breed (organism)" + }, + { + "code": "131943001", + "display": "Messara horse breed (organism)" + }, + { + "code": "131944007", + "display": "Sumba horse breed (organism)" + }, + { + "code": "131945008", + "display": "Sumbawa horse breed (organism)" + }, + { + "code": "131946009", + "display": "Swedish Ardennes horse breed (organism)" + }, + { + "code": "131949002", + "display": "Thai Pony horse breed (organism)" + }, + { + "code": "131950002", + "display": "Thessalonian horse breed (organism)" + }, + { + "code": "131951003", + "display": "Tibetan horse breed (organism)" + }, + { + "code": "131952005", + "display": "Tieling horse breed (organism)" + }, + { + "code": "131988000", + "display": "Mezen horse breed (organism)" + }, + { + "code": "131989008", + "display": "Mezohegyes Sport Horse horse breed (organism)" + }, + { + "code": "131992007", + "display": "Murakoz horse breed (organism)" + }, + { + "code": "131994008", + "display": "Mecklenburg horse breed (organism)" + }, + { + "code": "132762009", + "display": "Manipuri horse breed (organism)" + }, + { + "code": "132764005", + "display": "Tavda horse breed (organism)" + }, + { + "code": "132772007", + "display": "Minusin horse breed (organism)" + }, + { + "code": "132773002", + "display": "Morochuco horse breed (organism)" + }, + { + "code": "132776005", + "display": "Murghese horse breed (organism)" + }, + { + "code": "132777001", + "display": "Mytilene horse breed (organism)" + }, + { + "code": "132778006", + "display": "Namib Desert Horse horse breed (organism)" + }, + { + "code": "132960009", + "display": "Narym horse breed (organism)" + }, + { + "code": "132961008", + "display": "National Spotted Saddle Horse horse breed (organism)" + }, + { + "code": "132962001", + "display": "Nigerian horse breed (organism)" + }, + { + "code": "132963006", + "display": "North Swedish Trotter horse breed (organism)" + }, + { + "code": "132964000", + "display": "Oriental Horse horse breed (organism)" + }, + { + "code": "132965004", + "display": "Rhineland Heavy Draft horse breed (organism)" + }, + { + "code": "132966003", + "display": "Romanian Saddle Horse horse breed (organism)" + }, + { + "code": "132967007", + "display": "Rottal horse breed (organism)" + }, + { + "code": "132968002", + "display": "Royal Canadian Mounted Police Horse horse breed (organism)" + }, + { + "code": "132969005", + "display": "Russian Saddle Horse horse breed (organism)" + }, + { + "code": "132970006", + "display": "Sable Island Horse horse breed (organism)" + }, + { + "code": "132971005", + "display": "Panje horse breed (organism)" + }, + { + "code": "132972003", + "display": "Patibarcina horse breed (organism)" + }, + { + "code": "132973008", + "display": "Pechora horse breed (organism)" + }, + { + "code": "132974002", + "display": "Peneia horse breed (organism)" + }, + { + "code": "132975001", + "display": "Periangan horse breed (organism)" + }, + { + "code": "132976000", + "display": "Persian Arab horse breed (organism)" + }, + { + "code": "132977009", + "display": "Petiso Argentino horse breed (organism)" + }, + { + "code": "132978004", + "display": "Polish Draft horse breed (organism)" + }, + { + "code": "132979007", + "display": "Priob horse breed (organism)" + }, + { + "code": "132980005", + "display": "Rahvan horse breed (organism)" + }, + { + "code": "132981009", + "display": "Salerno horse breed (organism)" + }, + { + "code": "132982002", + "display": "Sandalwood horse breed (organism)" + }, + { + "code": "132983007", + "display": "Sandan horse breed (organism)" + }, + { + "code": "132984001", + "display": "Pindos horse breed (organism)" + }, + { + "code": "132985000", + "display": "Piquira Pony horse breed (organism)" + }, + { + "code": "132986004", + "display": "Pleven horse breed (organism)" + }, + { + "code": "132994006", + "display": "Russian Trotter horse breed (organism)" + }, + { + "code": "132997004", + "display": "National Show Horse horse breed (organism)" + }, + { + "code": "133001001", + "display": "Tawleed horse breed (organism)" + }, + { + "code": "133010009", + "display": "New Kirgiz horse breed (organism)" + }, + { + "code": "133011008", + "display": "Oldenburg horse breed (organism)" + }, + { + "code": "133012001", + "display": "Misaki horse breed (organism)" + }, + { + "code": "133013006", + "display": "Miyako horse breed (organism)" + }, + { + "code": "133014000", + "display": "Mongolian horse breed (organism)" + }, + { + "code": "133030008", + "display": "Sanfratello horse breed (organism)" + }, + { + "code": "133031007", + "display": "Morab horse breed (organism)" + }, + { + "code": "133032000", + "display": "Moyle horse breed (organism)" + }, + { + "code": "133033005", + "display": "Mustang horse breed (organism)" + }, + { + "code": "133036002", + "display": "Newfoundland Pony horse breed (organism)" + }, + { + "code": "133037006", + "display": "Noma horse breed (organism)" + }, + { + "code": "133038001", + "display": "Nooitgedacht Pony horse breed (organism)" + }, + { + "code": "133039009", + "display": "Nordland horse breed (organism)" + }, + { + "code": "133040006", + "display": "Noric horse breed (organism)" + }, + { + "code": "133041005", + "display": "North Swedish Horse horse breed (organism)" + }, + { + "code": "133042003", + "display": "Northeastern horse breed (organism)" + }, + { + "code": "133045001", + "display": "Nonius horse breed (organism)" + }, + { + "code": "133046000", + "display": "Nooitgedacht horse breed (organism)" + }, + { + "code": "133063001", + "display": "Pony of the Americas horse breed (organism)" + }, + { + "code": "133064007", + "display": "Pintabian horse breed (organism)" + }, + { + "code": "133065008", + "display": "Pantaneiro horse breed (organism)" + }, + { + "code": "133066009", + "display": "Orlov Trotter horse breed (organism)" + }, + { + "code": "133067000", + "display": "Northern Ardennais horse breed (organism)" + }, + { + "code": "133073004", + "display": "Poitou Mule Producer horse breed (organism)" + }, + { + "code": "133074005", + "display": "Polesian horse breed (organism)" + }, + { + "code": "133075006", + "display": "Sardinian Anglo-Arab horse breed (organism)" + }, + { + "code": "133076007", + "display": "Sardinian Pony horse breed (organism)" + }, + { + "code": "133077003", + "display": "Sarvar horse breed (organism)" + }, + { + "code": "133078008", + "display": "Schleswig horse breed (organism)" + }, + { + "code": "133079000", + "display": "Schwarzwalder Fuchse horse breed (organism)" + }, + { + "code": "133080002", + "display": "Senne horse breed (organism)" + }, + { + "code": "133081003", + "display": "Shan horse breed (organism)" + }, + { + "code": "133082005", + "display": "Silesian horse breed (organism)" + }, + { + "code": "133083000", + "display": "Sini horse breed (organism)" + }, + { + "code": "133084006", + "display": "Skyros horse breed (organism)" + }, + { + "code": "133086008", + "display": "Sokolka horse breed (organism)" + }, + { + "code": "133087004", + "display": "South African Miniature horse breed (organism)" + }, + { + "code": "133088009", + "display": "South German Coldblood horse breed (organism)" + }, + { + "code": "133089001", + "display": "Southwest Spanish Mustang horse breed (organism)" + }, + { + "code": "133090005", + "display": "Spanish-American Horse horse breed (organism)" + }, + { + "code": "133091009", + "display": "Spanish Anglo-Arab horse breed (organism)" + }, + { + "code": "133092002", + "display": "Spanish Colonial Horse horse breed (organism)" + }, + { + "code": "133093007", + "display": "Spiti horse breed (organism)" + }, + { + "code": "133094001", + "display": "Sulawesi horse breed (organism)" + }, + { + "code": "133143006", + "display": "Taishuh horse breed (organism)" + }, + { + "code": "133145004", + "display": "Sudan Country-Bred horse breed (organism)" + }, + { + "code": "133146003", + "display": "Spanish-Norman horse breed (organism)" + }, + { + "code": "133147007", + "display": "Spanish Barb horse breed (organism)" + }, + { + "code": "133148002", + "display": "Soviet Heavy Draft horse breed (organism)" + }, + { + "code": "133149005", + "display": "Sorraia horse breed (organism)" + }, + { + "code": "133150005", + "display": "Somali Pony horse breed (organism)" + }, + { + "code": "133151009", + "display": "Tersk horse breed (organism)" + }, + { + "code": "133152002", + "display": "Shagya horse breed (organism)" + }, + { + "code": "133153007", + "display": "Selle Francais horse breed (organism)" + }, + { + "code": "133154001", + "display": "Sanhe horse breed (organism)" + }, + { + "code": "133155000", + "display": "Russian Heavy Draft horse breed (organism)" + }, + { + "code": "133156004", + "display": "Rocky Mountain Horse horse breed (organism)" + }, + { + "code": "133157008", + "display": "Racking Horse horse breed (organism)" + }, + { + "code": "133158003", + "display": "Quarter Pony horse breed (organism)" + }, + { + "code": "133159006", + "display": "Quarab horse breed (organism)" + }, + { + "code": "133160001", + "display": "Single-Footing Horse horse breed (organism)" + }, + { + "code": "406715003", + "display": "Murgese horse (organism)" + }, + { + "code": "406721004", + "display": "Mixed breed horse (organism)" + }, + { "code": "3997000", "display": "Pony (organism)" }, + { + "code": "1118004", + "display": "Viking horse (organism)" + }, + { + "code": "1789009", + "display": "Trakehner horse (organism)" + }, + { + "code": "8089006", + "display": "Welsh walking horse (organism)" + }, + { + "code": "25369002", + "display": "Westphalian horse (organism)" + }, + { + "code": "31633003", + "display": "Yorkshire coach horse (organism)" + }, + { + "code": "131872001", + "display": "Waziri horse breed (organism)" + }, + { + "code": "131953000", + "display": "Timor horse breed (organism)" + }, + { + "code": "131954006", + "display": "Trakya horse breed (organism)" + }, + { + "code": "131955007", + "display": "Trote en Gallope horse breed (organism)" + }, + { + "code": "131956008", + "display": "Turkoman horse breed (organism)" + }, + { + "code": "131957004", + "display": "Tushin horse breed (organism)" + }, + { + "code": "131958009", + "display": "Tuva horse breed (organism)" + }, + { + "code": "131959001", + "display": "Uzunyayla horse breed (organism)" + }, + { + "code": "131960006", + "display": "Voronezh Coach Horse horse breed (organism)" + }, + { + "code": "131962003", + "display": "Welsh Cob horse breed (organism)" + }, + { + "code": "131963008", + "display": "Welsh Mountain Pony horse breed (organism)" + }, + { + "code": "131965001", + "display": "Wurttemberg horse breed (organism)" + }, + { + "code": "131966000", + "display": "Xilingol horse breed (organism)" + }, + { + "code": "131967009", + "display": "Yanqi horse breed (organism)" + }, + { + "code": "131968004", + "display": "Yemeni Horses horse breed (organism)" + }, + { + "code": "131969007", + "display": "Yili horse breed (organism)" + }, + { + "code": "131970008", + "display": "Yiwu horse breed (organism)" + }, + { + "code": "131971007", + "display": "Yunnan horse breed (organism)" + }, + { + "code": "132741008", + "display": "Wielkopolski horse breed (organism)" + }, + { + "code": "132744000", + "display": "Welsh Pony horse breed (organism)" + }, + { + "code": "132745004", + "display": "Welsh Pony of Cob Type horse breed (organism)" + }, + { + "code": "132995007", + "display": "West African Barb horse breed (organism)" + }, + { + "code": "132998009", + "display": "Zhemaichu horse breed (organism)" + }, + { + "code": "132999001", + "display": "Yonaguni horse breed (organism)" + }, + { + "code": "133000000", + "display": "Yakut horse breed (organism)" + }, + { + "code": "133002008", + "display": "Western Sudan Pony horse breed (organism)" + }, + { + "code": "133003003", + "display": "Welera Pony horse breed (organism)" + }, + { + "code": "133004009", + "display": "Vyatka horse breed (organism)" + }, + { + "code": "133005005", + "display": "Vladimir Heavy Draft horse breed (organism)" + }, + { + "code": "133006006", + "display": "Vlaamperd horse breed (organism)" + }, + { + "code": "133007002", + "display": "Ukrainian Saddle Horse horse breed (organism)" + }, + { + "code": "133008007", + "display": "Tori horse breed (organism)" + }, + { + "code": "133009004", + "display": "Tokara horse breed (organism)" + }, + { + "code": "133015004", + "display": "Waler horse breed (organism)" + }, + { + "code": "42724005", + "display": "American saddlebred horse (organism)" + }, + { + "code": "133107000", + "display": "Golden American Saddlebred horse breed (organism)" + }, + { + "code": "396488006", + "display": "Ariégeois pony breed (organism)" + }, + { + "code": "131819000", + "display": "Danish Warmblood horse breed (organism)" + }, + { + "code": "131876003", + "display": "Bavarian Warmblood horse breed (organism)" + }, + { + "code": "131879005", + "display": "Belgian Warmblood horse breed (organism)" + }, + { + "code": "131915005", + "display": "Czech Warmblood horse breed (organism)" + }, + { + "code": "131961005", + "display": "Elegant Warmblood horse breed (organism)" + }, + { + "code": "132732003", + "display": "British Warmblood horse breed (organism)" + }, + { + "code": "132763004", + "display": "Swiss Warmblood horse breed (organism)" + }, + { + "code": "132767003", + "display": "East Friesian Warmblood (Modern Type) horse breed (organism)" + }, + { + "code": "133022007", + "display": "Dutch Warmblood horse breed (organism)" + }, + { + "code": "133085007", + "display": "Slovak Warmblood horse breed (organism)" + }, + { + "code": "133144000", + "display": "Swedish Warmblood horse breed (organism)" + }, + { + "code": "125092006", + "display": "Bos frontalis (organism)" + }, + { + "code": "131426006", + "display": "Africander cattle breed (organism)" + }, + { + "code": "131441006", + "display": "Aliab Dinka cattle breed (organism)" + }, + { + "code": "131442004", + "display": "Alur cattle breed (organism)" + }, + { + "code": "131540009", + "display": "Abigar cattle breed (organism)" + }, + { + "code": "131541008", + "display": "Africangus cattle breed (organism)" + }, + { + "code": "131542001", + "display": "Agerolese cattle breed (organism)" + }, + { + "code": "131543006", + "display": "Albese cattle breed (organism)" + }, + { + "code": "131555000", + "display": "Albères cattle breed (organism)" + }, + { + "code": "131556004", + "display": "Alentejana cattle breed (organism)" + }, + { + "code": "131557008", + "display": "American White Park cattle breed (organism)" + }, + { + "code": "131558003", + "display": "Amerifaxcattle breed (organism)" + }, + { + "code": "131559006", + "display": "Anatolian Black cattle breed (organism)" + }, + { + "code": "131560001", + "display": "Andalusian Black cattle breed (organism)" + }, + { + "code": "131561002", + "display": "Andalusian Gray cattle breed (organism)" + }, + { + "code": "133290002", + "display": "Alistana-Sanabresa cattle breed (organism)" + }, + { + "code": "133291003", + "display": "Andalusian Blond cattle breed (organism)" + }, + { + "code": "133551002", + "display": "Abondance cattle breed (organism)" + }, + { + "code": "133552009", + "display": "Ala-Tau cattle breed (organism)" + }, + { + "code": "133553004", + "display": "Albanian Illyrian cattle breed (organism)" + }, + { + "code": "133554005", + "display": "Albanian Dwarf cattle breed (organism)" + }, + { + "code": "133575002", + "display": "Aleppo cattle breed (organism)" + }, + { + "code": "133591004", + "display": "Almanzorena cattle breed (organism)" + }, + { + "code": "131427002", + "display": "Ankole cattle breed (organism)" + }, + { + "code": "131428007", + "display": "Ankole-Watusi cattle breed (organism)" + }, + { + "code": "131443009", + "display": "Ankina cattle breed (organism)" + }, + { + "code": "131444003", + "display": "Apulian Podolian cattle breed (organism)" + }, + { + "code": "131445002", + "display": "Arado cattle breed (organism)" + }, + { + "code": "131446001", + "display": "Aweil Dinka cattle breed (organism)" + }, + { + "code": "131447005", + "display": "Bahima cattle breed (organism)" + }, + { + "code": "131562009", + "display": "Angeln cattle breed (organism)" + }, + { + "code": "131563004", + "display": "Asturian Mountain cattle breed (organism)" + }, + { + "code": "131564005", + "display": "Asturian Valley cattle breed (organism)" + }, + { + "code": "131565006", + "display": "Aubrac cattle breed (organism)" + }, + { + "code": "131566007", + "display": "Aulie-Ata cattle breed (organism)" + }, + { + "code": "131567003", + "display": "Australian Lowline cattle breed (organism)" + }, + { + "code": "133292005", + "display": "Aosta Black Pied cattle breed (organism)" + }, + { + "code": "133293000", + "display": "Aosta Chestnut cattle breed (organism)" + }, + { + "code": "133294006", + "display": "Aosta Red Pied cattle breed (organism)" + }, + { + "code": "133295007", + "display": "Aracena cattle breed (organism)" + }, + { + "code": "133296008", + "display": "Argentine Friesian cattle breed (organism)" + }, + { + "code": "133297004", + "display": "Armorican cattle breed (organism)" + }, + { + "code": "133298009", + "display": "Arouquesa cattle breed (organism)" + }, + { + "code": "133299001", + "display": "Aure et Saint-Girons cattle breed (organism)" + }, + { + "code": "133300009", + "display": "Australian White cattle breed (organism)" + }, + { + "code": "133301008", + "display": "Austrian Simmental cattle breed (organism)" + }, + { + "code": "133302001", + "display": "Austrian Yellow cattle breed (organism)" + }, + { + "code": "133303006", + "display": "Avetonou cattle breed (organism)" + }, + { + "code": "133304000", + "display": "Avilena cattle breed (organism)" + }, + { + "code": "133305004", + "display": "Avilena-Black Iberian cattle breed (organism)" + }, + { + "code": "133472001", + "display": "Australian Shorthorn cattle breed (organism)" + }, + { + "code": "131429004", + "display": "Baladi cattle breed (organism)" + }, + { + "code": "131430009", + "display": "Belmont Red cattle breed (organism)" + }, + { + "code": "131431008", + "display": "Bonsmara cattle breed (organism)" + }, + { + "code": "131448000", + "display": "Bapedi cattle breed (organism)" + }, + { + "code": "131449008", + "display": "Baria (Vietnam/Madagascar) cattle breed (organism)" + }, + { + "code": "131450008", + "display": "Barotse cattle breed (organism)" + }, + { + "code": "131451007", + "display": "Barra do Cuanzo cattle breed (organism)" + }, + { + "code": "131452000", + "display": "Bashi cattle breed (organism)" + }, + { + "code": "131453005", + "display": "Basuto cattle breed (organism)" + }, + { + "code": "131454004", + "display": "Batangas cattle breed (organism)" + }, + { + "code": "131455003", + "display": "Bavenda cattle breed (organism)" + }, + { + "code": "131456002", + "display": "Beja cattle breed (organism)" + }, + { + "code": "131458001", + "display": "Blonde-du Cap Bon cattle breed (organism)" + }, + { + "code": "131568008", + "display": "Barzona cattle breed (organism)" + }, + { + "code": "131569000", + "display": "Bazadais cattle breed (organism)" + }, + { + "code": "131570004", + "display": "Beefmaker cattle breed (organism)" + }, + { + "code": "131571000", + "display": "Belarus Red cattle breed (organism)" + }, + { + "code": "131572007", + "display": "Belgian Blue cattle breed (organism)" + }, + { + "code": "131573002", + "display": "Belgian Red cattle breed (organism)" + }, + { + "code": "131574008", + "display": "Belmont Adaptaur cattle breed (organism)" + }, + { + "code": "131575009", + "display": "Berrendas cattle breed (organism)" + }, + { + "code": "131576005", + "display": "Blacksided Trondheim and Norland cattle breed (organism)" + }, + { + "code": "131577001", + "display": "Blanco Orejinegro cattle breed (organism)" + }, + { + "code": "133306003", + "display": "Bakosi cattle breed (organism)" + }, + { + "code": "133307007", + "display": "Bakwiri cattle breed (organism)" + }, + { + "code": "133308002", + "display": "Baltic Black Pied cattle breed (organism)" + }, + { + "code": "133309005", + "display": "Baoule cattle breed (organism)" + }, + { + "code": "133310000", + "display": "Barrosa cattle breed (organism)" + }, + { + "code": "133311001", + "display": "Barroso cattle breed (organism)" + }, + { + "code": "133312008", + "display": "Bearnais cattle breed (organism)" + }, + { + "code": "133313003", + "display": "Beef shorthorn cattle breed (organism)" + }, + { + "code": "133314009", + "display": "Beef synthetic cattle breed (organism)" + }, + { + "code": "133315005", + "display": "Beijing Black Pied cattle breed (organism)" + }, + { + "code": "133316006", + "display": "Beiroa cattle breed (organism)" + }, + { + "code": "133317002", + "display": "Belgian Black Pied Holsteincattle breed (organism)" + }, + { + "code": "133318007", + "display": "Belgian Red Pied cattle breed (organism)" + }, + { + "code": "133319004", + "display": "Belgian White and Red cattle breed (organism)" + }, + { + "code": "133320005", + "display": "Belted Welsh cattle breed (organism)" + }, + { + "code": "133321009", + "display": "Bestuzhev cattle breed (organism)" + }, + { + "code": "133322002", + "display": "Betizuak cattle breed (organism)" + }, + { + "code": "133323007", + "display": "Black Baldy cattle breed (organism)" + }, + { + "code": "133324001", + "display": "Black Forest cattle breed (organism)" + }, + { + "code": "133325000", + "display": "Black Iberian cattle breed (organism)" + }, + { + "code": "131457006", + "display": "Calabrian cattle breed (organism)" + }, + { + "code": "131459009", + "display": "Chan-Doc cattle breed (organism)" + }, + { + "code": "131460004", + "display": "Chernigov cattle breed (organism)" + }, + { + "code": "131578006", + "display": "Braunvieh cattle breed (organism)" + }, + { + "code": "131579003", + "display": "British White cattle breed (organism)" + }, + { + "code": "131580000", + "display": "Cachena cattle breed (organism)" + }, + { + "code": "131581001", + "display": "Canary Island cattle breed (organism)" + }, + { + "code": "131582008", + "display": "Carinthian Blond cattle breed (organism)" + }, + { + "code": "131583003", + "display": "Caucasian cattle breed (organism)" + }, + { + "code": "131584009", + "display": "Charolais cattle breed (organism)" + }, + { + "code": "133327008", + "display": "Bragado do Sorraia cattle breed (organism)" + }, + { + "code": "133328003", + "display": "Braganca cattle breed (organism)" + }, + { + "code": "133329006", + "display": "Brandrood ljsselvee cattle breed (organism)" + }, + { + "code": "133330001", + "display": "Brazilian Polled cattle breed (organism)" + }, + { + "code": "133331002", + "display": "Breton Black Pied cattle breed (organism)" + }, + { + "code": "133332009", + "display": "Brown Atlas cattle breed (organism)" + }, + { + "code": "133333004", + "display": "Bulgarian Brown cattle breed (organism)" + }, + { + "code": "133334005", + "display": "Bulgarian Red cattle breed (organism)" + }, + { + "code": "133335006", + "display": "Burlina cattle breed (organism)" + }, + { + "code": "133336007", + "display": "Burwash cattle breed (organism)" + }, + { + "code": "133337003", + "display": "Byelorussian Red cattle breed (organism)" + }, + { + "code": "133338008", + "display": "Byelorussian Synthetic cattle breed (organism)" + }, + { + "code": "133339000", + "display": "Cabannina cattle breed (organism)" + }, + { + "code": "133340003", + "display": "Caldeano cattle breed (organism)" + }, + { + "code": "133341004", + "display": "Caldelana cattle breed (organism)" + }, + { + "code": "133342006", + "display": "Calvana cattle breed (organism)" + }, + { + "code": "133343001", + "display": "Camargue cattle breed (organism)" + }, + { + "code": "133344007", + "display": "Cambodian cattle breed (organism)" + }, + { + "code": "133345008", + "display": "Caracu cattle breed (organism)" + }, + { + "code": "133346009", + "display": "Carpathian Brown cattle breed (organism)" + }, + { + "code": "133347000", + "display": "Casanareno cattle breed (organism)" + }, + { + "code": "133348005", + "display": "Central Russian Black Pied cattle breed (organism)" + }, + { + "code": "133349002", + "display": "Chaouia cattle breed (organism)" + }, + { + "code": "133350002", + "display": "Charollandais cattle breed (organism)" + }, + { + "code": "133351003", + "display": "Char-swiss cattle breed (organism)" + }, + { + "code": "133353000", + "display": "Chesi cattle breed (organism)" + }, + { + "code": "133354006", + "display": "Cheurfa cattle breed (organism)" + }, + { + "code": "133577005", + "display": "Busa cattle breed (organism)" + }, + { + "code": "133578000", + "display": "Chiangus cattle breed (organism)" + }, + { + "code": "133593001", + "display": "Calasparrena cattle breed (organism)" + }, + { + "code": "131432001", + "display": "Damietta cattle breed (organism)" + }, + { + "code": "131461000", + "display": "Chino Santandereano cattle breed (organism)" + }, + { + "code": "131462007", + "display": "Cinisara cattle breed (organism)" + }, + { + "code": "131463002", + "display": "Cuprem Hybrid cattle breed (organism)" + }, + { + "code": "131464008", + "display": "Dabieshan cattle breed (organism)" + }, + { + "code": "131465009", + "display": "Damara cattle breed (organism)" + }, + { + "code": "131466005", + "display": "Danakil cattle breed (organism)" + }, + { + "code": "131467001", + "display": "Dnieper cattle breed (organism)" + }, + { + "code": "131468006", + "display": "Doayo cattle breed (organism)" + }, + { + "code": "131469003", + "display": "Eastern Nuer cattle breed (organism)" + }, + { + "code": "131470002", + "display": "Egyptian cattle breed (organism)" + }, + { + "code": "131471003", + "display": "Fogera cattle breed (organism)" + }, + { + "code": "131472005", + "display": "Garfagnina cattle breed (organism)" + }, + { + "code": "131473000", + "display": "Grati cattle breed (organism)" + }, + { + "code": "131474006", + "display": "Gaunling cattle breed (organism)" + }, + { + "code": "131551009", + "display": "Drakensberger cattle breed (organism)" + }, + { + "code": "131585005", + "display": "Chinese Black-and-White cattle breed (organism)" + }, + { + "code": "131586006", + "display": "Corriente cattle breed (organism)" + }, + { + "code": "131587002", + "display": "Costeño con Cuernos cattle breed (organism)" + }, + { + "code": "131588007", + "display": "Damascus cattle breed (organism)" + }, + { + "code": "131589004", + "display": "Danish Red cattle breed (organism)" + }, + { + "code": "131590008", + "display": "Devon cattle breed (organism)" + }, + { + "code": "131591007", + "display": "Dølafe cattle breed (organism)" + }, + { + "code": "131592000", + "display": "Dutch Belted cattle breed (organism)" + }, + { + "code": "131593005", + "display": "Dutch Friesian cattle breed (organism)" + }, + { + "code": "131594004", + "display": "English Longhorn cattle breed (organism)" + }, + { + "code": "131595003", + "display": "Estonian Red cattle breed (organism)" + }, + { + "code": "131596002", + "display": "Evolène cattle breed (organism)" + }, + { + "code": "131597006", + "display": "Fighting Bull cattle breed (organism)" + }, + { + "code": "131598001", + "display": "Fjall cattle breed (organism)" + }, + { + "code": "131599009", + "display": "Florida Cracker/Pineywoods cattle breed (organism)" + }, + { + "code": "131600007", + "display": "Galician Blond cattle breed (organism)" + }, + { + "code": "131601006", + "display": "Gascon cattle breed (organism)" + }, + { + "code": "131602004", + "display": "German Red Pied cattle breed (organism)" + }, + { + "code": "131603009", + "display": "Glan cattle breed (organism)" + }, + { + "code": "131604003", + "display": "Gloucester cattle breed (organism)" + }, + { + "code": "131605002", + "display": "Groningen Whiteheaded cattle breed (organism)" + }, + { + "code": "133355007", + "display": "Chiford cattle breed (organism)" + }, + { + "code": "133356008", + "display": "Chimaine cattle breed (organism)" + }, + { + "code": "133357004", + "display": "Chinampo cattle breed (organism)" + }, + { + "code": "133358009", + "display": "Cildir cattle breed (organism)" + }, + { + "code": "133359001", + "display": "COOPELSO 93 cattle breed (organism)" + }, + { + "code": "133361005", + "display": "Corsican cattle breed (organism)" + }, + { + "code": "133362003", + "display": "Cretan Lowland cattle breed (organism)" + }, + { + "code": "133363008", + "display": "Cretan Mountain cattle breed (organism)" + }, + { + "code": "133364002", + "display": "Croatian Red cattle breed (organism)" + }, + { + "code": "133365001", + "display": "Cukurova cattle breed (organism)" + }, + { + "code": "133366000", + "display": "Curraleiro cattle breed (organism)" + }, + { + "code": "133367009", + "display": "Cyprus cattle breed (organism)" + }, + { + "code": "133368004", + "display": "Czech Pied cattle breed (organism)" + }, + { + "code": "133369007", + "display": "Dagestan Mountain cattle breed (organism)" + }, + { + "code": "133370008", + "display": "Dairy Shorthorn cattle breed (organism)" + }, + { + "code": "133371007", + "display": "Dairy Synthetic cattle breed (organism)" + }, + { + "code": "133372000", + "display": "Danish Red Pied cattle breed (organism)" + }, + { + "code": "133373005", + "display": "Dengchuan cattle breed (organism)" + }, + { + "code": "133374004", + "display": "Dexter-Kerry cattle breed (organism)" + }, + { + "code": "133375003", + "display": "Doran cattle breed (organism)" + }, + { + "code": "133376002", + "display": "Dorna cattle breed (organism)" + }, + { + "code": "133377006", + "display": "Dortyol cattle breed (organism)" + }, + { + "code": "133378001", + "display": "East Anatolian Red cattle breed (organism)" + }, + { + "code": "133379009", + "display": "East Finnish cattle breed (organism)" + }, + { + "code": "133380007", + "display": "East Macedonian cattle breed (organism)" + }, + { + "code": "133381006", + "display": "Epirus cattle breed (organism)" + }, + { + "code": "133382004", + "display": "Estonian Black Pied cattle breed (organism)" + }, + { + "code": "133383009", + "display": "Ferrandais cattle breed (organism)" + }, + { + "code": "133384003", + "display": "Finnish Ayrshire cattle breed (organism)" + }, + { + "code": "133385002", + "display": "Flemish cattle breed (organism)" + }, + { + "code": "133387005", + "display": "Fort Cross cattle breed (organism)" + }, + { + "code": "133388000", + "display": "Frati cattle breed (organism)" + }, + { + "code": "133389008", + "display": "Estonian Native cattle breed (organism)" + }, + { + "code": "133390004", + "display": "Faeroes cattle breed (organism)" + }, + { + "code": "133391000", + "display": "French Brown cattle breed (organism)" + }, + { + "code": "133392007", + "display": "Frijolillo cattle breed (organism)" + }, + { + "code": "133393002", + "display": "FRS cattle breed (organism)" + }, + { + "code": "133394008", + "display": "Gacko cattle breed (organism)" + }, + { + "code": "133395009", + "display": "Gado da Terra cattle breed (organism)" + }, + { + "code": "133396005", + "display": "Georgian Mountain cattle breed (organism)" + }, + { + "code": "133397001", + "display": "German Black Pied cattle breed (organism)" + }, + { + "code": "133398006", + "display": "German Black Pied Dairy cattle breed (organism)" + }, + { + "code": "133405000", + "display": "German Brown cattle breed (organism)" + }, + { + "code": "133406004", + "display": "German Shorthorn cattle breed (organism)" + }, + { + "code": "133407008", + "display": "Ghana Shorthorn cattle breed (organism)" + }, + { + "code": "133408003", + "display": "Glan-Donnersberg cattle breed (organism)" + }, + { + "code": "133409006", + "display": "Gole cattle breed (organism)" + }, + { + "code": "133410001", + "display": "Golpayegani cattle breed (organism)" + }, + { + "code": "133411002", + "display": "Gorbatov Red cattle breed (organism)" + }, + { + "code": "133412009", + "display": "Goryn cattle breed (organism)" + }, + { + "code": "133413004", + "display": "Greater Caucasus cattle breed (organism)" + }, + { + "code": "133420006", + "display": "Greek Shorthorn cattle breed (organism)" + }, + { + "code": "133421005", + "display": "Greek Steppe cattle breed (organism)" + }, + { + "code": "133422003", + "display": "Gray Alpine cattle breed (organism)" + }, + { + "code": "133423008", + "display": "Guadiana Spotted cattle breed (organism)" + }, + { + "code": "133424002", + "display": "Guelma cattle breed (organism)" + }, + { + "code": "133580006", + "display": "Danish Jersey cattle breed (organism)" + }, + { + "code": "133581005", + "display": "Enderby Island cattle breed (organism)" + }, + { + "code": "133582003", + "display": "German Angus cattle breed (organism)" + }, + { + "code": "131433006", + "display": "Horro cattle breed (organism)" + }, + { + "code": "131434000", + "display": "Kuri cattle breed (organism)" + }, + { + "code": "131435004", + "display": "Nguni cattle breed (organism)" + }, + { + "code": "131475007", + "display": "Halhin Gol cattle breed (organism)" + }, + { + "code": "131476008", + "display": "Holmonger cattle breed (organism)" + }, + { + "code": "131477004", + "display": "Ilocos cattle breed (organism)" + }, + { + "code": "131478009", + "display": "Iloilo cattle breed (organism)" + }, + { + "code": "131479001", + "display": "Inkuku cattle breed (organism)" + }, + { + "code": "131480003", + "display": "Iskar cattle breed (organism)" + }, + { + "code": "131481004", + "display": "Istrian cattle breed (organism)" + }, + { + "code": "131482006", + "display": "Javanese Ongole cattle breed (organism)" + }, + { + "code": "131483001", + "display": "Javanese Zebu cattle breed (organism)" + }, + { + "code": "131484007", + "display": "Jinnan cattle breed (organism)" + }, + { + "code": "131485008", + "display": "Kalmyk cattle breed (organism)" + }, + { + "code": "131486009", + "display": "Kaokoveld cattle breed (organism)" + }, + { + "code": "131487000", + "display": "Kazakh Whitehead cattle breed (organism)" + }, + { + "code": "131488005", + "display": "Kedah-Kelantan cattle breed (organism)" + }, + { + "code": "131489002", + "display": "Kigezi cattle breed (organism)" + }, + { + "code": "131490006", + "display": "Kisantu cattle breed (organism)" + }, + { + "code": "131491005", + "display": "Kolubara cattle breed (organism)" + }, + { + "code": "131492003", + "display": "Kurgan cattle breed (organism)" + }, + { + "code": "131493008", + "display": "Kyoga cattle breed (organism)" + }, + { + "code": "131494002", + "display": "Lucanian cattle breed (organism)" + }, + { + "code": "131495001", + "display": "Maremmana cattle breed (organism)" + }, + { + "code": "131496000", + "display": "Marianas cattle breed (organism)" + }, + { + "code": "131497009", + "display": "Maryuti cattle breed (organism)" + }, + { + "code": "131498004", + "display": "Mauritius Créole cattle breed (organism)" + }, + { + "code": "131499007", + "display": "Menufi cattle breed (organism)" + }, + { + "code": "131500003", + "display": "Mezzalina cattle breed (organism)" + }, + { + "code": "131501004", + "display": "Modicana cattle breed (organism)" + }, + { + "code": "131502006", + "display": "Moi cattle breed (organism)" + }, + { + "code": "131503001", + "display": "Nama cattle breed (organism)" + }, + { + "code": "131504007", + "display": "Nanyang cattle breed (organism)" + }, + { + "code": "131505008", + "display": "N'Dama Sanga cattle breed (organism)" + }, + { + "code": "131506009", + "display": "Nganda cattle breed (organism)" + }, + { + "code": "131507000", + "display": "Nilotic Sanga cattle breed (organism)" + }, + { + "code": "131508005", + "display": "Nkone cattle breed (organism)" + }, + { + "code": "131509002", + "display": "North Malawi Angoni cattle breed (organism)" + }, + { + "code": "131510007", + "display": "Nuer cattle breed (organism)" + }, + { + "code": "131511006", + "display": "Nuras cattle breed (organism)" + }, + { + "code": "131512004", + "display": "Nyoro cattle breed (organism)" + }, + { + "code": "131513009", + "display": "Ovambo cattle breed (organism)" + }, + { + "code": "131552002", + "display": "Modicana lowland cattle breed (organism)" + }, + { + "code": "131554001", + "display": "Menggu cattle breed (organism)" + }, + { + "code": "131606001", + "display": "Hartón cattle breed (organism)" + }, + { + "code": "133231000", + "display": "Herens cattle breed (organism)" + }, + { + "code": "133232007", + "display": "Hinterwald cattle breed (organism)" + }, + { + "code": "133233002", + "display": "Hungarian Gray cattle breed (organism)" + }, + { + "code": "133234008", + "display": "Icelandic cattle breed (organism)" + }, + { + "code": "133235009", + "display": "Illawarra cattle breed (organism)" + }, + { + "code": "133236005", + "display": "Irish Moiled cattle breed (organism)" + }, + { + "code": "133237001", + "display": "Israeli Holstein cattle breed (organism)" + }, + { + "code": "133238006", + "display": "Istoben cattle breed (organism)" + }, + { + "code": "133239003", + "display": "Jaulan cattle breed (organism)" + }, + { + "code": "133240001", + "display": "Kazakh cattle breed (organism)" + }, + { + "code": "133241002", + "display": "Kerry cattle breed (organism)" + }, + { + "code": "133242009", + "display": "Kholmogory cattle breed (organism)" + }, + { + "code": "133243004", + "display": "Latvian Brown cattle breed (organism)" + }, + { + "code": "133244005", + "display": "Lincoln Red Shorthorn cattle breed (organism)" + }, + { + "code": "133245006", + "display": "Lithuanian Red cattle breed (organism)" + }, + { + "code": "133246007", + "display": "Mashona cattle breed (organism)" + }, + { + "code": "133247003", + "display": "Milking Devon cattle breed (organism)" + }, + { + "code": "133248008", + "display": "Mirandesa cattle breed (organism)" + }, + { + "code": "133249000", + "display": "Mixed dairy cattle breed (organism)" + }, + { + "code": "133250000", + "display": "Mongolian cattle breed (organism)" + }, + { + "code": "133251001", + "display": "Morucha cattle breed (organism)" + }, + { + "code": "133252008", + "display": "Kurdi cattle breed (organism)" + }, + { + "code": "133253003", + "display": "N'dama cattle breed (organism)" + }, + { + "code": "133254009", + "display": "Norwegian Red cattle breed (organism)" + }, + { + "code": "133268002", + "display": "Murboden cattle breed (organism)" + }, + { + "code": "133326004", + "display": "Northern Blue cattle breed (organism)" + }, + { + "code": "133352005", + "display": "Korean Black cattle breed (organism)" + }, + { + "code": "133425001", + "display": "Harz Red cattle breed (organism)" + }, + { + "code": "133426000", + "display": "Hawaiian wild cattle breed (organism)" + }, + { + "code": "133427009", + "display": "Hereland cattle breed (organism)" + }, + { + "code": "133428004", + "display": "Holgus cattle breed (organism)" + }, + { + "code": "133429007", + "display": "Hrbinecky cattle breed (organism)" + }, + { + "code": "133436008", + "display": "Huertana cattle breed (organism)" + }, + { + "code": "133437004", + "display": "Hungarian Pied cattle breed (organism)" + }, + { + "code": "133438009", + "display": "Hungarofries cattle breed (organism)" + }, + { + "code": "133439001", + "display": "Improved Rodopi cattle breed (organism)" + }, + { + "code": "133440004", + "display": "INRA 95 cattle breed (organism)" + }, + { + "code": "133441000", + "display": "Italian Brown cattle breed (organism)" + }, + { + "code": "133442007", + "display": "Italian Red Pied cattle breed (organism)" + }, + { + "code": "133443002", + "display": "Japanese Black cattle breed (organism)" + }, + { + "code": "133444008", + "display": "Japanese Brown cattle breed (organism)" + }, + { + "code": "133445009", + "display": "Japanese Poll cattle breed (organism)" + }, + { + "code": "133452006", + "display": "Japanese Shorthorn cattle breed (organism)" + }, + { + "code": "133453001", + "display": "Jarmelista cattle breed (organism)" + }, + { + "code": "133454007", + "display": "Kabyle cattle breed (organism)" + }, + { + "code": "133455008", + "display": "Kapsiki cattle breed (organism)" + }, + { + "code": "133456009", + "display": "Katerini cattle breed (organism)" + }, + { + "code": "133457000", + "display": "Kenran cattle breed (organism)" + }, + { + "code": "133458005", + "display": "Khevsurian cattle breed (organism)" + }, + { + "code": "133459002", + "display": "Kilis cattle breed (organism)" + }, + { + "code": "133460007", + "display": "Kochi cattle breed (organism)" + }, + { + "code": "133461006", + "display": "Korean Native cattle breed (organism)" + }, + { + "code": "133468000", + "display": "Kostroma cattle breed (organism)" + }, + { + "code": "133469008", + "display": "Kravarsky cattle breed (organism)" + }, + { + "code": "133470009", + "display": "Kuchinoshima cattle breed (organism)" + }, + { + "code": "133471008", + "display": "Murray Gray cattle breed (organism)" + }, + { + "code": "133473006", + "display": "Kumamoto cattle breed (organism)" + }, + { + "code": "133474000", + "display": "Lagune cattle breed (organism)" + }, + { + "code": "133475004", + "display": "Lakenvelder cattle breed (organism)" + }, + { + "code": "133476003", + "display": "Latvian Blue Roan cattle breed (organism)" + }, + { + "code": "133477007", + "display": "La Velasquez cattle breed (organism)" + }, + { + "code": "133484004", + "display": "Lebanese cattle breed (organism)" + }, + { + "code": "133485003", + "display": "Lebedin cattle breed (organism)" + }, + { + "code": "133486002", + "display": "Lesser Caucasus cattle breed (organism)" + }, + { + "code": "133487006", + "display": "Liberian Dwarf cattle breed (organism)" + }, + { + "code": "133488001", + "display": "Libyan cattle breed (organism)" + }, + { + "code": "133489009", + "display": "Lim cattle breed (organism)" + }, + { + "code": "133490000", + "display": "Limiana cattle breed (organism)" + }, + { + "code": "133491001", + "display": "Limpurger cattle breed (organism)" + }, + { + "code": "133492008", + "display": "Lobi cattle breed (organism)" + }, + { + "code": "133493003", + "display": "Lourdais cattle breed (organism)" + }, + { + "code": "133500008", + "display": "Lucerna cattle breed (organism)" + }, + { + "code": "133501007", + "display": "Luxi cattle breed (organism)" + }, + { + "code": "133502000", + "display": "Macedonian Busa cattle breed (organism)" + }, + { + "code": "133503005", + "display": "Makaweli cattle breed (organism)" + }, + { + "code": "133504004", + "display": "Marinhoa cattle breed (organism)" + }, + { + "code": "133505003", + "display": "Maronesa cattle breed (organism)" + }, + { + "code": "133506002", + "display": "Mazury cattle breed (organism)" + }, + { + "code": "133507006", + "display": "Messaoria cattle breed (organism)" + }, + { + "code": "133508001", + "display": "Metohija Red cattle breed (organism)" + }, + { + "code": "133509009", + "display": "Mingrelian Red cattle breed (organism)" + }, + { + "code": "133516005", + "display": "Minhota cattle breed (organism)" + }, + { + "code": "133517001", + "display": "Minorcan cattle breed (organism)" + }, + { + "code": "133518006", + "display": "Mishima cattle breed (organism)" + }, + { + "code": "133519003", + "display": "Modenese cattle breed (organism)" + }, + { + "code": "133520009", + "display": "Monchina cattle breed (organism)" + }, + { + "code": "133521008", + "display": "Montafon cattle breed (organism)" + }, + { + "code": "133522001", + "display": "Montbeliard cattle breed (organism)" + }, + { + "code": "133523006", + "display": "Morenas del Noroeste cattle breed (organism)" + }, + { + "code": "133524000", + "display": "Murcian cattle breed (organism)" + }, + { + "code": "133525004", + "display": "Murnau-Werdenfels cattle breed (organism)" + }, + { + "code": "133532008", + "display": "Nantais cattle breed (organism)" + }, + { + "code": "133533003", + "display": "Nejdi cattle breed (organism)" + }, + { + "code": "133534009", + "display": "N'Gabou cattle breed (organism)" + }, + { + "code": "133535005", + "display": "North Finncattle cattle breed (organism)" + }, + { + "code": "133536006", + "display": "Oropa cattle breed (organism)" + }, + { + "code": "133537002", + "display": "Oulmes Blond cattle breed (organism)" + }, + { + "code": "133538007", + "display": "Pajuna cattle breed (organism)" + }, + { + "code": "133539004", + "display": "Palmera cattle breed (organism)" + }, + { + "code": "133579008", + "display": "Hallingdal cattle breed (organism)" + }, + { + "code": "133583008", + "display": "Israeli Red cattle breed (organism)" + }, + { + "code": "133584002", + "display": "Lineback cattle breed (organism)" + }, + { + "code": "133585001", + "display": "Mertolenga cattle breed (organism)" + }, + { + "code": "133590003", + "display": "Montanara cattle breed (organism)" + }, + { + "code": "133592006", + "display": "Lorquina cattle breed (organism)" + }, + { + "code": "409906003", + "display": "Mixed breed cattle (organism)" + }, + { + "code": "409908002", + "display": "Masai cattle breed (organism)" + }, + { + "code": "125074003", + "display": "Hereford cattle superbreed (organism)" + }, + { + "code": "131436003", + "display": "Philippine Native cattle breed (organism)" + }, + { + "code": "131437007", + "display": "Romagnola cattle breed (organism)" + }, + { + "code": "131438002", + "display": "Sanhe cattle breed (organism)" + }, + { + "code": "131439005", + "display": "Tswana cattle breed (organism)" + }, + { + "code": "131440007", + "display": "Tuli cattle breed (organism)" + }, + { + "code": "131514003", + "display": "Pantelleria cattle breed (organism)" + }, + { + "code": "131515002", + "display": "Pinzhou cattle breed (organism)" + }, + { + "code": "131516001", + "display": "Porto Amboim cattle breed (organism)" + }, + { + "code": "131517005", + "display": "Posavina cattle breed (organism)" + }, + { + "code": "131518000", + "display": "Romanian Steppe cattle breed (organism)" + }, + { + "code": "131519008", + "display": "Saidi cattle breed (organism)" + }, + { + "code": "131520002", + "display": "Sardo-Modicana cattle breed (organism)" + }, + { + "code": "131521003", + "display": "Sengologa cattle breed (organism)" + }, + { + "code": "131522005", + "display": "Serere cattle breed (organism)" + }, + { + "code": "131523000", + "display": "Seshaga cattle breed (organism)" + }, + { + "code": "131524006", + "display": "Siberian Black Pied cattle breed (organism)" + }, + { + "code": "131525007", + "display": "Socotra cattle breed (organism)" + }, + { + "code": "131526008", + "display": "Southern Tswana cattle breed (organism)" + }, + { + "code": "131527004", + "display": "Spreca cattle breed (organism)" + }, + { + "code": "131528009", + "display": "Sunkuma cattle breed (organism)" + }, + { + "code": "131529001", + "display": "Taiwan Zebu cattle breed (organism)" + }, + { + "code": "131530006", + "display": "Thai cattle breed (organism)" + }, + { + "code": "131531005", + "display": "Thailand Fighting Zebu cattle breed (organism)" + }, + { + "code": "131532003", + "display": "Thanh-Hoa cattle breed (organism)" + }, + { + "code": "131533008", + "display": "Tibetan cattle breed (organism)" + }, + { + "code": "131534002", + "display": "Tonga cattle breed (organism)" + }, + { + "code": "131535001", + "display": "Toro cattle breed (organism)" + }, + { + "code": "131536000", + "display": "Tuni cattle breed (organism)" + }, + { + "code": "131537009", + "display": "Turkish Gray Steppe cattle breed (organism)" + }, + { + "code": "131538004", + "display": "Tuy-Hoa cattle breed (organism)" + }, + { + "code": "131539007", + "display": "Ujumqin cattle breed (organism)" + }, + { + "code": "131544000", + "display": "Ukrainian Gray cattle breed (organism)" + }, + { + "code": "131545004", + "display": "Vietnamese Yellow cattle breed (organism)" + }, + { + "code": "131546003", + "display": "Watusi (United States of America) cattle breed (organism)" + }, + { + "code": "131547007", + "display": "Wenshan cattle breed (organism)" + }, + { + "code": "131548002", + "display": "Yakut cattle breed (organism)" + }, + { + "code": "131553007", + "display": "Taiwan Yellow cattle breed (organism)" + }, + { + "code": "132780000", + "display": "Volynsk cattle breed (organism)" + }, + { + "code": "132781001", + "display": "Senepol cattle breed (organism)" + }, + { + "code": "132782008", + "display": "Shilluk cattle breed (organism)" + }, + { + "code": "133255005", + "display": "Parthenais cattle breed (organism)" + }, + { + "code": "133256006", + "display": "Polish Red cattle breed (organism)" + }, + { + "code": "133257002", + "display": "Rätien Gray cattle breed (organism)" + }, + { + "code": "133258007", + "display": "Red and White cattle breed (organism)" + }, + { + "code": "133260009", + "display": "Red Polled Østland cattle breed (organism)" + }, + { + "code": "133261008", + "display": "Red Steppe cattle breed (organism)" + }, + { + "code": "133262001", + "display": "Reggiana cattle breed (organism)" + }, + { + "code": "133263006", + "display": "Retinta cattle breed (organism)" + }, + { + "code": "133264000", + "display": "Romosinuano cattle breed (organism)" + }, + { + "code": "133265004", + "display": "Russian Black Pied cattle breed (organism)" + }, + { + "code": "133266003", + "display": "RX3 cattle breed (organism)" + }, + { + "code": "133267007", + "display": "Salorn cattle breed (organism)" + }, + { + "code": "133269005", + "display": "San Martinero cattle breed (organism)" + }, + { + "code": "133270006", + "display": "Sarabi cattle breed (organism)" + }, + { + "code": "133271005", + "display": "Sharabi cattle breed (organism)" + }, + { + "code": "133272003", + "display": "Shetland cattle breed (organism)" + }, + { + "code": "133273008", + "display": "Simbrah cattle breed (organism)" + }, + { + "code": "133274002", + "display": "South Devon cattle breed (organism)" + }, + { + "code": "133275001", + "display": "Suffolk cattle breed (organism)" + }, + { + "code": "133276000", + "display": "Sussex cattle breed (organism)" + }, + { + "code": "133277009", + "display": "Swedish Red Polled cattle breed (organism)" + }, + { + "code": "133278004", + "display": "Telemark cattle breed (organism)" + }, + { + "code": "133279007", + "display": "Texas Longhorn cattle breed (organism)" + }, + { + "code": "133280005", + "display": "Texon cattle breed (organism)" + }, + { + "code": "133281009", + "display": "Vestland Fjord cattle breed (organism)" + }, + { + "code": "133282002", + "display": "Vestland Red Polled cattle breed (organism)" + }, + { + "code": "133283007", + "display": "Wagyu cattle breed (organism)" + }, + { + "code": "133284001", + "display": "White Cáceres cattle breed (organism)" + }, + { + "code": "133285000", + "display": "Xinjiang Brown cattle breed (organism)" + }, + { + "code": "133360006", + "display": "Thrace cattle breed (organism)" + }, + { + "code": "133386001", + "display": "Red Flemish cattle breed (organism)" + }, + { + "code": "133399003", + "display": "Pechora cattle breed (organism)" + }, + { + "code": "133400005", + "display": "Pee Wee cattle breed (organism)" + }, + { + "code": "133401009", + "display": "Peloponnesus cattle breed (organism)" + }, + { + "code": "133402002", + "display": "Pester cattle breed (organism)" + }, + { + "code": "133403007", + "display": "Pie Rouge de l'Est cattle breed (organism)" + }, + { + "code": "133404001", + "display": "Pisana cattle breed (organism)" + }, + { + "code": "133414005", + "display": "Polish Black and White Lowland cattle breed (organism)" + }, + { + "code": "133415006", + "display": "Polish Simmental cattle breed (organism)" + }, + { + "code": "133416007", + "display": "Polled Jersey cattle breed (organism)" + }, + { + "code": "133417003", + "display": "Polled Lincoln Red cattle breed (organism)" + }, + { + "code": "133418008", + "display": "Polled Shorthorn (United States of America) cattle breed (organism)" + }, + { + "code": "133419000", + "display": "Polled Simmental cattle breed (organism)" + }, + { + "code": "133430002", + "display": "Polled Sussex cattle breed (organism)" + }, + { + "code": "133431003", + "display": "Polled Welsh Black cattle breed (organism)" + }, + { + "code": "133432005", + "display": "Pontremolese cattle breed (organism)" + }, + { + "code": "133433000", + "display": "Preta cattle breed (organism)" + }, + { + "code": "133434006", + "display": "Puerto Rican Criollo cattle breed (organism)" + }, + { + "code": "133435007", + "display": "Pyrenean cattle breed (organism)" + }, + { + "code": "133446005", + "display": "Qinchuan cattle breed (organism)" + }, + { + "code": "133447001", + "display": "Ramo Grande cattle breed (organism)" + }, + { + "code": "133448006", + "display": "Randall Lineback cattle breed (organism)" + }, + { + "code": "133449003", + "display": "Red Galloway cattle breed (organism)" + }, + { + "code": "133450003", + "display": "Regus cattle breed (organism)" + }, + { + "code": "133451004", + "display": "Rendena cattle breed (organism)" + }, + { + "code": "133462004", + "display": "Rhaetian Gray cattle breed (organism)" + }, + { + "code": "133463009", + "display": "Rio Limon Dairy Criollo cattle breed (organism)" + }, + { + "code": "133464003", + "display": "Rodopi cattle breed (organism)" + }, + { + "code": "133465002", + "display": "Romanian Red cattle breed (organism)" + }, + { + "code": "133466001", + "display": "Romanian Brown cattle breed (organism)" + }, + { + "code": "133467005", + "display": "Russian Brown cattle breed (organism)" + }, + { + "code": "133478002", + "display": "Sardinian cattle breed (organism)" + }, + { + "code": "133479005", + "display": "Sardinian brown cattle breed (organism)" + }, + { + "code": "133480008", + "display": "Savinja Gray cattle breed (organism)" + }, + { + "code": "133481007", + "display": "Sayaguesa cattle breed (organism)" + }, + { + "code": "133482000", + "display": "Seferihisar cattle breed (organism)" + }, + { + "code": "133483005", + "display": "Shkodra Red cattle breed (organism)" + }, + { + "code": "133494009", + "display": "Slovakian Pied cattle breed (organism)" + }, + { + "code": "133495005", + "display": "Slovakian Pinzgau cattle breed (organism)" + }, + { + "code": "133496006", + "display": "Slovenian Brown cattle breed (organism)" + }, + { + "code": "133497002", + "display": "Somba cattle breed (organism)" + }, + { + "code": "133498007", + "display": "South African Brown Swiss cattle breed (organism)" + }, + { + "code": "133499004", + "display": "South Anatolian Red cattle breed (organism)" + }, + { + "code": "133510004", + "display": "Southern Ukrainian cattle breed (organism)" + }, + { + "code": "133511000", + "display": "Spanish Brown Alpine cattle breed (organism)" + }, + { + "code": "133512007", + "display": "Suksun cattle breed (organism)" + }, + { + "code": "133513002", + "display": "Swiss Black Pied cattle breed (organism)" + }, + { + "code": "133514008", + "display": "Sychevka cattle breed (organism)" + }, + { + "code": "133515009", + "display": "Sykia cattle breed (organism)" + }, + { + "code": "133526003", + "display": "Tagil cattle breed (organism)" + }, + { + "code": "133527007", + "display": "Tajma cattle breed (organism)" + }, + { + "code": "133528002", + "display": "Tambov Red cattle breed (organism)" + }, + { + "code": "133529005", + "display": "Tarina cattle breed (organism)" + }, + { + "code": "133530000", + "display": "Thessaly cattle breed (organism)" + }, + { + "code": "133531001", + "display": "Tinima cattle breed (organism)" + }, + { + "code": "133540002", + "display": "Pankota Red cattle breed (organism)" + }, + { + "code": "133541003", + "display": "Paphos cattle breed (organism)" + }, + { + "code": "133542005", + "display": "Tinos cattle breed (organism)" + }, + { + "code": "133543000", + "display": "Transylvanian Pinzgau cattle breed (organism)" + }, + { + "code": "133544006", + "display": "Tropical Dairy Cattle cattle breed (organism)" + }, + { + "code": "133545007", + "display": "Tropicana cattle breed (organism)" + }, + { + "code": "133546008", + "display": "Tudanca cattle breed (organism)" + }, + { + "code": "133547004", + "display": "Turino cattle breed (organism)" + }, + { + "code": "133548009", + "display": "Turkish Brown cattle breed (organism)" + }, + { + "code": "133549001", + "display": "Tux-Zillertal cattle breed (organism)" + }, + { + "code": "133550001", + "display": "Tyrol Gray cattle breed (organism)" + }, + { + "code": "133555006", + "display": "Ukrainian Whiteheaded cattle breed (organism)" + }, + { + "code": "133556007", + "display": "Ural Black Pied cattle breed (organism)" + }, + { + "code": "133557003", + "display": "Valdres cattle breed (organism)" + }, + { + "code": "133558008", + "display": "Vaynol cattle breed (organism)" + }, + { + "code": "133559000", + "display": "Verinesa cattle breed (organism)" + }, + { + "code": "133560005", + "display": "Vianesa cattle breed (organism)" + }, + { + "code": "133561009", + "display": "Villard-de-Lans cattle breed (organism)" + }, + { + "code": "133562002", + "display": "Vogelsberg cattle breed (organism)" + }, + { + "code": "133563007", + "display": "Pie Rouge des Plaines cattle breed (organism)" + }, + { + "code": "133564001", + "display": "Vorderwald cattle breed (organism)" + }, + { + "code": "133565000", + "display": "West African Dwarf Shorthorn cattle breed (organism)" + }, + { + "code": "133566004", + "display": "West Finnish cattle breed (organism)" + }, + { + "code": "133567008", + "display": "West Macedonian cattle breed (organism)" + }, + { + "code": "133568003", + "display": "Whitebred Shorthorn cattle breed (organism)" + }, + { + "code": "133569006", + "display": "White Galloway cattle breed (organism)" + }, + { + "code": "133570007", + "display": "White Welsh cattle breed (organism)" + }, + { + "code": "133571006", + "display": "Witrik cattle breed (organism)" + }, + { + "code": "133572004", + "display": "Yacumento cattle breed (organism)" + }, + { + "code": "133576001", + "display": "Schwyz cattle breed (organism)" + }, + { + "code": "133586000", + "display": "Red Friesian cattle breed (organism)" + }, + { + "code": "133587009", + "display": "Senegus cattle breed (organism)" + }, + { + "code": "133588004", + "display": "Southern Crioulo cattle breed (organism)" + }, + { + "code": "133589007", + "display": "Vosges cattle breed (organism)" + }, + { + "code": "133673003", + "display": "Pantaneiro cattle breed (organism)" + }, + { + "code": "131549005", + "display": "Yunnan Zebu cattle breed (organism)" + }, + { + "code": "131550005", + "display": "Zambia Angoni cattle breed (organism)" + }, + { + "code": "133286004", + "display": "Yanbian cattle breed (organism)" + }, + { + "code": "133287008", + "display": "Zaobei cattle breed (organism)" + }, + { + "code": "133288003", + "display": "Zavot cattle breed (organism)" + }, + { + "code": "133289006", + "display": "Znamensk cattle breed (organism)" + }, + { + "code": "133573009", + "display": "Yaroslavl cattle breed (organism)" + }, + { + "code": "133574003", + "display": "Yurino cattle breed (organism)" + }, + { + "code": "22330003", + "display": "Commercial white egg layer type chicken (organism)" + }, + { + "code": "132004000", + "display": "Braekel chicken breed (organism)" + }, + { + "code": "132005004", + "display": "Cochin, Standard chicken breed (organism)" + }, + { + "code": "132007007", + "display": "Gotland chicken breed (organism)" + }, + { + "code": "132008002", + "display": "Groninger Meeuwen chicken breed (organism)" + }, + { + "code": "132691001", + "display": "Chocolate turkey breed (organism)" + }, + { + "code": "132692008", + "display": "Lilac turkey breed (organism)" + }, + { + "code": "132693003", + "display": "Silver Auburn turkey breed (organism)" + }, + { + "code": "132695005", + "display": "Wild cross turkey (organism)" + }, + { + "code": "132696006", + "display": "Matrouh chicken breed (organism)" + }, + { + "code": "132713009", + "display": "Gray chicken breed (organism)" + }, + { + "code": "132714003", + "display": "Hamburgs chicken breed (organism)" + }, + { + "code": "132715002", + "display": "Gimmizah chicken breed (organism)" + }, + { + "code": "132726008", + "display": "Silver Montazah chicken breed (organism)" + }, + { + "code": "132727004", + "display": "Swiss Hen chicken breed (organism)" + }, + { + "code": "132728009", + "display": "Styrian chicken breed (organism)" + }, + { + "code": "132729001", + "display": "Old English Game chicken breed (organism)" + }, + { + "code": "132730006", + "display": "Appenzell Bearded Hen chicken breed (organism)" + }, + { + "code": "132752002", + "display": "Sulmtaler chicken breed (organism)" + }, + { + "code": "132753007", + "display": "Svart Höna chicken breed (organism)" + }, + { + "code": "132754001", + "display": "Vorwerks chicken breed (organism)" + }, + { + "code": "132755000", + "display": "Westfalische Totleger chicken breed (organism)" + }, + { + "code": "132756004", + "display": "Yamato Gunkei chicken breed (organism)" + }, + { + "code": "132816005", + "display": "Frieslands chicken breed (organism)" + }, + { + "code": "132817001", + "display": "Ameraucana chicken breed (organism)" + }, + { + "code": "132818006", + "display": "Åsbos chicken breed (organism)" + }, + { + "code": "132819003", + "display": "Augsburger chicken breed (organism)" + }, + { + "code": "132820009", + "display": "Bielefelder chicken breed (organism)" + }, + { + "code": "132821008", + "display": "Norfolk Gray chicken breed (organism)" + }, + { + "code": "132822001", + "display": "Hedemora chicken breed (organism)" + }, + { + "code": "132823006", + "display": "Hungarian Yellow chicken breed (organism)" + }, + { + "code": "132824000", + "display": "Iowa blue chicken breed (organism)" + }, + { + "code": "132825004", + "display": "Red jungle fowl type chicken (organism)" + }, + { + "code": "132827007", + "display": "Kraienkoppe chicken breed (organism)" + }, + { + "code": "132828002", + "display": "Lincolnshire Buff chicken breed (organism)" + }, + { + "code": "132829005", + "display": "Tomaru chicken breed (organism)" + }, + { + "code": "132830000", + "display": "Onagadori chicken breed (organism)" + }, + { + "code": "132831001", + "display": "Manx Rumpies chicken breed (organism)" + }, + { + "code": "132832008", + "display": "Maline chicken breed (organism)" + }, + { + "code": "132833003", + "display": "Nankin chicken breed (organism)" + }, + { + "code": "132834009", + "display": "Øland chicken breed (organism)" + }, + { + "code": "132836006", + "display": "Orust chicken breed (organism)" + }, + { + "code": "132837002", + "display": "Penedesenca chicken breed (organism)" + }, + { + "code": "132838007", + "display": "Rhode Island White chicken breed (organism)" + }, + { + "code": "132840002", + "display": "Sablepoot chicken breed (organism)" + }, + { + "code": "132841003", + "display": "Saipan Jungle Fowl chicken breed (organism)" + }, + { + "code": "132842005", + "display": "Scots Dumpy chicken breed (organism)" + }, + { + "code": "132847004", + "display": "Green chicken breed (organism)" + }, + { + "code": "132848009", + "display": "Gallus Inauris chicken breed (organism)" + }, + { + "code": "132862002", + "display": "Shamo chicken breed (organism)" + }, + { + "code": "359839008", + "display": "Domestic fowl (organism)" + }, + { + "code": "406723001", + "display": "Mixed breed chicken (organism)" + }, + { + "code": "47290002", + "display": "Gallus gallus (organism)" + }, + { + "code": "20657003", + "display": "Meleagris gallopavo (organism)" + }, + { + "code": "2034000", + "display": "White turkey (organism)" + }, + { + "code": "2253004", + "display": "Marans chicken (organism)" + }, + { + "code": "2333000", + "display": "Japanese chicken (organism)" + }, + { + "code": "3872000", + "display": "Beltsville white turkey (organism)" + }, + { + "code": "5114005", + "display": "Fayoumi chicken (organism)" + }, + { + "code": "5350006", + "display": "Rhode Island red chicken (organism)" + }, + { + "code": "7598004", + "display": "Wyandotte chicken (organism)" + }, + { + "code": "7700003", + "display": "Nebraskan spotted turkey (organism)" + }, + { + "code": "7767003", + "display": "Lamona chicken (organism)" + }, + { + "code": "10643004", + "display": "Arucana chicken (organism)" + }, + { + "code": "11830008", + "display": "Delaware chicken (organism)" + }, + { + "code": "12419001", + "display": "Redcap chicken (organism)" + }, + { + "code": "12874007", + "display": "Crevecoeur chicken (organism)" + }, + { + "code": "13156006", + "display": "Spanish chicken (organism)" + }, + { + "code": "18299006", + "display": "Orpington chicken (organism)" + }, + { + "code": "23992007", + "display": "Black-winged bronze turkey (organism)" + }, + { + "code": "24886005", + "display": "Penna palm turkey (organism)" + }, + { + "code": "25854005", + "display": "Small white turkey (organism)" + }, + { + "code": "28138009", + "display": "Slate turkey (organism)" + }, + { + "code": "29546006", + "display": "Faverolle chicken (organism)" + }, + { + "code": "29615001", + "display": "La Fleche chicken (organism)" + }, + { + "code": "30432005", + "display": "Broad breasted bronze turkey (organism)" + }, + { + "code": "32509001", + "display": "Black turkey (organism)" + }, + { + "code": "32540008", + "display": "Commercial meat type chicken (organism)" + }, + { + "code": "33224000", + "display": "Phoenix chicken (organism)" + }, + { + "code": "33607002", + "display": "Buttercup chicken (organism)" + }, + { + "code": "35839008", + "display": "Leghorn chicken (organism)" + }, + { + "code": "37812004", + "display": "Broad breasted white turkey (organism)" + }, + { + "code": "39571003", + "display": "Buckeye chicken (organism)" + }, + { + "code": "41290008", + "display": "Plymouth Rock chicken (organism)" + }, + { + "code": "41437006", + "display": "Jungle fowl chicken (organism)" + }, + { + "code": "42602001", + "display": "Minorca chicken (organism)" + }, + { + "code": "42840001", + "display": "Jersey giant chicken (organism)" + }, + { + "code": "43223009", + "display": "Yokohama chicken (organism)" + }, + { + "code": "43869002", + "display": "Rouen duck breed (organism)" + }, + { + "code": "46830002", + "display": "Midget white turkey (organism)" + }, + { + "code": "47314009", + "display": "Dark brown turkey (organism)" + }, + { + "code": "47745005", + "display": "Java chicken (organism)" + }, + { + "code": "48255007", + "display": "Silkie chicken (organism)" + }, + { + "code": "49407004", + "display": "Lankenvelder chicken (organism)" + }, + { + "code": "50710008", + "display": "Blue slate turkey (organism)" + }, + { + "code": "52882006", + "display": "Dominique chicken (organism)" + }, + { + "code": "54218009", + "display": "New Hampshire chicken (organism)" + }, + { + "code": "54251000", + "display": "Australorp chicken (organism)" + }, + { + "code": "54604007", + "display": "Gray turkey (organism)" + }, + { + "code": "55074002", + "display": "Jersey buff turkey (organism)" + }, + { + "code": "56764001", + "display": "Holland chicken (organism)" + }, + { + "code": "57364006", + "display": "Brahma chicken (organism)" + }, + { + "code": "57950004", + "display": "Spitzhauben chicken (organism)" + }, + { + "code": "87530001", + "display": "Welsummer chicken (organism)" + }, + { + "code": "87833007", + "display": "Sumatra chicken (organism)" + }, + { + "code": "132003006", + "display": "Brabanter chicken breed (organism)" + }, + { + "code": "132826003", + "display": "Ko Shamo chicken breed (organism)" + }, + { + "code": "132850001", + "display": "Golden Montazah chicken breed (organism)" + }, + { "code": "409910000", "display": "Bantam (organism)" }, + { + "code": "30221007", + "display": "Belgian bearded chicken (organism)" + }, + { + "code": "60786005", + "display": "Lilac buff turkey (organism)" + }, + { + "code": "61204004", + "display": "Dorking chicken (organism)" + }, + { + "code": "61839006", + "display": "Cornish chicken (organism)" + }, + { + "code": "61843005", + "display": "Polish chicken (organism)" + }, + { + "code": "62124009", + "display": "Royal palm turkey (organism)" + }, + { + "code": "63257005", + "display": "Chantecler chicken (organism)" + }, + { + "code": "65136005", + "display": "Light brown turkey (organism)" + }, + { + "code": "65873005", + "display": "Barnevelder chicken (organism)" + }, + { + "code": "67021006", + "display": "Sebright chicken (organism)" + }, + { + "code": "67209003", + "display": "Turken chicken (organism)" + }, + { + "code": "68412000", + "display": "Sultan chicken (organism)" + }, + { + "code": "69575001", + "display": "Ancona chicken (organism)" + }, + { + "code": "70210006", + "display": "Orloff chicken (organism)" + }, + { + "code": "70308007", + "display": "Langshan chicken (organism)" + }, + { + "code": "70326005", + "display": "Cubalaya chicken (organism)" + }, + { + "code": "70429002", + "display": "Game chicken (organism)" + }, + { + "code": "71238008", + "display": "Commercial brown egg layer type chicken (organism)" + }, + { + "code": "73012007", + "display": "Penna white turkey (organism)" + }, + { + "code": "76268003", + "display": "Campine chicken (organism)" + }, + { + "code": "77839002", + "display": "Thuringer chicken (organism)" + }, + { + "code": "78154009", + "display": "Malay chicken (organism)" + }, + { + "code": "78375007", + "display": "Andalusian chicken (organism)" + }, + { + "code": "80204002", + "display": "Hungarian chicken (organism)" + }, + { + "code": "80610007", + "display": "Narragansett turkey (organism)" + }, + { + "code": "80886008", + "display": "Rosecomb chicken (organism)" + }, + { + "code": "80993008", + "display": "Sussex chicken (organism)" + }, + { + "code": "82249009", + "display": "California chicken (organism)" + }, + { + "code": "82848009", + "display": "Houdan chicken (organism)" + }, + { + "code": "91401000", + "display": "Black Spanish turkey (organism)" + }, + { + "code": "91427000", + "display": "Frizzle chicken (organism)" + }, + { + "code": "112495005", + "display": "Rumpless chicken (organism)" + }, + { + "code": "131857000", + "display": "Bronze turkey breed (organism)" + }, + { + "code": "131858005", + "display": "Auburn turkey breed (organism)" + }, + { + "code": "131859002", + "display": "Bourbon Red turkey breed (organism)" + }, + { + "code": "131860007", + "display": "Buff turkey breed (organism)" + }, + { + "code": "131995009", + "display": "Baheij chicken breed (organism)" + }, + { + "code": "131996005", + "display": "Aseel chicken breed (organism)" + }, + { + "code": "131997001", + "display": "Bandara chicken breed (organism)" + }, + { + "code": "131998006", + "display": "Catalana chicken breed (organism)" + }, + { + "code": "131999003", + "display": "Australian Gamefowl chicken breed (organism)" + }, + { + "code": "132000009", + "display": "Ayam Cemani chicken breed (organism)" + }, + { + "code": "132001008", + "display": "Swedish Spotted Hen chicken breed (organism)" + }, + { + "code": "132002001", + "display": "Belgian Booted Bantam chicken breed (organism)" + }, + { + "code": "132006003", + "display": "Old English Bantam Game chicken breed (organism)" + }, + { + "code": "132725007", + "display": "Dutch Bantam chicken breed (organism)" + }, + { + "code": "132835005", + "display": "Ölansk Bantam chicken breed (organism)" + }, + { + "code": "132839004", + "display": "Rosecomb Bantam chicken breed (organism)" + }, + { + "code": "409909005", + "display": "Antwerp bearded bantam (organism)" + }, + { + "code": "132247006", + "display": "Mukota pig breed (organism)" + }, + { + "code": "132248001", + "display": "Minzhu pig breed (organism)" + }, + { + "code": "132249009", + "display": "Neijiang pig breed (organism)" + }, + { + "code": "132250009", + "display": "Mulefoot pig breed (organism)" + }, + { + "code": "132251008", + "display": "Normand pig breed (organism)" + }, + { + "code": "132252001", + "display": "Angeln Saddleback pig breed (organism)" + }, + { + "code": "132253006", + "display": "Greek Local pig breed (organism)" + }, + { + "code": "132254000", + "display": "Icelandic pig breed (organism)" + }, + { + "code": "132255004", + "display": "Casertana pig breed (organism)" + }, + { + "code": "132256003", + "display": "Madonie-Sicilian pig breed (organism)" + }, + { + "code": "132257007", + "display": "Sardinian pig breed (organism)" + }, + { + "code": "132258002", + "display": "Sicilian pig breed (organism)" + }, + { + "code": "132259005", + "display": "Zlotniki Spotted pig breed (organism)" + }, + { + "code": "132260000", + "display": "Zlotniki White pig breed (organism)" + }, + { + "code": "132262008", + "display": "Sumadija pig breed (organism)" + }, + { + "code": "132263003", + "display": "Froxfield Pygmy pig breed (organism)" + }, + { + "code": "132264009", + "display": "Danish Large White pig breed (organism)" + }, + { + "code": "132265005", + "display": "Danish Duroc pig breed (organism)" + }, + { + "code": "132266006", + "display": "Danish Hampshire pig breed (organism)" + }, + { + "code": "132267002", + "display": "Piggham pig breed (organism)" + }, + { + "code": "132268007", + "display": "New York Red pig breed (organism)" + }, + { + "code": "132269004", + "display": "Finnish Yorkshire pig breed (organism)" + }, + { + "code": "132270003", + "display": "Dutch Yorkshire pig breed (organism)" + }, + { + "code": "132271004", + "display": "Pulawy pig breed (organism)" + }, + { + "code": "132272006", + "display": "Pomeranian pig breed (organism)" + }, + { + "code": "132273001", + "display": "Polish Landrace pig breed (organism)" + }, + { + "code": "132274007", + "display": "Estonian Bacon pig breed (organism)" + }, + { + "code": "132275008", + "display": "Latvian White pig breed (organism)" + }, + { + "code": "132276009", + "display": "Lithuanian White pig breed (organism)" + }, + { + "code": "78678003", + "display": "Sus scrofa (organism)" + }, + { + "code": "132180009", + "display": "Cosentina pig breed (organism)" + }, + { + "code": "132181008", + "display": "Cuino pig breed (organism)" + }, + { + "code": "132182001", + "display": "Friuli Black pig breed (organism)" + }, + { + "code": "132183006", + "display": "Fumati pig breed (organism)" + }, + { + "code": "132184000", + "display": "Galician pig breed (organism)" + }, + { + "code": "132185004", + "display": "German Berkshire pig breed (organism)" + }, + { + "code": "132186003", + "display": "Ghori pig breed (organism)" + }, + { + "code": "132187007", + "display": "Jianli pig breed (organism)" + }, + { + "code": "132188002", + "display": "Lucanian pig breed (organism)" + }, + { + "code": "132189005", + "display": "Maremmana pig breed (organism)" + }, + { + "code": "132190001", + "display": "Miami pig breed (organism)" + }, + { + "code": "132191002", + "display": "Montmorillon pig breed (organism)" + }, + { + "code": "132192009", + "display": "Old Swedish Spotted pig breed (organism)" + }, + { + "code": "132193004", + "display": "Oliventina pig breed (organism)" + }, + { + "code": "132194005", + "display": "Parmense pig breed (organism)" + }, + { + "code": "132195006", + "display": "Romagnola pig breed (organism)" + }, + { + "code": "132196007", + "display": "Siberian pig breed (organism)" + }, + { + "code": "132197003", + "display": "Small White pig breed (organism)" + }, + { + "code": "132198008", + "display": "Baltaret pig breed (organism)" + }, + { + "code": "132199000", + "display": "Tunchang pig breed (organism)" + }, + { + "code": "132200002", + "display": "Sterling pig breed (organism)" + }, + { + "code": "132201003", + "display": "Vich pig breed (organism)" + }, + { + "code": "132202005", + "display": "Vietnamese pig breed (organism)" + }, + { + "code": "132203000", + "display": "Vitoria pig breed (organism)" + }, + { + "code": "132204006", + "display": "Wai Chow pig breed (organism)" + }, + { + "code": "132205007", + "display": "Yorkshire Blue and White pig breed (organism)" + }, + { + "code": "132206008", + "display": "Dalland 020 pig breed (organism)" + }, + { + "code": "132207004", + "display": "Wiltshire pig breed (organism)" + }, + { + "code": "132208009", + "display": "Hamroc pig breed (organism)" + }, + { + "code": "132209001", + "display": "DRU (TM) Terminals pig breed (organism)" + }, + { + "code": "132210006", + "display": "Camborough 22 pig breed (organism)" + }, + { + "code": "132211005", + "display": "Camborough 15 pig breed (organism)" + }, + { + "code": "132212003", + "display": "PR 1050 pig breed (organism)" + }, + { + "code": "132213008", + "display": "PR 1075 pig breed (organism)" + }, + { + "code": "132214002", + "display": "Chryak PIC pig breed (organism)" + }, + { + "code": "132215001", + "display": "Canadian Royal Blue pig breed (organism)" + }, + { + "code": "132216000", + "display": "Line 500 Duroc pig breed (organism)" + }, + { + "code": "132217009", + "display": "Bodmin 950 pig breed (organism)" + }, + { + "code": "132218004", + "display": "Canadian Duroc pig breed (organism)" + }, + { + "code": "132219007", + "display": "Canadian Hampshire pig breed (organism)" + }, + { + "code": "132220001", + "display": "Ba Xuyen pig breed (organism)" + }, + { + "code": "132221002", + "display": "Arapawa Island pig breed (organism)" + }, + { + "code": "132222009", + "display": "Wuzhishan pig breed (organism)" + }, + { + "code": "132223004", + "display": "Philippine Native pig breed (organism)" + }, + { + "code": "132224005", + "display": "Sinclair Miniature pig breed (organism)" + }, + { + "code": "132225006", + "display": "Saddleback pig breed (organism)" + }, + { + "code": "132226007", + "display": "Yucatan Miniature pig breed (organism)" + }, + { + "code": "132227003", + "display": "Bantu pig breed (organism)" + }, + { + "code": "132228008", + "display": "Tibetan pig breed (organism)" + }, + { + "code": "132229000", + "display": "Turopolje pig breed (organism)" + }, + { + "code": "132230005", + "display": "Vietnamese Pot-Bellied Pig pig breed (organism)" + }, + { + "code": "132231009", + "display": "American Landrace pig breed (organism)" + }, + { + "code": "132232002", + "display": "Swallow Belied Mangalitza pig breed (organism)" + }, + { + "code": "132233007", + "display": "Fengjing pig breed (organism)" + }, + { + "code": "132234001", + "display": "Finnish Landrace pig breed (organism)" + }, + { + "code": "132235000", + "display": "Guinea Hog pig breed (organism)" + }, + { + "code": "132236004", + "display": "Hezuo pig breed (organism)" + }, + { + "code": "132237008", + "display": "Ossabaw Island pig breed (organism)" + }, + { + "code": "132238003", + "display": "Kele pig breed (organism)" + }, + { + "code": "132239006", + "display": "Krskopolje pig breed (organism)" + }, + { + "code": "132240008", + "display": "Kunekune pig breed (organism)" + }, + { + "code": "132241007", + "display": "Large Black-White pig breed (organism)" + }, + { + "code": "132242000", + "display": "Lithuanian Native pig breed (organism)" + }, + { + "code": "132243005", + "display": "Meishan pig breed (organism)" + }, + { + "code": "132244004", + "display": "Jinhua pig breed (organism)" + }, + { + "code": "132245003", + "display": "Ningxiang pig breed (organism)" + }, + { + "code": "132246002", + "display": "Mora Romagnola pig breed (organism)" + }, + { + "code": "132261001", + "display": "Siska pig breed (organism)" + }, + { + "code": "132277000", + "display": "BKB-1 pig breed (organism)" + }, + { + "code": "132278005", + "display": "Belorus Black Pied pig breed (organism)" + }, + { + "code": "132279002", + "display": "Mirgorod pig breed (organism)" + }, + { + "code": "132280004", + "display": "Liang Guang Small Spotted, Luchuan pig breed (organism)" + }, + { + "code": "132281000", + "display": "Fujian Small pig breed (organism)" + }, + { + "code": "132282007", + "display": "North Fujian Black-and-White pig breed (organism)" + }, + { + "code": "132283002", + "display": "Fuan Spotted pig breed (organism)" + }, + { + "code": "132284008", + "display": "Putian pig breed (organism)" + }, + { + "code": "132285009", + "display": "Fuzhou Black pig breed (organism)" + }, + { + "code": "132286005", + "display": "Minbei Spotted pig breed (organism)" + }, + { + "code": "132287001", + "display": "Lantang pig breed (organism)" + }, + { + "code": "132288006", + "display": "Liang Guang Small Spotted, Guangdong Small Ear pig breed (organism)" + }, + { + "code": "132289003", + "display": "Longlin pig breed (organism)" + }, + { + "code": "132290007", + "display": "Yuedong Black pig breed (organism)" + }, + { + "code": "132291006", + "display": "Xiang pig breed (organism)" + }, + { + "code": "132292004", + "display": "Cantonese pig breed (organism)" + }, + { + "code": "132293009", + "display": "Jinhua, Dongyang pig breed (organism)" + }, + { + "code": "132294003", + "display": "Jinhua, Yongkang pig breed (organism)" + }, + { + "code": "132295002", + "display": "Daweizi pig breed (organism)" + }, + { + "code": "132296001", + "display": "Huazhong Two-End Black pig breed (organism)" + }, + { + "code": "132297005", + "display": "Huazhong Two-End Black, Jianli pig breed (organism)" + }, + { + "code": "132298000", + "display": "Huazhong Two-End Black, Tongcheng pig breed (organism)" + }, + { + "code": "132299008", + "display": "Huazhong Two-End Black, Satzeling pig breed (organism)" + }, + { + "code": "132300000", + "display": "Ganzhongnan Spotted pig breed (organism)" + }, + { + "code": "132301001", + "display": "Hang pig breed (organism)" + }, + { + "code": "132302008", + "display": "Leping pig breed (organism)" + }, + { + "code": "132303003", + "display": "Longyou Black pig breed (organism)" + }, + { + "code": "132304009", + "display": "Wuyi Black pig breed (organism)" + }, + { + "code": "132305005", + "display": "Lee-Sung pig breed (organism)" + }, + { + "code": "132306006", + "display": "Lan-Yu pig breed (organism)" + }, + { + "code": "132307002", + "display": "Vietnamese Yorkshire pig breed (organism)" + }, + { + "code": "132308007", + "display": "Yujiang pig breed (organism)" + }, + { + "code": "132309004", + "display": "Wanzhe Spotted pig breed (organism)" + }, + { + "code": "132310009", + "display": "Wanzhe Spotted, Chunan Spotted pig breed (organism)" + }, + { + "code": "132311008", + "display": "Wanzhe Spotted, Wannan Spotted pig breed (organism)" + }, + { + "code": "132312001", + "display": "Shengxian Spotted pig breed (organism)" + }, + { + "code": "133167003", + "display": "Chin pig breed (organism)" + }, + { + "code": "133168008", + "display": "Siamese pig breed (organism)" + }, + { + "code": "133169000", + "display": "Hailum pig breed (organism)" + }, + { + "code": "133170004", + "display": "Kwai pig breed (organism)" + }, + { + "code": "133171000", + "display": "Raad pig breed (organism)" + }, + { + "code": "133172007", + "display": "Akha pig breed (organism)" + }, + { + "code": "133173002", + "display": "South China pig breed (organism)" + }, + { + "code": "133174008", + "display": "South China Black pig breed (organism)" + }, + { + "code": "133175009", + "display": "Balinese pig breed (organism)" + }, + { + "code": "133176005", + "display": "Diani pig breed (organism)" + }, + { + "code": "133177001", + "display": "Kaman pig breed (organism)" + }, + { + "code": "133178006", + "display": "Ashanti Dwarf pig breed (organism)" + }, + { + "code": "133179003", + "display": "Koronadal pig breed (organism)" + }, + { + "code": "133180000", + "display": "Ohmini pig breed (organism)" + }, + { + "code": "133181001", + "display": "Clawn pig breed (organism)" + }, + { + "code": "133182008", + "display": "Sus scrofa domestic pig X Japanese wild boar intragenus hybrid (organism)" + }, + { + "code": "133183003", + "display": "Kangaroo Island pig breed (organism)" + }, + { + "code": "133184009", + "display": "Captain Cooker pig breed (organism)" + }, + { + "code": "133185005", + "display": "West African pig breed (organism)" + }, + { + "code": "133186006", + "display": "Nigerian pig breed (organism)" + }, + { + "code": "133187002", + "display": "Bakosi pig breed (organism)" + }, + { + "code": "133188007", + "display": "Windsnyer pig breed (organism)" + }, + { + "code": "133189004", + "display": "Kolbroek pig breed (organism)" + }, + { + "code": "133190008", + "display": "South African Landrace pig breed (organism)" + }, + { + "code": "133191007", + "display": "Bulgarian White pig breed (organism)" + }, + { + "code": "133192000", + "display": "Bulgarian Landrace pig breed (organism)" + }, + { + "code": "133193005", + "display": "Danube White pig breed (organism)" + }, + { + "code": "133194004", + "display": "Dermantsi Pied pig breed (organism)" + }, + { + "code": "133195003", + "display": "Romanian Native, Stocli pig breed (organism)" + }, + { + "code": "133196002", + "display": "Romanian Native, Baltaret pig breed (organism)" + }, + { + "code": "133197006", + "display": "Banat White pig breed (organism)" + }, + { + "code": "133198001", + "display": "Bazna pig breed (organism)" + }, + { + "code": "133199009", + "display": "Dobrogea Black pig breed (organism)" + }, + { + "code": "133200007", + "display": "Strei pig breed (organism)" + }, + { + "code": "133218005", + "display": "Slovhyb-1 pig breed (organism)" + }, + { + "code": "133219002", + "display": "Nitra Hybrid pig breed (organism)" + }, + { + "code": "133220008", + "display": "Synthetic SL98 pig breed (organism)" + }, + { + "code": "133221007", + "display": "SL96 pig breed (organism)" + }, + { + "code": "132021009", + "display": "High Conformation White pig breed (organism)" + }, + { + "code": "132022002", + "display": "Line 32 pig breed (organism)" + }, + { + "code": "132023007", + "display": "Line 21 pig breed (organism)" + }, + { + "code": "132024001", + "display": "Meatline pig breed (organism)" + }, + { + "code": "132025000", + "display": "Hampline pig breed (organism)" + }, + { + "code": "132026004", + "display": "Euroline pig breed (organism)" + }, + { + "code": "132027008", + "display": "Norline pig breed (organism)" + }, + { + "code": "132028003", + "display": "Premier pig breed (organism)" + }, + { + "code": "132029006", + "display": "Tribred pig breed (organism)" + }, + { + "code": "132030001", + "display": "American Essex pig breed (organism)" + }, + { + "code": "132031002", + "display": "Sino-Gascony pig breed (organism)" + }, + { + "code": "132032009", + "display": "Guadeloupe Créole pig breed (organism)" + }, + { + "code": "132033004", + "display": "Managra pig breed (organism)" + }, + { + "code": "132034005", + "display": "Canadian Landrace pig breed (organism)" + }, + { + "code": "132035006", + "display": "Canadian Yorkshire pig breed (organism)" + }, + { + "code": "132037003", + "display": "Pineywoods pig breed (organism)" + }, + { + "code": "132038008", + "display": "Catalina Island pig breed (organism)" + }, + { + "code": "132039000", + "display": "Ras-n-Lansa pig breed (organism)" + }, + { + "code": "132040003", + "display": "Pitman-Moore Miniature pig breed (organism)" + }, + { + "code": "132041004", + "display": "Vita Vet Lab Minipig pig breed (organism)" + }, + { + "code": "132043001", + "display": "Black Hampshire pig breed (organism)" + }, + { + "code": "132044007", + "display": "Red Hamprace pig breed (organism)" + }, + { + "code": "132045008", + "display": "American Yorkshire pig breed (organism)" + }, + { + "code": "132046009", + "display": "American Berkshire pig breed (organism)" + }, + { + "code": "132047000", + "display": "Camborough Blue pig breed (organism)" + }, + { + "code": "132048005", + "display": "Camborough 12 pig breed (organism)" + }, + { + "code": "132059001", + "display": "Canastrão, Junqueira pig breed (organism)" + }, + { + "code": "132060006", + "display": "Canastrão, Capitão Chico pig breed (organism)" + }, + { + "code": "132061005", + "display": "Canastrão, Zabumba pig breed (organism)" + }, + { + "code": "132062003", + "display": "Canastrão, Cabano pig breed (organism)" + }, + { + "code": "132063008", + "display": "Canastrão, Vermelho pig breed (organism)" + }, + { + "code": "132064002", + "display": "Piau, Caruncho Piau pig breed (organism)" + }, + { + "code": "132065001", + "display": "Canastrinho pig breed (organism)" + }, + { + "code": "132066000", + "display": "Honduras Switch-Tail pig breed (organism)" + }, + { + "code": "132067009", + "display": "Mastergilt pig breed (organism)" + }, + { + "code": "132068004", + "display": "Sovereign pig breed (organism)" + }, + { + "code": "132069007", + "display": "Poltava pig breed (organism)" + }, + { + "code": "132070008", + "display": "Lipetsk pig breed (organism)" + }, + { + "code": "132071007", + "display": "Soviet Meat pig breed (organism)" + }, + { + "code": "132179006", + "display": "Chianina pig breed (organism)" + }, + { + "code": "132313006", + "display": "Qingping pig breed (organism)" + }, + { + "code": "132314000", + "display": "Xiangxi Black pig breed (organism)" + }, + { + "code": "132315004", + "display": "Bamaxiang pig breed (organism)" + }, + { + "code": "132316003", + "display": "Taihu pig breed (organism)" + }, + { + "code": "132317007", + "display": "Erhulian pig breed (organism)" + }, + { + "code": "132318002", + "display": "Jiaxing Black pig breed (organism)" + }, + { + "code": "132319005", + "display": "Mi pig breed (organism)" + }, + { + "code": "132320004", + "display": "Shahutou pig breed (organism)" + }, + { + "code": "132321000", + "display": "Jiaoxi pig breed (organism)" + }, + { + "code": "132322007", + "display": "Shanghai White pig breed (organism)" + }, + { + "code": "132323002", + "display": "Hubei White pig breed (organism)" + }, + { + "code": "132324008", + "display": "Xinjin pig breed (organism)" + }, + { + "code": "132325009", + "display": "Xinjin, Jilin Black pig breed (organism)" + }, + { + "code": "132326005", + "display": "Xinjin, Ning-an pig breed (organism)" + }, + { + "code": "132327001", + "display": "Í pig breed (organism)" + }, + { + "code": "132328006", + "display": "DBI pig breed (organism)" + }, + { + "code": "132329003", + "display": "Xinjin, Xinjin pig breed (organism)" + }, + { + "code": "132330008", + "display": "Meixin pig breed (organism)" + }, + { + "code": "132331007", + "display": "North East China Spotted pig breed (organism)" + }, + { + "code": "132332000", + "display": "Fannong Spotted pig breed (organism)" + }, + { + "code": "132333005", + "display": "Laoshan pig breed (organism)" + }, + { + "code": "132334004", + "display": "Nanjing Black pig breed (organism)" + }, + { + "code": "132335003", + "display": "Shanxi Black pig breed (organism)" + }, + { + "code": "132336002", + "display": "Ganzhou White pig breed (organism)" + }, + { + "code": "132337006", + "display": "Guangxi White pig breed (organism)" + }, + { + "code": "132338001", + "display": "Hanzhong White pig breed (organism)" + }, + { + "code": "132339009", + "display": "Lutai White pig breed (organism)" + }, + { + "code": "132340006", + "display": "Yili White pig breed (organism)" + }, + { + "code": "132341005", + "display": "Xinjiang White pig breed (organism)" + }, + { + "code": "132342003", + "display": "BSI pig breed (organism)" + }, + { + "code": "132343008", + "display": "Mong Cai pig breed (organism)" + }, + { + "code": "132344002", + "display": "Lang Hong pig breed (organism)" + }, + { + "code": "132345001", + "display": "Muong Khuong pig breed (organism)" + }, + { + "code": "132346000", + "display": "Meo pig breed (organism)" + }, + { + "code": "132347009", + "display": "Tong Con pig breed (organism)" + }, + { + "code": "132348004", + "display": "Ha Bac pig breed (organism)" + }, + { + "code": "132349007", + "display": "Thai Binh pig breed (organism)" + }, + { + "code": "132350007", + "display": "Co pig breed (organism)" + }, + { + "code": "132351006", + "display": "Swiss Improved Landrace pig breed (organism)" + }, + { + "code": "132352004", + "display": "German Landrace B pig breed (organism)" + }, + { + "code": "132353009", + "display": "Edelschwein pig breed (organism)" + }, + { + "code": "132354003", + "display": "Swabian-Hall pig breed (organism)" + }, + { + "code": "132355002", + "display": "Bentheim Black Pied pig breed (organism)" + }, + { + "code": "132356001", + "display": "Baldinger Spotted pig breed (organism)" + }, + { + "code": "132357005", + "display": "German Red Pied pig breed (organism)" + }, + { + "code": "132358000", + "display": "German Cornwall pig breed (organism)" + }, + { + "code": "132359008", + "display": "Göttingen Miniature pig breed (organism)" + }, + { + "code": "132360003", + "display": "Munich Miniature pig breed (organism)" + }, + { + "code": "132361004", + "display": "Leicoma pig breed (organism)" + }, + { + "code": "132362006", + "display": "Schwerfurt Meat pig breed (organism)" + }, + { + "code": "132363001", + "display": "Hungarian White pig breed (organism)" + }, + { + "code": "132364007", + "display": "Hungahyb pig breed (organism)" + }, + { + "code": "132365008", + "display": "Bulgarian Native pig breed (organism)" + }, + { + "code": "132366009", + "display": "East Balkan pig breed (organism)" + }, + { + "code": "132367000", + "display": "Kula pig breed (organism)" + }, + { + "code": "132368005", + "display": "Nghia Binh pig breed (organism)" + }, + { + "code": "132768008", + "display": "Kakhetian pig breed (organism)" + }, + { + "code": "132769000", + "display": "West French White pig breed (organism)" + }, + { + "code": "132843000", + "display": "Muban pig breed (organism)" + }, + { + "code": "132844006", + "display": "Iban pig breed (organism)" + }, + { + "code": "133161002", + "display": "Tuy Hoa Hairless pig breed (organism)" + }, + { + "code": "133162009", + "display": "Hainan pig breed (organism)" + }, + { + "code": "133163004", + "display": "Sino-Vietnamese pig breed (organism)" + }, + { + "code": "133164005", + "display": "Bo Xu pig breed (organism)" + }, + { + "code": "133165006", + "display": "Thuoc Nhieu pig breed (organism)" + }, + { + "code": "133166007", + "display": "Burmese pig breed (organism)" + }, + { + "code": "133201006", + "display": "Romanian Large White pig breed (organism)" + }, + { + "code": "133202004", + "display": "Romanian Meat Pig pig breed (organism)" + }, + { + "code": "133203009", + "display": "Gurktal pig breed (organism)" + }, + { + "code": "133204003", + "display": "Black Slavonian pig breed (organism)" + }, + { + "code": "133205002", + "display": "Resava pig breed (organism)" + }, + { + "code": "133206001", + "display": "Morava pig breed (organism)" + }, + { + "code": "133207005", + "display": "Dzumalia pig breed (organism)" + }, + { + "code": "133208000", + "display": "Macedonian pig breed (organism)" + }, + { + "code": "133209008", + "display": "Albanian Native pig breed (organism)" + }, + { + "code": "133210003", + "display": "Shkodra pig breed (organism)" + }, + { + "code": "133211004", + "display": "Slovenian White pig breed (organism)" + }, + { + "code": "133212006", + "display": "Subotica White pig breed (organism)" + }, + { + "code": "133213001", + "display": "Prestice pig breed (organism)" + }, + { + "code": "133214007", + "display": "Slovakian Black Pied pig breed (organism)" + }, + { + "code": "133215008", + "display": "Czech Improved White pig breed (organism)" + }, + { + "code": "133216009", + "display": "Moravian Large Yorkshire pig breed (organism)" + }, + { + "code": "133217000", + "display": "Slovakian White pig breed (organism)" + }, + { + "code": "133222000", + "display": "Czech Meat pig breed (organism)" + }, + { + "code": "133223005", + "display": "Czech Miniature pig breed (organism)" + }, + { + "code": "133224004", + "display": "Small Polish Prick-Eared pig breed (organism)" + }, + { + "code": "133225003", + "display": "Polesian pig breed (organism)" + }, + { + "code": "133226002", + "display": "Nadbuzanska pig breed (organism)" + }, + { + "code": "133227006", + "display": "Sarny pig breed (organism)" + }, + { + "code": "133228001", + "display": "Krolevets pig breed (organism)" + }, + { + "code": "133229009", + "display": "Polish Marsh pig breed (organism)" + }, + { + "code": "133230004", + "display": "Large Polish Long-Eared pig breed (organism)" + }, + { + "code": "406663005", + "display": "Ukrainian steppe white pig (organism)" + }, + { + "code": "417012009", + "display": "Mixed breed pig (organism)" + }, + { + "code": "3260001", + "display": "Duroc pig (organism)" + }, + { + "code": "5227002", + "display": "Oxford sandy block pig (organism)" + }, + { "code": "9135003", "display": "OIC pig (organism)" }, + { + "code": "15443006", + "display": "Yuca pig (organism)" + }, + { + "code": "15961007", + "display": "British saddleback pig (organism)" + }, + { + "code": "19770007", + "display": "Hereford pig (organism)" + }, + { + "code": "20044005", + "display": "Pietrain pig (organism)" + }, + { + "code": "20280002", + "display": "Hampshire pig (organism)" + }, + { + "code": "21021000", + "display": "Large black pig (organism)" + }, + { + "code": "22506004", + "display": "British lop pig (organism)" + }, + { + "code": "29881002", + "display": "Connor prairie pig (organism)" + }, + { + "code": "30448006", + "display": "Lacombe pig (organism)" + }, + { + "code": "30634003", + "display": "Tamworth pig (organism)" + }, + { + "code": "36187006", + "display": "Spotted pig (organism)" + }, + { + "code": "49240006", + "display": "Palouse pig (organism)" + }, + { + "code": "54232006", + "display": "Welsh pig (organism)" + }, + { + "code": "69461005", + "display": "Chester white pig (organism)" + }, + { + "code": "73648005", + "display": "Wessex saddleback pig (organism)" + }, + { + "code": "74568001", + "display": "Red wattle pig (organism)" + }, + { + "code": "77236002", + "display": "Large white pig (organism)" + }, + { + "code": "79814001", + "display": "Poland China pig (organism)" + }, + { + "code": "80084005", + "display": "Lucie pig (organism)" + }, + { + "code": "80979001", + "display": "San Pierre pig (organism)" + }, + { + "code": "82909008", + "display": "Middle white pig (organism)" + }, + { + "code": "85315007", + "display": "Yorkshire pig (organism)" + }, + { + "code": "86694007", + "display": "Hormel miniature pig (organism)" + }, + { + "code": "90885005", + "display": "Gloucester old spot pig (organism)" + }, + { + "code": "132009005", + "display": "Haiti Créole pig breed (organism)" + }, + { + "code": "132010000", + "display": "Manor Hybrid pig breed (organism)" + }, + { + "code": "132011001", + "display": "Hamline pig breed (organism)" + }, + { + "code": "132012008", + "display": "Manor Ranger pig breed (organism)" + }, + { + "code": "132013003", + "display": "Manor Meishan pig breed (organism)" + }, + { + "code": "132014009", + "display": "Cotswold Gold pig breed (organism)" + }, + { + "code": "132015005", + "display": "Cotswold Platinum pig breed (organism)" + }, + { + "code": "132016006", + "display": "Cotswold 16 pig breed (organism)" + }, + { + "code": "132017002", + "display": "Cotswold 29 pig breed (organism)" + }, + { + "code": "132018007", + "display": "Cotswold 90 pig breed (organism)" + }, + { + "code": "132019004", + "display": "Hampen pig breed (organism)" + }, + { + "code": "132020005", + "display": "SPM pig breed (organism)" + }, + { + "code": "132042006", + "display": "Hanford Miniature pig breed (organism)" + }, + { + "code": "132049002", + "display": "Westrain pig breed (organism)" + }, + { + "code": "132050002", + "display": "Dalland 030 pig breed (organism)" + }, + { + "code": "132051003", + "display": "Razor-Back pig breed (organism)" + }, + { + "code": "132052005", + "display": "Macau pig breed (organism)" + }, + { + "code": "132053000", + "display": "Moura pig breed (organism)" + }, + { + "code": "132054006", + "display": "Canastra pig breed (organism)" + }, + { + "code": "132055007", + "display": "Pirapetinga pig breed (organism)" + }, + { + "code": "132056008", + "display": "Piau pig breed (organism)" + }, + { + "code": "132057004", + "display": "Nilo-Canastra pig breed (organism)" + }, + { + "code": "132058009", + "display": "Canastrão pig breed (organism)" + }, + { + "code": "132072000", + "display": "Central Russian pig breed (organism)" + }, + { + "code": "132073005", + "display": "Steppe Meat pig breed (organism)" + }, + { + "code": "132125002", + "display": "Gascony pig breed (organism)" + }, + { + "code": "132126001", + "display": "Limousin pig breed (organism)" + }, + { + "code": "132127005", + "display": "Harbin White pig breed (organism)" + }, + { + "code": "132128000", + "display": "Heilongjiang Spotted pig breed (organism)" + }, + { + "code": "132129008", + "display": "Liaoning Black pig breed (organism)" + }, + { + "code": "132130003", + "display": "Huang-Huai-Hai Black, Shenxian pig breed (organism)" + }, + { + "code": "132131004", + "display": "Huang-Huai-Hai Black pig breed (organism)" + }, + { + "code": "132132006", + "display": "Bamei pig breed (organism)" + }, + { + "code": "132133001", + "display": "Hanjiang Black pig breed (organism)" + }, + { + "code": "132134007", + "display": "Ding pig breed (organism)" + }, + { + "code": "132135008", + "display": "Huai pig breed (organism)" + }, + { + "code": "132136009", + "display": "New Huai pig breed (organism)" + }, + { + "code": "132137000", + "display": "Mashen pig breed (organism)" + }, + { + "code": "132138005", + "display": "Yimeng Black pig breed (organism)" + }, + { + "code": "132139002", + "display": "Hetao Lop-Ear pig breed (organism)" + }, + { + "code": "132140000", + "display": "Korean Native pig breed (organism)" + }, + { + "code": "132141001", + "display": "Korean Improved pig breed (organism)" + }, + { + "code": "132142008", + "display": "Penbuk pig breed (organism)" + }, + { + "code": "132143003", + "display": "Beijing Black pig breed (organism)" + }, + { + "code": "132144009", + "display": "Chenghua pig breed (organism)" + }, + { + "code": "132145005", + "display": "Taoyuan pig breed (organism)" + }, + { + "code": "132146006", + "display": "Taiwan Small Black pig breed (organism)" + }, + { + "code": "132147002", + "display": "Taiwan Small Red pig breed (organism)" + }, + { + "code": "132148007", + "display": "Guanling pig breed (organism)" + }, + { + "code": "132149004", + "display": "Huchuan Mountain pig breed (organism)" + }, + { + "code": "132150004", + "display": "Rongchang pig breed (organism)" + }, + { + "code": "132151000", + "display": "Wujin pig breed (organism)" + }, + { + "code": "132152007", + "display": "Dahe pig breed (organism)" + }, + { + "code": "132153002", + "display": "Yanan pig breed (organism)" + }, + { + "code": "132154008", + "display": "South Yunnan Short-Eared pig breed (organism)" + }, + { + "code": "132155009", + "display": "Hainan, Lingao pig breed (organism)" + }, + { + "code": "132156005", + "display": "Hainan, Tunchang pig breed (organism)" + }, + { + "code": "132157001", + "display": "Hainan, Wenchang pig breed (organism)" + }, + { + "code": "132158006", + "display": "Liang Guang Small Spotted pig breed (organism)" + }, + { + "code": "132159003", + "display": "German Pasture pig breed (organism)" + }, + { + "code": "132160008", + "display": "Piau, Sorocaba pig breed (organism)" + }, + { + "code": "132161007", + "display": "Nilo pig breed (organism)" + }, + { + "code": "132162000", + "display": "Bahia pig breed (organism)" + }, + { + "code": "132163005", + "display": "Perna-Curta pig breed (organism)" + }, + { + "code": "132164004", + "display": "Carunchinho pig breed (organism)" + }, + { + "code": "132165003", + "display": "Mandi pig breed (organism)" + }, + { + "code": "132166002", + "display": "Orehla de Colher pig breed (organism)" + }, + { + "code": "132167006", + "display": "Venezuelan Black pig breed (organism)" + }, + { + "code": "132168001", + "display": "Bolivian pig breed (organism)" + }, + { + "code": "132170005", + "display": "Mexican Wattled pig breed (organism)" + }, + { + "code": "132171009", + "display": "Dalland 080 pig breed (organism)" + }, + { + "code": "132173007", + "display": "Monarch pig breed (organism)" + }, + { + "code": "132174001", + "display": "Bisaro pig breed (organism)" + }, + { + "code": "132175000", + "display": "Black Hairless pig breed (organism)" + }, + { + "code": "132176004", + "display": "Black Mangalitsa pig breed (organism)" + }, + { + "code": "74921000", + "display": "Dekalb hybrid pig line (organism)" + }, + { + "code": "80131009", + "display": "Landrace pig (organism)" + }, + { "code": "89928000", "display": "FHC pig (organism)" }, + { "code": "75709004", "display": "Pic pig (organism)" }, + { + "code": "74899005", + "display": "Boar power pig (organism)" + }, + { + "code": "112489009", + "display": "Berkshire pig (organism)" + }, + { + "code": "69602006", + "display": "Kleen leen pig (organism)" + }, + { + "code": "61083001", + "display": "Minnesota pig (organism)" + }, + { + "code": "6053007", + "display": "Dekalb hybrid pig line 33 (organism)" + }, + { + "code": "8516002", + "display": "Dekalb hybrid pig line 51 (organism)" + }, + { + "code": "8763002", + "display": "German landrace pig (organism)" + }, + { + "code": "8970009", + "display": "French landrace pig (organism)" + }, + { + "code": "10261003", + "display": "Belgium landrace pig (organism)" + }, + { + "code": "11161001", + "display": "Dekalb hybrid pig line 77 (organism)" + }, + { + "code": "12407009", + "display": "Swedish landrace pig (organism)" + }, + { + "code": "14063001", + "display": "FHC elite pig 9 (organism)" + }, + { + "code": "17717005", + "display": "Pic Cambourgh pig (organism)" + }, + { + "code": "18212001", + "display": "Boar power pig 72 (organism)" + }, + { + "code": "24111007", + "display": "FHC elite pig 3 (organism)" + }, + { + "code": "24319000", + "display": "Boar power pig 414 (organism)" + }, + { + "code": "25856007", + "display": "Boar power pig 929 (organism)" + }, + { + "code": "29223008", + "display": "Boar power pig 565 (organism)" + }, + { + "code": "29235007", + "display": "Pic line pig 26 (organism)" + }, + { + "code": "30720007", + "display": "Boar power pig 84 (organism)" + }, + { + "code": "32297006", + "display": "Boar power pig 48 (organism)" + }, + { + "code": "32683006", + "display": "FHC elite pig 7 (organism)" + }, + { + "code": "33212007", + "display": "Boar power pig 616 (organism)" + }, + { + "code": "33551003", + "display": "Kentucky red berkshire pig (organism)" + }, + { + "code": "34595003", + "display": "Boar power pig 828 (organism)" + }, + { + "code": "36111002", + "display": "Kleen leen black pig (organism)" + }, + { + "code": "36570001", + "display": "Dekalb hybrid pig line 31 (organism)" + }, + { + "code": "41561001", + "display": "Dekalb hybrid pig line 30 (organism)" + }, + { + "code": "42948007", + "display": "Norwegian landrace pig (organism)" + }, + { + "code": "43500007", + "display": "Boar power pig 454 (organism)" + }, + { + "code": "45635003", + "display": "FHC elite pig 1 (organism)" + }, + { + "code": "47795006", + "display": "FHC elite pig 4 (organism)" + }, + { + "code": "48470006", + "display": "Boar power pig 656 (organism)" + }, + { + "code": "49462008", + "display": "FHC elite pig 6 (organism)" + }, + { + "code": "53431006", + "display": "Boar power pig 59 (organism)" + }, + { + "code": "56084008", + "display": "Boar power pig 292 (organism)" + }, + { + "code": "57613003", + "display": "Kleen leen white pig (organism)" + }, + { + "code": "61973002", + "display": "Dekalb hybrid pig line 61 (organism)" + }, + { + "code": "67720004", + "display": "FHC elite pig 5 (organism)" + }, + { + "code": "68512002", + "display": "Boar power pig 141 (organism)" + }, + { + "code": "71923001", + "display": "Italian landrace pig (organism)" + }, + { + "code": "73005003", + "display": "FHC elite pig 8 (organism)" + }, + { + "code": "73944009", + "display": "Minnesota pig #1 (organism)" + }, + { + "code": "74970001", + "display": "Boar power pig 161 (organism)" + }, + { + "code": "76364003", + "display": "Boar power pig 27 (organism)" + }, + { + "code": "78994007", + "display": "British landrace pig (organism)" + }, + { + "code": "84081007", + "display": "Boar power pig 747 (organism)" + }, + { + "code": "84232003", + "display": "Kleen leen red pig (organism)" + }, + { + "code": "84315000", + "display": "Boar power pig 474 (organism)" + }, + { + "code": "84528008", + "display": "Danish landrace pig (organism)" + }, + { + "code": "86440008", + "display": "Pic line pig 24 (organism)" + }, + { + "code": "87061000", + "display": "Boar power pig 282 (organism)" + }, + { + "code": "132074004", + "display": "Kharkov pig breed (organism)" + }, + { + "code": "132075003", + "display": "Dnepropetrovsk pig breed (organism)" + }, + { + "code": "132076002", + "display": "Russian Large White pig breed (organism)" + }, + { + "code": "132077006", + "display": "Forest Mountain pig breed (organism)" + }, + { + "code": "132078001", + "display": "Dnieper pig breed (organism)" + }, + { + "code": "132079009", + "display": "Iberian pig breed (organism)" + }, + { + "code": "132080007", + "display": "Iberian, Extremadura Red pig breed (organism)" + }, + { + "code": "132081006", + "display": "Iberian, Jabugo Spotted pig breed (organism)" + }, + { + "code": "132082004", + "display": "Iberian, Black Iberian pig breed (organism)" + }, + { + "code": "132083009", + "display": "Philippine Native, Ilocos pig breed (organism)" + }, + { + "code": "132084003", + "display": "Philippine Native, Jalajala pig breed (organism)" + }, + { + "code": "132085002", + "display": "Mangalizta pig breed (organism)" + }, + { + "code": "132086001", + "display": "Alentejana pig breed (organism)" + }, + { + "code": "132087005", + "display": "Belgian Landrace, BN pig breed (organism)" + }, + { + "code": "132088000", + "display": "French Large White pig breed (organism)" + }, + { + "code": "132089008", + "display": "Hyper Large White pig breed (organism)" + }, + { + "code": "132090004", + "display": "Tia Meslan pig breed (organism)" + }, + { + "code": "132091000", + "display": "Pen ar Lan 77 pig breed (organism)" + }, + { + "code": "132092007", + "display": "Penshire pig breed (organism)" + }, + { + "code": "132093002", + "display": "Laconie pig breed (organism)" + }, + { + "code": "132094008", + "display": "Murcian pig breed (organism)" + }, + { + "code": "132095009", + "display": "Cavallino pig breed (organism)" + }, + { + "code": "132096005", + "display": "Calabrian pig breed (organism)" + }, + { + "code": "132097001", + "display": "Apulian pig breed (organism)" + }, + { + "code": "132098006", + "display": "Siena Belted pig breed (organism)" + }, + { + "code": "132099003", + "display": "Calascibetta pig breed (organism)" + }, + { + "code": "132100006", + "display": "Güssing Forest Pig pig breed (organism)" + }, + { + "code": "132101005", + "display": "Swiss Edelschwein pig breed (organism)" + }, + { + "code": "132102003", + "display": "North Caucasus pig breed (organism)" + }, + { + "code": "132103008", + "display": "Don pig breed (organism)" + }, + { + "code": "132104002", + "display": "Rostov pig breed (organism)" + }, + { + "code": "132105001", + "display": "Russian Long-Eared White pig breed (organism)" + }, + { + "code": "132106000", + "display": "Russian Short-Eared White pig breed (organism)" + }, + { + "code": "132107009", + "display": "Prisheksninsk pig breed (organism)" + }, + { + "code": "132108004", + "display": "Breitov pig breed (organism)" + }, + { + "code": "132109007", + "display": "Livny pig breed (organism)" + }, + { + "code": "132110002", + "display": "Tsivilsk pig breed (organism)" + }, + { + "code": "132111003", + "display": "Urzhum pig breed (organism)" + }, + { + "code": "132112005", + "display": "Minisib pig breed (organism)" + }, + { + "code": "132113000", + "display": "Sakhalin White pig breed (organism)" + }, + { + "code": "132114006", + "display": "North Siberian pig breed (organism)" + }, + { + "code": "132115007", + "display": "Siberian Black Pied pig breed (organism)" + }, + { + "code": "132116008", + "display": "Kemerovo pig breed (organism)" + }, + { + "code": "132117004", + "display": "KM-1 pig breed (organism)" + }, + { + "code": "132118009", + "display": "Aksaî Black Pied pig breed (organism)" + }, + { + "code": "132119001", + "display": "Semirechensk pig breed (organism)" + }, + { + "code": "132120007", + "display": "Min pig breed (organism)" + }, + { + "code": "132121006", + "display": "Sanjiang White pig breed (organism)" + }, + { + "code": "132122004", + "display": "Basque Black Pied pig breed (organism)" + }, + { + "code": "132123009", + "display": "Corsican pig breed (organism)" + }, + { + "code": "132124003", + "display": "Créole pig breed (organism)" + }, + { + "code": "132169009", + "display": "Pelón pig breed (organism)" + }, + { + "code": "132178003", + "display": "Borghigiana pig breed (organism)" + }, + { + "code": "58311005", + "display": "Dutch landrace pig (organism)" + }, + { + "code": "59667000", + "display": "FHC elite pig 2 (organism)" + }, + { + "code": "61036003", + "display": "Boar power pig 545 (organism)" + }, + { + "code": "112490000", + "display": "Dekalb hybrid pig line 63 (organism)" + }, + { + "code": "34618005", + "display": "Bos taurus (organism)" + }, + { + "code": "133259004", + "display": "Red Angus cattle breed (organism)" + }, + { + "code": "409905004", + "display": "Black Angus cattle breed (organism)" + }, + { + "code": "78541007", + "display": "Milking Shorthorn cattle breed (organism)" + }, + { + "code": "53031002", + "display": "Dexter cattle breed (organism)" + }, + { + "code": "62153005", + "display": "Blonde d'Aquitaine (organism)" + }, + { + "code": "65344003", + "display": "Marchigiana cattle breed (organism)" + }, + { + "code": "66314009", + "display": "Longhorn cattle breed (organism)" + }, + { + "code": "66911005", + "display": "Galloway cattle breed (organism)" + }, + { + "code": "67448000", + "display": "German Fleck-Vieh cattle breed (organism)" + }, + { + "code": "76497003", + "display": "Gelbveih cattle breed (organism)" + }, + { + "code": "81267004", + "display": "Normandie cattle breed (organism)" + }, + { + "code": "80835003", + "display": "Shorthorn cattle breed (organism)" + }, + { + "code": "400003", + "display": "Pinzgauer cattle breed (organism)" + }, + { + "code": "944009", + "display": "Brown Welsh cattle breed (organism)" + }, + { + "code": "3216001", + "display": "Lincoln red cattle breed (organism)" + }, + { + "code": "6112002", + "display": "Meusse-Rhine-Ijssel cattle breed (organism)" + }, + { + "code": "8989009", + "display": "Ayrshire cattle breed (organism)" + }, + { + "code": "13544004", + "display": "Belted Galloway cattle breed (organism)" + }, + { + "code": "21553004", + "display": "Luing cattle breed (organism)" + }, + { + "code": "21921002", + "display": "Canadian cattle breed (organism)" + }, + { + "code": "23629009", + "display": "Hays converter cattle breed (organism)" + }, + { + "code": "26105007", + "display": "Holstein-Friesian cattle breed (organism)" + }, + { + "code": "26525003", + "display": "White Park cattle breed (organism)" + }, + { + "code": "28483003", + "display": "Simmental cattle breed (organism)" + }, + { + "code": "28744004", + "display": "Black Welsh cattle breed (organism)" + }, + { + "code": "35229007", + "display": "Chianina cattle breed (organism)" + }, + { + "code": "44230005", + "display": "Brown Swiss cattle breed (organism)" + }, + { + "code": "45284002", + "display": "Maine Anjou cattle breed (organism)" + }, + { + "code": "48702000", + "display": "Limousin cattle breed (organism)" + }, + { + "code": "50959000", + "display": "Tarentaise cattle breed (organism)" + }, + { + "code": "51937006", + "display": "Jersey cattle breed (organism)" + }, + { + "code": "83173002", + "display": "Scottish Highland cattle breed (organism)" + }, + { + "code": "84839000", + "display": "Guernsey cattle breed (organism)" + }, + { + "code": "88807001", + "display": "Red Poll cattle breed (organism)" + }, + { + "code": "90612002", + "display": "Salers cattle breed (organism)" + }, + { + "code": "112485003", + "display": "Gujarati cattle breed (organism)" + }, + { + "code": "84923006", + "display": "Aberdeen Angus cattle breed (organism)" + }, + { + "code": "30384003", + "display": "Brahma cattle breed (organism)" + }, + { + "code": "32938007", + "display": "Gir cattle breed (organism)" + }, + { + "code": "132771000", + "display": "Jem-Jem Zebu cattle breed (organism)" + }, + { + "code": "133594007", + "display": "Amritmahal cattle breed (organism)" + }, + { + "code": "133595008", + "display": "Bachaur cattle breed (organism)" + }, + { + "code": "133596009", + "display": "Barka cattle breed (organism)" + }, + { + "code": "133597000", + "display": "Bengali cattle breed (organism)" + }, + { + "code": "133598005", + "display": "Bhagnari cattle breed (organism)" + }, + { + "code": "133599002", + "display": "Boran cattle breed (organism)" + }, + { + "code": "133600004", + "display": "Channi cattle breed (organism)" + }, + { + "code": "133601000", + "display": "Cholistani cattle breed (organism)" + }, + { + "code": "133602007", + "display": "Dajal cattle breed (organism)" + }, + { + "code": "133603002", + "display": "Dangi cattle breed (organism)" + }, + { + "code": "133604008", + "display": "Deoni cattle breed (organism)" + }, + { + "code": "133605009", + "display": "Dhanni cattle breed (organism)" + }, + { + "code": "133606005", + "display": "Gaolao cattle breed (organism)" + }, + { + "code": "133607001", + "display": "Hallikar cattle breed (organism)" + }, + { + "code": "133608006", + "display": "Hariana cattle breed (organism)" + }, + { + "code": "133609003", + "display": "Indo-Brazilian cattle breed (organism)" + }, + { + "code": "133610008", + "display": "Kangayam cattle breed (organism)" + }, + { + "code": "133611007", + "display": "Kankrej cattle breed (organism)" + }, + { + "code": "133612000", + "display": "Kenkatha cattle breed (organism)" + }, + { + "code": "133631006", + "display": "Arsi cattle breed (organism)" + }, + { + "code": "133632004", + "display": "Atpadi Mahal cattle breed (organism)" + }, + { + "code": "133633009", + "display": "Azaouak cattle breed (organism)" + }, + { + "code": "133634003", + "display": "Azerbaijan Zebu cattle breed (organism)" + }, + { + "code": "133635002", + "display": "Baggara cattle breed (organism)" + }, + { + "code": "133636001", + "display": "Bambawa cattle breed (organism)" + }, + { + "code": "133637005", + "display": "Bami cattle breed (organism)" + }, + { + "code": "133638000", + "display": "Banyo cattle breed (organism)" + }, + { + "code": "133639008", + "display": "Bargur cattle breed (organism)" + }, + { + "code": "133640005", + "display": "Bari cattle breed (organism)" + }, + { + "code": "133641009", + "display": "Bimal cattle breed (organism)" + }, + { + "code": "133642002", + "display": "Borneo Zebu cattle breed (organism)" + }, + { + "code": "133643007", + "display": "Butana cattle breed (organism)" + }, + { + "code": "133644001", + "display": "Chittagong Red cattle breed (organism)" + }, + { + "code": "133645000", + "display": "Cutchi cattle breed (organism)" + }, + { + "code": "133646004", + "display": "Dairy Zebu of Uberaba cattle breed (organism)" + }, + { + "code": "133647008", + "display": "Dashtiari cattle breed (organism)" + }, + { + "code": "133648003", + "display": "Diali cattle breed (organism)" + }, + { + "code": "133649006", + "display": "Didinga cattle breed (organism)" + }, + { + "code": "133650006", + "display": "Dongola cattle breed (organism)" + }, + { + "code": "133651005", + "display": "Fellata cattle breed (organism)" + }, + { + "code": "133653008", + "display": "Abyssinian Highland Zebu cattle breed (organism)" + }, + { + "code": "133654002", + "display": "Abyssinian Shorthorned Zebu cattle breed (organism)" + }, + { + "code": "133655001", + "display": "Aceh cattle breed (organism)" + }, + { + "code": "133656000", + "display": "Achham cattle breed (organism)" + }, + { + "code": "133657009", + "display": "Garre cattle breed (organism)" + }, + { + "code": "133658004", + "display": "Gasara cattle breed (organism)" + }, + { + "code": "133659007", + "display": "Gobra cattle breed (organism)" + }, + { + "code": "133660002", + "display": "Goomsur cattle breed (organism)" + }, + { + "code": "133661003", + "display": "Gujamavu cattle breed (organism)" + }, + { + "code": "133663000", + "display": "Hissar cattle breed (organism)" + }, + { + "code": "133664006", + "display": "Ingessana cattle breed (organism)" + }, + { + "code": "133665007", + "display": "Jamaica Brahman cattle breed (organism)" + }, + { + "code": "133666008", + "display": "Jellicut cattle breed (organism)" + }, + { + "code": "133667004", + "display": "Adamawa cattle breed (organism)" + }, + { + "code": "133668009", + "display": "Aden Zebu cattle breed (organism)" + }, + { + "code": "133669001", + "display": "Afghan cattle breed (organism)" + }, + { + "code": "133670000", + "display": "Alambadi cattle breed (organism)" + }, + { + "code": "133674009", + "display": "Jenubi cattle breed (organism)" + }, + { + "code": "133675005", + "display": "Jiddu cattle breed (organism)" + }, + { + "code": "133676006", + "display": "Jijjiga Zebu cattle breed (organism)" + }, + { + "code": "133677002", + "display": "Kabota cattle breed (organism)" + }, + { + "code": "133678007", + "display": "Kachcha Siri cattle breed (organism)" + }, + { + "code": "133679004", + "display": "Kalakheri cattle breed (organism)" + }, + { + "code": "133680001", + "display": "Kamdhino cattle breed (organism)" + }, + { + "code": "133681002", + "display": "Kandahari cattle breed (organism)" + }, + { + "code": "133682009", + "display": "Kaningan cattle breed (organism)" + }, + { + "code": "133686007", + "display": "Iranian Zebu cattle breed (organism)" + }, + { + "code": "133689000", + "display": "Kappiliyan cattle breed (organism)" + }, + { + "code": "133690009", + "display": "Karamajong cattle breed (organism)" + }, + { + "code": "133691008", + "display": "Kenana cattle breed (organism)" + }, + { + "code": "133699005", + "display": "Guzerat cattle breed (organism)" + }, + { + "code": "133701005", + "display": "Deogir cattle breed (organism)" + }, + { + "code": "76604009", + "display": "Nellore cattle breed (organism)" + }, + { + "code": "133613005", + "display": "Kherigarh cattle breed (organism)" + }, + { + "code": "133614004", + "display": "Khillari cattle breed (organism)" + }, + { + "code": "133615003", + "display": "Krishna Valley cattle breed (organism)" + }, + { + "code": "133616002", + "display": "Lohani cattle breed (organism)" + }, + { + "code": "133617006", + "display": "Malvi cattle breed (organism)" + }, + { + "code": "133618001", + "display": "Mewati cattle breed (organism)" + }, + { + "code": "133619009", + "display": "Nagori cattle breed (organism)" + }, + { + "code": "133620003", + "display": "Nelore cattle breed (organism)" + }, + { + "code": "133621004", + "display": "Nimari cattle breed (organism)" + }, + { + "code": "133622006", + "display": "Ponwar cattle breed (organism)" + }, + { + "code": "133623001", + "display": "Rath cattle breed (organism)" + }, + { + "code": "133624007", + "display": "Rathi cattle breed (organism)" + }, + { + "code": "133625008", + "display": "Red Sindhi cattle breed (organism)" + }, + { + "code": "133626009", + "display": "Rojhan cattle breed (organism)" + }, + { + "code": "133627000", + "display": "Sahiwal cattle breed (organism)" + }, + { + "code": "133628005", + "display": "Siri zebu cattle breed (organism)" + }, + { + "code": "133629002", + "display": "Tharparkar cattle breed (organism)" + }, + { + "code": "133630007", + "display": "Zanzibar Zebu cattle breed (organism)" + }, + { + "code": "133652003", + "display": "Turkmen zebu cattle breed (organism)" + }, + { + "code": "133662005", + "display": "Leiqiong cattle breed (organism)" + }, + { + "code": "133671001", + "display": "Umblachery cattle breed (organism)" + }, + { + "code": "133672008", + "display": "Venezuelan Zebu cattle breed (organism)" + }, + { + "code": "133683004", + "display": "Wakwa cattle breed (organism)" + }, + { + "code": "133684005", + "display": "White Fulani cattle breed (organism)" + }, + { + "code": "133685006", + "display": "Yemeni Zebu cattle breed (organism)" + }, + { + "code": "133687003", + "display": "Khorsan cattle breed (organism)" + }, + { + "code": "133688008", + "display": "Polled Gir cattle breed (organism)" + }, + { + "code": "133692001", + "display": "Kenya Boran cattle breed (organism)" + }, + { + "code": "133693006", + "display": "Kenya Zebu cattle breed (organism)" + }, + { + "code": "133694000", + "display": "Khamala cattle breed (organism)" + }, + { + "code": "133695004", + "display": "Khurasani zebu cattle breed (organism)" + }, + { + "code": "133696003", + "display": "Kilara cattle breed (organism)" + }, + { + "code": "133697007", + "display": "Kinniya cattle breed (organism)" + }, + { + "code": "133698002", + "display": "Konari cattle breed (organism)" + }, + { + "code": "133700006", + "display": "Tadzhik zebu cattle breed (organism)" + }, + { + "code": "133705001", + "display": "Krishnagari cattle breed (organism)" + }, + { + "code": "133706000", + "display": "Kumauni cattle breed (organism)" + }, + { + "code": "133707009", + "display": "Ladakhi cattle breed (organism)" + }, + { + "code": "133708004", + "display": "Latuka cattle breed (organism)" + }, + { + "code": "133709007", + "display": "Lugware cattle breed (organism)" + }, + { + "code": "133710002", + "display": "Madagascar Zebu cattle breed (organism)" + }, + { + "code": "133711003", + "display": "Madaripur cattle breed (organism)" + }, + { + "code": "133712005", + "display": "Magal cattle breed (organism)" + }, + { + "code": "133713000", + "display": "Malawi Zebu cattle breed (organism)" + }, + { + "code": "133714006", + "display": "Malnad Gidda cattle breed (organism)" + }, + { + "code": "133721006", + "display": "Mampati cattle breed (organism)" + }, + { + "code": "133722004", + "display": "Manapari cattle breed (organism)" + }, + { + "code": "133723009", + "display": "Maure cattle breed (organism)" + }, + { + "code": "133724003", + "display": "Mazandarani cattle breed (organism)" + }, + { + "code": "133725002", + "display": "Merauke cattle breed (organism)" + }, + { + "code": "133727005", + "display": "Mhaswad cattle breed (organism)" + }, + { + "code": "133728000", + "display": "Miniature Zebu cattle breed (organism)" + }, + { + "code": "133729008", + "display": "Mongalla cattle breed (organism)" + }, + { + "code": "133730003", + "display": "Morang cattle breed (organism)" + }, + { + "code": "133737000", + "display": "Mozambique Angoni cattle breed (organism)" + }, + { + "code": "133738005", + "display": "Mpwapwa cattle breed (organism)" + }, + { + "code": "133739002", + "display": "Murle cattle breed (organism)" + }, + { + "code": "133740000", + "display": "Nakali cattle breed (organism)" + }, + { + "code": "133741001", + "display": "Nepalese Hill Zebu cattle breed (organism)" + }, + { + "code": "133742008", + "display": "N'Gaoundere cattle breed (organism)" + }, + { + "code": "133743003", + "display": "Nkedi cattle breed (organism)" + }, + { + "code": "133744009", + "display": "North Bangladesh Gray cattle breed (organism)" + }, + { + "code": "133745005", + "display": "North Somali Zebu cattle breed (organism)" + }, + { + "code": "133746006", + "display": "Polled Guzerat cattle breed (organism)" + }, + { + "code": "133753002", + "display": "Polled Nelore cattle breed (organism)" + }, + { + "code": "133754008", + "display": "Prewakwa cattle breed (organism)" + }, + { + "code": "133755009", + "display": "Pul-M'bor cattle breed (organism)" + }, + { + "code": "133756005", + "display": "Punganur cattle breed (organism)" + }, + { + "code": "133757001", + "display": "Ramgarhi cattle breed (organism)" + }, + { + "code": "133758006", + "display": "Red Bororo cattle breed (organism)" + }, + { + "code": "133759003", + "display": "Red Desert cattle breed (organism)" + }, + { + "code": "133760008", + "display": "Red Kandhari cattle breed (organism)" + }, + { + "code": "133761007", + "display": "Shakhansurri cattle breed (organism)" + }, + { + "code": "133762000", + "display": "Sheko cattle breed (organism)" + }, + { + "code": "133769009", + "display": "Shendi cattle breed (organism)" + }, + { + "code": "133770005", + "display": "Shuwa cattle breed (organism)" + }, + { + "code": "133771009", + "display": "Sinhala cattle breed (organism)" + }, + { + "code": "133772002", + "display": "Sistani cattle breed (organism)" + }, + { + "code": "133773007", + "display": "Small East African Zebu cattle breed (organism)" + }, + { + "code": "133774001", + "display": "Sokoto Gudali cattle breed (organism)" + }, + { + "code": "133775000", + "display": "Somali cattle breed (organism)" + }, + { + "code": "133776004", + "display": "Sonkheri cattle breed (organism)" + }, + { + "code": "133777008", + "display": "Son Valley cattle breed (organism)" + }, + { + "code": "133778003", + "display": "South China Zebu cattle breed (organism)" + }, + { + "code": "133785004", + "display": "South Malawi Zebu cattle breed (organism)" + }, + { + "code": "133786003", + "display": "Sudanese Fulani cattle breed (organism)" + }, + { + "code": "133787007", + "display": "Tabapua cattle breed (organism)" + }, + { + "code": "133788002", + "display": "Tamankaduwa cattle breed (organism)" + }, + { + "code": "133789005", + "display": "Tanzanian Zebu cattle breed (organism)" + }, + { + "code": "133790001", + "display": "Tarai cattle breed (organism)" + }, + { + "code": "133791002", + "display": "Thillari cattle breed (organism)" + }, + { + "code": "133792009", + "display": "Toposa cattle breed (organism)" + }, + { + "code": "133793004", + "display": "Toronke cattle breed (organism)" + }, + { + "code": "133794005", + "display": "Toupouri cattle breed (organism)" + }, + { + "code": "440034003", + "display": "Polled dorset sheep breed (organism)" + }, + { + "code": "125102002", + "display": "Anas platyrhynchos (organism)" + }, + { + "code": "70881005", + "display": "Anser anser anser (organism)" + }, + { + "code": "125104001", + "display": "Anser anser (organism)" + }, + { + "code": "131828004", + "display": "Magpie breed duck (organism)" + }, + { + "code": "131846005", + "display": "Toulouse goose breed (organism)" + }, + { + "code": "425181009", + "display": "Bison bison X Bos taurus hybrid (organism)" + }, + { + "code": "83996001", + "display": "Criollo cattle breed (organism)" + }, + { + "code": "74517004", + "display": "Montana pig (organism)" + }, + { + "code": "60958006", + "display": "Maryland pig (organism)" + }, + { "code": "24840008", "display": "CPF pig (organism)" }, + { + "code": "48394005", + "display": "Beltsville pig (organism)" + }, + { + "code": "85626006", + "display": "Equus asinus (organism)" + }, + { + "code": "445729005", + "display": "Tarpan horse breed (organism)" + }, + { + "code": "407402001", + "display": "Warmblood horse breed (organism)" + }, + { + "code": "441714000", + "display": "Rhinelander horse breed (organism)" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/animal-breeds/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AnimalBreeds", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Animal breeds", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "animal-breeds", + "url": "http://hl7.org/fhir/ValueSet/animal-breeds", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.422", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/animal-breeds", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0433 ( Precaution code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0433" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0433/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0433", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Precaution code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0433", + "url": "http://terminology.hl7.org/ValueSet/v2-0433", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0433", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0438 ( Allergy clinical status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0438" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0438/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0438", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Allergy clinical status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0438", + "url": "http://terminology.hl7.org/ValueSet/v2-0438", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0438", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Use of contact point.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contact-point-use" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contact-point-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ContactPointUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContactPointUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "contact-point-use", + "url": "http://hl7.org/fhir/ValueSet/contact-point-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.73", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contact-point-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The intended usage for supplemental data elements in the measure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-data-usage" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-data-usage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureDataUsage", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureDataUsage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-data-usage", + "url": "http://hl7.org/fhir/ValueSet/measure-data-usage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.771", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-data-usage", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the current state of the animal's reproductive organs.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/animal-genderstatus" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/animal-genderstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "GenderStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Gender status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "animal-genderstatus", + "url": "http://hl7.org/fhir/ValueSet/animal-genderstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.418", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/animal-genderstatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0248 ( Product Source)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0248" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0248/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0248", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Product Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0248", + "url": "http://terminology.hl7.org/ValueSet/v2-0248", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0248", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The result if validation fails", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/failure-action" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-failure-action/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "failure-action", + "experimental": false, + "resourceType": "ValueSet", + "title": "Failure-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-failure-action", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-failure-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.890", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-failure-action", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-study-phase" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-study-phase/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchStudyPhase", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchStudyPhase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-phase", + "url": "http://hl7.org/fhir/ValueSet/research-study-phase", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.821", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-study-phase", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A set of generally useful codes defined so they can be included in value sets.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/special-values" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/special-values/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SpecialValues", + "experimental": false, + "resourceType": "ValueSet", + "title": "SpecialValues", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "special-values", + "url": "http://hl7.org/fhir/ValueSet/special-values", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.9", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/special-values", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0402 ( School type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0402" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0402/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0402", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 School type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0402", + "url": "http://terminology.hl7.org/ValueSet/v2-0402", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0402", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A set of codes that can be used to indicate the relationship between a Patient and a Related Person.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0131" }, + { + "filter": [ + { + "op": "is-a", + "value": "_PersonalRelationshipRoleType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "PatientRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient relationship type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "relatedperson-relationshiptype", + "url": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.449", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/relatedperson-relationshiptype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of link between this patient resource and another patient resource.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/link-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/link-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LinkType", + "experimental": false, + "resourceType": "ValueSet", + "title": "LinkType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "link-type", + "url": "http://hl7.org/fhir/ValueSet/link-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.423", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/link-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nAn act that is intended to result in new information about a subject. The main difference between Observations and other Acts is that Observations have a value attribute. Thecode\r\nattribute of Observation and thevalue\r\nattribute of Observation must be considered in combination to determine the semantics of the observation. Discussion:\r\n Structurally, many observations are name-value-pairs, where the Observation.code (inherited from Act) is the name and the Observation.value is the value of the property. Such a construct is also known as a variable (a named feature that can assume a value) hence, the Observation class is always used to hold generic name-value-pairs or variables, even though the variable valuation may not be the result of an elaborate observation method. It may be a simple answer to a question or it may be an assertion or setting of a parameter. As with all Act statements, Observation statements describe what was done, and in the case of Observations, this includes a description of what was actually observed (results or answers); and those results or answers are part of the observation and not split off into other objects. The method of action is asserted by the Observation classCode or its subclasses at the least granular level, by the Observation.code attribute value at the medium level of granularity, and by the attribute value of observation.methodCode when a finer level of granularity is required. The method in whole or in part may also appear in the attribute value of Observation.value when using coded data types to express the value of the attribute. Relevant aspects of methodology may also be restated in value when the results themselves imply or state a methodology. An observation may consist of component observations each having their own Observation.code and Observation.value. In this case, the composite observation may not have an Observation.value for itself. For instance, a white blood cell count consists of the sub-observations for the counts of the various granulocytes, lymphocytes and other normal or abnormal blood cells (e.g., blasts). The overall white blood cell count Observation itself may therefore not have a value by itself (even though it could have one, e.g., the sum total of white blood cells). Thus, as long as an Act is essentially an Act of recognizing and noting information about a subject, it is an Observation, regardless of whether it has a simple value by itself or whether it has sub-observations. Even though observations are professional acts (see Act) and as such are intentional actions, this does not require that every possible outcome of an observation be pondered in advance of it being actually made. For instance, differential white blood cell counts (WBC) rarely show blasts, but if they do, this is part of the WBC observation even though blasts might not be predefined in the structure of a normal WBC. Clinical documents commonly have Subjective and Objective findings, both of which are kinds of Observations. In addition, clinical documents commonly contain Assessments, which are also kinds of Observations. Thus, the establishment of a diagnosis is an Observation. Examples:\r\n Recording the results of a Family History Assessment Laboratory test and associated result Physical exam test and associated result Device temperature Soil lead level", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "OBS", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassObservation/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassObservation", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassObservation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassObservation", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassObservation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11529", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassObservation", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample UDI codes.", + "compose": { "include": [{ "system": "http://hl7.org/fhir/ex-udi" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/udi/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "UDICodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "UDI Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "udi", + "url": "http://hl7.org/fhir/ValueSet/udi", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.554", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/udi", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Identifies types of events that might trigger the start of a goal.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "32485007", + "display": "Admission to hospital" + }, + { + "code": "308283009", + "display": "Discharge from hospital" + }, + { + "code": "442137000", + "display": "Completion time of procedure" + }, + { "code": "386216000", "display": "Childbirth" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-start-event/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "GoalStartEvent", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal start event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "goal-start-event", + "url": "http://hl7.org/fhir/ValueSet/goal-start-event", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.279", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-start-event", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "A list of all the request resource types defined in this version of the FHIR specification.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/request-resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/request-resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RequestResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "RequestResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "request-resource-types", + "url": "http://hl7.org/fhir/ValueSet/request-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1058", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes [SNOMED CT](http://snomed.info/sct) where concept is-a 105590001 (Substance (substance)) or concept is-a 260787004 (Physical object) and provided as an example value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "260787004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supply-item/4.0.1", + "date": "2016-05-18T16:57:59+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTSupplyItem", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Supply Item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supply-item", + "url": "http://hl7.org/fhir/ValueSet/supply-item", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.699", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supply-item", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes indicating the degree of authority/intentionality associated with a request.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-intent" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/request-intent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RequestIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "RequestIntent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "request-intent", + "url": "http://hl7.org/fhir/ValueSet/request-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.113", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-intent", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Patient VIP code", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-PatientImportance" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-PatientImportance/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.PatientImportance", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System PatientImportance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-PatientImportance", + "url": "http://terminology.hl7.org/ValueSet/v3-PatientImportance", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19265", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-PatientImportance", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0926 ( Phlebotomy Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0926" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0926/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0926", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Phlebotomy Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0926", + "url": "http://terminology.hl7.org/ValueSet/v2-0926", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0926", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0933 ( Intended Procedure Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0933" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0933/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0933", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Intended Procedure Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0933", + "url": "http://terminology.hl7.org/ValueSet/v2-0933", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0933", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0528 ( Event related period)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0528" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0528/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0528", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event related period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0528", + "url": "http://terminology.hl7.org/ValueSet/v2-0528", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0528", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0868 ( Telecommunication expiration reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0868" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0868/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0868", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Telecommunication expiration reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0868", + "url": "http://terminology.hl7.org/ValueSet/v2-0868", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0868", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Statement about the degree of clinical certainty that a specific substance was the cause of the manifestation in a reaction event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/reaction-event-certainty" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reaction-event-certainty/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceCertainty", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceCertainty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "reaction-event-certainty", + "url": "http://hl7.org/fhir/ValueSet/reaction-event-certainty", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.942", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reaction-event-certainty", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for stages of cancer and other conditions.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "385356007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-stage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "ConditionStage", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Stage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-stage", + "url": "http://hl7.org/fhir/ValueSet/condition-stage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.170", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-stage", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "The frequency with which the target must be validated", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/need" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-need/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "need", + "experimental": false, + "resourceType": "ValueSet", + "title": "Need", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-need", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-need", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.882", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-need", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Adjudication Value codes which includes codes to indicate the amounts eligible under the plan, the amount of benefit, copays etc.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adjudication/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AdjudicationValueCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Adjudication Value Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication", + "url": "http://hl7.org/fhir/ValueSet/adjudication", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.596", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adjudication", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Types of research studies (types of research methods).", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/study-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/study-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StudyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "StudyType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "study-type", + "url": "http://hl7.org/fhir/ValueSet/study-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1349", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/study-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes common codes from BCP-47 (http://tools.ietf.org/html/bcp47) for the purpose of writing; this value set (unlike the common languages value set) doesn't include dialects except where they are relevant for written languages", + "compose": { + "include": [ + { + "system": "urn:ietf:bcp:47", + "concept": [ + { + "code": "ar", + "display": "Arabic", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisk", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabic", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisch", + "language": "nl" + } + ] + }, + { + "code": "bn", + "display": "Bengali", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengali", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengaals", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Бенгальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "孟加拉语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalsk", + "language": "da" + } + ] + }, + { + "code": "cs", + "display": "Czech", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Czech", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tsjechisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Чешский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "捷克语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tschechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tjekkisk", + "language": "da" + } + ] + }, + { + "code": "da", + "display": "Danish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Danish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deens", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Датский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "丹麦语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dänisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dansk", + "language": "da" + } + ] + }, + { + "code": "de", + "display": "German", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk", + "language": "da" + } + ] + }, + { + "code": "el", + "display": "Greek", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Greek", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Grieks", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Греческий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "希腊语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Griechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Græsk", + "language": "da" + } + ] + }, + { + "code": "en", + "display": "English", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk", + "language": "da" + } + ] + }, + { + "code": "es", + "display": "Spanish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk", + "language": "da" + } + ] + }, + { + "code": "fi", + "display": "Finnish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fins", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Финский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "芬兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk", + "language": "da" + } + ] + }, + { + "code": "fr", + "display": "French", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk", + "language": "da" + } + ] + }, + { + "code": "fy", + "display": "Frysian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frysian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk", + "language": "da" + } + ] + }, + { + "code": "hi", + "display": "Hindi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "nl" + } + ] + }, + { + "code": "hr", + "display": "Croatian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Croatian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Хорватский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "克罗地亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisk", + "language": "da" + } + ] + }, + { + "code": "it", + "display": "Italian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk", + "language": "da" + } + ] + }, + { + "code": "ja", + "display": "Japanese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Японский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "日语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japansk", + "language": "da" + } + ] + }, + { + "code": "ko", + "display": "Korean", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Korean", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Корейский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "朝鲜语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreansk", + "language": "da" + } + ] + }, + { + "code": "nl", + "display": "Dutch", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk", + "language": "da" + } + ] + }, + { + "code": "no", + "display": "Norwegian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk", + "language": "da" + } + ] + }, + { + "code": "pa", + "display": "Punjabi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "nl" + } + ] + }, + { + "code": "pl", + "display": "Polish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Polskie", + "language": "pl" + } + ] + }, + { + "code": "pt", + "display": "Portuguese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk", + "language": "da" + } + ] + }, + { + "code": "ru", + "display": "Russian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk", + "language": "da" + } + ] + }, + { + "code": "sr", + "display": "Serbian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk", + "language": "da" + } + ] + }, + { + "code": "sv", + "display": "Swedish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk", + "language": "da" + } + ] + }, + { + "code": "te", + "display": "Telegu", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telegu", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Teloegoe", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Телугу", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "泰卢固语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "da" + } + ] + }, + { + "code": "zh", + "display": "Chinese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk", + "language": "da" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/written-language/4.0.1", + "date": "2016-08-22T09:53:05+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "Common Languages (Written)", + "experimental": true, + "resourceType": "ValueSet", + "status": "draft", + "id": "written-language", + "url": "http://hl7.org/fhir/ValueSet/written-language", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/written-language", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes representing the likelihood of a particular outcome in a risk assessment.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/risk-probability" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/risk-probability/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "RiskProbability", + "experimental": false, + "resourceType": "ValueSet", + "title": "Risk Probability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "risk-probability", + "url": "http://hl7.org/fhir/ValueSet/risk-probability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.450", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/risk-probability", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0511 ( BP Observation Status Codes Interpretation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0511" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0511/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0511", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 BP Observation Status Codes Interpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0511", + "url": "http://terminology.hl7.org/ValueSet/v2-0511", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0511", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0882 ( Medical Role Executing Physician)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0882" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0882/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0882", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Medical Role Executing Physician", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0882", + "url": "http://terminology.hl7.org/ValueSet/v2-0882", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0882", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Copy Number Event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/copy-number-event" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/copy-number-event/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CopyNumberEvent", + "experimental": false, + "resourceType": "ValueSet", + "title": "CopyNumberEvent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "copy-number-event", + "url": "http://hl7.org/fhir/ValueSet/copy-number-event", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.226", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/copy-number-event", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0131 ( Contact Role)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0131" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0131/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0131", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Contact Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0131", + "url": "http://terminology.hl7.org/ValueSet/v2-0131", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0131", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This identifies the vaccine substance administered - CVX codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/sid/cvx" }, + { "system": "urn:oid:1.2.36.1.2001.1005.17" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/vaccine-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 FHIR", + "fhirVersion": null, + "name": "VaccineAdministeredValueSet", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vaccine Administered Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "vaccine-code", + "url": "http://hl7.org/fhir/ValueSet/vaccine-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.22", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vaccine-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Data types allowed to be used for search parameters.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-param-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/search-param-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SearchParamType", + "experimental": false, + "resourceType": "ValueSet", + "title": "SearchParamType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "search-param-type", + "url": "http://hl7.org/fhir/ValueSet/search-param-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.11", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/search-param-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the type of use for which the code is defined.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/composition-altcode-kind" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/composition-altcode-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AlternativeCodeKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "AlternativeCodeKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "composition-altcode-kind", + "url": "http://hl7.org/fhir/ValueSet/composition-altcode-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1405", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composition-altcode-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies sequence of sort order.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Sequencing" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Sequencing/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Sequencing", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Sequencing", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Sequencing", + "url": "http://terminology.hl7.org/ValueSet/v3-Sequencing", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.390", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Sequencing", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines selection behavior of a group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-selection-behavior" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-selection-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionSelectionBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionSelectionBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-selection-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-selection-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.801", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-selection-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Types of relationships between two goals.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-relationship-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-relationship-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GoalRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "GoalRelationshipType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/goal-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.915", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the main intent of the study.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-study-prim-purp-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchStudyPrimaryPurposeType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchStudyPrimaryPurposeType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-prim-purp-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.827", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-study-prim-purp-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0759 ( Status Admission)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0759" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0759/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0759", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Status Admission", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0759", + "url": "http://terminology.hl7.org/ValueSet/v2-0759", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0759", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0373 ( Treatment)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0373" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0373/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0373", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Treatment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0373", + "url": "http://terminology.hl7.org/ValueSet/v2-0373", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0373", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0493 ( Specimen Condition)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0493" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0493/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0493", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "language": "en", + "id": "v2-0493", + "url": "http://terminology.hl7.org/ValueSet/v2-0493", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0493", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes representing the current status of the device - on, off, suspended, etc.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/device-definition-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-definition-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRDeviceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRDeviceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "device-definition-status", + "url": "http://hl7.org/fhir/ValueSet/device-definition-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1307", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-definition-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0667 ( Device Data State)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0667" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0667/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0667", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Device Data State", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0667", + "url": "http://terminology.hl7.org/ValueSet/v2-0667", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0667", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Dentition" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Dentition/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Dentition", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Dentition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Dentition", + "url": "http://terminology.hl7.org/ValueSet/v3-Dentition", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Dentition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example value set composed from SNOMED CT and HL7 V3 codes for observation targets such as donor, fetus or spouse. As use cases are discovered, more values may be added.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "83418008", "display": "Fetus" }] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [{ "code": "DON", "display": "donor" }] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [{ "code": "SPS", "display": "spouse" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/focal-subject/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Orders and Observations WG", + "fhirVersion": null, + "name": "FocalSubjectCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Focal Subject Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "focal-subject", + "url": "http://hl7.org/fhir/ValueSet/focal-subject", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.954", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/focal-subject", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-LocalRemoteControlState" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-LocalRemoteControlState/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.LocalRemoteControlState", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System LocalRemoteControlState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-LocalRemoteControlState", + "url": "http://terminology.hl7.org/ValueSet/v3-LocalRemoteControlState", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10893", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-LocalRemoteControlState", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0263 ( Level of Care)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0263" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0263/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0263", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Level of Care", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0263", + "url": "http://terminology.hl7.org/ValueSet/v2-0263", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0263", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0483 ( Authorization Mode)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0483" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0483/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0483", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Authorization Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0483", + "url": "http://terminology.hl7.org/ValueSet/v2-0483", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0483", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-CompressionAlgorithm" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-CompressionAlgorithm/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.CompressionAlgorithm", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System CompressionAlgorithm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-CompressionAlgorithm", + "url": "http://terminology.hl7.org/ValueSet/v3-CompressionAlgorithm", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10620", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-CompressionAlgorithm", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0335 ( Repeat pattern)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0335" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0335/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0335", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Repeat pattern", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0335", + "url": "http://terminology.hl7.org/ValueSet/v2-0335", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0335", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This example value set defines a set of codes that can be used to indicate the method by which a specimen was collected.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "129316008", + "display": "Aspiration - action" + }, + { "code": "129314006", "display": "Biopsy - action" }, + { "code": "129300006", "display": "Puncture - action" }, + { "code": "129304002", "display": "Excision - action" }, + { "code": "129323009", "display": "Scraping - action" }, + { + "code": "73416001", + "display": "Urine specimen collection, clean catch" + }, + { + "code": "225113003", + "display": "Timed urine collection" + }, + { + "code": "70777001", + "display": "Urine specimen collection, catheterized" + }, + { + "code": "386089008", + "display": "Collection of coughed sputum" + }, + { + "code": "278450005", + "display": "Finger-prick sampling" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-collection-method/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "FHIRSpecimenCollectionMethod", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Specimen Collection Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-collection-method", + "url": "http://hl7.org/fhir/ValueSet/specimen-collection-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.468", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-collection-method", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Tags to put on a resource after subscriptions have been sent.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscription-tag" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/subscription-tag/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SubscriptionTag", + "experimental": false, + "resourceType": "ValueSet", + "title": "SubscriptionTag", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "subscription-tag", + "url": "http://hl7.org/fhir/ValueSet/subscription-tag", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.504", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/subscription-tag", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes used to identify medical devices. Includes concepts from SNOMED CT (http://www.snomed.org/) where concept is-a 49062001 (Device) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "49062001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "name": "FHIRDeviceTypes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Device Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-kind", + "url": "http://hl7.org/fhir/ValueSet/device-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.208", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-kind", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of contributor.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contributor-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contributor-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ContributorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContributorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "contributor-type", + "url": "http://hl7.org/fhir/ValueSet/contributor-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.93", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contributor-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Enumeration indicating whether the condition is currently active, inactive, or has been resolved.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-state" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-state/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConditionState", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConditionState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-state", + "url": "http://hl7.org/fhir/ValueSet/condition-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.963", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Describes payment terms for a financial transaction, used in an invoice. This is typically expressed as a responsibility of the acceptor or payor of an invoice.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-PaymentTerms" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-PaymentTerms/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.PaymentTerms", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System PaymentTerms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-PaymentTerms", + "url": "http://terminology.hl7.org/ValueSet/v3-PaymentTerms", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14908", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-PaymentTerms", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Consent Directive Type codes, including several consent directive related LOINC codes; HL7 VALUE SET: ActConsentType(2.16.840.1.113883.1.11.19897); examples of US realm consent directive legal descriptions and references to online and/or downloadable forms such as the SSA-827 Authorization to Disclose Information to the Social Security Administration; and other anticipated consent directives related to participation in a clinical trial, medical procedures, reproductive procedures; health care directive (Living Will); advance directive, do not resuscitate (DNR); Physician Orders for Life-Sustaining Treatment (POLST)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes" + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActConsentType" + ] + }, + { + "system": "http://loinc.org", + "concept": [ + { "code": "59284-0", "display": "Patient Consent " }, + { + "code": "57016-8", + "display": "Privacy policy acknowledgement Document" + }, + { + "code": "57017-6", + "display": "Privacy policy Organization Document " + }, + { + "code": "64292-6", + "display": "Release of information consent " + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project (CBCC)", + "fhirVersion": null, + "name": "ConsentCategoryCodes", + "copyright": "This value set includes content from LOINC® which is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-category", + "url": "http://hl7.org/fhir/ValueSet/consent-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.751", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nConcepts that define the telecommunication capabilities of a particular device. Used to identify the expected capabilities to be found at a particular telecommunication address.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TelecommunicationCapabilities" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TelecommunicationCapabilities/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TelecommunicationCapabilities", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TelecommunicationCapabilities", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TelecommunicationCapabilities", + "url": "http://terminology.hl7.org/ValueSet/v3-TelecommunicationCapabilities", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20312", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TelecommunicationCapabilities", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of direction to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-direction-codes" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/assert-direction-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AssertionDirectionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AssertionDirectionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "assert-direction-codes", + "url": "http://hl7.org/fhir/ValueSet/assert-direction-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.706", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/assert-direction-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies the state change of a target Act, such as a document or an entry, from its previous state as a predecessor Act. For example, if the target Act is the result of a predecessor Act being \"obsoleted\" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be \"obsoleted\".", + "compose": { + "include": [ + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-DC" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState/2014-08-07", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ProvenanceEventCurrentState", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetProvenanceEventCurrentState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ProvenanceEventCurrentState", + "url": "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20547", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-08-07", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProvenanceEventCurrentState", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0507 ( Observation Result Handling)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0507" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0507/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0507", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Observation Result Handling", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0507", + "url": "http://terminology.hl7.org/ValueSet/v2-0507", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0507", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of a subscription.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/subscription-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/subscription-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SubscriptionStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "SubscriptionStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "subscription-status", + "url": "http://hl7.org/fhir/ValueSet/subscription-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.502", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/subscription-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Conveys the mandated workflow action that an information custodian, receiver, or user must perform. Examples:\r\n encrypt Usage Note:\r\nPer OASIS XACML, an obligation is an operation specified in a policy or policy that is performed in conjunction with the enforcement of an access control decision.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "ObligationPolicy", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObligationPolicy/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ObligationPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetObligationPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ObligationPolicy", + "url": "http://terminology.hl7.org/ValueSet/v3-ObligationPolicy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20445", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObligationPolicy", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0223 ( Living Dependency)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0223" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0223/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0223", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Living Dependency", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0223", + "url": "http://terminology.hl7.org/ValueSet/v2-0223", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0223", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of actor - system or human.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/examplescenario-actor-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/examplescenario-actor-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExampleScenarioActorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExampleScenarioActorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "examplescenario-actor-type", + "url": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.858", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/examplescenario-actor-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a type relates to its baseDefinition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/type-derivation-rule" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/type-derivation-rule/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TypeDerivationRule", + "experimental": false, + "resourceType": "ValueSet", + "title": "TypeDerivationRule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "type-derivation-rule", + "url": "http://hl7.org/fhir/ValueSet/type-derivation-rule", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.673", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/type-derivation-rule", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0367 ( Alert level)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0367" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0367/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0367", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Alert level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0367", + "url": "http://terminology.hl7.org/ValueSet/v2-0367", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0367", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0920 ( Preferred Specimen/Attribute Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0920" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0920/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0920", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Preferred Specimen/Attribute Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0920", + "url": "http://terminology.hl7.org/ValueSet/v2-0920", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0920", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0206 ( Segment Action Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0206" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0206/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0206", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Segment Action Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0206", + "url": "http://terminology.hl7.org/ValueSet/v2-0206", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0206", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A supported modifier for a search parameter.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/search-modifier-code" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/search-modifier-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SearchModifierCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "SearchModifierCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "search-modifier-code", + "url": "http://hl7.org/fhir/ValueSet/search-modifier-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.639", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/search-modifier-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all medication refused, medication not administered, and non-administration of necessary drug or medicine codes from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "242990004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "182895007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTReasonMedicationNotGivenCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Reason Medication Not Given Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-not-given-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.342", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reason-medication-not-given-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Medication Status Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/medication-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Medication Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "medication-status", + "url": "http://hl7.org/fhir/ValueSet/medication-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.376", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0230 ( Procedure Functional Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0230" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0230/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0230", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Procedure Functional Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0230", + "url": "http://terminology.hl7.org/ValueSet/v2-0230", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0230", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The technique that is used to perform the process or preserve the specimen.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0373" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-processing-procedure/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecimenProcessingProcedure", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen processing procedure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-processing-procedure", + "url": "http://hl7.org/fhir/ValueSet/specimen-processing-procedure", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.469", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-processing-procedure", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Used for results by exposure in variant states such as low-risk, medium-risk and high-risk states.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/evidence-variant-state" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/evidence-variant-state/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EvidenceVariantState", + "experimental": false, + "resourceType": "ValueSet", + "title": "EvidenceVariantState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "evidence-variant-state", + "url": "http://hl7.org/fhir/ValueSet/evidence-variant-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1353", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/evidence-variant-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0460 ( Denial or rejection code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0460" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0460/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0460", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Denial or rejection code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0460", + "url": "http://terminology.hl7.org/ValueSet/v2-0460", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0460", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nCodes representing possible states of a RoleLink, as defined by the RoleLink class state machine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleLinkStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleLinkStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RoleLinkStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RoleLinkStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RoleLinkStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleLinkStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20413", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleLinkStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0225 ( Escort Required)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0225" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0225/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0225", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Escort Required", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0225", + "url": "http://terminology.hl7.org/ValueSet/v2-0225", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0225", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set captures the set of indicator codes defined by the CDS Hooks specification.", + "compose": { + "include": [ + { "system": "http://cds-hooks.hl7.org/CodeSystem/indicator" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/cdshooks-indicator/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Indicator", + "experimental": false, + "resourceType": "ValueSet", + "title": "CDSHooksIndicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "cdshooks-indicator", + "url": "http://hl7.org/fhir/ValueSet/cdshooks-indicator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1065", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cdshooks-indicator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0491 ( Specimen Quality)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0491" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0491/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0491", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Quality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0491", + "url": "http://terminology.hl7.org/ValueSet/v2-0491", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0491", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Used to specify why the normally expected content of the data element is missing.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/data-absent-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DataAbsentReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "DataAbsentReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "data-absent-reason", + "url": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.5", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/data-absent-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0427 ( Risk management incident code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0427" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0427/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0427", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Risk management incident code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0427", + "url": "http://terminology.hl7.org/ValueSet/v2-0427", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0427", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0339 ( Advanced Beneficiary Notice Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0339" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0339/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0339", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Advanced Beneficiary Notice Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0339", + "url": "http://terminology.hl7.org/ValueSet/v2-0339", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0339", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The styles of context conduction usable by relationships within a static model derived from tyhe HL7 Reference Information Model.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-HL7ContextConductionStyle" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-HL7ContextConductionStyle/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.HL7ContextConductionStyle", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System HL7ContextConductionStyle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-HL7ContextConductionStyle", + "url": "http://terminology.hl7.org/ValueSet/v3-HL7ContextConductionStyle", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20380", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-HL7ContextConductionStyle", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is the code representing the type of organizational setting where the clinical encounter, service, interaction, or treatment occurred. The value set used for Healthcare Facility Type has been defined by HITSP to be the value set reproduced from HITSP C80 Table 2-147.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "82242000", + "display": "Hospital-children's" + }, + { + "code": "225732001", + "display": "Hospital-community" + }, + { + "code": "79993009", + "display": "Hospital-government" + }, + { + "code": "32074000", + "display": "Hospital-long term care" + }, + { + "code": "4322002", + "display": "Hospital-military field" + }, + { "code": "224687002", "display": "Hospital-prison" }, + { + "code": "62480006", + "display": "Hospital-psychiatric" + }, + { + "code": "80522000", + "display": "Hospital-rehabilitation" + }, + { + "code": "36125001", + "display": "Hospital-trauma center" + }, + { + "code": "48311003", + "display": "Hospital-Veterans' Administration" + }, + { "code": "284546000", "display": "Hospice facility" }, + { "code": "42665001", "display": "Nursing home" }, + { + "code": "45618002", + "display": "Skilled nursing facility" + }, + { + "code": "418518002", + "display": "Dialysis unit--hospital" + }, + { + "code": "73770003", + "display": "Emergency department--hospital" + }, + { + "code": "69362002", + "display": "Hospital ambulatory surgery facility" + }, + { + "code": "52668009", + "display": "Hospital birthing center" + }, + { + "code": "360957003", + "display": "Hospital outpatient allergy clinic" + }, + { + "code": "10206005", + "display": "Hospital outpatient dental clinic" + }, + { + "code": "37550003", + "display": "Hospital outpatient dermatology clinic" + }, + { + "code": "73644007", + "display": "Hospital outpatient endocrinology clinic" + }, + { + "code": "31628002", + "display": "Hospital outpatient family medicine clinic" + }, + { + "code": "58482006", + "display": "Hospital outpatient gastroenterology clinic" + }, + { + "code": "90484001", + "display": "Hospital outpatient general surgery clinic" + }, + { + "code": "1814000", + "display": "Hospital outpatient geriatric health center" + }, + { + "code": "22549003", + "display": "Hospital outpatient gynecology clinic" + }, + { + "code": "56293002", + "display": "Hospital outpatient hematology clinic" + }, + { + "code": "360966004", + "display": "Hospital outpatient immunology clinic" + }, + { + "code": "2849009", + "display": "Hospital outpatient infectious disease clinic" + }, + { + "code": "14866005", + "display": "Hospital outpatient mental health center" + }, + { + "code": "38238005", + "display": "Hospital outpatient neurology clinic" + }, + { + "code": "56189001", + "display": "Hospital outpatient obstetrical clinic" + }, + { + "code": "89972002", + "display": "Hospital outpatient oncology clinic" + }, + { + "code": "78088001", + "display": "Hospital outpatient ophthalmology clinic" + }, + { + "code": "78001009", + "display": "Hospital outpatient orthopedics clinic" + }, + { + "code": "23392004", + "display": "Hospital outpatient otorhinolaryngology clinic" + }, + { + "code": "36293008", + "display": "Hospital outpatient pain clinic" + }, + { + "code": "3729002", + "display": "Hospital outpatient pediatric clinic" + }, + { + "code": "5584006", + "display": "Hospital outpatient peripheral vascular clinic" + }, + { + "code": "37546005", + "display": "Hospital outpatient rehabilitation clinic" + }, + { + "code": "57159002", + "display": "Hospital outpatient respiratory disease clinic" + }, + { + "code": "331006", + "display": "Hospital outpatient rheumatology clinic" + }, + { + "code": "50569004", + "display": "Hospital outpatient urology clinic" + }, + { + "code": "79491001", + "display": "Hospital radiology facility" + }, + { + "code": "33022008", + "display": "Hospital-based outpatient clinic or department--OTHER-NOT LISTED" + }, + { + "code": "19602009", + "display": "Fee-for-service private physicians' group office" + }, + { + "code": "39350007", + "display": "Private physicians' group office" + }, + { + "code": "83891005", + "display": "Solo practice private office" + }, + { + "code": "394759007", + "display": "Independent ambulatory care provider site--OTHER--NOT LISTED" + }, + { + "code": "405607001", + "display": "Ambulatory surgery center" + }, + { + "code": "309900005", + "display": "Care of the elderly day hospital" + }, + { + "code": "275576008", + "display": "Elderly assessment clinic" + }, + { + "code": "10531005", + "display": "Free-standing ambulatory surgery facility" + }, + { + "code": "91154008", + "display": "Free-standing birthing center" + }, + { + "code": "41844007", + "display": "Free-standing geriatric health center" + }, + { + "code": "45899008", + "display": "Free-standing laboratory facility" + }, + { + "code": "51563005", + "display": "Free-standing mental health center" + }, + { + "code": "1773006", + "display": "Free-standing radiology facility" + }, + { + "code": "72311000", + "display": "Health maintenance organization" + }, + { + "code": "6827000", + "display": "Local community health center" + }, + { + "code": "309898008", + "display": "Psychogeriatric day hospital" + }, + { + "code": "39913001", + "display": "Residential school infirmary" + }, + { + "code": "77931003", + "display": "Rural health center" + }, + { + "code": "25681007", + "display": "Sexually transmitted disease health center" + }, + { + "code": "20078004", + "display": "Substance abuse treatment center" + }, + { "code": "46224007", "display": "Vaccination clinic" }, + { "code": "81234003", "display": "Walk-in clinic" }, + { + "code": "35971002", + "display": "Ambulatory care site--OTHER--NOT LISTED" + }, + { + "code": "11424001", + "display": "Ambulance-based care" + }, + { + "code": "409519008", + "display": "Contained casualty setting" + }, + { + "code": "901005", + "display": "Helicopter-based care" + }, + { "code": "2081004", "display": "Hospital ship" }, + { + "code": "59374000", + "display": "Traveler's aid clinic" + }, + { + "code": "413456002", + "display": "Adult day care center" + }, + { + "code": "413817003", + "display": "Child day care center" + }, + { + "code": "310205006", + "display": "Private residential home" + }, + { + "code": "419955002", + "display": "Residential institution" + }, + { "code": "272501009", "display": "Sports facility" }, + { + "code": "394777002", + "display": "Health encounter site--NOT LISTED" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/c80-facilitycodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HITSP", + "fhirVersion": null, + "name": "FacilityTypeCodeValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Facility Type Code Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "c80-facilitycodes", + "url": "http://hl7.org/fhir/ValueSet/c80-facilitycodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.67", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/c80-facilitycodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0332 ( Network Source Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0332" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0332/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0332", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Network Source Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0332", + "url": "http://terminology.hl7.org/ValueSet/v2-0332", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0332", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/identity-assuranceLevel" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/identity-assuranceLevel/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "IdentityAssuranceLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "IdentityAssuranceLevel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "identity-assuranceLevel", + "url": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.656", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/identity-assuranceLevel", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Defines the timing and grouping of the response instances. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be verified.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ResponseModality" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ResponseModality/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ResponseModality", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ResponseModality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ResponseModality", + "url": "http://terminology.hl7.org/ValueSet/v3-ResponseModality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.394", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ResponseModality", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0562 ( Processing Consideration Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0562" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0562/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0562", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Processing Consideration Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0562", + "url": "http://terminology.hl7.org/ValueSet/v2-0562", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0562", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Distinguishes groups from questions and display text and indicates data type for questions.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/item-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/item-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QuestionnaireItemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuestionnaireItemType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "item-type", + "url": "http://hl7.org/fhir/ValueSet/item-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.444", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/item-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines how concepts are processed into the expansion when it's for UI presentation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/expansion-processing-rule" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/expansion-processing-rule/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExpansionProcessingRule", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExpansionProcessingRule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "expansion-processing-rule", + "url": "http://hl7.org/fhir/ValueSet/expansion-processing-rule", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1280", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/expansion-processing-rule", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for condition predecessor codes.", + "compose": { "include": [{ "system": "http://snomed.info/sct" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-predecessor/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionPredecessorCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Predecessor Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-predecessor", + "url": "http://hl7.org/fhir/ValueSet/condition-predecessor", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.966", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-predecessor", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0925 ( Phlebotomy Issue)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0925" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0925/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0925", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Phlebotomy Issue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0925", + "url": "http://terminology.hl7.org/ValueSet/v2-0925", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0925", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nThis code system contains all HL7 artifacts of type TE (Trigger Event) that are created by HL7 or its affiliates or their designates using the realm namespacing rules approved by HL7. Local implementations who create trigger events outside of these namespacing rules, (e.g. using the ZZ realm code) must register their own code system. The specific list of legal codes can be found by consulting the HL7 publications (editions, ballots, implementation guides, etc.) published by HL7 Inc. and by the various HL7 affiliates and their designates. Codes shall be expressed in upper case, with separator as shown in HL7 publications with no version id. E.g. PORX_TE123456UV.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-triggerEventID" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-triggerEventID/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.triggerEventID", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System triggerEventID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-triggerEventID", + "url": "http://terminology.hl7.org/ValueSet/v3-triggerEventID", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20324", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-triggerEventID", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0178 ( FILE-LEVEL EVENT CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0178" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0178/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0178", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 FILE-LEVEL EVENT CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0178", + "url": "http://terminology.hl7.org/ValueSet/v2-0178", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0178", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0258 ( Relationship Modifier)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0258" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0258/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0258", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relationship Modifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0258", + "url": "http://terminology.hl7.org/ValueSet/v2-0258", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0258", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Parties that may or should contribute or have contributed information to the Act. Such information includes information leading to the decision to perform the Act and how to perform the Act (e.g., consultant), information that the Act itself seeks to reveal (e.g., informant of clinical history), or information about what Act was performed (e.g., informant witness).", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "_ParticipationInformationGenerator" } + ] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ParticipationInformationGenerator", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationInformationGenerator/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationInformationGenerator", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationInformationGenerator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationInformationGenerator", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationInformationGenerator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10251", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationInformationGenerator", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines the kinds of conditions that can appear on actions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-condition-kind" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-condition-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionConditionKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionConditionKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-condition-kind", + "url": "http://hl7.org/fhir/ValueSet/action-condition-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.815", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-condition-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0209 ( Relational Operator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0209" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0209/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0209", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relational Operator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0209", + "url": "http://terminology.hl7.org/ValueSet/v2-0209", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0209", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The risk of an adverse reaction (allergy or intolerance) for this patient upon exposure to the substance (including pharmaceutical products).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/allerg-intol-substance-exp-risk" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceSubstanceExposureRisk", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceSubstanceExposureRisk", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "allerg-intol-substance-exp-risk", + "url": "http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.940", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allerg-intol-substance-exp-risk", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationAdministration Status Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-admin-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-admin-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationAdministration Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication administration status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "medication-admin-status", + "url": "http://hl7.org/fhir/ValueSet/medication-admin-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.340", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-admin-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0298 ( CP Range Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0298" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0298/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0298", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CP Range Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0298", + "url": "http://terminology.hl7.org/ValueSet/v2-0298", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0298", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0177 ( CONFIDENTIALITY CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0177" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0177/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0177", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CONFIDENTIALITY CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0177", + "url": "http://terminology.hl7.org/ValueSet/v2-0177", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0177", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Identifies the storage status of a document.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentStorage" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-DocumentStorage/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.DocumentStorage", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System DocumentStorage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-DocumentStorage", + "url": "http://terminology.hl7.org/ValueSet/v3-DocumentStorage", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-DocumentStorage", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0253 ( Indirect Exposure Mechanism)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0253" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0253/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0253", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Indirect Exposure Mechanism", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0253", + "url": "http://terminology.hl7.org/ValueSet/v2-0253", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0253", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The current status of the task.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/task-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/task-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TaskStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "TaskStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "task-status", + "url": "http://hl7.org/fhir/ValueSet/task-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.790", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/task-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes that define what the server is capable of.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/smart-capabilities" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/smart-capabilities/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SmartCapabilities", + "experimental": false, + "resourceType": "ValueSet", + "title": "SmartCapabilities", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "smart-capabilities", + "url": "http://hl7.org/fhir/ValueSet/smart-capabilities", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1018", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/smart-capabilities", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0366 ( Local/remote control state)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0366" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0366/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0366", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Local/remote control state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0366", + "url": "http://terminology.hl7.org/ValueSet/v2-0366", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0366", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all possible codes from BCP-47 (http://tools.ietf.org/html/bcp47)", + "compose": { "include": [{ "system": "urn:ietf:bcp:47" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/all-languages/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "AllLanguages", + "experimental": false, + "resourceType": "ValueSet", + "title": "All Languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "all-languages", + "url": "http://hl7.org/fhir/ValueSet/all-languages", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.21", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/all-languages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " An Act whose immediate and primary outcome (post-condition) is the alteration of the physical condition of the subject. Examples:\r\n: Procedures may involve the disruption of some body surface (e.g. an incision in a surgical procedure), but they also include conservative procedures such as reduction of a luxated join, chiropractic treatment, massage, balneotherapy, acupuncture, shiatsu, etc. Outside of clinical medicine, procedures may be such things as alteration of environments (e.g. straightening rivers, draining swamps, building dams) or the repair or change of machinery etc.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "PROC", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassProcedure/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassProcedure", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassProcedure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassProcedure", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassProcedure", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19665", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassProcedure", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the administered dose of vaccine.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/event-status", + "concept": [ + { "code": "completed" }, + { "code": "entered-in-error" }, + { "code": "not-done" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "immunization-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.295", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0365 ( Equipment state)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0365" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0365/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0365", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Equipment state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0365", + "url": "http://terminology.hl7.org/ValueSet/v2-0365", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0365", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0150 ( PRECERTIFICATION PATIENT TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0150" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0150/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0150", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PRECERTIFICATION PATIENT TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0150", + "url": "http://terminology.hl7.org/ValueSet/v2-0150", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0150", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the kinds of special arrangements in place for a patients visit.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/encounter-special-arrangements" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-special-arrangements/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecialArrangements", + "experimental": false, + "resourceType": "ValueSet", + "title": "Special arrangements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-special-arrangements", + "url": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.253", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-special-arrangements", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0459 ( Reimbursement Action Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0459" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0459/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0459", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Reimbursement Action Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0459", + "url": "http://terminology.hl7.org/ValueSet/v2-0459", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0459", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0292 ( Vaccines Administered)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0292" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0292/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0292", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Vaccines Administered", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0292", + "url": "http://terminology.hl7.org/ValueSet/v2-0292", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0292", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A code specifying the state of the resource instance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/explanationofbenefit-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/explanationofbenefit-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExplanationOfBenefitStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExplanationOfBenefitStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "explanationofbenefit-status", + "url": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.618", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/explanationofbenefit-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How an entity was used in an activity.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/provenance-entity-role" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-entity-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProvenanceEntityRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "ProvenanceEntityRole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "provenance-entity-role", + "url": "http://hl7.org/fhir/ValueSet/provenance-entity-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.436", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-entity-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example set of codes that can be used for billing purposes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/chargeitem-billingcodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/chargeitem-billingcodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ChargeItemCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "ChargeItemCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "chargeitem-billingcodes", + "url": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.848", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/chargeitem-billingcodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nCodes for concepts describing the approval level of HL7 artifacts. This code system reflects the concepts expressed in HL7's Governance & Operations Manual (GOM) past and present.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7ApprovalStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7ApprovalStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7ApprovalStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7ApprovalStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7ApprovalStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7ApprovalStatus", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7ApprovalStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0504 ( Sequence Condition Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0504" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0504/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0504", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sequence Condition Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0504", + "url": "http://terminology.hl7.org/ValueSet/v2-0504", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0504", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Any of the above service moods (e.g., event, intent, or goal) can be turned into a predicate used as a criterion to express conditionals (or queries.) However, currently we allow only criteria on service events.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "concept": [{ "code": "_ActMoodPredicate" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActMoodPredicate", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActMoodPredicate/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActMoodPredicate", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActMoodPredicate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActMoodPredicate", + "url": "http://terminology.hl7.org/ValueSet/v3-ActMoodPredicate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10202", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActMoodPredicate", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0702 ( Cycle Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0702" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0702/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0702", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Cycle Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0702", + "url": "http://terminology.hl7.org/ValueSet/v2-0702", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0702", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for security control.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-security-control" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-control/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceSecurityControlCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Security Control codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-control", + "url": "http://hl7.org/fhir/ValueSet/contract-security-control", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1222", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-security-control", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Payee Type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/payeetype" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/payeetype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "Claim Payee Type Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "PayeeType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payeetype", + "url": "http://hl7.org/fhir/ValueSet/payeetype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.31", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/payeetype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The kind of response to a message.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/response-code" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/response-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResponseType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResponseType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "response-code", + "url": "http://hl7.org/fhir/ValueSet/response-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.380", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/response-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0742 ( DRG Status Financial Calculation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0742" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0742/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0742", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG Status Financial Calculation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0742", + "url": "http://terminology.hl7.org/ValueSet/v2-0742", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0742", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0793 ( Ruling Act)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0793" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0793/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0793", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Ruling Act", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0793", + "url": "http://terminology.hl7.org/ValueSet/v2-0793", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0793", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0778 ( Item Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0778" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0778/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0778", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Item Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0778", + "url": "http://terminology.hl7.org/ValueSet/v2-0778", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0778", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0175 ( MASTER FILE IDENTIFIER CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0175" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0175/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0175", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MASTER FILE IDENTIFIER CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0175", + "url": "http://terminology.hl7.org/ValueSet/v2-0175", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0175", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range for a particular target population.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/referencerange-meaning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationReferenceRangeMeaningCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Reference Range Meaning Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "referencerange-meaning", + "url": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.397", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/referencerange-meaning", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A version specific list of the data types defined by the FHIR specification for use as an element type (any of the FHIR defined data types).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/data-types" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/data-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DataType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DataType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "data-types", + "url": "http://hl7.org/fhir/ValueSet/data-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.22", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/data-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0185 ( Preferred Method Of Contrct)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0185" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0185/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0185", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Preferred Method Of Contrct", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0185", + "url": "http://terminology.hl7.org/ValueSet/v2-0185", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0185", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of relations between entries.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/relation-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/relation-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CatalogEntryRelationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "CatalogEntryRelationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "relation-type", + "url": "http://hl7.org/fhir/ValueSet/relation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1028", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/relation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes", + "compose": { "include": [{ "system": "http://unitsofmeasure.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-units/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "UCUMCodes", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "UCUM Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "ucum-units", + "url": "http://hl7.org/fhir/ValueSet/ucum-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.912", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A set codes that define the functional status of an implanted device.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/implantStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/implantStatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "Implant Status", + "experimental": false, + "resourceType": "ValueSet", + "title": "Implant Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "implantStatus", + "url": "http://hl7.org/fhir/ValueSet/implantStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1282", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/implantStatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0550 ( Body Parts)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0550" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0550/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0550", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Body Parts", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0550", + "url": "http://terminology.hl7.org/ValueSet/v2-0550", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0550", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The current state of the list.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/list-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ListStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ListStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-status", + "url": "http://hl7.org/fhir/ValueSet/list-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.326", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the type of care team.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "LA27975-4", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA27976-2", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA27977-0", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA27978-8", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA28865-6", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA28866-4", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA27980-4", + "property": "concept" + } + ], + "system": "http://loinc.org" + }, + { + "filter": [ + { + "op": "is-a", + "value": "LA28867-2", + "property": "concept" + } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-team-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "CareTeamCategory", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Team category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-team-category", + "url": "http://hl7.org/fhir/ValueSet/care-team-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.155", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-team-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Situation codes describing the reason that a procedure, which might otherwise be expected, was not performed, or a procedure that was started and was not completed. Consists of SNOMED CT codes, children of procedure contraindicated (183932001), procedure discontinued (416406003), procedure not done (416237000), procedure not indicated (428119001), procedure not offered (416064006), procedure not wanted (416432009), procedure refused (183944003), and procedure stopped (394908001).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "183932001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416406003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416237000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "428119001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416064006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416432009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "183944003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "394908001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-not-performed-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Health Level Seven, Inc. - CQI WG", + "fhirVersion": null, + "name": "ProcedureNotPerformedReason(SNOMED-CT)", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Not Performed Reason (SNOMED-CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "procedure-not-performed-reason", + "url": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.431", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-not-performed-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/CQI", + "system": "url" + } + ] + } + ] + }, + { + "description": "ENSEMBL reference sequence identifiers", + "compose": { "include": [{ "system": "http://www.ensembl.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ensembl/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "ENSEMBL", + "experimental": false, + "resourceType": "ValueSet", + "title": "E n s e m b l", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ensembl", + "url": "http://hl7.org/fhir/ValueSet/ensembl", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1040", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ensembl", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0104 ( VERSION CONTROL TABLE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0104" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0104/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0104", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 VERSION CONTROL TABLE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0104", + "url": "http://terminology.hl7.org/ValueSet/v2-0104", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0104", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Common UCUM units for recording Vital Signs", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "%", "display": "percent" }, + { "code": "cm", "display": "centimeter" }, + { "code": "[in_i]", "display": "inch (international)" }, + { "code": "kg", "display": "kilogram" }, + { "code": "g", "display": "gram" }, + { + "code": "[lb_av]", + "display": "pound (US and British)" + }, + { "code": "Cel", "display": "degree Celsius" }, + { "code": "[degF]", "display": "degree Fahrenheit" }, + { + "code": "mm[Hg]", + "display": "millimeter of mercury" + }, + { "code": "/min", "display": "per minute" }, + { + "code": "kg/m2", + "display": "kilogram / (meter ^ 2)" + }, + { "code": "m2", "display": "square meter" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-vitals-common/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "VitalSignsUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vital Signs Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-vitals-common", + "url": "http://hl7.org/fhir/ValueSet/ucum-vitals-common", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.955", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-vitals-common", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipCheckpoint" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipCheckpoint/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActRelationshipCheckpoint", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActRelationshipCheckpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActRelationshipCheckpoint", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipCheckpoint", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10349", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipCheckpoint", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A person who verifies the correctness and appropriateness of the service (plan, order, event, etc.) and hence takes on accountability.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "VRF", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationVerifier/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationVerifier", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationVerifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationVerifier", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationVerifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10259", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationVerifier", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " HtmlLinkType values are drawn from HTML 4.0 and describe the relationship between the current document and the anchor that is the target of the link", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-HtmlLinkType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-HtmlLinkType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.HtmlLinkType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System HtmlLinkType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-HtmlLinkType", + "url": "http://terminology.hl7.org/ValueSet/v3-HtmlLinkType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11017", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-HtmlLinkType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes indicating the degree of authority/intentionality associated with a care plan.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/request-intent", + "concept": [ + { "code": "proposal" }, + { "code": "plan" }, + { "code": "order" }, + { "code": "option" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-intent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "CarePlanIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Plan Intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-plan-intent", + "url": "http://hl7.org/fhir/ValueSet/care-plan-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.150", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-plan-intent", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0279 ( Allow Substitution Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0279" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0279/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0279", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Allow Substitution Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0279", + "url": "http://terminology.hl7.org/ValueSet/v2-0279", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0279", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0818 ( Package)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0818" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0818/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0818", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Package", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0818", + "url": "http://terminology.hl7.org/ValueSet/v2-0818", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0818", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A role of a place that further classifies the setting (e.g., accident site, road side, work site, community location) in which services are delivered.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [{ "code": "_ServiceDeliveryLocationRoleType" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ServiceDeliveryLocationRoleType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ServiceDeliveryLocationRoleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetServiceDeliveryLocationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "id": "v3-ServiceDeliveryLocationRoleType", + "url": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17660", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ServiceDeliveryLocationRoleType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the outcome of a care plan activity. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "397640006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-activity-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "CarePlanActivityOutcome", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Plan Activity Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-plan-activity-outcome", + "url": "http://hl7.org/fhir/ValueSet/care-plan-activity-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.149", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-plan-activity-outcome", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Prescription Product codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/vision-product/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleVisionPrescriptionProductCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Vision Prescription Product Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "vision-product", + "url": "http://hl7.org/fhir/ValueSet/vision-product", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.658", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vision-product", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0514 ( Transfusion Adverse Reaction)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0514" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0514/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0514", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Transfusion Adverse Reaction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0514", + "url": "http://terminology.hl7.org/ValueSet/v2-0514", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0514", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Substance category codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/substance-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/substance-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "name": "SubstanceCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Substance Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "substance-category", + "url": "http://hl7.org/fhir/ValueSet/substance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.476", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/substance-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0128 ( ALLERGY SEVERITY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0128" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0128/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0128", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ALLERGY SEVERITY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0128", + "url": "http://terminology.hl7.org/ValueSet/v2-0128", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0128", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.", + "compose": { + "include": [{ "system": "http://healthit.gov/nhin/purposeofuse" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/nhin-purposeofuse/4.0.1", + "date": "2010-01-29", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Nationwide Health Information Network (NHIN)", + "fhirVersion": null, + "name": "NHIN PurposeOfUse", + "experimental": false, + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-map", + "valueCanonical": "#map" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "contained": [ + { + "id": "map", + "name": "NHIN / V3 Mapping", + "group": [ + { + "source": "http://healthit.gov/nhin/purposeofuse", + "target": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "element": [ + { + "code": "TREATMENT", + "target": [ + { + "code": "TREAT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "PAYMENT", + "target": [ + { + "code": "HPAYMT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "OPERATIONS", + "target": [ + { + "code": "HOPERAT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "SYSADMIN", + "target": [ + { + "code": "SYSADMIN", + "equivalence": "equivalent" + } + ] + }, + { + "code": "FRAUD", + "target": [ + { + "code": "FRAUD", + "equivalence": "equivalent" + } + ] + }, + { + "code": "PSYCHOTHERAPY", + "target": [ + { + "code": "PSYCHOTHERAPY", + "equivalence": "equivalent" + } + ] + }, + { + "code": "TRAINING", + "target": [ + { + "code": "TRAINING", + "equivalence": "equivalent" + } + ] + }, + { + "code": "LEGAL", + "target": [ + { + "code": "HLEGAL", + "equivalence": "equivalent" + } + ] + }, + { + "code": "MARKETING", + "target": [ + { + "code": "HMARKT", + "comment": "Not clear how much difference there is between 'marketing' and 'healthcare marketing'", + "equivalence": "narrower" + } + ] + }, + { + "code": "DIRECTORY", + "target": [ + { + "code": "HDIRECT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "DISASTER", + "target": [ + { + "code": "DISASTER", + "equivalence": "equivalent" + } + ] + }, + { + "code": "PUBLICHEALTH", + "target": [ + { + "code": "PUBHLTH", + "equivalence": "equivalent" + } + ] + }, + { + "code": "JUDICIAL", + "target": [ + { + "code": "HLEGAL", + "equivalence": "equivalent" + } + ] + }, + { + "code": "LAW", + "target": [ + { + "code": "HLEGAL", + "equivalence": "equivalent" + } + ] + }, + { + "code": "DONATION", + "target": [ + { + "code": "DONAT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "RESEARCH", + "target": [ + { + "code": "HRESCH", + "comment": "Not clear how much difference there is between 'research' and 'healthcare research'", + "equivalence": "narrower" + } + ] + }, + { + "code": "THREAT", + "target": [ + { + "code": "THREAT", + "equivalence": "equivalent" + } + ] + }, + { + "code": "GOVERNMENT", + "target": [ + { + "code": "GOV", + "equivalence": "equivalent" + } + ] + }, + { + "code": "COVERAGE", + "target": [ + { + "code": "OVAUTH", + "equivalence": "equivalent" + } + ] + }, + { + "code": "REQUEST", + "target": [ + { + "code": "PATRQT", + "equivalence": "equivalent" + } + ] + } + ] + } + ], + "status": "draft", + "resourceType": "ConceptMap", + "sourceCanonical": "http://hl7.org/fhir/ValueSet/nhin-purposeofuse", + "targetCanonical": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + ], + "status": "active", + "id": "nhin-purposeofuse", + "url": "http://hl7.org/fhir/ValueSet/nhin-purposeofuse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/nhin-purposeofuse", + "contact": [ + { + "telecom": [ + { + "value": "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0180 ( REcord Level Event Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0180" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0180/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0180", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 REcord Level Event Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0180", + "url": "http://terminology.hl7.org/ValueSet/v2-0180", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0180", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines organization behavior of a group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-grouping-behavior" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-grouping-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionGroupingBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionGroupingBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-grouping-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-grouping-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.799", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-grouping-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Domain values for the Device.Alert_levelCode", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DeviceAlertLevel" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-DeviceAlertLevel/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.DeviceAlertLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System DeviceAlertLevel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-DeviceAlertLevel", + "url": "http://terminology.hl7.org/ValueSet/v3-DeviceAlertLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14066", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-DeviceAlertLevel", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "More detailed code concerning the type of the audit event - defined by DICOM with some FHIR specific additions.", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { "code": "110120" }, + { "code": "110121" }, + { "code": "110122" }, + { "code": "110123" }, + { "code": "110124" }, + { "code": "110125" }, + { "code": "110126" }, + { "code": "110127" }, + { "code": "110128" }, + { "code": "110129" }, + { "code": "110130" }, + { "code": "110131" }, + { "code": "110132" }, + { "code": "110133" }, + { "code": "110134" }, + { "code": "110135" }, + { "code": "110136" }, + { "code": "110137" }, + { "code": "110138" }, + { "code": "110139" }, + { "code": "110140" }, + { "code": "110141" }, + { "code": "110142" } + ] + }, + { "system": "http://hl7.org/fhir/restful-interaction" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-sub-type/4.0.1", + "date": "2010-08-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "NEMA/DICOM", + "fhirVersion": null, + "name": "AuditEventSub-Type", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Sub-Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "audit-event-sub-type", + "url": "http://hl7.org/fhir/ValueSet/audit-event-sub-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.464", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-event-sub-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Codes representing the defined possible states of an Role, as defined by the Role class state machine.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleStatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleStatus/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RoleStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RoleStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RoleStatus", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleStatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15999", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleStatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0234 ( Report Timing)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0234" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0234/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0234", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Report Timing", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0234", + "url": "http://terminology.hl7.org/ValueSet/v2-0234", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0234", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0871 ( Supply Risk Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0871" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0871/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0871", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Supply Risk Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0871", + "url": "http://terminology.hl7.org/ValueSet/v2-0871", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0871", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Processing consideration and clarification codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActInvoiceElementModifier" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActInvoiceElementModifier/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActInvoiceElementModifier", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActInvoiceElementModifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActInvoiceElementModifier", + "url": "http://terminology.hl7.org/ValueSet/v3-ActInvoiceElementModifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17704", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActInvoiceElementModifier", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A collection of codes specifying why a valid value is not present.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-NullFlavor/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.NullFlavor", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System NullFlavor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-NullFlavor", + "url": "http://terminology.hl7.org/ValueSet/v3-NullFlavor", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10609", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-NullFlavor", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Direction in which lists of possible answers should be displayed.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/choice-list-orientation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/choice-list-orientation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ChoiceListOrientation", + "experimental": false, + "resourceType": "ValueSet", + "title": "ChoiceListOrientation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "choice-list-orientation", + "url": "http://hl7.org/fhir/ValueSet/choice-list-orientation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.933", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/choice-list-orientation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0237 ( Event Qualification)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0237" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0237/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0237", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event Qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0237", + "url": "http://terminology.hl7.org/ValueSet/v2-0237", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0237", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes identifying atomic results of observations when value is type codeableConcept. This value set includes all the children of SNOMED CT Concepts from SCTIDs 404684003 Clinical finding (finding), 410607006 Organism (organism),362981000 Qualifier value (qualifier value), 105590001 Substance (substance), and 123037004 Body structure (body structure). It is provided as a suggestive example", + "compose": { "include": [{ "system": "http://snomed.info/sct" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequence-species/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Clinical Genomics Team", + "fhirVersion": null, + "name": "SNOMEDCTCodesForSpecies", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Codes for species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "sequence-species", + "url": "http://hl7.org/fhir/ValueSet/sequence-species", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.216", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequence-species", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How a search parameter relates to the set of elements returned by evaluating its xpath query.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-xpath-usage" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/search-xpath-usage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "XPathUsageType", + "experimental": false, + "resourceType": "ValueSet", + "title": "XPathUsageType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "search-xpath-usage", + "url": "http://hl7.org/fhir/ValueSet/search-xpath-usage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.635", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/search-xpath-usage", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0907 ( Confidentiality)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0907" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0907/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0907", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Confidentiality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0907", + "url": "http://terminology.hl7.org/ValueSet/v2-0907", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0907", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "14647-2", + "display": "Cholesterol [Moles/Volume]" + }, + { + "code": "2093-3", + "display": "Cholesterol [Mass/Volume]" + }, + { + "code": "35200-5", + "display": "Cholesterol [Mass Or Moles/Volume]" + }, + { + "code": "9342-7", + "display": "Cholesterol [Percentile]" + } + ], + "version": "2.36" + } + ], + "inactive": true, + "lockedDate": "2012-06-13" + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/example-extensional/4.0.1", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { "coding": [{ "code": "US", "system": "urn:iso:std:iso:3166" }] } + ], + "purpose": "This value set was published by ACME Inc in order to make clear which codes are used for Cholesterol by AcmeClinicals (Adult Ambulatory care support in USA)", + "name": "LOINC Codes for Cholesterol in Serum/Plasma", + "useContext": [ + { + "code": { + "code": "age", + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" + }, + "valueQuantity": { + "code": "a", + "unit": "yrs", + "value": 18, + "system": "http://unitsofmeasure.org", + "comparator": ">" + } + } + ], + "copyright": "This content from LOINC ® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-extensional", + "url": "http://hl7.org/fhir/ValueSet/example-extensional", + "identifier": [ + { + "value": "loinc-cholesterol-int", + "system": "http://acme.com/identifiers/valuesets" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-extensional", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "Ability of the primary source to push updates/alerts", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/can-push-updates" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "can-push-updates", + "experimental": false, + "resourceType": "ValueSet", + "title": "Can-push-updates", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-can-push-updates", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.896", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-can-push-updates", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "LP43571-6", + "property": "parent" + } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/example-expansion/4.0.1", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LOINC Codes for Cholesterol in Serum/Plasma", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "expansion": { + "total": 8, + "offset": 0, + "contains": [ + { + "code": "14647-2", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/volume] in Serum or Plasma", + "version": "2.50" + }, + { + "display": "Cholesterol codes", + "abstract": true, + "contains": [ + { + "code": "2093-3", + "system": "http://loinc.org", + "display": "Cholesterol [Mass/volume] in Serum or Plasma", + "version": "2.50" + }, + { + "code": "48620-9", + "system": "http://loinc.org", + "display": "Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate", + "version": "2.50" + }, + { + "code": "9342-7", + "system": "http://loinc.org", + "display": "Cholesterol [Percentile]", + "version": "2.50" + } + ] + }, + { + "display": "Cholesterol Ratios", + "abstract": true, + "contains": [ + { + "code": "2096-6", + "system": "http://loinc.org", + "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", + "version": "2.50" + }, + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", + "version": "2.50" + }, + { + "code": "48089-7", + "system": "http://loinc.org", + "display": "Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma", + "version": "2.50" + }, + { + "code": "55838-7", + "system": "http://loinc.org", + "display": "Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma", + "version": "2.50" + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", + "valueUri": "http://hl7.org/fhir/ValueSet/example-extensional" + } + ], + "parameter": [{ "name": "version", "valueString": "2.50" }], + "timestamp": "2015-06-22T13:56:07Z", + "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-expansion", + "url": "http://hl7.org/fhir/ValueSet/example-expansion", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-expansion", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0489 ( Risk Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0489" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0489/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0489", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Risk Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0489", + "url": "http://terminology.hl7.org/ValueSet/v2-0489", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0489", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This attribute contains an acknowledgement code as described in the HL7 message processing rules. OpenIssue:\r\nDescription was copied from attribute and needs to be improved to be appropriate for a code system.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AcknowledgementType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AcknowledgementType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AcknowledgementType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AcknowledgementType", + "url": "http://terminology.hl7.org/ValueSet/v3-AcknowledgementType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.8", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AcknowledgementType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A set of codes specifying the modality by which the Entity playing the Role is participating in the Act. Examples:\r\nPhysically present, over the telephone, written communication. Rationale:\r\nParticularly for author (originator) participants this is used to specify whether the information represented by the act was initially provided verbally, (hand-)written, or electronically. Open Issue:\r\nThere needs to be a reexamination of the hierarchies as there seems to be some muddling between ELECTRONIC and other concepts that involve electronic communication that are in other hierarchies.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ParticipationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ParticipationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ParticipationMode", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/spdx-license" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/spdx-license/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SPDXLicense", + "experimental": false, + "resourceType": "ValueSet", + "title": "SPDXLicense", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "spdx-license", + "url": "http://hl7.org/fhir/ValueSet/spdx-license", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1026", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/spdx-license", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Identifies types of dispensing events", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [{ "code": "_ActPharmacySupplyType" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActPharmacySupplyType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActPharmacySupplyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActPharmacySupplyType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "active", + "id": "v3-ActPharmacySupplyType", + "url": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16208", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActPharmacySupplyType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of a guidance response.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guidance-response-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/guidance-response-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GuidanceResponseStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "GuidanceResponseStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "guidance-response-status", + "url": "http://hl7.org/fhir/ValueSet/guidance-response-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.817", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/guidance-response-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " The codes identify the conditions under which accept acknowledgements are required to be returned in response to this message. Note that accept acknowledgement address two different issues at the same time: reliable transport as well as syntactical correctness", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementCondition" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AcknowledgementCondition/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AcknowledgementCondition", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AcknowledgementCondition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AcknowledgementCondition", + "url": "http://terminology.hl7.org/ValueSet/v3-AcknowledgementCondition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.155", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AcknowledgementCondition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0763 ( DRG Procedure Relevance)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0763" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0763/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0763", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG Procedure Relevance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0763", + "url": "http://terminology.hl7.org/ValueSet/v2-0763", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0763", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0642 ( Reorder Theory Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0642" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0642/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0642", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Reorder Theory Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0642", + "url": "http://terminology.hl7.org/ValueSet/v2-0642", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0642", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-publicationstatus" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-publicationstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourcePublicationStatusCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Publication Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-publicationstatus", + "url": "http://hl7.org/fhir/ValueSet/contract-publicationstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1208", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-publicationstatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Defines the type of structure that a definition is describing.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/structure-definition-kind" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/structure-definition-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureDefinitionKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureDefinitionKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "structure-definition-kind", + "url": "http://hl7.org/fhir/ValueSet/structure-definition-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.668", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structure-definition-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0130 ( Visit user code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0130" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0130/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0130", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Visit user code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0130", + "url": "http://terminology.hl7.org/ValueSet/v2-0130", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0130", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0360 ver 2.6 ( Degree/license/certificate)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.3.1" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.3.1-0360/0360", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0360.2.3.1", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0360, Version 2.3.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-2.3.1-0360", + "url": "http://terminology.hl7.org/ValueSet/v2-2.3.1-0360", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0360", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.3.1-0360", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Exception codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claim-exception" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-exception/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExceptionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Exception Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-exception", + "url": "http://hl7.org/fhir/ValueSet/claim-exception", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.580", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-exception", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/codesystem-content-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/codesystem-content-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CodeSystemContentMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "CodeSystemContentMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "codesystem-content-mode", + "url": "http://hl7.org/fhir/ValueSet/codesystem-content-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.782", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-content-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0281 ( Referral Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0281" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0281/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0281", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0281", + "url": "http://terminology.hl7.org/ValueSet/v2-0281", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0281", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0162 ( ROUTE OF ADMINISTRATION)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0162" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0162/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0162", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ROUTE OF ADMINISTRATION", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0162", + "url": "http://terminology.hl7.org/ValueSet/v2-0162", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0162", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0190 ( Adress Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0190" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0190/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0190", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Adress Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0190", + "url": "http://terminology.hl7.org/ValueSet/v2-0190", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0190", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/dicom-cid29"] }, + { + "system": "http://terminology.hl7.org/CodeSystem/media-modality" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/media-modality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MediaModality", + "copyright": "This resource includes content from the Digital Imaging and Communications in Medicine (DICOM) Standard, Copyright 2011 by the National Electrical Manufacturers Association", + "experimental": false, + "resourceType": "ValueSet", + "title": "Media Modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "media-modality", + "url": "http://hl7.org/fhir/ValueSet/media-modality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1001", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/media-modality", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for security category.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-security-category" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-category", + "url": "http://hl7.org/fhir/ValueSet/contract-security-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1220", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-security-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Controls how multiple enableWhen values are interpreted - whether all or any must be true.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-enable-behavior" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EnableWhenBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "EnableWhenBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "questionnaire-enable-behavior", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1007", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-enable-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "European Bioinformatics Institute", + "compose": { + "include": [{ "system": "http://www.ebi.ac.uk/ipd/imgt/hla" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allelename/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "HLA", + "experimental": false, + "resourceType": "ValueSet", + "title": "H l a", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "allelename", + "url": "http://hl7.org/fhir/ValueSet/allelename", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1045", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allelename", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The media type of the expression language.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/expression-language" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/expression-language/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExpressionLanguage", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExpressionLanguage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "expression-language", + "url": "http://hl7.org/fhir/ValueSet/expression-language", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.105", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/expression-language", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The results of executing an action.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/report-action-result-codes" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/report-action-result-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TestReportActionResult", + "experimental": false, + "resourceType": "ValueSet", + "title": "TestReportActionResult", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "report-action-result-codes", + "url": "http://hl7.org/fhir/ValueSet/report-action-result-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.720", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/report-action-result-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose of vaccine was not administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "concept": [ + { "code": "IMMUNE" }, + { "code": "MEDPREC" }, + { "code": "OSTOCK" }, + { "code": "PATOBJ" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "310376006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationStatusReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-status-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.992", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Sequence Ontology", + "compose": { + "include": [{ "system": "http://www.sequenceontology.org" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequenceontology/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "SequenceOntology", + "experimental": false, + "resourceType": "ValueSet", + "title": "Sequence ontology", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "sequenceontology", + "url": "http://hl7.org/fhir/ValueSet/sequenceontology", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1044", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequenceontology", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Observation Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-category", + "url": "http://hl7.org/fhir/ValueSet/observation-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.403", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0202 ( Telecommunication Equipment Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0202" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0202/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0202", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Telecommunication Equipment Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0202", + "url": "http://terminology.hl7.org/ValueSet/v2-0202", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0202", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0247 ( Start of Evaluation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0247" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0247/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0247", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Start of Evaluation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0247", + "url": "http://terminology.hl7.org/ValueSet/v2-0247", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0247", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Calendar cycle identifiers", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-CalendarCycle" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-CalendarCycle/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.CalendarCycle", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System CalendarCycle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-CalendarCycle", + "url": "http://terminology.hl7.org/ValueSet/v3-CalendarCycle", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-CalendarCycle", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "No Description Provided", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + "concept": [{ "code": "_SECINTOBV" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_SECINTOBV", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SecurityIntegrityObservationValue/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.SecurityIntegrityObservationValue", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetSecurityIntegrityObservationValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-SecurityIntegrityObservationValue", + "url": "http://terminology.hl7.org/ValueSet/v3-SecurityIntegrityObservationValue", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20481", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SecurityIntegrityObservationValue", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " OpenIssue:\r\nMissing description.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-orderableDrugForm/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.orderableDrugForm", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System orderableDrugForm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-orderableDrugForm", + "url": "http://terminology.hl7.org/ValueSet/v3-orderableDrugForm", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-orderableDrugForm", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Diagnostic Attachment Type codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 182836005 (Review of medication (procedure)) or is-a 404684003 (Clinical finding (finding))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "182836005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/diagnostic-based-on-snomed/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DiagnosticAttachmentType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Diagnostic attachment type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "diagnostic-based-on-snomed", + "url": "http://hl7.org/fhir/ValueSet/diagnostic-based-on-snomed", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.960", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnostic-based-on-snomed", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of Benefit Term codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-term" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/benefit-term/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "BenefitTermCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Benefit Term Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-term", + "url": "http://hl7.org/fhir/ValueSet/benefit-term", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.612", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/benefit-term", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 703763000 |Precondition value (qualifier value)|", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "703763000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "PreparePatient", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient preparation prior specimen collection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "prepare-patient-prior-specimen-collection", + "url": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1399", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/prepare-patient-prior-specimen-collection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Procedure follow up codes: A selection of SNOMED CT codes relevant to procedure follow up.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "18949003" }, + { "code": "30549001" }, + { "code": "241031001" }, + { "code": "35963001" }, + { "code": "225164002" }, + { "code": "447346005" }, + { "code": "229506003" }, + { "code": "274441001" }, + { "code": "394725008" }, + { "code": "359825008" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-followup/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureFollowUpCodes(SNOMEDCT)", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Follow up Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-followup", + "url": "http://hl7.org/fhir/ValueSet/procedure-followup", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.429", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-followup", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Flags an element as having unlimited repetitions.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/question-max-occurs" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/question-max-occurs/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MaxOccurs", + "experimental": false, + "resourceType": "ValueSet", + "title": "MaxOccurs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "question-max-occurs", + "url": "http://hl7.org/fhir/ValueSet/question-max-occurs", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.929", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/question-max-occurs", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0262 ( Privacy Level)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0262" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0262/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0262", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Privacy Level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0262", + "url": "http://terminology.hl7.org/ValueSet/v2-0262", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0262", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Attested information may be validated by process that are manual or automated. For automated processes it may accomplished by the system of record reaching out through another system's API or information may be sent to the system of record. This value set defines a set of codes to describing the process, the how, a resource or data element is validated.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-communication-method/4.0.1", + "date": "2018-10-31", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "name": "verificationresult-communication-method", + "experimental": false, + "resourceType": "ValueSet", + "title": "VerificationResult Communication Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "verificationresult-communication-method", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1401", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-communication-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "other" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0136 ( Y/N Indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0136" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0136/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0136", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Y/N Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0136", + "url": "http://terminology.hl7.org/ValueSet/v2-0136", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0136", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0615 ( User Authentication Credential Type Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0615" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0615/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0615", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 User Authentication Credential Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0615", + "url": "http://terminology.hl7.org/ValueSet/v2-0615", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0615", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0203 ( Identifier Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0203" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0203/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0203", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Identifier Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0203", + "url": "http://terminology.hl7.org/ValueSet/v2-0203", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0203", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A unit of time (units from UCUM).", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { + "code": "s", + "display": "second", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "second" + } + ], + "designation": [{ "value": "秒", "language": "zh" }] + }, + { + "code": "min", + "display": "minute", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "minute" + } + ], + "designation": [ + { "value": "分钟", "language": "zh" } + ] + }, + { + "code": "h", + "display": "hour", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "hour" + } + ], + "designation": [ + { "value": "小时", "language": "zh" } + ] + }, + { + "code": "d", + "display": "day", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "day" + } + ], + "designation": [{ "value": "天", "language": "zh" }] + }, + { + "code": "wk", + "display": "week", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "week" + } + ], + "designation": [ + { "value": "星期", "language": "zh" } + ] + }, + { + "code": "mo", + "display": "month", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "month" + } + ], + "designation": [{ "value": "月", "language": "zh" }] + }, + { + "code": "a", + "display": "year", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "year" + } + ], + "designation": [{ "value": "年", "language": "zh" }] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/units-of-time/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "UnitsOfTime", + "copyright": "These codes are excerpted from UCUM (THE UNIFIED CODE FOR UNITS OF MEASURE). UCUM is Copyright © 1989-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details.", + "experimental": false, + "resourceType": "ValueSet", + "title": "UnitsOfTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "units-of-time", + "url": "http://hl7.org/fhir/ValueSet/units-of-time", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.77", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/units-of-time", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a capability statement is intended to be used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/capability-statement-kind" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/capability-statement-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CapabilityStatementKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "CapabilityStatementKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "capability-statement-kind", + "url": "http://hl7.org/fhir/ValueSet/capability-statement-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.198", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capability-statement-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0409 ( Application change type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0409" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0409/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0409", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Application change type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0409", + "url": "http://terminology.hl7.org/ValueSet/v2-0409", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0409", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0625 ( Item Status Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0625" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0625/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0625", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Item Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0625", + "url": "http://terminology.hl7.org/ValueSet/v2-0625", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0625", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Color of the container cap.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/container-cap" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/container-cap/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ContainerCap", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContainerCap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "container-cap", + "url": "http://hl7.org/fhir/ValueSet/container-cap", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.850", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/container-cap", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0265 ( Specialty Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0265" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0265/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0265", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specialty Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0265", + "url": "http://terminology.hl7.org/ValueSet/v2-0265", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0265", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Corresponds to the ManufacturedMaterial class", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "MMAT", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassManufacturedMaterial/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassManufacturedMaterial", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassManufacturedMaterial", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassManufacturedMaterial", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassManufacturedMaterial", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13934", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassManufacturedMaterial", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes providing the status/availability of a specimen.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/specimen-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SpecimenStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "SpecimenStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "specimen-status", + "url": "http://hl7.org/fhir/ValueSet/specimen-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.471", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An example value set of SNOMED CT concepts that can classify a requested service", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "108252007", + "display": "Laboratory procedure" + }, + { "code": "363679005", "display": "Imaging" }, + { "code": "409063005", "display": "Counselling" }, + { "code": "409073007", "display": "Education" }, + { "code": "387713003", "display": "Surgical procedure" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/servicerequest-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Orders and Observations Workgroup", + "fhirVersion": null, + "name": "ServiceRequestCategoryCodes", + "copyright": "This specification includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Service Request Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-category", + "url": "http://hl7.org/fhir/ValueSet/servicerequest-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.434", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Unit type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-unit" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/benefit-unit/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "UnitTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Unit Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-unit", + "url": "http://hl7.org/fhir/ValueSet/benefit-unit", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.610", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/benefit-unit", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The clinical priority of a diagnostic order.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-priority" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/request-priority/4.0.1", + "date": "2016-07-17T18:04:27+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RequestPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "Request priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "request-priority", + "url": "http://hl7.org/fhir/ValueSet/request-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.115", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-priority", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "High-level categorization of the type of activity.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/activity-definition-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/activity-definition-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActivityDefinitionCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActivityDefinitionCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "activity-definition-category", + "url": "http://hl7.org/fhir/ValueSet/activity-definition-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.792", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/activity-definition-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-usage-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QuestionnaireItemUsageMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuestionnaireItemUsageMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "questionnaire-usage-mode", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-usage-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.937", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-usage-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0490 ( Specimen Reject Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0490" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0490/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0490", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Reject Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0490", + "url": "http://terminology.hl7.org/ValueSet/v2-0490", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0490", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0125 ( VALUE TYPE)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0440", + "concept": [ + { + "code": "AD", + "display": "Address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Retained for backward compatibility as of v2.6." + } + ] + }, + { + "code": "AUI", + "display": "Authorization information" + }, + { "code": "CCD", "display": "Charge code and date" }, + { + "code": "CCP", + "display": "Channel calibration parameters" + }, + { "code": "CD", "display": "Channel definition" }, + { "code": "CE", "display": "Coded Entry" }, + { + "code": "CF", + "display": "Coded element with formatted values", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "CK", + "display": "Composite ID With Check Digit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn as of v2.5." + } + ] + }, + { "code": "CM", "display": "Composite" }, + { + "code": "CN", + "display": "Composite ID And Name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn as of v2.5." + } + ] + }, + { + "code": "CNE", + "display": "Coded with no exceptions" + }, + { + "code": "CNN", + "display": "Composite ID number and name simplified" + }, + { + "code": "CP", + "display": "Composite price", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "CQ", + "display": "Composite quantity with units" + }, + { + "code": "CSU", + "display": "Channel sensitivity and units" + }, + { "code": "CWE", "display": "Coded with exceptions" }, + { + "code": "CX", + "display": "Extended composite ID with check digit" + }, + { + "code": "DDI", + "display": "Daily deductible information" + }, + { + "code": "DIN", + "display": "Date and institution name" + }, + { + "code": "DLD", + "display": "Discharge to location and date" + }, + { "code": "DLN", "display": "Driver's license number" }, + { "code": "DLT", "display": "Delta" }, + { "code": "DR", "display": "Date/time range" }, + { "code": "DT", "display": "Date" }, + { "code": "DTM", "display": "Date/time" }, + { "code": "DTN", "display": "Day type and number" }, + { "code": "ED", "display": "Encapsulated data" }, + { "code": "EI", "display": "Entity identifier" }, + { "code": "EIP", "display": "Entity identifier pair" }, + { "code": "ERL", "display": "Error location" }, + { "code": "FC", "display": "Financial class" }, + { "code": "FT", "display": "Formatted text" }, + { + "code": "GTS", + "display": "General timing specification" + }, + { "code": "HD", "display": "Hierarchic designator" }, + { + "code": "ICD", + "display": "Insurance certification definition" + }, + { + "code": "ID", + "display": "Coded Value for HL7 Defined Tables" + }, + { + "code": "IS", + "display": "Coded value for user-defined tables" + }, + { "code": "JCC", "display": "Job code/class" }, + { + "code": "LA1", + "display": "Location with address variation 1" + }, + { + "code": "LA2", + "display": "Location with address variation 2" + }, + { "code": "MA", "display": "Multiplexed array" }, + { + "code": "MO", + "display": "Money", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { "code": "MOC", "display": "Money and charge code" }, + { "code": "MOP", "display": "Money or percentage" }, + { "code": "MSG", "display": "Message type" }, + { "code": "NA", "display": "Numeric array" }, + { + "code": "NDL", + "display": "Name with date and location" + }, + { "code": "NM", "display": "Numeric" }, + { "code": "NR", "display": "Numeric range" }, + { + "code": "OCD", + "display": "Occurrence code and date" + }, + { + "code": "OSP", + "display": "Occurrence span code and date" + }, + { + "code": "PIP", + "display": "Practitioner institutional privileges" + }, + { "code": "PL", "display": "Person location" }, + { + "code": "PLN", + "display": "Practitioner license or other ID number" + }, + { + "code": "PN", + "display": "Person Name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn as of v2.5." + } + ] + }, + { + "code": "PPN", + "display": "Performing person time stamp" + }, + { "code": "PRL", "display": "Parent result link" }, + { "code": "PT", "display": "Processing type" }, + { "code": "PTA", "display": "Policy type and amount" }, + { + "code": "QIP", + "display": "Query input parameter list" + }, + { + "code": "QSC", + "display": "Query selection criteria" + }, + { "code": "RCD", "display": "Row column definition" }, + { "code": "RFR", "display": "Reference range" }, + { "code": "RI", "display": "Repeat interval" }, + { "code": "RMC", "display": "Room coverage" }, + { "code": "RP", "display": "Reference pointer" }, + { "code": "RPT", "display": "Repeat pattern" }, + { + "code": "SCV", + "display": "Scheduling class value pair" + }, + { "code": "SI", "display": "Sequence ID" }, + { "code": "SN", "display": "Structured numeric" }, + { + "code": "SNM", + "display": "String of telephone number digits" + }, + { "code": "SPD", "display": "Specialty description" }, + { "code": "SRT", "display": "Sort order" }, + { "code": "ST", "display": "String data" }, + { "code": "TM", "display": "Time" }, + { + "code": "TN", + "display": "Telephone Number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn as of v2.5." + } + ] + }, + { "code": "TQ", "display": "Timing / quantity" }, + { "code": "TS", "display": "Time Stamp (Date & Time)" }, + { "code": "TX", "display": "Text data" }, + { + "code": "UVC", + "display": "UB value code and amount" + }, + { "code": "VH", "display": "Visiting hours" }, + { "code": "VID", "display": "Version identifier" }, + { "code": "VR", "display": "Value range" }, + { "code": "WVI", "display": "Channel Identifier" }, + { "code": "WVS", "display": "Waveform source" }, + { + "code": "XAD", + "display": "Extended address", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "XCN", + "display": "Extended composite ID number and name for persons", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "XON", + "display": "Extended composite name and ID number for organizations", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "XPN", + "display": "Extended person name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + }, + { + "code": "XTN", + "display": "Extended telecommunications number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Withdrawn from this table only as of v2.7." + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0125/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0125", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 VALUE TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0125", + "url": "http://terminology.hl7.org/ValueSet/v2-0125", + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0125", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A value representing the level of proficiency in a language. Example:\r\nExcellent, good, fair, poor. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be verified.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-LanguageAbilityProficiency/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.LanguageAbilityProficiency", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System LanguageAbilityProficiency", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-LanguageAbilityProficiency", + "url": "http://terminology.hl7.org/ValueSet/v3-LanguageAbilityProficiency", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.12199", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-LanguageAbilityProficiency", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The gender of a person used for adminstrative purposes (as opposed to clinical gender)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AdministrativeGender/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AdministrativeGender", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AdministrativeGender", + "_description": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "extension": [ + { "url": "lang", "valueCode": "nl" }, + { + "url": "content", + "valueString": " Het geslacht van een persoon bedoeld voor administratieve doeleinden (in tegenstelling tot klinisch geslacht)" + } + ] + } + ] + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AdministrativeGender", + "url": "http://terminology.hl7.org/ValueSet/v3-AdministrativeGender", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.1", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AdministrativeGender", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "If this is the default rule set to apply for the source type, or this combination of types.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-group-type-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-group-type-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapGroupTypeMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapGroupTypeMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-group-type-mode", + "url": "http://hl7.org/fhir/ValueSet/map-group-type-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.687", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-group-type-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0757 ( Status Respiration Minutes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0757" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0757/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0757", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Status Respiration Minutes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0757", + "url": "http://terminology.hl7.org/ValueSet/v2-0757", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0757", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0338 ( Practitioner ID number type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0338" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0338/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0338", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Practitioner ID number type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0338", + "url": "http://terminology.hl7.org/ValueSet/v2-0338", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0338", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines an example set of codes of service-types.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ServiceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Service type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-type", + "url": "http://hl7.org/fhir/ValueSet/service-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.518", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How resource references can be aggregated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-aggregation-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-aggregation-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AggregationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "AggregationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "resource-aggregation-mode", + "url": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.85", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-aggregation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes indicating the type of validation to perform.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-validation-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-validation-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResourceValidationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResourceValidationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "resource-validation-mode", + "url": "http://hl7.org/fhir/ValueSet/resource-validation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.118", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-validation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Security observation values used to indicate security control metadata. V:SecurityControl is the union of V:SecurityPolicy,V:ObligationPolicy, V:RefrainPolicy, V:PurposeOfUse, and V:GeneralPurpose of Use used to populate the SecurityControlObservationValue attribute in order to convey one or more nonhierarchical security control metadata dictating handling caveats, purpose of use, dissemination controls and other refrain policies, and obligations to which a custodian or receiver is required to comply.", + "compose": { + "include": [ + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-SecurityPolicy" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ObligationPolicy" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-RefrainPolicy" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-GeneralPurposeOfUse" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SecurityControlObservationValue/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.SecurityControlObservationValue", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetSecurityControlObservationValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-SecurityControlObservationValue", + "url": "http://terminology.hl7.org/ValueSet/v3-SecurityControlObservationValue", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20471", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SecurityControlObservationValue", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Identifies how to interpret the instance of the code, codeSystem value in a set of translations. Since HL7 (or a government body) may mandate that codes from certain code systems be sent in conformant messages, other synonyms that are sent in the translation set need to be distinguished among the originally captured source, the HL7 specified code, or some future role. When this code is NULL, it indicates that the translation is an undefined type. When valued, this property must contain one of the following values: SRC - Source (or original) code HL7 - HL7 Specified or Mandated SH - both HL7 mandated and the original code (precoordination) There may be additional values added to this value set as we work through the use of codes in messages and determine other Use Cases requiring special interpretation of the translations.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-CodingRationale" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-CodingRationale/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.CodingRationale", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System CodingRationale", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-CodingRationale", + "url": "http://terminology.hl7.org/ValueSet/v3-CodingRationale", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19250", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-CodingRationale", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A categorical assessment, providing a rough qualitative interpretation of the observation value, such as “normal”/ “abnormal”,”low” / “high”, “better” / “worse”, “susceptible” / “resistant”, “expected”/ “not expected”. The value set is intended to be for ANY use where coded representation of an interpretation is needed. \r\n \r\n Notes:\r\n \r\n This is being communicated in v2.x in OBX-8 (Observation Interpretation), in v3 in ObservationInterpretation (CWE) in R1 (Representative Realm) and in FHIR in Observation.interpretation. Historically these values come from the laboratory domain, and these codes are extensively used. The value set binding is extensible, so codes outside the value set that are needed for interpretation concepts (i.e. particular meanings) that are not included in the value set can be used, and these new codes may also be added to the value set and published in a future version.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-interpretation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationInterpretationCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Interpretation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "observation-interpretation", + "url": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.399", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-interpretation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How the issue affects the success of the action.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/issue-severity" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/issue-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "IssueSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "IssueSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "issue-severity", + "url": "http://hl7.org/fhir/ValueSet/issue-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.408", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/issue-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0173 ( COORDINATION OF BENEFITS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0173" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0173/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0173", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 COORDINATION OF BENEFITS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0173", + "url": "http://terminology.hl7.org/ValueSet/v2-0173", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0173", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0350 ( Occurrence code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0350" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0350/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0350", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Occurrence code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0350", + "url": "http://terminology.hl7.org/ValueSet/v2-0350", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0350", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This code is used to specify the exact function an actor had in a service in all necessary detail. This domain may include local extensions (CWE).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationFunction/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ParticipationFunction", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ParticipationFunction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ParticipationFunction", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationFunction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10267", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationFunction", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0465 ( Name/address representation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0465" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0465/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0465", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Name/address representation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0465", + "url": "http://terminology.hl7.org/ValueSet/v2-0465", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0465", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EncounterAdmissionSource" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EncounterAdmissionSource/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EncounterAdmissionSource", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EncounterAdmissionSource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EncounterAdmissionSource", + "url": "http://terminology.hl7.org/ValueSet/v3-EncounterAdmissionSource", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.12234", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EncounterAdmissionSource", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Whether the effect estimate is an absolute effect estimate (absolute difference) or a relative effect estimate (relative difference), and the specific type of effect estimate (eg relative risk or median difference).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/effect-estimate-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/effect-estimate-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EffectEstimateType", + "experimental": false, + "resourceType": "ValueSet", + "title": "EffectEstimateType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "effect-estimate-type", + "url": "http://hl7.org/fhir/ValueSet/effect-estimate-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1355", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/effect-estimate-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies the reliability with which the identifier is known. This attribute MAY be used to assist with identifier matching algorithms.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-IdentifierReliability" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-IdentifierReliability/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.IdentifierReliability", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System IdentifierReliability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-IdentifierReliability", + "url": "http://terminology.hl7.org/ValueSet/v3-IdentifierReliability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20277", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-IdentifierReliability", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0002 ( MARITAL STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0002" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0002/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0002", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MARITAL STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0002", + "url": "http://terminology.hl7.org/ValueSet/v2-0002", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0002", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "If field is a list, how to manage the production.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/map-target-list-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-target-list-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapTargetListMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapTargetListMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-target-list-mode", + "url": "http://hl7.org/fhir/ValueSet/map-target-list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.685", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-target-list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0240 ( Event Consequence)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0240" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0240/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0240", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event Consequence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0240", + "url": "http://terminology.hl7.org/ValueSet/v2-0240", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0240", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A set of codes further specifying the kind of Role; specific classification codes for further qualifying RoleClass codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RoleCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RoleCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RoleCode", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0653 ( Date Format)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0653" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0653/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0653", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Date Format", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0653", + "url": "http://terminology.hl7.org/ValueSet/v2-0653", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0653", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0204 ( Organizational Name Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0204" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0204/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0204", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Organizational Name Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0204", + "url": "http://terminology.hl7.org/ValueSet/v2-0204", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0204", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Status of the supply delivery.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/supplydelivery-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplydelivery-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SupplyDeliveryStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "SupplyDeliveryStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplydelivery-status", + "url": "http://hl7.org/fhir/ValueSet/supplydelivery-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.700", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplydelivery-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Current state of the encounter.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/encounter-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EncounterStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "EncounterStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "encounter-status", + "url": "http://hl7.org/fhir/ValueSet/encounter-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.246", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Type of invoice element that is used to assist in describing an Invoice that is either submitted for adjudication or for which is returned on adjudication results. Invoice elements of this type signify a grouping of one or more children (detail) invoice elements. They do not have intrinsic costing associated with them, but merely reflect the sum of all costing for it's immediate children invoice elements.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [{ "code": "_ActInvoiceGroupCode" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActInvoiceGroupCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActInvoiceGroupCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActInvoiceGroupCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActInvoiceGroupCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActInvoiceGroupCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActInvoiceGroupCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19398", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActInvoiceGroupCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0316 ( Organ Donor)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0316" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0316/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0316", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Organ Donor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0316", + "url": "http://terminology.hl7.org/ValueSet/v2-0316", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0316", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is the code specifying the precise type of document (e.g. Pulmonary History and Physical, Discharge Summary, Ultrasound Report, etc.). The Document Type value set includes all LOINC values listed in HITSP C80 Table 2-144 Document Class Value Set Definition above used for Document Class, and all LOINC values whose SCALE is DOC in the LOINC database.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "55107-7", "display": "Addendum Document" }, + { "code": "74155-3", "display": "ADHD action plan" }, + { "code": "51851-4", "display": "Administrative note" }, + { + "code": "67851-6", + "display": "Admission evaluation note" + }, + { + "code": "34744-3", + "display": "Nurse Admission evaluation note" + }, + { + "code": "34873-0", + "display": "Surgery Admission evaluation note" + }, + { + "code": "68552-9", + "display": "Emergency medicine Emergency department Admission evaluation note" + }, + { + "code": "67852-4", + "display": "Hospital Admission evaluation note" + }, + { + "code": "68471-2", + "display": "Cardiology Hospital Admission evaluation note" + }, + { + "code": "68483-7", + "display": "Cardiology Medical student Hospital Admission evaluation note" + }, + { + "code": "64058-1", + "display": "Critical Care Medicine Hospital Admission evaluation note" + }, + { + "code": "64070-6", + "display": "Critical care medicine Medical student Hospital Admission evaluation note" + }, + { + "code": "64053-2", + "display": "General medicine Hospital Admission evaluation note" + }, + { + "code": "64054-0", + "display": "General medicine Medical student Hospital Admission evaluation note" + }, + { + "code": "34862-3", + "display": "General medicine Physician attending Hospital Admission evaluation note" + }, + { + "code": "64062-3", + "display": "Pulmonary Hospital Admission evaluation note" + }, + { + "code": "64078-9", + "display": "Pulmonary Medical student Hospital Admission evaluation note" + }, + { + "code": "64066-4", + "display": "Surgery Medical student Hospital Admission evaluation note" + }, + { + "code": "64060-7", + "display": "Thoracic surgery Hospital Admission evaluation note" + }, + { + "code": "64074-8", + "display": "Thoracic surgery Medical student Hospital Admission evaluation note" + }, + { + "code": "51849-8", + "display": "Admission history and physical note" + }, + { + "code": "34763-3", + "display": "General medicine Admission history and physical note" + }, + { + "code": "47039-3", + "display": "Hospital Admission history and physical note" + }, + { + "code": "34094-3", + "display": "Cardiology Hospital Admission history and physical note" + }, + { + "code": "57830-2", + "display": "Admission request Document" + }, + { + "code": "48765-2", + "display": "Allergies and adverse reactions Document" + }, + { + "code": "74152-0", + "display": "Anaphylaxis action plan" + }, + { + "code": "61359-6", + "display": "Patient Anesthesia consent" + }, + { + "code": "57055-6", + "display": "Antepartum summary note" + }, + { + "code": "56446-8", + "display": "Appointment summary Document" + }, + { "code": "51848-0", "display": "Assessment note" }, + { + "code": "68814-3", + "display": "Pediatrics Assessment note" + }, + { + "code": "64064-9", + "display": "Pastoral care Hospital Assessment note" + }, + { + "code": "51847-2", + "display": "Assessment + Plan note" + }, + { "code": "69981-9", "display": "Asthma action plan" }, + { "code": "74154-6", "display": "Autism action plan" }, + { + "code": "71230-7", + "display": "Birth certificate Document" + }, + { "code": "72134-0", "display": "Cancer event report" }, + { + "code": "55108-5", + "display": "Clinical presentation Document" + }, + { + "code": "73568-8", + "display": "Communication of critical results [Description] Document" + }, + { + "code": "74144-7", + "display": "Complex medical conditions action plan" + }, + { + "code": "55109-3", + "display": "Complications Document" + }, + { + "code": "34095-0", + "display": "Comprehensive history and physical note" + }, + { + "code": "34096-8", + "display": "Nursing facility Comprehensive history and physical note" + }, + { + "code": "63485-7", + "display": "Computer generated recommendation Document" + }, + { + "code": "55110-1", + "display": "Conclusions Document" + }, + { "code": "34098-4", "display": "Conference note" }, + { + "code": "34097-6", + "display": "Nursing facility Conference note" + }, + { + "code": "47040-1", + "display": "Consultation 2nd opinion" + }, + { + "code": "47041-9", + "display": "Hospital Consultation 2nd opinion" + }, + { "code": "59284-0", "display": "Patient Consent" }, + { "code": "11488-4", "display": "Consult note" }, + { + "code": "34099-2", + "display": "Cardiology Consult note" + }, + { + "code": "34756-7", + "display": "Dentistry Consult note" + }, + { + "code": "34758-3", + "display": "Dermatology Consult note" + }, + { + "code": "34760-9", + "display": "Diabetology Consult note" + }, + { + "code": "34879-7", + "display": "Endocrinology Consult note" + }, + { + "code": "34761-7", + "display": "Gastroenterology Consult note" + }, + { + "code": "34764-1", + "display": "General medicine Consult note" + }, + { + "code": "34776-5", + "display": "Geriatric medicine Consult note" + }, + { + "code": "34779-9", + "display": "Hematology+Medical Oncology Consult note" + }, + { + "code": "34781-5", + "display": "Infectious disease Consult note" + }, + { + "code": "72555-6", + "display": "Interventional radiology Consult note" + }, + { + "code": "34783-1", + "display": "Kinesiotherapy Consult note" + }, + { + "code": "34785-6", + "display": "Mental health Consult note" + }, + { + "code": "34795-5", + "display": "Nephrology Consult note" + }, + { + "code": "34798-9", + "display": "Neurological surgery Consult note" + }, + { + "code": "34797-1", + "display": "Neurology Consult note" + }, + { + "code": "34800-3", + "display": "Nutrition and dietetics Consult note" + }, + { + "code": "34777-3", + "display": "Obstetrics and Gynecology Consult note" + }, + { + "code": "34803-7", + "display": "Occupational medicine Consult note" + }, + { + "code": "34855-7", + "display": "Occupational therapy Consult note" + }, + { + "code": "34805-2", + "display": "Oncology Consult note" + }, + { + "code": "34807-8", + "display": "Ophthalmology Consult note" + }, + { + "code": "34810-2", + "display": "Optometry Consult note" + }, + { + "code": "34812-8", + "display": "Oral and Maxillofacial Surgery Consult note" + }, + { + "code": "34814-4", + "display": "Orthopaedic surgery Consult note" + }, + { + "code": "34816-9", + "display": "Otolaryngology Consult note" + }, + { + "code": "34820-1", + "display": "Pharmacy Consult note" + }, + { + "code": "34822-7", + "display": "Physical medicine and rehabilitation Consult note" + }, + { + "code": "34824-3", + "display": "Physical therapy Consult note" + }, + { + "code": "34826-8", + "display": "Plastic surgery Consult note" + }, + { + "code": "34828-4", + "display": "Podiatry Consult note" + }, + { + "code": "34788-0", + "display": "Psychiatry Consult note" + }, + { + "code": "34791-4", + "display": "Psychology Consult note" + }, + { + "code": "34103-2", + "display": "Pulmonary Consult note" + }, + { + "code": "34831-8", + "display": "Radiation oncology Consult note" + }, + { + "code": "73575-3", + "display": "Radiology Consult note" + }, + { + "code": "34833-4", + "display": "Recreational therapy Consult note" + }, + { + "code": "34837-5", + "display": "Respiratory therapy Consult note" + }, + { + "code": "34839-1", + "display": "Rheumatology Consult note" + }, + { + "code": "34841-7", + "display": "Social work Consult note" + }, + { + "code": "34845-8", + "display": "Speech-language pathology+Audiology Consult note" + }, + { + "code": "34847-4", + "display": "Surgery Consult note" + }, + { + "code": "34849-0", + "display": "Thoracic surgery Consult note" + }, + { + "code": "34851-6", + "display": "Urology Consult note" + }, + { + "code": "34853-2", + "display": "Vascular surgery Consult note" + }, + { + "code": "51846-4", + "display": "Emergency department Consult note" + }, + { + "code": "34104-0", + "display": "Hospital Consult note" + }, + { + "code": "68619-6", + "display": "Adolescent medicine Hospital Consult note" + }, + { + "code": "68633-7", + "display": "Allergy and immunology Hospital Consult note" + }, + { + "code": "68639-4", + "display": "Audiology Hospital Consult note" + }, + { + "code": "68486-0", + "display": "Cardiology Medical student Hospital Consult note" + }, + { + "code": "68648-5", + "display": "Child and adolescent psychiatry Hospital Consult note" + }, + { + "code": "68651-9", + "display": "Clinical biochemical genetics Hospital Consult note" + }, + { + "code": "68661-8", + "display": "Clinical genetics Hospital Consult note" + }, + { + "code": "64072-2", + "display": "Critical care medicine Medical student Hospital Consult note" + }, + { + "code": "68551-1", + "display": "Dermatology Hospital Consult note" + }, + { + "code": "68670-9", + "display": "Developmental-behavioral pediatrics Hospital Consult note" + }, + { + "code": "64056-5", + "display": "General medicine Medical student Hospital Consult note" + }, + { + "code": "68681-6", + "display": "Multi-specialty program Hospital Consult note" + }, + { + "code": "68685-7", + "display": "Neonatal perinatal medicine Hospital Consult note" + }, + { + "code": "68694-9", + "display": "Neurological surgery Hospital Consult note" + }, + { + "code": "68705-3", + "display": "Neurology with special qualifications in child neurology Hospital Consult note" + }, + { + "code": "68566-9", + "display": "Obstetrics and Gynecology Hospital Consult note" + }, + { + "code": "68570-1", + "display": "Occupational therapy Hospital Consult note" + }, + { + "code": "68575-0", + "display": "Ophthalmology Hospital Consult note" + }, + { + "code": "68716-0", + "display": "Pain medicine Hospital Consult note" + }, + { + "code": "68469-6", + "display": "Pastoral care Hospital Consult note" + }, + { + "code": "68727-7", + "display": "Pediatric cardiology Hospital Consult note" + }, + { + "code": "68892-9", + "display": "Pediatric dermatology Hospital Consult note" + }, + { + "code": "68897-8", + "display": "Pediatric endocrinology Hospital Consult note" + }, + { + "code": "68746-7", + "display": "Pediatric gastroenterology Hospital Consult note" + }, + { + "code": "68757-4", + "display": "Pediatric hematology-oncology Hospital Consult note" + }, + { + "code": "68765-7", + "display": "Pediatric infectious diseases Hospital Consult note" + }, + { + "code": "68869-7", + "display": "Pediatric nephrology Hospital Consult note" + }, + { + "code": "68874-7", + "display": "Pediatric otolaryngology Hospital Consult note" + }, + { + "code": "68787-1", + "display": "Pediatric pulmonology Hospital Consult note" + }, + { + "code": "68879-6", + "display": "Pediatric rheumatology Hospital Consult note" + }, + { + "code": "68802-8", + "display": "Pediatric surgery Hospital Consult note" + }, + { + "code": "68864-8", + "display": "Pediatric transplant hepatology Hospital Consult note" + }, + { + "code": "68812-7", + "display": "Pediatric urology Hospital Consult note" + }, + { + "code": "68821-8", + "display": "Pediatrics Hospital Consult note" + }, + { + "code": "68586-7", + "display": "Pharmacy Hospital Consult note" + }, + { + "code": "68590-9", + "display": "Physical therapy Hospital Consult note" + }, + { + "code": "68597-4", + "display": "Plastic surgery Hospital Consult note" + }, + { + "code": "68837-4", + "display": "Primary care Hospital Consult note" + }, + { + "code": "34102-4", + "display": "Psychiatry Hospital Consult note" + }, + { + "code": "64080-5", + "display": "Pulmonary Medical student Hospital Consult note" + }, + { + "code": "68846-5", + "display": "Speech-language pathology Hospital Consult note" + }, + { + "code": "64068-0", + "display": "Surgery Medical student Hospital Consult note" + }, + { + "code": "64076-3", + "display": "Thoracic surgery Medical student Hospital Consult note" + }, + { + "code": "68852-3", + "display": "Transplant surgery Hospital Consult note" + }, + { + "code": "34100-8", + "display": "Intensive care unit Consult note" + }, + { + "code": "51854-8", + "display": "Long term care facility Consult note" + }, + { + "code": "51845-6", + "display": "Outpatient Consult note" + }, + { + "code": "34749-2", + "display": "Anesthesiology Outpatient Consult note" + }, + { + "code": "34101-6", + "display": "General medicine Outpatient Consult note" + }, + { "code": "47042-7", "display": "Counseling note" }, + { + "code": "34864-9", + "display": "Mental health Counseling note" + }, + { + "code": "34869-8", + "display": "Pharmacy Counseling note" + }, + { + "code": "34865-6", + "display": "Psychiatry Counseling note" + }, + { + "code": "34866-4", + "display": "Psychology Counseling note" + }, + { + "code": "34872-2", + "display": "Social work Counseling note" + }, + { + "code": "55111-9", + "display": "Current imaging procedure descriptions Document" + }, + { + "code": "74148-8", + "display": "Cystic fibrosis action plan" + }, + { "code": "64297-5", "display": "Death certificate" }, + { + "code": "74208-0", + "display": "Demographic information + History of occupation Document" + }, + { "code": "51899-3", "display": "Details Document" }, + { + "code": "74150-4", + "display": "Diabetes type I action plan" + }, + { + "code": "74151-2", + "display": "Diabetes type II action plan" + }, + { + "code": "47048-4", + "display": "Diagnostic interventional study report Interventional radiology" + }, + { + "code": "70004-7", + "display": "Diagnostic study note" + }, + { + "code": "68611-3", + "display": "Adolescent medicine Diagnostic study note" + }, + { + "code": "68625-3", + "display": "Allergy and immunology Diagnostic study note" + }, + { + "code": "68635-2", + "display": "Audiology Diagnostic study note" + }, + { + "code": "68641-0", + "display": "Child and adolescent psychiatry Diagnostic study note" + }, + { + "code": "68652-7", + "display": "Clinical genetics Diagnostic study note" + }, + { + "code": "68673-3", + "display": "Multi-specialty program Diagnostic study note" + }, + { + "code": "68687-3", + "display": "Neurological surgery Diagnostic study note" + }, + { + "code": "68556-0", + "display": "Neurology Diagnostic study note" + }, + { + "code": "68696-4", + "display": "Neurology with special qualifications in child neurology Diagnostic study note" + }, + { + "code": "68557-8", + "display": "Obstetrics and Gynecology Diagnostic study note" + }, + { + "code": "68577-6", + "display": "Orthopaedic surgery Diagnostic study note" + }, + { + "code": "68708-7", + "display": "Pain medicine Diagnostic study note" + }, + { + "code": "68718-6", + "display": "Pediatric cardiology Diagnostic study note" + }, + { + "code": "68748-3", + "display": "Pediatric hematology-oncology Diagnostic study note" + }, + { + "code": "68767-3", + "display": "Pediatric nephrology Diagnostic study note" + }, + { + "code": "68778-0", + "display": "Pediatric pulmonology Diagnostic study note" + }, + { + "code": "68794-7", + "display": "Pediatric surgery Diagnostic study note" + }, + { + "code": "68855-6", + "display": "Pediatric transplant hepatology Diagnostic study note" + }, + { + "code": "68804-4", + "display": "Pediatric urology Diagnostic study note" + }, + { + "code": "68604-8", + "display": "Radiology Diagnostic study note" + }, + { + "code": "68640-2", + "display": "Audiology Hospital Diagnostic study note" + }, + { + "code": "68706-1", + "display": "Neurology with special qualifications in child neurology Hospital Diagnostic study note" + }, + { + "code": "68788-9", + "display": "Pediatric pulmonology Hospital Diagnostic study note" + }, + { + "code": "68822-6", + "display": "Pediatrics Hospital Diagnostic study note" + }, + { + "code": "74213-0", + "display": "Discharge instructions" + }, + { + "code": "60280-5", + "display": "Emergency department Discharge instructions" + }, + { + "code": "8653-8", + "display": "Hospital Discharge instructions" + }, + { "code": "18842-5", "display": "Discharge summary" }, + { + "code": "68612-1", + "display": "Adolescent medicine Discharge summary" + }, + { + "code": "68626-1", + "display": "Allergy and immunology Discharge summary" + }, + { + "code": "68642-8", + "display": "Child and adolescent psychiatry Discharge summary" + }, + { + "code": "68653-5", + "display": "Clinical genetics Discharge summary" + }, + { + "code": "68663-4", + "display": "Developmental-behavioral pediatrics Discharge summary" + }, + { + "code": "68674-1", + "display": "Multi-specialty program Discharge summary" + }, + { + "code": "68688-1", + "display": "Neurological surgery Discharge summary" + }, + { + "code": "68697-2", + "display": "Neurology with special qualifications in child neurology Discharge summary" + }, + { + "code": "34745-0", + "display": "Nurse Discharge summary" + }, + { + "code": "68558-6", + "display": "Obstetrics and Gynecology Discharge summary" + }, + { + "code": "68572-7", + "display": "Ophthalmology Discharge summary" + }, + { + "code": "68578-4", + "display": "Orthopaedic surgery Discharge summary" + }, + { + "code": "68709-5", + "display": "Pain medicine Discharge summary" + }, + { + "code": "68719-4", + "display": "Pediatric cardiology Discharge summary" + }, + { + "code": "68733-5", + "display": "Pediatric endocrinology Discharge summary" + }, + { + "code": "68738-4", + "display": "Pediatric gastroenterology Discharge summary" + }, + { + "code": "68749-1", + "display": "Pediatric hematology-oncology Discharge summary" + }, + { + "code": "68768-1", + "display": "Pediatric nephrology Discharge summary" + }, + { + "code": "68773-1", + "display": "Pediatric otolaryngology Discharge summary" + }, + { + "code": "68779-8", + "display": "Pediatric pulmonology Discharge summary" + }, + { + "code": "68795-4", + "display": "Pediatric surgery Discharge summary" + }, + { + "code": "68856-4", + "display": "Pediatric transplant hepatology Discharge summary" + }, + { + "code": "68805-1", + "display": "Pediatric urology Discharge summary" + }, + { + "code": "68815-0", + "display": "Pediatrics Discharge summary" + }, + { + "code": "68591-7", + "display": "Plastic surgery Discharge summary" + }, + { + "code": "68831-7", + "display": "Primary care Discharge summary" + }, + { + "code": "59259-2", + "display": "Psychiatry Discharge summary" + }, + { + "code": "68841-6", + "display": "Speech-language pathology Discharge summary" + }, + { + "code": "59258-4", + "display": "Emergency department Discharge summary" + }, + { + "code": "34105-7", + "display": "Hospital Discharge summary" + }, + { + "code": "68823-4", + "display": "Pediatrics Hospital Discharge summary" + }, + { + "code": "34106-5", + "display": "Physician Hospital Discharge summary" + }, + { "code": "55112-7", "display": "Document summary" }, + { "code": "34895-3", "display": "Education note" }, + { + "code": "34897-9", + "display": "Diabetology Education note" + }, + { + "code": "67854-0", + "display": "Geriatric medicine Education note" + }, + { + "code": "68477-9", + "display": "Nurse Hospital Education note" + }, + { + "code": "68605-5", + "display": "Recreational therapy Hospital Education note" + }, + { + "code": "67855-7", + "display": "Outpatient Education note" + }, + { + "code": "34902-7", + "display": "Geriatric medicine Outpatient Education note" + }, + { + "code": "34107-3", + "display": "Patient's home Education note" + }, + { + "code": "34856-5", + "display": "Evaluation and management of anticoagulation note" + }, + { + "code": "34859-9", + "display": "Evaluation and management of hyperlipidemia" + }, + { + "code": "34860-7", + "display": "Evaluation and management of hypertension" + }, + { + "code": "70005-4", + "display": "Evaluation and management of smoking cessation" + }, + { + "code": "64142-3", + "display": "Hospital Evaluation and management of smoking cessation" + }, + { + "code": "34857-3", + "display": "Evaluation and management of substance abuse note" + }, + { + "code": "72267-8", + "display": "Evaluation of mental and physical incapacity certificate Document" + }, + { + "code": "47420-5", + "display": "Functional status assessment note" + }, + { + "code": "47043-5", + "display": "Group counseling note" + }, + { + "code": "34787-2", + "display": "Mental health Group counseling note" + }, + { + "code": "34790-6", + "display": "Psychiatry Group counseling note" + }, + { + "code": "34793-0", + "display": "Psychology Group counseling note" + }, + { + "code": "34843-3", + "display": "Social work Group counseling note" + }, + { + "code": "34114-9", + "display": "Hospital Group counseling note" + }, + { + "code": "64290-0", + "display": "Health insurance card" + }, + { + "code": "64291-8", + "display": "Health insurance-related form" + }, + { + "code": "57024-2", + "display": "Health Quality Measure document" + }, + { + "code": "64289-2", + "display": "Health record cover sheet" + }, + { + "code": "51897-7", + "display": "Healthcare Associated Infection report Document" + }, + { + "code": "56444-3", + "display": "Healthcare communication Document" + }, + { + "code": "74146-2", + "display": "Heart disease action plan" + }, + { + "code": "34117-2", + "display": "History and physical note" + }, + { + "code": "68614-7", + "display": "Adolescent medicine History and physical note" + }, + { + "code": "68622-0", + "display": "Advanced heart failure and transplant cardiology History and physical note" + }, + { + "code": "68628-7", + "display": "Allergy and immunology History and physical note" + }, + { + "code": "68637-8", + "display": "Audiology History and physical note" + }, + { + "code": "68644-4", + "display": "Child and adolescent psychiatry History and physical note" + }, + { + "code": "68655-0", + "display": "Clinical genetics History and physical note" + }, + { + "code": "68665-9", + "display": "Developmental-behavioral pediatrics History and physical note" + }, + { + "code": "68676-6", + "display": "Multi-specialty program History and physical note" + }, + { + "code": "68683-2", + "display": "Neonatal perinatal medicine History and physical note" + }, + { + "code": "68690-7", + "display": "Neurological surgery History and physical note" + }, + { + "code": "68699-8", + "display": "Neurology with special qualifications in child neurology History and physical note" + }, + { + "code": "68560-2", + "display": "Obstetrics and Gynecology History and physical note" + }, + { + "code": "68573-5", + "display": "Ophthalmology History and physical note" + }, + { + "code": "68580-0", + "display": "Orthopaedic surgery History and physical note" + }, + { + "code": "68711-1", + "display": "Pain medicine History and physical note" + }, + { + "code": "68721-0", + "display": "Pediatric cardiology History and physical note" + }, + { + "code": "68731-9", + "display": "Pediatric dermatology History and physical note" + }, + { + "code": "68735-0", + "display": "Pediatric endocrinology History and physical note" + }, + { + "code": "68740-0", + "display": "Pediatric gastroenterology History and physical note" + }, + { + "code": "68751-7", + "display": "Pediatric hematology-oncology History and physical note" + }, + { + "code": "68760-8", + "display": "Pediatric infectious diseases History and physical note" + }, + { + "code": "68770-7", + "display": "Pediatric nephrology History and physical note" + }, + { + "code": "68775-6", + "display": "Pediatric otolaryngology History and physical note" + }, + { + "code": "68781-4", + "display": "Pediatric pulmonology History and physical note" + }, + { + "code": "68791-3", + "display": "Pediatric rheumatology History and physical note" + }, + { + "code": "68797-0", + "display": "Pediatric surgery History and physical note" + }, + { + "code": "68858-0", + "display": "Pediatric transplant hepatology History and physical note" + }, + { + "code": "68807-7", + "display": "Pediatric urology History and physical note" + }, + { + "code": "68817-6", + "display": "Pediatrics History and physical note" + }, + { + "code": "28626-0", + "display": "Physician History and physical note" + }, + { + "code": "68592-5", + "display": "Plastic surgery History and physical note" + }, + { + "code": "68833-3", + "display": "Primary care History and physical note" + }, + { + "code": "68599-0", + "display": "Psychiatry History and physical note" + }, + { + "code": "68843-2", + "display": "Speech-language pathology History and physical note" + }, + { + "code": "34774-0", + "display": "Surgery History and physical note" + }, + { + "code": "68849-9", + "display": "Transplant surgery History and physical note" + }, + { + "code": "11492-6", + "display": "Provider-unspecifed, History and physical note" + }, + { + "code": "34115-6", + "display": "Medical student Hospital History and physical note" + }, + { + "code": "68825-9", + "display": "Pediatrics Hospital History and physical note" + }, + { + "code": "67856-5", + "display": "Nursing facility History and physical note" + }, + { + "code": "34116-4", + "display": "Physician Nursing facility History and physical note" + }, + { + "code": "74264-3", + "display": "HIV summary registry report Document" + }, + { + "code": "74149-6", + "display": "Inflammatory bowel disease action plan" + }, + { + "code": "28636-9", + "display": "Provider-unspecified Initial assessment" + }, + { + "code": "28581-7", + "display": "Chiropractic medicine Initial assessment note" + }, + { + "code": "68553-7", + "display": "Hematology+Medical Oncology Initial assessment note" + }, + { + "code": "18740-1", + "display": "Speech-language pathology Initial assessment note" + }, + { + "code": "47044-3", + "display": "Hospital Initial assessment note" + }, + { + "code": "64065-6", + "display": "Case manager Hospital Initial assessment note" + }, + { + "code": "68470-4", + "display": "Respiratory therapy Hospital Initial assessment note" + }, + { + "code": "34119-8", + "display": "Nursing facility Initial assessment note" + }, + { + "code": "34120-6", + "display": "Outpatient Initial assessment note" + }, + { + "code": "34118-0", + "display": "Patient's home Initial assessment note" + }, + { + "code": "74209-8", + "display": "Injury event summary Document" + }, + { + "code": "74188-4", + "display": "InterRAI Acute Care (AC) Hospital Document" + }, + { + "code": "74194-2", + "display": "InterRAI Community Health Assessment (CHA) Document" + }, + { + "code": "74191-8", + "display": "InterRAI Community Health Assessment - Assisted Living Supplement (CHA-AL) Document" + }, + { + "code": "74190-0", + "display": "InterRAI Community Health Assessment - Deafblind Supplement (CHA-Db) Document" + }, + { + "code": "74193-4", + "display": "InterRAI Community Health Assessment - Functional Supplement (CHA-FS) Document" + }, + { + "code": "74192-6", + "display": "InterRAI Community Health Assessment - Mental Health Supplement (CHA-MH) Document" + }, + { + "code": "74197-5", + "display": "InterRAI Contact Assessment (CA) Document" + }, + { + "code": "74187-6", + "display": "InterRAI Emergency Screener for Psychiatry (ESP) Document" + }, + { + "code": "74196-7", + "display": "InterRAI Home Care (HC) Document" + }, + { + "code": "74195-9", + "display": "InterRAI Long Term Care Facility (LTCF) Document" + }, + { + "code": "74189-2", + "display": "InterRAI Palliative Care (PC) Document" + }, + { + "code": "34121-4", + "display": "Interventional procedure note" + }, + { + "code": "34896-1", + "display": "Cardiology Interventional procedure note" + }, + { + "code": "34899-5", + "display": "Gastroenterology Interventional procedure note" + }, + { + "code": "55113-5", + "display": "Key images Document Radiology" + }, + { + "code": "57056-4", + "display": "Labor and delivery admission history and physical note" + }, + { + "code": "57057-2", + "display": "Labor and delivery summary note" + }, + { "code": "64299-1", "display": "Legal document" }, + { "code": "51852-2", "display": "Letter" }, + { + "code": "68684-0", + "display": "Neonatal perinatal medicine Letter" + }, + { + "code": "68866-3", + "display": "Pediatric nephrology Letter" + }, + { + "code": "68593-3", + "display": "Plastic surgery Letter" + }, + { "code": "68609-7", "display": "Hospital Letter" }, + { + "code": "68620-4", + "display": "Adolescent medicine Hospital Letter" + }, + { + "code": "68624-6", + "display": "Advanced heart failure and transplant cardiology Hospital Letter" + }, + { + "code": "68634-5", + "display": "Allergy and immunology Hospital Letter" + }, + { + "code": "68649-3", + "display": "Child and adolescent psychiatry Hospital Letter" + }, + { + "code": "68662-6", + "display": "Clinical genetics Hospital Letter" + }, + { + "code": "68671-7", + "display": "Developmental-behavioral pediatrics Hospital Letter" + }, + { + "code": "68555-2", + "display": "Hematology+Medical Oncology Hospital Letter" + }, + { + "code": "68682-4", + "display": "Multi-specialty program Hospital Letter" + }, + { + "code": "68686-5", + "display": "Neonatal perinatal medicine Hospital Letter" + }, + { + "code": "68695-6", + "display": "Neurological surgery Hospital Letter" + }, + { + "code": "68707-9", + "display": "Neurology with special qualifications in child neurology Hospital Letter" + }, + { + "code": "68567-7", + "display": "Obstetrics and Gynecology Hospital Letter" + }, + { + "code": "68571-9", + "display": "Occupational therapy Hospital Letter" + }, + { + "code": "68576-8", + "display": "Ophthalmology Hospital Letter" + }, + { + "code": "68585-9", + "display": "Orthopaedic surgery Hospital Letter" + }, + { + "code": "68717-8", + "display": "Pain medicine Hospital Letter" + }, + { + "code": "68728-5", + "display": "Pediatric cardiology Hospital Letter" + }, + { + "code": "68893-7", + "display": "Pediatric dermatology Hospital Letter" + }, + { + "code": "68898-6", + "display": "Pediatric endocrinology Hospital Letter" + }, + { + "code": "68747-5", + "display": "Pediatric gastroenterology Hospital Letter" + }, + { + "code": "68758-2", + "display": "Pediatric hematology-oncology Hospital Letter" + }, + { + "code": "68766-5", + "display": "Pediatric infectious diseases Hospital Letter" + }, + { + "code": "68870-5", + "display": "Pediatric nephrology Hospital Letter" + }, + { + "code": "68875-4", + "display": "Pediatric otolaryngology Hospital Letter" + }, + { + "code": "68789-7", + "display": "Pediatric pulmonology Hospital Letter" + }, + { + "code": "68880-4", + "display": "Pediatric rheumatology Hospital Letter" + }, + { + "code": "68803-6", + "display": "Pediatric surgery Hospital Letter" + }, + { + "code": "68865-5", + "display": "Pediatric transplant hepatology Hospital Letter" + }, + { + "code": "68813-5", + "display": "Pediatric urology Hospital Letter" + }, + { + "code": "68826-7", + "display": "Pediatrics Hospital Letter" + }, + { + "code": "68598-2", + "display": "Plastic surgery Hospital Letter" + }, + { + "code": "68838-2", + "display": "Primary care Hospital Letter" + }, + { + "code": "68847-3", + "display": "Speech-language pathology Hospital Letter" + }, + { + "code": "68853-1", + "display": "Transplant surgery Hospital Letter" + }, + { + "code": "57058-0", + "display": "Maternal discharge summary note" + }, + { + "code": "64285-0", + "display": "Medical history screening form" + }, + { + "code": "60590-7", + "display": "Medication dispensed.brief Document" + }, + { + "code": "60593-1", + "display": "Medication dispensed.extended Document" + }, + { + "code": "70006-2", + "display": "Medication management note" + }, + { + "code": "68587-5", + "display": "Pharmacy Hospital Medication management note" + }, + { + "code": "61357-0", + "display": "Medication pharmaceutical advice.brief Document" + }, + { + "code": "61356-2", + "display": "Medication pharmaceutical advice.extended Document" + }, + { + "code": "56445-0", + "display": "Medication summary Document" + }, + { + "code": "74145-4", + "display": "Multiple sclerosis action plan" + }, + { + "code": "74147-0", + "display": "Muscular dystrophy action plan" + }, + { + "code": "59268-3", + "display": "Neonatal care report" + }, + { "code": "34109-9", "display": "Note" }, + { + "code": "68615-4", + "display": "Adolescent medicine Note" + }, + { + "code": "68621-2", + "display": "Advanced heart failure and transplant cardiology Note" + }, + { + "code": "68629-5", + "display": "Allergy and immunology Note" + }, + { "code": "34750-0", "display": "Anesthesiology Note" }, + { "code": "68636-0", "display": "Audiology Note" }, + { "code": "34752-6", "display": "Cardiology Note" }, + { + "code": "68645-1", + "display": "Child and adolescent psychiatry Note" + }, + { + "code": "68650-1", + "display": "Clinical biochemical genetics Note" + }, + { + "code": "68656-8", + "display": "Clinical genetics Note" + }, + { + "code": "34754-2", + "display": "Critical Care Medicine Note" + }, + { "code": "28618-7", "display": "Dentistry Note" }, + { "code": "34759-1", "display": "Dermatology Note" }, + { + "code": "68666-7", + "display": "Developmental-behavioral pediatrics Note" + }, + { "code": "34861-5", "display": "Diabetology Note" }, + { + "code": "34878-9", + "display": "Emergency medicine Note" + }, + { "code": "34898-7", "display": "Endocrinology Note" }, + { + "code": "34762-5", + "display": "Gastroenterology Note" + }, + { + "code": "34765-8", + "display": "General medicine Note" + }, + { + "code": "34767-4", + "display": "General medicine Medical student Note" + }, + { + "code": "34768-2", + "display": "General medicine Nurse Note" + }, + { + "code": "34769-0", + "display": "General medicine Physician attending Note" + }, + { + "code": "34780-7", + "display": "Hematology+Medical Oncology Note" + }, + { + "code": "34782-3", + "display": "Infectious disease Note" + }, + { + "code": "34794-8", + "display": "Interdisciplinary Note" + }, + { "code": "34784-9", "display": "Kinesiotherapy Note" }, + { "code": "34786-4", "display": "Mental health Note" }, + { + "code": "68677-4", + "display": "Multi-specialty program Note" + }, + { "code": "34796-3", "display": "Nephrology Note" }, + { + "code": "34799-7", + "display": "Neurological surgery Note" + }, + { "code": "34905-0", "display": "Neurology Note" }, + { + "code": "68700-4", + "display": "Neurology with special qualifications in child neurology Note" + }, + { "code": "34746-8", "display": "Nurse Note" }, + { + "code": "34801-1", + "display": "Nutrition and dietetics Note" + }, + { + "code": "34778-1", + "display": "Obstetrics and Gynecology Note" + }, + { + "code": "34802-9", + "display": "Occupational medicine Note" + }, + { + "code": "28578-3", + "display": "Occupational therapy Note" + }, + { "code": "34806-0", "display": "Oncology Note" }, + { "code": "34808-6", "display": "Ophthalmology Note" }, + { "code": "34811-0", "display": "Optometry Note" }, + { + "code": "34813-6", + "display": "Oral and Maxillofacial Surgery Note" + }, + { + "code": "34815-1", + "display": "Orthopaedic surgery Note" + }, + { "code": "34817-7", "display": "Otolaryngology Note" }, + { "code": "34858-1", "display": "Pain medicine Note" }, + { "code": "34906-8", "display": "Pastoral care Note" }, + { "code": "51855-5", "display": "Patient Note" }, + { + "code": "68722-8", + "display": "Pediatric cardiology Note" + }, + { + "code": "68889-5", + "display": "Pediatric dermatology Note" + }, + { + "code": "68894-5", + "display": "Pediatric endocrinology Note" + }, + { + "code": "68741-8", + "display": "Pediatric gastroenterology Note" + }, + { + "code": "68752-5", + "display": "Pediatric hematology-oncology Note" + }, + { + "code": "68761-6", + "display": "Pediatric infectious diseases Note" + }, + { + "code": "68867-1", + "display": "Pediatric nephrology Note" + }, + { + "code": "68871-3", + "display": "Pediatric otolaryngology Note" + }, + { + "code": "68782-2", + "display": "Pediatric pulmonology Note" + }, + { + "code": "68854-9", + "display": "Pediatric rehabilitation medicine Note" + }, + { + "code": "68876-2", + "display": "Pediatric rheumatology Note" + }, + { + "code": "68881-2", + "display": "Pediatric surgery Note" + }, + { + "code": "68859-8", + "display": "Pediatric transplant hepatology Note" + }, + { + "code": "68882-0", + "display": "Pediatric urology Note" + }, + { "code": "68818-4", "display": "Pediatrics Note" }, + { "code": "34821-9", "display": "Pharmacy Note" }, + { + "code": "34823-5", + "display": "Physical medicine and rehabilitation Note" + }, + { + "code": "28579-1", + "display": "Physical therapy Note" + }, + { + "code": "34827-6", + "display": "Plastic surgery Note" + }, + { "code": "34829-2", "display": "Podiatry Note" }, + { "code": "68834-1", "display": "Primary care Note" }, + { "code": "28628-6", "display": "Psychiatry Note" }, + { "code": "34792-2", "display": "Psychology Note" }, + { "code": "34830-0", "display": "Pulmonary Note" }, + { + "code": "34832-6", + "display": "Radiation oncology Note" + }, + { + "code": "34834-2", + "display": "Recreational therapy Note" + }, + { "code": "68839-0", "display": "Research Note" }, + { + "code": "34838-3", + "display": "Respiratory therapy Note" + }, + { "code": "34840-9", "display": "Rheumatology Note" }, + { "code": "28653-4", "display": "Social work Note" }, + { + "code": "28571-8", + "display": "Speech-language pathology Note" + }, + { + "code": "34846-6", + "display": "Speech-language pathology+Audiology Note" + }, + { "code": "34848-2", "display": "Surgery Note" }, + { + "code": "34773-2", + "display": "Surgery Physician attending Note" + }, + { + "code": "68848-1", + "display": "Transplant surgery Note" + }, + { "code": "34852-4", "display": "Urology Note" }, + { + "code": "34111-5", + "display": "Emergency department Note" + }, + { + "code": "57053-1", + "display": "Nurse Emergency department Note" + }, + { "code": "34112-3", "display": "Hospital Note" }, + { + "code": "64069-8", + "display": "Critical care medicine Physician attending Hospital Note" + }, + { + "code": "68827-5", + "display": "Pediatrics Hospital Note" + }, + { + "code": "64077-1", + "display": "Pulmonary Physician attending Hospital Note" + }, + { + "code": "64073-0", + "display": "Thoracic surgery Physician attending Hospital Note" + }, + { + "code": "34113-1", + "display": "Nursing facility Note" + }, + { "code": "34108-1", "display": "Outpatient Note" }, + { + "code": "34753-4", + "display": "Cardiology Outpatient Note" + }, + { + "code": "34110-7", + "display": "Diabetology Outpatient Note" + }, + { + "code": "34766-6", + "display": "General medicine Outpatient Note" + }, + { + "code": "68601-4", + "display": "Psychiatry Outpatient Note" + }, + { + "code": "34850-8", + "display": "Thoracic surgery Outpatient Note" + }, + { + "code": "34854-0", + "display": "Vascular surgery Outpatient Note" + }, + { + "code": "68672-5", + "display": "Geriatric medicine Skilled nursing facility Note" + }, + { + "code": "34748-4", + "display": "Telephone encounter Note" + }, + { + "code": "34139-6", + "display": "Nurse Telephone encounter Note" + }, + { + "code": "34844-1", + "display": "Social work Telephone encounter Note" + }, + { + "code": "74166-0", + "display": "Occupational summary note" + }, + { + "code": "74156-1", + "display": "Oncology treatment plan and summary Document" + }, + { + "code": "64300-7", + "display": "Organ donation consent" + }, + { + "code": "60591-5", + "display": "Patient summary Document" + }, + { + "code": "60592-3", + "display": "Patient summary.unexpected contact Document" + }, + { + "code": "57834-4", + "display": "Patient transportation request Document" + }, + { + "code": "48768-6", + "display": "Payment sources Document" + }, + { + "code": "53576-5", + "display": "Personal health monitoring report Document" + }, + { + "code": "64296-7", + "display": "Personal health monitoring report Automated" + }, + { + "code": "72170-4", + "display": "Photographic image Unspecified body region Document" + }, + { "code": "56447-6", "display": "Plan of care note" }, + { + "code": "64295-9", + "display": "Nurse Plan of care note" + }, + { + "code": "51900-9", + "display": "Population Summary note" + }, + { + "code": "67860-7", + "display": "Postoperative evaluation and management note" + }, + { + "code": "67861-5", + "display": "Ophthalmology Postoperative evaluation and management note" + }, + { + "code": "34875-5", + "display": "Surgery Postoperative evaluation and management note" + }, + { + "code": "34880-5", + "display": "Surgery Nurse Postoperative evaluation and management note" + }, + { + "code": "68610-5", + "display": "Hospital Postoperative evaluation and management note" + }, + { + "code": "68606-3", + "display": "Surgery Hospital Postoperative evaluation and management note" + }, + { + "code": "34867-2", + "display": "Ophthalmology Outpatient Postoperative evaluation and management note" + }, + { "code": "64298-3", "display": "Power of attorney" }, + { + "code": "74207-2", + "display": "Prehospital summary Document" + }, + { + "code": "67862-3", + "display": "Preoperative evaluation and management note" + }, + { + "code": "68616-2", + "display": "Adolescent medicine Preoperative evaluation and management note" + }, + { + "code": "68623-8", + "display": "Advanced heart failure and transplant cardiology Preoperative evaluation and management note" + }, + { + "code": "34751-8", + "display": "Anesthesiology Preoperative evaluation and management note" + }, + { + "code": "68638-6", + "display": "Audiology Preoperative evaluation and management note" + }, + { + "code": "68657-6", + "display": "Clinical genetics Preoperative evaluation and management note" + }, + { + "code": "68550-3", + "display": "Dermatology Preoperative evaluation and management note" + }, + { + "code": "68678-2", + "display": "Multi-specialty program Preoperative evaluation and management note" + }, + { + "code": "68691-5", + "display": "Neurological surgery Preoperative evaluation and management note" + }, + { + "code": "68701-2", + "display": "Neurology with special qualifications in child neurology Preoperative evaluation and management note" + }, + { + "code": "34747-6", + "display": "Nurse Preoperative evaluation and management note" + }, + { + "code": "68562-8", + "display": "Obstetrics and Gynecology Preoperative evaluation and management note" + }, + { + "code": "34809-4", + "display": "Ophthalmology Preoperative evaluation and management note" + }, + { + "code": "68581-8", + "display": "Orthopaedic surgery Preoperative evaluation and management note" + }, + { + "code": "68713-7", + "display": "Pain medicine Preoperative evaluation and management note" + }, + { + "code": "68723-6", + "display": "Pediatric cardiology Preoperative evaluation and management note" + }, + { + "code": "68732-7", + "display": "Pediatric dermatology Preoperative evaluation and management note" + }, + { + "code": "68736-8", + "display": "Pediatric endocrinology Preoperative evaluation and management note" + }, + { + "code": "68742-6", + "display": "Pediatric gastroenterology Preoperative evaluation and management note" + }, + { + "code": "68753-3", + "display": "Pediatric hematology-oncology Preoperative evaluation and management note" + }, + { + "code": "68762-4", + "display": "Pediatric infectious diseases Preoperative evaluation and management note" + }, + { + "code": "68771-5", + "display": "Pediatric nephrology Preoperative evaluation and management note" + }, + { + "code": "68776-4", + "display": "Pediatric otolaryngology Preoperative evaluation and management note" + }, + { + "code": "68783-0", + "display": "Pediatric pulmonology Preoperative evaluation and management note" + }, + { + "code": "68792-1", + "display": "Pediatric rheumatology Preoperative evaluation and management note" + }, + { + "code": "68798-8", + "display": "Pediatric surgery Preoperative evaluation and management note" + }, + { + "code": "68860-6", + "display": "Pediatric transplant hepatology Preoperative evaluation and management note" + }, + { + "code": "68808-5", + "display": "Pediatric urology Preoperative evaluation and management note" + }, + { + "code": "68819-2", + "display": "Pediatrics Preoperative evaluation and management note" + }, + { + "code": "68594-1", + "display": "Plastic surgery Preoperative evaluation and management note" + }, + { + "code": "68835-8", + "display": "Primary care Preoperative evaluation and management note" + }, + { + "code": "68844-0", + "display": "Speech-language pathology Preoperative evaluation and management note" + }, + { + "code": "34876-3", + "display": "Surgery Preoperative evaluation and management note" + }, + { + "code": "34881-3", + "display": "Surgery Nurse Preoperative evaluation and management note" + }, + { + "code": "68850-7", + "display": "Transplant surgery Preoperative evaluation and management note" + }, + { + "code": "34123-0", + "display": "Anesthesiology Hospital Preoperative evaluation and management note" + }, + { + "code": "68828-3", + "display": "Pediatrics Hospital Preoperative evaluation and management note" + }, + { + "code": "57832-8", + "display": "Prescription for diagnostic or specialist care Document" + }, + { + "code": "64288-4", + "display": "Prescription for eyewear" + }, + { + "code": "57829-4", + "display": "Prescription for medical equipment or product Document" + }, + { + "code": "57833-6", + "display": "Prescription for medication Document" + }, + { + "code": "57831-0", + "display": "Prescription for rehabilitation Document" + }, + { + "code": "57828-6", + "display": "Prescription list Document" + }, + { + "code": "73709-8", + "display": "Prescription request Pharmacy Document from Pharmacist" + }, + { + "code": "55114-3", + "display": "Prior imaging procedure descriptions Document" + }, + { + "code": "57017-6", + "display": "Privacy policy Organization Document" + }, + { + "code": "57016-8", + "display": "Privacy policy acknowledgment Document" + }, + { "code": "64293-4", "display": "Procedure consent" }, + { + "code": "68630-3", + "display": "Allergy and immunology procedure note" + }, + { + "code": "68658-4", + "display": "Clinical genetics procedure note" + }, + { + "code": "68667-5", + "display": "Developmental-behavioral pediatrics procedure note" + }, + { + "code": "68692-3", + "display": "Neurological surgery procedure note" + }, + { + "code": "68702-0", + "display": "Neurology with special qualifications in child neurology procedure note" + }, + { + "code": "68563-6", + "display": "Obstetrics and Gynecology procedure note" + }, + { + "code": "68714-5", + "display": "Pain medicine procedure note" + }, + { + "code": "68724-4", + "display": "Pediatric cardiology procedure note" + }, + { + "code": "68890-3", + "display": "Pediatric dermatology procedure note" + }, + { + "code": "68895-2", + "display": "Pediatric endocrinology procedure note" + }, + { + "code": "68743-4", + "display": "Pediatric gastroenterology procedure note" + }, + { + "code": "68754-1", + "display": "Pediatric hematology-oncology procedure note" + }, + { + "code": "68868-9", + "display": "Pediatric nephrology procedure note" + }, + { + "code": "68872-1", + "display": "Pediatric otolaryngology procedure note" + }, + { + "code": "68784-8", + "display": "Pediatric pulmonology procedure note" + }, + { + "code": "68877-0", + "display": "Pediatric rheumatology procedure note" + }, + { + "code": "68799-6", + "display": "Pediatric surgery procedure note" + }, + { + "code": "68861-4", + "display": "Pediatric transplant hepatology procedure note" + }, + { + "code": "68809-3", + "display": "Pediatric urology procedure note" + }, + { + "code": "68820-0", + "display": "Pediatrics procedure note" + }, + { + "code": "68836-6", + "display": "Primary care procedure note" + }, + { + "code": "68851-5", + "display": "Transplant surgery procedure note" + }, + { + "code": "68729-3", + "display": "Pediatric critical care medicine Hospital procedure note" + }, + { + "code": "68829-1", + "display": "Pediatrics Hospital procedure note" + }, + { "code": "68607-1", "display": "Progress letter" }, + { + "code": "11506-3", + "display": "Provider-unspecified Progress note" + }, + { + "code": "68617-0", + "display": "Adolescent medicine Progress note" + }, + { + "code": "68631-1", + "display": "Allergy and immunology Progress note" + }, + { + "code": "68646-9", + "display": "Child and adolescent psychiatry Progress note" + }, + { + "code": "28580-9", + "display": "Chiropractic medicine Progress note" + }, + { + "code": "68659-2", + "display": "Clinical genetics Progress note" + }, + { + "code": "28617-9", + "display": "Dentistry Progress note" + }, + { + "code": "68668-3", + "display": "Developmental-behavioral pediatrics Progress note" + }, + { + "code": "34900-1", + "display": "General medicine Progress note" + }, + { + "code": "68554-5", + "display": "Hematology+Medical Oncology Progress note" + }, + { + "code": "72556-4", + "display": "Interventional radiology Progress note" + }, + { + "code": "34904-3", + "display": "Mental health Progress note" + }, + { + "code": "68679-0", + "display": "Multi-specialty program Progress note" + }, + { + "code": "68693-1", + "display": "Neurological surgery Progress note" + }, + { + "code": "68703-8", + "display": "Neurology with special qualifications in child neurology Progress note" + }, + { "code": "28623-7", "display": "Nurse Progress note" }, + { + "code": "28575-9", + "display": "Nurse practitioner Progress note" + }, + { + "code": "68564-4", + "display": "Obstetrics and Gynecology Progress note" + }, + { + "code": "11507-1", + "display": "Occupational therapy Progress note" + }, + { + "code": "68574-3", + "display": "Ophthalmology Progress note" + }, + { + "code": "68582-6", + "display": "Orthopaedic surgery Progress note" + }, + { + "code": "68725-1", + "display": "Pediatric cardiology Progress note" + }, + { + "code": "68891-1", + "display": "Pediatric dermatology Progress note" + }, + { + "code": "68896-0", + "display": "Pediatric endocrinology Progress note" + }, + { + "code": "68744-2", + "display": "Pediatric gastroenterology Progress note" + }, + { + "code": "68755-8", + "display": "Pediatric hematology-oncology Progress note" + }, + { + "code": "68763-2", + "display": "Pediatric infectious diseases Progress note" + }, + { + "code": "68873-9", + "display": "Pediatric otolaryngology Progress note" + }, + { + "code": "68785-5", + "display": "Pediatric pulmonology Progress note" + }, + { + "code": "68878-8", + "display": "Pediatric rheumatology Progress note" + }, + { + "code": "68800-2", + "display": "Pediatric surgery Progress note" + }, + { + "code": "68862-2", + "display": "Pediatric transplant hepatology Progress note" + }, + { + "code": "68810-1", + "display": "Pediatric urology Progress note" + }, + { + "code": "11508-9", + "display": "Physical therapy Progress note" + }, + { + "code": "18733-6", + "display": "Physician attending Progress note" + }, + { + "code": "28569-2", + "display": "Physician consulting Progress note" + }, + { + "code": "68595-8", + "display": "Plastic surgery Progress note" + }, + { + "code": "11509-7", + "display": "Podiatry Progress note" + }, + { + "code": "28627-8", + "display": "Psychiatry Progress note" + }, + { + "code": "11510-5", + "display": "Psychology Progress note" + }, + { + "code": "68840-8", + "display": "Research Progress note" + }, + { + "code": "28656-7", + "display": "Social work Progress note" + }, + { + "code": "11512-1", + "display": "Speech-language pathology Progress note" + }, + { + "code": "15507-7", + "display": "Provider-unspecified ED Progress note" + }, + { + "code": "34130-5", + "display": "Hospital Progress note" + }, + { + "code": "68472-0", + "display": "Cardiology Hospital Progress note" + }, + { + "code": "68485-2", + "display": "Cardiology Medical student Hospital Progress note" + }, + { + "code": "68484-5", + "display": "Cardiology Physician attending Hospital Progress note" + }, + { + "code": "64059-9", + "display": "Critical Care Medicine Hospital Progress note" + }, + { + "code": "64071-4", + "display": "Critical care medicine Medical student Hospital Progress note" + }, + { + "code": "68473-8", + "display": "Critical care medicine Physician attending Hospital Progress note" + }, + { + "code": "64055-7", + "display": "General medicine Medical student Hospital Progress note" + }, + { + "code": "68475-3", + "display": "General medicine Physician attending Hospital Progress note" + }, + { + "code": "68830-9", + "display": "Pediatrics Hospital Progress note" + }, + { + "code": "64063-1", + "display": "Pulmonary Hospital Progress note" + }, + { + "code": "64079-7", + "display": "Pulmonary Medical student Hospital Progress note" + }, + { + "code": "68478-7", + "display": "Pulmonary Physician attending Hospital Progress note" + }, + { + "code": "68479-5", + "display": "Respiratory therapy Hospital Progress note" + }, + { + "code": "64057-3", + "display": "Surgery Hospital Progress note" + }, + { + "code": "64067-2", + "display": "Surgery Medical student Hospital Progress note" + }, + { + "code": "68480-3", + "display": "Surgery Physician attending Hospital Progress note" + }, + { + "code": "64061-5", + "display": "Thoracic surgery Hospital Progress note" + }, + { + "code": "64075-5", + "display": "Thoracic surgery Medical student Hospital Progress note" + }, + { + "code": "68481-1", + "display": "Thoracic surgery Physician attending Hospital Progress note" + }, + { + "code": "70238-1", + "display": "Transplant surgery Hospital Progress note" + }, + { + "code": "34126-3", + "display": "Intensive care unit Progress note" + }, + { + "code": "34131-3", + "display": "Outpatient Progress note" + }, + { + "code": "34124-8", + "display": "Cardiology Outpatient Progress note" + }, + { + "code": "34128-9", + "display": "Dentistry Outpatient Progress note" + }, + { + "code": "34127-1", + "display": "Dentistry Hygienist Outpatient Progress note" + }, + { + "code": "34901-9", + "display": "General medicine Outpatient Progress note" + }, + { + "code": "34132-1", + "display": "Pharmacy Outpatient Progress note" + }, + { + "code": "34129-7", + "display": "Patient's home Progress note" + }, + { + "code": "34125-5", + "display": "Case manager Patient's home Progress note" + }, + { + "code": "74468-0", + "display": "Questionnaire form definition section Document" + }, + { + "code": "74465-6", + "display": "Questionnaire response section Document" + }, + { + "code": "73569-6", + "display": "Radiation exposure and protection information [Description] Document Diagnostic imaging" + }, + { + "code": "64294-2", + "display": "Readiness for duty letter" + }, + { + "code": "64284-3", + "display": "Readiness for duty assessment" + }, + { "code": "57133-1", "display": "Referral note" }, + { + "code": "57170-3", + "display": "Cardiology Referral note" + }, + { + "code": "57178-6", + "display": "Critical Care Medicine Referral note" + }, + { + "code": "57134-9", + "display": "Dentistry Referral note" + }, + { + "code": "57135-6", + "display": "Dermatology Referral note" + }, + { + "code": "57136-4", + "display": "Diabetology Referral note" + }, + { + "code": "57137-2", + "display": "Endocrinology Referral note" + }, + { + "code": "69438-0", + "display": "Referral note Forensic medicine" + }, + { + "code": "57138-0", + "display": "Gastroenterology Referral note" + }, + { + "code": "57139-8", + "display": "General medicine Referral note" + }, + { + "code": "57171-1", + "display": "Geriatric medicine Referral note" + }, + { + "code": "57172-9", + "display": "Hematology+Medical Oncology Referral note" + }, + { + "code": "57141-4", + "display": "Infectious disease Referral note" + }, + { + "code": "57142-2", + "display": "Kinesiotherapy Referral note" + }, + { + "code": "57143-0", + "display": "Mental health Referral note" + }, + { + "code": "57144-8", + "display": "Nephrology Referral note" + }, + { + "code": "57146-3", + "display": "Neurological surgery Referral note" + }, + { + "code": "57145-5", + "display": "Neurology Referral note" + }, + { + "code": "57173-7", + "display": "Nutrition and dietetics Referral note" + }, + { + "code": "57179-4", + "display": "Obstetrics and Gynecology Referral note" + }, + { + "code": "57147-1", + "display": "Occupational medicine Referral note" + }, + { + "code": "57148-9", + "display": "Occupational therapy Referral note" + }, + { + "code": "57149-7", + "display": "Oncology Referral note" + }, + { + "code": "57150-5", + "display": "Ophthalmology Referral note" + }, + { + "code": "57151-3", + "display": "Optometry Referral note" + }, + { + "code": "57174-5", + "display": "Oral and Maxillofacial Surgery Referral note" + }, + { + "code": "57175-2", + "display": "Orthopaedic surgery Referral note" + }, + { + "code": "57176-0", + "display": "Otolaryngology Referral note" + }, + { + "code": "57152-1", + "display": "Pharmacy Referral note" + }, + { + "code": "57153-9", + "display": "Physical medicine and rehabilitation Referral note" + }, + { + "code": "57154-7", + "display": "Physical therapy Referral note" + }, + { + "code": "57155-4", + "display": "Plastic surgery Referral note" + }, + { + "code": "57156-2", + "display": "Podiatry Referral note" + }, + { + "code": "57157-0", + "display": "Psychiatry Referral note" + }, + { + "code": "57158-8", + "display": "Psychology Referral note" + }, + { + "code": "57177-8", + "display": "Pulmonary Referral note" + }, + { + "code": "57159-6", + "display": "Radiation oncology Referral note" + }, + { + "code": "57160-4", + "display": "Recreational therapy Referral note" + }, + { + "code": "57162-0", + "display": "Respiratory therapy Referral note" + }, + { + "code": "57163-8", + "display": "Rheumatology Referral note" + }, + { + "code": "57164-6", + "display": "Social work Referral note" + }, + { + "code": "57165-3", + "display": "Speech-language pathology Referral note" + }, + { + "code": "57166-1", + "display": "Surgery Referral note" + }, + { + "code": "57167-9", + "display": "Thoracic surgery Referral note" + }, + { + "code": "57168-7", + "display": "Urology Referral note" + }, + { + "code": "57169-5", + "display": "Vascular surgery Referral note" + }, + { + "code": "64292-6", + "display": "Release of information consent" + }, + { + "code": "55115-0", + "display": "Requested imaging studies information Document" + }, + { "code": "70007-0", "display": "Restraint note" }, + { + "code": "68476-1", + "display": "Nurse Hospital Restraint note" + }, + { + "code": "68474-6", + "display": "Physician Hospital Restraint note" + }, + { + "code": "71482-4", + "display": "Risk assessment Document" + }, + { + "code": "51898-5", + "display": "Risk factors Document" + }, + { + "code": "74153-8", + "display": "Seizure disorder action plan" + }, + { + "code": "59282-4", + "display": "Stress cardiac echo study report US" + }, + { "code": "47045-0", "display": "Study report" }, + { "code": "68608-9", "display": "Summary note" }, + { "code": "61143-4", "display": "Nurse Summary note" }, + { + "code": "68602-2", + "display": "Radiation oncology Summary note" + }, + { + "code": "68603-0", + "display": "Radiation oncology Hospital Summary note" + }, + { + "code": "47046-8", + "display": "Summary of death note" + }, + { + "code": "34133-9", + "display": "Summary of episode note" + }, + { + "code": "74211-4", + "display": "Summary of episode note Emergency department+Hospital" + }, + { + "code": "48764-5", + "display": "Summary purpose CCD Document" + }, + { "code": "47047-6", "display": "Supervisory note" }, + { + "code": "67865-6", + "display": "Outpatient Supervisory note" + }, + { + "code": "34135-4", + "display": "Cardiology Physician attending Outpatient Supervisory note" + }, + { + "code": "34136-2", + "display": "Gastroenterology Physician attending Outpatient Supervisory note" + }, + { + "code": "34134-7", + "display": "Physician attending Outpatient Supervisory note" + }, + { + "code": "61358-8", + "display": "Patient Surgical operation consent" + }, + { + "code": "11504-8", + "display": "Provider-unspecified Operation note" + }, + { + "code": "34868-0", + "display": "Orthopaedic surgery Surgical operation note" + }, + { + "code": "34818-5", + "display": "Otolaryngology Surgical operation note" + }, + { + "code": "34870-6", + "display": "Plastic surgery Surgical operation note" + }, + { + "code": "28624-5", + "display": "Podiatry Operation note" + }, + { + "code": "34874-8", + "display": "Surgery Surgical operation note" + }, + { + "code": "34877-1", + "display": "Urology Surgical operation note" + }, + { + "code": "34137-0", + "display": "Outpatient Surgical operation note" + }, + { + "code": "34138-8", + "display": "Targeted history and physical note" + }, + { + "code": "18761-7", + "display": "Provider-unspecified Transfer summary" + }, + { + "code": "68618-8", + "display": "Adolescent medicine Transfer summary note" + }, + { + "code": "68632-9", + "display": "Allergy and immunology Transfer summary note" + }, + { + "code": "68647-7", + "display": "Child and adolescent psychiatry Transfer summary note" + }, + { + "code": "68660-0", + "display": "Clinical genetics Transfer summary note" + }, + { + "code": "34755-9", + "display": "Critical care medicine Transfer summary note" + }, + { + "code": "68669-1", + "display": "Developmental-behavioral pediatrics Transfer summary note" + }, + { + "code": "34770-8", + "display": "General medicine Transfer summary note" + }, + { + "code": "68680-8", + "display": "Multi-specialty program Transfer summary note" + }, + { + "code": "68704-6", + "display": "Neurology with special qualifications in child neurology Transfer summary note" + }, + { + "code": "68565-1", + "display": "Obstetrics and Gynecology Transfer summary note" + }, + { + "code": "68569-3", + "display": "Occupational therapy Transfer summary note" + }, + { + "code": "68887-9", + "display": "Ophthalmology Transfer summary note" + }, + { + "code": "68583-4", + "display": "Orthopaedic surgery Transfer summary note" + }, + { + "code": "68715-2", + "display": "Pain medicine Transfer summary note" + }, + { + "code": "68726-9", + "display": "Pediatric cardiology Transfer summary note" + }, + { + "code": "68737-6", + "display": "Pediatric endocrinology Transfer summary note" + }, + { + "code": "68745-9", + "display": "Pediatric gastroenterology Transfer summary note" + }, + { + "code": "68756-6", + "display": "Pediatric hematology-oncology Transfer summary note" + }, + { + "code": "68764-0", + "display": "Pediatric infectious diseases Transfer summary note" + }, + { + "code": "68772-3", + "display": "Pediatric nephrology Transfer summary note" + }, + { + "code": "68777-2", + "display": "Pediatric otolaryngology Transfer summary note" + }, + { + "code": "68786-3", + "display": "Pediatric pulmonology Transfer summary note" + }, + { + "code": "68793-9", + "display": "Pediatric rheumatology Transfer summary note" + }, + { + "code": "68801-0", + "display": "Pediatric surgery Transfer summary note" + }, + { + "code": "68863-0", + "display": "Pediatric transplant hepatology Transfer summary note" + }, + { + "code": "68811-9", + "display": "Pediatric urology Transfer summary note" + }, + { + "code": "68883-8", + "display": "Pediatrics Transfer summary note" + }, + { + "code": "68596-6", + "display": "Plastic surgery Transfer summary note" + }, + { + "code": "68482-9", + "display": "Nurse Hospital Transfer summary note" + }, + { + "code": "68884-6", + "display": "Pediatrics Hospital Transfer summary note" + }, + { + "code": "59281-6", + "display": "Transthoracic cardiac echo study report US" + }, + { + "code": "74198-3", + "display": "Trauma summary registry report Document" + }, + { + "code": "54094-8", + "display": "Emergency department Triage note" + }, + { + "code": "57054-9", + "display": "Nurse Emergency department Triage+care note" + }, + { + "code": "38932-0", + "display": "VA Compensation and Pension (C and P) examination acromegaly" + }, + { + "code": "38933-8", + "display": "VA Compensation and Pension (C and P) examination aid and attendance/housebound" + }, + { + "code": "38934-6", + "display": "VA Compensation and Pension (C and P) examination arrhythmias" + }, + { + "code": "38936-1", + "display": "VA Compensation and Pension (C and P) examination audio" + }, + { + "code": "38937-9", + "display": "VA Compensation and Pension (C and P) examination bones fractures/bone disease" + }, + { + "code": "38938-7", + "display": "VA Compensation and Pension (C and P) examination brain/spinal cord" + }, + { + "code": "38939-5", + "display": "VA Compensation and Pension (C and P) examination chronic fatigue syndrome" + }, + { + "code": "38940-3", + "display": "VA Compensation and Pension (C and P) examination cold injury protocol" + }, + { + "code": "38941-1", + "display": "VA Compensation and Pension (C and P) examination cranial nerves" + }, + { + "code": "38942-9", + "display": "VA Compensation and Pension (C and P) examination Cushings syndrome" + }, + { + "code": "38943-7", + "display": "VA Compensation and Pension (C and P) examination dental/oral" + }, + { + "code": "38944-5", + "display": "VA Compensation and Pension (C and P) examination diabetes mellitus" + }, + { + "code": "38956-9", + "display": "VA Compensation and Pension (C and P) examination disability in gulf war veterans" + }, + { + "code": "38946-0", + "display": "VA Compensation and Pension (C and P) examination ear disease" + }, + { + "code": "38949-4", + "display": "VA Compensation and Pension (C and P) examination epilepsy/narcolepsy" + }, + { + "code": "38950-2", + "display": "VA Compensation and Pension (C and P) examination esophagus/hiatal hernia" + }, + { + "code": "38966-8", + "display": "VA Compensation and Pension (C and P) examination extremity joints" + }, + { + "code": "38951-0", + "display": "VA Compensation and Pension (C and P) examination eye" + }, + { + "code": "38952-8", + "display": "VA Compensation and Pension (C and P) examination feet" + }, + { + "code": "38953-6", + "display": "VA Compensation and Pension (C and P) examination fibromyalgia" + }, + { + "code": "38954-4", + "display": "VA Compensation and Pension (C and P) examination general medical" + }, + { + "code": "38969-2", + "display": "VA Compensation and Pension (C and P) examination general mental disorders" + }, + { + "code": "38955-1", + "display": "VA Compensation and Pension (C and P) examination genitourinary" + }, + { + "code": "38957-7", + "display": "VA Compensation and Pension (C and P) examination gynecological conditions/disorders of the breast" + }, + { + "code": "38958-5", + "display": "VA Compensation and Pension (C and P) examination hand/thumb/fingers" + }, + { + "code": "38959-3", + "display": "VA Compensation and Pension (C and P) examination heart" + }, + { + "code": "38960-1", + "display": "VA Compensation and Pension (C and P) examination hemic disorders" + }, + { + "code": "38961-9", + "display": "VA Compensation and Pension (C and P) examination HIV-related illness" + }, + { + "code": "38962-7", + "display": "VA Compensation and Pension (C and P) examination hypertension" + }, + { + "code": "38963-5", + "display": "VA Compensation and Pension (C and P) examination infectious/immune/nutritional disabilities" + }, + { + "code": "38964-3", + "display": "VA Compensation and Pension (C and P) examination initial evaluation post-traumatic stress disorder" + }, + { + "code": "38965-0", + "display": "VA Compensation and Pension (C and P) examination large/small intestines" + }, + { + "code": "38967-6", + "display": "VA Compensation and Pension (C and P) examination liver/gall bladder/pancreas" + }, + { + "code": "38968-4", + "display": "VA Compensation and Pension (C and P) examination lymphatic disorders" + }, + { + "code": "38947-8", + "display": "VA Compensation and Pension (C and P) examination mental health eating disorders" + }, + { + "code": "38935-3", + "display": "VA Compensation and Pension (C and P) examination miscellaneous arteries/veins" + }, + { + "code": "38945-2", + "display": "VA Compensation and Pension (C and P) examination miscellaneous digestive conditions" + }, + { + "code": "38948-6", + "display": "VA Compensation and Pension (C and P) examination miscellaneous endocrine diseases" + }, + { + "code": "38972-6", + "display": "VA Compensation and Pension (C and P) examination miscellaneous neurological disorders" + }, + { + "code": "38980-9", + "display": "VA Compensation and Pension (C and P) examination miscellaneous respiratory diseases" + }, + { + "code": "38970-0", + "display": "VA Compensation and Pension (C and P) examination mouth/lips/tongue" + }, + { + "code": "38971-8", + "display": "VA Compensation and Pension (C and P) examination muscles" + }, + { + "code": "38973-4", + "display": "VA Compensation and Pension (C and P) examination nose/sinus/larynx/pharynx" + }, + { + "code": "38979-1", + "display": "VA Compensation and Pension (C and P) examination obstructive/restrictive/interstitial respiratory diseases" + }, + { + "code": "38974-2", + "display": "VA Compensation and Pension (C and P) examination peripheral nerves" + }, + { + "code": "38975-9", + "display": "VA Compensation and Pension (C and P) examination prisoner of war protocol" + }, + { + "code": "38976-7", + "display": "VA Compensation and Pension (C and P) examination pulmonary tuberculosis/mycobacterial diseases" + }, + { + "code": "38977-5", + "display": "VA Compensation and Pension (C and P) examination rectum/anus" + }, + { + "code": "38978-3", + "display": "VA Compensation and Pension (C and P) examination residuals of amputations" + }, + { + "code": "38981-7", + "display": "VA Compensation and Pension (C and P) examination review evaluation post-traumatic stress disorder" + }, + { + "code": "38982-5", + "display": "VA Compensation and Pension (C and P) examination scars" + }, + { + "code": "38983-3", + "display": "VA Compensation and Pension (C and P) examination sense of smell/taste" + }, + { + "code": "38984-1", + "display": "VA Compensation and Pension (C and P) examination skin diseases other than scars" + }, + { + "code": "38985-8", + "display": "VA Compensation and Pension (C and P) examination social/industrial survey" + }, + { + "code": "38986-6", + "display": "VA Compensation and Pension (C and P) examination spine" + }, + { + "code": "38987-4", + "display": "VA Compensation and Pension (C and P) examination stomach/duodenum/peritoneal adhesions" + }, + { + "code": "38988-2", + "display": "VA Compensation and Pension (C and P) examination thyroid/parathyroid diseases" + }, + { + "code": "59283-2", + "display": "Well child visit note" + }, + { "code": "52027-0", "display": "Abortion consent" }, + { + "code": "24754-4", + "display": "Administration of vasodilator into catheter of Vein" + }, + { + "code": "26376-4", + "display": "Administration of vasodilator into catheter of Vein - bilateral" + }, + { + "code": "26377-2", + "display": "Administration of vasodilator into catheter of Vein - left" + }, + { + "code": "26378-0", + "display": "Administration of vasodilator into catheter of Vein - right" + }, + { + "code": "53243-2", + "display": "Advanced beneficiary notice" + }, + { "code": "11485-0", "display": "Anesthesia records" }, + { + "code": "30649-8", + "display": "Peripheral artery Fluoroscopic angiogram Additional angioplasty W contrast IA" + }, + { + "code": "30641-5", + "display": "Vein Fluoroscopic angiogram Additional angioplasty W contrast IV" + }, + { + "code": "36760-7", + "display": "AV shunt Fluoroscopic angiogram Angioplasty W contrast" + }, + { + "code": "36762-3", + "display": "Extremity vessel Fluoroscopic angiogram Angioplasty W contrast" + }, + { + "code": "69067-7", + "display": "Unspecified body region Fluoroscopic angiogram Angioplasty W contrast" + }, + { + "code": "24543-1", + "display": "Aorta Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24580-3", + "display": "Brachiocephalic artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26368-1", + "display": "Brachiocephalic artery - left Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26369-9", + "display": "Brachiocephalic artery - right Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24614-0", + "display": "Carotid artery extracranial Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24615-7", + "display": "Carotid artery intracranial Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "35881-2", + "display": "Extremity artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24698-3", + "display": "Femoral artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "36763-1", + "display": "Femoral artery and Popliteal artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24766-8", + "display": "Iliac artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26370-7", + "display": "Iliac artery - bilateral Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26371-5", + "display": "Iliac artery - left Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26372-3", + "display": "Iliac artery - right Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "24832-8", + "display": "Mesenteric artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "30648-0", + "display": "Peripheral artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "25081-1", + "display": "Renal vessel Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "25012-6", + "display": "Tibial artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26373-1", + "display": "Tibial artery - bilateral Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26374-9", + "display": "Tibial artery - left Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "26375-6", + "display": "Tibial artery - right Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "43793-9", + "display": "Tibioperoneal arteries Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "43794-7", + "display": "Tibioperoneal arteries - bilateral Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "43795-4", + "display": "Tibioperoneal arteries - left Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "43792-1", + "display": "Tibioperoneal arteries - right Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "25064-7", + "display": "Vessel Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "30836-1", + "display": "Visceral artery Fluoroscopic angiogram Angioplasty W contrast IA" + }, + { + "code": "37426-4", + "display": "Lower extremity vein Fluoroscopic angiogram Angioplasty W contrast IV" + }, + { + "code": "30640-7", + "display": "Vein Fluoroscopic angiogram Angioplasty W contrast IV" + }, + { + "code": "35882-0", + "display": "Inferior vena cava Fluoroscopic angiogram Angioplasty W contrast IV" + }, + { + "code": "52032-0", + "display": "Appeal denial letter" + }, + { + "code": "36764-9", + "display": "Femoral vessel and Popliteal artery Fluoroscopic angiogram Atherectomy W contrast" + }, + { + "code": "69135-2", + "display": "Iliac artery Fluoroscopic angiogram Atherectomy W contrast" + }, + { + "code": "69253-3", + "display": "Renal vessels Fluoroscopic angiogram Atherectomy W contrast" + }, + { + "code": "36765-6", + "display": "Vessel Fluoroscopic angiogram Atherectomy W contrast" + }, + { + "code": "35883-8", + "display": "Aorta Fluoroscopic angiogram Atherectomy W contrast IA" + }, + { + "code": "36766-4", + "display": "Coronary arteries Fluoroscopic angiogram Atherectomy W contrast IA" + }, + { + "code": "24568-8", + "display": "AV fistula Fluoroscopic angiogram Atherectomy W contrast IV" + }, + { "code": "28615-3", "display": "Audiology study" }, + { + "code": "52065-0", + "display": "Automobile liability" + }, + { "code": "18743-5", "display": "Autopsy report" }, + { + "code": "36761-5", + "display": "Biliary ducts Fluoroscopy Balloon dilatation W contrast" + }, + { "code": "33720-4", "display": "Blood bank consult" }, + { + "code": "52041-1", + "display": "Blood glucose monitors" + }, + { + "code": "38268-9", + "display": "Skeletal system DXA Bone density" + }, + { + "code": "43562-8", + "display": "Skeletal system.axial Scan Bone density" + }, + { + "code": "43563-6", + "display": "Skeletal system.peripheral Scan Bone density" + }, + { + "code": "48807-2", + "display": "Bone marrow aspiration report" + }, + { + "code": "24631-4", + "display": "Unspecified body region Fluoroscopy Central vein catheter placement check" + }, + { + "code": "53242-4", + "display": "Charge ticket or encounter form" + }, + { + "code": "54095-5", + "display": "Chemotherapy effectiveness panel [Identifier] - Blood or Tissue" + }, + { + "code": "11486-8", + "display": "Chemotherapy records" + }, + { + "code": "71428-7", + "display": "CMS - history of present illness panel" + }, + { + "code": "71421-2", + "display": "CMS - past family - social history panel" + }, + { + "code": "71388-3", + "display": "CMS - physical exam panel" + }, + { + "code": "71406-3", + "display": "CMS - review of systems panel" + }, + { + "code": "25062-1", + "display": "Unspecified body region X-ray Comparison view" + }, + { + "code": "24611-6", + "display": "Outpatient Consultation 2nd opinion" + }, + { + "code": "60570-9", + "display": "Pathology Consult note" + }, + { + "code": "60571-7", + "display": "Pathology Consult note.synoptic" + }, + { + "code": "52042-9", + "display": "Continuous positive airway pressure (CPAP)" + }, + { + "code": "25038-1", + "display": "Unspecified body region Courtesy consultation" + }, + { + "code": "29751-5", + "display": "Critical care records" + }, + { + "code": "50007-4", + "display": "Cytology report of Bronchoalveolar lavage Cyto stain" + }, + { + "code": "47523-6", + "display": "Cytology report of Body fluid Cyto stain" + }, + { + "code": "47530-1", + "display": "Cytology report of Breast ductal lavage Cyto stain" + }, + { + "code": "47521-0", + "display": "Cytology report of Breast fine needle aspirate Cyto stain" + }, + { + "code": "50971-1", + "display": "Cytology report of Bronchial brush Cyto stain" + }, + { + "code": "47528-5", + "display": "Cytology report of Cervical or vaginal smear or scraping Cyto stain" + }, + { + "code": "47527-7", + "display": "Cytology report of Cervical or vaginal smear or scraping Cyto stain.thin prep" + }, + { + "code": "47522-8", + "display": "Cytology report of Nipple discharge Cyto stain" + }, + { + "code": "47520-2", + "display": "Cytology report of Sputum Cyto stain" + }, + { + "code": "47524-4", + "display": "Cytology report of Thyroid fine needle aspirate Cyto stain" + }, + { + "code": "47529-3", + "display": "Cytology report of Tissue Other stain" + }, + { + "code": "33718-8", + "display": "Cytology report of Tissue fine needle aspirate Cyto stain" + }, + { + "code": "47525-1", + "display": "Cytology report of Urine Cyto stain" + }, + { + "code": "47526-9", + "display": "Cytology report of Unspecified specimen Cyto stain" + }, + { + "code": "52040-3", + "display": "Dental X-rays and other images (not DICOM)" + }, + { "code": "29749-9", "display": "Dialysis records" }, + { + "code": "28622-9", + "display": "Nurse Discharge assessment" + }, + { "code": "28574-2", "display": "Discharge note" }, + { + "code": "29761-4", + "display": "Dentist Discharge summary" + }, + { + "code": "11490-0", + "display": "Physician Discharge summary" + }, + { + "code": "28655-9", + "display": "Physician attending Discharge summary" + }, + { + "code": "53245-7", + "display": "Driver license image" + }, + { + "code": "53247-3", + "display": "Eligibility acknowledgement" + }, + { + "code": "24684-3", + "display": "Extracranial vessels Fluoroscopic angiogram Embolectomy W contrast IA" + }, + { + "code": "24887-2", + "display": "Pulmonary artery Fluoroscopic angiogram Embolectomy W contrast IA" + }, + { + "code": "24553-0", + "display": "Vessel intracranial Fluoroscopic angiogram Embolectomy W contrast IV" + }, + { + "code": "24554-8", + "display": "Artery Fluoroscopic angiogram Embolization W contrast IA" + }, + { + "code": "52071-8", + "display": "Employee assistance program" + }, + { + "code": "67796-3", + "display": "EMS patient care report - version 3.1 Document NEMSIS" + }, + { "code": "52043-7", "display": "Enteral nutrition" }, + { + "code": "30600-1", + "display": "Small bowel CT Views Enteroclysis W contrast PO via duodenal intubation" + }, + { + "code": "24923-5", + "display": "Small bowel Fluoroscopy Views Enteroclysis W contrast PO via duodenal intubation" + }, + { + "code": "52030-4", + "display": "Explanation of benefits" + }, + { + "code": "52031-2", + "display": "Explanation of benefits to subscriber" + }, + { + "code": "52044-5", + "display": "External infusion pump" + }, + { + "code": "29272-2", + "display": "Eye ultrasound study" + }, + { + "code": "52064-3", + "display": "First report of injury" + }, + { + "code": "57129-9", + "display": "Full newborn screening summary report for display or printing" + }, + { "code": "52045-2", "display": "Gait trainers" }, + { + "code": "52033-8", + "display": "General correspondence" + }, + { + "code": "51969-4", + "display": "Genetic analysis summary report in Blood or Tissue Document by Molecular genetics method" + }, + { + "code": "46365-3", + "display": "CT Guidance for ablation of tissue of Celiac plexus" + }, + { + "code": "44228-5", + "display": "CT Guidance for ablation of tissue of Kidney" + }, + { + "code": "44156-8", + "display": "US Guidance for ablation of tissue of Kidney" + }, + { + "code": "44101-4", + "display": "CT Guidance for ablation of tissue of Liver" + }, + { + "code": "44155-0", + "display": "US Guidance for ablation of tissue of Liver" + }, + { + "code": "58747-7", + "display": "CT Guidance for ablation of tissue of Unspecified body region" + }, + { + "code": "58743-6", + "display": "US Guidance for ablation of tissue of Unspecified body region" + }, + { + "code": "35884-6", + "display": "CT Guidance for abscess drainage of Abdomen" + }, + { + "code": "42280-8", + "display": "CT Guidance for abscess drainage of Appendix" + }, + { + "code": "42705-4", + "display": "US Guidance for abscess drainage of Appendix" + }, + { + "code": "42281-6", + "display": "CT Guidance for abscess drainage of Chest" + }, + { + "code": "42285-7", + "display": "CT Guidance for abscess drainage of Kidney" + }, + { + "code": "44167-5", + "display": "US Guidance for abscess drainage of Kidney" + }, + { + "code": "42282-4", + "display": "CT Guidance for abscess drainage of Liver" + }, + { + "code": "42133-9", + "display": "US Guidance for abscess drainage of Liver" + }, + { + "code": "39361-1", + "display": "Fluoroscopy Guidance for abscess drainage of Liver" + }, + { + "code": "69120-4", + "display": "Fluoroscopy Guidance for abscess drainage of Neck" + }, + { + "code": "69122-0", + "display": "Fluoroscopy Guidance for abscess drainage of Pancreas" + }, + { + "code": "42286-5", + "display": "CT Guidance for abscess drainage of Pelvis" + }, + { + "code": "44168-3", + "display": "US Guidance for abscess drainage of Pelvis" + }, + { + "code": "44169-1", + "display": "US Guidance for abscess drainage of Peritoneal space" + }, + { + "code": "42284-0", + "display": "CT Guidance for abscess drainage of Pleural space" + }, + { + "code": "69123-8", + "display": "Fluoroscopy Guidance for abscess drainage of Pleural space" + }, + { + "code": "43502-4", + "display": "CT Guidance for abscess drainage of Subphrenic space" + }, + { + "code": "44166-7", + "display": "US Guidance for abscess drainage of Subphrenic space" + }, + { + "code": "30578-9", + "display": "CT Guidance for abscess drainage of Unspecified body region" + }, + { + "code": "39451-0", + "display": "US Guidance for abscess drainage of Unspecified body region" + }, + { + "code": "35885-3", + "display": "Fluoroscopy Guidance for abscess drainage of Unspecified body region" + }, + { + "code": "39620-0", + "display": "Scan Guidance for abscess localization limited" + }, + { + "code": "39623-4", + "display": "Scan Guidance for abscess localization whole body" + }, + { + "code": "39622-6", + "display": "SPECT Guidance for abscess localization whole body" + }, + { + "code": "39621-8", + "display": "SPECT Guidance for abscess localization" + }, + { + "code": "72533-3", + "display": "US Guidance for ambulatory phlebectomy of Extremity vein - left" + }, + { + "code": "72532-5", + "display": "US Guidance for ambulatory phlebectomy of Extremity vein - right" + }, + { + "code": "24623-1", + "display": "CT Guidance for anesthetic block injection of Celiac plexus" + }, + { + "code": "42688-2", + "display": "CT Guidance for anesthetic block injection of Spine" + }, + { + "code": "35886-1", + "display": "CT Guidance for aspiration of Breast" + }, + { + "code": "24598-5", + "display": "Mammogram Guidance for aspiration of Breast" + }, + { + "code": "43756-6", + "display": "US Guidance for aspiration of Breast" + }, + { + "code": "69278-0", + "display": "US Guidance for aspiration of Breast - bilateral" + }, + { + "code": "69292-1", + "display": "US Guidance for aspiration of Breast - left" + }, + { + "code": "69296-2", + "display": "US Guidance for aspiration of Breast - right" + }, + { + "code": "35888-7", + "display": "Fluoroscopy Guidance for aspiration of Hip" + }, + { + "code": "24771-8", + "display": "Fluoroscopy Guidance for aspiration of Joint space" + }, + { + "code": "48434-5", + "display": "US Guidance for aspiration of Kidney" + }, + { + "code": "24811-2", + "display": "CT Guidance for aspiration of Liver" + }, + { + "code": "24822-9", + "display": "CT Guidance for aspiration of Lung" + }, + { + "code": "69287-1", + "display": "US Guidance for aspiration of Lymph node" + }, + { + "code": "24837-7", + "display": "CT Guidance for aspiration of Neck" + }, + { + "code": "39452-8", + "display": "US Guidance for aspiration of Ovary" + }, + { + "code": "24856-7", + "display": "CT Guidance for aspiration of Pancreas" + }, + { + "code": "24863-3", + "display": "CT Guidance for aspiration of Pelvis" + }, + { + "code": "30703-3", + "display": "US Guidance for aspiration of Pericardial space" + }, + { + "code": "37491-8", + "display": "CT Guidance for aspiration of Pleural space" + }, + { + "code": "24662-9", + "display": "US Guidance for aspiration of Pleural space" + }, + { + "code": "37887-7", + "display": "Fluoroscopy Guidance for aspiration of Pleural space" + }, + { + "code": "24973-0", + "display": "Fluoroscopy Guidance for aspiration of Spine Lumbar Space" + }, + { + "code": "42134-7", + "display": "US Guidance for aspiration of Thyroid" + }, + { + "code": "25043-1", + "display": "CT Guidance for aspiration of Unspecified body region" + }, + { + "code": "30878-3", + "display": "US Guidance for aspiration of Unspecified body region" + }, + { + "code": "36926-4", + "display": "CT Guidance for aspiration and placement of drainage tube of Abdomen" + }, + { + "code": "37210-2", + "display": "CT Guidance for aspiration of cyst of Abdomen" + }, + { + "code": "69306-9", + "display": "Fluoroscopy Guidance for aspiration of cyst of Bone" + }, + { + "code": "24594-4", + "display": "Mammogram Guidance for aspiration of cyst of Breast" + }, + { + "code": "69192-3", + "display": "MRI Guidance for aspiration of cyst of Breast" + }, + { + "code": "30653-0", + "display": "US Guidance for aspiration of cyst of Breast" + }, + { + "code": "26343-4", + "display": "Mammogram Guidance for aspiration of cyst of Breast - bilateral" + }, + { + "code": "38012-1", + "display": "US Guidance for aspiration of cyst of Breast - bilateral" + }, + { + "code": "26344-2", + "display": "Mammogram Guidance for aspiration of cyst of Breast - left" + }, + { + "code": "42450-7", + "display": "US Guidance for aspiration of cyst of Breast - left" + }, + { + "code": "26345-9", + "display": "Mammogram Guidance for aspiration of cyst of Breast - right" + }, + { + "code": "42458-0", + "display": "US Guidance for aspiration of cyst of Breast - right" + }, + { + "code": "38126-9", + "display": "US Guidance for aspiration of cyst of Kidney" + }, + { + "code": "69121-2", + "display": "Fluoroscopy Guidance for aspiration of cyst of Ovary" + }, + { + "code": "38133-5", + "display": "US Guidance for aspiration of cyst of Pancreas" + }, + { + "code": "42447-3", + "display": "US Guidance for aspiration of cyst of Thyroid" + }, + { + "code": "35887-9", + "display": "CT Guidance for aspiration of cyst of Unspecified body region" + }, + { + "code": "30698-5", + "display": "US Guidance for aspiration of cyst of Unspecified body region" + }, + { + "code": "24671-0", + "display": "Fluoroscopy Guidance for aspiration of cyst of Unspecified body region" + }, + { + "code": "25042-3", + "display": "CT Guidance for aspiration or biopsy of Unspecified body region" + }, + { + "code": "25041-5", + "display": "CT Guidance for aspiration or biopsy of Unspecified body region-- W contrast IV" + }, + { + "code": "46281-2", + "display": "CT Guidance for aspiration or injection of cyst of Unspecified body region" + }, + { + "code": "46282-0", + "display": "US Guidance for aspiration or injection of cyst of Unspecified body region" + }, + { + "code": "30602-7", + "display": "CT Guidance for fine needle aspiration of Abdomen" + }, + { + "code": "44107-1", + "display": "CT Guidance for fine needle aspiration of Abdomen retroperitoneum" + }, + { + "code": "44108-9", + "display": "CT Guidance for fine needle aspiration of Adrenal gland" + }, + { + "code": "46387-7", + "display": "Mammogram Guidance for fine needle aspiration of Breast" + }, + { + "code": "44160-0", + "display": "US Guidance for fine needle aspiration of Breast" + }, + { + "code": "46284-6", + "display": "Mammogram Guidance for fine needle aspiration of Breast - left" + }, + { + "code": "38026-1", + "display": "US Guidance for fine needle aspiration of Breast - left" + }, + { + "code": "46283-8", + "display": "Mammogram Guidance for fine needle aspiration of Breast - right" + }, + { + "code": "38033-7", + "display": "US Guidance for fine needle aspiration of Breast - right" + }, + { + "code": "38135-0", + "display": "US Guidance for fine needle aspiration of Deep tissue" + }, + { + "code": "44221-0", + "display": "Fluoroscopy Guidance for fine needle aspiration of Deep tissue" + }, + { + "code": "43757-4", + "display": "CT Guidance for fine needle aspiration of Kidney" + }, + { + "code": "44159-2", + "display": "US Guidance for fine needle aspiration of Kidney" + }, + { + "code": "44217-8", + "display": "Fluoroscopy Guidance for fine needle aspiration of Kidney" + }, + { + "code": "30608-4", + "display": "CT Guidance for fine needle aspiration of Kidney - bilateral" + }, + { + "code": "30603-5", + "display": "CT Guidance for fine needle aspiration of Liver" + }, + { + "code": "44158-4", + "display": "US Guidance for fine needle aspiration of Liver" + }, + { + "code": "44220-2", + "display": "Fluoroscopy Guidance for fine needle aspiration of Liver" + }, + { + "code": "30595-3", + "display": "CT Guidance for fine needle aspiration of Lung" + }, + { + "code": "44103-0", + "display": "CT Guidance for fine needle aspiration of Lymph node" + }, + { + "code": "44219-4", + "display": "Fluoroscopy Guidance for fine needle aspiration of Lymph node" + }, + { + "code": "44104-8", + "display": "CT Guidance for fine needle aspiration of Mediastinum" + }, + { + "code": "44105-5", + "display": "CT Guidance for fine needle aspiration of Muscle" + }, + { + "code": "30605-0", + "display": "CT Guidance for fine needle aspiration of Pancreas" + }, + { + "code": "44157-6", + "display": "US Guidance for fine needle aspiration of Pancreas" + }, + { + "code": "44218-6", + "display": "Fluoroscopy Guidance for fine needle aspiration of Pancreas" + }, + { + "code": "30606-8", + "display": "CT Guidance for fine needle aspiration of Pelvis" + }, + { + "code": "44106-3", + "display": "CT Guidance for fine needle aspiration of Prostate" + }, + { + "code": "38017-0", + "display": "US Guidance for fine needle aspiration of Prostate" + }, + { + "code": "30610-0", + "display": "CT Guidance for fine needle aspiration of Spleen" + }, + { + "code": "38136-8", + "display": "US Guidance for fine needle aspiration of Superficial tissue" + }, + { + "code": "69124-6", + "display": "Fluoroscopy Guidance for fine needle aspiration of Superficial tissue" + }, + { + "code": "38019-6", + "display": "US Guidance for fine needle aspiration of Thyroid" + }, + { + "code": "44216-0", + "display": "Fluoroscopy Guidance for fine needle aspiration of Thyroid" + }, + { + "code": "30580-5", + "display": "CT Guidance for fine needle aspiration of Unspecified body region" + }, + { + "code": "38018-8", + "display": "US Guidance for fine needle aspiration of Unspecified body region" + }, + { + "code": "44215-2", + "display": "Fluoroscopy Guidance for fine needle aspiration of Unspecified body region" + }, + { + "code": "24755-1", + "display": "Fluoroscopic angiogram Guidance for atherectomy of Vein-- W contrast IV" + }, + { + "code": "26298-0", + "display": "Fluoroscopic angiogram Guidance for atherectomy of Vein - bilateral-- W contrast IV" + }, + { + "code": "26299-8", + "display": "Fluoroscopic angiogram Guidance for atherectomy of Vein - left-- W contrast IV" + }, + { + "code": "26300-4", + "display": "Fluoroscopic angiogram Guidance for atherectomy of Vein - right-- W contrast IV" + }, + { + "code": "30601-9", + "display": "CT Guidance for biopsy of Abdomen" + }, + { + "code": "37913-1", + "display": "US Guidance for biopsy of Abdomen" + }, + { + "code": "35890-3", + "display": "Fluoroscopy Guidance for biopsy of Abdomen" + }, + { + "code": "44117-0", + "display": "CT Guidance for biopsy of Abdomen retroperitoneum" + }, + { + "code": "44162-6", + "display": "US Guidance for biopsy of Abdomen retroperitoneum" + }, + { + "code": "36767-2", + "display": "CT Guidance for biopsy of Adrenal gland" + }, + { + "code": "35891-1", + "display": "CT Guidance for biopsy of Bone" + }, + { + "code": "69076-8", + "display": "Fluoroscopy Guidance for biopsy of Bone" + }, + { + "code": "37211-0", + "display": "CT Guidance for biopsy of Bone marrow" + }, + { + "code": "35893-7", + "display": "CT Guidance for biopsy of Breast" + }, + { + "code": "24602-5", + "display": "Mammogram Guidance for biopsy of Breast" + }, + { + "code": "37914-9", + "display": "US Guidance for biopsy of Breast" + }, + { + "code": "26337-6", + "display": "Mammogram Guidance for biopsy of Breast - bilateral" + }, + { + "code": "69169-1", + "display": "MRI Guidance for biopsy of Breast - bilateral" + }, + { + "code": "37912-3", + "display": "US Guidance for biopsy of Breast - bilateral" + }, + { + "code": "26338-4", + "display": "Mammogram Guidance for biopsy of Breast - left" + }, + { + "code": "69203-8", + "display": "MRI Guidance for biopsy of Breast - left" + }, + { + "code": "42449-9", + "display": "US Guidance for biopsy of Breast - left" + }, + { + "code": "26339-2", + "display": "Mammogram Guidance for biopsy of Breast - right" + }, + { + "code": "69213-7", + "display": "MRI Guidance for biopsy of Breast - right" + }, + { + "code": "42457-2", + "display": "US Guidance for biopsy of Breast - right" + }, + { + "code": "35895-2", + "display": "CT Guidance for biopsy of Chest" + }, + { + "code": "37915-6", + "display": "US Guidance for biopsy of Chest" + }, + { + "code": "35894-5", + "display": "Fluoroscopy Guidance for biopsy of Chest" + }, + { + "code": "37492-6", + "display": "CT Guidance for biopsy of Chest.pleura" + }, + { + "code": "42333-5", + "display": "US Guidance for biopsy of Chest.pleura" + }, + { + "code": "43567-7", + "display": "CT Guidance for biopsy of Deep bone" + }, + { + "code": "43565-1", + "display": "US Guidance for biopsy of Deep bone" + }, + { + "code": "44109-7", + "display": "CT Guidance for biopsy of Deep muscle" + }, + { + "code": "42463-0", + "display": "US Guidance for biopsy of Endomyocardium" + }, + { + "code": "37212-8", + "display": "CT Guidance for biopsy of Epididymis" + }, + { + "code": "69387-9", + "display": "US Guidance for biopsy of Epididymis" + }, + { + "code": "36927-2", + "display": "CT Guidance for biopsy of Facial bones and Maxilla" + }, + { + "code": "35892-9", + "display": "CT Guidance for biopsy of Head" + }, + { + "code": "42136-2", + "display": "CT Guidance for biopsy of Heart" + }, + { + "code": "42279-0", + "display": "CT Guidance for biopsy of Kidney" + }, + { + "code": "24772-6", + "display": "US Guidance for biopsy of Kidney" + }, + { + "code": "35899-4", + "display": "Fluoroscopy Guidance for biopsy of Kidney" + }, + { + "code": "38766-2", + "display": "US Guidance for biopsy of Kidney transplant" + }, + { + "code": "30607-6", + "display": "CT Guidance for biopsy of Kidney - bilateral" + }, + { + "code": "26340-0", + "display": "US Guidance for biopsy of Kidney - bilateral" + }, + { + "code": "26341-8", + "display": "US Guidance for biopsy of Kidney - left" + }, + { + "code": "26342-6", + "display": "US Guidance for biopsy of Kidney - right" + }, + { + "code": "24812-0", + "display": "CT Guidance for biopsy of Liver" + }, + { + "code": "24816-1", + "display": "US Guidance for biopsy of Liver" + }, + { + "code": "35900-0", + "display": "Fluoroscopy Guidance for biopsy of Liver" + }, + { + "code": "38765-4", + "display": "US Guidance for biopsy of Liver transplant" + }, + { + "code": "35896-0", + "display": "CT Guidance for biopsy of Lower extremity" + }, + { + "code": "24823-7", + "display": "CT Guidance for biopsy of Lung" + }, + { + "code": "44161-8", + "display": "US Guidance for biopsy of Lung" + }, + { + "code": "30634-0", + "display": "Fluoroscopy Guidance for biopsy of Lung" + }, + { + "code": "35901-8", + "display": "CT Guidance for biopsy of Lymph node" + }, + { + "code": "39522-8", + "display": "US Guidance for biopsy of Lymph node" + }, + { + "code": "37213-6", + "display": "CT Guidance for biopsy of Mediastinum" + }, + { + "code": "42137-0", + "display": "US Guidance for biopsy of Mediastinum" + }, + { + "code": "36768-0", + "display": "CT Guidance for biopsy of Muscle" + }, + { + "code": "37917-2", + "display": "US Guidance for biopsy of Muscle" + }, + { + "code": "24838-5", + "display": "CT Guidance for biopsy of Neck" + }, + { + "code": "37918-0", + "display": "US Guidance for biopsy of Neck" + }, + { + "code": "30604-3", + "display": "CT Guidance for biopsy of Pancreas" + }, + { + "code": "37919-8", + "display": "US Guidance for biopsy of Pancreas" + }, + { + "code": "35902-6", + "display": "Fluoroscopy Guidance for biopsy of Pancreas" + }, + { + "code": "24864-1", + "display": "CT Guidance for biopsy of Pelvis" + }, + { + "code": "69074-3", + "display": "Fluoroscopy Guidance for biopsy of Pelvis" + }, + { + "code": "35903-4", + "display": "CT Guidance for biopsy of Prostate" + }, + { + "code": "24883-1", + "display": "US Guidance for biopsy of Prostate" + }, + { + "code": "41802-0", + "display": "Fluoroscopy Guidance for biopsy of Prostate" + }, + { + "code": "35898-6", + "display": "CT Guidance for biopsy of Salivary gland" + }, + { + "code": "37920-6", + "display": "US Guidance for biopsy of Salivary gland" + }, + { + "code": "69075-0", + "display": "Fluoroscopy Guidance for biopsy of Salivary gland" + }, + { + "code": "38132-7", + "display": "US Guidance for biopsy of Scrotum and Testicle" + }, + { + "code": "69396-0", + "display": "US Guidance for biopsy of Spinal cord" + }, + { + "code": "24986-2", + "display": "CT Guidance for biopsy of Spine" + }, + { + "code": "35904-2", + "display": "CT Guidance for biopsy of Spine Cervical" + }, + { + "code": "35905-9", + "display": "CT Guidance for biopsy of Spine Lumbar" + }, + { + "code": "35906-7", + "display": "CT Guidance for biopsy of Spine Thoracic" + }, + { + "code": "30609-2", + "display": "CT Guidance for biopsy of Spleen" + }, + { + "code": "35907-5", + "display": "Fluoroscopy Guidance for biopsy of Spleen" + }, + { + "code": "42265-9", + "display": "CT Guidance for biopsy of Superficial bone" + }, + { + "code": "42135-4", + "display": "US Guidance for biopsy of Superficial bone" + }, + { + "code": "38154-1", + "display": "Fluoroscopy Guidance for biopsy of Superficial bone" + }, + { + "code": "43797-0", + "display": "US Guidance for biopsy of Superficial lymph node" + }, + { + "code": "43564-4", + "display": "US Guidance for biopsy of Superficial muscle" + }, + { + "code": "37214-4", + "display": "CT Guidance for biopsy of Superficial tissue" + }, + { + "code": "35908-3", + "display": "CT Guidance for biopsy of Thyroid" + }, + { + "code": "25009-2", + "display": "US Guidance for biopsy of Thyroid" + }, + { + "code": "35897-8", + "display": "CT Guidance for biopsy of Upper extremity" + }, + { + "code": "25044-9", + "display": "CT Guidance for biopsy of Unspecified body region" + }, + { + "code": "25059-7", + "display": "US Guidance for biopsy of Unspecified body region" + }, + { + "code": "25069-6", + "display": "Fluoroscopy Guidance for biopsy of Unspecified body region" + }, + { + "code": "24670-2", + "display": "US Guidance for biopsy of cyst of Unspecified body region" + }, + { + "code": "30651-4", + "display": "US Guidance for core needle biopsy of Breast" + }, + { + "code": "24813-8", + "display": "CT Guidance for core needle biopsy of Liver" + }, + { + "code": "69279-8", + "display": "US Guidance for core needle biopsy of Lymph node" + }, + { + "code": "46285-3", + "display": "US Guidance for core needle biopsy of Thyroid" + }, + { + "code": "38024-6", + "display": "US Guidance for core needle biopsy of Unspecified body region" + }, + { + "code": "69073-5", + "display": "Fluoroscopy Guidance for core needle biopsy of Unspecified body region" + }, + { + "code": "42448-1", + "display": "US Guidance for excisional biopsy of Breast" + }, + { + "code": "30652-2", + "display": "US Guidance for fine needle biopsy of Breast" + }, + { + "code": "42288-1", + "display": "CT Guidance for needle biopsy of Abdomen" + }, + { + "code": "69224-4", + "display": "Fluoroscopy Guidance for needle biopsy of Abdomen" + }, + { + "code": "46367-9", + "display": "CT Guidance for needle biopsy of Adrenal gland" + }, + { + "code": "46368-7", + "display": "CT Guidance for needle biopsy of Breast" + }, + { + "code": "46286-1", + "display": "Mammogram Guidance for needle biopsy of Breast" + }, + { + "code": "38028-7", + "display": "US Guidance for needle biopsy of Breast" + }, + { + "code": "41803-8", + "display": "Fluoroscopy Guidance for needle biopsy of Breast" + }, + { + "code": "43462-1", + "display": "US Guidance for needle biopsy of Breast - left" + }, + { + "code": "43447-2", + "display": "Mammogram Guidance for needle biopsy of Breast - right" + }, + { + "code": "69290-5", + "display": "US Guidance for needle biopsy of Breast - right" + }, + { + "code": "38029-5", + "display": "US Guidance for needle biopsy of Chest" + }, + { + "code": "69225-1", + "display": "Fluoroscopy Guidance for needle biopsy of Chest" + }, + { + "code": "69099-0", + "display": "CT Guidance for needle biopsy of Chest.pleura" + }, + { + "code": "44171-7", + "display": "US Guidance for needle biopsy of Chest.pleura" + }, + { + "code": "69127-9", + "display": "Fluoroscopy Guidance for needle biopsy of Chest.pleura" + }, + { + "code": "43568-5", + "display": "CT Guidance for needle biopsy of Deep bone" + }, + { + "code": "42289-9", + "display": "CT Guidance for needle biopsy of Kidney" + }, + { + "code": "38027-9", + "display": "US Guidance for needle biopsy of Kidney - bilateral" + }, + { + "code": "69097-4", + "display": "CT Guidance for needle biopsy of Liver" + }, + { + "code": "69197-2", + "display": "MRI Guidance for needle biopsy of Liver" + }, + { + "code": "44170-9", + "display": "US Guidance for needle biopsy of Liver" + }, + { + "code": "69125-3", + "display": "Fluoroscopy Guidance for needle biopsy of Liver" + }, + { + "code": "42267-5", + "display": "CT Guidance for needle biopsy of Lymph node" + }, + { + "code": "37916-4", + "display": "US Guidance for needle biopsy of Lymph node" + }, + { + "code": "69098-2", + "display": "CT Guidance for needle biopsy of Muscle" + }, + { + "code": "69198-0", + "display": "MRI Guidance for needle biopsy of Muscle" + }, + { + "code": "69288-9", + "display": "US Guidance for needle biopsy of Muscle" + }, + { + "code": "69226-9", + "display": "Fluoroscopy Guidance for needle biopsy of Muscle" + }, + { + "code": "46369-5", + "display": "US Guidance for needle biopsy of Ovary" + }, + { + "code": "42290-7", + "display": "CT Guidance for needle biopsy of Pancreas" + }, + { + "code": "69199-8", + "display": "MRI Guidance for needle biopsy of Pancreas" + }, + { + "code": "69289-7", + "display": "US Guidance for needle biopsy of Pancreas" + }, + { + "code": "69126-1", + "display": "Fluoroscopy Guidance for needle biopsy of Pancreas" + }, + { + "code": "46370-3", + "display": "US Guidance for needle biopsy of Pelvis" + }, + { + "code": "69200-4", + "display": "MRI Guidance for needle biopsy of Pleura" + }, + { + "code": "69227-7", + "display": "Fluoroscopy Guidance for needle biopsy of Pleura" + }, + { + "code": "46288-7", + "display": "US Guidance for needle biopsy of Prostate" + }, + { + "code": "69228-5", + "display": "Fluoroscopy Guidance for needle biopsy of Prostate" + }, + { + "code": "69100-6", + "display": "CT Guidance for needle biopsy of Salivary gland" + }, + { + "code": "69201-2", + "display": "MRI Guidance for needle biopsy of Salivary gland" + }, + { + "code": "69291-3", + "display": "US Guidance for needle biopsy of Salivary gland" + }, + { + "code": "69128-7", + "display": "Fluoroscopy Guidance for needle biopsy of Salivary gland" + }, + { + "code": "43571-9", + "display": "CT Guidance for needle biopsy of Soft bone" + }, + { + "code": "69401-8", + "display": "US Guidance for needle biopsy of Spinal cord" + }, + { + "code": "38030-3", + "display": "US Guidance for needle biopsy of Spleen" + }, + { + "code": "42266-7", + "display": "CT Guidance for needle biopsy of Superficial bone" + }, + { + "code": "69101-4", + "display": "CT Guidance for needle biopsy of Thyroid" + }, + { + "code": "69202-0", + "display": "MRI Guidance for needle biopsy of Thyroid" + }, + { + "code": "38031-1", + "display": "US Guidance for needle biopsy of Thyroid" + }, + { + "code": "69129-5", + "display": "Fluoroscopy Guidance for needle biopsy of Thyroid" + }, + { + "code": "46287-9", + "display": "CT Guidance for needle biopsy of Unspecified body region" + }, + { + "code": "30700-9", + "display": "US Guidance for needle biopsy of Unspecified body region" + }, + { + "code": "44225-1", + "display": "Fluoroscopy Guidance for needle biopsy of Liver-- W contrast IV" + }, + { + "code": "24718-9", + "display": "Fluoroscopy Guidance for transjugular biopsy of Liver-- W contrast IV" + }, + { + "code": "35910-9", + "display": "CT Guidance for biopsy of Chest-- W and WO contrast IV" + }, + { + "code": "46289-5", + "display": "CT Guidance for biopsy of Unspecified body region-- W and WO contrast IV" + }, + { + "code": "35909-1", + "display": "CT Guidance for biopsy of Chest-- W contrast IV" + }, + { + "code": "69093-3", + "display": "CT Guidance for biopsy of Pelvis-- W contrast IV" + }, + { + "code": "42260-0", + "display": "CT Guidance for biopsy of Unspecified body region-- W contrast IV" + }, + { + "code": "46366-1", + "display": "SPECT Guidance for biopsy of Bone" + }, + { + "code": "46384-4", + "display": "SPECT Guidance for biopsy of Superficial bone" + }, + { + "code": "69083-4", + "display": "CT Guidance for biopsy of Abdomen-- WO contrast" + }, + { + "code": "35911-7", + "display": "CT Guidance for biopsy of Chest-- WO contrast" + }, + { + "code": "69092-5", + "display": "CT Guidance for biopsy of Liver-- WO contrast" + }, + { + "code": "69094-1", + "display": "CT Guidance for biopsy of Pelvis-- WO contrast" + }, + { + "code": "46290-3", + "display": "CT Guidance for biopsy of Unspecified body region-- WO contrast" + }, + { + "code": "35889-5", + "display": "Fluoroscopy Guidance for bronchoscopy of Chest" + }, + { + "code": "64998-8", + "display": "Fluoroscopy Guidance for catheterization of Fallopian tube - left-- transcervical" + }, + { + "code": "64999-6", + "display": "Fluoroscopy Guidance for catheterization of Fallopian tube -right-- transcervical" + }, + { + "code": "30818-9", + "display": "Fluoroscopy Guidance for catheterization of Fallopian tubes-- transcervical" + }, + { + "code": "30892-4", + "display": "Fluoroscopy Guidance for catheterization of Biliary ducts and Pancreatic duct-- W contrast retrograde" + }, + { + "code": "24624-9", + "display": "Fluoroscopic angiogram Guidance for change of central catheter in Central vein-- W contrast IV" + }, + { + "code": "26331-9", + "display": "Fluoroscopic angiogram Guidance for change of central catheter in Central vein - bilateral-- W contrast IV" + }, + { + "code": "26332-7", + "display": "Fluoroscopic angiogram Guidance for change of central catheter in Central vein - left-- W contrast IV" + }, + { + "code": "26333-5", + "display": "Fluoroscopic angiogram Guidance for change of central catheter in Central vein - right-- W contrast IV" + }, + { + "code": "43558-6", + "display": "Fluoroscopy Guidance for change of dialysis catheter in Unspecified body region-- W contrast IV" + }, + { + "code": "36769-8", + "display": "CT Guidance for change of nephrostomy tube in Kidney" + }, + { + "code": "24781-7", + "display": "Fluoroscopy Guidance for change of percutaneous nephrostomy tube in Kidney - bilateral-- W contrast" + }, + { + "code": "46371-1", + "display": "X-ray Guidance for change of percutaneous tube in Unspecified body region-- W contrast" + }, + { + "code": "30646-4", + "display": "Fluoroscopy Guidance for change of tube in Sinus tract-- W contrast" + }, + { + "code": "69400-0", + "display": "US Guidance for chorionic villus sampling" + }, + { + "code": "69391-1", + "display": "US Guidance for cordocentesis" + }, + { + "code": "38127-7", + "display": "US Guidance for CSF aspiration of Spine" + }, + { + "code": "70915-4", + "display": "US Guidance for CSF aspiration of Spine Cervical" + }, + { + "code": "70916-2", + "display": "US Guidance for CSF aspiration of Spine Lumbar" + }, + { + "code": "70917-0", + "display": "US Guidance for CSF aspiration of Spine Thoracic" + }, + { + "code": "24680-1", + "display": "Fluoroscopy Guidance for dilation of Esophagus" + }, + { + "code": "35913-3", + "display": "CT Guidance for drainage of Abdomen" + }, + { + "code": "42287-3", + "display": "CT Guidance for drainage of Abdomen retroperitoneum" + }, + { + "code": "41809-5", + "display": "US Guidance for drainage of Abdomen retroperitoneum" + }, + { + "code": "35914-1", + "display": "CT Guidance for drainage of Anus" + }, + { + "code": "35915-8", + "display": "CT Guidance for drainage of Appendix" + }, + { + "code": "36770-6", + "display": "CT Guidance for drainage of Biliary ducts and Gallbladder" + }, + { + "code": "35916-6", + "display": "CT Guidance for drainage of Chest" + }, + { + "code": "69078-4", + "display": "Fluoroscopy Guidance for drainage of Chest" + }, + { + "code": "24692-6", + "display": "US Guidance for drainage of Extremity" + }, + { + "code": "26325-1", + "display": "US Guidance for drainage of Extremity - bilateral" + }, + { + "code": "26326-9", + "display": "US Guidance for drainage of Extremity - left" + }, + { + "code": "26327-7", + "display": "US Guidance for drainage of Extremity - right" + }, + { + "code": "35917-4", + "display": "CT Guidance for drainage of Gallbladder" + }, + { + "code": "69133-7", + "display": "Fluoroscopy Guidance for drainage of Hip" + }, + { + "code": "35918-2", + "display": "CT Guidance for drainage of Kidney" + }, + { + "code": "24896-3", + "display": "US Guidance for drainage of Kidney" + }, + { + "code": "26328-5", + "display": "US Guidance for drainage of Kidney - bilateral" + }, + { + "code": "26329-3", + "display": "US Guidance for drainage of Kidney - left" + }, + { + "code": "26330-1", + "display": "US Guidance for drainage of Kidney - right" + }, + { + "code": "35919-0", + "display": "CT Guidance for drainage of Liver" + }, + { + "code": "35920-8", + "display": "CT Guidance for drainage of Lymph node" + }, + { + "code": "42283-2", + "display": "CT Guidance for drainage of Pancreas" + }, + { + "code": "44172-5", + "display": "US Guidance for drainage of Pancreas" + }, + { + "code": "35921-6", + "display": "CT Guidance for drainage of Pelvis" + }, + { + "code": "24868-2", + "display": "US Guidance for drainage of Pelvis" + }, + { + "code": "41800-4", + "display": "Fluoroscopy Guidance for drainage of Pharynx" + }, + { + "code": "41798-0", + "display": "US Guidance for drainage of Prostate" + }, + { + "code": "35922-4", + "display": "CT Guidance for drainage of Unspecified body region" + }, + { + "code": "30699-3", + "display": "US Guidance for drainage of Unspecified body region" + }, + { + "code": "43537-0", + "display": "Fluoroscopy Guidance for drainage of Unspecified body region" + }, + { + "code": "42478-8", + "display": "US Guidance for drainage of cyst of Kidney" + }, + { + "code": "46291-1", + "display": "CT Guidance for drainage of Unspecified body region-- W and WO contrast IV" + }, + { + "code": "35923-2", + "display": "CT Guidance for drainage of Chest-- W contrast IV" + }, + { + "code": "46292-9", + "display": "CT Guidance for drainage of Unspecified body region-- W contrast IV" + }, + { + "code": "35924-0", + "display": "CT Guidance for drainage of Chest-- WO contrast" + }, + { + "code": "46293-7", + "display": "CT Guidance for drainage of Unspecified body region-- WO contrast" + }, + { + "code": "35925-7", + "display": "Fluoroscopy Guidance for endoscopy of Stomach" + }, + { + "code": "43478-7", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 1.5 hours post contrast retrograde" + }, + { + "code": "43474-6", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 15 minutes post contrast retrograde" + }, + { + "code": "43477-9", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 1 hour post contrast retrograde" + }, + { + "code": "43473-8", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 2 hours post contrast retrograde" + }, + { + "code": "43475-3", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 30 minutes post contrast retrograde" + }, + { + "code": "43476-1", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- 45 minutes post contrast retrograde" + }, + { + "code": "72248-8", + "display": "Abdomen MRCP with and without contrast IV" + }, + { + "code": "44214-5", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts-- W contrast retrograde" + }, + { + "code": "30815-5", + "display": "Fluoroscopy Guidance for endoscopy of Biliary ducts and Pancreatic duct-- W contrast retrograde" + }, + { + "code": "44213-7", + "display": "Fluoroscopy Guidance for endoscopy of Pancreatic duct-- W contrast retrograde" + }, + { + "code": "58740-2", + "display": "Abdomen MRCP WO contrast" + }, + { + "code": "72541-6", + "display": "Fluoroscopy Guidance for facet joint denervation of Spine Cervical" + }, + { + "code": "72542-4", + "display": "Fluoroscopy Guidance for facet joint denervation of Spine Lumbar" + }, + { + "code": "72540-8", + "display": "Fluoroscopy Guidance for facet joint denervation of Spine" + }, + { + "code": "35926-5", + "display": "Fluoroscopy Guidance for gastrostomy of Stomach" + }, + { + "code": "30638-1", + "display": "Fluoroscopy Guidance for injection of Hip" + }, + { + "code": "24769-2", + "display": "CT Guidance for injection of Joint space" + }, + { + "code": "42334-3", + "display": "Fluoroscopy Guidance for injection of Mammary artery.internal - left" + }, + { + "code": "42706-2", + "display": "US Guidance for injection of Pleural space" + }, + { + "code": "24901-1", + "display": "CT Guidance for injection of Sacroiliac Joint" + }, + { + "code": "35927-3", + "display": "Fluoroscopy Guidance for injection of Sacroiliac Joint" + }, + { + "code": "26319-4", + "display": "CT Guidance for injection of Sacroiliac joint - bilateral" + }, + { + "code": "26320-2", + "display": "CT Guidance for injection of Sacroiliac joint - left" + }, + { + "code": "26321-0", + "display": "CT Guidance for injection of Sacroiliac joint - right" + }, + { + "code": "48435-2", + "display": "Fluoroscopy Guidance for injection of Salivary gland - bilateral" + }, + { + "code": "46392-7", + "display": "Fluoroscopy Guidance for injection of Sinuses" + }, + { + "code": "37427-2", + "display": "Fluoroscopy Guidance for injection of Spine" + }, + { + "code": "30579-7", + "display": "CT Guidance for injection of Spine facet joint" + }, + { + "code": "24931-8", + "display": "Fluoroscopy Guidance for injection of Spine facet joint" + }, + { + "code": "26322-8", + "display": "Fluoroscopy Guidance for injection of Spine facet joint - bilateral" + }, + { + "code": "26323-6", + "display": "Fluoroscopy Guidance for injection of Spine facet joint - left" + }, + { + "code": "26324-4", + "display": "Fluoroscopy Guidance for injection of Spine facet joint - right" + }, + { + "code": "70918-8", + "display": "Fluoroscopy Guidance for injection of Spine Cervical" + }, + { + "code": "30812-2", + "display": "Fluoroscopy Guidance for injection of Spine Cervical Facet Joint" + }, + { + "code": "37493-4", + "display": "CT Guidance for injection of Spine.disc.cervical" + }, + { + "code": "70919-6", + "display": "Fluoroscopy Guidance for injection of Spine Lumbar" + }, + { + "code": "30817-1", + "display": "Fluoroscopy Guidance for injection of Spine Lumbar Facet Joint" + }, + { + "code": "70920-4", + "display": "Fluoroscopy Guidance for injection of Spine Thoracic" + }, + { + "code": "30814-8", + "display": "Fluoroscopy Guidance for injection of Spine Thoracic Facet Joint" + }, + { + "code": "30702-5", + "display": "US Guidance for injection of Thyroid" + }, + { + "code": "72530-9", + "display": "US Guidance for injection of Joint" + }, + { + "code": "36771-4", + "display": "Fluoroscopy Guidance for injection of Joint" + }, + { + "code": "37494-2", + "display": "Fluoroscopy Guidance for injection of Tendon" + }, + { + "code": "72537-4", + "display": "US Guidance for injection of sclerosing agent of Extremity vein - bilateral" + }, + { + "code": "72645-5", + "display": "US Guidance for injection of sclerosing agent of Extremity vein - left" + }, + { + "code": "72644-8", + "display": "US Guidance for injection of sclerosing agent of Extremity vein - right" + }, + { + "code": "72536-6", + "display": "US Guidance for injection of sclerosing agent of Extremity veins - bilateral" + }, + { + "code": "72643-0", + "display": "US Guidance for injection of sclerosing agent of Extremity veins - left" + }, + { + "code": "72642-2", + "display": "US Guidance for injection of sclerosing agent of Extremity veins - right" + }, + { + "code": "72543-2", + "display": "Fluoroscopy Guidance for intercostal nerve devervation of Spine Thoracic" + }, + { + "code": "72552-3", + "display": "Fluoroscopy Guidance for kyphoplasty of Spine Lumbar" + }, + { + "code": "72553-1", + "display": "Fluoroscopy Guidance for kyphoplasty of Spine Thoracic" + }, + { + "code": "72535-8", + "display": "US Guidance for laser ablation of vein(s) of Extremity vein - left" + }, + { + "code": "72534-1", + "display": "US Guidance for laser ablation of vein(s) of Extremity vein - right" + }, + { + "code": "48735-5", + "display": "Mammogram Guidance for localization of Breast" + }, + { + "code": "43759-0", + "display": "US Guidance for localization of Breast - bilateral" + }, + { + "code": "35928-1", + "display": "CT Guidance for localization of Breast - left" + }, + { + "code": "42296-4", + "display": "Mammogram Guidance for localization of Breast - left" + }, + { + "code": "43758-2", + "display": "US Guidance for localization of Breast - left" + }, + { + "code": "35929-9", + "display": "CT Guidance for localization of Breast - right" + }, + { + "code": "42297-2", + "display": "Mammogram Guidance for localization of Breast - right" + }, + { + "code": "43760-8", + "display": "US Guidance for localization of Breast - right" + }, + { + "code": "37608-7", + "display": "US Guidance for localization of foreign body of Eye" + }, + { + "code": "42701-3", + "display": "CT Guidance for localization of placenta of Uterus" + }, + { + "code": "39760-4", + "display": "Scan Guidance for localization of tumor limited" + }, + { + "code": "39759-6", + "display": "SPECT Guidance for localization of tumor limited" + }, + { + "code": "39761-2", + "display": "Scan Guidance for localization of tumor limited-- W Tc-99m Sestamibi IV" + }, + { + "code": "39953-5", + "display": "Scan Guidance for localization of tumor multiple areas" + }, + { + "code": "39763-8", + "display": "Scan Guidance for localization of tumor" + }, + { + "code": "39762-0", + "display": "SPECT Guidance for localization of tumor" + }, + { + "code": "39758-8", + "display": "Scan Guidance for localization of tumor of Breast" + }, + { + "code": "44110-5", + "display": "CT Guidance for needle localization of Breast" + }, + { + "code": "24600-9", + "display": "US Guidance for needle localization of Breast" + }, + { + "code": "69068-5", + "display": "Mammogram Guidance for needle localization of Breast - bilateral" + }, + { + "code": "26313-7", + "display": "US Guidance for needle localization of Breast - bilateral" + }, + { + "code": "26314-5", + "display": "US Guidance for needle localization of Breast - left" + }, + { + "code": "26318-6", + "display": "US Guidance for needle localization of Breast - right" + }, + { + "code": "37921-4", + "display": "US Guidance for needle localization of Chest" + }, + { + "code": "42021-6", + "display": "CT Guidance for needle localization of Spine Cervical" + }, + { + "code": "42020-8", + "display": "CT Guidance for needle localization of Spine Lumbar" + }, + { + "code": "39026-0", + "display": "CT Guidance for needle localization of Unspecified body region" + }, + { + "code": "39028-6", + "display": "MRI Guidance for needle localization of Unspecified body region" + }, + { + "code": "38032-9", + "display": "US Guidance for needle localization of Unspecified body region" + }, + { + "code": "39027-8", + "display": "Fluoroscopy Guidance for needle localization of Unspecified body region" + }, + { + "code": "24595-1", + "display": "Mammogram Guidance for needle localization of mass of Breast" + }, + { + "code": "26315-2", + "display": "Mammogram Guidance for needle localization of mass of Breast - bilateral" + }, + { + "code": "26316-0", + "display": "Mammogram Guidance for needle localization of mass of Breast - left" + }, + { + "code": "26317-8", + "display": "Mammogram Guidance for needle localization of mass of Breast - right" + }, + { + "code": "44118-8", + "display": "CT Guidance for needle localization of Breast-- W and WO contrast IV" + }, + { + "code": "35930-7", + "display": "CT Guidance for nerve block of Abdomen" + }, + { + "code": "35931-5", + "display": "CT Guidance for nerve block of Pelvis" + }, + { + "code": "70921-2", + "display": "CT Guidance for nerve block of Spine Cervical" + }, + { + "code": "35932-3", + "display": "CT Guidance for nerve block of Spine Lumbar" + }, + { + "code": "70922-0", + "display": "CT Guidance for nerve block of Spine Thoracic" + }, + { + "code": "69240-0", + "display": "Fluoroscopy Guidance for percutaneous biopsy of Abdomen" + }, + { + "code": "42139-6", + "display": "US Guidance for percutaneous biopsy of Muscle" + }, + { + "code": "24609-0", + "display": "Mammogram Guidance for core needle percutaneous biopsy of Breast" + }, + { + "code": "26334-3", + "display": "Mammogram Guidance for core needle percutaneous biopsy of Breast - bilateral" + }, + { + "code": "26335-0", + "display": "Mammogram Guidance for core needle percutaneous biopsy of Breast - left" + }, + { + "code": "38023-8", + "display": "US Guidance for core needle percutaneous biopsy of Breast - left" + }, + { + "code": "26336-8", + "display": "Mammogram Guidance for core needle percutaneous biopsy of Breast - right" + }, + { + "code": "38025-3", + "display": "US Guidance for core needle percutaneous biopsy of Breast - right" + }, + { + "code": "44121-2", + "display": "Mammogram Guidance for percutaneous needle biopsy of Breast" + }, + { + "code": "69245-9", + "display": "Fluoroscopy Guidance for percutaneous needle biopsy of Kidney" + }, + { + "code": "69246-7", + "display": "Fluoroscopy Guidance for percutaneous needle biopsy of Liver" + }, + { + "code": "44204-6", + "display": "Fluoroscopy Guidance for percutaneous needle biopsy of Lung" + }, + { + "code": "69247-5", + "display": "Fluoroscopy Guidance for percutaneous needle biopsy of Salivary gland" + }, + { + "code": "46372-9", + "display": "Fluoroscopy Guidance for percutaneous drainage of Biliary ducts" + }, + { + "code": "62494-0", + "display": "US Guidance for percutaneous drainage of Cavity" + }, + { + "code": "24621-5", + "display": "Fluoroscopy Guidance for percutaneous drainage of Cavity" + }, + { + "code": "69241-8", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Abdomen" + }, + { + "code": "69242-6", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Appendix" + }, + { + "code": "42422-6", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Breast" + }, + { + "code": "43444-9", + "display": "CT Guidance for percutaneous drainage of abscess of Cavity" + }, + { + "code": "42423-4", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Chest" + }, + { + "code": "69243-4", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Lung" + }, + { + "code": "44223-6", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Ovary" + }, + { + "code": "69244-2", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Pelvis" + }, + { + "code": "42421-8", + "display": "Fluoroscopy Guidance for percutaneous drainage of abscess of Unspecified body region" + }, + { + "code": "35933-1", + "display": "CT Guidance for percutaneous vertebroplasty of Spine" + }, + { + "code": "35936-4", + "display": "Fluoroscopy Guidance for percutaneous vertebroplasty of Spine" + }, + { + "code": "70923-8", + "display": "Fluoroscopy Guidance for percutaneous vertebroplasty of Spine Cervical" + }, + { + "code": "35934-9", + "display": "CT Guidance for percutaneous vertebroplasty of Spine Lumbar" + }, + { + "code": "70924-6", + "display": "Fluoroscopy Guidance for percutaneous vertebroplasty of Spine Lumbar" + }, + { + "code": "35935-6", + "display": "CT Guidance for percutaneous vertebroplasty of Spine Thoracic" + }, + { + "code": "70925-3", + "display": "Fluoroscopy Guidance for percutaneous vertebroplasty of Spine Thoracic" + }, + { + "code": "72539-0", + "display": "Fluoroscopy Guidance for peripheral nerve denervation of Unspecified body region" + }, + { + "code": "30643-1", + "display": "US Guidance for placement of catheter in Central vein" + }, + { + "code": "35912-5", + "display": "Fluoroscopy Guidance for placement of catheter in Unspecified body region" + }, + { + "code": "25028-2", + "display": "Fluoroscopic angiogram Guidance for placement of catheter for adminstration of thrombolytic in Vessel" + }, + { + "code": "25029-0", + "display": "Fluoroscopic angiogram Guidance for placement of catheter for vasoconstrictor infusion in Vessels" + }, + { + "code": "24613-2", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in artery in Central cardiovascular artery" + }, + { + "code": "30644-9", + "display": "US Guidance for placement of catheter in Central vein-- Tunneled" + }, + { + "code": "25077-9", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Hepatic artery-- W contrast IA" + }, + { + "code": "24625-6", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Central vein-- W contrast IV" + }, + { + "code": "26310-3", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Central vein - bilateral-- W contrast IV" + }, + { + "code": "26311-1", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Central vein - left-- W contrast IV" + }, + { + "code": "26312-9", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Central vein - right-- W contrast IV" + }, + { + "code": "41801-2", + "display": "Fluoroscopic angiogram Guidance for placement of catheter in Portal vein-- W contrast IV" + }, + { + "code": "24716-3", + "display": "Fluoroscopy Guidance for placement of decompression tube in Gastrointestine" + }, + { + "code": "62491-6", + "display": "Fluoroscopic angiogram Guidance for placement of ilio-iliac tube endoprosthesis in Iliac artery - left-- W contrast IA" + }, + { + "code": "62492-4", + "display": "Fluoroscopic angiogram Guidance for placement of ilio-iliac tube endoprosthesis in Iliac artery - right-- W contrast IA" + }, + { + "code": "25072-0", + "display": "Guidance for placement of infusion port in Unspecified body region" + }, + { + "code": "62450-2", + "display": "Fluoroscopic angiogram Guidance for placement of intraperitoneal catheter in Abdomen" + }, + { + "code": "25026-6", + "display": "Fluoroscopic angiogram Guidance for placement of IVC filter in Inferior vena cava-- W contrast IV" + }, + { + "code": "25027-4", + "display": "Guidance for placement of large bore catheter into vessel in Central vein" + }, + { + "code": "26307-9", + "display": "Guidance for placement of large bore catheter into vessel in Central vein - bilateral" + }, + { + "code": "26308-7", + "display": "Guidance for placement of large bore catheter into vessel in Central vein - left" + }, + { + "code": "26309-5", + "display": "Guidance for placement of large bore catheter into vessel in Central vein - right" + }, + { + "code": "25024-1", + "display": "Fluoroscopic angiogram Guidance for placement of longterm peripheral catheter in Central vein" + }, + { + "code": "26304-6", + "display": "Fluoroscopic angiogram Guidance for placement of longterm peripheral catheter in Central vein - bilateral" + }, + { + "code": "26305-3", + "display": "Fluoroscopic angiogram Guidance for placement of longterm peripheral catheter in Central vein - left" + }, + { + "code": "26306-1", + "display": "Fluoroscopic angiogram Guidance for placement of longterm peripheral catheter in Central vein - right" + }, + { + "code": "64993-9", + "display": "US Guidance for placement of needle in Unspecified body region" + }, + { + "code": "42456-4", + "display": "US Guidance for placement of needle wire in Breast" + }, + { + "code": "36772-2", + "display": "CT Guidance for placement of nephrostomy tube in Kidney" + }, + { + "code": "24779-1", + "display": "Fluoroscopy Guidance for placement of percutaneous nephrostomy in Kidney - bilateral-- W contrast via tube" + }, + { + "code": "24782-5", + "display": "Fluoroscopy Guidance for placement of percutaneous nephroureteral stent in Kidney - bilateral" + }, + { + "code": "35937-2", + "display": "CT Guidance for placement of radiation therapy fields in Unspecified body region" + }, + { + "code": "43487-8", + "display": "US Guidance for placement of radiation therapy fields in Unspecified body region" + }, + { + "code": "65797-3", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Artery - left" + }, + { + "code": "65798-1", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Artery - right" + }, + { + "code": "69134-5", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Iliac artery" + }, + { + "code": "25078-7", + "display": "Fluoroscopy Guidance for placement of stent in Intrahepatic portal system" + }, + { + "code": "24756-9", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Vein" + }, + { + "code": "26301-2", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Vein - bilateral" + }, + { + "code": "26302-0", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Vein - left" + }, + { + "code": "26303-8", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Vein - right" + }, + { + "code": "24555-5", + "display": "Fluoroscopic angiogram Guidance for placement of stent in Artery" + }, + { + "code": "51391-1", + "display": "Fluoroscopic angiogram Guidance for placement of transjugular intrahepatic portosystemic shunt in Portal vein and Hepatic vein" + }, + { + "code": "35938-0", + "display": "CT Guidance for placement of tube in Chest" + }, + { + "code": "42140-4", + "display": "US Guidance for placement of tube in Chest" + }, + { + "code": "39362-9", + "display": "Fluoroscopy Guidance for placement of tube in Chest" + }, + { + "code": "30637-3", + "display": "Fluoroscopy Guidance for placement of tube in Gastrointestine" + }, + { + "code": "41799-8", + "display": "Fluoroscopy Guidance for placement of tube in Liver" + }, + { + "code": "24995-3", + "display": "Fluoroscopy Guidance for placement of tube in Stomach" + }, + { + "code": "44224-4", + "display": "Fluoroscopy Guidance for placement of tube in Unspecified body region" + }, + { + "code": "46373-7", + "display": "SPECT Guidance for placement of tube in Chest" + }, + { + "code": "44102-2", + "display": "CT Guidance for procedure of Joint space" + }, + { + "code": "44222-8", + "display": "Fluoroscopy Guidance for procedure of Joint space" + }, + { + "code": "30629-0", + "display": "Fluoroscopy Guidance for procedure of Unspecified body region" + }, + { + "code": "30581-3", + "display": "CT Guidance for radiation treatment of Unspecified body region-- W contrast IV" + }, + { + "code": "30664-7", + "display": "MRI Guidance for radiation treatment of Unspecified body region-- W contrast IV" + }, + { + "code": "30582-1", + "display": "CT Guidance for radiation treatment of Unspecified body region-- WO contrast" + }, + { + "code": "30665-4", + "display": "MRI Guidance for radiation treatment of Unspecified body region-- WO contrast" + }, + { + "code": "25053-0", + "display": "CT Guidance for radiosurgery of Unspecified body region" + }, + { + "code": "25054-8", + "display": "CT Guidance for radiosurgery of Unspecified body region-- W contrast IV" + }, + { + "code": "24537-3", + "display": "US Guidance for removal of amniotic fluid from Uterus" + }, + { + "code": "42141-2", + "display": "US Guidance for removal of catheter from Central vein-- Tunneled" + }, + { + "code": "72549-9", + "display": "Fluoroscopy Guidance for removal of catheter from Central vein-- Tunneled" + }, + { + "code": "72548-1", + "display": "Fluoroscopic angiogram Guidance for removal of catheter from Central vein-- W contrast IV" + }, + { + "code": "72547-3", + "display": "Fluoroscopy Guidance for removal of CVA device obstruction from Central vein" + }, + { + "code": "72546-5", + "display": "Fluoroscopy Guidance for removal of CVA lumen obstruction from Central vein" + }, + { + "code": "41810-3", + "display": "CT Guidance for removal of fluid from Abdomen" + }, + { + "code": "24559-7", + "display": "US Guidance for removal of fluid from Abdomen" + }, + { + "code": "38142-6", + "display": "US Guidance for removal of fluid from Chest" + }, + { + "code": "30628-2", + "display": "Fluoroscopy Guidance for removal of foreign body from Unspecified body region" + }, + { + "code": "72538-2", + "display": "Fluoroscopic angiogram Guidance for removal of longterm peripheral catheter from Central vein" + }, + { + "code": "72544-0", + "display": "Fluoroscopy Guidance for removal of percutaneous nephrostomy tube from Kidney - bilateral-- W contrast" + }, + { + "code": "24885-6", + "display": "US Guidance for repair of Pseudoaneurysm/AV fistula" + }, + { + "code": "72550-7", + "display": "Fluoroscopy Guidance for repair of CVA catheter with port or pump of Central vein" + }, + { + "code": "72551-5", + "display": "Fluoroscopy Guidance for repair of CVA catheter without port or pump of Central vein" + }, + { + "code": "42017-4", + "display": "Fluoroscopy Guidance for replacement of percutaneous cholecystostomy in Abdomen" + }, + { + "code": "52790-3", + "display": "CT Guidance for replacement of percutaneous drainage tube in Abdomen" + }, + { + "code": "72545-7", + "display": "Fluoroscopy Guidance for replacement of percutaneous drainage tube in Biliary ducts and Gallbladder" + }, + { + "code": "52791-1", + "display": "CT Guidance for replacement of percutaneous drainage tube in Pelvis" + }, + { + "code": "46294-5", + "display": "Fluoroscopy Guidance for replacement of percutaneous drainage tube in Stomach" + }, + { + "code": "24996-1", + "display": "Fluoroscopy Guidance for replacement of percutaneous gastrostomy in Stomach" + }, + { + "code": "24626-4", + "display": "Fluoroscopic angiogram Guidance for reposition of catheter in Central vein-- W contrast IV" + }, + { + "code": "26295-6", + "display": "Fluoroscopic angiogram Guidance for reposition of catheter in Central vein - bilateral-- W contrast IV" + }, + { + "code": "26296-4", + "display": "Fluoroscopic angiogram Guidance for reposition of catheter in Central vein - left-- W contrast IV" + }, + { + "code": "26297-2", + "display": "Fluoroscopic angiogram Guidance for reposition of catheter in Central vein - right-- W contrast IV" + }, + { + "code": "48740-5", + "display": "Mammogram Guidance for sentinel lymph node injection of Breast" + }, + { + "code": "48736-3", + "display": "Mammogram Guidance for sentinel lymph node injection of Breast - left" + }, + { + "code": "48739-7", + "display": "Mammogram Guidance for sentinel lymph node injection of Breast - right" + }, + { + "code": "24570-4", + "display": "Fluoroscopy Guidance for stone removal of Biliary duct common-- W contrast intra biliary duct" + }, + { + "code": "43763-2", + "display": "Fluoroscopic angiogram Guidance for thrombectomy of Vein-- W contrast IV" + }, + { + "code": "43761-6", + "display": "Fluoroscopic angiogram Guidance for thrombectomy of Vein - bilateral-- W contrast IV" + }, + { + "code": "43762-4", + "display": "Fluoroscopic angiogram Guidance for thrombectomy of Vein - left-- W contrast IV" + }, + { + "code": "43764-0", + "display": "Fluoroscopic angiogram Guidance for thrombectomy of Vein - right-- W contrast IV" + }, + { + "code": "72554-9", + "display": "Fluoroscopy Guidance for trigger point injection of Muscle" + }, + { + "code": "39138-3", + "display": "Fluoroscopic angiogram Guidance for vascular access of Vessel" + }, + { + "code": "39139-1", + "display": "US Guidance for vascular access of Unspecified body region" + }, + { + "code": "36936-3", + "display": "MRI Guidance.stereotactic for biopsy of Brain" + }, + { + "code": "24603-3", + "display": "Mammogram Guidance.stereotactic for biopsy of Breast" + }, + { + "code": "26292-3", + "display": "Mammogram Guidance.stereotactic for biopsy of Breast - bilateral" + }, + { + "code": "26293-1", + "display": "Mammogram Guidance.stereotactic for biopsy of Breast - left" + }, + { + "code": "26294-9", + "display": "Mammogram Guidance.stereotactic for biopsy of Breast - right" + }, + { + "code": "36928-0", + "display": "CT Guidance.stereotactic for biopsy of Head" + }, + { + "code": "46296-0", + "display": "Mammogram Guidance.stereotactic for core needle biopsy of Breast" + }, + { + "code": "46295-2", + "display": "Mammogram Guidance.stereotactic for core needle biopsy of Breast - left" + }, + { + "code": "42433-3", + "display": "Mammogram Guidance.stereotactic for core needle biopsy of Breast - right" + }, + { + "code": "69160-0", + "display": "Mammogram Guidance.stereotactic for needle biopsy of Breast" + }, + { + "code": "24585-2", + "display": "CT Guidance.stereotactic for biopsy of Head-- W contrast IV" + }, + { + "code": "36929-8", + "display": "CT Guidance.stereotactic for biopsy of Head-- WO contrast" + }, + { + "code": "44122-0", + "display": "MRI Guidance.stereotactic for localization in Brain-- W and WO contrast IV" + }, + { + "code": "30656-3", + "display": "MRI Guidance.stereotactic for localization in Brain-- W contrast IV" + }, + { + "code": "30800-7", + "display": "MRI Guidance.stereotactic for localization in Brain-- WO contrast" + }, + { "code": "28632-8", "display": "Heterophoria study" }, + { + "code": "46264-8", + "display": "History of medical device use" + }, + { + "code": "47519-4", + "display": "History of Procedures Document" + }, + { + "code": "47245-6", + "display": "HIV treatment form Document" + }, + { "code": "52035-3", "display": "Home health claims" }, + { + "code": "52036-1", + "display": "Home health prior authorization" + }, + { "code": "52046-0", "display": "Hospital beds" }, + { + "code": "18841-7", + "display": "Hospital consultations Document" + }, + { + "code": "52028-8", + "display": "Hysterectomy consent" + }, + { + "code": "24655-3", + "display": "Chest Fluoroscopy Image intensifier during surgery" + }, + { + "code": "52047-8", + "display": "Immunosuppressive drugs" + }, + { + "code": "65806-2", + "display": "Inhalation challenge test report Document --W methacholine inhaled" + }, + { + "code": "11500-6", + "display": "Occupational therapy Initial assessment note at First encounter" + }, + { + "code": "11495-9", + "display": "Physical therapy Initial assessment note at First encounter" + }, + { + "code": "11494-2", + "display": "Physician Initial assessment note at First encounter" + }, + { + "code": "11496-7", + "display": "Podiatry Initial assessment note at First encounter" + }, + { + "code": "11497-5", + "display": "Psychology Initial assessment note at First encounter" + }, + { + "code": "11498-3", + "display": "Social work Initial assessment note at First encounter" + }, + { + "code": "28572-6", + "display": "Dentist Initial assessment note" + }, + { + "code": "28621-1", + "display": "Nurse practitioner Initial assessment note" + }, + { + "code": "29753-1", + "display": "Nurse Initial assessment note" + }, + { + "code": "18734-4", + "display": "Occupational therapy Initial assessment note" + }, + { + "code": "18735-1", + "display": "Physical therapy Initial assessment note" + }, + { + "code": "18736-9", + "display": "Physician Initial assessment note" + }, + { + "code": "28654-2", + "display": "Physician attending Initial assessment note" + }, + { + "code": "18763-3", + "display": "Physician consulting Initial assessment note" + }, + { + "code": "18737-7", + "display": "Podiatry Initial assessment note" + }, + { + "code": "28635-1", + "display": "Psychiatry Initial assessment note" + }, + { + "code": "18738-5", + "display": "Psychology Initial assessment note" + }, + { + "code": "18739-3", + "display": "Social work Initial assessment note" + }, + { + "code": "46214-3", + "display": "Intracardiac ablation study" + }, + { + "code": "15508-5", + "display": "Labor and delivery records" + }, + { "code": "11502-2", "display": "Laboratory report" }, + { + "code": "24717-1", + "display": "Ileal conduit X-ray Loopogram" + }, + { "code": "52048-6", "display": "Lymphedema pumps" }, + { "code": "52049-4", "display": "Manual wheelchair" }, + { "code": "55186-1", "display": "Measure Document" }, + { + "code": "55185-3", + "display": "Measure set Document" + }, + { "code": "11503-0", "display": "Medical records" }, + { "code": "52037-9", "display": "Member ID card copy" }, + { "code": "24672-8", "display": "Diaphragm US Motion" }, + { + "code": "30632-4", + "display": "Diaphragm Fluoroscopy Motion" + }, + { + "code": "52050-2", + "display": "Motorized wheelchair" + }, + { "code": "35990-1", "display": "Fetal MRI" }, + { "code": "41806-1", "display": "Abdomen CT" }, + { "code": "24556-3", "display": "Abdomen MRI" }, + { "code": "24558-9", "display": "Abdomen US" }, + { + "code": "30762-9", + "display": "Abdomen X-ray tomograph" + }, + { + "code": "24566-2", + "display": "Abdomen retroperitoneum CT" + }, + { + "code": "24531-6", + "display": "Abdomen retroperitoneum US" + }, + { "code": "24532-4", "display": "Abdomen RUQ US" }, + { + "code": "44115-4", + "display": "Abdomen and Pelvis CT" + }, + { + "code": "36781-3", + "display": "Abdominal veins MRI angiogram" + }, + { + "code": "30864-3", + "display": "Abdominal veins and IVC MRI angiogram" + }, + { + "code": "36791-2", + "display": "Abdominal vessels MRI angiogram" + }, + { + "code": "24534-0", + "display": "Abdominal vessels US.doppler" + }, + { "code": "39494-0", "display": "Abdominal wall US" }, + { "code": "36930-6", "display": "Adrenal gland CT" }, + { "code": "36931-4", "display": "Adrenal gland MRI" }, + { "code": "69277-2", "display": "Adrenal gland US" }, + { + "code": "36792-0", + "display": "Adrenal vessels MRI angiogram" + }, + { "code": "35940-6", "display": "Ankle CT" }, + { "code": "24538-1", "display": "Ankle MRI" }, + { + "code": "35939-8", + "display": "Ankle X-ray tomograph" + }, + { + "code": "35941-4", + "display": "Ankle - bilateral CT" + }, + { + "code": "26208-9", + "display": "Ankle - bilateral MRI" + }, + { "code": "35942-2", "display": "Ankle - left CT" }, + { "code": "26209-7", "display": "Ankle - left MRI" }, + { + "code": "35943-0", + "display": "Ankle - left X-ray tomograph" + }, + { "code": "35944-8", "display": "Ankle - right CT" }, + { "code": "26210-5", "display": "Ankle - right MRI" }, + { + "code": "37674-9", + "display": "Ankle - right X-ray tomograph" + }, + { "code": "37222-7", "display": "Ankle and Foot MRI" }, + { "code": "24542-3", "display": "Anus US" }, + { "code": "35945-5", "display": "Aorta CT" }, + { "code": "35947-1", "display": "Aorta MRI" }, + { "code": "35946-3", "display": "Aorta MRI angiogram" }, + { "code": "24547-2", "display": "Aorta US" }, + { "code": "46388-5", "display": "Aorta US.doppler" }, + { "code": "35948-9", "display": "Aorta abdominal CT" }, + { "code": "35949-7", "display": "Aorta abdominal MRI" }, + { "code": "69276-4", "display": "Aorta abdominal US" }, + { "code": "37216-9", "display": "Aorta.endograft CT" }, + { "code": "24544-9", "display": "Aorta thoracic CT" }, + { "code": "35950-5", "display": "Aorta thoracic MRI" }, + { + "code": "24660-3", + "display": "Aorta thoracic MRI angiogram" + }, + { + "code": "30863-5", + "display": "Abdominal Aorta and Arteries MRI angiogram" + }, + { + "code": "35951-3", + "display": "Aortic arch MRI angiogram" + }, + { + "code": "30861-9", + "display": "Aortic arch and Neck vessels MRI angiogram" + }, + { "code": "35952-1", "display": "Appendix CT" }, + { "code": "24548-0", "display": "Appendix US" }, + { "code": "39040-1", "display": "AV fistula US" }, + { "code": "43508-1", "display": "Axilla - left MRI" }, + { "code": "72529-1", "display": "Axilla - left US" }, + { "code": "43510-7", "display": "Axilla - right MRI" }, + { "code": "72528-3", "display": "Axilla - right US" }, + { "code": "37219-3", "display": "Biliary ducts MRI" }, + { + "code": "38021-2", + "display": "Biliary ducts and Gallbladder US" + }, + { + "code": "37220-1", + "display": "Biliary ducts and Pancreatic duct MRI" + }, + { + "code": "39039-3", + "display": "Brachiocephalic artery US.doppler" + }, + { "code": "24590-2", "display": "Brain MRI" }, + { + "code": "58748-5", + "display": "Brain Functional MRI" + }, + { "code": "44138-6", "display": "Brain PET" }, + { + "code": "37217-7", + "display": "Brain Stem and Nerves.cranial MRI" + }, + { "code": "37218-5", "display": "Brain.temporal MRI" }, + { + "code": "43772-3", + "display": "Brain and Internal auditory canal MRI" + }, + { + "code": "42385-5", + "display": "Brain and Pituitary and Sella turcica MRI" + }, + { "code": "30794-2", "display": "Breast MRI" }, + { "code": "24601-7", "display": "Breast US" }, + { + "code": "69165-9", + "display": "Breast implant - bilateral MRI" + }, + { + "code": "38057-6", + "display": "Breast implant - left MRI" + }, + { + "code": "38058-4", + "display": "Breast implant - right MRI" + }, + { "code": "24596-9", "display": "Breast specimen US" }, + { + "code": "69397-8", + "display": "Breast vessels US.doppler" + }, + { + "code": "30795-9", + "display": "Breast - bilateral MRI" + }, + { + "code": "26214-7", + "display": "Breast - bilateral US" + }, + { "code": "35954-7", "display": "Breast - left MRI" }, + { "code": "26215-4", "display": "Breast - left US" }, + { "code": "35955-4", "display": "Breast - right MRI" }, + { "code": "26216-2", "display": "Breast - right US" }, + { + "code": "46299-4", + "display": "Breast - unilateral MRI" + }, + { "code": "36010-7", "display": "Calcaneus CT" }, + { + "code": "36011-5", + "display": "Calcaneus X-ray tomograph" + }, + { "code": "24616-5", "display": "Carotid artery US" }, + { + "code": "42146-1", + "display": "Carotid artery US.doppler" + }, + { + "code": "26217-0", + "display": "Carotid artery - bilateral US" + }, + { + "code": "43765-7", + "display": "Carotid artery - bilateral US.doppler" + }, + { + "code": "26218-8", + "display": "Carotid artery - left US" + }, + { + "code": "39427-0", + "display": "Carotid artery - left US.doppler" + }, + { + "code": "26219-6", + "display": "Carotid artery - right US" + }, + { + "code": "39437-9", + "display": "Carotid artery - right US.doppler" + }, + { + "code": "43552-9", + "display": "Carotid artery - unilateral US" + }, + { + "code": "36793-8", + "display": "Carotid vessel MRI angiogram" + }, + { + "code": "30859-3", + "display": "Carotid vessels and Neck Vessels MRI angiogram" + }, + { + "code": "30865-0", + "display": "Celiac vessels and Superior mesenteric Vessels MRI angiogram" + }, + { "code": "46374-5", "display": "Cerebral artery US" }, + { "code": "24627-2", "display": "Chest CT" }, + { "code": "24629-8", "display": "Chest MRI" }, + { "code": "24630-6", "display": "Chest US" }, + { + "code": "24657-9", + "display": "Chest X-ray tomograph" + }, + { + "code": "30862-7", + "display": "Chest vessels MRI angiogram" + }, + { "code": "38016-2", "display": "Chest wall US" }, + { + "code": "37235-9", + "display": "Circle of Willis MRI angiogram" + }, + { "code": "35960-4", "display": "Clavicle CT" }, + { "code": "35961-2", "display": "Clavicle MRI" }, + { + "code": "35959-6", + "display": "Clavicle X-ray tomograph" + }, + { "code": "44120-4", "display": "Colon CT" }, + { + "code": "24757-7", + "display": "Coronary arteries CT fast" + }, + { "code": "35962-0", "display": "Elbow CT" }, + { "code": "24674-4", "display": "Elbow MRI" }, + { + "code": "35963-8", + "display": "Elbow X-ray tomograph" + }, + { + "code": "35965-3", + "display": "Elbow - bilateral CT" + }, + { + "code": "26220-4", + "display": "Elbow - bilateral MRI" + }, + { + "code": "35964-6", + "display": "Elbow - bilateral X-ray tomograph" + }, + { "code": "35966-1", "display": "Elbow - left CT" }, + { "code": "26221-2", "display": "Elbow - left MRI" }, + { + "code": "35967-9", + "display": "Elbow - left X-ray tomograph" + }, + { "code": "35968-7", "display": "Elbow - right CT" }, + { "code": "26222-0", "display": "Elbow - right MRI" }, + { + "code": "37688-9", + "display": "Elbow - right X-ray tomograph" + }, + { "code": "35969-5", "display": "Esophagus CT" }, + { "code": "57823-7", "display": "Esophagus PET" }, + { "code": "24690-0", "display": "Extremity CT" }, + { "code": "69193-1", "display": "Extremity MRI" }, + { "code": "24693-4", "display": "Extremity US" }, + { + "code": "35970-3", + "display": "Extremity X-ray tomograph" + }, + { + "code": "39042-7", + "display": "Extremity artery US.doppler" + }, + { + "code": "39031-0", + "display": "Extremity artery - bilateral US.doppler" + }, + { + "code": "69293-9", + "display": "Extremity artery - left US" + }, + { + "code": "39428-8", + "display": "Extremity artery - left US.doppler" + }, + { + "code": "69297-0", + "display": "Extremity artery - right US" + }, + { + "code": "39439-5", + "display": "Extremity artery - right US.doppler" + }, + { + "code": "39449-4", + "display": "Extremity vein US.doppler" + }, + { + "code": "39418-9", + "display": "Extremity vein - bilateral US.doppler" + }, + { + "code": "42145-3", + "display": "Extremity vein - left US" + }, + { + "code": "39429-6", + "display": "Extremity vein - left US.doppler" + }, + { + "code": "42144-6", + "display": "Extremity vein - right US" + }, + { + "code": "39440-3", + "display": "Extremity vein - right US.doppler" + }, + { + "code": "30876-7", + "display": "Extremity veins MRI angiogram" + }, + { + "code": "69283-0", + "display": "Extremity veins - bilateral US.doppler" + }, + { + "code": "41835-0", + "display": "Extremity veins - left US" + }, + { + "code": "41816-0", + "display": "Extremity veins - right US" + }, + { + "code": "36794-6", + "display": "Extremity vessels MRI angiogram" + }, + { + "code": "43771-5", + "display": "Extremity vessels US.doppler" + }, + { + "code": "39495-7", + "display": "Extremity vessels - bilateral US.doppler" + }, + { + "code": "69398-6", + "display": "Extremity vessels Left US.doppler" + }, + { + "code": "39503-8", + "display": "Extremity vessels - right US.doppler" + }, + { + "code": "26224-6", + "display": "Extremity - bilateral CT" + }, + { + "code": "26223-8", + "display": "Extremity - bilateral US" + }, + { "code": "26226-1", "display": "Extremity - left CT" }, + { "code": "26225-3", "display": "Extremity - left US" }, + { + "code": "26231-1", + "display": "Extremity - right CT" + }, + { + "code": "26230-3", + "display": "Extremity - right US" + }, + { + "code": "24853-4", + "display": "Eye+Orbit - bilateral US" + }, + { "code": "35953-9", "display": "Face MRI" }, + { + "code": "41808-7", + "display": "Facial bones and Maxilla CT" + }, + { + "code": "24696-7", + "display": "Facial bones and Sinuses CT" + }, + { + "code": "69389-5", + "display": "Femoral artery and Popliteal artery US" + }, + { + "code": "69399-4", + "display": "Femoral vein and Popliteal vein US" + }, + { + "code": "30871-8", + "display": "Femoral vessels MRI angiogram" + }, + { "code": "38134-3", "display": "Femoral vessels US" }, + { + "code": "38128-5", + "display": "Femoral vessels - bilateral US" + }, + { + "code": "39498-1", + "display": "Femoral vessels - left US.doppler" + }, + { + "code": "39504-6", + "display": "Femoral vessels - right US.doppler" + }, + { "code": "35984-4", "display": "Femur CT" }, + { + "code": "35985-1", + "display": "Femur X-ray tomograph" + }, + { + "code": "35986-9", + "display": "Femur - bilateral X-ray tomograph" + }, + { "code": "35987-7", "display": "Femur - left CT" }, + { "code": "38037-8", "display": "Femur - left US" }, + { + "code": "35988-5", + "display": "Femur - left X-ray tomograph" + }, + { "code": "35989-3", "display": "Femur - right CT" }, + { "code": "38048-5", "display": "Femur - right US" }, + { + "code": "38768-8", + "display": "Femur - right X-ray tomograph" + }, + { "code": "24705-6", "display": "Finger MRI" }, + { + "code": "26238-6", + "display": "Finger - bilateral MRI" + }, + { "code": "26239-4", "display": "Finger - left MRI" }, + { "code": "26240-2", "display": "Finger - right MRI" }, + { "code": "37221-9", "display": "Fistula CT" }, + { "code": "35991-9", "display": "Foot CT" }, + { "code": "24707-2", "display": "Foot MRI" }, + { + "code": "35992-7", + "display": "Foot X-ray tomograph" + }, + { + "code": "30872-6", + "display": "Foot vessels MRI angiogram" + }, + { + "code": "46362-0", + "display": "Foot vessels US.doppler" + }, + { "code": "35993-5", "display": "Foot - bilateral CT" }, + { + "code": "26241-0", + "display": "Foot - bilateral MRI" + }, + { "code": "35994-3", "display": "Foot - left CT" }, + { "code": "26242-8", "display": "Foot - left MRI" }, + { + "code": "35995-0", + "display": "Foot - left X-ray tomograph" + }, + { "code": "35996-8", "display": "Foot - right CT" }, + { "code": "26243-6", "display": "Foot - right MRI" }, + { + "code": "37706-9", + "display": "Foot - right X-ray tomograph" + }, + { "code": "35997-6", "display": "Forearm CT" }, + { "code": "24710-6", "display": "Forearm MRI" }, + { + "code": "30873-4", + "display": "Forearm vessels MRI angiogram" + }, + { + "code": "35998-4", + "display": "Forearm - bilateral CT" + }, + { + "code": "26244-4", + "display": "Forearm - bilateral MRI" + }, + { "code": "35999-2", "display": "Forearm - left CT" }, + { "code": "26245-1", "display": "Forearm - left MRI" }, + { "code": "36000-8", "display": "Forearm - right CT" }, + { "code": "26246-9", "display": "Forearm - right MRI" }, + { "code": "24711-4", "display": "Gallbladder US" }, + { + "code": "36001-6", + "display": "Gallbladder X-ray tomograph" + }, + { "code": "39415-5", "display": "Gastrointestine US" }, + { + "code": "39416-3", + "display": "Genitourinary system US" + }, + { "code": "37236-7", "display": "Great vessel MRI" }, + { "code": "24719-7", "display": "Groin US" }, + { "code": "36002-4", "display": "Hand CT" }, + { "code": "24720-5", "display": "Hand MRI" }, + { + "code": "36003-2", + "display": "Hand X-ray tomograph" + }, + { + "code": "46382-8", + "display": "Hand vessels US.doppler" + }, + { "code": "36004-0", "display": "Hand - bilateral CT" }, + { + "code": "26247-7", + "display": "Hand - bilateral MRI" + }, + { "code": "36005-7", "display": "Hand - left CT" }, + { "code": "26248-5", "display": "Hand - left MRI" }, + { + "code": "36006-5", + "display": "Hand - left X-ray tomograph" + }, + { "code": "36007-3", "display": "Hand - right CT" }, + { "code": "26249-3", "display": "Hand - right MRI" }, + { + "code": "37717-6", + "display": "Hand - right X-ray tomograph" + }, + { "code": "24725-4", "display": "Head CT" }, + { "code": "24728-8", "display": "Head CT cine" }, + { "code": "24731-2", "display": "Head US" }, + { "code": "58741-0", "display": "Head to thigh PET" }, + { + "code": "30858-5", + "display": "Head veins MRI angiogram" + }, + { + "code": "30856-9", + "display": "Head vessels MRI angiogram" + }, + { + "code": "24733-8", + "display": "Head vessels US.doppler" + }, + { + "code": "42304-6", + "display": "Head vessels and Neck vessels MRI angiogram" + }, + { + "code": "30880-9", + "display": "Head vessels and Neck vessels US.doppler" + }, + { "code": "30655-5", "display": "Head Cistern MRI" }, + { + "code": "24746-0", + "display": "Head Sagittal Sinus MRI" + }, + { "code": "58742-8", "display": "Head and Neck PET" }, + { "code": "44164-2", "display": "Head and Neck US" }, + { "code": "58744-4", "display": "Heart CT" }, + { "code": "24748-6", "display": "Heart MRI" }, + { "code": "36009-9", "display": "Heart MRI angiogram" }, + { "code": "44137-8", "display": "Heart PET" }, + { "code": "42148-7", "display": "Heart US" }, + { "code": "36014-9", "display": "Hip CT" }, + { "code": "36013-1", "display": "Hip MRI" }, + { "code": "24760-1", "display": "Hip US" }, + { "code": "36012-3", "display": "Hip X-ray tomograph" }, + { "code": "36016-4", "display": "Hip - bilateral CT" }, + { "code": "36017-2", "display": "Hip - bilateral MRI" }, + { "code": "26250-1", "display": "Hip - bilateral US" }, + { + "code": "36015-6", + "display": "Hip - bilateral X-ray tomograph" + }, + { "code": "36018-0", "display": "Hip - left CT" }, + { "code": "36020-6", "display": "Hip - left MRI" }, + { "code": "26251-9", "display": "Hip - left US" }, + { + "code": "36019-8", + "display": "Hip - left X-ray tomograph" + }, + { "code": "36021-4", "display": "Hip - right CT" }, + { "code": "36022-2", "display": "Hip - right MRI" }, + { "code": "26252-7", "display": "Hip - right US" }, + { + "code": "37735-8", + "display": "Hip - right X-ray tomograph" + }, + { "code": "43566-9", "display": "Hip and Thigh US" }, + { + "code": "36024-8", + "display": "Humerus X-ray tomograph" + }, + { + "code": "39425-4", + "display": "Iliac artery US.doppler" + }, + { + "code": "42147-9", + "display": "Iliac graft US.doppler" + }, + { + "code": "39497-3", + "display": "Iliac vessels US.doppler" + }, + { + "code": "38129-3", + "display": "Iliac vessels - bilateral US" + }, + { + "code": "38137-6", + "display": "Iliac vessels - left US" + }, + { + "code": "38141-8", + "display": "Iliac vessels - right US" + }, + { + "code": "35958-8", + "display": "Internal auditory canal CT" + }, + { + "code": "35956-2", + "display": "Internal auditory canal MRI" + }, + { + "code": "24767-6", + "display": "Internal auditory canal X-ray tomograph" + }, + { + "code": "26253-5", + "display": "Internal auditory canal - bilateral X-ray tomograph" + }, + { + "code": "35957-0", + "display": "Internal auditory canal - left CT" + }, + { + "code": "26254-3", + "display": "Internal auditory canal - left X-ray tomograph" + }, + { + "code": "38767-0", + "display": "Internal auditory canal - right CT" + }, + { + "code": "26255-0", + "display": "Internal auditory canal - right X-ray tomograph" + }, + { + "code": "24735-3", + "display": "Internal auditory canal and Posterior fossa MRI" + }, + { "code": "36033-9", "display": "Kidney MRI" }, + { "code": "38036-0", "display": "Kidney US" }, + { + "code": "36032-1", + "display": "Kidney X-ray tomograph" + }, + { + "code": "39032-8", + "display": "Kidney transplant US" + }, + { + "code": "42477-0", + "display": "Kidney vessels transplant US.doppler" + }, + { + "code": "43767-3", + "display": "Kidney - bilateral CT" + }, + { + "code": "36034-7", + "display": "Kidney - bilateral MRI" + }, + { + "code": "43774-9", + "display": "Kidney - bilateral US" + }, + { + "code": "24789-0", + "display": "Kidney - bilateral X-ray tomograph" + }, + { + "code": "69402-6", + "display": "Kidney Bilateral and Bladder US" + }, + { "code": "36035-4", "display": "Kidney - left MRI" }, + { "code": "38038-6", "display": "Kidney - left US" }, + { "code": "69113-9", "display": "Kidney - right CT" }, + { "code": "36036-2", "display": "Kidney - right MRI" }, + { "code": "38049-3", "display": "Kidney - right US" }, + { "code": "36037-0", "display": "Knee CT" }, + { "code": "24802-1", "display": "Knee MRI" }, + { + "code": "36038-8", + "display": "Knee X-ray tomograph" + }, + { + "code": "36799-5", + "display": "Knee vessels MRI angiogram" + }, + { + "code": "36800-1", + "display": "Knee vessels - left MRI angiogram" + }, + { + "code": "36801-9", + "display": "Knee vessels - right MRI angiogram" + }, + { "code": "36040-4", "display": "Knee - bilateral CT" }, + { + "code": "26256-8", + "display": "Knee - bilateral MRI" + }, + { + "code": "36039-6", + "display": "Knee - bilateral X-ray tomograph" + }, + { "code": "36041-2", "display": "Knee - left CT" }, + { "code": "26257-6", "display": "Knee - left MRI" }, + { + "code": "36042-0", + "display": "Knee - left X-ray tomograph" + }, + { "code": "36043-8", "display": "Knee - right CT" }, + { "code": "26258-4", "display": "Knee - right MRI" }, + { + "code": "37760-6", + "display": "Knee - right X-ray tomograph" + }, + { "code": "36045-3", "display": "Larynx MRI" }, + { + "code": "36044-6", + "display": "Larynx X-ray tomograph" + }, + { "code": "24814-6", "display": "Liver CT" }, + { "code": "36046-1", "display": "Liver MRI" }, + { "code": "28614-6", "display": "Liver US" }, + { "code": "39454-4", "display": "Liver transplant US" }, + { + "code": "24818-7", + "display": "Liver and Diaphragm US" + }, + { "code": "35971-1", "display": "Lower extremity CT" }, + { "code": "30692-8", "display": "Lower extremity MRI" }, + { "code": "30709-0", "display": "Lower extremity US" }, + { + "code": "35972-9", + "display": "Lower extremity X-ray tomograph" + }, + { + "code": "48693-6", + "display": "Lower extremity artery US" + }, + { + "code": "39434-6", + "display": "Lower extremity artery US.doppler" + }, + { + "code": "38130-1", + "display": "Lower extremity artery - bilateral US" + }, + { + "code": "39421-3", + "display": "Lower extremity artery - bilateral US.doppler" + }, + { + "code": "41834-3", + "display": "Lower extremity artery - left US" + }, + { + "code": "39499-9", + "display": "Lower extremity artery - left US.doppler" + }, + { + "code": "41815-2", + "display": "Lower extremity artery - right US" + }, + { + "code": "39505-3", + "display": "Lower extremity artery - right US.doppler" + }, + { + "code": "46363-8", + "display": "Lower extremity vein US" + }, + { + "code": "30881-7", + "display": "Lower extremity vein US.doppler" + }, + { + "code": "46364-6", + "display": "Lower extremity vein - bilateral US" + }, + { + "code": "39420-5", + "display": "Lower extremity vein - bilateral US.doppler" + }, + { + "code": "48692-8", + "display": "Lower extremity vein - left US" + }, + { + "code": "39432-0", + "display": "Lower extremity vein - left US.doppler" + }, + { + "code": "48691-0", + "display": "Lower extremity vein - right US" + }, + { + "code": "39443-7", + "display": "Lower extremity vein - right US.doppler" + }, + { + "code": "36079-2", + "display": "Lower extremity veins MRI angiogram" + }, + { + "code": "69385-3", + "display": "Lower extremity veins - bilateral US" + }, + { + "code": "36784-7", + "display": "Lower extremity veins - left MRI angiogram" + }, + { + "code": "69392-9", + "display": "Lower extremity veins - left US" + }, + { + "code": "36785-4", + "display": "Lower extremity veins - right MRI angiogram" + }, + { + "code": "42461-4", + "display": "Lower extremity vessel graft - left US.doppler" + }, + { + "code": "42462-2", + "display": "Lower extremity vessel graft - right US.doppler" + }, + { + "code": "30874-2", + "display": "Lower extremity vessels MRI angiogram" + }, + { + "code": "44174-1", + "display": "Lower extremity vessels US.doppler" + }, + { + "code": "35974-5", + "display": "Lower extremity vessels - bilateral MRI angiogram" + }, + { + "code": "39422-1", + "display": "Lower extremity vessels - bilateral US.doppler" + }, + { + "code": "36795-3", + "display": "Lower extremity vessels - left MRI angiogram" + }, + { + "code": "39431-2", + "display": "Lower extremity vessels - left US.doppler" + }, + { + "code": "36796-1", + "display": "Lower extremity vessels - right MRI angiogram" + }, + { + "code": "39442-9", + "display": "Lower extremity vessels - right US.doppler" + }, + { + "code": "35973-7", + "display": "Lower extremity - bilateral CT" + }, + { + "code": "35975-2", + "display": "Lower extremity - bilateral MRI" + }, + { + "code": "38013-9", + "display": "Lower extremity - bilateral US" + }, + { + "code": "24687-6", + "display": "Lower Extremity Joint MRI" + }, + { + "code": "26227-9", + "display": "Lower extremity joint - bilateral MRI" + }, + { + "code": "26228-7", + "display": "Lower extremity joint - left MRI" + }, + { + "code": "26229-5", + "display": "Lower extremity joint - right MRI" + }, + { + "code": "35976-0", + "display": "Lower extremity - left CT" + }, + { + "code": "35978-6", + "display": "Lower extremity - left MRI" + }, + { + "code": "38040-2", + "display": "Lower extremity - left US" + }, + { + "code": "35977-8", + "display": "Lower extremity - left X-ray tomograph" + }, + { + "code": "35979-4", + "display": "Lower extremity - right CT" + }, + { + "code": "35980-2", + "display": "Lower extremity - right MRI" + }, + { + "code": "38051-9", + "display": "Lower extremity - right US" + }, + { + "code": "37766-3", + "display": "Lower extremity - right X-ray tomograph" + }, + { "code": "36074-3", "display": "Lower leg CT" }, + { "code": "24821-1", "display": "Lower leg MRI" }, + { + "code": "43513-1", + "display": "Lower leg vessels - left MRI angiogram" + }, + { + "code": "43556-0", + "display": "Lower leg vessels - right MRI angiogram" + }, + { + "code": "42696-5", + "display": "Lower leg - bilateral MRI" + }, + { + "code": "36075-0", + "display": "Lower leg - left MRI" + }, + { + "code": "36076-8", + "display": "Lower leg - right MRI" + }, + { "code": "30866-8", "display": "Lumbar plexus MRI" }, + { "code": "57822-9", "display": "Lung PET" }, + { "code": "36047-9", "display": "Mandible CT" }, + { + "code": "36048-7", + "display": "Mandible X-ray tomograph" + }, + { "code": "38043-6", "display": "Mastoid US" }, + { + "code": "36776-3", + "display": "Mastoid X-ray tomograph" + }, + { + "code": "46298-6", + "display": "Mastoid - bilateral CT" + }, + { "code": "36050-3", "display": "Maxilla CT" }, + { + "code": "36049-5", + "display": "Maxilla and Mandible CT" + }, + { "code": "37234-2", "display": "Mediastinum MRI" }, + { "code": "38044-4", "display": "Mediastinum US" }, + { + "code": "37233-4", + "display": "Mediastinum X-ray tomograph" + }, + { + "code": "69394-5", + "display": "Mesenteric artery US" + }, + { "code": "69211-1", "display": "Nasal bones MRI" }, + { + "code": "37606-1", + "display": "Nasal bones X-ray tomograph" + }, + { "code": "30860-1", "display": "Nasopharynx MRI" }, + { + "code": "24835-1", + "display": "Nasopharynx and Neck CT" + }, + { "code": "36051-1", "display": "Neck CT" }, + { "code": "24839-3", "display": "Neck MRI" }, + { "code": "24842-7", "display": "Neck US" }, + { + "code": "36788-8", + "display": "Neck veins MRI angiogram" + }, + { + "code": "36085-9", + "display": "Neck vessels MRI angiogram" + }, + { + "code": "44175-8", + "display": "Neck vessels US.doppler" + }, + { "code": "30857-7", "display": "Nerves cranial MRI" }, + { "code": "41807-9", "display": "Orbit CT" }, + { "code": "36777-1", "display": "Orbit MRI" }, + { + "code": "36802-7", + "display": "Orbit vessels MRI angiogram" + }, + { + "code": "24848-4", + "display": "Orbit - bilateral CT" + }, + { + "code": "37611-1", + "display": "Orbit - bilateral X-ray tomograph" + }, + { "code": "38836-3", "display": "Orbit - left MRI" }, + { "code": "36778-9", "display": "Orbit - right MRI" }, + { "code": "42303-8", "display": "Orbit and Face MRI" }, + { + "code": "43530-5", + "display": "Orbit and Face and Neck MRI" + }, + { "code": "43455-5", "display": "Oropharynx MRI" }, + { + "code": "39502-0", + "display": "Ovarian vessels US.doppler" + }, + { "code": "36779-7", "display": "Ovary MRI" }, + { "code": "69390-3", "display": "Ovary US" }, + { + "code": "43506-5", + "display": "Ovary - bilateral MRI" + }, + { "code": "24857-5", "display": "Pancreas CT" }, + { "code": "36052-9", "display": "Pancreas MRI" }, + { "code": "24859-1", "display": "Pancreas US" }, + { + "code": "39509-5", + "display": "Pancreas transplant US" + }, + { "code": "36053-7", "display": "Parathyroid MRI" }, + { "code": "38045-1", "display": "Parathyroid US" }, + { "code": "37223-5", "display": "Parotid gland CT" }, + { "code": "37224-3", "display": "Parotid gland MRI" }, + { "code": "38138-4", "display": "Parotid gland US" }, + { "code": "24865-8", "display": "Pelvis CT" }, + { "code": "24867-4", "display": "Pelvis MRI" }, + { "code": "24869-0", "display": "Pelvis US" }, + { + "code": "37632-7", + "display": "Pelvis X-ray tomograph" + }, + { + "code": "36789-6", + "display": "Pelvis veins MRI angiogram" + }, + { + "code": "30867-6", + "display": "Pelvis vessels MRI angiogram" + }, + { + "code": "24870-8", + "display": "Pelvis vessels US.doppler" + }, + { "code": "24872-4", "display": "Pelvis and Hip MRI" }, + { + "code": "26259-2", + "display": "Pelvis and Hip - bilateral MRI" + }, + { + "code": "26260-0", + "display": "Pelvis and Hip - left MRI" + }, + { + "code": "26261-8", + "display": "Pelvis and Hip - right MRI" + }, + { "code": "38140-0", "display": "Penis US" }, + { "code": "38139-2", "display": "Penis vessels US" }, + { "code": "24877-3", "display": "Petrous bone CT" }, + { + "code": "36932-2", + "display": "Pituitary and Sella turcica CT" + }, + { + "code": "24880-7", + "display": "Pituitary and Sella turcica MRI" + }, + { "code": "24881-5", "display": "Popliteal space US" }, + { + "code": "26262-6", + "display": "Popliteal space - bilateral US" + }, + { + "code": "26263-4", + "display": "Popliteal space - left US" + }, + { + "code": "26264-2", + "display": "Popliteal space - right US" + }, + { + "code": "36077-6", + "display": "Portal vein MRI angiogram" + }, + { + "code": "69284-8", + "display": "Portal vein and Hepatic vein US.doppler" + }, + { "code": "36055-2", "display": "Posterior fossa CT" }, + { "code": "36056-0", "display": "Posterior fossa MRI" }, + { "code": "36057-8", "display": "Prostate CT" }, + { "code": "30675-3", "display": "Prostate MRI" }, + { "code": "24884-9", "display": "Prostate US" }, + { "code": "43445-6", "display": "Pulmonary system CT" }, + { + "code": "43454-8", + "display": "Pulmonary system MRI" + }, + { + "code": "36803-5", + "display": "Pulmonary vessels MRI angiogram" + }, + { "code": "24892-2", "display": "Rectum US" }, + { "code": "69294-7", "display": "Renal artery US" }, + { + "code": "39435-3", + "display": "Renal artery US.doppler" + }, + { + "code": "36078-4", + "display": "Renal vein MRI angiogram" + }, + { + "code": "30868-4", + "display": "Renal vessels MRI angiogram" + }, + { "code": "69295-4", "display": "Renal vessels US" }, + { + "code": "39426-2", + "display": "Renal vessels US.doppler" + }, + { + "code": "36804-3", + "display": "Renal vessels - bilateral MRI angiogram" + }, + { + "code": "39419-7", + "display": "Renal vessels - bilateral US.doppler" + }, + { "code": "30619-1", "display": "Sacroiliac Joint CT" }, + { + "code": "36031-3", + "display": "Sacroiliac Joint MRI" + }, + { "code": "36058-6", "display": "Sacrum CT" }, + { "code": "36059-4", "display": "Sacrum MRI" }, + { "code": "38053-5", "display": "Sacrum US" }, + { + "code": "37653-3", + "display": "Sacrum X-ray tomograph" + }, + { + "code": "69116-2", + "display": "Sacrum and Coccyx CT" + }, + { + "code": "36060-2", + "display": "Sacrum and Coccyx MRI" + }, + { "code": "36933-0", "display": "Salivary gland MRI" }, + { "code": "69298-8", "display": "Salivary gland US" }, + { "code": "69117-0", "display": "Scapula CT" }, + { "code": "36061-0", "display": "Scapula MRI" }, + { + "code": "36073-5", + "display": "Scrotum and Testicle MRI" + }, + { + "code": "25002-7", + "display": "Scrotum and Testicle US" + }, + { + "code": "48742-1", + "display": "Scrotum and Testicle US.doppler" + }, + { + "code": "26271-7", + "display": "Scrotum and Testicle - bilateral US" + }, + { + "code": "26272-5", + "display": "Scrotum and Testicle - left US" + }, + { + "code": "26273-3", + "display": "Scrotum and Testicle - right US" + }, + { + "code": "42437-4", + "display": "Sella turcica X-ray tomograph" + }, + { "code": "36062-8", "display": "Shoulder CT" }, + { "code": "24905-2", "display": "Shoulder MRI" }, + { "code": "24907-8", "display": "Shoulder US" }, + { + "code": "37850-5", + "display": "Shoulder X-ray tomograph" + }, + { + "code": "36805-0", + "display": "Shoulder vessels MRI angiogram" + }, + { + "code": "36806-8", + "display": "Shoulder vessels - left MRI angiogram" + }, + { + "code": "36807-6", + "display": "Shoulder vessels - right MRI angiogram" + }, + { + "code": "36063-6", + "display": "Shoulder - bilateral CT" + }, + { + "code": "26266-7", + "display": "Shoulder - bilateral MRI" + }, + { + "code": "26265-9", + "display": "Shoulder - bilateral US" + }, + { "code": "36064-4", "display": "Shoulder - left CT" }, + { "code": "26268-3", "display": "Shoulder - left MRI" }, + { "code": "26267-5", "display": "Shoulder - left US" }, + { + "code": "36065-1", + "display": "Shoulder - left X-ray tomograph" + }, + { "code": "36066-9", "display": "Shoulder - right CT" }, + { + "code": "26270-9", + "display": "Shoulder - right MRI" + }, + { "code": "26269-1", "display": "Shoulder - right US" }, + { + "code": "37811-7", + "display": "Shoulder - right X-ray tomograph" + }, + { "code": "30588-8", "display": "Sinuses CT" }, + { "code": "24914-4", "display": "Sinuses MRI" }, + { + "code": "37866-1", + "display": "Sinuses X-ray tomograph" + }, + { + "code": "37874-5", + "display": "Skull X-ray tomograph" + }, + { "code": "37495-9", "display": "Skull.base CT" }, + { "code": "28566-8", "display": "Spine CT" }, + { "code": "36067-7", "display": "Spine MRI" }, + { "code": "24926-8", "display": "Spine US" }, + { + "code": "37497-5", + "display": "Spine vessels MRI angiogram" + }, + { "code": "24932-6", "display": "Spine Cervical CT" }, + { "code": "24935-9", "display": "Spine Cervical MRI" }, + { "code": "70926-1", "display": "Spine Cervical US" }, + { + "code": "36068-5", + "display": "Spine Cervical X-ray tomograph" + }, + { + "code": "43457-1", + "display": "Spine Cervical and Spine Thoracic MRI" + }, + { + "code": "42698-1", + "display": "Spine Cervical and Thoracic and Lumbar MRI" + }, + { "code": "24963-1", "display": "Spine Lumbar CT" }, + { "code": "24968-0", "display": "Spine Lumbar MRI" }, + { "code": "69393-7", "display": "Spine Lumbar US" }, + { + "code": "36069-3", + "display": "Spine Lumbar X-ray tomograph" + }, + { + "code": "37232-6", + "display": "Spine Lumbosacral Junction CT" + }, + { "code": "24978-9", "display": "Spine Thoracic CT" }, + { "code": "24980-5", "display": "Spine Thoracic MRI" }, + { "code": "70927-9", "display": "Spine Thoracic US" }, + { + "code": "37911-5", + "display": "Spine Thoracic X-ray tomograph" + }, + { + "code": "49565-5", + "display": "Thoracic Spine vessels MRI angiogram" + }, + { "code": "24988-8", "display": "Spleen CT" }, + { "code": "36070-1", "display": "Spleen MRI" }, + { "code": "24990-4", "display": "Spleen US" }, + { + "code": "37225-0", + "display": "Sternoclavicular Joint CT" + }, + { "code": "36071-9", "display": "Sternum CT" }, + { "code": "36072-7", "display": "Sternum MRI" }, + { + "code": "37885-1", + "display": "Sternum X-ray tomograph" + }, + { + "code": "36782-1", + "display": "Subclavian artery MRI angiogram" + }, + { + "code": "38131-9", + "display": "Subclavian vessels - bilateral US" + }, + { + "code": "46359-6", + "display": "Superior mesenteric vessels MRI angiogram" + }, + { + "code": "44235-0", + "display": "Superior mesenteric vessels US.doppler" + }, + { + "code": "42468-9", + "display": "Surgical specimen US" + }, + { "code": "38059-2", "display": "Talus CT" }, + { "code": "36773-0", "display": "Temporal bone CT" }, + { + "code": "37226-8", + "display": "Temporomandibular joint CT" + }, + { + "code": "24999-5", + "display": "Temporomandibular joint MRI" + }, + { + "code": "30719-9", + "display": "Temporomandibular joint X-ray tomograph" + }, + { + "code": "37228-4", + "display": "Temporomandibular joint - bilateral MRI" + }, + { + "code": "37227-6", + "display": "Temporomandibular joint - bilateral X-ray tomograph" + }, + { + "code": "37230-0", + "display": "Temporomandibular joint - left MRI" + }, + { + "code": "37229-2", + "display": "Temporomandibular joint - left X-ray tomograph" + }, + { + "code": "37231-8", + "display": "Temporomandibular joint - right MRI" + }, + { + "code": "37819-0", + "display": "Temporomandibular joint - right X-ray tomograph" + }, + { + "code": "39446-0", + "display": "Testicle vessels US.doppler" + }, + { "code": "24702-3", "display": "Thigh MRI" }, + { + "code": "26235-2", + "display": "Thigh - bilateral MRI" + }, + { "code": "26236-0", "display": "Thigh - left MRI" }, + { "code": "26237-8", "display": "Thigh - right MRI" }, + { "code": "36054-5", "display": "Thoracic outlet CT" }, + { "code": "24582-9", "display": "Thoracic outlet MRI" }, + { "code": "44163-4", "display": "Thoracic outlet US" }, + { + "code": "26211-3", + "display": "Thoracic outlet - bilateral MRI" + }, + { + "code": "26212-1", + "display": "Thoracic outlet - left MRI" + }, + { + "code": "26213-9", + "display": "Thoracic outlet - right MRI" + }, + { "code": "43507-3", "display": "Thymus gland MRI" }, + { "code": "42300-4", "display": "Thyroid MRI" }, + { "code": "25010-0", "display": "Thyroid US" }, + { + "code": "37898-4", + "display": "Tibia and Fibula X-ray tomograph" + }, + { + "code": "30888-2", + "display": "Tibioperoneal vessels MRI angiogram" + }, + { "code": "36780-5", "display": "Toe MRI" }, + { + "code": "69285-5", + "display": "Umbilical artery US.doppler" + }, + { + "code": "39508-7", + "display": "Umbilical vessels US.doppler" + }, + { "code": "36023-0", "display": "Upper arm CT" }, + { "code": "36025-5", "display": "Upper arm MRI" }, + { + "code": "36026-3", + "display": "Upper arm - bilateral CT" + }, + { + "code": "69180-8", + "display": "Upper arm - bilateral MRI" + }, + { "code": "36027-1", "display": "Upper arm - left CT" }, + { + "code": "36028-9", + "display": "Upper arm - left MRI" + }, + { + "code": "36029-7", + "display": "Upper arm - right CT" + }, + { + "code": "36030-5", + "display": "Upper arm - right MRI" + }, + { "code": "35981-0", "display": "Upper extremity CT" }, + { "code": "24688-4", "display": "Upper extremity MRI" }, + { "code": "30710-8", "display": "Upper extremity US" }, + { + "code": "37923-0", + "display": "Upper extremity X-ray tomograph" + }, + { + "code": "48448-5", + "display": "Upper extremity artery US" + }, + { + "code": "39447-8", + "display": "Upper extremity artery US.doppler" + }, + { + "code": "38014-7", + "display": "Upper extremity artery - bilateral US" + }, + { + "code": "39423-9", + "display": "Upper extremity artery - bilateral US.doppler" + }, + { + "code": "41833-5", + "display": "Upper extremity artery - left US" + }, + { + "code": "39500-4", + "display": "Upper extremity artery - left US.doppler" + }, + { + "code": "41814-5", + "display": "Upper extremity artery - right US" + }, + { + "code": "39506-1", + "display": "Upper extremity artery - right US.doppler" + }, + { + "code": "30882-5", + "display": "Upper extremity vein US.doppler" + }, + { + "code": "48690-2", + "display": "Upper extremity vein - bilateral US" + }, + { + "code": "39496-5", + "display": "Upper extremity vein - bilateral US.doppler" + }, + { + "code": "48689-4", + "display": "Upper extremity vein - left US" + }, + { + "code": "39501-2", + "display": "Upper extremity vein - left US.doppler" + }, + { + "code": "48688-6", + "display": "Upper extremity vein - right US" + }, + { + "code": "39507-9", + "display": "Upper extremity vein - right US.doppler" + }, + { + "code": "36080-0", + "display": "Upper extremity veins MRI angiogram" + }, + { + "code": "69395-2", + "display": "Upper extremity veins US" + }, + { + "code": "36786-2", + "display": "Upper extremity veins - left MRI angiogram" + }, + { + "code": "36787-0", + "display": "Upper extremity veins - right MRI angiogram" + }, + { + "code": "46385-1", + "display": "Upper extremity vessel graft US.doppler" + }, + { + "code": "44236-8", + "display": "Upper extremity vessel graft - bilateral US.doppler" + }, + { + "code": "42475-4", + "display": "Upper extremity vessel graft - left US.doppler" + }, + { + "code": "42476-2", + "display": "Upper extremity vessel graft - right US.doppler" + }, + { + "code": "36084-2", + "display": "Upper extremity vessels MRI angiogram" + }, + { + "code": "39448-6", + "display": "Upper extremity vessels US.doppler" + }, + { + "code": "46379-4", + "display": "Upper extremity vessels - bilateral US.doppler" + }, + { + "code": "36797-9", + "display": "Upper extremity vessels - left MRI angiogram" + }, + { + "code": "39433-8", + "display": "Upper extremity vessels - left US.doppler" + }, + { + "code": "36798-7", + "display": "Upper extremity vessels - right MRI angiogram" + }, + { + "code": "39444-5", + "display": "Upper extremity vessels - right US.doppler" + }, + { + "code": "26232-9", + "display": "Upper extremity - bilateral MRI" + }, + { + "code": "30875-9", + "display": "Upper extremity .joint MRI" + }, + { + "code": "36774-8", + "display": "Upper extremity joint - left MRI" + }, + { + "code": "36775-5", + "display": "Upper extremity joint - right MRI" + }, + { + "code": "35982-8", + "display": "Upper extremity - left CT" + }, + { + "code": "26233-7", + "display": "Upper extremity - left MRI" + }, + { + "code": "38041-0", + "display": "Upper extremity - left US" + }, + { + "code": "35983-6", + "display": "Upper extremity - right CT" + }, + { + "code": "26234-5", + "display": "Upper extremity - right MRI" + }, + { + "code": "38052-7", + "display": "Upper extremity - right US" + }, + { "code": "25019-1", "display": "Urinary bladder US" }, + { "code": "42301-2", "display": "Uterus MRI" }, + { + "code": "30705-8", + "display": "Uterus and Fallopian tubes US" + }, + { "code": "39036-9", "display": "Vein US" }, + { "code": "39525-1", "display": "Vein US.doppler" }, + { "code": "39030-2", "display": "Vein - bilateral US" }, + { "code": "36783-9", "display": "Veins MRI angiogram" }, + { "code": "69222-8", "display": "Vena cava MRI" }, + { + "code": "36081-8", + "display": "Vena cava MRI angiogram" + }, + { + "code": "36083-4", + "display": "Inferior vena cava MRI" + }, + { + "code": "36082-6", + "display": "Inferior vena cava MRI angiogram" + }, + { + "code": "36790-4", + "display": "Vena cava.inferior and Lower extremity veins MRI angiogram" + }, + { "code": "39445-2", "display": "Vessels US.doppler" }, + { "code": "38054-3", "display": "Visceral artery US" }, + { "code": "37428-0", "display": "Wrist CT" }, + { "code": "25033-2", "display": "Wrist MRI" }, + { "code": "25036-5", "display": "Wrist US" }, + { + "code": "37932-1", + "display": "Wrist X-ray tomograph" + }, + { + "code": "37430-6", + "display": "Wrist - bilateral CT" + }, + { + "code": "26277-4", + "display": "Wrist - bilateral MRI" + }, + { + "code": "26278-2", + "display": "Wrist - bilateral US" + }, + { + "code": "37429-8", + "display": "Wrist - bilateral X-ray tomograph" + }, + { "code": "37431-4", "display": "Wrist - left CT" }, + { "code": "26279-0", "display": "Wrist - left MRI" }, + { "code": "26280-8", "display": "Wrist - left US" }, + { + "code": "37432-2", + "display": "Wrist - left X-ray tomograph" + }, + { + "code": "69209-5", + "display": "Wrist - left and Hand - left MRI" + }, + { "code": "37433-0", "display": "Wrist - right CT" }, + { "code": "26281-6", "display": "Wrist - right MRI" }, + { "code": "26282-4", "display": "Wrist - right US" }, + { + "code": "37644-2", + "display": "Wrist - right X-ray tomograph" + }, + { + "code": "69219-4", + "display": "Wrist - right and Hand - right MRI" + }, + { "code": "36008-1", "display": "Wrist and Hand MRI" }, + { + "code": "25045-6", + "display": "Unspecified body region CT" + }, + { + "code": "25040-7", + "display": "Unspecified body region CT 3D" + }, + { + "code": "25056-3", + "display": "Unspecified body region MRI" + }, + { + "code": "44136-0", + "display": "Unspecified body region PET" + }, + { + "code": "25061-3", + "display": "Unspecified body region US" + }, + { + "code": "25071-2", + "display": "Unspecified body region X-ray tomograph" + }, + { "code": "46375-2", "display": "Artery US" }, + { "code": "39523-6", "display": "Artery US.doppler" }, + { "code": "44229-3", "display": "Bones CT" }, + { "code": "28576-7", "display": "Joint MRI" }, + { "code": "39453-6", "display": "Tendon US" }, + { + "code": "36957-9", + "display": "Facial bones and Maxilla CT and 3D reconstruction" + }, + { + "code": "37294-6", + "display": "Head CT and 3D reconstruction" + }, + { + "code": "41804-6", + "display": "Unspecified body region CT and 3D reconstruction" + }, + { + "code": "39043-5", + "display": "Unspecified body region MRI and 3D reconstruction" + }, + { + "code": "44165-9", + "display": "Unspecified body region US and 3D reconstruction" + }, + { + "code": "58745-1", + "display": "Coronary arteries CT angiogram and 3D reconstruction W contrast IV" + }, + { + "code": "59255-0", + "display": "Left atrium and Pulmonary veins CT angiogram and 3D reconstruction W contrast IV" + }, + { + "code": "69082-6", + "display": "Head CT and 3D reconstruction WO contrast" + }, + { + "code": "37295-3", + "display": "Femur and Hip CT and anteversion measurement" + }, + { + "code": "72830-3", + "display": "Extremity arteries - bilateral US.doppler Multisection and physiologic artery study" + }, + { + "code": "72832-9", + "display": "Extremity arteries - bilateral US.doppler Multisection and physiologic artery study at rest and with exercise" + }, + { "code": "39879-2", "display": "Bone SPECT 1 phase" }, + { + "code": "39881-8", + "display": "Bone SPECT 3 phase whole body" + }, + { + "code": "30760-3", + "display": "Kidney - bilateral X-ray tomograph 3 views W contrast IV" + }, + { + "code": "25055-5", + "display": "Unspecified body region MRI additional sequence" + }, + { + "code": "39408-0", + "display": "Spine Thoracic X-ray tomograph AP" + }, + { + "code": "39862-8", + "display": "Heart SPECT blood pool at rest and W radionuclide IV" + }, + { + "code": "47378-5", + "display": "Liver SPECT blood pool" + }, + { + "code": "37435-5", + "display": "Temporomandibular joint MRI cine" + }, + { + "code": "42693-2", + "display": "Urinary Bladder and Urethra MRI cine" + }, + { + "code": "39140-9", + "display": "Heart MRI cine for blood flow velocity mapping" + }, + { + "code": "44126-1", + "display": "Heart MRI cine for blood flow velocity mapping W contrast IV" + }, + { + "code": "42386-3", + "display": "Brain MRI cine for CSF flow" + }, + { + "code": "42387-1", + "display": "Unspecified body region MRI cine for CSF flow" + }, + { + "code": "37434-8", + "display": "Heart MRI cine for function" + }, + { "code": "46300-0", "display": "Sinuses CT coronal" }, + { + "code": "72139-9", + "display": "Breast - bilateral FFD mammogram-tomosynthesis diagnostic" + }, + { + "code": "72138-1", + "display": "Breast - left FFD mammogram-tomosynthesis diagnostic" + }, + { + "code": "72137-3", + "display": "Breast - right FFD mammogram-tomosynthesis diagnostic" + }, + { + "code": "37436-3", + "display": "Brain MRI diffusion weighted" + }, + { + "code": "43555-2", + "display": "Ankle - left MRI dynamic W contrast IV" + }, + { + "code": "43449-8", + "display": "Ankle - right MRI dynamic W contrast IV" + }, + { + "code": "37437-1", + "display": "Breast MRI dynamic W contrast IV" + }, + { + "code": "36114-7", + "display": "Breast - bilateral MRI dynamic W contrast IV" + }, + { + "code": "43450-6", + "display": "Elbow - left MRI dynamic W contrast IV" + }, + { + "code": "43451-4", + "display": "Elbow - right MRI dynamic W contrast IV" + }, + { + "code": "46394-3", + "display": "Head CT dynamic W contrast IV" + }, + { + "code": "43452-2", + "display": "Knee - left MRI dynamic W contrast IV" + }, + { + "code": "43453-0", + "display": "Knee - right MRI dynamic W contrast IV" + }, + { + "code": "37438-9", + "display": "Pituitary and Sella turcica CT dynamic W contrast IV" + }, + { + "code": "43527-1", + "display": "Unspecified body region CT dynamic W contrast IV" + }, + { "code": "39637-4", "display": "Brain SPECT flow" }, + { "code": "43655-0", "display": "Liver SPECT flow" }, + { + "code": "43652-7", + "display": "Liver and Spleen SPECT flow" + }, + { + "code": "69235-0", + "display": "Scrotum and Testicle SPECT flow" + }, + { "code": "43670-9", "display": "Spleen SPECT flow" }, + { "code": "43673-3", "display": "Thyroid SPECT flow" }, + { + "code": "43662-6", + "display": "Renal vessels SPECT flow W Tc-99m glucoheptonate IV" + }, + { + "code": "39684-6", + "display": "SPECT for abscess W GA-67 IV" + }, + { "code": "39811-5", "display": "SPECT for abscess" }, + { + "code": "39141-7", + "display": "Bone marrow MRI for blood flow" + }, + { + "code": "39656-4", + "display": "Heart SPECT for infarct" + }, + { + "code": "39654-9", + "display": "Heart SPECT for infarct W Tc-99m PYP IV" + }, + { + "code": "39655-6", + "display": "Heart SPECT for infarct W Tc-99m Sestamibi IV" + }, + { + "code": "39675-4", + "display": "SPECT for infection W GA-67 IV" + }, + { + "code": "11525-3", + "display": "US Pelvis and Fetus for pregnancy" + }, + { + "code": "72251-2", + "display": "Chest vessels CT Multisection for pulmonary embolus" + }, + { + "code": "24889-8", + "display": "Pylorus US for pyloric stenosis" + }, + { + "code": "36934-8", + "display": "Heart CT for scoring" + }, + { + "code": "36935-5", + "display": "Heart CT for scoring W contrast IV" + }, + { + "code": "43446-4", + "display": "CT for tumor whole body" + }, + { + "code": "69237-6", + "display": "SPECT for tumor whole body" + }, + { + "code": "39678-8", + "display": "SPECT for tumor W GA-67 IV" + }, + { + "code": "39748-9", + "display": "SPECT for tumor W Tc-99m Sestamibi IV" + }, + { + "code": "42292-3", + "display": "SPECT for tumor W Tl-201 IV" + }, + { + "code": "46395-0", + "display": "Heart SPECT gated and ejection fraction at rest and W stress and W radionuclide IV" + }, + { + "code": "39913-9", + "display": "Heart SPECT gated and ejection fraction" + }, + { + "code": "39918-8", + "display": "Heart SPECT gated and wall motion" + }, + { + "code": "46396-8", + "display": "Heart SPECT gated at rest and W Tc-99m Sestamibi IV" + }, + { "code": "39916-2", "display": "Heart SPECT gated" }, + { + "code": "39930-3", + "display": "Heart SPECT gated W stress and W radionuclide IV" + }, + { + "code": "37439-7", + "display": "Chest CT high resolution" + }, + { + "code": "37440-5", + "display": "Chest CT high resolution W contrast IV" + }, + { + "code": "37441-3", + "display": "Chest CT high resolution WO contrast" + }, + { + "code": "39409-8", + "display": "Spine Thoracic X-ray tomograph lateral" + }, + { "code": "36086-7", "display": "Abdomen CT limited" }, + { "code": "30704-1", "display": "Abdomen US limited" }, + { + "code": "38047-7", + "display": "Abdomen retroperitoneum US limited" + }, + { + "code": "43572-7", + "display": "Abdominal vessels US.doppler limited" + }, + { "code": "38011-3", "display": "Aorta US limited" }, + { "code": "69280-6", "display": "Bladder US limited" }, + { "code": "24599-3", "display": "Breast US limited" }, + { + "code": "26286-5", + "display": "Breast - bilateral US limited" + }, + { + "code": "26288-1", + "display": "Breast - left US limited" + }, + { + "code": "26290-7", + "display": "Breast - right US limited" + }, + { + "code": "38015-4", + "display": "Carotid artery US limited" + }, + { + "code": "42149-5", + "display": "Carotid artery - left US limited" + }, + { + "code": "42151-1", + "display": "Carotid artery - right US limited" + }, + { "code": "36089-1", "display": "Chest CT limited" }, + { "code": "69281-4", "display": "Chest US limited" }, + { + "code": "36090-9", + "display": "Extremity CT limited" + }, + { + "code": "39526-9", + "display": "Extremity US limited" + }, + { + "code": "46301-8", + "display": "Extremity vein - bilateral US.doppler limited" + }, + { + "code": "39424-7", + "display": "Extremity vessels US.doppler limited" + }, + { + "code": "62451-0", + "display": "Extremity - left US limited" + }, + { + "code": "62452-8", + "display": "Extremity - right US limited" + }, + { "code": "69286-3", "display": "Eye US limited" }, + { + "code": "36937-1", + "display": "Facial bones and Maxilla CT limited" + }, + { + "code": "38020-4", + "display": "Gallbladder US limited" + }, + { "code": "36087-5", "display": "Head CT limited" }, + { "code": "38034-5", "display": "Head US limited" }, + { + "code": "36808-4", + "display": "Head vessels MRI angiogram limited" + }, + { + "code": "39044-3", + "display": "Head vessels US.doppler limited" + }, + { "code": "36091-7", "display": "Heart MRI limited" }, + { "code": "42707-0", "display": "Heart US limited" }, + { "code": "36092-5", "display": "Hip CT limited" }, + { + "code": "43776-4", + "display": "Iliac artery US.doppler limited" + }, + { + "code": "42150-3", + "display": "Iliac graft US.doppler limited" + }, + { + "code": "36088-3", + "display": "Internal auditory canal MRI limited" + }, + { "code": "38035-2", "display": "Kidney US limited" }, + { + "code": "69300-2", + "display": "Kidney transplant US limited" + }, + { + "code": "41812-9", + "display": "Lower extremity artery US limited" + }, + { + "code": "38042-8", + "display": "Lower extremity artery US.doppler limited" + }, + { + "code": "39430-4", + "display": "Lower extremity vessels - left US.doppler limited" + }, + { + "code": "39441-1", + "display": "Lower extremity vessels - right US.doppler limited" + }, + { + "code": "36093-3", + "display": "Lower Extremity Joint MRI limited" + }, + { + "code": "38039-4", + "display": "Lower extremity - left US limited" + }, + { + "code": "38050-1", + "display": "Lower extremity - right US limited" + }, + { "code": "44116-2", "display": "Mandible CT limited" }, + { "code": "48461-8", "display": "Neck MRI limited" }, + { "code": "69212-9", "display": "Pelvis MRI limited" }, + { "code": "38046-9", "display": "Pelvis US limited" }, + { + "code": "42152-9", + "display": "Pelvis vessels US.doppler limited" + }, + { + "code": "44173-3", + "display": "Peripheral artery US limited" + }, + { + "code": "39436-1", + "display": "Renal vessels US.doppler limited" + }, + { + "code": "69299-6", + "display": "Scrotum and Testicle US limited" + }, + { "code": "24913-6", "display": "Sinuses CT limited" }, + { + "code": "41813-7", + "display": "Upper extremity artery US limited" + }, + { + "code": "38143-4", + "display": "Upper extremity artery US.doppler limited" + }, + { + "code": "46302-6", + "display": "Upper extremity artery - bilateral US.doppler limited" + }, + { + "code": "44237-6", + "display": "Upper extremity vessel graft - bilateral US.doppler limited" + }, + { + "code": "46303-4", + "display": "Upper extremity vessels US.doppler limited" + }, + { + "code": "36094-1", + "display": "Upper extremity .joint MRI limited" + }, + { "code": "39045-0", "display": "Vein US limited" }, + { + "code": "39524-4", + "display": "Vein US.doppler limited" + }, + { + "code": "25039-9", + "display": "Unspecified body region CT limited" + }, + { + "code": "48460-0", + "display": "Unspecified body region MRI limited" + }, + { + "code": "69282-2", + "display": "Unspecified body region US.doppler limited" + }, + { + "code": "72831-1", + "display": "Extremity arteries - bilateral US.doppler Multisection limited and physiologic artery study" + }, + { + "code": "44127-9", + "display": "Heart MRI limited cine for function" + }, + { + "code": "39046-8", + "display": "Pelvis CT limited pelvimetry WO contrast" + }, + { + "code": "36102-2", + "display": "Abdomen CT limited W and WO contrast IV" + }, + { + "code": "36095-8", + "display": "Abdomen CT limited W contrast IV" + }, + { + "code": "36096-6", + "display": "Brain MRI limited W contrast IV" + }, + { + "code": "69096-6", + "display": "Chest CT limited W contrast IV" + }, + { + "code": "36098-2", + "display": "Pelvis CT limited W contrast IV" + }, + { + "code": "36099-0", + "display": "Spine Cervical CT limited W contrast IV" + }, + { + "code": "36100-6", + "display": "Spine Lumbar MRI limited W contrast IV" + }, + { + "code": "36101-4", + "display": "Spine Thoracic MRI limited W contrast IV" + }, + { + "code": "36097-4", + "display": "Upper extremity CT limited W contrast IV" + }, + { + "code": "39681-2", + "display": "SPECT limited W GA-67 IV" + }, + { "code": "39813-1", "display": "Bone SPECT limited" }, + { + "code": "39821-4", + "display": "Bone marrow SPECT limited" + }, + { + "code": "36103-0", + "display": "Abdomen CT limited WO contrast" + }, + { + "code": "36105-5", + "display": "Brain MRI limited WO contrast" + }, + { + "code": "47366-0", + "display": "Chest CT limited WO contrast" + }, + { + "code": "36938-9", + "display": "Facial bones and Maxilla CT limited WO contrast" + }, + { + "code": "36104-8", + "display": "Head CT limited WO contrast" + }, + { + "code": "36106-3", + "display": "Lower extremity CT limited WO contrast" + }, + { + "code": "36107-1", + "display": "Lower extremity joint - left MRI limited WO contrast" + }, + { + "code": "38769-6", + "display": "Lower extremity joint - right MRI limited WO contrast" + }, + { + "code": "36108-9", + "display": "Pelvis CT limited WO contrast" + }, + { + "code": "46304-2", + "display": "Sinuses CT limited WO contrast" + }, + { + "code": "36109-7", + "display": "Spine Cervical CT limited WO contrast" + }, + { + "code": "36110-5", + "display": "Spine Lumbar CT limited WO contrast" + }, + { + "code": "36111-3", + "display": "Spine Lumbar MRI limited WO contrast" + }, + { + "code": "36112-1", + "display": "Spine Thoracic MRI limited WO contrast" + }, + { + "code": "39905-5", + "display": "Bone SPECT multiple areas" + }, + { + "code": "39906-3", + "display": "Bone marrow SPECT multiple areas" + }, + { + "code": "39527-7", + "display": "Unspecified body region US of foreign body" + }, + { + "code": "49569-7", + "display": "Heart SPECT perfusion and wall motion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV" + }, + { + "code": "43659-2", + "display": "Heart SPECT perfusion qualitative at rest and W radionuclide IV" + }, + { + "code": "39725-7", + "display": "Heart SPECT perfusion at rest and W adenosine and W Tl-201 IV" + }, + { + "code": "39718-2", + "display": "Heart SPECT perfusion at rest and W radionuclide IV" + }, + { + "code": "39724-0", + "display": "Heart SPECT perfusion at rest and W stress and W radionuclide IV" + }, + { + "code": "39723-2", + "display": "Heart SPECT perfusion at rest and W stress and W Tl-201 IV" + }, + { + "code": "49568-9", + "display": "Heart SPECT perfusion at rest and W stress and W Tl-201 IV and W Tc-99m Sestamibi IV" + }, + { + "code": "39729-9", + "display": "Heart SPECT perfusion at rest and W Tl-201 IV" + }, + { + "code": "39700-0", + "display": "Heart SPECT perfusion W adenosine and W radionuclide IV" + }, + { + "code": "49567-1", + "display": "Heart SPECT perfusion W adenosine and W Tc-99m Sestamibi IV" + }, + { + "code": "39142-5", + "display": "Head CT perfusion W contrast IV" + }, + { + "code": "39712-5", + "display": "Heart SPECT perfusion" + }, + { + "code": "39734-9", + "display": "Heart SPECT perfusion W stress and W radionuclide IV" + }, + { + "code": "39736-4", + "display": "Heart SPECT perfusion W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "39710-9", + "display": "Heart SPECT perfusion W Tc-99m Sestamibi IV" + }, + { + "code": "39711-7", + "display": "Heart SPECT perfusion W Tl-201 IV" + }, + { + "code": "38060-0", + "display": "Spine.lumbosacral+Cervical+Thoracic MRI sagittal" + }, + { + "code": "25052-2", + "display": "Unspecified body region CT sagittal and coronal" + }, + { + "code": "25050-6", + "display": "Unspecified body region CT 3D sagittal and coronal disarticulation" + }, + { "code": "42132-1", "display": "Breast US screening" }, + { + "code": "72142-3", + "display": "Breast - bilateral FFD mammogram-tomosynthesis screening" + }, + { + "code": "72141-5", + "display": "Breast - left FFD mammogram-tomosynthesis screening" + }, + { + "code": "72140-7", + "display": "Breast - right FFD mammogram-tomosynthesis screening" + }, + { + "code": "37442-1", + "display": "Brain MRI spectroscopy" + }, + { + "code": "37443-9", + "display": "Unspecified body region MRI spectroscopy" + }, + { + "code": "36939-7", + "display": "Spine CT stereotactic" + }, + { + "code": "70929-5", + "display": "Spine Cervical CT stereotactic" + }, + { + "code": "70928-7", + "display": "Spine Lumbar CT stereotactic" + }, + { + "code": "70930-3", + "display": "Spine Thoracic CT stereotactic" + }, + { + "code": "36940-5", + "display": "Unspecified body region CT stereotactic" + }, + { + "code": "42455-6", + "display": "Pelvis US transabdominal and transvaginal" + }, + { + "code": "24677-7", + "display": "Pelvis US transvaginal" + }, + { "code": "42390-5", "display": "Transvaginal MRI" }, + { + "code": "39838-8", + "display": "Lung SPECT ventilation and perfusion W radionuclide inhaled and W radionuclide IV" + }, + { + "code": "39898-2", + "display": "Lung SPECT ventilation W radionuclide aerosol inhaled" + }, + { + "code": "39872-7", + "display": "Heart SPECT wall motion" + }, + { "code": "46305-9", "display": "CT whole body" }, + { "code": "46358-8", "display": "MRI whole body" }, + { "code": "44139-4", "display": "PET whole body" }, + { + "code": "46306-7", + "display": "CT whole body W contrast IV" + }, + { + "code": "39680-4", + "display": "SPECT whole body W GA-67 IV" + }, + { + "code": "39816-4", + "display": "Bone SPECT whole body" + }, + { + "code": "39825-5", + "display": "Bone marrow SPECT whole body" + }, + { + "code": "41837-6", + "display": "SPECT whole body W Tc-99m Arcitumomab IV" + }, + { + "code": "39658-0", + "display": "Heart SPECT at rest and W radionuclide IV" + }, + { + "code": "39662-2", + "display": "Heart SPECT at rest and W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "49566-3", + "display": "Heart SPECT at rest and W Tc-99m Sestamibi IV" + }, + { + "code": "30711-6", + "display": "Hip US developmental joint assessment" + }, + { + "code": "24732-0", + "display": "Head US during surgery" + }, + { + "code": "30706-6", + "display": "Liver US during surgery" + }, + { + "code": "30701-7", + "display": "Unspecified body region US during surgery" + }, + { + "code": "69388-7", + "display": "Urinary bladder US post void" + }, + { + "code": "69086-7", + "display": "Aorta CT W and WO contrast" + }, + { + "code": "69108-9", + "display": "Pulmonary vessels CT angiogram W and WO contrast" + }, + { + "code": "69085-9", + "display": "Renal vessels CT angiogram W and WO contrast" + }, + { + "code": "69207-9", + "display": "Hip - left MRI W and WO contrast intraarticular" + }, + { + "code": "69217-8", + "display": "Hip - right MRI W and WO contrast intraarticular" + }, + { + "code": "69208-7", + "display": "Shoulder - left MRI W and WO contrast intraarticular" + }, + { + "code": "69218-6", + "display": "Shoulder - right MRI W and WO contrast intraarticular" + }, + { + "code": "48442-8", + "display": "Spine CT W and WO contrast IT" + }, + { + "code": "48450-1", + "display": "Spine Cervical MRI W and WO contrast IT" + }, + { + "code": "44114-7", + "display": "Spine Lumbar CT W and WO contrast IT" + }, + { + "code": "48452-7", + "display": "Spine Lumbar MRI W and WO contrast IT" + }, + { + "code": "44113-9", + "display": "Spine Thoracic CT W and WO contrast IT" + }, + { + "code": "48441-0", + "display": "Spine Thoracic MRI W and WO contrast IT" + }, + { + "code": "36267-3", + "display": "Abdomen CT W and WO contrast IV" + }, + { + "code": "24557-1", + "display": "Abdomen MRI W and WO contrast IV" + }, + { + "code": "48743-9", + "display": "Abdomen retroperitoneum CT W and WO contrast IV" + }, + { + "code": "42274-1", + "display": "Abdomen and Pelvis CT W and WO contrast IV" + }, + { + "code": "36846-4", + "display": "Abdominal veins MRI angiogram W and WO contrast IV" + }, + { + "code": "30805-6", + "display": "Abdominal vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36855-5", + "display": "Abdominal vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36950-4", + "display": "Adrenal gland CT W and WO contrast IV" + }, + { + "code": "36951-2", + "display": "Adrenal gland MRI W and WO contrast IV" + }, + { + "code": "36268-1", + "display": "Ankle CT W and WO contrast IV" + }, + { + "code": "24539-9", + "display": "Ankle MRI W and WO contrast IV" + }, + { + "code": "26187-5", + "display": "Ankle - bilateral MRI W and WO contrast IV" + }, + { + "code": "36269-9", + "display": "Ankle - left CT W and WO contrast IV" + }, + { + "code": "26188-3", + "display": "Ankle - left MRI W and WO contrast IV" + }, + { + "code": "36270-7", + "display": "Ankle - right CT W and WO contrast IV" + }, + { + "code": "26189-1", + "display": "Ankle - right MRI W and WO contrast IV" + }, + { + "code": "44131-1", + "display": "Aorta MRI angiogram W and WO contrast IV" + }, + { + "code": "36271-5", + "display": "Aorta abdominal CT W and WO contrast IV" + }, + { + "code": "36273-1", + "display": "Aorta abdominal MRI W and WO contrast IV" + }, + { + "code": "36272-3", + "display": "Aorta abdominal MRI angiogram W and WO contrast IV" + }, + { + "code": "36274-9", + "display": "Aorta thoracic MRI angiogram W and WO contrast IV" + }, + { + "code": "30806-4", + "display": "Aorta and Femoral artery - bilateral CT angiogram W and WO contrast IV" + }, + { + "code": "46360-4", + "display": "Aortic arch MRI angiogram W and WO contrast IV" + }, + { + "code": "43509-9", + "display": "Axilla - left MRI W and WO contrast IV" + }, + { + "code": "43511-5", + "display": "Axilla - right MRI W and WO contrast IV" + }, + { + "code": "36944-7", + "display": "Biliary ducts and Pancreatic duct MRI W and WO contrast IV" + }, + { + "code": "24587-8", + "display": "Brain MRI W and WO contrast IV" + }, + { + "code": "48694-4", + "display": "Brain.temporal MRI W and WO contrast IV" + }, + { + "code": "43769-9", + "display": "Brain and Internal auditory canal MRI W and WO contrast IV" + }, + { + "code": "42392-1", + "display": "Brain and Pituitary and Sella turcica MRI W and WO contrast IV" + }, + { + "code": "36276-4", + "display": "Breast MRI W and WO contrast IV" + }, + { + "code": "69189-9", + "display": "Breast implant MRI W and WO contrast IV" + }, + { + "code": "69166-7", + "display": "Breast implant - bilateral MRI W and WO contrast IV" + }, + { + "code": "38870-2", + "display": "Breast implant - left MRI W and WO contrast IV" + }, + { + "code": "38062-6", + "display": "Breast implant - right MRI W and WO contrast IV" + }, + { + "code": "36277-2", + "display": "Breast - bilateral MRI W and WO contrast IV" + }, + { + "code": "36278-0", + "display": "Breast - left MRI W and WO contrast IV" + }, + { + "code": "36279-8", + "display": "Breast - right MRI W and WO contrast IV" + }, + { + "code": "43528-9", + "display": "Breast - unilateral MRI W and WO contrast IV" + }, + { + "code": "36358-0", + "display": "Calcaneus CT W and WO contrast IV" + }, + { + "code": "36280-6", + "display": "Calcaneus - left CT W and WO contrast IV" + }, + { + "code": "36281-4", + "display": "Calcaneus - right CT W and WO contrast IV" + }, + { + "code": "36856-3", + "display": "Carotid vessel MRI angiogram W and WO contrast IV" + }, + { + "code": "30598-7", + "display": "Chest CT W and WO contrast IV" + }, + { + "code": "36283-0", + "display": "Chest MRI W and WO contrast IV" + }, + { + "code": "36848-0", + "display": "Chest veins MRI angiogram W and WO contrast IV" + }, + { + "code": "30804-9", + "display": "Chest vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36420-8", + "display": "Chest vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "42277-4", + "display": "Chest and Abdomen CT W and WO contrast IV" + }, + { + "code": "36284-8", + "display": "Chest and Abdomen MRI W and WO contrast IV" + }, + { + "code": "72252-0", + "display": "Chest and Abdomen and Pelvis CT W and WO contrast IV" + }, + { + "code": "69161-8", + "display": "Circle of Willis MRI angiogram W and WO contrast IV" + }, + { + "code": "42299-8", + "display": "Clavicle MRI W and WO contrast IV" + }, + { + "code": "48455-0", + "display": "Clavicle - left MRI W and WO contrast IV" + }, + { + "code": "48454-3", + "display": "Clavicle - right MRI W and WO contrast IV" + }, + { + "code": "36285-5", + "display": "Elbow CT W and WO contrast IV" + }, + { + "code": "24675-1", + "display": "Elbow MRI W and WO contrast IV" + }, + { + "code": "26193-3", + "display": "Elbow - bilateral MRI W and WO contrast IV" + }, + { + "code": "36286-3", + "display": "Elbow - left CT W and WO contrast IV" + }, + { + "code": "26194-1", + "display": "Elbow - left MRI W and WO contrast IV" + }, + { + "code": "36287-1", + "display": "Elbow - right CT W and WO contrast IV" + }, + { + "code": "26195-8", + "display": "Elbow - right MRI W and WO contrast IV" + }, + { + "code": "42268-3", + "display": "Extremity CT W and WO contrast IV" + }, + { + "code": "24694-2", + "display": "Face MRI W and WO contrast IV" + }, + { + "code": "30803-1", + "display": "Facial bones and Maxilla CT W and WO contrast IV" + }, + { + "code": "36338-2", + "display": "Femur CT W and WO contrast IV" + }, + { + "code": "36339-0", + "display": "Femur - left CT W and WO contrast IV" + }, + { + "code": "36340-8", + "display": "Femur - right CT W and WO contrast IV" + }, + { + "code": "69194-9", + "display": "Finger MRI W and WO contrast IV" + }, + { + "code": "69204-6", + "display": "Finger - left MRI W and WO contrast IV" + }, + { + "code": "69214-5", + "display": "Finger - right MRI W and WO contrast IV" + }, + { + "code": "36341-6", + "display": "Foot CT W and WO contrast IV" + }, + { + "code": "30682-9", + "display": "Foot MRI W and WO contrast IV" + }, + { + "code": "36342-4", + "display": "Foot - bilateral MRI W and WO contrast IV" + }, + { + "code": "36343-2", + "display": "Foot - left CT W and WO contrast IV" + }, + { + "code": "36344-0", + "display": "Foot - left MRI W and WO contrast IV" + }, + { + "code": "36345-7", + "display": "Foot - right CT W and WO contrast IV" + }, + { + "code": "36346-5", + "display": "Foot - right MRI W and WO contrast IV" + }, + { + "code": "36347-3", + "display": "Forearm CT W and WO contrast IV" + }, + { + "code": "30684-5", + "display": "Forearm MRI W and WO contrast IV" + }, + { + "code": "69174-1", + "display": "Forearm - bilateral MRI W and WO contrast IV" + }, + { + "code": "36348-1", + "display": "Forearm - left CT W and WO contrast IV" + }, + { + "code": "36349-9", + "display": "Forearm - left MRI W and WO contrast IV" + }, + { + "code": "36350-7", + "display": "Forearm - right CT W and WO contrast IV" + }, + { + "code": "36351-5", + "display": "Forearm - right MRI W and WO contrast IV" + }, + { + "code": "36352-3", + "display": "Hand CT W and WO contrast IV" + }, + { + "code": "30686-0", + "display": "Hand MRI W and WO contrast IV" + }, + { + "code": "69177-4", + "display": "Hand - bilateral MRI W and WO contrast IV" + }, + { + "code": "36353-1", + "display": "Hand - left CT W and WO contrast IV" + }, + { + "code": "36354-9", + "display": "Hand - left MRI W and WO contrast IV" + }, + { + "code": "36355-6", + "display": "Hand - right CT W and WO contrast IV" + }, + { + "code": "36356-4", + "display": "Hand - right MRI W and WO contrast IV" + }, + { + "code": "24726-2", + "display": "Head CT W and WO contrast IV" + }, + { + "code": "24729-6", + "display": "Head CT cine W and WO contrast IV" + }, + { + "code": "36847-2", + "display": "Head veins MRI angiogram W and WO contrast IV" + }, + { + "code": "30593-8", + "display": "Head vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36857-1", + "display": "Head vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36357-2", + "display": "Heart MRI W and WO contrast IV" + }, + { + "code": "36359-8", + "display": "Hip CT W and WO contrast IV" + }, + { + "code": "30688-6", + "display": "Hip MRI W and WO contrast IV" + }, + { + "code": "36360-6", + "display": "Hip - bilateral CT W and WO contrast IV" + }, + { + "code": "36361-4", + "display": "Hip - bilateral MRI W and WO contrast IV" + }, + { + "code": "36362-2", + "display": "Hip - left CT W and WO contrast IV" + }, + { + "code": "36363-0", + "display": "Hip - left MRI W and WO contrast IV" + }, + { + "code": "36364-8", + "display": "Hip - right CT W and WO contrast IV" + }, + { + "code": "36365-5", + "display": "Hip - right MRI W and WO contrast IV" + }, + { + "code": "36282-2", + "display": "Internal auditory canal CT W and WO contrast IV" + }, + { + "code": "30659-7", + "display": "Internal auditory canal MRI W and WO contrast IV" + }, + { + "code": "24740-3", + "display": "Internal auditory canal and Posterior fossa MRI W and WO contrast IV" + }, + { + "code": "43768-1", + "display": "Kidney CT W and WO contrast IV" + }, + { + "code": "43775-6", + "display": "Kidney MRI W and WO contrast IV" + }, + { + "code": "36377-0", + "display": "Kidney - bilateral CT W and WO contrast IV" + }, + { + "code": "36378-8", + "display": "Kidney - bilateral MRI W and WO contrast IV" + }, + { + "code": "24784-1", + "display": "Kidney - bilateral X-ray tomograph W and WO contrast IV" + }, + { + "code": "36379-6", + "display": "Knee CT W and WO contrast IV" + }, + { + "code": "24803-9", + "display": "Knee MRI W and WO contrast IV" + }, + { + "code": "38837-1", + "display": "Knee vessels - left MRI angiogram W and WO contrast IV" + }, + { + "code": "36862-1", + "display": "Knee vessels - right MRI angiogram W and WO contrast IV" + }, + { + "code": "26199-0", + "display": "Knee - bilateral MRI W and WO contrast IV" + }, + { + "code": "36380-4", + "display": "Knee - left CT W and WO contrast IV" + }, + { + "code": "26200-6", + "display": "Knee - left MRI W and WO contrast IV" + }, + { + "code": "36381-2", + "display": "Knee - right CT W and WO contrast IV" + }, + { + "code": "26201-4", + "display": "Knee - right MRI W and WO contrast IV" + }, + { + "code": "36382-0", + "display": "Larynx MRI W and WO contrast IV" + }, + { + "code": "30612-6", + "display": "Liver CT W and WO contrast IV" + }, + { + "code": "30670-4", + "display": "Liver MRI W and WO contrast IV" + }, + { + "code": "36288-9", + "display": "Lower extremity CT W and WO contrast IV" + }, + { + "code": "39291-0", + "display": "Lower extremity MRI W and WO contrast IV" + }, + { + "code": "36416-6", + "display": "Lower extremity veins MRI angiogram W and WO contrast IV" + }, + { + "code": "36849-8", + "display": "Lower extremity veins - left MRI angiogram W and WO contrast IV" + }, + { + "code": "36850-6", + "display": "Lower extremity veins - right MRI angiogram W and WO contrast IV" + }, + { + "code": "30807-2", + "display": "Lower extremity vessels CT angiogram W and WO contrast IV" + }, + { + "code": "44128-7", + "display": "Lower extremity vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "46308-3", + "display": "Lower extremity vessels - left CT angiogram W and WO contrast IV" + }, + { + "code": "36858-9", + "display": "Lower extremity vessels - left MRI angiogram W and WO contrast IV" + }, + { + "code": "46307-5", + "display": "Lower extremity vessels - right CT angiogram W and WO contrast IV" + }, + { + "code": "36859-7", + "display": "Lower extremity vessels - right MRI angiogram W and WO contrast IV" + }, + { + "code": "36289-7", + "display": "Lower extremity - bilateral MRI W and WO contrast IV" + }, + { + "code": "36371-3", + "display": "Lower Extremity Joint MRI W and WO contrast IV" + }, + { + "code": "36372-1", + "display": "Lower extremity joint - left MRI W and WO contrast IV" + }, + { + "code": "36373-9", + "display": "Lower extremity joint - right MRI W and WO contrast IV" + }, + { + "code": "36290-5", + "display": "Lower extremity - left CT W and WO contrast IV" + }, + { + "code": "36291-3", + "display": "Lower extremity - left MRI W and WO contrast IV" + }, + { + "code": "36292-1", + "display": "Lower extremity - right CT W and WO contrast IV" + }, + { + "code": "36333-3", + "display": "Lower extremity - right MRI W and WO contrast IV" + }, + { + "code": "36408-3", + "display": "Lower leg CT W and WO contrast IV" + }, + { + "code": "30870-0", + "display": "Lower leg MRI W and WO contrast IV" + }, + { + "code": "42697-3", + "display": "Lower leg - bilateral MRI W and WO contrast IV" + }, + { + "code": "36409-1", + "display": "Lower leg - left CT W and WO contrast IV" + }, + { + "code": "36410-9", + "display": "Lower leg - left MRI W and WO contrast IV" + }, + { + "code": "36411-7", + "display": "Lower leg - right CT W and WO contrast IV" + }, + { + "code": "36412-5", + "display": "Lower leg - right MRI W and WO contrast IV" + }, + { + "code": "36383-8", + "display": "Mandible CT W and WO contrast IV" + }, + { + "code": "37272-2", + "display": "Mediastinum MRI W and WO contrast IV" + }, + { + "code": "48443-6", + "display": "Nasopharynx CT W and WO contrast IV" + }, + { + "code": "36384-6", + "display": "Nasopharynx MRI W and WO contrast IV" + }, + { + "code": "30586-2", + "display": "Neck CT W and WO contrast IV" + }, + { + "code": "24840-1", + "display": "Neck MRI W and WO contrast IV" + }, + { + "code": "36853-0", + "display": "Neck veins MRI angiogram W and WO contrast IV" + }, + { + "code": "30594-6", + "display": "Neck vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36423-2", + "display": "Neck vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "48451-9", + "display": "Orbit CT W and WO contrast IV" + }, + { + "code": "36842-3", + "display": "Orbit MRI W and WO contrast IV" + }, + { + "code": "43458-9", + "display": "Orbit vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "24849-2", + "display": "Orbit - bilateral CT W and WO contrast IV" + }, + { + "code": "24851-8", + "display": "Orbit - bilateral MRI W and WO contrast IV" + }, + { + "code": "36843-1", + "display": "Orbit - left MRI W and WO contrast IV" + }, + { + "code": "36844-9", + "display": "Orbit - right MRI W and WO contrast IV" + }, + { + "code": "39029-4", + "display": "Orbit and Face MRI W and WO contrast IV" + }, + { + "code": "46310-9", + "display": "Orbit and Face and Neck MRI W and WO contrast IV" + }, + { + "code": "36845-6", + "display": "Ovary MRI W and WO contrast IV" + }, + { + "code": "30614-2", + "display": "Pancreas CT W and WO contrast IV" + }, + { + "code": "36385-3", + "display": "Pancreas MRI W and WO contrast IV" + }, + { + "code": "46311-7", + "display": "Parotid gland CT W and WO contrast IV" + }, + { + "code": "37265-6", + "display": "Parotid gland MRI W and WO contrast IV" + }, + { + "code": "30616-7", + "display": "Pelvis CT W and WO contrast IV" + }, + { + "code": "30674-6", + "display": "Pelvis MRI W and WO contrast IV" + }, + { + "code": "36854-8", + "display": "Pelvis veins MRI angiogram W and WO contrast IV" + }, + { + "code": "30623-3", + "display": "Pelvis vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36863-9", + "display": "Pelvis vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "30672-0", + "display": "Pelvis and Hip MRI W and WO contrast IV" + }, + { + "code": "36835-7", + "display": "Petrous bone CT W and WO contrast IV" + }, + { + "code": "24904-5", + "display": "Pituitary and Sella turcica CT W and WO contrast IV" + }, + { + "code": "24879-9", + "display": "Pituitary and Sella turcica MRI W and WO contrast IV" + }, + { + "code": "36414-1", + "display": "Portal vein MRI angiogram W and WO contrast IV" + }, + { + "code": "36387-9", + "display": "Posterior fossa CT W and WO contrast IV" + }, + { + "code": "36388-7", + "display": "Posterior fossa MRI W and WO contrast IV" + }, + { + "code": "36389-5", + "display": "Prostate MRI W and WO contrast IV" + }, + { + "code": "36275-6", + "display": "Renal artery MRI angiogram W and WO contrast IV" + }, + { + "code": "36415-8", + "display": "Renal vein MRI angiogram W and WO contrast IV" + }, + { + "code": "44134-5", + "display": "Renal vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36375-4", + "display": "Sacroiliac Joint CT W and WO contrast IV" + }, + { + "code": "36376-2", + "display": "Sacroiliac Joint MRI W and WO contrast IV" + }, + { + "code": "36390-3", + "display": "Sacrum CT W and WO contrast IV" + }, + { + "code": "36391-1", + "display": "Sacrum MRI W and WO contrast IV" + }, + { + "code": "36392-9", + "display": "Sacrum and Coccyx MRI W and WO contrast IV" + }, + { + "code": "36393-7", + "display": "Scapula - left MRI W and WO contrast IV" + }, + { + "code": "36394-5", + "display": "Scapula - right MRI W and WO contrast IV" + }, + { + "code": "36406-7", + "display": "Scrotum and Testicle MRI W and WO contrast IV" + }, + { + "code": "36395-2", + "display": "Shoulder CT W and WO contrast IV" + }, + { + "code": "24906-0", + "display": "Shoulder MRI W and WO contrast IV" + }, + { + "code": "36864-7", + "display": "Shoulder vessels - left MRI angiogram W and WO contrast IV" + }, + { + "code": "36865-4", + "display": "Shoulder vessels - right MRI angiogram W and WO contrast IV" + }, + { + "code": "26202-2", + "display": "Shoulder - bilateral MRI W and WO contrast IV" + }, + { + "code": "36396-0", + "display": "Shoulder - left CT W and WO contrast IV" + }, + { + "code": "26203-0", + "display": "Shoulder - left MRI W and WO contrast IV" + }, + { + "code": "36397-8", + "display": "Shoulder - right CT W and WO contrast IV" + }, + { + "code": "26204-8", + "display": "Shoulder - right MRI W and WO contrast IV" + }, + { + "code": "36398-6", + "display": "Sinuses CT W and WO contrast IV" + }, + { + "code": "30663-9", + "display": "Sinuses MRI W and WO contrast IV" + }, + { + "code": "44111-3", + "display": "Skull.base CT W and WO contrast IV" + }, + { + "code": "69220-2", + "display": "Skull.base MRI W and WO contrast IV" + }, + { + "code": "37277-1", + "display": "Spinal vein MRI angiogram W and WO contrast IV" + }, + { + "code": "36399-4", + "display": "Spine CT W and WO contrast IV" + }, + { + "code": "36400-0", + "display": "Spine MRI W and WO contrast IV" + }, + { + "code": "37505-5", + "display": "Spine vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36401-8", + "display": "Spine Cervical CT W and WO contrast IV" + }, + { + "code": "24937-5", + "display": "Spine Cervical MRI W and WO contrast IV" + }, + { + "code": "37506-3", + "display": "Cervical Spine vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "43456-3", + "display": "Spine Cervical and Spine Thoracic MRI W and WO contrast IV" + }, + { + "code": "30855-1", + "display": "Spine Cervical and Thoracic and Lumbar MRI W and WO contrast IV" + }, + { + "code": "36402-6", + "display": "Spine Lumbar CT W and WO contrast IV" + }, + { + "code": "24967-2", + "display": "Spine Lumbar MRI W and WO contrast IV" + }, + { + "code": "37507-1", + "display": "Lumbar Spine vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36403-4", + "display": "Spine Thoracic CT W and WO contrast IV" + }, + { + "code": "24981-3", + "display": "Spine Thoracic MRI W and WO contrast IV" + }, + { + "code": "37508-9", + "display": "Thoracic Spine vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "24989-6", + "display": "Spleen CT W and WO contrast IV" + }, + { + "code": "36404-2", + "display": "Spleen MRI W and WO contrast IV" + }, + { + "code": "37266-4", + "display": "Sternoclavicular Joint CT W and WO contrast IV" + }, + { + "code": "36405-9", + "display": "Sternum CT W and WO contrast IV" + }, + { + "code": "44231-9", + "display": "Superior mesenteric vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "36837-3", + "display": "Temporal bone CT W and WO contrast IV" + }, + { + "code": "37267-2", + "display": "Temporomandibular joint CT W and WO contrast IV" + }, + { + "code": "37268-0", + "display": "Temporomandibular joint MRI W and WO contrast IV" + }, + { + "code": "37269-8", + "display": "Temporomandibular joint - bilateral MRI W and WO contrast IV" + }, + { + "code": "37270-6", + "display": "Temporomandibular joint - left MRI W and WO contrast IV" + }, + { + "code": "37271-4", + "display": "Temporomandibular joint - right MRI W and WO contrast IV" + }, + { + "code": "24703-1", + "display": "Thigh MRI W and WO contrast IV" + }, + { + "code": "26196-6", + "display": "Thigh - bilateral MRI W and WO contrast IV" + }, + { + "code": "26197-4", + "display": "Thigh - left MRI W and WO contrast IV" + }, + { + "code": "26198-2", + "display": "Thigh - right MRI W and WO contrast IV" + }, + { + "code": "24583-7", + "display": "Thoracic outlet MRI W and WO contrast IV" + }, + { + "code": "26190-9", + "display": "Thoracic outlet - bilateral MRI W and WO contrast IV" + }, + { + "code": "26191-7", + "display": "Thoracic outlet - left MRI W and WO contrast IV" + }, + { + "code": "26192-5", + "display": "Thoracic outlet - right MRI W and WO contrast IV" + }, + { + "code": "36407-5", + "display": "Thyroid MRI W and WO contrast IV" + }, + { + "code": "72241-3", + "display": "Toes - left MRI W and WO contrast IV" + }, + { + "code": "72238-9", + "display": "Toes - right MRI W and WO contrast IV" + }, + { + "code": "36366-3", + "display": "Upper arm CT W and WO contrast IV" + }, + { + "code": "30690-2", + "display": "Upper arm MRI W and WO contrast IV" + }, + { + "code": "69181-6", + "display": "Upper arm - bilateral MRI W and WO contrast IV" + }, + { + "code": "36367-1", + "display": "Upper arm - left CT W and WO contrast IV" + }, + { + "code": "36368-9", + "display": "Upper arm - left MRI W and WO contrast IV" + }, + { + "code": "36369-7", + "display": "Upper arm - right CT W and WO contrast IV" + }, + { + "code": "36370-5", + "display": "Upper arm - right MRI W and WO contrast IV" + }, + { + "code": "36334-1", + "display": "Upper extremity CT W and WO contrast IV" + }, + { + "code": "39034-4", + "display": "Upper extremity MRI W and WO contrast IV" + }, + { + "code": "36417-4", + "display": "Upper extremity veins MRI angiogram W and WO contrast IV" + }, + { + "code": "36851-4", + "display": "Upper extremity veins - left MRI angiogram W and WO contrast IV" + }, + { + "code": "36852-2", + "display": "Upper extremity veins - right MRI angiogram W and WO contrast IV" + }, + { + "code": "36421-6", + "display": "Upper extremity vessels CT angiogram W and WO contrast IV" + }, + { + "code": "36422-4", + "display": "Upper extremity vessels MRI angiogram W and WO contrast IV" + }, + { + "code": "46312-5", + "display": "Upper extremity vessels - left CT angiogram W and WO contrast IV" + }, + { + "code": "36860-5", + "display": "Upper extremity vessels - left MRI angiogram W and WO contrast IV" + }, + { + "code": "46309-1", + "display": "Upper extremity vessels - right CT angiogram W and WO contrast IV" + }, + { + "code": "36861-3", + "display": "Upper extremity vessels - right MRI angiogram W and WO contrast IV" + }, + { + "code": "69186-5", + "display": "Upper extremity - bilateral MRI W and WO contrast IV" + }, + { + "code": "36374-7", + "display": "Upper extremity .joint MRI W and WO contrast IV" + }, + { + "code": "36840-7", + "display": "Upper extremity joint - left MRI W and WO contrast IV" + }, + { + "code": "36841-5", + "display": "Upper extremity joint - right MRI W and WO contrast IV" + }, + { + "code": "36335-8", + "display": "Upper extremity - left CT W and WO contrast IV" + }, + { + "code": "38831-4", + "display": "Upper extremity - left MRI W and WO contrast IV" + }, + { + "code": "36336-6", + "display": "Upper extremity - right CT W and WO contrast IV" + }, + { + "code": "36337-4", + "display": "Upper extremity - right MRI W and WO contrast IV" + }, + { + "code": "36413-3", + "display": "Uterus MRI W and WO contrast IV" + }, + { + "code": "36418-2", + "display": "Inferior vena cava MRI W and WO contrast IV" + }, + { + "code": "36419-0", + "display": "Superior vena cava MRI W and WO contrast IV" + }, + { + "code": "37457-9", + "display": "Wrist CT W and WO contrast IV" + }, + { + "code": "25035-7", + "display": "Wrist MRI W and WO contrast IV" + }, + { + "code": "26205-5", + "display": "Wrist - bilateral MRI W and WO contrast IV" + }, + { + "code": "37458-7", + "display": "Wrist - left CT W and WO contrast IV" + }, + { + "code": "26206-3", + "display": "Wrist - left MRI W and WO contrast IV" + }, + { + "code": "38802-5", + "display": "Wrist - right CT W and WO contrast IV" + }, + { + "code": "26207-1", + "display": "Wrist - right MRI W and WO contrast IV" + }, + { + "code": "42298-0", + "display": "Unspecified body region MRI W and WO contrast IV" + }, + { + "code": "24588-6", + "display": "Brain MRI W and WO contrast IV and W anesthesia" + }, + { + "code": "72244-7", + "display": "Pelvis MRI W and WO contrast IV and W endorectal coil" + }, + { + "code": "43448-0", + "display": "Liver MRI W and WO ferumoxides IV" + }, + { + "code": "46318-2", + "display": "Abdomen CT W and WO reduced contrast volume IV" + }, + { + "code": "46317-4", + "display": "Chest CT W and WO reduced contrast volume IV" + }, + { + "code": "46315-8", + "display": "Facial bones and Maxilla CT W and WO reduced contrast volume IV" + }, + { + "code": "46316-6", + "display": "Head CT W and WO reduced contrast volume IV" + }, + { + "code": "46314-1", + "display": "Internal auditory canal CT W and WO reduced contrast volume IV" + }, + { + "code": "46313-3", + "display": "Pelvis CT W and WO reduced contrast volume IV" + }, + { + "code": "60515-4", + "display": "Rectum and Colon CT 3D W air contrast PR" + }, + { + "code": "24586-0", + "display": "Brain MRI W anesthesia" + }, + { + "code": "24936-7", + "display": "Spine Cervical MRI W anesthesia" + }, + { + "code": "24977-1", + "display": "Spine Lumbar MRI W anesthesia" + }, + { + "code": "25046-4", + "display": "Unspecified body region CT W anesthesia" + }, + { + "code": "38022-0", + "display": "Gallbladder US W cholecystokinin" + }, + { + "code": "25047-2", + "display": "Unspecified body region CT W conscious sedation" + }, + { + "code": "25057-1", + "display": "Unspecified body region MRI W conscious sedation" + }, + { + "code": "30599-5", + "display": "Abdomen CT W contrast" + }, + { + "code": "24567-0", + "display": "Abdomen retroperitoneum CT W contrast" + }, + { + "code": "38055-0", + "display": "Unspecified body region US W contrast" + }, + { + "code": "36809-2", + "display": "Hepatic artery CT angiogram W contrast IA" + }, + { + "code": "69162-6", + "display": "Pulmonary artery - bilateral MRI angiogram W contrast IA" + }, + { + "code": "69238-4", + "display": "Urinary Bladder and Urethra SPECT W contrast intra bladder during voiding" + }, + { + "code": "30853-6", + "display": "Breast duct US W contrast intra duct" + }, + { + "code": "36941-3", + "display": "Salivary gland CT W contrast intra salivary duct" + }, + { + "code": "37237-5", + "display": "Sinus tract CT W contrast intra sinus tract" + }, + { + "code": "36115-4", + "display": "Ankle MRI W contrast intraarticular" + }, + { + "code": "69102-2", + "display": "Ankle - left CT W contrast intraarticular" + }, + { + "code": "36116-2", + "display": "Ankle - left MRI W contrast intraarticular" + }, + { + "code": "69109-7", + "display": "Ankle - right CT W contrast intraarticular" + }, + { + "code": "36117-0", + "display": "Ankle - right MRI W contrast intraarticular" + }, + { + "code": "46319-0", + "display": "Elbow MRI W contrast intraarticular" + }, + { + "code": "69103-0", + "display": "Elbow - left CT W contrast intraarticular" + }, + { + "code": "36118-8", + "display": "Elbow - left MRI W contrast intraarticular" + }, + { + "code": "69110-5", + "display": "Elbow - right CT W contrast intraarticular" + }, + { + "code": "36119-6", + "display": "Elbow - right MRI W contrast intraarticular" + }, + { + "code": "36120-4", + "display": "Hip MRI W contrast intraarticular" + }, + { + "code": "69105-5", + "display": "Hip - left CT W contrast intraarticular" + }, + { + "code": "36121-2", + "display": "Hip - left MRI W contrast intraarticular" + }, + { + "code": "69112-1", + "display": "Hip - right CT W contrast intraarticular" + }, + { + "code": "36122-0", + "display": "Hip - right MRI W contrast intraarticular" + }, + { + "code": "36124-6", + "display": "Knee CT W contrast intraarticular" + }, + { + "code": "36125-3", + "display": "Knee MRI W contrast intraarticular" + }, + { + "code": "69106-3", + "display": "Knee - left CT W contrast intraarticular" + }, + { + "code": "36126-1", + "display": "Knee - left MRI W contrast intraarticular" + }, + { + "code": "69114-7", + "display": "Knee - right CT W contrast intraarticular" + }, + { + "code": "36127-9", + "display": "Knee - right MRI W contrast intraarticular" + }, + { + "code": "37238-3", + "display": "Lower Extremity Joint CT W contrast intraarticular" + }, + { + "code": "69210-3", + "display": "Lower Extremity Joint MRI W contrast intraarticular" + }, + { + "code": "36123-8", + "display": "Sacroiliac Joint CT W contrast intraarticular" + }, + { + "code": "36128-7", + "display": "Shoulder CT W contrast intraarticular" + }, + { + "code": "36129-5", + "display": "Shoulder MRI W contrast intraarticular" + }, + { + "code": "38828-0", + "display": "Shoulder - left CT W contrast intraarticular" + }, + { + "code": "36130-3", + "display": "Shoulder - left MRI W contrast intraarticular" + }, + { + "code": "36131-1", + "display": "Shoulder - right CT W contrast intraarticular" + }, + { + "code": "36132-9", + "display": "Shoulder - right MRI W contrast intraarticular" + }, + { + "code": "36810-0", + "display": "Upper Joint CT W contrast intraarticular" + }, + { + "code": "37444-7", + "display": "Wrist MRI W contrast intraarticular" + }, + { + "code": "69107-1", + "display": "Wrist - left CT W contrast intraarticular" + }, + { + "code": "37445-4", + "display": "Wrist - left MRI W contrast intraarticular" + }, + { + "code": "69115-4", + "display": "Wrist - right CT W contrast intraarticular" + }, + { + "code": "37446-2", + "display": "Wrist - right MRI W contrast intraarticular" + }, + { + "code": "36811-8", + "display": "Joint CT W contrast intraarticular" + }, + { + "code": "36812-6", + "display": "Joint MRI W contrast intraarticular" + }, + { + "code": "39322-3", + "display": "Spine CT W contrast intradisc" + }, + { + "code": "37496-7", + "display": "Spine Cervical CT W contrast intradisc" + }, + { + "code": "37509-7", + "display": "Spine Lumbar CT W contrast intradisc" + }, + { + "code": "70931-1", + "display": "Spine Thoracic CT W contrast intradisc" + }, + { + "code": "24734-6", + "display": "Head Cistern CT W contrast IT" + }, + { + "code": "47985-7", + "display": "Spine CT W contrast IT" + }, + { + "code": "24934-2", + "display": "Spine Cervical CT W contrast IT" + }, + { + "code": "48447-7", + "display": "Spine Cervical MRI W contrast IT" + }, + { + "code": "24965-6", + "display": "Spine Lumbar CT W contrast IT" + }, + { + "code": "48436-0", + "display": "Spine Lumbar MRI W contrast IT" + }, + { + "code": "30596-1", + "display": "Spine Thoracic CT W contrast IT" + }, + { + "code": "48439-4", + "display": "Spine Thoracic MRI W contrast IT" + }, + { + "code": "36134-5", + "display": "Abdomen MRI W contrast IV" + }, + { + "code": "36813-4", + "display": "Abdomen and Pelvis CT W contrast IV" + }, + { + "code": "36828-2", + "display": "Abdominal vessels CT angiogram W contrast IV" + }, + { + "code": "24533-2", + "display": "Abdominal vessels MRI angiogram W contrast IV" + }, + { + "code": "69908-2", + "display": "Abdominal vessels and Pelvis vessels CT angiogram W contrast IV" + }, + { + "code": "36943-9", + "display": "Adrenal gland CT W contrast IV" + }, + { + "code": "44124-6", + "display": "Adrenal gland MRI W contrast IV" + }, + { + "code": "36135-2", + "display": "Ankle CT W contrast IV" + }, + { + "code": "36136-0", + "display": "Ankle MRI W contrast IV" + }, + { + "code": "69163-4", + "display": "Ankle - bilateral MRI W contrast IV" + }, + { + "code": "36137-8", + "display": "Ankle - left CT W contrast IV" + }, + { + "code": "36138-6", + "display": "Ankle - left MRI W contrast IV" + }, + { + "code": "36139-4", + "display": "Ankle - right CT W contrast IV" + }, + { + "code": "36140-2", + "display": "Ankle - right MRI W contrast IV" + }, + { + "code": "36142-8", + "display": "Aorta CT W contrast IV" + }, + { + "code": "36141-0", + "display": "Aorta CT angiogram W contrast IV" + }, + { + "code": "36143-6", + "display": "Aorta abdominal CT W contrast IV" + }, + { + "code": "24545-6", + "display": "Aorta thoracic CT W contrast IV" + }, + { + "code": "72255-3", + "display": "Aorta and Femoral artery - bilateral CT angiogram W contrast IV" + }, + { + "code": "43503-2", + "display": "Aorta and Lower extremity vessels CT angiogram W contrast IV" + }, + { + "code": "36144-4", + "display": "Aortic arch CT angiogram W contrast IV" + }, + { + "code": "37499-1", + "display": "Aortic stent CT angiogram W contrast IV" + }, + { + "code": "36145-1", + "display": "Appendix CT W contrast IV" + }, + { + "code": "43504-0", + "display": "Axilla - left MRI W contrast IV" + }, + { + "code": "43505-7", + "display": "Axilla - right MRI W contrast IV" + }, + { + "code": "44125-3", + "display": "Biliary ducts and Pancreatic duct MRI W contrast IV" + }, + { + "code": "69095-8", + "display": "Bladder CT W contrast IV" + }, + { + "code": "24589-4", + "display": "Brain MRI W contrast IV" + }, + { + "code": "48444-4", + "display": "Brain.temporal MRI W contrast IV" + }, + { + "code": "37239-1", + "display": "Brain and Internal auditory canal MRI W contrast IV" + }, + { + "code": "37215-1", + "display": "Brain and Larynx MRI W contrast IV" + }, + { + "code": "42391-3", + "display": "Brain and Pituitary and Sella turcica MRI W contrast IV" + }, + { + "code": "36149-3", + "display": "Breast MRI W contrast IV" + }, + { + "code": "69190-7", + "display": "Breast implant MRI W contrast IV" + }, + { + "code": "69167-5", + "display": "Breast implant - bilateral MRI W contrast IV" + }, + { + "code": "36150-1", + "display": "Breast - bilateral MRI W contrast IV" + }, + { + "code": "36151-9", + "display": "Breast - left MRI W contrast IV" + }, + { + "code": "36152-7", + "display": "Breast - right MRI W contrast IV" + }, + { + "code": "46323-2", + "display": "Breast - unilateral MRI W contrast IV" + }, + { + "code": "36198-0", + "display": "Calcaneus CT W contrast IV" + }, + { + "code": "36153-5", + "display": "Calcaneus - left CT W contrast IV" + }, + { + "code": "36154-3", + "display": "Calcaneus - right CT W contrast IV" + }, + { + "code": "36146-9", + "display": "Carotid artery CT angiogram W contrast IV" + }, + { + "code": "36829-0", + "display": "Carotid vessel MRI angiogram W contrast IV" + }, + { + "code": "24628-0", + "display": "Chest CT W contrast IV" + }, + { + "code": "36156-8", + "display": "Chest MRI W contrast IV" + }, + { + "code": "36266-5", + "display": "Chest vessels CT angiogram W contrast IV" + }, + { + "code": "24659-5", + "display": "Chest vessels MRI angiogram W contrast IV" + }, + { + "code": "42275-8", + "display": "Chest and Abdomen CT W contrast IV" + }, + { + "code": "36942-1", + "display": "Chest and Abdomen MRI W contrast IV" + }, + { + "code": "72254-6", + "display": "Chest and Abdomen and Pelvis CT W contrast IV" + }, + { + "code": "37254-0", + "display": "Circle of Willis MRI angiogram W contrast IV" + }, + { + "code": "42694-0", + "display": "Clavicle MRI W contrast IV" + }, + { + "code": "48457-6", + "display": "Clavicle - left MRI W contrast IV" + }, + { + "code": "48456-8", + "display": "Clavicle - right MRI W contrast IV" + }, + { + "code": "36157-6", + "display": "Elbow CT W contrast IV" + }, + { + "code": "36158-4", + "display": "Elbow MRI W contrast IV" + }, + { + "code": "69170-9", + "display": "Elbow - bilateral MRI W contrast IV" + }, + { + "code": "36159-2", + "display": "Elbow - left CT W contrast IV" + }, + { + "code": "36160-0", + "display": "Elbow - left MRI W contrast IV" + }, + { + "code": "36161-8", + "display": "Elbow - right CT W contrast IV" + }, + { + "code": "36162-6", + "display": "Elbow - right MRI W contrast IV" + }, + { + "code": "24691-8", + "display": "Extremity CT W contrast IV" + }, + { + "code": "26184-2", + "display": "Extremity - bilateral CT W contrast IV" + }, + { + "code": "26185-9", + "display": "Extremity - left CT W contrast IV" + }, + { + "code": "26186-7", + "display": "Extremity - right CT W contrast IV" + }, + { + "code": "36148-5", + "display": "Face MRI W contrast IV" + }, + { + "code": "30801-5", + "display": "Facial bones and Maxilla CT W contrast IV" + }, + { + "code": "24697-5", + "display": "Facial bones and Sinuses CT W contrast IV" + }, + { + "code": "36172-5", + "display": "Femur CT W contrast IV" + }, + { + "code": "69172-5", + "display": "Femur - bilateral MRI W contrast IV" + }, + { + "code": "36174-1", + "display": "Femur - left CT W contrast IV" + }, + { + "code": "36176-6", + "display": "Femur - right CT W contrast IV" + }, + { + "code": "69195-6", + "display": "Finger MRI W contrast IV" + }, + { + "code": "69205-3", + "display": "Finger - left MRI W contrast IV" + }, + { + "code": "69215-2", + "display": "Finger - right MRI W contrast IV" + }, + { + "code": "36178-2", + "display": "Foot CT W contrast IV" + }, + { + "code": "36179-0", + "display": "Foot MRI W contrast IV" + }, + { + "code": "36180-8", + "display": "Foot - bilateral MRI W contrast IV" + }, + { + "code": "36181-6", + "display": "Foot - left CT W contrast IV" + }, + { + "code": "36182-4", + "display": "Foot - left MRI W contrast IV" + }, + { + "code": "36183-2", + "display": "Foot - right CT W contrast IV" + }, + { + "code": "36184-0", + "display": "Foot - right MRI W contrast IV" + }, + { + "code": "36185-7", + "display": "Forearm CT W contrast IV" + }, + { + "code": "36186-5", + "display": "Forearm MRI W contrast IV" + }, + { + "code": "69175-8", + "display": "Forearm - bilateral MRI W contrast IV" + }, + { + "code": "36187-3", + "display": "Forearm - left CT W contrast IV" + }, + { + "code": "36188-1", + "display": "Forearm - left MRI W contrast IV" + }, + { + "code": "36189-9", + "display": "Forearm - right CT W contrast IV" + }, + { + "code": "36190-7", + "display": "Forearm - right MRI W contrast IV" + }, + { + "code": "36191-5", + "display": "Hand CT W contrast IV" + }, + { + "code": "36192-3", + "display": "Hand MRI W contrast IV" + }, + { + "code": "69178-2", + "display": "Hand - bilateral MRI W contrast IV" + }, + { + "code": "36193-1", + "display": "Hand - left CT W contrast IV" + }, + { + "code": "36194-9", + "display": "Hand - left MRI W contrast IV" + }, + { + "code": "36195-6", + "display": "Hand - right CT W contrast IV" + }, + { + "code": "36196-4", + "display": "Hand - right MRI W contrast IV" + }, + { + "code": "24727-0", + "display": "Head CT W contrast IV" + }, + { + "code": "36814-2", + "display": "Head arteries CT angiogram W contrast IV" + }, + { + "code": "36826-6", + "display": "Head veins MRI angiogram W contrast IV" + }, + { + "code": "36830-8", + "display": "Head vessels CT angiogram W contrast IV" + }, + { + "code": "24593-6", + "display": "Head vessels MRI angiogram W contrast IV" + }, + { + "code": "37498-3", + "display": "Head vessels and Neck vessels CT angiogram W contrast IV" + }, + { + "code": "24747-8", + "display": "Head Sagittal Sinus MRI angiogram W contrast IV" + }, + { + "code": "36197-2", + "display": "Heart MRI W contrast IV" + }, + { + "code": "36200-4", + "display": "Hip CT W contrast IV" + }, + { + "code": "36199-8", + "display": "Hip MRI W contrast IV" + }, + { + "code": "36201-2", + "display": "Hip - bilateral CT W contrast IV" + }, + { + "code": "36202-0", + "display": "Hip - bilateral MRI W contrast IV" + }, + { + "code": "36203-8", + "display": "Hip - left CT W contrast IV" + }, + { + "code": "36204-6", + "display": "Hip - left MRI W contrast IV" + }, + { + "code": "36205-3", + "display": "Hip - right CT W contrast IV" + }, + { + "code": "36206-1", + "display": "Hip - right MRI W contrast IV" + }, + { + "code": "30583-9", + "display": "Internal auditory canal CT W contrast IV" + }, + { + "code": "36155-0", + "display": "Internal auditory canal MRI W contrast IV" + }, + { + "code": "46322-4", + "display": "Kidney CT W contrast IV" + }, + { + "code": "36113-9", + "display": "Kidney MRI W contrast IV" + }, + { + "code": "43766-5", + "display": "Kidney - bilateral CT W contrast IV" + }, + { + "code": "36219-4", + "display": "Kidney - bilateral MRI W contrast IV" + }, + { + "code": "24790-8", + "display": "Kidney - bilateral X-ray tomograph W contrast IV" + }, + { + "code": "36220-2", + "display": "Kidney - left MRI W contrast IV" + }, + { + "code": "36221-0", + "display": "Kidney - right MRI W contrast IV" + }, + { + "code": "36222-8", + "display": "Knee CT W contrast IV" + }, + { + "code": "36223-6", + "display": "Knee MRI W contrast IV" + }, + { + "code": "69088-3", + "display": "Knee - bilateral CT W contrast IV" + }, + { + "code": "36224-4", + "display": "Knee - bilateral MRI W contrast IV" + }, + { + "code": "36225-1", + "display": "Knee - left CT W contrast IV" + }, + { + "code": "36226-9", + "display": "Knee - left MRI W contrast IV" + }, + { + "code": "36227-7", + "display": "Knee - right CT W contrast IV" + }, + { + "code": "36228-5", + "display": "Knee - right MRI W contrast IV" + }, + { + "code": "36229-3", + "display": "Larynx CT W contrast IV" + }, + { + "code": "36230-1", + "display": "Larynx MRI W contrast IV" + }, + { + "code": "24815-3", + "display": "Liver CT W contrast IV" + }, + { + "code": "36231-9", + "display": "Liver MRI W contrast IV" + }, + { + "code": "30624-1", + "display": "Lower extremity CT W contrast IV" + }, + { + "code": "39293-6", + "display": "Lower extremity MRI W contrast IV" + }, + { + "code": "36824-1", + "display": "Lower extremity veins - left CT W contrast IV" + }, + { + "code": "36825-8", + "display": "Lower extremity veins - right CT W contrast IV" + }, + { + "code": "36831-6", + "display": "Lower extremity vessels CT angiogram W contrast IV" + }, + { + "code": "46324-0", + "display": "Lower extremity vessels MRI angiogram W contrast IV" + }, + { + "code": "44135-2", + "display": "Lower extremity vessels - bilateral MRI angiogram W contrast IV" + }, + { + "code": "50755-8", + "display": "Lower extremity - bilateral CT W contrast IV" + }, + { + "code": "36163-4", + "display": "Lower extremity - bilateral MRI W contrast IV" + }, + { + "code": "36213-7", + "display": "Lower Extremity Joint MRI W contrast IV" + }, + { + "code": "36214-5", + "display": "Lower extremity joint - left MRI W contrast IV" + }, + { + "code": "36215-2", + "display": "Lower extremity joint - right MRI W contrast IV" + }, + { + "code": "36164-2", + "display": "Lower extremity - left CT W contrast IV" + }, + { + "code": "36165-9", + "display": "Lower extremity - left MRI W contrast IV" + }, + { + "code": "36166-7", + "display": "Lower extremity - right CT W contrast IV" + }, + { + "code": "36167-5", + "display": "Lower extremity - right MRI W contrast IV" + }, + { + "code": "36258-2", + "display": "Lower leg CT W contrast IV" + }, + { + "code": "36259-0", + "display": "Lower leg MRI W contrast IV" + }, + { + "code": "24820-3", + "display": "Lower leg vessels MRI angiogram W contrast IV" + }, + { + "code": "43512-3", + "display": "Lower leg vessels - bilateral MRI angiogram W contrast IV" + }, + { + "code": "42695-7", + "display": "Lower leg - bilateral MRI W contrast IV" + }, + { + "code": "36260-8", + "display": "Lower leg - left CT W contrast IV" + }, + { + "code": "36261-6", + "display": "Lower leg - left MRI W contrast IV" + }, + { + "code": "36262-4", + "display": "Lower leg - right CT W contrast IV" + }, + { + "code": "36263-2", + "display": "Lower leg - right MRI W contrast IV" + }, + { + "code": "36232-7", + "display": "Mandible CT W contrast IV" + }, + { + "code": "48446-9", + "display": "Nasopharynx CT W contrast IV" + }, + { + "code": "36233-5", + "display": "Nasopharynx MRI W contrast IV" + }, + { + "code": "24836-9", + "display": "Nasopharynx and Neck CT W contrast IV" + }, + { + "code": "36235-0", + "display": "Neck CT W contrast IV" + }, + { + "code": "24841-9", + "display": "Neck MRI W contrast IV" + }, + { + "code": "36827-4", + "display": "Neck veins MRI angiogram W contrast IV" + }, + { + "code": "36234-3", + "display": "Neck vessels CT angiogram W contrast IV" + }, + { + "code": "24844-3", + "display": "Neck vessels MRI angiogram W contrast IV" + }, + { + "code": "48449-3", + "display": "Orbit CT W contrast IV" + }, + { + "code": "36820-9", + "display": "Orbit MRI W contrast IV" + }, + { + "code": "36832-4", + "display": "Orbit vessels MRI angiogram W contrast IV" + }, + { + "code": "24850-0", + "display": "Orbit - bilateral CT W contrast IV" + }, + { + "code": "24852-6", + "display": "Orbit - bilateral MRI W contrast IV" + }, + { + "code": "36821-7", + "display": "Orbit - left MRI W contrast IV" + }, + { + "code": "36822-5", + "display": "Orbit - right MRI W contrast IV" + }, + { + "code": "46320-8", + "display": "Orbit and Face CT W contrast IV" + }, + { + "code": "39038-5", + "display": "Orbit and Face MRI W contrast IV" + }, + { + "code": "46321-6", + "display": "Orbit and Face and Neck MRI W contrast IV" + }, + { + "code": "36823-3", + "display": "Ovary MRI W contrast IV" + }, + { + "code": "24858-3", + "display": "Pancreas CT W contrast IV" + }, + { + "code": "36236-8", + "display": "Pancreas MRI W contrast IV" + }, + { + "code": "37240-9", + "display": "Parotid gland CT W contrast IV" + }, + { + "code": "37241-7", + "display": "Parotid gland MRI W contrast IV" + }, + { + "code": "24866-6", + "display": "Pelvis CT W contrast IV" + }, + { + "code": "36237-6", + "display": "Pelvis MRI W contrast IV" + }, + { + "code": "42294-9", + "display": "Pelvis vessels CT angiogram W contrast IV" + }, + { + "code": "24873-2", + "display": "Pelvis vessels MRI angiogram W contrast IV" + }, + { + "code": "24878-1", + "display": "Petrous bone CT W contrast IV" + }, + { + "code": "30590-4", + "display": "Pituitary and Sella turcica CT W contrast IV" + }, + { + "code": "36238-4", + "display": "Pituitary and Sella turcica MRI W contrast IV" + }, + { + "code": "36242-6", + "display": "Posterior fossa CT W contrast IV" + }, + { + "code": "36243-4", + "display": "Posterior fossa MRI W contrast IV" + }, + { + "code": "36244-2", + "display": "Prostate MRI W contrast IV" + }, + { + "code": "36147-7", + "display": "Pulmonary artery CT angiogram W contrast IV" + }, + { + "code": "36833-2", + "display": "Renal vessels CT angiogram W contrast IV" + }, + { + "code": "30887-4", + "display": "Renal vessels MRI angiogram W contrast IV" + }, + { + "code": "36217-8", + "display": "Sacroiliac Joint CT W contrast IV" + }, + { + "code": "36218-6", + "display": "Sacroiliac Joint MRI W contrast IV" + }, + { + "code": "36245-9", + "display": "Sacrum CT W contrast IV" + }, + { + "code": "36246-7", + "display": "Sacrum MRI W contrast IV" + }, + { + "code": "36247-5", + "display": "Sacrum and Coccyx MRI W contrast IV" + }, + { + "code": "36248-3", + "display": "Scapula - left MRI W contrast IV" + }, + { + "code": "36249-1", + "display": "Scapula - right MRI W contrast IV" + }, + { + "code": "69221-0", + "display": "Scrotum and Testicle MRI W contrast IV" + }, + { + "code": "36250-9", + "display": "Shoulder CT W contrast IV" + }, + { + "code": "36251-7", + "display": "Shoulder MRI W contrast IV" + }, + { + "code": "69184-0", + "display": "Shoulder - bilateral MRI W contrast IV" + }, + { + "code": "36252-5", + "display": "Shoulder - left CT W contrast IV" + }, + { + "code": "38830-6", + "display": "Shoulder - left MRI W contrast IV" + }, + { + "code": "36253-3", + "display": "Shoulder - right CT W contrast IV" + }, + { + "code": "36254-1", + "display": "Shoulder - right MRI W contrast IV" + }, + { + "code": "36255-8", + "display": "Sinuses CT W contrast IV" + }, + { + "code": "24915-1", + "display": "Sinuses MRI W contrast IV" + }, + { + "code": "48440-2", + "display": "Skull.base MRI W contrast IV" + }, + { + "code": "37253-2", + "display": "Soft tissue MRI W contrast IV" + }, + { + "code": "24987-0", + "display": "Spine CT W contrast IV" + }, + { + "code": "36256-6", + "display": "Spine MRI W contrast IV" + }, + { + "code": "37500-6", + "display": "Spine vessels MRI angiogram W contrast IV" + }, + { + "code": "24933-4", + "display": "Spine Cervical CT W contrast IV" + }, + { + "code": "24938-3", + "display": "Spine Cervical MRI W contrast IV" + }, + { + "code": "37501-4", + "display": "Cervical Spine vessels MRI angiogram W contrast IV" + }, + { + "code": "38061-8", + "display": "Spine Cervical and Spine Thoracic and Spine Lumbar and Sacrum MRI W contrast IV" + }, + { + "code": "24964-9", + "display": "Spine Lumbar CT W contrast IV" + }, + { + "code": "30678-7", + "display": "Spine Lumbar MRI W contrast IV" + }, + { + "code": "37502-2", + "display": "Lumbar Spine vessels MRI angiogram W contrast IV" + }, + { + "code": "24979-7", + "display": "Spine Thoracic CT W contrast IV" + }, + { + "code": "24982-1", + "display": "Spine Thoracic MRI W contrast IV" + }, + { + "code": "37503-0", + "display": "Thoracic Spine vessels MRI angiogram W contrast IV" + }, + { + "code": "30622-5", + "display": "Spleen CT W contrast IV" + }, + { + "code": "37242-5", + "display": "Sternoclavicular Joint CT W contrast IV" + }, + { + "code": "36257-4", + "display": "Sternum CT W contrast IV" + }, + { + "code": "36815-9", + "display": "Temporal bone CT W contrast IV" + }, + { + "code": "38835-5", + "display": "Temporal bone - left CT W contrast IV" + }, + { + "code": "36816-7", + "display": "Temporal bone - right CT W contrast IV" + }, + { + "code": "37243-3", + "display": "Temporomandibular joint CT W contrast IV" + }, + { + "code": "37244-1", + "display": "Temporomandibular joint MRI W contrast IV" + }, + { + "code": "37245-8", + "display": "Temporomandibular joint - bilateral MRI W contrast IV" + }, + { + "code": "37246-6", + "display": "Temporomandibular joint - left CT W contrast IV" + }, + { + "code": "37247-4", + "display": "Temporomandibular joint - left MRI W contrast IV" + }, + { + "code": "37248-2", + "display": "Temporomandibular joint - right CT W contrast IV" + }, + { + "code": "37249-0", + "display": "Temporomandibular joint - right MRI W contrast IV" + }, + { + "code": "36173-3", + "display": "Thigh MRI W contrast IV" + }, + { + "code": "25003-5", + "display": "Thigh vessels MRI angiogram W contrast IV" + }, + { + "code": "36175-8", + "display": "Thigh - left MRI W contrast IV" + }, + { + "code": "36177-4", + "display": "Thigh - right MRI W contrast IV" + }, + { + "code": "36239-2", + "display": "Thoracic outlet MRI W contrast IV" + }, + { + "code": "24584-5", + "display": "Thoracic outlet vessels MRI angiogram W contrast IV" + }, + { + "code": "26181-8", + "display": "Thoracic outlet vessels - bilateral MRI angiogram W contrast IV" + }, + { + "code": "26182-6", + "display": "Thoracic outlet vessels - left MRI angiogram W contrast IV" + }, + { + "code": "26183-4", + "display": "Thoracic outlet vessels - right MRI angiogram W contrast IV" + }, + { + "code": "36240-0", + "display": "Thoracic outlet - left MRI W contrast IV" + }, + { + "code": "36241-8", + "display": "Thoracic outlet - right MRI W contrast IV" + }, + { + "code": "72243-9", + "display": "Toes - left MRI W contrast IV" + }, + { + "code": "72240-5", + "display": "Toes - right MRI W contrast IV" + }, + { + "code": "36207-9", + "display": "Upper arm CT W contrast IV" + }, + { + "code": "36208-7", + "display": "Upper arm MRI W contrast IV" + }, + { + "code": "69182-4", + "display": "Upper arm - bilateral MRI W contrast IV" + }, + { + "code": "36209-5", + "display": "Upper arm - left CT W contrast IV" + }, + { + "code": "36210-3", + "display": "Upper arm - left MRI W contrast IV" + }, + { + "code": "36211-1", + "display": "Upper arm - right CT W contrast IV" + }, + { + "code": "36212-9", + "display": "Upper arm - right MRI W contrast IV" + }, + { + "code": "30626-6", + "display": "Upper extremity CT W contrast IV" + }, + { + "code": "39037-7", + "display": "Upper extremity MRI W contrast IV" + }, + { + "code": "42295-6", + "display": "Upper extremity vessels CT angiogram W contrast IV" + }, + { + "code": "24549-8", + "display": "Upper extremity vessels MRI angiogram W contrast IV" + }, + { + "code": "36168-3", + "display": "Upper extremity - bilateral CT W contrast IV" + }, + { + "code": "69187-3", + "display": "Upper extremity - bilateral MRI W contrast IV" + }, + { + "code": "36216-0", + "display": "Upper extremity .joint MRI W contrast IV" + }, + { + "code": "36817-5", + "display": "Upper extremity joint - bilateral MRI W contrast IV" + }, + { + "code": "36818-3", + "display": "Upper extremity joint - left MRI W contrast IV" + }, + { + "code": "36819-1", + "display": "Upper extremity joint - right MRI W contrast IV" + }, + { + "code": "36169-1", + "display": "Upper extremity - left CT W contrast IV" + }, + { + "code": "38829-8", + "display": "Upper extremity - left MRI W contrast IV" + }, + { + "code": "36170-9", + "display": "Upper extremity - right CT W contrast IV" + }, + { + "code": "36171-7", + "display": "Upper extremity - right MRI W contrast IV" + }, + { + "code": "36264-0", + "display": "Uterus CT W contrast IV" + }, + { + "code": "36265-7", + "display": "Uterus MRI W contrast IV" + }, + { + "code": "36834-0", + "display": "Vessel CT angiogram W contrast IV" + }, + { + "code": "37447-0", + "display": "Wrist CT W contrast IV" + }, + { + "code": "37448-8", + "display": "Wrist MRI W contrast IV" + }, + { + "code": "69091-7", + "display": "Wrist - bilateral CT W contrast IV" + }, + { + "code": "37449-6", + "display": "Wrist - bilateral MRI W contrast IV" + }, + { + "code": "37450-4", + "display": "Wrist - left CT W contrast IV" + }, + { + "code": "37451-2", + "display": "Wrist - left MRI W contrast IV" + }, + { + "code": "37452-0", + "display": "Wrist - right CT W contrast IV" + }, + { + "code": "37453-8", + "display": "Wrist - right MRI W contrast IV" + }, + { + "code": "24753-6", + "display": "Unspecified body region CT W contrast IV" + }, + { + "code": "49507-7", + "display": "Unspecified body region MRI W contrast IV" + }, + { + "code": "25058-9", + "display": "Unspecified body region MRI angiogram W contrast IV" + }, + { + "code": "72531-7", + "display": "Rectum and Colon CT 3D W contrast IV and W air contrast PR" + }, + { + "code": "39450-2", + "display": "Gastrointestine US W contrast PO" + }, + { + "code": "72246-2", + "display": "Abdomen and Pelvis MRI W contrast PO and W and WO contrast IV" + }, + { + "code": "72250-4", + "display": "Abdomen and Pelvis CT W contrast PO and W contrast IV" + }, + { + "code": "72247-0", + "display": "Abdomen and Pelvis MRI W contrast PO and WO contrast IV" + }, + { + "code": "72245-4", + "display": "Pelvis MRI W contrast PR at rest and maxmal sphincter contraction during straining and defecation" + }, + { + "code": "39648-1", + "display": "Heart SPECT W dipyridamole and W radionuclide IV" + }, + { + "code": "44154-3", + "display": "Heart SPECT W dipyridamole and W Tc-99m Sestamibi IV" + }, + { + "code": "42389-7", + "display": "Pelvis MRI W endorectal coil" + }, + { + "code": "42388-9", + "display": "Prostate MRI W endorectal coil" + }, + { + "code": "42270-9", + "display": "Spine Cervical MRI W flexion and W extension" + }, + { "code": "39682-0", "display": "SPECT W GA-67 IV" }, + { + "code": "39638-2", + "display": "Brain SPECT W I-123 IV" + }, + { + "code": "39755-4", + "display": "Thyroid SPECT W I-131 IV" + }, + { + "code": "39839-6", + "display": "SPECT W I-131 MIBG IV" + }, + { + "code": "39844-6", + "display": "SPECT W In-111 Satumomab IV" + }, + { + "code": "41838-4", + "display": "Prostate SPECT W In-111 Satumomab IV" + }, + { + "code": "41772-5", + "display": "Bone SPECT W In-111 tagged WBC IV" + }, + { "code": "46297-8", "display": "SPECT" }, + { "code": "39823-0", "display": "Bone marrow SPECT" }, + { "code": "24578-7", "display": "Bones SPECT" }, + { "code": "39632-5", "display": "Brain SPECT" }, + { "code": "39644-0", "display": "Breast SPECT" }, + { + "code": "39770-3", + "display": "Gastrointestine SPECT" + }, + { "code": "39649-9", "display": "Heart SPECT" }, + { "code": "42310-3", "display": "Kidney SPECT" }, + { + "code": "39852-9", + "display": "Kidney - bilateral SPECT" + }, + { "code": "39692-9", "display": "Liver SPECT" }, + { + "code": "39876-8", + "display": "Liver and Spleen SPECT" + }, + { + "code": "39628-3", + "display": "Meckels diverticulum SPECT" + }, + { "code": "39740-6", "display": "Parathyroid SPECT" }, + { + "code": "43526-3", + "display": "Unspecified body region SPECT" + }, + { "code": "39938-6", "display": "Joint SPECT" }, + { + "code": "46330-7", + "display": "Abdomen CT W reduced contrast volume IV" + }, + { + "code": "46327-3", + "display": "Chest CT W reduced contrast volume IV" + }, + { + "code": "46326-5", + "display": "Facial bones and Maxilla CT W reduced contrast volume IV" + }, + { + "code": "46328-1", + "display": "Head CT W reduced contrast volume IV" + }, + { + "code": "46325-7", + "display": "Internal auditory canal CT W reduced contrast volume IV" + }, + { + "code": "46329-9", + "display": "Pelvis CT W reduced contrast volume IV" + }, + { + "code": "42143-8", + "display": "Uterus and Fallopian tubes US W saline intrauterine" + }, + { "code": "58750-1", "display": "Heart MRI W stress" }, + { + "code": "58749-3", + "display": "Heart MRI W stress and W and WO contrast IV" + }, + { + "code": "39668-9", + "display": "Heart SPECT W stress and W radionuclide IV" + }, + { + "code": "44152-7", + "display": "Brain SPECT W Tc-99m bicisate IV" + }, + { + "code": "39743-0", + "display": "Prostate SPECT W Tc-99m capromab pendatide IV" + }, + { + "code": "39640-8", + "display": "Brain SPECT W Tc-99m DTPA IV" + }, + { + "code": "39641-6", + "display": "Brain SPECT W Tc-99m glucoheptonate IV" + }, + { + "code": "44153-5", + "display": "Kidney SPECT W Tc-99m glucoheptonate IV" + }, + { + "code": "39631-7", + "display": "Brain SPECT W Tc-99m HMPAO IV" + }, + { + "code": "24817-9", + "display": "Liver SPECT W Tc-99m IV" + }, + { + "code": "39851-1", + "display": "Kidney - bilateral SPECT W Tc-99m Mertiatide IV" + }, + { + "code": "69229-3", + "display": "Liver SPECT W Tc-99m SC IV" + }, + { + "code": "44151-9", + "display": "Heart SPECT W Tc-99m Sestamibi IV" + }, + { + "code": "39691-1", + "display": "Liver SPECT W Tc-99m tagged RBC IV" + }, + { + "code": "69234-3", + "display": "Spleen SPECT W Tc-99m tagged RBC IV" + }, + { + "code": "39647-3", + "display": "Heart SPECT W Tc-99m Tetrofosmin IV" + }, + { + "code": "39639-0", + "display": "Brain SPECT W Tl-201 IV" + }, + { + "code": "42377-2", + "display": "Brain CT W Xe-133 inhaled" + }, + { + "code": "46393-5", + "display": "Liver CT W Xe-133 inhaled" + }, + { + "code": "42394-7", + "display": "Pulmonary system CT W Xe-133 inhaled" + }, + { + "code": "36424-0", + "display": "Abdomen CT WO contrast" + }, + { + "code": "30668-8", + "display": "Abdomen MRI WO contrast" + }, + { + "code": "42291-5", + "display": "Abdomen retroperitoneum CT WO contrast" + }, + { + "code": "36952-0", + "display": "Abdomen and Pelvis CT WO contrast" + }, + { + "code": "36878-7", + "display": "Abdominal vessels MRI angiogram WO contrast" + }, + { + "code": "36496-8", + "display": "Acromioclavicular Joint MRI WO contrast" + }, + { + "code": "36953-8", + "display": "Adrenal gland CT WO contrast" + }, + { + "code": "36954-6", + "display": "Adrenal gland MRI WO contrast" + }, + { + "code": "36425-7", + "display": "Ankle CT WO contrast" + }, + { + "code": "30680-3", + "display": "Ankle MRI WO contrast" + }, + { + "code": "36879-5", + "display": "Ankle vessels MRI angiogram WO contrast" + }, + { + "code": "69087-5", + "display": "Ankle - bilateral CT WO contrast" + }, + { + "code": "69164-2", + "display": "Ankle - bilateral MRI WO contrast" + }, + { + "code": "36426-5", + "display": "Ankle - left CT WO contrast" + }, + { + "code": "36427-3", + "display": "Ankle - left MRI WO contrast" + }, + { + "code": "36428-1", + "display": "Ankle - right CT WO contrast" + }, + { + "code": "36429-9", + "display": "Ankle - right MRI WO contrast" + }, + { + "code": "36430-7", + "display": "Aorta CT WO contrast" + }, + { + "code": "44132-9", + "display": "Aorta MRI angiogram WO contrast" + }, + { + "code": "36431-5", + "display": "Aorta abdominal CT WO contrast" + }, + { + "code": "36432-3", + "display": "Aorta abdominal MRI angiogram WO contrast" + }, + { + "code": "69119-6", + "display": "Aorta thoracic CT angiogram WO contrast" + }, + { + "code": "36433-1", + "display": "Aorta thoracic MRI angiogram WO contrast" + }, + { + "code": "44130-3", + "display": "Aortic arch MRI angiogram WO contrast" + }, + { + "code": "36434-9", + "display": "Appendix CT WO contrast" + }, + { + "code": "44123-8", + "display": "Biliary ducts and Pancreatic duct MRI WO contrast" + }, + { + "code": "30657-1", + "display": "Brain MRI WO contrast" + }, + { + "code": "48453-5", + "display": "Brain.temporal MRI WO contrast" + }, + { + "code": "37278-9", + "display": "Brain and Internal auditory canal MRI WO contrast" + }, + { + "code": "37279-7", + "display": "Brain and Larynx MRI WO contrast" + }, + { + "code": "42393-9", + "display": "Brain and Pituitary and Sella turcica MRI WO contrast" + }, + { + "code": "36436-4", + "display": "Breast MRI WO contrast" + }, + { + "code": "69191-5", + "display": "Breast implant MRI WO contrast" + }, + { + "code": "69168-3", + "display": "Breast implant - bilateral MRI WO contrast" + }, + { + "code": "38064-2", + "display": "Breast implant - left MRI WO contrast" + }, + { + "code": "38817-3", + "display": "Breast implant - right MRI WO contrast" + }, + { + "code": "44119-6", + "display": "Breast - bilateral CT WO contrast" + }, + { + "code": "36437-2", + "display": "Breast - bilateral MRI WO contrast" + }, + { + "code": "36438-0", + "display": "Breast - left MRI WO contrast" + }, + { + "code": "36439-8", + "display": "Breast - right MRI WO contrast" + }, + { + "code": "46333-1", + "display": "Breast - unilateral MRI WO contrast" + }, + { + "code": "36483-6", + "display": "Calcaneus CT WO contrast" + }, + { + "code": "36440-6", + "display": "Calcaneus - left CT WO contrast" + }, + { + "code": "36441-4", + "display": "Calcaneus - right CT WO contrast" + }, + { + "code": "36880-3", + "display": "Carotid vessel MRI angiogram WO contrast" + }, + { + "code": "29252-4", + "display": "Chest CT WO contrast" + }, + { + "code": "36442-2", + "display": "Chest MRI WO contrast" + }, + { + "code": "69084-2", + "display": "Chest vessels CT angiogram WO contrast" + }, + { + "code": "36547-8", + "display": "Chest vessels MRI angiogram WO contrast" + }, + { + "code": "42276-6", + "display": "Chest and Abdomen CT WO contrast" + }, + { + "code": "72253-8", + "display": "Chest and Abdomen and Pelvis CT WO contrast" + }, + { + "code": "42302-0", + "display": "Clavicle MRI WO contrast" + }, + { + "code": "48459-2", + "display": "Clavicle - left MRI WO contrast" + }, + { + "code": "48458-4", + "display": "Clavicle - right MRI WO contrast" + }, + { + "code": "36443-0", + "display": "Elbow CT WO contrast" + }, + { + "code": "30796-7", + "display": "Elbow MRI WO contrast" + }, + { + "code": "36444-8", + "display": "Elbow - bilateral CT WO contrast" + }, + { + "code": "69171-7", + "display": "Elbow - bilateral MRI WO contrast" + }, + { + "code": "36445-5", + "display": "Elbow - left CT WO contrast" + }, + { + "code": "36446-3", + "display": "Elbow - left MRI WO contrast" + }, + { + "code": "36447-1", + "display": "Elbow - right CT WO contrast" + }, + { + "code": "36448-9", + "display": "Elbow - right MRI WO contrast" + }, + { + "code": "42278-2", + "display": "Extremity CT WO contrast" + }, + { + "code": "69104-8", + "display": "Extremity - left CT WO contrast" + }, + { + "code": "69111-3", + "display": "Extremity - right CT WO contrast" + }, + { + "code": "36435-6", + "display": "Face MRI WO contrast" + }, + { + "code": "30802-3", + "display": "Facial bones and Maxilla CT WO contrast" + }, + { + "code": "72249-6", + "display": "Facial bones and Sinuses CT WO contrast" + }, + { + "code": "36460-4", + "display": "Femur CT WO contrast" + }, + { + "code": "69173-3", + "display": "Femur - bilateral MRI WO contrast" + }, + { + "code": "36462-0", + "display": "Femur - left CT WO contrast" + }, + { + "code": "36464-6", + "display": "Femur - right CT WO contrast" + }, + { + "code": "69196-4", + "display": "Finger MRI WO contrast" + }, + { + "code": "69206-1", + "display": "Finger - left MRI WO contrast" + }, + { + "code": "69216-0", + "display": "Finger - right MRI WO contrast" + }, + { "code": "36466-1", "display": "Foot CT WO contrast" }, + { + "code": "30681-1", + "display": "Foot MRI WO contrast" + }, + { + "code": "36467-9", + "display": "Foot - bilateral MRI WO contrast" + }, + { + "code": "36468-7", + "display": "Foot - left CT WO contrast" + }, + { + "code": "36469-5", + "display": "Foot - left MRI WO contrast" + }, + { + "code": "36470-3", + "display": "Foot - right CT WO contrast" + }, + { + "code": "36471-1", + "display": "Foot - right MRI WO contrast" + }, + { + "code": "36472-9", + "display": "Forearm CT WO contrast" + }, + { + "code": "30683-7", + "display": "Forearm MRI WO contrast" + }, + { + "code": "69176-6", + "display": "Forearm - bilateral MRI WO contrast" + }, + { + "code": "36473-7", + "display": "Forearm - left CT WO contrast" + }, + { + "code": "36474-5", + "display": "Forearm - left MRI WO contrast" + }, + { + "code": "36475-2", + "display": "Forearm - right CT WO contrast" + }, + { + "code": "36476-0", + "display": "Forearm - right MRI WO contrast" + }, + { "code": "36477-8", "display": "Hand CT WO contrast" }, + { + "code": "30685-2", + "display": "Hand MRI WO contrast" + }, + { + "code": "69179-0", + "display": "Hand - bilateral MRI WO contrast" + }, + { + "code": "36478-6", + "display": "Hand - left CT WO contrast" + }, + { + "code": "36479-4", + "display": "Hand - left MRI WO contrast" + }, + { + "code": "36480-2", + "display": "Hand - right CT WO contrast" + }, + { + "code": "36481-0", + "display": "Hand - right MRI WO contrast" + }, + { "code": "30799-1", "display": "Head CT WO contrast" }, + { + "code": "36876-1", + "display": "Head veins MRI angiogram WO contrast" + }, + { + "code": "42293-1", + "display": "Head vessels CT angiogram WO contrast" + }, + { + "code": "36881-1", + "display": "Head vessels MRI angiogram WO contrast" + }, + { + "code": "36482-8", + "display": "Heart MRI WO contrast" + }, + { "code": "36484-4", "display": "Hip CT WO contrast" }, + { "code": "30687-8", "display": "Hip MRI WO contrast" }, + { + "code": "36485-1", + "display": "Hip - bilateral CT WO contrast" + }, + { + "code": "36486-9", + "display": "Hip - bilateral MRI WO contrast" + }, + { + "code": "36487-7", + "display": "Hip - left CT WO contrast" + }, + { + "code": "36488-5", + "display": "Hip - left MRI WO contrast" + }, + { + "code": "36489-3", + "display": "Hip - right CT WO contrast" + }, + { + "code": "36490-1", + "display": "Hip - right MRI WO contrast" + }, + { + "code": "30584-7", + "display": "Internal auditory canal CT WO contrast" + }, + { + "code": "30658-9", + "display": "Internal auditory canal MRI WO contrast" + }, + { + "code": "43770-7", + "display": "Kidney CT WO contrast" + }, + { + "code": "43773-1", + "display": "Kidney MRI WO contrast" + }, + { + "code": "36503-1", + "display": "Kidney - bilateral CT WO contrast" + }, + { + "code": "36504-9", + "display": "Kidney - bilateral MRI WO contrast" + }, + { + "code": "39359-5", + "display": "Kidney - bilateral X-ray tomograph WO contrast" + }, + { "code": "36505-6", "display": "Knee CT WO contrast" }, + { + "code": "30691-0", + "display": "Knee MRI WO contrast" + }, + { + "code": "69089-1", + "display": "Knee - bilateral CT WO contrast" + }, + { + "code": "36506-4", + "display": "Knee - bilateral MRI WO contrast" + }, + { + "code": "36507-2", + "display": "Knee - left CT WO contrast" + }, + { + "code": "36508-0", + "display": "Knee - left MRI WO contrast" + }, + { + "code": "36509-8", + "display": "Knee - right CT WO contrast" + }, + { + "code": "36510-6", + "display": "Knee - right MRI WO contrast" + }, + { + "code": "36511-4", + "display": "Larynx CT WO contrast" + }, + { + "code": "48445-1", + "display": "Larynx MRI WO contrast" + }, + { + "code": "30611-8", + "display": "Liver CT WO contrast" + }, + { + "code": "30669-6", + "display": "Liver MRI WO contrast" + }, + { + "code": "30625-8", + "display": "Lower extremity CT WO contrast" + }, + { + "code": "39292-8", + "display": "Lower extremity MRI WO contrast" + }, + { + "code": "44129-5", + "display": "Lower extremity vessels MRI angiogram WO contrast" + }, + { + "code": "36450-5", + "display": "Lower extremity vessels - bilateral MRI angiogram WO contrast" + }, + { + "code": "36882-9", + "display": "Lower extremity vessels - left MRI angiogram WO contrast" + }, + { + "code": "38773-8", + "display": "Lower extremity vessels - right MRI angiogram WO contrast" + }, + { + "code": "36449-7", + "display": "Lower extremity - bilateral CT WO contrast" + }, + { + "code": "36451-3", + "display": "Lower extremity - bilateral MRI WO contrast" + }, + { + "code": "36497-6", + "display": "Lower Extremity Joint MRI WO contrast" + }, + { + "code": "36498-4", + "display": "Lower extremity joint - left MRI WO contrast" + }, + { + "code": "36499-2", + "display": "Lower extremity joint - right MRI WO contrast" + }, + { + "code": "36452-1", + "display": "Lower extremity - left CT WO contrast" + }, + { + "code": "36453-9", + "display": "Lower extremity - left MRI WO contrast" + }, + { + "code": "36454-7", + "display": "Lower extremity - right CT WO contrast" + }, + { + "code": "36455-4", + "display": "Lower extremity - right MRI WO contrast" + }, + { + "code": "36537-9", + "display": "Lower leg CT WO contrast" + }, + { + "code": "30869-2", + "display": "Lower leg MRI WO contrast" + }, + { + "code": "69185-7", + "display": "Lower leg - bilateral MRI WO contrast" + }, + { + "code": "36538-7", + "display": "Lower leg - left CT WO contrast" + }, + { + "code": "36539-5", + "display": "Lower leg - left MRI WO contrast" + }, + { + "code": "36540-3", + "display": "Lower leg - right CT WO contrast" + }, + { + "code": "36541-1", + "display": "Lower leg - right MRI WO contrast" + }, + { + "code": "36512-2", + "display": "Mandible CT WO contrast" + }, + { + "code": "36513-0", + "display": "Nasopharynx MRI WO contrast" + }, + { + "code": "30585-4", + "display": "Nasopharynx and Neck CT WO contrast" + }, + { "code": "36514-8", "display": "Neck CT WO contrast" }, + { + "code": "30660-5", + "display": "Neck MRI WO contrast" + }, + { + "code": "36877-9", + "display": "Neck veins MRI angiogram WO contrast" + }, + { + "code": "36549-4", + "display": "Neck vessels MRI angiogram WO contrast" + }, + { + "code": "46331-5", + "display": "Orbit CT WO contrast" + }, + { + "code": "36872-0", + "display": "Orbit MRI WO contrast" + }, + { + "code": "30587-0", + "display": "Orbit - bilateral CT WO contrast" + }, + { + "code": "30661-3", + "display": "Orbit - bilateral MRI WO contrast" + }, + { + "code": "36873-8", + "display": "Orbit - left MRI WO contrast" + }, + { + "code": "36874-6", + "display": "Orbit - right MRI WO contrast" + }, + { + "code": "36956-1", + "display": "Orbit and Face MRI WO contrast" + }, + { + "code": "46332-3", + "display": "Orbit and Face and Neck MRI WO contrast" + }, + { + "code": "36875-3", + "display": "Ovary MRI WO contrast" + }, + { + "code": "30613-4", + "display": "Pancreas CT WO contrast" + }, + { + "code": "36515-5", + "display": "Pancreas MRI WO contrast" + }, + { + "code": "37280-5", + "display": "Parotid gland CT WO contrast" + }, + { + "code": "37281-3", + "display": "Parotid gland MRI WO contrast" + }, + { + "code": "30615-9", + "display": "Pelvis CT WO contrast" + }, + { + "code": "30673-8", + "display": "Pelvis MRI WO contrast" + }, + { + "code": "36883-7", + "display": "Pelvis vessels MRI angiogram WO contrast" + }, + { + "code": "30671-2", + "display": "Pelvis and Hip MRI WO contrast" + }, + { + "code": "30589-6", + "display": "Petrous bone CT WO contrast" + }, + { + "code": "30591-2", + "display": "Pituitary and Sella turcica CT WO contrast" + }, + { + "code": "30666-2", + "display": "Pituitary and Sella turcica MRI WO contrast" + }, + { + "code": "36543-7", + "display": "Portal vein MRI angiogram WO contrast" + }, + { + "code": "36517-1", + "display": "Posterior fossa CT WO contrast" + }, + { + "code": "36518-9", + "display": "Posterior fossa MRI WO contrast" + }, + { + "code": "36519-7", + "display": "Prostate MRI WO contrast" + }, + { + "code": "36544-5", + "display": "Renal vein MRI angiogram WO contrast" + }, + { + "code": "44133-7", + "display": "Renal vessels MRI angiogram WO contrast" + }, + { + "code": "36501-5", + "display": "Sacroiliac Joint CT WO contrast" + }, + { + "code": "36502-3", + "display": "Sacroiliac Joint MRI WO contrast" + }, + { + "code": "36520-5", + "display": "Sacrum CT WO contrast" + }, + { + "code": "36521-3", + "display": "Sacrum MRI WO contrast" + }, + { + "code": "36522-1", + "display": "Sacrum and Coccyx MRI WO contrast" + }, + { + "code": "69118-8", + "display": "Scapula CT WO contrast" + }, + { + "code": "36523-9", + "display": "Scapula - left MRI WO contrast" + }, + { + "code": "38770-4", + "display": "Scapula - right MRI WO contrast" + }, + { + "code": "36535-3", + "display": "Scrotum and Testicle MRI WO contrast" + }, + { + "code": "36524-7", + "display": "Shoulder CT WO contrast" + }, + { + "code": "30693-6", + "display": "Shoulder MRI WO contrast" + }, + { + "code": "69090-9", + "display": "Shoulder - bilateral CT WO contrast" + }, + { + "code": "36525-4", + "display": "Shoulder - bilateral MRI WO contrast" + }, + { + "code": "36526-2", + "display": "Shoulder - left CT WO contrast" + }, + { + "code": "38834-8", + "display": "Shoulder - left MRI WO contrast" + }, + { + "code": "36527-0", + "display": "Shoulder - right CT WO contrast" + }, + { + "code": "36528-8", + "display": "Shoulder - right MRI WO contrast" + }, + { + "code": "36529-6", + "display": "Sinuses CT WO contrast" + }, + { + "code": "30662-1", + "display": "Sinuses MRI WO contrast" + }, + { + "code": "44112-1", + "display": "Skull.base CT WO contrast" + }, + { + "code": "48687-8", + "display": "Skull.base MRI WO contrast" + }, + { + "code": "37293-8", + "display": "Soft tissue MRI WO contrast" + }, + { + "code": "36530-4", + "display": "Spine CT WO contrast" + }, + { + "code": "36531-2", + "display": "Spine MRI WO contrast" + }, + { + "code": "37510-5", + "display": "Spine vessels MRI angiogram WO contrast" + }, + { + "code": "30592-0", + "display": "Spine Cervical CT WO contrast" + }, + { + "code": "30667-0", + "display": "Spine Cervical MRI WO contrast" + }, + { + "code": "37511-3", + "display": "Cervical Spine vessels MRI angiogram WO contrast" + }, + { + "code": "30854-4", + "display": "Spine Cervical and Thoracic and Lumbar MRI WO contrast" + }, + { + "code": "30620-9", + "display": "Spine Lumbar CT WO contrast" + }, + { + "code": "30679-5", + "display": "Spine Lumbar MRI WO contrast" + }, + { + "code": "37994-1", + "display": "Lumbar Spine vessels MRI angiogram WO contrast" + }, + { + "code": "37288-8", + "display": "Spine Lumbosacral Junction CT WO contrast" + }, + { + "code": "30597-9", + "display": "Spine Thoracic CT WO contrast" + }, + { + "code": "36532-0", + "display": "Spine Thoracic MRI WO contrast" + }, + { + "code": "37512-1", + "display": "Thoracic Spine vessels MRI angiogram WO contrast" + }, + { + "code": "30621-7", + "display": "Spleen CT WO contrast" + }, + { + "code": "36533-8", + "display": "Spleen MRI WO contrast" + }, + { + "code": "37282-1", + "display": "Sternoclavicular Joint CT WO contrast" + }, + { + "code": "36534-6", + "display": "Sternum CT WO contrast" + }, + { + "code": "44230-1", + "display": "Superior mesenteric vessels MRI angiogram WO contrast" + }, + { + "code": "36866-2", + "display": "Temporal bone CT WO contrast" + }, + { + "code": "36867-0", + "display": "Temporal bone - left CT WO contrast" + }, + { + "code": "36868-8", + "display": "Temporal bone - right CT WO contrast" + }, + { + "code": "37283-9", + "display": "Temporomandibular joint CT WO contrast" + }, + { + "code": "37284-7", + "display": "Temporomandibular joint MRI WO contrast" + }, + { + "code": "37285-4", + "display": "Temporomandibular joint - bilateral MRI WO contrast" + }, + { + "code": "37286-2", + "display": "Temporomandibular joint - left MRI WO contrast" + }, + { + "code": "37287-0", + "display": "Temporomandibular joint - right MRI WO contrast" + }, + { + "code": "36461-2", + "display": "Thigh MRI WO contrast" + }, + { + "code": "43514-9", + "display": "Thigh vessels - left MRI angiogram WO contrast" + }, + { + "code": "43515-6", + "display": "Thigh vessels - right MRI angiogram WO contrast" + }, + { + "code": "36463-8", + "display": "Thigh - left MRI WO contrast" + }, + { + "code": "36465-3", + "display": "Thigh - right MRI WO contrast" + }, + { + "code": "30654-8", + "display": "Thoracic outlet MRI WO contrast" + }, + { + "code": "38833-0", + "display": "Thoracic outlet - left MRI WO contrast" + }, + { + "code": "36516-3", + "display": "Thoracic outlet - right MRI WO contrast" + }, + { + "code": "36955-3", + "display": "Thyroid CT WO contrast" + }, + { + "code": "36536-1", + "display": "Thyroid MRI WO contrast" + }, + { + "code": "72242-1", + "display": "Toes - left MRI WO contrast" + }, + { + "code": "72239-7", + "display": "Toes - right MRI WO contrast" + }, + { + "code": "36491-9", + "display": "Upper arm CT WO contrast" + }, + { + "code": "30689-4", + "display": "Upper arm MRI WO contrast" + }, + { + "code": "69183-2", + "display": "Upper arm - bilateral MRI WO contrast" + }, + { + "code": "36492-7", + "display": "Upper arm - left CT WO contrast" + }, + { + "code": "36493-5", + "display": "Upper arm - left MRI WO contrast" + }, + { + "code": "36494-3", + "display": "Upper arm - right CT WO contrast" + }, + { + "code": "36495-0", + "display": "Upper arm - right MRI WO contrast" + }, + { + "code": "30627-4", + "display": "Upper extremity CT WO contrast" + }, + { + "code": "39033-6", + "display": "Upper extremity MRI WO contrast" + }, + { + "code": "36548-6", + "display": "Upper extremity vessels MRI angiogram WO contrast" + }, + { + "code": "36456-2", + "display": "Upper extremity - bilateral CT WO contrast" + }, + { + "code": "69188-1", + "display": "Upper extremity - bilateral MRI WO contrast" + }, + { + "code": "36500-7", + "display": "Upper extremity .joint MRI WO contrast" + }, + { + "code": "36869-6", + "display": "Upper extremity joint - left MRI WO contrast" + }, + { + "code": "36870-4", + "display": "Upper extremity joint - right MRI WO contrast" + }, + { + "code": "36457-0", + "display": "Upper extremity - left CT WO contrast" + }, + { + "code": "38832-2", + "display": "Upper extremity - left MRI WO contrast" + }, + { + "code": "36458-8", + "display": "Upper extremity - right CT WO contrast" + }, + { + "code": "36459-6", + "display": "Upper extremity - right MRI WO contrast" + }, + { + "code": "36542-9", + "display": "Uterus MRI WO contrast" + }, + { + "code": "36545-2", + "display": "Inferior vena cava MRI WO contrast" + }, + { + "code": "36546-0", + "display": "Superior vena cava MRI WO contrast" + }, + { + "code": "37459-5", + "display": "Wrist CT WO contrast" + }, + { + "code": "37460-3", + "display": "Wrist MRI WO contrast" + }, + { + "code": "43516-4", + "display": "Wrist vessels - left MRI angiogram WO contrast" + }, + { + "code": "43517-2", + "display": "Wrist vessels - right MRI angiogram WO contrast" + }, + { + "code": "37461-1", + "display": "Wrist - bilateral CT WO contrast" + }, + { + "code": "37462-9", + "display": "Wrist - bilateral MRI WO contrast" + }, + { + "code": "37463-7", + "display": "Wrist - left CT WO contrast" + }, + { + "code": "37464-5", + "display": "Wrist - left MRI WO contrast" + }, + { + "code": "37465-2", + "display": "Wrist - right CT WO contrast" + }, + { + "code": "37466-0", + "display": "Wrist - right MRI WO contrast" + }, + { + "code": "43525-5", + "display": "Unspecified body region CT WO contrast" + }, + { + "code": "69223-6", + "display": "Unspecified body region MRI WO contrast" + }, + { + "code": "36871-2", + "display": "Joint MRI WO contrast" + }, + { + "code": "24787-4", + "display": "Kidney - bilateral X-ray tomograph WO contrast and 10M post contrast IV" + }, + { + "code": "30712-4", + "display": "Hip US WO developmental joint assessment" + }, + { + "code": "25051-4", + "display": "Unspecified body region CT Multisectional sagittal" + }, + { + "code": "29750-7", + "display": "Neonatal intensive care records" + }, + { + "code": "25060-5", + "display": "Unspecified body region US No charge" + }, + { + "code": "52072-6", + "display": "Non-emergency transportation" + }, + { + "code": "53246-5", + "display": "Non-medical services" + }, + { "code": "46210-1", "display": "Case manager Note" }, + { + "code": "34819-3", + "display": "Pathology Evaluation and management note" + }, + { + "code": "46215-0", + "display": "Wound care management Note" + }, + { + "code": "28568-4", + "display": "Physician Emergency department Note" + }, + { "code": "11536-0", "display": "Nurse Notes" }, + { + "code": "52066-8", + "display": "Notice of Discharge Medicare Appeal Rights (NODMAR) form" + }, + { + "code": "53244-0", + "display": "Notice of privacy practices receipt" + }, + { "code": "11543-6", "display": "Nursery records" }, + { "code": "46208-5", "display": "Nursing notes" }, + { + "code": "52051-0", + "display": "Orthotics/Prosthetics" + }, + { + "code": "52052-8", + "display": "Osteogenesis stimulators" + }, + { "code": "52053-6", "display": "Oxygen" }, + { "code": "52054-4", "display": "Parenteral" }, + { + "code": "52067-6", + "display": "Past filing limit justification" + }, + { + "code": "24620-7", + "display": "Catheter Fluoroscopy Patency check W contrast via catheter" + }, + { + "code": "33721-2", + "display": "Bone marrow Pathology biopsy report" + }, + { + "code": "34122-2", + "display": "Pathology procedure note" + }, + { + "code": "55188-7", + "display": "Patient data Document" + }, + { + "code": "55750-4", + "display": "Patient safety report Event Document" + }, + { "code": "52034-6", "display": "Payer letter" }, + { + "code": "24882-3", + "display": "Popliteal artery Fluoroscopic angiogram Percutaneous transluminal angioplasty of vessel W contrast IA" + }, + { + "code": "69252-5", + "display": "Pulmonary artery Fluoroscopic angiogram Percutaneous transluminal angioplasty of vessel W contrast IA" + }, + { + "code": "69248-3", + "display": "Renal artery Fluoroscopic angiogram Percutaneous transluminal angioplasty of vessel W contrast IA" + }, + { + "code": "42018-2", + "display": "Vein Fluoroscopic angiogram Percutaneous transluminal angioplasty of vessel W contrast IA" + }, + { + "code": "69301-0", + "display": "Upper extremity vein Fluoroscopic angiogram Percutaneous transluminal angioplasty of vessel W contrast IV" + }, + { "code": "28629-4", "display": "Perimetry study" }, + { + "code": "74030-8", + "display": "Periodontal service attachment" + }, + { + "code": "29752-3", + "display": "Perioperative records" + }, + { + "code": "24875-7", + "display": "Peripheral vessel US.doppler Peripheral plane" + }, + { + "code": "51965-2", + "display": "Pharmacogenetic analysis report in Blood or Tissue Document by Molecular genetics method" + }, + { + "code": "51850-6", + "display": "Physical findings of Head and Ears and Eyes and Nose and Throat" + }, + { + "code": "24998-7", + "display": "Placement check of gastrostomy tube W contrast via GI tube" + }, + { + "code": "52055-1", + "display": "Power operated vehicles" + }, + { + "code": "52063-5", + "display": "Prescription for durable medical equipment (DME)" + }, + { + "code": "18836-7", + "display": "Cardiac stress study Procedure" + }, + { + "code": "28570-0", + "display": "Provider-unspecified Procedure note" + }, + { + "code": "28577-5", + "display": "Dentist procedure note" + }, + { + "code": "11505-5", + "display": "Physician procedure note" + }, + { + "code": "28625-2", + "display": "Podiatry procedure note" + }, + { + "code": "52068-4", + "display": "Property and casualty state mandated forms" + }, + { "code": "46209-3", "display": "Provider orders" }, + { + "code": "55751-2", + "display": "Public health case report Document" + }, + { "code": "52075-9", "display": "Purchase invoice" }, + { + "code": "55184-6", + "display": "Quality Reporting Document Architecture calculated summary report population Document" + }, + { + "code": "55182-0", + "display": "Quality Reporting Document Architecture incidence report Document" + }, + { + "code": "55183-8", + "display": "Quality Reporting Document Architecture patient list report population Document" + }, + { + "code": "62385-0", + "display": "Recommendation [interpretation] Document" + }, + { + "code": "11514-7", + "display": "Chiropractic Records total Encounter" + }, + { + "code": "11521-2", + "display": "Occupational therapy Records total Encounter" + }, + { + "code": "11515-4", + "display": "Physical therapy Records total Encounter" + }, + { + "code": "11516-2", + "display": "Physician Records total Encounter" + }, + { + "code": "11517-0", + "display": "Podiatry Records total Encounter" + }, + { + "code": "11518-8", + "display": "Psychology Records total Encounter" + }, + { + "code": "11519-6", + "display": "Social service Records total Encounter" + }, + { + "code": "11520-4", + "display": "Speech therapy Records total Encounter" + }, + { + "code": "44226-9", + "display": "Colon Fluoroscopy Reduction W views W barium contrast PR" + }, + { + "code": "30636-5", + "display": "Colon Fluoroscopy Reduction W views W contrast PR" + }, + { + "code": "18823-5", + "display": "Alcohol and/or substance abuse service attachment" + }, + { + "code": "18824-3", + "display": "Cardiac service attachment" + }, + { + "code": "18825-0", + "display": "Medical social services attachment" + }, + { + "code": "18826-8", + "display": "Occupational therapy service attachment" + }, + { + "code": "19002-5", + "display": "Physical therapy service attachment" + }, + { + "code": "18594-2", + "display": "Psychiatric service attachment" + }, + { + "code": "52184-9", + "display": "Pulmonary therapy service attachment" + }, + { + "code": "19003-3", + "display": "Respiratory therapy service attachment" + }, + { + "code": "19004-1", + "display": "Skilled nursing service attachment" + }, + { + "code": "29206-0", + "display": "Speech therapy service attachment" + }, + { + "code": "25073-8", + "display": "Vessel Fluoroscopic angiogram Removal of foreign body from vascular space" + }, + { + "code": "52056-9", + "display": "Repair of durable medical equipment" + }, + { + "code": "25015-9", + "display": "Upper GI tract Replacement of percutaneous gastrojejunostomy" + }, + { + "code": "60569-1", + "display": "Report addendum.synoptic Document" + }, + { + "code": "55187-9", + "display": "Reporting parameters Document" + }, + { "code": "52057-7", "display": "Seat lift mechanism" }, + { "code": "52058-5", "display": "Seating systems" }, + { + "code": "52039-5", + "display": "Skilled Nursing Facility (SNF) record" + }, + { + "code": "52059-3", + "display": "Speech generating device" + }, + { + "code": "52060-1", + "display": "Standers/standing frames" + }, + { + "code": "52029-6", + "display": "Sterilization consent" + }, + { "code": "55228-1", "display": "Cytogenetics study" }, + { + "code": "18752-6", + "display": "Exercise stress test study" + }, + { + "code": "29755-6", + "display": "Nerve conduction study" + }, + { "code": "11526-1", "display": "Pathology study" }, + { + "code": "28633-6", + "display": "Polysomnography (sleep) study" + }, + { "code": "11527-9", "display": "Psychiatry study" }, + { + "code": "58477-1", + "display": "Pulmonary function report" + }, + { + "code": "11529-5", + "display": "Surgical pathology study" + }, + { + "code": "55230-7", + "display": "Immunophenotyping study" + }, + { "code": "11523-8", "display": "EEG study" }, + { "code": "11541-0", "display": "MRI Brain study" }, + { "code": "29757-2", "display": "Colposcopy study" }, + { + "code": "33717-0", + "display": "Cytology Cervical or vaginal smear or scraping study" + }, + { + "code": "18745-0", + "display": "Cardiac catheterization study" + }, + { "code": "11524-6", "display": "EKG study" }, + { + "code": "18750-0", + "display": "Electrophysiology study" + }, + { + "code": "18754-2", + "display": "Holter monitor study" + }, + { "code": "18746-8", "display": "Colonoscopy study" }, + { + "code": "18753-4", + "display": "Flexible sigmoidoscopy study" + }, + { + "code": "29756-4", + "display": "Peritoneoscopy study" + }, + { "code": "18744-3", "display": "Bronchoscopy study" }, + { "code": "18759-1", "display": "Spirometry study" }, + { + "code": "38269-7", + "display": "Study report Skeletal system DXA" + }, + { "code": "18756-7", "display": "MRI Spine study" }, + { + "code": "17787-3", + "display": "Thyroid Scan Study report" + }, + { "code": "55229-9", "display": "Immune stain study" }, + { "code": "18751-8", "display": "Endoscopy study" }, + { "code": "18742-7", "display": "Arthroscopy study" }, + { + "code": "33716-2", + "display": "Non-gynecological cytology method study" + }, + { + "code": "18748-4", + "display": "Diagnostic imaging study" + }, + { + "code": "18749-2", + "display": "Electromyogram study" + }, + { + "code": "33719-6", + "display": "Flow cytometry study" + }, + { "code": "29754-9", "display": "Nystagmogram study" }, + { + "code": "52038-7", + "display": "Subscriber Information including retroactive and presumptive eligibility" + }, + { "code": "52061-9", "display": "Support surfaces" }, + { + "code": "28583-3", + "display": "Dentist Operation note" + }, + { + "code": "28573-4", + "display": "Physician, Operation note" + }, + { "code": "60568-3", "display": "Synoptic report" }, + { + "code": "52069-2", + "display": "Tax ID number - IRS form W9" + }, + { "code": "11534-5", "display": "Temperature charts" }, + { "code": "46213-5", "display": "Tilt table study" }, + { "code": "28630-2", "display": "Tonometry study" }, + { + "code": "52062-7", + "display": "Transcutaneous electrical neural stimulation (TENS)" + }, + { "code": "28651-8", "display": "Nurse Transfer note" }, + { + "code": "28616-1", + "display": "Physician Transfer note" + }, + { + "code": "69409-1", + "display": "U.S. standard certificate of death - 2003 revision" + }, + { + "code": "24783-3", + "display": "Kidney - bilateral Fluoroscopy Urodynamics" + }, + { + "code": "25065-4", + "display": "Unspecified body region Fluoroscopy 15 minutes" + }, + { + "code": "25068-8", + "display": "Unspecified body region Fluoroscopy 1 hour" + }, + { + "code": "43471-2", + "display": "Unspecified body region Fluoroscopy 2 hour" + }, + { + "code": "25066-2", + "display": "Unspecified body region Fluoroscopy 30 minutes" + }, + { + "code": "25067-0", + "display": "Unspecified body region Fluoroscopy 45 minutes" + }, + { + "code": "43472-0", + "display": "Unspecified body region Fluoroscopy 90 minutes" + }, + { + "code": "42702-1", + "display": "Unspecified body region Fluoroscopy Greater than 1 hour" + }, + { + "code": "42703-9", + "display": "Unspecified body region Fluoroscopy Less than 1 hour" + }, + { + "code": "36550-2", + "display": "Abdomen X-ray Single view" + }, + { + "code": "36551-0", + "display": "Ankle X-ray Single view" + }, + { + "code": "69307-7", + "display": "Ankle - left X-ray Single view" + }, + { + "code": "69314-3", + "display": "Ankle - right X-ray Single view" + }, + { + "code": "46335-6", + "display": "Breast - bilateral Mammogram Single view" + }, + { + "code": "46336-4", + "display": "Breast - left Mammogram Single view" + }, + { + "code": "46337-2", + "display": "Breast - right Mammogram Single view" + }, + { + "code": "46338-0", + "display": "Breast - unilateral Mammogram Single view" + }, + { + "code": "36564-3", + "display": "Calcaneus X-ray Single view" + }, + { + "code": "69311-9", + "display": "Calcaneus - left X-ray Single view" + }, + { + "code": "69319-2", + "display": "Calcaneus - right X-ray Single view" + }, + { + "code": "36554-4", + "display": "Chest X-ray Single view" + }, + { + "code": "42699-9", + "display": "Chest and Abdomen X-ray Single view" + }, + { + "code": "36555-1", + "display": "Clavicle X-ray Single view" + }, + { + "code": "36556-9", + "display": "Elbow X-ray Single view" + }, + { + "code": "69308-5", + "display": "Elbow - left X-ray Single view" + }, + { + "code": "69315-0", + "display": "Elbow - right X-ray Single view" + }, + { + "code": "42153-7", + "display": "Extremity X-ray Single view" + }, + { + "code": "36559-3", + "display": "Femur X-ray Single view" + }, + { + "code": "36560-1", + "display": "Femur - left X-ray Single view" + }, + { + "code": "37689-7", + "display": "Femur - right X-ray Single view" + }, + { + "code": "36561-9", + "display": "Foot X-ray Single view" + }, + { + "code": "69309-3", + "display": "Foot - left X-ray Single view" + }, + { + "code": "69316-8", + "display": "Foot - right X-ray Single view" + }, + { + "code": "36563-5", + "display": "Hand X-ray Single view" + }, + { + "code": "69310-1", + "display": "Hand - left X-ray Single view" + }, + { + "code": "69318-4", + "display": "Hand - right X-ray Single view" + }, + { + "code": "24761-9", + "display": "Hip X-ray Single view" + }, + { + "code": "26400-2", + "display": "Hip - bilateral X-ray Single view" + }, + { + "code": "26401-0", + "display": "Hip - left X-ray Single view" + }, + { + "code": "26402-8", + "display": "Hip - right X-ray Single view" + }, + { + "code": "36565-0", + "display": "Humerus X-ray Single view" + }, + { + "code": "69312-7", + "display": "Humerus - left X-ray Single view" + }, + { + "code": "69320-0", + "display": "Humerus - right X-ray Single view" + }, + { + "code": "36566-8", + "display": "Knee - bilateral X-ray Single view" + }, + { + "code": "36567-6", + "display": "Knee - left X-ray Single view" + }, + { + "code": "37741-6", + "display": "Knee - right X-ray Single view" + }, + { + "code": "36557-7", + "display": "Lower extremity - bilateral X-ray Single view" + }, + { + "code": "36558-5", + "display": "Lower extremity - left X-ray Single view" + }, + { + "code": "37764-8", + "display": "Lower extremity - right X-ray Single view" + }, + { + "code": "37614-5", + "display": "Patella X-ray Single view" + }, + { + "code": "69152-7", + "display": "Patella - left X-ray Single view" + }, + { + "code": "69260-8", + "display": "Patella - right X-ray Single view" + }, + { + "code": "37616-0", + "display": "Pelvis X-ray Single view" + }, + { + "code": "69317-6", + "display": "Radius - right and Ulna - right X-ray Single view" + }, + { + "code": "42313-7", + "display": "Ribs - left X-ray Single view" + }, + { + "code": "42314-5", + "display": "Ribs - right X-ray Single view" + }, + { + "code": "37654-1", + "display": "Scapula X-ray Single view" + }, + { + "code": "30748-8", + "display": "Shoulder X-ray Single view" + }, + { + "code": "36568-4", + "display": "Shoulder - bilateral X-ray Single view" + }, + { + "code": "36569-2", + "display": "Shoulder - left X-ray Single view" + }, + { + "code": "37792-9", + "display": "Shoulder - right X-ray Single view" + }, + { + "code": "37851-3", + "display": "Sinuses X-ray Single view" + }, + { + "code": "24917-7", + "display": "Skull X-ray Single view" + }, + { + "code": "48695-1", + "display": "Skull.base X-ray Single view" + }, + { + "code": "37875-2", + "display": "Spine X-ray Single view" + }, + { + "code": "24940-9", + "display": "Spine Cervical X-ray Single view" + }, + { + "code": "30773-6", + "display": "Spine Lumbar X-ray Single view" + }, + { + "code": "37904-0", + "display": "Spine Thoracic X-ray Single view" + }, + { + "code": "38121-0", + "display": "Spine Thoracic and Lumbar X-ray Single view" + }, + { + "code": "69313-5", + "display": "Tibia - left and Fibula - left X-ray Single view" + }, + { + "code": "69321-8", + "display": "Tibia - right and Fibula - right X-ray Single view" + }, + { + "code": "37894-3", + "display": "Tibia and Fibula X-ray Single view" + }, + { + "code": "37924-8", + "display": "Wrist X-ray Single view" + }, + { + "code": "42419-2", + "display": "Wrist - bilateral X-ray Single view" + }, + { + "code": "36570-0", + "display": "Wrist - left X-ray Single view" + }, + { + "code": "37825-7", + "display": "Wrist - right X-ray Single view" + }, + { + "code": "30642-3", + "display": "Unspecified body region Fluoroscopy Single view" + }, + { + "code": "30787-6", + "display": "Joint X-ray Single view" + }, + { + "code": "44176-6", + "display": "Hip X-ray Single view portable" + }, + { + "code": "41775-8", + "display": "Pelvis X-ray Single view portable" + }, + { + "code": "30749-6", + "display": "Shoulder X-ray Single view portable" + }, + { + "code": "30722-3", + "display": "Skull X-ray Single view portable" + }, + { + "code": "30724-9", + "display": "Spine Cervical X-ray Single view portable" + }, + { + "code": "30774-4", + "display": "Spine Lumbar X-ray Single view portable" + }, + { + "code": "70932-9", + "display": "Spine Thoracic X-ray Single view portable" + }, + { + "code": "25063-9", + "display": "Vessel Fluoroscopic angiogram Single view W contrast IA" + }, + { + "code": "69268-1", + "display": "Breast duct Mammogram Single view W contrast intra duct" + }, + { + "code": "49510-1", + "display": "Breast duct - left Mammogram Single view W contrast intra duct" + }, + { + "code": "49509-3", + "display": "Breast duct - right Mammogram Single view W contrast intra duct" + }, + { + "code": "24715-5", + "display": "Gastrointestine upper Fluoroscopy Single view W contrast PO" + }, + { + "code": "37513-9", + "display": "Tibia - bilateral X-ray 10 degree caudal angle" + }, + { + "code": "37514-7", + "display": "Tibia - left X-ray 10 degree caudal angle" + }, + { + "code": "38806-6", + "display": "Tibia - right X-ray 10 degree caudal angle" + }, + { + "code": "37467-8", + "display": "Acromioclavicular Joint X-ray 10 degree cephalic angle" + }, + { + "code": "37468-6", + "display": "Shoulder - bilateral X-ray 30 degree caudal angle" + }, + { + "code": "42431-7", + "display": "Knee - right X-ray 30 degree standing" + }, + { + "code": "69079-2", + "display": "Clavicle X-ray 45 degree cephalic angle" + }, + { + "code": "37469-4", + "display": "Clavicle - bilateral X-ray 45 degree cephalic angle" + }, + { + "code": "37470-2", + "display": "Clavicle - left X-ray 45 degree cephalic angle" + }, + { + "code": "38803-3", + "display": "Clavicle - right X-ray 45 degree cephalic angle" + }, + { + "code": "24799-9", + "display": "Abdomen X-ray AP single view" + }, + { + "code": "36583-3", + "display": "Acromioclavicular joint - left X-ray AP single view" + }, + { + "code": "37662-4", + "display": "Acromioclavicular joint - right X-ray AP single view" + }, + { + "code": "36571-8", + "display": "Ankle X-ray AP single view" + }, + { + "code": "36572-6", + "display": "Chest X-ray AP single view" + }, + { + "code": "36573-4", + "display": "Clavicle X-ray AP single view" + }, + { + "code": "36575-9", + "display": "Femur X-ray AP single view" + }, + { + "code": "36576-7", + "display": "Finger fifth X-ray AP single view" + }, + { + "code": "36577-5", + "display": "Finger fourth X-ray AP single view" + }, + { + "code": "36578-3", + "display": "Finger third X-ray AP single view" + }, + { + "code": "36579-1", + "display": "Foot X-ray AP single view" + }, + { + "code": "36580-9", + "display": "Foot - bilateral X-ray AP single view" + }, + { + "code": "36581-7", + "display": "Hip X-ray AP single view" + }, + { + "code": "36582-5", + "display": "Hip - left X-ray AP single view" + }, + { + "code": "37726-7", + "display": "Hip - right X-ray AP single view" + }, + { + "code": "36584-1", + "display": "Knee X-ray AP single view" + }, + { + "code": "36585-8", + "display": "Knee - bilateral X-ray AP single view" + }, + { + "code": "48462-6", + "display": "Knee - left X-ray AP single view" + }, + { + "code": "48463-4", + "display": "Knee - right X-ray AP single view" + }, + { + "code": "36574-2", + "display": "Lower extremity X-ray AP single view" + }, + { + "code": "42439-0", + "display": "Neck X-ray AP single view" + }, + { + "code": "37622-8", + "display": "Pelvis X-ray AP single view" + }, + { + "code": "39050-0", + "display": "Ribs X-ray AP single view" + }, + { + "code": "36958-7", + "display": "Ribs - bilateral X-ray AP single view" + }, + { + "code": "36959-5", + "display": "Ribs - left X-ray AP single view" + }, + { + "code": "37783-8", + "display": "Ribs - right X-ray AP single view" + }, + { + "code": "39048-4", + "display": "Scapula X-ray AP single view" + }, + { + "code": "37842-2", + "display": "Shoulder X-ray AP single view" + }, + { + "code": "36586-6", + "display": "Shoulder - bilateral X-ray AP single view" + }, + { + "code": "36587-4", + "display": "Shoulder - left X-ray AP single view" + }, + { + "code": "37798-6", + "display": "Shoulder - right X-ray AP single view" + }, + { + "code": "69269-9", + "display": "Skull X-ray AP single view" + }, + { + "code": "37877-8", + "display": "Spine X-ray AP single view" + }, + { + "code": "30725-6", + "display": "Spine Cervical X-ray AP single view" + }, + { + "code": "24948-2", + "display": "Spine Cervical Odontoid and Cervical axis X-ray AP single view" + }, + { + "code": "30777-7", + "display": "Spine Lumbar X-ray AP single view" + }, + { + "code": "30752-0", + "display": "Spine Thoracic X-ray AP single view" + }, + { + "code": "39049-2", + "display": "Spine Thoracic and Lumbar X-ray AP single view" + }, + { + "code": "37880-2", + "display": "Sternoclavicular Joint X-ray AP single view" + }, + { + "code": "37890-1", + "display": "Thumb X-ray AP single view" + }, + { + "code": "37897-6", + "display": "Tibia and Fibula X-ray AP single view" + }, + { + "code": "39402-3", + "display": "Shoulder X-ray AP (W internal rotation and W external rotation)" + }, + { + "code": "37634-3", + "display": "Pelvis X-ray AP 20 degree cephalic angle" + }, + { + "code": "30734-8", + "display": "Chest X-ray AP lateral-decubitus" + }, + { + "code": "30735-5", + "display": "Chest X-ray AP lateral-decubitus portable" + }, + { + "code": "24561-3", + "display": "Abdomen X-ray AP left lateral-decubitus" + }, + { + "code": "24637-1", + "display": "Chest X-ray AP left lateral-decubitus" + }, + { + "code": "24560-5", + "display": "Abdomen X-ray AP left lateral-decubitus portable" + }, + { + "code": "24636-3", + "display": "Chest X-ray AP left lateral-decubitus portable" + }, + { + "code": "36588-2", + "display": "Abdomen X-ray AP portable single view" + }, + { + "code": "36589-0", + "display": "Chest X-ray AP portable single view" + }, + { + "code": "30727-2", + "display": "Spine Cervical X-ray AP portable single view" + }, + { + "code": "30729-8", + "display": "Spine Cervical Odontoid and Cervical axis X-ray AP portable single view" + }, + { + "code": "30755-3", + "display": "Spine Thoracic X-ray AP portable single view" + }, + { + "code": "24563-9", + "display": "Abdomen X-ray AP right lateral-decubitus" + }, + { + "code": "43466-2", + "display": "Chest X-ray AP right lateral-decubitus" + }, + { + "code": "24652-0", + "display": "Chest X-ray AP right lateral-decubitus portable" + }, + { + "code": "43778-0", + "display": "Chest X-ray AP supine portable" + }, + { + "code": "24564-7", + "display": "Abdomen X-ray AP upright portable" + }, + { + "code": "36960-3", + "display": "Chest X-ray AP upright portable" + }, + { + "code": "24807-0", + "display": "Knee X-ray AP single view standing" + }, + { + "code": "26358-2", + "display": "Knee - bilateral X-ray AP single view standing" + }, + { + "code": "26359-0", + "display": "Knee - left X-ray AP single view standing" + }, + { + "code": "26360-8", + "display": "Knee - right X-ray AP single view standing" + }, + { + "code": "44177-4", + "display": "Lower extremity - bilateral X-ray AP single view standing" + }, + { + "code": "38849-6", + "display": "Lower extremity - left X-ray AP single view standing" + }, + { + "code": "37733-3", + "display": "Lower extremity - right X-ray AP single view standing" + }, + { + "code": "42420-0", + "display": "Pelvis X-ray AP single view standing" + }, + { + "code": "42378-0", + "display": "Spine Lumbar X-ray AP single view W left bending" + }, + { + "code": "39410-6", + "display": "Spine Thoracic X-ray AP single view W left bending" + }, + { + "code": "42379-8", + "display": "Spine Lumbar X-ray AP single view W right bending" + }, + { + "code": "39411-4", + "display": "Spine Thoracic X-ray AP single view W right bending" + }, + { + "code": "24723-9", + "display": "Hand X-ray arthritis" + }, + { + "code": "26355-8", + "display": "Hand - bilateral X-ray arthritis" + }, + { + "code": "26356-6", + "display": "Hand - left X-ray arthritis" + }, + { + "code": "26357-4", + "display": "Hand - right X-ray arthritis" + }, + { + "code": "42395-4", + "display": "Foot sesamoid bones - bilateral X-ray axial" + }, + { + "code": "42396-2", + "display": "Foot sesamoid bones - left X-ray axial" + }, + { + "code": "36962-9", + "display": "Breast Mammogram axillary" + }, + { + "code": "37849-7", + "display": "Shoulder X-ray axillary" + }, + { + "code": "36963-7", + "display": "Shoulder - bilateral X-ray axillary" + }, + { + "code": "36964-5", + "display": "Shoulder - left X-ray axillary" + }, + { + "code": "37800-0", + "display": "Shoulder - right X-ray axillary" + }, + { + "code": "36965-2", + "display": "Hand X-ray Ball Catcher" + }, + { + "code": "37471-0", + "display": "Hand - bilateral X-ray Bora" + }, + { + "code": "37472-8", + "display": "Hand - left X-ray Bora" + }, + { + "code": "38804-1", + "display": "Hand - right X-ray Bora" + }, + { + "code": "36966-0", + "display": "Hand - bilateral X-ray Brewerton" + }, + { + "code": "36967-8", + "display": "Hand - left X-ray Brewerton" + }, + { + "code": "38775-3", + "display": "Hand - right X-ray Brewerton" + }, + { + "code": "37928-9", + "display": "Wrist X-ray Brewerton" + }, + { + "code": "37857-0", + "display": "Sinuses X-ray Caldwell" + }, + { + "code": "69132-9", + "display": "Hip X-ray Danelius Miller" + }, + { + "code": "69141-0", + "display": "Hip - left X-ray Danelius Miller" + }, + { + "code": "39514-5", + "display": "Hip - right X-ray Danelius Miller" + }, + { + "code": "37625-1", + "display": "Pelvis X-ray Ferguson" + }, + { + "code": "37650-9", + "display": "Sacroiliac Joint X-ray Ferguson" + }, + { + "code": "65799-9", + "display": "Kidney - bilateral Fluoroscopy View for cyst examination" + }, + { + "code": "65800-5", + "display": "Kidney - left Fluoroscopy View for cyst examination" + }, + { + "code": "65801-3", + "display": "Kidney - right Fluoroscopy View for cyst examination" + }, + { + "code": "37297-9", + "display": "Abdomen and Fetus X-ray View for fetal age" + }, + { + "code": "39149-0", + "display": "Gastrointestinal system and Respiratory system X-ray for foreign body" + }, + { "code": "36973-6", "display": "Hip X-ray Friedman" }, + { + "code": "37843-0", + "display": "Shoulder X-ray Garth" + }, + { + "code": "36974-4", + "display": "Shoulder - left X-ray Garth" + }, + { + "code": "37801-8", + "display": "Shoulder - right X-ray Garth" + }, + { + "code": "37844-8", + "display": "Shoulder X-ray Grashey" + }, + { + "code": "37035-3", + "display": "Shoulder - bilateral X-ray Grashey" + }, + { + "code": "37473-6", + "display": "Shoulder - left X-ray Grashey" + }, + { + "code": "38805-8", + "display": "Shoulder - right X-ray Grashey" + }, + { + "code": "36975-1", + "display": "Calcaneus - bilateral X-ray Harris" + }, + { + "code": "36977-7", + "display": "Calcaneus - left X-ray Harris" + }, + { + "code": "38776-1", + "display": "Calcaneus - right X-ray Harris" + }, + { "code": "36976-9", "display": "Foot X-ray Harris" }, + { "code": "36978-5", "display": "Knee X-ray Holmblad" }, + { "code": "37628-5", "display": "Pelvis X-ray inlet" }, + { "code": "36979-3", "display": "Elbow X-ray Jones" }, + { + "code": "36980-1", + "display": "Elbow - left X-ray Jones" + }, + { + "code": "38777-9", + "display": "Elbow - right X-ray Jones" + }, + { "code": "36981-9", "display": "Hip X-ray Judet" }, + { + "code": "36982-7", + "display": "Hip - bilateral X-ray Judet" + }, + { + "code": "36983-5", + "display": "Hip - left X-ray Judet" + }, + { + "code": "37732-5", + "display": "Hip - right X-ray Judet" + }, + { + "code": "36620-3", + "display": "Chest X-ray left anterior oblique" + }, + { + "code": "36591-6", + "display": "Abdomen X-ray lateral" + }, + { "code": "36592-4", "display": "Ankle X-ray lateral" }, + { "code": "39051-8", "display": "Chest X-ray lateral" }, + { "code": "36593-2", "display": "Femur X-ray lateral" }, + { + "code": "36594-0", + "display": "Finger fifth X-ray lateral" + }, + { + "code": "36595-7", + "display": "Finger fourth X-ray lateral" + }, + { + "code": "36596-5", + "display": "Finger second X-ray lateral" + }, + { + "code": "36597-3", + "display": "Finger third X-ray lateral" + }, + { + "code": "36598-1", + "display": "Foot - left X-ray lateral" + }, + { + "code": "37703-6", + "display": "Foot - right X-ray lateral" + }, + { "code": "36599-9", "display": "Hand X-ray lateral" }, + { + "code": "36600-5", + "display": "Hand - bilateral X-ray lateral" + }, + { + "code": "36601-3", + "display": "Hand - left X-ray lateral" + }, + { + "code": "37712-7", + "display": "Hand - right X-ray lateral" + }, + { "code": "36602-1", "display": "Hip X-ray lateral" }, + { + "code": "36603-9", + "display": "Hip - left X-ray lateral" + }, + { + "code": "37730-9", + "display": "Hip - right X-ray lateral" + }, + { "code": "36604-7", "display": "Knee X-ray lateral" }, + { + "code": "36605-4", + "display": "Knee - bilateral X-ray lateral" + }, + { + "code": "36606-2", + "display": "Knee - left X-ray lateral" + }, + { + "code": "37751-5", + "display": "Knee - right X-ray lateral" + }, + { "code": "24843-5", "display": "Neck X-ray lateral" }, + { + "code": "37629-3", + "display": "Pelvis X-ray lateral" + }, + { "code": "39053-4", "display": "Ribs X-ray lateral" }, + { + "code": "38857-9", + "display": "Ribs - left X-ray lateral" + }, + { + "code": "37784-6", + "display": "Ribs - right X-ray lateral" + }, + { + "code": "37858-8", + "display": "Sinuses X-ray lateral" + }, + { "code": "24920-1", "display": "Skull X-ray lateral" }, + { "code": "39052-6", "display": "Spine X-ray lateral" }, + { + "code": "24943-3", + "display": "Spine Cervical X-ray lateral" + }, + { + "code": "24969-8", + "display": "Spine Lumbar X-ray lateral" + }, + { + "code": "30756-1", + "display": "Spine Thoracic X-ray lateral" + }, + { "code": "37891-9", "display": "Thumb X-ray lateral" }, + { + "code": "37893-5", + "display": "Tibia and Fibula X-ray lateral" + }, + { "code": "37930-5", "display": "Wrist X-ray lateral" }, + { + "code": "36984-3", + "display": "Abdomen X-ray lateral crosstable" + }, + { + "code": "36985-0", + "display": "Hip X-ray lateral crosstable" + }, + { + "code": "36986-8", + "display": "Hip - bilateral X-ray lateral crosstable" + }, + { + "code": "36987-6", + "display": "Hip - left X-ray lateral crosstable" + }, + { + "code": "37727-5", + "display": "Hip - right X-ray lateral crosstable" + }, + { + "code": "36988-4", + "display": "Knee X-ray lateral crosstable" + }, + { + "code": "37872-9", + "display": "Skull X-ray lateral crosstable" + }, + { + "code": "37878-6", + "display": "Spine X-ray lateral crosstable" + }, + { + "code": "36989-2", + "display": "Spine Cervical X-ray lateral crosstable" + }, + { + "code": "36990-0", + "display": "Spine Lumbar X-ray lateral crosstable" + }, + { + "code": "37903-2", + "display": "Spine Thoracic X-ray lateral crosstable" + }, + { + "code": "36991-8", + "display": "Spine Cervical X-ray lateral crosstable portable" + }, + { + "code": "36992-6", + "display": "Spine Lumbar X-ray lateral crosstable portable" + }, + { + "code": "30786-8", + "display": "Hip X-ray lateral frog" + }, + { + "code": "36993-4", + "display": "Hip - bilateral X-ray lateral frog" + }, + { + "code": "36994-2", + "display": "Hip - left X-ray lateral frog" + }, + { + "code": "37729-1", + "display": "Hip - right X-ray lateral frog" + }, + { + "code": "37626-9", + "display": "Pelvis X-ray lateral frog" + }, + { + "code": "36999-1", + "display": "Knee - bilateral X-ray lateral hyperextension" + }, + { + "code": "37000-7", + "display": "Knee - left X-ray lateral hyperextension" + }, + { + "code": "37750-7", + "display": "Knee - right X-ray lateral hyperextension" + }, + { + "code": "37909-9", + "display": "Spine Thoracic X-ray lateral hyperextension" + }, + { + "code": "41774-1", + "display": "Neck X-ray lateral portable" + }, + { + "code": "30757-9", + "display": "Spine Thoracic X-ray lateral portable" + }, + { + "code": "37515-4", + "display": "Spine Lumbosacral Junction X-ray lateral spot" + }, + { + "code": "37516-2", + "display": "Spine Lumbosacral Junction X-ray lateral spot standing" + }, + { + "code": "38066-7", + "display": "Hip - left X-ray lateral during surgery" + }, + { + "code": "38819-9", + "display": "Hip - right X-ray lateral during surgery" + }, + { + "code": "37001-5", + "display": "Foot X-ray lateral standing" + }, + { + "code": "37002-3", + "display": "Knee - left X-ray lateral standing" + }, + { + "code": "37754-9", + "display": "Knee - right X-ray lateral standing" + }, + { + "code": "42442-4", + "display": "Spine X-ray lateral standing" + }, + { + "code": "37003-1", + "display": "Spine Lumbar X-ray lateral standing" + }, + { + "code": "37910-7", + "display": "Spine Thoracic X-ray lateral standing" + }, + { + "code": "36997-5", + "display": "Spine Cervical X-ray lateral W extension" + }, + { + "code": "36971-0", + "display": "Wrist - left X-ray lateral W extension" + }, + { + "code": "37833-1", + "display": "Wrist - right X-ray lateral W extension" + }, + { + "code": "36998-3", + "display": "Spine Cervical X-ray lateral W flexion" + }, + { + "code": "36972-8", + "display": "Wrist - left X-ray lateral W flexion" + }, + { + "code": "37834-9", + "display": "Wrist - right X-ray lateral W flexion" + }, + { "code": "37004-9", "display": "Knee X-ray Laurin" }, + { + "code": "36995-9", + "display": "Abdomen X-ray left lateral" + }, + { + "code": "30737-1", + "display": "Chest X-ray left lateral" + }, + { + "code": "30738-9", + "display": "Chest X-ray left lateral portable" + }, + { + "code": "24639-7", + "display": "Chest X-ray left lateral upright" + }, + { + "code": "24638-9", + "display": "Chest X-ray left lateral upright portable" + }, + { + "code": "37008-0", + "display": "Chest X-ray left oblique" + }, + { + "code": "37009-8", + "display": "Spine Lumbar X-ray left oblique" + }, + { + "code": "24641-3", + "display": "Chest X-ray left oblique portable" + }, + { + "code": "24640-5", + "display": "Chest X-ray lordotic" + }, + { + "code": "38069-1", + "display": "Abdomen X-ray left posterior oblique" + }, + { + "code": "37005-6", + "display": "Breast - left Mammogram magnification" + }, + { + "code": "37773-9", + "display": "Breast - right Mammogram magnification" + }, + { + "code": "42441-6", + "display": "Neck X-ray magnification" + }, + { + "code": "24801-3", + "display": "Knee X-ray Merchants" + }, + { + "code": "26283-2", + "display": "Knee - bilateral X-ray Merchants" + }, + { + "code": "26284-0", + "display": "Knee - left X-ray Merchants" + }, + { + "code": "26285-7", + "display": "Knee - right X-ray Merchants" + }, + { + "code": "37006-4", + "display": "Breast - bilateral Mammogram MLO" + }, + { "code": "37007-2", "display": "Ankle X-ray Mortise" }, + { + "code": "37475-1", + "display": "Ankle - left X-ray Mortise W manual stress" + }, + { + "code": "37671-5", + "display": "Ankle - right X-ray Mortise W manual stress" + }, + { + "code": "38067-5", + "display": "Breast - bilateral Mammogram nipple profile" + }, + { + "code": "36607-0", + "display": "Abdomen X-ray oblique single view" + }, + { + "code": "36609-6", + "display": "Femur X-ray oblique single view" + }, + { + "code": "36610-4", + "display": "Finger fifth X-ray oblique single view" + }, + { + "code": "36611-2", + "display": "Finger fourth X-ray oblique single view" + }, + { + "code": "36612-0", + "display": "Finger second X-ray oblique single view" + }, + { + "code": "36613-8", + "display": "Finger third X-ray oblique single view" + }, + { + "code": "36614-6", + "display": "Foot X-ray oblique single view" + }, + { + "code": "36615-3", + "display": "Foot - left X-ray oblique single view" + }, + { + "code": "37704-4", + "display": "Foot - right X-ray oblique single view" + }, + { + "code": "36616-1", + "display": "Hand X-ray oblique single view" + }, + { + "code": "36617-9", + "display": "Hip X-ray oblique single view" + }, + { + "code": "36618-7", + "display": "Hip - bilateral X-ray oblique single view" + }, + { + "code": "42689-0", + "display": "Spine X-ray oblique single view" + }, + { + "code": "30778-5", + "display": "Spine Lumbar X-ray oblique single view" + }, + { + "code": "30758-7", + "display": "Spine Thoracic X-ray oblique single view" + }, + { + "code": "37892-7", + "display": "Thumb X-ray oblique single view" + }, + { + "code": "44178-2", + "display": "Spine Lumbar X-ray oblique view and (views W right bending and W left bending)" + }, + { + "code": "37545-1", + "display": "Hip - left X-ray oblique crosstable" + }, + { + "code": "37728-3", + "display": "Hip - right X-ray oblique crosstable" + }, + { + "code": "30759-5", + "display": "Spine Thoracic X-ray oblique portable" + }, + { "code": "37631-9", "display": "Pelvis X-ray outlet" }, + { + "code": "37845-5", + "display": "Shoulder X-ray outlet" + }, + { + "code": "37012-2", + "display": "Shoulder - bilateral X-ray outlet" + }, + { + "code": "37013-0", + "display": "Shoulder - left X-ray outlet" + }, + { + "code": "37802-6", + "display": "Shoulder - right X-ray outlet" + }, + { "code": "36621-1", "display": "Hand X-ray PA" }, + { + "code": "36622-9", + "display": "Hand - bilateral X-ray PA" + }, + { + "code": "36623-7", + "display": "Hand - left X-ray PA" + }, + { + "code": "37714-3", + "display": "Hand - right X-ray PA" + }, + { "code": "69270-7", "display": "Skull X-ray PA" }, + { "code": "37931-3", "display": "Wrist X-ray PA" }, + { + "code": "36624-5", + "display": "Wrist - bilateral X-ray PA" + }, + { + "code": "37015-5", + "display": "Abdomen X-ray PA prone" + }, + { + "code": "24648-8", + "display": "Chest X-ray PA upright" + }, + { + "code": "37014-8", + "display": "Knee - left X-ray PA standing" + }, + { + "code": "37755-6", + "display": "Knee - right X-ray PA standing" + }, + { + "code": "37477-7", + "display": "Knee X-ray PA standing and W 45 degree flexion" + }, + { + "code": "37476-9", + "display": "Knee X-ray PA W 45 degree flexion" + }, + { + "code": "39324-9", + "display": "Wrist - left X-ray PA W clenched fist" + }, + { + "code": "69263-2", + "display": "Wrist - right X-ray PA W clenched fist" + }, + { + "code": "24828-6", + "display": "Mandible X-ray panorex" + }, + { + "code": "24871-6", + "display": "Pelvis X-ray pelvimetry" + }, + { + "code": "37998-2", + "display": "Elbow X-ray radial head capitellar" + }, + { + "code": "37999-0", + "display": "Elbow - bilateral X-ray radial head capitellar" + }, + { + "code": "38000-6", + "display": "Elbow - left X-ray radial head capitellar" + }, + { + "code": "38006-3", + "display": "Elbow - right X-ray radial head capitellar" + }, + { + "code": "38068-3", + "display": "Chest X-ray right anterior oblique" + }, + { + "code": "36996-7", + "display": "Abdomen X-ray right lateral" + }, + { + "code": "37010-6", + "display": "Chest X-ray right oblique" + }, + { + "code": "37011-4", + "display": "Spine Lumbar X-ray right oblique" + }, + { + "code": "37018-9", + "display": "Knee X-ray Rosenberg standing" + }, + { + "code": "37020-5", + "display": "Knee - bilateral X-ray Rosenberg standing" + }, + { + "code": "37019-7", + "display": "Knee - left X-ray Rosenberg standing" + }, + { + "code": "37752-3", + "display": "Knee - right X-ray Rosenberg standing" + }, + { + "code": "39323-1", + "display": "Abdomen X-ray right posterior oblique" + }, + { + "code": "49511-9", + "display": "Femoral artery Fluoroscopic angiogram runoff W and WO contrast IA" + }, + { + "code": "24699-1", + "display": "Femoral artery Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "26178-4", + "display": "Femoral artery - bilateral Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "26179-2", + "display": "Femoral artery - left Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "26180-0", + "display": "Femoral artery - right Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "42812-8", + "display": "Wrist X-ray scaphoid single view" + }, + { + "code": "42813-6", + "display": "Wrist - bilateral X-ray scaphoid single view" + }, + { + "code": "42814-4", + "display": "Wrist - left X-ray scaphoid single view" + }, + { + "code": "42811-0", + "display": "Wrist - right X-ray scaphoid single view" + }, + { + "code": "44206-1", + "display": "Spine Thoracic and Lumbar X-ray scoliosis single view" + }, + { + "code": "30714-0", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP" + }, + { + "code": "42426-7", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP sitting" + }, + { + "code": "37659-0", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP standing" + }, + { + "code": "42428-3", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP standing and in brace" + }, + { + "code": "42429-1", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP standing and W right bending" + }, + { + "code": "42427-5", + "display": "Spine Thoracic and Lumbar X-ray scoliosis lateral sitting" + }, + { + "code": "37660-8", + "display": "Spine Thoracic and Lumbar X-ray scoliosis lateral standing" + }, + { + "code": "37846-3", + "display": "Sternoclavicular Joint X-ray Serendipity" + }, + { + "code": "37298-7", + "display": "Sternoclavicular joint - bilateral X-ray Serendipity" + }, + { + "code": "37299-5", + "display": "Sternoclavicular joint - left X-ray Serendipity" + }, + { + "code": "37808-3", + "display": "Sternoclavicular joint - right X-ray Serendipity" + }, + { "code": "43671-7", "display": "Thyroid Scan spot" }, + { "code": "42471-3", "display": "Pelvis X-ray stereo" }, + { "code": "42474-7", "display": "Skull X-ray stereo" }, + { + "code": "39516-0", + "display": "Shoulder X-ray Stryker Notch" + }, + { + "code": "37024-7", + "display": "Shoulder - bilateral X-ray Stryker Notch" + }, + { + "code": "37025-4", + "display": "Shoulder - left X-ray Stryker Notch" + }, + { + "code": "37791-1", + "display": "Shoulder - right X-ray Stryker Notch" + }, + { + "code": "39517-8", + "display": "Shoulder X-ray Stryker Notch and West Point" + }, + { + "code": "37861-2", + "display": "Sinuses X-ray submentovertex" + }, + { + "code": "37026-2", + "display": "Skull X-ray submentovertex" + }, + { "code": "43780-6", "display": "Knee X-ray Sunrise" }, + { + "code": "37027-0", + "display": "Knee - bilateral X-ray Sunrise" + }, + { + "code": "43779-8", + "display": "Knee - left X-ray Sunrise" + }, + { + "code": "69256-6", + "display": "Knee - right X-ray Sunrise" + }, + { + "code": "69239-2", + "display": "Patella X-ray Sunrise" + }, + { + "code": "69069-3", + "display": "Patella - bilateral X-ray Sunrise" + }, + { + "code": "69064-4", + "display": "Knee - bilateral X-ray Sunrise and (views standing)" + }, + { + "code": "69149-3", + "display": "Knee - left X-ray Sunrise and (views standing)" + }, + { + "code": "42432-5", + "display": "Knee - right X-ray Sunrise and (views standing)" + }, + { + "code": "24944-1", + "display": "Spine Cervical X-ray Swimmers" + }, + { + "code": "37028-8", + "display": "Breast Mammogram tangential" + }, + { + "code": "37029-6", + "display": "Breast - bilateral Mammogram tangential" + }, + { + "code": "37030-4", + "display": "Breast - left Mammogram tangential" + }, + { + "code": "37770-5", + "display": "Breast - right Mammogram tangential" + }, + { "code": "37870-3", "display": "Skull X-ray Towne" }, + { + "code": "24668-6", + "display": "Colon Fluoroscopy transit Post solid contrast" + }, + { + "code": "37031-2", + "display": "Humerus X-ray transthoracic" + }, + { + "code": "37032-0", + "display": "Humerus - bilateral X-ray transthoracic" + }, + { + "code": "37033-8", + "display": "Humerus - left X-ray transthoracic" + }, + { + "code": "38007-1", + "display": "Humerus - right X-ray transthoracic" + }, + { + "code": "37034-6", + "display": "Shoulder - left X-ray transthoracic" + }, + { + "code": "38779-5", + "display": "Shoulder - right X-ray transthoracic" + }, + { + "code": "37300-1", + "display": "Spine Lumbosacral Junction X-ray true AP" + }, + { + "code": "37037-9", + "display": "Breast Mammogram true lateral" + }, + { + "code": "37038-7", + "display": "Breast - bilateral Mammogram true lateral" + }, + { + "code": "38855-3", + "display": "Breast - left Mammogram true lateral" + }, + { + "code": "37771-3", + "display": "Breast - right Mammogram true lateral" + }, + { + "code": "37039-5", + "display": "Hip X-ray true lateral" + }, + { + "code": "37040-3", + "display": "Hip - left X-ray true lateral" + }, + { + "code": "38772-0", + "display": "Hip - right X-ray true lateral" + }, + { "code": "30790-0", "display": "Knee X-ray tunnel" }, + { + "code": "37041-1", + "display": "Knee - bilateral X-ray tunnel" + }, + { + "code": "37042-9", + "display": "Knee - left X-ray tunnel" + }, + { + "code": "37761-4", + "display": "Knee - right X-ray tunnel" + }, + { + "code": "38842-1", + "display": "Wrist - left X-ray tunnel.carpal" + }, + { + "code": "37677-2", + "display": "Wrist - right X-ray tunnel.carpal" + }, + { + "code": "37043-7", + "display": "Knee - left X-ray tunnel standing" + }, + { + "code": "37756-4", + "display": "Knee - right X-ray tunnel standing" + }, + { + "code": "37044-5", + "display": "Wrist - left X-ray ulnar deviation" + }, + { + "code": "37645-9", + "display": "Wrist - right X-ray ulnar deviation" + }, + { + "code": "37045-2", + "display": "Wrist - bilateral X-ray ulnar variance" + }, + { + "code": "37046-0", + "display": "Abdomen X-ray upright" + }, + { + "code": "37047-8", + "display": "Shoulder - bilateral X-ray Velpeau axillary" + }, + { + "code": "37048-6", + "display": "Shoulder - left X-ray Velpeau axillary" + }, + { + "code": "38780-3", + "display": "Shoulder - right X-ray Velpeau axillary" + }, + { + "code": "37049-4", + "display": "Hip X-ray Von rossen" + }, + { + "code": "37613-7", + "display": "Orbit - bilateral X-ray Waters" + }, + { + "code": "37863-8", + "display": "Sinuses X-ray Waters" + }, + { "code": "24921-9", "display": "Skull X-ray Waters" }, + { + "code": "42473-9", + "display": "Sinuses X-ray Waters stereo" + }, + { + "code": "38117-8", + "display": "Sinuses X-ray Waters upright" + }, + { + "code": "30751-2", + "display": "Shoulder X-ray West Point" + }, + { + "code": "37050-2", + "display": "Shoulder - bilateral X-ray West Point" + }, + { + "code": "37051-0", + "display": "Shoulder - left X-ray West Point" + }, + { + "code": "37809-1", + "display": "Shoulder - right X-ray West Point" + }, + { + "code": "42680-9", + "display": "Breast Mammogram XCCL" + }, + { + "code": "37052-8", + "display": "Breast - bilateral Mammogram XCCL" + }, + { + "code": "37053-6", + "display": "Breast - left Mammogram XCCL" + }, + { + "code": "37772-1", + "display": "Breast - right Mammogram XCCL" + }, + { "code": "37656-6", "display": "Scapula X-ray Y" }, + { + "code": "37055-1", + "display": "Scapula - bilateral X-ray Y" + }, + { + "code": "37054-4", + "display": "Scapula - left X-ray Y" + }, + { + "code": "37790-3", + "display": "Scapula - right X-ray Y" + }, + { "code": "37847-1", "display": "Shoulder X-ray Y" }, + { + "code": "38858-7", + "display": "Shoulder - left X-ray Y" + }, + { + "code": "37805-9", + "display": "Shoulder - right X-ray Y" + }, + { + "code": "37848-9", + "display": "Acromioclavicular Joint X-ray Zanca" + }, + { + "code": "37056-9", + "display": "Acromioclavicular joint - bilateral X-ray Zanca" + }, + { + "code": "37057-7", + "display": "Acromioclavicular joint - left X-ray Zanca" + }, + { + "code": "37810-9", + "display": "Acromioclavicular joint - right X-ray Zanca" + }, + { + "code": "41793-1", + "display": "Abdomen X-ray during surgery" + }, + { + "code": "41790-7", + "display": "Chest X-ray during surgery" + }, + { + "code": "24656-1", + "display": "Chest Fluoroscopy during surgery" + }, + { + "code": "39047-6", + "display": "Hip Fluoroscopy during surgery" + }, + { + "code": "38065-9", + "display": "Hip - left X-ray during surgery" + }, + { + "code": "38818-1", + "display": "Hip - right X-ray during surgery" + }, + { + "code": "42008-3", + "display": "Humerus X-ray during surgery" + }, + { + "code": "24893-0", + "display": "Rectum Fluoroscopy post contrast PR during defecation" + }, + { + "code": "37058-5", + "display": "Calcaneus - bilateral X-ray standing" + }, + { + "code": "37059-3", + "display": "Hip - bilateral X-ray standing" + }, + { + "code": "37207-8", + "display": "Hip - left X-ray standing" + }, + { + "code": "37731-7", + "display": "Hip - right X-ray standing" + }, + { + "code": "44205-3", + "display": "Lower extremity - bilateral X-ray standing" + }, + { + "code": "38850-4", + "display": "Lower extremity - left X-ray standing" + }, + { + "code": "37734-1", + "display": "Lower extremity - right X-ray standing" + }, + { + "code": "37633-5", + "display": "Pelvis X-ray standing" + }, + { + "code": "39144-1", + "display": "Gastrointestine upper Fluoroscopy W air contrast PO" + }, + { + "code": "41795-6", + "display": "Upper Gastrointestine and Small bowel Fluoroscopy W air contrast PO" + }, + { + "code": "69302-8", + "display": "Wrist X-ray W clenched fist" + }, + { + "code": "36968-6", + "display": "Wrist - bilateral X-ray W clenched fist" + }, + { + "code": "30639-9", + "display": "Vessel Fluoroscopic angiogram W contrast" + }, + { + "code": "42470-5", + "display": "Gastrointestine upper and Gallbladder Fluoroscopy W contrast PO" + }, + { + "code": "30809-8", + "display": "Upper Gastrointestine and Small bowel Fluoroscopy W contrast PO" + }, + { + "code": "42469-7", + "display": "Gastrointestine upper and Small bowel and Gallbladder Fluoroscopy W contrast PO" + }, + { + "code": "38001-4", + "display": "Chest X-ray W expiration" + }, + { + "code": "38002-2", + "display": "Chest X-ray W inspiration" + }, + { "code": "37060-1", "display": "Fetal X-ray" }, + { "code": "37636-8", "display": "Abdomen X-ray" }, + { "code": "46341-4", "display": "Abdomen Fluoroscopy" }, + { "code": "24535-7", "display": "Acetabulum X-ray" }, + { + "code": "26133-9", + "display": "Acetabulum - bilateral X-ray" + }, + { + "code": "26134-7", + "display": "Acetabulum - left X-ray" + }, + { + "code": "26135-4", + "display": "Acetabulum - right X-ray" + }, + { + "code": "24536-5", + "display": "Acromioclavicular Joint X-ray" + }, + { + "code": "26136-2", + "display": "Acromioclavicular joint - bilateral X-ray" + }, + { + "code": "26137-0", + "display": "Acromioclavicular joint - left X-ray" + }, + { + "code": "26138-8", + "display": "Acromioclavicular joint - right X-ray" + }, + { "code": "24541-5", "display": "Ankle X-ray" }, + { + "code": "26097-6", + "display": "Ankle - bilateral X-ray" + }, + { "code": "26098-4", "display": "Ankle - left X-ray" }, + { + "code": "51395-2", + "display": "Ankle - left and Foot.left X-ray" + }, + { "code": "26099-2", "display": "Ankle - right X-ray" }, + { + "code": "51394-5", + "display": "Ankle - right and Foot - right X-ray" + }, + { "code": "36625-2", "display": "Breast Mammogram" }, + { + "code": "46342-2", + "display": "Breast FFD mammogram" + }, + { + "code": "38070-9", + "display": "Breast implant Mammogram" + }, + { + "code": "38071-7", + "display": "Breast implant - bilateral Mammogram" + }, + { + "code": "38072-5", + "display": "Breast implant - left Mammogram" + }, + { + "code": "38820-7", + "display": "Breast implant - right Mammogram" + }, + { + "code": "46380-2", + "display": "Breast Implant - unilateral Mammogram" + }, + { + "code": "24597-7", + "display": "Breast specimen Mammogram" + }, + { + "code": "38079-0", + "display": "Breast specimen - bilateral Mammogram" + }, + { + "code": "38080-8", + "display": "Breast specimen - left Mammogram" + }, + { + "code": "38821-5", + "display": "Breast specimen - right Mammogram" + }, + { + "code": "36626-0", + "display": "Breast - bilateral Mammogram" + }, + { + "code": "36627-8", + "display": "Breast - left Mammogram" + }, + { + "code": "37774-7", + "display": "Breast - right Mammogram" + }, + { + "code": "46339-8", + "display": "Breast - unilateral Mammogram" + }, + { "code": "24612-4", "display": "Calcaneus X-ray" }, + { + "code": "26100-8", + "display": "Calcaneus - bilateral X-ray" + }, + { + "code": "26101-6", + "display": "Calcaneus - left X-ray" + }, + { + "code": "26102-4", + "display": "Calcaneus - right X-ray" + }, + { "code": "30745-4", "display": "Chest X-ray" }, + { "code": "30631-6", "display": "Chest Fluoroscopy" }, + { + "code": "42269-1", + "display": "Chest and Abdomen X-ray" + }, + { "code": "24664-5", "display": "Clavicle X-ray" }, + { + "code": "26106-5", + "display": "Clavicle - bilateral X-ray" + }, + { + "code": "26107-3", + "display": "Clavicle - left X-ray" + }, + { + "code": "26108-1", + "display": "Clavicle - right X-ray" + }, + { "code": "30883-3", "display": "Coccyx X-ray" }, + { "code": "24676-9", "display": "Elbow X-ray" }, + { + "code": "26109-9", + "display": "Elbow - bilateral X-ray" + }, + { "code": "26110-7", "display": "Elbow - left X-ray" }, + { "code": "26111-5", "display": "Elbow - right X-ray" }, + { + "code": "46381-0", + "display": "Elbow+Radius+Ulna X-ray" + }, + { "code": "37637-6", "display": "Extremity X-ray" }, + { "code": "24695-9", "display": "Facial bones X-ray" }, + { + "code": "37303-5", + "display": "Facial bones and Zygomatic arch X-ray" + }, + { "code": "24704-9", "display": "Femur X-ray" }, + { + "code": "26118-0", + "display": "Femur - bilateral X-ray" + }, + { "code": "26120-6", "display": "Femur - left X-ray" }, + { "code": "26122-2", "display": "Femur - right X-ray" }, + { "code": "24706-4", "display": "Finger X-ray" }, + { + "code": "26124-8", + "display": "Finger - bilateral X-ray" + }, + { "code": "30783-5", "display": "Finger fifth X-ray" }, + { + "code": "37517-0", + "display": "Finger fifth - bilateral X-ray" + }, + { + "code": "37518-8", + "display": "Finger fifth - left X-ray" + }, + { + "code": "38147-5", + "display": "Finger fifth - right X-ray" + }, + { "code": "30782-7", "display": "Finger fourth X-ray" }, + { + "code": "37519-6", + "display": "Finger fourth - bilateral X-ray" + }, + { + "code": "37520-4", + "display": "Finger fourth - left X-ray" + }, + { + "code": "38146-7", + "display": "Finger fourth - right X-ray" + }, + { "code": "26125-5", "display": "Finger - left X-ray" }, + { + "code": "26126-3", + "display": "Finger - right X-ray" + }, + { "code": "30780-1", "display": "Finger second X-ray" }, + { + "code": "37521-2", + "display": "Finger second - bilateral X-ray" + }, + { + "code": "37522-0", + "display": "Finger second - left X-ray" + }, + { + "code": "38144-2", + "display": "Finger second - right X-ray" + }, + { "code": "30781-9", "display": "Finger third X-ray" }, + { + "code": "37523-8", + "display": "Finger third - bilateral X-ray" + }, + { + "code": "37524-6", + "display": "Finger third - left X-ray" + }, + { + "code": "38145-9", + "display": "Finger third - right X-ray" + }, + { "code": "24709-8", "display": "Foot X-ray" }, + { + "code": "26127-1", + "display": "Foot - bilateral X-ray" + }, + { "code": "26128-9", "display": "Foot - left X-ray" }, + { "code": "26129-7", "display": "Foot - right X-ray" }, + { + "code": "42399-6", + "display": "Foot sesamoid bones X-ray" + }, + { + "code": "42400-2", + "display": "Foot sesamoid bones - bilateral X-ray" + }, + { + "code": "43641-0", + "display": "Foot sesamoid bones - left X-ray" + }, + { + "code": "42434-1", + "display": "Foot sesamoid bones - right X-ray" + }, + { + "code": "37532-9", + "display": "Great toe - bilateral X-ray" + }, + { + "code": "37533-7", + "display": "Great toe - left X-ray" + }, + { + "code": "38152-5", + "display": "Great toe - right X-ray" + }, + { "code": "28582-5", "display": "Hand X-ray" }, + { + "code": "36629-4", + "display": "Hand - bilateral X-ray" + }, + { "code": "36630-2", "display": "Hand - left X-ray" }, + { "code": "37716-8", "display": "Hand - right X-ray" }, + { + "code": "24752-8", + "display": "Heart Fluoroscopy video" + }, + { "code": "24762-7", "display": "Hip X-ray" }, + { + "code": "26130-5", + "display": "Hip - bilateral X-ray" + }, + { "code": "26131-3", "display": "Hip - left X-ray" }, + { "code": "26132-1", "display": "Hip - right X-ray" }, + { "code": "28567-6", "display": "Humerus X-ray" }, + { + "code": "37319-1", + "display": "Humerus bicipital groove X-ray" + }, + { + "code": "37321-7", + "display": "Humerus bicipital groove - bilateral X-ray" + }, + { + "code": "37320-9", + "display": "Humerus bicipital groove - left X-ray" + }, + { + "code": "38797-7", + "display": "Humerus bicipital groove - right X-ray" + }, + { + "code": "37062-7", + "display": "Humerus - bilateral X-ray" + }, + { + "code": "36632-8", + "display": "Humerus - left X-ray" + }, + { + "code": "37738-2", + "display": "Humerus - right X-ray" + }, + { + "code": "36628-6", + "display": "Internal auditory canal X-ray" + }, + { "code": "28565-0", "display": "Knee X-ray" }, + { + "code": "36635-1", + "display": "Knee - bilateral X-ray" + }, + { "code": "36636-9", "display": "Knee - left X-ray" }, + { "code": "37758-0", "display": "Knee - right X-ray" }, + { "code": "48465-9", "display": "Larynx Fluoroscopy" }, + { + "code": "24686-8", + "display": "Lower extremity X-ray" + }, + { + "code": "26112-3", + "display": "Lower extremity - bilateral X-ray" + }, + { + "code": "26113-1", + "display": "Lower extremity - left X-ray" + }, + { + "code": "26114-9", + "display": "Lower extremity - right X-ray" + }, + { "code": "24829-4", "display": "Mandible X-ray" }, + { + "code": "48745-4", + "display": "Mandible - left X-ray" + }, + { + "code": "43533-9", + "display": "Mandible - right X-ray" + }, + { "code": "24830-2", "display": "Mastoid X-ray" }, + { + "code": "26139-6", + "display": "Mastoid - bilateral X-ray" + }, + { + "code": "26140-4", + "display": "Mastoid - left X-ray" + }, + { + "code": "26141-2", + "display": "Mastoid - right X-ray" + }, + { "code": "36637-7", "display": "Maxilla X-ray" }, + { "code": "24834-4", "display": "Nasal bones X-ray" }, + { "code": "37639-2", "display": "Neck X-ray" }, + { + "code": "37332-4", + "display": "Olecranon - left X-ray" + }, + { + "code": "38798-5", + "display": "Olecranon - right X-ray" + }, + { "code": "24846-8", "display": "Optic foramen X-ray" }, + { + "code": "26142-0", + "display": "Optic foramen - bilateral X-ray" + }, + { + "code": "26143-8", + "display": "Optic foramen - left X-ray" + }, + { + "code": "26144-6", + "display": "Optic foramen - right X-ray" + }, + { "code": "36886-0", "display": "Orbit X-ray" }, + { + "code": "24854-2", + "display": "Orbit - bilateral X-ray" + }, + { "code": "36887-8", "display": "Orbit - left X-ray" }, + { "code": "38774-6", "display": "Orbit - right X-ray" }, + { + "code": "43529-7", + "display": "Orbit + Facial bones X-ray" + }, + { + "code": "24855-9", + "display": "Oropharynx Fluoroscopy video" + }, + { "code": "30791-8", "display": "Patella X-ray" }, + { + "code": "36638-5", + "display": "Patella - bilateral X-ray" + }, + { + "code": "36639-3", + "display": "Patella - left X-ray" + }, + { + "code": "37777-0", + "display": "Patella - right X-ray" + }, + { "code": "28561-9", "display": "Pelvis X-ray" }, + { + "code": "30885-8", + "display": "Pelvis symphysis pubis X-ray" + }, + { + "code": "30767-8", + "display": "Pelvis and Hip X-ray" + }, + { + "code": "30768-6", + "display": "Pelvis and Hip - bilateral X-ray" + }, + { + "code": "36631-0", + "display": "Pelvis and Hip - left X-ray" + }, + { + "code": "38771-2", + "display": "Pelvis and Hip - right X-ray" + }, + { + "code": "47984-0", + "display": "Pelvis and Spine Lumbar X-ray" + }, + { "code": "24745-2", "display": "Petrous bone X-ray" }, + { + "code": "26146-1", + "display": "Radius - bilateral and Ulna - bilateral X-ray" + }, + { + "code": "26148-7", + "display": "Radius - left and Ulna.left X-ray" + }, + { + "code": "26150-3", + "display": "Radius - right and Ulna - right X-ray" + }, + { + "code": "24891-4", + "display": "Radius and Ulna X-ray" + }, + { "code": "24899-7", "display": "Ribs X-ray" }, + { "code": "37937-0", "display": "Ribs anterior X-ray" }, + { + "code": "38073-3", + "display": "Ribs anterior - bilateral X-ray" + }, + { + "code": "38074-1", + "display": "Ribs anterior - left X-ray" + }, + { + "code": "37963-6", + "display": "Ribs anterior - right X-ray" + }, + { + "code": "38868-6", + "display": "Ribs anterior and posterior - left X-ray" + }, + { + "code": "37962-8", + "display": "Ribs anterior and posterior - right X-ray" + }, + { + "code": "26151-1", + "display": "Ribs - bilateral X-ray" + }, + { + "code": "69071-9", + "display": "Ribs - bilateral and Chest X-ray" + }, + { "code": "26152-9", "display": "Ribs - left X-ray" }, + { + "code": "39326-4", + "display": "Ribs - left and Chest X-ray" + }, + { + "code": "38866-0", + "display": "Ribs lower - left X-ray" + }, + { + "code": "39489-0", + "display": "Ribs lower posterior X-ray" + }, + { + "code": "42381-4", + "display": "Ribs lower posterior - left X-ray" + }, + { + "code": "39493-2", + "display": "Ribs lower posterior - right X-ray" + }, + { + "code": "37960-2", + "display": "Ribs lower - right X-ray" + }, + { + "code": "37938-8", + "display": "Ribs posterior X-ray" + }, + { + "code": "39352-0", + "display": "Ribs posterior - bilateral X-ray" + }, + { + "code": "38869-4", + "display": "Ribs posterior - left X-ray" + }, + { + "code": "37964-4", + "display": "Ribs posterior - right X-ray" + }, + { "code": "26153-7", "display": "Ribs - right X-ray" }, + { + "code": "39351-2", + "display": "Ribs upper anterior and posterior - left X-ray" + }, + { + "code": "39491-6", + "display": "Ribs upper anterior and posterior - right X-ray" + }, + { + "code": "38867-8", + "display": "Ribs upper - left X-ray" + }, + { + "code": "39353-8", + "display": "Ribs upper posterior - left X-ray" + }, + { + "code": "39492-4", + "display": "Ribs upper posterior - right X-ray" + }, + { + "code": "37961-0", + "display": "Ribs upper - right X-ray" + }, + { + "code": "24900-3", + "display": "Sacroiliac Joint X-ray" + }, + { + "code": "36633-6", + "display": "Sacroiliac joint - bilateral X-ray" + }, + { + "code": "36634-4", + "display": "Sacroiliac joint - left X-ray" + }, + { + "code": "37786-1", + "display": "Sacroiliac joint - right X-ray" + }, + { "code": "30884-1", "display": "Sacrum X-ray" }, + { + "code": "24665-2", + "display": "Sacrum and Coccyx X-ray" + }, + { + "code": "39058-3", + "display": "Salivary gland X-ray" + }, + { "code": "24903-7", "display": "Scapula X-ray" }, + { + "code": "26154-5", + "display": "Scapula - bilateral X-ray" + }, + { + "code": "26155-2", + "display": "Scapula - left X-ray" + }, + { + "code": "26156-0", + "display": "Scapula - right X-ray" + }, + { "code": "42159-4", "display": "Sella turcica X-ray" }, + { "code": "24909-4", "display": "Shoulder X-ray" }, + { + "code": "26157-8", + "display": "Shoulder - bilateral X-ray" + }, + { + "code": "26158-6", + "display": "Shoulder - left X-ray" + }, + { + "code": "26159-4", + "display": "Shoulder - right X-ray" + }, + { "code": "42160-2", "display": "Shunt X-ray" }, + { "code": "24911-0", "display": "Shunt Fluoroscopy" }, + { "code": "24916-9", "display": "Sinuses X-ray" }, + { "code": "28564-3", "display": "Skull X-ray" }, + { "code": "48697-7", "display": "Skull.base X-ray" }, + { + "code": "37338-1", + "display": "Skull and Facial bones and Mandible X-ray" + }, + { "code": "28613-8", "display": "Spine X-ray" }, + { + "code": "24946-6", + "display": "Spine Cervical X-ray" + }, + { + "code": "36640-1", + "display": "Spine Cervical Fluoroscopy" + }, + { + "code": "43538-8", + "display": "Spine Cervical Fluoroscopy video" + }, + { + "code": "37481-9", + "display": "Spine Cervical and Spine Thoracic X-ray" + }, + { + "code": "38008-9", + "display": "Spine Cervical and Thoracic and Lumbar X-ray" + }, + { + "code": "43781-4", + "display": "Spine Cervicothoracic Junction X-ray" + }, + { "code": "24972-2", "display": "Spine Lumbar X-ray" }, + { + "code": "43536-2", + "display": "Spine Lumbar Fluoroscopy video" + }, + { + "code": "24975-5", + "display": "Spine.lumbar and Sacroiliac joint - bilateral X-ray" + }, + { + "code": "37340-7", + "display": "Spine Lumbar and Sacrum X-ray" + }, + { + "code": "37341-5", + "display": "Spine Lumbar and Sacrum and Coccyx X-ray" + }, + { + "code": "37342-3", + "display": "Spine Lumbar and Sacrum and Sacroiliac Joint and Coccyx X-ray" + }, + { + "code": "46340-6", + "display": "Spine Lumbosacral Junction X-ray" + }, + { + "code": "24983-9", + "display": "Spine Thoracic X-ray" + }, + { + "code": "42692-4", + "display": "Spine Thoracic and Lumbar X-ray" + }, + { + "code": "37975-0", + "display": "Spine Thoracolumbar Junction X-ray" + }, + { + "code": "37323-3", + "display": "Sternoclavicular joint - bilateral X-ray" + }, + { + "code": "37324-1", + "display": "Sternoclavicular joint - left X-ray" + }, + { + "code": "37965-1", + "display": "Sternoclavicular joint - right X-ray" + }, + { + "code": "24993-8", + "display": "Sternoclavicular Joints X-ray" + }, + { "code": "24994-6", "display": "Sternum X-ray" }, + { + "code": "72876-6", + "display": "Surgical specimen X-ray" + }, + { + "code": "25000-1", + "display": "Temporomandibular joint X-ray" + }, + { + "code": "37325-8", + "display": "Temporomandibular joint - bilateral X-ray" + }, + { + "code": "30889-0", + "display": "Temporomandibular joint - left X-ray" + }, + { + "code": "30890-8", + "display": "Temporomandibular joint - right X-ray" + }, + { "code": "25006-8", "display": "Thumb X-ray" }, + { + "code": "26160-2", + "display": "Thumb - bilateral X-ray" + }, + { "code": "26161-0", "display": "Thumb - left X-ray" }, + { "code": "26162-8", "display": "Thumb - right X-ray" }, + { + "code": "26163-6", + "display": "Tibia - bilateral and Fibula - bilateral X-ray" + }, + { + "code": "26164-4", + "display": "Tibia - left and Fibula - left X-ray" + }, + { + "code": "26165-1", + "display": "Tibia - right and Fibula - right X-ray" + }, + { + "code": "25011-8", + "display": "Tibia and Fibula X-ray" + }, + { + "code": "37530-3", + "display": "Toe fifth - left X-ray" + }, + { + "code": "38151-7", + "display": "Toe fifth - right X-ray" + }, + { + "code": "37531-1", + "display": "Toe fourth - left X-ray" + }, + { + "code": "38150-9", + "display": "Toe fourth - right X-ray" + }, + { + "code": "37534-5", + "display": "Toe second - left X-ray" + }, + { + "code": "38148-3", + "display": "Toe second - right X-ray" + }, + { + "code": "37535-2", + "display": "Toe third - left X-ray" + }, + { + "code": "38149-1", + "display": "Toe third - right X-ray" + }, + { "code": "25013-4", "display": "Toes X-ray" }, + { + "code": "26166-9", + "display": "Toes - bilateral X-ray" + }, + { "code": "26167-7", "display": "Toes - left X-ray" }, + { "code": "26168-5", "display": "Toes - right X-ray" }, + { "code": "44238-4", "display": "Trachea X-ray" }, + { "code": "48464-2", "display": "Trachea Fluoroscopy" }, + { + "code": "24689-2", + "display": "Upper extremity X-ray" + }, + { + "code": "26115-6", + "display": "Upper extremity - bilateral X-ray" + }, + { + "code": "26116-4", + "display": "Upper extremity - left X-ray" + }, + { + "code": "26117-2", + "display": "Upper extremity - right X-ray" + }, + { "code": "24619-9", "display": "Wrist X-ray" }, + { + "code": "26169-3", + "display": "Wrist - bilateral X-ray" + }, + { "code": "26170-1", "display": "Wrist - left X-ray" }, + { + "code": "51392-9", + "display": "Wrist - left and Hand - left X-ray" + }, + { "code": "26171-9", "display": "Wrist - right X-ray" }, + { + "code": "51388-7", + "display": "Wrist - right and Hand - right X-ray" + }, + { + "code": "43468-8", + "display": "Unspecified body region X-ray" + }, + { + "code": "49512-7", + "display": "Unspecified body region Fluoroscopy" + }, + { + "code": "25074-6", + "display": "Zygomatic arch X-ray" + }, + { + "code": "26172-7", + "display": "Zygomatic arch - bilateral X-ray" + }, + { + "code": "26173-5", + "display": "Zygomatic arch - left X-ray" + }, + { + "code": "26174-3", + "display": "Zygomatic arch - right X-ray" + }, + { + "code": "51387-9", + "display": "Knee - bilateral X-ray and (AP view standing)" + }, + { + "code": "39370-2", + "display": "Ankle - right X-ray and (view W manual stress)" + }, + { + "code": "30635-7", + "display": "Gastrointestine upper Fluoroscopy and AP W contrast PO" + }, + { + "code": "42162-8", + "display": "Gastrointestine upper Fluoroscopy and AP W water soluble contrast PO" + }, + { + "code": "39400-7", + "display": "Wrist - right X-ray and carpal tunnel" + }, + { + "code": "69131-1", + "display": "Hip X-ray and Danelius Miller" + }, + { + "code": "69140-2", + "display": "Hip - left X-ray and Danelius Miller" + }, + { + "code": "39513-7", + "display": "Hip - right X-ray and Danelius Miller" + }, + { + "code": "39360-3", + "display": "Pelvis X-ray and inlet and outlet" + }, + { + "code": "69059-4", + "display": "Hip - bilateral X-ray and lateral crosstable" + }, + { + "code": "69139-4", + "display": "Hip - left X-ray and lateral crosstable" + }, + { + "code": "39377-7", + "display": "Hip - right X-ray and lateral crosstable" + }, + { + "code": "37583-2", + "display": "Pelvis and Hip - bilateral X-ray and lateral frog" + }, + { + "code": "39372-8", + "display": "Ankle - right X-ray and Mortise" + }, + { + "code": "39373-6", + "display": "Elbow - right X-ray and oblique" + }, + { + "code": "39390-0", + "display": "Knee - right X-ray and oblique" + }, + { + "code": "39511-1", + "display": "Pelvis X-ray and oblique" + }, + { + "code": "39376-9", + "display": "Radius - right and Ulna - right X-ray and oblique" + }, + { + "code": "42164-4", + "display": "Spine Cervical X-ray and oblique" + }, + { + "code": "42163-6", + "display": "Spine Lumbar X-ray and oblique" + }, + { + "code": "39414-8", + "display": "Spine Thoracic X-ray and oblique" + }, + { + "code": "39398-3", + "display": "Tibia - right and Fibula - right X-ray and oblique" + }, + { + "code": "69056-0", + "display": "Elbow - bilateral X-ray and obliques" + }, + { + "code": "41811-1", + "display": "Ribs - bilateral and Chest X-ray and PA chest" + }, + { + "code": "41832-7", + "display": "Ribs - left and Chest X-ray and PA chest" + }, + { + "code": "42010-9", + "display": "Ribs - right and Chest X-ray and PA chest" + }, + { + "code": "42165-1", + "display": "Ribs and Chest X-ray and PA chest" + }, + { + "code": "46389-3", + "display": "Elbow - bilateral X-ray and radial head capitellar" + }, + { + "code": "39391-8", + "display": "Knee - right X-ray and Sunrise" + }, + { + "code": "39412-2", + "display": "Spine Thoracic X-ray and Swimmers" + }, + { + "code": "69148-5", + "display": "Knee - left X-ray and tunnel" + }, + { + "code": "39389-2", + "display": "Knee - right X-ray and tunnel" + }, + { + "code": "30694-4", + "display": "Thyroid Scan and uptake.single" + }, + { + "code": "42271-7", + "display": "Thyroid Scan and uptake W I-123 IV" + }, + { + "code": "60527-9", + "display": "Thyroid Scan and uptake W I-123 PO" + }, + { + "code": "25008-4", + "display": "Thyroid Scan and uptake W I-131 IV" + }, + { + "code": "69236-8", + "display": "Thyroid Scan and uptake W I-131 PO" + }, + { + "code": "43672-5", + "display": "Thyroid Scan and uptake" + }, + { + "code": "44147-7", + "display": "Thyroid Scan and uptake W Tc-99m pertechnetate IV" + }, + { + "code": "42405-1", + "display": "Knee X-ray (AP^standing) and (lateral^W hyperextension)" + }, + { + "code": "42401-0", + "display": "Spine Lumbar X-ray (AP W R-bending and W L-bending and WO bending) and Lateral" + }, + { + "code": "42411-9", + "display": "Spine Lumbar X-ray (AP^W R-bending and W L-bending) and (lateral^W flexion and W extension)" + }, + { + "code": "39392-6", + "display": "Shoulder - right X-ray (W internal rotation and W external rotation) and axillary" + }, + { + "code": "44199-8", + "display": "Facial bones X-ray 1 or 2 views" + }, + { + "code": "44198-0", + "display": "Knee X-ray 1 or 2 views" + }, + { + "code": "47373-6", + "display": "Knee - left X-ray 1 or 2 views" + }, + { + "code": "47375-1", + "display": "Knee - right X-ray 1 or 2 views" + }, + { + "code": "43521-4", + "display": "Mandible X-ray 1 or 2 views" + }, + { + "code": "47983-2", + "display": "Mastoid - bilateral X-ray 1 or 2 views" + }, + { + "code": "48489-9", + "display": "Mastoid - left X-ray 1 or 2 views" + }, + { + "code": "48488-1", + "display": "Mastoid - right X-ray 1 or 2 views" + }, + { + "code": "43522-2", + "display": "Pelvis X-ray 1 or 2 views" + }, + { + "code": "48467-5", + "display": "Sacroiliac Joint X-ray 1 or 2 views" + }, + { + "code": "43523-0", + "display": "Sinuses X-ray 1 or 2 views" + }, + { + "code": "44202-0", + "display": "Knee X-ray 1 or 2 views portable" + }, + { + "code": "44201-2", + "display": "Pelvis X-ray 1 or 2 views portable" + }, + { + "code": "36641-9", + "display": "Abdomen X-ray 2 views" + }, + { + "code": "37064-3", + "display": "Acetabulum - left X-ray 2 views" + }, + { + "code": "37664-0", + "display": "Acetabulum - right X-ray 2 views" + }, + { + "code": "36665-8", + "display": "Acromioclavicular joint - left X-ray 2 views" + }, + { + "code": "37661-6", + "display": "Acromioclavicular joint - right X-ray 2 views" + }, + { "code": "24540-7", "display": "Ankle X-ray 2 views" }, + { + "code": "26385-5", + "display": "Ankle - bilateral X-ray 2 views" + }, + { + "code": "26386-3", + "display": "Ankle - left X-ray 2 views" + }, + { + "code": "26387-1", + "display": "Ankle - right X-ray 2 views" + }, + { + "code": "36642-7", + "display": "Breast - left Mammogram 2 views" + }, + { + "code": "37768-9", + "display": "Breast - right Mammogram 2 views" + }, + { + "code": "36661-7", + "display": "Calcaneus X-ray 2 views" + }, + { + "code": "48433-7", + "display": "Calcaneus - bilateral X-ray 2 views" + }, + { + "code": "36662-5", + "display": "Calcaneus - left X-ray 2 views" + }, + { + "code": "37718-4", + "display": "Calcaneus - right X-ray 2 views" + }, + { "code": "36643-5", "display": "Chest X-ray 2 views" }, + { + "code": "36644-3", + "display": "Chest Fluoroscopy 2 views" + }, + { + "code": "36645-0", + "display": "Clavicle X-ray 2 views" + }, + { + "code": "36646-8", + "display": "Clavicle - left X-ray 2 views" + }, + { + "code": "37679-8", + "display": "Clavicle - right X-ray 2 views" + }, + { + "code": "36647-6", + "display": "Coccyx X-ray 2 views" + }, + { "code": "36648-4", "display": "Elbow X-ray 2 views" }, + { + "code": "36649-2", + "display": "Elbow - bilateral X-ray 2 views" + }, + { + "code": "36650-0", + "display": "Elbow - left X-ray 2 views" + }, + { + "code": "37681-4", + "display": "Elbow - right X-ray 2 views" + }, + { "code": "36652-6", "display": "Femur X-ray 2 views" }, + { + "code": "36653-4", + "display": "Femur - bilateral X-ray 2 views" + }, + { + "code": "36654-2", + "display": "Femur - left X-ray 2 views" + }, + { + "code": "37690-5", + "display": "Femur - right X-ray 2 views" + }, + { + "code": "36655-9", + "display": "Finger X-ray 2 views" + }, + { + "code": "36656-7", + "display": "Finger - left X-ray 2 views" + }, + { + "code": "37694-7", + "display": "Finger - right X-ray 2 views" + }, + { "code": "30784-3", "display": "Foot X-ray 2 views" }, + { + "code": "36657-5", + "display": "Foot - bilateral X-ray 2 views" + }, + { + "code": "38846-2", + "display": "Foot - left X-ray 2 views" + }, + { + "code": "37697-0", + "display": "Foot - right X-ray 2 views" + }, + { "code": "24721-3", "display": "Hand X-ray 2 views" }, + { + "code": "26388-9", + "display": "Hand - bilateral X-ray 2 views" + }, + { + "code": "26389-7", + "display": "Hand - left X-ray 2 views" + }, + { + "code": "26390-5", + "display": "Hand - right X-ray 2 views" + }, + { "code": "36663-3", "display": "Hip X-ray 2 views" }, + { + "code": "69058-6", + "display": "Hip - bilateral X-ray 2 views" + }, + { + "code": "36664-1", + "display": "Hip - left X-ray 2 views" + }, + { + "code": "37721-8", + "display": "Hip - right X-ray 2 views" + }, + { + "code": "24765-0", + "display": "Humerus X-ray 2 views" + }, + { + "code": "26391-3", + "display": "Humerus - bilateral X-ray 2 views" + }, + { + "code": "26392-1", + "display": "Humerus - left X-ray 2 views" + }, + { + "code": "26393-9", + "display": "Humerus - right X-ray 2 views" + }, + { "code": "24806-2", "display": "Knee X-ray 2 views" }, + { + "code": "26394-7", + "display": "Knee - bilateral X-ray 2 views" + }, + { + "code": "26395-4", + "display": "Knee - left X-ray 2 views" + }, + { + "code": "26396-2", + "display": "Knee - right X-ray 2 views" + }, + { + "code": "36651-8", + "display": "Lower extremity X-ray 2 views" + }, + { + "code": "69257-4", + "display": "Lower extremity - right X-ray 2 views" + }, + { + "code": "24861-7", + "display": "Patella X-ray 2 views" + }, + { + "code": "26397-0", + "display": "Patella - bilateral X-ray 2 views" + }, + { + "code": "26398-8", + "display": "Patella - left X-ray 2 views" + }, + { + "code": "26399-6", + "display": "Patella - right X-ray 2 views" + }, + { + "code": "37617-8", + "display": "Pelvis X-ray 2 views" + }, + { + "code": "42685-8", + "display": "Pelvis and Hip - left X-ray 2 views" + }, + { + "code": "42686-6", + "display": "Pelvis and Hip - right X-ray 2 views" + }, + { + "code": "36659-1", + "display": "Radius - bilateral and Ulna - bilateral X-ray 2 views" + }, + { + "code": "36660-9", + "display": "Radius - left and Ulna.left X-ray 2 views" + }, + { + "code": "37707-7", + "display": "Radius - right and Ulna - right X-ray 2 views" + }, + { + "code": "36658-3", + "display": "Radius and Ulna X-ray 2 views" + }, + { "code": "39060-9", "display": "Ribs X-ray 2 views" }, + { + "code": "42687-4", + "display": "Ribs - bilateral X-ray 2 views" + }, + { + "code": "37066-8", + "display": "Ribs - left X-ray 2 views" + }, + { + "code": "37780-4", + "display": "Ribs - right X-ray 2 views" + }, + { + "code": "37651-7", + "display": "Sacrum X-ray 2 views" + }, + { + "code": "44179-0", + "display": "Sacrum and Coccyx X-ray 2 views" + }, + { + "code": "37655-8", + "display": "Scapula X-ray 2 views" + }, + { + "code": "36666-6", + "display": "Scapula - left X-ray 2 views" + }, + { + "code": "37787-9", + "display": "Scapula - right X-ray 2 views" + }, + { + "code": "42435-8", + "display": "Sella turcica X-ray 2 views" + }, + { + "code": "37840-6", + "display": "Shoulder X-ray 2 views" + }, + { + "code": "36667-4", + "display": "Shoulder - bilateral X-ray 2 views" + }, + { + "code": "36668-2", + "display": "Shoulder - left X-ray 2 views" + }, + { + "code": "37793-7", + "display": "Shoulder - right X-ray 2 views" + }, + { + "code": "37853-9", + "display": "Sinuses X-ray 2 views" + }, + { "code": "37867-9", "display": "Skull X-ray 2 views" }, + { "code": "37879-4", "display": "Spine X-ray 2 views" }, + { + "code": "36669-0", + "display": "Spine Cervical X-ray 2 views" + }, + { + "code": "43784-8", + "display": "Spine Cervical and Thoracic and Lumbar X-ray 2 views" + }, + { + "code": "36670-8", + "display": "Spine Lumbar X-ray 2 views" + }, + { + "code": "37905-7", + "display": "Spine Thoracic X-ray 2 views" + }, + { + "code": "24984-7", + "display": "Spine Thoracic and Lumbar X-ray 2 views" + }, + { + "code": "69273-1", + "display": "Spine Thoracolumbar Junction X-ray 2 views" + }, + { + "code": "37883-6", + "display": "Sternum X-ray 2 views" + }, + { + "code": "36671-6", + "display": "Tibia - bilateral and Fibula - bilateral X-ray 2 views" + }, + { + "code": "36672-4", + "display": "Tibia - left and Fibula - left X-ray 2 views" + }, + { + "code": "37815-8", + "display": "Tibia - right and Fibula - right X-ray 2 views" + }, + { + "code": "37895-0", + "display": "Tibia and Fibula X-ray 2 views" + }, + { "code": "37902-4", "display": "Toes X-ray 2 views" }, + { + "code": "37348-0", + "display": "Toes - bilateral X-ray 2 views" + }, + { + "code": "36673-2", + "display": "Toes - left X-ray 2 views" + }, + { + "code": "37821-6", + "display": "Toes - right X-ray 2 views" + }, + { + "code": "37922-2", + "display": "Upper extremity X-ray 2 views" + }, + { "code": "37925-5", "display": "Wrist X-ray 2 views" }, + { + "code": "37482-7", + "display": "Wrist - bilateral X-ray 2 views" + }, + { + "code": "37483-5", + "display": "Wrist - left X-ray 2 views" + }, + { + "code": "37826-5", + "display": "Wrist - right X-ray 2 views" + }, + { + "code": "69305-1", + "display": "Zygomatic arch X-ray 2 views" + }, + { + "code": "42430-9", + "display": "Knee - right X-ray 2 views and (views standing)" + }, + { + "code": "42009-1", + "display": "Chest X-ray 2 views and apical" + }, + { + "code": "39378-5", + "display": "Knee - right X-ray 2 views and oblique" + }, + { + "code": "48468-3", + "display": "Ribs - bilateral and Chest X-ray 2 views and PA chest" + }, + { + "code": "43467-0", + "display": "Chest X-ray 2 views and right oblique and left oblique" + }, + { + "code": "69060-2", + "display": "Knee - bilateral X-ray 2 views and Sunrise" + }, + { + "code": "69142-8", + "display": "Knee - left X-ray 2 views and Sunrise" + }, + { + "code": "39379-3", + "display": "Knee - right X-ray 2 views and Sunrise" + }, + { + "code": "39380-1", + "display": "Knee - right X-ray 2 views and Sunrise and tunnel" + }, + { + "code": "69061-0", + "display": "Knee - bilateral X-ray 2 views and tunnel" + }, + { + "code": "41819-4", + "display": "Knee - left X-ray 2 views and tunnel" + }, + { + "code": "39381-9", + "display": "Knee - right X-ray 2 views and tunnel" + }, + { + "code": "69143-6", + "display": "Knee - left X-ray 2 views and tunnel standing" + }, + { + "code": "39382-7", + "display": "Knee - right X-ray 2 views and tunnel standing" + }, + { + "code": "38118-6", + "display": "Neck X-ray 2 views lateral" + }, + { + "code": "38844-7", + "display": "Elbow - left X-ray 2 views Oblique" + }, + { + "code": "37686-3", + "display": "Elbow - right X-ray 2 views Oblique" + }, + { + "code": "38871-0", + "display": "Knee - left X-ray 2 views Oblique" + }, + { + "code": "38108-7", + "display": "Knee - right X-ray 2 views Oblique" + }, + { + "code": "38874-4", + "display": "Tibia - left and Fibula - left X-ray 2 views Oblique" + }, + { + "code": "38114-5", + "display": "Tibia - right and Fibula - right X-ray 2 views Oblique" + }, + { + "code": "44181-6", + "display": "Sacroiliac Joint X-ray 2 or 3 views" + }, + { + "code": "43539-6", + "display": "Spine Cervical X-ray 2 or 3 views" + }, + { + "code": "48469-1", + "display": "Spine Lumbar X-ray 2 or 3 views" + }, + { + "code": "39880-0", + "display": "Bone Scan 2 views phase" + }, + { + "code": "44184-0", + "display": "Elbow X-ray 2 views portable" + }, + { + "code": "44182-4", + "display": "Hand X-ray 2 views portable" + }, + { + "code": "44183-2", + "display": "Radius and Ulna X-ray 2 views portable" + }, + { + "code": "36674-0", + "display": "Spine Lumbar X-ray 2 views portable" + }, + { + "code": "37658-2", + "display": "Spine Thoracic and Lumbar X-ray 2 views scoliosis" + }, + { + "code": "38843-9", + "display": "Wrist - left X-ray 2 views tunnel.carpal" + }, + { + "code": "37678-0", + "display": "Wrist - right X-ray 2 views tunnel.carpal" + }, + { + "code": "42166-9", + "display": "Heart Scan 2 views at rest and W Tl-201 IV" + }, + { + "code": "38841-3", + "display": "Ankle - left X-ray 2 views standing" + }, + { + "code": "37675-6", + "display": "Ankle - right X-ray 2 views standing" + }, + { + "code": "37068-4", + "display": "Foot - bilateral X-ray 2 views standing" + }, + { + "code": "37069-2", + "display": "Foot - left X-ray 2 views standing" + }, + { + "code": "37698-8", + "display": "Foot - right X-ray 2 views standing" + }, + { + "code": "36945-4", + "display": "Knee - bilateral X-ray 2 views standing" + }, + { + "code": "38851-2", + "display": "Knee - left X-ray 2 views standing" + }, + { + "code": "37762-2", + "display": "Knee - right X-ray 2 views standing" + }, + { + "code": "36946-2", + "display": "Spine Lumbar X-ray 2 views standing" + }, + { + "code": "69274-9", + "display": "Spine Thoracic X-ray 2 views standing" + }, + { + "code": "38840-5", + "display": "Ankle - left X-ray 2 views W manual stress" + }, + { + "code": "37672-3", + "display": "Ankle - right X-ray 2 views W manual stress" + }, + { + "code": "37067-6", + "display": "Chest X-ray 2 views W nipple markers" + }, + { + "code": "36293-9", + "display": "Abdomen X-ray 3 views" + }, + { + "code": "37635-0", + "display": "Acetabulum X-ray 3 views" + }, + { "code": "36294-7", "display": "Ankle X-ray 3 views" }, + { + "code": "36295-4", + "display": "Ankle - bilateral X-ray 3 views" + }, + { + "code": "36296-2", + "display": "Ankle - left X-ray 3 views" + }, + { + "code": "37665-7", + "display": "Ankle - right X-ray 3 views" + }, + { "code": "36298-8", "display": "Chest X-ray 3 views" }, + { "code": "36299-6", "display": "Elbow X-ray 3 views" }, + { + "code": "36300-2", + "display": "Elbow - bilateral X-ray 3 views" + }, + { + "code": "36301-0", + "display": "Elbow - left X-ray 3 views" + }, + { + "code": "37682-2", + "display": "Elbow - right X-ray 3 views" + }, + { + "code": "36297-0", + "display": "Facial bones X-ray 3 views" + }, + { "code": "36302-8", "display": "Femur X-ray 3 views" }, + { + "code": "36303-6", + "display": "Finger X-ray 3 views" + }, + { + "code": "36304-4", + "display": "Finger - left X-ray 3 views" + }, + { + "code": "37695-4", + "display": "Finger - right X-ray 3 views" + }, + { "code": "36305-1", "display": "Foot X-ray 3 views" }, + { + "code": "36306-9", + "display": "Foot - bilateral X-ray 3 views" + }, + { + "code": "36307-7", + "display": "Foot - left X-ray 3 views" + }, + { + "code": "37699-6", + "display": "Foot - right X-ray 3 views" + }, + { "code": "24722-1", "display": "Hand X-ray 3 views" }, + { + "code": "26379-8", + "display": "Hand - bilateral X-ray 3 views" + }, + { + "code": "26380-6", + "display": "Hand - left X-ray 3 views" + }, + { + "code": "26381-4", + "display": "Hand - right X-ray 3 views" + }, + { + "code": "36308-5", + "display": "Hip - bilateral X-ray 3 views" + }, + { + "code": "36309-3", + "display": "Hip - left X-ray 3 views" + }, + { + "code": "37722-6", + "display": "Hip - right X-ray 3 views" + }, + { "code": "30788-4", "display": "Knee X-ray 3 views" }, + { + "code": "36310-1", + "display": "Knee - bilateral X-ray 3 views" + }, + { + "code": "36311-9", + "display": "Knee - left X-ray 3 views" + }, + { + "code": "37742-4", + "display": "Knee - right X-ray 3 views" + }, + { + "code": "36312-7", + "display": "Mandible X-ray 3 views" + }, + { + "code": "36838-1", + "display": "Mastoid X-ray 3 views" + }, + { + "code": "48470-9", + "display": "Mastoid - left X-ray 3 views" + }, + { + "code": "48471-7", + "display": "Mastoid - right X-ray 3 views" + }, + { + "code": "37604-6", + "display": "Nasal bones X-ray 3 views" + }, + { + "code": "69261-6", + "display": "Patella - right X-ray 3 views" + }, + { + "code": "30766-0", + "display": "Pelvis X-ray 3 views" + }, + { + "code": "37256-5", + "display": "Pelvis and Spine Lumbar X-ray 3 views" + }, + { "code": "39062-5", "display": "Ribs X-ray 3 views" }, + { + "code": "36313-5", + "display": "Ribs - bilateral X-ray 3 views" + }, + { + "code": "36314-3", + "display": "Ribs - left X-ray 3 views" + }, + { + "code": "37781-2", + "display": "Ribs - right X-ray 3 views" + }, + { + "code": "37648-3", + "display": "Sacroiliac Joint X-ray 3 views" + }, + { + "code": "39061-7", + "display": "Sacrum and Coccyx X-ray 3 views" + }, + { + "code": "24908-6", + "display": "Shoulder X-ray 3 views" + }, + { + "code": "26382-2", + "display": "Shoulder - bilateral X-ray 3 views" + }, + { + "code": "26383-0", + "display": "Shoulder - left X-ray 3 views" + }, + { + "code": "26384-8", + "display": "Shoulder - right X-ray 3 views" + }, + { + "code": "37854-7", + "display": "Sinuses X-ray 3 views" + }, + { "code": "24918-5", "display": "Skull X-ray 3 views" }, + { + "code": "24941-7", + "display": "Spine Cervical X-ray 3 views" + }, + { + "code": "30775-1", + "display": "Spine Lumbar X-ray 3 views" + }, + { + "code": "37257-3", + "display": "Spine Lumbar and Sacroiliac Joint X-ray 3 views" + }, + { + "code": "37259-9", + "display": "Spine Lumbar and Sacrum X-ray 3 views" + }, + { + "code": "37260-7", + "display": "Spine Lumbar and Sacrum and Coccyx X-ray 3 views" + }, + { + "code": "37261-5", + "display": "Spine Lumbar and Sacrum and Sacroiliac Joint and Coccyx X-ray 3 views" + }, + { + "code": "37906-5", + "display": "Spine Thoracic X-ray 3 views" + }, + { + "code": "37881-0", + "display": "Sternoclavicular Joint X-ray 3 views" + }, + { "code": "37888-5", "display": "Thumb X-ray 3 views" }, + { + "code": "36315-0", + "display": "Thumb - left X-ray 3 views" + }, + { + "code": "37812-5", + "display": "Thumb - right X-ray 3 views" + }, + { + "code": "36316-8", + "display": "Toes - left X-ray 3 views" + }, + { + "code": "37820-8", + "display": "Toes - right X-ray 3 views" + }, + { "code": "37926-3", "display": "Wrist X-ray 3 views" }, + { + "code": "37454-6", + "display": "Wrist - bilateral X-ray 3 views" + }, + { + "code": "48738-9", + "display": "Wrist - bilateral and Hand - bilateral X-ray 3 views" + }, + { + "code": "37455-3", + "display": "Wrist - left X-ray 3 views" + }, + { + "code": "37827-3", + "display": "Wrist - right X-ray 3 views" + }, + { + "code": "48737-1", + "display": "Wrist and Hand X-ray 3 views" + }, + { + "code": "37933-9", + "display": "Zygomatic arch X-ray 3 views" + }, + { + "code": "69154-3", + "display": "Shoulder - left X-ray 3 views and axillary" + }, + { + "code": "39393-4", + "display": "Shoulder - right X-ray 3 views and axillary" + }, + { + "code": "39399-1", + "display": "Wrist - right X-ray 3 views and carpal tunnel" + }, + { + "code": "39364-5", + "display": "Wrist - right X-ray 3 views and radial deviation" + }, + { + "code": "39404-9", + "display": "Sinuses X-ray 3 views and submentovertex" + }, + { + "code": "39383-5", + "display": "Knee - right X-ray 3 views and Sunrise" + }, + { + "code": "48472-5", + "display": "Spine Thoracic X-ray 3 views and Swimmers" + }, + { + "code": "39365-2", + "display": "Wrist - right X-ray 3 views and ulnar deviation" + }, + { + "code": "69155-0", + "display": "Shoulder - left X-ray 3 views and Y" + }, + { + "code": "39394-2", + "display": "Shoulder - right X-ray 3 views and Y" + }, + { + "code": "43499-3", + "display": "Foot - left X-ray 3 or 4 views" + }, + { + "code": "43483-7", + "display": "Foot - right X-ray 3 or 4 views" + }, + { + "code": "39901-4", + "display": "Bone Scan 3 views phase multiple areas" + }, + { + "code": "39902-2", + "display": "Bone Scan 3 views phase single area" + }, + { + "code": "39882-6", + "display": "Bone Scan 3 views phase whole body" + }, + { + "code": "39883-4", + "display": "Bone Scan 3 views phase" + }, + { + "code": "30776-9", + "display": "Spine Lumbar X-ray 3 views portable" + }, + { + "code": "69151-9", + "display": "Wrist - left X-ray 3 views scaphoid" + }, + { + "code": "24778-3", + "display": "Kidney - bilateral X-ray 3 views serial W and WO contrast IV" + }, + { + "code": "69138-6", + "display": "Ankle - left X-ray 3 views standing" + }, + { + "code": "69254-1", + "display": "Ankle - right X-ray 3 views standing" + }, + { + "code": "36947-0", + "display": "Foot - bilateral X-ray 3 views standing" + }, + { + "code": "36948-8", + "display": "Foot - left X-ray 3 views standing" + }, + { + "code": "37700-2", + "display": "Foot - right X-ray 3 views standing" + }, + { + "code": "36949-6", + "display": "Spine Lumbar X-ray 3 views standing" + }, + { + "code": "42443-2", + "display": "Spine Thoracic X-ray 3 views standing" + }, + { "code": "36317-6", "display": "Ankle X-ray 4 views" }, + { + "code": "36319-2", + "display": "Breast Mammogram 4 views" + }, + { "code": "36320-0", "display": "Chest X-ray 4 views" }, + { + "code": "36321-8", + "display": "Chest Fluoroscopy 4 views" + }, + { + "code": "36322-6", + "display": "Elbow - bilateral X-ray 4 views" + }, + { + "code": "36323-4", + "display": "Elbow - left X-ray 4 views" + }, + { + "code": "37683-0", + "display": "Elbow - right X-ray 4 views" + }, + { + "code": "36318-4", + "display": "Facial bones X-ray 4 views" + }, + { + "code": "36324-2", + "display": "Femur - left X-ray 4 views" + }, + { + "code": "37691-3", + "display": "Femur - right X-ray 4 views" + }, + { "code": "30789-2", "display": "Knee X-ray 4 views" }, + { + "code": "36325-9", + "display": "Knee - bilateral X-ray 4 views" + }, + { + "code": "36326-7", + "display": "Knee - left X-ray 4 views" + }, + { + "code": "37743-2", + "display": "Knee - right X-ray 4 views" + }, + { + "code": "36327-5", + "display": "Mandible X-ray 4 views" + }, + { + "code": "43534-7", + "display": "Mandible - left X-ray 4 views" + }, + { + "code": "43535-4", + "display": "Mandible - right X-ray 4 views" + }, + { + "code": "36839-9", + "display": "Mastoid X-ray 4 views" + }, + { + "code": "37609-5", + "display": "Optic foramen X-ray 4 views" + }, + { + "code": "37612-9", + "display": "Orbit - bilateral X-ray 4 views" + }, + { + "code": "36328-3", + "display": "Ribs - bilateral X-ray 4 views" + }, + { + "code": "69265-7", + "display": "Shoulder X-ray 4 views" + }, + { + "code": "36329-1", + "display": "Shoulder - bilateral X-ray 4 views" + }, + { + "code": "36330-9", + "display": "Shoulder - left X-ray 4 views" + }, + { + "code": "37794-5", + "display": "Shoulder - right X-ray 4 views" + }, + { + "code": "37855-4", + "display": "Sinuses X-ray 4 views" + }, + { "code": "37868-7", "display": "Skull X-ray 4 views" }, + { "code": "37876-0", "display": "Spine X-ray 4 views" }, + { + "code": "36331-7", + "display": "Spine Cervical X-ray 4 views" + }, + { + "code": "36332-5", + "display": "Spine Lumbar X-ray 4 views" + }, + { + "code": "48473-3", + "display": "Spine Lumbar and Sacrum X-ray 4 views" + }, + { + "code": "37907-3", + "display": "Spine Thoracic X-ray 4 views" + }, + { + "code": "37882-8", + "display": "Sternoclavicular Joint X-ray 4 views" + }, + { "code": "38155-8", "display": "Wrist X-ray 4 views" }, + { + "code": "37070-0", + "display": "Wrist - bilateral X-ray 4 views" + }, + { + "code": "37071-8", + "display": "Wrist - left X-ray 4 views" + }, + { + "code": "37828-1", + "display": "Wrist - right X-ray 4 views" + }, + { + "code": "37934-7", + "display": "Zygomatic arch X-ray 4 views" + }, + { + "code": "69144-4", + "display": "Knee - left X-ray 4 views and AP standing" + }, + { + "code": "39384-3", + "display": "Knee - right X-ray 4 views and AP standing" + }, + { + "code": "39385-0", + "display": "Knee - right X-ray 4 views and oblique" + }, + { + "code": "39413-0", + "display": "Spine Thoracic X-ray 4 views and oblique" + }, + { + "code": "39099-7", + "display": "Ribs - bilateral and Chest X-ray 4 views and PA chest" + }, + { + "code": "69063-6", + "display": "Knee - bilateral X-ray 4 views and Sunrise and tunnel" + }, + { + "code": "39387-6", + "display": "Knee - right X-ray 4 views and Sunrise and tunnel" + }, + { + "code": "69145-1", + "display": "Knee - left X-ray 4 views and tunnel" + }, + { + "code": "39386-8", + "display": "Knee - right X-ray 4 views and tunnel" + }, + { + "code": "69062-8", + "display": "Knee - bilateral X-ray 4 views standing" + }, + { + "code": "38852-0", + "display": "Knee - left X-ray 4 views standing" + }, + { + "code": "37763-0", + "display": "Knee - right X-ray 4 views standing" + }, + { + "code": "36675-7", + "display": "Facial bones X-ray 5 views" + }, + { + "code": "36676-5", + "display": "Knee - left X-ray 5 views" + }, + { + "code": "37744-0", + "display": "Knee - right X-ray 5 views" + }, + { + "code": "36890-2", + "display": "Mastoid X-ray 5 views" + }, + { + "code": "37351-4", + "display": "Pelvis and Spine Lumbar X-ray 5 views" + }, + { + "code": "30750-4", + "display": "Shoulder X-ray 5 views" + }, + { + "code": "36677-3", + "display": "Shoulder - left X-ray 5 views" + }, + { + "code": "37795-2", + "display": "Shoulder - right X-ray 5 views" + }, + { + "code": "37856-2", + "display": "Sinuses X-ray 5 views" + }, + { "code": "24922-7", "display": "Skull X-ray 5 views" }, + { + "code": "24939-1", + "display": "Spine Cervical X-ray 5 views" + }, + { + "code": "30797-5", + "display": "Spine Lumbar X-ray 5 views" + }, + { + "code": "37353-0", + "display": "Spine Lumbar and Sacroiliac Joint X-ray 5 views" + }, + { + "code": "37355-5", + "display": "Spine Lumbar and Sacrum X-ray 5 views" + }, + { + "code": "37356-3", + "display": "Spine Lumbar and Sacrum and Coccyx X-ray 5 views" + }, + { + "code": "37357-1", + "display": "Spine Lumbar and Sacrum and Sacroiliac Joint and Coccyx X-ray 5 views" + }, + { + "code": "37350-6", + "display": "Temporomandibular joint - bilateral X-ray 5 views" + }, + { + "code": "37072-6", + "display": "Wrist - left X-ray 5 views" + }, + { + "code": "37829-9", + "display": "Wrist - right X-ray 5 views" + }, + { + "code": "39407-2", + "display": "Spine Thoracic X-ray 5 views and oblique" + }, + { + "code": "69081-8", + "display": "Spine Cervical X-ray 5 views and Swimmers" + }, + { + "code": "37073-4", + "display": "Spine Lumbar X-ray 5 views standing" + }, + { + "code": "69080-0", + "display": "Spine Cervical X-ray 5 views W flexion and W extension" + }, + { + "code": "39063-3", + "display": "Spine Lumbar X-ray 5 views W flexion and W extension" + }, + { + "code": "42273-3", + "display": "Ankle - bilateral X-ray 6 views" + }, + { + "code": "36678-1", + "display": "Knee - bilateral X-ray 6 views" + }, + { + "code": "36679-9", + "display": "Shoulder - left X-ray 6 views" + }, + { + "code": "37796-0", + "display": "Shoulder - right X-ray 6 views" + }, + { + "code": "42691-6", + "display": "Spine Cervical X-ray 6 views" + }, + { "code": "38156-6", "display": "Wrist X-ray 6 views" }, + { + "code": "37074-2", + "display": "Wrist - left X-ray 6 views" + }, + { + "code": "37830-7", + "display": "Wrist - right X-ray 6 views" + }, + { + "code": "36680-7", + "display": "Spine Cervical X-ray 7 views" + }, + { + "code": "36681-5", + "display": "Spine Lumbar X-ray 7 views" + }, + { + "code": "36682-3", + "display": "Knee - bilateral X-ray 8 views" + }, + { + "code": "36683-1", + "display": "Wrist - left X-ray 8 views" + }, + { + "code": "37831-5", + "display": "Wrist - right X-ray 8 views" + }, + { + "code": "42412-7", + "display": "Shoulder - left X-ray 90 degree abduction" + }, + { + "code": "39064-1", + "display": "Ribs X-ray anterior and lateral" + }, + { + "code": "69070-1", + "display": "Ribs - bilateral X-ray anterior and lateral" + }, + { + "code": "38856-1", + "display": "Ribs - left X-ray anterior and lateral" + }, + { + "code": "37782-0", + "display": "Ribs - right X-ray anterior and lateral" + }, + { + "code": "24796-5", + "display": "Abdomen X-ray AP and AP left lateral-decubitus" + }, + { + "code": "24792-4", + "display": "Abdomen X-ray AP and AP left lateral-decubitus portable" + }, + { + "code": "24653-8", + "display": "Chest X-ray AP and AP right lateral-decubitus" + }, + { + "code": "24654-6", + "display": "Chest X-ray AP and AP right lateral-decubitus portable" + }, + { + "code": "37080-9", + "display": "Shoulder - bilateral X-ray AP and axillary" + }, + { + "code": "37081-7", + "display": "Shoulder - bilateral X-ray AP and axillary and outlet" + }, + { + "code": "37082-5", + "display": "Shoulder - left X-ray AP and axillary and outlet" + }, + { + "code": "38781-1", + "display": "Shoulder - right X-ray AP and axillary and outlet" + }, + { + "code": "39339-7", + "display": "Shoulder - bilateral X-ray AP and axillary and outlet and 30 degree caudal angle" + }, + { + "code": "37083-3", + "display": "Shoulder - left X-ray AP and axillary and outlet and Zanca" + }, + { + "code": "38782-9", + "display": "Shoulder - right X-ray AP and axillary and outlet and Zanca" + }, + { + "code": "37126-0", + "display": "Shoulder - bilateral X-ray AP and axillary and Y" + }, + { + "code": "37084-1", + "display": "Shoulder - left X-ray AP and axillary and Y" + }, + { + "code": "38783-7", + "display": "Shoulder - right X-ray AP and axillary and Y" + }, + { + "code": "39512-9", + "display": "Hip - right X-ray AP and Danelius Miller" + }, + { + "code": "39401-5", + "display": "Shoulder X-ray AP and Grashey and axillary" + }, + { + "code": "69153-5", + "display": "Shoulder - left X-ray AP and Grashey and axillary" + }, + { + "code": "69262-4", + "display": "Shoulder - right X-ray AP and Grashey and axillary" + }, + { + "code": "37618-6", + "display": "Pelvis X-ray AP and inlet" + }, + { + "code": "37623-6", + "display": "Pelvis X-ray AP and inlet and outlet" + }, + { + "code": "39065-8", + "display": "Pelvis X-ray AP and inlet and outlet and oblique" + }, + { + "code": "37619-4", + "display": "Pelvis X-ray AP and Judet" + }, + { + "code": "24794-0", + "display": "Abdomen X-ray AP and lateral" + }, + { + "code": "30779-3", + "display": "Ankle X-ray AP and lateral" + }, + { + "code": "36684-9", + "display": "Ankle - bilateral X-ray AP and lateral" + }, + { + "code": "36685-6", + "display": "Ankle - left X-ray AP and lateral" + }, + { + "code": "37667-3", + "display": "Ankle - right X-ray AP and lateral" + }, + { + "code": "36686-4", + "display": "Calcaneus - bilateral X-ray AP and lateral" + }, + { + "code": "36701-1", + "display": "Calcaneus - left X-ray AP and lateral" + }, + { + "code": "37719-2", + "display": "Calcaneus - right X-ray AP and lateral" + }, + { + "code": "36687-2", + "display": "Chest X-ray AP and lateral" + }, + { + "code": "39066-6", + "display": "Chest Fluoroscopy AP and lateral" + }, + { + "code": "36688-0", + "display": "Coccyx X-ray AP and lateral" + }, + { + "code": "36689-8", + "display": "Elbow X-ray AP and lateral" + }, + { + "code": "36690-6", + "display": "Elbow - bilateral X-ray AP and lateral" + }, + { + "code": "36691-4", + "display": "Elbow - left X-ray AP and lateral" + }, + { + "code": "37684-8", + "display": "Elbow - right X-ray AP and lateral" + }, + { + "code": "36693-0", + "display": "Femur X-ray AP and lateral" + }, + { + "code": "36694-8", + "display": "Femur - bilateral X-ray AP and lateral" + }, + { + "code": "36695-5", + "display": "Femur - left X-ray AP and lateral" + }, + { + "code": "37692-1", + "display": "Femur - right X-ray AP and lateral" + }, + { + "code": "39069-0", + "display": "Foot X-ray AP and lateral" + }, + { + "code": "36696-3", + "display": "Foot - bilateral X-ray AP and lateral" + }, + { + "code": "36697-1", + "display": "Foot - left X-ray AP and lateral" + }, + { + "code": "37701-0", + "display": "Foot - right X-ray AP and lateral" + }, + { + "code": "42409-3", + "display": "Foot sesamoid bones X-ray AP and lateral" + }, + { + "code": "69130-3", + "display": "Hand X-ray AP and lateral" + }, + { + "code": "48474-1", + "display": "Hand - bilateral X-ray AP and lateral" + }, + { + "code": "38847-0", + "display": "Hand - left X-ray AP and lateral" + }, + { + "code": "37710-1", + "display": "Hand - right X-ray AP and lateral" + }, + { + "code": "36702-9", + "display": "Hip X-ray AP and lateral" + }, + { + "code": "36703-7", + "display": "Hip - bilateral X-ray AP and lateral" + }, + { + "code": "36704-5", + "display": "Hip - left X-ray AP and lateral" + }, + { + "code": "37725-9", + "display": "Hip - right X-ray AP and lateral" + }, + { + "code": "36706-0", + "display": "Humerus X-ray AP and lateral" + }, + { + "code": "36707-8", + "display": "Humerus - bilateral X-ray AP and lateral" + }, + { + "code": "36708-6", + "display": "Humerus - left X-ray AP and lateral" + }, + { + "code": "37736-6", + "display": "Humerus - right X-ray AP and lateral" + }, + { + "code": "36709-4", + "display": "Knee X-ray AP and lateral" + }, + { + "code": "36590-8", + "display": "Knee - bilateral X-ray AP and lateral" + }, + { + "code": "36710-2", + "display": "Knee - left X-ray AP and lateral" + }, + { + "code": "37745-7", + "display": "Knee - right X-ray AP and lateral" + }, + { + "code": "36692-2", + "display": "Lower extremity X-ray AP and lateral" + }, + { + "code": "69258-2", + "display": "Lower extremity - right X-ray AP and lateral" + }, + { + "code": "36711-0", + "display": "Mandible X-ray AP and lateral" + }, + { + "code": "42438-2", + "display": "Neck X-ray AP and lateral" + }, + { + "code": "36712-8", + "display": "Patella - bilateral X-ray AP and lateral" + }, + { + "code": "36713-6", + "display": "Patella - left X-ray AP and lateral" + }, + { + "code": "37776-2", + "display": "Patella - right X-ray AP and lateral" + }, + { + "code": "37620-2", + "display": "Pelvis X-ray AP and lateral" + }, + { + "code": "36705-2", + "display": "Pelvis and Hip X-ray AP and lateral" + }, + { + "code": "36699-7", + "display": "Radius - bilateral and Ulna - bilateral X-ray AP and lateral" + }, + { + "code": "36700-3", + "display": "Radius - left and Ulna.left X-ray AP and lateral" + }, + { + "code": "37708-5", + "display": "Radius - right and Ulna - right X-ray AP and lateral" + }, + { + "code": "36698-9", + "display": "Radius and Ulna X-ray AP and lateral" + }, + { + "code": "37652-5", + "display": "Sacrum X-ray AP and lateral" + }, + { + "code": "36714-4", + "display": "Scapula - bilateral X-ray AP and lateral" + }, + { + "code": "36715-1", + "display": "Scapula - left X-ray AP and lateral" + }, + { + "code": "37788-7", + "display": "Scapula - right X-ray AP and lateral" + }, + { + "code": "37841-4", + "display": "Shoulder X-ray AP and lateral" + }, + { + "code": "36716-9", + "display": "Shoulder - bilateral X-ray AP and lateral" + }, + { + "code": "24919-3", + "display": "Skull X-ray AP and lateral" + }, + { + "code": "24928-4", + "display": "Spine X-ray AP and lateral" + }, + { + "code": "24942-5", + "display": "Spine Cervical X-ray AP and lateral" + }, + { + "code": "37361-3", + "display": "Spine Cervical and Spine Thoracic X-ray AP and lateral" + }, + { + "code": "39067-4", + "display": "Spine Cervical and Thoracic and Lumbar X-ray AP and lateral" + }, + { + "code": "43785-5", + "display": "Spine Cervicothoracic Junction X-ray AP and lateral" + }, + { + "code": "24970-6", + "display": "Spine Lumbar X-ray AP and lateral" + }, + { + "code": "30753-8", + "display": "Spine Thoracic X-ray AP and lateral" + }, + { + "code": "38123-6", + "display": "Spine Thoracic and Lumbar X-ray AP and lateral" + }, + { + "code": "37974-3", + "display": "Spine Thoracolumbar Junction X-ray AP and lateral" + }, + { + "code": "37889-3", + "display": "Thumb X-ray AP and lateral" + }, + { + "code": "36717-7", + "display": "Tibia - bilateral and Fibula - bilateral X-ray AP and lateral" + }, + { + "code": "36718-5", + "display": "Tibia - left and Fibula - left X-ray AP and lateral" + }, + { + "code": "37816-6", + "display": "Tibia - right and Fibula - right X-ray AP and lateral" + }, + { + "code": "37896-8", + "display": "Tibia and Fibula X-ray AP and lateral" + }, + { + "code": "36719-3", + "display": "Toes - left X-ray AP and lateral" + }, + { + "code": "37822-4", + "display": "Toes - right X-ray AP and lateral" + }, + { + "code": "30793-4", + "display": "Wrist X-ray AP and lateral" + }, + { + "code": "38860-3", + "display": "Wrist - left X-ray AP and lateral" + }, + { + "code": "37832-3", + "display": "Wrist - right X-ray AP and lateral" + }, + { + "code": "37839-8", + "display": "Shoulder X-ray AP and lateral and axillary" + }, + { + "code": "39070-8", + "display": "Chest X-ray AP and lateral and lordotic" + }, + { + "code": "42404-4", + "display": "Hip - left X-ray AP and lateral and measurement" + }, + { + "code": "39071-6", + "display": "Knee X-ray AP and lateral and Merchants" + }, + { + "code": "37095-7", + "display": "Ankle X-ray AP and lateral and Mortise" + }, + { + "code": "37096-5", + "display": "Ankle - bilateral X-ray AP and lateral and Mortise" + }, + { + "code": "37097-3", + "display": "Ankle - left X-ray AP and lateral and Mortise" + }, + { + "code": "37666-5", + "display": "Ankle - right X-ray AP and lateral and Mortise" + }, + { + "code": "39072-4", + "display": "Ankle X-ray AP and lateral and oblique" + }, + { + "code": "36720-1", + "display": "Ankle - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "36721-9", + "display": "Ankle - left X-ray AP and lateral and oblique" + }, + { + "code": "37668-1", + "display": "Ankle - right X-ray AP and lateral and oblique" + }, + { + "code": "36731-8", + "display": "Calcaneus X-ray AP and lateral and oblique" + }, + { + "code": "36722-7", + "display": "Elbow X-ray AP and lateral and oblique" + }, + { + "code": "36723-5", + "display": "Elbow - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "36724-3", + "display": "Elbow - left X-ray AP and lateral and oblique" + }, + { + "code": "37685-5", + "display": "Elbow - right X-ray AP and lateral and oblique" + }, + { + "code": "36725-0", + "display": "Finger X-ray AP and lateral and oblique" + }, + { + "code": "36726-8", + "display": "Finger - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "36727-6", + "display": "Finger - left X-ray AP and lateral and oblique" + }, + { + "code": "37696-2", + "display": "Finger - right X-ray AP and lateral and oblique" + }, + { + "code": "36728-4", + "display": "Foot X-ray AP and lateral and oblique" + }, + { + "code": "36729-2", + "display": "Foot - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "36730-0", + "display": "Foot - left X-ray AP and lateral and oblique" + }, + { + "code": "37702-8", + "display": "Foot - right X-ray AP and lateral and oblique" + }, + { + "code": "69057-8", + "display": "Hand - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "38848-8", + "display": "Hand - left X-ray AP and lateral and oblique" + }, + { + "code": "37711-9", + "display": "Hand - right X-ray AP and lateral and oblique" + }, + { + "code": "36732-6", + "display": "Knee - bilateral X-ray AP and lateral and oblique" + }, + { + "code": "36733-4", + "display": "Knee - left X-ray AP and lateral and oblique" + }, + { + "code": "37748-1", + "display": "Knee - right X-ray AP and lateral and oblique" + }, + { + "code": "37624-4", + "display": "Pelvis X-ray AP and lateral and oblique" + }, + { + "code": "36734-2", + "display": "Spine Cervical X-ray AP and lateral and oblique" + }, + { + "code": "36735-9", + "display": "Spine Lumbar X-ray AP and lateral and oblique" + }, + { + "code": "37908-1", + "display": "Spine Thoracic X-ray AP and lateral and oblique" + }, + { + "code": "36736-7", + "display": "Thumb - left X-ray AP and lateral and oblique" + }, + { + "code": "37813-3", + "display": "Thumb - right X-ray AP and lateral and oblique" + }, + { + "code": "37927-1", + "display": "Wrist X-ray AP and lateral and oblique" + }, + { + "code": "37099-9", + "display": "Spine Cervical X-ray AP and lateral and oblique and odontoid" + }, + { + "code": "38083-2", + "display": "Spine Cervical X-ray AP and lateral and oblique and odontoid and swimmer" + }, + { + "code": "37101-3", + "display": "Spine Lumbar X-ray AP and lateral and oblique and spot" + }, + { + "code": "42410-1", + "display": "Spine Lumbar X-ray AP and lateral and oblique and spot standing" + }, + { + "code": "37102-1", + "display": "Knee - bilateral X-ray AP and lateral and oblique and Sunrise" + }, + { + "code": "37118-7", + "display": "Knee - bilateral X-ray AP and lateral and oblique and Sunrise and tunnel" + }, + { + "code": "37115-3", + "display": "Knee X-ray AP and lateral and oblique and tunnel" + }, + { + "code": "69137-8", + "display": "Ankle - left X-ray AP and lateral and oblique standing" + }, + { + "code": "39371-0", + "display": "Ankle - right X-ray AP and lateral and oblique standing" + }, + { + "code": "39334-8", + "display": "Foot - left X-ray AP and lateral and oblique standing" + }, + { + "code": "39375-1", + "display": "Foot - right X-ray AP and lateral and oblique standing" + }, + { + "code": "42417-6", + "display": "Ankle - bilateral X-ray AP and lateral and oblique W manual stress" + }, + { + "code": "42418-4", + "display": "Ankle - left X-ray AP and lateral and oblique W manual stress" + }, + { + "code": "39369-4", + "display": "Ankle - right X-ray AP and lateral and oblique W manual stress" + }, + { + "code": "37103-9", + "display": "Spine Cervical X-ray AP and lateral and odontoid" + }, + { + "code": "37079-1", + "display": "Spine Cervical X-ray AP and lateral and odontoid portable" + }, + { + "code": "39074-0", + "display": "Chest X-ray AP and lateral and right oblique and left oblique" + }, + { + "code": "39073-2", + "display": "Knee X-ray AP and lateral and right oblique and left oblique" + }, + { + "code": "69147-7", + "display": "Knee - left X-ray AP and lateral and right oblique and left oblique" + }, + { + "code": "39388-4", + "display": "Knee - right X-ray AP and lateral and right oblique and left oblique" + }, + { + "code": "37105-4", + "display": "Spine Lumbar X-ray AP and lateral and spot" + }, + { + "code": "37106-2", + "display": "Knee X-ray AP and lateral and Sunrise" + }, + { + "code": "37107-0", + "display": "Knee - bilateral X-ray AP and lateral and Sunrise" + }, + { + "code": "37108-8", + "display": "Knee - left X-ray AP and lateral and Sunrise" + }, + { + "code": "37749-9", + "display": "Knee - right X-ray AP and lateral and Sunrise" + }, + { + "code": "37109-6", + "display": "Patella - bilateral X-ray AP and lateral and Sunrise" + }, + { + "code": "37110-4", + "display": "Patella - left X-ray AP and lateral and Sunrise" + }, + { + "code": "38786-0", + "display": "Patella - right X-ray AP and lateral and Sunrise" + }, + { + "code": "37111-2", + "display": "Knee X-ray AP and lateral and Sunrise and tunnel" + }, + { + "code": "37116-1", + "display": "Knee - bilateral X-ray AP and lateral and Sunrise and tunnel" + }, + { + "code": "37117-9", + "display": "Knee - left X-ray AP and lateral and Sunrise and tunnel" + }, + { + "code": "37740-8", + "display": "Knee - right X-ray AP and lateral and Sunrise and tunnel" + }, + { + "code": "38009-7", + "display": "Spine Thoracic X-ray AP and lateral and Swimmers" + }, + { + "code": "37112-0", + "display": "Knee X-ray AP and lateral and tunnel" + }, + { + "code": "37113-8", + "display": "Knee - bilateral X-ray AP and lateral and tunnel" + }, + { + "code": "37114-6", + "display": "Knee - left X-ray AP and lateral and tunnel" + }, + { + "code": "37747-3", + "display": "Knee - right X-ray AP and lateral and tunnel" + }, + { + "code": "69065-1", + "display": "Abdomen X-ray AP and lateral crosstable" + }, + { + "code": "37086-6", + "display": "Hip X-ray AP and lateral crosstable" + }, + { + "code": "37087-4", + "display": "Hip - left X-ray AP and lateral crosstable" + }, + { + "code": "37723-4", + "display": "Hip - right X-ray AP and lateral crosstable" + }, + { + "code": "37090-8", + "display": "Knee X-ray AP and lateral crosstable" + }, + { + "code": "69146-9", + "display": "Knee - left X-ray AP and lateral crosstable" + }, + { + "code": "37089-0", + "display": "Pelvis and Hip X-ray AP and lateral crosstable" + }, + { + "code": "37088-2", + "display": "Pelvis and Hip - left X-ray AP and lateral crosstable" + }, + { + "code": "38784-5", + "display": "Pelvis and Hip - right X-ray AP and lateral crosstable" + }, + { + "code": "30763-7", + "display": "Abdomen X-ray AP and lateral crosstable portable" + }, + { + "code": "37077-5", + "display": "Hip X-ray AP and lateral crosstable portable" + }, + { + "code": "37091-6", + "display": "Hip X-ray AP and lateral frog" + }, + { + "code": "37092-4", + "display": "Hip - bilateral X-ray AP and lateral frog" + }, + { + "code": "37093-2", + "display": "Hip - left X-ray AP and lateral frog" + }, + { + "code": "37724-2", + "display": "Hip - right X-ray AP and lateral frog" + }, + { + "code": "30770-2", + "display": "Pelvis and Hip X-ray AP and lateral frog" + }, + { + "code": "42167-7", + "display": "Pelvis and Hip - bilateral X-ray AP and lateral frog" + }, + { + "code": "37094-0", + "display": "Pelvis and Hip - left X-ray AP and lateral frog" + }, + { + "code": "38785-2", + "display": "Pelvis and Hip - right X-ray AP and lateral frog" + }, + { + "code": "41776-6", + "display": "Pelvis and Hip - right X-ray AP and lateral frog portable" + }, + { + "code": "24793-2", + "display": "Abdomen X-ray AP and lateral portable" + }, + { + "code": "44185-7", + "display": "Femur X-ray AP and lateral portable" + }, + { + "code": "44186-5", + "display": "Foot X-ray AP and lateral portable" + }, + { + "code": "41817-8", + "display": "Hip - left X-ray AP and lateral portable" + }, + { + "code": "41777-4", + "display": "Hip - right X-ray AP and lateral portable" + }, + { + "code": "30726-4", + "display": "Spine Cervical X-ray AP and lateral portable" + }, + { + "code": "37078-3", + "display": "Spine Lumbar X-ray AP and lateral portable" + }, + { + "code": "30754-6", + "display": "Spine Thoracic X-ray AP and lateral portable" + }, + { + "code": "39330-6", + "display": "Ankle - bilateral X-ray AP and lateral standing" + }, + { + "code": "42380-6", + "display": "Ankle - left X-ray AP and lateral standing" + }, + { + "code": "39368-6", + "display": "Ankle - right X-ray AP and lateral standing" + }, + { + "code": "39068-2", + "display": "Foot X-ray AP and lateral standing" + }, + { + "code": "39331-4", + "display": "Foot - bilateral X-ray AP and lateral standing" + }, + { + "code": "39332-2", + "display": "Foot - left X-ray AP and lateral standing" + }, + { + "code": "39374-4", + "display": "Foot - right X-ray AP and lateral standing" + }, + { + "code": "24805-4", + "display": "Knee X-ray AP and lateral standing" + }, + { + "code": "26364-0", + "display": "Knee - bilateral X-ray AP and lateral standing" + }, + { + "code": "26365-7", + "display": "Knee - left X-ray AP and lateral standing" + }, + { + "code": "26366-5", + "display": "Knee - right X-ray AP and lateral standing" + }, + { + "code": "39333-0", + "display": "Spine Lumbar X-ray AP and lateral standing" + }, + { + "code": "38084-0", + "display": "Abdomen X-ray AP and left posterior oblique" + }, + { + "code": "37119-5", + "display": "Abdomen X-ray AP and oblique" + }, + { + "code": "39076-5", + "display": "Foot X-ray AP and oblique" + }, + { + "code": "37621-0", + "display": "Pelvis X-ray AP and oblique" + }, + { + "code": "37649-1", + "display": "Sacroiliac Joint X-ray AP and oblique" + }, + { + "code": "39075-7", + "display": "Toes X-ray AP and oblique" + }, + { + "code": "37098-1", + "display": "Spine Cervical X-ray AP and oblique and lateral W flexion and W extension" + }, + { + "code": "44187-3", + "display": "Spine Cervical X-ray AP and oblique and odontoid and lateral portable W flexion and W extension" + }, + { + "code": "37100-5", + "display": "Spine Cervical X-ray AP and oblique and odontoid and lateral W flexion and W extension" + }, + { + "code": "24797-3", + "display": "Abdomen X-ray AP and oblique prone" + }, + { + "code": "37120-3", + "display": "Spine Cervical X-ray AP and odontoid and lateral crosstable" + }, + { + "code": "37104-7", + "display": "Spine Cervical X-ray AP and odontoid and lateral W flexion and W extension" + }, + { + "code": "42011-7", + "display": "Chest and Abdomen X-ray AP and PA chest" + }, + { + "code": "24642-1", + "display": "Chest X-ray AP and PA upright" + }, + { + "code": "24808-8", + "display": "Knee X-ray AP and PA standing" + }, + { + "code": "26361-6", + "display": "Knee - bilateral X-ray AP and PA standing" + }, + { + "code": "26362-4", + "display": "Knee - left X-ray AP and PA standing" + }, + { + "code": "26363-2", + "display": "Knee - right X-ray AP and PA standing" + }, + { + "code": "37121-1", + "display": "Clavicle - left X-ray AP and Serendipity" + }, + { + "code": "37680-6", + "display": "Clavicle - right X-ray AP and Serendipity" + }, + { + "code": "37122-9", + "display": "Shoulder - left X-ray AP and Stryker Notch" + }, + { + "code": "37797-8", + "display": "Shoulder - right X-ray AP and Stryker Notch" + }, + { + "code": "37485-0", + "display": "Humerus X-ray AP and transthoracic" + }, + { + "code": "39077-3", + "display": "Shoulder X-ray AP and transthoracic" + }, + { + "code": "46349-7", + "display": "Shoulder - bilateral X-ray AP and transthoracic" + }, + { + "code": "38082-4", + "display": "Shoulder - left X-ray AP and transthoracic" + }, + { + "code": "38822-3", + "display": "Shoulder - right X-ray AP and transthoracic" + }, + { + "code": "37123-7", + "display": "Shoulder - left X-ray AP and West Point" + }, + { + "code": "38787-8", + "display": "Shoulder - right X-ray AP and West Point" + }, + { + "code": "36961-1", + "display": "Shoulder - left X-ray AP and West Point and outlet" + }, + { + "code": "37799-4", + "display": "Shoulder - right X-ray AP and West Point and outlet" + }, + { + "code": "37124-5", + "display": "Scapula - left X-ray AP and Y" + }, + { + "code": "37789-5", + "display": "Scapula - right X-ray AP and Y" + }, + { + "code": "69266-5", + "display": "Shoulder X-ray AP and Y" + }, + { + "code": "37125-2", + "display": "Shoulder - left X-ray AP and Y" + }, + { + "code": "38788-6", + "display": "Shoulder - right X-ray AP and Y" + }, + { + "code": "24562-1", + "display": "Abdomen X-ray AP (left lateral-decubitus and right lateral-decubitus)" + }, + { + "code": "24650-4", + "display": "Chest X-ray AP (right lateral-decubitus and left lateral-decubitus)" + }, + { + "code": "24649-6", + "display": "Chest X-ray AP (right lateral-decubitus and left lateral-decubitus) portable" + }, + { + "code": "37085-8", + "display": "Abdomen X-ray AP (supine and lateral-decubitus)" + }, + { + "code": "37076-7", + "display": "Abdomen X-ray AP (supine and lateral-decubitus) portable" + }, + { + "code": "24798-1", + "display": "Abdomen X-ray AP (supine and upright)" + }, + { + "code": "43463-9", + "display": "Chest and Abdomen X-ray AP (supine and upright) and PA chest" + }, + { + "code": "24795-7", + "display": "Abdomen X-ray AP (supine and upright) portable" + }, + { + "code": "42019-0", + "display": "Abdomen X-ray AP (upright and left lateral decubitus)" + }, + { + "code": "39329-8", + "display": "Shoulder - bilateral X-ray AP (W internal rotation and W external rotation)" + }, + { + "code": "39328-0", + "display": "Shoulder - left X-ray AP (W internal rotation and W external rotation)" + }, + { + "code": "39395-9", + "display": "Shoulder - right X-ray AP (W internal rotation and W external rotation)" + }, + { + "code": "39321-5", + "display": "Shoulder X-ray AP (W internal rotation and W external rotation) and axillary" + }, + { + "code": "39336-3", + "display": "Shoulder - bilateral X-ray AP (W internal rotation and W external rotation) and axillary" + }, + { + "code": "39335-5", + "display": "Shoulder - left X-ray AP (W internal rotation and W external rotation) and axillary" + }, + { + "code": "39337-1", + "display": "Shoulder - bilateral X-ray AP (W internal rotation and W external rotation) and axillary and outlet" + }, + { + "code": "39344-7", + "display": "Shoulder - bilateral X-ray AP (W internal rotation and W external rotation) and axillary and Y" + }, + { + "code": "39338-9", + "display": "Shoulder - left X-ray AP (W internal rotation and W external rotation) and axillary and Y" + }, + { + "code": "39397-5", + "display": "Shoulder - right X-ray AP (W internal rotation and W external rotation) and West Point" + }, + { + "code": "39343-9", + "display": "Shoulder - bilateral X-ray AP (W internal rotation and W external rotation) and Y" + }, + { + "code": "39348-8", + "display": "Shoulder - left X-ray AP (W internal rotation and W external rotation) and Y" + }, + { + "code": "39325-6", + "display": "Shoulder - left X-ray AP (W internal rotation) and Grashey and axillary and outlet" + }, + { + "code": "39346-2", + "display": "Shoulder - bilateral X-ray AP (W internal rotation) and West Point" + }, + { + "code": "39347-0", + "display": "Shoulder - left X-ray AP (W internal rotation) and West Point" + }, + { + "code": "39396-7", + "display": "Shoulder - right X-ray AP (W internal rotation) and West Point" + }, + { + "code": "24632-2", + "display": "Chest X-ray AP portable" + }, + { + "code": "37075-9", + "display": "Hip X-ray AP portable" + }, + { + "code": "43561-0", + "display": "Chest and Abdomen X-ray AP upright and AP chest" + }, + { + "code": "38003-0", + "display": "Foot - left X-ray AP standing" + }, + { + "code": "38815-7", + "display": "Foot - right X-ray AP standing" + }, + { + "code": "42406-9", + "display": "Spine Lumbar X-ray AP W and WO left bending" + }, + { + "code": "42407-7", + "display": "Spine Lumbar X-ray AP W and WO right bending" + }, + { + "code": "42445-7", + "display": "Spine Thoracic X-ray AP W left bending and WO bending" + }, + { + "code": "37484-3", + "display": "Knee - left X-ray AP W manual stress" + }, + { + "code": "37746-5", + "display": "Knee - right X-ray AP W manual stress" + }, + { + "code": "42403-6", + "display": "Spine Lumbar X-ray AP W right bending and W left bending" + }, + { + "code": "42408-5", + "display": "Spine Lumbar X-ray AP W right bending and W left bending and WO bending" + }, + { + "code": "42444-0", + "display": "Spine Thoracic X-ray AP W right bending and W left bending and WO bending" + }, + { + "code": "42446-5", + "display": "Spine Thoracic X-ray AP W right bending and WO bending" + }, + { + "code": "39403-1", + "display": "Shoulder X-ray axillary and transcapular" + }, + { + "code": "37127-8", + "display": "Shoulder - bilateral X-ray axillary and Y" + }, + { + "code": "37128-6", + "display": "Shoulder - left X-ray axillary and Y" + }, + { + "code": "37807-5", + "display": "Shoulder - right X-ray axillary and Y" + }, + { + "code": "46386-9", + "display": "Teeth X-ray bitewing" + }, + { + "code": "39884-2", + "display": "Bone Scan blood pool" + }, + { + "code": "39861-0", + "display": "Heart Scan blood pool" + }, + { + "code": "42709-6", + "display": "Liver Scan blood pool" + }, + { + "code": "39860-2", + "display": "Heart Scan blood pool W stress and W radionuclide IV" + }, + { + "code": "26352-5", + "display": "Wrist - bilateral and Hand - bilateral X-ray bone age" + }, + { + "code": "26353-3", + "display": "Wrist - left and Hand - left X-ray bone age" + }, + { + "code": "26354-1", + "display": "Wrist - right and Hand - right X-ray bone age" + }, + { + "code": "24724-7", + "display": "Wrist and Hand X-ray bone age" + }, + { + "code": "37362-1", + "display": "Bones X-ray bone age" + }, + { + "code": "24591-0", + "display": "Brain Scan brain death protocol W Tc-99m HMPAO IV" + }, + { + "code": "37996-6", + "display": "Calcaneus X-ray Broden" + }, + { + "code": "37995-8", + "display": "Calcaneus - bilateral X-ray Broden" + }, + { + "code": "37997-4", + "display": "Calcaneus - left X-ray Broden" + }, + { + "code": "38814-0", + "display": "Calcaneus - right X-ray Broden" + }, + { + "code": "37486-8", + "display": "Ankle X-ray Broden W manual stress" + }, + { + "code": "37852-1", + "display": "Sinuses X-ray Caldwell and Waters" + }, + { + "code": "39859-4", + "display": "Brain Scan delayed static" + }, + { + "code": "39875-0", + "display": "Scan delayed W GA-67 IV" + }, + { + "code": "39840-4", + "display": "Scan delayed W I-131 MIBG IV" + }, + { + "code": "39842-0", + "display": "Scan delayed W In-111 Satumomab IV" + }, + { + "code": "39874-3", + "display": "Head Cistern Scan delayed W radionuclide IT" + }, + { "code": "39819-8", "display": "Bone Scan delayed" }, + { + "code": "39741-4", + "display": "Parathyroid Scan delayed" + }, + { + "code": "24605-8", + "display": "Breast Mammogram diagnostic" + }, + { + "code": "39152-4", + "display": "Breast FFD mammogram diagnostic" + }, + { + "code": "69158-4", + "display": "Breast implant X-ray diagnostic" + }, + { + "code": "48475-8", + "display": "Breast implant - bilateral Mammogram diagnostic" + }, + { + "code": "69150-1", + "display": "Breast implant - left Mammogram diagnostic" + }, + { + "code": "69259-0", + "display": "Breast implant - right Mammogram diagnostic" + }, + { + "code": "26346-7", + "display": "Breast - bilateral Mammogram diagnostic" + }, + { + "code": "39154-0", + "display": "Breast - bilateral FFD mammogram diagnostic" + }, + { + "code": "26347-5", + "display": "Breast - left Mammogram diagnostic" + }, + { + "code": "42169-3", + "display": "Breast - left FFD mammogram diagnostic" + }, + { + "code": "26348-3", + "display": "Breast - right Mammogram diagnostic" + }, + { + "code": "42168-5", + "display": "Breast - right FFD mammogram diagnostic" + }, + { + "code": "46350-5", + "display": "Breast - unilateral Mammogram diagnostic" + }, + { + "code": "24604-1", + "display": "Breast Mammogram diagnostic limited" + }, + { + "code": "26349-1", + "display": "Breast - bilateral Mammogram diagnostic limited" + }, + { + "code": "26350-9", + "display": "Breast - left Mammogram diagnostic limited" + }, + { + "code": "26351-7", + "display": "Breast - right Mammogram diagnostic limited" + }, + { + "code": "46351-3", + "display": "Breast implant - bilateral Mammogram displacement" + }, + { + "code": "39895-8", + "display": "Gallbladder Scan ejection fraction W Tc-99m DISIDA IV" + }, + { + "code": "39887-5", + "display": "Heart Scan first pass and ejection fraction at rest and W radionuclide IV" + }, + { + "code": "39889-1", + "display": "Heart Scan first pass and ejection fraction" + }, + { + "code": "39885-9", + "display": "Heart Scan first pass and ventricular volume" + }, + { + "code": "39910-5", + "display": "Heart Scan first pass and wall motion and ejection fraction" + }, + { + "code": "39912-1", + "display": "Heart Scan first pass and wall motion and ventricular volume and ejection fraction" + }, + { + "code": "39909-7", + "display": "Heart Scan first pass and wall motion and ventricular volume and ejection fraction W stress and W radionuclide IV" + }, + { + "code": "39908-9", + "display": "Heart Scan first pass and wall motion and ventricular volume W stress and W radionuclide IV" + }, + { + "code": "39886-7", + "display": "Heart Scan first pass and wall motion at rest and W radionuclide IV" + }, + { + "code": "39890-9", + "display": "Heart Scan first pass and wall motion" + }, + { + "code": "39888-3", + "display": "Heart Scan first pass and wall motion W stress and W radionuclide IV" + }, + { + "code": "39867-7", + "display": "Heart Scan first pass at rest and W radionuclide IV" + }, + { + "code": "39863-6", + "display": "Heart Scan first pass at rest and W stress and W radionuclide IV" + }, + { + "code": "39866-9", + "display": "Heart Scan first pass at rest and W Tc-99m Sestamibi IV" + }, + { + "code": "39864-4", + "display": "Heart Scan first pass" + }, + { + "code": "39865-1", + "display": "Left ventricle Scan first pass" + }, + { + "code": "39869-3", + "display": "Heart Scan first pass W stress and W radionuclide IV" + }, + { + "code": "39868-5", + "display": "Heart Scan first pass W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "39893-3", + "display": "Heart Scan flow for shunt detection" + }, + { + "code": "43644-4", + "display": "Brain Scan flow limited" + }, + { "code": "39858-6", "display": "Bone Scan flow" }, + { "code": "39636-6", "display": "Brain Scan flow" }, + { "code": "39871-9", "display": "Heart Scan flow" }, + { + "code": "42261-8", + "display": "Kidney - bilateral Scan flow" + }, + { "code": "42262-6", "display": "Liver Scan flow" }, + { + "code": "43653-5", + "display": "Liver and Spleen Scan flow" + }, + { + "code": "39847-9", + "display": "Parotid gland Scan flow" + }, + { + "code": "39899-0", + "display": "Salivary gland Scan flow" + }, + { + "code": "42308-7", + "display": "Scrotum and Testicle Scan flow" + }, + { "code": "42263-4", "display": "Spleen Scan flow" }, + { "code": "39856-0", "display": "Thyroid Scan flow" }, + { "code": "43500-8", "display": "Vessel Scan flow" }, + { + "code": "44148-5", + "display": "Brain Scan flow W Tc-99m bicisate IV" + }, + { + "code": "43642-8", + "display": "Brain Scan flow W Tc-99m DTPA IV" + }, + { + "code": "43664-2", + "display": "Renal vessels Scan flow W Tc-99m DTPA IV" + }, + { + "code": "43643-6", + "display": "Brain Scan flow W Tc-99m glucoheptonate IV" + }, + { + "code": "43666-7", + "display": "Kidney - bilateral and Renal vessels Scan flow W Tc-99m glucoheptonate IV" + }, + { + "code": "43663-4", + "display": "Renal vessels Scan flow W Tc-99m glucoheptonate IV" + }, + { + "code": "43665-9", + "display": "Renal vessels Scan flow W Tc-99m Mertiatide IV" + }, + { + "code": "39870-1", + "display": "Heart Scan flow W Tc-99m pertechnetate IV" + }, + { + "code": "43654-3", + "display": "Liver Scan flow W Tc-99m tagged RBC IV" + }, + { + "code": "39685-3", + "display": "Scan for abscess W GA-67 IV" + }, + { + "code": "39940-2", + "display": "Lung Scan Clearance W Tc-99m DTPA aerosol inhaled" + }, + { + "code": "43787-1", + "display": "Skull and Facial bones and Mandible X-ray for dental measurement" + }, + { + "code": "43648-5", + "display": "Scan for endocrine tumor multiple areas W I-131 MIBG IV" + }, + { + "code": "43649-3", + "display": "Scan for endocrine tumor multiple areas W In-111 pentetreotide IV" + }, + { + "code": "39827-1", + "display": "Scan for endocrine tumor whole body W I-131 MIBG IV" + }, + { + "code": "39828-9", + "display": "Scan for endocrine tumor whole body W In-111 pentetreotide IV" + }, + { + "code": "39327-2", + "display": "Abdomen and Fetus X-ray for fetal age" + }, + { + "code": "44208-7", + "display": "Orbit X-ray for foreign body" + }, + { + "code": "30720-7", + "display": "Orbit - bilateral X-ray for foreign body" + }, + { + "code": "42311-1", + "display": "Orbit - left X-ray for foreign body" + }, + { + "code": "42312-9", + "display": "Orbit - right X-ray for foreign body" + }, + { + "code": "39768-7", + "display": "Stomach Scan for gastric emptying W Tc-99m SC PO" + }, + { + "code": "39767-9", + "display": "Stomach Scan for gastric emptying liquid phase W radionuclide PO" + }, + { + "code": "24997-9", + "display": "Stomach Scan for gastric emptying solid phase W Tc-99m SC PO" + }, + { + "code": "39769-5", + "display": "Stomach Scan for gastric emptying W radionuclide PO" + }, + { + "code": "39892-5", + "display": "Heart Scan for infarct and first pass" + }, + { + "code": "39891-7", + "display": "Heart Scan for infarct and first pass W Tc-99m PYP IV" + }, + { + "code": "43646-9", + "display": "Heart Scan for infarct qualitative and quantitative" + }, + { + "code": "43645-1", + "display": "Heart Scan for infarct qualitative" + }, + { + "code": "43647-7", + "display": "Heart Scan for infarct quantitative" + }, + { + "code": "39653-1", + "display": "Heart Scan for infarct" + }, + { + "code": "39657-2", + "display": "Heart Scan for infarct W Tc-99m PYP IV" + }, + { + "code": "39933-7", + "display": "Scan for infection multiple areas W GA-67 IV" + }, + { + "code": "39830-5", + "display": "Scan for infection whole body W GA-67 IV" + }, + { + "code": "39677-0", + "display": "Scan for infection W GA-67 IV" + }, + { + "code": "39490-8", + "display": "Femur - right and Tibia - right X-ray for leg length" + }, + { + "code": "24700-7", + "display": "Femur and Tibia X-ray for leg length" + }, + { + "code": "39686-1", + "display": "Scan for lymphoma W GA-67 IV" + }, + { "code": "42170-1", "display": "Scan for lymphoma" }, + { + "code": "39672-1", + "display": "Esophagus Scan for motility W radionuclide PO" + }, + { + "code": "72256-1", + "display": "Abdomen X-ray for motility with radioopaque markers" + }, + { + "code": "24571-2", + "display": "Biliary ducts and Gallbladder Scan for patency of biliary structures and ejection fraction W sincalide and W radionuclide IV" + }, + { + "code": "24572-0", + "display": "Biliary ducts and Gallbladder Scan for patency of biliary structures W Tc-99m IV" + }, + { + "code": "43788-9", + "display": "Tube Fluoroscopy for patency W contrast via tube" + }, + { + "code": "43789-7", + "display": "Liver and Biliary ducts and Gallbladder Scan for patency W Tc-99m IV" + }, + { + "code": "39673-9", + "display": "Esophagus Scan for reflux W radionuclide PO" + }, + { + "code": "30650-6", + "display": "Unspecified body region Fluoroscopy for shunt" + }, + { + "code": "39665-5", + "display": "Heart Scan for shunt detection" + }, + { + "code": "39664-8", + "display": "Heart Scan for shunt detection W Tc-99m MAA IV" + }, + { + "code": "39848-7", + "display": "Peritoneovenous shunt Scan for patency W In-111 IT" + }, + { + "code": "39849-5", + "display": "Peritoneovenous shunt Scan for patency W radionuclide IT" + }, + { + "code": "24876-5", + "display": "Peritoneovenous shunt Scan for patency W Tc-99m DTPA IT" + }, + { + "code": "44149-3", + "display": "Peritoneovenous shunt Scan for patency W Tc-99m MAA inj" + }, + { + "code": "39954-3", + "display": "Vein Scan for thrombosis" + }, + { + "code": "44140-2", + "display": "Abdomen and Pelvis Scan for tumor" + }, + { + "code": "39831-3", + "display": "Scan for tumor limited W GA-67 IV" + }, + { + "code": "39951-9", + "display": "Scan for tumor multiple area W Tc-99m Sestamibi IV" + }, + { + "code": "39934-5", + "display": "Scan for tumor multiple areas W GA-67 IV" + }, + { + "code": "39829-7", + "display": "Scan for tumor whole body W GA-67 IV" + }, + { + "code": "42171-9", + "display": "Scan for tumor whole body" + }, + { + "code": "39749-7", + "display": "Scan for tumor whole body W Tc-99m Sestamibi IV" + }, + { + "code": "39679-6", + "display": "Scan for tumor W GA-67 IV" + }, + { + "code": "39750-5", + "display": "Scan for tumor W Tc-99m Sestamibi IV" + }, + { + "code": "42305-3", + "display": "Scan for tumor W Tl-201 IV" + }, + { + "code": "42397-0", + "display": "Chest X-ray frontal stereo" + }, + { + "code": "39923-8", + "display": "Heart Scan gated and ejection fraction at rest and W radionuclide IV" + }, + { + "code": "39917-0", + "display": "Heart Scan gated and ejection fraction" + }, + { + "code": "39919-6", + "display": "Heart Scan gated and first pass" + }, + { + "code": "39925-3", + "display": "Heart Scan gated and wall motion and ejection fraction at rest and W radionuclide IV" + }, + { + "code": "39931-1", + "display": "Heart Scan gated and wall motion and ejection fraction" + }, + { + "code": "42306-1", + "display": "Heart Scan gated and wall motion" + }, + { + "code": "39929-5", + "display": "Heart Scan gated and wall motion W stress and W radionuclide IV" + }, + { + "code": "39921-2", + "display": "Heart Scan gated at rest and W radionuclide IV" + }, + { + "code": "39924-6", + "display": "Heart Scan gated at rest and W stress and W radionuclide IV" + }, + { + "code": "39922-0", + "display": "Heart Scan gated at rest and W Tc-99m pertechnetate IV" + }, + { + "code": "39920-4", + "display": "Heart Scan gated at rest and W Tc-99m Sestamibi IV" + }, + { "code": "39915-4", "display": "Heart Scan gated" }, + { + "code": "39928-7", + "display": "Heart Scan gated W stress and W radionuclide IV" + }, + { + "code": "39927-9", + "display": "Heart Scan gated W stress and W Tc-99m pertechnetate IV" + }, + { + "code": "39914-7", + "display": "Heart Scan gated W Tc-99m Sestamibi IV" + }, + { + "code": "46348-9", + "display": "Chest X-ray GE 2 and PA and Lateral views" + }, + { + "code": "44210-3", + "display": "Ankle X-ray GE 3 views" + }, + { + "code": "48480-8", + "display": "Ankle - bilateral X-ray GE 3 views" + }, + { + "code": "46390-1", + "display": "Ankle - left X-ray GE 3 views" + }, + { + "code": "46347-1", + "display": "Ankle - right X-ray GE 3 views" + }, + { + "code": "48481-6", + "display": "Elbow - bilateral X-ray GE 3 views" + }, + { + "code": "46344-8", + "display": "Elbow - left X-ray GE 3 views" + }, + { + "code": "46345-5", + "display": "Elbow - right X-ray GE 3 views" + }, + { + "code": "48479-0", + "display": "Facial bones X-ray GE 3 views" + }, + { + "code": "43492-8", + "display": "Finger fifth - left X-ray GE 3 views" + }, + { + "code": "43497-7", + "display": "Finger fifth - right X-ray GE 3 views" + }, + { + "code": "43491-0", + "display": "Finger fourth - left X-ray GE 3 views" + }, + { + "code": "43496-9", + "display": "Finger fourth - right X-ray GE 3 views" + }, + { + "code": "43489-4", + "display": "Finger second - left X-ray GE 3 views" + }, + { + "code": "43494-4", + "display": "Finger second - right X-ray GE 3 views" + }, + { + "code": "43490-2", + "display": "Finger third - left X-ray GE 3 views" + }, + { + "code": "43495-1", + "display": "Finger third - right X-ray GE 3 views" + }, + { + "code": "44188-1", + "display": "Foot X-ray GE 3 views" + }, + { + "code": "48478-2", + "display": "Foot - bilateral X-ray GE 3 views" + }, + { + "code": "48477-4", + "display": "Foot - left X-ray GE 3 views" + }, + { + "code": "48476-6", + "display": "Foot - right X-ray GE 3 views" + }, + { + "code": "47370-2", + "display": "Hand - left X-ray GE 3 views" + }, + { + "code": "47371-0", + "display": "Hand - right X-ray GE 3 views" + }, + { + "code": "43498-5", + "display": "Knee - left X-ray GE 3 views" + }, + { + "code": "43482-9", + "display": "Knee - right X-ray GE 3 views" + }, + { + "code": "47381-9", + "display": "Mastoid X-ray GE 3 views" + }, + { + "code": "43543-8", + "display": "Pelvis X-ray GE 3 views" + }, + { + "code": "44189-9", + "display": "Sacroiliac Joint X-ray GE 3 views" + }, + { + "code": "48746-2", + "display": "Sacroiliac joint - bilateral X-ray GE 3 views" + }, + { + "code": "43486-0", + "display": "Sinuses X-ray GE 3 views" + }, + { + "code": "46377-8", + "display": "Skull X-ray GE 3 views" + }, + { + "code": "48482-4", + "display": "Sternoclavicular Joints X-ray GE 3 views" + }, + { + "code": "43488-6", + "display": "Thumb - left X-ray GE 3 views" + }, + { + "code": "43493-6", + "display": "Thumb - right X-ray GE 3 views" + }, + { + "code": "44190-7", + "display": "Wrist X-ray GE 3 views" + }, + { + "code": "48483-2", + "display": "Wrist - bilateral X-ray GE 3 views" + }, + { + "code": "46346-3", + "display": "Wrist - left X-ray GE 3 views" + }, + { + "code": "46343-0", + "display": "Wrist - right X-ray GE 3 views" + }, + { + "code": "48485-7", + "display": "Ribs - bilateral and Chest X-ray GE 3 and PA Chest views" + }, + { + "code": "48486-5", + "display": "Ribs - left and Chest X-ray GE 3 and PA Chest views" + }, + { + "code": "48484-0", + "display": "Ribs - right and Chest X-ray GE 3 and PA Chest views" + }, + { + "code": "44191-5", + "display": "Ribs and Chest X-ray GE 3 and PA Chest views" + }, + { + "code": "44239-2", + "display": "Ribs - unilateral and Chest X-ray Ge 3 and PA Chest Portable views" + }, + { + "code": "44193-1", + "display": "Hand X-ray GE 3 Portable views" + }, + { + "code": "44192-3", + "display": "Pelvis X-ray GE 3 Portable views" + }, + { + "code": "44211-1", + "display": "Chest X-ray GE 4 views" + }, + { + "code": "47367-8", + "display": "Chest Fluoroscopy GE 4 views" + }, + { + "code": "47374-4", + "display": "Knee - left X-ray GE 4 views" + }, + { + "code": "47376-9", + "display": "Knee - right X-ray GE 4 views" + }, + { + "code": "47379-3", + "display": "Mandible X-ray GE 4 views" + }, + { + "code": "48747-0", + "display": "Orbit - bilateral X-ray GE 4 views" + }, + { + "code": "48487-3", + "display": "Skull X-ray GE 4 views" + }, + { + "code": "44212-9", + "display": "Spine Cervical X-ray GE 4 views" + }, + { + "code": "47382-7", + "display": "Spine Lumbar X-ray GE 4 views" + }, + { + "code": "47368-6", + "display": "Chest X-ray GE 4 and Pa and Lateral views" + }, + { + "code": "44194-9", + "display": "Spine X-ray GE 4 views W right bending and W left bending" + }, + { + "code": "44195-6", + "display": "Knee X-ray GE 5 views" + }, + { + "code": "43524-8", + "display": "Skull X-ray GE 5 views" + }, + { + "code": "44197-2", + "display": "Knee - bilateral X-ray GE 5 views standing" + }, + { + "code": "44196-4", + "display": "Spine Lumbar X-ray GE 5 views W right bending and W left bending" + }, + { + "code": "49570-5", + "display": "Ankle - bilateral X-ray GE 6 views" + }, + { + "code": "37160-9", + "display": "Shoulder - left X-ray Grashey and axillary" + }, + { + "code": "38793-6", + "display": "Shoulder - right X-ray Grashey and axillary" + }, + { + "code": "37158-3", + "display": "Shoulder - left X-ray Grashey and axillary and outlet" + }, + { + "code": "37806-7", + "display": "Shoulder - right X-ray Grashey and axillary and outlet" + }, + { + "code": "37161-7", + "display": "Shoulder - bilateral X-ray Grashey and axillary and outlet and Zanca" + }, + { + "code": "69267-3", + "display": "Shoulder X-ray Grashey and axillary and Y" + }, + { + "code": "37538-6", + "display": "Shoulder - left X-ray Grashey and axillary and Y" + }, + { + "code": "38789-4", + "display": "Shoulder - right X-ray Grashey and axillary and Y" + }, + { + "code": "37157-5", + "display": "Shoulder - left X-ray Grashey and outlet" + }, + { + "code": "38791-0", + "display": "Shoulder - right X-ray Grashey and outlet" + }, + { + "code": "39350-4", + "display": "Shoulder - bilateral X-ray Grashey and outlet and Serendipity" + }, + { + "code": "37162-5", + "display": "Shoulder - left X-ray Grashey and outlet and Serendipity" + }, + { + "code": "38794-4", + "display": "Shoulder - right X-ray Grashey and outlet and Serendipity" + }, + { + "code": "37167-4", + "display": "Shoulder - left X-ray Grashey and West Point" + }, + { + "code": "38795-1", + "display": "Shoulder - right X-ray Grashey and West Point" + }, + { + "code": "69156-8", + "display": "Shoulder - left X-ray Grashey and Y" + }, + { + "code": "43790-5", + "display": "Shoulder - right X-ray Grashey and Y" + }, + { + "code": "38004-8", + "display": "Shoulder - left X-ray Grashey W and WO weight" + }, + { + "code": "38816-5", + "display": "Shoulder - right X-ray Grashey W and WO weight" + }, + { + "code": "37539-4", + "display": "Breast Mammogram grid" + }, + { + "code": "37540-2", + "display": "Knee - bilateral X-ray Holmblad standing" + }, + { + "code": "30771-0", + "display": "Pelvis X-ray inlet and outlet" + }, + { + "code": "37627-7", + "display": "Pelvis X-ray inlet and outlet and oblique" + }, + { + "code": "37164-1", + "display": "Facial bones X-ray lateral and Caldwell and Waters" + }, + { + "code": "37864-6", + "display": "Sinuses X-ray lateral and Caldwell and Waters" + }, + { + "code": "37165-8", + "display": "Facial bones X-ray lateral and Caldwell and Waters and submentovertex" + }, + { + "code": "37166-6", + "display": "Facial bones X-ray lateral and Caldwell and Waters and submentovertex and Towne" + }, + { + "code": "37871-1", + "display": "Skull X-ray lateral and Caldwell and Waters and Towne" + }, + { + "code": "37134-4", + "display": "Ankle - bilateral X-ray lateral and Mortise" + }, + { + "code": "37135-1", + "display": "Ankle - left X-ray lateral and Mortise" + }, + { + "code": "37670-7", + "display": "Ankle - right X-ray lateral and Mortise" + }, + { + "code": "42382-2", + "display": "Ankle - left X-ray lateral and Mortise and Broden W manual stress" + }, + { + "code": "39366-0", + "display": "Scapula X-ray lateral and outlet" + }, + { + "code": "43464-7", + "display": "Ribs - bilateral and Chest X-ray lateral and PA chest" + }, + { + "code": "37603-8", + "display": "Ribs - left and Chest X-ray lateral and PA chest" + }, + { + "code": "39100-3", + "display": "Ribs - right and Chest X-ray lateral and PA chest" + }, + { + "code": "39101-1", + "display": "Ribs and Chest X-ray lateral and PA chest" + }, + { + "code": "39341-3", + "display": "Chest X-ray lateral and PA W inspiration and expiration" + }, + { + "code": "39406-4", + "display": "Sternum X-ray lateral and right anterior oblique" + }, + { + "code": "39405-6", + "display": "Sternum X-ray lateral and right oblique and left oblique" + }, + { + "code": "42436-6", + "display": "Sella turcica X-ray lateral and Towne" + }, + { + "code": "37869-5", + "display": "Skull X-ray lateral and Towne" + }, + { + "code": "37605-3", + "display": "Nasal bones X-ray lateral and Waters" + }, + { + "code": "37862-0", + "display": "Sinuses X-ray lateral and Waters" + }, + { + "code": "37136-9", + "display": "Shoulder - left X-ray lateral and Y" + }, + { + "code": "37803-4", + "display": "Shoulder - right X-ray lateral and Y" + }, + { + "code": "39340-5", + "display": "Spine Lumbar X-ray lateral standing and W flexion and W extension" + }, + { + "code": "37133-6", + "display": "Spine Cervical X-ray lateral W flexion and W extension" + }, + { + "code": "37132-8", + "display": "Spine Lumbar X-ray lateral W flexion and W extension" + }, + { + "code": "38010-5", + "display": "Spine Thoracic X-ray lateral W flexion and W extension" + }, + { + "code": "37929-7", + "display": "Wrist X-ray lateral W flexion and W extension" + }, + { + "code": "69157-6", + "display": "Wrist - left X-ray lateral W flexion and W extension" + }, + { + "code": "39515-2", + "display": "Wrist - right X-ray lateral W flexion and W extension" + }, + { + "code": "37474-4", + "display": "Ankle - left X-ray lateral W manual stress" + }, + { + "code": "37669-9", + "display": "Ankle - right X-ray lateral W manual stress" + }, + { + "code": "43480-3", + "display": "Joint X-ray lateral W manual stress" + }, + { + "code": "37541-0", + "display": "Mastoid - bilateral X-ray law and Mayer and Stenver and Towne" + }, + { + "code": "47380-1", + "display": "Mandible X-ray LE 3 views" + }, + { + "code": "43470-4", + "display": "Skull X-ray LE 3 views" + }, + { + "code": "47377-7", + "display": "Knee - right X-ray LE 4 views" + }, + { + "code": "24610-8", + "display": "Breast Mammogram limited" + }, + { + "code": "26287-3", + "display": "Breast - bilateral Mammogram limited" + }, + { + "code": "26289-9", + "display": "Breast - left Mammogram limited" + }, + { + "code": "26291-5", + "display": "Breast - right Mammogram limited" + }, + { + "code": "41826-9", + "display": "Elbow - left X-ray limited" + }, + { + "code": "41785-7", + "display": "Elbow - right X-ray limited" + }, + { + "code": "36737-5", + "display": "Facial bones X-ray limited" + }, + { + "code": "41830-1", + "display": "Hand - left X-ray limited" + }, + { + "code": "41789-9", + "display": "Hand - right X-ray limited" + }, + { + "code": "36738-3", + "display": "Mandible X-ray limited" + }, + { + "code": "36893-6", + "display": "Mastoid X-ray limited" + }, + { + "code": "42007-5", + "display": "Mastoid - bilateral X-ray limited" + }, + { + "code": "37646-7", + "display": "Sacroiliac Joint X-ray limited" + }, + { + "code": "44209-5", + "display": "Sinuses X-ray limited" + }, + { "code": "48466-7", "display": "Skull X-ray limited" }, + { + "code": "42710-4", + "display": "Spine Cervical X-ray limited" + }, + { + "code": "36739-1", + "display": "Wrist - bilateral X-ray limited" + }, + { + "code": "38838-9", + "display": "Wrist - left X-ray limited" + }, + { + "code": "37642-6", + "display": "Wrist - right X-ray limited" + }, + { + "code": "41797-2", + "display": "Colon Fluoroscopy limited W air and barium contrast PR" + }, + { + "code": "42335-0", + "display": "Spine Cervical Fluoroscopy limited W contrast IT" + }, + { + "code": "38125-1", + "display": "Spine Cervical and Thoracic and Lumbar Fluoroscopy limited W contrast IT" + }, + { + "code": "38120-2", + "display": "Spine Thoracic Fluoroscopy limited W contrast IT" + }, + { + "code": "37137-7", + "display": "Kidney X-ray limited W contrast IV" + }, + { + "code": "39687-9", + "display": "Scan limited W GA-67 IV" + }, + { + "code": "39754-7", + "display": "Thyroid Scan limited W I-131 IV" + }, + { + "code": "49571-3", + "display": "Scan limited W I-131 MIBG IV" + }, + { + "code": "39843-8", + "display": "Scan limited W In-111 Satumomab IV" + }, + { + "code": "41836-8", + "display": "Bone Scan limited W In-111 tagged WBC IV" + }, + { "code": "39627-5", "display": "Bone Scan limited" }, + { + "code": "39822-2", + "display": "Bone marrow Scan limited" + }, + { "code": "39645-7", "display": "Breast Scan limited" }, + { "code": "39695-2", "display": "Lung Scan limited" }, + { "code": "39936-0", "display": "Joint Scan limited" }, + { + "code": "37542-8", + "display": "Breast Mammogram magnification" + }, + { + "code": "37543-6", + "display": "Breast - bilateral Mammogram magnification" + }, + { + "code": "37554-3", + "display": "Breast - bilateral Mammogram magnification and spot" + }, + { + "code": "38854-6", + "display": "Breast - left Mammogram magnification and spot" + }, + { + "code": "37769-7", + "display": "Breast - right Mammogram magnification and spot" + }, + { + "code": "30769-4", + "display": "Pelvis and Hip - bilateral X-ray max abduction" + }, + { + "code": "38086-5", + "display": "Knee X-ray Merchants 30 and 45 and 60 degrees" + }, + { + "code": "39935-2", + "display": "Scan multiple areas W GA-67 IV" + }, + { + "code": "39949-3", + "display": "Scan multiple areas W In-111 Satumomab IV" + }, + { + "code": "39904-8", + "display": "Bone Scan multiple areas" + }, + { + "code": "39907-1", + "display": "Bone marrow Scan multiple areas" + }, + { + "code": "39937-8", + "display": "Joint Scan multiple areas" + }, + { + "code": "39950-1", + "display": "Prostate Scan multiple areas W Tc-99m capromab pendatide IV" + }, + { "code": "36608-8", "display": "Elbow X-ray oblique" }, + { + "code": "36740-9", + "display": "Elbow - bilateral X-ray oblique" + }, + { + "code": "36741-7", + "display": "Elbow - left X-ray oblique" + }, + { + "code": "37687-1", + "display": "Elbow - right X-ray oblique" + }, + { + "code": "36744-1", + "display": "Humerus - left X-ray oblique" + }, + { + "code": "37737-4", + "display": "Humerus - right X-ray oblique" + }, + { "code": "36619-5", "display": "Knee X-ray oblique" }, + { + "code": "36745-8", + "display": "Knee - bilateral X-ray oblique" + }, + { + "code": "36746-6", + "display": "Knee - left X-ray oblique" + }, + { + "code": "37757-2", + "display": "Knee - right X-ray oblique" + }, + { + "code": "36747-4", + "display": "Mandible X-ray oblique" + }, + { + "code": "37630-1", + "display": "Pelvis X-ray oblique" + }, + { + "code": "36742-5", + "display": "Radius - bilateral and Ulna - bilateral X-ray oblique" + }, + { + "code": "36743-3", + "display": "Radius - left and Ulna.left X-ray oblique" + }, + { + "code": "37709-3", + "display": "Radius - right and Ulna - right X-ray oblique" + }, + { "code": "48748-8", "display": "Spine X-ray oblique" }, + { + "code": "36748-2", + "display": "Spine Cervical X-ray oblique" + }, + { + "code": "43791-3", + "display": "Spine Lumbar X-ray oblique" + }, + { + "code": "48749-6", + "display": "Spine Thoracic X-ray oblique" + }, + { + "code": "36749-0", + "display": "Tibia - left and Fibula - left X-ray oblique" + }, + { + "code": "37817-4", + "display": "Tibia - right and Fibula - right X-ray oblique" + }, + { + "code": "36894-4", + "display": "Tibia and Fibula X-ray oblique" + }, + { + "code": "37544-4", + "display": "Wrist - bilateral X-ray oblique" + }, + { + "code": "38839-7", + "display": "Wrist - left X-ray oblique" + }, + { + "code": "37643-4", + "display": "Wrist - right X-ray oblique" + }, + { + "code": "42398-8", + "display": "Foot X-ray oblique and (AP and lateral) standing" + }, + { + "code": "37139-3", + "display": "Spine Cervical X-ray oblique and lateral W flexion and W extension" + }, + { + "code": "37154-2", + "display": "Knee X-ray oblique and Sunrise" + }, + { + "code": "37155-9", + "display": "Knee X-ray oblique and Sunrise and tunnel" + }, + { + "code": "43469-6", + "display": "Unspecified body region X-ray of foreign body" + }, + { + "code": "37063-5", + "display": "Unspecified body region Fluoroscopy of foreign body" + }, + { + "code": "37546-9", + "display": "Temporomandibular joint - bilateral X-ray open and closed mouth" + }, + { + "code": "48491-5", + "display": "Temporomandibular joint - left X-ray open and closed mouth" + }, + { + "code": "48490-7", + "display": "Temporomandibular joint - right X-ray open and closed mouth" + }, + { + "code": "48699-3", + "display": "Temporomandibular Joint - unilateral X-ray open and closed mouth" + }, + { + "code": "37152-6", + "display": "Shoulder - bilateral X-ray outlet and Y" + }, + { + "code": "37140-1", + "display": "Shoulder - left X-ray outlet and Y" + }, + { + "code": "37804-2", + "display": "Shoulder - right X-ray outlet and Y" + }, + { + "code": "36750-8", + "display": "Chest X-ray PA and AP lateral-decubitus" + }, + { + "code": "42272-5", + "display": "Chest X-ray PA and lateral" + }, + { + "code": "36751-6", + "display": "Chest Fluoroscopy PA and lateral" + }, + { + "code": "36752-4", + "display": "Hand - bilateral X-ray PA and lateral" + }, + { + "code": "36753-2", + "display": "Hand - left X-ray PA and lateral" + }, + { + "code": "37713-5", + "display": "Hand - right X-ray PA and lateral" + }, + { + "code": "36754-0", + "display": "Mandible X-ray PA and lateral" + }, + { + "code": "30721-5", + "display": "Sinuses X-ray PA and lateral" + }, + { + "code": "37547-7", + "display": "Wrist - bilateral X-ray PA and lateral" + }, + { + "code": "37548-5", + "display": "Wrist - left X-ray PA and lateral" + }, + { + "code": "37835-6", + "display": "Wrist - right X-ray PA and lateral" + }, + { + "code": "37143-5", + "display": "Chest X-ray PA and lateral and AP lateral-decubitus" + }, + { + "code": "37144-3", + "display": "Chest X-ray PA and lateral and AP left lateral-decubitus" + }, + { + "code": "37145-0", + "display": "Chest X-ray PA and lateral and AP right lateral-decubitus" + }, + { + "code": "37142-7", + "display": "Hand - bilateral X-ray PA and lateral and Ball Catcher" + }, + { + "code": "37860-4", + "display": "Sinuses X-ray PA and lateral and Caldwell and Waters" + }, + { + "code": "37146-8", + "display": "Chest X-ray PA and lateral and left oblique" + }, + { + "code": "30741-3", + "display": "Chest X-ray PA and lateral and lordotic upright" + }, + { + "code": "39078-1", + "display": "Finger X-ray PA and lateral and oblique" + }, + { + "code": "36755-7", + "display": "Hand X-ray PA and lateral and oblique" + }, + { + "code": "36756-5", + "display": "Hand - bilateral X-ray PA and lateral and oblique" + }, + { + "code": "36757-3", + "display": "Hand - left X-ray PA and lateral and oblique" + }, + { + "code": "37715-0", + "display": "Hand - right X-ray PA and lateral and oblique" + }, + { + "code": "37884-4", + "display": "Sternum X-ray PA and lateral and oblique" + }, + { + "code": "37549-3", + "display": "Wrist - bilateral X-ray PA and lateral and oblique" + }, + { + "code": "37550-1", + "display": "Wrist - left X-ray PA and lateral and oblique" + }, + { + "code": "37836-4", + "display": "Wrist - right X-ray PA and lateral and oblique" + }, + { + "code": "36758-1", + "display": "Chest X-ray PA and lateral and oblique and lordotic" + }, + { + "code": "37148-4", + "display": "Mandible X-ray PA and lateral and oblique and Towne" + }, + { + "code": "37147-6", + "display": "Chest X-ray PA and lateral and right oblique" + }, + { + "code": "30742-1", + "display": "Chest X-ray PA and lateral and right oblique and left oblique" + }, + { + "code": "30743-9", + "display": "Chest X-ray PA and lateral and right oblique and left oblique portable" + }, + { + "code": "30744-7", + "display": "Chest X-ray PA and lateral and right or-left oblique" + }, + { + "code": "24643-9", + "display": "Chest X-ray PA and lateral and right or-left oblique upright" + }, + { + "code": "37149-2", + "display": "Patella - left X-ray PA and lateral and Sunrise" + }, + { + "code": "38790-2", + "display": "Patella - right X-ray PA and lateral and Sunrise" + }, + { + "code": "37859-6", + "display": "Sinuses X-ray PA and lateral and Waters" + }, + { + "code": "69271-5", + "display": "Skull X-ray PA and lateral and Waters and Towne" + }, + { + "code": "24647-0", + "display": "Chest X-ray PA and lateral upright" + }, + { + "code": "24644-7", + "display": "Chest X-ray PA and lateral upright portable" + }, + { + "code": "36759-9", + "display": "Chest X-ray PA and lordotic" + }, + { + "code": "39079-9", + "display": "Hand X-ray PA and oblique" + }, + { + "code": "37141-9", + "display": "Chest X-ray PA and right lateral" + }, + { + "code": "39519-4", + "display": "Skull X-ray PA and right lateral and left lateral" + }, + { + "code": "39521-0", + "display": "Skull X-ray PA and right lateral and left lateral and Caldwell and Towne" + }, + { + "code": "39520-2", + "display": "Skull X-ray PA and right lateral and left lateral and Towne" + }, + { + "code": "24646-2", + "display": "Chest X-ray PA and right lateral and right oblique and left oblique upright" + }, + { + "code": "24645-4", + "display": "Chest X-ray PA and right lateral and right oblique and left oblique upright portable" + }, + { + "code": "37150-0", + "display": "Chest X-ray PA and right oblique and left oblique" + }, + { + "code": "24635-5", + "display": "Chest X-ray PA upright W inspiration and expiration" + }, + { + "code": "46378-6", + "display": "Knee - bilateral X-ray PA standing and W flexion" + }, + { + "code": "43660-0", + "display": "Heart Scan perfusion qualitative at rest and W radionuclide IV" + }, + { + "code": "43661-8", + "display": "Heart Scan perfusion quantitative at rest and W radionuclide IV" + }, + { + "code": "43658-4", + "display": "Heart Scan perfusion quantitative" + }, + { + "code": "43656-8", + "display": "Lung Scan perfusion quantitative" + }, + { + "code": "39719-0", + "display": "Heart Scan perfusion at rest and W adenosine and W radionuclide IV" + }, + { + "code": "43777-2", + "display": "Heart Scan perfusion at rest and W adenosine and W Tl-201 IV" + }, + { + "code": "39722-4", + "display": "Heart Scan perfusion at rest and W dipyridamole and W radionuclide IV" + }, + { + "code": "39720-8", + "display": "Heart Scan perfusion at rest and W dipyridamole and W Tc-99m Sestamibi IV" + }, + { + "code": "39728-1", + "display": "Heart Scan perfusion at rest and W radionuclide IV" + }, + { + "code": "39726-5", + "display": "Heart Scan perfusion at rest and W stress and W radionuclide IV" + }, + { + "code": "39727-3", + "display": "Heart Scan perfusion at rest and W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "39699-4", + "display": "Heart Scan perfusion at rest and W Tc-99m Sestamibi IV" + }, + { + "code": "39701-8", + "display": "Heart Scan perfusion W adenosine and W radionuclide IV" + }, + { + "code": "39731-5", + "display": "Heart Scan perfusion W adenosine and W Tc-99m Sestamibi IV" + }, + { + "code": "39735-6", + "display": "Heart Scan perfusion W adenosine and W Tl-201 IV" + }, + { + "code": "39708-3", + "display": "Heart Scan perfusion W dipyridamole and W radionuclide IV" + }, + { + "code": "39709-1", + "display": "Heart Scan perfusion W dipyridamole and W Tc-99m IV" + }, + { + "code": "39705-9", + "display": "Heart Scan perfusion W dipyridamole and W Tc-99m Sestamibi IV" + }, + { + "code": "39707-5", + "display": "Heart Scan perfusion W dipyridamole and W Tl-201 IV" + }, + { + "code": "39703-4", + "display": "Heart Scan perfusion W dobutamine and W radionuclide IV" + }, + { + "code": "39702-6", + "display": "Heart Scan perfusion W dobutamine and W Tc-99m Sestamibi IV" + }, + { + "code": "39733-1", + "display": "Heart Scan perfusion W dobutamine and W Tl-201 IV" + }, + { + "code": "39941-0", + "display": "Lung Scan perfusion W particulate radionuclide IV" + }, + { + "code": "39833-9", + "display": "Lung Scan perfusion W radionuclide gaseous inhaled" + }, + { + "code": "39716-6", + "display": "Heart Scan perfusion" + }, + { "code": "39697-8", "display": "Lung Scan perfusion" }, + { + "code": "39730-7", + "display": "Heart Scan perfusion W stress and W radionuclide IV" + }, + { + "code": "39732-3", + "display": "Heart Scan perfusion W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "39715-8", + "display": "Heart Scan perfusion W stress and W Tl-201 IV" + }, + { + "code": "39704-2", + "display": "Heart Scan perfusion W Tc-99m Sestamibi IV" + }, + { + "code": "39714-1", + "display": "Heart Scan perfusion W Tl-201 IV" + }, + { + "code": "39713-3", + "display": "Heart Scan perfusion W Tl-201 IV and Tc-99m Tetrofosmin IV" + }, + { + "code": "30765-2", + "display": "Acetabulum X-ray portable" + }, + { + "code": "30764-5", + "display": "Acetabulum - bilateral X-ray portable" + }, + { + "code": "41823-6", + "display": "Ankle - left X-ray portable" + }, + { + "code": "41782-4", + "display": "Ankle - right X-ray portable" + }, + { + "code": "30746-2", + "display": "Chest X-ray portable" + }, + { + "code": "41827-7", + "display": "Elbow - left X-ray portable" + }, + { + "code": "41786-5", + "display": "Elbow - right X-ray portable" + }, + { + "code": "41773-3", + "display": "Facial bones X-ray portable" + }, + { + "code": "41818-6", + "display": "Femur - left X-ray portable" + }, + { + "code": "41778-2", + "display": "Femur - right X-ray portable" + }, + { "code": "43570-1", "display": "Hand X-ray portable" }, + { + "code": "41829-3", + "display": "Hand - left X-ray portable" + }, + { + "code": "41788-1", + "display": "Hand - right X-ray portable" + }, + { "code": "37168-2", "display": "Hip X-ray portable" }, + { + "code": "37169-0", + "display": "Hip - left X-ray portable" + }, + { + "code": "38796-9", + "display": "Hip - right X-ray portable" + }, + { + "code": "37170-8", + "display": "Humerus X-ray portable" + }, + { + "code": "41825-1", + "display": "Humerus - left X-ray portable" + }, + { + "code": "41784-0", + "display": "Humerus - right X-ray portable" + }, + { + "code": "41820-2", + "display": "Knee - left X-ray portable" + }, + { + "code": "41779-0", + "display": "Knee - right X-ray portable" + }, + { + "code": "30792-6", + "display": "Patella X-ray portable" + }, + { + "code": "30772-8", + "display": "Pelvis X-ray portable" + }, + { "code": "30747-0", "display": "Ribs X-ray portable" }, + { + "code": "41831-9", + "display": "Ribs - left X-ray portable" + }, + { + "code": "41791-5", + "display": "Ribs - right X-ray portable" + }, + { + "code": "46391-9", + "display": "Shoulder X-ray portable" + }, + { + "code": "41824-4", + "display": "Shoulder - left X-ray portable" + }, + { + "code": "41783-2", + "display": "Shoulder - right X-ray portable" + }, + { + "code": "30723-1", + "display": "Skull X-ray portable" + }, + { + "code": "37171-6", + "display": "Spine Cervical X-ray portable" + }, + { + "code": "44203-8", + "display": "Spine Cervical and Thoracic and Lumbar X-ray portable" + }, + { + "code": "37172-4", + "display": "Spine Lumbar X-ray portable" + }, + { + "code": "41828-5", + "display": "Wrist - left X-ray portable" + }, + { + "code": "41787-3", + "display": "Wrist - right X-ray portable" + }, + { + "code": "37151-8", + "display": "Unspecified body region Fluoroscopy portable" + }, + { + "code": "30731-4", + "display": "Zygomatic arch X-ray portable" + }, + { + "code": "30730-6", + "display": "Zygomatic arch - bilateral X-ray portable" + }, + { + "code": "24634-8", + "display": "Chest X-ray portable W inspiration and expiration" + }, + { "code": "24824-5", "display": "Lung Scan portable" }, + { + "code": "42402-8", + "display": "Unspecified body region X-ray post mortem" + }, + { + "code": "43657-6", + "display": "Lung Scan quantitative" + }, + { + "code": "30733-0", + "display": "Chest X-ray right and left oblique portable" + }, + { + "code": "37131-0", + "display": "Abdomen X-ray right lateral and left lateral" + }, + { + "code": "37138-5", + "display": "Abdomen X-ray right oblique and left oblique" + }, + { + "code": "41792-3", + "display": "Chest X-ray right oblique and left oblique" + }, + { + "code": "24651-2", + "display": "Chest X-ray right oblique and left oblique upright" + }, + { + "code": "42414-3", + "display": "Chest X-ray right oblique and left oblique W nipple markers" + }, + { + "code": "37016-3", + "display": "Breast - bilateral Mammogram roll" + }, + { + "code": "37017-1", + "display": "Breast - left Mammogram roll" + }, + { + "code": "37775-4", + "display": "Breast - right Mammogram roll" + }, + { + "code": "30740-5", + "display": "Chest X-ray right or-left oblique" + }, + { + "code": "30739-7", + "display": "Chest X-ray right or-left oblique portable" + }, + { + "code": "43479-5", + "display": "Aorta abdominal Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "30838-7", + "display": "Aorta and Femoral artery - bilateral Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "37364-7", + "display": "Aorta and Femoral artery - left Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "38799-3", + "display": "Aorta and Femoral artery - right Fluoroscopic angiogram runoff W contrast IA" + }, + { + "code": "38107-9", + "display": "Wrist X-ray scaphoid" + }, + { + "code": "37304-3", + "display": "Wrist - bilateral X-ray scaphoid" + }, + { + "code": "37302-7", + "display": "Wrist - left X-ray scaphoid" + }, + { + "code": "38115-2", + "display": "Wrist - right X-ray scaphoid" + }, + { + "code": "24930-0", + "display": "Spine Thoracic and Lumbar X-ray scoliosis" + }, + { + "code": "30715-7", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP and lateral" + }, + { + "code": "42424-2", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP and lateral sitting" + }, + { + "code": "39367-8", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP and lateral standing" + }, + { + "code": "42472-1", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP in traction" + }, + { + "code": "42425-9", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP standing and W right bending and W left bending and WO bending" + }, + { + "code": "43569-3", + "display": "Spine Thoracic and Lumbar X-ray scoliosis AP upright and supine" + }, + { + "code": "30716-5", + "display": "Spine Thoracic and Lumbar X-ray scoliosis lateral" + }, + { + "code": "30717-3", + "display": "Spine Thoracic and Lumbar X-ray scoliosis standing" + }, + { + "code": "24929-2", + "display": "Spine Thoracic and Lumbar X-ray scoliosis W flexion and W extension" + }, + { + "code": "24606-6", + "display": "Breast Mammogram screening" + }, + { + "code": "39153-2", + "display": "Breast FFD mammogram screening" + }, + { + "code": "69159-2", + "display": "Breast implant X-ray screening" + }, + { + "code": "48492-3", + "display": "Breast implant - bilateral Mammogram screening" + }, + { + "code": "26175-0", + "display": "Breast - bilateral Mammogram screening" + }, + { + "code": "42174-3", + "display": "Breast - bilateral FFD mammogram screening" + }, + { + "code": "26176-8", + "display": "Breast - left Mammogram screening" + }, + { + "code": "46355-4", + "display": "Breast - left FFD mammogram screening" + }, + { + "code": "26177-6", + "display": "Breast - right Mammogram screening" + }, + { + "code": "46354-7", + "display": "Breast - right FFD mammogram screening" + }, + { + "code": "46356-2", + "display": "Breast - unilateral Mammogram screening" + }, + { + "code": "37022-1", + "display": "Calcaneus X-ray ski jump" + }, + { + "code": "37021-3", + "display": "Calcaneus - bilateral X-ray ski jump" + }, + { + "code": "37023-9", + "display": "Calcaneus - left X-ray ski jump" + }, + { + "code": "38778-7", + "display": "Calcaneus - right X-ray ski jump" + }, + { + "code": "37551-9", + "display": "Breast Mammogram spot" + }, + { + "code": "37552-7", + "display": "Breast - bilateral Mammogram spot" + }, + { + "code": "38807-4", + "display": "Breast - right Mammogram spot" + }, + { + "code": "37553-5", + "display": "Breast - left Mammogram spot compression" + }, + { + "code": "43550-3", + "display": "Brain Scan static and flow" + }, + { + "code": "39952-7", + "display": "Scrotum and Testicle Scan static and flow" + }, + { + "code": "39676-2", + "display": "Scan static for infection W GA-67 IV" + }, + { + "code": "39894-1", + "display": "Heart Scan static for shunt detection" + }, + { + "code": "39896-6", + "display": "Scan static for tumor W GA-67 IV" + }, + { + "code": "39814-9", + "display": "Bone Scan static limited" + }, + { + "code": "39634-1", + "display": "Brain Scan static limited" + }, + { + "code": "39903-0", + "display": "Bone Scan static multiple areas" + }, + { + "code": "39817-2", + "display": "Bone Scan static whole body" + }, + { "code": "39815-6", "display": "Bone Scan static" }, + { + "code": "39824-8", + "display": "Bone marrow Scan static" + }, + { "code": "39633-3", "display": "Brain Scan static" }, + { + "code": "39853-7", + "display": "Kidney - bilateral Scan static" + }, + { "code": "39832-1", "display": "Liver Scan static" }, + { + "code": "39878-4", + "display": "Liver and Spleen Scan static" + }, + { + "code": "39900-6", + "display": "Salivary gland Scan static" + }, + { + "code": "39855-2", + "display": "Scrotum and Testicle Scan static" + }, + { "code": "43501-6", "display": "Vessel Scan static" }, + { + "code": "44150-1", + "display": "Brain Scan static W Tc-99m bicisate IV" + }, + { + "code": "39854-5", + "display": "Kidney - bilateral Scan static W Tc-99m DMSA IV" + }, + { + "code": "37153-4", + "display": "Mastoid X-ray Stenver and Arcelin" + }, + { + "code": "69136-0", + "display": "Knee X-ray Sunrise and tunnel" + }, + { + "code": "37163-3", + "display": "Knee - bilateral X-ray Sunrise and tunnel" + }, + { + "code": "37156-7", + "display": "Knee - left X-ray Sunrise and tunnel" + }, + { + "code": "37759-8", + "display": "Knee - right X-ray Sunrise and tunnel" + }, + { + "code": "39345-4", + "display": "Knee - left X-ray Sunrise and tunnel standing" + }, + { + "code": "69255-8", + "display": "Knee - right X-ray Sunrise and tunnel standing" + }, + { + "code": "38088-1", + "display": "Knee - bilateral X-ray Sunrise 20 and 40 and 60 degrees" + }, + { + "code": "38087-3", + "display": "Knee - left X-ray Sunrise 20 and 40 and 60 degrees" + }, + { + "code": "38824-9", + "display": "Knee - right X-ray Sunrise 20 and 40 and 60 degrees" + }, + { + "code": "24579-5", + "display": "Bones long X-ray survey" + }, + { "code": "43518-0", "display": "Bones X-ray survey" }, + { + "code": "37365-4", + "display": "Bones X-ray survey for metastasis" + }, + { + "code": "39518-6", + "display": "Bones long X-ray survey limited" + }, + { + "code": "43519-8", + "display": "Bones X-ray survey limited" + }, + { + "code": "38089-9", + "display": "Bones X-ray survey limited for metastasis" + }, + { + "code": "37159-1", + "display": "Foot - left X-ray tarsal" + }, + { + "code": "38792-8", + "display": "Foot - right X-ray tarsal" + }, + { + "code": "43796-2", + "display": "Wrist - bilateral X-ray tunnel.carpal" + }, + { + "code": "69304-4", + "display": "Wrist X-ray ulnar deviation" + }, + { + "code": "69303-6", + "display": "Wrist X-ray ulnar deviation and radial deviation" + }, + { + "code": "69072-7", + "display": "Wrist - bilateral X-ray ulnar deviation and radial deviation" + }, + { + "code": "37555-0", + "display": "Wrist - left X-ray ulnar deviation and radial deviation" + }, + { + "code": "38808-2", + "display": "Wrist - right X-ray ulnar deviation and radial deviation" + }, + { + "code": "43532-1", + "display": "Chest and Abdomen X-ray upright and PA chest" + }, + { + "code": "39944-4", + "display": "Lung Scan ventilation and equilibrium and washout W radionuclide inhaled" + }, + { + "code": "39948-5", + "display": "Lung Scan ventilation and equilibrium and washout W radionuclide inhaled single breath" + }, + { + "code": "39947-7", + "display": "Lung Scan ventilation and equilibrium W radionuclide inhaled single breath" + }, + { + "code": "39946-9", + "display": "Lung Scan ventilation and perfusion and differential W radionuclide inhaled and W radionuclide IV" + }, + { + "code": "39943-6", + "display": "Lung Scan ventilation and perfusion W radionuclide inhaled and W particulate radionuclide IV" + }, + { + "code": "30697-7", + "display": "Pulmonary system Scan ventilation and perfusion W radionuclide inhaled and W radionuclide IV" + }, + { + "code": "39942-8", + "display": "Lung Scan ventilation and perfusion W radionuclide inhaled single breath and W particulate radionuclide IV" + }, + { + "code": "24888-0", + "display": "Pulmonary system Scan ventilation and perfusion W Xe-133 inhaled and W Tc-99m MAA IV" + }, + { + "code": "39835-4", + "display": "Lung Scan ventilation W radionuclide aerosol inhaled" + }, + { + "code": "39836-2", + "display": "Lung Scan ventilation W radionuclide gaseous inhaled" + }, + { + "code": "39945-1", + "display": "Lung Scan ventilation W radionuclide gaseous inhaled single breath" + }, + { + "code": "39837-0", + "display": "Lung Scan ventilation W radionuclide inhaled" + }, + { + "code": "39834-7", + "display": "Lung Scan ventilation W Tc-99m DTPA aerosol inhaled" + }, + { + "code": "46361-2", + "display": "Lung Scan ventilation W Xe-133 inhaled" + }, + { + "code": "39932-9", + "display": "Heart Scan wall motion and ejection fraction" + }, + { + "code": "39873-5", + "display": "Heart Scan wall motion" + }, + { + "code": "39683-8", + "display": "Scan whole body W GA-67 IV" + }, + { + "code": "39698-6", + "display": "Scan whole body W I-131 MIBG IV" + }, + { + "code": "39845-3", + "display": "Scan whole body W In-111 Satumomab IV" + }, + { + "code": "42711-2", + "display": "Scan whole body W In-111 tagged WBC IV" + }, + { "code": "42175-0", "display": "Scan whole body" }, + { + "code": "39818-0", + "display": "Bone Scan whole body" + }, + { + "code": "39826-3", + "display": "Bone marrow Scan whole body" + }, + { + "code": "39669-7", + "display": "Scan whole body W Tc-99m Arcitumomab IV" + }, + { + "code": "24713-0", + "display": "Gallbladder X-ray 48 hours post contrast PO" + }, + { + "code": "39660-6", + "display": "Heart Scan at rest and W dipyridamole and W radionuclide IV" + }, + { + "code": "39661-4", + "display": "Heart Scan at rest and W dobutamine and W radionuclide IV" + }, + { + "code": "39663-0", + "display": "Heart Scan at rest and W stress and W radionuclide IV" + }, + { + "code": "42309-5", + "display": "Heart Scan at rest and W stress and W Tl-201 IV" + }, + { + "code": "24750-2", + "display": "Heart Scan at rest and W Tl-201 IV" + }, + { + "code": "43459-7", + "display": "Brain Scan during electroconvulsive shock treatment" + }, + { + "code": "24577-9", + "display": "Bone X-ray during surgery" + }, + { + "code": "47372-8", + "display": "Hip X-ray during surgery" + }, + { + "code": "25070-4", + "display": "Unspecified body region Fluoroscopy during surgery" + }, + { + "code": "24574-6", + "display": "Biliary ducts and Gallbladder Fluoroscopy during surgery W contrast biliary duct" + }, + { + "code": "46352-1", + "display": "Breast duct Mammogram during surgery W contrast intra duct" + }, + { + "code": "43485-2", + "display": "Kidney X-ray during surgery W contrast retrograde" + }, + { + "code": "39150-8", + "display": "Breast FFD mammogram Post Localization" + }, + { + "code": "69251-7", + "display": "Breast Mammogram Post Wire Placement" + }, + { + "code": "42415-0", + "display": "Breast - bilateral Mammogram Post Wire Placement" + }, + { + "code": "42416-8", + "display": "Breast - left Mammogram Post Wire Placement" + }, + { + "code": "37201-1", + "display": "Ankle X-ray standing" + }, + { + "code": "37202-9", + "display": "Ankle - bilateral X-ray standing" + }, + { + "code": "37203-7", + "display": "Ankle - left X-ray standing" + }, + { + "code": "37676-4", + "display": "Ankle - right X-ray standing" + }, + { + "code": "37205-2", + "display": "Calcaneus X-ray standing" + }, + { + "code": "37206-0", + "display": "Calcaneus - left X-ray standing" + }, + { + "code": "37720-0", + "display": "Calcaneus - right X-ray standing" + }, + { + "code": "38845-4", + "display": "Femur - left X-ray standing" + }, + { + "code": "37693-9", + "display": "Femur - right X-ray standing" + }, + { "code": "24708-0", "display": "Foot X-ray standing" }, + { + "code": "26094-3", + "display": "Foot - bilateral X-ray standing" + }, + { + "code": "26095-0", + "display": "Foot - left X-ray standing" + }, + { + "code": "26096-8", + "display": "Foot - right X-ray standing" + }, + { + "code": "37584-0", + "display": "Great toe - left X-ray standing" + }, + { + "code": "38810-8", + "display": "Great toe - right X-ray standing" + }, + { "code": "24809-6", "display": "Knee X-ray standing" }, + { + "code": "26085-1", + "display": "Knee - bilateral X-ray standing" + }, + { + "code": "26086-9", + "display": "Knee - left X-ray standing" + }, + { + "code": "26087-7", + "display": "Knee - right X-ray standing" + }, + { + "code": "37204-5", + "display": "Lower extremity X-ray standing" + }, + { + "code": "69264-0", + "display": "Sacrum X-ray standing" + }, + { + "code": "37208-6", + "display": "Spine Lumbar X-ray standing" + }, + { + "code": "69275-6", + "display": "Spine Thoracic X-ray standing" + }, + { + "code": "38124-4", + "display": "Spine Thoracic and Lumbar X-ray standing" + }, + { + "code": "37899-2", + "display": "Tibia and Fibula X-ray standing" + }, + { + "code": "37209-4", + "display": "Toes - left X-ray standing" + }, + { + "code": "37823-2", + "display": "Toes - right X-ray standing" + }, + { + "code": "44233-5", + "display": "Kidney - bilateral Scan W and WO Tc-99m DTPA IV" + }, + { + "code": "44232-7", + "display": "Kidney - bilateral Scan W and WO Tc-99m Mertiatide IV" + }, + { + "code": "37579-0", + "display": "Acromioclavicular Joint X-ray W and WO weight" + }, + { + "code": "37580-8", + "display": "Acromioclavicular joint - bilateral X-ray W and WO weight" + }, + { + "code": "37581-6", + "display": "Acromioclavicular joint - left X-ray W and WO weight" + }, + { + "code": "37663-2", + "display": "Acromioclavicular joint - right X-ray W and WO weight" + }, + { + "code": "39651-5", + "display": "Heart Scan W adenosine and W Tl-201 IV" + }, + { + "code": "38090-7", + "display": "Breast - bilateral Mammogram W air" + }, + { + "code": "38091-5", + "display": "Breast - left Mammogram W air" + }, + { + "code": "39059-1", + "display": "Gastrointestine upper Fluoroscopy W air and barium contrast PO" + }, + { + "code": "24666-0", + "display": "Colon Fluoroscopy W air and barium contrast PR" + }, + { + "code": "46357-0", + "display": "Colon Fluoroscopy W air contrast PR" + }, + { + "code": "30633-2", + "display": "Esophagus Fluoroscopy W barium contrast PO" + }, + { + "code": "42683-3", + "display": "Gastrointestine upper Fluoroscopy W barium contrast PO" + }, + { + "code": "43574-3", + "display": "Upper Gastrointestine and Small bowel Fluoroscopy W barium contrast PO" + }, + { + "code": "44227-7", + "display": "Colon Fluoroscopy W barium contrast PR" + }, + { + "code": "37565-9", + "display": "Unspecified body region Fluoroscopy W barium contrast via fistula" + }, + { + "code": "38092-3", + "display": "Urinary bladder Fluoroscopy W chain and contrast intra bladder" + }, + { + "code": "41770-9", + "display": "Gallbladder Scan W cholecystokinin and W radionuclide IV" + }, + { + "code": "43650-1", + "display": "Liver and Biliary ducts and Gallbladder Scan W cholecystokinin and W radionuclide IV" + }, + { + "code": "30630-8", + "display": "Head Cistern Fluoroscopy video W contrast" + }, + { + "code": "30824-7", + "display": "Intercranial vessel and Neck Vessel Fluoroscopic angiogram W contrast" + }, + { + "code": "37585-7", + "display": "Jejunum Fluoroscopy W contrast" + }, + { + "code": "38853-8", + "display": "Lower extremity vessels - left Fluoroscopic angiogram W contrast" + }, + { + "code": "37765-5", + "display": "Lower extremity vessels - right Fluoroscopic angiogram W contrast" + }, + { + "code": "37615-2", + "display": "Pelvis vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "37936-2", + "display": "Peripheral vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "37640-0", + "display": "Renal vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "64140-7", + "display": "Renal vessels - left Fluoroscopic angiogram W contrast" + }, + { + "code": "64141-5", + "display": "Renal vessels - right Fluoroscopic angiogram W contrast" + }, + { + "code": "38094-9", + "display": "Spine.cavity Fluoroscopy W contrast" + }, + { + "code": "37973-5", + "display": "Testicle vessels Fluoroscopy W contrast" + }, + { + "code": "25005-0", + "display": "Three vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "25014-2", + "display": "Two vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "37976-8", + "display": "Upper extremity vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "42014-1", + "display": "Urinary Bladder and Urethra Fluoroscopy W contrast" + }, + { + "code": "37980-0", + "display": "Vertebral vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "37981-8", + "display": "Visceral vessels Fluoroscopic angiogram W contrast" + }, + { + "code": "37575-8", + "display": "Gallbladder X-ray W contrast and fatty meal PO" + }, + { + "code": "38101-2", + "display": "Kidney X-ray W contrast antegrade" + }, + { + "code": "46376-0", + "display": "Kidney - bilateral Fluoroscopy W contrast antegrade" + }, + { + "code": "38100-4", + "display": "Urinary Bladder and Urethra Fluoroscopy W contrast antegrade" + }, + { + "code": "38102-0", + "display": "Kidney X-ray W contrast antegrade via pyelostomy" + }, + { + "code": "25030-8", + "display": "Abdominal Arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30832-0", + "display": "Adrenal artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30831-2", + "display": "Adrenal artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37387-8", + "display": "Adrenal artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37939-6", + "display": "Adrenal artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38861-1", + "display": "Ankle arteries - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37941-2", + "display": "Ankle arteries - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24658-7", + "display": "Aorta Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30837-9", + "display": "Aorta abdominal Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24546-4", + "display": "Aorta arch and Neck Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37366-2", + "display": "Abdominal Aorta and Arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "69054-5", + "display": "Aortic arch Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37380-3", + "display": "Aortic arch and Brachial artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37381-1", + "display": "Aortic arch and Carotid artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37587-3", + "display": "Aortic arch and Carotid artery - bilateral and Vertebral artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37588-1", + "display": "Aortic arch and Carotid artery.common - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37589-9", + "display": "Aortic arch and Carotid artery.common - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37590-7", + "display": "Aortic arch and Carotid artery.common - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37591-5", + "display": "Aortic arch and Carotid artery.external - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37592-3", + "display": "Aortic arch and Carotid artery.external - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37593-1", + "display": "Aortic arch and Carotid artery.external - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37594-9", + "display": "Aortic arch and Carotid artery and Vertebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37382-9", + "display": "Aortic arch and Subclavian artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37383-7", + "display": "Aortic arch and Subclavian artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38800-9", + "display": "Aortic arch and Subclavian artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37379-5", + "display": "Aortic arch and Upper Extremity artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37384-5", + "display": "Aortic arch and Vertebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37385-2", + "display": "Aortic arch and Vertebral artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37386-0", + "display": "Aortic arch and Vertebral artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24551-4", + "display": "AV fistula Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30828-8", + "display": "Brachial artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37388-6", + "display": "Brachial artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24581-1", + "display": "Brachial artery and Subclavian artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "69077-6", + "display": "Brachiocephalic artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37389-4", + "display": "Bronchial artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24617-3", + "display": "Carotid artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26079-4", + "display": "Carotid artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "39097-1", + "display": "Carotid artery - bilateral and Cerebral artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "39094-8", + "display": "Carotid artery.cervical Fluoroscopic angiogram W contrast IA" + }, + { + "code": "39098-9", + "display": "Carotid artery.cervical - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38863-7", + "display": "Carotid artery.cervical - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37945-3", + "display": "Carotid artery.cervical - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30821-3", + "display": "Carotid artery.external Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30820-5", + "display": "Carotid artery.external - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37390-2", + "display": "Carotid artery.external - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37948-7", + "display": "Carotid artery.external - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38864-5", + "display": "Carotid artery.internal - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37952-9", + "display": "Carotid artery.internal - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26080-2", + "display": "Carotid artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26081-0", + "display": "Carotid artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "39095-5", + "display": "Carotid artery and Cerebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38865-2", + "display": "Carotid artery and Cerebral artery internal - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37953-7", + "display": "Carotid artery and Cerebral artery internal - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38862-9", + "display": "Carotid artery and Cerebral artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37944-6", + "display": "Carotid artery and Cerebral artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37391-0", + "display": "Carotid artery and Vertebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37392-8", + "display": "Carotid artery and Vertebral artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37393-6", + "display": "Carotid artery+Vertebral artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37943-8", + "display": "Carotid artery+Vertebral artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24622-3", + "display": "Celiac artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37403-3", + "display": "Celiac artery and Gastric artery - left and Superior mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37394-4", + "display": "Celiac artery and Superior mesenteric artery and Inferior mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37173-2", + "display": "Cerebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30891-6", + "display": "Cervicocerebral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37174-0", + "display": "Coronary arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37595-6", + "display": "Coronary graft Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30848-6", + "display": "Extremity arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30849-4", + "display": "Extremity arteries - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37395-1", + "display": "Extremity arteries - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37949-5", + "display": "Extremity arteries - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37175-7", + "display": "Femoral artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37176-5", + "display": "Femoral artery and Popliteal artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37397-7", + "display": "Gastric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37398-5", + "display": "Gastric artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38801-7", + "display": "Gastric artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37399-3", + "display": "Gastroduodenal artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30822-1", + "display": "Head artery - bilateral and Neck artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "62448-6", + "display": "Head artery.left+Neck artery.left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "62449-4", + "display": "Head artery.right+Neck artery.right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30823-9", + "display": "Head artery and Neck artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "25076-1", + "display": "Hepatic artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "43782-2", + "display": "Iliac artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37177-3", + "display": "Iliac artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24862-5", + "display": "Iliac artery Internal Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37178-1", + "display": "Iliac artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37739-0", + "display": "Iliac artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37179-9", + "display": "Inferior mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "25079-5", + "display": "Kidney arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37487-6", + "display": "Lower extremity arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "47986-5", + "display": "Lower extremity arteries - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "47987-3", + "display": "Lower extremity arteries - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30829-6", + "display": "Internal mammary artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "64995-4", + "display": "Mammary artery.internal - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "65000-2", + "display": "Mammary artery.internal - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37401-7", + "display": "Maxillary artery.internal Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24833-6", + "display": "Mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24860-9", + "display": "Pancreatic artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30833-8", + "display": "Pelvis arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37935-4", + "display": "Pelvis arteries and Lower extremity arteries - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24874-0", + "display": "Peripheral arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "44240-0", + "display": "Peripheral arteries - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "69249-1", + "display": "Popliteal artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37181-5", + "display": "Popliteal artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37778-8", + "display": "Popliteal artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37404-1", + "display": "Pudendal artery.internal Fluoroscopic angiogram W contrast IA" + }, + { + "code": "39057-5", + "display": "Pulmonary artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30830-4", + "display": "Pulmonary artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37182-3", + "display": "Pulmonary artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37779-6", + "display": "Pulmonary artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "30834-6", + "display": "Renal artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "62446-0", + "display": "Renal artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "62447-8", + "display": "Renal artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24925-0", + "display": "Spinal artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26082-8", + "display": "Spinal artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26083-6", + "display": "Spinal artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "26084-4", + "display": "Spinal artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24992-0", + "display": "Splenic artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24991-2", + "display": "Splenic vein and Portal vein Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37886-9", + "display": "Subclavian artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37405-8", + "display": "Subclavian artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37406-6", + "display": "Subclavian artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37966-9", + "display": "Subclavian artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37180-7", + "display": "Superior mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37402-5", + "display": "Superior mesenteric artery and Inferior mesenteric artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "38119-4", + "display": "Thoracic artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37900-8", + "display": "Tibial artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37489-2", + "display": "Tibioperoneal arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37977-6", + "display": "Upper extremity arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37396-9", + "display": "Upper extremity arteries - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37488-4", + "display": "Upper extremity arteries - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37967-7", + "display": "Upper extremity arteries - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "24576-1", + "display": "Urinary bladder arteries Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37979-2", + "display": "Uterine artery Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37407-4", + "display": "Vertebral artery - bilateral Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37490-0", + "display": "Vertebral artery - left Fluoroscopic angiogram W contrast IA" + }, + { + "code": "37968-5", + "display": "Vertebral artery - right Fluoroscopic angiogram W contrast IA" + }, + { + "code": "42156-0", + "display": "Vessels Fluoroscopic angiogram W contrast IA" + }, + { + "code": "25017-5", + "display": "Urinary Bladder and Urethra Fluoroscopy W contrast intra bladder" + }, + { + "code": "43559-4", + "display": "Urinary Bladder and Urethra Fluoroscopy W contrast intra bladder during voiding" + }, + { + "code": "37586-5", + "display": "Penis Fluoroscopy W contrast intra corpus cavernosum" + }, + { + "code": "39054-2", + "display": "Breast duct Mammogram W contrast intra duct" + }, + { + "code": "38095-6", + "display": "Breast duct - bilateral Mammogram W contrast intra duct" + }, + { + "code": "38096-4", + "display": "Breast duct - left Mammogram W contrast intra duct" + }, + { + "code": "38825-6", + "display": "Breast duct - right Mammogram W contrast intra duct" + }, + { + "code": "30810-6", + "display": "Lacrimal duct Fluoroscopy W contrast intra lacrimal duct" + }, + { + "code": "38098-0", + "display": "Lacrimal duct - bilateral Fluoroscopy W contrast intra lacrimal duct" + }, + { + "code": "38099-8", + "display": "Lacrimal duct - left Fluoroscopy W contrast intra lacrimal duct" + }, + { + "code": "38827-2", + "display": "Lacrimal duct - right Fluoroscopy W contrast intra lacrimal duct" + }, + { + "code": "24845-0", + "display": "Neck Fluoroscopy W contrast intra larynx" + }, + { + "code": "30850-2", + "display": "Extremity lymphatics Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "30851-0", + "display": "Extremity lymphatics - bilateral Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37599-8", + "display": "Extremity lymphatics - left Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "38812-4", + "display": "Extremity lymphatics - right Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "24827-8", + "display": "Lymphatics Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "30839-5", + "display": "Lymphatics abdominal Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "30840-3", + "display": "Lymphatics abdominal - bilateral Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37597-2", + "display": "Lymphatics abdominal and Lymphatics pelvic Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37598-0", + "display": "Lymphatics abdominal and Lymphatics pelvic - bilateral Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37596-4", + "display": "Lymphatics abdominal and Lymphatics pelvic - left Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "38811-6", + "display": "Lymphatics abdominal and Lymphatics pelvic - right Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37600-4", + "display": "Lymphatics - left Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "39510-3", + "display": "Lymphatics pelvic Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "37601-2", + "display": "Lymphatics pelvic - bilateral Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "38813-2", + "display": "Lymphatics - right Fluoroscopy W contrast intra lymphatic" + }, + { + "code": "39148-2", + "display": "Breast duct Mammogram W contrast intra multiple ducts" + }, + { + "code": "39146-6", + "display": "Breast duct - bilateral Mammogram W contrast intra multiple ducts" + }, + { + "code": "39145-8", + "display": "Breast duct - left Mammogram W contrast intra multiple ducts" + }, + { + "code": "39147-4", + "display": "Breast duct - right Mammogram W contrast intra multiple ducts" + }, + { + "code": "24661-1", + "display": "Pleural space Fluoroscopy W contrast intra pleural space" + }, + { + "code": "38116-0", + "display": "Parotid gland Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "38097-2", + "display": "Parotid gland - left Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "38826-4", + "display": "Parotid gland - right Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "24902-9", + "display": "Salivary gland Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "26067-9", + "display": "Salivary gland - bilateral Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "26068-7", + "display": "Salivary gland - left Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "26069-5", + "display": "Salivary gland - right Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "38153-3", + "display": "Submandibular gland Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "48698-5", + "display": "Submandibular gland - bilateral Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "42460-6", + "display": "Submandibular gland - left Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "48696-9", + "display": "Submandibular gland - right Fluoroscopy W contrast intra salivary duct" + }, + { + "code": "24912-8", + "display": "Sinus tract Fluoroscopy W contrast intra sinus tract" + }, + { + "code": "24552-2", + "display": "Stent Fluoroscopy W contrast intra stent" + }, + { + "code": "25016-7", + "display": "Urethra Fluoroscopy W contrast intra urethra" + }, + { + "code": "39151-6", + "display": "Vas deferens Fluoroscopy W contrast intra vas deferens" + }, + { + "code": "37183-1", + "display": "Ankle Fluoroscopy W contrast intraarticular" + }, + { + "code": "37184-9", + "display": "Ankle - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "37185-6", + "display": "Ankle - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "37942-0", + "display": "Ankle - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "37186-4", + "display": "Elbow Fluoroscopy W contrast intraarticular" + }, + { + "code": "37187-2", + "display": "Elbow - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "37188-0", + "display": "Elbow - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "37947-9", + "display": "Elbow - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "24764-3", + "display": "Hip Fluoroscopy W contrast intraarticular" + }, + { + "code": "26070-3", + "display": "Hip - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "26071-1", + "display": "Hip - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "26072-9", + "display": "Hip - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "24800-5", + "display": "Knee Fluoroscopy W contrast intraarticular" + }, + { + "code": "26073-7", + "display": "Knee - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "26074-5", + "display": "Knee - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "26075-2", + "display": "Knee - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "37647-5", + "display": "Sacroiliac Joint Fluoroscopy W contrast intraarticular" + }, + { + "code": "37189-8", + "display": "Sacroiliac joint - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "37190-6", + "display": "Sacroiliac joint - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "37785-3", + "display": "Sacroiliac joint - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "24910-2", + "display": "Shoulder Fluoroscopy W contrast intraarticular" + }, + { + "code": "26076-0", + "display": "Shoulder - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "26077-8", + "display": "Shoulder - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "26078-6", + "display": "Shoulder - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "37901-6", + "display": "Temporomandibular joint Fluoroscopy W contrast intraarticular" + }, + { + "code": "37409-0", + "display": "Temporomandibular joint - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "37410-8", + "display": "Temporomandibular joint - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "37818-2", + "display": "Temporomandibular joint - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "25034-0", + "display": "Wrist Fluoroscopy W contrast intraarticular" + }, + { + "code": "37570-9", + "display": "Wrist - bilateral Fluoroscopy W contrast intraarticular" + }, + { + "code": "37571-7", + "display": "Wrist - left Fluoroscopy W contrast intraarticular" + }, + { + "code": "37641-8", + "display": "Wrist - right Fluoroscopy W contrast intraarticular" + }, + { + "code": "37191-4", + "display": "Joint Fluoroscopy W contrast intraarticular" + }, + { + "code": "24825-2", + "display": "Lung X-ray W contrast intrabronchial" + }, + { + "code": "30813-0", + "display": "Lung - bilateral X-ray W contrast intrabronchial" + }, + { + "code": "64996-2", + "display": "Lung - left X-ray W contrast intrabronchial" + }, + { + "code": "64997-0", + "display": "Lung - right X-ray W contrast intrabronchial" + }, + { + "code": "24927-6", + "display": "Spine Fluoroscopy W contrast intradisc" + }, + { + "code": "37192-2", + "display": "Spine Cervical Fluoroscopy W contrast intradisc" + }, + { + "code": "37193-0", + "display": "Spine Lumbar Fluoroscopy W contrast intradisc" + }, + { + "code": "70933-7", + "display": "Spine Thoracic Fluoroscopy W contrast intradisc" + }, + { + "code": "25022-5", + "display": "Uterus and Fallopian tubes Fluoroscopy W contrast intrauterine" + }, + { + "code": "30811-4", + "display": "Posterior fossa Fluoroscopy W contrast IT" + }, + { + "code": "37572-5", + "display": "Spine Fluoroscopy W contrast IT" + }, + { + "code": "24947-4", + "display": "Spine Cervical Fluoroscopy W contrast IT" + }, + { + "code": "38103-8", + "display": "Spine Cervical and Spine Lumbar Fluoroscopy W contrast IT" + }, + { + "code": "30808-0", + "display": "Spine Cervical and Thoracic and Lumbar Fluoroscopy W contrast IT" + }, + { + "code": "38104-6", + "display": "Spine.epidural space Fluoroscopy W contrast IT" + }, + { + "code": "24974-8", + "display": "Spine Lumbar Fluoroscopy W contrast IT" + }, + { + "code": "24985-4", + "display": "Spine Thoracic Fluoroscopy W contrast IT" + }, + { + "code": "69066-9", + "display": "Abdominal vessels Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30843-7", + "display": "Adrenal vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37602-0", + "display": "Adrenal vein left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30844-5", + "display": "Adrenal vein - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37940-4", + "display": "Adrenal vein - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "58746-9", + "display": "AV fistula Fluoroscopic angiogram W contrast IV" + }, + { + "code": "24569-6", + "display": "AV shunt Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37411-6", + "display": "Azygos vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "24573-8", + "display": "Biliary ducts and Gallbladder X-ray W contrast IV" + }, + { + "code": "37195-5", + "display": "Cerebral vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30819-7", + "display": "Epidural veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "39055-9", + "display": "Extremity veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37412-4", + "display": "Extremity veins - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37413-2", + "display": "Extremity veins - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37950-3", + "display": "Extremity veins - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "42157-8", + "display": "Extremity vessels Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37416-5", + "display": "Femoral vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "39093-0", + "display": "Hepatic veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37421-5", + "display": "Inferior mesenteric vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37419-9", + "display": "Intraosseous veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37197-1", + "display": "Jugular vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37420-7", + "display": "Jugular vein - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37954-5", + "display": "Jugular vein - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37607-9", + "display": "Kidney X-ray W contrast IV" + }, + { + "code": "24788-2", + "display": "Kidney - bilateral X-ray W contrast IV" + }, + { + "code": "37414-0", + "display": "Lower extremity veins - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37196-3", + "display": "Lower extremity veins - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37767-1", + "display": "Lower extremity veins - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37574-1", + "display": "Lower extremity vessels Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30825-4", + "display": "Orbit veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37422-3", + "display": "Orbit veins - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37958-6", + "display": "Orbit veins - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30852-8", + "display": "Peripheral veins - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "24685-0", + "display": "Peripheral veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "69250-9", + "display": "Portal vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30847-8", + "display": "Renal vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30846-0", + "display": "Renal vein - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37423-1", + "display": "Renal vein - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37959-4", + "display": "Renal vein - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30827-0", + "display": "Sagittal sinus vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "65803-9", + "display": "Sagittal sinus vein - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "65802-1", + "display": "Sagittal sinus and Jugular veins - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "65804-7", + "display": "Sagittal sinus vein - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "65805-4", + "display": "Sagittal sinus and Jugular veins - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30826-2", + "display": "Sagittal sinus and Jugular veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37969-3", + "display": "Sinus vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37970-1", + "display": "Splenic vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37971-9", + "display": "Subclavian vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37972-7", + "display": "Superior mesenteric vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "24550-6", + "display": "Upper extremity veins Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37415-7", + "display": "Upper extremity veins - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "38859-5", + "display": "Upper extremity veins - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "37824-0", + "display": "Upper extremity veins - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "25023-3", + "display": "Vein Fluoroscopic angiogram W contrast IV" + }, + { + "code": "26064-6", + "display": "Vein - bilateral Fluoroscopic angiogram W contrast IV" + }, + { + "code": "26065-3", + "display": "Vein - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "26066-1", + "display": "Vein - right Fluoroscopic angiogram W contrast IV" + }, + { + "code": "25025-8", + "display": "Vena cava Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30845-2", + "display": "Inferior vena cava Fluoroscopic angiogram W contrast IV" + }, + { + "code": "30645-6", + "display": "Superior vena cava Fluoroscopic angiogram W contrast IV" + }, + { + "code": "43554-5", + "display": "vessels - left Fluoroscopic angiogram W contrast IV" + }, + { + "code": "39096-3", + "display": "Hepatic veins Fluoroscopic angiogram W contrast IV and W hemodynamics" + }, + { + "code": "43783-0", + "display": "Renal vein Fluoroscopic angiogram W contrast IV and W renin sampling" + }, + { + "code": "25080-3", + "display": "Renal vein - bilateral Fluoroscopic angiogram W contrast IV and W renin sampling" + }, + { + "code": "30816-3", + "display": "Peritoneum Fluoroscopic angiogram W contrast percutaneous" + }, + { + "code": "24575-3", + "display": "Biliary ducts and Gallbladder Fluoroscopy W contrast percutaneous transhepatic" + }, + { + "code": "37200-3", + "display": "Chest X-ray W contrast PO" + }, + { + "code": "37199-7", + "display": "Chest Fluoroscopy W contrast PO" + }, + { + "code": "37198-9", + "display": "Esophagus X-ray W contrast PO" + }, + { + "code": "24678-5", + "display": "Esophagus Fluoroscopy W contrast PO" + }, + { + "code": "24712-2", + "display": "Gallbladder X-ray W contrast PO" + }, + { + "code": "42459-8", + "display": "Gastrointestine upper Fluoroscopy W contrast PO" + }, + { + "code": "24924-3", + "display": "Small bowel Fluoroscopy W contrast PO" + }, + { + "code": "24673-6", + "display": "Duodenum Fluoroscopy W contrast PO and hypotonic agent per ng" + }, + { + "code": "24681-9", + "display": "Esophagus and Hypopharynx Fluoroscopy video W contrast PO during swallowing" + }, + { + "code": "24667-8", + "display": "Colon Fluoroscopy W contrast PR" + }, + { + "code": "24894-8", + "display": "Rectum and Urinary bladder Fluoroscopy W contrast PR and intra bladder during defecation and voiding" + }, + { + "code": "39363-7", + "display": "Fistula Fluoroscopy W contrast retrograde" + }, + { + "code": "38105-3", + "display": "Kidney X-ray W contrast retrograde" + }, + { + "code": "39349-6", + "display": "Kidney - bilateral Fluoroscopy W contrast retrograde" + }, + { + "code": "30761-1", + "display": "Kidney - bilateral Fluoroscopy W contrast retrograde via urethra" + }, + { + "code": "38873-6", + "display": "Kidney - left and Collecting system Fluoroscopy W contrast retrograde via urethra" + }, + { + "code": "38113-7", + "display": "Kidney - right and Collecting system Fluoroscopy W contrast retrograde via urethra" + }, + { + "code": "25020-9", + "display": "Urinary Bladder and Urethra Fluoroscopy W contrast retrograde via urethra" + }, + { + "code": "30841-1", + "display": "Portal vein Fluoroscopic angiogram W contrast transhepatic" + }, + { + "code": "30842-9", + "display": "Portal vein Fluoroscopic angiogram W contrast transhepatic and W hemodynamics" + }, + { + "code": "37566-7", + "display": "Unspecified body region Fluoroscopy W contrast via catheter" + }, + { + "code": "37567-5", + "display": "Colon Fluoroscopy W contrast via colostomy" + }, + { + "code": "37568-3", + "display": "Unspecified body region Fluoroscopy W contrast via fistula" + }, + { + "code": "69272-3", + "display": "Small bowel Fluoroscopy W contrast via ileostomy" + }, + { + "code": "24780-9", + "display": "Kidney - bilateral Fluoroscopy W contrast via nephrostomy tube" + }, + { + "code": "38872-8", + "display": "Kidney - left and Collecting system Fluoroscopy W contrast via nephrostomy tube" + }, + { + "code": "38112-9", + "display": "Kidney - right and Collecting system Fluoroscopy W contrast via nephrostomy tube" + }, + { + "code": "37569-1", + "display": "Urinary bladder Fluoroscopy W contrast via suprapubic tube" + }, + { + "code": "30647-2", + "display": "Biliary ducts and Gallbladder Fluoroscopy W contrast via T-tube" + }, + { + "code": "39696-0", + "display": "Lung Scan W depreotide and W radionuclide IV" + }, + { + "code": "42161-0", + "display": "Heart Scan W dobutamine and W radionuclide IV" + }, + { + "code": "39652-3", + "display": "Heart Scan W dobutamine and W Tl-201 IV" + }, + { + "code": "42383-0", + "display": "Gallbladder X-ray W double dose contrast PO" + }, + { + "code": "42690-8", + "display": "Spine X-ray W flexion and W extension" + }, + { + "code": "24945-8", + "display": "Spine Cervical X-ray W flexion and W extension" + }, + { + "code": "24971-4", + "display": "Spine Lumbar X-ray W flexion and W extension" + }, + { + "code": "43481-1", + "display": "Joint X-ray W flexion and W extension" + }, + { + "code": "30785-0", + "display": "Foot X-ray W forced dorsiflexion" + }, + { + "code": "43461-3", + "display": "Kidney - bilateral Scan W furosemide and W radionuclide IV" + }, + { "code": "39688-7", "display": "Scan W GA-67 IV" }, + { + "code": "24679-3", + "display": "Esophagus Fluoroscopy W gastrografin PO" + }, + { + "code": "42684-1", + "display": "Gastrointestine upper Fluoroscopy W gastrografin PO" + }, + { + "code": "42681-7", + "display": "Colon Fluoroscopy W gastrografin PR" + }, + { + "code": "37576-6", + "display": "Unspecified body region Fluoroscopy W gastrografin via fistula" + }, + { + "code": "39850-3", + "display": "Kidney - bilateral Scan W I-131 IV" + }, + { + "code": "25007-6", + "display": "Thyroid Scan W I-131 IV" + }, + { + "code": "39841-2", + "display": "Scan W I-131 MIBG IV" + }, + { + "code": "39857-8", + "display": "Adrenal gland Scan W I-131 MIBG IV" + }, + { + "code": "39624-2", + "display": "Adrenal gland Scan W I-131 NP59 IV" + }, + { + "code": "24770-0", + "display": "Joint Scan W In-111 intrajoint" + }, + { + "code": "39846-1", + "display": "Scan W In-111 Satumomab IV" + }, + { + "code": "39738-0", + "display": "Abdomen Scan W In-111 Satumomab IV" + }, + { + "code": "25032-4", + "display": "Bone Scan W In-111 tagged WBC IV" + }, + { + "code": "42708-8", + "display": "Scan W In-111 tiuxetan IV" + }, + { + "code": "30736-3", + "display": "Chest X-ray W inspiration and expiration" + }, + { + "code": "24682-7", + "display": "Esophagus and Hypopharynx Fluoroscopy video W liquid and paste contrast PO during swallowing" + }, + { + "code": "37556-8", + "display": "Ankle X-ray W manual stress" + }, + { + "code": "37557-6", + "display": "Ankle - bilateral X-ray W manual stress" + }, + { + "code": "37558-4", + "display": "Ankle - left X-ray W manual stress" + }, + { + "code": "37673-1", + "display": "Ankle - right X-ray W manual stress" + }, + { + "code": "37559-2", + "display": "Foot - left X-ray W manual stress" + }, + { + "code": "37705-1", + "display": "Foot - right X-ray W manual stress" + }, + { + "code": "37560-0", + "display": "Knee X-ray W manual stress" + }, + { + "code": "37561-8", + "display": "Knee - bilateral X-ray W manual stress" + }, + { + "code": "37562-6", + "display": "Knee - left X-ray W manual stress" + }, + { + "code": "37753-1", + "display": "Knee - right X-ray W manual stress" + }, + { + "code": "37563-4", + "display": "Thumb - bilateral X-ray W manual stress" + }, + { + "code": "37564-2", + "display": "Thumb - left X-ray W manual stress" + }, + { + "code": "37814-1", + "display": "Thumb - right X-ray W manual stress" + }, + { + "code": "39056-7", + "display": "Unspecified body region X-ray W manual stress" + }, + { + "code": "38093-1", + "display": "Chest X-ray W nipple markers" + }, + { + "code": "39670-5", + "display": "Lacrimal duct Scan W radionuclide intra lacrimal duct" + }, + { + "code": "64051-6", + "display": "Breast lymphatics - left Scan W radionuclide intra lymphatic" + }, + { + "code": "64052-4", + "display": "Breast lymphatics - right Scan W radionuclide intra lymphatic" + }, + { + "code": "24826-0", + "display": "Lymphatics Scan W radionuclide intra lymphatic" + }, + { + "code": "24663-7", + "display": "Head Cistern Scan W radionuclide IT" + }, + { "code": "42158-6", "display": "Adrenal gland Scan" }, + { "code": "42776-5", "display": "AV shunt Scan" }, + { "code": "25031-6", "display": "Bone Scan" }, + { "code": "24730-4", "display": "Brain Scan" }, + { "code": "39643-2", "display": "Brain veins Scan" }, + { "code": "39646-5", "display": "Breast Scan" }, + { "code": "39650-7", "display": "Heart Scan" }, + { + "code": "24776-7", + "display": "Kidney - bilateral Scan" + }, + { + "code": "30877-5", + "display": "Kidney - bilateral and Renal vessels Scan" + }, + { "code": "24804-7", "display": "Knee Scan" }, + { + "code": "26088-5", + "display": "Knee - bilateral Scan" + }, + { "code": "26089-3", "display": "Knee - left Scan" }, + { "code": "26090-1", "display": "Knee - right Scan" }, + { "code": "39693-7", "display": "Liver Scan" }, + { + "code": "39694-5", + "display": "Liver transplant Scan" + }, + { + "code": "43557-8", + "display": "Liver and Biliary ducts and Gallbladder Scan" + }, + { "code": "39897-4", "display": "Liver and Lung Scan" }, + { + "code": "39877-6", + "display": "Liver and Spleen Scan" + }, + { + "code": "39629-1", + "display": "Meckels diverticulum Scan" + }, + { "code": "39737-2", "display": "Neck Scan" }, + { "code": "39739-8", "display": "Pancreas Scan" }, + { "code": "39742-2", "display": "Parathyroid Scan" }, + { + "code": "39619-2", + "display": "Pulmonary system Scan" + }, + { "code": "43669-1", "display": "Renal vessels Scan" }, + { "code": "39747-1", "display": "Salivary gland Scan" }, + { + "code": "30696-9", + "display": "Scrotum and Testicle Scan" + }, + { "code": "39751-3", "display": "Spleen Scan" }, + { "code": "30695-1", "display": "Thyroid Scan" }, + { + "code": "25018-3", + "display": "Urinary bladder Scan" + }, + { + "code": "39626-7", + "display": "Vein - bilateral Scan" + }, + { + "code": "49118-3", + "display": "Unspecified body region Scan" + }, + { "code": "39939-4", "display": "Joint Scan" }, + { + "code": "39671-3", + "display": "Rectum Scan W radionuclide PO" + }, + { + "code": "39752-1", + "display": "Spleen Scan W radionuclide tagged heat damaged RBC IV" + }, + { + "code": "24773-4", + "display": "Kidney - bilateral Scan W radionuclide transplant scan" + }, + { + "code": "30713-2", + "display": "Spine X-ray W right bending and W left bending" + }, + { + "code": "42413-5", + "display": "Spine Lumbar X-ray W right bending and W left bending" + }, + { + "code": "43651-9", + "display": "Liver and Biliary ducts and Gallbladder Scan W sincalide and W radionuclide IV" + }, + { + "code": "39820-6", + "display": "Bone Scan W SM153 IV" + }, + { + "code": "39666-3", + "display": "Heart Scan W stress and W 201 Th IV" + }, + { + "code": "39667-1", + "display": "Heart Scan W stress and W radionuclide IV" + }, + { + "code": "69231-9", + "display": "Heart Scan W stress and W Tc-99m IV" + }, + { + "code": "69232-7", + "display": "Heart Scan W stress and W Tc-99m Sestamibi IV" + }, + { + "code": "24819-5", + "display": "Liver and Spleen Scan W Tc-99m calcium colloid IV" + }, + { + "code": "39744-8", + "display": "Prostate Scan W Tc-99m capromab pendatide IV" + }, + { + "code": "39674-7", + "display": "Gallbladder Scan W Tc-99m DISIDA IV" + }, + { + "code": "41771-7", + "display": "Kidney - bilateral Scan W Tc-99m DMSA IV" + }, + { + "code": "39625-9", + "display": "Artery Scan W Tc-99m DTPA IA" + }, + { + "code": "39745-5", + "display": "Kidney - bilateral Scan W Tc-99m DTPA IV" + }, + { + "code": "43667-5", + "display": "Kidney - bilateral and Renal vessels Scan W Tc-99m DTPA IV" + }, + { + "code": "39753-9", + "display": "Scrotum and Testicle Scan W Tc-99m DTPA IV" + }, + { + "code": "39765-3", + "display": "Vein Scan W Tc-99m DTPA IV" + }, + { + "code": "39642-4", + "display": "Brain Scan W Tc-99m glucoheptonate IV" + }, + { + "code": "44234-3", + "display": "Kidney - bilateral Scan W Tc-99m glucoheptonate IV" + }, + { + "code": "39766-1", + "display": "Vein Scan W Tc-99m HDP IV" + }, + { + "code": "39812-3", + "display": "Bone Scan W Tc-99m HMPAO IV" + }, + { + "code": "39630-9", + "display": "Brain Scan W Tc-99m HMPAO IV" + }, + { + "code": "39757-0", + "display": "Thyroid Scan W Tc-99m IV" + }, + { + "code": "24831-0", + "display": "Meckels diverticulum Scan W Tc-99m M04 IV" + }, + { + "code": "44141-0", + "display": "Liver and Spleen Scan W Tc-99m MAA IV" + }, + { + "code": "44142-8", + "display": "Bone Scan W Tc-99m medronate IV" + }, + { + "code": "39746-3", + "display": "Kidney - bilateral Scan W Tc-99m Mertiatide IV" + }, + { + "code": "69233-5", + "display": "Parotid gland Scan W Tc-99m pertechnetate IV" + }, + { + "code": "25001-9", + "display": "Scrotum and Testicle Scan W Tc-99m pertechnetate IV" + }, + { + "code": "26091-9", + "display": "Scrotum and Testicle - bilateral Scan W Tc-99m pertechnetate IV" + }, + { + "code": "26092-7", + "display": "Scrotum and Testicle - left Scan W Tc-99m pertechnetate IV" + }, + { + "code": "26093-5", + "display": "Scrotum and Testicle - right Scan W Tc-99m pertechnetate IV" + }, + { + "code": "44146-9", + "display": "Bone marrow Scan W Tc-99m SC IV" + }, + { + "code": "39689-5", + "display": "Gastrointestine Scan W Tc-99m SC IV" + }, + { + "code": "69230-1", + "display": "Liver Scan W Tc-99m SC IV" + }, + { + "code": "39764-6", + "display": "Vein Scan W Tc-99m SC IV" + }, + { + "code": "24683-5", + "display": "Esophagus and Stomach Scan W Tc-99m SC PO" + }, + { + "code": "44145-1", + "display": "Parathyroid Scan W Tc-99m Sestamibi IV" + }, + { + "code": "39756-2", + "display": "Thyroid Scan W Tc-99m Sestamibi IV" + }, + { + "code": "24714-8", + "display": "Gastrointestine Scan W Tc-99m tagged RBC IV" + }, + { + "code": "44143-6", + "display": "Heart Scan W Tc-99m tagged RBC IV" + }, + { + "code": "39690-3", + "display": "Liver Scan W Tc-99m tagged RBC IV" + }, + { + "code": "42700-5", + "display": "Bone Scan W Tc-99m tagged WBC IV" + }, + { + "code": "24751-0", + "display": "Parathyroid Scan W TI-201 subtraction Tc-99m IV" + }, + { + "code": "39635-8", + "display": "Brain Scan W Tl-201 IV" + }, + { + "code": "51389-5", + "display": "Breast Scan W Tl-201 IV" + }, + { + "code": "42012-5", + "display": "Gastrointestine upper Fluoroscopy W water soluble contrast PO" + }, + { + "code": "24669-4", + "display": "Colon Fluoroscopy W water soluble contrast PR" + }, + { + "code": "37577-4", + "display": "Acromioclavicular Joint X-ray W weight" + }, + { + "code": "37578-2", + "display": "Acromioclavicular joint - bilateral X-ray W weight" + }, + { + "code": "44144-4", + "display": "Liver Scan W Xe-133 inhaled" + }, + { + "code": "37582-4", + "display": "Acromioclavicular Joint X-ray WO weight" + }, + { + "code": "69055-2", + "display": "Acromioclavicular joint - bilateral X-ray WO weight" + }, + { "code": "52073-4", "display": "Vision attachment" }, + { "code": "28631-0", "display": "Visual acuity study" }, + { + "code": "46242-4", + "display": "Fetal Document Vital signs measurements" + }, + { + "code": "52070-0", + "display": "Workers compensation" + }, + { + "code": "74282-5", + "display": "Individual counseling note" + }, + { + "code": "71683-7", + "display": "FDA package insert PMI - Stop taking and call your doctor section" + }, + { + "code": "71685-2", + "display": "FDA package insert PMI - Tell your doctor before taking section" + }, + { + "code": "34086-9", + "display": "FDA package insert Abuse section" + }, + { + "code": "60555-0", + "display": "FDA package insert Accessories" + }, + { + "code": "34084-4", + "display": "FDA package insert Adverse reactions section" + }, + { + "code": "69761-5", + "display": "FDA package insert Alarms" + }, + { + "code": "70946-9", + "display": "Ancillary eye tests Narrative" + }, + { + "code": "34091-9", + "display": "FDA package insert Animal pharmacology/toxicology section" + }, + { + "code": "48767-8", + "display": "Annotation comment Narrative" + }, + { + "code": "60556-8", + "display": "FDA package insert Assembly or installation instructions" + }, + { + "code": "35519-8", + "display": "Clinical trial protocol Assessment of safety section" + }, + { + "code": "35517-2", + "display": "Clinical trial protocol Assessment section" + }, + { + "code": "35511-5", + "display": "Clinical trial protocol Background information section" + }, + { + "code": "34066-1", + "display": "FDA package insert Boxed warning section" + }, + { + "code": "60557-6", + "display": "FDA package insert Calibration instructions" + }, + { + "code": "72135-7", + "display": "Cancer diagnosis Narrative" + }, + { + "code": "34083-6", + "display": "FDA package insert Carcinogenesis and mutagenesis and impairment of fertility section" + }, + { + "code": "60684-8", + "display": "FDA product label Cellular therapy" + }, + { + "code": "60558-4", + "display": "FDA package insert Cleaning, disinfecting, and sterilization instructions" + }, + { + "code": "34090-1", + "display": "FDA package insert Clinical pharmacology section" + }, + { + "code": "34092-7", + "display": "FDA package insert Clinical studies section" + }, + { + "code": "35528-9", + "display": "Clinical trial protocol Clinical trial protocol" + }, + { + "code": "69760-7", + "display": "FDA package insert Compatible accessories" + }, + { + "code": "60559-2", + "display": "FDA package insert Components" + }, + { + "code": "70940-2", + "display": "Confrontation visual field Narrative" + }, + { + "code": "34070-3", + "display": "FDA package insert Contraindications section" + }, + { + "code": "34085-1", + "display": "FDA package insert Controlled substance section" + }, + { + "code": "57826-0", + "display": "Co-payment amount Narrative" + }, + { + "code": "57025-9", + "display": "Data criteria Narrative" + }, + { + "code": "35524-8", + "display": "Clinical trial protocol Data handling and record keeping section" + }, + { + "code": "34087-7", + "display": "FDA package insert Dependence section" + }, + { + "code": "34089-3", + "display": "FDA package insert Description section" + }, + { + "code": "69758-1", + "display": "FDA package insert Diagram of device" + }, + { + "code": "35521-4", + "display": "Clinical trial protocol Direct access to source data+documents section" + }, + { + "code": "69763-1", + "display": "FDA package insert Disposal and waste handling" + }, + { + "code": "34068-7", + "display": "FDA package insert Dosage and administration section" + }, + { + "code": "43678-2", + "display": "FDA package insert Dosage forms and strengths section" + }, + { + "code": "34074-5", + "display": "FDA package insert Drug/laboratory test interactions section" + }, + { + "code": "42227-9", + "display": "FDA package insert Drug abuse and dependence section" + }, + { + "code": "34073-7", + "display": "FDA package insert Drug interactions section" + }, + { + "code": "35518-0", + "display": "Clinical trial protocol Efficacy assessment section" + }, + { + "code": "35523-0", + "display": "Clinical trial protocol Ethics section" + }, + { + "code": "61147-5", + "display": "Expected outcomes Narrative" + }, + { + "code": "70943-6", + "display": "Eye anterior segment Narrative" + }, + { + "code": "70941-0", + "display": "Eye external Narrative" + }, + { + "code": "70944-4", + "display": "Eye posterior segment Narrative" + }, + { + "code": "35525-5", + "display": "Clinical trial protocol Financing and insurance section" + }, + { + "code": "35510-7", + "display": "Clinical trial protocol General information section" + }, + { + "code": "34072-9", + "display": "FDA package insert General precautions section" + }, + { + "code": "71743-9", + "display": "FDA product label Generic drug facility identification submission" + }, + { + "code": "34082-8", + "display": "FDA package insert Geriatric use section" + }, + { "code": "61146-7", "display": "Goals Narrative" }, + { + "code": "71744-7", + "display": "FDA package insert Health care provider letter" + }, + { + "code": "69719-3", + "display": "FDA product label Health claim section" + }, + { + "code": "69670-8", + "display": "Health quality measure supplemental data Narrative" + }, + { + "code": "34069-5", + "display": "FDA package insert How supplied section" + }, + { + "code": "72090-4", + "display": "FDA product label Identification of CBER-regulated generic drug facility" + }, + { + "code": "64123-3", + "display": "FDA package insert Indexing - adverse reaction" + }, + { + "code": "71446-9", + "display": "FDA package insert Indexing - billing unit" + }, + { + "code": "60685-5", + "display": "FDA package insert Indexing - pharmacologic class" + }, + { + "code": "73815-3", + "display": "FDA package insert Indexing - product concept" + }, + { + "code": "64124-1", + "display": "FDA package insert Indexing - substance" + }, + { + "code": "34067-9", + "display": "FDA package insert Indications and usage section" + }, + { + "code": "34076-0", + "display": "FDA package insert Information for patients section" + }, + { + "code": "69730-0", + "display": "Instructions [Text] Narrative" + }, + { + "code": "59845-8", + "display": "FDA package insert Instructions for use section" + }, + { + "code": "60560-0", + "display": "FDA package insert Intended use of the device" + }, + { + "code": "62387-6", + "display": "Interventions Narrative" + }, + { + "code": "34079-4", + "display": "FDA package insert Labor and delivery section" + }, + { + "code": "34075-2", + "display": "FDA package insert Laboratory tests section" + }, + { "code": "70945-1", "display": "Lacrimal Narrative" }, + { + "code": "70939-4", + "display": "Lensometry measurements Narrative" + }, + { + "code": "66105-8", + "display": "FDA package insert Lot distribution data" + }, + { + "code": "74045-6", + "display": "Measure description Narrative" + }, + { + "code": "57027-5", + "display": "Measure observations Narrative" + }, + { + "code": "43679-0", + "display": "FDA package insert Mechanism of action section" + }, + { + "code": "49489-8", + "display": "FDA package insert Microbiology section" + }, + { + "code": "43680-8", + "display": "FDA package insert Nonclinical toxicology section" + }, + { + "code": "34078-6", + "display": "FDA package insert Nonteratogenic effects section" + }, + { + "code": "34080-2", + "display": "FDA package insert Nursing mothers section" + }, + { "code": "61149-1", "display": "Objective Narrative" }, + { + "code": "70942-8", + "display": "Ocular alignment and motility Narrative" + }, + { + "code": "70934-5", + "display": "Ocular history Narrative" + }, + { + "code": "70948-5", + "display": "Ocular physical exam Narrative" + }, + { + "code": "70935-2", + "display": "Ophthalmic medications Narrative" + }, + { + "code": "60561-8", + "display": "FDA package insert Other safety information" + }, + { + "code": "34088-5", + "display": "FDA package insert Overdosage section" + }, + { + "code": "51941-3", + "display": "FDA product label Back panel of package" + }, + { + "code": "51947-0", + "display": "FDA product label Bottom panel of package" + }, + { + "code": "51948-8", + "display": "FDA product label Flap panel of package" + }, + { + "code": "51945-4", + "display": "FDA product label Principal display panel of package" + }, + { + "code": "51944-7", + "display": "FDA product label Side panel of package" + }, + { + "code": "51943-9", + "display": "FDA product label Side panel of package Left" + }, + { + "code": "51942-1", + "display": "FDA product label Side panel of package Right" + }, + { + "code": "51946-2", + "display": "FDA product label Top panel of package" + }, + { + "code": "34081-0", + "display": "FDA package insert Pediatric use section" + }, + { + "code": "43681-6", + "display": "FDA package insert Pharmacodynamics section" + }, + { + "code": "66106-6", + "display": "FDA package insert Pharmacogenomics section" + }, + { + "code": "43682-4", + "display": "FDA package insert Pharmacokinetics section" + }, + { + "code": "59772-4", + "display": "Planned procedure Narrative" + }, + { + "code": "60683-0", + "display": "FDA product label Plasma derivative" + }, + { + "code": "71681-1", + "display": "FDA package insert PMI - Common side effects section" + }, + { + "code": "71684-5", + "display": "FDA package insert PMI - Directions for use section" + }, + { + "code": "71686-0", + "display": "FDA package insert PMI - Do not take section" + }, + { + "code": "71682-9", + "display": "FDA package insert PMI - Get emergency medical help section" + }, + { + "code": "71687-8", + "display": "FDA package insert PMI - Important information section" + }, + { + "code": "71688-6", + "display": "FDA package insert PMI - Uses section" + }, + { + "code": "57026-7", + "display": "Population criteria Narrative" + }, + { + "code": "69669-0", + "display": "Population stratification description Narrative" + }, + { + "code": "59769-0", + "display": "Postprocedure diagnosis Narrative" + }, + { + "code": "42232-9", + "display": "FDA package insert Precautions section" + }, + { + "code": "42228-7", + "display": "FDA package insert Pregnancy section" + }, + { + "code": "57059-8", + "display": "Pregnancy visit summary note Narrative" + }, + { + "code": "59774-0", + "display": "Procedure anesthesia Narrative" + }, + { + "code": "59775-7", + "display": "Procedure disposition Narrative" + }, + { + "code": "59770-8", + "display": "Procedure estimated blood loss Narrative" + }, + { + "code": "59776-5", + "display": "Procedure findings Narrative" + }, + { + "code": "59771-6", + "display": "Procedure implants Narrative" + }, + { + "code": "59768-2", + "display": "Procedure indications Narrative" + }, + { + "code": "59773-2", + "display": "Procedure specimens taken Narrative" + }, + { + "code": "35526-3", + "display": "Clinical trial protocol Publication policy section" + }, + { + "code": "35522-2", + "display": "Clinical trial protocol Quality control and quality assurance section" + }, + { + "code": "57827-8", + "display": "Reason for co-payment exemption Narrative" + }, + { + "code": "43683-2", + "display": "FDA package insert Recent major changes section" + }, + { + "code": "34093-5", + "display": "FDA package insert References section" + }, + { + "code": "70938-6", + "display": "Refractive measurements Narrative" + }, + { + "code": "69759-9", + "display": "FDA package insert Risks" + }, + { + "code": "48779-3", + "display": "FDA package insert Structured product labelling indexing data elements section" + }, + { + "code": "48780-1", + "display": "FDA package insert Structured product labelling listing data elements section" + }, + { + "code": "42231-1", + "display": "FDA package insert Structured product labelling medguide section" + }, + { + "code": "42230-3", + "display": "FDA package insert Structured product laballing patient package insert section" + }, + { + "code": "38056-8", + "display": "FDA package insert Structured product laballing supplemental patient material" + }, + { + "code": "42229-5", + "display": "FDA package insert Structured patient labelling unclassified section" + }, + { + "code": "69718-5", + "display": "FDA product label Statement of identity section" + }, + { + "code": "35520-6", + "display": "Clinical trial protocol Statistics section" + }, + { + "code": "44425-7", + "display": "FDA package insert Storage and handling section" + }, + { + "code": "35515-6", + "display": "Clinical trial protocol Subject participation + epochs section" + }, + { + "code": "35514-9", + "display": "Clinical trial protocol Subject selection and withdrawal section" + }, + { + "code": "61150-9", + "display": "Subjective Narrative" + }, + { + "code": "35527-1", + "display": "Clinical trial protocol Supplements section" + }, + { + "code": "55122-6", + "display": "Surgical operation note implants Narrative" + }, + { + "code": "34077-8", + "display": "FDA package insert Teratogenic effects section" + }, + { + "code": "35516-4", + "display": "Clinical trial protocol Treatment of subjects + epochs section" + }, + { + "code": "35513-1", + "display": "Clinical trial protocol Trial design section" + }, + { + "code": "42796-3", + "display": "Clinical trial protocol Trial name" + }, + { + "code": "35512-3", + "display": "Clinical trial protocol Trial objectives and purpose section" + }, + { + "code": "69762-3", + "display": "FDA package insert Troubleshooting" + }, + { + "code": "43684-0", + "display": "FDA package insert Use in specific populations section" + }, + { + "code": "54433-8", + "display": "FDA package insert User safety warnings section" + }, + { + "code": "70936-0", + "display": "Vision testing Narrative" + }, + { + "code": "43685-7", + "display": "FDA package insert Warnings and precautions section" + }, + { + "code": "34071-1", + "display": "FDA package insert Warnings section" + }, + { + "code": "74477-1", + "display": "Clinical document Kind of document from LOINC Document Ontology" + }, + { + "code": "74479-7", + "display": "Clinical document Role from LOINC Document Ontology" + }, + { + "code": "74476-3", + "display": "Clinical document Setting from LOINC Document Ontology" + }, + { + "code": "74480-5", + "display": "Clinical document Subject matter domain from LOINC Document Ontology" + }, + { + "code": "74478-9", + "display": "Clinical document Type of service from LOINC Document Ontology" + }, + { + "code": "42566-0", + "display": "Contributing Factor communication/Documentation MERSTH" + }, + { + "code": "21862-8", + "display": "Source of document used to abstract Cancer" + }, + { "code": "69764-9", "display": "Document type" }, + { "code": "48766-0", "display": "Information source" }, + { + "code": "70949-3", + "display": "Pathology report.section heading" + }, + { "code": "60572-5", "display": "Report template ID" }, + { + "code": "60573-3", + "display": "Report template source" + }, + { + "code": "60574-1", + "display": "Report template version ID" + }, + { + "code": "73983-9", + "display": "Report.section heading Unspecified body region" + }, + { + "code": "40811-2", + "display": "11-Deoxycorticosterone [Presence] in Serum or Plasma" + }, + { + "code": "29112-0", + "display": "Photo documentation Eye - left" + }, + { + "code": "29111-2", + "display": "Photo documentation Eye - right" + }, + { + "code": "72169-6", + "display": "Permission to release immunization data from school record" + }, + { "code": "44943-9", "display": "Self management" }, + { + "code": "11206-0", + "display": "18-Hydroxydeoxycorticosterone [Mass/volume] in Serum or Plasma" + }, + { + "code": "26988-6", + "display": "18-Hydroxydeoxycorticosterone [Mass/time] in 24 hour Urine" + }, + { + "code": "50081-9", + "display": "18-Hydroxydeoxycorticosterone [Moles/volume] in Serum or Plasma" + }, + { + "code": "57553-0", + "display": "18-Hydroxydeoxycorticosterone [Moles/volume] in Serum or Plasma --1 hour post dose corticotropin" + }, + { + "code": "57552-2", + "display": "18-Hydroxydeoxycorticosterone [Moles/volume] in Serum or Plasma --30 minutes post dose corticotropin" + }, + { + "code": "57551-4", + "display": "18-Hydroxydeoxycorticosterone [Moles/volume] in Serum or Plasma --pre dose corticotropin" + }, + { + "code": "53347-1", + "display": "11-Deoxycorticosterone [Mass/volume] in Dried blood spot" + }, + { + "code": "1656-8", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma" + }, + { + "code": "42855-7", + "display": "11-Deoxycorticosterone [Mass/volume] in Urine" + }, + { + "code": "16110-9", + "display": "11-Deoxycorticosterone [Mass/time] in 24 hour Urine" + }, + { + "code": "40818-7", + "display": "11-Deoxycorticosterone [Moles/volume] in 24 hour Urine" + }, + { + "code": "53348-9", + "display": "11-Deoxycorticosterone [Moles/volume] in Dried blood spot" + }, + { + "code": "25561-2", + "display": "11-Deoxycorticosterone [Moles/volume] in Serum or Plasma" + }, + { + "code": "55808-0", + "display": "11-Deoxycorticosterone [Moles/time] in 24 hour Urine" + }, + { + "code": "56611-7", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --1.5 hours post XXX challenge" + }, + { + "code": "56608-3", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --15 minutes post XXX challenge" + }, + { + "code": "57493-9", + "display": "11-Deoxycorticosterone [Moles/volume] in Serum or Plasma --1 hour post 250 ug corticotropin" + }, + { + "code": "40816-1", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --1 hour post XXX challenge" + }, + { + "code": "56602-6", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --1st specimen post XXX challenge" + }, + { + "code": "56613-3", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --2.5 hours post XXX challenge" + }, + { + "code": "56609-1", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --20 minutes post XXX challenge" + }, + { + "code": "56612-5", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --2 hours post XXX challenge" + }, + { + "code": "56603-4", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --2nd specimen post XXX challenge" + }, + { + "code": "57492-1", + "display": "11-Deoxycorticosterone [Moles/volume] in Serum or Plasma --30 minutes post 250 ug corticotropin" + }, + { + "code": "56556-4", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --30 minutes post XXX challenge" + }, + { + "code": "56604-2", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --3rd specimen post XXX challenge" + }, + { + "code": "56610-9", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --40 minutes post XXX challenge" + }, + { + "code": "56605-9", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --4th specimen post XXX challenge" + }, + { + "code": "59987-8", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --5th specimen post XXX challenge" + }, + { + "code": "59986-0", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --6th specimen post XXX challenge" + }, + { + "code": "59985-2", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --7th specimen post XXX challenge" + }, + { + "code": "59984-5", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --8th specimen post XXX challenge" + }, + { + "code": "56555-6", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --baseline" + }, + { + "code": "16294-1", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --post XXX challenge" + }, + { + "code": "57491-3", + "display": "11-Deoxycorticosterone [Moles/volume] in Serum or Plasma --pre 250 ug corticotropin" + }, + { + "code": "56606-7", + "display": "11-Deoxycorticosterone [Mass/volume] in Serum or Plasma --pre XXX challenge" + }, + { + "code": "13480-9", + "display": "18-Hydroxydeoxycortisol/Creatinine [Mass Ratio] in Urine" + }, + { + "code": "44729-2", + "display": "Progesterone/11-Deoxycorticosterone [Mass Ratio] in Serum or Plasma" + }, + { + "code": "69799-5", + "display": "21-Deoxycorticosterone [Moles/volume] in Serum or Plasma" + }, + { + "code": "57562-1", + "display": "21-Deoxycorticosterone [Moles/volume] in Serum or Plasma --1 hour post dose corticotropin" + }, + { + "code": "57561-3", + "display": "21-Deoxycorticosterone [Moles/volume] in Serum or Plasma --30 minutes post dose corticotropin" + }, + { + "code": "57560-5", + "display": "21-Deoxycorticosterone [Moles/volume] in Serum or Plasma --pre dose corticotropin" + }, + { + "code": "72510-1", + "display": "Performance rate Reporting period population Calculated" + }, + { + "code": "72509-3", + "display": "Reporting rate Reporting period population Calculated" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/c80-doc-typecodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HITSP", + "fhirVersion": null, + "name": "DocumentTypeValueSet", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Document Type Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "active", + "id": "c80-doc-typecodes", + "url": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.47", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/c80-doc-typecodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0336 ( Referral Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0336" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0336/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0336", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0336", + "url": "http://terminology.hl7.org/ValueSet/v2-0336", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0336", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate how an individual participates in an encounter.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [{ "code": "_ParticipationAncillary" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ParticipationAncillary", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "SPRF" }, + { "code": "PPRF" }, + { "code": "PART" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/participant-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-participant-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Participant type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "encounter-participant-type", + "url": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.250", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-participant-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0103 ( PROCESSING ID)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0103" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0103/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0103", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PROCESSING ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0103", + "url": "http://terminology.hl7.org/ValueSet/v2-0103", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0103", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes for units of time", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "a", "property": "canonical" } + ], + "system": "http://unitsofmeasure.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/all-time-units/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllUCUMExpressionForTime", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "resourceType": "ValueSet", + "title": "All UCUM Expression for Time", + "status": "draft", + "id": "all-time-units", + "url": "http://hl7.org/fhir/ValueSet/all-time-units", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/all-time-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Code for a known / defined timing pattern.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation", + "concept": [ + { + "code": "BID", + "display": "BID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Two times a day at institution specified time" + } + ] + }, + { + "code": "TID", + "display": "TID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Three times a day at institution specified time" + } + ] + }, + { + "code": "QID", + "display": "QID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Four times a day at institution specified time" + } + ] + }, + { + "code": "AM", + "display": "AM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every morning at institution specified times" + } + ] + }, + { + "code": "PM", + "display": "PM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every afternoon at institution specified times" + } + ] + }, + { + "code": "QD", + "display": "QD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every Day at institution specified times" + } + ] + }, + { + "code": "QOD", + "display": "QOD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every Other Day at institution specified times" + } + ] + }, + { + "code": "Q1H", + "display": "every hour", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every hour at institution specified times" + } + ] + }, + { + "code": "Q2H", + "display": "every 2 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 2 hours at institution specified times" + } + ] + }, + { + "code": "Q3H", + "display": "every 3 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 3 hours at institution specified times" + } + ] + }, + { + "code": "Q4H", + "display": "Q4H", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 4 hours at institution specified times" + } + ] + }, + { + "code": "Q6H", + "display": "Q6H", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 6 Hours at institution specified times" + } + ] + }, + { + "code": "Q8H", + "display": "every 8 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 8 hours at institution specified times" + } + ] + }, + { + "code": "BED", + "display": "at bedtime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "At bedtime (institution specified time)" + } + ] + }, + { + "code": "WK", + "display": "weekly", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Weekly at institution specified time" + } + ] + }, + { + "code": "MO", + "display": "monthly", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Monthly at institution specified time" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/timing-abbreviation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TimingAbbreviation", + "experimental": false, + "resourceType": "ValueSet", + "title": "TimingAbbreviation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "timing-abbreviation", + "url": "http://hl7.org/fhir/ValueSet/timing-abbreviation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.78", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/timing-abbreviation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of operator to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-operator-codes" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/assert-operator-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AssertionOperatorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AssertionOperatorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "assert-operator-codes", + "url": "http://hl7.org/fhir/ValueSet/assert-operator-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.708", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/assert-operator-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines the set of codes that can be used to indicate a reason for a procedure.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-reason", + "url": "http://hl7.org/fhir/ValueSet/procedure-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.432", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0065 ( ACTION CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0065" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0065/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0065", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ACTION CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0065", + "url": "http://terminology.hl7.org/ValueSet/v2-0065", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0065", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates the type of use for which the code is defined.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/codesystem-altcode-kind" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/codesystem-altcode-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AlternativeCodeKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "AlternativeCodeKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "codesystem-altcode-kind", + "url": "http://hl7.org/fhir/ValueSet/codesystem-altcode-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.952", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-altcode-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " This code system holds version codes for the Version 3 standards. Values are to be determined by HL7 and added with each new version of the HL7 Standard.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-HL7StandardVersionCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-HL7StandardVersionCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.HL7StandardVersionCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System HL7StandardVersionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-HL7StandardVersionCode", + "url": "http://terminology.hl7.org/ValueSet/v3-HL7StandardVersionCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19373", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-HL7StandardVersionCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "UCUM units for recording Body Weight", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "kg" }, + { "code": "[lb_av]" }, + { "code": "g" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodyweight/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "BodyWeightUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Weight Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodyweight", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodyweight", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.956", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-bodyweight", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 Numeric codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "regex", + "value": "[0-9]{3}", + "property": "code" + } + ], + "system": "urn:iso:std:iso:3166" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-N/4.0.1", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso3166-1-N", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: Numeric Codes", + "status": "active", + "id": "iso3166-1-N", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-N", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso3166-1-N", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Permitted data type for observation value.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/permitted-data-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/permitted-data-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ObservationDataType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ObservationDataType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "permitted-data-type", + "url": "http://hl7.org/fhir/ValueSet/permitted-data-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1331", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/permitted-data-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/precision-estimate-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/precision-estimate-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PrecisionEstimateType", + "experimental": false, + "resourceType": "ValueSet", + "title": "PrecisionEstimateType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "precision-estimate-type", + "url": "http://hl7.org/fhir/ValueSet/precision-estimate-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1357", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/precision-estimate-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationRequest Intent Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-intent" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-intent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationRequest Intent", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication request intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "medicationrequest-intent", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1321", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationrequest-intent", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of potential categories for questionnaires.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "273601006", + "display": "Mental status questionnaire" + }, + { + "code": "273820006", + "display": "Social support questionnaire" + }, + { + "code": "273479001", + "display": "General health questionnaire" + }, + { + "code": "273384008", + "display": "Consumer satisfaction questionnaire" + }, + { + "code": "304784009", + "display": "Administrative form" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "QuestionnaireCategoryCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "questionnaire-category", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.928", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0444 ( Name assembly order)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0444" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0444/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0444", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Name assembly order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0444", + "url": "http://terminology.hl7.org/ValueSet/v2-0444", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0444", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Specifies the mode, immediate versus deferred or queued, by which a receiver should communicate its receiver responsibilities.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ResponseMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ResponseMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ResponseMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ResponseMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ResponseMode", + "url": "http://terminology.hl7.org/ValueSet/v3-ResponseMode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19650", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ResponseMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0147 ( POLICY TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0147" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0147/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0147", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 POLICY TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0147", + "url": "http://terminology.hl7.org/ValueSet/v2-0147", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0147", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Whether the results by exposure is describing the results for the primary exposure of interest (exposure) or the alternative state (exposureAlternative).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/exposure-state" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/exposure-state/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExposureState", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExposureState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "exposure-state", + "url": "http://hl7.org/fhir/ValueSet/exposure-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1351", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/exposure-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Used to indicate that the target of the relationship will be a filtered subset of the total related set of targets.Used when there is a need to limit the number of components to the first, the last, the next, the total, the average or some other filtered or calculated subset.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSubset" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipSubset/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActRelationshipSubset", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActRelationshipSubset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActRelationshipSubset", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipSubset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19613", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipSubset", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Classifies the Entity class and all of its subclasses. The terminology is hierarchical. At the top is this HL7-defined domain of high-level categories (such as represented by the Entity subclasses). Each of these terms must be harmonized and is specializable. The value sets beneath are drawn from multiple, frequently external, domains that reflect much more fine-grained typing.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClass/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityClass", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityClass", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClass", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10882", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClass", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Claim SubType codes which are used to distinguish the claim types for example within type institutional there may be subtypes for emergency services, bed stay and transportation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-claimsubtype" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-subtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleClaimSubTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Claim SubType Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-subtype", + "url": "http://hl7.org/fhir/ValueSet/claim-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.566", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0256 ( Time Delay Post Challenge)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0256" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0256/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0256", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Time Delay Post Challenge", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0256", + "url": "http://terminology.hl7.org/ValueSet/v2-0256", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0256", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A value representing the method of expression of the language. Example:\r\nExpressed spoken, expressed written, expressed signed, received spoken, received written, received signed. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be verified.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-LanguageAbilityMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.LanguageAbilityMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System LanguageAbilityMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-LanguageAbilityMode", + "url": "http://terminology.hl7.org/ValueSet/v3-LanguageAbilityMode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.12249", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-LanguageAbilityMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0728 ( CCL Value)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0728" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0728/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0728", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CCL Value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0728", + "url": "http://terminology.hl7.org/ValueSet/v2-0728", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0728", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The possible sort directions, ascending or descending.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/sort-direction" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sort-direction/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SortDirection", + "experimental": false, + "resourceType": "ValueSet", + "title": "SortDirection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "sort-direction", + "url": "http://hl7.org/fhir/ValueSet/sort-direction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.979", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sort-direction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample funds reservation type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/fundsreserve" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/fundsreserve/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "Funds Reservation Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "FundsReserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "fundsreserve", + "url": "http://hl7.org/fhir/ValueSet/fundsreserve", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.33", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/fundsreserve", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " OpenIssue:\r\nMissing description.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityCode", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipJoin" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipJoin/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActRelationshipJoin", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActRelationshipJoin", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActRelationshipJoin", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipJoin", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10360", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipJoin", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ProcessingMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProcessingMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ProcessingMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ProcessingMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ProcessingMode", + "url": "http://terminology.hl7.org/ValueSet/v3-ProcessingMode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.207", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProcessingMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " An formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event. This investigation could be conducted at a local institutional level or at the level of a local or national government.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "INVSTG", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassInvestigation/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassInvestigation", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassInvestigation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassInvestigation", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassInvestigation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20224", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassInvestigation", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Types of resources that are part of group.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/group-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/group-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GroupType", + "experimental": false, + "resourceType": "ValueSet", + "title": "GroupType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "group-type", + "url": "http://hl7.org/fhir/ValueSet/group-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.284", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/group-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Document section codes (LOINC codes used in CCDA sections).", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "10154-3" }, + { "code": "10157-6" }, + { "code": "10160-0" }, + { "code": "10164-2" }, + { "code": "10183-2" }, + { "code": "10184-0" }, + { "code": "10187-3" }, + { "code": "10210-3" }, + { "code": "10216-0" }, + { "code": "10218-6" }, + { "code": "10218-6" }, + { "code": "10223-6" }, + { "code": "10222-8" }, + { "code": "11329-0" }, + { "code": "11348-0" }, + { "code": "11369-6" }, + { "code": "57852-6" }, + { "code": "11493-4" }, + { "code": "11535-2" }, + { "code": "11537-8" }, + { "code": "18776-5" }, + { "code": "18841-7" }, + { "code": "29299-5" }, + { "code": "29545-1" }, + { "code": "29549-3" }, + { "code": "29554-3" }, + { "code": "29762-2" }, + { "code": "30954-2" }, + { "code": "42344-2" }, + { "code": "42346-7" }, + { "code": "42348-3" }, + { "code": "42349-1" }, + { "code": "46240-8" }, + { "code": "46241-6" }, + { "code": "46264-8" }, + { "code": "47420-5" }, + { "code": "47519-4" }, + { "code": "48765-2" }, + { "code": "48768-6" }, + { "code": "51848-0" }, + { "code": "55109-3" }, + { "code": "55122-6" }, + { "code": "59768-2" }, + { "code": "59769-0" }, + { "code": "59770-8" }, + { "code": "59771-6" }, + { "code": "59772-4" }, + { "code": "59773-2" }, + { "code": "59775-7" }, + { "code": "59776-5" }, + { "code": "61149-1" }, + { "code": "61150-9" }, + { "code": "61150-9" }, + { "code": "69730-0" }, + { "code": "8648-8" }, + { "code": "8653-8" }, + { "code": "8716-3" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/doc-section-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7", + "fhirVersion": null, + "name": "DocumentSectionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Document Section Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "doc-section-codes", + "url": "http://hl7.org/fhir/ValueSet/doc-section-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.237", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/doc-section-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0149 ( DAY TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0149" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0149/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0149", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DAY TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0149", + "url": "http://terminology.hl7.org/ValueSet/v2-0149", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0149", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/testscript-operation-codes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/testscript-operation-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "TestScriptOperationCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test script operation code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "testscript-operation-codes", + "url": "http://hl7.org/fhir/ValueSet/testscript-operation-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.704", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/testscript-operation-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The role that a provenance participant played", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/provenance-participant-role" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-agent-role/4.0.1", + "date": "2023-05-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProvenanceParticipantRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance participant role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "provenance-agent-role", + "url": "http://hl7.org/fhir/ValueSet/provenance-agent-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1305", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-agent-role", + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the purpose of a bundle - how it is intended to be used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/bundle-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/bundle-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BundleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "BundleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "bundle-type", + "url": "http://hl7.org/fhir/ValueSet/bundle-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.620", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bundle-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Consent Action codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentaction" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-action/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "ConsentActionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-action", + "url": "http://hl7.org/fhir/ValueSet/consent-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.753", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that identifies the status of the family history record.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/history-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/history-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FamilyHistoryStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FamilyHistoryStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "history-status", + "url": "http://hl7.org/fhir/ValueSet/history-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.267", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/history-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The free/busy status of the slot.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/slotstatus" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/slotstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SlotStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "SlotStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "slotstatus", + "url": "http://hl7.org/fhir/ValueSet/slotstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.482", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/slotstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate from where the patient came in.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/admit-source" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-admit-source/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AdmitSource", + "experimental": false, + "resourceType": "ValueSet", + "title": "Admit source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-admit-source", + "url": "http://hl7.org/fhir/ValueSet/encounter-admit-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.257", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-admit-source", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Status codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/fm-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/fm-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "FinancialResourceStatusCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Financial Resource Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "fm-status", + "url": "http://hl7.org/fhir/ValueSet/fm-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.592", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/fm-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Types of security policies that further specify the ActClassPolicy value set. Examples:\r\n encrypt prohibit redisclosure without consent directive", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "SecurityPolicy", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SecurityPolicy/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.SecurityPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetSecurityPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-SecurityPolicy", + "url": "http://terminology.hl7.org/ValueSet/v3-SecurityPolicy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20444", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SecurityPolicy", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0324 ( Location Characteristic ID)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0324" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0324/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0324", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Location Characteristic ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0324", + "url": "http://terminology.hl7.org/ValueSet/v2-0324", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0324", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0904 ( Security Check Scheme)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0904" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0904/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0904", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Security Check Scheme", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0904", + "url": "http://terminology.hl7.org/ValueSet/v2-0904", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0904", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "DBSNP : Single Nucleotide Polymorphism database", + "compose": { + "include": [ + { "system": "http://www.ncbi.nlm.nih.gov/projects/SNP" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/dbsnp/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "DBSNP", + "experimental": false, + "resourceType": "ValueSet", + "title": "D b s n p", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "dbsnp", + "url": "http://hl7.org/fhir/ValueSet/dbsnp", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.284", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dbsnp", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0282 ( Referral Disposition)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0282" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0282/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0282", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0282", + "url": "http://terminology.hl7.org/ValueSet/v2-0282", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0282", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Describes the type of a metric calibration.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-calibration-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/metric-calibration-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceMetricCalibrationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceMetricCalibrationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-calibration-type", + "url": "http://hl7.org/fhir/ValueSet/metric-calibration-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.650", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/metric-calibration-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the status of the patient towards perceived immunity against a vaccine preventable disease. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationRecommendationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.305", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-recommendation-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for action status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-action-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-actionstatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceActionStatusCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Action Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-actionstatus", + "url": "http://hl7.org/fhir/ValueSet/contract-actionstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1303", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-actionstatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0305 ( Person location type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0305" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0305/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0305", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Person location type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0305", + "url": "http://terminology.hl7.org/ValueSet/v2-0305", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0305", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A list of all the definition resource types defined in this version of the FHIR specification.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/definition-resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/definition-resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DefinitionResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DefinitionResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "definition-resource-types", + "url": "http://hl7.org/fhir/ValueSet/definition-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1056", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/definition-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0719 ( Access Restriction Reason Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0719" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0719/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0719", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Access Restriction Reason Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0719", + "url": "http://terminology.hl7.org/ValueSet/v2-0719", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0719", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The subsumption relationship between code/Coding \"A\" and code/Coding \"B\". There are 4 possible codes to be returned: equivalent, subsumes, subsumed-by, and not-subsumed. If the server is unable to determine the relationship between the codes/Codings, then it returns an error (i.e. an OperationOutcome).", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-subsumption-outcome" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/concept-subsumption-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConceptSubsumptionOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptSubsumptionOutcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "concept-subsumption-outcome", + "url": "http://hl7.org/fhir/ValueSet/concept-subsumption-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1238", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/concept-subsumption-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Program Reason Span codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-programcode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-program-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleProgramReasonCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Program Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-program-code", + "url": "http://hl7.org/fhir/ValueSet/ex-program-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.576", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-program-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " The source act fulfills (in whole or in part) the target act. Source act must be in a mood equal or more actual than the target act.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "FLFS", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipFulfills/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActRelationshipFulfills", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActRelationshipFulfills", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActRelationshipFulfills", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipFulfills", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10342", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipFulfills", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0555 ( Invoice Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0555" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0555/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0555", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Invoice Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0555", + "url": "http://terminology.hl7.org/ValueSet/v2-0555", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0555", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes to denote a guideline or policy statement.when a genetic test result is being shared as a secondary finding.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/secondary-finding" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/secondary-finding/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "secondary-finding", + "url": "http://hl7.org/fhir/ValueSet/secondary-finding", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1285", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/secondary-finding", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example use codes for the List resource - typical kinds of use.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-example-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "ExampleUseCodesForList", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Use Codes for List", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-example-codes", + "url": "http://hl7.org/fhir/ValueSet/list-example-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.316", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-example-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0492 ( Specimen Appropriateness)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0492" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0492/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0492", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Appropriateness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0492", + "url": "http://terminology.hl7.org/ValueSet/v2-0492", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0492", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0466 ( Ambulatory payment classification code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0466" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0466/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0466", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Ambulatory payment classification code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0466", + "url": "http://terminology.hl7.org/ValueSet/v2-0466", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0466", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Types of roles indicating how a particular agent was involved with the creation or modification of a resource for use when exposing event history", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "AUT", "display": "Author" }, + { "code": "INF", "display": "Informant" }, + { "code": "VRF", "display": "Verifier" }, + { "code": "ENT", "display": "Data Enterer" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-history-agent-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/provenance-history-agent-role", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProvenanceEventHistoryAgentRoleCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Provenance Event History Agent Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "provenance-history-agent-type", + "url": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.927", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-history-agent-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0397 ( Sequencing)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0397" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0397/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0397", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sequencing", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0397", + "url": "http://terminology.hl7.org/ValueSet/v2-0397", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0397", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0001 ( SEX)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0001" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0001/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0001", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 SEX", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0001", + "url": "http://terminology.hl7.org/ValueSet/v2-0001", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0001", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Target that is not substantially present in the act and which is not directly affected by the act, but which will be a focus of the record or documentation of the act.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "IND", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationIndirectTarget/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationIndirectTarget", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationIndirectTarget", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationIndirectTarget", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationIndirectTarget", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19032", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationIndirectTarget", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Type for access of external URI.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/repository-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/repository-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "repositoryType", + "experimental": false, + "resourceType": "ValueSet", + "title": "repositoryType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "repository-type", + "url": "http://hl7.org/fhir/ValueSet/repository-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.230", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/repository-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/subscriber-relationship/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "SubscriberRelationshipCodes", + "copyright": "This is an extensible set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SubscriberPolicyholder Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "subscriber-relationship", + "url": "http://hl7.org/fhir/ValueSet/subscriber-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1385", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/subscriber-relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A set of codes for each different representation of a name.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse", + "concept": [ + { "code": "ABC" }, + { "code": "IDE" }, + { "code": "SYL" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/name-v3-representation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NameRepresentationUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "NameRepresentationUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "name-v3-representation", + "url": "http://hl7.org/fhir/ValueSet/name-v3-representation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.909", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/name-v3-representation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Potential values for observations of severity.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + "concept": [{ "code": "_SeverityObservation" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_SeverityObservation", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SeverityObservation/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.SeverityObservation", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetSeverityObservation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-SeverityObservation", + "url": "http://terminology.hl7.org/ValueSet/v3-SeverityObservation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16643", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SeverityObservation", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reaction-event-severity" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reaction-event-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "reaction-event-severity", + "url": "http://hl7.org/fhir/ValueSet/reaction-event-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.135", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reaction-event-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0540 ( Inactive Reason Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0540" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0540/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0540", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Inactive Reason Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0540", + "url": "http://terminology.hl7.org/ValueSet/v2-0540", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0540", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0401 ( Government reimbursement program)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0401" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0401/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0401", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Government reimbursement program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0401", + "url": "http://terminology.hl7.org/ValueSet/v2-0401", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0401", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0669 ( Load Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0669" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0669/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0669", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Load Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0669", + "url": "http://terminology.hl7.org/ValueSet/v2-0669", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0669", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sequence quality method", + "compose": { + "include": [ + { "system": "https://precision.fda.gov/apps/" }, + { "system": "https://precision.fda.gov/jobs/" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequence-quality-method/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "FDA-Method", + "copyright": "Unless otherwise noted, the contents of the FDA website (www.fda.gov)—both text and graphics—are not copyrighted. They are in the public domain and may be republished, reprinted and otherwise used freely by anyone without the need to obtain permission from FDA. Credit to the U.S. Food and Drug Administration as the source is appreciated but not required. FDA appreciates being informed about the use of website materials. Contact FDA, HFI-50, Rockville, MD 20857 or email webmail@oc.fda.gov.", + "experimental": false, + "resourceType": "ValueSet", + "title": "F d a- method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "sequence-quality-method", + "url": "http://hl7.org/fhir/ValueSet/sequence-quality-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.223", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequence-quality-method", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Calendar" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Calendar/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Calendar", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Calendar", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Calendar", + "url": "http://terminology.hl7.org/ValueSet/v3-Calendar", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17422", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Calendar", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Regulatory consent policy types from the US and other regions.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-policy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project (CBCC)", + "fhirVersion": null, + "name": "ConsentPolicyRuleCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent PolicyRule Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-policy", + "url": "http://hl7.org/fhir/ValueSet/consent-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1014", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-policy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-DataOperation/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.DataOperation", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System DataOperation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-DataOperation", + "url": "http://terminology.hl7.org/ValueSet/v3-DataOperation", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-DataOperation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0169 ( REPORTIN PRIORITY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0169" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0169/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0169", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 REPORTIN PRIORITY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0169", + "url": "http://terminology.hl7.org/ValueSet/v2-0169", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0169", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. The value set used for clinical specialty has been limited by HITSP to the value set reproduced from HITSP C80 Table 2-149 Clinical Specialty Value Set Definition.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "408467006", + "display": "Adult mental illness" + }, + { "code": "394577000", "display": "Anesthetics" }, + { + "code": "394578005", + "display": "Audiological medicine" + }, + { + "code": "421661004", + "display": "Blood banking and transfusion medicine" + }, + { "code": "408462000", "display": "Burns care" }, + { "code": "394579002", "display": "Cardiology" }, + { + "code": "394804000", + "display": "Clinical cytogenetics and molecular genetics" + }, + { "code": "394580004", "display": "Clinical genetics" }, + { + "code": "394803006", + "display": "Clinical hematology" + }, + { + "code": "408480009", + "display": "Clinical immunology" + }, + { + "code": "408454008", + "display": "Clinical microbiology" + }, + { + "code": "394809005", + "display": "Clinical neuro-physiology" + }, + { "code": "394592004", "display": "Clinical oncology" }, + { + "code": "394600006", + "display": "Clinical pharmacology" + }, + { + "code": "394601005", + "display": "Clinical physiology" + }, + { + "code": "394581000", + "display": "Community medicine" + }, + { + "code": "408478003", + "display": "Critical care medicine" + }, + { + "code": "394812008", + "display": "Dental medicine specialties" + }, + { + "code": "408444009", + "display": "Dental-General dental practice" + }, + { "code": "394582007", "display": "Dermatology" }, + { "code": "408475000", "display": "Diabetic medicine" }, + { "code": "410005002", "display": "Dive medicine" }, + { "code": "394583002", "display": "Endocrinology" }, + { "code": "419772000", "display": "Family practice" }, + { "code": "394584008", "display": "Gastroenterology" }, + { + "code": "408443003", + "display": "General medical practice" + }, + { "code": "394802001", "display": "General medicine" }, + { "code": "394915009", "display": "General pathology" }, + { "code": "394814009", "display": "General practice" }, + { + "code": "394808002", + "display": "Genito-urinary medicine" + }, + { + "code": "394811001", + "display": "Geriatric medicine" + }, + { + "code": "408446006", + "display": "Gynecological oncology" + }, + { "code": "394586005", "display": "Gynecology" }, + { "code": "394916005", "display": "Hematopathology" }, + { "code": "408472002", "display": "Hepatology" }, + { "code": "394597005", "display": "Histopathology" }, + { "code": "394598000", "display": "Immunopathology" }, + { + "code": "394807007", + "display": "Infectious diseases" + }, + { "code": "419192003", "display": "Internal medicine" }, + { + "code": "408468001", + "display": "Learning disability" + }, + { "code": "394593009", "display": "Medical oncology" }, + { + "code": "394813003", + "display": "Medical ophthalmology" + }, + { "code": "410001006", "display": "Military medicine" }, + { "code": "394589003", "display": "Nephrology" }, + { "code": "394591006", "display": "Neurology" }, + { "code": "394599008", "display": "Neuropathology" }, + { "code": "394649004", "display": "Nuclear medicine" }, + { "code": "408470005", "display": "Obstetrics" }, + { + "code": "394585009", + "display": "Obstetrics and gynecology" + }, + { + "code": "394821009", + "display": "Occupational medicine" + }, + { + "code": "422191005", + "display": "Ophthalmic surgery" + }, + { "code": "394594003", "display": "Ophthalmology" }, + { + "code": "416304004", + "display": "Osteopathic manipulative medicine" + }, + { "code": "418960008", "display": "Otolaryngology" }, + { "code": "394882004", "display": "Pain management" }, + { + "code": "394806003", + "display": "Palliative medicine" + }, + { + "code": "394588006", + "display": "Pediatric (Child and adolescent) psychiatry" + }, + { + "code": "408459003", + "display": "Pediatric cardiology" + }, + { + "code": "394607009", + "display": "Pediatric dentistry" + }, + { + "code": "419610006", + "display": "Pediatric endocrinology" + }, + { + "code": "418058008", + "display": "Pediatric gastroenterology" + }, + { + "code": "420208008", + "display": "Pediatric genetics" + }, + { + "code": "418652005", + "display": "Pediatric hematology" + }, + { + "code": "418535003", + "display": "Pediatric immunology" + }, + { + "code": "418862001", + "display": "Pediatric infectious diseases" + }, + { + "code": "419365004", + "display": "Pediatric nephrology" + }, + { + "code": "418002000", + "display": "Pediatric oncology" + }, + { + "code": "419983000", + "display": "Pediatric ophthalmology" + }, + { + "code": "419170002", + "display": "Pediatric pulmonology" + }, + { + "code": "419472004", + "display": "Pediatric rheumatology" + }, + { "code": "394539006", "display": "Pediatric surgery" }, + { + "code": "420112009", + "display": "Pediatric surgery-bone marrow transplantation" + }, + { + "code": "409968004", + "display": "Preventive medicine" + }, + { "code": "394587001", "display": "Psychiatry" }, + { "code": "394913002", "display": "Psychotherapy" }, + { + "code": "408440000", + "display": "Public health medicine" + }, + { + "code": "418112009", + "display": "Pulmonary medicine" + }, + { + "code": "419815003", + "display": "Radiation oncology" + }, + { "code": "394914008", "display": "Radiology" }, + { + "code": "408455009", + "display": "Radiology-Interventional radiology" + }, + { "code": "394602003", "display": "Rehabilitation" }, + { "code": "408447002", "display": "Respite care" }, + { "code": "394810000", "display": "Rheumatology" }, + { "code": "408450004", "display": "Sleep studies" }, + { + "code": "408476004", + "display": "Surgery-Bone and marrow transplantation" + }, + { + "code": "408469009", + "display": "Surgery-Breast surgery" + }, + { + "code": "408466002", + "display": "Surgery-Cardiac surgery" + }, + { + "code": "408471009", + "display": "Surgery-Cardiothoracic transplantation" + }, + { + "code": "408464004", + "display": "Surgery-Colorectal surgery" + }, + { + "code": "408441001", + "display": "Surgery-Dental-Endodontics" + }, + { + "code": "408465003", + "display": "Surgery-Dental-Oral and maxillofacial surgery" + }, + { + "code": "394605001", + "display": "Surgery-Dental-Oral surgery" + }, + { + "code": "394608004", + "display": "Surgery-Dental-Orthodontics" + }, + { + "code": "408461007", + "display": "Surgery-Dental-Periodontal surgery" + }, + { + "code": "408460008", + "display": "Surgery-Dental-Prosthetic dentistry (Prosthodontics)" + }, + { + "code": "408460008", + "display": "Surgery-Dental-surgical-Prosthodontics" + }, + { + "code": "394606000", + "display": "Surgery-Dentistry-Restorative dentistry" + }, + { + "code": "408449004", + "display": "Surgery-Dentistry--surgical" + }, + { + "code": "394608004", + "display": "Surgery-Dentistry-surgical-Orthodontics" + }, + { + "code": "418018006", + "display": "Surgery-Dermatologic surgery" + }, + { + "code": "394604002", + "display": "Surgery-Ear, nose and throat surgery" + }, + { "code": "394609007", "display": "Surgery-general" }, + { + "code": "408474001", + "display": "Surgery-Hepatobiliary and pancreatic surgery" + }, + { + "code": "394610002", + "display": "Surgery-Neurosurgery" + }, + { + "code": "394611003", + "display": "Surgery-Plastic surgery" + }, + { + "code": "408477008", + "display": "Surgery-Transplantation surgery" + }, + { + "code": "394801008", + "display": "Surgery-Trauma and orthopedics" + }, + { "code": "408463005", "display": "Surgery-Vascular" }, + { "code": "419321007", "display": "Surgical oncology" }, + { + "code": "394576009", + "display": "Surgical-Accident & emergency" + }, + { "code": "394590007", "display": "Thoracic medicine" }, + { "code": "409967009", "display": "Toxicology" }, + { "code": "408448007", "display": "Tropical medicine" }, + { + "code": "419043006", + "display": "Urological oncology" + }, + { "code": "394612005", "display": "Urology" }, + { + "code": "394733009", + "display": "Medical specialty--OTHER--NOT LISTED" + }, + { + "code": "394732004", + "display": "Surgical specialty--OTHER-NOT LISTED" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/c80-practice-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HITSP", + "fhirVersion": null, + "name": "PracticeSettingCodeValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Practice Setting Code Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "c80-practice-codes", + "url": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.72", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/c80-practice-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A coded concept listing the eye codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/vision-eye-codes" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/vision-eye-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "VisionEyes", + "experimental": false, + "resourceType": "ValueSet", + "title": "VisionEyes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "vision-eye-codes", + "url": "http://hl7.org/fhir/ValueSet/vision-eye-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.660", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vision-eye-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " HL7 implementation technology specification versions. These codes will document the ITS type and version for message encoding. The code will appear in the instances based upon rules expressed in the ITS, and do not appear in the abstract message, either as it is presented to received from the ITS.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7ITSVersionCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7ITSVersionCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7ITSVersionCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7ITSVersionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7ITSVersionCode", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7ITSVersionCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7ITSVersionCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0290 ( MIME base64 encoding Characters)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0290" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0290/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0290", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MIME base64 encoding Characters", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0290", + "url": "http://terminology.hl7.org/ValueSet/v2-0290", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0290", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Assigment of spiritual faith affiliation", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ReligiousAffiliation", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ReligiousAffiliation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ReligiousAffiliation", + "url": "http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ReligiousAffiliation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This is a very unspecific relationship from one item of clinical information to another. It does not judge about the role the pertinent information plays.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "PERT", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipPertains/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActRelationshipPertains", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActRelationshipPertains", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActRelationshipPertains", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipPertains", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10329", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipPertains", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " A collection of sub-services as steps or subtasks performed for the source service. Services may be performed sequentially or concurrently.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "COMP", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipHasComponent/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActRelationshipHasComponent", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActRelationshipHasComponent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActRelationshipHasComponent", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipHasComponent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10318", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipHasComponent", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of a resource narrative.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/narrative-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/narrative-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NarrativeStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "NarrativeStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "narrative-status", + "url": "http://hl7.org/fhir/ValueSet/narrative-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.55", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/narrative-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Operations supported by REST at the system level.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/restful-interaction", + "concept": [ + { "code": "transaction" }, + { "code": "batch" }, + { "code": "search-system" }, + { "code": "history-system" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/system-restful-interaction/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SystemRestfulInteraction", + "experimental": false, + "resourceType": "ValueSet", + "title": "SystemRestfulInteraction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "system-restful-interaction", + "url": "http://hl7.org/fhir/ValueSet/system-restful-interaction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.181", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/system-restful-interaction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0384 ( Substance type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0384" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0384/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0384", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Substance type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0384", + "url": "http://terminology.hl7.org/ValueSet/v2-0384", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0384", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " These values are defined within the XHTML 4.0 Table Model", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TableCellHorizontalAlign" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TableCellHorizontalAlign/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TableCellHorizontalAlign", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TableCellHorizontalAlign", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TableCellHorizontalAlign", + "url": "http://terminology.hl7.org/ValueSet/v3-TableCellHorizontalAlign", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10981", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TableCellHorizontalAlign", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of FDI oral site codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/ex-tooth" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/tooth/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "OralSiteCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Oral Site Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "tooth", + "url": "http://hl7.org/fhir/ValueSet/tooth", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.540", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/tooth", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate a type of insurance plan.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/insurance-plan-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/insuranceplan-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "InsurancePlanType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Insurance plan type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "insuranceplan-type", + "url": "http://hl7.org/fhir/ValueSet/insuranceplan-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.870", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/insuranceplan-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of relationship to the related artifact.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/related-artifact-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/related-artifact-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RelatedArtifactType", + "experimental": false, + "resourceType": "ValueSet", + "title": "RelatedArtifactType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "related-artifact-type", + "url": "http://hl7.org/fhir/ValueSet/related-artifact-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.99", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/related-artifact-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Base values for the order of the items in a list resource.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/list-order" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-order/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "ListOrderCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "List Order Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "list-order", + "url": "http://hl7.org/fhir/ValueSet/list-order", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.324", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-order", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the location.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/encounter-location-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-location-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EncounterLocationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "EncounterLocationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "encounter-location-status", + "url": "http://hl7.org/fhir/ValueSet/encounter-location-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.262", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-location-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0107 ( DEFERRED RESPONSE TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0107" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0107/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0107", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DEFERRED RESPONSE TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0107", + "url": "http://terminology.hl7.org/ValueSet/v2-0107", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0107", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the category of observation range.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/observation-range-category" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-range-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ObservationRangeCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "ObservationRangeCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "observation-range-category", + "url": "http://hl7.org/fhir/ValueSet/observation-range-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1333", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-range-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0922 ( Certification Category Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0922" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0922/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0922", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Certification Category Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0922", + "url": "http://terminology.hl7.org/ValueSet/v2-0922", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0922", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Observation Method codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 272394005 (Technique (qualifier value)) or is-a 129264002 (Action (qualifier value)) or is-a 386053000 (Evaluation procedure(procedure))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "272394005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "129264002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "386053000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-methods/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationMethods", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-methods", + "url": "http://hl7.org/fhir/ValueSet/observation-methods", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.395", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-methods", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes providing the status of the variant test result.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/variant-state" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/variant-state/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "sequenceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "sequenceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "variant-state", + "url": "http://hl7.org/fhir/ValueSet/variant-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.217", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/variant-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0122 ( CHARGE TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0122" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0122/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0122", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CHARGE TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0122", + "url": "http://terminology.hl7.org/ValueSet/v2-0122", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0122", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0213 ( Purge Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0213" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0213/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0213", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Purge Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0213", + "url": "http://terminology.hl7.org/ValueSet/v2-0213", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0213", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How the referenced structure is used in this mapping.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-model-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-model-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapModelMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapModelMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-model-mode", + "url": "http://hl7.org/fhir/ValueSet/map-model-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.675", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-model-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set lists all the event or request resource types defined in this version of the specification.", + "compose": { + "include": [ + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/event-resource-types" + ] + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/request-resource-types" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/event-or-request-resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Event Or Request Resource Types", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventOrRequestResourceTypes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "event-or-request-resource-types", + "url": "http://hl7.org/fhir/ValueSet/event-or-request-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1064", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-or-request-resource-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/testscript-profile-destination-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "TestScriptProfileDestinationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test script profile destination type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "testscript-profile-destination-types", + "url": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.714", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/testscript-profile-destination-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0168 ( PROCESSING PRIORITY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0168" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0168/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0168", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PROCESSING PRIORITY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0168", + "url": "http://terminology.hl7.org/ValueSet/v2-0168", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0168", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nCodes for HL7 publishing domains (specific content area)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7PublishingDomain" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7PublishingDomain/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7PublishingDomain", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7PublishingDomain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7PublishingDomain", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7PublishingDomain", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7PublishingDomain", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a definition.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/definition-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/definition-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DefinitionStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DefinitionStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "definition-status", + "url": "http://hl7.org/fhir/ValueSet/definition-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.107", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/definition-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationRequest Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationrequest Status", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medicationrequest status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "medicationrequest-status", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1320", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationrequest-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a sample set of Forms codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/forms-codes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/forms/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "Form Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "forms", + "url": "http://hl7.org/fhir/ValueSet/forms", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.37", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/forms", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0544 ( Container Condition)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0544" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0544/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0544", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Container Condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0544", + "url": "http://terminology.hl7.org/ValueSet/v2-0544", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0544", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates whether the event succeeded or failed.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/audit-event-outcome" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AuditEventOutcome", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "AuditEventOutcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "audit-event-outcome", + "url": "http://hl7.org/fhir/ValueSet/audit-event-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.454", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-event-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0330 ( Marketing Basis)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0330" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0330/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0330", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Marketing Basis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0330", + "url": "http://terminology.hl7.org/ValueSet/v2-0330", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0330", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of participation a provenance participant.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-agent-type/4.0.1", + "date": "2023-05-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProvenanceParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance participant type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "provenance-agent-type", + "url": "http://hl7.org/fhir/ValueSet/provenance-agent-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1003", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-agent-type", + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0127 ( ALLERGY TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0127" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0127/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0127", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ALLERGY TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0127", + "url": "http://terminology.hl7.org/ValueSet/v2-0127", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0127", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Term SubType codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contracttermsubtypecodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-term-subtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractTermSubtypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Term Subtype Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-term-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-term-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.735", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-term-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0091 ( QUERY PRIORITY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0091" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0091/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0091", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 QUERY PRIORITY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0091", + "url": "http://terminology.hl7.org/ValueSet/v2-0091", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0091", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0273 ( Document Availability Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0273" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0273/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0273", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Document Availability Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0273", + "url": "http://terminology.hl7.org/ValueSet/v2-0273", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0273", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A list of the base types defined by this version of the FHIR specification - types that are defined, but for which only specializations actually are created.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/abstract-types" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/abstract-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AbstractType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AbstractType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "abstract-types", + "url": "http://hl7.org/fhir/ValueSet/abstract-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.23", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/abstract-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "General reasons for a list to be empty. Reasons are either related to a summary list (i.e. problem or medication list) or to a workflow related list (i.e. consultation list).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-empty-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "ListEmptyReasons", + "experimental": false, + "resourceType": "ValueSet", + "title": "List Empty Reasons", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "list-empty-reason", + "url": "http://hl7.org/fhir/ValueSet/list-empty-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.322", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-empty-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0914 ( Root Cause)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0914" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0914/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0914", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Root Cause", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0914", + "url": "http://terminology.hl7.org/ValueSet/v2-0914", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0914", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0137 ( MAIL CLAIM PARTY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0137" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0137/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0137", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MAIL CLAIM PARTY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0137", + "url": "http://terminology.hl7.org/ValueSet/v2-0137", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0137", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "SHALL applications comply with this constraint?", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/constraint-severity" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/constraint-severity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConstraintSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConstraintSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "constraint-severity", + "url": "http://hl7.org/fhir/ValueSet/constraint-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.81", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/constraint-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Conditions codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/fm-conditions" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/fm-conditions/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "FMConditionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "FM Condition Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "fm-conditions", + "url": "http://hl7.org/fhir/ValueSet/fm-conditions", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.556", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/fm-conditions", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A code identifying a person's disability.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-PersonDisabilityType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-PersonDisabilityType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.PersonDisabilityType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System PersonDisabilityType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-PersonDisabilityType", + "url": "http://terminology.hl7.org/ValueSet/v3-PersonDisabilityType", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-PersonDisabilityType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates whether a resource instance represents a specific location or a class of locations.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/location-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/location-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LocationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "LocationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "location-mode", + "url": "http://hl7.org/fhir/ValueSet/location-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.330", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/location-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0271 ( Document Completion Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0271" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0271/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0271", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Document Completion Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0271", + "url": "http://terminology.hl7.org/ValueSet/v2-0271", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0271", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A code that indicates how transactions are supported.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/transaction-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/transaction-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TransactionMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "TransactionMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "transaction-mode", + "url": "http://hl7.org/fhir/ValueSet/transaction-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.192", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/transaction-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Availability of the resource.", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { + "code": "ONLINE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Resources are immediately available." + } + ] + }, + { + "code": "OFFLINE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Resources need to be retrieved by manual intervention." + } + ] + }, + { + "code": "NEARLINE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Resources need to be retrieved from relatively slow media." + } + ] + }, + { + "code": "UNAVAILABLE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Resources cannot be retrieved." + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/instance-availability/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "InstanceAvailability", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright 2011 by the National Electrical Manufacturers Association", + "experimental": false, + "resourceType": "ValueSet", + "title": "InstanceAvailability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "instance-availability", + "url": "http://hl7.org/fhir/ValueSet/instance-availability", + "identifier": [ + { + "value": "urn:oid:1.2.840.10008.6.​1.​811", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/instance-availability", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0174 ( NATURE OF TEST/OBSERVATION)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0174" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0174/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0174", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 NATURE OF TEST/OBSERVATION", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0174", + "url": "http://terminology.hl7.org/ValueSet/v2-0174", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0174", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate a patient's gender identity.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/gender-identity", + "concept": [ + { "code": "male", "display": "male" }, + { "code": "female", "display": "female" }, + { "code": "non-binary", "display": "non-binary" }, + { + "code": "transgender-male", + "display": "transgender male" + }, + { + "code": "transgender-female", + "display": "transgender female" + }, + { "code": "other", "display": "other" }, + { + "code": "non-disclose", + "display": "does not wish to disclose" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/gender-identity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "GenderIdentity", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Gender identity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "gender-identity", + "url": "http://hl7.org/fhir/ValueSet/gender-identity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.972", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/gender-identity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indication of the degree of conformance expectations associated with a binding.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/binding-strength" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/binding-strength/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BindingStrength", + "experimental": false, + "resourceType": "ValueSet", + "title": "BindingStrength", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "binding-strength", + "url": "http://hl7.org/fhir/ValueSet/binding-strength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.43", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/binding-strength", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0475 ( Charge Type Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0475" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0475/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0475", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Charge Type Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0475", + "url": "http://terminology.hl7.org/ValueSet/v2-0475", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0475", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0201 ( Telecommunication Use Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0201" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0201/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0201", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Telecommunication Use Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0201", + "url": "http://terminology.hl7.org/ValueSet/v2-0201", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0201", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0331 ( Facility Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0331" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0331/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0331", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Facility Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0331", + "url": "http://terminology.hl7.org/ValueSet/v2-0331", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0331", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0482 ( Order Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0482" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0482/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0482", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Order Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0482", + "url": "http://terminology.hl7.org/ValueSet/v2-0482", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0482", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Commonly encountered UCUM units (for purposes of helping populate look ups.", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "%", "display": "percent" }, + { + "code": "%/100{WBC}", + "display": "percent / 100 WBC" + }, + { + "code": "%{0to3Hours}", + "display": "percent 0to3Hours" + }, + { + "code": "%{Abnormal}", + "display": "percent Abnormal" + }, + { + "code": "%{Activity}", + "display": "percent Activity" + }, + { + "code": "%{BasalActivity}", + "display": "percent BasalActivity" + }, + { "code": "%{Binding}", "display": "percent Binding" }, + { + "code": "%{Blockade}", + "display": "percent Blockade" + }, + { + "code": "%{Carboxyhemoglobin}", + "display": "percent Carboxyhemoglobin" + }, + { + "code": "%{Conversion}", + "display": "percent Conversion" + }, + { "code": "%{Cound}", "display": "percent Cound" }, + { "code": "%{EosSeen}", "display": "percent EosSeen" }, + { + "code": "%{Excretion}", + "display": "percent Excretion" + }, + { "code": "%{Fat}", "display": "percent Fat" }, + { + "code": "%{FetalErythrocytes}", + "display": "percent FetalErythrocytes" + }, + { + "code": "%{Hemoglobin}", + "display": "percent Hemoglobin" + }, + { + "code": "%{HemoglobinA1C}", + "display": "percent HemoglobinA1C" + }, + { + "code": "%{HemoglobinSaturation}", + "display": "percent HemoglobinSaturation" + }, + { + "code": "%{Hemolysis}", + "display": "percent Hemolysis" + }, + { + "code": "%{HumanResponse}", + "display": "percent HumanResponse" + }, + { "code": "%{Index}", "display": "percent Index" }, + { + "code": "%{Inhibition}", + "display": "percent Inhibition" + }, + { "code": "%{Live}", "display": "percent Live" }, + { + "code": "%{Negative Control}", + "display": "percent Negative Control" + }, + { "code": "%{Normal}", "display": "percent Normal" }, + { + "code": "%{NormalControl}", + "display": "percent NormalControl" + }, + { + "code": "%{NormalPooledPlasma}", + "display": "percent NormalPooledPlasma" + }, + { + "code": "%{ofAvailable}", + "display": "percent ofAvailable" + }, + { + "code": "%{ofBacteria}", + "display": "percent ofBacteria" + }, + { + "code": "%{OfLymphocytes}", + "display": "percent OfLymphocytes" + }, + { "code": "%{OfWBCs}", "display": "percent OfWBCs" }, + { "code": "%{Oxygen}", "display": "percent Oxygen" }, + { + "code": "%{Positive}", + "display": "percent Positive" + }, + { + "code": "%{Precipitate}", + "display": "percent Precipitate" + }, + { + "code": "%{Reactivity}", + "display": "percent Reactivity" + }, + { + "code": "%{response}", + "display": "percent response" + }, + { "code": "%{risk}", "display": "percent risk" }, + { + "code": "%{SpermMotility}", + "display": "percent SpermMotility" + }, + { "code": "%{Total}", "display": "percent Total" }, + { + "code": "%{TotalProtein}", + "display": "percent TotalProtein" + }, + { + "code": "%{Tot'Cholesterol}", + "display": "percent Tot'Cholesterol" + }, + { "code": "%{Tot'Hgb}", "display": "percent Tot'Hgb" }, + { "code": "%{Uptake}", "display": "percent Uptake" }, + { "code": "%{vol}", "display": "VolumePercent" }, + { + "code": "%{WeightToWeight}", + "display": "percent WeightToWeight" + }, + { "code": "/(12.h)", "display": "per 12 * hour" }, + { "code": "/[arb'U]", "display": "per arbitrary unit" }, + { "code": "/[HPF]", "display": "per high power field" }, + { + "code": "/[iU]", + "display": "per international unit" + }, + { "code": "/[LPF]", "display": "per low power field" }, + { "code": "/{Entity}", "display": "per Entity" }, + { "code": "/[HPF]", "display": "per hpf" }, + { "code": "/[LPF]", "display": "per LPF" }, + { "code": "/{oif}", "display": "per oif" }, + { "code": "/{Specimen}", "display": "per Specimen" }, + { "code": "/{tot}", "display": "per tot" }, + { "code": "/10*10", "display": "PerTenGiga" }, + { "code": "/10*12", "display": "PerTrillion" }, + { + "code": "/10*12{rbc}", + "display": "PerTrillionRedBloodCells" + }, + { "code": "/10*6", "display": "PerMillion" }, + { "code": "/10*9", "display": "PerBillion" }, + { "code": "/100", "display": "per 100" }, + { "code": "/100{cells}", "display": "per 100 cells" }, + { + "code": "/100{neutrophils}", + "display": "per 100 neutrophils" + }, + { + "code": "/100{spermatozoa}", + "display": "per 100 spermatozoa" + }, + { "code": "/100{WBC}", "display": "Per100WBC" }, + { "code": "/100{WBCs}", "display": "Per100WBC" }, + { "code": "/a", "display": "/ year" }, + { + "code": "/cm[H2O]", + "display": "per centimeter of water" + }, + { "code": "/d", "display": "per day" }, + { "code": "/dL", "display": "per deciliter" }, + { "code": "/g", "display": "per gram" }, + { "code": "/g{creat}", "display": "per gram creat" }, + { "code": "/g{hgb}", "display": "per gram hgb" }, + { + "code": "/g{tot'nit}", + "display": "per gram tot'nit" + }, + { + "code": "/g{tot'prot}", + "display": "per gram tot'prot" + }, + { + "code": "/g{wet'tis}", + "display": "per gram wet'tis" + }, + { "code": "/h", "display": "per hour" }, + { "code": "/kg", "display": "per kilogram" }, + { + "code": "/kg{body'wt}", + "display": "per kilogram body wt" + }, + { "code": "/L", "display": "per liter" }, + { "code": "/m2", "display": "per square meter" }, + { "code": "/mg", "display": "per milligram" }, + { "code": "/min", "display": "per minute" }, + { "code": "/mL", "display": "per milliliter" }, + { "code": "/mm3", "display": "per cubic millimeter" }, + { "code": "/mmol", "display": "per millimole" }, + { "code": "/mo", "display": "per month" }, + { "code": "/s", "display": "per second" }, + { "code": "/U", "display": "per enzyme unit" }, + { "code": "/ug", "display": "per microgram" }, + { "code": "/uL", "display": "per microliter" }, + { "code": "/wk", "display": "per week" }, + { + "code": "[APL'U]", + "display": "IgA anticardiolipin unit" + }, + { + "code": "[APL'U]/mL", + "display": "IgA anticardiolipin unit per milliliter" + }, + { "code": "[arb'U]", "display": "arbitrary unit" }, + { + "code": "[arb'U]/L", + "display": "arbitary unit / liter" + }, + { + "code": "[arb'U]/mL", + "display": "arbitrary unit per milliliter" + }, + { "code": "[AU]", "display": "allergy unit" }, + { + "code": "[BAU]", + "display": "bioequivalent allergen unit" + }, + { "code": "[beth'U]", "display": "Bethesda unit" }, + { "code": "[beth'U]", "display": "Bethesda unit" }, + { "code": "[CFU]", "display": "colony forming unit" }, + { + "code": "[CFU]/L", + "display": "colony forming unit per liter" + }, + { + "code": "[CFU]/mL", + "display": "colony forming unit per milliliter" + }, + { + "code": "[Ch]", + "display": "French (catheter gauge)" + }, + { "code": "[cin_i]", "display": "cubic inch" }, + { "code": "[cup_us]", "display": "cup" }, + { "code": "[degF]", "display": "degree Fahrenheit" }, + { + "code": "[dr_av]", + "display": "Dram (US and British)" + }, + { "code": "[drp]", "display": "drop" }, + { "code": "[drp]/[HPF]", "display": "drop / HPF" }, + { "code": "[drp]/h", "display": "drop / hour" }, + { "code": "[drp]/min", "display": "drop / minute" }, + { "code": "[drp]/mL", "display": "drop / milliliter" }, + { "code": "[drp]/s", "display": "drop / second" }, + { "code": "[fdr_us]", "display": "fluid dram" }, + { "code": "[foz_br]", "display": "fluid ounce" }, + { "code": "[foz_us]", "display": "fluid ounce" }, + { "code": "[ft_i]", "display": "Feet" }, + { "code": "[fth_i]", "display": "fathom" }, + { "code": "[gal_br]", "display": "gallon" }, + { + "code": "[gal_us]", + "display": "Queen Anne's wine gallon" + }, + { + "code": "[GPL'U]", + "display": "IgG anticardiolipin unit" + }, + { "code": "[gr]", "display": "grain" }, + { "code": "[in_i]", "display": "inch (international)" }, + { "code": "[iU]", "display": "international unit" }, + { + "code": "[IU]/(2.h)", + "display": "international unit per 2 hour" + }, + { + "code": "[IU]/(24.h)", + "display": "international unit per 24 hour" + }, + { + "code": "[IU]/10*9{RBCs}", + "display": "international unit per billion red blood cells" + }, + { + "code": "[IU]/d", + "display": "international unit per day" + }, + { + "code": "[IU]/dL", + "display": "international unit per deciliter" + }, + { + "code": "[IU]/g", + "display": "international unit per gram" + }, + { + "code": "[IU]/g{Hb}", + "display": "international unit per gram of hemoglobin" + }, + { + "code": "[iU]/g{Hgb}", + "display": "international unit / gram Hgb" + }, + { + "code": "[IU]/h", + "display": "international unit per hour" + }, + { + "code": "[IU]/kg", + "display": "international unit per kilogram" + }, + { + "code": "[IU]/kg/d", + "display": "international unit per kilogram per day" + }, + { + "code": "[IU]/L", + "display": "international unit per liter" + }, + { + "code": "[IU]/min", + "display": "international unit per minute" + }, + { + "code": "[IU]/mL", + "display": "international unit per milliliter" + }, + { + "code": "[lb_av]", + "display": "pound (US and British)" + }, + { "code": "[mi_i]", "display": "statute mile" }, + { "code": "[mi_us]", "display": "mile" }, + { "code": "[min_us]", "display": "minim" }, + { + "code": "[MPL'U]", + "display": "IgM anticardiolipin unit" + }, + { "code": "[nmi_i]", "display": "nautical mile" }, + { + "code": "[oz_av]", + "display": "ounce (US and British)" + }, + { "code": "[oz_tr]", "display": "ounce" }, + { "code": "[pH]", "display": "pH" }, + { + "code": "[pi].rad/min", + "display": "the number pi * radian / minute" + }, + { "code": "[ppb]", "display": "part per billion" }, + { "code": "[ppm]", "display": "part per million" }, + { + "code": "[ppm]{v/v}", + "display": "part per million in volume per volume" + }, + { "code": "[pptr]", "display": "part per trillion" }, + { "code": "[ppth]", "display": "parts per thousand" }, + { "code": "[pptr]", "display": "parts per trillion" }, + { "code": "[psi]", "display": "pound per square inch" }, + { "code": "[pt_br]", "display": "pint" }, + { "code": "[qt_br]", "display": "quart" }, + { "code": "[qt_us]", "display": "quart" }, + { + "code": "[sft_i]", + "display": "square foot (international)" + }, + { + "code": "[sin_i]", + "display": "square inch (international)" + }, + { + "code": "[ston_av]", + "display": "short ton U.S. ton" + }, + { "code": "[syd_i]", "display": "square yard" }, + { "code": "[tbs_us]", "display": "tablespoon (US)" }, + { "code": "[tb'U]", "display": "tuberculin unit" }, + { "code": "[todd'U]", "display": "Todd unit" }, + { "code": "[todd'U]", "display": "Todd unit" }, + { "code": "[tsp_us]", "display": "teaspoon" }, + { "code": "[yd_i]", "display": "yard" }, + { "code": "{# of calculi}", "display": "# of calculi" }, + { + "code": "{# of donor informative markers}", + "display": "# of donor informative markers" + }, + { "code": "{# of fetuses}", "display": "# of fetuses" }, + { + "code": "{# of informative markers}", + "display": "# of informative markers" + }, + { "code": "{#}", "display": "#" }, + { + "code": "{2 or 3 times}/d", + "display": "2 or 3 times / day" + }, + { "code": "{3 times}/d", "display": "3 times / day" }, + { "code": "{4 times}/d", "display": "4 times / day" }, + { "code": "{5 times}/d", "display": "5 times / day" }, + { "code": "{absorbance}", "display": "absorbance" }, + { "code": "{Absorbance'U}", "display": "Absorbance'U" }, + { + "code": "{Absorbance'U}/mL", + "display": "Absorbance'U / milliliter" + }, + { "code": "{activity}", "display": "activity" }, + { + "code": "{ActivityCoefficient}", + "display": "ActivityCoefficient" + }, + { "code": "{AHF'U}", "display": "AHF'U" }, + { + "code": "{AntibodyResponse'U}", + "display": "AntibodyResponse'U" + }, + { "code": "{Applicator}", "display": "Applicator" }, + { + "code": "{APS'U}", + "display": "IgA antiphosphatidylserine unit" + }, + { + "code": "{AspirinReaction'U}", + "display": "AspirinReaction'U" + }, + { "code": "{Bead}", "display": "Bead" }, + { "code": "{Beats}/min", "display": "Beats / minute" }, + { "code": "{Bottle}", "display": "Bottle" }, + { "code": "{Bowls}/d", "display": "Bowls / day" }, + { + "code": "{Breaths}/min", + "display": "Breaths / minute" + }, + { + "code": "{CAE'U}", + "display": "complement activity enzyme unit" + }, + { "code": "{CagRepeat}", "display": "CagRepeat" }, + { "code": "{Can}", "display": "Can" }, + { "code": "{Cans}/wk", "display": "Cans / week" }, + { "code": "{Capsule}", "display": "Capsule" }, + { "code": "{Cell}", "display": "Cell" }, + { "code": "{cells}", "display": "cells" }, + { + "code": "{cells}/[HPF]", + "display": "cells per high power field" + }, + { + "code": "{Cells}/mL", + "display": "Cells / milliliter" + }, + { + "code": "{cells}/uL", + "display": "cells per microliter" + }, + { "code": "{CfTiter}", "display": "CfTiter" }, + { "code": "{cfu}", "display": "cfu" }, + { "code": "{cfu}/mL", "display": "cfu / milliliter" }, + { "code": "{CGG_repeats}", "display": "CGG_repeats" }, + { "code": "{CGG}", "display": "CGG" }, + { + "code": "{CH100'U}", + "display": "complement CH100 unit" + }, + { "code": "{clock time}", "display": "clock time" }, + { "code": "{clock_time}", "display": "clock_time" }, + { + "code": "{ComplementActivityEnzyme'U}", + "display": "ComplementActivityEnzyme'U" + }, + { + "code": "{ComplementCH100'U}", + "display": "ComplementCH100'U" + }, + { + "code": "{ComplementCH50'U}", + "display": "ComplementCH50'U" + }, + { + "code": "{copies}/mL", + "display": "copies per milliliter" + }, + { + "code": "{copies}/ug", + "display": "copies per microgram" + }, + { + "code": "{Copies}/uL", + "display": "Copies / microliter" + }, + { "code": "{Count}", "display": "Count" }, + { + "code": "{Counts}/min", + "display": "Counts / minute" + }, + { "code": "{Dalton}", "display": "Dalton" }, + { "code": "{DdTiter}", "display": "DdTiter" }, + { + "code": "{DeltaOpticalDensity}", + "display": "DeltaOpticalDensity" + }, + { "code": "{Dilution}", "display": "dilution" }, + { + "code": "{Disintegrations}/min", + "display": "Disintegrations / minute" + }, + { "code": "{Dose}", "display": "Dose" }, + { "code": "{Drinks}/d", "display": "Drinks / day" }, + { "code": "{Each}", "display": "Each" }, + { "code": "{Ehrlich'U}", "display": "Ehrlich unit" }, + { + "code": "{Ehrlich'U}/(2.h)", + "display": "Ehrlich unit per 2 hour" + }, + { + "code": "{Ehrlich'U}/100.g", + "display": "Ehrlich unit per 100 gram" + }, + { + "code": "{Ehrlich'U}/d", + "display": "Ehrlich unit per day" + }, + { + "code": "{Ehrlich'U}/dL", + "display": "Ehrilich unit per deciliter" + }, + { + "code": "{Ehrlich'U}/mL", + "display": "Ehrlich'U / milliliter" + }, + { "code": "{EIAIndex}", "display": "EIA index" }, + { "code": "{EIATiter}", "display": "EIA titer" }, + { "code": "{EIA'U}", "display": "EIA unit" }, + { + "code": "{EIA'U}/U", + "display": "EIA unit per enzyme Unit" + }, + { "code": "{ElisaIndex}", "display": "ElisaIndex" }, + { "code": "{ELISA'U}", "display": "ELISA unit" }, + { + "code": "{Elisa'U}/mL", + "display": "Elisa'U / milliliter" + }, + { "code": "{ElisaValue}", "display": "ElisaValue" }, + { + "code": "{ERY}/uL", + "display": "erythrocyte per microliter" + }, + { "code": "{Events}", "display": "Events" }, + { + "code": "{FluorescenceIntensity'U}", + "display": "FluorescenceIntensity'U" + }, + { "code": "U{G}", "display": "G unit" }, + { + "code": "{GliadinIndexValue}", + "display": "GliadinIndexValue" + }, + { + "code": "{G-PortionPhospholipids}", + "display": "G-PortionPhospholipids" + }, + { "code": "{HaTiter}", "display": "HaTiter" }, + { "code": "{IfaIndex}", "display": "IfaIndex" }, + { "code": "{IfaTiter}", "display": "IfaTiter" }, + { + "code": "{IgAAntiphosphatidyleserine'U}", + "display": "IgAAntiphosphatidyleserine'U" + }, + { + "code": "{IgAPhospholipid'U}", + "display": "IgAPhospholipid'U" + }, + { + "code": "{IgGAntiphosphatidyleserine'U}", + "display": "IgGAntiphosphatidyleserine'U" + }, + { "code": "{IgGIndex}", "display": "IgGIndex" }, + { + "code": "{IgMAntiphosphatidyleserine'U}", + "display": "IgMAntiphosphatidyleserine'U" + }, + { "code": "{IgMIndex}", "display": "IgMIndex" }, + { + "code": "{ImmuneComplex'U}", + "display": "immune complex unit" + }, + { + "code": "{ImmuneStatusRatio}", + "display": "ImmuneStatusRatio" + }, + { "code": "{Immunity}", "display": "Immunity" }, + { "code": "{Index_val}", "display": "Index_val" }, + { "code": "{index}", "display": "index" }, + { "code": "{IndexValue}", "display": "IndexValue" }, + { + "code": "{InhaledTobaccoUseAmountYears}", + "display": "InhaledTobaccoUseAmountYears" + }, + { + "code": "{InhaledTobaccoUsePacks}/d", + "display": "InhaledTobaccoUsePacks / day" + }, + { + "code": "{INR}", + "display": "international normalized ratio" + }, + { "code": "{INR'unit}", "display": "INR'unit" }, + { + "code": "{JDF'U}", + "display": "Juvenile Diabetes Foundation unit" + }, + { + "code": "{JDF'U}/L", + "display": "Juvenile Diabetes Foundation unit per liter" + }, + { + "code": "{JuvenileDiabetesFound'U}", + "display": "JuvenileDiabetesFound'U" + }, + { + "code": "{KCT'U}", + "display": "kaolin clotting time" + }, + { + "code": "{KRONU'U}/L", + "display": "Kronus unit per liter" + }, + { + "code": "{KRONU'U}/mL", + "display": "Kronus unit per milliliter" + }, + { + "code": "{lgCopies}/ml", + "display": "lgCopies / milliliter" + }, + { + "code": "{log_copies}/mL", + "display": "log (base 10) copies per milliliter" + }, + { + "code": "{log_IU}/mL", + "display": "log (base 10) international unit per milliliter" + }, + { + "code": "{LymeIndexValue}", + "display": "LymeIndexValue" + }, + { "code": "{M.o.M.}", "display": "M.o.M." }, + { + "code": "{M.o.M}", + "display": "multiple of the median" + }, + { "code": "{Markers}", "display": "Markers" }, + { "code": "{minidrp}", "display": "minidrp" }, + { + "code": "{Molecule}/{Platelet}", + "display": "Molecule / Platelet" + }, + { + "code": "{M-PortionPhospholipids}", + "display": "M-PortionPhospholipids" + }, + { + "code": "{MPS'U}", + "display": "IgM antiphosphatidylserine unit" + }, + { + "code": "{MPS'U}/mL", + "display": "IgM antiphosphatidylserine unit per milliliter" + }, + { "code": "{MultOfMean}", "display": "MultOfMean" }, + { + "code": "{NonspecificOunce}", + "display": "NonspecificOunce" + }, + { "code": "{Number}", "display": "Number" }, + { + "code": "{OD_unit}", + "display": "optical density unit" + }, + { "code": "{Once}/d", "display": "Once / day" }, + { + "code": "{OpticalDensity}", + "display": "OpticalDensity" + }, + { + "code": "{OpticalDensityIndex}", + "display": "OpticalDensityIndex" + }, + { + "code": "{OpticalDensityRatio}", + "display": "OpticalDensityRatio" + }, + { + "code": "{P2Y12 Reaction Units}", + "display": "P2Y12 Reaction Units" + }, + { "code": "{Package}", "display": "Package" }, + { "code": "{Packs}/d", "display": "Packs / day" }, + { "code": "{PackYears}", "display": "PackYears" }, + { "code": "{Patch}", "display": "Patch" }, + { "code": "{Percentile}", "display": "Percentile" }, + { "code": "{Pill}", "display": "Pill" }, + { "code": "{Pouches}/wk", "display": "Pouches / week" }, + { + "code": "{RadioactiveT3UptakeRatio}", + "display": "RadioactiveT3UptakeRatio" + }, + { "code": "{ratio}", "display": "ratio" }, + { + "code": "{RBC}/uL", + "display": "red blood cell per microliter" + }, + { "code": "{RecTiter}", "display": "RecTiter" }, + { "code": "{Relative'U}", "display": "Relative'U" }, + { + "code": "{RelativeViscosity}", + "display": "RelativeViscosity" + }, + { "code": "{RPI'U}", "display": "RPI'U" }, + { "code": "{RubellaVirus}", "display": "RubellaVirus" }, + { "code": "{SatIndex}", "display": "SatIndex" }, + { "code": "{Scoop}", "display": "Scoop" }, + { "code": "{ScoreOf}", "display": "ScoreOf" }, + { "code": "{shift}", "display": "shift" }, + { + "code": "{spermatozoa}/mL", + "display": "spermatozoa per milliliter" + }, + { "code": "{spray}", "display": "spray" }, + { + "code": "{StandardDeviation}", + "display": "StandardDeviation" + }, + { + "code": "{StandardIgA'U}", + "display": "StandardIgA'U" + }, + { + "code": "{StandardIgG'U}", + "display": "StandardIgG'U" + }, + { + "code": "{StandardIgM'U}", + "display": "StandardIgM'U" + }, + { + "code": "{StdDeviation'U}", + "display": "StdDeviation'U" + }, + { + "code": "{StimulatingIndex}", + "display": "StimulatingIndex" + }, + { + "code": "{Streptozyme'U}", + "display": "Streptozyme'U" + }, + { + "code": "{ThyroxinUptake'U}", + "display": "ThyroxinUptake'U" + }, + { "code": "{TIBC'U}", "display": "TIBC'U" }, + { "code": "{Times}/wk", "display": "Times / week" }, + { "code": "{Tine'U}", "display": "Tine'U" }, + { "code": "{titer}", "display": "titer" }, + { + "code": "{ToxoplasmaIndexValue}", + "display": "ToxoplasmaIndexValue" + }, + { "code": "{Vial}", "display": "Vial" }, + { + "code": "{Volume}/{Vvolume}", + "display": "Volume / Vvolume" + }, + { "code": "{WeeksDays}", "display": "WeeksDays" }, + { + "code": "{WhiteBloodCell}", + "display": "WhiteBloodCell" + }, + { "code": "1/d", "display": "one per day" }, + { "code": "1/min", "display": "one per minute" }, + { "code": "10*12/L", "display": "trillion per liter" }, + { "code": "10*3", "display": "Thousand" }, + { + "code": "10*3.{RBC}", + "display": "Thousand Red Blood Cells" + }, + { "code": "10*3.U", "display": "Thousand Per * Unit" }, + { "code": "10*3/L", "display": "Thousand Per Liter" }, + { + "code": "10*3/mL", + "display": "Thousand Per MilliLiter" + }, + { + "code": "10*3/uL", + "display": "Thousands Per MicroLiter" + }, + { + "code": "10*3{Copies}/mL", + "display": "Thousand Copies Per MilliLiter" + }, + { + "code": "10*-3{Polarization'U}", + "display": "(the number ten for arbitrary powers ^ -3) Polarization'U" + }, + { "code": "10*5", "display": "OneHundredThousand" }, + { "code": "10*6", "display": "Million" }, + { + "code": "10*6.[iU]", + "display": "MillionInternationalUnit" + }, + { + "code": "10*6.eq/mL", + "display": "MillionEquivalentsPerMilliLiter" + }, + { + "code": "10*6.U", + "display": "(the number ten for arbitrary powers ^ 6) * Unit" + }, + { + "code": "10*6/{Specimen}", + "display": "MillionPerSpecimen" + }, + { + "code": "10*6/kg", + "display": "million per kilogram" + }, + { "code": "10*6/L", "display": "million per liter" }, + { + "code": "10*6/mL", + "display": "million per milliliter" + }, + { + "code": "10*6/mm3", + "display": "(the number ten for arbitrary powers ^ 6) / (millimeter ^ 3)" + }, + { + "code": "10*6/uL", + "display": "million per microliter" + }, + { + "code": "10*-6{Immunofluorescence'U}", + "display": "(the number ten for arbitrary powers ^ -6) Immunofluorescence'U" + }, + { "code": "10*8", "display": "TenToEighth" }, + { "code": "10*9/L", "display": "billion per liter" }, + { + "code": "10*9/mL", + "display": "billion per milliliter" + }, + { + "code": "10*9/uL", + "display": "billion per microliter" + }, + { + "code": "10.L/(min.m2)", + "display": "10 liter per minute per square meter" + }, + { + "code": "10.L/min", + "display": "10 liter per minute" + }, + { + "code": "10.uN.s/(cm.m2)", + "display": "10 * microNewton * second / centimeter * (meter ^ 2)" + }, + { + "code": "10.uN.s/cm", + "display": "10 * microNewton * second / centimeter" + }, + { + "code": "10.uN.s/cm2", + "display": "10 * microNewton * second / (centimeter ^ 2)" + }, + { "code": "a", "display": "year" }, + { "code": "A/m", "display": "Ampère / meter" }, + { "code": "att", "display": "technical atmosphere" }, + { "code": "bar", "display": "bar" }, + { "code": "Cel", "display": "degree Celsius" }, + { "code": "cg", "display": "centigram" }, + { "code": "cL", "display": "centiliter" }, + { "code": "cm", "display": "centimeter" }, + { "code": "cm[H2O]", "display": "centimeter of water" }, + { + "code": "cm[H2O]/(s.m)", + "display": "centimeter of water column / second * meter" + }, + { + "code": "cm[H2O]/L/s", + "display": "centimeter of water per liter per second" + }, + { + "code": "cm[Hg]", + "display": "centimeter of mercury" + }, + { "code": "cm2", "display": "square centimeter" }, + { + "code": "cm2/s", + "display": "square centimeter per second" + }, + { "code": "cm3", "display": "cubic centimeter" }, + { "code": "cP", "display": "centiPoise" }, + { "code": "cSt", "display": "centiStokes" }, + { "code": "d", "display": "day" }, + { "code": "dB", "display": "decibel" }, + { "code": "deg", "display": "degree" }, + { "code": "deg/s", "display": "degree per second" }, + { "code": "dg", "display": "decigram" }, + { "code": "dL", "display": "deciliter" }, + { "code": "dm", "display": "decimeter" }, + { + "code": "dm2/s2", + "display": "square decimeter per square second" + }, + { "code": "eq", "display": "equivalents" }, + { "code": "eq/L", "display": "equivalents / liter" }, + { + "code": "eq/mL", + "display": "equivalents / milliliter" + }, + { + "code": "eq/mmol", + "display": "equivalents / millimole" + }, + { + "code": "eq/umol", + "display": "equivalents / micromole" + }, + { "code": "erg", "display": "erg" }, + { "code": "eV", "display": "electronvolt" }, + { "code": "fg", "display": "femtogram" }, + { "code": "fL", "display": "femtoliter" }, + { + "code": "fL/nL", + "display": "femtoliter / nanoliter" + }, + { "code": "fm", "display": "femtometer" }, + { "code": "fmol", "display": "femtomole" }, + { "code": "fmol/g", "display": "femtomole per gram" }, + { "code": "fmol/L", "display": "femtomole per liter" }, + { + "code": "fmol/mg", + "display": "femtomole / milligram" + }, + { + "code": "fmol/mL", + "display": "femtomole / milliliter" + }, + { "code": "g", "display": "gram" }, + { "code": "g.m", "display": "gram * meter" }, + { + "code": "g.m/({hb}.m2)", + "display": "gram * meter / hb * (meter ^ 2)" + }, + { "code": "g.m/{hb}", "display": "gram * meter / hb" }, + { "code": "g/(100.g)", "display": "gram per 100 gram" }, + { "code": "g/(12.h)", "display": "gram per 12 hour" }, + { "code": "g/(24.h)", "display": "gram per 24 hour" }, + { "code": "g/(3.d)", "display": "gram per 3 days" }, + { "code": "g/(4.h)", "display": "gram per 4 hour" }, + { "code": "g/(48.h)", "display": "gram per 48 hour" }, + { "code": "g/(5.h)", "display": "gram per 5 hour" }, + { "code": "g/(6.h)", "display": "gram per 6 hour" }, + { "code": "g/(72.h)", "display": "gram per 72 hour" }, + { "code": "g/(8.h)", "display": "gram / 8 * hour" }, + { + "code": "g/(8.kg.h)", + "display": "gram / 8 * kilogram * hour" + }, + { + "code": "g/(kg.h)", + "display": "gram / kilogram * hour" + }, + { + "code": "g/(kg.min)", + "display": "gram / kilogram * minute" + }, + { + "code": "g/{TotalWeight}", + "display": "gram / TotalWeight" + }, + { "code": "g/d", "display": "gram per day" }, + { "code": "g/dL", "display": "gram per deciliter" }, + { "code": "g/g", "display": "gram per gram" }, + { "code": "g/g{Cre}", "display": "gram / gram Cre" }, + { + "code": "g/g{creat}", + "display": "gram / gram creat" + }, + { + "code": "g/g{tissue}", + "display": "gram per gram of tissue" + }, + { "code": "g/h", "display": "gram per hour" }, + { + "code": "g/h/m2", + "display": "gram per hour per square meter" + }, + { "code": "g/kg", "display": "gram per kilogram" }, + { + "code": "g/kg/d", + "display": "gram per kilogram per day" + }, + { "code": "g/L", "display": "gram per liter" }, + { "code": "g/m2", "display": "grams Per Square Meter" }, + { "code": "g/mg", "display": "gram per milligram" }, + { "code": "g/min", "display": "gram per minute" }, + { "code": "g/mL", "display": "gram per milliliter" }, + { "code": "g/mmol", "display": "gram per millimole" }, + { + "code": "g/mmol{creat}", + "display": "gram / millimole creat" + }, + { "code": "g/mol", "display": "gram per mole" }, + { "code": "GBq", "display": "gigaBecquerel" }, + { "code": "h", "display": "hour" }, + { "code": "hL", "display": "hectoliter" }, + { "code": "Hz", "display": "Hertz" }, + { "code": "[iU]", "display": "international unit" }, + { "code": "J", "display": "joule" }, + { "code": "J/L", "display": "joule per liter" }, + { "code": "K", "display": "Kelvin" }, + { "code": "K/W", "display": "Kelvin / Watt" }, + { + "code": "k[IU]/L", + "display": "kilo international unit per liter" + }, + { + "code": "k[IU]/mL", + "display": "kilo international unit per milliliter" + }, + { "code": "kat/kg", "display": "katal / kilogram" }, + { "code": "kat/L", "display": "katal / liter" }, + { "code": "kBq", "display": "kiloBecquerel" }, + { "code": "kcal", "display": "kilocalorie" }, + { + "code": "kcal/(8.h)", + "display": "kilocalorie / 8 * hour" + }, + { "code": "kcal/h", "display": "kilocalorie per hour" }, + { "code": "kg", "display": "kilogram" }, + { + "code": "kg.m/s", + "display": "kilogram meter per second" + }, + { + "code": "kg/(s.m2)", + "display": "kilogram per second per square meter" + }, + { "code": "kg/h", "display": "kilogram per hour" }, + { "code": "kg/L", "display": "kilogram per liter" }, + { + "code": "kg/m2", + "display": "kilogram / (meter ^ 2)" + }, + { + "code": "kg/m3", + "display": "kilogram / (meter ^ 3)" + }, + { "code": "kg/min", "display": "kilogram / minute" }, + { "code": "kg/mol", "display": "kilogram per mole" }, + { "code": "kg/s", "display": "kilogram / second" }, + { "code": "kL", "display": "kiloliter" }, + { "code": "km", "display": "kilometer" }, + { "code": "kPa", "display": "kiloPascal" }, + { "code": "ks", "display": "kilosecond" }, + { + "code": "kU/g", + "display": "kiloenzyme Unit per gram" + }, + { "code": "kU/h", "display": "kiloUnit / hour" }, + { + "code": "kU/L", + "display": "kiloenzyme Unit per liter" + }, + { + "code": "kU/mL", + "display": "kilo enzyme unit per milliliter" + }, + { "code": "L", "display": "liter" }, + { + "code": "L.s2/s", + "display": "liter * (second ^ 2) / second" + }, + { "code": "L/(8.h)", "display": "liter per 8 hour" }, + { + "code": "L/(min.m2)", + "display": "liter per minute per square meter" + }, + { "code": "L/d", "display": "liter per day" }, + { "code": "L/h", "display": "liter per hour" }, + { "code": "L/kg", "display": "liter per kilogram" }, + { "code": "L/L", "display": "liter per liter" }, + { "code": "L/min", "display": "liter per minute" }, + { "code": "L/s", "display": "liter / second" }, + { "code": "lm/m2", "display": "lumen / (meter ^ 2)" }, + { "code": "m", "display": "meter" }, + { "code": "m/s", "display": "meter per second" }, + { + "code": "m/s2", + "display": "meter per square second" + }, + { + "code": "m[iU]", + "display": "milliinternational unit" + }, + { + "code": "m[IU]/L", + "display": "milli international unit per liter" + }, + { + "code": "m[IU]/mL", + "display": "milli international unit per milliliter" + }, + { "code": "m2", "display": "square meter" }, + { + "code": "m2/s", + "display": "square meter per second" + }, + { "code": "m3/s", "display": "cubic meter per second" }, + { "code": "mA", "display": "milliAmpère" }, + { "code": "mbar", "display": "millibar" }, + { + "code": "mbar.s/L", + "display": "millibar second per liter" + }, + { "code": "MBq", "display": "megaBecquerel" }, + { "code": "mCi", "display": "milliCurie" }, + { "code": "meq", "display": "milliequivalent" }, + { + "code": "meq/(12.h)", + "display": "milliequivalent per 12 hour" + }, + { + "code": "meq/(2.h)", + "display": "milliequivalent per 2 hour" + }, + { + "code": "meq/(24.h)", + "display": "milliequivalent per 24 hour" + }, + { + "code": "meq/(8.h)", + "display": "milliequivalent per 8 hour" + }, + { + "code": "meq/(8.h.kg)", + "display": "milliequivalents / 8 * hour * kilogram" + }, + { + "code": "meq/(kg.d)", + "display": "milliequivalents / kilogram * day" + }, + { + "code": "meq/{Specimen}", + "display": "milliequivalents / Specimen" + }, + { + "code": "meq/d", + "display": "milliequivalent per day" + }, + { + "code": "meq/dL", + "display": "milliequivalent per deciliter" + }, + { + "code": "meq/g", + "display": "milliequivalent per gram" + }, + { + "code": "meq/g{Cre}", + "display": "milliequivalents / gram Cre" + }, + { + "code": "meq/h", + "display": "milliequivalent per hour" + }, + { + "code": "meq/kg", + "display": "milliequivalent per kilogram" + }, + { + "code": "meq/kg/h", + "display": "milliequivalent per kilogram per hour" + }, + { + "code": "meq/kg/min", + "display": "milliequivalents / kilogram / minute" + }, + { + "code": "meq/L", + "display": "milliequivalent per liter" + }, + { + "code": "meq/m2", + "display": "milliequivalent per square meter" + }, + { + "code": "meq/min", + "display": "milliequivalent per minute" + }, + { + "code": "meq/mL", + "display": "milliequivalent per milliliter" + }, + { "code": "mg", "display": "milligram" }, + { + "code": "mg/(10.h)", + "display": "milligram per 10 hour" + }, + { + "code": "mg/(12.h)", + "display": "milligram per 12 hour" + }, + { + "code": "mg/(18.h)", + "display": "milligram per 18 hour" + }, + { + "code": "mg/(2.h)", + "display": "milligram per 2 hour" + }, + { + "code": "mg/(24.h)", + "display": "milligram per 24 hour" + }, + { + "code": "mg/(72.h)", + "display": "milligram per 72 hour" + }, + { + "code": "mg/(8.h)", + "display": "milligram per 8 hour" + }, + { + "code": "mg/(8.h.kg)", + "display": "milligram / 8 * hour * kilogram" + }, + { + "code": "mg/(kg.h)", + "display": "milligram / kilogram * hour" + }, + { + "code": "mg/{Hgb}/g", + "display": "milligram / Hgb / gram" + }, + { + "code": "mg/{Specimen}", + "display": "milligram / Specimen" + }, + { + "code": "mg/{Tot'Volume}", + "display": "milligram / Tot'Volume" + }, + { + "code": "mg/{Volume}", + "display": "milligram / Volume" + }, + { "code": "mg/d", "display": "milligram per day" }, + { + "code": "mg/d/(173.10*-2.m2)", + "display": "milligram / day / 173 * (the number ten for arbitrary powers ^ -2) * (meter ^ 2)" + }, + { + "code": "mg/dL", + "display": "milligram per deciliter" + }, + { "code": "mg/g", "display": "milligram per gram" }, + { + "code": "mg/g{Cre}", + "display": "milligram / gram Cre" + }, + { + "code": "mg/g{creat}", + "display": "milligram per gram of creatinine" + }, + { "code": "mg/h", "display": "milligram per hour" }, + { + "code": "mg/kg", + "display": "milligram per kilogram" + }, + { + "code": "mg/kg/(24.h)", + "display": "milligram / kilogram / 24 * hour" + }, + { + "code": "mg/kg/d", + "display": "milligram per kilogram per day" + }, + { + "code": "mg/kg/min", + "display": "milligram per kilogram per minute" + }, + { "code": "mg/L", "display": "milligram per liter" }, + { + "code": "mg/m2", + "display": "milligram per square meter" + }, + { + "code": "mg/m3", + "display": "milligram per cubic meter" + }, + { + "code": "mg/mg", + "display": "milligram per milligram" + }, + { + "code": "mg/mg{cre}", + "display": "milligram / milligram cre" + }, + { "code": "mg/min", "display": "milligram per minute" }, + { + "code": "mg/mL", + "display": "milligram per milliliter" + }, + { + "code": "mg/mmol", + "display": "milligram per millimole" + }, + { + "code": "mg/mmol{Cre}", + "display": "milligram / millimole Cre" + }, + { + "code": "mg/mmol{creat}", + "display": "milligram per millimole of creatinine" + }, + { "code": "mg/wk", "display": "milligram per week" }, + { + "code": "mg{Phenylketones}/dL", + "display": "milligram Phenylketones / deciliter" + }, + { "code": "min", "display": "minute" }, + { "code": "mL", "display": "milliliter" }, + { + "code": "mL/({h'b}.m2)", + "display": "milliliter / h'b * (meter ^ 2)" + }, + { + "code": "mL/(10.h)", + "display": "milliliter per 10 hour" + }, + { + "code": "mL/(12.h)", + "display": "milliliter per 12 hour" + }, + { + "code": "mL/(2.h)", + "display": "milliliter per 2 hour" + }, + { + "code": "mL/(24.h)", + "display": "milliliter per 24 hour" + }, + { + "code": "mL/(4.h)", + "display": "milliliter per 4 hour" + }, + { + "code": "mL/(72.h)", + "display": "milliliter per 72 hour" + }, + { + "code": "mL/(8.h)", + "display": "milliliter per 8 hour" + }, + { + "code": "mL/(kg.min)", + "display": "milliliter / kilogram * minute" + }, + { + "code": "mL/[sin_i]", + "display": "milliliter per square inch (international)" + }, + { + "code": "mL/{h'b}", + "display": "MilliLitersPerHeartbeat [SI Volume Units]" + }, + { + "code": "mL/cm[H2O]", + "display": "milliliter / centimeter of water column" + }, + { "code": "mL/d", "display": "milliliter per day" }, + { + "code": "mL/dL", + "display": "milliliter per deciliter" + }, + { "code": "mL/h", "display": "milliliter per hour" }, + { + "code": "mL/kg", + "display": "milliliter per kilogram" + }, + { + "code": "mL/kg/(8.h)", + "display": "milliliter per kilogram per 8 hour" + }, + { + "code": "mL/kg/d", + "display": "milliliter per kilogram per day" + }, + { + "code": "mL/kg/h", + "display": "milliliter per kilogram per hour" + }, + { + "code": "mL/kg/min", + "display": "milliliter per kilogram per minute" + }, + { "code": "mL/L", "display": "milliliter per liter" }, + { + "code": "mL/m2", + "display": "milliliter per square meter" + }, + { + "code": "mL/mbar", + "display": "milliliter per millibar" + }, + { + "code": "mL/min", + "display": "milliliter per minute" + }, + { + "code": "mL/min/(173.10*-2.m2)", + "display": "milliliter / minute / 173 * (the number ten for arbitrary powers ^ -2) * (meter ^ 2)" + }, + { + "code": "mL/min/{1.73_m2}", + "display": "milliliter per minute per 1.73 square meter" + }, + { + "code": "mL/min/m2", + "display": "milliliter per minute per square meter" + }, + { + "code": "mL/mm", + "display": "milliliter per millimeter" + }, + { "code": "mL/s", "display": "milliliter per second" }, + { "code": "mm", "display": "millimeter" }, + { "code": "mm/h", "display": "millimeter per hour" }, + { + "code": "mm/min", + "display": "millimeter per minute" + }, + { "code": "mm[H2O]", "display": "millimeter of water" }, + { + "code": "mm[Hg]", + "display": "millimeter of mercury" + }, + { "code": "mm2", "display": "square millimeter" }, + { "code": "mm3", "display": "cubic millimeter" }, + { "code": "mmol", "display": "millimole" }, + { + "code": "mmol/(12.h)", + "display": "millimole per 12 hour" + }, + { + "code": "mmol/(18.h)", + "display": "millimole per 18 hour" + }, + { + "code": "mmol/(2.h)", + "display": "millimole per 2 hour" + }, + { + "code": "mmol/(24.h)", + "display": "millimole per 24 hour" + }, + { + "code": "mmol/(6.h)", + "display": "millimole per 6 hour" + }, + { + "code": "mmol/(8.h)", + "display": "millimole per 8 hour" + }, + { + "code": "mmol/(8.h.kg)", + "display": "millimole / 8 * hour * kilogram" + }, + { + "code": "mmol/{Tot'Volume}", + "display": "millimole / Tot'Volume" + }, + { "code": "mmol/d", "display": "millimole per day" }, + { + "code": "mmol/dL", + "display": "millimole per deciliter" + }, + { "code": "mmol/g", "display": "millimole per gram" }, + { + "code": "mmol/g{creat}", + "display": "millimole per gram of creatinine" + }, + { + "code": "mmol/g{hemoglobin}", + "display": "millimole per gram of hemoglobin" + }, + { "code": "mmol/h", "display": "millimole per hour" }, + { + "code": "mmol/h/mg{Hb}", + "display": "millimole per hour per milligram of hemoglobin" + }, + { + "code": "mmol/h/mg{protein}", + "display": "millimole per hour per milligram of protein" + }, + { + "code": "mmol/kg", + "display": "millimole per kilogram" + }, + { + "code": "mmol/kg/d", + "display": "millimole per kilogram per day" + }, + { + "code": "mmol/kg/h", + "display": "millimole per kilogram per hour" + }, + { + "code": "mmol/kg/min", + "display": "millimole per kilogram per minute" + }, + { + "code": "mmol/kg{H2O}", + "display": "millimole per kilogram of water" + }, + { "code": "mmol/L", "display": "millimole per liter" }, + { + "code": "mmol/L/s", + "display": "millimole per liter per second" + }, + { "code": "mmol/m", "display": "millimole / meter" }, + { + "code": "mmol/m2", + "display": "millimole per square meter" + }, + { + "code": "mmol/min", + "display": "millimole per minute" + }, + { + "code": "mmol/mmol", + "display": "millimole per millimole" + }, + { "code": "mmol/mol", "display": "millimole per mole" }, + { + "code": "mmol/mol{creat}", + "display": "millimole per mole of creatinine" + }, + { + "code": "mmol/s/L", + "display": "millimole per second per liter" + }, + { "code": "mo", "display": "month" }, + { "code": "mol", "display": "mole" }, + { "code": "mol/d", "display": "mole per day" }, + { "code": "mol/kg", "display": "mole per kilogram" }, + { + "code": "mol/kg/s", + "display": "mole per kilogram per second" + }, + { "code": "mol/L", "display": "mole per liter" }, + { "code": "mol/m3", "display": "mole per cubic meter" }, + { "code": "mol/mL", "display": "mole per milliliter" }, + { "code": "mol/mol", "display": "mole per mole" }, + { + "code": "mol/mol{creat}", + "display": "mole / mole creat" + }, + { "code": "mol/s", "display": "mole per second" }, + { "code": "mosm", "display": "milliosmole" }, + { + "code": "mosm/kg", + "display": "milliosmole per kilogram" + }, + { + "code": "mosm/L", + "display": "milliosmole per liter" + }, + { "code": "mPa", "display": "millipascal" }, + { "code": "ms", "display": "millisecond" }, + { "code": "mU", "display": "millienzyme Unit" }, + { + "code": "mU/g", + "display": "millienzyme Unit per gram" + }, + { + "code": "mU/g{Hgb}", + "display": "milliUnit / gram Hgb" + }, + { + "code": "mU/L", + "display": "millienzyme Unit per liter" + }, + { "code": "mU/mg", "display": "milliUnit / milligram" }, + { + "code": "mU/mg{Cre}", + "display": "milliUnit / milligram Cre" + }, + { "code": "mU/min", "display": "milliUnit / minute" }, + { + "code": "mU/mL", + "display": "millienzyme Unit per milliliter" + }, + { + "code": "mU/mL/min", + "display": "millienzyme Unit per milliliter per minute" + }, + { + "code": "mU/mmol{creatinine}", + "display": "millienzyme Unit per millimole of creatinine" + }, + { + "code": "mU/mmol{RBCs}", + "display": "millienzyme Unit per millimole of red blood cells" + }, + { "code": "mV", "display": "milliVolt" }, + { "code": "N", "display": "Newton" }, + { "code": "N.cm", "display": "Newton centimeter" }, + { "code": "N.s", "display": "Newton second" }, + { "code": "nCi", "display": "nanoCurie" }, + { "code": "ng", "display": "nanogram" }, + { + "code": "ng/(24.h)", + "display": "nanogram per 24 hour" + }, + { + "code": "ng/(8.h)", + "display": "nanogram per 8 hour" + }, + { + "code": "ng/(8.h.kg)", + "display": "nanogram / 8 * hour * kilogram" + }, + { + "code": "ng/(kg.d)", + "display": "nanogram / kilogram * day" + }, + { + "code": "ng/(kg.h)", + "display": "nanogram / kilogram * hour" + }, + { + "code": "ng/(kg.min)", + "display": "nanogram / kilogram * minute" + }, + { + "code": "ng/10*6", + "display": "nanogram per million" + }, + { "code": "ng/d", "display": "nanogram per day" }, + { + "code": "ng/dL", + "display": "nanogram per deciliter" + }, + { + "code": "ng/dL/h", + "display": "nanogram / deciliter / hour" + }, + { "code": "ng/g", "display": "nanogram per gram" }, + { + "code": "ng/g{Cre}", + "display": "nanogram / gram Cre" + }, + { + "code": "ng/g{creat}", + "display": "nanogram per gram of creatinine" + }, + { "code": "ng/h", "display": "nanogram per hour" }, + { "code": "ng/kg", "display": "nanogram per kilogram" }, + { + "code": "ng/kg/(8.h)", + "display": "nanogram per kilogram per 8 hour" + }, + { + "code": "ng/kg/h", + "display": "nanogram per kilogram per hour" + }, + { + "code": "ng/kg/min", + "display": "nanogram per kilogram per minute" + }, + { "code": "ng/L", "display": "nanogram per liter" }, + { + "code": "ng/m2", + "display": "nanogram per square meter" + }, + { + "code": "ng/mg", + "display": "nanogram per milligram" + }, + { + "code": "ng/mg/h", + "display": "nanogram per milligram per hour" + }, + { + "code": "ng/mg{Protein}", + "display": "nanogram / milligram Protein" + }, + { "code": "ng/min", "display": "nanogram per minute" }, + { + "code": "ng/mL", + "display": "nanogram per millliiter" + }, + { + "code": "ng/mL/h", + "display": "nanogram per milliliter per hour" + }, + { + "code": "ng/mL{rbc}", + "display": "nanogram / milliliter rbc" + }, + { "code": "ng/s", "display": "nanogram per second" }, + { "code": "nkat", "display": "nanokatal" }, + { "code": "nL", "display": "nanoliter" }, + { "code": "nm", "display": "nanometer" }, + { + "code": "nm/s/L", + "display": "nanometer per second per liter" + }, + { "code": "nmol", "display": "nanomole" }, + { + "code": "nmol/(24.h)", + "display": "nanomole per 24 hour" + }, + { "code": "nmol/d", "display": "nanomole per day" }, + { + "code": "nmol/dL", + "display": "nanomole per deciliter" + }, + { "code": "nmol/g", "display": "nanomole per gram" }, + { + "code": "nmol/g{Cre}", + "display": "nanomole / gram Cre" + }, + { + "code": "nmol/g{creat}", + "display": "nanomole per gram of creatinine" + }, + { + "code": "nmol/g{dry_wt}", + "display": "nanomole per gram of dry weight" + }, + { + "code": "nmol/h/L", + "display": "nanomole per hour per liter" + }, + { + "code": "nmol/h/mg{protein}", + "display": "nanomole per hour per milligram of protein" + }, + { + "code": "nmol/h/mL", + "display": "nanomole per hour per milliliter" + }, + { "code": "nmol/L", "display": "nanomole per liter" }, + { + "code": "nmol/L/mmol{creat}", + "display": "nanomole per liter per millimole of creatinine" + }, + { + "code": "nmol/L/s", + "display": "nanomole per liter per second" + }, + { + "code": "nmol/L{RBCs}", + "display": "nanomole per liter of red blood cells" + }, + { + "code": "nmol/m/mg{protein}", + "display": "nanomole per meter per milligram of protein" + }, + { + "code": "nmol/mg", + "display": "nanomole per milligram" + }, + { + "code": "nmol/mg/h", + "display": "nanomole per milligram per hour" + }, + { + "code": "nmol/min/mg{hemoglobin}", + "display": "nanomole per minute per milligram of hemoglobin" + }, + { + "code": "nmol/min/mg{protein}", + "display": "nanomole per minute per milligram of protein" + }, + { + "code": "nmol/min/mL", + "display": "nanomole per minute per milliliter" + }, + { + "code": "nmol/mL", + "display": "nanomole per milliliter" + }, + { + "code": "nmol/mL/h", + "display": "nanomole per milliliter per hour" + }, + { + "code": "nmol/mL/min", + "display": "nanomole per milliliter per minute" + }, + { + "code": "nmol/mmol", + "display": "nanomole per millimole" + }, + { + "code": "nmol/mmol{Cre}", + "display": "nanomole / millimole Cre" + }, + { + "code": "nmol/mmol{creat}", + "display": "nanomole per millimole of creatinine" + }, + { "code": "nmol/mol", "display": "nanomole per mole" }, + { + "code": "nmol/nmol", + "display": "nanomole per nanomole" + }, + { "code": "nmol/s", "display": "nanomole per second" }, + { + "code": "nmol/s/L", + "display": "nanomole per second per liter" + }, + { + "code": "nmol/umol{creat}", + "display": "nanomole per micromole of creatinine" + }, + { "code": "ns", "display": "nanosecond" }, + { "code": "Ohm", "display": "Ohm" }, + { "code": "osm/kg", "display": "osmole per kilogram" }, + { "code": "osm/L", "display": "osmole per liter" }, + { "code": "Pa", "display": "Pascal" }, + { "code": "pg", "display": "picogram" }, + { + "code": "pg/dL", + "display": "picogram per deciliter" + }, + { "code": "pg/L", "display": "picogram per liter" }, + { + "code": "pg/mg", + "display": "picogram per milligram" + }, + { + "code": "pg/mL", + "display": "picogram per milliliter" + }, + { + "code": "pg/mm", + "display": "picogram per millimeter" + }, + { "code": "pkat", "display": "picokatal" }, + { "code": "pL", "display": "picoliter" }, + { "code": "pm", "display": "picometer" }, + { "code": "pmol", "display": "picomole" }, + { "code": "pmol/d", "display": "picomole per day" }, + { + "code": "pmol/dL", + "display": "picomole per deciliter" + }, + { "code": "pmol/g", "display": "picomole per gram" }, + { + "code": "pmol/h/mg{protein}", + "display": "picomole per hour per milligram of protein" + }, + { + "code": "pmol/h/mL", + "display": "picomole per hour per milliliter" + }, + { "code": "pmol/L", "display": "picomole per liter" }, + { + "code": "pmol/mg{protein}", + "display": "picomole per milligram of protein" + }, + { + "code": "pmol/min", + "display": "picomole per minute" + }, + { + "code": "pmol/min/mg{protein}", + "display": "picomole per minute per milligram of protein" + }, + { + "code": "pmol/mL", + "display": "picomole per milliliter" + }, + { + "code": "pmol/mmol", + "display": "picomole per millimole" + }, + { + "code": "pmol/mmol{creat}", + "display": "picomole per millimole of creatinine" + }, + { "code": "pmol/mol", "display": "picomole per mole" }, + { + "code": "pmol/umol", + "display": "picomole per micromole" + }, + { + "code": "pmol/umol{creat}", + "display": "picomole per micromole of creatinine" + }, + { "code": "ps", "display": "picosecond" }, + { "code": "pT", "display": "picotesla" }, + { "code": "s", "display": "second" }, + { "code": "St", "display": "Stokes" }, + { "code": "t", "display": "tonne" }, + { "code": "U", "display": "enzyme Unit" }, + { + "code": "U/(1.h)", + "display": "enzyme Unit per 1 hour" + }, + { + "code": "U/(12.h)", + "display": "enzyme unit per 12 hour" + }, + { + "code": "U/(18.h)", + "display": "enzyme Unit per 18 hour" + }, + { + "code": "U/(2.h)", + "display": "enzyme unit per 2 hour" + }, + { + "code": "U/(24.h)", + "display": "enzyme unit per 24 hour" + }, + { + "code": "U/10*10{cells}", + "display": "enzyme unit per 10 billion cells" + }, + { + "code": "U/10*12", + "display": "enzyme unit per trillion" + }, + { + "code": "U/10*6", + "display": "enzyme unit per million" + }, + { + "code": "U/10*9", + "display": "enzyme unit per billion" + }, + { "code": "U/d", "display": "enzyme unit per day" }, + { + "code": "U/dL", + "display": "enzyme unit per deciliter" + }, + { "code": "U/g", "display": "enzyme unit per gram" }, + { "code": "U/g{Cre}", "display": "Unit / gram Cre" }, + { + "code": "U/g{Hb}", + "display": "enzyme unit per gram of hemoglobin" + }, + { + "code": "U/g{hemoglobin}", + "display": "enzyme Unit per gram of hemoglobin" + }, + { + "code": "U/g{Hgb}", + "display": "UnitsPerGramHemoglobin" + }, + { "code": "U/h", "display": "enzyme unit per hour" }, + { + "code": "U/kg/h", + "display": "Unit / kilogram / hour" + }, + { + "code": "U/kg{Hb}", + "display": "enzyme unit per kilogram of hemoglobin" + }, + { + "code": "U/kg{hemoglobin}", + "display": "enzyme Unit per kilogram of hemoglobin" + }, + { "code": "U/L", "display": "enzyme unit per liter" }, + { + "code": "U/min", + "display": "enzyme unit per minute" + }, + { + "code": "U/mL", + "display": "enzyme unit per milliliter" + }, + { + "code": "U/mL{RBC}", + "display": "Unit / milliliter RBC" + }, + { + "code": "U/mL{RBCs}", + "display": "enzyme unit per milliliter of red blood cells" + }, + { + "code": "U/mmol{creat}", + "display": "enzyme unit per millimole of creatinine" + }, + { "code": "U/mol", "display": "enzyme Unit per mole" }, + { "code": "U/s", "display": "enzyme unit per second" }, + { + "code": "U/umol", + "display": "enzyme Unit per micromole" + }, + { + "code": "u[IU]", + "display": "micro international unit" + }, + { + "code": "u[IU]/L", + "display": "microinternational unit per liter" + }, + { + "code": "u[IU]/mL", + "display": "micro international unit per milliliter" + }, + { "code": "ueq", "display": "microequivalents" }, + { + "code": "ueq/L", + "display": "microequivalent per liter" + }, + { + "code": "ueq/mL", + "display": "microequivalent per milliliter" + }, + { "code": "ug", "display": "microgram" }, + { + "code": "ug/(24.h)", + "display": "microgram per 24 hour" + }, + { + "code": "ug/(8.h)", + "display": "microgram per 8 hour" + }, + { + "code": "ug/(kg.d)", + "display": "microgram / kilogram * day" + }, + { + "code": "ug/(kg.h)", + "display": "microgram / kilogram * hour" + }, + { + "code": "ug/{Specimen}", + "display": "microgram / Specimen" + }, + { + "code": "ug/{TotalVolume}", + "display": "MicroGramsPerTotalVolume" + }, + { "code": "ug/d", "display": "microgram per day" }, + { + "code": "ug/dL", + "display": "microgram per deciliter" + }, + { + "code": "ug/dL{rbc}", + "display": "microgram / deciliter rbc" + }, + { "code": "ug/g", "display": "microgram per gram" }, + { + "code": "ug/g{Cre}", + "display": "microgram / gram Cre" + }, + { + "code": "ug/g{creat}", + "display": "microgram per gram of creatinine" + }, + { + "code": "ug/g{DryWeight}", + "display": "microgram / gram DryWeight" + }, + { + "code": "ug/g{Hgb}", + "display": "microgram / gram Hgb" + }, + { + "code": "ug/g{Tissue}", + "display": "microgram / gram Tissue" + }, + { "code": "ug/h", "display": "microgram per hour" }, + { + "code": "ug/kg", + "display": "microgram per kilogram" + }, + { + "code": "ug/kg/(8.h)", + "display": "microgram per kilogram per 8 hour" + }, + { + "code": "ug/kg/d", + "display": "microgram per kilogram per day" + }, + { + "code": "ug/kg/h", + "display": "microgram per kilogram per hour" + }, + { + "code": "ug/kg/min", + "display": "microgram per kilogram per minute" + }, + { "code": "ug/L", "display": "microgram per liter" }, + { + "code": "ug/L/(24.h)", + "display": "microgram per liter per 24 hour" + }, + { + "code": "ug/L{DDU}", + "display": "microgram / liter DDU" + }, + { + "code": "ug/m2", + "display": "microgram per square meter" + }, + { + "code": "ug/mg", + "display": "microgram per milligram" + }, + { + "code": "ug/mg{Cre}", + "display": "microgram / milligram Cre" + }, + { + "code": "ug/mg{creat}", + "display": "microgram per milligram of creatinine" + }, + { "code": "ug/min", "display": "microgram per minute" }, + { + "code": "ug/mL", + "display": "microgram per milliliter" + }, + { + "code": "ug/mL{FEU}", + "display": "microgram / milliliter FEU" + }, + { + "code": "ug/mmol", + "display": "microgram per millimole" + }, + { + "code": "ug/ng", + "display": "microgram per nanogram" + }, + { + "code": "ug{T4}/dL", + "display": "microgram T4 / deciliter" + }, + { "code": "ukat", "display": "microkatal" }, + { "code": "uL", "display": "microliter" }, + { + "code": "uL/(2.h)", + "display": "microliter per 2 hour" + }, + { "code": "uL/h", "display": "microliter per hour" }, + { "code": "um", "display": "micrometer" }, + { "code": "um/s", "display": "micrometer per second" }, + { "code": "umol", "display": "micromole" }, + { + "code": "umol/(24.h)", + "display": "micromole per 24 hour" + }, + { "code": "umol/d", "display": "micromole per day" }, + { + "code": "umol/dL", + "display": "micromole per deciliter" + }, + { "code": "umol/g", "display": "micromole per gram" }, + { + "code": "umol/g{Cre}", + "display": "micromole / gram Cre" + }, + { + "code": "umol/g{creat}", + "display": "micromole per gram of creatinine" + }, + { + "code": "umol/g{Hb}", + "display": "micromole per gram of hemoglobin" + }, + { + "code": "umol/g{hemoglobin}", + "display": "micromole per gram of hemoglobin" + }, + { + "code": "umol/g{Hgb}", + "display": "micromole / gram Hgb" + }, + { "code": "umol/h", "display": "micromole per hour" }, + { + "code": "umol/h/g", + "display": "micromole / hour / gram" + }, + { + "code": "umol/h/L", + "display": "micromole per hour per liter" + }, + { + "code": "umol/h/mg{protein}", + "display": "micromole per hour per milligram of protein" + }, + { + "code": "umol/kg", + "display": "micromole per kilogram" + }, + { "code": "umol/L", "display": "micromole per liter" }, + { + "code": "umol/L/h", + "display": "micromole per liter per hour" + }, + { + "code": "umol/L{rbc}", + "display": "micromole per liter of red blood cells" + }, + { "code": "umol/m", "display": "micromole / meter" }, + { + "code": "umol/mg", + "display": "micromole per milligram" + }, + { + "code": "umol/mg{Cre}", + "display": "micromole / milligram Cre" + }, + { + "code": "umol/min", + "display": "micromole per minute" + }, + { + "code": "umol/min/g", + "display": "micromole per minute per gram" + }, + { + "code": "umol/min/g{prot}", + "display": "micromole / minute / gram prot" + }, + { + "code": "umol/min/g{protein}", + "display": "micromole per minute per gram of protein" + }, + { + "code": "umol/min/L", + "display": "micromole per minute per liter" + }, + { + "code": "umol/mL", + "display": "micromole per milliliter" + }, + { + "code": "umol/mL/min", + "display": "micromole per milliliter per minute" + }, + { + "code": "umol/mmol", + "display": "micromole per millimole" + }, + { "code": "umol/mol", "display": "micromole per mole" }, + { + "code": "umol/mol{Cre}", + "display": "micromole / mole Cre" + }, + { + "code": "umol/mol{creat}", + "display": "micromole per mole of creatinine" + }, + { + "code": "umol/mol{Hb}", + "display": "micromole per mole of hemoglobin" + }, + { + "code": "umol/umol", + "display": "micromole per micromole" + }, + { "code": "uOhm", "display": "microOhm" }, + { "code": "us", "display": "microsecond" }, + { "code": "uU", "display": "microUnit" }, + { + "code": "uU/g", + "display": "micro enzyme unit per gram" + }, + { + "code": "uU/L", + "display": "micro enzyme unit per liter" + }, + { + "code": "uU/mL", + "display": "micro enzyme unit per milliliter" + }, + { "code": "uV", "display": "microvolt" }, + { "code": "V", "display": "volt" }, + { "code": "wk", "display": "week" }, + { + "code": "10.uN.s/(cm5.m2)", + "display": "10 micronewton second per centimeter to the fifth power per square meter" + }, + { + "code": "10*4/uL", + "display": "10 thousand per microliter" + }, + { "code": "24.h", "display": "24 hour" }, + { "code": "A", "display": "Ampère" }, + { "code": "{ARU}", "display": "aspirin response unit" }, + { "code": "atm", "display": "standard atmosphere" }, + { "code": "ag/{cell}", "display": "attogram per cell" }, + { "code": "Bq", "display": "Becquerel" }, + { + "code": "{binding_index}", + "display": "binding index" + }, + { "code": "[bdsk'U]", "display": "Bodansky unit" }, + { + "code": "{CAG_repeats}", + "display": "CAG trinucleotide repeats" + }, + { "code": "cal", "display": "calorie" }, + { + "code": "cm[H2O]/s/m", + "display": "centimeter of water per second per meter" + }, + { + "code": "{delta_OD}", + "display": "change in (delta) optical density" + }, + { "code": "{copies}", "display": "copies" }, + { "code": "{count}", "display": "count" }, + { "code": "{CPM}", "display": "counts per minute" }, + { + "code": "{CPM}/10*3{cell}", + "display": "counts per minute per thousand cells" + }, + { + "code": "daL/min", + "display": "dekaliter per minute" + }, + { + "code": "daL/min/m2", + "display": "dekaliter per minute per square meter" + }, + { "code": "{dilution}", "display": "dilution" }, + { + "code": "dyn.s/cm", + "display": "dyne second per centimeter" + }, + { + "code": "dyn.s/(cm.m2)", + "display": "dyne second per centimeter per square meter" + }, + { + "code": "{Ehrlich'U}/100.g", + "display": "Ehrlich unit per 100 gram" + }, + { "code": "{EIA_index}", "display": "EIA index" }, + { "code": "{EIA_titer}", "display": "EIA titer" }, + { "code": "{EV}", "display": "EIA value" }, + { "code": "U/10", "display": "enzyme unit per 10" }, + { + "code": "U/10*10", + "display": "enzyme unit per 10 billion" + }, + { + "code": "U/(10.g){feces}", + "display": "enzyme unit per 10 gram of feces" + }, + { + "code": "U/g{creat}", + "display": "enzyme unit per gram of creatinine" + }, + { + "code": "U/g{protein}", + "display": "enzyme unit per gram of protein" + }, + { + "code": "U{25Cel}/L", + "display": "enzyme unit per liter at 25 deg Celsius" + }, + { + "code": "U{37Cel}/L", + "display": "enzyme unit per liter at 37 deg Celsius" + }, + { + "code": "U/10*12{RBCs}", + "display": "enzyme unit per trillion red blood cells" + }, + { "code": "F", "display": "Farad" }, + { + "code": "fmol/mg{cytosol_protein}", + "display": "femtomole per milligram of cytosol protein" + }, + { + "code": "fmol/mg{protein}", + "display": "femtomole per milligram of protein" + }, + { + "code": "{FIU}", + "display": "fluorescent intensity unit" + }, + { "code": "{fraction}", "display": "fraction" }, + { + "code": "{GAA_repeats}", + "display": "GAA trinucleotide repeats" + }, + { + "code": "{genomes}/mL", + "display": "genomes per milliliter" + }, + { + "code": "{Globules}/[HPF]", + "display": "globules (drops) per high power field" + }, + { + "code": "g.m/{beat}", + "display": "gram meter per heart beat" + }, + { "code": "g{creat}", "display": "gram of creatinine" }, + { "code": "g{Hb}", "display": "gram of hemoglobin" }, + { + "code": "g{total_nit}", + "display": "gram of total nitrogen" + }, + { + "code": "g{total_prot}", + "display": "gram of total protein" + }, + { + "code": "g{wet_tissue}", + "display": "gram of wet tissue" + }, + { + "code": "g/kg/(8.h)", + "display": "gram per kilogram per 8 hour" + }, + { + "code": "g/(8.h){shift}", + "display": "gram per 8 hour shift" + }, + { + "code": "g/cm3", + "display": "gram per cubic centimeter" + }, + { + "code": "g/g{globulin}", + "display": "gram per gram of globulin" + }, + { + "code": "g/kg/(8.h){shift}", + "display": "gram per kilogram per 8 hour shift" + }, + { + "code": "g/kg/h", + "display": "gram per kilogram per hour" + }, + { + "code": "g/kg/min", + "display": "gram per kilogram per minute" + }, + { + "code": "g/mol{creat}", + "display": "gram per mole of creatinine" + }, + { + "code": "g/{specimen}", + "display": "gram per specimen" + }, + { + "code": "g/{total_output}", + "display": "gram per total output" + }, + { + "code": "g/{total_weight}", + "display": "gram per total weight" + }, + { "code": "Gy", "display": "Gray" }, + { + "code": "{beats}/min", + "display": "heart beats per minute" + }, + { "code": "H", "display": "Henry" }, + { "code": "[HPF]", "display": "high power field" }, + { + "code": "[GPL'U]/mL", + "display": "IgG anticardiolipin unit per milliliter**" + }, + { + "code": "{GPS'U}", + "display": "IgG antiphosphatidylserine unit" + }, + { + "code": "[MPL'U]/mL", + "display": "IgM anticardiolipin unit per milliliter**" + }, + { "code": "{ISR}", "display": "immune status ratio" }, + { + "code": "{IFA_index}", + "display": "immunofluorescence assay index" + }, + { + "code": "{IFA_titer}", + "display": "Immunofluorescence assay titer" + }, + { + "code": "[in_i'H2O]", + "display": "inch (international) of water" + }, + { "code": "{index_val}", "display": "index value" }, + { + "code": "{HA_titer}", + "display": "influenza hemagglutination titer" + }, + { "code": "[IU]", "display": "international unit" }, + { + "code": "[IU]/L{37Cel}", + "display": "international unit per liter at 37 degrees Celsius" + }, + { + "code": "[IU]/mg{creat}", + "display": "international unit per milligram of creatinine" + }, + { "code": "kat", "display": "katal" }, + { "code": "kU", "display": "kilo enzyme unit" }, + { + "code": "kU/L{class}", + "display": "kilo enzyme unit per liter class" + }, + { "code": "kcal/d", "display": "kilocalorie per day" }, + { + "code": "kcal/kg/(24.h)", + "display": "kilocalorie per kilogram per 24 hour" + }, + { + "code": "kcal/[oz_av]", + "display": "kilocalorie per ounce (US & British)" + }, + { "code": "[ka'U]", "display": "King Armstrong unit" }, + { "code": "L/(24.h)", "display": "liter per 24 hour" }, + { + "code": "L/s/s2", + "display": "liter per second per square second" + }, + { + "code": "{Log_copies}/mL", + "display": "log (base 10) copies per milliliter" + }, + { + "code": "{Log_IU}", + "display": "log (base 10) international unit" + }, + { + "code": "{Log_IU}/mL", + "display": "log (base 10) international unit per milliliter" + }, + { "code": "{Log}", "display": "log base 10" }, + { "code": "[LPF]", "display": "low power field" }, + { "code": "lm", "display": "lumen" }, + { "code": "lm.m2", "display": "lumen square meter" }, + { + "code": "{Lyme_index_value}", + "display": "Lyme index value" + }, + { "code": "[mclg'U]", "display": "Mac Lagan unit" }, + { "code": "Ms", "display": "megasecond" }, + { + "code": "ug/g{feces}", + "display": "microgram per gram of feces" + }, + { + "code": "ug{FEU}/mL", + "display": "microgram fibrinogen equivalent unit per milliliter" + }, + { + "code": "ug/(100.g)", + "display": "microgram per 100 gram" + }, + { + "code": "ug/m3", + "display": "microgram per cubic meter" + }, + { + "code": "ug/dL{RBCs}", + "display": "microgram per deciliter of red blood cells" + }, + { + "code": "ug/g{dry_tissue}", + "display": "microgram per gram of dry tissue" + }, + { + "code": "ug/g{dry_wt}", + "display": "microgram per gram of dry weight" + }, + { + "code": "ug/g{hair}", + "display": "microgram per gram of hair" + }, + { + "code": "ug/g{Hb}", + "display": "microgram per gram of hemoglobin" + }, + { + "code": "ug/g{tissue}", + "display": "microgram per gram of tissue" + }, + { + "code": "ug/L{RBCs}", + "display": "microgram per liter of red blood cells" + }, + { + "code": "ug/mL{class}", + "display": "microgram per milliliter class" + }, + { + "code": "ug/mL{eqv}", + "display": "microgram per milliliter equivalent" + }, + { + "code": "ug/mmol{creat}", + "display": "microgram per millimole of creatinine" + }, + { + "code": "ug/{specimen}", + "display": "microgram per specimen" + }, + { + "code": "ug/[sft_i]", + "display": "microgram per square foot (international)" + }, + { + "code": "umol{BCE}/mol", + "display": "micromole bone collagen equivalent per mole" + }, + { + "code": "umol/(2.h)", + "display": "micromole per 2 hour" + }, + { + "code": "umol/(8.h)", + "display": "micromole per 8 hour" + }, + { + "code": "umol/dL{GF}", + "display": "micromole per deciliter of glomerular filtrate" + }, + { + "code": "umol/kg{feces}", + "display": "micromole per kilogram of feces" + }, + { + "code": "umol/L{RBCs}", + "display": "micromole per liter of red blood cells" + }, + { + "code": "umol/umol{creat}", + "display": "micromole per micromole of creatinine" + }, + { + "code": "umol/mg{creat}", + "display": "micromole per milligram of creatinine" + }, + { + "code": "umol/mmol{creat}", + "display": "micromole per millimole of creatinine" + }, + { + "code": "umol/min/g{mucosa}", + "display": "micromole per minute per gram of mucosa" + }, + { + "code": "mU/mmol{creat}", + "display": "milli enzyme unit per millimole of creatinine" + }, + { + "code": "mU/g{Hb}", + "display": "milli enzyme unit per gram of hemoglobin" + }, + { + "code": "mU/g{protein}", + "display": "milli enzyme unit per gram of protein" + }, + { + "code": "mU/mg{creat}", + "display": "milli enzyme unit per milligram of creatinine" + }, + { + "code": "mbar/L/s", + "display": "millibar per liter per second" + }, + { + "code": "meq/g{creat}", + "display": "milliequivalent per gram of creatinine" + }, + { + "code": "meq/{specimen}", + "display": "milliequivalent per specimen" + }, + { + "code": "meq/{total_volume}", + "display": "milliequivalent per total volume" + }, + { + "code": "mg{FEU}/L", + "display": "milligram fibrinogen equivalent unit per liter" + }, + { + "code": "mg/(6.h)", + "display": "milligram per 6 hour" + }, + { + "code": "mg/{collection}", + "display": "milligram per collection" + }, + { + "code": "mg/d/{1.73_m2}", + "display": "milligram per day per 1.73 square meter" + }, + { + "code": "mg/dL{RBCs}", + "display": "milligram per deciliter of red blood cells" + }, + { + "code": "mg/g{dry_tissue}", + "display": "milligram per gram of dry tissue" + }, + { + "code": "mg/g{feces}", + "display": "milligram per gram of feces" + }, + { + "code": "mg/g{tissue}", + "display": "milligram per gram of tissue" + }, + { + "code": "mg/g{wet_tissue}", + "display": "milligram per gram of wet tissue" + }, + { + "code": "mg/kg/(8.h)", + "display": "milligram per kilogram per 8 hour" + }, + { + "code": "mg/kg/h", + "display": "milligram per kilogram per hour" + }, + { + "code": "mg/L{RBCs}", + "display": "milligram per liter of red blood cells" + }, + { + "code": "mg/mg{creat}", + "display": "milligram per milligram of creatinine" + }, + { + "code": "mg/{specimen}", + "display": "milligram per specimen" + }, + { + "code": "mg/{total_output}", + "display": "milligram per total output" + }, + { + "code": "mg/{total_volume}", + "display": "milligram per total volume" + }, + { + "code": "mL{fetal_RBCs}", + "display": "milliliter of fetal red blood cells" + }, + { + "code": "mL/(5.h)", + "display": "milliliter per 5 hour" + }, + { + "code": "mL/(6.h)", + "display": "milliliter per 6 hour" + }, + { + "code": "mL/{beat}", + "display": "milliliter per heart beat" + }, + { + "code": "mL/{beat}/m2", + "display": "milliliter per heart beat per square meter" + }, + { + "code": "mmol/(5.h)", + "display": "millimole per 5 hour" + }, + { + "code": "mmol/{ejaculate}", + "display": "millimole per ejaculate" + }, + { + "code": "mmol/kg/(8.h)", + "display": "millimole per kilogram per 8 hour" + }, + { + "code": "mmol/L{RBCs}", + "display": "millimole per liter of red blood cells" + }, + { + "code": "mmol/mmol{urea}", + "display": "millimole per millimole of urea" + }, + { + "code": "mmol/mmol{creat}", + "display": "millimole per millmole of creatinine" + }, + { + "code": "mmol/{specimen}", + "display": "millimole per specimen" + }, + { + "code": "mmol/{total_vol}", + "display": "millimole per total volume" + }, + { + "code": "10*6.[CFU]/L", + "display": "million colony forming unit per liter" + }, + { + "code": "10*6.[IU]", + "display": "million international unit" + }, + { + "code": "10*6/(24.h)", + "display": "million per 24 hour" + }, + { "code": "mPa.s", "display": "millipascal second" }, + { + "code": "{minidrop}/min", + "display": "minidrop per minute" + }, + { + "code": "{minidrop}/s", + "display": "minidrop per second" + }, + { + "code": "{molecule}/{platelet}", + "display": "molecule per platelet" + }, + { "code": "{mm/dd/yyyy}", "display": "month-day-year" }, + { "code": "{mutation}", "display": "mutation" }, + { + "code": "nU/mL", + "display": "nanoenzyme unit per milliliter" + }, + { + "code": "nU/{RBC}", + "display": "nanoenzyme unit per red blood cell" + }, + { + "code": "ng{FEU}/mL", + "display": "nanogram fibrinogen equivalent unit per milliliter" + }, + { + "code": "ng/U", + "display": "nanogram per enzyme unit" + }, + { + "code": "ng/mg{creat}", + "display": "nanogram per milligram of creatinine" + }, + { + "code": "ng/mg{protein}", + "display": "nanogram per milligram of protein" + }, + { + "code": "ng/mL{RBCs}", + "display": "nanogram per milliliter of red blood cells" + }, + { + "code": "ng/10*6{RBCs}", + "display": "nanogram per million red blood cells" + }, + { + "code": "nmol{BCE}", + "display": "nanomole bone collagen equivalent" + }, + { + "code": "nmol{BCE}/L", + "display": "nanomole bone collagen equivalent per liter" + }, + { + "code": "nmol{BCE}/mmol{creat}", + "display": "nanomole bone collagen equivalent per millimole of creatinine" + }, + { + "code": "nmol{1/2cys}/mg{protein}", + "display": "nanomole of 1/2 cystine per milligram of protein" + }, + { "code": "nmol{ATP}", "display": "nanomole of ATP" }, + { + "code": "nmol/dL{GF}", + "display": "nanomole per deciliter of glomerular filtrate" + }, + { + "code": "nmol/mg{creat}", + "display": "nanomole per milligram of creatinine" + }, + { + "code": "nmol/mg{protein}", + "display": "nanomole per milligram of protein" + }, + { + "code": "nmol/mg{protein}/h", + "display": "nanomole per milligram of protein per hour" + }, + { + "code": "nmol/min", + "display": "nanomole per minute" + }, + { + "code": "nmol/min/mg{Hb}", + "display": "nanomole per minute per milligram of hemoglobin" + }, + { + "code": "nmol/min/10*6{cells}", + "display": "nanomole per minute per million cells" + }, + { + "code": "{#}/[HPF]", + "display": "number per high power field" + }, + { "code": "{#}/L", "display": "number per liter" }, + { + "code": "{#}/[LPF]", + "display": "number per low power field" + }, + { + "code": "{#}/uL", + "display": "number per microliter" + }, + { + "code": "{#}/mL", + "display": "number per milliliter" + }, + { "code": "{#}/min", "display": "number per minute" }, + { "code": "Ohm.m", "display": "Ohm meter" }, + { "code": "osm", "display": "osmole" }, + { "code": "{Pan_Bio'U}", "display": "panbio unit" }, + { + "code": "/10*4{RBCs}", + "display": "per 10 thousand red blood cells" + }, + { "code": "/m3", "display": "per cubic meter" }, + { "code": "/{entity}", "display": "per entity" }, + { + "code": "/g{Hb}", + "display": "per gram of hemoglobin" + }, + { + "code": "/g{tot_nit}", + "display": "per gram of total nitrogen" + }, + { + "code": "/g{tot_prot}", + "display": "per gram of total protein" + }, + { + "code": "/g{wet_tis}", + "display": "per gram of wet tissue" + }, + { + "code": "/[IU]", + "display": "per international unit" + }, + { + "code": "/kg{body_wt}", + "display": "per kilogram of body weight" + }, + { "code": "/mm", "display": "per millimeter" }, + { + "code": "/mmol{creat}", + "display": "per millimole of creatinine" + }, + { + "code": "/{OIF}", + "display": "per oil immersion field" + }, + { "code": "/10*3", "display": "per thousand" }, + { + "code": "/10*3.{RBCs}", + "display": "per thousand red blood cells" + }, + { + "code": "/10*12{RBCs}", + "display": "per trillion red blood cells" + }, + { + "code": "%{loss_AChR}", + "display": "percent loss of acetylcholine receptor" + }, + { + "code": "%{penetration}", + "display": "percent penetration" + }, + { + "code": "%{abnormal}", + "display": "percent abnormal" + }, + { + "code": "%{activity}", + "display": "percent activity" + }, + { + "code": "%{aggregation}", + "display": "percent aggregation" + }, + { + "code": "%{at_60_min}", + "display": "percent at 60 minute" + }, + { + "code": "%{basal_activity}", + "display": "percent basal activity" + }, + { "code": "%{binding}", "display": "percent binding" }, + { + "code": "%{blockade}", + "display": "percent blockade" + }, + { "code": "%{blocked}", "display": "percent blocked" }, + { "code": "%{bound}", "display": "percent bound" }, + { + "code": "%{breakdown}", + "display": "percent breakdown" + }, + { + "code": "%{deficient}", + "display": "percent deficient" + }, + { "code": "%{dose}", "display": "percent dose" }, + { + "code": "%{excretion}", + "display": "percent excretion" + }, + { "code": "%{Hb}", "display": "percent hemoglobin" }, + { + "code": "%{hemolysis}", + "display": "percent hemolysis" + }, + { "code": "%{index}", "display": "percent index" }, + { + "code": "%{inhibition}", + "display": "percent inhibition" + }, + { "code": "%{loss}", "display": "percent loss" }, + { "code": "%{lysis}", "display": "percent lysis" }, + { "code": "%{normal}", "display": "percent normal" }, + { + "code": "%{normal_pooled_plasma}", + "display": "percent normal pooled plasma" + }, + { + "code": "%{bacteria}", + "display": "percent of bacteria" + }, + { + "code": "%{baseline}", + "display": "percent of baseline" + }, + { "code": "%{cells}", "display": "percent of cells" }, + { + "code": "%{RBCs}", + "display": "percent of red blood cells" + }, + { + "code": "%{WBCs}", + "display": "percent of white blood cells" + }, + { + "code": "%{positive}", + "display": "percent positive" + }, + { + "code": "%{reactive}", + "display": "percent reactive" + }, + { + "code": "%{recovery}", + "display": "percent recovery" + }, + { + "code": "%{reference}", + "display": "percent reference" + }, + { + "code": "%{residual}", + "display": "percent residual" + }, + { + "code": "%{saturation}", + "display": "percent saturation" + }, + { "code": "%{total}", "display": "percent total" }, + { "code": "%{uptake}", "display": "percent uptake" }, + { "code": "%{viable}", "display": "percent viable" }, + { "code": "{percentile}", "display": "percentile" }, + { "code": "{phenotype}", "display": "phenotype" }, + { "code": "pA", "display": "picoampere" }, + { "code": "pg/{cell}", "display": "picogram per cell" }, + { + "code": "pg/mg{creat}", + "display": "picogram per milligram of creatinine" + }, + { + "code": "pg/{RBC}", + "display": "picogram per red blood cell" + }, + { + "code": "pmol/(24.h)", + "display": "picomole per 24 hour" + }, + { + "code": "pmol/{RBC}", + "display": "picomole per red blood cell" + }, + { "code": "[pt_us]", "display": "pint" }, + { + "code": "%{relative}", + "display": "relative percent" + }, + { + "code": "{relative_saturation}", + "display": "relative saturation" + }, + { + "code": "{Rubella_virus}", + "display": "rubella virus" + }, + { "code": "{saturation}", "display": "saturation" }, + { + "code": "s/{control}", + "display": "second per control" + }, + { "code": "S", "display": "Siemens" }, + { "code": "Sv", "display": "Sievert" }, + { + "code": "{s_co_ratio}", + "display": "signal to cutoff ratio" + }, + { "code": "{STDV}", "display": "standard deviation" }, + { "code": "T", "display": "Tesla" }, + { + "code": "10*3{copies}/mL", + "display": "thousand copies per milliliter" + }, + { + "code": "10*3{RBCs}", + "display": "thousand red blood cells" + }, + { + "code": "{TSI_index}", + "display": "thyroid-stimulating immunoglobulin index" + }, + { "code": "Wb", "display": "Weber" }, + { "code": "{WBCs}", "display": "white blood cells" }, + { "code": "1", "display": "1*" }, + { "code": "'", "display": "minute" }, + { "code": "''", "display": "second" }, + { "code": "%[slope]", "display": "percent of slope" }, + { "code": "%{Bound}", "display": "PercentBound" }, + { + "code": "/100{Spermatozoa}", + "display": "Per100Spermatozoa" + }, + { "code": "/g{HGB}", "display": "PerGramHemoglobin" }, + { "code": "[acr_br]", "display": "acre" }, + { "code": "[acr_us]", "display": "acre" }, + { "code": "[Amb'a'1'U]", "display": "Amb a 1 units" }, + { "code": "[bbl_us]", "display": "barrel" }, + { "code": "[bf_i]", "display": "board foot" }, + { "code": "[Btu]", "display": "British thermal unit" }, + { + "code": "[Btu_39]", + "display": "British thermal unit at 39 °F" + }, + { + "code": "[Btu_59]", + "display": "British thermal unit at 59 °F" + }, + { + "code": "[Btu_60]", + "display": "British thermal unit at 60 °F" + }, + { + "code": "[Btu_IT]", + "display": "international table British thermal unit" + }, + { + "code": "[Btu_m]", + "display": "mean British thermal unit" + }, + { + "code": "[Btu_th]", + "display": "thermochemical British thermal unit" + }, + { "code": "[bu_br]", "display": "bushel" }, + { "code": "[bu_us]", "display": "bushel" }, + { "code": "[c]", "display": "velocity of light" }, + { + "code": "[Cal]", + "display": "nutrition label Calories" + }, + { + "code": "[car_Au]", + "display": "carat of gold alloys" + }, + { "code": "[car_m]", "display": "metric carat" }, + { + "code": "[CCID_50]", + "display": "CELL CULTURE INFECTIOUS DOSE 50%" + }, + { "code": "[cft_i]", "display": "cubic foot" }, + { "code": "[ch_br]", "display": "Gunter's chain" }, + { + "code": "[ch_us]", + "display": "Gunter's chain Surveyor's chain" + }, + { + "code": "[cicero]", + "display": "cicero Didot's pica" + }, + { "code": "[cml_i]", "display": "circular mil" }, + { "code": "[cr_i]", "display": "cord" }, + { "code": "[crd_us]", "display": "cord" }, + { "code": "[cyd_i]", "display": "cubic yard" }, + { "code": "[D'ag'U]", "display": "D-ANTIGEN UNITS" }, + { "code": "[didot]", "display": "didot Didot's point" }, + { "code": "[diop]", "display": "diopter" }, + { "code": "[dpt_us]", "display": "dry pint" }, + { "code": "[dqt_us]", "display": "dry quart" }, + { "code": "[dr_ap]", "display": "dram drachm" }, + { "code": "[dye'U]", "display": "Dye unit" }, + { "code": "[e]", "display": "elementary charge" }, + { + "code": "[eps_0]", + "display": "permittivity of vacuum" + }, + { "code": "[fdr_br]", "display": "fluid dram" }, + { "code": "[FFU]", "display": "FOCUS-FORMING UNITS" }, + { "code": "[ft_br]", "display": "foot" }, + { "code": "[ft_us]", "display": "foot" }, + { "code": "[fth_br]", "display": "fathom" }, + { "code": "[fth_us]", "display": "fathom" }, + { "code": "[fur_us]", "display": "furlong" }, + { + "code": "[G]", + "display": "Newtonian constant of gravitation" + }, + { + "code": "[gal_wi]", + "display": "historical winchester gallon" + }, + { "code": "[gil_br]", "display": "gill" }, + { "code": "[gil_us]", "display": "gill" }, + { "code": "[h]", "display": "Planck constant" }, + { "code": "[hd_i]", "display": "hand" }, + { "code": "[hnsf'U]", "display": "Hounsfield unit" }, + { "code": "[HP]", "display": "horsepower" }, + { + "code": "[hp_C]", + "display": "HOMEOPATHIC POTENCY OF CENTESIMAL SERIES" + }, + { + "code": "[hp_M]", + "display": "HOMEOPATHIC POTENCY OF MILLESIMAL SERIES" + }, + { + "code": "[hp_Q]", + "display": "HOMEOPATHIC POTENCY OF QUINTAMILLESIMAL SERIES" + }, + { + "code": "[hp_X]", + "display": "HOMEOPATHIC POTENCY OF DECIMAL SERIES" + }, + { "code": "[in_br]", "display": "inch" }, + { + "code": "[in_i'Hg]", + "display": "inch of mercury column" + }, + { "code": "[in_us]", "display": "inch" }, + { + "code": "[iU]/dL", + "display": "InternationalUnitsPerDeciLiter" + }, + { + "code": "[iU]/g", + "display": "InternationalUnitsPerGram" + }, + { + "code": "[iU]/kg", + "display": "InternationalUnitsPerKilogram" + }, + { + "code": "[iU]/L", + "display": "InternationalUnitsPerLiter" + }, + { + "code": "[iU]/mL", + "display": "InternationalUnitsPerMilliLiter" + }, + { "code": "[k]", "display": "Boltzmann constant" }, + { "code": "[kn_br]", "display": "knot" }, + { "code": "[kn_i]", "display": "knot" }, + { "code": "[knk'U]", "display": "Kunkel unit" }, + { "code": "[lb_ap]", "display": "pound" }, + { "code": "[lb_tr]", "display": "pound" }, + { "code": "[lbf_av]", "display": "pound force" }, + { + "code": "[lcwt_av]", + "display": "long hunderdweight British hundredweight" + }, + { "code": "[Lf]", "display": "LIMIT OF FLOCCULATION" }, + { "code": "[ligne]", "display": "ligne French line" }, + { + "code": "[lk_br]", + "display": "link for Gunter's chain" + }, + { + "code": "[lk_us]", + "display": "link for Gunter's chain" + }, + { "code": "[lne]", "display": "line" }, + { + "code": "[lton_av]", + "display": "long ton British ton" + }, + { "code": "[ly]", "display": "light-year" }, + { "code": "[m_e]", "display": "electron mass" }, + { "code": "[m_p]", "display": "proton mass" }, + { "code": "[mesh_i]", "display": "mesh" }, + { "code": "[MET]", "display": "metabolic equivalent" }, + { "code": "[mi_br]", "display": "mile" }, + { "code": "[mil_i]", "display": "mil" }, + { "code": "[mil_us]", "display": "mil" }, + { "code": "[min_br]", "display": "minim" }, + { + "code": "[mu_0]", + "display": "permeability of vacuum" + }, + { "code": "[nmi_br]", "display": "nautical mile" }, + { + "code": "[oz_ap]", + "display": "ounce (US and British)" + }, + { "code": "[pc_br]", "display": "pace" }, + { "code": "[pca]", "display": "pica" }, + { "code": "[pca_pr]", "display": "Printer's pica" }, + { "code": "[p'diop]", "display": "prism diopter" }, + { "code": "[PFU]", "display": "PLAQUE-FORMING UNITS" }, + { "code": "[pi]", "display": "the number pi" }, + { "code": "[pied]", "display": "pied French foot" }, + { "code": "[pk_br]", "display": "peck" }, + { "code": "[pk_us]", "display": "peck" }, + { "code": "[pnt]", "display": "point" }, + { "code": "[pnt_pr]", "display": "Printer's point" }, + { + "code": "[PNU]", + "display": "PROTEIN NITROGEN UNITS" + }, + { "code": "[pouce]", "display": "pouce French inch" }, + { + "code": "[PRU]", + "display": "peripheral vascular resistance unit" + }, + { "code": "[pwt_tr]", "display": "pennyweight" }, + { + "code": "[rch_us]", + "display": "Ramden's chain Engineer's chain" + }, + { "code": "[rd_br]", "display": "rod" }, + { "code": "[rd_us]", "display": "rod" }, + { + "code": "[rlk_us]", + "display": "link for Ramden's chain" + }, + { "code": "[S]", "display": "Svedberg unit" }, + { "code": "[sc_ap]", "display": "scruple" }, + { "code": "[sct]", "display": "section" }, + { + "code": "[scwt_av]", + "display": "short hundredweight U.S. hundredweight" + }, + { "code": "[smgy'U]", "display": "Somogyi unit" }, + { "code": "[smi_us]", "display": "square mile" }, + { "code": "[smoot]", "display": "Smoot" }, + { "code": "[srd_us]", "display": "square rod" }, + { + "code": "[stone_av]", + "display": "stone British stone" + }, + { + "code": "[TCID_50]", + "display": "TISSUE CULTURE INFECTIOUS DOSE 50%" + }, + { "code": "[twp]", "display": "township" }, + { + "code": "[USP'U]", + "display": "UNITED STATES PHARMACOPEIA UNIT" + }, + { "code": "[yd_br]", "display": "yard" }, + { "code": "[yd_us]", "display": "yard" }, + { + "code": "{Cells}/uL", + "display": "CellsPerMicroLiter" + }, + { + "code": "{Copies}/mL", + "display": "CopiesPerMilliLiter" + }, + { "code": "{Ct}", "display": "crossing threshold" }, + { + "code": "{Ehrlich_U}/dL", + "display": "EhrlichUnitsPerDeciLiter" + }, + { + "code": "{EhrlichU}/dL", + "display": "EhrlichUnitsPerDeciLiter [Arbitrary Concentration Units]" + }, + { + "code": "{Elisa_U}/mL", + "display": "ElisaUnitsPerMilliLiter" + }, + { + "code": "{ElisaU}/mL", + "display": "ElisaUnitsPerMilliLiter [Arbitrary Concentration Units]" + }, + { + "code": "{kp_C}", + "display": "HOMEOPATHIC POTENCY OF CENTESIMAL KORSAKOVIAN SERIES" + }, + { "code": "{rbc}", "display": "red blood cell count" }, + { + "code": "{Spermatozoa}/mL", + "display": "SpermatozoaPerMilliLiter" + }, + { "code": "{tbl}", "display": "tablets" }, + { "code": "{tot}", "display": "particles total count" }, + { + "code": "10*", + "display": "the number ten for arbitrary powers" + }, + { + "code": "10^", + "display": "the number ten for arbitrary powers" + }, + { "code": "a_g", "display": "mean Gregorian year" }, + { "code": "a_j", "display": "mean Julian year" }, + { "code": "a_t", "display": "tropical year" }, + { "code": "Ao", "display": "Ångström" }, + { "code": "ar", "display": "are" }, + { "code": "AU", "display": "astronomic unit" }, + { "code": "b", "display": "barn" }, + { "code": "B", "display": "bel" }, + { "code": "B[kW]", "display": "bel kilowatt" }, + { "code": "B[mV]", "display": "bel millivolt" }, + { "code": "B[SPL]", "display": "bel sound pressure" }, + { "code": "B[uV]", "display": "bel microvolt" }, + { "code": "B[V]", "display": "bel volt" }, + { "code": "B[W]", "display": "bel watt" }, + { "code": "Bd", "display": "baud" }, + { "code": "Bi", "display": "Biot" }, + { "code": "bit", "display": "bit" }, + { "code": "bit_s", "display": "bit" }, + { "code": "By", "display": "byte" }, + { "code": "C", "display": "Coulomb" }, + { "code": "cal_[15]", "display": "calorie at 15 °C" }, + { "code": "cal_[20]", "display": "calorie at 20 °C" }, + { + "code": "cal_IT", + "display": "international table calorie" + }, + { "code": "cal_m", "display": "mean calorie" }, + { + "code": "cal_th", + "display": "thermochemical calorie" + }, + { "code": "cd", "display": "candela" }, + { "code": "Ci", "display": "CURIE" }, + { "code": "circ", "display": "circle" }, + { "code": "dyn", "display": "dyne" }, + { "code": "G", "display": "Gauss" }, + { "code": "g%", "display": "gram percent" }, + { + "code": "g.m/{H.B.}", + "display": "gram meter per heartbeat" + }, + { "code": "Gal", "display": "Gal" }, + { "code": "Gb", "display": "Gilbert" }, + { "code": "gf", "display": "gram-force" }, + { "code": "gon", "display": "gon grade" }, + { + "code": "k[iU]/mL", + "display": "KiloInternationalUnitsPerMilliLiter" + }, + { + "code": "kg{wet'tis}", + "display": "kilogram of wet tissue" + }, + { "code": "Ky", "display": "Kayser" }, + { "code": "Lmb", "display": "Lambert" }, + { "code": "lx", "display": "lux" }, + { + "code": "m[H2O]", + "display": "meter of water column" + }, + { + "code": "m[Hg]", + "display": "meter of mercury column" + }, + { + "code": "mg/{TotalVolume}", + "display": "MilliGramPerTotalVolume" + }, + { + "code": "mg/mg{Cre}", + "display": "MilligramsPerMilligramCreatinine" + }, + { + "code": "mg{creat}", + "display": "milligram of creatinine" + }, + { "code": "mho", "display": "mho" }, + { + "code": "mmol/{TotalVolume}", + "display": "MilliMolesPerTotalVolume [Substance Units]" + }, + { + "code": "mmol/mol{Cre}", + "display": "MilliMolesPerMoleCreatinine" + }, + { "code": "mo_g", "display": "mean Gregorian month" }, + { "code": "mo_j", "display": "mean Julian month" }, + { "code": "mo_s", "display": "synodal month" }, + { "code": "Mx", "display": "Maxwell" }, + { "code": "Np", "display": "neper" }, + { "code": "Oe", "display": "Oersted" }, + { "code": "P", "display": "Poise" }, + { "code": "pc", "display": "parsec" }, + { "code": "ph", "display": "phot" }, + { "code": "R", "display": "Roentgen" }, + { "code": "rad", "display": "radian" }, + { "code": "RAD", "display": "radiation absorbed dose" }, + { + "code": "REM", + "display": "radiation equivalent man" + }, + { "code": "sb", "display": "stilb" }, + { "code": "sph", "display": "spere" }, + { "code": "sr", "display": "steradian" }, + { "code": "st", "display": "stere" }, + { "code": "u", "display": "unified atomic mass unit" }, + { "code": "uCi", "display": "MICROCURIE" }, + { "code": "W", "display": "Watt" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-common/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "Common UCUM units", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details.", + "resourceType": "ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ucum-common", + "url": "http://hl7.org/fhir/ValueSet/ucum-common", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-common" + }, + { + "description": " A code depicting the living arrangements of a person", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-LivingArrangement" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-LivingArrangement/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.LivingArrangement", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System LivingArrangement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-LivingArrangement", + "url": "http://terminology.hl7.org/ValueSet/v3-LivingArrangement", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-LivingArrangement", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0513 ( Blood Product Transfusion/Disposition Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0513" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0513/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0513", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Blood Product Transfusion/Disposition Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0513", + "url": "http://terminology.hl7.org/ValueSet/v2-0513", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0513", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The possible types of variables for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/variable-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/variable-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EvidenceVariableType", + "experimental": false, + "resourceType": "ValueSet", + "title": "EvidenceVariableType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "variable-type", + "url": "http://hl7.org/fhir/ValueSet/variable-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1343", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/variable-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for scope.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-scope" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-scope/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-scope", + "url": "http://hl7.org/fhir/ValueSet/contract-scope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1216", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-scope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Mode for this instance of data.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-input-mode" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-input-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapInputMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapInputMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-input-mode", + "url": "http://hl7.org/fhir/ValueSet/map-input-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.677", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-input-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of name the device is referred by.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/device-nametype" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-nametype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceNameType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceNameType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "device-nametype", + "url": "http://hl7.org/fhir/ValueSet/device-nametype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1083", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-nametype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A clinical document is a documentation of clinical observations and services, with the following characteristics: (1) Persistence - A clinical document continues to exist in an unaltered state, for a time period defined by local and regulatory requirements; (2) Stewardship - A clinical document is maintained by a person or organization entrusted with its care; (3) Potential for authentication - A clinical document is an assemblage of information that is intended to be legally authenticated; (4) Wholeness - Authentication of a clinical document applies to the whole and does not apply to portions of the document without the full context of the document; (5) Human readability - A clinical document is human readable.\"", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "DOCCLIN", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassClinicalDocument/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassClinicalDocument", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassClinicalDocument", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassClinicalDocument", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassClinicalDocument", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13948", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassClinicalDocument", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "MedicationDispense Category Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationDispense Category Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication dispense category codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "medicationdispense-category", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1314", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationdispense-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0906 ( ActPriority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0906" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0906/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0906", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ActPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0906", + "url": "http://terminology.hl7.org/ValueSet/v2-0906", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0906", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nA code specifying the meaning and purpose of every TransmissionRelationship instance. Each of its values implies specific constraints to what kinds of Transmission objects can be related and in which way.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TransmissionRelationshipTypeCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TransmissionRelationshipTypeCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TransmissionRelationshipTypeCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TransmissionRelationshipTypeCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TransmissionRelationshipTypeCode", + "url": "http://terminology.hl7.org/ValueSet/v3-TransmissionRelationshipTypeCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19833", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TransmissionRelationshipTypeCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Signer Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-signer-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractSignerTypeCodes", + "copyright": "This is an example set based on ASTM Standard, E1762-95 (2013) HL7 RoleClass OID 2.16.840.1.113883.5.110, HL7 Role Code 2.16.840.1.113883.5.111, HL7 ParticipationType OID: 2.16.840.1.113883.5.90, HL7 ParticipationFunction codes at OID: 2.16.840.1.113883.5.88, and HL7 Security and Privacy Domain Analysis Model roles classes.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Signer Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "contract-signer-type", + "url": "http://hl7.org/fhir/ValueSet/contract-signer-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.737", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-signer-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0437 ( Alert device code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0437" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0437/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0437", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Alert device code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0437", + "url": "http://terminology.hl7.org/ValueSet/v2-0437", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0437", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0238 ( Event Seriousness)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0238" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0238/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0238", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Event Seriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0238", + "url": "http://terminology.hl7.org/ValueSet/v2-0238", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0238", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0428 ( Incident type code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0428" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0428/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0428", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Incident type code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0428", + "url": "http://terminology.hl7.org/ValueSet/v2-0428", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0428", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines an example set of codes that can be used to classify groupings of service-types/specialties.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ServiceCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Service category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-category", + "url": "http://hl7.org/fhir/ValueSet/service-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.516", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0027 ( PRIORITY (COMPONENT 6 QTY/TIMING[735]))", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0027" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0027/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0027", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PRIORITY (COMPONENT 6 QTY/TIMING[735])", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0027", + "url": "http://terminology.hl7.org/ValueSet/v2-0027", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0027", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ParticipationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ParticipationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ParticipationType", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10901", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes identifying groupings of parameters; e.g. Cardiovascular.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/parameter-group" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/parameter-group/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceDefinitionParameterGroup", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceDefinitionParameterGroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "parameter-group", + "url": "http://hl7.org/fhir/ValueSet/parameter-group", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.632", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/parameter-group", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Codes that provide guidance around the circumstances in which a given address should be used.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AddressUse/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AddressUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AddressUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AddressUse", + "url": "http://terminology.hl7.org/ValueSet/v3-AddressUse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.190", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AddressUse", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Definition:\r\nDefines the units associated with the magnitude of the maximum size limit of a query response that can be accepted by the requesting application.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-QueryRequestLimit" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-QueryRequestLimit/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.QueryRequestLimit", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System QueryRequestLimit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-QueryRequestLimit", + "url": "http://terminology.hl7.org/ValueSet/v3-QueryRequestLimit", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-QueryRequestLimit", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Which type a compartment definition describes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/compartment-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/compartment-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CompartmentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "CompartmentType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "compartment-type", + "url": "http://hl7.org/fhir/ValueSet/compartment-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.786", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/compartment-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the lifecycle stage of an event.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/event-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/event-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EventStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "event-status", + "url": "http://hl7.org/fhir/ValueSet/event-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.109", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of process where the audit event originated from.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/security-source-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-source-type/4.0.1", + "date": "2010-08-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "NEMA/DICOM", + "fhirVersion": null, + "name": "AuditEventSourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Source Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "audit-source-type", + "url": "http://hl7.org/fhir/ValueSet/audit-source-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.466", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-source-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0524 ( Sequence condition)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0524" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0524/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0524", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sequence condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0524", + "url": "http://terminology.hl7.org/ValueSet/v2-0524", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0524", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Roles of participants that may be included in a care team. Defined as: Is a Person, Healthcare professional (occupation) or Healthcare related organization (qualifier value).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "125676002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "394730007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/participant-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "ParticipantRoles", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Participant Roles", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "participant-role", + "url": "http://hl7.org/fhir/ValueSet/participant-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.152", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/participant-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationAdministration Performer Function Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/med-admin-perform-function" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/med-admin-perform-function/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationAdministration Performer Function Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication administration performer function codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "med-admin-perform-function", + "url": "http://hl7.org/fhir/ValueSet/med-admin-perform-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.349", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/med-admin-perform-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the status of the care team.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/care-team-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-team-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CareTeamStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "CareTeamStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-team-status", + "url": "http://hl7.org/fhir/ValueSet/care-team-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.153", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-team-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes indicating the reason for a current status. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/goal-status-reason" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "GoalStatusReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal status reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-status-reason", + "url": "http://hl7.org/fhir/ValueSet/goal-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.277", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-status-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes all LOINC codes", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LOINCCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "LOINC Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-codes", + "url": "http://hl7.org/fhir/ValueSet/observation-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.396", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication process.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/reason-medication-given" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-given-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ReasonMedicationGivenCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Reason Medication Given Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-given-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.344", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reason-medication-given-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines the set of codes that can be used to indicate a role of a procedure performer.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/performer-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedurePerformerRoleCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Performer Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "performer-role", + "url": "http://hl7.org/fhir/ValueSet/performer-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.433", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/performer-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0617 ( Address Usage)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0617" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0617/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0617", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Address Usage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0617", + "url": "http://terminology.hl7.org/ValueSet/v2-0617", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0617", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0523 ( Computation type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0523" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0523/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0523", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Computation type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0523", + "url": "http://terminology.hl7.org/ValueSet/v2-0523", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0523", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "MedicationKnowledge Status Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationknowledge-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationknowledge-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationKnowledge Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication knowledge status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "medicationknowledge-status", + "url": "http://hl7.org/fhir/ValueSet/medicationknowledge-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1335", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationknowledge-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR. Many of the codes listed here will eventually be turned into official resources. However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here. Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/basic-resource-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/basic-resource-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "BasicResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Basic Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "basic-resource-type", + "url": "http://hl7.org/fhir/ValueSet/basic-resource-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.138", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/basic-resource-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example value set for clinical impression prognosis.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "365858006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ClinicalImpressionPrognosis", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Clinical Impression Prognosis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinicalimpression-prognosis", + "url": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.160", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinicalimpression-prognosis", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all Route codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "284009009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/route-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTRouteCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "route-codes", + "url": "http://hl7.org/fhir/ValueSet/route-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.98", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/route-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set represents codes for types of foods and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 255620007 (Foods (substance)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "255620007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/food-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "FoodTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Food Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "food-type", + "url": "http://hl7.org/fhir/ValueSet/food-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.384", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/food-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The degree of equivalence between concepts.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-map-equivalence" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/concept-map-equivalence/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConceptMapEquivalence", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptMapEquivalence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "concept-map-equivalence", + "url": "http://hl7.org/fhir/ValueSet/concept-map-equivalence", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.17", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/concept-map-equivalence", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the evaluation is against. This value set is provided as a suggestive example and includes the SNOMED CT concepts from the 64572001 (Disease) hierarchy.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "1857005" }, + { "code": "397430003" }, + { "code": "14189004" }, + { "code": "36989005" }, + { "code": "36653000" }, + { "code": "76902006" }, + { "code": "709410003" }, + { "code": "27836007" }, + { "code": "398102009" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationEvaluationTargetDiseaseCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Target Disease Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-target-disease", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.300", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-evaluation-target-disease", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of PlanDefinition.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/plan-definition-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PlanDefinitionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "PlanDefinitionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "plan-definition-type", + "url": "http://hl7.org/fhir/ValueSet/plan-definition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.797", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/plan-definition-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines which action to take if there is no match in the group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conceptmap-unmapped-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConceptMapGroupUnmappedMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptMapGroupUnmappedMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "conceptmap-unmapped-mode", + "url": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.480", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conceptmap-unmapped-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0456 ( Revenue code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0456" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0456/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0456", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Revenue code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0456", + "url": "http://terminology.hl7.org/ValueSet/v2-0456", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0456", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0532 ( Expanded yes/no indicator)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [ + { + "code": "ASKU", + "display": "asked but unknown", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Information was sought but not found (e.g., patient was asked but didn't know" + } + ] + }, + { + "code": "NA", + "display": "not applicable", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "No proper value is applicable in this context (e.g., last menstrual period for a male)" + } + ] + }, + { + "code": "NASK", + "display": "not asked", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "This information has not been sought (e.g., patient was not asked" + } + ] + }, + { + "code": "NAV", + "display": "temporarily unavailable", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Information is not available at this time but it is expected that it will be available later" + } + ] + }, + { + "code": "NI", + "display": "No Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "No information whatsoever can be inferred from this exceptional value. This is the most general exceptional value. It is also the default exceptional value" + } + ] + }, + { + "code": "NP", + "display": "not present", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "Obsolete as of v 2.7." + } + ] + }, + { + "code": "UNK", + "display": "unknown", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "valueString": "A proper value is applicable, but not known" + } + ] + } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0136", + "concept": [ + { "code": "N", "display": "No" }, + { "code": "Y", "display": "Yes" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0532/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0532", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Expanded yes/no indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0532", + "url": "http://terminology.hl7.org/ValueSet/v2-0532", + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0532", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status indicates the level of maturity of the design and may be used to manage the use of the design.", + "compose": { + "include": [ + { + "system": "urn:oid:2.16.840.1.113883.3.1937.98.5.8", + "concept": [ + { + "code": "draft", + "display": "Draft", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Design is under development (nascent)" + } + ] + }, + { + "code": "pending", + "display": "Under pre-publication review", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Design is completed and is being reviewed" + } + ] + }, + { + "code": "active", + "display": "Active", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Design has been deemed fit for the intended purpose and is published by the governance group" + } + ] + }, + { + "code": "review", + "display": "In Review", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Design is active, but is under review. The review may result in a change to the design. The change may necessitate a new version to be created. This in turn may result in the prior version of the template to be retired. Alternatively, the review may result in a change to the design that does not require a new version to be created, or it may result in no change to the design at all" + } + ] + }, + { + "code": "cancelled", + "display": "Cancelled", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published in an active state" + } + ] + }, + { + "code": "rejected", + "display": "Rejected", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A previously drafted design is determined to be erroneous or not fit for intended purpose and is discontinued before ever being published for consideration in a pending state" + } + ] + }, + { + "code": "retired", + "display": "Retired", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A previously active design is discontinued from use. It should no longer be used for future designs, but for historical purposes may be used to process data previously recorded using this design. A newer design might or might not exist. The design is published in the retired state" + } + ] + }, + { + "code": "terminated", + "display": "Terminated", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A design is determined to be erroneous or not fit for the intended purpose and should no longer be used, even for historical purposes. No new designs can be developed for this template. The associated template no longer needs to be published, but if published, is shown in the terminated state" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/template-status-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TemplateStatusCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "TemplateStatusCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "template-status-code", + "url": "http://hl7.org/fhir/ValueSet/template-status-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.1937.98.11.8", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/template-status-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0377 ( Other environmental factors)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0377" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0377/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0377", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Other environmental factors", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0377", + "url": "http://terminology.hl7.org/ValueSet/v2-0377", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0377", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0488 ( Specimen Collection Method)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0488" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0488/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0488", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen Collection Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0488", + "url": "http://terminology.hl7.org/ValueSet/v2-0488", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0488", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate special courtesies provided to the patient.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EncounterSpecialCourtesy", + "concept": [ + { "code": "EXT" }, + { "code": "NRM" }, + { "code": "PRF" }, + { "code": "STF" }, + { "code": "VIP" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [{ "code": "UNK" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-special-courtesy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecialCourtesy", + "experimental": false, + "resourceType": "ValueSet", + "title": "Special courtesy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-special-courtesy", + "url": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.252", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-special-courtesy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationRequest Status Reason Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationRequest Status Reason Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication request status reason codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationrequest-status-reason", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1324", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationrequest-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0254 ( Kind of Quantity)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0254" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0254/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0254", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Kind of Quantity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0254", + "url": "http://terminology.hl7.org/ValueSet/v2-0254", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0254", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0755 ( Status Weight At Birth)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0755" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0755/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0755", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Status Weight At Birth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0755", + "url": "http://terminology.hl7.org/ValueSet/v2-0755", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0755", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0503 ( Sequence/Results Flag)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0503" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0503/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0503", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Sequence/Results Flag", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0503", + "url": "http://terminology.hl7.org/ValueSet/v2-0503", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0503", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0359 ( Diagnosis priority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0359" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0359/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0359", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Diagnosis priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0359", + "url": "http://terminology.hl7.org/ValueSet/v2-0359", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0359", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Describes the state of a metric calibration.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-calibration-state" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/metric-calibration-state/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceMetricCalibrationState", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceMetricCalibrationState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-calibration-state", + "url": "http://hl7.org/fhir/ValueSet/metric-calibration-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.652", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/metric-calibration-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0009 ( AMBULATORY STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0009" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0009/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0009", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 AMBULATORY STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0009", + "url": "http://terminology.hl7.org/ValueSet/v2-0009", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0009", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0337 ( Certification Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0337" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0337/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0337", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Certification Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0337", + "url": "http://terminology.hl7.org/ValueSet/v2-0337", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0337", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all dose form codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "421967003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-form-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTFormCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Form Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-form-codes", + "url": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.374", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-form-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/allergy-intolerance-criticality" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceCriticality", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceCriticality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-criticality", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.129", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergy-intolerance-criticality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "IANA Timezone Codes", + "compose": { + "include": [{ "system": "https://www.iana.org/time-zones" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/timezones/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "IANATimezones", + "experimental": false, + "resourceType": "ValueSet", + "title": "I a n a timezones", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "timezones", + "url": "http://hl7.org/fhir/ValueSet/timezones", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1036", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/timezones", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Financial Task codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/financialtaskcode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/financial-taskcode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "FinancialTaskCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Financial Task Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "financial-taskcode", + "url": "http://hl7.org/fhir/ValueSet/financial-taskcode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1389", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/financial-taskcode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that indicates how the server supports conditional read.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conditional-read-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/conditional-read-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConditionalReadStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConditionalReadStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conditional-read-status", + "url": "http://hl7.org/fhir/ValueSet/conditional-read-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.200", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conditional-read-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether an operation parameter is an input or an output parameter.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/operation-parameter-use" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/operation-parameter-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "OperationParameterUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "OperationParameterUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "operation-parameter-use", + "url": "http://hl7.org/fhir/ValueSet/operation-parameter-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.508", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operation-parameter-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specifies whether a response is expected from the addressee of this interaction and what level of detail that response should include", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ResponseLevel" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ResponseLevel/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ResponseLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ResponseLevel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ResponseLevel", + "url": "http://terminology.hl7.org/ValueSet/v3-ResponseLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14761", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ResponseLevel", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Whether the risk estimate is dichotomous, continuous or qualitative and the specific type of risk estimate (eg proportion or median).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/risk-estimate-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/risk-estimate-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RiskEstimateType", + "experimental": false, + "resourceType": "ValueSet", + "title": "RiskEstimateType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "risk-estimate-type", + "url": "http://hl7.org/fhir/ValueSet/risk-estimate-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1363", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/risk-estimate-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0250 ( Relatedness Assessment)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0250" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0250/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0250", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relatedness Assessment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0250", + "url": "http://terminology.hl7.org/ValueSet/v2-0250", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0250", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes the FDI Teeth codes.", + "compose": { "include": [{ "system": "http://hl7.org/fhir/ex-fdi" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/teeth/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "TeethCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Teeth Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "teeth", + "url": "http://hl7.org/fhir/ValueSet/teeth", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.550", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/teeth", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Procedure Code: All SNOMED CT procedure codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/procedure-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ProcedureCodes(SNOMEDCT)", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-code", + "url": "http://hl7.org/fhir/ValueSet/procedure-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.427", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " The path the administered medication takes to get into the body or into contact with the body.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RouteOfAdministration/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RouteOfAdministration", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RouteOfAdministration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RouteOfAdministration", + "url": "http://terminology.hl7.org/ValueSet/v3-RouteOfAdministration", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RouteOfAdministration", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "TODO (and should this be required?).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-outcome" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventOutcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "adverse-event-outcome", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.836", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0423 ( Case category code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0423" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0423/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0423", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Case category code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0423", + "url": "http://terminology.hl7.org/ValueSet/v2-0423", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0423", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source at a specific stage in its lifecycle, which is sufficient to manage that source information, for example, in a repository, registry, processes and workflows, for making access control decisions, and providing query responses.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contract-content-derivative" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-content-derivative/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractContentDerivationCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Content Derivation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-content-derivative", + "url": "http://hl7.org/fhir/ValueSet/contract-content-derivative", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.745", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-content-derivative", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the origin within a TestScript.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/testscript-profile-origin-types" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/testscript-profile-origin-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "TestScriptProfileOriginType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test script profile origin type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "testscript-profile-origin-types", + "url": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.712", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/testscript-profile-origin-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-legalstate" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-legalstate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceLegalStateCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Legal State codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-legalstate", + "url": "http://hl7.org/fhir/ValueSet/contract-legalstate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1206", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-legalstate", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0776 ( Item Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0776" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0776/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0776", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Item Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0776", + "url": "http://terminology.hl7.org/ValueSet/v2-0776", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0776", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Overall seriousness of this event for the patient.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-seriousness/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventSeriousness", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventSeriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-seriousness", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.838", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-seriousness", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Specialization of Act to add the characteristics unique to document management services.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "DOC", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassDocument/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassDocument", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassDocument", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassDocument", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassDocument", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.18938", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassDocument", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0396 ( Coding System)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0396" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0396/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0396", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Coding System", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0396", + "url": "http://terminology.hl7.org/ValueSet/v2-0396", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0396", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0564 ( Adjustment Category Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0564" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0564/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0564", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Adjustment Category Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0564", + "url": "http://terminology.hl7.org/ValueSet/v2-0564", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0564", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " In the United States, federal standards for classifying data on race determine the categories used by federal agencies and exert a strong influence on categorization by state and local agencies and private sector organizations. The federal standards do not conceptually define race, and they recognize the absence of an anthropological or scientific basis for racial classification. Instead, the federal standards acknowledge that race is a social-political construct in which an individual's own identification with one more race categories is preferred to observer identification. The standards use a variety of features to define five minimum race categories. Among these features are descent from \"the original peoples\" of a specified region or nation. The minimum race categories are American Indian or Alaska Native, Asian, Black or African American, Native Hawaiian or Other Pacific Islander, and White. The federal standards stipulate that race data need not be limited to the five minimum categories, but any expansion must be collapsible to those categories.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v3-Race" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Race/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Race", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Race", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Race", + "url": "http://terminology.hl7.org/ValueSet/v3-Race", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Race", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The methods of referral can be used when referring to a specific HealthCareService resource.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-referral-method" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-referral-method/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ReferralMethod", + "experimental": false, + "resourceType": "ValueSet", + "title": "ReferralMethod", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-referral-method", + "url": "http://hl7.org/fhir/ValueSet/service-referral-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.510", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-referral-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0076 ( MESSAGE TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0076" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0076/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0076", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MESSAGE TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0076", + "url": "http://terminology.hl7.org/ValueSet/v2-0076", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0076", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0731 ( DRG Diagnosis Determination Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0731" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0731/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0731", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DRG Diagnosis Determination Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0731", + "url": "http://terminology.hl7.org/ValueSet/v2-0731", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0731", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The domain of coded values used as parameters within QueryByParameter queries.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-QueryParameterValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-QueryParameterValue/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.QueryParameterValue", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System QueryParameterValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-QueryParameterValue", + "url": "http://terminology.hl7.org/ValueSet/v3-QueryParameterValue", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-QueryParameterValue", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0529 ( Precision)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0529" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0529/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0529", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Precision", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0529", + "url": "http://terminology.hl7.org/ValueSet/v2-0529", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0529", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Item Type codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-claimitemtype" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/fm-itemtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ClaimItemTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Item Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "fm-itemtype", + "url": "http://hl7.org/fhir/ValueSet/fm-itemtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.548", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/fm-itemtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes the Patient to subscriber relationship codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/relationship" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/relationship/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Beneficiary Relationship Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "relationship", + "url": "http://hl7.org/fhir/ValueSet/relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.35", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0376 ( Special handling considerations)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0376" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0376/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0376", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Special handling considerations", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0376", + "url": "http://terminology.hl7.org/ValueSet/v2-0376", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0376", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0392 ( Match reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0392" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0392/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0392", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Match reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0392", + "url": "http://terminology.hl7.org/ValueSet/v2-0392", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0392", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0924 ( Cumulative Dosage Limit UoM)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0924" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0924/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0924", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Cumulative Dosage Limit UoM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0924", + "url": "http://terminology.hl7.org/ValueSet/v2-0924", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0924", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Corresponds to the Role class", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "ROL", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassRoot/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassRoot", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassRoot", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassRoot", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassRoot", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13940", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassRoot", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Domain provides codes that qualify the ActEncounterClass (ENC)", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [{ "code": "_ActEncounterCode" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActEncounterCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActEncounterCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActEncounterCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActEncounterCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "id": "v3-ActEncounterCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13955", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActEncounterCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Performer Role codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/consentperformer" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-performer/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "PerformerRoleCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Performer Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + } + ], + "status": "draft", + "id": "consent-performer", + "url": "http://hl7.org/fhir/ValueSet/consent-performer", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1016", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-performer", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationAdministration Category Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-admin-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-admin-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "MedicationAdministration Category Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication administration category codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "medication-admin-category", + "url": "http://hl7.org/fhir/ValueSet/medication-admin-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.347", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-admin-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines the set of codes that can be used to indicate the marital status of a person.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [{ "code": "UNK" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/marital-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Marital Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "MaritalStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "marital-status", + "url": "http://hl7.org/fhir/ValueSet/marital-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.29", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/marital-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contains representative Activity Type codes, which includes codes from the HL7 DocumentCompletion, ActStatus, and DataOperations code system, W3C PROV-DM and PROV-N concepts and display names, several HL7 Lifecycle Event codes for which there are agreed upon definitions, and non-duplicated codes from the HL7 Security and Privacy Ontology Operations codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion", + "concept": [{ "code": "LA" }] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [ + { "code": "ANONY" }, + { "code": "DEID" }, + { "code": "MASK" }, + { "code": "LABEL" }, + { "code": "PSEUD" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation", + "concept": [ + { "code": "CREATE" }, + { "code": "DELETE" }, + { "code": "UPDATE" }, + { "code": "APPEND" }, + { "code": "NULLIFY" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-activity-type/4.0.1", + "date": "2017-01-30T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Security Work Group", + "fhirVersion": null, + "name": "ProvenanceActivityType", + "copyright": "This is a value set of representative Activity Type codes.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance activity type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "provenance-activity-type", + "url": "http://hl7.org/fhir/ValueSet/provenance-activity-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.438", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-activity-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EncounterSpecialCourtesy" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EncounterSpecialCourtesy/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EncounterSpecialCourtesy", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EncounterSpecialCourtesy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EncounterSpecialCourtesy", + "url": "http://terminology.hl7.org/ValueSet/v3-EncounterSpecialCourtesy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.12242", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EncounterSpecialCourtesy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The reported execution result.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/report-result-codes" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/report-result-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TestReportResult", + "experimental": false, + "resourceType": "ValueSet", + "title": "TestReportResult", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "report-result-codes", + "url": "http://hl7.org/fhir/ValueSet/report-result-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.718", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/report-result-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0498 ( Consent Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0498" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0498/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0498", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Consent Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0498", + "url": "http://terminology.hl7.org/ValueSet/v2-0498", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0498", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0187 ( Provider billing)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0187" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0187/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0187", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Provider billing", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0187", + "url": "http://terminology.hl7.org/ValueSet/v2-0187", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0187", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0160 ( TRAY TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0160" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0160/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0160", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 TRAY TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0160", + "url": "http://terminology.hl7.org/ValueSet/v2-0160", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0160", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0356 ( Alternate character set handling scheme)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0356" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0356/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0356", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Alternate character set handling scheme", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0356", + "url": "http://terminology.hl7.org/ValueSet/v2-0356", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0356", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of a property value.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-property-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/concept-property-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PropertyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "PropertyType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "concept-property-type", + "url": "http://hl7.org/fhir/ValueSet/concept-property-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.780", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/concept-property-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " This vocabulary is defined by Implementation Guide for CDA Release 2 - Level 1 - Care Record Summary (US realm). It describes roles recognized through the issuance of an insurance policy to a policyholder who a relationship with the covered party, such as spouse, child, etc. This vocabulary is essentially an inversion of the role relations of the HL7 CoverageRoleType vocabulary. It provides more detailed roles with respect to the underwriter (the scoping organization) for those participants in the policyholder role for a patient. Open Issue: The code values for this coding system must be extracted from the CDA documentation and brought forward through Harmonization for instantiation in this repository.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-policyHolderRole" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-policyHolderRole/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.policyHolderRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System policyHolderRole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-policyHolderRole", + "url": "http://terminology.hl7.org/ValueSet/v3-policyHolderRole", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-policyHolderRole", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0309 ( Coverage Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0309" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0309/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0309", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Coverage Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0309", + "url": "http://terminology.hl7.org/ValueSet/v2-0309", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0309", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How the Quantity should be understood and represented.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/quantity-comparator" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/quantity-comparator/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QuantityComparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuantityComparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "quantity-comparator", + "url": "http://hl7.org/fhir/ValueSet/quantity-comparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.59", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/quantity-comparator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/flag-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/flag-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FlagStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FlagStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-status", + "url": "http://hl7.org/fhir/ValueSet/flag-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.120", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/encounter-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "EncounterType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Encounter type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-type", + "url": "http://hl7.org/fhir/ValueSet/encounter-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.248", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Anything that essentially has the property of life, independent of current state (a dead human corpse is still essentially a living subject.)", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "LIV", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassLivingSubject", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassLivingSubject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassLivingSubject", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassLivingSubject", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10884", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassLivingSubject", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " A social or legal structure formed by human beings.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "ORG", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassOrganization", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassOrganization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassOrganization", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassOrganization", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10889", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassOrganization", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nA task or action that a user may perform in a clinical information system.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActTaskCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActTaskCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActTaskCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActTaskCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActTaskCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActTaskCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19846", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActTaskCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all SNOMED CT Additional Dosage Instructions.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "419492006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/additional-instruction-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTAdditionalDosageInstructions", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Additional Dosage Instructions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "additional-instruction-codes", + "url": "http://hl7.org/fhir/ValueSet/additional-instruction-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.95", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/additional-instruction-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example Item Flags for the List Resource. In this case, these are the kind of flags that would be used on a medication list at the end of a consultation.", + "compose": { + "include": [ + { "system": "urn:oid:1.2.36.1.2001.1001.101.104.16592" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/list-item-flag/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "National E-Health Transition Authority Ltd (NEHTA)", + "fhirVersion": null, + "name": "PatientMedicineChangeTypes", + "copyright": " Copyright © 2012-2013 National E-Health Transition Authority Ltd : This document contains information which is protected by copyright. All Rights Reserved. No part of this work may be reproduced or used in any form or by any means--graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems--without the permission of NEHTA. All copies of this document must include the copyright and other information contained on this page. Revision 1 Telephone: 1300 901 001 or email: servicedesk@nehta.gov.au Disclaimer: The National E-Health Transition Authority Ltd (NEHTA) makes the information and other material ('Information') in this document available in good faith but without any representation or warranty as to its accuracy or completeness. NEHTA cannot accept any responsibility for the consequences of any use of the Information. As the Information is of a general nature only, it is up to any person using or relying on the Information to ensure that it is accurate, complete and suitable for the circumstances of its use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient Medicine Change Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-item-flag", + "url": "http://hl7.org/fhir/ValueSet/list-item-flag", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.320", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-item-flag", + "contact": [ + { + "telecom": [ + { "value": "http://www.nehta.gov.au", "system": "url" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the function a practitioner or organization may play in the immunization event. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0443", + "concept": [{ "code": "OP" }, { "code": "AP" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-function/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationFunctionCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Function Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "immunization-function", + "url": "http://hl7.org/fhir/ValueSet/immunization-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.995", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-function", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0559 ( Product/Service Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0559" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0559/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0559", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Product/Service Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0559", + "url": "http://terminology.hl7.org/ValueSet/v2-0559", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0559", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0116 ( BED STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0116" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0116/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0116", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 BED STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "language": "en", + "id": "v2-0116", + "url": "http://terminology.hl7.org/ValueSet/v2-0116", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0116", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nIndicates whether the name part is a given name, family name, prefix, suffix, etc.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartTypeR2" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNamePartTypeR2/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNamePartTypeR2", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNamePartTypeR2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNamePartTypeR2", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNamePartTypeR2", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20322", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNamePartTypeR2", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The described determiner is used to indicate that the given Entity is taken as a general description of a kind of thing that can be taken in whole, in part, or in multiples.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "KIND", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityDeterminer" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityDeterminerDetermined/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityDeterminerDetermined", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityDeterminerDetermined", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityDeterminerDetermined", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminerDetermined", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10879", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityDeterminerDetermined", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Degree of preference of a type of conditioned specimen.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/specimen-contained-preference" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-contained-preference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SpecimenContainedPreference", + "experimental": false, + "resourceType": "ValueSet", + "title": "SpecimenContainedPreference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "specimen-contained-preference", + "url": "http://hl7.org/fhir/ValueSet/specimen-contained-preference", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.852", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-contained-preference", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The types of involvement of the performer in the Event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "TRANS" }, + { "code": "PART" }, + { "code": "ATND" }, + { "code": "CON" }, + { "code": "AUT" }, + { "code": "INF" }, + { "code": "ENT" }, + { "code": "WIT" }, + { "code": "PPRF" }, + { "code": "SPRF" }, + { "code": "RESP" }, + { "code": "VRF" }, + { "code": "AUTHEN" }, + { "code": "LA" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/performer-function/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 International - Orders and Observations WG", + "fhirVersion": null, + "name": "Performer Function Codes", + "resourceType": "ValueSet", + "status": "draft", + "id": "performer-function", + "url": "http://hl7.org/fhir/ValueSet/performer-function", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/performer-function", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "TextureModifiedFoodType: Codes for types of foods that are texture-modified. This value set is composed SNOMED CT Concepts from SCTID 255620007 Foods (substance) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "255620007", "display": "Foods" }, + { "code": "28647000", "display": "Meat" }, + { "code": "22836000", "display": "Vegetables" }, + { "code": "72511004", "display": "Fruit" }, + { "code": "226760005", "display": "Dairy foods" }, + { + "code": "226887002", + "display": "Dietary Fats and Oils" + }, + { "code": "102263004", "display": "Eggs" }, + { "code": "74242007", "display": "Food Starch" }, + { + "code": "227415002", + "display": "Fruit Nuts and Seeds" + }, + { "code": "264331002", "display": "Grain" }, + { + "code": "227518002", + "display": "Sauce seasonings and soups" + }, + { "code": "44027008", "display": "Seafood" }, + { "code": "226529007", "display": "Starchy food" }, + { + "code": "227210005", + "display": "Vegetables plus herbs and spices" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/modified-foodtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "TextureModifiedFoodTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Texture Modified Food Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "modified-foodtype", + "url": "http://hl7.org/fhir/ValueSet/modified-foodtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.388", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/modified-foodtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Currency codes from ISO 4217 (see https://www.iso.org/iso-4217-currency-codes.html)", + "compose": { "include": [{ "system": "urn:iso:std:iso:4217" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/currencies/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "Currencies", + "experimental": false, + "resourceType": "ValueSet", + "title": "CurrencyCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "currencies", + "url": "http://hl7.org/fhir/ValueSet/currencies", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1025", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/currencies", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The protocol used for message transport.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/message-transport" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/message-transport/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MessageTransport", + "experimental": false, + "resourceType": "ValueSet", + "title": "MessageTransport", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "message-transport", + "url": "http://hl7.org/fhir/ValueSet/message-transport", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.184", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/message-transport", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all the \"Clinical finding\" [SNOMED CT](http://snomed.info/sct) codes - concepts where concept is-a 404684003 (Clinical finding (finding)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/clinical-findings/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTClinicalFindings", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Clinical Findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinical-findings", + "url": "http://hl7.org/fhir/ValueSet/clinical-findings", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.232", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinical-findings", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes describing the reason why a family member's history is not available.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/history-absent-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/history-absent-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FamilyHistoryAbsentReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "FamilyHistoryAbsentReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "history-absent-reason", + "url": "http://hl7.org/fhir/ValueSet/history-absent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.269", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/history-absent-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The mode of a RESTful capability statement.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/restful-capability-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/restful-capability-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RestfulCapabilityMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "RestfulCapabilityMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "restful-capability-mode", + "url": "http://hl7.org/fhir/ValueSet/restful-capability-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.176", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/restful-capability-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0432 ( Admission level of care code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0432" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0432/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0432", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Admission level of care code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0432", + "url": "http://terminology.hl7.org/ValueSet/v2-0432", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0432", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Actor Role codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractactorrole" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-actorrole/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "ContractActorRoleCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Actor Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-actorrole", + "url": "http://hl7.org/fhir/ValueSet/contract-actorrole", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.741", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-actorrole", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes the FHIR resource types, along with some other important content class codes", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/formatcodes"] }, + { "system": "http://hl7.org/fhir/resource-types" }, + { + "system": "urn:ietf:rfc:3986", + "concept": [ + { + "code": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "display": "Lipid Lab Report" + } + ] + }, + { + "system": "urn:ietf:bcp:13", + "concept": [ + { + "code": "application/hl7-cda+xml", + "display": "CDA Documents" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-content-class/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "name": "ConsentContentClass", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent Content Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-content-class", + "url": "http://hl7.org/fhir/ValueSet/consent-content-class", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.747", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-content-class", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The mode of a message capability statement.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/event-capability-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/event-capability-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EventCapabilityMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventCapabilityMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "event-capability-mode", + "url": "http://hl7.org/fhir/ValueSet/event-capability-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.182", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-capability-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0315 ( Living Will)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0315" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0315/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0315", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Living Will", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0315", + "url": "http://terminology.hl7.org/ValueSet/v2-0315", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0315", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The validation status of the target", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/CodeSystem/status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-status/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "status", + "experimental": false, + "resourceType": "ValueSet", + "title": "Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "verificationresult-status", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.884", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/http-verb" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/http-verb/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "HTTPVerb", + "experimental": false, + "resourceType": "ValueSet", + "title": "HTTPVerb", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "http-verb", + "url": "http://hl7.org/fhir/ValueSet/http-verb", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.624", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/http-verb", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureType", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-type", + "url": "http://hl7.org/fhir/ValueSet/measure-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.769", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set is provided as an exemplar. The value set is driven by IHE Table B.8-4: Abnormal Flags, Alert Priority.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/flag-priority-code" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/flag-priority/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "FlagPriorityCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Flag Priority Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "flag-priority", + "url": "http://hl7.org/fhir/ValueSet/flag-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.950", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-priority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A set of codes specifying the motivation, cause, or rationale of an Act, when such rationale is not reasonably represented as an ActRelationship of type \"has reason\" linking to another Act. Examples:\r\nExample reasons that might qualify for being coded in this field might be: \"routine requirement\", \"infectious disease reporting requirement\", \"on patient request\", \"required by law\".", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActReason/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActReason", + "url": "http://terminology.hl7.org/ValueSet/v3-ActReason", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActReason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The reason why the supply item was requested.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/supplyrequest-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SupplyRequestReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "SupplyRequestReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-reason", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.697", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplyrequest-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Codes used to specify whether a message is part of a production, training, or debugging system.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ProcessingID" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProcessingID/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ProcessingID", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ProcessingID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ProcessingID", + "url": "http://terminology.hl7.org/ValueSet/v3-ProcessingID", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.103", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProcessingID", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "If field is a list, how to manage the source.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/map-source-list-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-source-list-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapSourceListMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapSourceListMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-source-list-mode", + "url": "http://hl7.org/fhir/ValueSet/map-source-list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.683", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-source-list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Provides general guidance around the kind of access Control to Read, Search, Create, Update, or Delete a resource.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/resource-security-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-security-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResourceSecurityCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResourceSecurityCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "resource-security-category", + "url": "http://hl7.org/fhir/ValueSet/resource-security-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1403", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-security-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Related Claim Relationship codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/related-claim-relationship/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleRelatedClaimRelationshipCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Related Claim Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "related-claim-relationship", + "url": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.568", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/related-claim-relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Supports communication of purpose of use at a general level.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "concept": [ + { "code": "COVERAGE" }, + { "code": "ETREAT" }, + { "code": "HMARKT" }, + { "code": "HOPERAT" }, + { "code": "HPAYMT" }, + { "code": "HRESCH" }, + { "code": "PATRQT" }, + { "code": "PUBHLTH" }, + { "code": "TREAT" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-GeneralPurposeOfUse/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.GeneralPurposeOfUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetGeneralPurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-GeneralPurposeOfUse", + "url": "http://terminology.hl7.org/ValueSet/v3-GeneralPurposeOfUse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20449", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-GeneralPurposeOfUse", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of catalog.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/catalogType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/catalogType/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CatalogType", + "experimental": false, + "resourceType": "ValueSet", + "title": "CatalogType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "catalogType", + "url": "http://hl7.org/fhir/ValueSet/catalogType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.968", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/catalogType", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0651 ( Labor Calculation Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0651" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0651/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0651", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Labor Calculation Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0651", + "url": "http://terminology.hl7.org/ValueSet/v2-0651", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0651", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The statistical operation parameter -\"statistic\" codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-statistics" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-statistics/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StatisticsCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "StatisticsCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "observation-statistics", + "url": "http://hl7.org/fhir/ValueSet/observation-statistics", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.405", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-statistics", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0105 ( SOURCE OF COMMENT)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0105" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0105/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0105", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 SOURCE OF COMMENT", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0105", + "url": "http://terminology.hl7.org/ValueSet/v2-0105", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0105", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Indicates the state of the consent.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/consent-state-codes" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-state-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConsentState", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConsentState", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-state-codes", + "url": "http://hl7.org/fhir/ValueSet/consent-state-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.755", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-state-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a rule statement is applied, such as adding additional consent or removing consent.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/consent-provision-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-provision-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConsentProvisionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConsentProvisionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-provision-type", + "url": "http://hl7.org/fhir/ValueSet/consent-provision-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.757", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-provision-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " In the United States, federal standards for classifying data on ethnicity determine the categories used by federal agencies and exert a strong influence on categorization by state and local agencies and private sector organizations. The federal standards do not conceptually define ethnicity, and they recognize the absence of an anthropological or scientific basis for ethnicity classification. Instead, the federal standards acknowledge that ethnicity is a social-political construct in which an individual's own identification with a particular ethnicity is preferred to observer identification. The standards specify two minimum ethnicity categories: Hispanic or Latino, and Not Hispanic or Latino. The standards define a Hispanic or Latino as a person of \"Mexican, Puerto Rican, Cuban, South or Central America, or other Spanish culture or origin, regardless of race.\" The standards stipulate that ethnicity data need not be limited to the two minimum categories, but any expansion must be collapsible to those categories. In addition, the standards stipulate that an individual can be Hispanic or Latino or can be Not Hispanic or Latino, but cannot be both.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Ethnicity" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Ethnicity/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Ethnicity", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Ethnicity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Ethnicity", + "url": "http://terminology.hl7.org/ValueSet/v3-Ethnicity", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Ethnicity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0216 ( Patient Status Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0216" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0216/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0216", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient Status Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0216", + "url": "http://terminology.hl7.org/ValueSet/v2-0216", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0216", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The source is an excerpt from the target.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActRelationshipType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActRelationshipType", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10317", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Identifies the style of unique identifier used to identify a namespace.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/namingsystem-identifier-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/namingsystem-identifier-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "NamingSystemIdentifierType", + "experimental": false, + "resourceType": "ValueSet", + "title": "NamingSystemIdentifierType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "namingsystem-identifier-type", + "url": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.492", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/namingsystem-identifier-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes to identify how UDI data was entered.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/udi-entry-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/udi-entry-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "UDIEntryType", + "experimental": false, + "resourceType": "ValueSet", + "title": "UDIEntryType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "udi-entry-type", + "url": "http://hl7.org/fhir/ValueSet/udi-entry-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.211", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/udi-entry-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the degree of adherence to a specified behavior or capability expected for a system to be deemed conformant with a specification.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/conformance-expectation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/conformance-expectation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConformanceExpectation", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConformanceExpectation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "conformance-expectation", + "url": "http://hl7.org/fhir/ValueSet/conformance-expectation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.919", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/conformance-expectation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "NCBI central repository for curating pathogenicity of potentially clinically relevant variants", + "compose": { + "include": [{ "system": "http://www.ncbi.nlm.nih.gov/clinvar" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/clinvar/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "ClinVar", + "experimental": false, + "resourceType": "ValueSet", + "title": "Clin var", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "clinvar", + "url": "http://hl7.org/fhir/ValueSet/clinvar", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1041", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinvar", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes some method codes from SNOMED CT - provided as an exemplar", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "422096002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/administration-method-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTAdministrationMethodCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Administration Method Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "administration-method-codes", + "url": "http://hl7.org/fhir/ValueSet/administration-method-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.97", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/administration-method-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that represents the preferred display order of the components of a human name.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/name-assembly-order" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0444", + "concept": [ + { + "code": "F", + "display": "Prefix Family Given Suffix" + }, + { "code": "G", "display": "Prefix Given Family Suffix" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [{ "code": "UNK", "display": "Unknown" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/name-assembly-order/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "HumanNameAssemblyOrder", + "experimental": false, + "resourceType": "ValueSet", + "title": "HumanNameAssemblyOrder", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "name-assembly-order", + "url": "http://hl7.org/fhir/ValueSet/name-assembly-order", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.913", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/name-assembly-order", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNamePartType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNamePartType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNamePartType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNamePartType", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNamePartType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15880", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNamePartType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0538 ( Institution Relationship Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0538" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0538/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0538", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Institution Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0538", + "url": "http://terminology.hl7.org/ValueSet/v2-0538", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0538", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0725 ( Mood Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0725" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0725/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0725", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Mood Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0725", + "url": "http://terminology.hl7.org/ValueSet/v2-0725", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0725", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all Reference codes", + "compose": { + "include": [ + { "system": "http://www.ensembl.org" }, + { "system": "http://www.ncbi.nlm.nih.gov/nuccore" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequence-referenceSeq/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ENSEMBL", + "copyright": "(ENSEMBL)Ensembl imposes no restrictions on access to, or use of, the data provided and the software used to analyse and present it. Ensembl data generated by members of the project are available without restriction || (NCBI) NCBI itself places no restrictions on the use or distribution of the data contained therein. Nor do we accept data when the submitter has requested restrictions on reuse or redistribution. However, some submitters of the original data (or the country of origin of such data) may claim patent, copyright, or other intellectual property rights in all or a portion of the data (that has been submitted). NCBI is not in a position to assess the validity of such claims and since there is no transfer of rights from submitters to NCBI, NCBI has no rights to transfer to a third party. Therefore, NCBI cannot provide comment or unrestricted permission concerning the use, copying, or distribution of the information contained in the molecular databases.", + "experimental": false, + "resourceType": "ValueSet", + "title": "E n s e m b l", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "sequence-referenceSeq", + "url": "http://hl7.org/fhir/ValueSet/sequence-referenceSeq", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.221", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequence-referenceSeq", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0069 ( Hospital service)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0069" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0069/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0069", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Hospital service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0069", + "url": "http://terminology.hl7.org/ValueSet/v2-0069", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0069", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/resource-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "CanonicalStatusCodesForFHIRResources", + "experimental": false, + "resourceType": "ValueSet", + "title": "Canonical Status Codes for FHIR Resources", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "resource-status", + "url": "http://hl7.org/fhir/ValueSet/resource-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.117", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nBased on concepts for resolutions from HL7 ballot spreadsheet according to HL7's Governance & Operations Manual (GOM).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7VoteResolution" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7VoteResolution/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7VoteResolution", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7VoteResolution", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7VoteResolution", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7VoteResolution", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7VoteResolution", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Codes for the representation of the names of human languages.", + "compose": { "include": [{ "system": "urn:iso:std:iso:3166" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-HumanLanguage/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.HumanLanguage", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetHumanLanguage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-HumanLanguage", + "url": "http://terminology.hl7.org/ValueSet/v3-HumanLanguage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11526", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-HumanLanguage", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "true", + "property": "acme-plasma" + } + ], + "system": "http://hl7.org/fhir/CodeSystem/example" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/example-filter/4.0.1", + "date": "2018-11-01", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 International", + "fhirVersion": null, + "name": "ACMECholCodesPlasma", + "experimental": true, + "resourceType": "ValueSet", + "title": "ACME Codes for Cholesterol: Plasma only", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-filter", + "url": "http://hl7.org/fhir/ValueSet/example-filter", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-filter", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": " Specifies the state change of a target Act using DocuymentCompletion codes, from its previous state as a predecessor Act. For example, if the target Act is the result of a predecessor Act being \"obsoleted\" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be \"obsoleted\".", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion", + "concept": [ + { "code": "AU" }, + { "code": "DI" }, + { "code": "DO" }, + { "code": "LA" }, + { "code": "UC" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-DC/2014-08-07", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ProvenanceEventCurrentState-DC", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetProvenanceEventCurrentState-DC", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ProvenanceEventCurrentState-DC", + "url": "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-DC", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20546", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-08-07", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProvenanceEventCurrentState-DC", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Supply orders and deliveries are simple Acts that focus on the delivered product. The product is associated with the Supply Act via Participation.typeCode=\"product\". With general Supply Acts, the precise identification of the Material (manufacturer, serial numbers, etc.) is important. Most of the detailed information about the Supply should be represented using the Material class. If delivery needs to be scheduled, tracked, and billed separately, one can associate a Transportation Act with the Supply Act. Pharmacy dispense services are represented as Supply Acts, associated with a SubstanceAdministration Act. The SubstanceAdministration class represents the administration of medication, while dispensing is supply.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "SPLY", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassSupply/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassSupply", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassSupply", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassSupply", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassSupply", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11535", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassSupply", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0109 ( REPORT PRIORITY)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0109" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0109/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0109", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 REPORT PRIORITY", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0109", + "url": "http://terminology.hl7.org/ValueSet/v2-0109", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0109", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for offer party participation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-party-role" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-party-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourcePartyRoleCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Party Role codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-party-role", + "url": "http://hl7.org/fhir/ValueSet/contract-party-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1224", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-party-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes describing how the QuestionnaireResponse was populated", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode", + "concept": [ + { "code": "ELECTRONIC" }, + { "code": "VERBAL" }, + { "code": "WRITTEN" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaireresponse-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR Infrastructure", + "fhirVersion": null, + "name": "QuestionnaireResponseMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Response Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "questionnaireresponse-mode", + "url": "http://hl7.org/fhir/ValueSet/questionnaireresponse-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1290", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-mode", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0921 ( Certification Type Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0921" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0921/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0921", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Certification Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0921", + "url": "http://terminology.hl7.org/ValueSet/v2-0921", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0921", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The facility where the service is done. May be a static building (or room therein) or a moving location (e.g., ambulance, helicopter, aircraft, train, truck, ship, etc.)", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "LOC", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationTargetLocation/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationTargetLocation", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationTargetLocation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationTargetLocation", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetLocation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10302", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationTargetLocation", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Possible types of subjects.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/resource-types", + "concept": [ + { "code": "Patient" }, + { "code": "Practitioner" }, + { "code": "Organization" }, + { "code": "Location" }, + { "code": "Device" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/subject-type/4.0.1", + "date": "2017-02-15T16:33:00.000-07:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T15:29:23.356-07:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SubjectType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Subject type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "subject-type", + "url": "http://hl7.org/fhir/ValueSet/subject-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.775", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/subject-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "other" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for high level media categories.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/media-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/media-type/4.0.1", + "date": "2017-12-08T02:32:59+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MediaType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Media Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "media-type", + "url": "http://hl7.org/fhir/ValueSet/media-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1000", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/media-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Document Codes - all LOINC codes where scale type = 'DOC'.", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "Doc", "property": "SCALE_TYP" } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/doc-typecodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7", + "fhirVersion": null, + "name": "FHIRDocumentTypeCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Document Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "doc-typecodes", + "url": "http://hl7.org/fhir/ValueSet/doc-typecodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.240", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/doc-typecodes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Scoped by the manufacturer", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "MANU", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassManufacturedProduct/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassManufacturedProduct", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassManufacturedProduct", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassManufacturedProduct", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassManufacturedProduct", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11580", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassManufacturedProduct", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0121 ( RESPONSE FLAG)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0121" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0121/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0121", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 RESPONSE FLAG", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0121", + "url": "http://terminology.hl7.org/ValueSet/v2-0121", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0121", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Identifies the kinds of observations that can be performed", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ObservationType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { "system": "http://loinc.org" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObservationType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ObservationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetObservationType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ObservationType", + "url": "http://terminology.hl7.org/ValueSet/v3-ObservationType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16226", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObservationType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This examples value set defines the set of codes that can be used to represent the type of an account.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActAccountCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/account-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AccountTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Account Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "account-type", + "url": "http://hl7.org/fhir/ValueSet/account-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.728", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/account-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Payment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-paymenttype" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-paymenttype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExamplePaymentTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Payment Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-paymenttype", + "url": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.616", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-paymenttype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0003 ( EVENT TYPE CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0003" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0003/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0003", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 EVENT TYPE CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0003", + "url": "http://terminology.hl7.org/ValueSet/v2-0003", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0003", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Event Types for Audit Events - defined by DICOM with some FHIR specific additions.", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "concept": [ + { "code": "110100" }, + { "code": "110101" }, + { "code": "110102" }, + { "code": "110103" }, + { "code": "110104" }, + { "code": "110105" }, + { "code": "110106" }, + { "code": "110107" }, + { "code": "110108" }, + { "code": "110109" }, + { "code": "110110" }, + { "code": "110111" }, + { "code": "110112" }, + { "code": "110113" }, + { "code": "110114" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/audit-event-type" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-type/4.0.1", + "date": "2015-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "NEMA/DICOM", + "fhirVersion": null, + "name": "AuditEventID", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "audit-event-type", + "url": "http://hl7.org/fhir/ValueSet/audit-event-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.462", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-event-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A physicial place or site with its containing structure. May be natural or man-made. The geographic position of a place may or may not be constant.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "PLC", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassPlace/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassPlace", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassPlace", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassPlace", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassPlace", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10892", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassPlace", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " An anatomical location on an organism which can be the focus of an act.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActSite/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActSite", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActSite", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActSite", + "url": "http://terminology.hl7.org/ValueSet/v3-ActSite", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActSite", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0267 ( Days of the Week)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0267" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0267/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0267", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Days of the Week", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0267", + "url": "http://terminology.hl7.org/ValueSet/v2-0267", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0267", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-definition-subtype" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-definition-subtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceDefinitionSubtypeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Definition Subtype codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-definition-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-definition-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1212", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-definition-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClass/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActClass", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActClass", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClass", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11527", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClass", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0570 ( Payment Method Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0570" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0570/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0570", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Payment Method Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0570", + "url": "http://terminology.hl7.org/ValueSet/v2-0570", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0570", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contains concept codes for specific substances. It includes codes from [SNOMED](http://snomed.info/sct) where concept is-a 105590001 (Substance (substance)) and where concept is-a 373873005 (Pharmaceutical / biologic product (product))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/substance-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SubstanceCode", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Substance Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-code", + "url": "http://hl7.org/fhir/ValueSet/substance-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.473", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/substance-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "TextureModifier: Codes for food consistency types or texture modifications to apply to foods. This value set is composed of SNOMED CT (US Extension and Core) Concepts from SCTID 229961002 Food consistency types (substance) hierarchy and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "228053002", "display": "Cut-up food" }, + { + "code": "439091000124107", + "display": "Easy to chew food" + }, + { "code": "228049004", "display": "Chopped food" }, + { "code": "441881000124103", "display": "Ground food" }, + { "code": "441761000124103", "display": "Minced food" }, + { "code": "441751000124100", "display": "Mashed food" }, + { "code": "228059003", "display": "Soft food" }, + { + "code": "441791000124106", + "display": "Strained food" + }, + { "code": "228055009", "display": "Liquidized food" }, + { "code": "228056005", "display": "Lumpy food" }, + { "code": "441771000124105", "display": "Moist food" }, + { "code": "228057001", "display": "Semi-solid food" }, + { + "code": "228058006", + "display": "Single texture food" + }, + { "code": "228060008", "display": "Solid food" } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/texture-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "TextureModifierCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Texture Modifier Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "texture-code", + "url": "http://hl7.org/fhir/ValueSet/texture-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.387", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/texture-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "UCUM units for recording body length measures such as height and head circumference", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [{ "code": "cm" }, { "code": "[in_i]" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodylength/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "BodyLengthUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Length Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodylength", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodylength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.958", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ucum-bodylength", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0165 ( ADMINISTRATION METHOD)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0165" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0165/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0165", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ADMINISTRATION METHOD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0165", + "url": "http://terminology.hl7.org/ValueSet/v2-0165", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0165", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0895 ( Present On Admission (POA) Indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0895" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0895/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0895", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Present On Admission (POA) Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0895", + "url": "http://terminology.hl7.org/ValueSet/v2-0895", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0895", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The gender of a person used for administrative purposes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/administrative-gender" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/administrative-gender/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdministrativeGender", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdministrativeGender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "administrative-gender", + "url": "http://hl7.org/fhir/ValueSet/administrative-gender", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/administrative-gender", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines an example set of codes that could be can be used to classify groupings of service-types/specialties.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/program" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/program/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Program", + "experimental": false, + "resourceType": "ValueSet", + "title": "Program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "program", + "url": "http://hl7.org/fhir/ValueSet/program", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1383", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/program", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0092 ( RE-ADMISSION INDICATOR)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0092" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0092/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0092", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 RE-ADMISSION INDICATOR", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "language": "en", + "id": "v2-0092", + "url": "http://terminology.hl7.org/ValueSet/v2-0092", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0092", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the physical form of the Location.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/location-physical-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LocationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Location type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "location-physical-type", + "url": "http://hl7.org/fhir/ValueSet/location-physical-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.328", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/location-physical-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The impact of the content of a message.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/message-significance-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/message-significance-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MessageSignificanceCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "MessageSignificanceCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "message-significance-category", + "url": "http://hl7.org/fhir/ValueSet/message-significance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.188", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/message-significance-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0133 ( PROCEDURE PRACTITIONER TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0133" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0133/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0133", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PROCEDURE PRACTITIONER TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0133", + "url": "http://terminology.hl7.org/ValueSet/v2-0133", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0133", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Starter set of user interface control/display mechanisms that might be used when rendering an item in a questionnaire.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/questionnaire-item-control" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-item-control/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "QuestionnaireItemUIControlCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Item UI Control Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "questionnaire-item-control", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-item-control", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.931", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-item-control", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes for the assessment of whether the entity caused the event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-causality-assess/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventCausalityAssessment", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventCausalityAssessment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-causality-assess", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.840", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-causality-assess", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "min", "display": "minutes" }, + { "code": "h", "display": "hours" }, + { "code": "d", "display": "days" }, + { "code": "wk", "display": "weeks" }, + { "code": "mo", "display": "months" }, + { "code": "a", "display": "years" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/age-units/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "CommonUCUMCodesForAge", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Age", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "age-units", + "url": "http://hl7.org/fhir/ValueSet/age-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.19", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/age-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How data is copied/created.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-transform" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/map-transform/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StructureMapTransform", + "experimental": false, + "resourceType": "ValueSet", + "title": "StructureMapTransform", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "map-transform", + "url": "http://hl7.org/fhir/ValueSet/map-transform", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.681", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/map-transform", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0717 ( Access Restriction Value)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0717" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0717/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0717", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Access Restriction Value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0717", + "url": "http://terminology.hl7.org/ValueSet/v2-0717", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0717", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0140 ( Military service)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0140" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0140/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0140", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Military service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0140", + "url": "http://terminology.hl7.org/ValueSet/v2-0140", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0140", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)|", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "706041008", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-container-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecimenContainerType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen Container Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-container-type", + "url": "http://hl7.org/fhir/ValueSet/specimen-container-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.470", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-container-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0242 ( Primary Observer's Qualification)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0242" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0242/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0242", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Primary Observer's Qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0242", + "url": "http://terminology.hl7.org/ValueSet/v2-0242", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0242", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A code that indicates whether an application accepts unknown elements or extensions when reading resources.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/unknown-content-code" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/unknown-content-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "UnknownContentCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "UnknownContentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "unknown-content-code", + "url": "http://hl7.org/fhir/ValueSet/unknown-content-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.196", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/unknown-content-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0424 ( Gestation category code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0424" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0424/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0424", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Gestation category code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0424", + "url": "http://terminology.hl7.org/ValueSet/v2-0424", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0424", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The primary process by which the target is validated", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-process" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-process/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "validation-process", + "experimental": false, + "resourceType": "ValueSet", + "title": "Validation-process", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "verificationresult-validation-process", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-process", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.888", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-validation-process", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes some taken and not taken reason codes from SNOMED CT - provided as an exemplar", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "266710000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410684002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-status-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTDrugTherapyStatusCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Drug Therapy Status codes ", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-status-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.369", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reason-medication-status-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A list of all the knowledge resource types defined in this version of the FHIR specification.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/knowledge-resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/knowledge-resource-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "KnowledgeResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "KnowledgeResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "knowledge-resource-types", + "url": "http://hl7.org/fhir/ValueSet/knowledge-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1062", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/knowledge-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RelationshipConjunction" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RelationshipConjunction/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RelationshipConjunction", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RelationshipConjunction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RelationshipConjunction", + "url": "http://terminology.hl7.org/ValueSet/v3-RelationshipConjunction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10365", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RelationshipConjunction", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0474 ( Practitioner Organization Unit Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0474" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0474/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0474", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Practitioner Organization Unit Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0474", + "url": "http://terminology.hl7.org/ValueSet/v2-0474", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0474", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate a type of organization.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/organization-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/organization-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "OrganizationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Organization type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-type", + "url": "http://hl7.org/fhir/ValueSet/organization-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.414", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/organization-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0311 ( Job status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0311" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0311/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0311", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Job status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0311", + "url": "http://terminology.hl7.org/ValueSet/v2-0311", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0311", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Identifies the purpose for this identifier, if known .", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/identifier-use" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/identifier-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "IdentifierUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "IdentifierUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "identifier-use", + "url": "http://hl7.org/fhir/ValueSet/identifier-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.57", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/identifier-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "No Description Provided", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution", + "concept": [ + { "code": "_ActSubstanceAdminSubstitutionCode" } + ] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActSubstanceAdminSubstitutionCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActSubstanceAdminSubstitutionCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActSubstanceAdminSubstitutionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "active", + "id": "v3-ActSubstanceAdminSubstitutionCode", + "url": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16621", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActSubstanceAdminSubstitutionCode", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role" + }, + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/practitioner-role/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "PractitionerRole", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Practitioner role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "practitioner-role", + "url": "http://hl7.org/fhir/ValueSet/practitioner-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.439", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/practitioner-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Regions of Interest (ROI) within a subject Act. Primarily used for making secondary observations on a subset of a subject observation. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type \"subject\" (SUBJ), which must always be present.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass", + "concept": [{ "code": "_ActClassROI" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActClassROI", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActClassROI/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActClassROI", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActClassROI", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActClassROI", + "url": "http://terminology.hl7.org/ValueSet/v3-ActClassROI", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17893", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActClassROI", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0211 ( Alternate Character Sets)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0211" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0211/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0211", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Alternate Character Sets", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0211", + "url": "http://terminology.hl7.org/ValueSet/v2-0211", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0211", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Preferred value set for Condition Clinical Status.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-clinical" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-clinical/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionClinicalStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Clinical Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "condition-clinical", + "url": "http://hl7.org/fhir/ValueSet/condition-clinical", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.164", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-clinical", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActRelationshipSplit" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActRelationshipSplit/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActRelationshipSplit", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActRelationshipSplit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActRelationshipSplit", + "url": "http://terminology.hl7.org/ValueSet/v3-ActRelationshipSplit", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10355", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActRelationshipSplit", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0520 ( Message waiting priority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0520" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0520/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0520", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Message waiting priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0520", + "url": "http://terminology.hl7.org/ValueSet/v2-0520", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0520", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the change that happened to the device during the procedure. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "129264002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-action/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "ProcedureDeviceActionCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Device Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "device-action", + "url": "http://hl7.org/fhir/ValueSet/device-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.425", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-action", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0618 ( Protection Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0618" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0618/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0618", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Protection Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0618", + "url": "http://terminology.hl7.org/ValueSet/v2-0618", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0618", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes used to identify medical devices. Includes concepts from SNOMED CT (http://www.snomed.org/) where concept is-a 49062001 (Device) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "49062001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "name": "DeviceType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Device Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-type", + "url": "http://hl7.org/fhir/ValueSet/device-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1376", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of participant.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/report-participant-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/report-participant-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TestReportParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "TestReportParticipantType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "report-participant-type", + "url": "http://hl7.org/fhir/ValueSet/report-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.722", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/report-participant-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the source of the data when the report of the immunization event is not based on information from the person, entity or organization who administered the vaccine. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-origin", + "concept": [ + { "code": "provider", "display": "Other Provider" }, + { "code": "record", "display": "Written Record" }, + { + "code": "recall", + "display": "Parent/Guardian/Patient Recall" + }, + { "code": "school", "display": "School Record" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-origin/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationOriginCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Origin Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-origin", + "url": "http://hl7.org/fhir/ValueSet/immunization-origin", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.296", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-origin", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Action codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractaction" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-action/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractActionCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-action", + "url": "http://hl7.org/fhir/ValueSet/contract-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.739", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes for why the study ended prematurely.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-study-reason-stopped" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/research-study-reason-stopped/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResearchStudyReasonStopped", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResearchStudyReasonStopped", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-reason-stopped", + "url": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.825", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/research-study-reason-stopped", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The kind of operation to perform as a part of a property based filter.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/filter-operator" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/filter-operator/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FilterOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "FilterOperator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "filter-operator", + "url": "http://hl7.org/fhir/ValueSet/filter-operator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.478", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/filter-operator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all drug or medicament substance codes and all pharmaceutical/biologic products from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "106181007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTMedicationCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Medication Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-codes", + "url": "http://hl7.org/fhir/ValueSet/medication-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.375", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of adjudication codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication-error" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adjudication-error/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "Adjudication Error Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdjudicationError", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication-error", + "url": "http://hl7.org/fhir/ValueSet/adjudication-error", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.39", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adjudication-error", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " American Indian and Alaska Native languages currently being used in the United States.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AmericanIndianAlaskaNativeLanguages" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AmericanIndianAlaskaNativeLanguages/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AmericanIndianAlaskaNativeLanguages", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AmericanIndianAlaskaNativeLanguages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AmericanIndianAlaskaNativeLanguages", + "url": "http://terminology.hl7.org/ValueSet/v3-AmericanIndianAlaskaNativeLanguages", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AmericanIndianAlaskaNativeLanguages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This example value set defines a set of codes that can be used to indicate the priority of collection of a specimen.", + "compose": { + "include": [ + { + "system": "http://example.com", + "concept": [ + { "code": "1", "display": "STAT" }, + { "code": "2", "display": "ASAP" }, + { "code": "3", "display": "ASAP-ED" }, + { "code": "4", "display": "AM" }, + { "code": "5", "display": "ROUTINE" }, + { "code": "6", "display": "NURSE COLLECT" }, + { "code": "7", "display": "CALL OR FAX" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/specimen-collection-priority/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SpecimenCollectionPriority", + "copyright": "TBD", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen collection priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "specimen-collection-priority", + "url": "http://hl7.org/fhir/ValueSet/specimen-collection-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.939", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-collection-priority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example value set for the type of stages of cancer and other conditions", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "261023001", + "display": "Pathological staging (qualifier value)" + } + ] + }, + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "260998006", + "display": "Clinical staging (qualifier value)" + } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "254291000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-stage-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "ConditionStageType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Stage Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-stage-type", + "url": "http://hl7.org/fhir/ValueSet/condition-stage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.171", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-stage-type", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Defines selection frequency behavior for an action or group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-precheck-behavior" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-precheck-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionPrecheckBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionPrecheckBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-precheck-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-precheck-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.805", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-precheck-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for decision modes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-decision-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-decision-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceDecisionModeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Decision Mode codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-decision-mode", + "url": "http://hl7.org/fhir/ValueSet/contract-decision-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1291", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-decision-mode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes defining the purpose of a Questionnaire item of type 'text'.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-display-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-display-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "QuestionnaireTextCategories", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Text Categories", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "questionnaire-display-category", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-display-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.935", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-display-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0370 ( Container status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0370" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0370/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0370", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Container status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0370", + "url": "http://terminology.hl7.org/ValueSet/v2-0370", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0370", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines the set of codes for describing the type or mode of the patient's preferred language.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/language-preference-type", + "concept": [ + { "code": "verbal", "display": "verbal" }, + { "code": "written", "display": "written" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/language-preference-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LanguagePreferenceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Language preference type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "language-preference-type", + "url": "http://hl7.org/fhir/ValueSet/language-preference-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1022", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/language-preference-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0235 ( Report Source)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0235" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0235/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0235", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Report Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0235", + "url": "http://terminology.hl7.org/ValueSet/v2-0235", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0235", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " These values are defined within the XHTML 4.0 Table Model", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TableRules" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TableRules/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TableRules", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TableRules", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TableRules", + "url": "http://terminology.hl7.org/ValueSet/v3-TableRules", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11002", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TableRules", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example value set for condition outcomes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionOutcomeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Outcome Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-outcome", + "url": "http://hl7.org/fhir/ValueSet/condition-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.967", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Code system of concepts representing a person's job type as defined by compensation and sector (e.g. paid vs. unpaid, self-employed vs. not self-employed, government vs. private, etc.).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-WorkClassificationODH" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-WorkClassificationODH/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.WorkClassificationODH", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System WorkClassificationODH", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-WorkClassificationODH", + "url": "http://terminology.hl7.org/ValueSet/v3-WorkClassificationODH", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20560", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-WorkClassificationODH", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the patient's eligibility for a vaccination program. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-program-eligibility" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-program-eligibility/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationProgramEligibility", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Program Eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-program-eligibility", + "url": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.291", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-program-eligibility", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0043 ( Condition code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0043" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0043/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0043", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Condition code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0043", + "url": "http://terminology.hl7.org/ValueSet/v2-0043", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0043", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0516 ( Error severity)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0516" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0516/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0516", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Error severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0516", + "url": "http://terminology.hl7.org/ValueSet/v2-0516", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0516", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contactentity-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contactentity-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ContactEntityType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contact entity type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "contactentity-type", + "url": "http://hl7.org/fhir/ValueSet/contactentity-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.416", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contactentity-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceStatusCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-status", + "url": "http://hl7.org/fhir/ValueSet/contract-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.743", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of detail codes for flagged issues. (Not complete or necessarily appropriate.)", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/flag-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "FlagCode", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Flag Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-code", + "url": "http://hl7.org/fhir/ValueSet/flag-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.124", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-code", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Defines the types of relationships between actions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-relationship-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-relationship-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionRelationshipType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/action-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.813", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Biologically Derived Product Category.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/product-category" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/product-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BiologicallyDerivedProductCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "BiologicallyDerivedProductCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "product-category", + "url": "http://hl7.org/fhir/ValueSet/product-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.900", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/product-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0259 ( Modality)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0259" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0259/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0259", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0259", + "url": "http://terminology.hl7.org/ValueSet/v2-0259", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0259", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_AdministrationDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { + "filter": [ + { + "op": "is-a", + "value": "_ActSuppliedItemDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { + "filter": [ + { + "op": "is-a", + "value": "_SupplyDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DetectedIssueCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "detectedissue-category", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.204", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/detectedissue-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " These values are defined within the XHTML 4.0 Table Model", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TableCellVerticalAlign" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TableCellVerticalAlign/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TableCellVerticalAlign", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TableCellVerticalAlign", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TableCellVerticalAlign", + "url": "http://terminology.hl7.org/ValueSet/v3-TableCellVerticalAlign", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10987", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TableCellVerticalAlign", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A set of codes (e.g., for routine, emergency), specifying the urgency under which the Act happened, can happen, is happening, is intended to happen, or is requested/demanded to happen.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActPriority/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ActPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ActPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ActPriority", + "url": "http://terminology.hl7.org/ValueSet/v3-ActPriority", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActPriority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of network access point of this agent in the audit event.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/network-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/network-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AuditEventAgentNetworkType", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "AuditEventAgentNetworkType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "network-type", + "url": "http://hl7.org/fhir/ValueSet/network-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.456", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/network-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUse" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNameUse/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNameUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNameUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNameUse", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNameUse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.15913", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNameUse", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nUsed to enumerate the typical confidentiality constraints placed upon a clinical document. Usage Note:\r\nx_BasicConfidentialityKind is a subset of Confidentiality codes that are used as metadata indicating the receiver responsibility to comply with normally applicable jurisdictional privacy law or disclosure authorization; that the receiver may not disclose this information except as directed by the information custodian, who may be the information subject; or that the receiver may not disclose this information except as directed by the information custodian, who may be the information subject.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality", + "concept": [ + { "code": "N" }, + { "code": "R" }, + { "code": "V" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-xBasicConfidentialityKind/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.x_BasicConfidentialityKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value Setx_BasicConfidentialityKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-xBasicConfidentialityKind", + "url": "http://terminology.hl7.org/ValueSet/v3-xBasicConfidentialityKind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16926", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-xBasicConfidentialityKind", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0916 ( Relevant Clincial Information)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0916" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0916/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0916", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Relevant Clincial Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "language": "en", + "id": "v2-0916", + "url": "http://terminology.hl7.org/ValueSet/v2-0916", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0916", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0159 ( DIET TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0159" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0159/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0159", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DIET TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0159", + "url": "http://terminology.hl7.org/ValueSet/v2-0159", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0159", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The current status of the test report.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/report-status-codes" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/report-status-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TestReportStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "TestReportStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "report-status-codes", + "url": "http://hl7.org/fhir/ValueSet/report-status-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.724", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/report-status-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0556 ( Benefit Group)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0556" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0556/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0556", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Benefit Group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0556", + "url": "http://terminology.hl7.org/ValueSet/v2-0556", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0556", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A rating system that describes the quality of evidence such as the GRADE, DynaMed, or Oxford CEBM systems.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/evidence-quality" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/evidence-quality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QualityOfEvidenceRating", + "experimental": false, + "resourceType": "ValueSet", + "title": "QualityOfEvidenceRating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "evidence-quality", + "url": "http://hl7.org/fhir/ValueSet/evidence-quality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1020", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/evidence-quality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0070 ( SOURCE OF SPECIMEN)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0070" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0070/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0070", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 SOURCE OF SPECIMEN", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0070", + "url": "http://terminology.hl7.org/ValueSet/v2-0070", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0070", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-IntegrityCheckAlgorithm" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-IntegrityCheckAlgorithm/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.IntegrityCheckAlgorithm", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System IntegrityCheckAlgorithm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-IntegrityCheckAlgorithm", + "url": "http://terminology.hl7.org/ValueSet/v3-IntegrityCheckAlgorithm", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17385", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-IntegrityCheckAlgorithm", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0170 ( DERIVED SPECIMEN)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0170" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0170/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0170", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DERIVED SPECIMEN", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0170", + "url": "http://terminology.hl7.org/ValueSet/v2-0170", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0170", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines expectations around whether an action or action group is required.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-required-behavior" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-required-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionRequiredBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionRequiredBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-required-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-required-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.803", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-required-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0325 ( Location Relationship ID)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0325" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0325/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0325", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Location Relationship ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0325", + "url": "http://terminology.hl7.org/ValueSet/v2-0325", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0325", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sequence quality standard", + "compose": { + "include": [{ "system": "https://precision.fda.gov/files/" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/sequence-quality-standardSequence/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "FDA-StandardSequence", + "copyright": "Unless otherwise noted, the contents of the FDA website (www.fda.gov)—both text and graphics—are not copyrighted. They are in the public domain and may be republished, reprinted and otherwise used freely by anyone without the need to obtain permission from FDA. Credit to the U.S. Food and Drug Administration as the source is appreciated but not required. FDA appreciates being informed about the use of website materials. Contact FDA, HFI-50, Rockville, MD 20857 or email webmail@oc.fda.gov.", + "experimental": false, + "resourceType": "ValueSet", + "title": "F d a- standard sequence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "sequence-quality-standardSequence", + "url": "http://hl7.org/fhir/ValueSet/sequence-quality-standardSequence", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.222", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/sequence-quality-standardSequence", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Status of the validation of the target against the primary source", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-status/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "validation-status", + "experimental": false, + "resourceType": "ValueSet", + "title": "Validation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-validation-status", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.894", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/verificationresult-validation-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose is considered to be subpotent. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-subpotent-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-subpotent-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationSubpotentReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Subpotent Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-subpotent-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.993", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-subpotent-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "The subcomponent classification of quality of evidence rating systems.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/certainty-subcomponent-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/certainty-subcomponent-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CertaintySubcomponentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "CertaintySubcomponentType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "certainty-subcomponent-type", + "url": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1359", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/certainty-subcomponent-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "BiologicallyDerived Product Storage Scale.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/product-storage-scale" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/product-storage-scale/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BiologicallyDerivedProductStorageScale", + "experimental": false, + "resourceType": "ValueSet", + "title": "BiologicallyDerivedProductStorageScale", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "product-storage-scale", + "url": "http://hl7.org/fhir/ValueSet/product-storage-scale", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.904", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/product-storage-scale", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " High level observation categories for the general type of observation being made. URL: http://hl7-fhir.github.io/valueset-observation-category.html This is an inline code system http://hl7.org/fhir/observation-category.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationCategory" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObservationCategory/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ObservationCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ObservationCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ObservationCategory", + "url": "http://terminology.hl7.org/ValueSet/v3-ObservationCategory", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.2.222", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObservationCategory", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0243 ( Identity may be Divulged)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0243" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0243/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0243", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Identity may be Divulged", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0243", + "url": "http://terminology.hl7.org/ValueSet/v2-0243", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0243", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0616 ( Address Expiration Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0616" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0616/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0616", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Address Expiration Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0616", + "url": "http://terminology.hl7.org/ValueSet/v2-0616", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0616", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A material in a blood collection container that facilites the separation of of blood cells from serum or plasma", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ContainerSeparator" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ContainerSeparator/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ContainerSeparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ContainerSeparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ContainerSeparator", + "url": "http://terminology.hl7.org/ValueSet/v3-ContainerSeparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14054", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ContainerSeparator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example value set for Manifestation and Symptom codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/manifestation-or-symptom/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ManifestationAndSymptomCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Manifestation and Symptom Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "manifestation-or-symptom", + "url": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.169", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/manifestation-or-symptom", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of trigger.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/trigger-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/trigger-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TriggerType", + "experimental": false, + "resourceType": "ValueSet", + "title": "TriggerType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "trigger-type", + "url": "http://hl7.org/fhir/ValueSet/trigger-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.103", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/trigger-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether an operation is a normal operation or a query.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/operation-kind" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/operation-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "OperationKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "OperationKind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "operation-kind", + "url": "http://hl7.org/fhir/ValueSet/operation-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.506", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operation-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0429 ( Production class Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0429" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0429/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0429", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Production class Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0429", + "url": "http://terminology.hl7.org/ValueSet/v2-0429", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0429", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the evaluation for vaccine administration event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-admin-status", + "concept": [ + { "code": "completed" }, + { "code": "entered-in-error" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationEvaluationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "immunization-evaluation-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.299", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-evaluation-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. \r\n \r\n Note: The codes for countries and country subdivisions are taken from [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) while the codes for \"supra-national\" regions are from [UN Standard country or area codes for statistical use (M49)](http://unstats.un.org/unsd/methods/m49/m49.htm).", + "compose": { + "include": [ + { "system": "urn:iso:std:iso:3166" }, + { "system": "urn:iso:std:iso:3166:-2" }, + { + "filter": [ + { "op": "=", "value": "region", "property": "class" } + ], + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/jurisdiction/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Jurisdiction ValueSet", + "experimental": false, + "resourceType": "ValueSet", + "title": "Jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "jurisdiction", + "url": "http://hl7.org/fhir/ValueSet/jurisdiction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.48", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/jurisdiction", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Medication Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-statement-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Medication Status Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "medication-statement-status", + "url": "http://hl7.org/fhir/ValueSet/medication-statement-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.367", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-statement-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that specifies a type of context being specified by a usage context.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/usage-context-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "UsageContextType", + "experimental": false, + "resourceType": "ValueSet", + "title": "UsageContextType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "usage-context-type", + "url": "http://hl7.org/fhir/ValueSet/usage-context-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.101", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/usage-context-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0144 ( ELIGIBILITY SOURCE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0144" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0144/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0144", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ELIGIBILITY SOURCE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0144", + "url": "http://terminology.hl7.org/ValueSet/v2-0144", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0144", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Code for the entity type involved in the audit event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type" + }, + { "system": "http://hl7.org/fhir/resource-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/audit-entity-type/4.0.1", + "date": "2017-03-10T09:44:54+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AuditEventEntityType", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit event entity type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "audit-entity-type", + "url": "http://hl7.org/fhir/ValueSet/audit-entity-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.458", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/audit-entity-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " The type of document section. Possible values: review of systems, medical history, family history, microscopic findings, etc.", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-DocumentSectionType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.DocumentSectionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetDocumentSectionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-DocumentSectionType", + "url": "http://terminology.hl7.org/ValueSet/v3-DocumentSectionType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10871", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-DocumentSectionType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Status of the supply request.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/supplyrequest-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SupplyRequestStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "SupplyRequestStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-status", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.695", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplyrequest-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0161 ( ALLOW SUBSTITUTION)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0161" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0161/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0161", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ALLOW SUBSTITUTION", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0161", + "url": "http://terminology.hl7.org/ValueSet/v2-0161", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0161", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0391 ver 2.9 ( Segment Group)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0391|2.6" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.6-0391/0391", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0391.2.6", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0391, Version 2.6", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-2.6-0391", + "url": "http://terminology.hl7.org/ValueSet/v2-2.6-0391", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0391", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.6-0391", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Modifier type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/modifiers" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/claim-modifiers/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ModifierTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Modifier type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-modifiers", + "url": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.536", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/claim-modifiers", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0565 ( Provider Adjustment Reason Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0565" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0565/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0565", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Provider Adjustment Reason Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0565", + "url": "http://terminology.hl7.org/ValueSet/v2-0565", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0565", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0251 ( Action Taken in Response to the Event)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0251" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0251/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0251", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Action Taken in Response to the Event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0251", + "url": "http://terminology.hl7.org/ValueSet/v2-0251", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0251", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes Coverage Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay" + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverage-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "CoverageTypeAndSelf-PayCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Type and Self-Pay Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "coverage-type", + "url": "http://hl7.org/fhir/ValueSet/coverage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.520", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverage-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " The principle target that the service acts on. E.g. the patient in physical examination, a specimen in a lab observation. May also be a patient's family member (teaching) or a device or room (cleaning, disinfecting, housekeeping). Note: not all direct targets are subjects, consumables, and devices used as tools for a service are not subjects. However, a device may be a subject of a maintenance service.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "SBJ", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationTargetSubject/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ParticipationTargetSubject", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetParticipationTargetSubject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ParticipationTargetSubject", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationTargetSubject", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19584", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationTargetSubject", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "LDL Cholesterol codes - measured or calculated", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "18262-6", + "display": "LDL Cholesterol (Assay)", + "designation": [ + { + "use": { + "code": "900000000000003001", + "system": "http://snomed.info/sct", + "display": "Fully specified name" + }, + "value": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by Direct assay" + } + ] + }, + { + "code": "13457-7", + "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation", + "designation": [ + { + "use": { + "code": "900000000000003001", + "system": "http://snomed.info/sct", + "display": "Fully specified name" + }, + "value": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ldlcholesterol-codes/4.0.1", + "date": "2015-06-23T10:59:44+10:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T08:29:23.356+10:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LDLCodes", + "copyright": "This content from LOINC© is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "L d l codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ldlcholesterol-codes", + "url": "http://hl7.org/fhir/ValueSet/ldlcholesterol-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.959", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ldlcholesterol-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Coverage Copayment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverage-copay-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "CoverageCopayTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Copay Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "coverage-copay-type", + "url": "http://hl7.org/fhir/ValueSet/coverage-copay-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.527", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverage-copay-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A coded concept indicating the current status of the Device Usage.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/device-statement-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-statement-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceUseStatementStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceUseStatementStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "device-statement-status", + "url": "http://hl7.org/fhir/ValueSet/device-statement-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.214", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-statement-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0004 ( PATIENT CLASS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0004" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0004/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0004", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 PATIENT CLASS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0004", + "url": "http://terminology.hl7.org/ValueSet/v2-0004", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0004", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0457 ( Overall claim disposition code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0457" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0457/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0457", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Overall claim disposition code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0457", + "url": "http://terminology.hl7.org/ValueSet/v2-0457", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0457", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "An HL7 administrative unit that owns artifacts in the FHIR specification.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/hl7-work-group" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/hl7-work-group/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "HL7Workgroup", + "experimental": false, + "resourceType": "ValueSet", + "title": "HL7Workgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "hl7-work-group", + "url": "http://hl7.org/fhir/ValueSet/hl7-work-group", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.944", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hl7-work-group", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code specifying the types of information being requested.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/eligibilityrequest-purpose" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EligibilityRequestPurpose", + "experimental": false, + "resourceType": "ValueSet", + "title": "EligibilityRequestPurpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "eligibilityrequest-purpose", + "url": "http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1182", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/eligibilityrequest-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A relationship between two entities that is formally recognized, frequently by a contract or similar agreement.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [{ "code": "_RoleClassRelationshipFormal" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_RoleClassRelationshipFormal", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassRelationshipFormal/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassRelationshipFormal", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassRelationshipFormal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassRelationshipFormal", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassRelationshipFormal", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10416", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassRelationshipFormal", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0164 ( ADMINISTRATION DEVICE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0164" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0164/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0164", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ADMINISTRATION DEVICE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0164", + "url": "http://terminology.hl7.org/ValueSet/v2-0164", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0164", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A named tag set for metadata used to populate a security category label field that \"segments\" an IT resource per policy by indicating that access and use is restricted to members of a defined community or project. (HL7 Healthcare Privacy and Security Classification System) Usage Note:\r\nThis is the healthcare analog to the US Intelligence Community's concept of a Special Access Program. Compartment codes may be used in as a field value in an initiator's clearance to indicate permission to access and use an IT Resource with a security label having the same compartment value in security category label field. Map: Aligns with ISO 2382-8 definition of Compartment - \"A division of data into isolated blocks with separate security controls for the purpose of reducing risk.\"", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "COMPT", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Compartment/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.Compartment", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetCompartment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-Compartment", + "url": "http://terminology.hl7.org/ValueSet/v3-Compartment", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20478", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Compartment", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes that reflect the current state of a clinical impression within its overall lifecycle.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/event-status", + "concept": [ + { "code": "in-progress" }, + { "code": "completed" }, + { "code": "entered-in-error" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/clinicalimpression-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "ClinicalImpressionStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Clinical Impression Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "clinicalimpression-status", + "url": "http://hl7.org/fhir/ValueSet/clinicalimpression-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1046", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinicalimpression-status", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0923 ( Process Interruption)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0923" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0923/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0923", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Process Interruption", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0923", + "url": "http://terminology.hl7.org/ValueSet/v2-0923", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0923", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0369 ( Specimen role)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0369" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0369/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0369", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Specimen role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0369", + "url": "http://terminology.hl7.org/ValueSet/v2-0369", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0369", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes used to identify medical devices safety characteristics. These codes are taken from the [NCI Thesaurus](https://ncit.nci.nih.gov/ncitbrowser/pages/home.jsf) and are provided here as a suggestive example.", + "compose": { + "include": [ + { + "system": "urn:oid:2.16.840.1.113883.3.26.1.1", + "concept": [ + { + "code": "C106046", + "display": "Magnetic Resonance Conditional", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A device with demonstrated safety in the MR environment within defined conditions. At a minimum, address the conditions of the static magnetic field, the switched gradient magnetic field and the radiofrequency fields. Additional conditions, including specific configurations of the item, may be required. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Conditional" }] + }, + { + "code": "C106045", + "display": "Magnetic Resonance Safe", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device poses no known hazards resulting from exposure to any MR environment. MR Safe items are composed of materials that are electrically nonconductive, nonmetallic, and nonmagnetic. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Safe" }] + }, + { + "code": "C106047", + "display": "Magnetic Resonance Unsafe", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device which poses unacceptable risks to the patient, medical staff or other persons within the MR environment. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Unsafe" }] + }, + { + "code": "C113844", + "display": "Labeling does not Contain MRI Safety Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Information on the safety of using a device in a magnetic resonance (MR) environment has not been provided in the labeling by the labeler." + } + ] + }, + { + "code": "C101673", + "display": "Labeled as Containing Natural Rubber Latex", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device label indicates natural rubber latex as a component." + } + ] + }, + { + "code": "C106038", + "display": "Not Made with Natural Rubber Latex", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The composition of the materials of an item do not contain natural rubber latex." + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", + "valueString": "NCI Thesaurus" + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-safety/4.0.1", + "date": "2017-02-17T23:28:06+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceSafety", + "copyright": "MRI safety definitions reprinted, with permission, from F2503-08 Standard Practice for Marking Medical Devices and Other Items for Safety in the Magnetic Resonance Environment, copyright ASTM International, 100 Barr Harbor Drive, West Conshohocken, PA 19428. See [ASTM F2503](https://www.astm.org/Standards/F2503.htm).", + "experimental": false, + "resourceType": "ValueSet", + "title": "Device safety", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-safety", + "url": "http://hl7.org/fhir/ValueSet/device-safety", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.213", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-safety", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A set of codes specifying whether and how the participant has attested his participation through a signature and or whether such a signature is needed. Examples:\r\nA surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants. (See also: Participation.signatureText.)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationSignature" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ParticipationSignature/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ParticipationSignature", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ParticipationSignature", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ParticipationSignature", + "url": "http://terminology.hl7.org/ValueSet/v3-ParticipationSignature", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10282", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ParticipationSignature", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "HL7 Ballot/Standards status of artifact.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/standards-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/standards-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StandardsStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "StandardsStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "standards-status", + "url": "http://hl7.org/fhir/ValueSet/standards-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1365", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/standards-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is the code specifying the high-level kind of document (e.g. Prescription, Discharge Summary, Report, etc.). Note: Class code for documents comes from LOINC, and is based upon one of the following:The type of service described by the document. It is described at a very high level in Section 7.3 of the LOINC Manual. The type study performed. It was determined by identifying modalities for study reports. The section of the chart where the document is placed. It was determined from the SETs created for Claims Attachment requests.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "11369-6", + "display": "History of Immunization" + }, + { "code": "11485-0", "display": "Anesthesia records" }, + { + "code": "11486-8", + "display": "Chemotherapy records" + }, + { "code": "11488-4", "display": "Consult Note" }, + { + "code": "11506-3", + "display": "Provider-unspecified progress note" + }, + { "code": "11543-6", "display": "Nursery records" }, + { + "code": "15508-5", + "display": "Labor and delivery records" + }, + { + "code": "18726-0", + "display": "Radiology studies (set)" + }, + { + "code": "18761-7", + "display": "Provider-unspecified transfer summary" + }, + { "code": "18842-5", "display": "Discharge summary" }, + { + "code": "26436-6", + "display": "Laboratory Studies (set)" + }, + { + "code": "26441-6", + "display": "Cardiology studies (set)" + }, + { + "code": "26442-4", + "display": "Obstetrical studies (set)" + }, + { + "code": "27895-2", + "display": "Gastroenterology endoscopy studies (set)" + }, + { + "code": "27896-0", + "display": "Pulmonary studies (set)" + }, + { + "code": "27897-8", + "display": "Neuromuscular electrophysiology studies (set)" + }, + { + "code": "27898-6", + "display": "Pathology studies (set)" + }, + { + "code": "28570-0", + "display": "Provider-unspecified procedure note" + }, + { + "code": "28619-5", + "display": "Ophthalmology/optometry studies (set)" + }, + { + "code": "28634-4", + "display": "Miscellaneous studies (set)" + }, + { "code": "29749-9", "display": "Dialysis records" }, + { + "code": "29750-7", + "display": "Neonatal intensive care records" + }, + { + "code": "29751-5", + "display": "Critical care records" + }, + { + "code": "29752-3", + "display": "Perioperative records" + }, + { + "code": "34109-9", + "display": "Evaluation and management note" + }, + { + "code": "34117-2", + "display": "Provider-unspecified, History and physical note" + }, + { + "code": "34121-4", + "display": "Interventional procedure note" + }, + { + "code": "34122-2", + "display": "Pathology procedure note" + }, + { + "code": "34133-9", + "display": "Summarization of episode note" + }, + { + "code": "34140-4", + "display": "Transfer of care referral note" + }, + { + "code": "34748-4", + "display": "Telephone encounter note" + }, + { + "code": "34775-7", + "display": "General surgery Pre-operative evaluation and management note" + }, + { + "code": "47039-3", + "display": "Inpatient Admission history and physical note" + }, + { "code": "47042-7", "display": "Counseling note" }, + { + "code": "47045-0", + "display": "Study report Document" + }, + { "code": "47046-8", "display": "Summary of death" }, + { + "code": "47049-2", + "display": "Non-patient Communication" + }, + { + "code": "57017-6", + "display": "Privacy Policy Organization Document" + }, + { + "code": "57016-8", + "display": "Privacy Policy Acknowledgment Document" + }, + { + "code": "56445-0", + "display": "Medication Summary Document" + }, + { + "code": "53576-5", + "display": "Personal health monitoring report Document" + }, + { "code": "56447-6", "display": "Plan of care note" }, + { + "code": "18748-4", + "display": "Diagnostic imaging study" + }, + { + "code": "11504-8", + "display": "Surgical operation note " + }, + { "code": "57133-1", "display": "Referral note" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/document-classcodes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-10-31T22:29:23.356+00:00" + }, + "publisher": "USHIK", + "fhirVersion": null, + "name": "DocumentClassValueSet", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Document Class Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "document-classcodes", + "url": "http://hl7.org/fhir/ValueSet/document-classcodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.46", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/document-classcodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0530 ( Organization, agency, department)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0530" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0530/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0530", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Organization, agency, department", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0530", + "url": "http://terminology.hl7.org/ValueSet/v2-0530", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0530", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of Service/Product codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-serviceproduct" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-product/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleService/ProductCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Service/Product Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "service-product", + "url": "http://hl7.org/fhir/ValueSet/service-product", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.560", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-product", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a base set of codes that can be used to indicate that the content in a resource was developed with a focus and intent of supporting use within particular contexts.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/usps-state"] }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/practitioner-specialty" + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "394733009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { "system": "urn:iso:std:iso:3166" }, + { "system": "urn:iso:std:iso:3166" }, + { + "filter": [ + { "op": "=", "value": "region", "property": "class" } + ], + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" + }, + { + "filter": [ + { + "op": "is-a", + "value": "387961004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/administrative-gender" + ] + }, + { "valueSet": ["http://hl7.org/fhir/ValueSet/condition-code"] }, + { "system": "http://nucc.org/provider-taxonomy" }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActTaskCode" + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/use-context/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Context of Use ValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org. This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association. For commercial use, including sales or licensing, a license must be obtained", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConformanceUseContext", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "use-context", + "url": "http://hl7.org/fhir/ValueSet/use-context", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.28", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/use-context", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0108 ( QUERY RESULTS LEVEL)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0108" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0108/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0108", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 QUERY RESULTS LEVEL", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0108", + "url": "http://terminology.hl7.org/ValueSet/v2-0108", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0108", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Indicates that the receiver has messages for the sender OpenIssue:\r\nDescription does not make sense relative to name of coding system. Must be reviewed and improved.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-MessageWaitingPriority" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-MessageWaitingPriority/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.MessageWaitingPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System MessageWaitingPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-MessageWaitingPriority", + "url": "http://terminology.hl7.org/ValueSet/v3-MessageWaitingPriority", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-MessageWaitingPriority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0033 ( ROUTE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0033" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0033/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0033", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ROUTE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0033", + "url": "http://terminology.hl7.org/ValueSet/v2-0033", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0033", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0351 ( Occurrence span)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0351" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0351/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0351", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Occurrence span", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0351", + "url": "http://terminology.hl7.org/ValueSet/v2-0351", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0351", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0411 ( Supplemental service information values)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0411" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0411/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0411", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Supplemental service information values", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0411", + "url": "http://terminology.hl7.org/ValueSet/v2-0411", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0411", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reasons why a given recommendation status is assigned. This value set is provided as a suggestive example and includes SNOMED CT concepts.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "77176002" }, { "code": "77386006" }] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationRecommendationReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.307", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-recommendation-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0326 ( Visit Indicator)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0326" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0326/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0326", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Visit Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0326", + "url": "http://terminology.hl7.org/ValueSet/v2-0326", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0326", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes all possible codes from BCP-13 (http://tools.ietf.org/html/bcp13)", + "compose": { "include": [{ "system": "urn:ietf:bcp:13" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/mimetypes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "Mime Types", + "experimental": false, + "resourceType": "ValueSet", + "title": "MimeType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "mimetypes", + "url": "http://hl7.org/fhir/ValueSet/mimetypes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1024", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/mimetypes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0363 ( Assigning authority)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0363" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0363/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0363", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Assigning authority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0363", + "url": "http://terminology.hl7.org/ValueSet/v2-0363", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0363", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0156 ( DATE/TIME QUALIFIER)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0156" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0156/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0156", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DATE/TIME QUALIFIER", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0156", + "url": "http://terminology.hl7.org/ValueSet/v2-0156", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0156", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0421 ( Severity of illness code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0421" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0421/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0421", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Severity of illness code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0421", + "url": "http://terminology.hl7.org/ValueSet/v2-0421", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0421", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This is an example value set defined by the FHIR project, that could be used to represent possible connection type profile values.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-connection-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-endpoint-connection-type", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 Patient Administration", + "fhirVersion": null, + "name": "EndpointConnectionType", + "copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/", + "experimental": false, + "resourceType": "ValueSet", + "title": "Endpoint Connection Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "endpoint-connection-type", + "url": "http://hl7.org/fhir/ValueSet/endpoint-connection-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.498", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/endpoint-connection-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " An entity (player) that acts or is authorized to act on behalf of another entity (scoper).", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "AGNT", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassAgent/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassAgent", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassAgent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassAgent", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassAgent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.14006", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassAgent", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0232 ( Insurance Company Contact Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0232" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0232/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0232", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Insurance Company Contact Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0232", + "url": "http://terminology.hl7.org/ValueSet/v2-0232", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0232", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example list of codes for questions and groups of questions. (Not necessarily complete or appropriate.)", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-questions/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "QuestionnaireQuestionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Question Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-questions", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.443", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-questions", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "This example value set defines a set of reasons for the cancellation of an appointment.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/appointment-cancellation-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AppointmentCancellationReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "Appointment cancellation reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "appointment-cancellation-reason", + "url": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1381", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/appointment-cancellation-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes indicating the kind of the price component.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/invoice-priceComponentType" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/invoice-priceComponentType/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "InvoicePriceComponentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "InvoicePriceComponentType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "invoice-priceComponentType", + "url": "http://hl7.org/fhir/ValueSet/invoice-priceComponentType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.868", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/invoice-priceComponentType", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Describes the typical color of representation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/metric-color" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/metric-color/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DeviceMetricColor", + "experimental": false, + "resourceType": "ValueSet", + "title": "DeviceMetricColor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-color", + "url": "http://hl7.org/fhir/ValueSet/metric-color", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.654", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/metric-color", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0005 ( ETHNIC GROUP)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Race", + "concept": [ + { + "code": "1002-5", + "display": "American Indian or Alaska Native" + }, + { "code": "2028-9", "display": "Asian" }, + { + "code": "2054-5", + "display": "Black or African American" + }, + { + "code": "2076-8", + "display": "Native Hawaiian or Other Pacific Islander" + }, + { "code": "2106-3", "display": "White" }, + { "code": "2131-1", "display": "Other Race" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0005/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0005", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ETHNIC GROUP", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0005", + "url": "http://terminology.hl7.org/ValueSet/v2-0005", + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0005", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0241 ( Patient Outcome)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0241" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0241/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0241", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0241", + "url": "http://terminology.hl7.org/ValueSet/v2-0241", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0241", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " An association for a playing Entity that is used, known, treated, handled, built, or destroyed, etc. under the auspices of the scoping Entity. The playing Entity is passive in these roles (even though it may be active in other roles), in the sense that the kinds of things done to it in this role happen without an agreement from the playing Entity.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [{ "code": "_RoleClassPassive" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_RoleClassPassive", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassPassive/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassPassive", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassPassive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassPassive", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassPassive", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19105", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassPassive", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose of vaccine was administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "429060002" }, + { "code": "281657000" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.290", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0909 ( Patient Results Release Categorization Scheme)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0909" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0909/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0909", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient Results Release Categorization Scheme", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0909", + "url": "http://terminology.hl7.org/ValueSet/v2-0909", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0909", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "High-level categorization of the definition, used for searching, sorting, and filtering.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/definition-topic" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/definition-topic/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DefinitionTopic", + "experimental": false, + "resourceType": "ValueSet", + "title": "DefinitionTopic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "definition-topic", + "url": "http://hl7.org/fhir/ValueSet/definition-topic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.794", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/definition-topic", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0484 ( Dispense Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0484" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0484/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0484", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Dispense Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0484", + "url": "http://terminology.hl7.org/ValueSet/v2-0484", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0484", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of Benefit type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/benefit-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "BenefitTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Benefit Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-type", + "url": "http://hl7.org/fhir/ValueSet/benefit-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.606", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/benefit-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0344 ( Patient’s relationship to insured)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0344" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0344/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0344", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient’s relationship to insured", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0344", + "url": "http://terminology.hl7.org/ValueSet/v2-0344", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0344", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A Master Patient Index (MPI) assessment of whether a candidate patient record is a match or not.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/match-grade" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/match-grade/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MatchGrade", + "experimental": false, + "resourceType": "ValueSet", + "title": "MatchGrade", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "match-grade", + "url": "http://hl7.org/fhir/ValueSet/match-grade", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.970", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/match-grade", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A set of flags that defines how references are supported.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reference-handling-policy" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reference-handling-policy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ReferenceHandlingPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "ReferenceHandlingPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "reference-handling-policy", + "url": "http://hl7.org/fhir/ValueSet/reference-handling-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.202", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reference-handling-policy", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Preferred value set for Condition Categories.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "condition-category", + "url": "http://hl7.org/fhir/ValueSet/condition-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.162", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nCodes to specify the scope in which the identifier applies to the object with which it is associated, and used in the datatype property II.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-IdentifierScope" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-IdentifierScope/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.IdentifierScope", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System IdentifierScope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-IdentifierScope", + "url": "http://terminology.hl7.org/ValueSet/v3-IdentifierScope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20276", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-IdentifierScope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0074 ( DIAGNOSTIC SERVICE SECTION ID)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0074" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0074/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0074", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DIAGNOSTIC SERVICE SECTION ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0074", + "url": "http://terminology.hl7.org/ValueSet/v2-0074", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0074", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The scoring type of the measure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-scoring" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-scoring/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureScoring", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureScoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-scoring", + "url": "http://hl7.org/fhir/ValueSet/measure-scoring", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.767", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-scoring", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to express the usage type of an EpisodeOfCare record.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/episodeofcare-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "EpisodeOfCareType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Episode of care type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "episodeofcare-type", + "url": "http://hl7.org/fhir/ValueSet/episodeofcare-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.666", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/episodeofcare-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the particular target population the reference range applies to.", + "compose": { + "include": [ + { "valueSet": ["http://terminology.hl7.org/ValueSet/v3-Race"] }, + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "248153007" }, + { "code": "248152002" }, + { "code": "77386006" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/referencerange-appliesto/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ObservationReferenceRangeAppliesToCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Reference Range Applies To Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "referencerange-appliesto", + "url": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.407", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/referencerange-appliesto", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the level of importance associated with reaching or sustaining a goal.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-priority" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-priority/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "GoalPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-priority", + "url": "http://hl7.org/fhir/ValueSet/goal-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.273", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-priority", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes sample ICD-10 Procedure codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/sid/ex-icd-10-procedures" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/icd-10-procedures/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ICD-10ProcedureCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "ICD-10 Procedure Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "icd-10-procedures", + "url": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.574", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/icd-10-procedures", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0388 ( Processing type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0388" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0388/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0388", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Processing type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0388", + "url": "http://terminology.hl7.org/ValueSet/v2-0388", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0388", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "TODO.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-method" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-causality-method/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventCausalityMethod", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventCausalityMethod", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-causality-method", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.842", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-causality-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0017 ( Transaction Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0017" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0017/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0017", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Transaction Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0017", + "url": "http://terminology.hl7.org/ValueSet/v2-0017", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0017", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The verification status to support or decline the clinical status of the condition or diagnosis.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-ver-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConditionVerificationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConditionVerificationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "condition-ver-status", + "url": "http://hl7.org/fhir/ValueSet/condition-ver-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.166", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-ver-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationKnowledge Characteristic Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationknowledge-characteristic" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationKnowledge Characteristic Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication knowledge characteristic codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationknowledge-characteristic", + "url": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1337", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationknowledge-characteristic", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ProbabilityDistributionType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ProbabilityDistributionType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ProbabilityDistributionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ProbabilityDistributionType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ProbabilityDistributionType", + "url": "http://terminology.hl7.org/ValueSet/v3-ProbabilityDistributionType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10747", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ProbabilityDistributionType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "For Capturing simple yes-no-don't know answers", + "compose": { + "include": [ + { "valueSet": ["http://terminology.hl7.org/ValueSet/v2-0136"] }, + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "concept": [ + { "code": "asked-unknown", "display": "Don't know" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/yesnodontknow/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "fhirVersion": null, + "name": "Yes/No/Don't Know", + "resourceType": "ValueSet", + "expansion": { + "contains": [ + { + "code": "Y", + "system": "http://terminology.hl7.org/CodeSystem/v2-0136", + "display": "Yes" + }, + { + "code": "N", + "system": "http://terminology.hl7.org/CodeSystem/v2-0136", + "display": "No" + }, + { + "code": "asked-unknown", + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "display": "Don't know" + } + ], + "timestamp": "2015-07-14T10:00:00Z", + "identifier": "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4" + }, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "yesnodontknow", + "url": "http://hl7.org/fhir/ValueSet/yesnodontknow", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/yesnodontknow" + }, + { + "description": "This value set contract specific codes for asset type.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-asset-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-assettype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceAssetTypeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assettype", + "url": "http://hl7.org/fhir/ValueSet/contract-assettype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1299", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-assettype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0502 ( Non-Subject Consenter Reason)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0502" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0502/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0502", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Non-Subject Consenter Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0502", + "url": "http://terminology.hl7.org/ValueSet/v2-0502", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0502", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0329 ( Quantity Method)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0329" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0329/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0329", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Quantity Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0329", + "url": "http://terminology.hl7.org/ValueSet/v2-0329", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0329", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " ActConsentDirective codes are used to specify the type of Consent Directive to which a Consent Directive Act conforms.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActConsentDirective", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActConsentDirective/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActConsentDirective", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActConsentDirective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "active", + "id": "v3-ActConsentDirective", + "url": "http://terminology.hl7.org/ValueSet/v3-ActConsentDirective", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20425", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActConsentDirective", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0215 ( Publicity Code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0215" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0215/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0215", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Publicity Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0215", + "url": "http://terminology.hl7.org/ValueSet/v2-0215", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0215", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes the financial processing priority codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/processpriority" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/process-priority/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ProcessPriorityCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Process Priority Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "process-priority", + "url": "http://hl7.org/fhir/ValueSet/process-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.552", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/process-priority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of method used to execute a subscription.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/subscription-channel-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/subscription-channel-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SubscriptionChannelType", + "experimental": false, + "resourceType": "ValueSet", + "title": "SubscriptionChannelType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "subscription-channel-type", + "url": "http://hl7.org/fhir/ValueSet/subscription-channel-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.500", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/subscription-channel-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for asset subtype.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-subtype" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetsubtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceAssetSub-TypeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Sub-Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetsubtype", + "url": "http://hl7.org/fhir/ValueSet/contract-assetsubtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1301", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-assetsubtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0387 ( Command response)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0387" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0387/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0387", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Command response", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0387", + "url": "http://terminology.hl7.org/ValueSet/v2-0387", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0387", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " The possible modes of updating that occur when an attribute is received by a system that already contains values for that attribute.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-HL7UpdateMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-HL7UpdateMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.HL7UpdateMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System HL7UpdateMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-HL7UpdateMode", + "url": "http://terminology.hl7.org/ValueSet/v3-HL7UpdateMode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10018", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-HL7UpdateMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "NUCC Healthcare Provider Taxonomy codes", + "compose": { + "include": [{ "system": "http://nucc.org/provider-taxonomy" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provider-taxonomy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Provider Taxonomy Codes", + "copyright": "This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association. For commercial use, including sales or licensing, a license must be obtained", + "experimental": false, + "resourceType": "ValueSet", + "title": "ProviderTaxonomy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "provider-taxonomy", + "url": "http://hl7.org/fhir/ValueSet/provider-taxonomy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.51", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provider-taxonomy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationRequest Course of Therapy Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "medicationRequest Course of Therapy Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication request course of therapy codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationrequest-course-of-therapy", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1326", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medicationrequest-course-of-therapy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A code that specifies how an ActRelationship or Participation contributes to the context of an Act, and whether it may be propagated to descendent Acts whose association allows such propagation (see also attributes Participation.contextControlCode, ActRelationship.contextControlCode, ActRelationship.contextConductionInd).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ContextControl" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ContextControl/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ContextControl", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ContextControl", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ContextControl", + "url": "http://terminology.hl7.org/ValueSet/v3-ContextControl", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16478", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ContextControl", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How a property is represented when serialized.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/property-representation" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/property-representation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PropertyRepresentation", + "experimental": false, + "resourceType": "ValueSet", + "title": "PropertyRepresentation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "property-representation", + "url": "http://hl7.org/fhir/ValueSet/property-representation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.87", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/property-representation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Corresponds to the Entity class", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "ENT", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityClassRoot/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.EntityClassRoot", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetEntityClassRoot", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-EntityClassRoot", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityClassRoot", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.13922", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityClassRoot", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of the endpoint.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/endpoint-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EndpointStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "EndpointStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "endpoint-status", + "url": "http://hl7.org/fhir/ValueSet/endpoint-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.494", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/endpoint-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " An intention or plan to perform a service. Historical note: in previous RIM versions, the intent mood was captured as a separate class hierarchy, called Service_intent_or_order.", + "compose": { + "include": [ + { + "filter": [ + { "op": "is-a", "value": "INT", "property": "concept" } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ActMoodIntent/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ActMoodIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetActMoodIntent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-ActMoodIntent", + "url": "http://terminology.hl7.org/ValueSet/v3-ActMoodIntent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10199", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ActMoodIntent", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0353 ( CWE statuses)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [ + { "code": "NA", "display": "Not applicable" }, + { "code": "NASK", "display": "Not asked" }, + { "code": "NAV", "display": "Not available" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0353/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0353", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 CWE statuses", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0353", + "url": "http://terminology.hl7.org/ValueSet/v2-0353", + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0353", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How slices are interpreted when evaluating an instance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-slicing-rules" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-slicing-rules/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SlicingRules", + "experimental": false, + "resourceType": "ValueSet", + "title": "SlicingRules", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "resource-slicing-rules", + "url": "http://hl7.org/fhir/ValueSet/resource-slicing-rules", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.83", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-slicing-rules", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a compartment must be linked.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/graph-compartment-rule" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/graph-compartment-rule/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GraphCompartmentRule", + "experimental": false, + "resourceType": "ValueSet", + "title": "GraphCompartmentRule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "graph-compartment-rule", + "url": "http://hl7.org/fhir/ValueSet/graph-compartment-rule", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.280", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/graph-compartment-rule", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0508 ( Blood Product Processing Requirements)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0508" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0508/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0508", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Blood Product Processing Requirements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0508", + "url": "http://terminology.hl7.org/ValueSet/v2-0508", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0508", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "A rating system that describes the strength of the recommendation, such as the GRADE, DynaMed, or HGPS systems.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/recommendation-strength" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/recommendation-strength/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "StrengthOfRecommendationRating", + "experimental": false, + "resourceType": "ValueSet", + "title": "StrengthOfRecommendationRating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "recommendation-strength", + "url": "http://hl7.org/fhir/ValueSet/recommendation-strength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1021", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/recommendation-strength", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for Provenance activities that are relevant when capturing event history for resources.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation", + "concept": [ + { "code": "CREATE", "display": "Created" }, + { "code": "UPDATE", "display": "Updated" }, + { "code": "DELETE", "display": "Deleted" }, + { "code": "ABORT", "display": "Stopped/Ended/Aborted" }, + { "code": "HOLD", "display": "Held" }, + { "code": "RELEASE", "display": "Released" }, + { "code": "CANCEL", "display": "Cancelled" }, + { "code": "ACTIVATE", "display": "Activated" }, + { "code": "SUSPEND", "display": "Suspended" }, + { "code": "RESUME" }, + { "code": "COMPLETE", "display": "Completed" }, + { + "code": "NULLIFY", + "display": "Mark Entered-in-error" + }, + { "code": "OBSOLETE", "display": "Replaced" }, + { "code": "REACTIVATE", "display": "Reactivated" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provenance-history-record-activity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/provenance-history-record-activity", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ProvenanceHistoryRecordActivityCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Provenance History Record Activity Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "provenance-history-record-activity", + "url": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.926", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-history-record-activity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0426 ( Blood product code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0426" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0426/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0426", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Blood product code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0426", + "url": "http://terminology.hl7.org/ValueSet/v2-0426", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0426", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of FDI tooth surface codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/FDI-surface" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/surface/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "SurfaceCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Surface Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "surface", + "url": "http://hl7.org/fhir/ValueSet/surface", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.546", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/surface", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0006 ver 2.1 ( RELIGION)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0006|2.1" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-2.1-0006/0006", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0006.2.1", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 table 0006, Version 2.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-2.1-0006", + "url": "http://terminology.hl7.org/ValueSet/v2-2.1-0006", + "immutable": true, + "packageVersion": "4.0.1", + "version": "0006", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-2.1-0006", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of response code to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-response-code-types" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/assert-response-code-types/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AssertionResponseTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "AssertionResponseTypes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "assert-response-code-types", + "url": "http://hl7.org/fhir/ValueSet/assert-response-code-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.710", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/assert-response-code-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TargetAwareness" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TargetAwareness/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TargetAwareness", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TargetAwareness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TargetAwareness", + "url": "http://terminology.hl7.org/ValueSet/v3-TargetAwareness", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10310", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TargetAwareness", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0052 ( Diagnosis Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0052" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0052/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0052", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Diagnosis Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0052", + "url": "http://terminology.hl7.org/ValueSet/v2-0052", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0052", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Provider Qualification codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-providerqualification" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/provider-qualification/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleProviderQualificationCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Provider Qualification Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "provider-qualification", + "url": "http://hl7.org/fhir/ValueSet/provider-qualification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.570", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provider-qualification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "No Description Provided", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_VerificationMethod", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationMethod" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-VerificationMethod/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.VerificationMethod", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetVerificationMethod", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-VerificationMethod", + "url": "http://terminology.hl7.org/ValueSet/v3-VerificationMethod", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19707", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-VerificationMethod", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nIdentifies allowed codes for HL7aTMs v3 conformance property.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7V3Conformance" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7V3Conformance/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7V3Conformance", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7V3Conformance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7V3Conformance", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7V3Conformance", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7V3Conformance", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Performer function of an agent in an imaging study series", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "CON", "display": "consultant" }, + { "code": "VRF", "display": "verifier" }, + { "code": "PRF", "display": "performer" }, + { "code": "SPRF", "display": "secondary performer" }, + { "code": "REF", "display": "referrer" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/series-performer-function/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ImagingStudySeriesPerformerFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "ImagingStudy series performer function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "series-performer-function", + "url": "http://hl7.org/fhir/ValueSet/series-performer-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.989", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/series-performer-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A set of codes specifying the security classification of acts and roles in accordance with the definition for concept domain \"Confidentiality\".", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-Confidentiality/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.Confidentiality", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System Confidentiality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-Confidentiality", + "url": "http://terminology.hl7.org/ValueSet/v3-Confidentiality", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-Confidentiality", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0394 ( Response modality)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0394" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0394/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0394", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Response modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0394", + "url": "http://terminology.hl7.org/ValueSet/v2-0394", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0394", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate species of animal patients.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "125097000", "display": "goat" }, + { "code": "125099002", "display": "sheep" }, + { "code": "34618005", "display": "cow" }, + { "code": "425134008", "display": "turkey" }, + { "code": "47290002", "display": "chicken" }, + { "code": "15778005", "display": "goose" }, + { "code": "396620009", "display": "duck" }, + { "code": "388445009", "display": "horse" }, + { "code": "85626006", "display": "donkey" }, + { "code": "132950000", "display": "mule" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/animal-species/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AnimalSpecies", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Animal species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "animal-species", + "url": "http://hl7.org/fhir/ValueSet/animal-species", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.420", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/animal-species", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "REFSEQ : National Center for Biotechnology Information (NCBI) Reference Sequences", + "compose": { + "include": [{ "system": "http://www.ncbi.nlm.nih.gov/nuccore" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ref-sequences/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "REFSEQ", + "experimental": false, + "resourceType": "ValueSet", + "title": "R e f s e q", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ref-sequences", + "url": "http://hl7.org/fhir/ValueSet/ref-sequences", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.280", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ref-sequences", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2", + "concept": [ + { + "code": "LS", + "display": "Legal status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "For organizations a suffix indicating the legal status, e.g., Inc., \"Co.\", \"AG\", \"GmbH\", \"B.V.\" \"S.A.\", \"Ltd.\" Etc." + } + ] + }, + { + "code": "AC", + "display": "Academic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates that a prefix like \"Dr.\" or a suffix like \"M.D.\" or \"Ph.D.\" is an academic title." + } + ] + }, + { + "code": "NB", + "display": "Nobility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "In Europe and Asia, there are still people with nobility titles (aristocrats). German \"von\" is generally a nobility title, not a mere voorvoegsel. Others are \"Earl of\" or \"His Majesty King of...\" etc. Rarely used nowadays, but some systems do keep track of this." + } + ] + }, + { + "code": "PR", + "display": "Professional", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Primarily in the British Imperial culture people tend to have an abbreviation of their professional organization as part of their credential suffices" + } + ] + }, + { + "code": "HON", + "display": "Honorific", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "An honorific such as \"The Right Honourable\" or \"Weledelgeleerde Heer\"." + } + ] + }, + { + "code": "BR", + "display": "Birth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A name that a person was given at birth or established as a consequence of adoption. NOTE: This is not used for temporary names assigned at birth such as 'Baby of Smith' – which is just a name with a use code of TEMP" + } + ] + }, + { + "code": "AD", + "display": "Acquired", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A name part a person acquired. The name part may be acquired by adoption, or the person may have chosen to use the name part for some other reason. NOTE This differs from an other/psuedonym/alias in that an acquired name part is acquired on a formal basis rather than an informal one (e.g. registered as part of the official name)" + } + ] + }, + { + "code": "SP", + "display": "Spouse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The name assumed from the partner in a marital relationship. Usually the spouse‘s family name. No inference about gender may be made from the existence of spouse names" + } + ] + }, + { + "code": "MID", + "display": "Middle Name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates that the name part is a middle name. In general, the English \"middle name\" concept is all of the given names after the first. This qualifier may be used to explicitly indicate which given names are considered to be middle names. The middle name qualifier may also be used with family names. This is a Scandinavian use case, matching the concept of \"mellomnavn\"/\"mellannamn\". There are specific rules that indicate what names may be taken as a mellannamnin different Scandinavian countries" + } + ] + }, + { + "code": "CL", + "display": "Call me", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Callme is used to indicate which of the various name parts is used when interacting with the person" + } + ] + }, + { + "code": "IN", + "display": "Initial", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Indicates that a name part is just an initial. Initials do not imply a trailing period since this would not work with non-Latin scripts. Initials may consist of more than one letter, e.g., \"Ph.\" could stand for \"Philippe\" or \"Th.\" for \"Thomas\"" + } + ] + } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifier", + "concept": [ + { + "code": "VV", + "display": "Voorvoegsel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A Dutch \"voorvoegsel\" is something like \"van\" or \"de\" that might have indicated nobility in the past but no longer so. Similar prefixes exist in other languages such as German, Spanish, French or Portugese" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/name-part-qualifier/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EntityNamePartQualifier", + "experimental": false, + "resourceType": "ValueSet", + "title": "EntityNamePartQualifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "name-part-qualifier", + "url": "http://hl7.org/fhir/ValueSet/name-part-qualifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.906", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/name-part-qualifier", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Claim Processing Outcome codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/remittance-outcome" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/remittance-outcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ClaimProcessingCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Processing Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "remittance-outcome", + "url": "http://hl7.org/fhir/ValueSet/remittance-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.13", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/remittance-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The composite scoring method of the measure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/composite-measure-scoring" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/composite-measure-scoring/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CompositeMeasureScoring", + "experimental": false, + "resourceType": "ValueSet", + "title": "CompositeMeasureScoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "composite-measure-scoring", + "url": "http://hl7.org/fhir/ValueSet/composite-measure-scoring", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.773", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composite-measure-scoring", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0355 ( Primary key value type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0355" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0355/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0355", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Primary key value type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0355", + "url": "http://terminology.hl7.org/ValueSet/v2-0355", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0355", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0038 ( ORDER STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0038" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0038/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0038", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ORDER STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0038", + "url": "http://terminology.hl7.org/ValueSet/v2-0038", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0038", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0434 ( Patient condition code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0434" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0434/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0434", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient condition code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0434", + "url": "http://terminology.hl7.org/ValueSet/v2-0434", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0434", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The status of the diagnostic report.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/diagnostic-report-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/diagnostic-report-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DiagnosticReportStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DiagnosticReportStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "diagnostic-report-status", + "url": "http://hl7.org/fhir/ValueSet/diagnostic-report-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.235", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnostic-report-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 3-letter codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "regex", + "value": "[A-Z]{3}", + "property": "code" + } + ], + "system": "urn:iso:std:iso:3166" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-3/4.0.1", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso3166-1-3", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: 3 Letter Codes", + "status": "active", + "id": "iso3166-1-3", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-3", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso3166-1-3", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes common UCUM codes for units of distance", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "nm", "display": "nanometers" }, + { "code": "um", "display": "micrometers" }, + { "code": "mm", "display": "millimeters" }, + { "code": "m", "display": "meters" }, + { "code": "km", "display": "kilometers" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/distance-units/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "CommonUCUMCodesForDistance", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Distance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "distance-units", + "url": "http://hl7.org/fhir/ValueSet/distance-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.62", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/distance-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0023 ( Admit source)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0023" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0023/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0023", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Admit source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0023", + "url": "http://terminology.hl7.org/ValueSet/v2-0023", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0023", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0912 ( Participation)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0912" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0912/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0912", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Participation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0912", + "url": "http://terminology.hl7.org/ValueSet/v2-0912", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0912", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0657 ( Device Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0657" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0657/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0657", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Device Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0657", + "url": "http://terminology.hl7.org/ValueSet/v2-0657", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0657", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a sample set of Payment Status codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/paymentstatus" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/payment-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "PaymentStatusCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payment-status", + "url": "http://hl7.org/fhir/ValueSet/payment-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.643", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/payment-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nCoded concepts representing Binding Realms (used for Context Binding of terminology in HL7 models) and/or Namespace Realms (used to help ensure unique identification of HL7 artifacts). This code system is partitioned into three sections: Affiliate realms, Binding realms and Namespace realms. All affiliate realm codes may automatically be used as both binding realms and namespace realms. Furthermore, affiliate realms are the only realms that have authority over the creation of binding realms. (Note that 'affiliate' includes the idea of both international affiliates and the HL7 International organization.) All other codes must be associated with an owning affiliate realm and must appear as a specialization of _BindingRealm or _NamespaceRealm. For affiliates whose concepts align with nations, the country codes from ISO 3166-1 2-character alpha are used for the code when possible so these codes should not be used for other realm types. It is recommended that binding realm and namespace codes submitted by affiliates use the realm code as a prefix to avoid possible collisions with ISO codes. However, tooling does not currently support namepace realm codes greater than 2 characters. Open Issue:\r\nThe name of the concept property \"owningAffiliate\" should be changed to better reflect that the property value is the human readable name of the organizational entity that manages the Realm identified by the Realm Code. Open Issue:\r\nIn spite of the inability of tooling to process codes longer than 2 characters, there is at least one realm codes ('SOA') that was added that is 3 characters in length.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7Realm" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7Realm/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7Realm", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7Realm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7Realm", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7Realm", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20355", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7Realm", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How the system supports versioning for a resource.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/versioning-policy" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/versioning-policy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ResourceVersionPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "ResourceVersionPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "versioning-policy", + "url": "http://hl7.org/fhir/ValueSet/versioning-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.190", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/versioning-policy", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nIdentifies the order in which content should be processed.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ContentProcessingMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ContentProcessingMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ContentProcessingMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ContentProcessingMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ContentProcessingMode", + "url": "http://terminology.hl7.org/ValueSet/v3-ContentProcessingMode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19823", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ContentProcessingMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0085 ( OBSERVATION RESULT STATUS)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0085" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0085/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0085", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 OBSERVATION RESULT STATUS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0085", + "url": "http://terminology.hl7.org/ValueSet/v2-0085", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0085", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How a resource reference is interpreted when testing consent restrictions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/consent-data-meaning" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/consent-data-meaning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ConsentDataMeaning", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConsentDataMeaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-data-meaning", + "url": "http://hl7.org/fhir/ValueSet/consent-data-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.759", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-data-meaning", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes indicating whether the goal has been accepted by a stakeholder.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-acceptance-status" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-acceptance-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "GoalAcceptanceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "GoalAcceptanceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-acceptance-status", + "url": "http://hl7.org/fhir/ValueSet/goal-acceptance-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.917", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-acceptance-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0334 ( Disabled Person)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0334" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0334/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0334", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Disabled Person", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0334", + "url": "http://terminology.hl7.org/ValueSet/v2-0334", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0334", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of knowledge asset this library contains.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/library-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "LibraryType", + "experimental": false, + "resourceType": "ValueSet", + "title": "LibraryType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "library-type", + "url": "http://hl7.org/fhir/ValueSet/library-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.763", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/library-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0398 ( Continuation style code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0398" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0398/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0398", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Continuation style code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0398", + "url": "http://terminology.hl7.org/ValueSet/v2-0398", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0398", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0548 ( Signatory's Relationship to Subject)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0548" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0548/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0548", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Signatory's Relationship to Subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0548", + "url": "http://terminology.hl7.org/ValueSet/v2-0548", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0548", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "EnteralFormulaAdditiveType: Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/entformula-additive" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/entformula-additive/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "name": "EnteralFormulaAdditiveTypeCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Enteral Formula Additive Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "entformula-additive", + "url": "http://hl7.org/fhir/ValueSet/entformula-additive", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.392", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/entformula-additive", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value sets refers to a specific supply item.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/supply-item-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/supplydelivery-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SupplyItemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Supply Item Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplydelivery-type", + "url": "http://hl7.org/fhir/ValueSet/supplydelivery-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.702", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/supplydelivery-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0034 ( SITE ADMINISTERED)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0034" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0034/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0034", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 SITE ADMINISTERED", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0034", + "url": "http://terminology.hl7.org/ValueSet/v2-0034", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0034", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-QueryPriority" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-QueryPriority/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.QueryPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System QueryPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-QueryPriority", + "url": "http://terminology.hl7.org/ValueSet/v3-QueryPriority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.91", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-QueryPriority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/resource-types", + "concept": [ + { "code": "Appointment" }, + { "code": "CommunicationRequest" }, + { "code": "DeviceRequest" }, + { "code": "MedicationRequest" }, + { "code": "NutritionOrder" }, + { "code": "Task" }, + { "code": "ServiceRequest" }, + { "code": "VisionPrescription" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-activity-kind/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "CarePlanActivityKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Plan Activity Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-plan-activity-kind", + "url": "http://hl7.org/fhir/ValueSet/care-plan-activity-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.145", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/care-plan-activity-kind", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "The way in which a person authenticated a composition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/composition-attestation-mode" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/composition-attestation-mode/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CompositionAttestationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "CompositionAttestationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "composition-attestation-mode", + "url": "http://hl7.org/fhir/ValueSet/composition-attestation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.238", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composition-attestation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0634 ( Item Importance Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0634" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0634/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0634", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Item Importance Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0634", + "url": "http://terminology.hl7.org/ValueSet/v2-0634", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0634", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EmployeeJobClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EmployeeJobClass/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EmployeeJobClass", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EmployeeJobClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EmployeeJobClass", + "url": "http://terminology.hl7.org/ValueSet/v3-EmployeeJobClass", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.16036", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EmployeeJobClass", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0163 ( ADMINISTRIVE SITE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0163" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0163/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0163", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 ADMINISTRIVE SITE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0163", + "url": "http://terminology.hl7.org/ValueSet/v2-0163", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0163", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " OpenIssue:\r\nMissing description.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailCode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AcknowledgementDetailCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AcknowledgementDetailCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AcknowledgementDetailCode", + "url": "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailCode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AcknowledgementDetailCode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0106 ( QUERY FORMAT CODE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0106" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0106/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0106", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 QUERY FORMAT CODE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0106", + "url": "http://terminology.hl7.org/ValueSet/v2-0106", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0106", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The availability status reason of the device.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/device-status-reason" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/device-status-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "FHIRDeviceStatusReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRDeviceStatusReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-status-reason", + "url": "http://hl7.org/fhir/ValueSet/device-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1081", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-status-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Network type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-network" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/benefit-network/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "NetworkTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Network Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-network", + "url": "http://hl7.org/fhir/ValueSet/benefit-network", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.608", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/benefit-network", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0100 ( WHEN TO CHARGE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0100" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0100/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0100", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 WHEN TO CHARGE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0100", + "url": "http://terminology.hl7.org/ValueSet/v2-0100", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0100", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes for units of length", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "m", "property": "canonical" } + ], + "system": "http://unitsofmeasure.org" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/all-distance-units/4.0.1", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllUCUMExpressionForDistance", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "resourceType": "ValueSet", + "title": "All UCUM Expression for Distance", + "status": "draft", + "id": "all-distance-units", + "url": "http://hl7.org/fhir/ValueSet/all-distance-units", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/all-distance-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes SNOMED CT codes for materials that specimen containers are made of", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "32039001", "display": "glass" }, + { "code": "61088005", "display": "plastic" }, + { "code": "425620007", "display": "metal" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/container-material/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ContainerMaterials", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Types of material for specimen containers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "container-material", + "url": "http://hl7.org/fhir/ValueSet/container-material", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1400", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/container-material", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0569 ( Adjustment Action)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0569" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0569/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0569", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Adjustment Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0569", + "url": "http://terminology.hl7.org/ValueSet/v2-0569", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0569", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "How an extension context is interpreted.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/extension-context-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/extension-context-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ExtensionContextType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ExtensionContextType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "extension-context-type", + "url": "http://hl7.org/fhir/ValueSet/extension-context-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1012", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/extension-context-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the body site where the vaccination occurred. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite", + "concept": [ + { "code": "LA", "display": "Left arm" }, + { "code": "RA", "display": "Right arm" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-site/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "CodesForImmunizationSiteOfAdministration", + "experimental": false, + "resourceType": "ValueSet", + "title": "Codes for Immunization Site of Administration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-site", + "url": "http://hl7.org/fhir/ValueSet/immunization-site", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.288", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-site", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "concept": [ + { "code": "DL" }, + { "code": "PPN" }, + { "code": "BRN" }, + { "code": "MR" }, + { "code": "MCN" }, + { "code": "EN" }, + { "code": "TAX" }, + { "code": "NIIP" }, + { "code": "PRN" }, + { "code": "MD" }, + { "code": "DR" }, + { "code": "ACSN" }, + { "code": "UDI" }, + { "code": "SNO" }, + { "code": "SB" }, + { "code": "PLAC" }, + { "code": "FILL" }, + { "code": "JHN" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/identifier-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "Identifier Type Codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "IdentifierType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-warning", + "valueMarkdown": "Types are for general categories of identifiers. See [the identifier registry](identifier-registry.html) for a list of common identifier systems" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "identifier-type", + "url": "http://hl7.org/fhir/ValueSet/identifier-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.45", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/identifier-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Service Modifier codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ex-onsettype" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-onsettype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ExampleOnsetType(Reason)Codes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example Onset Type (Reason) Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ex-onsettype", + "url": "http://hl7.org/fhir/ValueSet/ex-onsettype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.578", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-onsettype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0416 ( Procedure DRG type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0416" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0416/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0416", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Procedure DRG type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0416", + "url": "http://terminology.hl7.org/ValueSet/v2-0416", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0416", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Whether the cost applies to in-network or out-of-network providers.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/applicability" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/insuranceplan-applicability/4.0.1", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BenefitCostApplicability", + "experimental": false, + "resourceType": "ValueSet", + "title": "Benefit cost applicability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "insuranceplan-applicability", + "url": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.0", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/insuranceplan-applicability", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Identifies what sort of change is permitted or has occurred between the therapy that was ordered and the therapy that was/will be provided.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-substanceAdminSubstitution/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.substanceAdminSubstitution", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System substanceAdminSubstitution", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-substanceAdminSubstitution", + "url": "http://terminology.hl7.org/ValueSet/v3-substanceAdminSubstitution", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-substanceAdminSubstitution", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0189 ( Ethnic group)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0189" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0189/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0189", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Ethnic group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0189", + "url": "http://terminology.hl7.org/ValueSet/v2-0189", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0189", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Is the Participant required to attend the appointment.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/participantrequired" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/participantrequired/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ParticipantRequired", + "experimental": false, + "resourceType": "ValueSet", + "title": "ParticipantRequired", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "participantrequired", + "url": "http://hl7.org/fhir/ValueSet/participantrequired", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.488", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/participantrequired", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the document reference.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/document-reference-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/document-reference-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DocumentReferenceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DocumentReferenceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "document-reference-status", + "url": "http://hl7.org/fhir/ValueSet/document-reference-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.7", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/document-reference-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nThe qualifier is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNamePartQualifierR2" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNamePartQualifierR2/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNamePartQualifierR2", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNamePartQualifierR2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNamePartQualifierR2", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNamePartQualifierR2", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20323", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNamePartQualifierR2", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the source of the vaccine administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-funding-source" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/immunization-funding-source/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ImmunizationFundingSource", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Funding Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-funding-source", + "url": "http://hl7.org/fhir/ValueSet/immunization-funding-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.293", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/immunization-funding-source", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "The type of the measure report.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/measure-report-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/measure-report-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "MeasureReportType", + "experimental": false, + "resourceType": "ValueSet", + "title": "MeasureReportType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "measure-report-type", + "url": "http://hl7.org/fhir/ValueSet/measure-report-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.778", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/measure-report-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Conveys prohibited actions which an information custodian, receiver, or user is not permitted to perform unless otherwise authorized or permitted under specified circumstances. Examples:\r\n prohibit redisclosure without consent directive", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "RefrainPolicy", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RefrainPolicy/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RefrainPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRefrainPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RefrainPolicy", + "url": "http://terminology.hl7.org/ValueSet/v3-RefrainPolicy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20446", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RefrainPolicy", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nCodes for HL7 publishing sections (major business categories)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7PublishingSection" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7PublishingSection/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7PublishingSection", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7PublishingSection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7PublishingSection", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7PublishingSection", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7PublishingSection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Whether a reference needs to be version specific or version independent, or whether either can be used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reference-version-rules" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/reference-version-rules/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ReferenceVersionRules", + "experimental": false, + "resourceType": "ValueSet", + "title": "ReferenceVersionRules", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "reference-version-rules", + "url": "http://hl7.org/fhir/ValueSet/reference-version-rules", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.89", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/reference-version-rules", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0157 ( WHIHC DATE/TIME STATUS QUALIFIER)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0157" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0157/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0157", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 WHIHC DATE/TIME STATUS QUALIFIER", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0157", + "url": "http://terminology.hl7.org/ValueSet/v2-0157", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0157", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "One or more codes providing a rough qualitative interpretation of the observation, such as \"normal\" / \"abnormal\", \"low\" / \"high\", \"better\" / \"worse\", \"resistant\" / \"susceptible\", \"expected\" / \"not expected\". The value set is intended to be for ANY use where coded representation of an interpretation is needed.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObservationInterpretation/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ObservationInterpretation", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ObservationInterpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ObservationInterpretation", + "url": "http://terminology.hl7.org/ValueSet/v3-ObservationInterpretation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.78", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObservationInterpretation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0834 ( MIME Types)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0834" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0834/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0834", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 MIME Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0834", + "url": "http://terminology.hl7.org/ValueSet/v2-0834", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0834", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " This domain is the root domain to which all HL7-recognized value sets for the Observation.value attribute will be linked when Observation.value has a coded data type. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be corrected..", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ObservationValue/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ObservationValue", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ObservationValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ObservationValue", + "url": "http://terminology.hl7.org/ValueSet/v3-ObservationValue", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ObservationValue", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " These values are defined within the XHTML 4.0 Table Model", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TableCellScope" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-TableCellScope/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.TableCellScope", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System TableCellScope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-TableCellScope", + "url": "http://terminology.hl7.org/ValueSet/v3-TableCellScope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11012", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-TableCellScope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0422 ( Triage code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0422" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0422/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0422", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Triage code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0422", + "url": "http://terminology.hl7.org/ValueSet/v2-0422", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0422", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Example value set for Cause of Condition codes", + "compose": { "include": [{ "system": "http://snomed.info/sct" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/condition-cause/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionCauseCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Cause Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-cause", + "url": "http://hl7.org/fhir/ValueSet/condition-cause", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.965", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-cause", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0404 ( Language proficiency)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0404" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0404/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0404", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Language proficiency", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0404", + "url": "http://terminology.hl7.org/ValueSet/v2-0404", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0404", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Medication Status Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-statement-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Medication usage category codes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication usage category codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "medication-statement-category", + "url": "http://hl7.org/fhir/ValueSet/medication-statement-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.370", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-statement-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0166 ( RX COMPONENT TYPE)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0166" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0166/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0166", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 RX COMPONENT TYPE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0166", + "url": "http://terminology.hl7.org/ValueSet/v2-0166", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0166", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-CalendarType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-CalendarType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.CalendarType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System CalendarType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-CalendarType", + "url": "http://terminology.hl7.org/ValueSet/v3-CalendarType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10682", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-CalendarType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0495 ( Body Site Modifier)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0495" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0495/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0495", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Body Site Modifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0495", + "url": "http://terminology.hl7.org/ValueSet/v2-0495", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0495", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Codes for the Role class hierarchy. The values in this hierarchy, represent a Role which is an association or relationship between two entities - the entity that plays the role and the entity that scopes the role. Roles names are derived from the name of the playing entity in that role. The role hierarchy stems from three core concepts, or abstract domains: RoleClassOntological\r\nis an abstract domain that collects roles in which the playing entity is defined or specified by the scoping entity. RoleClassPartitive\r\ncollects roles in which the playing entity is in some sense a \"part\" of the scoping entity. RoleClassAssociative\r\ncollects all of the remaining forms of association between the playing entity and the scoping entity. This set of roles is further partitioned between: RoleClassPassive\r\nwhich are roles in which the playing entity is used, known, treated, handled, built, or destroyed, etc. under the auspices of the scoping entity. The playing entity is passive in these roles in that the role exists without an agreement from the playing entity. RoleClassMutualRelationship\r\nwhich are relationships based on mutual behavior of the two entities. The basis of these relationship may be formal agreements or they may bede facto\r\nbehavior. Thus, this sub-domain is further divided into: RoleClassRelationshipFormal\r\nin which the relationship is formally defined, frequently by a contract or agreement. Personal relationship\r\nwhich inks two people in a personal relationship. The hierarchy discussed above is represented In the current vocabulary tables as a set of abstract domains, with the exception of the \"Personal relationship\" which is a leaf concept. OpenIssue:\r\nDescription copied from Concept Domain of same name. Must be verified.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClass/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.RoleClass", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System RoleClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-RoleClass", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClass", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11555", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClass", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0485 ( Extended Priority Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0485" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0485/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0485", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Extended Priority Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0485", + "url": "http://terminology.hl7.org/ValueSet/v2-0485", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0485", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0062 ( EVENT REASON)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0062" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0062/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0062", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 EVENT REASON", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0062", + "url": "http://terminology.hl7.org/ValueSet/v2-0062", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0062", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0536 ( Certificate Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0536" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0536/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0536", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Certificate Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0536", + "url": "http://terminology.hl7.org/ValueSet/v2-0536", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0536", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Tells a receiver to ignore just the local markup tags (local_markup, local_header, local_attr) when value=\"markup\", or to ignore the local markup tags and all contained content when value=\"all\"", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-LocalMarkupIgnore" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-LocalMarkupIgnore/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.LocalMarkupIgnore", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System LocalMarkupIgnore", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-LocalMarkupIgnore", + "url": "http://terminology.hl7.org/ValueSet/v3-LocalMarkupIgnore", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10975", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-LocalMarkupIgnore", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The code(s) that detail the conditions under which the healthcare service is available/offered.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-provision-conditions/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ServiceProvisionConditions", + "experimental": false, + "resourceType": "ValueSet", + "title": "ServiceProvisionConditions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-provision-conditions", + "url": "http://hl7.org/fhir/ValueSet/service-provision-conditions", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.514", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-provision-conditions", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Concepts representing whether a person does or does not currently have a job or is not currently in the labor pool seeking employment.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + "concept": [{ "code": "_EmploymentStatus" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_EmploymentStatus", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-employmentStatusODH/2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.employmentStatusODH", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetemploymentStatusODH", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-employmentStatusODH", + "url": "http://terminology.hl7.org/ValueSet/v3-employmentStatusODH", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20562", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-employmentStatusODH", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of USCLS codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/service-uscls/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "USCLSCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "USCLS Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-uscls", + "url": "http://hl7.org/fhir/ValueSet/service-uscls", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.542", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/service-uscls", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Coverage Class codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverage-class/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "CoverageClassCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Class Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "coverage-class", + "url": "http://hl7.org/fhir/ValueSet/coverage-class", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1009", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverage-class", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0368 ( Remote control command)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0368" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0368/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0368", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Remote control command", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0368", + "url": "http://terminology.hl7.org/ValueSet/v2-0368", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0368", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0158 ( DATE/TIME SELECTION QUALIFIER)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0158" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0158/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0158", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 DATE/TIME SELECTION QUALIFIER", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0158", + "url": "http://terminology.hl7.org/ValueSet/v2-0158", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0158", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for security classification.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/contract-security-classification" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-classification/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-classification", + "url": "http://hl7.org/fhir/ValueSet/contract-security-classification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1218", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-security-classification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EquipmentAlertLevel" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EquipmentAlertLevel/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EquipmentAlertLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EquipmentAlertLevel", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EquipmentAlertLevel", + "url": "http://terminology.hl7.org/ValueSet/v3-EquipmentAlertLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10896", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EquipmentAlertLevel", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to where the patient left the hospital.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/encounter-discharge-disposition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DischargeDisposition", + "experimental": false, + "resourceType": "ValueSet", + "title": "Discharge disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-discharge-disposition", + "url": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.259", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-discharge-disposition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 442083009 (Anatomical or acquired body site (body structure)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "49755003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/bodystructure-code/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTMorphologicAbnormalities", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Morphologic Abnormalities", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodystructure-code", + "url": "http://hl7.org/fhir/ValueSet/bodystructure-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.142", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodystructure-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " Code for the mechanism by which the exposure agent was exchanged or potentially exchanged by the participants involved in the exposure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ExposureMode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ExposureMode/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.ExposureMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System ExposureMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-ExposureMode", + "url": "http://terminology.hl7.org/ValueSet/v3-ExposureMode", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ExposureMode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for asset scope.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-scope" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetscope/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "ContractResourceAssetScopeCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetscope", + "url": "http://hl7.org/fhir/ValueSet/contract-assetscope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1293", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contract-assetscope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " A relationship that is based on mutual behavior of the two Entities as being related. The basis of such relationship may be agreements (e.g., spouses, contract parties) or they may bede facto\r\nbehavior (e.g. friends) or may be an incidental involvement with each other (e.g. parties over a dispute, siblings, children).", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [{ "code": "_RoleClassMutualRelationship" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_RoleClassMutualRelationship", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassMutualRelationship/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassMutualRelationship", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassMutualRelationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassMutualRelationship", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassMutualRelationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19316", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassMutualRelationship", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0207 ( Processing Mode)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0207" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0207/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0207", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Processing Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0207", + "url": "http://terminology.hl7.org/ValueSet/v2-0207", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0207", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Types of personal relationships between two living subjects. Example:\r\nParent, sibling, unrelated friend, neighbor", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [{ "code": "_PersonalRelationshipRoleType" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_PersonalRelationshipRoleType", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-PersonalRelationshipRoleType/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.PersonalRelationshipRoleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetPersonalRelationshipRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-PersonalRelationshipRoleType", + "url": "http://terminology.hl7.org/ValueSet/v3-PersonalRelationshipRoleType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19563", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-PersonalRelationshipRoleType", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": " The closeness or quality of the mapping between the HL7 concept (as represented by the HL7 concept identifier) and the source coding system. The values are patterned after the similar relationships used in the UMLS Metathesaurus. Because the HL7 coding sy", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-MapRelationship" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-MapRelationship/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.MapRelationship", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System MapRelationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-MapRelationship", + "url": "http://terminology.hl7.org/ValueSet/v3-MapRelationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.11052", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-MapRelationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Defines behavior for an action or a group for how many times that item may be repeated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-cardinality-behavior" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/action-cardinality-behavior/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ActionCardinalityBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "ActionCardinalityBehavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "action-cardinality-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.807", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/action-cardinality-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0739 ( Status Patient)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0739" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0739/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0739", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Status Patient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0739", + "url": "http://terminology.hl7.org/ValueSet/v2-0739", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0739", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0790 ( Approving Regulatory Agency)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0790" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0790/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0790", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Approving Regulatory Agency", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0790", + "url": "http://terminology.hl7.org/ValueSet/v2-0790", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0790", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Operations supported by REST at the type or instance level.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/restful-interaction", + "concept": [ + { "code": "read" }, + { "code": "vread" }, + { "code": "update" }, + { "code": "patch" }, + { "code": "delete" }, + { "code": "history-instance" }, + { "code": "history-type" }, + { "code": "create" }, + { "code": "search-type" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/type-restful-interaction/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "TypeRestfulInteraction", + "experimental": false, + "resourceType": "ValueSet", + "title": "TypeRestfulInteraction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "type-restful-interaction", + "url": "http://hl7.org/fhir/ValueSet/type-restful-interaction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.180", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/type-restful-interaction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Sensitivity codes are not useful for interoperability outside of a policy domain because sensitivity policies are typically localized and vary drastically across policy domains even for the same information category because of differing organizational business rules, security policies, and jurisdictional requirements. For example, an \"employee\" sensitivity code would make little sense for use outside of a policy domain. \"Taboo\" would rarely be useful outside of a policy domain unless there are jurisdictional requirements requiring that a provider disclose sensitive information to a patient directly. Sensitivity codes may be more appropriate in a legacy system's Master Files in order to notify those who access a patient's orders and observations about the sensitivity policies that apply. Newer systems may have a security engine that uses a sensitivity policy's criteria directly. The specializable Sensitivity Act.code may be useful in some scenarious if used in combination with a sensitivity identifier and/or Act.title.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_InformationSensitivityPolicy", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.InformationSensitivityPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetInformationSensitivityPolicy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-InformationSensitivityPolicy", + "url": "http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20428", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-InformationSensitivityPolicy", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes Coverage SelfPay codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/coverage-selfpay/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "CoverageSelfPayCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage SelfPay Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "coverage-selfpay", + "url": "http://hl7.org/fhir/ValueSet/coverage-selfpay", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.525", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coverage-selfpay", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Type for strand.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/strand-type" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/strand-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "strandType", + "experimental": false, + "resourceType": "ValueSet", + "title": "strandType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "strand-type", + "url": "http://hl7.org/fhir/ValueSet/strand-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.985", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/strand-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0468 ( Payment adjustment code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0468" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0468/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0468", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Payment adjustment code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0468", + "url": "http://terminology.hl7.org/ValueSet/v2-0468", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0468", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "SubstanceNucleicAcid", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceNucleicAcid", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceNucleicAcid", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceNucleicAcid", + "differential": { + "element": [ + { + "id": "SubstanceNucleicAcid", + "max": "*", + "min": 0, + "path": "SubstanceNucleicAcid", + "short": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction", + "definition": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction." + }, + { + "id": "SubstanceNucleicAcid.sequenceType", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.sequenceType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of the sequence shall be specified based on a controlled vocabulary", + "isSummary": true, + "definition": "The type of the sequence shall be specified based on a controlled vocabulary." + }, + { + "id": "SubstanceNucleicAcid.numberOfSubunits", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.numberOfSubunits", + "type": [{ "code": "integer" }], + "short": "The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit", + "isSummary": true, + "definition": "The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit." + }, + { + "id": "SubstanceNucleicAcid.areaOfHybridisation", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.areaOfHybridisation", + "type": [{ "code": "string" }], + "short": "The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”", + "isSummary": true, + "definition": "The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”." + }, + { + "id": "SubstanceNucleicAcid.oligoNucleotideType", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.oligoNucleotideType", + "type": [{ "code": "CodeableConcept" }], + "short": "(TBC)", + "isSummary": true, + "definition": "(TBC)." + }, + { + "id": "SubstanceNucleicAcid.subunit", + "max": "*", + "min": 0, + "path": "SubstanceNucleicAcid.subunit", + "type": [{ "code": "BackboneElement" }], + "short": "Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times", + "isSummary": true, + "definition": "Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times." + }, + { + "id": "SubstanceNucleicAcid.subunit.subunit", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.subunit", + "type": [{ "code": "integer" }], + "short": "Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts", + "isSummary": true, + "definition": "Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts." + }, + { + "id": "SubstanceNucleicAcid.subunit.sequence", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sequence", + "type": [{ "code": "string" }], + "short": "Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured", + "isSummary": true, + "definition": "Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured." + }, + { + "id": "SubstanceNucleicAcid.subunit.length", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.length", + "type": [{ "code": "integer" }], + "short": "The length of the sequence shall be captured", + "isSummary": true, + "definition": "The length of the sequence shall be captured." + }, + { + "id": "SubstanceNucleicAcid.subunit.sequenceAttachment", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sequenceAttachment", + "type": [{ "code": "Attachment" }], + "short": "(TBC)", + "isSummary": true, + "definition": "(TBC)." + }, + { + "id": "SubstanceNucleicAcid.subunit.fivePrime", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.fivePrime", + "type": [{ "code": "CodeableConcept" }], + "short": "The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant", + "isSummary": true, + "definition": "The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant." + }, + { + "id": "SubstanceNucleicAcid.subunit.threePrime", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.threePrime", + "type": [{ "code": "CodeableConcept" }], + "short": "The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant", + "isSummary": true, + "definition": "The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant." + }, + { + "id": "SubstanceNucleicAcid.subunit.linkage", + "max": "*", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.linkage", + "type": [{ "code": "BackboneElement" }], + "short": "The linkages between sugar residues will also be captured", + "isSummary": true, + "definition": "The linkages between sugar residues will also be captured." + }, + { + "id": "SubstanceNucleicAcid.subunit.linkage.connectivity", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.linkage.connectivity", + "type": [{ "code": "string" }], + "short": "The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified", + "isSummary": true, + "definition": "The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified." + }, + { + "id": "SubstanceNucleicAcid.subunit.linkage.identifier", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.linkage.identifier", + "type": [{ "code": "Identifier" }], + "short": "Each linkage will be registered as a fragment and have an ID", + "isSummary": true, + "definition": "Each linkage will be registered as a fragment and have an ID." + }, + { + "id": "SubstanceNucleicAcid.subunit.linkage.name", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.linkage.name", + "type": [{ "code": "string" }], + "short": "Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage", + "isSummary": true, + "definition": "Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage." + }, + { + "id": "SubstanceNucleicAcid.subunit.linkage.residueSite", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.linkage.residueSite", + "type": [{ "code": "string" }], + "short": "Residues shall be captured as described in 5.3.6.8.3", + "isSummary": true, + "definition": "Residues shall be captured as described in 5.3.6.8.3." + }, + { + "id": "SubstanceNucleicAcid.subunit.sugar", + "max": "*", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sugar", + "type": [{ "code": "BackboneElement" }], + "short": "5.3.6.8.1 Sugar ID (Mandatory)", + "isSummary": true, + "definition": "5.3.6.8.1 Sugar ID (Mandatory)." + }, + { + "id": "SubstanceNucleicAcid.subunit.sugar.identifier", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sugar.identifier", + "type": [{ "code": "Identifier" }], + "short": "The Substance ID of the sugar or sugar-like component that make up the nucleotide", + "isSummary": true, + "definition": "The Substance ID of the sugar or sugar-like component that make up the nucleotide." + }, + { + "id": "SubstanceNucleicAcid.subunit.sugar.name", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sugar.name", + "type": [{ "code": "string" }], + "short": "The name of the sugar or sugar-like component that make up the nucleotide", + "isSummary": true, + "definition": "The name of the sugar or sugar-like component that make up the nucleotide." + }, + { + "id": "SubstanceNucleicAcid.subunit.sugar.residueSite", + "max": "1", + "min": 0, + "path": "SubstanceNucleicAcid.subunit.sugar.residueSite", + "type": [{ "code": "string" }], + "short": "The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above", + "isSummary": true, + "definition": "The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/StructureDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "StructureDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "StructureDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "StructureDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "sdf-9", + "human": "In any snapshot or differential, no label, code or requirements on an element without a \".\" in the path (e.g. the first element)", + "xpath": "not(exists(f:snapshot/f:element[not(contains(f:path/@value, '.')) and (f:label or f:code or f:requirements)])) and not(exists(f:differential/f:element[not(contains(f:path/@value, '.')) and (f:label or f:code or f:requirements)]))", + "severity": "error", + "expression": "children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty()", + "requirements": "Because these 3 fields seem to be have overlapping meaning with the ones in the root of StructureDefinition" + }, + { + "key": "sdf-15a", + "human": "If the first element in a differential has no \".\" in the path and it's not a logical model, it has no type", + "xpath": "f:kind/@value='logical' or not(f:differential/f:element[1][not(contains(f:path/@value, '.'))]/f:type)", + "severity": "error", + "expression": "(kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty()", + "requirements": "No Type on the root element (differential)" + }, + { + "key": "sdf-19", + "human": "FHIR Specification models only use FHIR defined types", + "xpath": "not(starts-with(f:url/@value, 'http://hl7.org/fhir/StructureDefinition')) or count(f:differential/f:element/f:type/f:code[@value and not(matches(string(@value), '^[a-zA-Z0-9\\.]+$'))]|f:snapshot/f:element/f:type/f:code[@value and not(matches(string(@value), '^[a-zA-Z0-9]+$\\.'))]) =0", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential.element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$')) and snapshot.element.type.code.all(matches('^[a-zA-Z0-9\\\\.]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$')))", + "requirements": "custom types only in logical models" + }, + { + "key": "sdf-16", + "human": "All element definitions must have unique ids (snapshot)", + "xpath": "count(f:snapshot/f:element)=count(f:snapshot/f:element/@id) and (count(f:snapshot/f:element)=count(distinct-values(f:snapshot/f:element/@id)))", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct()", + "requirements": "element ids need to be unique" + }, + { + "key": "sdf-15", + "human": "The first element in a snapshot has no type unless model is a logical model.", + "xpath": "f:kind/@value='logical' or not(f:snapshot/f:element[1]/f:type)", + "severity": "error", + "expression": "kind!='logical' implies snapshot.element.first().type.empty()", + "requirements": "No Type on the root element (snapshot)" + }, + { + "key": "sdf-18", + "human": "Context Invariants can only be used for extensions", + "xpath": "not(exists(f:contextInvariant)) or (f:type/@value = 'Extension')", + "severity": "error", + "expression": "contextInvariant.exists() implies type = 'Extension'", + "requirements": "contextInvariant" + }, + { + "key": "sdf-17", + "human": "All element definitions must have unique ids (diff)", + "xpath": "count(f:differential/f:element)=count(f:differential/f:element/@id) and (count(f:differential/f:element)=count(distinct-values(f:differential/f:element/@id)))", + "severity": "error", + "expression": "differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct()", + "requirements": "element ids need to be unique" + }, + { + "key": "sdf-23", + "human": "No slice name on root", + "xpath": "count(*[self::snapshot or self::differential]/f:element[not(contains(f:path/@value, '.')) and f:sliceName])=0", + "severity": "error", + "expression": "(snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty())", + "requirements": "no sliceName on root" + }, + { + "key": "sdf-11", + "human": "If there's a type, its content must match the path name in the first element of a snapshot", + "xpath": "(f:kind/@value = 'logical') or not(exists(f:snapshot)) or (f:type/@value = f:snapshot/f:element[1]/f:path/@value)", + "severity": "error", + "expression": "kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type", + "requirements": "Ensure that the type is not inconsistent with the other information in the structure" + }, + { + "key": "sdf-22", + "human": "FHIR Specification models never have default values", + "xpath": "not(starts-with(f:url/@value, 'http://hl7.org/fhir/StructureDefinition')) or (not(exists(f:snapshot/f:element/*[starts-with(local-name(), 'defaultValue')])) and not(exists(f:differential/f:element/*[starts-with(local-name(), 'defaultValue')])))", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty())", + "requirements": "no default values on data types or resources" + }, + { + "key": "sdf-14", + "human": "All element definitions must have an id", + "xpath": "count(*/f:element)=count(*/f:element/@id)", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and differential.element.all(id.exists())", + "requirements": "elements have id" + }, + { + "key": "sdf-1", + "human": "Element paths must be unique unless the structure is a constraint", + "xpath": "(f:derivation/@value = 'constraint') or (count(f:snapshot/f:element) = count(distinct-values(f:snapshot/f:element/f:path/@value)))", + "severity": "error", + "expression": "derivation = 'constraint' or snapshot.element.select(path).isDistinct()" + }, + { + "key": "sdf-21", + "human": "Default values can only be specified on specializations", + "xpath": "not(exists(f:differential/f:element/*[starts-with(local-name(), 'defaultValue')])) or (f:derivation/@value = 'specialization')", + "severity": "error", + "expression": "differential.element.defaultValue.exists() implies (derivation = 'specialization')", + "requirements": "no default values on data types or resources" + }, + { + "key": "sdf-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + { + "key": "sdf-6", + "human": "A structure must have either a differential, or a snapshot (or both)", + "xpath": "exists(f:snapshot) or exists(f:differential)", + "severity": "error", + "expression": "snapshot.exists() or differential.exists()" + }, + { + "key": "sdf-5", + "human": "If the structure defines an extension then the structure must have context information", + "xpath": "not(f:type/@value = 'extension') or (f:derivation/@value = 'specialization') or (exists(f:context))", + "severity": "error", + "expression": "type != 'Extension' or derivation = 'specialization' or (context.exists())" + }, + { + "key": "sdf-4", + "human": "If the structure is not abstract, then there SHALL be a baseDefinition", + "xpath": "(f:abstract/@value=true()) or exists(f:baseDefinition)", + "severity": "error", + "expression": "abstract = true or baseDefinition.exists()", + "requirements": "Ensure that the base types are abstract" + } + ], + "path": "StructureDefinition", + "min": 0, + "definition": "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.", + "short": "Structural Definition", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "alias": ["Template", "Profile"], + "max": "*", + "id": "StructureDefinition" + }, + { + "path": "StructureDefinition.url", + "requirements": "Allows the structure definition to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers.", + "short": "Canonical identifier for this structure definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "StructureDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "StructureDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the structure definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "Identifier part", "identity": "iso11179" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "StructureDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "StructureDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the structure definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the structure definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "Version", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureDefinition.version", + "comment": "There may be different structure definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "StructureDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this structure definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.Some Examples: \n\n* O2SatObservation\n* PresentationReport\n* Immunization2\n* AcmeAdmissionRecordOld.", + "isSummary": true + }, + { + "path": "StructureDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the structure definition.", + "short": "Name for this structure definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.Applications don't have to use this name but can always fall back to it. The title also corresponds to the label for the root element.", + "isSummary": true + }, + { + "path": "StructureDefinition.status", + "min": 1, + "definition": "The status of this structure definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Registration status", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "StructureDefinition.status", + "comment": "Allows filtering of structure definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "StructureDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure definition.", + "min": 0, + "definition": "A Boolean value to indicate that this structure definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "Registration status", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "StructureDefinition.experimental", + "comment": "Allows filtering of structure definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "StructureDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the structure definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "StructureDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "StructureDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the structure definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the structure definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "Registration Authority", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the structure definition is the organization or individual primarily responsible for the maintenance and upkeep of the structure definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "StructureDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "StructureDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "StructureDefinition.description", + "min": 0, + "definition": "A free text natural language description of the structure definition from a consumer's perspective.", + "short": "Natural language description of the structure definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "StructureDefinition.description", + "comment": "This description can be used to capture details such as why the structure definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure definition is presumed to be the predominant language in the place the structure definition was created)." + }, + { + "path": "StructureDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "StructureDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "StructureDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the structure definition is intended to be used.", + "short": "Intended jurisdiction for structure definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "StructureDefinition.jurisdiction", + "comment": "It may be possible for the structure definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "StructureDefinition.purpose", + "min": 0, + "definition": "Explanation of why this structure definition is needed and why it has been designed as it has.", + "short": "Why this structure definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "StructureDefinition.purpose", + "comment": "This element does not describe the usage of the structure definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure definition." + }, + { + "path": "StructureDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the structure definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "StructureDefinition.copyright" + }, + { + "path": "StructureDefinition.keyword", + "requirements": "Assist in searching for appropriate StructureDefinitions.", + "min": 0, + "definition": "A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes.", + "short": "Assist with indexing and finding", + "mapping": [{ "map": "keywords", "identity": "iso11179" }], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureDefinitionKeyword" + } + ], + "description": "Codes for the meaning of the defined structure (SNOMED CT and LOINC codes, as an example)." + }, + "max": "*", + "id": "StructureDefinition.keyword", + "isSummary": true + }, + { + "path": "StructureDefinition.fhirVersion", + "min": 0, + "definition": "The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.0.1. for this version.", + "short": "FHIR Version this StructureDefinition targets", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "1", + "id": "StructureDefinition.fhirVersion", + "comment": "A StructureDefinition does not need to specify the target it applies to as StructureDefinitions will often be valid across multiple versions of FHIR. FHIR tooling can determine whether a StructureDefinition is consistent with a particular StructureDefinition if desired.", + "isSummary": true + }, + { + "id": "StructureDefinition.mapping", + "max": "*", + "min": 0, + "path": "StructureDefinition.mapping", + "type": [{ "code": "BackboneElement" }], + "short": "External specification that the content is mapped to", + "constraint": [ + { + "key": "sdf-2", + "human": "Must have at least a name or a uri (or both)", + "xpath": "exists(f:uri) or exists(f:name)", + "severity": "error", + "expression": "name.exists() or uri.exists()" + } + ], + "definition": "An external specification that the content is mapped to." + }, + { + "id": "StructureDefinition.mapping.identity", + "max": "1", + "min": 1, + "path": "StructureDefinition.mapping.identity", + "type": [{ "code": "id" }], + "short": "Internal id when this mapping is used", + "comment": "The specification is described once, with general comments, and then specific mappings are made that reference this declaration.", + "definition": "An Internal id that is used to identify this mapping set when specific mappings are made." + }, + { + "path": "StructureDefinition.mapping.uri", + "min": 0, + "definition": "An absolute URI that identifies the specification that this mapping is expressed to.", + "short": "Identifies what this mapping refers to", + "type": [{ "code": "uri" }], + "max": "1", + "id": "StructureDefinition.mapping.uri", + "condition": ["sdf-2"], + "comment": "A formal identity for the specification being mapped to helps with identifying maps consistently." + }, + { + "id": "StructureDefinition.mapping.name", + "max": "1", + "min": 0, + "path": "StructureDefinition.mapping.name", + "type": [{ "code": "string" }], + "short": "Names what this mapping refers to", + "condition": ["sdf-2"], + "definition": "A name for the specification that is being mapped to." + }, + { + "id": "StructureDefinition.mapping.comment", + "max": "1", + "min": 0, + "path": "StructureDefinition.mapping.comment", + "type": [{ "code": "string" }], + "short": "Versions, Issues, Scope limitations etc.", + "definition": "Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage." + }, + { + "path": "StructureDefinition.kind", + "min": 1, + "definition": "Defines the kind of structure that this definition is describing.", + "short": "primitive-type | complex-type | resource | logical", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/structure-definition-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureDefinitionKind" + } + ], + "description": "Defines the type of structure that a definition is describing." + }, + "max": "1", + "id": "StructureDefinition.kind", + "isSummary": true + }, + { + "path": "StructureDefinition.abstract", + "min": 1, + "definition": "Whether structure this definition describes is abstract or not - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.", + "short": "Whether the structure is abstract", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "StructureDefinition.abstract", + "comment": "Abstract Resources cannot be instantiated - a concrete sub-type must be used. Abstract datatypes and extensions cannot be used in an instance. For logical models, the exact implication of \"abstract\" will rest with the author, depending how the logical model is used. Flagging a constraint structure as abstract conveys design intent but makes no difference to how the structure definition is handled. Note that inline declared elements that are given the type \"Element\" in the StructureDefinition, but have children described, are anonymous concrete types that specialize Element.", + "isSummary": true + }, + { + "path": "StructureDefinition.context", + "min": 0, + "definition": "Identifies the types of resource or data type elements to which the extension can be applied.", + "short": "If an extension, where it can be used in instances", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "StructureDefinition.context", + "condition": ["sdf-5"], + "isSummary": true + }, + { + "path": "StructureDefinition.context.type", + "min": 1, + "definition": "Defines how to interpret the expression that defines what the context of the extension is.", + "short": "fhirpath | element | extension", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/extension-context-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExtensionContextType" + } + ], + "description": "How an extension context is interpreted." + }, + "max": "1", + "id": "StructureDefinition.context.type", + "isSummary": true + }, + { + "id": "StructureDefinition.context.expression", + "max": "1", + "min": 1, + "path": "StructureDefinition.context.expression", + "type": [{ "code": "string" }], + "short": "Where the extension can be used in instances", + "isSummary": true, + "definition": "An expression that defines where an extension can be used in resources." + }, + { + "path": "StructureDefinition.contextInvariant", + "min": 0, + "definition": "A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true.", + "short": "FHIRPath invariants - when the extension can be used", + "type": [{ "code": "string" }], + "max": "*", + "id": "StructureDefinition.contextInvariant", + "condition": ["sdf-18"], + "comment": "The rules are only evaluated when the extension is present. When evaluating the invariant, the FHIRPath focus is the element that holds the extension, and %extension refers to the extension itself.", + "isSummary": true + }, + { + "path": "StructureDefinition.type", + "min": 1, + "definition": "The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type). References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models.", + "short": "Type defined or constrained by this structure", + "type": [{ "code": "uri" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDefinedTypeExt" + } + ], + "description": "Either a resource or a data type, including logical model types." + }, + "max": "1", + "id": "StructureDefinition.type", + "condition": ["sdf-11"], + "comment": "Note that in the case of constraints, the type could be determined by chasing through the baseDefinition references until a concrete structure (derivation = specialization) is reached, or by looking at the path of the first element in the snapshot - if present - but providing the type directly makes for simpler tooling and indexing. \n\nThe type must match the elements defined in the differential and the snapshot. For all FHIR defined types, the path name of the element will start with the type name. For logical models, where the type is a URL, the type name SHOULD start with the tail of the type URL where required.", + "isSummary": true + }, + { + "path": "StructureDefinition.baseDefinition", + "min": 0, + "definition": "An absolute URI that is the base structure from which this type is derived, either by specialization or constraint.", + "short": "Definition that this type is constrained/specialized from", + "type": [ + { + "code": "canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "StructureDefinition.baseDefinition", + "condition": ["sdf-4"], + "comment": "If differential constraints are specified in this structure, they are applied to the base in a \"differential\" fashion. If there is no base, then the differential constraints cannot be provided (snapshot only). Differential structures are useful for the editing perspective, and snapshot structures are suitable for operational use. The FHIR Project provides a number of tools/services to populate snapshots from differential constraints. Logical Models have a base of \"Element\" or another logical model.", + "isSummary": true + }, + { + "path": "StructureDefinition.derivation", + "min": 0, + "definition": "How the type relates to the baseDefinition.", + "short": "specialization | constraint - How relates to base definition", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-derivation-rule|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TypeDerivationRule" + } + ], + "description": "How a type relates to its baseDefinition." + }, + "max": "1", + "id": "StructureDefinition.derivation", + "comment": "If the definition is a specialization, then it adds new elements in the differential, and the snapshot includes the inherited elements. If the definition is a constraint, then it cannot define new elements, it can only make new rules about existing content (see [Profiling Resources](profiling.html#resources)).", + "isSummary": true + }, + { + "constraint": [ + { + "key": "sdf-8", + "human": "All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "xpath": "f:element[1]/f:path/@value=parent::f:StructureDefinition/f:type/@value and count(f:element[position()!=1])=count(f:element[position()!=1][starts-with(f:path/@value, concat(ancestor::f:StructureDefinition/f:type/@value, '.'))])", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" + }, + { + "key": "sdf-3", + "human": "Each element definition in a snapshot must have a formal definition and cardinalities", + "xpath": "count(f:element) = count(f:element[exists(f:definition) and exists(f:min) and exists(f:max)])", + "severity": "error", + "expression": "element.all(definition.exists() and min.exists() and max.exists())" + }, + { + "key": "sdf-8b", + "human": "All snapshot elements must have a base definition", + "xpath": "count(f:element) = count(f:element/f:base)", + "severity": "error", + "expression": "element.all(base.exists())" + } + ], + "path": "StructureDefinition.snapshot", + "min": 0, + "definition": "A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.", + "short": "Snapshot view of the structure", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "StructureDefinition.snapshot", + "condition": ["sdf-6"] + }, + { + "constraint": [ + { + "key": "sdf-10", + "human": "provide either a binding reference or a description (or both)", + "xpath": "not(exists(f:binding)) or exists(f:binding/f:valueSet) or exists(f:binding/f:description)", + "severity": "error", + "expression": "binding.empty() or binding.valueSet.exists() or binding.description.exists()", + "requirements": "binding is required" + } + ], + "path": "StructureDefinition.snapshot.element", + "min": 1, + "definition": "Captures constraints on each element within the resource.", + "short": "Definition of elements in the resource (if no StructureDefinition)", + "mapping": [{ "map": "--", "identity": "iso11179" }], + "type": [{ "code": "ElementDefinition" }], + "max": "*", + "id": "StructureDefinition.snapshot.element", + "condition": ["sdf-3"] + }, + { + "constraint": [ + { + "key": "sdf-20", + "human": "No slicing on the root element", + "xpath": "not(f:element[1]/f:slicing)", + "severity": "error", + "expression": "element.where(path.contains('.').not()).slicing.empty()", + "requirements": "no slicing on root" + }, + { + "key": "sdf-8a", + "human": "In any differential, all the elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "xpath": "count(f:element)=count(f:element[f:path/@value=ancestor::f:StructureDefinition/f:type/@value or starts-with(f:path/@value, concat(ancestor::f:StructureDefinition/f:type/@value, '.'))])", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path.startsWith(%resource.type)) and (element.tail().empty() or element.tail().all(path.startsWith(%resource.differential.element.first().path.replaceMatches('\\\\..*','')&'.')))" + } + ], + "path": "StructureDefinition.differential", + "min": 0, + "definition": "A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.", + "short": "Differential view of the structure", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "StructureDefinition.differential", + "condition": ["sdf-6"] + }, + { + "id": "StructureDefinition.differential.element", + "max": "*", + "min": 1, + "path": "StructureDefinition.differential.element", + "type": [{ "code": "ElementDefinition" }], + "short": "Definition of elements in the resource (if no StructureDefinition)", + "mapping": [{ "map": "--", "identity": "iso11179" }], + "definition": "Captures constraints on each element within the resource." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The type of Claim payee Resource.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-payee-resource-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/ex-payee-resource-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "ClaimPayeeResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ClaimPayeeResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ex-payee-resource-type", + "url": "http://hl7.org/fhir/ValueSet/ex-payee-resource-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.584", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ex-payee-resource-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set indicates the allowed vital sign result types. The LOINC code for Vitals Signs panel (85353-1) is a grouping structure for a set of vital signs and includes related links (with type=has-member) to the Observations in this set (e.g. respiratory rate, heart rate, BP). The Blood pressure panel (85354-9) is used to group the component observations Systolic blood pressure (8480-6) and Diastolic blood pressure (8462-4).", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "85353-1" }, + { "code": "9279-1" }, + { "code": "8867-4" }, + { "code": "2708-6" }, + { "code": "8310-5" }, + { "code": "8302-2" }, + { "code": "9843-4" }, + { "code": "29463-7" }, + { "code": "39156-5" }, + { "code": "85354-9" }, + { "code": "8480-6" }, + { "code": "8462-4" }, + { "code": "8478-0" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/observation-vitalsignresult/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR project team", + "fhirVersion": null, + "name": "VitalSigns", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vital Signs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "id": "observation-vitalsignresult", + "url": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.62", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-vitalsignresult", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": " An association between two Entities where the playing Entity is considered in some way \"part\" of the scoping Entity, e.g., as a member, component, ingredient, or content. Being \"part\" in the broadest sense of the word can mean anything from being an integral structural component to a mere incidental temporary association of a playing Entity with a (generally larger) scoping Entity.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [{ "code": "_RoleClassPartitive" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_RoleClassPartitive", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-RoleClassPartitive/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.RoleClassPartitive", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetRoleClassPartitive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "id": "v3-RoleClassPartitive", + "url": "http://terminology.hl7.org/ValueSet/v3-RoleClassPartitive", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10429", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-RoleClassPartitive", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0200 ( Name Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0200" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0200/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0200", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Name Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0200", + "url": "http://terminology.hl7.org/ValueSet/v2-0200", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0200", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Biologically Derived Product Status.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/product-status" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/product-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "BiologicallyDerivedProductStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "BiologicallyDerivedProductStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "product-status", + "url": "http://hl7.org/fhir/ValueSet/product-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.902", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/product-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes for grouping goals to use for filtering or presentation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/goal-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "name": "GoalCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "goal-category", + "url": "http://hl7.org/fhir/ValueSet/goal-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.275", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "HGNC: Human Gene Nomenclature Committee", + "compose": { "include": [{ "system": "http://www.genenames.org" }] }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/genenames/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "HGNC", + "experimental": false, + "resourceType": "ValueSet", + "title": "H g n c", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "genenames", + "url": "http://hl7.org/fhir/ValueSet/genenames", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.281", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/genenames", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0183 ( Active/Inactive)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0183" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0183/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0183", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Active/Inactive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0183", + "url": "http://terminology.hl7.org/ValueSet/v2-0183", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0183", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Set of codes used to value Act.Confidentiality and Role.Confidentiality attribute in accordance with the definition for concept domain \"Confidentiality\".", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality", + "concept": [ + { "code": "U" }, + { "code": "L" }, + { "code": "M" }, + { "code": "N" }, + { "code": "R" }, + { "code": "V" } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.ConfidentialityClassification", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetConfidentialityClassification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "active", + "id": "v3-ConfidentialityClassification", + "url": "http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10228", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-ConfidentialityClassification", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "Identification of the underlying physiological mechanism for a Reaction Risk.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/allergy-intolerance-type" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AllergyIntoleranceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntoleranceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-type", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.131", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergy-intolerance-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Real world event relating to the schedule.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/event-timing" }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TimingEvent", + "concept": [ + { + "code": "HS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before the hour of sleep (or trying to)" + } + ] + }, + { + "code": "WAKE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after waking" + } + ] + }, + { + "code": "C", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at a meal (from the Latin cibus)" + } + ] + }, + { + "code": "CM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at breakfast (from the Latin cibus matutinus)" + } + ] + }, + { + "code": "CD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at lunch (from the Latin cibus diurnus)" + } + ] + }, + { + "code": "CV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at dinner (from the Latin ante cibus vespertinus)" + } + ] + }, + { + "code": "AC", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before a meal (from the Latin ante cibus)" + } + ] + }, + { + "code": "ACM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before breakfast (from the Latin ante cibus matutinus)" + } + ] + }, + { + "code": "ACD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before lunch (from the Latin ante cibus diurnus)" + } + ] + }, + { + "code": "ACV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before dinner (from the Latin ante cibus vespertinus)" + } + ] + }, + { + "code": "PC", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after a meal (from the Latin post cibus)" + } + ] + }, + { + "code": "PCM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after breakfast (from the Latin post cibus matutinus)" + } + ] + }, + { + "code": "PCD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after lunch (from the Latin post cibus diurnus)" + } + ] + }, + { + "code": "PCV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after dinner (from the Latin post cibus vespertinus)" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/event-timing/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "EventTiming", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventTiming", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "event-timing", + "url": "http://hl7.org/fhir/ValueSet/event-timing", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.75", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-timing", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nCodes identifying types of HL7 Implementation Technology Specifications", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-hl7ITSType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-hl7ITSType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.hl7ITSType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System hl7ITSType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-hl7ITSType", + "url": "http://terminology.hl7.org/ValueSet/v3-hl7ITSType", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-hl7ITSType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The type of payee Resource.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/resource-type-link" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/resource-type-link/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "PayeeResourceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "PayeeResourceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "resource-type-link", + "url": "http://hl7.org/fhir/ValueSet/resource-type-link", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.614", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-type-link", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The use of an address.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/address-use" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/address-use/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AddressUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "AddressUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "address-use", + "url": "http://hl7.org/fhir/ValueSet/address-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.67", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/address-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0080 ( NATURE OF ABNORMAL TESTING)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0080" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0080/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0080", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 NATURE OF ABNORMAL TESTING", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0080", + "url": "http://terminology.hl7.org/ValueSet/v2-0080", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0080", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Codes for general categories of communications such as alerts, instructions, etc.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/communication-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CommunicationCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "CommunicationCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-category", + "url": "http://hl7.org/fhir/ValueSet/communication-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.172", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/communication-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0383 ( Substance status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0383" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0383/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0383", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Substance status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0383", + "url": "http://terminology.hl7.org/ValueSet/v2-0383", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0383", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0455 ( Type of bill code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0455" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0455/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0455", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Type of bill code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0455", + "url": "http://terminology.hl7.org/ValueSet/v2-0455", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0455", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0469 ( Packaging status code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0469" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0469/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0469", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Packaging status code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0469", + "url": "http://terminology.hl7.org/ValueSet/v2-0469", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0469", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The degree to which the server supports the code search parameter on ValueSet, if it is supported.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/code-search-support" }] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/code-search-support/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "CodeSearchSupport", + "experimental": false, + "resourceType": "ValueSet", + "title": "CodeSearchSupport", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "code-search-support", + "url": "http://hl7.org/fhir/ValueSet/code-search-support", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.860", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/code-search-support", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0389 ( Analyte repeat status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0389" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0389/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0389", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Analyte repeat status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0389", + "url": "http://terminology.hl7.org/ValueSet/v2-0389", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0389", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " Description:\r\nA set of codes advising a system or user which name in a set of names to select for a given purpose.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityNameUseR2" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityNameUseR2/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityNameUseR2", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityNameUseR2", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityNameUseR2", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityNameUseR2", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.20321", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityNameUseR2", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Overall categorization of the event, e.g. product-related or situational.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-category" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-category/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AdverseEventCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdverseEventCategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "adverse-event-category", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.833", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/adverse-event-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " A relationship between two people characterizing their \"familial\" relationship", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "FAMMEMB", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-FamilyMember/2014-03-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 v3", + "fhirVersion": null, + "name": "v3.FamilyMember", + "experimental": false, + "resourceType": "ValueSet", + "title": "V3 Value SetFamilyMember", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "active", + "id": "v3-FamilyMember", + "url": "http://terminology.hl7.org/ValueSet/v3-FamilyMember", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19579", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "4.0.1", + "version": "2014-03-26", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-FamilyMember", + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0260 ( Patient Location Type)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0260" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0260/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0260", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Patient Location Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0260", + "url": "http://terminology.hl7.org/ValueSet/v2-0260", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0260", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0153 ( Value code)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0153" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0153/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0153", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Value code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0153", + "url": "http://terminology.hl7.org/ValueSet/v2-0153", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0153", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes Anatomical Structure codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "91723000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/approach-site-codes/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTAnatomicalStructureForAdministrationSiteCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Anatomical Structure for Administration Site Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "approach-site-codes", + "url": "http://hl7.org/fhir/ValueSet/approach-site-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.346", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/approach-site-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Lifecycle status of the questionnaire response.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/questionnaire-answers-status" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-answers-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "QuestionnaireResponseStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuestionnaireResponseStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "questionnaire-answers-status", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status", + "identifier": [ + { "value": "urn:oid:required", "system": "urn:ietf:rfc:3986" } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-answers-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Types of combining results from a body of evidence (eg. summary data meta-analysis).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/synthesis-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/synthesis-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "SynthesisType", + "experimental": false, + "resourceType": "ValueSet", + "title": "SynthesisType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "synthesis-type", + "url": "http://hl7.org/fhir/ValueSet/synthesis-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1347", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/synthesis-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " Description:\r\nCode that specifies whether an address part names the street, city, country, postal code, post box, etc. Discussion: The hierarchical nature of these concepts shows composition. E.g. \"Street Name\" is part of \"Street Address Line\"", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AddressPartType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AddressPartType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AddressPartType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AddressPartType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AddressPartType", + "url": "http://terminology.hl7.org/ValueSet/v3-AddressPartType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10642", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AddressPartType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set includes Financial Task Input Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/financialtaskinputtype" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/financial-taskinputtype/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "name": "FinancialTaskInputTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Financial Task Input Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "financial-taskinputtype", + "url": "http://hl7.org/fhir/ValueSet/financial-taskinputtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1391", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/financial-taskinputtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0299 ( Encoding)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0299" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0299/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0299", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Encoding", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0299", + "url": "http://terminology.hl7.org/ValueSet/v2-0299", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0299", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0734 ( Grouper Status)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0734" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0734/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0734", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Grouper Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0734", + "url": "http://terminology.hl7.org/ValueSet/v2-0734", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0734", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " EntityDeterminer in natural language grammar is the class of words that comprises articles, demonstrative pronouns, and quantifiers. In the RIM, determiner is a structural code in the Entity class to distinguish whether any given Entity object stands for some, any one, or a specific thing.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EntityDeterminer" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-EntityDeterminer/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.EntityDeterminer", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System EntityDeterminer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-EntityDeterminer", + "url": "http://terminology.hl7.org/ValueSet/v3-EntityDeterminer", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.10878", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-EntityDeterminer", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The kind of dose or rate specified.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/dose-rate-type/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "DoseAndRateType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DoseAndRateType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "dose-rate-type", + "url": "http://hl7.org/fhir/ValueSet/dose-rate-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.981", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dose-rate-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "**** MISSING DEFINITIONS ****", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-SetOperator" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-SetOperator/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.SetOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System SetOperator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-SetOperator", + "url": "http://terminology.hl7.org/ValueSet/v3-SetOperator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.17416", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-SetOperator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": " A code identifying the specific message to be provided. Discussion:\r\nA textual value may be specified as the print name, or for non-coded messages, as the original text. Examples:\r\n'Required attribute xxx is missing', 'System will be unavailable March 19 from 0100 to 0300'", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-AcknowledgementDetailType" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailType/2018-08-12", + "date": "2018-08-12", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2018-08-12T00:00:00.000+10:00" + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v3.AcknowledgementDetailType", + "experimental": false, + "resourceType": "ValueSet", + "title": "v3 Code System AcknowledgementDetailType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "v3-AcknowledgementDetailType", + "url": "http://terminology.hl7.org/ValueSet/v3-AcknowledgementDetailType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.1.11.19358", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "4.0.1", + "version": "2018-08-12", + "fqn": "hl7.fhir.r4.core#4.0.1/v3-AcknowledgementDetailType", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0284 ( Referral Category)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0284" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0284/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0284", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Referral Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0284", + "url": "http://terminology.hl7.org/ValueSet/v2-0284", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0284", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "Kinds of mitigating actions and observations that can be associated with a detected issue or contraindication, such as 'added concurrent therapy', 'prior therapy documented', etc.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActDetectedIssueManagementCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "DetectedIssueMitigationAction", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Mitigation Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "detectedissue-mitigation-action", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.205", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/detectedissue-mitigation-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all clinical findings from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://hl7.org/fhir/ValueSet/medication-as-needed-reason/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2019-11-01T09:29:23.356+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "SNOMEDCTMedicationAsNeededReasonCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SNOMED CT Medication As Needed Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-as-needed-reason", + "url": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.96", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/medication-as-needed-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Value set/code system definition for HL7 v2 table 0278 ( Filler Status Codes)", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0278" } + ] + }, + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/ValueSet/http://terminology.hl7.org/ValueSet/v2-0278/2.9", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ] + }, + "publisher": "HL7, Inc", + "fhirVersion": null, + "name": "v2.0278", + "experimental": false, + "resourceType": "ValueSet", + "title": "v2 Filler Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "external" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "active", + "language": "en", + "id": "v2-0278", + "url": "http://terminology.hl7.org/ValueSet/v2-0278", + "immutable": true, + "packageVersion": "4.0.1", + "version": "2.9", + "fqn": "hl7.fhir.r4.core#4.0.1/v2-0278", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This condition has an unspecified relationship with another condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/condition-related/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "related", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "related", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-related", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-related", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-related", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Conditions associated with this condition", + "comment": "When the relationship is specified, use the more specific extension, such as condition-dueTo, condition-occurredFollowing, or condition-part of.", + "definition": "This condition has an unspecified relationship with another condition." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/condition-related" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for uri Type: String of characters used to identify a name or a resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/uri/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "uri", + "abstract": false, + "type": "uri", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "uri", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uri", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/uri", + "differential": { + "element": [ + { + "id": "uri", + "max": "*", + "min": 0, + "path": "uri", + "short": "Primitive Type uri", + "comment": "see http://en.wikipedia.org/wiki/Uniform_resource_identifier", + "definition": "String of characters used to identify a name or a resource" + }, + { + "id": "uri.value", + "max": "1", + "min": 0, + "path": "uri.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uri" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for uri", + "definition": "Primitive value for uri", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The portion of the family name that is derived from the person's mother.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-mothers-family/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "mothers-family", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-mothers-family", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family", + "context": [{ "type": "element", "expression": "HumanName.family" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-mothers-family", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Portion of family name derived from mother", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "The portion of the family name that is derived from the person's mother." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-relevantHistory/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "relevantHistory", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Relevant History", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-relevantHistory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-relevantHistory", + "context": [ + { "type": "element", "expression": "NutritionOrder" }, + { "type": "element", "expression": "CommunicationRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-relevantHistory", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Key events in history of request", + "comment": "This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude. Referenced provenances should adhere to the provenance-relevant-history profile.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-relevantHistory" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Lipid Lab Report", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/lipidprofile/4.0.1", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "4.0.1", + "name": "Example Lipid Profile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "This is a test summary [lipids](observation.html)" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "lipidprofile", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/lipidprofile", + "differential": { + "element": [ + { + "id": "DiagnosticReport", + "max": "1", + "min": 1, + "path": "DiagnosticReport", + "short": "Lipid Lab Report", + "comment": "In this profile, mustSupport means that authoring systems must include the ability to report these elements, and processing systems must cater for them by either displaying them to the user or considering them appropriately in decision support systems.", + "definition": "The findings and interpretation of a general lipid lab profile." + }, + { + "path": "DiagnosticReport.code", + "min": 1, + "definition": "LOINC Code for Lipid Panel with LDL.", + "short": "LOINC Code for Lipid Panel with LDL", + "type": [{ "code": "CodeableConcept" }], + "fixedCodeableConcept": { + "coding": [ + { + "code": "57698-3", + "system": "http://loinc.org", + "display": "Lipid panel with direct LDL - Serum or Plasma" + } + ] + }, + "max": "1", + "id": "DiagnosticReport.code", + "comment": "LOINC code includes \"direct\" LDL - does this mean LDL derived by measuring VLDL by ultracentrifugation? This panel includes both measured and calculated LDL." + }, + { + "id": "DiagnosticReport.result", + "max": "4", + "min": 3, + "path": "DiagnosticReport.result", + "slicing": { + "rules": "closed", + "ordered": true, + "discriminator": [ + { "path": "resolve().code", "type": "value" } + ] + } + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Reference to Cholesterol Result.", + "short": "Cholesterol Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/cholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "Cholesterol", + "max": "1", + "id": "DiagnosticReport.result:Cholesterol" + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Group of elements for Triglyceride result.", + "short": "Triglyceride Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/triglyceride" + ] + } + ], + "mustSupport": true, + "sliceName": "Triglyceride", + "max": "1", + "id": "DiagnosticReport.result:Triglyceride" + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Group of elements for HDL Cholesterol result.", + "short": "HDL Cholesterol Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "HDLCholesterol", + "max": "1", + "id": "DiagnosticReport.result:HDLCholesterol" + }, + { + "path": "DiagnosticReport.result", + "min": 0, + "definition": "LDL Cholesterol result, if reported.", + "short": "LDL Cholesterol result, if reported", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "LDLCholesterol", + "max": "1", + "id": "DiagnosticReport.result:LDLCholesterol" + }, + { + "path": "DiagnosticReport.conclusion", + "min": 0, + "definition": "May include diagnosis or suggestions for follow up testing.", + "short": "Clinical Interpretation of Lipid Panel", + "type": [{ "code": "string" }], + "mustSupport": true, + "max": "1", + "id": "DiagnosticReport.conclusion", + "comment": "It's not unusual for the lab to make some kind of interpretative comment on the set of results." + }, + { + "id": "DiagnosticReport.conclusionCode", + "max": "0", + "min": 0, + "path": "DiagnosticReport.conclusionCode", + "type": [{ "code": "CodeableConcept" }], + "short": "No codes for a lipid panel", + "comment": "Not used in this context.", + "definition": "No codes for a lipid panel." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + }, + { + "description": "A code representing the the type of device used for this observation. Should only be used if not implicit in the code found in `Observation.code`.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-deviceCode/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "deviceCode", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Device Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-deviceCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-deviceCode", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-deviceCode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A code representing the the type of device used for this observation. Should only be used if not implicit in the code found in `Observation.code`", + "definition": "A code representing the the type of device used for this observation. Should only be used if not implicit in the code found in `Observation.code`." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-deviceCode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceCode" + } + ] + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "lastReviewDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Last Review Date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "resource-lastReviewDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate", + "context": [ + { "type": "element", "expression": "StructureDefinition" }, + { "type": "element", "expression": "StructureMap" }, + { "type": "element", "expression": "CapabilityStatement" }, + { "type": "element", "expression": "OperationDefinition" }, + { "type": "element", "expression": "SearchParameter" }, + { "type": "element", "expression": "CompartmentDefinition" }, + { "type": "element", "expression": "ImplementationGuide" }, + { "type": "element", "expression": "CodeSystem" }, + { "type": "element", "expression": "ValueSet" }, + { "type": "element", "expression": "ConceptMap" }, + { "type": "element", "expression": "NamingSystem" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-lastReviewDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Last review date for the resource", + "comment": "If specified, this is usually after the approval date.", + "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-lastReviewDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The portion of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-own-name/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "own-name", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-own-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name", + "context": [{ "type": "element", "expression": "HumanName.family" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-own-name", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Portion derived from person's own surname", + "comment": "If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's \"maiden name\".", + "mapping": [ + { "map": "FN.3", "identity": "v2" }, + { + "map": "ENXP where Qualifiers = (BR)", + "identity": "rim" + } + ], + "definition": "The portion of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-own-name" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An Accession Number associated with this participant object.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-Accession/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "Accession", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-Accession", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Accession", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-Accession", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Accession Number", + "mapping": [{ "map": "Accession", "identity": "dicom" }], + "definition": "An Accession Number associated with this participant object." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-Accession" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Identifier" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Indicates the type of delivery installation (the facility to which the mail will be delivered prior to final shipping via the delivery mode.) Example: post office, letter carrier depot, community mail center, station, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryInstallationType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryInstallationType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryInstallationType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryInstallationType", + "mapping": [ + { "map": "ADXP[partType=DINST]", "identity": "rim" } + ], + "definition": "Indicates the type of delivery installation (the facility to which the mail will be delivered prior to final shipping via the delivery mode.) Example: post office, letter carrier depot, community mail center, station, etc." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Distinguishes the type of involvement of the performer in the event. For example, 'author', 'verifier' or 'responsible party'.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/event-performerFunction/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "performerFunction", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Performer Function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "event-performerFunction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-performerFunction", + "context": [ + { "type": "element", "expression": "Observation.performer" }, + { "type": "element", "expression": "DiagnosticReport.performer" }, + { "type": "element", "expression": "Media.operator" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-performerFunction", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Type of performance", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + } + ], + "definition": "Distinguishes the type of involvement of the performer in the event. For example, 'author', 'verifier' or 'responsible party'." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-performerFunction" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PerformerFunction" + } + ] + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for BackboneElement Type: Base definition for all elements that are defined inside a resource - but not those in a data type.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BackboneElement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "BackboneElement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "BackboneElement", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "BackboneElement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BackboneElement", + "differential": { + "element": [ + { + "id": "BackboneElement", + "max": "*", + "min": 0, + "path": "BackboneElement", + "short": "Base for elements defined inside a resource", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Base definition for all elements that are defined inside a resource - but not those in a data type." + }, + { + "path": "BackboneElement.modifierExtension", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "isModifier": true, + "short": "Extensions that cannot be ignored even if unrecognized", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content", "modifiers"], + "max": "*", + "id": "BackboneElement.modifierExtension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "This extension enables the capability currently available through MSH-16 (Application Level acknowledgement) in HL7 Version 2 to declare at a message instance level whether a response is required or only upon error or success, or never.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/messageheader-response-request/4.0.1", + "date": "2017-01-24", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - InM Work Group", + "fhirVersion": "4.0.1", + "name": "messageheader-response-request", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "MessageHeader response request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "messageheader-response-request", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/messageheader-response-request", + "context": [{ "type": "element", "expression": "MessageHeader" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/messageheader-response-request", + "differential": { + "element": [ + { + "path": "Extension", + "min": 1, + "definition": "This extension enables the capability currently available through MSH-16 (Application Level acknowledgement) in HL7 Version 2 to declare at a message instance level whether a response is required or only upon error or success, or never.", + "isModifier": false, + "short": "messageheader initiator requests a response", + "mapping": [ + { "map": "MSH-16", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "max": "1", + "id": "Extension", + "comment": "The Message Definition data provides perhaps what would be acceptable response requests, but could not indicate for each instance what is appropriate. The initiator should be able to handle the response even if not expected." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/messageheader-response-request" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "messageheader-response-request" + } + ], + "description": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Additional text for the summary presentation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-summary/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "summary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "summary", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-summary", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-summary", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Additional text for the summary presentation", + "definition": "Additional text for the summary presentation." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A qualification of the seriousness or impact on health of the family member condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "severity", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "familymemberhistory-severity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity", + "context": [ + { "type": "element", "expression": "FamilyMemberHistory.condition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/familymemberhistory-severity", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The seriousness of the family member condition", + "definition": "A qualification of the seriousness or impact on health of the family member condition." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-severity" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionSeverity" + } + ], + "description": "A subjective assessment of the severity of the condition as evaluated by the clinician." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the desired orientation when rendering a list of choices (typically radio-box or check-box lists).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='choice' or type='open-choice'"], + "fhirVersion": "4.0.1", + "name": "choiceOrientation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-choiceOrientation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-choiceOrientation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "horizontal | vertical", + "comment": "Systems may choose to wrap answers rather than attempting to display them all in one row or column. Language conventions may determine the order in which the choices are listed (left-to-right or right-to-left, etc.).", + "definition": "Identifies the desired orientation when rendering a list of choices (typically radio-box or check-box lists)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/choice-list-orientation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChoiceListOrientation" + } + ], + "description": "Direction in which lists of possible answers should be displayed." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Declares what the source of this parameter is.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-parameterSource/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "parameterSource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-parameterSource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-parameterSource", + "context": [ + { "type": "element", "expression": "ValueSet.expansion.parameter" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-parameterSource", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Declares the source of the parameter", + "definition": "Declares what the source of this parameter is.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-parameterSource" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/expansion-parameter-source|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExpansionParameterSource" + } + ], + "description": "Declares what the source of a parameter is." + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Allows a direct reference to the code system for FHIR query.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-system/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "system", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-system", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-system", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.system" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-system", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Code system resource", + "definition": "Allows a direct reference to the code system for FHIR query.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-system" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Represents a wet or electronic signature for either the form overall or for the question or item it's associated with.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "signature", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaireresponse-signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature", + "context": [ + { "type": "element", "expression": "QuestionnaireResponse" }, + { "type": "element", "expression": "QuestionnaireResponse.item" }, + { + "type": "element", + "expression": "QuestionnaireResponse.item.item" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-signature", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "A signature attesting to the content", + "definition": "Represents a wet or electronic signature for either the form overall or for the question or item it's associated with." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Signature" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The detailed description of a substance, typically at a level beyond what is used for prescribing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceSpecification/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "SubstanceSpecification", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceSpecification", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceSpecification", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceSpecification", + "differential": { + "element": [ + { + "id": "SubstanceSpecification", + "max": "*", + "min": 0, + "path": "SubstanceSpecification", + "short": "The detailed description of a substance, typically at a level beyond what is used for prescribing", + "definition": "The detailed description of a substance, typically at a level beyond what is used for prescribing." + }, + { + "id": "SubstanceSpecification.identifier", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifier by which this substance is known", + "isSummary": true, + "definition": "Identifier by which this substance is known." + }, + { + "id": "SubstanceSpecification.type", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.type", + "type": [{ "code": "CodeableConcept" }], + "short": "High level categorization, e.g. polymer or nucleic acid", + "isSummary": true, + "definition": "High level categorization, e.g. polymer or nucleic acid." + }, + { + "id": "SubstanceSpecification.status", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.status", + "type": [{ "code": "CodeableConcept" }], + "short": "Status of substance within the catalogue e.g. approved", + "isSummary": true, + "definition": "Status of substance within the catalogue e.g. approved." + }, + { + "id": "SubstanceSpecification.domain", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.domain", + "type": [{ "code": "CodeableConcept" }], + "short": "If the substance applies to only human or veterinary use", + "isSummary": true, + "definition": "If the substance applies to only human or veterinary use." + }, + { + "id": "SubstanceSpecification.description", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.description", + "type": [{ "code": "string" }], + "short": "Textual description of the substance", + "isSummary": true, + "definition": "Textual description of the substance." + }, + { + "id": "SubstanceSpecification.source", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting literature", + "isSummary": true, + "definition": "Supporting literature." + }, + { + "id": "SubstanceSpecification.comment", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.comment", + "type": [{ "code": "string" }], + "short": "Textual comment about this record of a substance", + "isSummary": true, + "definition": "Textual comment about this record of a substance." + }, + { + "id": "SubstanceSpecification.moiety", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.moiety", + "type": [{ "code": "BackboneElement" }], + "short": "Moiety, for structural modifications", + "isSummary": true, + "definition": "Moiety, for structural modifications." + }, + { + "id": "SubstanceSpecification.moiety.role", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.role", + "type": [{ "code": "CodeableConcept" }], + "short": "Role that the moiety is playing", + "isSummary": true, + "definition": "Role that the moiety is playing." + }, + { + "id": "SubstanceSpecification.moiety.identifier", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifier by which this moiety substance is known", + "isSummary": true, + "definition": "Identifier by which this moiety substance is known." + }, + { + "id": "SubstanceSpecification.moiety.name", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.name", + "type": [{ "code": "string" }], + "short": "Textual name for this moiety substance", + "isSummary": true, + "definition": "Textual name for this moiety substance." + }, + { + "id": "SubstanceSpecification.moiety.stereochemistry", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.stereochemistry", + "type": [{ "code": "CodeableConcept" }], + "short": "Stereochemistry type", + "isSummary": true, + "definition": "Stereochemistry type." + }, + { + "id": "SubstanceSpecification.moiety.opticalActivity", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.opticalActivity", + "type": [{ "code": "CodeableConcept" }], + "short": "Optical activity type", + "isSummary": true, + "definition": "Optical activity type." + }, + { + "id": "SubstanceSpecification.moiety.molecularFormula", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.molecularFormula", + "type": [{ "code": "string" }], + "short": "Molecular formula", + "isSummary": true, + "definition": "Molecular formula." + }, + { + "id": "SubstanceSpecification.moiety.amount[x]", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.moiety.amount[x]", + "type": [{ "code": "Quantity" }, { "code": "string" }], + "short": "Quantitative value for this moiety", + "isSummary": true, + "definition": "Quantitative value for this moiety." + }, + { + "id": "SubstanceSpecification.property", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.property", + "type": [{ "code": "BackboneElement" }], + "short": "General specifications for this substance, including how it is related to other substances", + "isSummary": true, + "definition": "General specifications for this substance, including how it is related to other substances." + }, + { + "id": "SubstanceSpecification.property.category", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.property.category", + "type": [{ "code": "CodeableConcept" }], + "short": "A category for this property, e.g. Physical, Chemical, Enzymatic", + "isSummary": true, + "definition": "A category for this property, e.g. Physical, Chemical, Enzymatic." + }, + { + "id": "SubstanceSpecification.property.code", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.property.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Property type e.g. viscosity, pH, isoelectric point", + "isSummary": true, + "definition": "Property type e.g. viscosity, pH, isoelectric point." + }, + { + "id": "SubstanceSpecification.property.parameters", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.property.parameters", + "type": [{ "code": "string" }], + "short": "Parameters that were used in the measurement of a property (e.g. for viscosity: measured at 20C with a pH of 7.1)", + "isSummary": true, + "definition": "Parameters that were used in the measurement of a property (e.g. for viscosity: measured at 20C with a pH of 7.1)." + }, + { + "id": "SubstanceSpecification.property.definingSubstance[x]", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.property.definingSubstance[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + { "code": "CodeableConcept" } + ], + "short": "A substance upon which a defining property depends (e.g. for solubility: in water, in alcohol)", + "isSummary": true, + "definition": "A substance upon which a defining property depends (e.g. for solubility: in water, in alcohol)." + }, + { + "id": "SubstanceSpecification.property.amount[x]", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.property.amount[x]", + "type": [{ "code": "Quantity" }, { "code": "string" }], + "short": "Quantitative value for this property", + "isSummary": true, + "definition": "Quantitative value for this property." + }, + { + "id": "SubstanceSpecification.referenceInformation", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.referenceInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation" + ] + } + ], + "short": "General information detailing this substance", + "isSummary": true, + "definition": "General information detailing this substance." + }, + { + "id": "SubstanceSpecification.structure", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure", + "type": [{ "code": "BackboneElement" }], + "short": "Structural information", + "isSummary": true, + "definition": "Structural information." + }, + { + "id": "SubstanceSpecification.structure.stereochemistry", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.stereochemistry", + "type": [{ "code": "CodeableConcept" }], + "short": "Stereochemistry type", + "isSummary": true, + "definition": "Stereochemistry type." + }, + { + "id": "SubstanceSpecification.structure.opticalActivity", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.opticalActivity", + "type": [{ "code": "CodeableConcept" }], + "short": "Optical activity type", + "isSummary": true, + "definition": "Optical activity type." + }, + { + "id": "SubstanceSpecification.structure.molecularFormula", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.molecularFormula", + "type": [{ "code": "string" }], + "short": "Molecular formula", + "isSummary": true, + "definition": "Molecular formula." + }, + { + "id": "SubstanceSpecification.structure.molecularFormulaByMoiety", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.molecularFormulaByMoiety", + "type": [{ "code": "string" }], + "short": "Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot", + "isSummary": true, + "definition": "Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot." + }, + { + "id": "SubstanceSpecification.structure.isotope", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.structure.isotope", + "type": [{ "code": "BackboneElement" }], + "short": "Applicable for single substances that contain a radionuclide or a non-natural isotopic ratio", + "isSummary": true, + "definition": "Applicable for single substances that contain a radionuclide or a non-natural isotopic ratio." + }, + { + "id": "SubstanceSpecification.structure.isotope.identifier", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.identifier", + "type": [{ "code": "Identifier" }], + "short": "Substance identifier for each non-natural or radioisotope", + "isSummary": true, + "definition": "Substance identifier for each non-natural or radioisotope." + }, + { + "id": "SubstanceSpecification.structure.isotope.name", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.name", + "type": [{ "code": "CodeableConcept" }], + "short": "Substance name for each non-natural or radioisotope", + "isSummary": true, + "definition": "Substance name for each non-natural or radioisotope." + }, + { + "id": "SubstanceSpecification.structure.isotope.substitution", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.substitution", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of isotopic substitution present in a single substance", + "isSummary": true, + "definition": "The type of isotopic substitution present in a single substance." + }, + { + "id": "SubstanceSpecification.structure.isotope.halfLife", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.halfLife", + "type": [{ "code": "Quantity" }], + "short": "Half life - for a non-natural nuclide", + "isSummary": true, + "definition": "Half life - for a non-natural nuclide." + }, + { + "id": "SubstanceSpecification.structure.isotope.molecularWeight", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.molecularWeight", + "type": [{ "code": "BackboneElement" }], + "short": "The molecular weight or weight range (for proteins, polymers or nucleic acids)", + "isSummary": true, + "definition": "The molecular weight or weight range (for proteins, polymers or nucleic acids)." + }, + { + "id": "SubstanceSpecification.structure.isotope.molecularWeight.method", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.molecularWeight.method", + "type": [{ "code": "CodeableConcept" }], + "short": "The method by which the molecular weight was determined", + "isSummary": true, + "definition": "The method by which the molecular weight was determined." + }, + { + "id": "SubstanceSpecification.structure.isotope.molecularWeight.type", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.molecularWeight.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of molecular weight such as exact, average (also known as. number average), weight average", + "isSummary": true, + "definition": "Type of molecular weight such as exact, average (also known as. number average), weight average." + }, + { + "id": "SubstanceSpecification.structure.isotope.molecularWeight.amount", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.isotope.molecularWeight.amount", + "type": [{ "code": "Quantity" }], + "short": "Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field", + "isSummary": true, + "definition": "Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field." + }, + { + "id": "SubstanceSpecification.structure.molecularWeight", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.molecularWeight", + "short": "The molecular weight or weight range (for proteins, polymers or nucleic acids)", + "isSummary": true, + "definition": "The molecular weight or weight range (for proteins, polymers or nucleic acids).", + "contentReference": "#SubstanceSpecification.structure.isotope.molecularWeight" + }, + { + "id": "SubstanceSpecification.structure.source", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.structure.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting literature", + "isSummary": true, + "definition": "Supporting literature." + }, + { + "id": "SubstanceSpecification.structure.representation", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.structure.representation", + "type": [{ "code": "BackboneElement" }], + "short": "Molecular structural representation", + "isSummary": true, + "definition": "Molecular structural representation." + }, + { + "id": "SubstanceSpecification.structure.representation.type", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.representation.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of structure (e.g. Full, Partial, Representative)", + "isSummary": true, + "definition": "The type of structure (e.g. Full, Partial, Representative)." + }, + { + "id": "SubstanceSpecification.structure.representation.representation", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.representation.representation", + "type": [{ "code": "string" }], + "short": "The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX", + "isSummary": true, + "definition": "The structural representation as text string in a format e.g. InChI, SMILES, MOLFILE, CDX." + }, + { + "id": "SubstanceSpecification.structure.representation.attachment", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.structure.representation.attachment", + "type": [{ "code": "Attachment" }], + "short": "An attached file with the structural representation", + "isSummary": true, + "definition": "An attached file with the structural representation." + }, + { + "id": "SubstanceSpecification.code", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.code", + "type": [{ "code": "BackboneElement" }], + "short": "Codes associated with the substance", + "isSummary": true, + "definition": "Codes associated with the substance." + }, + { + "id": "SubstanceSpecification.code.code", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.code.code", + "type": [{ "code": "CodeableConcept" }], + "short": "The specific code", + "isSummary": true, + "definition": "The specific code." + }, + { + "id": "SubstanceSpecification.code.status", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.code.status", + "type": [{ "code": "CodeableConcept" }], + "short": "Status of the code assignment", + "isSummary": true, + "definition": "Status of the code assignment." + }, + { + "id": "SubstanceSpecification.code.statusDate", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.code.statusDate", + "type": [{ "code": "dateTime" }], + "short": "The date at which the code status is changed as part of the terminology maintenance", + "isSummary": true, + "definition": "The date at which the code status is changed as part of the terminology maintenance." + }, + { + "id": "SubstanceSpecification.code.comment", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.code.comment", + "type": [{ "code": "string" }], + "short": "Any comment can be provided in this field, if necessary", + "isSummary": true, + "definition": "Any comment can be provided in this field, if necessary." + }, + { + "id": "SubstanceSpecification.code.source", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.code.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting literature", + "isSummary": true, + "definition": "Supporting literature." + }, + { + "id": "SubstanceSpecification.name", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name", + "type": [{ "code": "BackboneElement" }], + "short": "Names applicable to this substance", + "isSummary": true, + "definition": "Names applicable to this substance." + }, + { + "id": "SubstanceSpecification.name.name", + "max": "1", + "min": 1, + "path": "SubstanceSpecification.name.name", + "type": [{ "code": "string" }], + "short": "The actual name", + "isSummary": true, + "definition": "The actual name." + }, + { + "id": "SubstanceSpecification.name.type", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Name type", + "isSummary": true, + "definition": "Name type." + }, + { + "id": "SubstanceSpecification.name.status", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.status", + "type": [{ "code": "CodeableConcept" }], + "short": "The status of the name", + "isSummary": true, + "definition": "The status of the name." + }, + { + "id": "SubstanceSpecification.name.preferred", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.preferred", + "type": [{ "code": "boolean" }], + "short": "If this is the preferred name for this substance", + "isSummary": true, + "definition": "If this is the preferred name for this substance." + }, + { + "id": "SubstanceSpecification.name.language", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.language", + "type": [{ "code": "CodeableConcept" }], + "short": "Language of the name", + "isSummary": true, + "definition": "Language of the name." + }, + { + "id": "SubstanceSpecification.name.domain", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.domain", + "type": [{ "code": "CodeableConcept" }], + "short": "The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive", + "isSummary": true, + "definition": "The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive." + }, + { + "id": "SubstanceSpecification.name.jurisdiction", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.jurisdiction", + "type": [{ "code": "CodeableConcept" }], + "short": "The jurisdiction where this name applies", + "isSummary": true, + "definition": "The jurisdiction where this name applies." + }, + { + "id": "SubstanceSpecification.name.synonym", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.synonym", + "short": "A synonym of this name", + "isSummary": true, + "definition": "A synonym of this name.", + "contentReference": "#SubstanceSpecification.name" + }, + { + "id": "SubstanceSpecification.name.translation", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.translation", + "short": "A translation for this name", + "isSummary": true, + "definition": "A translation for this name.", + "contentReference": "#SubstanceSpecification.name" + }, + { + "id": "SubstanceSpecification.name.official", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.official", + "type": [{ "code": "BackboneElement" }], + "short": "Details of the official nature of this name", + "isSummary": true, + "definition": "Details of the official nature of this name." + }, + { + "id": "SubstanceSpecification.name.official.authority", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.official.authority", + "type": [{ "code": "CodeableConcept" }], + "short": "Which authority uses this official name", + "isSummary": true, + "definition": "Which authority uses this official name." + }, + { + "id": "SubstanceSpecification.name.official.status", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.official.status", + "type": [{ "code": "CodeableConcept" }], + "short": "The status of the official name", + "isSummary": true, + "definition": "The status of the official name." + }, + { + "id": "SubstanceSpecification.name.official.date", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.name.official.date", + "type": [{ "code": "dateTime" }], + "short": "Date of official name change", + "isSummary": true, + "definition": "Date of official name change." + }, + { + "id": "SubstanceSpecification.name.source", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.name.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting literature", + "isSummary": true, + "definition": "Supporting literature." + }, + { + "id": "SubstanceSpecification.molecularWeight", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.molecularWeight", + "short": "The molecular weight or weight range (for proteins, polymers or nucleic acids)", + "isSummary": true, + "definition": "The molecular weight or weight range (for proteins, polymers or nucleic acids).", + "contentReference": "#SubstanceSpecification.structure.isotope.molecularWeight" + }, + { + "id": "SubstanceSpecification.relationship", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.relationship", + "type": [{ "code": "BackboneElement" }], + "short": "A link between this substance and another, with details of the relationship", + "isSummary": true, + "definition": "A link between this substance and another, with details of the relationship." + }, + { + "id": "SubstanceSpecification.relationship.substance[x]", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.substance[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ] + }, + { "code": "CodeableConcept" } + ], + "short": "A pointer to another substance, as a resource or just a representational code", + "isSummary": true, + "definition": "A pointer to another substance, as a resource or just a representational code." + }, + { + "id": "SubstanceSpecification.relationship.relationship", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.relationship", + "type": [{ "code": "CodeableConcept" }], + "short": "For example \"salt to parent\", \"active moiety\", \"starting material\"", + "isSummary": true, + "definition": "For example \"salt to parent\", \"active moiety\", \"starting material\"." + }, + { + "id": "SubstanceSpecification.relationship.isDefining", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.isDefining", + "type": [{ "code": "boolean" }], + "short": "For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships", + "isSummary": true, + "definition": "For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships." + }, + { + "id": "SubstanceSpecification.relationship.amount[x]", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.amount[x]", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "string" } + ], + "short": "A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other", + "isSummary": true, + "definition": "A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other." + }, + { + "id": "SubstanceSpecification.relationship.amountRatioLowLimit", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.amountRatioLowLimit", + "type": [{ "code": "Ratio" }], + "short": "For use when the numeric", + "isSummary": true, + "definition": "For use when the numeric." + }, + { + "id": "SubstanceSpecification.relationship.amountType", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.relationship.amountType", + "type": [{ "code": "CodeableConcept" }], + "short": "An operator for the amount, for example \"average\", \"approximately\", \"less than\"", + "isSummary": true, + "definition": "An operator for the amount, for example \"average\", \"approximately\", \"less than\"." + }, + { + "id": "SubstanceSpecification.relationship.source", + "max": "*", + "min": 0, + "path": "SubstanceSpecification.relationship.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting literature", + "isSummary": true, + "definition": "Supporting literature." + }, + { + "id": "SubstanceSpecification.nucleicAcid", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.nucleicAcid", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid" + ] + } + ], + "short": "Data items specific to nucleic acids", + "isSummary": true, + "definition": "Data items specific to nucleic acids." + }, + { + "id": "SubstanceSpecification.polymer", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.polymer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstancePolymer" + ] + } + ], + "short": "Data items specific to polymers", + "isSummary": true, + "definition": "Data items specific to polymers." + }, + { + "id": "SubstanceSpecification.protein", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.protein", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceProtein" + ] + } + ], + "short": "Data items specific to proteins", + "isSummary": true, + "definition": "Data items specific to proteins." + }, + { + "id": "SubstanceSpecification.sourceMaterial", + "max": "1", + "min": 0, + "path": "SubstanceSpecification.sourceMaterial", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial" + ] + } + ], + "short": "Material or taxonomic/anatomical source for the substance", + "isSummary": true, + "definition": "Material or taxonomic/anatomical source for the substance." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., \"3rd floor, Appt. 342\"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch \"t.o.\" means \"opposite to\" for house boats located across the street facing houses).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-additionalLocator", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-additionalLocator", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-additionalLocator", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "additionalLocator", + "mapping": [ + { "map": "ADXP[partType=ADL]", "identity": "rim" } + ], + "definition": "This can be a unit designator, such as apartment number, suite number, or floor. There may be several unit designators in an address (e.g., \"3rd floor, Appt. 342\"). This can also be a designator pointing away from the location, rather than specifying a smaller location within some larger one (e.g., Dutch \"t.o.\" means \"opposite to\" for house boats located across the street facing houses)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Days of a possibly repeating cycle on which the action is to be performed. The cycle is defined by the first action with a timing element that is a parent of the daysOfCycle.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - MnM WG", + "fhirVersion": "4.0.1", + "name": "daysOfCycle", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Days of Cycle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "timing-daysOfCycle", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle", + "context": [ + { "type": "element", "expression": "PlanDefinition.action" }, + { "type": "element", "expression": "RequestGroup.action" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/timing-daysOfCycle", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 1, + "path": "Extension", + "short": "Days on which the action should be performed", + "comment": "The cycle is defined by a parent/containing action, and the daysOfCycle extension is used on individual actions within that cycle to indicate the days of the cycle on which the actions should be performed.", + "definition": "Days of a possibly repeating cycle on which the action is to be performed. The cycle is defined by the first action with a timing element that is a parent of the daysOfCycle." + }, + { + "id": "Extension.extension:day", + "max": "*", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "What day to perform", + "sliceName": "day", + "definition": "An integer that specifies a day on which the action is to be performed (starting at one). In most cases, the first day of the first cycle will be day 1." + }, + { + "id": "Extension.extension:day.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:day.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "day" + }, + { + "id": "Extension.extension:day.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "integer" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/timing-daysOfCycle" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/MnM", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Any witness to the consent.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/consent-Witness/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CBCC WG", + "fhirVersion": "4.0.1", + "name": "Witness", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Witness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-Witness", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-Witness", + "context": [{ "type": "element", "expression": "Consent" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-Witness", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Witness to Consent", + "definition": "Any witness to the consent." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/consent-Witness" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The EventDefinition resource provides a reusable description of when a particular event can occur.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EventDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "EventDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EventDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EventDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EventDefinition", + "differential": { + "element": [ + { + "id": "EventDefinition", + "max": "*", + "min": 0, + "path": "EventDefinition", + "short": "A description of when an event can occur", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "evd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The EventDefinition resource provides a reusable description of when a particular event can occur." + }, + { + "path": "EventDefinition.url", + "requirements": "Allows the event definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this event definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this event definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the event definition is stored on different servers.", + "short": "Canonical identifier for this event definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "EventDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "EventDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this event definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the event definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "EventDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this event definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "EventDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the event definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the event definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the event definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EventDefinition.version", + "comment": "There may be different event definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the event definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "EventDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the event definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this event definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "EventDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "EventDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the event definition.", + "short": "Name for this event definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EventDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "EventDefinition.subtitle", + "max": "1", + "min": 0, + "path": "EventDefinition.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the event definition", + "definition": "An explanatory or alternate title for the event definition giving additional information about its content." + }, + { + "path": "EventDefinition.status", + "min": 1, + "definition": "The status of this event definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EventDefinition.status", + "comment": "Allows filtering of event definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EventDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level event definition.", + "min": 0, + "definition": "A Boolean value to indicate that this event definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "EventDefinition.experimental", + "comment": "Allows filtering of event definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "EventDefinition.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the event definition.", + "short": "Type of individual the event definition is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for an event (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "EventDefinition.subject[x]" + }, + { + "path": "EventDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the event definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the event definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "EventDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the event definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "EventDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the event definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the event definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EventDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the event definition is the organization or individual primarily responsible for the maintenance and upkeep of the event definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the event definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EventDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "EventDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "EventDefinition.description", + "min": 0, + "definition": "A free text natural language description of the event definition from a consumer's perspective.", + "short": "Natural language description of the event definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "EventDefinition.description", + "comment": "This description can be used to capture details such as why the event definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the event definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the event definition is presumed to be the predominant language in the place the event definition was created)." + }, + { + "path": "EventDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate event definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "EventDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EventDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the event definition is intended to be used.", + "short": "Intended jurisdiction for event definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "EventDefinition.jurisdiction", + "comment": "It may be possible for the event definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "EventDefinition.purpose", + "min": 0, + "definition": "Explanation of why this event definition is needed and why it has been designed as it has.", + "short": "Why this event definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "EventDefinition.purpose", + "comment": "This element does not describe the usage of the event definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this event definition." + }, + { + "id": "EventDefinition.usage", + "max": "1", + "min": 0, + "path": "EventDefinition.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the event definition", + "definition": "A detailed description of how the event definition is used from a clinical perspective." + }, + { + "path": "EventDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the event definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the event definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the event definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "EventDefinition.copyright" + }, + { + "path": "EventDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the event definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EventDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.", + "isSummary": true + }, + { + "path": "EventDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the event definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EventDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date.", + "isSummary": true + }, + { + "path": "EventDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the event definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the event definition content was or is planned to be in active use.", + "short": "When the event definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "EventDefinition.effectivePeriod", + "comment": "The effective period for a event definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "EventDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the module so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the module. Topics provide a high-level categorization of the module that can be useful for filtering and searching.", + "short": "E.g. Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "EventDefinition.topic" + }, + { + "id": "EventDefinition.author", + "max": "*", + "min": 0, + "path": "EventDefinition.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "EventDefinition.editor", + "max": "*", + "min": 0, + "path": "EventDefinition.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "EventDefinition.reviewer", + "max": "*", + "min": 0, + "path": "EventDefinition.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "EventDefinition.endorser", + "max": "*", + "min": 0, + "path": "EventDefinition.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "EventDefinition.relatedArtifact", + "requirements": "Modules must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related resources such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "EventDefinition.relatedArtifact", + "comment": "Each related resource is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "EventDefinition.trigger", + "max": "*", + "min": 1, + "path": "EventDefinition.trigger", + "type": [{ "code": "TriggerDefinition" }], + "short": "\"when\" the event occurs (multiple = 'or')", + "isSummary": true, + "definition": "The trigger element defines when the event occurs. If more than one trigger condition is specified, the event fires whenever any one of the trigger conditions is met." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An expression that provides an alternative definition of the content of the value set. There are two different ways to use this expression extension: If both an expression and a compose element is present, the compose is understood the make the same statement as the expression. If there is no compose, the expression is the only definition of the value set, and the value set can only be processed by a server that understands the expression syntax, it that is computable.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-expression/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expression", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expression", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-expression", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "An alternative computable expression of the value set content", + "comment": "The expression may be a reference or the actual expression, and ss expected to be a computable format (use the [rules-text extension](extension-valueset-rules-text.html) for a non-computable description).", + "definition": "An expression that provides an alternative definition of the content of the value set. There are two different ways to use this expression extension: If both an expression and a compose element is present, the compose is understood the make the same statement as the expression. If there is no compose, the expression is the only definition of the value set, and the value set can only be processed by a server that understands the expression syntax, it that is computable." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-expression" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Expression" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource provides the adjudication details from the processing of a Claim resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ClaimResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "ClaimResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ClaimResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ClaimResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClaimResponse", + "differential": { + "element": [ + { + "id": "ClaimResponse", + "max": "*", + "min": 0, + "path": "ClaimResponse", + "alias": ["Remittance Advice"], + "short": "Response to a claim predetermination or preauthorization", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "This resource provides the adjudication details from the processing of a Claim resource." + }, + { + "path": "ClaimResponse.identifier", + "requirements": "Allows claim responses to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this claim response.", + "short": "Business Identifier for a claim response", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ClaimResponse.identifier" + }, + { + "path": "ClaimResponse.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "ClaimResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ClaimResponse.type", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 1, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "ClaimResponse.type", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type.", + "isSummary": true + }, + { + "path": "ClaimResponse.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "ClaimResponse.subType", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type." + }, + { + "path": "ClaimResponse.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.", + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "Claim, preauthorization, predetermination." + }, + "max": "1", + "id": "ClaimResponse.use", + "isSummary": true + }, + { + "path": "ClaimResponse.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service hstory may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for facast reimbursement is sought.", + "short": "The recipient of the products and services", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "ClaimResponse.patient", + "isSummary": true + }, + { + "path": "ClaimResponse.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "short": "Response creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ClaimResponse.created", + "isSummary": true + }, + { + "path": "ClaimResponse.insurer", + "requirements": "To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.", + "min": 1, + "definition": "The party responsible for authorization, adjudication and reimbursement.", + "short": "Party responsible for reimbursement", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ClaimResponse.insurer", + "isSummary": true + }, + { + "path": "ClaimResponse.requestor", + "min": 0, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "short": "Party responsible for the claim", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ClaimResponse.requestor", + "comment": "Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below." + }, + { + "path": "ClaimResponse.request", + "min": 0, + "definition": "Original request resource reference.", + "short": "Id of resource triggering adjudication", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "max": "1", + "id": "ClaimResponse.request", + "isSummary": true + }, + { + "path": "ClaimResponse.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the claim, predetermination, or preauthorization processing.", + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + } + ], + "description": "The result of the claim processing." + }, + "max": "1", + "id": "ClaimResponse.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", + "isSummary": true + }, + { + "path": "ClaimResponse.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the adjudication.", + "short": "Disposition Message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ClaimResponse.disposition" + }, + { + "path": "ClaimResponse.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "max": "1", + "id": "ClaimResponse.preAuthRef", + "comment": "This value is only present on preauthorization adjudications." + }, + { + "id": "ClaimResponse.preAuthPeriod", + "max": "1", + "min": 0, + "path": "ClaimResponse.preAuthPeriod", + "type": [{ "code": "Period" }], + "short": "Preauthorization reference effective period", + "definition": "The time frame during which this authorization is effective.", + "requirements": "To convey to the provider when the authorized products and services must be supplied for the authorized adjudication to apply." + }, + { + "path": "ClaimResponse.payeeType", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 0, + "definition": "Type of Party to be reimbursed: subscriber, provider, other.", + "short": "Party to be paid any benefits payable", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "ClaimResponse.payeeType" + }, + { + "path": "ClaimResponse.item", + "requirements": "The adjudication for items provided on the claim.", + "min": 0, + "definition": "A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.", + "short": "Adjudication for claim line items", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "ClaimResponse.item" + }, + { + "id": "ClaimResponse.item.itemSequence", + "max": "1", + "min": 1, + "path": "ClaimResponse.item.itemSequence", + "type": [{ "code": "positiveInt" }], + "short": "Claim item instance identifier", + "definition": "A number to uniquely reference the claim item entries.", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim item." + }, + { + "id": "ClaimResponse.item.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.item.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "path": "ClaimResponse.item.adjudication", + "requirements": "The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.", + "min": 1, + "definition": "If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.", + "short": "Adjudication details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Adjudication" + } + ], + "max": "*", + "id": "ClaimResponse.item.adjudication" + }, + { + "path": "ClaimResponse.item.adjudication.category", + "requirements": "Needed to enable understanding of the context of the other information in the adjudication.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item.", + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ClaimResponse.item.adjudication.category", + "comment": "For example codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc." + }, + { + "path": "ClaimResponse.item.adjudication.reason", + "requirements": "To support understanding of variance from adjudication expectations.", + "min": 0, + "definition": "A code supporting the understanding of the adjudication result and explaining variance from expected amount.", + "short": "Explanation of adjudication outcome", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationReason" + } + ], + "description": "The adjudication reason codes." + }, + "max": "1", + "id": "ClaimResponse.item.adjudication.reason", + "comment": "For example may indicate that the funds for this benefit type have been exhausted." + }, + { + "path": "ClaimResponse.item.adjudication.amount", + "requirements": "Most adjuciation categories convey a monetary amount.", + "min": 0, + "definition": "Monetary amount associated with the category.", + "short": "Monetary amount", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.item.adjudication.amount", + "comment": "For example: amount submitted, eligible amount, co-payment, and benefit payable." + }, + { + "path": "ClaimResponse.item.adjudication.value", + "requirements": "Some adjudication categories convey a percentage or a fixed value.", + "min": 0, + "definition": "A non-monetary value associated with the category. Mutually exclusive to the amount element above.", + "short": "Non-monetary value", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ClaimResponse.item.adjudication.value", + "comment": "For example: eligible percentage or co-payment percentage." + }, + { + "path": "ClaimResponse.item.detail", + "requirements": "The adjudication for details provided on the claim.", + "min": 0, + "definition": "A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "short": "Adjudication for claim details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ItemDetail" + } + ], + "max": "*", + "id": "ClaimResponse.item.detail" + }, + { + "id": "ClaimResponse.item.detail.detailSequence", + "max": "1", + "min": 1, + "path": "ClaimResponse.item.detail.detailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Claim detail instance identifier", + "definition": "A number to uniquely reference the claim detail entry.", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim detail." + }, + { + "id": "ClaimResponse.item.detail.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.item.detail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ClaimResponse.item.detail.adjudication", + "max": "*", + "min": 1, + "path": "ClaimResponse.item.detail.adjudication", + "short": "Detail level adjudication details", + "definition": "The adjudication results.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "path": "ClaimResponse.item.detail.subDetail", + "requirements": "The adjudication for sub-details provided on the claim.", + "min": 0, + "definition": "A sub-detail adjudication of a simple product or service.", + "short": "Adjudication for claim sub-details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "max": "*", + "id": "ClaimResponse.item.detail.subDetail" + }, + { + "id": "ClaimResponse.item.detail.subDetail.subDetailSequence", + "max": "1", + "min": 1, + "path": "ClaimResponse.item.detail.subDetail.subDetailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Claim sub-detail instance identifier", + "definition": "A number to uniquely reference the claim sub-detail entry.", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim sub-detail." + }, + { + "id": "ClaimResponse.item.detail.subDetail.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.item.detail.subDetail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ClaimResponse.item.detail.subDetail.adjudication", + "max": "*", + "min": 0, + "path": "ClaimResponse.item.detail.subDetail.adjudication", + "short": "Subdetail level adjudication details", + "definition": "The adjudication results.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "path": "ClaimResponse.addItem", + "requirements": "Insurers may redefine the provided product or service or may package and/or decompose groups of products and services. The addItems allows the insurer to provide their line item list with linkage to the submitted items/details/sub-details. In a preauthorization the insurer may use the addItem structure to provide additional information on authorized products and services.", + "min": 0, + "definition": "The first-tier service adjudications for payor added product or service lines.", + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItem" + } + ], + "max": "*", + "id": "ClaimResponse.addItem" + }, + { + "id": "ClaimResponse.addItem.itemSequence", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.itemSequence", + "type": [{ "code": "positiveInt" }], + "short": "Item sequence number", + "definition": "Claim items which this service line is intended to replace.", + "requirements": "Provides references to the claim items." + }, + { + "id": "ClaimResponse.addItem.detailSequence", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.detailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Detail sequence number", + "definition": "The sequence number of the details within the claim item which this line is intended to replace.", + "requirements": "Provides references to the claim details within the claim item." + }, + { + "id": "ClaimResponse.addItem.subdetailSequence", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.subdetailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Subdetail sequence number", + "definition": "The sequence number of the sub-details within the details within the claim item which this line is intended to replace.", + "requirements": "Provides references to the claim sub-details within the claim detail." + }, + { + "path": "ClaimResponse.addItem.provider", + "requirements": "Insurer may provide authorization specifically to a restricted set of providers rather than an open authorization.", + "min": 0, + "definition": "The providers who are authorized for the services rendered to the patient.", + "short": "Authorized providers", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "*", + "id": "ClaimResponse.addItem.provider" + }, + { + "path": "ClaimResponse.addItem.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ClaimResponse.addItem.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours." + }, + { + "path": "ClaimResponse.addItem.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "mapping": [{ "map": "24.H", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ClaimResponse.addItem.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "path": "ClaimResponse.addItem.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "short": "Date or dates of service or product delivery", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "24.A", "identity": "rim" } + ], + "type": [{ "code": "date" }, { "code": "Period" }], + "max": "1", + "id": "ClaimResponse.addItem.serviced[x]" + }, + { + "path": "ClaimResponse.addItem.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "short": "Place of service or where product was supplied", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": "24.B", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place of service: pharmacy, school, prison, etc." + }, + "max": "1", + "id": "ClaimResponse.addItem.location[x]" + }, + { + "path": "ClaimResponse.addItem.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "ClaimResponse.addItem.quantity" + }, + { + "id": "ClaimResponse.addItem.unitPrice", + "max": "1", + "min": 0, + "path": "ClaimResponse.addItem.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ClaimResponse.addItem.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ClaimResponse.addItem.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ClaimResponse.addItem.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.addItem.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "path": "ClaimResponse.addItem.bodySite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "short": "Anatomical location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ], + "description": "The code for the teeth, quadrant, sextant and arch." + }, + "max": "1", + "id": "ClaimResponse.addItem.bodySite", + "comment": "For example: Providing a tooth code allows an insurer to identify a provider performing a filling on a tooth that was previously removed." + }, + { + "path": "ClaimResponse.addItem.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "short": "Anatomical sub-location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ], + "description": "The code for the tooth surface and surface combinations." + }, + "max": "*", + "id": "ClaimResponse.addItem.subSite" + }, + { + "id": "ClaimResponse.addItem.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ClaimResponse.addItem.adjudication", + "max": "*", + "min": 1, + "path": "ClaimResponse.addItem.adjudication", + "short": "Added items adjudication", + "definition": "The adjudication results.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "id": "ClaimResponse.addItem.detail", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.detail", + "type": [{ "code": "BackboneElement" }], + "short": "Insurer added line details", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetail" + } + ], + "definition": "The second-tier service adjudications for payor added services." + }, + { + "path": "ClaimResponse.addItem.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ClaimResponse.addItem.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.detail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours." + }, + { + "path": "ClaimResponse.addItem.detail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "ClaimResponse.addItem.detail.quantity" + }, + { + "id": "ClaimResponse.addItem.detail.unitPrice", + "max": "1", + "min": 0, + "path": "ClaimResponse.addItem.detail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ClaimResponse.addItem.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ClaimResponse.addItem.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ClaimResponse.addItem.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.addItem.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ClaimResponse.addItem.detail.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.detail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ClaimResponse.addItem.detail.adjudication", + "max": "*", + "min": 1, + "path": "ClaimResponse.addItem.detail.adjudication", + "short": "Added items detail adjudication", + "definition": "The adjudication results.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "id": "ClaimResponse.addItem.detail.subDetail", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.detail.subDetail", + "type": [{ "code": "BackboneElement" }], + "short": "Insurer added line items", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemSubDetail" + } + ], + "definition": "The third-tier service adjudications for payor added services." + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours." + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.quantity" + }, + { + "id": "ClaimResponse.addItem.detail.subDetail.unitPrice", + "max": "1", + "min": 0, + "path": "ClaimResponse.addItem.detail.subDetail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ClaimResponse.addItem.detail.subDetail.noteNumber", + "max": "*", + "min": 0, + "path": "ClaimResponse.addItem.detail.subDetail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ClaimResponse.addItem.detail.subDetail.adjudication", + "max": "*", + "min": 1, + "path": "ClaimResponse.addItem.detail.subDetail.adjudication", + "short": "Added items detail adjudication", + "definition": "The adjudication results.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "id": "ClaimResponse.adjudication", + "max": "*", + "min": 0, + "path": "ClaimResponse.adjudication", + "short": "Header-level adjudication", + "definition": "The adjudication results which are presented at the header level rather than at the line-item or add-item levels.", + "requirements": "Some insurers will receive line-items but provide the adjudication only at a summary or header-level.", + "contentReference": "#ClaimResponse.item.adjudication" + }, + { + "path": "ClaimResponse.total", + "requirements": "To provide the requestor with financial totals by category for the adjudication.", + "min": 0, + "definition": "Categorized monetary totals for the adjudication.", + "short": "Adjudication totals", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Total" + } + ], + "max": "*", + "id": "ClaimResponse.total", + "comment": "Totals for amounts submitted, co-pays, benefits payable etc.", + "isSummary": true + }, + { + "path": "ClaimResponse.total.category", + "requirements": "Needed to convey the type of total provided.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ClaimResponse.total.category", + "comment": "For example codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": true + }, + { + "path": "ClaimResponse.total.amount", + "requirements": "Needed to convey the total monetary amount.", + "min": 1, + "definition": "Monetary total amount associated with the category.", + "short": "Financial total for the category", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.total.amount", + "isSummary": true + }, + { + "path": "ClaimResponse.payment", + "requirements": "Needed to convey references to the financial instrument that has been used if payment has been made.", + "min": 0, + "definition": "Payment details for the adjudication of the claim.", + "short": "Payment Details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payment" + } + ], + "max": "1", + "id": "ClaimResponse.payment" + }, + { + "path": "ClaimResponse.payment.type", + "requirements": "To advise the requestor when the insurer believes all payments to have been completed.", + "min": 1, + "definition": "Whether this represents partial or complete payment of the benefits payable.", + "short": "Partial or complete payment", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ], + "description": "The type (partial, complete) of the payment." + }, + "max": "1", + "id": "ClaimResponse.payment.type" + }, + { + "path": "ClaimResponse.payment.adjustment", + "requirements": "To advise the requestor of adjustments applied to the payment.", + "min": 0, + "definition": "Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.", + "short": "Payment adjustment for non-claim issues", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ClaimResponse.payment.adjustment", + "comment": "Insurers will deduct amounts owing from the provider (adjustment), such as a prior overpayment, from the amount owing to the provider (benefits payable) when payment is made to the provider." + }, + { + "path": "ClaimResponse.payment.adjustmentReason", + "requirements": "Needed to clarify the monetary adjustment.", + "min": 0, + "definition": "Reason for the payment adjustment.", + "short": "Explanation for the adjustment", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentAdjustmentReason" + } + ], + "description": "Payment Adjustment reason codes." + }, + "max": "1", + "id": "ClaimResponse.payment.adjustmentReason" + }, + { + "id": "ClaimResponse.payment.date", + "max": "1", + "min": 0, + "path": "ClaimResponse.payment.date", + "type": [{ "code": "date" }], + "short": "Expected date of payment", + "definition": "Estimated date the payment will be issued or the actual issue date of payment.", + "requirements": "To advise the payee when payment can be expected." + }, + { + "id": "ClaimResponse.payment.amount", + "max": "1", + "min": 1, + "path": "ClaimResponse.payment.amount", + "type": [{ "code": "Money" }], + "short": "Payable amount after adjustment", + "definition": "Benefits payable less any payment adjustment.", + "requirements": "Needed to provide the actual payment amount." + }, + { + "path": "ClaimResponse.payment.identifier", + "requirements": "Enable the receiver to reconcile when payment received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "ClaimResponse.payment.identifier", + "comment": "For example: EFT number or check number." + }, + { + "path": "ClaimResponse.fundsReserve", + "requirements": "Needed to advise the submitting provider on whether the rquest for reservation of funds has been honored.", + "min": 0, + "definition": "A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.", + "short": "Funds reserved status", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "max": "1", + "id": "ClaimResponse.fundsReserve", + "comment": "Fund would be release by a future claim quoting the preAuthRef of this response. Examples of values include: provider, patient, none." + }, + { + "path": "ClaimResponse.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "ClaimResponse.formCode", + "comment": "May be needed to identify specific jurisdictional forms." + }, + { + "path": "ClaimResponse.form", + "requirements": "Needed to include the specific form used for producing output for this response.", + "min": 0, + "definition": "The actual form, by reference or inclusion, for printing the content or an EOB.", + "short": "Printed reference or actual form", + "type": [{ "code": "Attachment" }], + "max": "1", + "id": "ClaimResponse.form", + "comment": "Needed to permit insurers to include the actual form." + }, + { + "path": "ClaimResponse.processNote", + "requirements": "Provides the insurer specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains adjudication results in a human readable form.", + "short": "Note concerning adjudication", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Note" + } + ], + "max": "*", + "id": "ClaimResponse.processNote" + }, + { + "id": "ClaimResponse.processNote.number", + "max": "1", + "min": 0, + "path": "ClaimResponse.processNote.number", + "type": [{ "code": "positiveInt" }], + "short": "Note instance identifier", + "definition": "A number to uniquely identify a note entry.", + "requirements": "Necessary to provide a mechanism to link from adjudications." + }, + { + "path": "ClaimResponse.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "short": "display | print | printoper", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "ClaimResponse.processNote.type" + }, + { + "id": "ClaimResponse.processNote.text", + "max": "1", + "min": 1, + "path": "ClaimResponse.processNote.text", + "type": [{ "code": "string" }], + "short": "Note explanatory text", + "definition": "The explanation or description associated with the processing.", + "requirements": "Required to provide human readable explanation." + }, + { + "path": "ClaimResponse.processNote.language", + "requirements": "Note text may vary from the resource defined language.", + "min": 0, + "definition": "A code to define the language used in the text of the note.", + "short": "Language of the text", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "ClaimResponse.processNote.language", + "comment": "Only required if the language is different from the resource language." + }, + { + "path": "ClaimResponse.communicationRequest", + "requirements": "Need to communicate insurer request for additional information required to support the adjudication.", + "min": 0, + "definition": "Request for additional supporting or authorizing information.", + "short": "Request for additional information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + } + ], + "max": "*", + "id": "ClaimResponse.communicationRequest", + "comment": "For example: professional reports, documents, images, clinical resources, or accident reports." + }, + { + "path": "ClaimResponse.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "ClaimResponse.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim." + }, + { + "id": "ClaimResponse.insurance.sequence", + "max": "1", + "min": 1, + "path": "ClaimResponse.insurance.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Insurance instance identifier", + "definition": "A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.", + "requirements": "To maintain order of the coverages." + }, + { + "path": "ClaimResponse.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ClaimResponse.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies." + }, + { + "id": "ClaimResponse.insurance.coverage", + "max": "1", + "min": 1, + "path": "ClaimResponse.insurance.coverage", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "short": "Insurance information", + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system." + }, + { + "id": "ClaimResponse.insurance.businessArrangement", + "max": "1", + "min": 0, + "path": "ClaimResponse.insurance.businessArrangement", + "type": [{ "code": "string" }], + "short": "Additional provider contract number", + "definition": "A business agreement number established between the provider and the insurer for special business processing purposes.", + "requirements": "Providers may have multiple business arrangements with a given insurer and must supply the specific contract number for adjudication." + }, + { + "path": "ClaimResponse.insurance.claimResponse", + "requirements": "An insurer need the adjudication results from prior insurers to determine the outstanding balance remaining by item for the items in the curent claim.", + "min": 0, + "definition": "The result of the adjudication of the line items for the Coverage specified in this insurance.", + "short": "Adjudication results", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "max": "1", + "id": "ClaimResponse.insurance.claimResponse", + "comment": "Must not be specified when 'focal=true' for this insurance." + }, + { + "path": "ClaimResponse.error", + "requirements": "Need to communicate processing issues to the requestor.", + "min": 0, + "definition": "Errors encountered during the processing of the adjudication.", + "short": "Processing errors", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Error" + } + ], + "max": "*", + "id": "ClaimResponse.error", + "comment": "If the request contains errors then an error element should be provided and no adjudication related sections (item, addItem, or payment) should be present." + }, + { + "id": "ClaimResponse.error.itemSequence", + "max": "1", + "min": 0, + "path": "ClaimResponse.error.itemSequence", + "type": [{ "code": "positiveInt" }], + "short": "Item sequence number", + "definition": "The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "requirements": "Provides references to the claim items." + }, + { + "id": "ClaimResponse.error.detailSequence", + "max": "1", + "min": 0, + "path": "ClaimResponse.error.detailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Detail sequence number", + "definition": "The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "requirements": "Provides references to the claim details within the claim item." + }, + { + "id": "ClaimResponse.error.subDetailSequence", + "max": "1", + "min": 0, + "path": "ClaimResponse.error.subDetailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Subdetail sequence number", + "definition": "The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "requirements": "Provides references to the claim sub-details within the claim detail." + }, + { + "path": "ClaimResponse.error.code", + "requirements": "Required to convey processing errors.", + "min": 1, + "definition": "An error code, from a specified code system, which details why the claim could not be adjudicated.", + "short": "Error code detailing processing issues", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationError" + } + ], + "description": "The adjudication error codes." + }, + "max": "1", + "id": "ClaimResponse.error.code" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A comment that explains how this code is used in this context (where the value set is expected to be used).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-concept-comments/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "concept-comments", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Comment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-concept-comments", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-concept-comments", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Comment about the use of this code in this context", + "comment": "This is used in various FHIR value sets to make comments on how particular codes are used when the formal definition is a little abstract or vague, but it's not clear whether it belongs in the actual value set resource.", + "definition": "A comment that explains how this code is used in this context (where the value set is expected to be used).", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Whether this is intended to be used with an extensible binding or not.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-extensible/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "extensible", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-extensible", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-extensible", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Intended to be used with an extensible binding (e.g. 'open')", + "comment": "Value sets intended for extensible bindings often are more selective about the concepts they include.", + "definition": "Whether this is intended to be used with an extensible binding or not." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-extensible" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The amount of time the individual was exposed to the Substance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "exposureDuration", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-exposureDuration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-exposureDuration", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Amount of time individual was exposed to Substance", + "definition": "The amount of time the individual was exposed to the Substance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDuration" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Duration" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The numeric portion of a building number.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-houseNumberNumeric", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-houseNumberNumeric", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-houseNumberNumeric", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "houseNumberNumeric", + "mapping": [ + { "map": "ADXP[partType=BNN]", "identity": "rim" } + ], + "definition": "The numeric portion of a building number." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumberNumeric" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The measure criteria that resulted in the resource being included in a particular evaluatedResources bundle.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-measureInfo/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "measureInfo", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-measureInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-measureInfo", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-measureInfo", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Measure criteria for the resource", + "definition": "The measure criteria that resulted in the resource being included in a particular evaluatedResources bundle." + }, + { + "id": "Extension.extension:measure", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "The measure being calculated", + "sliceName": "measure", + "definition": "The measure that resulted in this resource being included in the measure report." + }, + { + "id": "Extension.extension:measure.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:measure.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "measure" + }, + { + "id": "Extension.extension:measure.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Measure" + ] + } + ] + }, + { + "id": "Extension.extension:groupId", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "The group identifier", + "sliceName": "groupId", + "definition": "The group within the measure that resulted in this resource being included in the measure report." + }, + { + "id": "Extension.extension:groupId.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:groupId.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "groupId" + }, + { + "id": "Extension.extension:groupId.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:populationId", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "The population identifier", + "sliceName": "populationId", + "definition": "The population within the measure that resulted in this resource being included in the measure report." + }, + { + "id": "Extension.extension:populationId.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:populationId.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "populationId" + }, + { + "id": "Extension.extension:populationId.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-measureInfo" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to a concept map that is relevant for the interpretation of this value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-map/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "map", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-map", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-map", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-map", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A concept map relevant to interpret this value set", + "comment": "One use of this extension is to use it to include a partial concept map inside an expansion, only containing maps for the concepts included in this particular expansion.", + "definition": "A reference to a concept map that is relevant for the interpretation of this value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-map" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A slot of time on a schedule that may be available for booking appointments.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Slot/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Slot", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Slot", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Slot", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Slot", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Slot", + "differential": { + "element": [ + { + "id": "Slot", + "max": "*", + "min": 0, + "path": "Slot", + "short": "A slot of time on a schedule that may be available for booking appointments", + "mapping": [ + { "map": "n/a", "identity": "rim" }, + { + "map": "(refer to the Availability resource for the header mapping details)", + "identity": "ical" + } + ], + "definition": "A slot of time on a schedule that may be available for booking appointments." + }, + { + "path": "Slot.identifier", + "min": 0, + "definition": "External Ids for this item.", + "short": "External Ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Slot.identifier", + "isSummary": true + }, + { + "path": "Slot.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "short": "A broad categorization of the service that is to be performed during this appointment", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Slot.serviceCategory", + "isSummary": true + }, + { + "path": "Slot.serviceType", + "min": 0, + "definition": "The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource.", + "short": "The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the availability resource", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Slot.serviceType", + "isSummary": true + }, + { + "path": "Slot.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "*", + "id": "Slot.specialty", + "isSummary": true + }, + { + "path": "Slot.appointmentType", + "min": 0, + "definition": "The style of appointment or patient that may be booked in the slot (not service type).", + "short": "The style of appointment or patient that may be booked in the slot (not service type)", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "appointment-type" + } + ] + }, + "max": "1", + "id": "Slot.appointmentType", + "isSummary": true + }, + { + "id": "Slot.schedule", + "max": "1", + "min": 1, + "path": "Slot.schedule", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Schedule" + ] + } + ], + "short": "The schedule resource that this slot defines an interval of status information", + "isSummary": true, + "definition": "The schedule resource that this slot defines an interval of status information." + }, + { + "path": "Slot.status", + "min": 1, + "definition": "busy | free | busy-unavailable | busy-tentative | entered-in-error.", + "short": "busy | free | busy-unavailable | busy-tentative | entered-in-error", + "mapping": [ + { + "map": "FREEBUSY;FBTYPE=(freeBusyType):19980314T233000Z/19980315T003000Z If the freeBusyType is BUSY, then this value can be excluded", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SlotStatus" + } + ], + "description": "The free/busy status of the slot." + }, + "max": "1", + "id": "Slot.status", + "isSummary": true + }, + { + "path": "Slot.start", + "min": 1, + "definition": "Date/Time that the slot is to begin.", + "short": "Date/Time that the slot is to begin", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "FREEBUSY;FBTYPE=FREE:(start)/19980315T003000Z If the freeBusyType is BUSY, then this value can be excluded", + "identity": "ical" + } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Slot.start", + "isSummary": true + }, + { + "path": "Slot.end", + "min": 1, + "definition": "Date/Time that the slot is to conclude.", + "short": "Date/Time that the slot is to conclude", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "FREEBUSY:19980314T233000Z/(end) If the freeBusyType is BUSY, then this value can be excluded (as shown)", + "identity": "ical" + } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Slot.end", + "isSummary": true + }, + { + "id": "Slot.overbooked", + "max": "1", + "min": 0, + "path": "Slot.overbooked", + "type": [{ "code": "boolean" }], + "short": "This slot has already been overbooked, appointments are unlikely to be accepted for this time", + "definition": "This slot has already been overbooked, appointments are unlikely to be accepted for this time.", + "meaningWhenMissing": "If overbooked is missing, systems may assume that there are still appointments available" + }, + { + "id": "Slot.comment", + "max": "1", + "min": 0, + "path": "Slot.comment", + "type": [{ "code": "string" }], + "short": "Comments on the slot to describe any extended information. Such as custom constraints on the slot", + "definition": "Comments on the slot to describe any extended information. Such as custom constraints on the slot." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The patient's professed religious affiliations.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-religion/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "religion", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "religion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-religion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-religion", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-religion", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "The patient's professed religious affiliations", + "definition": "The patient's professed religious affiliations." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-religion" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Religion" + } + ] + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Human-friendly name for the activity.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/careplan-activity-title/4.0.1", + "date": "2015-03-27", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Patient Care WG", + "fhirVersion": "4.0.1", + "name": "activity-title", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Title", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "careplan-activity-title", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/careplan-activity-title", + "context": [{ "type": "element", "expression": "CarePlan.activity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/careplan-activity-title", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Label for activity", + "definition": "Human-friendly name for the activity." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/careplan-activity-title" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/patientcare.html", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AdverseEvent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "AdverseEvent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "AdverseEvent", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "AdverseEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdverseEvent", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AdverseEvent", + "differential": { + "element": [ + { + "id": "AdverseEvent", + "max": "*", + "min": 0, + "path": "AdverseEvent", + "alias": ["AE"], + "short": "Medical care, research study or other healthcare event causing physical injury", + "definition": "Actual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death." + }, + { + "path": "AdverseEvent.identifier", + "requirements": "Allows identification of the adverse event as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this adverse event by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "Business identifier for the event", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "AdverseEvent.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "AdverseEvent.actuality", + "min": 1, + "definition": "Whether the event actually happened, or just had the potential to. Note that this is independent of whether anyone was affected or harmed or how severely.", + "isModifier": true, + "short": "actual | potential", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-actuality|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventActuality" + } + ], + "description": "Overall nature of the adverse event, e.g. real or potential." + }, + "max": "1", + "id": "AdverseEvent.actuality", + "isModifierReason": "This element is labeled as a modifier because it has a potential code that indicates the adverse event did not actually happen.", + "isSummary": true + }, + { + "path": "AdverseEvent.category", + "min": 0, + "definition": "The overall type of event, intended for search and filtering purposes.", + "short": "product-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCategory" + } + ], + "description": "Overall categorization of the event, e.g. product-related or situational." + }, + "max": "*", + "id": "AdverseEvent.category", + "isSummary": true + }, + { + "path": "AdverseEvent.event", + "min": 0, + "definition": "This element defines the specific type of event that occurred or that was prevented from occurring.", + "short": "Type of the event itself in relation to the subject", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventType" + } + ], + "description": "Detailed type of event." + }, + "max": "1", + "id": "AdverseEvent.event", + "isSummary": true + }, + { + "path": "AdverseEvent.subject", + "requirements": "Allows for exposure of biohazard (such as legionella) to a group of individuals in a hospital.", + "min": 1, + "definition": "This subject or group impacted by the event.", + "short": "Subject impacted by event", + "mapping": [{ "map": "FiveWs.who", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "AdverseEvent.subject", + "comment": "If AdverseEvent.resultingCondition differs among members of the group, then use Patient as the subject.", + "isSummary": true + }, + { + "path": "AdverseEvent.encounter", + "min": 0, + "definition": "The Encounter during which AdverseEvent was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "AdverseEvent.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. For example, if a medication administration was considered an adverse event because it resulted in a rash, then the encounter when the medication administration was given is the context. If the patient reports the AdverseEvent during a second encounter, that second encounter is not the context.", + "isSummary": true + }, + { + "path": "AdverseEvent.date", + "min": 0, + "definition": "The date (and perhaps time) when the adverse event occurred.", + "short": "When the event occurred", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "AdverseEvent.date", + "isSummary": true + }, + { + "id": "AdverseEvent.detected", + "max": "1", + "min": 0, + "path": "AdverseEvent.detected", + "type": [{ "code": "dateTime" }], + "short": "When the event was detected", + "isSummary": true, + "definition": "Estimated or actual date the AdverseEvent began, in the opinion of the reporter." + }, + { + "path": "AdverseEvent.recordedDate", + "min": 0, + "definition": "The date on which the existence of the AdverseEvent was first recorded.", + "short": "When the event was recorded", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "AdverseEvent.recordedDate", + "comment": "The recordedDate represents the date when this particular AdverseEvent record was created in the system, not the date of the most recent update. The date of the last record modification can be retrieved from the resource metadata.", + "isSummary": true + }, + { + "id": "AdverseEvent.resultingCondition", + "max": "*", + "min": 0, + "path": "AdverseEvent.resultingCondition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "short": "Effect on the subject due to this event", + "isSummary": true, + "definition": "Includes information about the reaction that occurred as a result of exposure to a substance (for example, a drug or a chemical)." + }, + { + "id": "AdverseEvent.location", + "max": "1", + "min": 0, + "path": "AdverseEvent.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Location where adverse event occurred", + "isSummary": true, + "definition": "The information about where the adverse event occurred." + }, + { + "path": "AdverseEvent.seriousness", + "min": 0, + "definition": "Assessment whether this event was of real importance.", + "short": "Seriousness of the event", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventSeriousness" + } + ], + "description": "Overall seriousness of this event for the patient." + }, + "max": "1", + "id": "AdverseEvent.seriousness", + "isSummary": true + }, + { + "path": "AdverseEvent.severity", + "min": 0, + "definition": "Describes the severity of the adverse event, in relation to the subject. Contrast to AdverseEvent.seriousness - a severe rash might not be serious, but a mild heart problem is.", + "short": "mild | moderate | severe", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventSeverity" + } + ], + "description": "The severity of the adverse event itself, in direct relation to the subject." + }, + "max": "1", + "id": "AdverseEvent.severity", + "isSummary": true + }, + { + "path": "AdverseEvent.outcome", + "min": 0, + "definition": "Describes the type of outcome from the adverse event.", + "short": "resolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventOutcome" + } + ], + "description": "TODO (and should this be required?)." + }, + "max": "1", + "id": "AdverseEvent.outcome", + "isSummary": true + }, + { + "path": "AdverseEvent.recorder", + "min": 0, + "definition": "Information on who recorded the adverse event. May be the patient or a practitioner.", + "short": "Who recorded the adverse event", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "AdverseEvent.recorder", + "isSummary": true + }, + { + "id": "AdverseEvent.contributor", + "max": "*", + "min": 0, + "path": "AdverseEvent.contributor", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Who was involved in the adverse event or the potential adverse event", + "isSummary": true, + "definition": "Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities. Such information includes information leading to the decision to perform the activity and how to perform the activity (e.g. consultant), information that the activity itself seeks to reveal (e.g. informant of clinical history), or information about what activity was performed (e.g. informant witness)." + }, + { + "id": "AdverseEvent.suspectEntity", + "max": "*", + "min": 0, + "path": "AdverseEvent.suspectEntity", + "type": [{ "code": "BackboneElement" }], + "short": "The suspected agent causing the adverse event", + "isSummary": true, + "definition": "Describes the entity that is suspected to have caused the adverse event." + }, + { + "path": "AdverseEvent.suspectEntity.instance", + "min": 1, + "definition": "Identifies the actual instance of what caused the adverse event. May be a substance, medication, medication administration, medication statement or a device.", + "short": "Refers to the specific entity that caused the adverse event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "alias": ["Substance or Medication or Device"], + "max": "1", + "id": "AdverseEvent.suspectEntity.instance", + "isSummary": true + }, + { + "id": "AdverseEvent.suspectEntity.causality", + "max": "*", + "min": 0, + "path": "AdverseEvent.suspectEntity.causality", + "type": [{ "code": "BackboneElement" }], + "short": "Information on the possible cause of the event", + "isSummary": true, + "definition": "Information on the possible cause of the event." + }, + { + "path": "AdverseEvent.suspectEntity.causality.assessment", + "min": 0, + "definition": "Assessment of if the entity caused the event.", + "short": "Assessment of if the entity caused the event", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCausalityAssessment" + } + ], + "description": "Codes for the assessment of whether the entity caused the event." + }, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality.assessment", + "isSummary": true + }, + { + "id": "AdverseEvent.suspectEntity.causality.productRelatedness", + "max": "1", + "min": 0, + "path": "AdverseEvent.suspectEntity.causality.productRelatedness", + "type": [{ "code": "string" }], + "short": "AdverseEvent.suspectEntity.causalityProductRelatedness", + "isSummary": true, + "definition": "AdverseEvent.suspectEntity.causalityProductRelatedness." + }, + { + "id": "AdverseEvent.suspectEntity.causality.author", + "max": "1", + "min": 0, + "path": "AdverseEvent.suspectEntity.causality.author", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "AdverseEvent.suspectEntity.causalityAuthor", + "isSummary": true, + "definition": "AdverseEvent.suspectEntity.causalityAuthor." + }, + { + "path": "AdverseEvent.suspectEntity.causality.method", + "min": 0, + "definition": "ProbabilityScale | Bayesian | Checklist.", + "short": "ProbabilityScale | Bayesian | Checklist", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCausalityMethod" + } + ], + "description": "TODO." + }, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality.method", + "isSummary": true + }, + { + "id": "AdverseEvent.subjectMedicalHistory", + "max": "*", + "min": 0, + "path": "AdverseEvent.subjectMedicalHistory", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "AdverseEvent.subjectMedicalHistory", + "isSummary": true, + "definition": "AdverseEvent.subjectMedicalHistory." + }, + { + "id": "AdverseEvent.referenceDocument", + "max": "*", + "min": 0, + "path": "AdverseEvent.referenceDocument", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "AdverseEvent.referenceDocument", + "isSummary": true, + "definition": "AdverseEvent.referenceDocument." + }, + { + "id": "AdverseEvent.study", + "max": "*", + "min": 0, + "path": "AdverseEvent.study", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "short": "AdverseEvent.study", + "isSummary": true, + "definition": "AdverseEvent.study." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for string Type: A sequence of Unicode characters", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/string/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "string", + "abstract": false, + "type": "string", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "string", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/string", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/string", + "differential": { + "element": [ + { + "id": "string", + "max": "*", + "min": 0, + "path": "string", + "short": "Primitive Type string", + "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size", + "definition": "A sequence of Unicode characters" + }, + { + "path": "string.value", + "min": 0, + "definition": "Primitive value for string", + "short": "Primitive value for string", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[ \\r\\n\\t\\S]+" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "string.value", + "maxLength": 1048576 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The location of the delivery installation, usually a town or city, and is only required if the area is different from the municipality. Area to which mail delivery service is provided from any postal facility or service such as an individual letter carrier, rural route, or postal route.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryInstallationArea", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryInstallationArea", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryInstallationArea", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryInstallationArea", + "mapping": [ + { "map": "ADXP[partType=DINSTA]", "identity": "rim" } + ], + "definition": "The location of the delivery installation, usually a town or city, and is only required if the area is different from the municipality. Area to which mail delivery service is provided from any postal facility or service such as an individual letter carrier, rural route, or postal route." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationArea" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ObservationDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "purpose": "In a catalog of health-related services that use or produce observations and measurements, this resource describes the expected characteristics of these observation / measurements.", + "name": "ObservationDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "ObservationDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ObservationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ObservationDefinition", + "differential": { + "element": [ + { + "id": "ObservationDefinition", + "max": "*", + "min": 0, + "path": "ObservationDefinition", + "short": "Definition of an observation", + "comment": "An instance of this resource informs the consumer of a health-related service (such as a lab diagnostic test or panel) about how the observations used or produced by this service will look like.", + "mapping": [ + { "map": "OM2\nOM3\nOMC", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "definition": "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service." + }, + { + "path": "ObservationDefinition.category", + "requirements": "Used for filtering what kinds of observations are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the general type of observation.", + "short": "Category of observation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"DEF\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "description": "Codes for high level observation categories." + }, + "alias": ["Class of observation"], + "max": "*", + "id": "ObservationDefinition.category", + "comment": "This element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used for one instance of ObservationDefinition. The level of granularity is defined by the category concepts in the value set.", + "isSummary": true + }, + { + "path": "ObservationDefinition.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Describes what will be observed. Sometimes this is called the observation \"name\".", + "short": "Type of observation (code / type)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OM1-2\nOMC-4", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "alias": ["Name"], + "max": "1", + "id": "ObservationDefinition.code", + "isSummary": true + }, + { + "id": "ObservationDefinition.identifier", + "max": "*", + "min": 0, + "path": "ObservationDefinition.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier for this ObservationDefinition instance", + "isSummary": true, + "definition": "A unique identifier assigned to this ObservationDefinition artifact." + }, + { + "path": "ObservationDefinition.permittedDataType", + "min": 0, + "definition": "The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.", + "short": "Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period", + "mapping": [{ "map": "OM1-3", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationDataType" + } + ], + "description": "Permitted data type for observation value." + }, + "max": "*", + "id": "ObservationDefinition.permittedDataType", + "example": [ + { "label": "General", "valueCode": "CodeableConcept" } + ] + }, + { + "path": "ObservationDefinition.multipleResultsAllowed", + "min": 0, + "definition": "Multiple results allowed for observations conforming to this ObservationDefinition.", + "short": "Multiple results allowed", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ObservationDefinition.multipleResultsAllowed", + "comment": "An example of observation allowing multiple results is \"bacteria identified by culture\". Conversely, the measurement of a potassium level allows a single result.", + "example": [{ "label": "General", "valueBoolean": true }] + }, + { + "path": "ObservationDefinition.method", + "requirements": "In some cases, method can impact results.", + "min": 0, + "definition": "The method or technique used to perform the observation.", + "short": "Method used to produce the observation", + "mapping": [ + { "map": "OM1-14", "identity": "v2" }, + { "map": "methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationMethod" + } + ], + "description": "Methods for simple observations." + }, + "max": "1", + "id": "ObservationDefinition.method", + "comment": "Only used if not implicit in observation code." + }, + { + "id": "ObservationDefinition.preferredReportName", + "max": "1", + "min": 0, + "path": "ObservationDefinition.preferredReportName", + "type": [{ "code": "string" }], + "short": "Preferred report name", + "mapping": [{ "map": "OM1-9", "identity": "v2" }], + "definition": "The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition." + }, + { + "id": "ObservationDefinition.quantitativeDetails", + "max": "1", + "min": 0, + "path": "ObservationDefinition.quantitativeDetails", + "type": [{ "code": "BackboneElement" }], + "short": "Characteristics of quantitative results", + "mapping": [{ "map": "OM2", "identity": "v2" }], + "definition": "Characteristics for quantitative results of this observation." + }, + { + "path": "ObservationDefinition.quantitativeDetails.customaryUnit", + "min": 0, + "definition": "Customary unit used to report quantitative results of observations conforming to this ObservationDefinition.", + "short": "Customary unit for quantitative results", + "mapping": [{ "map": "OM2-2", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationUnit" + } + ], + "description": "Codes identifying units of measure." + }, + "max": "1", + "id": "ObservationDefinition.quantitativeDetails.customaryUnit" + }, + { + "path": "ObservationDefinition.quantitativeDetails.unit", + "min": 0, + "definition": "SI unit used to report quantitative results of observations conforming to this ObservationDefinition.", + "short": "SI unit for quantitative results", + "mapping": [{ "map": "OM2-4", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationUnit" + } + ], + "description": "Codes identifying units of measure." + }, + "max": "1", + "id": "ObservationDefinition.quantitativeDetails.unit" + }, + { + "id": "ObservationDefinition.quantitativeDetails.conversionFactor", + "max": "1", + "min": 0, + "path": "ObservationDefinition.quantitativeDetails.conversionFactor", + "type": [{ "code": "decimal" }], + "short": "SI to Customary unit conversion factor", + "mapping": [{ "map": "OM2-5", "identity": "v2" }], + "definition": "Factor for converting value expressed with SI unit to value expressed with customary unit." + }, + { + "id": "ObservationDefinition.quantitativeDetails.decimalPrecision", + "max": "1", + "min": 0, + "path": "ObservationDefinition.quantitativeDetails.decimalPrecision", + "type": [{ "code": "integer" }], + "short": "Decimal precision of observation quantitative results", + "mapping": [{ "map": "OM2-3", "identity": "v2" }], + "definition": "Number of digits after decimal separator when the results of such observations are of type Quantity." + }, + { + "id": "ObservationDefinition.qualifiedInterval", + "max": "*", + "min": 0, + "path": "ObservationDefinition.qualifiedInterval", + "type": [{ "code": "BackboneElement" }], + "short": "Qualified range for continuous and ordinal observation results", + "mapping": [{ "map": "OM2-6", "identity": "v2" }], + "definition": "Multiple ranges of results qualified by different contexts for ordinal or continuous observations conforming to this ObservationDefinition." + }, + { + "path": "ObservationDefinition.qualifiedInterval.category", + "min": 0, + "definition": "The category of interval of values for continuous or ordinal observations conforming to this ObservationDefinition.", + "short": "reference | critical | absolute", + "mapping": [{ "map": "OM-2", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-range-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeCategory" + } + ], + "description": "Codes identifying the category of observation range." + }, + "max": "1", + "id": "ObservationDefinition.qualifiedInterval.category", + "example": [{ "label": "General", "valueCode": "critical" }] + }, + { + "path": "ObservationDefinition.qualifiedInterval.range", + "requirements": "The unit may be not relevant for ordinal values. In case it is there, it is the same as quantitativeDetails.unit.", + "min": 0, + "definition": "The low and high values determining the interval. There may be only one of the two.", + "short": "The interval itself, for continuous or ordinal observations", + "mapping": [{ "map": "OM-2", "identity": "v2" }], + "type": [{ "code": "Range" }], + "max": "1", + "id": "ObservationDefinition.qualifiedInterval.range" + }, + { + "path": "ObservationDefinition.qualifiedInterval.context", + "min": 0, + "definition": "Codes to indicate the health context the range applies to. For example, the normal or therapeutic range.", + "short": "Range context qualifier", + "mapping": [{ "map": "n.a.", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeMeaning" + } + ], + "description": "Code identifying the health context of a range." + }, + "max": "1", + "id": "ObservationDefinition.qualifiedInterval.context" + }, + { + "path": "ObservationDefinition.qualifiedInterval.appliesTo", + "min": 0, + "definition": "Codes to indicate the target population this reference range applies to.", + "short": "Targetted population of the range", + "mapping": [{ "map": "RFR.6", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeAppliesTo" + } + ], + "description": "Codes identifying the population the reference range applies to." + }, + "max": "*", + "id": "ObservationDefinition.qualifiedInterval.appliesTo", + "comment": "If this element is not present then the global population is assumed." + }, + { + "path": "ObservationDefinition.qualifiedInterval.gender", + "min": 0, + "definition": "Sex of the population the range applies to.", + "short": "male | female | other | unknown", + "mapping": [{ "map": "RFR.2", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "ObservationDefinition.qualifiedInterval.gender", + "example": [{ "label": "General", "valueCode": "female" }] + }, + { + "path": "ObservationDefinition.qualifiedInterval.age", + "min": 0, + "definition": "The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.", + "short": "Applicable age range, if relevant", + "mapping": [{ "map": "RFR.3", "identity": "v2" }], + "type": [{ "code": "Range" }], + "max": "1", + "id": "ObservationDefinition.qualifiedInterval.age", + "comment": "Some analytes vary greatly over age." + }, + { + "id": "ObservationDefinition.qualifiedInterval.gestationalAge", + "max": "1", + "min": 0, + "path": "ObservationDefinition.qualifiedInterval.gestationalAge", + "type": [{ "code": "Range" }], + "short": "Applicable gestational age range, if relevant", + "mapping": [{ "map": "RFR.4", "identity": "v2" }], + "definition": "The gestational age to which this reference range is applicable, in the context of pregnancy." + }, + { + "id": "ObservationDefinition.qualifiedInterval.condition", + "max": "1", + "min": 0, + "path": "ObservationDefinition.qualifiedInterval.condition", + "type": [{ "code": "string" }], + "short": "Condition associated with the reference range", + "mapping": [{ "map": "RFR.7", "identity": "v2" }], + "definition": "Text based condition for which the reference range is valid." + }, + { + "id": "ObservationDefinition.validCodedValueSet", + "max": "1", + "min": 0, + "path": "ObservationDefinition.validCodedValueSet", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Value set of valid coded values for the observations conforming to this ObservationDefinition", + "mapping": [{ "map": "OM3-3", "identity": "v2" }], + "definition": "The set of valid coded results for the observations conforming to this ObservationDefinition." + }, + { + "id": "ObservationDefinition.normalCodedValueSet", + "max": "1", + "min": 0, + "path": "ObservationDefinition.normalCodedValueSet", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Value set of normal coded values for the observations conforming to this ObservationDefinition", + "mapping": [{ "map": "OM3-4", "identity": "v2" }], + "definition": "The set of normal coded results for the observations conforming to this ObservationDefinition." + }, + { + "id": "ObservationDefinition.abnormalCodedValueSet", + "max": "1", + "min": 0, + "path": "ObservationDefinition.abnormalCodedValueSet", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Value set of abnormal coded values for the observations conforming to this ObservationDefinition", + "mapping": [{ "map": "OM3-5", "identity": "v2" }], + "definition": "The set of abnormal coded results for the observation conforming to this ObservationDefinition." + }, + { + "id": "ObservationDefinition.criticalCodedValueSet", + "max": "1", + "min": 0, + "path": "ObservationDefinition.criticalCodedValueSet", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Value set of critical coded values for the observations conforming to this ObservationDefinition", + "mapping": [{ "map": "OM3-6", "identity": "v2" }], + "definition": "The set of critical coded results for the observation conforming to this ObservationDefinition." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablecodesystem/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable CodeSystem", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CodeSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareablecodesystem", + "differential": { + "element": [ + { + "id": "CodeSystem", + "max": "1", + "min": 1, + "path": "CodeSystem" + }, + { + "id": "CodeSystem.url", + "max": "1", + "min": 1, + "path": "CodeSystem.url", + "type": [{ "code": "uri" }] + }, + { + "id": "CodeSystem.version", + "max": "1", + "min": 1, + "path": "CodeSystem.version", + "type": [{ "code": "string" }] + }, + { + "id": "CodeSystem.name", + "max": "1", + "min": 1, + "path": "CodeSystem.name", + "type": [{ "code": "string" }] + }, + { + "id": "CodeSystem.status", + "max": "1", + "min": 1, + "path": "CodeSystem.status", + "type": [{ "code": "code" }], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "CodeSystem.experimental", + "max": "1", + "min": 1, + "path": "CodeSystem.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "CodeSystem.publisher", + "max": "1", + "min": 1, + "path": "CodeSystem.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "CodeSystem.description", + "max": "1", + "min": 1, + "path": "CodeSystem.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "CodeSystem.caseSensitive", + "max": "1", + "min": 0, + "path": "CodeSystem.caseSensitive", + "type": [{ "code": "boolean" }] + }, + { + "id": "CodeSystem.concept", + "max": "*", + "min": 1, + "path": "CodeSystem.concept" + }, + { + "id": "CodeSystem.concept.code", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.code", + "type": [{ "code": "code" }] + }, + { + "id": "CodeSystem.concept.display", + "max": "1", + "min": 0, + "path": "CodeSystem.concept.display", + "type": [{ "code": "string" }] + }, + { + "id": "CodeSystem.concept.definition", + "max": "1", + "min": 0, + "path": "CodeSystem.concept.definition", + "type": [{ "code": "string" }] + }, + { + "id": "CodeSystem.concept.concept", + "max": "*", + "min": 0, + "path": "CodeSystem.concept.concept", + "contentReference": "#CodeSystem.concept" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeSystem" + }, + { + "description": "Purpose of the family member history or why it was created, such as when family member history is targeted for cardiovascular health, mental health, or genetic counseling.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/familymemberhistory-type/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "type", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "familymemberhistory-type", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-type", + "context": [{ "type": "element", "expression": "FamilyMemberHistory" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/familymemberhistory-type", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Purpose of the family member history", + "comment": "List.code can be used to capture the type across a list of family members' histories.", + "definition": "Purpose of the family member history or why it was created, such as when family member history is targeted for cardiovascular health, mental health, or genetic counseling." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-type" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A plan, proposal or order that is fulfilled in whole or in part by this event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/event-basedOn/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "basedOn", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Based On", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "event-basedOn", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-basedOn", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-basedOn", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC in proximity to EVN segment", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-basedOn" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Indicates an authoritative source for performing value set expansions.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "trusted-expansion", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-trusted-expansion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-trusted-expansion", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Reference to a trusted expansion", + "definition": "Indicates an authoritative source for performing value set expansions.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-trusted-expansion" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An ingredient of a manufactured item or pharmaceutical product.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductIngredient", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductIngredient", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductIngredient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductIngredient", + "differential": { + "element": [ + { + "id": "MedicinalProductIngredient", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient", + "short": "An ingredient of a manufactured item or pharmaceutical product", + "definition": "An ingredient of a manufactured item or pharmaceutical product." + }, + { + "id": "MedicinalProductIngredient.identifier", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifier for the ingredient", + "isSummary": true, + "definition": "The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate." + }, + { + "id": "MedicinalProductIngredient.role", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.role", + "type": [{ "code": "CodeableConcept" }], + "short": "Ingredient role e.g. Active ingredient, excipient", + "isSummary": true, + "definition": "Ingredient role e.g. Active ingredient, excipient." + }, + { + "id": "MedicinalProductIngredient.allergenicIndicator", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.allergenicIndicator", + "type": [{ "code": "boolean" }], + "short": "If the ingredient is a known or suspected allergen", + "isSummary": true, + "definition": "If the ingredient is a known or suspected allergen." + }, + { + "id": "MedicinalProductIngredient.manufacturer", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Manufacturer of this Ingredient", + "isSummary": true, + "definition": "Manufacturer of this Ingredient." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance", + "type": [{ "code": "BackboneElement" }], + "short": "A specified substance that comprises this ingredient", + "isSummary": true, + "definition": "A specified substance that comprises this ingredient." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.code", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.specifiedSubstance.code", + "type": [{ "code": "CodeableConcept" }], + "short": "The specified substance", + "isSummary": true, + "definition": "The specified substance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.group", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.specifiedSubstance.group", + "type": [{ "code": "CodeableConcept" }], + "short": "The group of specified substance, e.g. group 1 to 4", + "isSummary": true, + "definition": "The group of specified substance, e.g. group 1 to 4." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.confidentiality", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.confidentiality", + "type": [{ "code": "CodeableConcept" }], + "short": "Confidentiality level of the specified substance as the ingredient", + "isSummary": true, + "definition": "Confidentiality level of the specified substance as the ingredient." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength", + "type": [{ "code": "BackboneElement" }], + "short": "Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product", + "isSummary": true, + "definition": "Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.presentation", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.presentation", + "type": [{ "code": "Ratio" }], + "short": "The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item", + "isSummary": true, + "definition": "The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item." + }, + { + "path": "MedicinalProductIngredient.specifiedSubstance.strength.presentationLowLimit", + "min": 0, + "definition": "A lower limit for the quantity of substance in the unit of presentation. For use when there is a range of strengths, this is the lower limit, with the presentation attribute becoming the upper limit.", + "isModifier": true, + "short": "A lower limit for the quantity of substance in the unit of presentation. For use when there is a range of strengths, this is the lower limit, with the presentation attribute becoming the upper limit", + "type": [{ "code": "Ratio" }], + "max": "1", + "id": "MedicinalProductIngredient.specifiedSubstance.strength.presentationLowLimit", + "isModifierReason": "If this is present it implies that the whole strength is expressed as a range, due to uncertainty or variation", + "isSummary": true + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.concentration", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.concentration", + "type": [{ "code": "Ratio" }], + "short": "The strength per unitary volume (or mass)", + "isSummary": true, + "definition": "The strength per unitary volume (or mass)." + }, + { + "path": "MedicinalProductIngredient.specifiedSubstance.strength.concentrationLowLimit", + "min": 0, + "definition": "A lower limit for the strength per unitary volume (or mass), for when there is a range. The concentration attribute then becomes the upper limit.", + "isModifier": true, + "short": "A lower limit for the strength per unitary volume (or mass), for when there is a range. The concentration attribute then becomes the upper limit", + "type": [{ "code": "Ratio" }], + "max": "1", + "id": "MedicinalProductIngredient.specifiedSubstance.strength.concentrationLowLimit", + "isModifierReason": "If this is present it implies that the whole strength is expressed as a range, due to uncertainty or variation", + "isSummary": true + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.measurementPoint", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.measurementPoint", + "type": [{ "code": "string" }], + "short": "For when strength is measured at a particular point or distance", + "isSummary": true, + "definition": "For when strength is measured at a particular point or distance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.country", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.country", + "type": [{ "code": "CodeableConcept" }], + "short": "The country or countries for which the strength range applies", + "isSummary": true, + "definition": "The country or countries for which the strength range applies." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength", + "type": [{ "code": "BackboneElement" }], + "short": "Strength expressed in terms of a reference substance", + "isSummary": true, + "definition": "Strength expressed in terms of a reference substance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.substance", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.substance", + "type": [{ "code": "CodeableConcept" }], + "short": "Relevant reference substance", + "isSummary": true, + "definition": "Relevant reference substance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strength", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strength", + "type": [{ "code": "Ratio" }], + "short": "Strength expressed in terms of a reference substance", + "isSummary": true, + "definition": "Strength expressed in terms of a reference substance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strengthLowLimit", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.strengthLowLimit", + "type": [{ "code": "Ratio" }], + "short": "Strength expressed in terms of a reference substance", + "isSummary": true, + "definition": "Strength expressed in terms of a reference substance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.measurementPoint", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.measurementPoint", + "type": [{ "code": "string" }], + "short": "For when strength is measured at a particular point or distance", + "isSummary": true, + "definition": "For when strength is measured at a particular point or distance." + }, + { + "id": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.country", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.specifiedSubstance.strength.referenceStrength.country", + "type": [{ "code": "CodeableConcept" }], + "short": "The country or countries for which the strength range applies", + "isSummary": true, + "definition": "The country or countries for which the strength range applies." + }, + { + "id": "MedicinalProductIngredient.substance", + "max": "1", + "min": 0, + "path": "MedicinalProductIngredient.substance", + "type": [{ "code": "BackboneElement" }], + "short": "The ingredient substance", + "isSummary": true, + "definition": "The ingredient substance." + }, + { + "id": "MedicinalProductIngredient.substance.code", + "max": "1", + "min": 1, + "path": "MedicinalProductIngredient.substance.code", + "type": [{ "code": "CodeableConcept" }], + "short": "The ingredient substance", + "isSummary": true, + "definition": "The ingredient substance." + }, + { + "id": "MedicinalProductIngredient.substance.strength", + "max": "*", + "min": 0, + "path": "MedicinalProductIngredient.substance.strength", + "short": "Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product", + "isSummary": true, + "definition": "Quantity of the substance or specified substance present in the manufactured item or pharmaceutical product.", + "contentReference": "#MedicinalProductIngredient.specifiedSubstance.strength" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The amount of time that the Adverse Reaction persisted.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "duration", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "duration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-duration", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "How long Manifestations persisted", + "definition": "The amount of time that the Adverse Reaction persisted." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-duration" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Duration" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A Study Instance ID, which may be used when the Entity type is not (110180, DCM, \"Study Instance UID\").", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "ParticipantObjectContainsStudy", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-ParticipantObjectContainsStudy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-ParticipantObjectContainsStudy", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Contains Study", + "mapping": [ + { + "map": "ParticipantObjectContainsStudy", + "identity": "dicom" + } + ], + "definition": "A Study Instance ID, which may be used when the Entity type is not (110180, DCM, \"Study Instance UID\")." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-ParticipantObjectContainsStudy" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Identifier" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The manufactured item as contained in the packaged medicinal product.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductManufactured", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductManufactured", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductManufactured", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductManufactured", + "differential": { + "element": [ + { + "id": "MedicinalProductManufactured", + "max": "*", + "min": 0, + "path": "MedicinalProductManufactured", + "short": "The manufactured item as contained in the packaged medicinal product", + "definition": "The manufactured item as contained in the packaged medicinal product." + }, + { + "id": "MedicinalProductManufactured.manufacturedDoseForm", + "max": "1", + "min": 1, + "path": "MedicinalProductManufactured.manufacturedDoseForm", + "type": [{ "code": "CodeableConcept" }], + "short": "Dose form as manufactured and before any transformation into the pharmaceutical product", + "isSummary": true, + "definition": "Dose form as manufactured and before any transformation into the pharmaceutical product." + }, + { + "id": "MedicinalProductManufactured.unitOfPresentation", + "max": "1", + "min": 0, + "path": "MedicinalProductManufactured.unitOfPresentation", + "type": [{ "code": "CodeableConcept" }], + "short": "The “real world” units in which the quantity of the manufactured item is described", + "isSummary": true, + "definition": "The “real world” units in which the quantity of the manufactured item is described." + }, + { + "id": "MedicinalProductManufactured.quantity", + "max": "1", + "min": 1, + "path": "MedicinalProductManufactured.quantity", + "type": [{ "code": "Quantity" }], + "short": "The quantity or \"count number\" of the manufactured item", + "isSummary": true, + "definition": "The quantity or \"count number\" of the manufactured item." + }, + { + "id": "MedicinalProductManufactured.manufacturer", + "max": "*", + "min": 0, + "path": "MedicinalProductManufactured.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Manufacturer of the item (Note that this should be named \"manufacturer\" but it currently causes technical issues)", + "isSummary": true, + "definition": "Manufacturer of the item (Note that this should be named \"manufacturer\" but it currently causes technical issues)." + }, + { + "id": "MedicinalProductManufactured.ingredient", + "max": "*", + "min": 0, + "path": "MedicinalProductManufactured.ingredient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" + ] + } + ], + "short": "Ingredient", + "isSummary": true, + "definition": "Ingredient." + }, + { + "id": "MedicinalProductManufactured.physicalCharacteristics", + "max": "1", + "min": 0, + "path": "MedicinalProductManufactured.physicalCharacteristics", + "type": [{ "code": "ProdCharacteristic" }], + "short": "Dimensions, color etc.", + "isSummary": true, + "definition": "Dimensions, color etc." + }, + { + "id": "MedicinalProductManufactured.otherCharacteristics", + "max": "*", + "min": 0, + "path": "MedicinalProductManufactured.otherCharacteristics", + "type": [{ "code": "CodeableConcept" }], + "short": "Other codeable characteristics", + "isSummary": true, + "definition": "Other codeable characteristics." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NutritionOrder/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "NutritionOrder", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "NutritionOrder", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "NutritionOrder", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NutritionOrder", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "nor-1", + "human": "Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class", + "xpath": "exists(f:oralDiet) or exists(f:supplement) or exists(f:enteralFormula)", + "severity": "warning", + "expression": "oralDiet.exists() or supplement.exists() or enteralFormula.exists()" + } + ], + "path": "NutritionOrder", + "min": 0, + "definition": "A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.", + "short": "Diet, formula or nutritional supplement request", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "ORC / ODS", "identity": "v2" }, + { "map": "SupplyRequest", "identity": "rim" } + ], + "alias": [ + "Nutrition Order", + "Diet Order", + "Diet", + "Nutritional Supplement", + "Enteral Nutrition" + ], + "max": "*", + "id": "NutritionOrder", + "comment": "Referenced by an Order Request (workflow)." + }, + { + "path": "NutritionOrder.identifier", + "min": 0, + "definition": "Identifiers assigned to this order by the order sender or by the order receiver.", + "short": "Identifiers assigned to this order", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ORC-2/ORC-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "NutritionOrder.identifier", + "comment": "The Identifier.type element can be to indicate filler vs. placer if needed. This is explained in further detail [here](servicerequest.html#notes)." + }, + { + "path": "NutritionOrder.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "max": "*", + "id": "NutritionOrder.instantiatesCanonical", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "NutritionOrder.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "NutritionOrder.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "id": "NutritionOrder.instantiates", + "max": "*", + "min": 0, + "path": "NutritionOrder.instantiates", + "type": [{ "code": "uri" }], + "short": "Instantiates protocol or definition", + "mapping": [ + { + "map": "Request.instantiates", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "definition": "The URL pointing to a protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder." + }, + { + "path": "NutritionOrder.status", + "min": 1, + "definition": "The workflow status of the nutrition order/request.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC-1", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionOrderStatus" + } + ], + "description": "Codes identifying the lifecycle stage of the nutrition order." + }, + "max": "1", + "id": "NutritionOrder.status", + "comment": "Typically the system placing the order sets the status to \"requested\". Thereafter, the order is maintained by the receiver that updates the status as the request is handled. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "NutritionOrder.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritiionOrderIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a nutrition order." + }, + "alias": ["category"], + "max": "1", + "id": "NutritionOrder.intent", + "comment": "When resources map to this element, they are free to define as many codes as necessary to cover their space and will map to \"proposal, plan or order\". Can have multiple codes that map to one of these. E.g. \"original order\", \"encoded order\", \"reflex order\" would all map to \"order\". Expectation is that the set of codes is mutually exclusive or a strict all-encompassing hierarchy.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "NutritionOrder.patient", + "min": 1, + "definition": "The person (patient) who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding.", + "short": "The person who requires the diet, formula or nutritional supplement", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "NutritionOrder.patient", + "isSummary": true + }, + { + "id": "NutritionOrder.encounter", + "max": "1", + "min": 0, + "path": "NutritionOrder.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "short": "The encounter associated with this nutrition order", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "An encounter that provides additional information about the healthcare context in which this request is made." + }, + { + "path": "NutritionOrder.dateTime", + "min": 1, + "definition": "The date and time that this nutrition order was requested.", + "short": "Date and time the nutrition order was requested", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC-9", "identity": "v2" }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "NutritionOrder.dateTime", + "isSummary": true + }, + { + "path": "NutritionOrder.orderer", + "min": 0, + "definition": "The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings.", + "short": "Who ordered the diet, formula or nutritional supplement", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC-12", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "NutritionOrder.orderer", + "isSummary": true + }, + { + "path": "NutritionOrder.allergyIntolerance", + "min": 0, + "definition": "A link to a record of allergies or intolerances which should be included in the nutrition order.", + "short": "List of the patient's food and nutrition-related allergies and intolerances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + ], + "max": "*", + "id": "NutritionOrder.allergyIntolerance", + "comment": "Information on a patient's food allergies and intolerances to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume." + }, + { + "path": "NutritionOrder.foodPreferenceModifier", + "min": 0, + "definition": "This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.", + "short": "Order-specific modifier about the type of food that should be given", + "mapping": [ + { + "map": "ODS-1 Value = \"P\",ODS-3", + "identity": "v2" + }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=NutritionModificationType]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientDiet" + } + ], + "description": "Medical, cultural or ethical food preferences to help with catering requirements." + }, + "max": "*", + "id": "NutritionOrder.foodPreferenceModifier", + "comment": "Information on a patient's food preferences that inform healthcare personnel about the food that the patient should receive or consume." + }, + { + "path": "NutritionOrder.excludeFoodModifier", + "min": 0, + "definition": "This modifier is used to convey Order-specific modifier about the type of oral food or oral fluids that should not be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.", + "short": "Order-specific modifier about the type of food that should not be given", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FoodType" + } + ], + "description": "Codes used to indicate the type of food that should NOT be given to the patient." + }, + "max": "*", + "id": "NutritionOrder.excludeFoodModifier", + "comment": "Information on a patient's food allergies, intolerances and preferences to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume." + }, + { + "path": "NutritionOrder.oralDiet", + "min": 0, + "definition": "Diet given orally in contrast to enteral (tube) feeding.", + "short": "Oral diet components", + "mapping": [ + { "map": "ODS-1 Value = \"D\"", "identity": "v2" }, + { + "map": "oralDiet .outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=OralDietSupplyType]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "NutritionOrder.oralDiet", + "condition": ["nor-1"] + }, + { + "path": "NutritionOrder.oralDiet.type", + "min": 0, + "definition": "The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.", + "short": "Type of oral diet or diet restrictions that describe what can be consumed orally", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralDiet" + } + ], + "description": "Codes used to indicate the type of diet being ordered for a patient." + }, + "max": "*", + "id": "NutritionOrder.oralDiet.type", + "isSummary": true + }, + { + "path": "NutritionOrder.oralDiet.schedule", + "min": 0, + "definition": "The time period and frequency at which the diet should be given. The diet should be given for the combination of all schedules if more than one schedule is present.", + "short": "Scheduled frequency of diet", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2, TQ1-7/8", "identity": "v2" }, + { "map": ".expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "alias": ["Frequency"], + "max": "*", + "id": "NutritionOrder.oralDiet.schedule" + }, + { + "id": "NutritionOrder.oralDiet.nutrient", + "max": "*", + "min": 0, + "path": "NutritionOrder.oralDiet.nutrient", + "type": [{ "code": "BackboneElement" }], + "short": "Required nutrient modifications", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind", + "identity": "rim" + } + ], + "definition": "Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet." + }, + { + "path": "NutritionOrder.oralDiet.nutrient.modifier", + "min": 0, + "definition": "The nutrient that is being modified such as carbohydrate or sodium.", + "short": "Type of nutrient that is being modified", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutrientModifier" + } + ], + "description": "Codes for types of nutrients that are being modified such as carbohydrate or sodium." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.nutrient.modifier" + }, + { + "id": "NutritionOrder.oralDiet.nutrient.amount", + "max": "1", + "min": 0, + "path": "NutritionOrder.oralDiet.nutrient.amount", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Quantity of the specified nutrient", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "definition": "The quantity of the specified nutrient to include in diet." + }, + { + "id": "NutritionOrder.oralDiet.texture", + "max": "*", + "min": 0, + "path": "NutritionOrder.oralDiet.texture", + "type": [{ "code": "BackboneElement" }], + "short": "Required texture modifications", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".inboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=DietTextureModificationType]", + "identity": "rim" + } + ], + "definition": "Class that describes any texture modifications required for the patient to safely consume various types of solid foods." + }, + { + "path": "NutritionOrder.oralDiet.texture.modifier", + "min": 0, + "definition": "Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.", + "short": "Code to indicate how to alter the texture of the foods, e.g. pureed", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/texture-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TextureModifier" + } + ], + "description": "Codes for food consistency types or texture modifications to apply to foods." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.texture.modifier", + "comment": "Coupled with the foodType (Meat)." + }, + { + "path": "NutritionOrder.oralDiet.texture.foodType", + "min": 0, + "definition": "The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.", + "short": "Concepts that are used to identify an entity that is ingested for nutritional purposes", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/modified-foodtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TextureModifiedFoodType" + } + ], + "description": "Codes for types of foods that are texture-modified." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.texture.foodType", + "comment": "Coupled with the `texture.modifier`; could be (All Foods)." + }, + { + "path": "NutritionOrder.oralDiet.fluidConsistencyType", + "min": 0, + "definition": "The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.", + "short": "The required consistency of fluids and liquids provided to the patient", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".code (Not differentiated from dietTextureModificationType in HL7 v3)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consistency-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FluidConsistencyType" + } + ], + "description": "Codes used to represent the consistency of fluids and liquids provided to the patient." + }, + "max": "*", + "id": "NutritionOrder.oralDiet.fluidConsistencyType" + }, + { + "path": "NutritionOrder.oralDiet.instruction", + "min": 0, + "definition": "Free text or additional instructions or information pertaining to the oral diet.", + "short": "Instructions or additional information about the oral diet", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "NutritionOrder.oralDiet.instruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.supplement", + "min": 0, + "definition": "Oral nutritional products given in order to add further nutritional value to the patient's diet.", + "short": "Supplement components", + "mapping": [ + { "map": "ODS-1 Value = \"P\"", "identity": "v2" }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=SUPPLEMENT]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "NutritionOrder.supplement", + "condition": ["nor-1"] + }, + { + "path": "NutritionOrder.supplement.type", + "min": 0, + "definition": "The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement.", + "short": "Type of supplement product requested", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code (NutritionalSupplementType)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplement-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplementType" + } + ], + "description": "Codes for nutritional supplements to be provided to the patient." + }, + "max": "1", + "id": "NutritionOrder.supplement.type", + "isSummary": true + }, + { + "id": "NutritionOrder.supplement.productName", + "max": "1", + "min": 0, + "path": "NutritionOrder.supplement.productName", + "type": [{ "code": "string" }], + "short": "Product or brand name of the nutritional supplement", + "mapping": [ + { "map": "ODS-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "definition": "The product or brand name of the nutritional supplement such as \"Acme Protein Shake\"." + }, + { + "path": "NutritionOrder.supplement.schedule", + "min": 0, + "definition": "The time period and frequency at which the supplement(s) should be given. The supplement should be given for the combination of all schedules if more than one schedule is present.", + "short": "Scheduled frequency of supplement", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2,TQ1-7/8", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "alias": ["Frequency"], + "max": "*", + "id": "NutritionOrder.supplement.schedule" + }, + { + "id": "NutritionOrder.supplement.quantity", + "max": "1", + "min": 0, + "path": "NutritionOrder.supplement.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount of the nutritional supplement", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "definition": "The amount of the nutritional supplement to be given." + }, + { + "path": "NutritionOrder.supplement.instruction", + "min": 0, + "definition": "Free text or additional instructions or information pertaining to the oral supplement.", + "short": "Instructions or additional information about the oral supplement", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "NutritionOrder.supplement.instruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.enteralFormula", + "min": 0, + "definition": "Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.", + "short": "Enteral formula components", + "mapping": [ + { + "map": "ODS-1 Value coded for enteral", + "identity": "v2" + }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=FORMULA]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "NutritionOrder.enteralFormula", + "condition": ["nor-1"] + }, + { + "path": "NutritionOrder.enteralFormula.baseFormulaType", + "min": 0, + "definition": "The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula.", + "short": "Type of enteral or infant formula", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code (NutritionalFormulaType)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralFormulaType" + } + ], + "description": "Codes for type of enteral formula to be administered to patient." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.baseFormulaType", + "isSummary": true + }, + { + "id": "NutritionOrder.enteralFormula.baseFormulaProductName", + "max": "1", + "min": 0, + "path": "NutritionOrder.enteralFormula.baseFormulaProductName", + "type": [{ "code": "string" }], + "short": "Product or brand name of the enteral or infant formula", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "definition": "The product or brand name of the enteral or infant formula product such as \"ACME Adult Standard Formula\"." + }, + { + "path": "NutritionOrder.enteralFormula.additiveType", + "min": 0, + "definition": "Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula.", + "short": "Type of modular component to add to the feeding", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": "N/A (not differentiated from NutritionalFormulaType in HL7 v3)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-additive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralFormulaAdditiveType" + } + ], + "description": "Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.additiveType" + }, + { + "id": "NutritionOrder.enteralFormula.additiveProductName", + "max": "1", + "min": 0, + "path": "NutritionOrder.enteralFormula.additiveProductName", + "type": [{ "code": "string" }], + "short": "Product or brand name of the modular additive", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "The product or brand name of the type of modular component to be added to the formula." + }, + { + "id": "NutritionOrder.enteralFormula.caloricDensity", + "max": "1", + "min": 0, + "path": "NutritionOrder.enteralFormula.caloricDensity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount of energy per specified volume that is required", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { + "map": ".quantity (caloricDensity)", + "identity": "rim" + } + ], + "definition": "The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL." + }, + { + "path": "NutritionOrder.enteralFormula.routeofAdministration", + "min": 0, + "definition": "The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube.", + "short": "How the formula should enter the patient's gastrointestinal tract", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/enteral-route", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralRouteOfAdministration" + } + ], + "description": "Codes specifying the route of administration of enteral formula." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.routeofAdministration" + }, + { + "path": "NutritionOrder.enteralFormula.administration", + "min": 0, + "definition": "Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.", + "short": "Formula feeding instruction as structured data", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SBADM, moodCode=RQO]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "NutritionOrder.enteralFormula.administration", + "comment": "See implementation notes below for further discussion on how to order continuous vs bolus enteral feeding using this resource." + }, + { + "path": "NutritionOrder.enteralFormula.administration.schedule", + "min": 0, + "definition": "The time period and frequency at which the enteral formula should be delivered to the patient.", + "short": "Scheduled frequency of enteral feeding", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2,TQ1-7/8", "identity": "v2" }, + { "map": ".effectiveUseTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "alias": ["Frequency"], + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.schedule" + }, + { + "id": "NutritionOrder.enteralFormula.administration.quantity", + "max": "1", + "min": 0, + "path": "NutritionOrder.enteralFormula.administration.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The volume of formula to provide", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "definition": "The volume of formula to provide to the patient per the specified administration schedule." + }, + { + "path": "NutritionOrder.enteralFormula.administration.rate[x]", + "min": 0, + "definition": "The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule.", + "short": "Speed with which the formula is provided per period of time", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".rateQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "Ratio" } + ], + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.rate[x]", + "comment": "Ratio is used when the quantity value in the denominator is not \"1\", otherwise use Quantity. For example, the Ratio datatype is used for \"200 mL/4 hrs\" versus the Quantity datatype for \"50 mL/hr\"." + }, + { + "id": "NutritionOrder.enteralFormula.maxVolumeToDeliver", + "max": "1", + "min": 0, + "path": "NutritionOrder.enteralFormula.maxVolumeToDeliver", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Upper limit on formula volume per unit of time", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".maxDoseQuantity", "identity": "rim" } + ], + "definition": "The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours." + }, + { + "path": "NutritionOrder.enteralFormula.administrationInstruction", + "min": 0, + "definition": "Free text formula administration, feeding instructions or additional instructions or information.", + "short": "Formula feeding instructions expressed as text", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "NutritionOrder.enteralFormula.administrationInstruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.note", + "min": 0, + "definition": "Comments made about the {{title}} by the requester, performer, subject or other participants.", + "short": "Comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "NutritionOrder.note", + "comment": "This element SHALL NOT be used to supply free text instructions for the diet which are represented in the `.oralDiet.instruction`, `supplement.instruction`, or `enteralFormula.administrationInstruction` elements." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. It is conceptual and thus has no particular associated means of representation by which the property can be communicated.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty/4.0.1", + "date": "2014-04-21", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "objectClassProperty", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Object Class Property", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "11179-objectClassProperty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty", + "context": [ + { "type": "element", "expression": "ElementDefinition.mapping" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/11179-objectClassProperty", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Object Class Property", + "comment": "ObjectClass and Property are treated as a data model that can be mapped to like any other. This extension merely captures the Property element as a discrete code. The information conveyed here should also be conveyed in human-readable form in the mapping.map element.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Data_Element.meaning.property", + "identity": "iso11179" + } + ], + "definition": "A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world. It is conceptual and thus has no particular associated means of representation by which the property can be communicated." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/11179-objectClassProperty" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclassproperty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "11179ObjectClassProperty" + } + ], + "description": "A quality common to all members of an object class. A property may be any feature that humans naturally use to distinguish one individual object from another. It is the human perception of a single quality of an object class in the real world; e.g. name, identifier, gender, creationDate." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "AminoAcidChange information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "AminoAcidChange", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsAminoAcidChange", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsAminoAcidChange", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "AminoAcidChange", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "AminoAcidChange information." + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Human Genome Variation Society (HGVS) nomenclature for an amino acid change. Reference sequence ID used for HGVS naming must be annotated. An amino acid is a sequence feature that corresponds to a single amino acid residue in a polypeptide ([SO:0001237](http://www.sequenceontology.org/browser/current_svn/term/SO:0001237)). LOINC Code: ([48005-3](http://loinc.org/48005-3)).", + "short": "HGVS nomenclature for observed Amino Acid Change", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "Name", + "max": "1", + "id": "Extension.extension:Name" + }, + { + "id": "Extension.extension:Name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Name" + }, + { + "id": "Extension.extension:Name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/clinvar", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinVar-variant-database" + } + ], + "description": "NCBI central repository of potentially clinically relevant variants." + } + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Codified type for associated Amino Acid Change. LOINC Code: ([48006-1](http://loinc.org/48006-1)).", + "short": "Amino Acid Change Type", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "Type", + "max": "1", + "id": "Extension.extension:Type" + }, + { + "id": "Extension.extension:Type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Type" + }, + { + "id": "Extension.extension:Type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code that identifies the priority of the alert, for example the Alert Priority flags column in IHE PCD TF 2 Table B.8-4.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/flag-priority/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Patient Care WG", + "fhirVersion": "4.0.1", + "name": "priority", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Flag Priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-priority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/flag-priority", + "context": [{ "type": "element", "expression": "Flag" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-priority", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "An alarm code", + "definition": "A code that identifies the priority of the alert, for example the Alert Priority flags column in IHE PCD TF 2 Table B.8-4." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/flag-priority" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FlagPriority" + } + ], + "description": "A code of the alarm." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Period or duration of processing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/specimen-processingTime/4.0.1", + "date": "2015-02-19", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "processingTime", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Processing Time", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-processingTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-processingTime", + "context": [{ "type": "element", "expression": "Specimen.processing" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-processingTime", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Time of processing", + "definition": "Period or duration of processing." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/specimen-processingTime" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Period" }, { "code": "Duration" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The inclusive upper bound on the range of allowed values for the data element.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/maxValue/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "maxValue", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "maxValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxValue", + "context": [{ "type": "element", "expression": "Questionnaire.item" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/maxValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Must be <= this value", + "comment": "Data type specified must be the same as the data type for the data element.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "The inclusive upper bound on the range of allowed values for the data element." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/maxValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "instant" }, + { "code": "decimal" }, + { "code": "integer" } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Timing Type: Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Timing/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to able to track proposed timing schedules. There are several different ways to do this: one or more specified times, a simple rules like three times a day, or before/after meals.", + "name": "Timing", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Timing", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Timing", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Timing", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Timing", + "differential": { + "element": [ + { + "path": "Timing", + "min": 0, + "definition": "Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.", + "short": "A timing schedule that specifies an event that may occur multiple times", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "QSET (GTS)", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Timing", + "comment": "Describes the occurrence of an event that may occur multiple times. Timing schedules are used for specifying when events are expected or requested to occur, and may also be used to represent the summary of a past or ongoing event. For simplicity, the definitions of Timing components are expressed as 'future' events, but such components can also be used to describe historic or ongoing events.\n\nA Timing schedule can be a list of events and/or criteria for when the event happens, which can be expressed in a structured form and/or as a code. When both event and a repeating specification are provided, the list of events should be understood as an interpretation of the information in the repeat structure." + }, + { + "path": "Timing.event", + "requirements": "In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification.", + "min": 0, + "definition": "Identifies specific times when the event occurs.", + "short": "When the event occurs", + "mapping": [{ "map": "QLIST", "identity": "rim" }], + "type": [{ "code": "dateTime" }], + "max": "*", + "id": "Timing.event", + "isSummary": true + }, + { + "constraint": [ + { + "key": "tim-9", + "human": "If there's an offset, there must be a when (and not C, CM, CD, CV)", + "xpath": "not(exists(f:offset)) or exists(f:when)", + "severity": "error", + "expression": "offset.empty() or (when.exists() and ((when in ('C' | 'CM' | 'CD' | 'CV')).not()))" + }, + { + "key": "tim-5", + "human": "period SHALL be a non-negative value", + "xpath": "f:period/@value >= 0 or not(f:period/@value)", + "severity": "error", + "expression": "period.exists() implies period >= 0" + }, + { + "key": "tim-6", + "human": "If there's a periodMax, there must be a period", + "xpath": "not(exists(f:periodMax)) or exists(f:period)", + "severity": "error", + "expression": "periodMax.empty() or period.exists()" + }, + { + "key": "tim-7", + "human": "If there's a durationMax, there must be a duration", + "xpath": "not(exists(f:durationMax)) or exists(f:duration)", + "severity": "error", + "expression": "durationMax.empty() or duration.exists()" + }, + { + "key": "tim-8", + "human": "If there's a countMax, there must be a count", + "xpath": "not(exists(f:countMax)) or exists(f:count)", + "severity": "error", + "expression": "countMax.empty() or count.exists()" + }, + { + "key": "tim-1", + "human": "if there's a duration, there needs to be duration units", + "xpath": "not(exists(f:duration)) or exists(f:durationUnit)", + "severity": "error", + "expression": "duration.empty() or durationUnit.exists()" + }, + { + "key": "tim-10", + "human": "If there's a timeOfDay, there cannot be a when, or vice versa", + "xpath": "not(exists(f:timeOfDay)) or not(exists(f:when))", + "severity": "error", + "expression": "timeOfDay.empty() or when.empty()" + }, + { + "key": "tim-2", + "human": "if there's a period, there needs to be period units", + "xpath": "not(exists(f:period)) or exists(f:periodUnit)", + "severity": "error", + "expression": "period.empty() or periodUnit.exists()" + }, + { + "key": "tim-4", + "human": "duration SHALL be a non-negative value", + "xpath": "f:duration/@value >= 0 or not(f:duration/@value)", + "severity": "error", + "expression": "duration.exists() implies duration >= 0" + } + ], + "path": "Timing.repeat", + "requirements": "Many timing schedules are determined by regular repetitions.", + "min": 0, + "definition": "A set of rules that describe when the event is scheduled.", + "short": "When the event is to occur", + "mapping": [ + { "map": "Implies PIVL or EIVL", "identity": "rim" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "Timing.repeat", + "isSummary": true + }, + { + "path": "Timing.repeat.bounds[x]", + "min": 0, + "definition": "Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.", + "short": "Length/Range of lengths, or (Start and/or end) limits", + "mapping": [ + { "map": "IVL(TS) used in a QSI", "identity": "rim" } + ], + "type": [ + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Period" } + ], + "max": "1", + "id": "Timing.repeat.bounds[x]", + "isSummary": true + }, + { + "path": "Timing.repeat.count", + "requirements": "Repetitions may be limited by end time or total occurrences.", + "min": 0, + "definition": "A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values.", + "short": "Number of times to repeat", + "mapping": [{ "map": "PIVL.count", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.count", + "comment": "If you have both bounds and count, then this should be understood as within the bounds period, until count times happens.", + "isSummary": true + }, + { + "path": "Timing.repeat.countMax", + "min": 0, + "definition": "If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times.", + "short": "Maximum number of times to repeat", + "mapping": [{ "map": "PIVL.count", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.countMax", + "isSummary": true + }, + { + "path": "Timing.repeat.duration", + "requirements": "Some activities are not instantaneous and need to be maintained for a period of time.", + "min": 0, + "definition": "How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration.", + "short": "How long when it happens", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.duration", + "comment": "For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise).", + "isSummary": true + }, + { + "path": "Timing.repeat.durationMax", + "requirements": "Some activities are not instantaneous and need to be maintained for a period of time.", + "min": 0, + "definition": "If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length.", + "short": "How long when it happens (Max)", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.durationMax", + "comment": "For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise).", + "isSummary": true + }, + { + "path": "Timing.repeat.durationUnit", + "min": 0, + "definition": "The units of time for the duration, in UCUM units.", + "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)", + "mapping": [ + { "map": "PIVL.phase.unit", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitsOfTime" + } + ], + "description": "A unit of time (units from UCUM)." + }, + "max": "1", + "id": "Timing.repeat.durationUnit", + "isSummary": true + }, + { + "path": "Timing.repeat.frequency", + "min": 0, + "definition": "The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency.", + "short": "Event occurs frequency times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "meaningWhenMissing": "If no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this", + "max": "1", + "id": "Timing.repeat.frequency", + "isSummary": true + }, + { + "path": "Timing.repeat.frequencyMax", + "min": 0, + "definition": "If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.", + "short": "Event occurs up to frequencyMax times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.frequencyMax", + "isSummary": true + }, + { + "path": "Timing.repeat.period", + "min": 0, + "definition": "Indicates the duration of time over which repetitions are to occur; e.g. to express \"3 times per day\", 3 would be the frequency and \"1 day\" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length.", + "short": "Event occurs frequency times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.period", + "isSummary": true + }, + { + "path": "Timing.repeat.periodMax", + "min": 0, + "definition": "If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as \"do this once every 3-5 days.", + "short": "Upper limit of period (3-4 hours)", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.periodMax", + "isSummary": true + }, + { + "path": "Timing.repeat.periodUnit", + "min": 0, + "definition": "The units of time for the period in UCUM units.", + "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)", + "mapping": [ + { "map": "PIVL.phase.unit", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitsOfTime" + } + ], + "description": "A unit of time (units from UCUM)." + }, + "max": "1", + "id": "Timing.repeat.periodUnit", + "isSummary": true + }, + { + "path": "Timing.repeat.dayOfWeek", + "min": 0, + "definition": "If one or more days of week is provided, then the action happens only on the specified day(s).", + "short": "mon | tue | wed | thu | fri | sat | sun", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DayOfWeek" + } + ] + }, + "max": "*", + "id": "Timing.repeat.dayOfWeek", + "comment": "If no days are specified, the action is assumed to happen every day as otherwise specified. The elements frequency and period cannot be used as well as dayOfWeek.", + "isSummary": true + }, + { + "path": "Timing.repeat.timeOfDay", + "min": 0, + "definition": "Specified time of day for action to take place.", + "short": "Time of day for action", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "*", + "id": "Timing.repeat.timeOfDay", + "comment": "When time of day is specified, it is inferred that the action happens every day (as filtered by dayofWeek) on the specified times. The elements when, frequency and period cannot be used as well as timeOfDay.", + "isSummary": true + }, + { + "path": "Timing.repeat.when", + "requirements": "Timings are frequently determined by occurrences such as waking, eating and sleep.", + "min": 0, + "definition": "An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.", + "short": "Code for time period of occurrence", + "mapping": [{ "map": "EIVL.event", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-timing|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventTiming" + } + ], + "description": "Real world event relating to the schedule." + }, + "max": "*", + "id": "Timing.repeat.when", + "comment": "When more than one event is listed, the event is tied to the union of the specified events.", + "isSummary": true + }, + { + "path": "Timing.repeat.offset", + "min": 0, + "definition": "The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.", + "short": "Minutes from event (before or after)", + "mapping": [{ "map": "EIVL.offset", "identity": "rim" }], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "Timing.repeat.offset", + "isSummary": true + }, + { + "path": "Timing.code", + "min": 0, + "definition": "A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code).", + "short": "BID | TID | QID | AM | PM | QD | QOD | +", + "mapping": [{ "map": "QSC.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/timing-abbreviation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TimingAbbreviation" + } + ], + "description": "Code for a known / defined timing pattern." + }, + "max": "1", + "id": "Timing.code", + "comment": "BID etc. are defined as 'at institutionally specified times'. For example, an institution may choose that BID is \"always at 7am and 6pm\". If it is inappropriate for this choice to be made, the code BID should not be used. Instead, a distinct organization-specific code should be used in place of the HL7-defined BID code and/or a structured representation should be used (in this case, specifying the two event times).", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneElement" + }, + { + "description": "An additional code that may be used to represent the concept.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-alternate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "alternate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-alternate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-alternate", + "context": [{ "type": "element", "expression": "CodeSystem.concept" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-alternate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Additional code for the concept", + "comment": "Few coding systems define synonyms. A few more define alternate codes for special case use.", + "definition": "An additional code that may be used to represent the concept.", + "isModifier": false + }, + { + "id": "Extension.extension:code", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Code that represents the concept", + "sliceName": "code", + "definition": "The code that may be used to represent the concept." + }, + { + "id": "Extension.extension:code.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:code.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "code" + }, + { + "id": "Extension.extension:code.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }] + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "Defines why this additional code is defined.", + "short": "Expected use of the code", + "type": [{ "code": "Extension" }], + "sliceName": "use", + "max": "1", + "id": "Extension.extension:use", + "comment": "Further work is needed on the value set." + }, + { + "id": "Extension.extension:use.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:use.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "use" + }, + { + "id": "Extension.extension:use.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-altcode-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AlternativeCodeKind" + } + ], + "description": "Indicates the type of use for which the code is defined." + } + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-alternate" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An assigned number on the specimen denoting the order of collection.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber/4.0.1", + "date": "2015-02-19", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "sequenceNumber", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "sequenceNumber", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-sequenceNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber", + "context": [{ "type": "element", "expression": "Specimen.container" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-sequenceNumber", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The sequence number of the sample", + "definition": "An assigned number on the specimen denoting the order of collection." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies a filter to apply when looking up candidate answers for the question.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='reference'"], + "fhirVersion": "4.0.1", + "name": "referenceFilter", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-referenceFilter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-referenceFilter", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Filter to apply when looking up references", + "comment": "The filter may include $subj and/or $encounter which should be substituted by the implementer with the subject and/or encounter id relevant in the context in which the questionnaire is being populated.", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "definition": "Identifies a filter to apply when looking up candidate answers for the question." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceFilter" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for date Type: A date or partial date (e.g. just year or year + month). There is no time zone. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/date/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "date", + "abstract": false, + "type": "date", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "date", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/date", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/date", + "differential": { + "element": [ + { + "id": "date", + "max": "*", + "min": 0, + "path": "date", + "short": "Primitive Type date", + "definition": "A date or partial date (e.g. just year or year + month). There is no time zone. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates." + }, + { + "id": "date.value", + "max": "1", + "min": 0, + "path": "date.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "date" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?" + } + ] + } + ], + "short": "Primitive value for date", + "definition": "Primitive value for date", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Marks that the expansion is incomplete, and values other than those listed may be valid. This may be used because post-coordinated codes are allowed, and no practical expansion can be produced.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-unclosed/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "unclosed", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-unclosed", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-unclosed", + "context": [{ "type": "element", "expression": "ValueSet.expansion" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-unclosed", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The expansion is incomplete (perhaps because of post-coordination)", + "comment": "This extension exists to allow for definition and use of value sets that are currently unbounded, including those for which it may always be impractical to set bounds. This can be done to allow additional learning in this space, such as exploring poorly understsood consequences of alternatives.", + "definition": "Marks that the expansion is incomplete, and values other than those listed may be valid. This may be used because post-coordinated codes are allowed, and no practical expansion can be produced.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-unclosed" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the relative order in which concepts within the value set should be presented to a user.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "conceptOrder", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-conceptOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + }, + { "type": "element", "expression": "ValueSet.expansion.contains" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-conceptOrder", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Appearance order for user selection", + "definition": "Identifies the relative order in which concepts within the value set should be presented to a user.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Represents a CQL logic library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqllibrary/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "CQL Library", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cqllibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqllibrary", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqllibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.type", + "max": "1", + "min": 1, + "path": "Library.type", + "type": [{ "code": "CodeableConcept" }], + "fixedCodeableConcept": { + "coding": [ + { + "code": "logic-library", + "system": "http://terminology.hl7.org/CodeSystem/library-type", + "display": "Logic Library" + } + ] + } + }, + { + "id": "Library.parameter", + "max": "*", + "min": 0, + "path": "Library.parameter", + "type": [{ "code": "ParameterDefinition" }], + "mustSupport": true + }, + { + "id": "Library.dataRequirement", + "max": "*", + "min": 0, + "path": "Library.dataRequirement", + "type": [{ "code": "DataRequirement" }], + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library" + }, + { + "description": "Where the type for a question is \"Reference\", indicates a type of resource that is permitted.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='reference'"], + "fhirVersion": "4.0.1", + "name": "referenceResource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-referenceResource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-referenceResource", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Allowed resource for reference", + "comment": "This extension only has meaning if the question.type = Reference. If no allowedResource extensions are present, the presumption is that any type of resource is permitted. If multiple are present, then any of the specified types are permitted.", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "definition": "Where the type for a question is \"Reference\", indicates a type of resource that is permitted." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceResource" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ContactPoint/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to track phone, fax, mobile, sms numbers, email addresses, twitter tags, etc.", + "name": "ContactPoint", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "ContactPoint", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "ContactPoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactPoint", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ContactPoint", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cpt-2", + "human": "A system is required if a value is provided.", + "xpath": "not(exists(f:value)) or exists(f:system)", + "severity": "error", + "expression": "value.empty() or system.exists()" + } + ], + "path": "ContactPoint", + "min": 0, + "definition": "Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.", + "short": "Details of a Technology mediated contact point (phone, fax, email, etc.)", + "mapping": [ + { "map": "XTN", "identity": "v2" }, + { "map": "TEL", "identity": "rim" }, + { "map": "ContactPoint", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "ContactPoint" + }, + { + "path": "ContactPoint.system", + "min": 0, + "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", + "short": "phone | fax | email | pager | url | sms | other", + "mapping": [ + { "map": "XTN.3", "identity": "v2" }, + { "map": "./scheme", "identity": "rim" }, + { "map": "./ContactPointType", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPointSystem" + } + ], + "description": "Telecommunications form for contact point." + }, + "max": "1", + "id": "ContactPoint.system", + "condition": ["cpt-2"], + "isSummary": true + }, + { + "path": "ContactPoint.value", + "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", + "min": 0, + "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", + "short": "The actual contact point details", + "mapping": [ + { "map": "XTN.1 (or XTN.12)", "identity": "v2" }, + { "map": "./url", "identity": "rim" }, + { "map": "./Value", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ContactPoint.value", + "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", + "isSummary": true + }, + { + "path": "ContactPoint.use", + "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", + "min": 0, + "definition": "Identifies the purpose for the contact point.", + "isModifier": true, + "short": "home | work | temp | old | mobile - purpose of this contact point", + "mapping": [ + { + "map": "XTN.2 - but often indicated by field", + "identity": "v2" + }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./ContactPointPurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPointUse" + } + ], + "description": "Use of contact point." + }, + "max": "1", + "id": "ContactPoint.use", + "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "ContactPoint.rank", + "min": 0, + "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", + "short": "Specify preferred order of use (1 = highest)", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "ContactPoint.rank", + "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.", + "isSummary": true + }, + { + "path": "ContactPoint.period", + "min": 0, + "definition": "Time period when the contact point was/is in use.", + "short": "Time period when the contact point was/is in use", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ContactPoint.period", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "A set of codes that defines what the server is capable of.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities/4.0.1", + "date": "2018-02-15", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "capabilities", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "capabilities", + "kind": "complex-type", + "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities", + "context": [ + { + "type": "element", + "expression": "CapabilityStatement.rest.security" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilities", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Server Capabilities", + "definition": "A set of codes that defines what the server is capable of." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://fhir-registry.smarthealthit.org/StructureDefinition/capabilities" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/smart-capabilities|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SmartCapabilities" + } + ], + "description": "Codes that define what the server is capable of." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "purpose": "To support structured, hierarchical reporting of data gathered using digital forms and other questionnaires.", + "name": "QuestionnaireResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "QuestionnaireResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "QuestionnaireResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/QuestionnaireResponse", + "differential": { + "element": [ + { + "path": "QuestionnaireResponse", + "min": 0, + "definition": "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.", + "short": "A structured set of questions and their answers", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Observation[moodCode=EVN]", + "identity": "rim" + } + ], + "alias": ["Form", "QuestionnaireAnswers"], + "max": "*", + "id": "QuestionnaireResponse", + "comment": "The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse." + }, + { + "path": "QuestionnaireResponse.identifier", + "requirements": "Used for tracking, registration and other business purposes.", + "min": 0, + "definition": "A business identifier assigned to a particular completed (or partially completed) questionnaire.", + "short": "Unique id for this set of answers", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "QuestionnaireResponse.identifier", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.basedOn", + "requirements": "Supports traceability of responsibility for the action and allows linkage of an action to the recommendations acted upon.", + "min": 0, + "definition": "The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.", + "short": "Request fulfilled by this QuestionnaireResponse", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["order"], + "max": "*", + "id": "QuestionnaireResponse.basedOn", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.partOf", + "min": 0, + "definition": "A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.", + "short": "Part of this action", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "max": "*", + "id": "QuestionnaireResponse.partOf", + "comment": "Composition of questionnaire responses will be handled by the parent questionnaire having answers that reference the child questionnaire. For relationships to referrals, and other types of requests, use basedOn.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.questionnaire", + "requirements": "Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.", + "min": 0, + "definition": "The Questionnaire that defines and organizes the questions for which answers are being provided.", + "short": "Form being answered", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { + "map": "./outboundRelationship[typeCode=INST]/target[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "alias": ["Form"], + "max": "1", + "id": "QuestionnaireResponse.questionnaire", + "comment": "If a QuestionnaireResponse references a Questionnaire, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.).", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.status", + "requirements": "The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.", + "min": 1, + "definition": "The position of the questionnaire response within its overall lifecycle.", + "isModifier": true, + "short": "in-progress | completed | amended | entered-in-error | stopped", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": ".statusCode (also whether there's a revisionControlAct - and possibly mood to distinguish \"in-progress\" from \"published)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireResponseStatus" + } + ], + "description": "Lifecycle status of the questionnaire response." + }, + "max": "1", + "id": "QuestionnaireResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.subject", + "requirements": "Allows linking the answers to the individual the answers describe. May also affect access control.", + "min": 0, + "definition": "The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.", + "short": "The subject of the questions", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["Patient", "Focus"], + "max": "1", + "id": "QuestionnaireResponse.subject", + "comment": "If the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.encounter", + "requirements": "Provides context for the information that was captured. May also affect access control.", + "min": 0, + "definition": "The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "QuestionnaireResponse.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. A questionnaire that was initiated during an encounter but not fully completed during the encounter would still generally be associated with the encounter.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.authored", + "requirements": "Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers.", + "min": 0, + "definition": "The date and/or time that this set of answers were last changed.", + "short": "Date the answers were gathered", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": [ + "Date Created", + "Date published", + "Date Issued", + "Date updated" + ], + "max": "1", + "id": "QuestionnaireResponse.authored", + "comment": "May be different from the lastUpdateTime of the resource itself, because that reflects when the data was known to the server, not when the data was captured.\n\nThis element is optional to allow for systems that might not know the value, however it SHOULD be populated if possible.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.author", + "requirements": "Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.", + "min": 0, + "definition": "Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.", + "short": "Person who received and recorded the answers", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "alias": [ + "Laboratory", + "Service", + "Practitioner", + "Department", + "Company", + "Performer" + ], + "max": "1", + "id": "QuestionnaireResponse.author", + "comment": "Mapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.source", + "requirements": "When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions.", + "min": 0, + "definition": "The person who answered the questions about the subject.", + "short": "The person who answered the questions", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "QuestionnaireResponse.source", + "comment": "If not specified, no inference can be made about who provided the data.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "qrs-1", + "human": "Nested item can't be beneath both item and answer", + "xpath": "not(exists(f:answer) and exists(f:item))", + "severity": "error", + "expression": "(answer.exists() and item.exists()).not()" + } + ], + "path": "QuestionnaireResponse.item", + "min": 0, + "definition": "A group or question item from the original questionnaire for which answers are provided.", + "short": "Groups and questions", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "QuestionnaireResponse.item", + "comment": "Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer)." + }, + { + "path": "QuestionnaireResponse.item.linkId", + "requirements": "Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.", + "min": 1, + "definition": "The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.", + "short": "Pointer to specific item from Questionnaire", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "QuestionnaireResponse.item.linkId" + }, + { + "path": "QuestionnaireResponse.item.definition", + "requirements": "A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition.", + "min": 0, + "definition": "A reference to an [ElementDefinition](elementdefinition.html) that provides the details for the item.", + "short": "ElementDefinition - details for the item", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].code", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "QuestionnaireResponse.item.definition", + "comment": "The ElementDefinition must be in a [StructureDefinition](structuredefinition.html#), and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x].\n\nThere is no need for this element if the item pointed to by the linkId has a definition listed." + }, + { + "path": "QuestionnaireResponse.item.text", + "requirements": "Allows the questionnaire response to be read without access to the questionnaire.", + "min": 0, + "definition": "Text that is displayed above the contents of the group or as the text of the question being answered.", + "short": "Name for group or question text", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "QuestionnaireResponse.item.text" + }, + { + "path": "QuestionnaireResponse.item.answer", + "min": 0, + "definition": "The respondent's answer(s) to the question.", + "short": "The response(s) to the question", + "mapping": [ + { "map": ".value[type=LIST_ANY]", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "QuestionnaireResponse.item.answer", + "comment": "The value is nested because we cannot have a repeating structure that has variable type." + }, + { + "path": "QuestionnaireResponse.item.answer.value[x]", + "requirements": "Ability to retain a single-valued answer to a question.", + "min": 0, + "definition": "The answer (or one of the answers) provided by the respondent to the question.", + "short": "Single-valued answer to the question", + "mapping": [{ "map": ".item", "identity": "rim" }], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireAnswer" + } + ], + "description": "Code indicating the response provided for a question." + }, + "max": "1", + "id": "QuestionnaireResponse.item.answer.value[x]", + "comment": "More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire." + }, + { + "path": "QuestionnaireResponse.item.answer.item", + "requirements": "It is useful to have \"sub-questions\", questions which normally appear when certain answers are given and which collect additional details.", + "min": 0, + "definition": "Nested groups and/or questions found within this particular answer.", + "short": "Nested groups and questions", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#QuestionnaireResponse.item", + "max": "*", + "id": "QuestionnaireResponse.item.answer.item" + }, + { + "path": "QuestionnaireResponse.item.item", + "requirements": "Reports can consist of complex nested groups.", + "min": 0, + "definition": "Questions or sub-groups nested beneath a question or group.", + "short": "Nested questionnaire response items", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#QuestionnaireResponse.item", + "max": "*", + "id": "QuestionnaireResponse.item.item" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A V3 compliant, RFC 3966 conformant URI version of the telephone or fax number.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "TEL-address", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-TEL-address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address", + "context": [{ "type": "element", "expression": "ContactPoint" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-TEL-address", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "RFC 3966 compliant telephone or fax number", + "comment": "Note that this form is supposed to be used in CDA, but many CDA documents are not actually conformant.", + "mapping": [{ "map": "TEL.address", "identity": "rim" }], + "definition": "A V3 compliant, RFC 3966 conformant URI version of the telephone or fax number." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "url" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Captures the reason for the current state of the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/event-statusReason/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "statusReason", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reason for current status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "event-statusReason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-statusReason", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "SupplyDelivery" }, + { "type": "element", "expression": "DeviceUseStatement" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-statusReason", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Reason for current status", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"cancelled\". The reason for performing the event at all is captured in reasonCode, not here.\r(distinct reason codes for different statuses can be enforced using invariants if they are universal bindings).", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "definition": "Captures the reason for the current state of the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-statusReason" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StatusReason" + } + ], + "description": "Codes identifying the reason for the current state of an event." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes why the event occurred in coded or textual form.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-reasonCode/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "reasonCode", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reason Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-reasonCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-reasonCode", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "NutritionOrder" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-reasonCode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Why was event performed?", + "comment": "For free text (uncoded data) use reasonCode.text.", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "definition": "Describes why the event occurred in coded or textual form." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-reasonCode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-cause", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventReason" + } + ] + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for dateTime Type: A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/dateTime/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "dateTime", + "abstract": false, + "type": "dateTime", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "dateTime", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/dateTime", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/dateTime", + "differential": { + "element": [ + { + "id": "dateTime", + "max": "*", + "min": 0, + "path": "dateTime", + "short": "Primitive Type dateTime", + "definition": "A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates." + }, + { + "id": "dateTime.value", + "max": "1", + "min": 0, + "path": "dateTime.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.DateTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "dateTime" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?" + } + ] + } + ], + "short": "Primitive value for dateTime", + "definition": "Primitive value for dateTime", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The area/zone/city code that, in some areas, may be omitted when dialing locally within the zone. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/contactpoint-area/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "area", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Area Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contactpoint-area", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-area", + "context": [{ "type": "element", "expression": "ContactPoint" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contactpoint-area", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Area/zone/city code", + "comment": "The ContactPoint.value element SHOULD still be populated even if the extension is present.", + "definition": "The area/zone/city code that, in some areas, may be omitted when dialing locally within the zone. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/contactpoint-area" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Encounter/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Encounter", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Encounter", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Encounter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Encounter", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Encounter", + "differential": { + "element": [ + { + "id": "Encounter", + "max": "*", + "min": 0, + "path": "Encounter", + "alias": ["Visit"], + "short": "An interaction during which services are provided to the patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Encounter[@moodCode='EVN']", + "identity": "rim" + } + ], + "definition": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient." + }, + { + "path": "Encounter.identifier", + "min": 0, + "definition": "Identifier(s) by which this encounter is known.", + "short": "Identifier(s) by which this encounter is known", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Encounter.identifier", + "isSummary": true + }, + { + "path": "Encounter.status", + "min": 1, + "definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +.", + "isModifier": true, + "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "No clear equivalent in HL7 v2; active/finished could be inferred from PV1-44, PV1-45, PV2-24; inactive could be inferred from PV2-16", + "identity": "v2" + }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterStatus" + } + ], + "description": "Current state of the encounter." + }, + "max": "1", + "id": "Encounter.status", + "comment": "Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes).", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Encounter.statusHistory", + "min": 0, + "definition": "The status history permits the encounter resource to contain the status history without needing to read through the historical versions of the resource, or even have the server store them.", + "short": "List of past encounter statuses", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "StatusHistory" + } + ], + "max": "*", + "id": "Encounter.statusHistory", + "comment": "The current status is always found in the current version of the resource, not the status history." + }, + { + "path": "Encounter.statusHistory.status", + "min": 1, + "definition": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +.", + "short": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterStatus" + } + ], + "description": "Current state of the encounter." + }, + "max": "1", + "id": "Encounter.statusHistory.status" + }, + { + "id": "Encounter.statusHistory.period", + "max": "1", + "min": 1, + "path": "Encounter.statusHistory.period", + "type": [{ "code": "Period" }], + "short": "The time that the episode was in the specified status", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "The time that the episode was in the specified status." + }, + { + "path": "Encounter.class", + "min": 1, + "definition": "Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.", + "short": "Classification of patient encounter", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PV1-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code", + "identity": "rim" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterClass" + } + ], + "description": "Classification of the encounter." + }, + "max": "1", + "id": "Encounter.class", + "isSummary": true + }, + { + "path": "Encounter.classHistory", + "min": 0, + "definition": "The class history permits the tracking of the encounters transitions without needing to go through the resource history. This would be used for a case where an admission starts of as an emergency encounter, then transitions into an inpatient scenario. Doing this and not restarting a new encounter ensures that any lab/diagnostic results can more easily follow the patient and not require re-processing and not get lost or cancelled during a kind of discharge from emergency to inpatient.", + "short": "List of past encounter classes", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ClassHistory" + } + ], + "max": "*", + "id": "Encounter.classHistory" + }, + { + "path": "Encounter.classHistory.class", + "min": 1, + "definition": "inpatient | outpatient | ambulatory | emergency +.", + "short": "inpatient | outpatient | ambulatory | emergency +", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterClass" + } + ], + "description": "Classification of the encounter." + }, + "max": "1", + "id": "Encounter.classHistory.class" + }, + { + "id": "Encounter.classHistory.period", + "max": "1", + "min": 1, + "path": "Encounter.classHistory.period", + "type": [{ "code": "Period" }], + "short": "The time that the episode was in the specified class", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "The time that the episode was in the specified class." + }, + { + "path": "Encounter.type", + "min": 0, + "definition": "Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation).", + "short": "Specific type of encounter", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PV1-4 / PV1-18", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterType" + } + ], + "description": "The type of encounter." + }, + "max": "*", + "id": "Encounter.type", + "comment": "Since there are many ways to further classify encounters, this element is 0..*.", + "isSummary": true + }, + { + "path": "Encounter.serviceType", + "min": 0, + "definition": "Broad categorization of the service that is to be provided (e.g. cardiology).", + "short": "Specific type of service", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "PV1-10", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterServiceType" + } + ], + "description": "Broad categorization of the service that is to be provided." + }, + "max": "1", + "id": "Encounter.serviceType", + "isSummary": true + }, + { + "path": "Encounter.priority", + "min": 0, + "definition": "Indicates the urgency of the encounter.", + "short": "Indicates the urgency of the encounter", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "PV2-25", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Priority" + } + ], + "description": "Indicates the urgency of the encounter." + }, + "max": "1", + "id": "Encounter.priority" + }, + { + "path": "Encounter.subject", + "min": 0, + "definition": "The patient or group present at the encounter.", + "short": "The patient or group present at the encounter", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ]/role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "Encounter.subject", + "comment": "While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked).", + "isSummary": true + }, + { + "path": "Encounter.episodeOfCare", + "min": 0, + "definition": "Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years).", + "short": "Episode(s) of care that this encounter should be recorded against", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-54, PV1-53", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "max": "*", + "id": "Encounter.episodeOfCare", + "isSummary": true + }, + { + "path": "Encounter.basedOn", + "min": 0, + "definition": "The request this encounter satisfies (e.g. incoming referral or procedure request).", + "short": "The ServiceRequest that initiated this encounter", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": ".reason.ClinicalDocument", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["incomingReferral"], + "max": "*", + "id": "Encounter.basedOn" + }, + { + "path": "Encounter.participant", + "min": 0, + "definition": "The list of people responsible for providing the service.", + "short": "List of participants involved in the encounter", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "ROL", "identity": "v2" }, + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Encounter.participant", + "isSummary": true + }, + { + "path": "Encounter.participant.type", + "min": 0, + "definition": "Role of participant in encounter.", + "short": "Role of participant in encounter", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "ROL-3 (or maybe PRT-4)", "identity": "v2" }, + { "map": ".functionCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "Encounter.participant.type", + "comment": "The participant type indicates how an individual participates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc.", + "isSummary": true + }, + { + "id": "Encounter.participant.period", + "max": "1", + "min": 0, + "path": "Encounter.participant.period", + "type": [{ "code": "Period" }], + "short": "Period of time during the encounter that the participant participated", + "mapping": [ + { + "map": "ROL-5, ROL-6 (or maybe PRT-5)", + "identity": "v2" + }, + { "map": ".time", "identity": "rim" } + ], + "definition": "The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period." + }, + { + "path": "Encounter.participant.individual", + "min": 0, + "definition": "Persons involved in the encounter other than the patient.", + "short": "Persons involved in the encounter other than the patient", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": "ROL-4", "identity": "v2" }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Encounter.participant.individual", + "isSummary": true + }, + { + "path": "Encounter.appointment", + "min": 0, + "definition": "The appointment that scheduled this encounter.", + "short": "The appointment that scheduled this encounter", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "SCH-1 / SCH-2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=ENC, moodCode=APT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "max": "*", + "id": "Encounter.appointment", + "isSummary": true + }, + { + "path": "Encounter.period", + "min": 0, + "definition": "The start and end time of the encounter.", + "short": "The start and end time of the encounter", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PV1-44, PV1-45", "identity": "v2" }, + { + "map": ".effectiveTime (low & high)", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Encounter.period", + "comment": "If not (yet) known, the end of the Period may be omitted." + }, + { + "path": "Encounter.length", + "min": 0, + "definition": "Quantity of time the encounter lasted. This excludes the time during leaves of absence.", + "short": "Quantity of time the encounter lasted (less time absent)", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": "(PV1-45 less PV1-44) iff ( (PV1-44 not empty) and (PV1-45 not empty) ); units in minutes", + "identity": "v2" + }, + { "map": ".lengthOfStayQuantity", "identity": "rim" } + ], + "type": [{ "code": "Duration" }], + "max": "1", + "id": "Encounter.length", + "comment": "May differ from the time the Encounter.period lasted because of leave of absence." + }, + { + "path": "Encounter.reasonCode", + "min": 0, + "definition": "Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.", + "short": "Coded reason the encounter takes place", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "EVN-4 / PV2-3 (note: PV2-3 is nominally constrained to inpatient admissions; HL7 v2 makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations )", + "identity": "v2" + }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterReason" + } + ], + "description": "Reason why the encounter takes place." + }, + "alias": ["Indication", "Admission diagnosis"], + "max": "*", + "id": "Encounter.reasonCode", + "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", + "isSummary": true + }, + { + "path": "Encounter.reasonReference", + "min": 0, + "definition": "Reason the encounter takes place, expressed as a code. For admissions, this can be used for a coded admission diagnosis.", + "short": "Reason the encounter takes place (reference)", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "EVN-4 / PV2-3 (note: PV2-3 is nominally constrained to inpatient admissions; HL7 v2 makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations )", + "identity": "v2" + }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "alias": ["Indication", "Admission diagnosis"], + "max": "*", + "id": "Encounter.reasonReference", + "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", + "isSummary": true + }, + { + "path": "Encounter.diagnosis", + "min": 0, + "definition": "The list of diagnosis relevant to this encounter.", + "short": "The list of diagnosis relevant to this encounter", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=RSON]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "Encounter.diagnosis", + "isSummary": true + }, + { + "path": "Encounter.diagnosis.condition", + "min": 1, + "definition": "Reason the encounter takes place, as specified using information from another resource. For admissions, this is the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.", + "short": "The diagnosis or procedure relevant to the encounter", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "Resources that would commonly referenced at Encounter.indication would be Condition and/or Procedure. These most closely align with DG1/PRB and PR1 respectively.", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "alias": [ + "Admission diagnosis", + "discharge diagnosis", + "indication" + ], + "max": "1", + "id": "Encounter.diagnosis.condition", + "comment": "For systems that need to know which was the primary diagnosis, these will be marked with the standard extension primaryDiagnosis (which is a sequence value rather than a flag, 1 = primary diagnosis).", + "isSummary": true + }, + { + "path": "Encounter.diagnosis.use", + "min": 0, + "definition": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …).", + "short": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnosis-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of diagnosis this condition represents." + }, + "max": "1", + "id": "Encounter.diagnosis.use" + }, + { + "id": "Encounter.diagnosis.rank", + "max": "1", + "min": 0, + "path": "Encounter.diagnosis.rank", + "type": [{ "code": "positiveInt" }], + "short": "Ranking of the diagnosis (for each role type)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=RSON].priority", + "identity": "rim" + } + ], + "definition": "Ranking of the diagnosis (for each role type)." + }, + { + "path": "Encounter.account", + "min": 0, + "definition": "The set of accounts that may be used for billing for this Encounter.", + "short": "The set of accounts that may be used for billing for this Encounter", + "mapping": [ + { "map": ".pertains.A_Account", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "max": "*", + "id": "Encounter.account", + "comment": "The billing system may choose to allocate billable items associated with the Encounter to different referenced Accounts based on internal business rules." + }, + { + "path": "Encounter.hospitalization", + "min": 0, + "definition": "Details about the admission to a healthcare service.", + "short": "Details about the admission to a healthcare service", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "Encounter.hospitalization", + "comment": "An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included.\r\rThe duration recorded in the period of this encounter covers the entire scope of this hospitalization record." + }, + { + "id": "Encounter.hospitalization.preAdmissionIdentifier", + "max": "1", + "min": 0, + "path": "Encounter.hospitalization.preAdmissionIdentifier", + "type": [{ "code": "Identifier" }], + "short": "Pre-admission identifier", + "mapping": [ + { "map": "PV1-5", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "definition": "Pre-admission identifier." + }, + { + "id": "Encounter.hospitalization.origin", + "max": "1", + "min": 0, + "path": "Encounter.hospitalization.origin", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "The location/organization from which the patient came before admission", + "mapping": [ + { + "map": ".participation[typeCode=ORG].role", + "identity": "rim" + } + ], + "definition": "The location/organization from which the patient came before admission." + }, + { + "path": "Encounter.hospitalization.admitSource", + "min": 0, + "definition": "From where patient was admitted (physician referral, transfer).", + "short": "From where patient was admitted (physician referral, transfer)", + "mapping": [ + { "map": "PV1-14", "identity": "v2" }, + { + "map": ".admissionReferralSourceCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-admit-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdmitSource" + } + ], + "description": "From where the patient was admitted." + }, + "max": "1", + "id": "Encounter.hospitalization.admitSource" + }, + { + "path": "Encounter.hospitalization.reAdmission", + "min": 0, + "definition": "Whether this hospitalization is a readmission and why if known.", + "short": "The type of hospital re-admission that has occurred (if any). If the value is absent, then this is not identified as a readmission", + "mapping": [ + { "map": "PV1-13", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0092", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReAdmissionType" + } + ], + "description": "The reason for re-admission of this hospitalization encounter." + }, + "max": "1", + "id": "Encounter.hospitalization.reAdmission" + }, + { + "path": "Encounter.hospitalization.dietPreference", + "requirements": "Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter.", + "min": 0, + "definition": "Diet preferences reported by the patient.", + "short": "Diet preferences reported by the patient", + "mapping": [ + { "map": "PV1-38", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=EVN, code=\"diet\"]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientDiet" + } + ], + "description": "Medical, cultural or ethical food preferences to help with catering requirements." + }, + "max": "*", + "id": "Encounter.hospitalization.dietPreference", + "comment": "For example, a patient may request both a dairy-free and nut-free diet preference (not mutually exclusive)." + }, + { + "path": "Encounter.hospitalization.specialCourtesy", + "min": 0, + "definition": "Special courtesies (VIP, board member).", + "short": "Special courtesies (VIP, board member)", + "mapping": [ + { "map": "PV1-16", "identity": "v2" }, + { "map": ".specialCourtesiesCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Courtesies" + } + ], + "description": "Special courtesies." + }, + "max": "*", + "id": "Encounter.hospitalization.specialCourtesy" + }, + { + "path": "Encounter.hospitalization.specialArrangement", + "min": 0, + "definition": "Any special requests that have been made for this hospitalization encounter, such as the provision of specific equipment or other things.", + "short": "Wheelchair, translator, stretcher, etc.", + "mapping": [ + { "map": "PV1-15 / OBR-30 / OBR-43", "identity": "v2" }, + { "map": ".specialArrangementCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Arrangements" + } + ], + "description": "Special arrangements." + }, + "max": "*", + "id": "Encounter.hospitalization.specialArrangement" + }, + { + "id": "Encounter.hospitalization.destination", + "max": "1", + "min": 0, + "path": "Encounter.hospitalization.destination", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Location/organization to which the patient is discharged", + "mapping": [ + { "map": "PV1-37", "identity": "v2" }, + { + "map": ".participation[typeCode=DST]", + "identity": "rim" + } + ], + "definition": "Location/organization to which the patient is discharged." + }, + { + "path": "Encounter.hospitalization.dischargeDisposition", + "min": 0, + "definition": "Category or kind of location after discharge.", + "short": "Category or kind of location after discharge", + "mapping": [ + { "map": "PV1-36", "identity": "v2" }, + { + "map": ".dischargeDispositionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DischargeDisp" + } + ], + "description": "Discharge Disposition." + }, + "max": "1", + "id": "Encounter.hospitalization.dischargeDisposition" + }, + { + "path": "Encounter.location", + "min": 0, + "definition": "List of locations where the patient has been during this encounter.", + "short": "List of locations where the patient has been", + "mapping": [ + { + "map": ".participation[typeCode=LOC]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Encounter.location", + "comment": "Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type \"kind\" such as \"client's home\" and an encounter.class = \"virtual\"." + }, + { + "id": "Encounter.location.location", + "max": "1", + "min": 1, + "path": "Encounter.location.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Location the encounter takes place", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "PV1-3 / PV1-6 / PV1-11 / PV1-42 / PV1-43", + "identity": "v2" + }, + { "map": ".role", "identity": "rim" } + ], + "definition": "The location where the encounter takes place." + }, + { + "path": "Encounter.location.status", + "min": 0, + "definition": "The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time.", + "short": "planned | active | reserved | completed", + "mapping": [ + { "map": ".role.statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterLocationStatus" + } + ], + "description": "The status of the location." + }, + "max": "1", + "id": "Encounter.location.status", + "comment": "When the patient is no longer active at a location, then the period end date is entered, and the status may be changed to completed." + }, + { + "path": "Encounter.location.physicalType", + "min": 0, + "definition": "This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.", + "short": "The physical type of the location (usually the level in the location hierachy - bed room ward etc.)", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-physical-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PhysicalType" + } + ], + "description": "Physical form of the location." + }, + "max": "1", + "id": "Encounter.location.physicalType", + "comment": "This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query.\n\nThere may be many levels in the hierachy, and this may only pic specific levels that are required for a specific usage scenario." + }, + { + "id": "Encounter.location.period", + "max": "1", + "min": 0, + "path": "Encounter.location.period", + "type": [{ "code": "Period" }], + "short": "Time period during which the patient was present at the location", + "mapping": [{ "map": ".time", "identity": "rim" }], + "definition": "Time period during which the patient was present at the location." + }, + { + "id": "Encounter.serviceProvider", + "max": "1", + "min": 0, + "path": "Encounter.serviceProvider", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "The organization (facility) responsible for this encounter", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "PL.6 & PL.1", "identity": "v2" }, + { + "map": ".particiaption[typeCode=PFM].role", + "identity": "rim" + } + ], + "definition": "The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation. Refer to the example bundle showing an abbreviated set of Encounters for a colonoscopy." + }, + { + "path": "Encounter.partOf", + "min": 0, + "definition": "Another Encounter of which this encounter is a part of (administratively or in time).", + "short": "Another Encounter this encounter is part of", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=COMP, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "Encounter.partOf", + "comment": "This is also used for associating a child's encounter back to the mother's encounter.\r\rRefer to the Notes section in the Patient resource for further details." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: Who What When Where Why - Common pattern for all resources that deals with attribution.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/FiveWs/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "4.0.1", + "name": "FiveWs", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "FiveWs", + "resourceType": "StructureDefinition", + "title": "fivews", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "FiveWs", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/FiveWs", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FiveWs", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The details of a healthcare service available at a location.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/HealthcareService/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "HealthcareService", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "HealthcareService", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "HealthcareService", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HealthcareService", + "differential": { + "element": [ + { + "id": "HealthcareService", + "max": "*", + "min": 0, + "path": "HealthcareService", + "short": "The details of a healthcare service available at a location", + "mapping": [ + { + "map": "act[classCode=ACT][moodCode=DEF]", + "identity": "rim" + } + ], + "definition": "The details of a healthcare service available at a location." + }, + { + "path": "HealthcareService.identifier", + "min": 0, + "definition": "External identifiers for this item.", + "short": "External identifiers for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "HealthcareService.identifier", + "isSummary": true + }, + { + "path": "HealthcareService.active", + "min": 0, + "definition": "This flag is used to mark the record to not be used. This is not used when a center is closed for maintenance, or for holidays, the notAvailable period is to be used for this.", + "isModifier": true, + "short": "Whether this HealthcareService record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "HealthcareService.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "HealthcareService.providedBy", + "min": 0, + "definition": "The organization that provides this healthcare service.", + "short": "Organization that provides this service", + "mapping": [ + { + "map": ".scopingRole.Organization", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "HealthcareService.providedBy", + "comment": "This property is recommended to be the same as the Location's managingOrganization, and if not provided should be interpreted as such. If the Location does not have a managing Organization, then this property should be populated.", + "isSummary": true + }, + { + "path": "HealthcareService.category", + "min": 0, + "definition": "Identifies the broad category of service being performed or delivered.", + "short": "Broad category of service being performed or delivered", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ], + "description": "A category of the service(s) that could be provided." + }, + "alias": ["service category"], + "max": "*", + "id": "HealthcareService.category", + "comment": "Selecting a Service Category then determines the list of relevant service types that can be selected in the primary service type.", + "isSummary": true + }, + { + "path": "HealthcareService.type", + "min": 0, + "definition": "The specific type of service that may be delivered or performed.", + "short": "Type of service that may be delivered or performed", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "alias": ["service type"], + "max": "*", + "id": "HealthcareService.type", + "isSummary": true + }, + { + "path": "HealthcareService.specialty", + "min": 0, + "definition": "Collection of specialties handled by the service site. This is more of a medical term.", + "short": "Specialties handled by the HealthcareService", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-specialty" + } + ], + "description": "A specialty that a healthcare service may provide." + }, + "max": "*", + "id": "HealthcareService.specialty", + "isSummary": true + }, + { + "path": "HealthcareService.location", + "min": 0, + "definition": "The location(s) where this healthcare service may be provided.", + "short": "Location(s) where service may be provided", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".location.role[classCode=SDLOC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "HealthcareService.location", + "isSummary": true + }, + { + "path": "HealthcareService.name", + "min": 0, + "definition": "Further description of the service as it would be presented to a consumer while searching.", + "short": "Description of service as presented to a consumer while searching", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "HealthcareService.name", + "isSummary": true + }, + { + "path": "HealthcareService.comment", + "min": 0, + "definition": "Any additional description of the service and/or any specific issues not covered by the other attributes, which can be displayed as further detail under the serviceName.", + "short": "Additional description and/or any specific issues not covered elsewhere", + "mapping": [ + { + "map": ".location.role[classCode=SDLOC].desc", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "HealthcareService.comment", + "comment": "Would expect that a user would not see this information on a search results, and it would only be available when viewing the complete details of the service.", + "isSummary": true + }, + { + "id": "HealthcareService.extraDetails", + "max": "1", + "min": 0, + "path": "HealthcareService.extraDetails", + "type": [{ "code": "markdown" }], + "short": "Extra details about the service that can't be placed in the other fields", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].text", + "identity": "rim" + } + ], + "definition": "Extra details about the service that can't be placed in the other fields." + }, + { + "path": "HealthcareService.photo", + "min": 0, + "definition": "If there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.", + "short": "Facilitates quick identification of the service", + "mapping": [ + { + "map": ".actrelationship[typeCode=SBJ].observation.value", + "identity": "rim" + } + ], + "type": [{ "code": "Attachment" }], + "max": "1", + "id": "HealthcareService.photo", + "isSummary": true + }, + { + "path": "HealthcareService.telecom", + "min": 0, + "definition": "List of contacts related to this specific healthcare service.", + "short": "Contacts related to the healthcare service", + "mapping": [{ "map": ".telecom", "identity": "rim" }], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "HealthcareService.telecom", + "comment": "If this is empty, then refer to the location's contacts." + }, + { + "path": "HealthcareService.coverageArea", + "min": 0, + "definition": "The location(s) that this service is available to (not where the service is provided).", + "short": "Location(s) service is intended for/available to", + "mapping": [ + { + "map": ".location.role[classCode=SDLOC].subjectOf.A_SpatialCoordinate", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "HealthcareService.coverageArea", + "comment": "The locations referenced by the coverage area can include both specific locations, including areas, and also conceptual domains too (mode = kind), such as a physical area (tri-state area) and some other attribute (covered by Example Care Organization). These types of Locations are often not managed by any specific organization. This could also include generic locations such as \"in-home\"." + }, + { + "path": "HealthcareService.serviceProvisionCode", + "min": 0, + "definition": "The code(s) that detail the conditions under which the healthcare service is available/offered.", + "short": "Conditions under which service is available/offered", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-provision-conditions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProvisionConditions" + } + ], + "description": "The code(s) that detail the conditions under which the healthcare service is available/offered." + }, + "max": "*", + "id": "HealthcareService.serviceProvisionCode", + "comment": "The provision means being commissioned by, contractually obliged or financially sourced. Types of costings that may apply to this healthcare service, such if the service may be available for free, some discounts available, or fees apply." + }, + { + "id": "HealthcareService.eligibility", + "max": "*", + "min": 0, + "path": "HealthcareService.eligibility", + "type": [{ "code": "BackboneElement" }], + "short": "Specific eligibility requirements required to use the service", + "definition": "Does this service have specific eligibility requirements that need to be met in order to use the service?" + }, + { + "path": "HealthcareService.eligibility.code", + "min": 0, + "definition": "Coded value for the eligibility.", + "short": "Coded value for the eligibility", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceEligibility" + } + ], + "description": "Coded values underwhich a specific service is made available." + }, + "max": "1", + "id": "HealthcareService.eligibility.code" + }, + { + "path": "HealthcareService.eligibility.comment", + "min": 0, + "definition": "Describes the eligibility conditions for the service.", + "short": "Describes the eligibility conditions for the service", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT].text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "HealthcareService.eligibility.comment", + "comment": "The description of service eligibility should, in general, not exceed one or two paragraphs. It should be sufficient for a prospective consumer to determine if they are likely to be eligible or not. Where eligibility requirements and conditions are complex, it may simply be noted that an eligibility assessment is required. Where eligibility is determined by an outside source, such as an Act of Parliament, this should be noted, preferably with a reference to a commonly available copy of the source document such as a web page." + }, + { + "path": "HealthcareService.program", + "min": 0, + "definition": "Programs that this service is applicable to.", + "short": "Programs that this service is applicable to", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Program" + } + ], + "description": "Government or local programs that this service applies to." + }, + "max": "*", + "id": "HealthcareService.program", + "comment": "Programs are often defined externally to an Organization, commonly by governments; e.g. Home and Community Care Programs, Homeless Program, …." + }, + { + "path": "HealthcareService.characteristic", + "min": 0, + "definition": "Collection of characteristics (attributes).", + "short": "Collection of characteristics (attributes)", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceCharacteristic" + } + ], + "description": "A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy)." + }, + "max": "*", + "id": "HealthcareService.characteristic", + "comment": "These could be such things as is wheelchair accessible." + }, + { + "path": "HealthcareService.communication", + "min": 0, + "definition": "Some services are specifically made available in multiple languages, this property permits a directory to declare the languages this is offered in. Typically this is only provided where a service operates in communities with mixed languages used.", + "short": "The language that this service is offered in", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "*", + "id": "HealthcareService.communication", + "comment": "When using this property it indicates that the service is available with this language, it is not derived from the practitioners, and not all are required to use this language, just that this language is available while scheduling." + }, + { + "path": "HealthcareService.referralMethod", + "min": 0, + "definition": "Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required.", + "short": "Ways that the service accepts referrals", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-referral-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferralMethod" + } + ], + "description": "The methods of referral can be used when referring to a specific HealthCareService resource." + }, + "max": "*", + "id": "HealthcareService.referralMethod" + }, + { + "id": "HealthcareService.appointmentRequired", + "max": "1", + "min": 0, + "path": "HealthcareService.appointmentRequired", + "type": [{ "code": "boolean" }], + "short": "If an appointment is required for access to this service", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "definition": "Indicates whether or not a prospective consumer will require an appointment for a particular service at a site to be provided by the Organization. Indicates if an appointment is required for access to this service." + }, + { + "path": "HealthcareService.availableTime", + "min": 0, + "definition": "A collection of times that the Service Site is available.", + "short": "Times the Service Site is available", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "HealthcareService.availableTime", + "comment": "More detailed availability information may be provided in associated Schedule/Slot resources." + }, + { + "path": "HealthcareService.availableTime.daysOfWeek", + "min": 0, + "definition": "Indicates which days of the week are available between the start and end Times.", + "short": "mon | tue | wed | thu | fri | sat | sun", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DaysOfWeek" + } + ], + "description": "The days of the week." + }, + "max": "*", + "id": "HealthcareService.availableTime.daysOfWeek" + }, + { + "id": "HealthcareService.availableTime.allDay", + "max": "1", + "min": 0, + "path": "HealthcareService.availableTime.allDay", + "type": [{ "code": "boolean" }], + "short": "Always available? e.g. 24 hour service", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Is this always available? (hence times are irrelevant) e.g. 24 hour service." + }, + { + "path": "HealthcareService.availableTime.availableStartTime", + "min": 0, + "definition": "The opening time of day. Note: If the AllDay flag is set, then this time is ignored.", + "short": "Opening time of day (ignored if allDay = true)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "1", + "id": "HealthcareService.availableTime.availableStartTime", + "comment": "The time zone is expected to be for where this HealthcareService is provided at." + }, + { + "path": "HealthcareService.availableTime.availableEndTime", + "min": 0, + "definition": "The closing time of day. Note: If the AllDay flag is set, then this time is ignored.", + "short": "Closing time of day (ignored if allDay = true)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "1", + "id": "HealthcareService.availableTime.availableEndTime", + "comment": "The time zone is expected to be for where this HealthcareService is provided at." + }, + { + "id": "HealthcareService.notAvailable", + "max": "*", + "min": 0, + "path": "HealthcareService.notAvailable", + "type": [{ "code": "BackboneElement" }], + "short": "Not available during this time due to provided reason", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "The HealthcareService is not available during this period of time due to the provided reason." + }, + { + "id": "HealthcareService.notAvailable.description", + "max": "1", + "min": 1, + "path": "HealthcareService.notAvailable.description", + "type": [{ "code": "string" }], + "short": "Reason presented to the user explaining why time not available", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "The reason that can be presented to the user as to why this time is not available." + }, + { + "id": "HealthcareService.notAvailable.during", + "max": "1", + "min": 0, + "path": "HealthcareService.notAvailable.during", + "type": [{ "code": "Period" }], + "short": "Service not available from this date", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Service is not available (seasonally or for a public holiday) from this date." + }, + { + "id": "HealthcareService.availabilityExceptions", + "max": "1", + "min": 0, + "path": "HealthcareService.availabilityExceptions", + "type": [{ "code": "string" }], + "short": "Description of availability exceptions", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "A description of site availability exceptions, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as details in the available Times and not available Times." + }, + { + "id": "HealthcareService.endpoint", + "max": "*", + "min": 0, + "path": "HealthcareService.endpoint", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "short": "Technical endpoints providing access to electronic services operated for the healthcare service", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "Technical endpoints providing access to services operated for the specific healthcare services defined at this resource." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifies how the ElementDefinition data type is used when it appears within a data element", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-de/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "DataElement constraint on ElementDefinition data type", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + }, + { + "uri": "http://ihe.net/data-element-exchange", + "name": "IHE Data Element Exchange (DEX)", + "identity": "dex" + }, + { + "uri": "http://loinc.org", + "name": "LOINC code for the element", + "identity": "loinc" + } + ], + "abstract": false, + "type": "ElementDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "elementdefinition-de", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-de", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-de", + "differential": { + "element": [ + { + "id": "ElementDefinition", + "max": "*", + "min": 0, + "path": "ElementDefinition" + }, + { + "id": "ElementDefinition.extension:Question", + "max": "*", + "min": 0, + "path": "ElementDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/elementdefinition-question" + ] + } + ], + "sliceName": "Question" + }, + { + "id": "ElementDefinition.extension:AllowedUnits", + "max": "1", + "min": 0, + "path": "ElementDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" + ] + } + ], + "sliceName": "AllowedUnits" + }, + { + "id": "ElementDefinition.representation", + "max": "0", + "min": 0, + "path": "ElementDefinition.representation" + }, + { + "id": "ElementDefinition.slicing", + "max": "0", + "min": 0, + "path": "ElementDefinition.slicing" + }, + { + "id": "ElementDefinition.short", + "max": "0", + "min": 0, + "path": "ElementDefinition.short" + }, + { + "id": "ElementDefinition.contentReference", + "max": "0", + "min": 0, + "path": "ElementDefinition.contentReference" + }, + { + "id": "ElementDefinition.type", + "path": "ElementDefinition.type" + }, + { + "id": "ElementDefinition.type.profile", + "max": "0", + "min": 0, + "path": "ElementDefinition.type.profile" + }, + { + "id": "ElementDefinition.type.aggregation", + "max": "0", + "min": 0, + "path": "ElementDefinition.type.aggregation" + }, + { + "id": "ElementDefinition.defaultValue[x]", + "path": "ElementDefinition.defaultValue[x]", + "comment": "... This element should only be used on child elements of complex data elements." + }, + { + "id": "ElementDefinition.meaningWhenMissing", + "path": "ElementDefinition.meaningWhenMissing", + "comment": "... This element should only be used on child elements of complex data elements." + }, + { + "id": "ElementDefinition.fixed[x]", + "max": "0", + "min": 0, + "path": "ElementDefinition.fixed[x]" + }, + { + "id": "ElementDefinition.pattern[x]", + "max": "0", + "min": 0, + "path": "ElementDefinition.pattern[x]" + }, + { + "id": "ElementDefinition.isModifier", + "max": "0", + "min": 0, + "path": "ElementDefinition.isModifier" + }, + { + "id": "ElementDefinition.isSummary", + "max": "0", + "min": 0, + "path": "ElementDefinition.isSummary" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ElementDefinition" + }, + { + "description": "True or False indicating whether the data was encrypted.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "Encrypted", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-Encrypted", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-Encrypted", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Encrypted state", + "comment": "If there was a mix of encrypted and non-encrypted data, then create two AuditEvents.", + "mapping": [{ "map": "Encrypted", "identity": "dicom" }], + "definition": "True or False indicating whether the data was encrypted." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-Encrypted" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for base64Binary Type: A stream of bytes", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/base64Binary/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "base64Binary", + "abstract": false, + "type": "base64Binary", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "base64Binary", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/base64Binary", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/base64Binary", + "differential": { + "element": [ + { + "id": "base64Binary", + "max": "*", + "min": 0, + "path": "base64Binary", + "short": "Primitive Type base64Binary", + "comment": "A stream of bytes, base64 encoded", + "definition": "A stream of bytes" + }, + { + "id": "base64Binary.value", + "max": "1", + "min": 0, + "path": "base64Binary.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "base64Binary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "(\\s*([0-9a-zA-Z\\+/=]){4}\\s*)+" + } + ] + } + ], + "short": "Primitive value for base64Binary", + "definition": "Primitive value for base64Binary", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Knowledge-based comments on the effect of the sequence on patient's condition/medication reaction.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Analysis", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "DiagnosticReport-geneticsAnalysis", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-geneticsAnalysis", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Analysis", + "definition": "Knowledge-based comments on the effect of the sequence on patient's condition/medication reaction." + }, + { + "id": "Extension.extension:type", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Analysis type", + "sliceName": "type", + "definition": "Type of the analysis. E.g. for a drug, what is being analyzed - efficacy, reaction, the drug's effect on the user's metabolism, etc." + }, + { + "id": "Extension.extension:type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "type" + }, + { + "id": "Extension.extension:type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:interpretation", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Analysis interpretation", + "sliceName": "interpretation", + "definition": "Interpretation of the sequence's effect on the patient's condition or reaction to a medication." + }, + { + "id": "Extension.extension:interpretation.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:interpretation.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "interpretation" + }, + { + "id": "Extension.extension:interpretation.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This encounter occurs within the scope of the referenced encounter.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "associatedEncounter", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "associatedEncounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-associatedEncounter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter", + "context": [{ "type": "element", "expression": "Encounter" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-associatedEncounter", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Associated Encounter", + "definition": "This encounter occurs within the scope of the referenced encounter." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/encounter-associatedEncounter" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A result of the condition. The \"Cause of death\" for a patient is typically captured as an Observation. The \"outcome\" doesn't imply causality. Some outcomes might not be assessable until the condition.clinicalStatus is no longer active.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/condition-outcome/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "outcome", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-outcome", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-outcome", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-outcome", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A consequence of the Condition", + "definition": "A result of the condition. The \"Cause of death\" for a patient is typically captured as an Observation. The \"outcome\" doesn't imply causality. Some outcomes might not be assessable until the condition.clinicalStatus is no longer active." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/condition-outcome" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionOutcome" + } + ], + "description": "Codes that describe the assessed outcome of the condition." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Significant health conditions for a person related to the patient relevant in the context of care for the patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "FamilyMemberHistory", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "FamilyMemberHistory", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "FamilyMemberHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/FamilyMemberHistory", + "differential": { + "element": [ + { + "id": "FamilyMemberHistory", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory", + "short": "Information about patient's relatives, relevant for patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "Not in scope for v2", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "constraint": [ + { + "key": "fhs-2", + "human": "Can only have estimatedAge if age[x] is present", + "xpath": "exists(*[starts-with(local-name(.), 'age')]) or not(exists(f:estimatedAge))", + "severity": "error", + "expression": "age.exists() or estimatedAge.empty()" + }, + { + "key": "fhs-1", + "human": "Can have age[x] or born[x], but not both", + "xpath": "not (*[starts-with(local-name(.), 'age')] and *[starts-with(local-name(.), 'birth')])", + "severity": "error", + "expression": "age.empty() or born.empty()" + } + ], + "definition": "Significant health conditions for a person related to the patient relevant in the context of care for the patient." + }, + { + "path": "FamilyMemberHistory.identifier", + "requirements": "Allows identification of the family member history as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "External Id(s) for this record", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "FamilyMemberHistory.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "max": "*", + "id": "FamilyMemberHistory.instantiatesCanonical", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "FamilyMemberHistory.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.status", + "min": 1, + "definition": "A code specifying the status of the record of the family history of a specific family member.", + "isModifier": true, + "short": "partial | completed | entered-in-error | health-unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/history-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryStatus" + } + ], + "description": "A code that identifies the status of the family history record." + }, + "max": "1", + "id": "FamilyMemberHistory.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.dataAbsentReason", + "requirements": "This is a separate element to allow it to have a distinct binding from reasonCode.", + "min": 0, + "definition": "Describes why the family member's history is not available.", + "short": "subject-unknown | withheld | unable-to-obtain | deferred", + "mapping": [{ "map": ".reasonCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/history-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryAbsentReason" + } + ], + "description": "Codes describing the reason why a family member's history is not available." + }, + "max": "1", + "id": "FamilyMemberHistory.dataAbsentReason", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.patient", + "min": 1, + "definition": "The person who this history concerns.", + "short": "Patient history is about", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "alias": ["Proband"], + "max": "1", + "id": "FamilyMemberHistory.patient", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.date", + "requirements": "Allows determination of how current the summary is.", + "min": 0, + "definition": "The date (and possibly time) when the family member history was recorded or last updated.", + "short": "When history was recorded or last updated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "FamilyMemberHistory.date", + "comment": "This should be captured even if the same as the date on the List aggregating the full family history.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.name", + "requirements": "Allows greater ease in ensuring the same person is being talked about.", + "min": 0, + "definition": "This will either be a name or a description; e.g. \"Aunt Susan\", \"my cousin with the red hair\".", + "short": "The family member described", + "mapping": [{ "map": "name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "FamilyMemberHistory.name", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.relationship", + "min": 1, + "definition": "The type of relationship this person has to the patient (father, mother, brother etc.).", + "short": "Relationship to the subject", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilialRelationship" + } + ], + "description": "The nature of the relationship between the patient and the related person being described in the family member history." + }, + "max": "1", + "id": "FamilyMemberHistory.relationship", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.sex", + "requirements": "Not all relationship codes imply sex and the relative's sex can be relevant for risk assessments.", + "min": 0, + "definition": "The birth sex of the family member.", + "short": "male | female | other | unknown", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Sex" + } + ], + "description": "Codes describing the sex assigned at birth as documented on the birth registration." + }, + "max": "1", + "id": "FamilyMemberHistory.sex", + "comment": "This element should ideally reflect whether the individual is genetically male or female. However, as reported information based on the knowledge of the patient or reporting friend/relative, there may be situations where the reported sex might not be totally accurate. E.g. 'Aunt Sue' might be XY rather than XX. Questions soliciting this information should be phrased to encourage capture of genetic sex where known. However, systems performing analysis should also allow for the possibility of imprecision with this element.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.born[x]", + "requirements": "Allows calculation of the relative's age.", + "min": 0, + "definition": "The actual or approximate date of birth of the relative.", + "short": "(approximate) date of birth", + "mapping": [ + { + "map": "player[classCode=LIV, determinerCode=INSTANCE]. birthDate (could be URG)", + "identity": "rim" + } + ], + "type": [ + { "code": "Period" }, + { "code": "date" }, + { "code": "string" } + ], + "max": "1", + "id": "FamilyMemberHistory.born[x]", + "condition": ["fhs-1"] + }, + { + "path": "FamilyMemberHistory.age[x]", + "requirements": "While age can be calculated from date of birth, sometimes recording age directly is more natural for clinicians.", + "min": 0, + "definition": "The age of the relative at the time the family member history is recorded.", + "short": "(approximate) age", + "mapping": [ + { + "map": "participation[typeCode=SBJ].act[classCode=OBS,moodCode=EVN, code=\"age\"].value", + "identity": "rim" + } + ], + "type": [ + { "code": "Age" }, + { "code": "Range" }, + { "code": "string" } + ], + "max": "1", + "id": "FamilyMemberHistory.age[x]", + "condition": ["fhs-1"], + "comment": "use estimatedAge to indicate whether the age is actual or not.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.estimatedAge", + "requirements": "Clinicians often prefer to specify an estimaged age rather than an age range.", + "min": 0, + "definition": "If true, indicates that the age value specified is an estimated value.", + "short": "Age is estimated?", + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "It is unknown whether the age is an estimate or not", + "max": "1", + "id": "FamilyMemberHistory.estimatedAge", + "condition": ["fhs-2"], + "comment": "This element is labeled as a modifier because the fact that age is estimated can/should change the results of any algorithm that calculates based on the specified age.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.deceased[x]", + "min": 0, + "definition": "Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.", + "short": "Dead? How old/when?", + "mapping": [ + { + "map": "player[classCode=LIV, determinerCode=INSTANCE].deceasedInd, deceasedDate (could be URG) For age, you'd hang an observation off the role", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "Age" }, + { "code": "Range" }, + { "code": "date" }, + { "code": "string" } + ], + "max": "1", + "id": "FamilyMemberHistory.deceased[x]", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.reasonCode", + "min": 0, + "definition": "Describes why the family member history occurred in coded or textual form.", + "short": "Why was family member history performed?", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryReason" + } + ], + "description": "Codes indicating why the family member history was done." + }, + "max": "*", + "id": "FamilyMemberHistory.reasonCode", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.reasonReference", + "min": 0, + "definition": "Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.", + "short": "Why was family member history performed?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "FamilyMemberHistory.reasonReference", + "isSummary": true + }, + { + "id": "FamilyMemberHistory.note", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.note", + "type": [{ "code": "Annotation" }], + "short": "General note about related person", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=ActCode#ANNGEN].value", + "identity": "rim" + } + ], + "definition": "This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible." + }, + { + "id": "FamilyMemberHistory.condition", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.condition", + "type": [{ "code": "BackboneElement" }], + "short": "Condition that the related person had", + "mapping": [ + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=ActCode#ASSERTION, value 1", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SectionEntryOrder" + } + ], + "description": "What order applies to the items in the entry." + }, + "max": "1", + "id": "Composition.section.orderedBy", + "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order." + }, + { + "path": "Composition.section.entry", + "min": 0, + "definition": "A reference to the actual resource from which the narrative in the section is derived.", + "short": "A reference to data that supports this section", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP] or .participation[typeCode=SBJ]", + "identity": "rim" + }, + { "map": ".entry", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "Composition.section.entry", + "condition": ["cmp-2"], + "comment": "If there are no entries in the list, an emptyReason SHOULD be provided." + }, + { + "path": "Composition.section.emptyReason", + "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.", + "min": 0, + "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.", + "short": "Why the section is empty", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ,code Any \n* ValueSet -> expansion \n* OperationDefinition -> Parameters \n* Questionnaire -> QuestionnaireResponse.", + "definition": "If true or a reference, indicates the resource is an example instance. If a reference is present, indicates that the example is an example of the specified profile." + }, + { + "id": "ImplementationGuide.definition.resource.groupingId", + "max": "1", + "min": 0, + "path": "ImplementationGuide.definition.resource.groupingId", + "type": [{ "code": "id" }], + "short": "Grouping this is part of", + "comment": "This must correspond to a package.id element within this implementation guide.", + "definition": "Reference to the id of the grouping this resource appears in." + }, + { + "id": "ImplementationGuide.definition.page", + "max": "1", + "min": 0, + "path": "ImplementationGuide.definition.page", + "type": [{ "code": "BackboneElement" }], + "short": "Page/Section in the Guide", + "comment": "Pages automatically become sections if they have sub-pages. By convention, the home page is called index.html.", + "definition": "A page / section in the implementation guide. The root page is the implementation guide home page." + }, + { + "id": "ImplementationGuide.definition.page.name[x]", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.page.name[x]", + "type": [ + { "code": "url" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ] + } + ], + "short": "Where to find that page", + "comment": "The publishing tool will autogenerate source for list (source = n/a) and inject included implementations for include (source = uri of guide to include).", + "definition": "The source address for the page." + }, + { + "id": "ImplementationGuide.definition.page.title", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.page.title", + "type": [{ "code": "string" }], + "short": "Short title shown for navigational assistance", + "definition": "A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc." + }, + { + "id": "ImplementationGuide.definition.page.generation", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.page.generation", + "type": [{ "code": "code" }], + "short": "html | markdown | xml | generated", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-page-generation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuidePageGeneration" + } + ], + "description": "A code that indicates how the page is generated." + }, + "definition": "A code that indicates how the page is generated." + }, + { + "id": "ImplementationGuide.definition.page.page", + "max": "*", + "min": 0, + "path": "ImplementationGuide.definition.page.page", + "short": "Nested Pages / Sections", + "comment": "The implementation guide breadcrumbs are generated from this structure.", + "definition": "Nested Pages/Sections under this page.", + "contentReference": "#ImplementationGuide.definition.page" + }, + { + "id": "ImplementationGuide.definition.parameter", + "max": "*", + "min": 0, + "path": "ImplementationGuide.definition.parameter", + "type": [{ "code": "BackboneElement" }], + "short": "Defines how IG is built by tools", + "definition": "Defines how IG is built by tools." + }, + { + "id": "ImplementationGuide.definition.parameter.code", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.parameter.code", + "type": [{ "code": "code" }], + "short": "apply | path-resource | path-pages | path-tx-cache | expansion-parameter | rule-broken-links | generate-xml | generate-json | generate-turtle | html-template", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-parameter-code|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuideParameterCode" + } + ], + "description": "Code of parameter that is input to the guide." + }, + "definition": "apply | path-resource | path-pages | path-tx-cache | expansion-parameter | rule-broken-links | generate-xml | generate-json | generate-turtle | html-template." + }, + { + "id": "ImplementationGuide.definition.parameter.value", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.parameter.value", + "type": [{ "code": "string" }], + "short": "Value for named type", + "definition": "Value for named type." + }, + { + "id": "ImplementationGuide.definition.template", + "max": "*", + "min": 0, + "path": "ImplementationGuide.definition.template", + "type": [{ "code": "BackboneElement" }], + "short": "A template for building resources", + "definition": "A template for building resources." + }, + { + "id": "ImplementationGuide.definition.template.code", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.template.code", + "type": [{ "code": "code" }], + "short": "Type of template specified", + "definition": "Type of template specified." + }, + { + "id": "ImplementationGuide.definition.template.source", + "max": "1", + "min": 1, + "path": "ImplementationGuide.definition.template.source", + "type": [{ "code": "string" }], + "short": "The source location for the template", + "definition": "The source location for the template." + }, + { + "id": "ImplementationGuide.definition.template.scope", + "max": "1", + "min": 0, + "path": "ImplementationGuide.definition.template.scope", + "type": [{ "code": "string" }], + "short": "The scope in which the template applies", + "definition": "The scope in which the template applies." + }, + { + "id": "ImplementationGuide.manifest", + "max": "1", + "min": 0, + "path": "ImplementationGuide.manifest", + "type": [{ "code": "BackboneElement" }], + "short": "Information about an assembled IG", + "definition": "Information about an assembled implementation guide, created by the publication tooling." + }, + { + "id": "ImplementationGuide.manifest.rendering", + "max": "1", + "min": 0, + "path": "ImplementationGuide.manifest.rendering", + "type": [{ "code": "url" }], + "short": "Location of rendered implementation guide", + "isSummary": true, + "definition": "A pointer to official web page, PDF or other rendering of the implementation guide." + }, + { + "path": "ImplementationGuide.manifest.resource", + "min": 1, + "definition": "A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.", + "short": "Resource in the implementation guide", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ManifestResource" + } + ], + "max": "*", + "id": "ImplementationGuide.manifest.resource", + "isSummary": true + }, + { + "path": "ImplementationGuide.manifest.resource.reference", + "min": 1, + "definition": "Where this resource is found.", + "short": "Location of the resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "ImplementationGuide.manifest.resource.reference", + "comment": "Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.", + "isSummary": true + }, + { + "id": "ImplementationGuide.manifest.resource.example[x]", + "max": "1", + "min": 0, + "path": "ImplementationGuide.manifest.resource.example[x]", + "type": [ + { "code": "boolean" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Is an example/What is this an example of?", + "comment": "Typically, conformance resources and knowledge resources are directly part of the implementation guide, with their normal meaning, and patient linked resources are usually examples. However this is not always true.", + "definition": "If true or a reference, indicates the resource is an example instance. If a reference is present, indicates that the example is an example of the specified profile." + }, + { + "id": "ImplementationGuide.manifest.resource.relativePath", + "max": "1", + "min": 0, + "path": "ImplementationGuide.manifest.resource.relativePath", + "type": [{ "code": "url" }], + "short": "Relative path for page in IG", + "comment": "Appending 'rendering' + \"/\" + this should resolve to the resource page.", + "definition": "The relative path for primary page for this resource within the IG." + }, + { + "path": "ImplementationGuide.manifest.page", + "requirements": "Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "Information about a page within the IG.", + "short": "HTML page within the parent IG", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ManifestPage" + } + ], + "max": "*", + "id": "ImplementationGuide.manifest.page" + }, + { + "id": "ImplementationGuide.manifest.page.name", + "max": "1", + "min": 1, + "path": "ImplementationGuide.manifest.page.name", + "type": [{ "code": "string" }], + "short": "HTML page name", + "comment": "Appending 'rendering' + \"/\" + this should resolve to the page.", + "definition": "Relative path to the page." + }, + { + "id": "ImplementationGuide.manifest.page.title", + "max": "1", + "min": 0, + "path": "ImplementationGuide.manifest.page.title", + "type": [{ "code": "string" }], + "short": "Title of the page, for references", + "definition": "Label for the page intended for human display.", + "requirements": "Allows generation of labels for markdown-generated hyperlinks." + }, + { + "path": "ImplementationGuide.manifest.page.anchor", + "requirements": "Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "The name of an anchor available on the page.", + "short": "Anchor available on the page", + "type": [{ "code": "string" }], + "max": "*", + "id": "ImplementationGuide.manifest.page.anchor", + "comment": "Appending 'rendering' + \"/\" + page.name + \"#\" + page.anchor should resolve to the anchor." + }, + { + "id": "ImplementationGuide.manifest.image", + "max": "*", + "min": 0, + "path": "ImplementationGuide.manifest.image", + "type": [{ "code": "string" }], + "short": "Image within the IG", + "definition": "Indicates a relative path to an image that exists within the IG.", + "requirements": "Allows validation of image links from a derived IG to this IG without a local copy of the IG." + }, + { + "id": "ImplementationGuide.manifest.other", + "max": "*", + "min": 0, + "path": "ImplementationGuide.manifest.other", + "type": [{ "code": "string" }], + "short": "Additional linkable file in IG", + "definition": "Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG.", + "requirements": "Allows validation of links from a derived IG to this IG without a local copy of the IG." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AllergyIntolerance/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "purpose": "To record a clinical assessment of a propensity, or potential risk to an individual, of an adverse reaction upon future exposure to the specified substance, or class of substance.", + "name": "AllergyIntolerance", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "AllergyIntolerance", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "AllergyIntolerance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AllergyIntolerance", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ait-1", + "human": "AllergyIntolerance.clinicalStatus SHALL be present if verificationStatus is not entered-in-error.", + "xpath": "f:verificationStatus/f:coding/f:code/@value='entered-in-error' or exists(f:clinicalStatus)", + "severity": "error", + "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').exists() or clinicalStatus.exists()" + }, + { + "key": "ait-2", + "human": "AllergyIntolerance.clinicalStatus SHALL NOT be present if verification Status is entered-in-error", + "xpath": "not(f:verificationStatus/f:coding/f:code/@value='entered-in-error') or not(exists(f:clinicalStatus))", + "severity": "error", + "expression": "verificationStatus.coding.where(system = 'http://terminology.hl7.org/CodeSystem/allergyintolerance-verification' and code = 'entered-in-error').empty() or clinicalStatus.empty()" + } + ], + "path": "AllergyIntolerance", + "min": 0, + "definition": "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.", + "short": "Allergy or Intolerance (generally: Risk of adverse reaction to a substance)", + "mapping": [ + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "alias": ["Allergy", "Intolerance", "Adverse Reaction"], + "max": "*", + "id": "AllergyIntolerance", + "comment": "Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings." + }, + { + "path": "AllergyIntolerance.identifier", + "requirements": "Allows identification of the AllergyIntolerance as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "External ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "AllergyIntolerance.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.clinicalStatus", + "min": 0, + "definition": "The clinical status of the allergy or intolerance.", + "isModifier": true, + "short": "active | inactive | resolved", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceClinicalStatus" + } + ], + "description": "The clinical status of the allergy or intolerance." + }, + "max": "1", + "id": "AllergyIntolerance.clinicalStatus", + "condition": ["ait-1", "ait-2"], + "comment": "Refer to [discussion](extensibility.html#Special-Case) if clincalStatus is missing data.\nThe data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "isModifierReason": "This element is labeled as a modifier because the status contains the codes inactive and resolved that mark the AllergyIntolerance as no longer active.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.verificationStatus", + "min": 0, + "definition": "Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product).", + "isModifier": true, + "short": "unconfirmed | confirmed | refuted | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceVerificationStatus" + } + ], + "description": "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance." + }, + "max": "1", + "id": "AllergyIntolerance.verificationStatus", + "condition": ["ait-1", "ait-2"], + "comment": "The data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "isModifierReason": "This element is labeled as a modifier because the status contains the codes refuted and entered-in-error that mark the AllergyIntolerance as not currently valid.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.type", + "min": 0, + "definition": "Identification of the underlying physiological mechanism for the reaction risk.", + "short": "allergy | intolerance - Underlying mechanism (if known)", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "IAM-9", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceType" + } + ], + "description": "Identification of the underlying physiological mechanism for a Reaction Risk." + }, + "alias": ["Category", "Class"], + "max": "1", + "id": "AllergyIntolerance.type", + "comment": "Allergic (typically immune-mediated) reactions have been traditionally regarded as an indicator for potential escalation to significant future risk. Contemporary knowledge suggests that some reactions previously thought to be immune-mediated are, in fact, non-immune, but in some cases can still pose a life threatening risk. It is acknowledged that many clinicians might not be in a position to distinguish the mechanism of a particular reaction. Often the term \"allergy\" is used rather generically and may overlap with the use of \"intolerance\" - in practice the boundaries between these two concepts might not be well-defined or understood. This data element is included nevertheless, because many legacy systems have captured this attribute. Immunologic testing may provide supporting evidence for the basis of the reaction and the causative substance, but no tests are 100% sensitive or specific for sensitivity to a particular substance. If, as is commonly the case, it is unclear whether the reaction is due to an allergy or an intolerance, then the type element should be omitted from the resource.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.category", + "min": 0, + "definition": "Category of the identified substance.", + "short": "food | medication | environment | biologic", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "AL1-2", "identity": "v2" }, + { + "map": "value < IntoleranceValue (Agent)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCategory" + } + ], + "description": "Category of an identified substance associated with allergies or intolerances." + }, + "alias": ["Category", "Type", "Reaction Type", "Class"], + "max": "*", + "id": "AllergyIntolerance.category", + "comment": "This data element has been included because it is currently being captured in some clinical systems. This data can be derived from the substance where coding systems are used, and is effectively redundant in that situation. When searching on category, consider the implications of AllergyIntolerance resources without a category. For example, when searching on category = medication, medication allergies that don't have a category valued will not be returned. Refer to [search](search.html) for more information on how to search category with a :missing modifier to get allergies that don't have a category. Additionally, category should be used with caution because category can be subjective based on the sender.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.criticality", + "min": 0, + "definition": "Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.", + "short": "low | high | unable-to-assess", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "AL1-4", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCriticality" + } + ], + "description": "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance." + }, + "alias": [ + "Severity", + "Seriousness", + "Contra-indication", + "Risk" + ], + "max": "1", + "id": "AllergyIntolerance.criticality", + "comment": "The default criticality value for any propensity to an adverse reaction should be 'Low Risk', indicating at the very least a relative contraindication to deliberate or voluntary exposure to the substance. 'High Risk' is flagged if the clinician has identified a propensity for a more serious or potentially life-threatening reaction, such as anaphylaxis, and implies an absolute contraindication to deliberate or voluntary exposure to the substance. If this element is missing, the criticality is unknown (though it may be known elsewhere). Systems that capture a severity at the condition level are actually representing the concept of criticality whereas the severity documented at the reaction level is representing the true reaction severity. Existing systems that are capturing both condition criticality and reaction severity may use the term \"severity\" to represent both. Criticality is the worst it could be in the future (i.e. situation-agnostic) whereas severity is situation-dependent.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.code", + "min": 0, + "definition": "Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., \"Latex\"), an allergy or intolerance condition (e.g., \"Latex allergy\"), or a negated/excluded code for a specific substance or class (e.g., \"No latex allergy\") or a general or categorical negated statement (e.g., \"No known allergy\", \"No known drug allergies\"). Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", + "short": "Code that identifies the allergy or intolerance", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "AL1-3 / IAM-3", "identity": "v2" }, + { + "map": "substance/product:\r\r.participation[typeCode=CAGNT].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rnegated/excluded substance/product:\r\r.participation[typeCode=CAGNT, negationInd=true].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rpositive or negated/excluded condition/situation:\r\rObservation.code=ASSERTION; Observation.value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCode" + } + ], + "description": "Type of the substance/product, allergy or intolerance condition, or negation/exclusion codes for reporting no known allergies." + }, + "alias": ["Code"], + "max": "1", + "id": "AllergyIntolerance.code", + "comment": "It is strongly recommended that this element be populated using a terminology, where possible. For example, some terminologies used include RxNorm, SNOMED CT, DM+D, NDFRT, ICD-9, IDC-10, UNII, and ATC. Plain text should only be used if there is no appropriate terminology available. Additional details can be specified in the text.\r\rWhen a substance or product code is specified for the 'code' element, the \"default\" semantic context is that this is a positive statement of an allergy or intolerance (depending on the value of the 'type' element, if present) condition to the specified substance/product. In the corresponding SNOMED CT allergy model, the specified substance/product is the target (destination) of the \"Causative agent\" relationship.\r\rThe 'substanceExposureRisk' extension is available as a structured and more flexible alternative to the 'code' element for making positive or negative allergy or intolerance statements. This extension provides the capability to make \"no known allergy\" (or \"no risk of adverse reaction\") statements regarding any coded substance/product (including cases when a pre-coordinated \"no allergy to x\" concept for that substance/product does not exist). If the 'substanceExposureRisk' extension is present, the AllergyIntolerance.code element SHALL be omitted.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.patient", + "min": 1, + "definition": "The patient who has the allergy or intolerance.", + "short": "Who the sensitivity is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "(PID-3)", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "alias": ["Patient"], + "max": "1", + "id": "AllergyIntolerance.patient", + "isSummary": true + }, + { + "id": "AllergyIntolerance.encounter", + "max": "1", + "min": 0, + "path": "AllergyIntolerance.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "short": "Encounter when the allergy or intolerance was asserted", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "The encounter when the allergy or intolerance was asserted." + }, + { + "id": "AllergyIntolerance.onset[x]", + "max": "1", + "min": 0, + "path": "AllergyIntolerance.onset[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Range" }, + { "code": "string" } + ], + "short": "When allergy or intolerance was identified", + "mapping": [ + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "effectiveTime.low", "identity": "rim" } + ], + "definition": "Estimated or actual date, date-time, or age when allergy or intolerance was identified." + }, + { + "id": "AllergyIntolerance.recordedDate", + "max": "1", + "min": 0, + "path": "AllergyIntolerance.recordedDate", + "type": [{ "code": "dateTime" }], + "short": "Date first version of the resource instance was recorded", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "IAM-13", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "definition": "The recordedDate represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date." + }, + { + "path": "AllergyIntolerance.recorder", + "min": 0, + "definition": "Individual who recorded the record and takes responsibility for its content.", + "short": "Who recorded the sensitivity", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["Author"], + "max": "1", + "id": "AllergyIntolerance.recorder" + }, + { + "path": "AllergyIntolerance.asserter", + "min": 0, + "definition": "The source of the information about the allergy that is recorded.", + "short": "Source of the information about the allergy", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": "IAM-14 (if patient) / IAM-18 (if practitioner)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=INF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "alias": ["Source", "Informant"], + "max": "1", + "id": "AllergyIntolerance.asserter", + "comment": "The recorder takes responsibility for the content, but can reference the source from where they got it.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.lastOccurrence", + "min": 0, + "definition": "Represents the date and/or time of the last known occurrence of a reaction event.", + "short": "Date(/time) of last known occurrence of a reaction", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "AllergyIntolerance.lastOccurrence", + "comment": "This date may be replicated by one of the Onset of Reaction dates. Where a textual representation of the date of last occurrence is required e.g. 'In Childhood, '10 years ago' the Comment element should be used." + }, + { + "path": "AllergyIntolerance.note", + "min": 0, + "definition": "Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.", + "short": "Additional text not captured in other fields", + "mapping": [ + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "AllergyIntolerance.note", + "comment": "For example: including reason for flagging a seriousness of 'High Risk'; and instructions related to future exposure or administration of the substance, such as administration within an Intensive Care Unit or under corticosteroid cover. The notes should be related to an allergy or intolerance as a condition in general and not related to any particular episode of it. For episode notes and descriptions, use AllergyIntolerance.event.description and AllergyIntolerance.event.notes." + }, + { + "id": "AllergyIntolerance.reaction", + "max": "*", + "min": 0, + "path": "AllergyIntolerance.reaction", + "type": [{ "code": "BackboneElement" }], + "short": "Adverse Reaction Events linked to exposure to substance", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)]", + "identity": "rim" + } + ], + "definition": "Details about each adverse reaction event linked to exposure to the identified substance." + }, + { + "path": "AllergyIntolerance.reaction.substance", + "min": 0, + "definition": "Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", + "short": "Specific substance or pharmaceutical product considered to be responsible for event", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].participation[typeCode=CSM].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceCode" + } + ], + "description": "Codes defining the type of the substance (including pharmaceutical products)." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.substance", + "comment": "Coding of the specific substance (or pharmaceutical product) with a terminology capable of triggering decision support should be used wherever possible. The 'code' element allows for the use of a specific substance or pharmaceutical product, or a group or class of substances. In the case of an allergy or intolerance to a class of substances, (for example, \"penicillins\"), the 'reaction.substance' element could be used to code the specific substance that was identified as having caused the reaction (for example, \"amoxycillin\"). Duplication of the value in the 'code' and 'reaction.substance' elements is acceptable when a specific substance has been recorded in 'code'." + }, + { + "path": "AllergyIntolerance.reaction.manifestation", + "min": 1, + "definition": "Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.", + "short": "Clinical symptoms/signs associated with the Event", + "mapping": [ + { "map": "AL1-5", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Manifestation" + } + ], + "description": "Clinical symptoms and/or signs that are observed or associated with an Adverse Reaction Event." + }, + "alias": ["Symptoms", "Signs"], + "max": "*", + "id": "AllergyIntolerance.reaction.manifestation", + "comment": "Manifestation can be expressed as a single word, phrase or brief description. For example: nausea, rash or no reaction. It is preferable that manifestation should be coded with a terminology, where possible. The values entered here may be used to display on an application screen as part of a list of adverse reactions, as recommended in the UK NHS CUI guidelines. Terminologies commonly used include, but are not limited to, SNOMED CT or ICD10." + }, + { + "path": "AllergyIntolerance.reaction.description", + "min": 0, + "definition": "Text description about the reaction as a whole, including details of the manifestation if required.", + "short": "Description of the event as a whole", + "mapping": [{ "map": "text", "identity": "rim" }], + "type": [{ "code": "string" }], + "alias": ["Narrative", "Text"], + "max": "1", + "id": "AllergyIntolerance.reaction.description", + "comment": "Use the description to provide any details of a particular event of the occurred reaction such as circumstances, reaction specifics, what happened before/after. Information, related to the event, but not describing a particular care should be captured in the comment field. For example: at the age of four, the patient was given penicillin for strep throat and subsequently developed severe hives." + }, + { + "id": "AllergyIntolerance.reaction.onset", + "max": "1", + "min": 0, + "path": "AllergyIntolerance.reaction.onset", + "type": [{ "code": "dateTime" }], + "short": "Date(/time) when manifestations showed", + "mapping": [ + { "map": "AL1-6", "identity": "v2" }, + { "map": "effectiveTime.low", "identity": "rim" } + ], + "definition": "Record of the date and/or time of the onset of the Reaction." + }, + { + "path": "AllergyIntolerance.reaction.severity", + "min": 0, + "definition": "Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.", + "short": "mild | moderate | severe (of event as a whole)", + "mapping": [ + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceSeverity" + } + ], + "description": "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.severity", + "comment": "It is acknowledged that this assessment is very subjective. There may be some specific practice domains where objective scales have been applied. Objective scales can be included in this model as extensions." + }, + { + "path": "AllergyIntolerance.reaction.exposureRoute", + "min": 0, + "definition": "Identification of the route by which the subject was exposed to the substance.", + "short": "How the subject was exposed to the substance", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].routeCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RouteOfAdministration" + } + ], + "description": "A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.exposureRoute", + "comment": "Coding of the route of exposure with a terminology should be used wherever possible." + }, + { + "path": "AllergyIntolerance.reaction.note", + "min": 0, + "definition": "Additional text about the adverse reaction event not captured in other fields.", + "short": "Text about event not captured in other fields", + "mapping": [ + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "AllergyIntolerance.reaction.note", + "comment": "Use this field to record information indirectly related to a particular event and not captured in the description. For example: Clinical records are no longer available, recorded based on information provided to the patient by her mother and her mother is deceased." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Workflow Status is used to represent details of the value set development process while the value set has an Activity Status of Preliminary. The development of a value set often follows a formal workflow process from initiation to completion, and this element carries the state variable for this state machine. The assumption is that when first created a value set would have a workflow state of Draft. Additional workflow states may be used.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "workflowStatus", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-workflowStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-workflowStatus", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Indicates the state of development of the value set", + "comment": "The values that this element may assume include phrases that capture various stages in review and approval. In addition to the minimum of ???Draft???, these include ???Proposed???, ???Approved???, ???Ready to Publish???. There may be additional states defined by different developers. This is an optional element because the use of Activity Status ???Preliminary??? may be sufficient for some implementations.", + "definition": "Workflow Status is used to represent details of the value set development process while the value set has an Activity Status of Preliminary. The development of a value set often follows a formal workflow process from initiation to completion, and this element carries the state variable for this state machine. The assumption is that when first created a value set would have a workflow state of Draft. Additional workflow states may be used.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-workflowStatus" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Goal/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "Goal", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Goal", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Goal", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Goal", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Goal", + "differential": { + "element": [ + { + "id": "Goal", + "max": "*", + "min": 0, + "path": "Goal", + "short": "Describes the intended objective(s) for a patient, group or organization", + "comment": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.", + "mapping": [ + { "map": "GOL.1", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode<=OBJ].", + "identity": "rim" + } + ], + "definition": "Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc." + }, + { + "path": "Goal.identifier", + "requirements": "Allows identification of the goal as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "External Ids for this goal", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Goal.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number." + }, + { + "path": "Goal.lifecycleStatus", + "requirements": "Allows knowing whether goal needs to be further tracked.", + "min": 1, + "definition": "The state of the goal throughout its lifecycle.", + "isModifier": true, + "short": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "GOL-18-goal life cycle status", + "identity": "v2" + }, + { + "map": ".statusCode in-progress = active (classCode = OBJ) cancelled = aborted", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalLifecycleStatus" + } + ], + "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted." + }, + "max": "1", + "id": "Goal.lifecycleStatus", + "comment": "This element is labeled as a modifier because the lifecycleStatus contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Goal.achievementStatus", + "min": 0, + "definition": "Describes the progression, or lack thereof, towards the goal against the target.", + "short": "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", + "mapping": [ + { + "map": ".statusCode achieved = complete sustaining = active", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-achievement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalAchievementStatus" + } + ], + "description": "Indicates the progression, or lack thereof, towards the goal against the target." + }, + "max": "1", + "id": "Goal.achievementStatus", + "isSummary": true + }, + { + "path": "Goal.category", + "requirements": "Allows goals to be filtered and sorted.", + "min": 0, + "definition": "Indicates a category the goal falls within.", + "short": "E.g. Treatment, dietary, behavioral, etc.", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalCategory" + } + ], + "description": "Codes for grouping and sorting goals." + }, + "max": "*", + "id": "Goal.category", + "isSummary": true + }, + { + "path": "Goal.priority", + "requirements": "Used for sorting and presenting goals.", + "min": 0, + "definition": "Identifies the mutually agreed level of importance associated with reaching/sustaining the goal.", + "short": "high-priority | medium-priority | low-priority", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalPriority" + } + ], + "description": "The level of importance associated with a goal." + }, + "max": "1", + "id": "Goal.priority", + "comment": "Extensions are available to track priorities as established by each participant (i.e. Priority from the patient's perspective, different practitioners' perspectives, family member's perspectives)\r\rThe ordinal extension on Coding can be used to convey a numerically comparable ranking to priority. (Keep in mind that different coding systems may use a \"low value=important\".", + "isSummary": true + }, + { + "path": "Goal.description", + "requirements": "Without a description of what's trying to be achieved, element has no purpose.", + "min": 1, + "definition": "Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\".", + "short": "Code or text describing goal", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "GOL-3.2-goal ID.text", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalDescription" + } + ], + "description": "Codes providing the details of a particular goal. This will generally be system or implementation guide-specific. In many systems, only the text element will be used." + }, + "max": "1", + "id": "Goal.description", + "comment": "If no code is available, use CodeableConcept.text.", + "isSummary": true + }, + { + "path": "Goal.subject", + "requirements": "Subject is optional to support annonymized reporting.", + "min": 1, + "definition": "Identifies the patient, group or organization for whom the goal is being established.", + "short": "Who this goal is intended for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-patient ID list", "identity": "v2" }, + { + "map": ".participation[typeCode=PAT].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Goal.subject", + "isSummary": true + }, + { + "path": "Goal.start[x]", + "requirements": "Goals can be established prior to there being an intention to start pursuing them; e.g. Goals for post-surgical recovery established prior to surgery.", + "min": 0, + "definition": "The date or event after which the goal should begin being pursued.", + "short": "When goal pursuit begins", + "mapping": [{ "map": "FiveWs.planned", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalStartEvent" + } + ], + "description": "Codes describing events that can trigger the initiation of a goal." + }, + "max": "1", + "id": "Goal.start[x]", + "isSummary": true + }, + { + "constraint": [ + { + "key": "gol-1", + "human": "Goal.target.measure is required if Goal.target.detail is populated", + "xpath": "(exists(f:*[starts-with(local-name(.), 'detail')]) and exists(f:measure)) or not(exists(f:*[starts-with(local-name(.), 'detail')]))", + "severity": "error", + "expression": "(detail.exists() and measure.exists()) or detail.exists().not()" + } + ], + "path": "Goal.target", + "requirements": "Allows the progress of the goal to be monitored against an observation or due date. Target is 0..* to support Observations with multiple components, such as blood pressure goals with both a systolic and diastolic target.", + "min": 0, + "definition": "Indicates what should be done by when.", + "short": "Target outcome for the goal", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Goal.target", + "condition": ["gol-1"], + "comment": "When multiple targets are present for a single goal instance, all targets must be met for the overall goal to be met." + }, + { + "path": "Goal.target.measure", + "min": 0, + "definition": "The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.", + "short": "The parameter whose value is being tracked", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetMeasure" + } + ], + "description": "Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level." + }, + "max": "1", + "id": "Goal.target.measure", + "condition": ["gol-1"], + "isSummary": true + }, + { + "path": "Goal.target.detail[x]", + "min": 0, + "definition": "The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.", + "short": "The target value to be achieved", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Ratio" } + ], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetDetail" + } + ], + "description": "Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal." + }, + "max": "1", + "id": "Goal.target.detail[x]", + "condition": ["gol-1"], + "comment": "A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Goal.target.measure defines a coded value.", + "isSummary": true + }, + { + "path": "Goal.target.due[x]", + "requirements": "Identifies when the goal should be evaluated.", + "min": 0, + "definition": "Indicates either the date or the duration after start by which the goal should be met.", + "short": "Reach goal on or before", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Duration" }], + "max": "1", + "id": "Goal.target.due[x]", + "isSummary": true + }, + { + "path": "Goal.statusDate", + "min": 0, + "definition": "Identifies when the current status. I.e. When initially created, when achieved, when cancelled, etc.", + "short": "When goal status took effect", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "date" }], + "max": "1", + "id": "Goal.statusDate", + "comment": "To see the date for past statuses, query history.", + "isSummary": true + }, + { + "id": "Goal.statusReason", + "max": "1", + "min": 0, + "path": "Goal.statusReason", + "type": [{ "code": "string" }], + "short": "Reason for current status", + "comment": "This will typically be captured for statuses such as rejected, on-hold or cancelled, but could be present for others.", + "definition": "Captures the reason for the current status." + }, + { + "path": "Goal.expressedBy", + "min": 0, + "definition": "Indicates whose goal this is - patient goal, practitioner goal, etc.", + "short": "Who's responsible for creating Goal?", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Goal.expressedBy", + "comment": "This is the individual responsible for establishing the goal, not necessarily who recorded it. (For that, use the Provenance resource.).", + "isSummary": true + }, + { + "path": "Goal.addresses", + "requirements": "Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable.", + "min": 0, + "definition": "The identified conditions and other health record elements that are intended to be addressed by the goal.", + "short": "Issues addressed by this goal", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target[classCode=CONC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + } + ], + "max": "*", + "id": "Goal.addresses" + }, + { + "path": "Goal.note", + "requirements": "There's a need to capture information about the goal that doesn't actually describe the goal.", + "min": 0, + "definition": "Any comments related to the goal.", + "short": "Comments about the goal", + "mapping": [ + { + "map": "GOL-16-goal evaluation + NTE?", + "identity": "v2" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "Goal.note", + "comment": "May be used for progress notes, concerns or other related information that doesn't actually describe the goal itself." + }, + { + "path": "Goal.outcomeCode", + "requirements": "Outcome tracking is a key aspect of care planning.", + "min": 0, + "definition": "Identifies the change (or lack of change) at the point when the status of the goal is assessed.", + "short": "What result was achieved regarding the goal?", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalOutcome" + } + ], + "description": "The result of the goal; e.g. \"25% increase in shoulder mobility\", \"Anxiety reduced to moderate levels\". \"15 kg weight loss sustained over 6 months\"." + }, + "max": "*", + "id": "Goal.outcomeCode", + "comment": "Note that this should not duplicate the goal status." + }, + { + "path": "Goal.outcomeReference", + "requirements": "Outcome tracking is a key aspect of care planning.", + "min": 0, + "definition": "Details of what's changed (or not changed).", + "short": "Observation that resulted from goal", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "max": "*", + "id": "Goal.outcomeReference", + "comment": "The goal outcome is independent of the outcome of the related activities. For example, if the Goal is to achieve a target body weight of 150 lb and a care plan activity is defined to diet, then the care plan’s activity outcome could be calories consumed whereas goal outcome is an observation for the actual body weight measured." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "EN-qualifier", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-EN-qualifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier", + "context": [ + { "type": "element", "expression": "HumanName.family" }, + { "type": "element", "expression": "HumanName.given" }, + { "type": "element", "expression": "HumanName.prefix" }, + { "type": "element", "expression": "HumanName.suffix" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-EN-qualifier", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type.", + "isModifier": false, + "short": "LS | AC | NB | PR | HON | BR | AD | SP | MID | CL | IN | VV", + "mapping": [{ "map": "ENXP.qualifier", "identity": "rim" }], + "max": "*", + "id": "Extension", + "comment": "Used to indicate additional information about the name part and how it should be used." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-part-qualifier|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EntityNamePartQualifier" + } + ], + "description": "A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DataRequirement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "DataRequirement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DataRequirement", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "DataRequirement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DataRequirement", + "differential": { + "element": [ + { + "id": "DataRequirement", + "max": "*", + "min": 0, + "path": "DataRequirement", + "short": "Describes a required data item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data." + }, + { + "path": "DataRequirement.type", + "min": 1, + "definition": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.", + "short": "The type of the required data", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRAllTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types." + }, + "max": "1", + "id": "DataRequirement.type", + "isSummary": true + }, + { + "id": "DataRequirement.profile", + "max": "*", + "min": 0, + "path": "DataRequirement.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "The profile of the required data", + "isSummary": true, + "definition": "The profile of the required data, specified as the uri of the profile definition." + }, + { + "path": "DataRequirement.subject[x]", + "min": 0, + "definition": "The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.", + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a data requirement (E.g., Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "DataRequirement.subject[x]", + "comment": "The subject of a data requirement is critical, as the data being specified is determined with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what data is available based on its relationship to the subject. In CQL, this corresponds to the context declaration.", + "isSummary": true + }, + { + "id": "DataRequirement.mustSupport", + "max": "*", + "min": 0, + "path": "DataRequirement.mustSupport", + "type": [{ "code": "string" }], + "short": "Indicates specific structure elements that are referenced by the knowledge module", + "isSummary": true, + "definition": "Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. \n\nThe value of mustSupport SHALL be a FHIRPath resolveable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." + }, + { + "constraint": [ + { + "key": "drq-1", + "human": "Either a path or a searchParam must be provided, but not both", + "xpath": "(exists(f:path) and not(exists(f:searchParam))) or (not(exists(f:path)) and exists(f:searchParam))", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + ], + "path": "DataRequirement.codeFilter", + "min": 0, + "definition": "Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.", + "short": "What codes are expected", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.codeFilter", + "isSummary": true + }, + { + "path": "DataRequirement.codeFilter.path", + "min": 0, + "definition": "The code-valued attribute of the filter. The specified path SHALL be a FHIRPath resolveable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept.", + "short": "A code-valued attribute to filter on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.codeFilter.path", + "comment": "The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": true + }, + { + "id": "DataRequirement.codeFilter.searchParam", + "max": "1", + "min": 0, + "path": "DataRequirement.codeFilter.searchParam", + "type": [{ "code": "string" }], + "short": "A coded (token) parameter to search on", + "isSummary": true, + "definition": "A token parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type code, Coding, or CodeableConcept." + }, + { + "id": "DataRequirement.codeFilter.valueSet", + "max": "1", + "min": 0, + "path": "DataRequirement.codeFilter.valueSet", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Valueset for the filter", + "isSummary": true, + "definition": "The valueset for the code filter. The valueSet and code elements are additive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset." + }, + { + "id": "DataRequirement.codeFilter.code", + "max": "*", + "min": 0, + "path": "DataRequirement.codeFilter.code", + "type": [{ "code": "Coding" }], + "short": "What code is expected", + "isSummary": true, + "definition": "The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes." + }, + { + "constraint": [ + { + "key": "drq-2", + "human": "Either a path or a searchParam must be provided, but not both", + "xpath": "(exists(f:path) and not(exists(f:searchParam))) or (not(exists(f:path)) and exists(f:searchParam))", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + ], + "path": "DataRequirement.dateFilter", + "min": 0, + "definition": "Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.", + "short": "What dates/date ranges are expected", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.dateFilter", + "isSummary": true + }, + { + "path": "DataRequirement.dateFilter.path", + "min": 0, + "definition": "The date-valued attribute of the filter. The specified path SHALL be a FHIRPath resolveable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type date, dateTime, Period, Schedule, or Timing.", + "short": "A date-valued attribute to filter on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.dateFilter.path", + "comment": "The path attribute contains a [Simple FHIR Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": true + }, + { + "id": "DataRequirement.dateFilter.searchParam", + "max": "1", + "min": 0, + "path": "DataRequirement.dateFilter.searchParam", + "type": [{ "code": "string" }], + "short": "A date valued parameter to search on", + "isSummary": true, + "definition": "A date parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type date, dateTime, Period, Schedule, or Timing." + }, + { + "id": "DataRequirement.dateFilter.value[x]", + "max": "1", + "min": 0, + "path": "DataRequirement.dateFilter.value[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" } + ], + "short": "The value of the filter, as a Period, DateTime, or Duration value", + "isSummary": true, + "definition": "The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now." + }, + { + "path": "DataRequirement.limit", + "requirements": "Enables the requirement \"most recent 5 results\" to be expressed.", + "min": 0, + "definition": "Specifies a maximum number of results that are required (uses the _count search parameter).", + "short": "Number of results", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "DataRequirement.limit", + "comment": "This element can be used in combination with the sort element to specify quota requirements such as \"the most recent 5\" or \"the highest 5\".", + "isSummary": true + }, + { + "path": "DataRequirement.sort", + "requirements": "Enables the requirement \"most recent 5 results\" to be expressed.", + "min": 0, + "definition": "Specifies the order of the results to be returned.", + "short": "Order of the results", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.sort", + "comment": "This element can be used in combination with the sort element to specify quota requirements such as \"the most recent 5\" or \"the highest 5\". When multiple sorts are specified, they are applied in the order they appear in the resource.", + "isSummary": true + }, + { + "id": "DataRequirement.sort.path", + "max": "1", + "min": 1, + "path": "DataRequirement.sort.path", + "type": [{ "code": "string" }], + "short": "The name of the attribute to perform the sort", + "isSummary": true, + "definition": "The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant." + }, + { + "path": "DataRequirement.sort.direction", + "min": 1, + "definition": "The direction of the sort, ascending or descending.", + "short": "ascending | descending", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sort-direction|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SortDirection" + } + ], + "description": "The possible sort directions, ascending or descending." + }, + "max": "1", + "id": "DataRequirement.sort.direction", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Provenance/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Security)", + "fhirVersion": "4.0.1", + "name": "Provenance", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/auditevent", + "name": "FHIR AuditEvent Mapping", + "identity": "fhirauditevent" + } + ], + "abstract": false, + "type": "Provenance", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "Provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Provenance", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Provenance", + "differential": { + "element": [ + { + "path": "Provenance", + "min": 0, + "definition": "Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.", + "short": "Who, What, When for a set of resources", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "ControlAct[isNormalAct() and subsumes(CACT, classCode) and moodCode=EVN]", + "identity": "rim" + }, + { "map": "Activity", "identity": "w3c.prov" } + ], + "alias": ["History", "Event", "Activity"], + "max": "*", + "id": "Provenance", + "comment": "Some parties may be duplicated between the target resource and its provenance. For instance, the prescriber is usually (but not always) the author of the prescription resource. This resource is defined with close consideration for W3C Provenance." + }, + { + "path": "Provenance.target", + "min": 1, + "definition": "The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.", + "short": "Target Reference(s) (usually version specific)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "./outboundRelationship[isNormalActRelationship() and typeCode=SUBJ]/target OR ./participation[isNormalParticipation() and typeCode=SBJ]/role OR ./participation[isNormalParticipation() and typeCode=SBJ]/role[isNormalRole()]/player", + "identity": "rim" + }, + { + "map": "AuditEvent.entity.reference", + "identity": "fhirauditevent" + }, + { + "map": "Entity Created/Updated", + "identity": "w3c.prov" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "Provenance.target", + "comment": "Target references are usually version specific, but might not be, if a version has not been assigned or if the provenance information is part of the set of resources being maintained (i.e. a document). When using the RESTful API, the identity of the resource might not be known (especially not the version specific one); the client may either submit the resource first, and then the provenance, or it may submit both using a single transaction. See the notes on transaction for further discussion.", + "isSummary": true + }, + { + "path": "Provenance.occurred[x]", + "min": 0, + "definition": "The period during which the activity occurred.", + "short": "When the activity occurred", + "mapping": [ + { "map": "Event.occurred[x]", "identity": "workflow" }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "./effectiveTime[type=IVL_TS]", + "identity": "rim" + }, + { + "map": "Activity.startTime & Activity.endTime", + "identity": "w3c.prov" + } + ], + "type": [{ "code": "Period" }, { "code": "dateTime" }], + "max": "1", + "id": "Provenance.occurred[x]", + "comment": "The period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time." + }, + { + "path": "Provenance.recorded", + "min": 1, + "definition": "The instant of time at which the activity was recorded.", + "short": "When the activity was recorded / updated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "unique(./participation[isNormalParticipation() and typeCode=AUT]/time[type=TS])", + "identity": "rim" + }, + { + "map": "AuditEvent.recorded", + "identity": "fhirauditevent" + }, + { "map": "Activity.when", "identity": "w3c.prov" } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Provenance.recorded", + "comment": "This can be a little different from the time stamp on the resource if there is a delay between recording the event and updating the provenance and target resource.", + "isSummary": true + }, + { + "path": "Provenance.policy", + "min": 0, + "definition": "Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.", + "short": "Policy or plan the activity was defined by", + "mapping": [ + { + "map": "./inboundRelationship[isNormalActRelationship() and typeCode=\"SUBJ\"]/source[isNormalAct and subsumes(POLICY, classCode) and moodCode=EVN]/text[typeCode='ED'/tel", + "identity": "rim" + }, + { + "map": "AuditEvent.agent.policy", + "identity": "fhirauditevent" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "Provenance.policy", + "comment": "For example: Where an OAuth token authorizes, the unique identifier from the OAuth token is placed into the policy element Where a policy engine (e.g. XACML) holds policy logic, the unique policy identifier is placed into the policy element." + }, + { + "id": "Provenance.location", + "max": "1", + "min": 0, + "path": "Provenance.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the activity occurred, if relevant", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "unique(./participation[isNormalParticipation() and typeCode=LOC]/role[isNormalRole() and subsumes(SDLOC, classCode)]/player[isNormalEntity and classCode=\"LOC\" and determinerCode=\"INST\"]", + "identity": "rim" + }, + { + "map": "AuditEvent.agent.location", + "identity": "fhirauditevent" + }, + { "map": "Activity.location", "identity": "w3c.prov" } + ], + "definition": "Where the activity occurred, if relevant." + }, + { + "path": "Provenance.reason", + "min": 0, + "definition": "The reason that the activity was taking place.", + "short": "Reason the activity is occurring", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "unique(./reasonCode)", "identity": "rim" }, + { + "map": "AuditEvent.purposeOfEvent", + "identity": "fhirauditevent" + }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceReason" + } + ], + "description": "The reason the activity took place." + }, + "max": "*", + "id": "Provenance.reason" + }, + { + "path": "Provenance.activity", + "min": 0, + "definition": "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.", + "short": "Activity that occurred", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-activity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceActivity" + } + ], + "description": "The activity that took place." + }, + "max": "1", + "id": "Provenance.activity" + }, + { + "path": "Provenance.agent", + "requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.", + "min": 1, + "definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.", + "short": "Actor involved", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "./participation[isNormalParticipation()] OR ./outboundRelationship[isNormalActRelationship() and typeCode='DRIV']", + "identity": "rim" + }, + { + "map": "AuditEvent.agent", + "identity": "fhirauditevent" + }, + { "map": "Agent", "identity": "w3c.prov" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Provenance.agent", + "comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa." + }, + { + "path": "Provenance.agent.type", + "min": 0, + "definition": "The participation the agent had with respect to the activity.", + "short": "How the agent participated", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" }, + { + "map": "AuditEvent.agent.type", + "identity": "fhirauditevent" + }, + { "map": "Agent.Attribution", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceAgentType" + } + ], + "description": "The type of participation that a provenance agent played with respect to the activity." + }, + "max": "1", + "id": "Provenance.agent.type", + "comment": "For example: author, performer, enterer, attester, etc.", + "isSummary": true + }, + { + "path": "Provenance.agent.role", + "min": 0, + "definition": "The function of the agent with respect to the activity. The security role enabling the agent with respect to the activity.", + "short": "What the agents role was", + "mapping": [ + { "map": ".typecode", "identity": "rim" }, + { + "map": "AuditEvent.agent.role", + "identity": "fhirauditevent" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceAgentRole" + } + ], + "description": "The role that a provenance agent played with respect to the activity." + }, + "max": "*", + "id": "Provenance.agent.role", + "comment": "For example: doctor, nurse, clerk, etc." + }, + { + "path": "Provenance.agent.who", + "min": 1, + "definition": "The individual, device or organization that participated in the event.", + "short": "Who participated", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Provenance.agent.who", + "comment": "whoIdentity should be used when the agent is not a Resource type.", + "isSummary": true + }, + { + "path": "Provenance.agent.onBehalfOf", + "min": 0, + "definition": "The individual, device, or organization for whom the change was made.", + "short": "Who the agent is representing", + "mapping": [ + { + "map": "Person, Practitioner, Organization, Device :* .role [classCode = RoleClassMutualRelationship; role.code and * .scopes[Role](classCode=IDENT) and *.plays [Role.Code]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Provenance.agent.onBehalfOf", + "comment": "onBehalfOfIdentity should be used when the agent is not a Resource type." + }, + { + "id": "Provenance.entity", + "max": "*", + "min": 0, + "path": "Provenance.entity", + "type": [{ "code": "BackboneElement" }], + "short": "An entity used in this activity", + "mapping": [ + { "map": "./subjectOf", "identity": "rim" }, + { + "map": "AuditEvent.entity", + "identity": "fhirauditevent" + }, + { "map": "Entity", "identity": "w3c.prov" } + ], + "definition": "An entity used in this activity." + }, + { + "path": "Provenance.entity.role", + "min": 1, + "definition": "How the entity was used during the activity.", + "short": "derivation | revision | quotation | source | removal", + "mapping": [ + { "map": "./typeCode", "identity": "rim" }, + { + "map": "AuditEvent.entity.lifecycle", + "identity": "fhirauditevent" + }, + { "map": "Entity.role", "identity": "w3c.prov" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-entity-role|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceEntityRole" + } + ], + "description": "How an entity was used in an activity." + }, + "max": "1", + "id": "Provenance.entity.role", + "isSummary": true + }, + { + "path": "Provenance.entity.what", + "min": 1, + "definition": "Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative.", + "short": "Identity of entity", + "mapping": [ + { "map": "./text/reference", "identity": "rim" }, + { + "map": "AuditEvent.entity.reference", + "identity": "fhirauditevent" + }, + { "map": "Entity.Identity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Provenance.entity.what", + "comment": "whatIdentity should be used for entities that are not a Resource type.", + "isSummary": true + }, + { + "path": "Provenance.entity.agent", + "min": 0, + "definition": "The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which generated the entity.", + "short": "Entity is attributed to this agent", + "mapping": [{ "map": "./author/role", "identity": "rim" }], + "contentReference": "#Provenance.agent", + "max": "*", + "id": "Provenance.entity.agent", + "comment": "A usecase where one Provenance.entity.agent is used where the Entity that was used in the creation/updating of the Target, is not in the context of the same custodianship as the Target, and thus the meaning of Provenance.entity.agent is to say that the entity referenced is managed elsewhere and that this Agent provided access to it. This would be similar to where the Entity being referenced is managed outside FHIR, such as through HL7 v2, v3, or XDS. This might be where the Entity being referenced is managed in another FHIR resource server. Thus it explains the Provenance of that Entity's use in the context of this Provenance activity." + }, + { + "id": "Provenance.signature", + "max": "*", + "min": 0, + "path": "Provenance.signature", + "type": [{ "code": "Signature" }], + "short": "Signature on target", + "mapping": [ + { "map": "./signatureText", "identity": "rim" } + ], + "definition": "A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/secure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationDispense/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "MedicationDispense", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.hl7.org/v3/PORX_RM020070UV", + "name": "V3 Pharmacy Dispense RMIM", + "identity": "rx-dispense-rmim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationDispense", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationDispense", + "differential": { + "element": [ + { + "id": "MedicationDispense", + "max": "*", + "min": 0, + "path": "MedicationDispense", + "short": "Dispensing a medication to a named patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "Supply[moodCode=EVN]", "identity": "rim" } + ], + "constraint": [ + { + "key": "mdd-1", + "human": "whenHandedOver cannot be before whenPrepared", + "xpath": "not(exists(f:whenHandedOver/@value)) or not(exists(f:whenPrepared/@value)) or ( f:whenHandedOver/@value >= f:whenPrepared/@value)", + "severity": "error", + "expression": "whenHandedOver.empty() or whenPrepared.empty() or whenHandedOver >= whenPrepared" + } + ], + "definition": "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order." + }, + { + "path": "MedicationDispense.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.id", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MedicationDispense.identifier", + "comment": "This is a business identifier, not a resource identifier." + }, + { + "id": "MedicationDispense.partOf", + "max": "*", + "min": 0, + "path": "MedicationDispense.partOf", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "short": "Event that dispense is part of", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=PROC,moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "The procedure that trigger the dispense." + }, + { + "path": "MedicationDispense.status", + "min": 1, + "definition": "A code specifying the state of the set of dispense events.", + "isModifier": true, + "short": "preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.statusCode", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseStatus" + } + ], + "description": "A coded concept specifying the state of the dispense event." + }, + "max": "1", + "id": "MedicationDispense.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationDispense.statusReason[x]", + "min": 0, + "definition": "Indicates the reason why a dispense was not performed.", + "short": "Why a dispense was not performed", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"not done reason\"].value", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseStatusReason" + } + ], + "description": "A code describing why a dispense was not performed." + }, + "max": "1", + "id": "MedicationDispense.statusReason[x]" + }, + { + "path": "MedicationDispense.category", + "min": 0, + "definition": "Indicates the type of medication dispense (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).", + "short": "Type of medication dispense", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication dispense\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseCategory" + } + ], + "description": "A code describing where the dispensed medication is expected to be consumed or administered." + }, + "max": "1", + "id": "MedicationDispense.category", + "comment": "The category can be used to include where the medication is expected to be consumed or other types of dispenses. Invariants can be used to bind to different value sets when profiling to bind." + }, + { + "path": "MedicationDispense.medication[x]", + "min": 1, + "definition": "Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "short": "What medication was supplied", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXD-2-Dispense/Give Code", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationRequest.component1.AdministrationRequest.consumable", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying which substance or product can be dispensed." + }, + "max": "1", + "id": "MedicationDispense.medication[x]", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationDispense.subject", + "min": 0, + "definition": "A link to a resource representing the person or the group to whom the medication will be given.", + "short": "Who the dispense is for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "MedicationDispense.subject", + "comment": "SubstanceAdministration->subject->Patient.", + "isSummary": true + }, + { + "id": "MedicationDispense.context", + "max": "1", + "min": 0, + "path": "MedicationDispense.context", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "short": "Encounter / Episode associated with event", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "definition": "The encounter or episode of care that establishes the context for this event." + }, + { + "id": "MedicationDispense.supportingInformation", + "max": "*", + "min": 0, + "path": "MedicationDispense.supportingInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Information that supports the dispensing of the medication", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "definition": "Additional information that supports the medication being dispensed." + }, + { + "id": "MedicationDispense.performer", + "max": "*", + "min": 0, + "path": "MedicationDispense.performer", + "type": [{ "code": "BackboneElement" }], + "short": "Who performed event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "definition": "Indicates who or what performed the event." + }, + { + "path": "MedicationDispense.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of performer in the dispense. For example, date enterer, packager, final checker.", + "short": "Who performed the dispense and what they did", + "mapping": [ + { + "map": "participation[typeCode=PRF].functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispensePerformerFunction" + } + ], + "description": "A code describing the role an individual played in dispensing a medication." + }, + "max": "1", + "id": "MedicationDispense.performer.function" + }, + { + "id": "MedicationDispense.performer.actor", + "max": "1", + "min": 1, + "path": "MedicationDispense.performer.actor", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "short": "Individual who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" } + ], + "definition": "The device, practitioner, etc. who performed the action. It should be assumed that the actor is the dispenser of the medication." + }, + { + "id": "MedicationDispense.location", + "max": "1", + "min": 0, + "path": "MedicationDispense.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the dispense occurred", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "definition": "The principal physical location where the dispense was performed." + }, + { + "path": "MedicationDispense.authorizingPrescription", + "min": 0, + "definition": "Indicates the medication order that is being dispensed against.", + "short": "Medication order that authorizes the dispense", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC-2 Placer Order Number", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=RQO]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.inFulfillmentOf", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "max": "*", + "id": "MedicationDispense.authorizingPrescription", + "comment": "Maps to basedOn in Event logical model." + }, + { + "path": "MedicationDispense.type", + "min": 0, + "definition": "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.", + "short": "Trial fill, partial fill, emergency fill, etc.", + "mapping": [ + { "map": "RXD-33-Dispense Type", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.code", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseType" + } + ], + "description": "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc." + }, + "max": "1", + "id": "MedicationDispense.type" + }, + { + "id": "MedicationDispense.quantity", + "max": "1", + "min": 0, + "path": "MedicationDispense.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount dispensed", + "mapping": [ + { + "map": "RXD-4-Actual Dispense Amount / RXD-5.1-Actual Dispense Units.code / RXD-5.3-Actual Dispense Units.name of coding system", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.quantity", + "identity": "rx-dispense-rmim" + } + ], + "definition": "The amount of medication that has been dispensed. Includes unit of measure." + }, + { + "id": "MedicationDispense.daysSupply", + "max": "1", + "min": 0, + "path": "MedicationDispense.daysSupply", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount of medication expressed as a timing amount", + "mapping": [ + { + "map": "TQ1.6 Timing/Quantity Segment Service Duration.\rPrior to v2.5, ORC.7.3 Common Order Segment / Quantity/Timing / Duration component. This is a formatted string, first character for the time unit (e.g., D=days), followed by the value. For example, “D14” represents “14 days supply”\rFrom v2.5 on, TQ1.6 Timing/Quantity Segment / Service Duration. This is a CQ data type ( ^ ), thus for days supply, assuming the unit of measure is “days”, the numeric value is TQ1.6.1 (…|14^\rFor backwards compatibility, ORC.7 was permitted through v2.6. Both forms (field and segment) may be present in v2.5, v2.5.1, and v2.6", + "identity": "v2" + }, + { "map": "effectiveUseTime", "identity": "rim" } + ], + "definition": "The amount of medication expressed as a timing amount." + }, + { + "path": "MedicationDispense.whenPrepared", + "min": 0, + "definition": "The time when the dispensed product was packaged and reviewed.", + "short": "When product was packaged and reviewed", + "mapping": [ + { + "map": "RXD-3-Date/Time Dispensed", + "identity": "v2" + }, + { + "map": ".effectiveTime[xmi:type=IVL_TS].low", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.effectiveTime", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "MedicationDispense.whenPrepared", + "isSummary": true + }, + { + "id": "MedicationDispense.whenHandedOver", + "max": "1", + "min": 0, + "path": "MedicationDispense.whenHandedOver", + "type": [{ "code": "dateTime" }], + "short": "When product was given out", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": "RXD-3-Date/Time Dispensed", + "identity": "v2" + }, + { + "map": ".effectiveTime[xmi:type=IVL_TS].high", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.effectiveTime", + "identity": "rx-dispense-rmim" + } + ], + "definition": "The time the dispensed product was provided to the patient or their representative." + }, + { + "id": "MedicationDispense.destination", + "max": "1", + "min": 0, + "path": "MedicationDispense.destination", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the medication was sent", + "mapping": [ + { + "map": "RXD-13 Dispense-to Location; RXD-30 Dispense to Pharmacy; RXD-31 Dispense to Pharmacy Address", + "identity": "v2" + }, + { + "map": ".participation[typeCode=DST].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.destination", + "identity": "rx-dispense-rmim" + } + ], + "definition": "Identification of the facility/location where the medication was shipped to, as part of the dispense event." + }, + { + "id": "MedicationDispense.receiver", + "max": "*", + "min": 0, + "path": "MedicationDispense.receiver", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "short": "Who collected the medication", + "mapping": [ + { + "map": ".participation[typeCode=RCV].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.receiver", + "identity": "rx-dispense-rmim" + } + ], + "definition": "Identifies the person who picked up the medication. This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional." + }, + { + "id": "MedicationDispense.note", + "max": "*", + "min": 0, + "path": "MedicationDispense.note", + "type": [{ "code": "Annotation" }], + "short": "Information about the dispense", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "RXD-9 Dispense Notes", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=ACT,moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Extra information about the dispense that could not be conveyed in the other attributes." + }, + { + "path": "MedicationDispense.dosageInstruction", + "min": 0, + "definition": "Indicates how the medication is to be used by the patient.", + "short": "How the medication is to be used by the patient or administered by the caregiver", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=INT]", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "max": "*", + "id": "MedicationDispense.dosageInstruction", + "comment": "When the dose or rate is intended to change over the entire administration period (e.g. Tapering dose prescriptions), multiple instances of dosage instructions will need to be supplied to convey the different doses/rates.\rThe pharmacist reviews the medication order prior to dispense and updates the dosageInstruction based on the actual product being dispensed." + }, + { + "id": "MedicationDispense.substitution", + "max": "1", + "min": 0, + "path": "MedicationDispense.substitution", + "type": [{ "code": "BackboneElement" }], + "short": "Whether a substitution was performed on the dispense", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SUBST, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.substitutionMade", + "identity": "rx-dispense-rmim" + } + ], + "definition": "Indicates whether or not substitution was made as part of the dispense. In some cases, substitution will be expected but does not happen, in other cases substitution is not expected but does happen. This block explains what substitution did or did not happen and why. If nothing is specified, substitution was not done." + }, + { + "id": "MedicationDispense.substitution.wasSubstituted", + "max": "1", + "min": 1, + "path": "MedicationDispense.substitution.wasSubstituted", + "type": [{ "code": "boolean" }], + "short": "Whether a substitution was or was not performed on the dispense", + "mapping": [ + { "map": ".actionNegationInd", "identity": "rim" } + ], + "definition": "True if the dispenser dispensed a different drug or product from what was prescribed." + }, + { + "path": "MedicationDispense.substitution.type", + "min": 0, + "definition": "A code signifying whether a different drug was dispensed from what was prescribed.", + "short": "Code signifying whether a different drug was dispensed from what was prescribed", + "mapping": [ + { + "map": "RXO-9-Allow Substitutions / RXE-9-Substitution Status", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.substitutionMade.code", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionType" + } + ], + "description": "A coded concept describing whether a different medicinal product may be dispensed other than the product as specified exactly in the prescription." + }, + "max": "1", + "id": "MedicationDispense.substitution.type" + }, + { + "path": "MedicationDispense.substitution.reason", + "min": 0, + "definition": "Indicates the reason for the substitution (or lack of substitution) from what was prescribed.", + "short": "Why was substitution made", + "mapping": [ + { "map": ".reasonCode", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.substitutionMade.reasonCode", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionReason" + } + ], + "description": "A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed." + }, + "max": "*", + "id": "MedicationDispense.substitution.reason" + }, + { + "id": "MedicationDispense.substitution.responsibleParty", + "max": "*", + "min": 0, + "path": "MedicationDispense.substitution.responsibleParty", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Who is responsible for the substitution", + "mapping": [ + { + "map": ".participation[typeCode=PFM].role[classCode=ASSIGN]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.substitutionMade.ResponsibleParty", + "identity": "rx-dispense-rmim" + } + ], + "definition": "The person or organization that has primary responsibility for the substitution." + }, + { + "path": "MedicationDispense.detectedIssue", + "min": 0, + "definition": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. drug-drug interaction, duplicate therapy, dosage alert etc.", + "short": "Clinical issue with action", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=ALRT,moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "alias": [ + "Contraindication", + "Drug Utilization Review (DUR)", + "Alert" + ], + "max": "*", + "id": "MedicationDispense.detectedIssue", + "comment": "This element can include a detected issue that has been identified either by a decision support system or by a clinician and may include information on the steps that were taken to address the issue." + }, + { + "path": "MedicationDispense.eventHistory", + "min": 0, + "definition": "A summary of the events of interest that have occurred, such as when the dispense was verified.", + "short": "A list of relevant lifecycle events", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "max": "*", + "id": "MedicationDispense.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The characteristics, operational status and capabilities of a medical-related component of a medical device.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "DeviceDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceDefinition", + "differential": { + "element": [ + { + "id": "DeviceDefinition", + "max": "*", + "min": 0, + "path": "DeviceDefinition", + "short": "An instance of a medical-related component of a medical device", + "comment": "For the initial scope, this DeviceDefinition resource is only applicable to describe a single node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard and that does not represent a metric. Examples for such a node are MDS, VMD, or Channel.", + "definition": "The characteristics, operational status and capabilities of a medical-related component of a medical device." + }, + { + "id": "DeviceDefinition.identifier", + "max": "*", + "min": 0, + "path": "DeviceDefinition.identifier", + "type": [{ "code": "Identifier" }], + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "definition": "Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID." + }, + { + "id": "DeviceDefinition.udiDeviceIdentifier", + "max": "*", + "min": 0, + "path": "DeviceDefinition.udiDeviceIdentifier", + "type": [{ "code": "BackboneElement" }], + "short": "Unique Device Identifier (UDI) Barcode string", + "definition": "Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold." + }, + { + "id": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier", + "max": "1", + "min": 1, + "path": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier", + "type": [{ "code": "string" }], + "short": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier", + "definition": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier." + }, + { + "id": "DeviceDefinition.udiDeviceIdentifier.issuer", + "max": "1", + "min": 1, + "path": "DeviceDefinition.udiDeviceIdentifier.issuer", + "type": [{ "code": "uri" }], + "short": "The organization that assigns the identifier algorithm", + "definition": "The organization that assigns the identifier algorithm." + }, + { + "id": "DeviceDefinition.udiDeviceIdentifier.jurisdiction", + "max": "1", + "min": 1, + "path": "DeviceDefinition.udiDeviceIdentifier.jurisdiction", + "type": [{ "code": "uri" }], + "short": "The jurisdiction to which the deviceIdentifier applies", + "definition": "The jurisdiction to which the deviceIdentifier applies." + }, + { + "id": "DeviceDefinition.manufacturer[x]", + "max": "1", + "min": 0, + "path": "DeviceDefinition.manufacturer[x]", + "type": [ + { "code": "string" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Name of device manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].scoper.name", + "identity": "rim" + } + ], + "definition": "A name of the manufacturer." + }, + { + "id": "DeviceDefinition.deviceName", + "max": "*", + "min": 0, + "path": "DeviceDefinition.deviceName", + "type": [{ "code": "BackboneElement" }], + "short": "A name given to the device to identify it", + "definition": "A name given to the device to identify it." + }, + { + "id": "DeviceDefinition.deviceName.name", + "max": "1", + "min": 1, + "path": "DeviceDefinition.deviceName.name", + "type": [{ "code": "string" }], + "alias": ["Σ"], + "short": "The name of the device", + "definition": "The name of the device." + }, + { + "path": "DeviceDefinition.deviceName.type", + "min": 1, + "definition": "The type of deviceName.\nUDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | ModelName.", + "short": "udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceNameType" + } + ], + "description": "The type of name the device is referred by." + }, + "max": "1", + "id": "DeviceDefinition.deviceName.type" + }, + { + "id": "DeviceDefinition.modelNumber", + "max": "1", + "min": 0, + "path": "DeviceDefinition.modelNumber", + "type": [{ "code": "string" }], + "short": "The model number for the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".softwareName (included as part)", + "identity": "rim" + } + ], + "definition": "The model number for the device." + }, + { + "id": "DeviceDefinition.type", + "max": "1", + "min": 0, + "path": "DeviceDefinition.type", + "type": [{ "code": "CodeableConcept" }], + "short": "What kind of device or device system this is", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceKind" + } + ], + "description": "Type of device e.g. according to official classification." + }, + "definition": "What kind of device or device system this is." + }, + { + "id": "DeviceDefinition.specialization", + "max": "*", + "min": 0, + "path": "DeviceDefinition.specialization", + "type": [{ "code": "BackboneElement" }], + "short": "The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication", + "definition": "The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication." + }, + { + "id": "DeviceDefinition.specialization.systemType", + "max": "1", + "min": 1, + "path": "DeviceDefinition.specialization.systemType", + "type": [{ "code": "string" }], + "alias": ["Σ"], + "short": "The standard that is used to operate and communicate", + "definition": "The standard that is used to operate and communicate." + }, + { + "id": "DeviceDefinition.specialization.version", + "max": "1", + "min": 0, + "path": "DeviceDefinition.specialization.version", + "type": [{ "code": "string" }], + "short": "The version of the standard that is used to operate and communicate", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "definition": "The version of the standard that is used to operate and communicate." + }, + { + "id": "DeviceDefinition.version", + "max": "*", + "min": 0, + "path": "DeviceDefinition.version", + "type": [{ "code": "string" }], + "short": "Available versions", + "definition": "The available versions of the device, e.g., software versions." + }, + { + "path": "DeviceDefinition.safety", + "min": 0, + "definition": "Safety characteristics of the device.", + "short": "Safety characteristics of the device", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Safety" + } + ] + }, + "max": "*", + "id": "DeviceDefinition.safety", + "isSummary": true + }, + { + "id": "DeviceDefinition.shelfLifeStorage", + "max": "*", + "min": 0, + "path": "DeviceDefinition.shelfLifeStorage", + "type": [{ "code": "ProductShelfLife" }], + "short": "Shelf Life and storage information", + "definition": "Shelf Life and storage information." + }, + { + "id": "DeviceDefinition.physicalCharacteristics", + "max": "1", + "min": 0, + "path": "DeviceDefinition.physicalCharacteristics", + "type": [{ "code": "ProdCharacteristic" }], + "short": "Dimensions, color etc.", + "definition": "Dimensions, color etc." + }, + { + "id": "DeviceDefinition.languageCode", + "max": "*", + "min": 0, + "path": "DeviceDefinition.languageCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Language code for the human-readable text strings produced by the device (all supported)", + "definition": "Language code for the human-readable text strings produced by the device (all supported)." + }, + { + "id": "DeviceDefinition.capability", + "max": "*", + "min": 0, + "path": "DeviceDefinition.capability", + "type": [{ "code": "BackboneElement" }], + "short": "Device capabilities", + "definition": "Device capabilities." + }, + { + "id": "DeviceDefinition.capability.type", + "max": "1", + "min": 1, + "path": "DeviceDefinition.capability.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of capability", + "definition": "Type of capability." + }, + { + "id": "DeviceDefinition.capability.description", + "max": "*", + "min": 0, + "path": "DeviceDefinition.capability.description", + "type": [{ "code": "CodeableConcept" }], + "short": "Description of capability", + "definition": "Description of capability." + }, + { + "id": "DeviceDefinition.property", + "max": "*", + "min": 0, + "path": "DeviceDefinition.property", + "type": [{ "code": "BackboneElement" }], + "short": "The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties", + "definition": "The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties." + }, + { + "id": "DeviceDefinition.property.type", + "max": "1", + "min": 1, + "path": "DeviceDefinition.property.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Code that specifies the property DeviceDefinitionPropetyCode (Extensible)", + "definition": "Code that specifies the property DeviceDefinitionPropetyCode (Extensible)." + }, + { + "id": "DeviceDefinition.property.valueQuantity", + "max": "*", + "min": 0, + "path": "DeviceDefinition.property.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "Property value as a quantity", + "definition": "Property value as a quantity." + }, + { + "id": "DeviceDefinition.property.valueCode", + "max": "*", + "min": 0, + "path": "DeviceDefinition.property.valueCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Property value as a code, e.g., NTP4 (synced to NTP)", + "definition": "Property value as a code, e.g., NTP4 (synced to NTP)." + }, + { + "id": "DeviceDefinition.owner", + "max": "1", + "min": 0, + "path": "DeviceDefinition.owner", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Organization responsible for device", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".playedRole[typeCode=OWN].scoper", + "identity": "rim" + } + ], + "definition": "An organization that is responsible for the provision and ongoing maintenance of the device." + }, + { + "path": "DeviceDefinition.contact", + "min": 0, + "definition": "Contact details for an organization or a particular human that is responsible for the device.", + "short": "Details for human/organization for support", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".scopedRole[typeCode=CON].player", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "DeviceDefinition.contact", + "comment": "used for troubleshooting etc." + }, + { + "path": "DeviceDefinition.url", + "min": 0, + "definition": "A network address on which the device may be contacted directly.", + "short": "Network address to contact device", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": ".telecom", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "DeviceDefinition.url", + "comment": "If the device is running a FHIR server, the network address should be the Base URL from which a conformance statement may be retrieved." + }, + { + "id": "DeviceDefinition.onlineInformation", + "max": "1", + "min": 0, + "path": "DeviceDefinition.onlineInformation", + "type": [{ "code": "uri" }], + "short": "Access to on-line information", + "definition": "Access to on-line information about the device." + }, + { + "id": "DeviceDefinition.note", + "max": "*", + "min": 0, + "path": "DeviceDefinition.note", + "type": [{ "code": "Annotation" }], + "short": "Device notes and comments", + "mapping": [{ "map": ".text", "identity": "rim" }], + "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element." + }, + { + "id": "DeviceDefinition.quantity", + "max": "1", + "min": 0, + "path": "DeviceDefinition.quantity", + "type": [{ "code": "Quantity" }], + "short": "The quantity of the device present in the packaging (e.g. the number of devices present in a pack, or the number of devices in the same package of the medicinal product)", + "definition": "The quantity of the device present in the packaging (e.g. the number of devices present in a pack, or the number of devices in the same package of the medicinal product)." + }, + { + "id": "DeviceDefinition.parentDevice", + "max": "1", + "min": 0, + "path": "DeviceDefinition.parentDevice", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "short": "The parent device it can be part of", + "isSummary": true, + "definition": "The parent device it can be part of." + }, + { + "id": "DeviceDefinition.material", + "max": "*", + "min": 0, + "path": "DeviceDefinition.material", + "type": [{ "code": "BackboneElement" }], + "short": "A substance used to create the material(s) of which the device is made", + "definition": "A substance used to create the material(s) of which the device is made." + }, + { + "id": "DeviceDefinition.material.substance", + "max": "1", + "min": 1, + "path": "DeviceDefinition.material.substance", + "type": [{ "code": "CodeableConcept" }], + "short": "The substance", + "definition": "The substance." + }, + { + "id": "DeviceDefinition.material.alternate", + "max": "1", + "min": 0, + "path": "DeviceDefinition.material.alternate", + "type": [{ "code": "boolean" }], + "short": "Indicates an alternative material of the device", + "definition": "Indicates an alternative material of the device." + }, + { + "id": "DeviceDefinition.material.allergenicIndicator", + "max": "1", + "min": 0, + "path": "DeviceDefinition.material.allergenicIndicator", + "type": [{ "code": "boolean" }], + "short": "Whether the substance is a known or suspected allergen", + "definition": "Whether the substance is a known or suspected allergen." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The Number of SOP Instances referred to by this entity.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "NumberOfInstances", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-NumberOfInstances", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-NumberOfInstances", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Number of SOP Instances referred to by this entity", + "mapping": [ + { "map": "NumberOfInstances", "identity": "dicom" } + ], + "definition": "The Number of SOP Instances referred to by this entity." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-NumberOfInstances" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Supports automated discovery of OAuth2 endpoints.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris/4.0.1", + "date": "2018-02-15", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "oauth-uris", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "oauth-uris", + "kind": "complex-type", + "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris", + "context": [ + { + "type": "element", + "expression": "CapabilityStatement.rest.security" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/oauth-uris", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Automated discovery of OAuth2 endpoints", + "definition": "Supports automated discovery of OAuth2 endpoints." + }, + { + "id": "Extension.extension:authorize", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "OAuth2 \"authorize\" endpoint", + "sliceName": "authorize", + "definition": "The OAuth2 \"authorize\" endpoint for this FHIR server." + }, + { + "id": "Extension.extension:authorize.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:authorize.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "authorize" + }, + { + "id": "Extension.extension:authorize.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:token", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "OAuth2 \"token\" endpoint", + "sliceName": "token", + "definition": "The OAuth2 \"token\" endpoint for this FHIR server." + }, + { + "id": "Extension.extension:token.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:token.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "token" + }, + { + "id": "Extension.extension:token.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:register", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "OAuth2 dynamic registration endpoint", + "sliceName": "register", + "definition": "The OAuth2 dynamic registration endpoint for this FHIR server, if supported." + }, + { + "id": "Extension.extension:register.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:register.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "register" + }, + { + "id": "Extension.extension:register.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:manage", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "User-facing authorization management entry point", + "sliceName": "manage", + "definition": "The user-facing authorization management workflow entry point for this FHIR server." + }, + { + "id": "Extension.extension:manage.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:manage.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "manage" + }, + { + "id": "Extension.extension:manage.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Completed or terminated request(s) whose function is taken by this new request.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-replaces/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "replaces", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-replaces", + "context": [{ "type": "element", "expression": "NutritionOrder" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-replaces", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Request(s) replaced by this request", + "comment": "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing.", + "mapping": [ + { + "map": "Handled by message location of ORC (ORC.1=RO or RU)", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "definition": "Completed or terminated request(s) whose function is taken by this new request." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-replaces" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The type of user initiating the request, e.g. patient, healthcare provider, or specific type of healthcare provider (physician, nurse, etc.).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-systemUserType/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "systemUserType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "systemUserType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-systemUserType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserType", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-systemUserType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The type of user initiating the request", + "definition": "The type of user initiating the request, e.g. patient, healthcare provider, or specific type of healthcare provider (physician, nurse, etc.)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Provides a coded expression for the content represented in a string.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "SC-coding", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-SC-coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding", + "context": [{ "type": "element", "expression": "string" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-SC-coding", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "code for string", + "mapping": [{ "map": "SC.code", "identity": "rim" }], + "definition": "Provides a coded expression for the content represented in a string." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StringCoding" + } + ], + "description": "A coded representation for a string. Could be codes for country in a country address part, codes for prefixes in a name part, etc." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Address/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to record postal addresses, along with notes about their use.", + "name": "Address", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + }, + { + "uri": "http://w3.org/vcard", + "name": "vCard Mapping", + "identity": "vcard" + } + ], + "abstract": false, + "type": "Address", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Address", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Address", + "differential": { + "element": [ + { + "path": "Address", + "min": 0, + "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.", + "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)", + "mapping": [ + { "map": "XAD", "identity": "v2" }, + { "map": "AD", "identity": "rim" }, + { "map": "Address", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Address", + "comment": "Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource)." + }, + { + "path": "Address.use", + "requirements": "Allows an appropriate address to be chosen from a list of many.", + "min": 0, + "definition": "The purpose of this address.", + "isModifier": true, + "short": "home | work | temp | old | billing - purpose of this address", + "mapping": [ + { "map": "XAD.7", "identity": "v2" }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./AddressPurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressUse" + } + ], + "description": "The use of an address." + }, + "max": "1", + "id": "Address.use", + "comment": "Applications can assume that an address is current unless it explicitly says that it is temporary or old.", + "example": [{ "label": "General", "valueCode": "home" }], + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "Address.type", + "min": 0, + "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", + "short": "postal | physical | both", + "mapping": [ + { "map": "XAD.18", "identity": "v2" }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "address type parameter", "identity": "vcard" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressType" + } + ], + "description": "The type of an address (physical / postal)." + }, + "max": "1", + "id": "Address.type", + "comment": "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).", + "example": [{ "label": "General", "valueCode": "both" }], + "isSummary": true + }, + { + "path": "Address.text", + "requirements": "A renderable, unencoded form.", + "min": 0, + "definition": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.", + "short": "Text representation of the address", + "mapping": [ + { + "map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6", + "identity": "v2" + }, + { "map": "./formatted", "identity": "rim" }, + { + "map": "address label parameter", + "identity": "vcard" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Address.text", + "comment": "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street, Erewhon 9132" + } + ], + "isSummary": true + }, + { + "path": "Address.line", + "min": 0, + "definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.", + "short": "Street name, number, direction & P.O. Box etc.", + "mapping": [ + { + "map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)", + "identity": "v2" + }, + { "map": "AD.part[parttype = AL]", "identity": "rim" }, + { "map": "street", "identity": "vcard" }, + { + "map": "./StreetAddress (newline delimitted)", + "identity": "servd" + } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "Address.line", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street" + } + ], + "orderMeaning": "The order in which lines should appear in an address label", + "isSummary": true + }, + { + "path": "Address.city", + "min": 0, + "definition": "The name of the city, town, suburb, village or other community or delivery center.", + "short": "Name of city, town etc.", + "mapping": [ + { "map": "XAD.3", "identity": "v2" }, + { "map": "AD.part[parttype = CTY]", "identity": "rim" }, + { "map": "locality", "identity": "vcard" }, + { "map": "./Jurisdiction", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["Municpality"], + "max": "1", + "id": "Address.city", + "example": [ + { "label": "General", "valueString": "Erewhon" } + ], + "isSummary": true + }, + { + "path": "Address.district", + "min": 0, + "definition": "The name of the administrative area (county).", + "short": "District name (aka county)", + "mapping": [ + { "map": "XAD.9", "identity": "v2" }, + { + "map": "AD.part[parttype = CNT | CPA]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "alias": ["County"], + "max": "1", + "id": "Address.district", + "comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.", + "example": [ + { "label": "General", "valueString": "Madison" } + ], + "isSummary": true + }, + { + "path": "Address.state", + "min": 0, + "definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).", + "short": "Sub-unit of country (abbreviations ok)", + "mapping": [ + { "map": "XAD.4", "identity": "v2" }, + { "map": "AD.part[parttype = STA]", "identity": "rim" }, + { "map": "region", "identity": "vcard" }, + { "map": "./Region", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["Province", "Territory"], + "max": "1", + "id": "Address.state", + "isSummary": true + }, + { + "path": "Address.postalCode", + "min": 0, + "definition": "A postal code designating a region defined by the postal service.", + "short": "Postal code for area", + "mapping": [ + { "map": "XAD.5", "identity": "v2" }, + { "map": "AD.part[parttype = ZIP]", "identity": "rim" }, + { "map": "code", "identity": "vcard" }, + { + "map": "./PostalIdentificationCode", + "identity": "servd" + } + ], + "type": [{ "code": "string" }], + "alias": ["Zip"], + "max": "1", + "id": "Address.postalCode", + "example": [{ "label": "General", "valueString": "9132" }], + "isSummary": true + }, + { + "path": "Address.country", + "min": 0, + "definition": "Country - a nation as commonly understood or generally accepted.", + "short": "Country (e.g. can be ISO 3166 2 or 3 letter code)", + "mapping": [ + { "map": "XAD.6", "identity": "v2" }, + { "map": "AD.part[parttype = CNT]", "identity": "rim" }, + { "map": "country", "identity": "vcard" }, + { "map": "./Country", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Address.country", + "comment": "ISO 3166 3 letter codes can be used in place of a human readable country name.", + "isSummary": true + }, + { + "path": "Address.period", + "requirements": "Allows addresses to be placed in historical context.", + "min": 0, + "definition": "Time period when address was/is in use.", + "short": "Time period when address was/is in use", + "mapping": [ + { "map": "XAD.12 / XAD.13 + XAD.14", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Address.period", + "example": [ + { + "label": "General", + "valuePeriod": { + "end": "2010-07-01", + "start": "2010-03-23" + } + } + ], + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CareTeam/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "CareTeam", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CareTeam", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CareTeam", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CareTeam", + "differential": { + "element": [ + { + "id": "CareTeam", + "max": "*", + "min": 0, + "path": "CareTeam", + "short": "Planned participants in the coordination and delivery of care for a patient or group", + "definition": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient." + }, + { + "path": "CareTeam.identifier", + "requirements": "Allows identification of the care team as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "External Ids for this team", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "CareTeam.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CareTeam.status", + "min": 0, + "definition": "Indicates the current state of the care team.", + "isModifier": true, + "short": "proposed | active | suspended | inactive | entered-in-error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamStatus" + } + ], + "description": "Indicates the status of the care team." + }, + "max": "1", + "id": "CareTeam.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the care team as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CareTeam.category", + "requirements": "Used for filtering what teams(s) are retrieved and displayed to different types of users.", + "min": 0, + "definition": "Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team.", + "short": "Type of team", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamCategory" + } + ], + "description": "Indicates the type of care team." + }, + "max": "*", + "id": "CareTeam.category", + "comment": "There may be multiple axis of categorization and one team may serve multiple purposes.", + "isSummary": true + }, + { + "path": "CareTeam.name", + "min": 0, + "definition": "A label for human use intended to distinguish like teams. E.g. the \"red\" vs. \"green\" trauma teams.", + "short": "Name of the team, such as crisis assessment team", + "type": [{ "code": "string" }], + "max": "1", + "id": "CareTeam.name", + "comment": "The meaning/purpose of the team is conveyed in CareTeam.category. This element may also convey semantics of the team (e.g. \"Red trauma team\"), but its primary purpose is to distinguish between identical teams in a human-friendly way. (\"Team 18735\" isn't as friendly.).", + "isSummary": true + }, + { + "path": "CareTeam.subject", + "requirements": "Allows the team to care for a group (e.g. marriage) therapy. \nAllows for an organization to designate a team such as the PICC line team.", + "min": 0, + "definition": "Identifies the patient or group whose intended care is handled by the team.", + "short": "Who care team is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "CareTeam.subject", + "isSummary": true + }, + { + "path": "CareTeam.encounter", + "min": 0, + "definition": "The Encounter during which this CareTeam was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "CareTeam.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "CareTeam.period", + "requirements": "Allows tracking what team(s) are in effect at a particular time.", + "min": 0, + "definition": "Indicates when the team did (or is intended to) come into effect and end.", + "short": "Time period team covers", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "Period" }], + "max": "1", + "id": "CareTeam.period", + "isSummary": true + }, + { + "constraint": [ + { + "key": "ctm-1", + "human": "CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner", + "xpath": "starts-with(f:member/f:reference/@value, 'Practitioner/') or contains(f:member/f:reference/@value, '/Practitioner/') or exists(ancestor::*/f:contains/f:Practitioner/f:id[@value=substring-after(current()/f:member/f:reference/@value, '#')]) or not(exists(f:onBehalfOf))", + "severity": "error", + "expression": "onBehalfOf.exists() implies (member.resolve().iif(empty(), true, ofType(Practitioner).exists()))" + } + ], + "path": "CareTeam.participant", + "min": 0, + "definition": "Identifies all people and organizations who are expected to be involved in the care team.", + "short": "Members of the team", + "mapping": [ + { + "map": "REL (REL.4 is always the Patient) ( or PRT?)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CareTeam.participant", + "condition": ["ctm-1"] + }, + { + "path": "CareTeam.participant.role", + "min": 0, + "definition": "Indicates specific responsibility of an individual within the care team, such as \"Primary care physician\", \"Trained social worker counselor\", \"Caregiver\", etc.", + "short": "Type of involvement", + "mapping": [ + { "map": "REL.2 (or PRT-4?)", "identity": "v2" }, + { "map": ".functionCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamParticipantRole" + } + ], + "description": "Indicates specific responsibility of an individual within the care team, such as \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc." + }, + "max": "*", + "id": "CareTeam.participant.role", + "comment": "Roles may sometimes be inferred by type of Practitioner. These are relationships that hold only within the context of the care team. General relationships should be handled as properties of the Patient resource directly.", + "isSummary": true + }, + { + "path": "CareTeam.participant.member", + "min": 0, + "definition": "The specific person or organization who is participating/expected to participate in the care team.", + "short": "Who is involved", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "REL.5 (or PRT-5 : ( PRV-4 {provider participations} ) / PRT-5 : ( PRV-4 {non-provider person participations} ) / PRT-5 : ( PRV-4 = (patient non-subject of care) ) / PRT-8?)", + "identity": "v2" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "max": "1", + "id": "CareTeam.participant.member", + "comment": "Patient only needs to be listed if they have a role other than \"subject of care\".\n\nMember is optional because some participants may be known only by their role, particularly in draft plans.", + "isSummary": true + }, + { + "path": "CareTeam.participant.onBehalfOf", + "requirements": "Practitioners can be associated with multiple organizations. This element indicates which organization they were acting on behalf of.", + "min": 0, + "definition": "The organization of the practitioner.", + "short": "Organization of the practitioner", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "CareTeam.participant.onBehalfOf", + "isSummary": true + }, + { + "id": "CareTeam.participant.period", + "max": "1", + "min": 0, + "path": "CareTeam.participant.period", + "type": [{ "code": "Period" }], + "short": "Time period of participant", + "definition": "Indicates when the specific member or organization did (or is intended to) come into effect and end." + }, + { + "path": "CareTeam.reasonCode", + "min": 0, + "definition": "Describes why the care team exists.", + "short": "Why the care team exists", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamReason" + } + ], + "description": "Indicates the reason for the care team." + }, + "max": "*", + "id": "CareTeam.reasonCode" + }, + { + "id": "CareTeam.reasonReference", + "max": "*", + "min": 0, + "path": "CareTeam.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "short": "Why the care team exists", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "definition": "Condition(s) that this care team addresses." + }, + { + "path": "CareTeam.managingOrganization", + "requirements": "Allows for multiple organizations to collaboratively manage cross-organizational, longitudinal care plan.", + "min": 0, + "definition": "The organization responsible for the care team.", + "short": "Organization responsible for the care team", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "*", + "id": "CareTeam.managingOrganization", + "isSummary": true + }, + { + "id": "CareTeam.telecom", + "max": "*", + "min": 0, + "path": "CareTeam.telecom", + "type": [{ "code": "ContactPoint" }], + "short": "A contact detail for the care team (that applies to all members)", + "comment": "The ContactPoint.use code of home is not appropriate to use. These contacts are not the contact details of individual care team members.", + "definition": "A central contact detail for the care team (that applies to all members)." + }, + { + "id": "CareTeam.note", + "max": "*", + "min": 0, + "path": "CareTeam.note", + "type": [{ "code": "Annotation" }], + "short": "Comments made about the CareTeam", + "definition": "Comments made about the CareTeam." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Vocabulary)", + "fhirVersion": "4.0.1", + "name": "TerminologyCapabilities", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TerminologyCapabilities", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "TerminologyCapabilities", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TerminologyCapabilities", + "differential": { + "element": [ + { + "id": "TerminologyCapabilities", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities", + "short": "A statement of system capabilities", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "constraint": [ + { + "key": "tcp-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + { + "key": "tcp-3", + "human": "If kind = instance, implementation must be present and software may be present", + "xpath": "not(f:kind/@value='instance') or exists(f:implementation)", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + { + "key": "tcp-2", + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "xpath": "count(f:software | f:implementation | f:description) > 0", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + { + "key": "tcp-5", + "human": "If kind = requirements, implementation and software must be absent", + "xpath": "not(f:kind/@value='instance') or (not(exists(f:implementation)) and not(exists(f:software)))", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + { + "key": "tcp-4", + "human": "If kind = capability, implementation must be absent, software must be present", + "xpath": " not(f:kind/@value='instance') or (not(exists(f:implementation)) and exists(f:software))", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + } + ], + "definition": "A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation." + }, + { + "path": "TerminologyCapabilities.url", + "requirements": "Allows the terminology capabilities to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this terminology capabilities when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this terminology capabilities is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the terminology capabilities is stored on different servers.", + "short": "Canonical identifier for this terminology capabilities, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "TerminologyCapabilities.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the terminology capabilities when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the terminology capabilities author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the terminology capabilities", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.version", + "comment": "There may be different terminology capabilities instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the terminology capabilities with the format [url]|[version].", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the terminology capabilities. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this terminology capabilities (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the terminology capabilities.", + "short": "Name for this terminology capabilities (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.status", + "min": 1, + "definition": "The status of this terminology capabilities. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "TerminologyCapabilities.status", + "comment": "Allows filtering of terminology capabilitiess that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level terminology capabilities.", + "min": 0, + "definition": "A Boolean value to indicate that this terminology capabilities is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "TerminologyCapabilities.experimental", + "comment": "Allows filtering of terminology capabilitiess that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.date", + "min": 1, + "definition": "The date (and optionally time) when the terminology capabilities was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the terminology capabilities changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "TerminologyCapabilities.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the terminology capabilities. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the terminology capabilities. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the terminology capabilities.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the terminology capabilities is the organization or individual primarily responsible for the maintenance and upkeep of the terminology capabilities. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the terminology capabilities. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "TerminologyCapabilities.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.description", + "min": 0, + "definition": "A free text natural language description of the terminology capabilities from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.", + "short": "Natural language description of the terminology capabilities", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "TerminologyCapabilities.description", + "comment": "This description can be used to capture details such as why the terminology capabilities was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the terminology capabilities as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the terminology capabilities is presumed to be the predominant language in the place the terminology capabilities was created).This does not need to be populated if the description is adequately implied by the software or implementation details." + }, + { + "path": "TerminologyCapabilities.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate terminology capabilities instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "TerminologyCapabilities.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the terminology capabilities is intended to be used.", + "short": "Intended jurisdiction for terminology capabilities (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "TerminologyCapabilities.jurisdiction", + "comment": "It may be possible for the terminology capabilities to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.purpose", + "min": 0, + "definition": "Explanation of why this terminology capabilities is needed and why it has been designed as it has.", + "short": "Why this terminology capabilities is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "TerminologyCapabilities.purpose", + "comment": "This element does not describe the usage of the terminology capabilities. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this terminology capabilities." + }, + { + "path": "TerminologyCapabilities.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the terminology capabilities and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the terminology capabilities and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the terminology capabilities.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "TerminologyCapabilities.copyright", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.kind", + "requirements": "Allow searching the 3 modes.", + "min": 1, + "definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).", + "short": "instance | capability | requirements", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CapabilityStatementKind" + } + ], + "description": "How a capability statement is intended to be used." + }, + "max": "1", + "id": "TerminologyCapabilities.kind", + "condition": ["tcp-3", "tcp-4", "tcp-5"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.software", + "min": 0, + "definition": "Software that is covered by this terminology capability statement. It is used when the statement describes the capabilities of a particular software version, independent of an installation.", + "short": "Software that is covered by this terminology capability statement", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "TerminologyCapabilities.software", + "condition": ["tcp-2"], + "isSummary": true + }, + { + "id": "TerminologyCapabilities.software.name", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.software.name", + "type": [{ "code": "string" }], + "short": "A name the software is known by", + "isSummary": true, + "definition": "Name the software is known by." + }, + { + "path": "TerminologyCapabilities.software.version", + "min": 0, + "definition": "The version identifier for the software covered by this statement.", + "short": "Version covered by this statement", + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.software.version", + "comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.implementation", + "min": 0, + "definition": "Identifies a specific implementation instance that is described by the terminology capability statement - i.e. a particular installation, rather than the capabilities of a software program.", + "short": "If this describes a specific instance", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "TerminologyCapabilities.implementation", + "condition": ["tcp-2", "tcp-5"], + "isSummary": true + }, + { + "id": "TerminologyCapabilities.implementation.description", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.implementation.description", + "type": [{ "code": "string" }], + "short": "Describes this specific instance", + "isSummary": true, + "definition": "Information about the specific installation that this terminology capability statement relates to." + }, + { + "id": "TerminologyCapabilities.implementation.url", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.implementation.url", + "type": [{ "code": "url" }], + "short": "Base URL for the implementation", + "isSummary": true, + "definition": "An absolute base URL for the implementation." + }, + { + "id": "TerminologyCapabilities.lockedDate", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.lockedDate", + "type": [{ "code": "boolean" }], + "short": "Whether lockedDate is supported", + "isSummary": true, + "definition": "Whether the server supports lockedDate." + }, + { + "constraint": [ + { + "key": "tcp-1", + "human": "If there is more than one version, a version code must be defined", + "xpath": "(count(f:version) <= 1) or not(exists(f:version[not(f:code)]))", + "severity": "error", + "expression": "version.count() > 1 implies version.all(code.exists())" + } + ], + "path": "TerminologyCapabilities.codeSystem", + "min": 0, + "definition": "Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource.", + "short": "A code system supported by the server", + "type": [{ "code": "BackboneElement" }], + "alias": ["1"], + "max": "*", + "id": "TerminologyCapabilities.codeSystem", + "comment": "The code system - identified by its system URL - may also be declared explicitly as a Code System Resource at /CodeSystem, but it might not be." + }, + { + "id": "TerminologyCapabilities.codeSystem.uri", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.uri", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "short": "URI for the Code System", + "definition": "URI for the Code System." + }, + { + "id": "TerminologyCapabilities.codeSystem.version", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version", + "type": [{ "code": "BackboneElement" }], + "short": "Version of Code System supported", + "comment": "Language translations might not be available for all codes.", + "definition": "For the code system, a list of versions that are supported by the server." + }, + { + "path": "TerminologyCapabilities.codeSystem.version.code", + "min": 0, + "definition": "For version-less code systems, there should be a single version with no identifier.", + "short": "Version identifier for this version", + "type": [{ "code": "string" }], + "max": "1", + "id": "TerminologyCapabilities.codeSystem.version.code", + "condition": ["tcp-1"], + "isSummary": true + }, + { + "id": "TerminologyCapabilities.codeSystem.version.isDefault", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version.isDefault", + "type": [{ "code": "boolean" }], + "short": "If this is the default version for this code system", + "isSummary": true, + "definition": "If this is the default version for this code system." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.compositional", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version.compositional", + "type": [{ "code": "boolean" }], + "short": "If compositional grammar is supported", + "definition": "If the compositional grammar defined by the code system is supported." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.language", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version.language", + "type": [{ "code": "code" }], + "short": "Language Displays supported", + "definition": "Language Displays supported." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.filter", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version.filter", + "type": [{ "code": "BackboneElement" }], + "short": "Filter Properties supported", + "definition": "Filter Properties supported." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.filter.code", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.codeSystem.version.filter.code", + "type": [{ "code": "code" }], + "short": "Code of the property supported", + "definition": "Code of the property supported." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.filter.op", + "max": "*", + "min": 1, + "path": "TerminologyCapabilities.codeSystem.version.filter.op", + "type": [{ "code": "code" }], + "short": "Operations supported for the property", + "definition": "Operations supported for the property." + }, + { + "id": "TerminologyCapabilities.codeSystem.version.property", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.version.property", + "type": [{ "code": "code" }], + "short": "Properties supported for $lookup", + "definition": "Properties supported for $lookup." + }, + { + "id": "TerminologyCapabilities.codeSystem.subsumption", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.codeSystem.subsumption", + "type": [{ "code": "boolean" }], + "short": "Whether subsumption is supported", + "definition": "True if subsumption is supported for this version of the code system." + }, + { + "id": "TerminologyCapabilities.expansion", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the [ValueSet/$expand](valueset-operation-expand.html) operation", + "definition": "Information about the [ValueSet/$expand](valueset-operation-expand.html) operation." + }, + { + "id": "TerminologyCapabilities.expansion.hierarchical", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion.hierarchical", + "type": [{ "code": "boolean" }], + "short": "Whether the server can return nested value sets", + "definition": "Whether the server can return nested value sets." + }, + { + "id": "TerminologyCapabilities.expansion.paging", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion.paging", + "type": [{ "code": "boolean" }], + "short": "Whether the server supports paging on expansion", + "definition": "Whether the server supports paging on expansion." + }, + { + "id": "TerminologyCapabilities.expansion.incomplete", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion.incomplete", + "type": [{ "code": "boolean" }], + "short": "Allow request for incomplete expansions?", + "definition": "Allow request for incomplete expansions?" + }, + { + "id": "TerminologyCapabilities.expansion.parameter", + "max": "*", + "min": 0, + "path": "TerminologyCapabilities.expansion.parameter", + "type": [{ "code": "BackboneElement" }], + "short": "Supported expansion parameter", + "definition": "Supported expansion parameter." + }, + { + "id": "TerminologyCapabilities.expansion.parameter.name", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.expansion.parameter.name", + "type": [{ "code": "code" }], + "short": "Expansion Parameter name", + "definition": "Expansion Parameter name." + }, + { + "id": "TerminologyCapabilities.expansion.parameter.documentation", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion.parameter.documentation", + "type": [{ "code": "string" }], + "short": "Description of support for parameter", + "definition": "Description of support for parameter." + }, + { + "id": "TerminologyCapabilities.expansion.textFilter", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.expansion.textFilter", + "type": [{ "code": "markdown" }], + "short": "Documentation about text searching works", + "comment": "This documentation should cover things like case sensitivity, use of punctuation if not ignored, what wild cards are supported (if any), whether text is starts with or contains, and whether word order matters.", + "definition": "Documentation about text searching works." + }, + { + "path": "TerminologyCapabilities.codeSearch", + "min": 0, + "definition": "The degree to which the server supports the code search parameter on ValueSet, if it is supported.", + "short": "explicit | all", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/code-search-support|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSearchSupport" + } + ], + "description": "The degree to which the server supports the code search parameter on ValueSet, if it is supported." + }, + "max": "1", + "id": "TerminologyCapabilities.codeSearch", + "comment": "See notes on the [ValueSet](valueset.html#) resource." + }, + { + "id": "TerminologyCapabilities.validateCode", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.validateCode", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation", + "definition": "Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation." + }, + { + "id": "TerminologyCapabilities.validateCode.translations", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.validateCode.translations", + "type": [{ "code": "boolean" }], + "short": "Whether translations are validated", + "definition": "Whether translations are validated." + }, + { + "id": "TerminologyCapabilities.translation", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.translation", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation", + "definition": "Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation." + }, + { + "id": "TerminologyCapabilities.translation.needsMap", + "max": "1", + "min": 1, + "path": "TerminologyCapabilities.translation.needsMap", + "type": [{ "code": "boolean" }], + "short": "Whether the client must identify the map", + "definition": "Whether the client must identify the map." + }, + { + "id": "TerminologyCapabilities.closure", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.closure", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the [ConceptMap/$closure](conceptmap-operation-closure.html) operation", + "definition": "Whether the $closure operation is supported." + }, + { + "id": "TerminologyCapabilities.closure.translation", + "max": "1", + "min": 0, + "path": "TerminologyCapabilities.closure.translation", + "type": [{ "code": "boolean" }], + "short": "If cross-system closure is supported", + "definition": "If cross-system closure is supported." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for ParameterDefinition Type: The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ParameterDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "ParameterDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ParameterDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ParameterDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ParameterDefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ParameterDefinition", + "differential": { + "element": [ + { + "id": "ParameterDefinition", + "max": "*", + "min": 0, + "path": "ParameterDefinition", + "short": "Definition of a parameter to a module", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse." + }, + { + "id": "ParameterDefinition.name", + "max": "1", + "min": 0, + "path": "ParameterDefinition.name", + "type": [{ "code": "code" }], + "short": "Name used to access the parameter value", + "isSummary": true, + "definition": "The name of the parameter used to allow access to the value of the parameter in evaluation contexts." + }, + { + "path": "ParameterDefinition.use", + "min": 1, + "definition": "Whether the parameter is input or output for the module.", + "short": "in | out", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParameterUse" + } + ], + "description": "Whether the parameter is input or output." + }, + "max": "1", + "id": "ParameterDefinition.use", + "isSummary": true + }, + { + "id": "ParameterDefinition.min", + "max": "1", + "min": 0, + "path": "ParameterDefinition.min", + "type": [{ "code": "integer" }], + "short": "Minimum cardinality", + "isSummary": true, + "definition": "The minimum number of times this parameter SHALL appear in the request or response." + }, + { + "id": "ParameterDefinition.max", + "max": "1", + "min": 0, + "path": "ParameterDefinition.max", + "type": [{ "code": "string" }], + "short": "Maximum cardinality (a number of *)", + "isSummary": true, + "definition": "The maximum number of times this element is permitted to appear in the request or response." + }, + { + "id": "ParameterDefinition.documentation", + "max": "1", + "min": 0, + "path": "ParameterDefinition.documentation", + "type": [{ "code": "string" }], + "short": "A brief description of the parameter", + "isSummary": true, + "definition": "A brief discussion of what the parameter is for and how it is used by the module." + }, + { + "path": "ParameterDefinition.type", + "min": 1, + "definition": "The type of the parameter.", + "short": "What type of value", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRAllTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types." + }, + "max": "1", + "id": "ParameterDefinition.type", + "isSummary": true + }, + { + "id": "ParameterDefinition.profile", + "max": "1", + "min": 0, + "path": "ParameterDefinition.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "What profile the value is expected to be", + "isSummary": true, + "definition": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Explicit precision of the number. This is the number of significant decimal places after the decimal point, irrespective of how many are actually present in the explicitly represented decimal.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/quantity-precision/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "precision", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "quantity-precision", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/quantity-precision", + "context": [{ "type": "element", "expression": "decimal" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/quantity-precision", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Explicit precision (number of significant decimal places)", + "comment": "The presence of this extension does not change conformance expectations with regard to rendering and calculations that use the number - these are still based on the raw decimal value. Applications that perform calculations SHALL ensure that this extension is removed or updated to the correct precision value if the number is changed. Applications should consider using the exponential form (e.g. 2.10e3) on the raw decimal to manage significant figures, but should be mindful of human display when doing so.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "Explicit precision of the number. This is the number of significant decimal places after the decimal point, irrespective of how many are actually present in the explicitly represented decimal." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/quantity-precision" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If set to true, indicates that support for the specified behavior would make a system non-conformant with the specification.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited/4.0.1", + "date": "2014-04-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "prohibited", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Conformance prohibition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "capabilitystatement-prohibited", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited", + "context": [ + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.interaction" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.searchParam" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.searchParam" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.operation" + }, + { "type": "element", "expression": "CapabilityStatement.document" }, + { + "type": "element", + "expression": "CapabilityStatement.rest.interaction" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilitystatement-prohibited", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "If set to true, indicates that support for the specified behavior would make a system non-conformant with the specification.", + "isModifier": true, + "short": "Functionality not allowed", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "max": "1", + "id": "Extension", + "isModifierReason": "If true, this extension inverts the meaning of the conformance statement" + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir.htm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Age Type: A duration of time during which an organism (or a process) has existed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Age/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Age", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Age", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Age", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Age", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Age", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "age-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM. If value is present, it SHALL be positive.", + "xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='http://unitsofmeasure.org') and (not(f:value/@value) or f:value/@value >=0)", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (value.empty() or value.hasValue().not() or value > 0)" + } + ], + "path": "Age", + "min": 0, + "definition": "A duration of time during which an organism (or a process) has existed.", + "short": "A duration of time during which an organism (or a process) has existed", + "mapping": [{ "map": "PQ", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/age-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-time-units" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AgeUnits" + } + ], + "description": "Appropriate units for Age." + }, + "max": "*", + "id": "Age" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem/4.0.1", + "date": "2015-10-20", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Item", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-geneticsItem", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-geneticsItem", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "The items the orderer requested", + "definition": "The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested." + }, + { + "id": "Extension.extension:code", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Code to indicate the item (test, panel or sequence variant) being ordered", + "sliceName": "code", + "definition": "Code to indicate the item (test, panel or sequence variant) being ordered." + }, + { + "id": "Extension.extension:code.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:code.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "code" + }, + { + "id": "Extension.extension:code.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:geneticsObservation", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Indicate the genetic variant ordered to be tested", + "sliceName": "geneticsObservation", + "definition": "Indicate the genetic variant ordered to be tested." + }, + { + "id": "Extension.extension:geneticsObservation.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:geneticsObservation.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "geneticsObservation" + }, + { + "id": "Extension.extension:geneticsObservation.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ] + }, + { + "id": "Extension.extension:specimen", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "If this item relates to specific specimens", + "sliceName": "specimen", + "definition": "If the item is related to a specific specimen." + }, + { + "id": "Extension.extension:specimen.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:specimen.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "specimen" + }, + { + "id": "Extension.extension:specimen.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ] + }, + { + "id": "Extension.extension:status", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed", + "sliceName": "status", + "definition": "The status of this individual item within the order." + }, + { + "id": "Extension.extension:status.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:status.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "status" + }, + { + "id": "Extension.extension:status.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Enforces an actual group, rather than a definitional group", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/actualgroup/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Actual Group", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Group", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "actualgroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/actualgroup", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/actualgroup", + "differential": { + "element": [ + { "id": "Group", "max": "1", "min": 1, "path": "Group" }, + { + "id": "Group.actual", + "max": "1", + "min": 1, + "path": "Group.actual", + "type": [{ "code": "boolean" }], + "fixedBoolean": true + }, + { + "id": "Group.characteristic", + "max": "0", + "min": 0, + "path": "Group.characteristic" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group" + }, + { + "description": "Source of sample used to determine the sequence in sequencing lab -- germline, somatic, prenatal. LOINC Code: ([48002-0](http://loinc.org/48002-0)).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "GenomicSourceClass", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsGenomicSourceClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsGenomicSourceClass", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Genomic source class", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Source of sample used to determine the sequence in sequencing lab -- germline, somatic, prenatal. LOINC Code: ([48002-0](http://loinc.org/48002-0))." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An IANA timezone code for the timezone offset per [BCP 175](https://www.iana.org/go/rfc6557). The offset is specified as part of a dateTime/instant (or using the tzOffset extension on a date if necessary). The timezone code may also be provided to allow for human display of the location associated with the offset.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/tz-code/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Timezone Code", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "An IANA timezone code for the timezone offset per BCP 175", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "tz-code", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/tz-code", + "context": [ + { "type": "element", "expression": "date" }, + { "type": "element", "expression": "dateTime" }, + { "type": "element", "expression": "instant" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/tz-code", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "IANA Timezone Code per BCP 175", + "comment": "See [https://www.iana.org/time-zones](https://www.iana.org/time-zones).", + "definition": "An IANA timezone code for the timezone offset per [BCP 175](https://www.iana.org/go/rfc6557). The offset is specified as part of a dateTime/instant (or using the tzOffset extension on a date if necessary). The timezone code may also be provided to allow for human display of the location associated with the offset." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/tz-code" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/timezones|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IANATimezone" + } + ], + "description": "IANA Timezones (BCP 175)." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The person in the receiving organization that will receive the response.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "receivingPerson", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "receivingPerson", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-receivingPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-receivingPerson", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The person in the receiving organization that will receive the response." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-receivingPerson" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Person", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called \"ClinicalImpression\" rather than \"ClinicalAssessment\" to avoid confusion with the recording of assessment tools such as Apgar score.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ClinicalImpression/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "ClinicalImpression", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ClinicalImpression", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "ClinicalImpression", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ClinicalImpression", + "differential": { + "element": [ + { + "id": "ClinicalImpression", + "max": "*", + "min": 0, + "path": "ClinicalImpression", + "short": "A clinical assessment performed when planning treatments and management strategies for a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Partial mapping for problem evaluation", + "identity": "v2" + } + ], + "definition": "A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called \"ClinicalImpression\" rather than \"ClinicalAssessment\" to avoid confusion with the recording of assessment tools such as Apgar score." + }, + { + "path": "ClinicalImpression.identifier", + "requirements": "Allows identification of the clinical impression as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this clinical impression by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ClinicalImpression.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "ClinicalImpression.status", + "min": 1, + "definition": "Identifies the workflow status of the assessment.", + "isModifier": true, + "short": "in-progress | completed | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "PRB-14", "identity": "v2" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionStatus" + } + ], + "description": "The workflow state of a clinical impression." + }, + "max": "1", + "id": "ClinicalImpression.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the clinical impression as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ClinicalImpression.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the ClinicalImpression.", + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionStatusReason" + } + ], + "description": "Codes identifying the reason for the current state of a clinical impression." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "ClinicalImpression.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"cancelled\".\n\n[distinct reason codes for different statuses can be enforced using invariants if they are universal bindings]." + }, + { + "path": "ClinicalImpression.code", + "min": 0, + "definition": "Categorizes the type of clinical assessment performed.", + "short": "Kind of assessment performed", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionCode" + } + ], + "description": "Identifies categories of clinical impressions. This is a place-holder only. It may be removed." + }, + "alias": ["type"], + "max": "1", + "id": "ClinicalImpression.code", + "comment": "This is present as a place-holder only and may be removed based on feedback/work group opinion.", + "isSummary": true + }, + { + "id": "ClinicalImpression.description", + "max": "1", + "min": 0, + "path": "ClinicalImpression.description", + "type": [{ "code": "string" }], + "short": "Why/how the assessment was performed", + "isSummary": true, + "definition": "A summary of the context and/or cause of the assessment - why / where it was performed, and what patient events/status prompted it." + }, + { + "path": "ClinicalImpression.subject", + "requirements": "Group is typically for veterinary and/or public health purposes.", + "min": 1, + "definition": "The patient or group of individuals assessed as part of this record.", + "short": "Patient or group assessed", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "ClinicalImpression.subject", + "isSummary": true + }, + { + "path": "ClinicalImpression.encounter", + "min": 0, + "definition": "The Encounter during which this ClinicalImpression was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "ClinicalImpression.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "ClinicalImpression.effective[x]", + "min": 0, + "definition": "The point in time or period over which the subject was assessed.", + "short": "Time of assessment", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PRB-2", "identity": "v2" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "ClinicalImpression.effective[x]", + "comment": "This SHOULD be accurate to at least the minute, though some assessments only have a known date.", + "isSummary": true + }, + { + "path": "ClinicalImpression.date", + "min": 0, + "definition": "Indicates when the documentation of the assessment was complete.", + "short": "When the assessment was documented", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ClinicalImpression.date", + "isSummary": true + }, + { + "path": "ClinicalImpression.assessor", + "min": 0, + "definition": "The clinician performing the assessment.", + "short": "The clinician performing the assessment", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ROL-4", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "ClinicalImpression.assessor", + "isSummary": true + }, + { + "id": "ClinicalImpression.previous", + "max": "1", + "min": 0, + "path": "ClinicalImpression.previous", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" + ] + } + ], + "short": "Reference to last assessment", + "comment": "It is always likely that multiple previous assessments exist for a patient. The point of quoting a previous assessment is that this assessment is relative to it (see resolved).", + "definition": "A reference to the last assessment that was conducted on this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes." + }, + { + "path": "ClinicalImpression.problem", + "min": 0, + "definition": "A list of the relevant problems/conditions for a patient.", + "short": "Relevant impressions of patient state", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "PRB-3 / IAM-7", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + ], + "max": "*", + "id": "ClinicalImpression.problem", + "comment": "e.g. The patient is a pregnant, has congestive heart failure, has an ‎Adenocarcinoma, and is allergic to penicillin.", + "isSummary": true + }, + { + "id": "ClinicalImpression.investigation", + "max": "*", + "min": 0, + "path": "ClinicalImpression.investigation", + "type": [{ "code": "BackboneElement" }], + "short": "One or more sets of investigations (signs, symptoms, etc.)", + "definition": "One or more sets of investigations (signs, symptoms, etc.). The actual grouping of investigations varies greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes." + }, + { + "id": "ClinicalImpression.investigation.code", + "max": "1", + "min": 1, + "path": "ClinicalImpression.investigation.code", + "type": [{ "code": "CodeableConcept" }], + "short": "A name/code for the set", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/investigation-sets", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InvestigationGroupType" + } + ], + "description": "A name/code for a set of investigations." + }, + "definition": "A name/code for the group (\"set\") of investigations. Typically, this will be something like \"signs\", \"symptoms\", \"clinical\", \"diagnostic\", but the list is not constrained, and others such groups such as (exposure|family|travel|nutritional) history may be used." + }, + { + "path": "ClinicalImpression.investigation.item", + "min": 0, + "definition": "A record of a specific investigation that was undertaken.", + "short": "Record of a specific investigation", + "mapping": [{ "map": "OBX-21", "identity": "v2" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ], + "max": "*", + "id": "ClinicalImpression.investigation.item", + "comment": "Most investigations are observations of one kind or another but some other specific types of data collection resources can also be used." + }, + { + "id": "ClinicalImpression.protocol", + "max": "*", + "min": 0, + "path": "ClinicalImpression.protocol", + "type": [{ "code": "uri" }], + "short": "Clinical Protocol followed", + "definition": "Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis." + }, + { + "id": "ClinicalImpression.summary", + "max": "1", + "min": 0, + "path": "ClinicalImpression.summary", + "type": [{ "code": "string" }], + "short": "Summary of the assessment", + "mapping": [{ "map": "OBX", "identity": "v2" }], + "definition": "A text summary of the investigations and the diagnosis." + }, + { + "id": "ClinicalImpression.finding", + "max": "*", + "min": 0, + "path": "ClinicalImpression.finding", + "type": [{ "code": "BackboneElement" }], + "short": "Possible or likely findings and diagnoses", + "definition": "Specific findings or diagnoses that were considered likely or relevant to ongoing treatment." + }, + { + "path": "ClinicalImpression.finding.itemCodeableConcept", + "min": 0, + "definition": "Specific text or code for finding or diagnosis, which may include ruled-out or resolved conditions.", + "short": "What was found", + "mapping": [{ "map": "OBX", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionKind" + } + ], + "description": "Identification of the Condition or diagnosis." + }, + "max": "1", + "id": "ClinicalImpression.finding.itemCodeableConcept" + }, + { + "id": "ClinicalImpression.finding.itemReference", + "max": "1", + "min": 0, + "path": "ClinicalImpression.finding.itemReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ], + "short": "What was found", + "mapping": [{ "map": "OBX", "identity": "v2" }], + "definition": "Specific reference for finding or diagnosis, which may include ruled-out or resolved conditions." + }, + { + "id": "ClinicalImpression.finding.basis", + "max": "1", + "min": 0, + "path": "ClinicalImpression.finding.basis", + "type": [{ "code": "string" }], + "short": "Which investigations support finding", + "definition": "Which investigations support finding or diagnosis." + }, + { + "path": "ClinicalImpression.prognosisCodeableConcept", + "min": 0, + "definition": "Estimate of likely outcome.", + "short": "Estimate of likely outcome", + "mapping": [{ "map": "PRB-22", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionPrognosis" + } + ], + "description": "Prognosis or outlook findings." + }, + "max": "*", + "id": "ClinicalImpression.prognosisCodeableConcept" + }, + { + "id": "ClinicalImpression.prognosisReference", + "max": "*", + "min": 0, + "path": "ClinicalImpression.prognosisReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + } + ], + "short": "RiskAssessment expressing likely outcome", + "definition": "RiskAssessment expressing likely outcome." + }, + { + "id": "ClinicalImpression.supportingInfo", + "max": "*", + "min": 0, + "path": "ClinicalImpression.supportingInfo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Information supporting the clinical impression", + "definition": "Information supporting the clinical impression." + }, + { + "path": "ClinicalImpression.note", + "min": 0, + "definition": "Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear.", + "short": "Comments made about the ClinicalImpression", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "ClinicalImpression.note", + "comment": "Don't use this element for content that should more properly appear as one of the specific elements of the impression." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "It contains enriched media representation of the alert message, such as a voice recording. This may be used, for example for compliance with jurisdictional accessibility requirements, literacy issues, or translations of the unstructured text content in other languages.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/communication-media/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "media", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "media", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-media", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/communication-media", + "context": [{ "type": "element", "expression": "Communication" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/communication-media", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Attached media", + "definition": "It contains enriched media representation of the alert message, such as a voice recording. This may be used, for example for compliance with jurisdictional accessibility requirements, literacy issues, or translations of the unstructured text content in other languages." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/communication-media" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Attachment" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Marks that the expansion is incomplete, because the full value set is too large to represent, and the client asked for an incomplete fragment.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-toocostly/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "toocostly", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Expansion Truncated", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-toocostly", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-toocostly", + "context": [{ "type": "element", "expression": "ValueSet.expansion" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-toocostly", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The expansion is incomplete because the full expansion is too large", + "comment": "Typically, servers will limit expansion to a number like 10000 codes.", + "definition": "Marks that the expansion is incomplete, because the full value set is too large to represent, and the client asked for an incomplete fragment.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-toocostly" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The specific element to use in the referenced profile. This is used when a backbone element is being profiled, rather than an established type.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "profile-element", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-profile-element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "context": [ + { + "type": "element", + "expression": "ElementDefinition.type.profile" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-profile-element", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Specific element for profile (for backbone elements)", + "comment": "The backbone element cannot be the root of the struture definition, so the starting element must be specified separately.", + "definition": "The specific element to use in the referenced profile. This is used when a backbone element is being profiled, rather than an established type." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MeasureReport/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Quality Information)", + "fhirVersion": "4.0.1", + "name": "MeasureReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MeasureReport", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + } + ], + "status": "draft", + "id": "MeasureReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MeasureReport", + "differential": { + "element": [ + { + "id": "MeasureReport", + "max": "*", + "min": 0, + "path": "MeasureReport", + "short": "Results of a measure evaluation", + "constraint": [ + { + "key": "mrp-2", + "human": "Stratifiers SHALL be either a single criteria or a set of criteria components", + "xpath": "not(f:kind/@value='data-collection') or not(exists(f:group))", + "severity": "error", + "expression": "group.stratifier.stratum.all(value.exists() xor component.exists())" + }, + { + "key": "mrp-1", + "human": "Measure Reports used for data collection SHALL NOT communicate group and score information", + "xpath": "not(f:kind/@value='data-collection') or not(exists(f:group))", + "severity": "error", + "expression": "(type != 'data-collection') or group.exists().not()" + } + ], + "definition": "The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation." + }, + { + "path": "MeasureReport.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the MeasureReport", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MeasureReport.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.", + "isSummary": true + }, + { + "path": "MeasureReport.status", + "min": 1, + "definition": "The MeasureReport status. No data will be available until the MeasureReport status is complete.", + "isModifier": true, + "short": "complete | pending | error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportStatus" + } + ], + "description": "The status of the measure report." + }, + "max": "1", + "id": "MeasureReport.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MeasureReport.type", + "min": 1, + "definition": "The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.", + "short": "individual | subject-list | summary | data-collection", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportType" + } + ], + "description": "The type of the measure report." + }, + "max": "1", + "id": "MeasureReport.type", + "condition": ["mrp-1"], + "comment": "Data-collection reports are used only to communicate data-of-interest for a measure. They do not necessarily include all the data for a particular subject or population, but they may.", + "isSummary": true + }, + { + "path": "MeasureReport.measure", + "min": 1, + "definition": "A reference to the Measure that was calculated to produce this report.", + "short": "What measure was calculated", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Measure" + ] + } + ], + "max": "1", + "id": "MeasureReport.measure", + "isSummary": true + }, + { + "path": "MeasureReport.subject", + "min": 0, + "definition": "Optional subject identifying the individual or individuals the report is for.", + "short": "What individual(s) the report is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "MeasureReport.subject", + "isSummary": true + }, + { + "path": "MeasureReport.date", + "min": 0, + "definition": "The date this measure report was generated.", + "short": "When the report was generated", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "MeasureReport.date", + "isSummary": true + }, + { + "path": "MeasureReport.reporter", + "min": 0, + "definition": "The individual, location, or organization that is reporting the data.", + "short": "Who is reporting the data", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MeasureReport.reporter", + "isSummary": true + }, + { + "id": "MeasureReport.period", + "max": "1", + "min": 1, + "path": "MeasureReport.period", + "type": [{ "code": "Period" }], + "short": "What period the report covers", + "isSummary": true, + "definition": "The reporting period for which the report was calculated." + }, + { + "path": "MeasureReport.improvementNotation", + "min": 0, + "definition": "Whether improvement in the measure is noted by an increase or decrease in the measure score.", + "isModifier": true, + "short": "increase | decrease", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureImprovementNotation" + } + ], + "description": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue." + }, + "max": "1", + "id": "MeasureReport.improvementNotation", + "comment": "This element is typically defined by the measure, but reproduced here to ensure the measure score can be interpreted. The element is labeled as a modifier because it changes the interpretation of the reported measure score.", + "isModifierReason": "Improvement notation determines how to interpret the measure score (i.e. whether an increase is an improvement)", + "isSummary": true + }, + { + "id": "MeasureReport.group", + "max": "*", + "min": 0, + "path": "MeasureReport.group", + "type": [{ "code": "BackboneElement" }], + "short": "Measure results for each group", + "condition": ["mrp-1"], + "definition": "The results of the calculation, one for each population group in the measure." + }, + { + "id": "MeasureReport.group.code", + "max": "1", + "min": 0, + "path": "MeasureReport.group.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Meaning of the group", + "isSummary": true, + "definition": "The meaning of the population group as defined in the measure definition." + }, + { + "id": "MeasureReport.group.population", + "max": "*", + "min": 0, + "path": "MeasureReport.group.population", + "type": [{ "code": "BackboneElement" }], + "short": "The populations in the group", + "definition": "The populations that make up the population group, one for each type of population appropriate for the measure." + }, + { + "path": "MeasureReport.group.population.code", + "min": 0, + "definition": "The type of the population.", + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulation" + } + ], + "description": "The type of population (e.g. initial, numerator, denominator, etc.)." + }, + "max": "1", + "id": "MeasureReport.group.population.code", + "isSummary": true + }, + { + "id": "MeasureReport.group.population.count", + "max": "1", + "min": 0, + "path": "MeasureReport.group.population.count", + "type": [{ "code": "integer" }], + "short": "Size of the population", + "definition": "The number of members of the population." + }, + { + "id": "MeasureReport.group.population.subjectResults", + "max": "1", + "min": 0, + "path": "MeasureReport.group.population.subjectResults", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/List" + ] + } + ], + "short": "For subject-list reports, the subject results in this population", + "definition": "This element refers to a List of subject level MeasureReport resources, one for each subject in this population." + }, + { + "id": "MeasureReport.group.measureScore", + "max": "1", + "min": 0, + "path": "MeasureReport.group.measureScore", + "type": [{ "code": "Quantity" }], + "short": "What score this group achieved", + "isSummary": true, + "definition": "The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group." + }, + { + "id": "MeasureReport.group.stratifier", + "max": "*", + "min": 0, + "path": "MeasureReport.group.stratifier", + "type": [{ "code": "BackboneElement" }], + "short": "Stratification results", + "definition": "When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure." + }, + { + "id": "MeasureReport.group.stratifier.code", + "max": "*", + "min": 0, + "path": "MeasureReport.group.stratifier.code", + "type": [{ "code": "CodeableConcept" }], + "short": "What stratifier of the group", + "definition": "The meaning of this stratifier, as defined in the measure definition." + }, + { + "id": "MeasureReport.group.stratifier.stratum", + "max": "*", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum", + "type": [{ "code": "BackboneElement" }], + "short": "Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "StratifierGroup" + } + ], + "definition": "This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value." + }, + { + "id": "MeasureReport.group.stratifier.stratum.value", + "max": "1", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.value", + "type": [{ "code": "CodeableConcept" }], + "short": "The stratum value, e.g. male", + "definition": "The value for this stratum, expressed as a CodeableConcept. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique." + }, + { + "id": "MeasureReport.group.stratifier.stratum.component", + "max": "*", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.component", + "type": [{ "code": "BackboneElement" }], + "short": "Stratifier component values", + "definition": "A stratifier component value." + }, + { + "id": "MeasureReport.group.stratifier.stratum.component.code", + "max": "1", + "min": 1, + "path": "MeasureReport.group.stratifier.stratum.component.code", + "type": [{ "code": "CodeableConcept" }], + "short": "What stratifier component of the group", + "definition": "The code for the stratum component value." + }, + { + "id": "MeasureReport.group.stratifier.stratum.component.value", + "max": "1", + "min": 1, + "path": "MeasureReport.group.stratifier.stratum.component.value", + "type": [{ "code": "CodeableConcept" }], + "short": "The stratum component value, e.g. male", + "definition": "The stratum component value." + }, + { + "id": "MeasureReport.group.stratifier.stratum.population", + "max": "*", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.population", + "type": [{ "code": "BackboneElement" }], + "short": "Population results in this stratum", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "StratifierGroupPopulation" + } + ], + "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure." + }, + { + "id": "MeasureReport.group.stratifier.stratum.population.code", + "max": "1", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.population.code", + "type": [{ "code": "CodeableConcept" }], + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulation" + } + ], + "description": "The type of population (e.g. initial, numerator, denominator, etc.)." + }, + "definition": "The type of the population." + }, + { + "id": "MeasureReport.group.stratifier.stratum.population.count", + "max": "1", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.population.count", + "type": [{ "code": "integer" }], + "short": "Size of the population", + "definition": "The number of members of the population in this stratum." + }, + { + "id": "MeasureReport.group.stratifier.stratum.population.subjectResults", + "max": "1", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.population.subjectResults", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/List" + ] + } + ], + "short": "For subject-list reports, the subject results in this population", + "definition": "This element refers to a List of subject level MeasureReport resources, one for each subject in this population in this stratum." + }, + { + "id": "MeasureReport.group.stratifier.stratum.measureScore", + "max": "1", + "min": 0, + "path": "MeasureReport.group.stratifier.stratum.measureScore", + "type": [{ "code": "Quantity" }], + "short": "What score this stratum achieved", + "definition": "The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum." + }, + { + "id": "MeasureReport.evaluatedResource", + "max": "*", + "min": 0, + "path": "MeasureReport.evaluatedResource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "What data was used to calculate the measure score", + "definition": "A reference to a Bundle containing the Resources that were used in the calculation of this measure." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Body Weight Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodyweight/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-bodyweight", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Weight Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'29463-7'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg', 'g', or '[lb_av]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "bodyweight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyweight", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodyweight", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Weight Profile", + "definition": "This profile defines how to represent body weight observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Weight", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Weight." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BodyWeightCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BodyWeightCode" + }, + { + "id": "Observation.code.coding:BodyWeightCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BodyWeightCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "29463-7" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodyweight|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyWeightUnits" + } + ], + "description": "Common UCUM units for Body Weight." + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "FHIR Heart Rate Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/heartrate/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-heartrate", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Heart Rate Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8867-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "heartrate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/heartrate", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/heartrate", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Heart Rate Profile", + "definition": "This profile defines how to represent heart rate observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Heart Rate", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Heart Rate." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:HeartRateCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "HeartRateCode" + }, + { + "id": "Observation.code.coding:HeartRateCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:HeartRateCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8867-4" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "/min", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "The number that may be dialed within a private phone network or after successfully connecting to a private phone network. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/contactpoint-extension/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "extension", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Extension", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contactpoint-extension", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension", + "context": [{ "type": "element", "expression": "ContactPoint" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contactpoint-extension", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Number within private network", + "comment": "The ContactPoint.value element SHOULD still be populated even if the extension is present.", + "definition": "The number that may be dialed within a private phone network or after successfully connecting to a private phone network. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The country code as defined by the ITU. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/contactpoint-country/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "country", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Country Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contactpoint-country", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-country", + "context": [{ "type": "element", "expression": "ContactPoint" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contactpoint-country", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Country code as defined by the ITU", + "comment": "The ContactPoint.value element SHOULD still be populated even if the extension is present.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "The country code as defined by the ITU. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/contactpoint-country" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The supplements or provides additional information for the target report.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "addendumOf", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Addendum Of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-addendumOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-addendumOf", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Additional or Supplement Content", + "definition": "The supplements or provides additional information for the target report.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-addendumOf" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationStatement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "MedicationStatement", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationStatement", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationStatement", + "differential": { + "element": [ + { + "id": "MedicationStatement", + "max": "*", + "min": 0, + "path": "MedicationStatement", + "short": "Record of medication being taken by a patient", + "comment": "When interpreting a medicationStatement, the value of the status and NotTaken needed to be considered:\rMedicationStatement.status + MedicationStatement.wasNotTaken\rStatus=Active + NotTaken=T = Not currently taking\rStatus=Completed + NotTaken=T = Not taken in the past\rStatus=Intended + NotTaken=T = No intention of taking\rStatus=Active + NotTaken=F = Taking, but not as prescribed\rStatus=Active + NotTaken=F = Taking\rStatus=Intended +NotTaken= F = Will be taking (not started)\rStatus=Completed + NotTaken=F = Taken in past\rStatus=In Error + NotTaken=N/A = In Error.", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "definition": "A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medication statement and a medication administration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medication statement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the medication statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information." + }, + { + "path": "MedicationStatement.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Statement that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MedicationStatement.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": true + }, + { + "path": "MedicationStatement.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event.", + "short": "Fulfils plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=SBADM or PROC or PCPR or OBS, moodCode=RQO orPLAN or PRP]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "max": "*", + "id": "MedicationStatement.basedOn", + "isSummary": true + }, + { + "path": "MedicationStatement.partOf", + "requirements": "This should not be used when indicating which resource a MedicationStatement has been derived from. If that is the use case, then MedicationStatement.derivedFrom should be used.", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=SPLY or SBADM or PROC or OBS,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "max": "*", + "id": "MedicationStatement.partOf", + "isSummary": true + }, + { + "path": "MedicationStatement.status", + "min": 1, + "definition": "A code representing the patient or other source's judgment about the state of the medication used that this statement is about. Generally, this will be active or completed.", + "isModifier": true, + "short": "active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementStatus" + } + ], + "description": "A coded concept indicating the current status of a MedicationStatement." + }, + "max": "1", + "id": "MedicationStatement.status", + "comment": "MedicationStatement is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for MedicationStatement.status contains codes that assert the status of the use of the medication by the patient (for example, stopped or on hold) as well as codes that assert the status of the medication statement itself (for example, entered in error).\r\rThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationStatement.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the MedicationStatement.", + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementStatusReason" + } + ], + "description": "A coded concept indicating the reason for the status of the statement." + }, + "max": "*", + "id": "MedicationStatement.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-taken\", \"on-hold\", \"cancelled\" or \"entered-in-error\". The reason for performing the event at all is captured in reasonCode, not here." + }, + { + "path": "MedicationStatement.category", + "min": 0, + "definition": "Indicates where the medication is expected to be consumed or administered.", + "short": "Type of medication usage", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementCategory" + } + ], + "description": "A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered." + }, + "max": "1", + "id": "MedicationStatement.category", + "isSummary": true + }, + { + "path": "MedicationStatement.medication[x]", + "min": 1, + "definition": "Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "short": "What medication was taken", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADMM or MANU]", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying the substance or product being taken." + }, + "max": "1", + "id": "MedicationStatement.medication[x]", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationStatement.subject", + "min": 1, + "definition": "The person, animal or group who is/was taking the medication.", + "short": "Who is/was taking the medication", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "MedicationStatement.subject", + "isSummary": true + }, + { + "path": "MedicationStatement.context", + "min": 0, + "definition": "The encounter or episode of care that establishes the context for this MedicationStatement.", + "short": "Encounter / Episode associated with MedicationStatement", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "max": "1", + "id": "MedicationStatement.context", + "isSummary": true + }, + { + "path": "MedicationStatement.effective[x]", + "min": 0, + "definition": "The interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationStatement.taken element is No).", + "short": "The date/time or interval when the medication is/was/will be taken", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "MedicationStatement.effective[x]", + "comment": "This attribute reflects the period over which the patient consumed the medication and is expected to be populated on the majority of Medication Statements. If the medication is still being taken at the time the statement is recorded, the \"end\" date will be omitted. The date/time attribute supports a variety of dates - year, year/month and exact date. If something more than this is required, this should be conveyed as text.", + "isSummary": true + }, + { + "path": "MedicationStatement.dateAsserted", + "min": 0, + "definition": "The date when the medication statement was asserted by the information source.", + "short": "When the statement was asserted?", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "MedicationStatement.dateAsserted", + "isSummary": true + }, + { + "id": "MedicationStatement.informationSource", + "max": "1", + "min": 0, + "path": "MedicationStatement.informationSource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Person or organization that provided the information about the taking of this medication", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT, or codes for Practioner or Related Person (if PAT is the informer, then syntax for self-reported =true)", + "identity": "rim" + } + ], + "definition": "The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest." + }, + { + "path": "MedicationStatement.derivedFrom", + "min": 0, + "definition": "Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.", + "short": "Additional supporting information", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=SPRT]/target[classCode=ACT,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "MedicationStatement.derivedFrom", + "comment": "Likely references would be to MedicationRequest, MedicationDispense, Claim, Observation or QuestionnaireAnswers. The most common use cases for deriving a MedicationStatement comes from creating a MedicationStatement from a MedicationRequest or from a lab observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the MedicationStatement from." + }, + { + "path": "MedicationStatement.reasonCode", + "min": 0, + "definition": "A reason for why the medication is being/was taken.", + "short": "Reason for why the medication is being/was taken", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationReason" + } + ], + "description": "A coded concept identifying why the medication is being taken." + }, + "max": "*", + "id": "MedicationStatement.reasonCode", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonForUseReference." + }, + { + "path": "MedicationStatement.reasonReference", + "min": 0, + "definition": "Condition or observation that supports why the medication is being/was taken.", + "short": "Condition or observation that supports why the medication is being/was taken", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason for use\"].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "max": "*", + "id": "MedicationStatement.reasonReference", + "comment": "This is a reference to a condition that is the reason why the medication is being/was taken. If only a code exists, use reasonForUseCode." + }, + { + "id": "MedicationStatement.note", + "max": "*", + "min": 0, + "path": "MedicationStatement.note", + "type": [{ "code": "Annotation" }], + "short": "Further information about the statement", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "definition": "Provides extra information about the medication statement that is not conveyed by the other attributes." + }, + { + "path": "MedicationStatement.dosage", + "min": 0, + "definition": "Indicates how the medication is/was or should be taken by the patient.", + "short": "Details of how medication is/was taken or should be taken", + "mapping": [ + { + "map": "refer dosageInstruction mapping", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "max": "*", + "id": "MedicationStatement.dosage", + "comment": "The dates included in the dosage on a Medication Statement reflect the dates for a given dose. For example, \"from November 1, 2016 to November 3, 2016, take one tablet daily and from November 4, 2016 to November 7, 2016, take two tablets daily.\" It is expected that this specificity may only be populated where the patient brings in their labeled container or where the Medication Statement is derived from a MedicationRequest." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RiskAssessment/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "RiskAssessment", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://openehr.org", + "name": "Open EHR Archetype Mapping", + "identity": "openehr" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "RiskAssessment", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "RiskAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskAssessment", + "differential": { + "element": [ + { + "id": "RiskAssessment", + "max": "*", + "min": 0, + "path": "RiskAssessment", + "alias": ["Prognosis"], + "short": "Potential outcomes for a subject with likelihood", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "N/A", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN, code=\"Risk Assessment\"]", + "identity": "rim" + }, + { + "map": "OpenEHR-EHR-EVALUATION.risk.v1", + "identity": "openehr" + } + ], + "definition": "An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome." + }, + { + "path": "RiskAssessment.identifier", + "min": 0, + "definition": "Business identifier assigned to the risk assessment.", + "short": "Unique identifier for the assessment", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "Workflow Identifier", "identity": "openehr" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "RiskAssessment.identifier", + "isSummary": true + }, + { + "id": "RiskAssessment.basedOn", + "max": "1", + "min": 0, + "path": "RiskAssessment.basedOn", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Request fulfilled by this assessment", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "definition": "A reference to the request that is fulfilled by this risk assessment." + }, + { + "id": "RiskAssessment.parent", + "max": "1", + "min": 0, + "path": "RiskAssessment.parent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Part of this occurrence", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" } + ], + "definition": "A reference to a resource that this risk assessment is part of, such as a Procedure." + }, + { + "path": "RiskAssessment.status", + "min": 1, + "definition": "The status of the RiskAssessment, using the same statuses as an Observation.", + "short": "registered | preliminary | final | amended +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentStatus" + } + ], + "description": "The status of the risk assessment; e.g. preliminary, final, amended, etc." + }, + "max": "1", + "id": "RiskAssessment.status", + "isSummary": true + }, + { + "path": "RiskAssessment.method", + "requirements": "The method can influence the results of the assessment.", + "min": 0, + "definition": "The algorithm, process or mechanism used to evaluate the risk.", + "short": "Evaluation mechanism", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentMethod" + } + ], + "description": "The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc." + }, + "max": "1", + "id": "RiskAssessment.method", + "isSummary": true + }, + { + "path": "RiskAssessment.code", + "min": 0, + "definition": "The type of the risk assessment performed.", + "short": "Type of assessment", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "RiskAssessment.code", + "isSummary": true + }, + { + "path": "RiskAssessment.subject", + "min": 1, + "definition": "The patient or group the risk assessment applies to.", + "short": "Who/what does assessment apply to?", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "Subject of Care", "identity": "openehr" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "RiskAssessment.subject", + "isSummary": true + }, + { + "path": "RiskAssessment.encounter", + "min": 0, + "definition": "The encounter where the assessment was performed.", + "short": "Where was assessment performed?", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "RiskAssessment.encounter", + "isSummary": true + }, + { + "path": "RiskAssessment.occurrence[x]", + "requirements": "The assessment results lose validity the more time elapses from when they are first made.", + "min": 0, + "definition": "The date (and possibly time) the risk assessment was performed.", + "short": "When was assessment made?", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "RiskAssessment.occurrence[x]", + "isSummary": true + }, + { + "path": "RiskAssessment.condition", + "min": 0, + "definition": "For assessments or prognosis specific to a particular condition, indicates the condition being assessed.", + "short": "Condition assessed", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "max": "1", + "id": "RiskAssessment.condition", + "isSummary": true + }, + { + "path": "RiskAssessment.performer", + "min": 0, + "definition": "The provider or software application that performed the assessment.", + "short": "Who did assessment?", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PFM].role[classCode=ASSIGNED]", + "identity": "rim" + }, + { "map": "Information Provider", "identity": "openehr" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "RiskAssessment.performer", + "isSummary": true + }, + { + "id": "RiskAssessment.reasonCode", + "max": "*", + "min": 0, + "path": "RiskAssessment.reasonCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Why the assessment was necessary?", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "The reason the risk assessment was performed." + }, + { + "id": "RiskAssessment.reasonReference", + "max": "*", + "min": 0, + "path": "RiskAssessment.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Why the assessment was necessary?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "Resources supporting the reason the risk assessment was performed." + }, + { + "id": "RiskAssessment.basis", + "max": "*", + "min": 0, + "path": "RiskAssessment.basis", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Information used in assessment", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DRIV].target", + "identity": "rim" + }, + { + "map": "Risk Factor; Link to Evidence", + "identity": "openehr" + } + ], + "definition": "Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.)." + }, + { + "constraint": [ + { + "key": "ras-2", + "human": "Must be <= 100", + "xpath": "not(f:probabilityDecimal) or f:probabilityDecimal/@value <= 100", + "severity": "error", + "expression": "probability is decimal implies (probability as decimal) <= 100" + } + ], + "path": "RiskAssessment.prediction", + "min": 0, + "definition": "Describes the expected outcome for the subject.", + "short": "Outcome predicted", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=VALUE].target[classCod=OBS, moodCode=RISK]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "RiskAssessment.prediction", + "comment": "Multiple repetitions can be used to identify the same type of outcome in different timeframes as well as different types of outcomes." + }, + { + "path": "RiskAssessment.prediction.outcome", + "min": 0, + "definition": "One of the potential outcomes for the patient (e.g. remission, death, a particular condition).", + "short": "Possible outcome for the subject", + "mapping": [ + { "map": ".value", "identity": "rim" }, + { "map": "Risk", "identity": "openehr" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentOutcome" + } + ], + "description": "The condition or other outcome; e.g. death, remission, amputation, infection, etc." + }, + "max": "1", + "id": "RiskAssessment.prediction.outcome" + }, + { + "constraint": [ + { + "key": "ras-1", + "human": "low and high must be percentages, if present", + "xpath": "(not(f:low) or f:low[f:code/@value='%' and f:system/@value='http://unitsofmeasure.org']) and (not(f:high) or f:high[f:code/@value='%' and f:system/@value='http://unitsofmeasure.org'])", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + ], + "path": "RiskAssessment.prediction.probability[x]", + "min": 0, + "definition": "Indicates how likely the outcome is (in the specified timeframe).", + "short": "Likelihood of specified outcome", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"probability\"].value", + "identity": "rim" + }, + { "map": "Category", "identity": "openehr" } + ], + "type": [{ "code": "decimal" }, { "code": "Range" }], + "max": "1", + "id": "RiskAssessment.prediction.probability[x]", + "comment": "If range is used, it represents the lower and upper bounds of certainty; e.g. 40-60% Decimal values are expressed as percentages as well (max = 100)." + }, + { + "id": "RiskAssessment.prediction.qualitativeRisk", + "max": "1", + "min": 0, + "path": "RiskAssessment.prediction.qualitativeRisk", + "type": [{ "code": "CodeableConcept" }], + "short": "Likelihood of specified outcome as a qualitative value", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentProbability" + } + ], + "description": "The likelihood of the occurrence of a specified outcome." + }, + "definition": "Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high)." + }, + { + "path": "RiskAssessment.prediction.relativeRisk", + "requirements": "Absolute risk is less meaningful than relative risk.", + "min": 0, + "definition": "Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).", + "short": "Relative likelihood", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"relative risk\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "RiskAssessment.prediction.relativeRisk" + }, + { + "path": "RiskAssessment.prediction.when[x]", + "min": 0, + "definition": "Indicates the period of time or age range of the subject to which the specified probability applies.", + "short": "Timeframe or age range", + "mapping": [ + { + "map": ".effectiveTime or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }, { "code": "Range" }], + "max": "1", + "id": "RiskAssessment.prediction.when[x]", + "comment": "If not specified, the risk applies \"over the subject's lifespan\"." + }, + { + "id": "RiskAssessment.prediction.rationale", + "max": "1", + "min": 0, + "path": "RiskAssessment.prediction.rationale", + "type": [{ "code": "string" }], + "short": "Explanation of prediction", + "mapping": [ + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "Rationale", "identity": "openehr" } + ], + "definition": "Additional information explaining the basis for the prediction." + }, + { + "path": "RiskAssessment.mitigation", + "requirements": "One of the main reasons for assessing risks is to identify whether interventional steps are needed to reduce risk.", + "min": 0, + "definition": "A description of the steps that might be taken to reduce the identified risk(s).", + "short": "How to reduce risk", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=MTGT].target[classCode=ACT, moodCode=EVN].text", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "RiskAssessment.mitigation" + }, + { + "id": "RiskAssessment.note", + "max": "*", + "min": 0, + "path": "RiskAssessment.note", + "type": [{ "code": "Annotation" }], + "short": "Comments on the risk assessment", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "definition": "Additional comments about the risk assessment." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates what mode of communication the patient prefers to use for the indicated language.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-preferenceType/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "preferenceType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "preferenceType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-preferenceType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-preferenceType", + "context": [ + { + "type": "element", + "expression": "Patient.communication.preferred" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-preferenceType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "The type of the patient's preferred language.", + "definition": "Indicates what mode of communication the patient prefers to use for the indicated language." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-preferenceType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/language-preference-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LanguagePreferenceType" + } + ] + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RelatedPerson/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Need to track persons related to the patient or the healthcare process.", + "name": "RelatedPerson", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "RelatedPerson", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "RelatedPerson", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedPerson", + "differential": { + "element": [ + { + "id": "RelatedPerson", + "max": "*", + "min": 0, + "path": "RelatedPerson", + "short": "A person that is related to a patient, but who is not a direct target of care", + "mapping": [{ "map": "role", "identity": "rim" }], + "definition": "Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process." + }, + { + "path": "RelatedPerson.identifier", + "requirements": "People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the patient. Examples are national person identifier and local identifier.", + "min": 0, + "definition": "Identifier for a person within a particular scope.", + "short": "A human identifier for this person", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "NK1-33", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "RelatedPerson.identifier", + "isSummary": true + }, + { + "path": "RelatedPerson.active", + "requirements": "Need to be able to mark a related person record as not to be used, such as if it was created in error.", + "min": 0, + "definition": "Whether this related person record is in active use.", + "isModifier": true, + "short": "Whether this related person's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "RelatedPerson.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "RelatedPerson.patient", + "requirements": "We need to know which patient this RelatedPerson is related to.", + "min": 1, + "definition": "The patient this person is related to.", + "short": "The patient this person is related to", + "mapping": [ + { "map": "PID-3", "identity": "v2" }, + { + "map": "scoper[classCode=PSN|ANM and determinerCode='INSTANCE']/playedRole[classCode='PAT']/id", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "RelatedPerson.patient", + "isSummary": true + }, + { + "path": "RelatedPerson.relationship", + "requirements": "We need to know the relationship with the patient since it influences the interpretation of the information attributed to this person.", + "min": 0, + "definition": "The nature of the relationship between a patient and the related person.", + "short": "The nature of the relationship", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "NK1-3", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientRelationshipType" + } + ], + "description": "The nature of the relationship between a patient and the related person." + }, + "max": "*", + "id": "RelatedPerson.relationship", + "isSummary": true + }, + { + "path": "RelatedPerson.name", + "requirements": "Related persons need to be identified by name, but it is uncommon to need details about multiple other names for that person.", + "min": 0, + "definition": "A name associated with the person.", + "short": "A name associated with the person", + "mapping": [ + { "map": "NK1-2", "identity": "v2" }, + { "map": "name", "identity": "rim" } + ], + "type": [{ "code": "HumanName" }], + "max": "*", + "id": "RelatedPerson.name", + "isSummary": true + }, + { + "path": "RelatedPerson.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "short": "A contact detail for the person", + "mapping": [ + { "map": "NK1-5 / NK1-6 / NK1-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "RelatedPerson.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.", + "isSummary": true + }, + { + "path": "RelatedPerson.gender", + "requirements": "Needed for identification of the person, in combination with (at least) name and birth date.", + "min": 0, + "definition": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.", + "short": "male | female | other | unknown", + "mapping": [ + { "map": "NK1-15", "identity": "v2" }, + { "map": "administrativeGender", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "RelatedPerson.gender", + "isSummary": true + }, + { + "path": "RelatedPerson.birthDate", + "min": 0, + "definition": "The date on which the related person was born.", + "short": "The date on which the related person was born", + "mapping": [ + { "map": "player.birthTime", "identity": "rim" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "RelatedPerson.birthDate", + "isSummary": true + }, + { + "path": "RelatedPerson.address", + "requirements": "Need to keep track where the related person can be contacted per postal mail or visited.", + "min": 0, + "definition": "Address where the related person can be contacted or visited.", + "short": "Address where the related person can be contacted or visited", + "mapping": [ + { "map": "NK1-4", "identity": "v2" }, + { "map": "addr", "identity": "rim" } + ], + "type": [{ "code": "Address" }], + "max": "*", + "id": "RelatedPerson.address", + "isSummary": true + }, + { + "path": "RelatedPerson.photo", + "requirements": "Many EHR systems have the capability to capture an image of persons. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the person.", + "short": "Image of the person", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode='PSN' and determinerCode='INSTANCE']/desc", + "identity": "rim" + } + ], + "type": [{ "code": "Attachment" }], + "max": "*", + "id": "RelatedPerson.photo" + }, + { + "id": "RelatedPerson.period", + "max": "1", + "min": 0, + "path": "RelatedPerson.period", + "type": [{ "code": "Period" }], + "short": "Period of time that this relationship is considered valid", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "definition": "The period of time during which this relationship is or was active. If there are no dates defined, then the interval is unknown." + }, + { + "path": "RelatedPerson.communication", + "requirements": "If a related person does not speak the local language, interpreters may be required, so languages spoken and proficiency is an important things to keep track of both for patient and other persons of interest.", + "min": 0, + "definition": "A language which may be used to communicate with about the patient's health.", + "short": "A language which may be used to communicate with about the patient's health", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "RelatedPerson.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple RelatedPerson.Communication associations. If the RelatedPerson does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required." + }, + { + "path": "RelatedPerson.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English.", + "short": "The language which can be used to communicate with the patient about his or her health", + "mapping": [ + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "RelatedPerson.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type." + }, + { + "path": "RelatedPerson.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).", + "short": "Language preference indicator", + "mapping": [{ "map": "preferenceInd", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "RelatedPerson.communication.preferred", + "comment": "This language is specifically identified for communicating healthcare information." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Specifies that the section has a different subject that the Composition, or it's container section.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/composition-section-subject/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "section-subject", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Overrides Composition.subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "composition-section-subject", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/composition-section-subject", + "context": [{ "type": "element", "expression": "Composition.section" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composition-section-subject", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Section has a different subject that it's container", + "comment": "This is used in various FHIR value sets to make comments on how particular codes are used when the formal definition is a little abstract or vague, but it's not clear whether it belongs in the actual value set resource.", + "definition": "Specifies that the section has a different subject that the Composition, or it's container section.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/composition-section-subject" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single concept or a group of associated concepts, abstractions, or things.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/11179-objectClass/4.0.1", + "date": "2014-04-21", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "objectClass", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Object Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "11179-objectClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-objectClass", + "context": [ + { "type": "element", "expression": "ElementDefinition.mapping" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/11179-objectClass", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Object Class", + "comment": "ObjectClass and Property are treated as a data model that can be mapped to, like any other. This extension merely captures the ObjectClass element as a discrete code. The information conveyed here should also be conveyed in human-readable form in the mapping.map element.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Data_Element.meaning.object_class", + "identity": "iso11179" + } + ], + "definition": "A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules. It may be either a single concept or a group of associated concepts, abstractions, or things." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/11179-objectClass" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/dataelement-sdcobjectclass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "11179ObjectClass" + } + ], + "description": "A concept that represents a set of ideas, abstractions, or things in the real world that can be identified with explicit boundaries and meaning and whose properties and behavior follow the same rules; e.g. Person, Prescription, Encounter, etc." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "For circular references (references back to the same type of resource): whether they are allowed to transitively point back to the same instance (false), or whether the relationship must be a strict one-way hierarchy (true).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "hierarchy", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Hierarchy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-hierarchy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "context": [ + { "type": "element", "expression": "ElementDefinition.type" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-hierarchy", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether a circular reference is allowed to (transitively) point back to the same instance", + "definition": "For circular references (references back to the same type of resource): whether they are allowed to transitively point back to the same instance (false), or whether the relationship must be a strict one-way hierarchy (true)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The type of the encounter.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-encounterType/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "encounterType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "encounterType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-encounterType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-encounterType", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-encounterType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The type of the encounter." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-encounterType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MessageDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "fhirVersion": "4.0.1", + "purpose": "Allows messages to be defined once and re-used across systems.", + "name": "MessageDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "MessageDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + } + ], + "status": "draft", + "id": "MessageDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "msd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "MessageDefinition", + "min": 0, + "definition": "Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.", + "short": "A resource that defines a type of message that can be exchanged between systems", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "max": "*", + "id": "MessageDefinition", + "comment": "This would be a MIF-level artifact." + }, + { + "path": "MessageDefinition.url", + "requirements": "Allows the message definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "The business identifier that is used to reference the MessageDefinition and *is* expected to be consistent from server to server.", + "short": "Business Identifier for a given MessageDefinition", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "MessageDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "MessageDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this message definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Primary key for the message definition on a given server", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MessageDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this message definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "MessageDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the message definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the message definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the message definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageDefinition.version", + "comment": "There may be different message definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the message definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "MessageDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the message definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this message definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "MessageDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the message definition.", + "short": "Name for this message definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "MessageDefinition.replaces", + "max": "*", + "min": 0, + "path": "MessageDefinition.replaces", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "short": "Takes the place of", + "isSummary": true, + "definition": "A MessageDefinition that is superseded by this definition." + }, + { + "path": "MessageDefinition.status", + "min": 1, + "definition": "The status of this message definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "MessageDefinition.status", + "comment": "Allows filtering of message definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "MessageDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level message definition.", + "min": 0, + "definition": "A Boolean value to indicate that this message definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "MessageDefinition.experimental", + "comment": "Allows filtering of message definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "MessageDefinition.date", + "min": 1, + "definition": "The date (and optionally time) when the message definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the message definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "MessageDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the message definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "MessageDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the message definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the message definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the message definition is the organization or individual primarily responsible for the maintenance and upkeep of the message definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the message definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "MessageDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "MessageDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "MessageDefinition.description", + "min": 0, + "definition": "A free text natural language description of the message definition from a consumer's perspective.", + "short": "Natural language description of the message definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "MessageDefinition.description", + "comment": "This description can be used to capture details such as why the message definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the message definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the message definition is presumed to be the predominant language in the place the message definition was created).", + "isSummary": true + }, + { + "path": "MessageDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate message definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "MessageDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "MessageDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the message definition is intended to be used.", + "short": "Intended jurisdiction for message definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "MessageDefinition.jurisdiction", + "comment": "It may be possible for the message definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "MessageDefinition.purpose", + "min": 0, + "definition": "Explanation of why this message definition is needed and why it has been designed as it has.", + "short": "Why this message definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "MessageDefinition.purpose", + "comment": "This element does not describe the usage of the message definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this message definition.", + "isSummary": true + }, + { + "path": "MessageDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the message definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the message definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the message definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "MessageDefinition.copyright" + }, + { + "id": "MessageDefinition.base", + "max": "1", + "min": 0, + "path": "MessageDefinition.base", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "short": "Definition this one is based on", + "isSummary": true, + "definition": "The MessageDefinition that is the basis for the contents of this resource." + }, + { + "path": "MessageDefinition.parent", + "min": 0, + "definition": "Identifies a protocol or workflow that this MessageDefinition represents a step in.", + "short": "Protocol/workflow this is part of", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "max": "*", + "id": "MessageDefinition.parent", + "comment": "It should be possible to use MessageDefinition to describe a message to be used by certain steps in a particular protocol as part of a PlanDefinition or ActivityDefinition.", + "isSummary": true + }, + { + "path": "MessageDefinition.event[x]", + "min": 1, + "definition": "Event code or link to the EventDefinition.", + "short": "Event code or link to the EventDefinition", + "type": [{ "code": "Coding" }, { "code": "uri" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageEvent" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the message events defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageDefinition.event[x]", + "isSummary": true + }, + { + "path": "MessageDefinition.category", + "min": 0, + "definition": "The impact of the content of the message.", + "short": "consequence | currency | notification", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/message-significance-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageSignificanceCategory" + } + ], + "description": "The impact of the content of a message." + }, + "max": "1", + "id": "MessageDefinition.category", + "isSummary": true + }, + { + "constraint": [ + { + "key": "md-1", + "human": "Max must be postive int or *", + "xpath": "f:max/@value='*' or number(f:max/@value) > 0", + "severity": "error", + "expression": "max='*' or (max.toInteger() > 0)" + } + ], + "path": "MessageDefinition.focus", + "min": 0, + "definition": "Identifies the resource (or resources) that are being addressed by the event. For example, the Encounter for an admit message or two Account records for a merge.", + "short": "Resource(s) that are the subject of the event", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "MessageDefinition.focus", + "isSummary": true + }, + { + "path": "MessageDefinition.focus.code", + "min": 1, + "definition": "The kind of resource that must be the focus for this message.", + "short": "Type of resource", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageDefinition.focus.code", + "comment": "Multiple focuses addressing different resources may occasionally occur. E.g. to link or unlink a resource from a particular account or encounter, etc.", + "isSummary": true + }, + { + "path": "MessageDefinition.focus.profile", + "requirements": "This profile allows setting boundaries for what content must appear within the message bundle vs. outside based on the declared aggregation constraints on referenced resources on this and related profiles.", + "min": 0, + "definition": "A profile that reflects constraints for the focal resource (and potentially for related resources).", + "short": "Profile that must be adhered to by focus", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "MessageDefinition.focus.profile", + "comment": "This should be present for most message definitions. However, if the message focus is only a single resource and there is no need to include referenced resources or otherwise enforce the presence of particular elements, it can be omitted." + }, + { + "id": "MessageDefinition.focus.min", + "max": "1", + "min": 1, + "path": "MessageDefinition.focus.min", + "type": [{ "code": "unsignedInt" }], + "short": "Minimum number of focuses of this type", + "isSummary": true, + "definition": "Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition." + }, + { + "id": "MessageDefinition.focus.max", + "max": "1", + "min": 0, + "path": "MessageDefinition.focus.max", + "type": [{ "code": "string" }], + "short": "Maximum number of focuses of this type", + "condition": ["md-1"], + "definition": "Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition." + }, + { + "path": "MessageDefinition.responseRequired", + "min": 0, + "definition": "Declare at a message definition level whether a response is required or only upon error or success, or never.", + "short": "always | on-error | never | on-success", + "mapping": [{ "map": "MSH-16", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "messageheader-response-request" + } + ], + "description": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message." + }, + "max": "1", + "id": "MessageDefinition.responseRequired", + "comment": "This enables the capability currently available through MSH-16 (Application Level acknowledgement) in HL7 Version 2 to declare at a message instance level whether a response is required or only upon error or success, or never.", + "example": [{ "label": "General", "valueCode": "always" }] + }, + { + "id": "MessageDefinition.allowedResponse", + "max": "*", + "min": 0, + "path": "MessageDefinition.allowedResponse", + "type": [{ "code": "BackboneElement" }], + "short": "Responses to this message", + "comment": "This indicates an application level response to \"close\" a transaction implicit in a particular request message. To define a complete workflow scenario, look to the [[PlanDefinition]] resource which allows the definition of complex orchestrations, conditionality, etc.", + "definition": "Indicates what types of messages may be sent as an application-level response to this message." + }, + { + "id": "MessageDefinition.allowedResponse.message", + "max": "1", + "min": 1, + "path": "MessageDefinition.allowedResponse.message", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "short": "Reference to allowed message definition response", + "definition": "A reference to the message definition that must be adhered to by this supported response." + }, + { + "id": "MessageDefinition.allowedResponse.situation", + "max": "1", + "min": 0, + "path": "MessageDefinition.allowedResponse.situation", + "type": [{ "code": "markdown" }], + "short": "When should this response be used", + "definition": "Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses)." + }, + { + "id": "MessageDefinition.graph", + "max": "*", + "min": 0, + "path": "MessageDefinition.graph", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/GraphDefinition" + ] + } + ], + "short": "Canonical reference to a GraphDefinition", + "definition": "Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a [GraphDefinition](graphdefinition.html) that it controls what resources are to be added to the bundle when building the document. The GraphDefinition can also specify profiles that apply to the various resources." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/special/committees/inm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ActivityDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "ActivityDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ActivityDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "ActivityDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ActivityDefinition", + "differential": { + "element": [ + { + "id": "ActivityDefinition", + "max": "*", + "min": 0, + "path": "ActivityDefinition", + "short": "The definition of a specific activity to be taken, independent of any particular patient or context", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "constraint": [ + { + "key": "adf-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context." + }, + { + "path": "ActivityDefinition.url", + "requirements": "Allows the activity definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this activity definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this activity definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the activity definition is stored on different servers.", + "short": "Canonical identifier for this activity definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ActivityDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ActivityDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the activity definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ActivityDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this activity definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ActivityDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the activity definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the activity definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets.", + "short": "Business version of the activity definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ActivityDefinition.version", + "comment": "There may be different activity definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the activity definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ActivityDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the activity definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this activity definition (computer friendly)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ActivityDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ActivityDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the activity definition.", + "short": "Name for this activity definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ActivityDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "ActivityDefinition.subtitle", + "max": "1", + "min": 0, + "path": "ActivityDefinition.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the activity definition", + "definition": "An explanatory or alternate title for the activity definition giving additional information about its content." + }, + { + "path": "ActivityDefinition.status", + "min": 1, + "definition": "The status of this activity definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ActivityDefinition.status", + "comment": "Allows filtering of activity definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ActivityDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level activity definition.", + "min": 0, + "definition": "A Boolean value to indicate that this activity definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ActivityDefinition.experimental", + "comment": "Allows filtering of activity definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ActivityDefinition.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the activity being defined.", + "short": "Type of individual the activity definition is intended for", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for an activity (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "ActivityDefinition.subject[x]" + }, + { + "path": "ActivityDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the activity definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the activity definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ActivityDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the activity definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ActivityDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the activity definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the activity definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher {as string instead of CodeableConcept}", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ActivityDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the activity definition is the organization or individual primarily responsible for the maintenance and upkeep of the activity definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the activity definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ActivityDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ActivityDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ActivityDefinition.description", + "min": 0, + "definition": "A free text natural language description of the activity definition from a consumer's perspective.", + "short": "Natural language description of the activity definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ActivityDefinition.description", + "comment": "This description can be used to capture details such as why the activity definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the activity definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the activity definition is presumed to be the predominant language in the place the activity definition was created).", + "isSummary": true + }, + { + "path": "ActivityDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate activity definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ActivityDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ActivityDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the activity definition is intended to be used.", + "short": "Intended jurisdiction for activity definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ActivityDefinition.jurisdiction", + "comment": "It may be possible for the activity definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ActivityDefinition.purpose", + "min": 0, + "definition": "Explanation of why this activity definition is needed and why it has been designed as it has.", + "short": "Why this activity definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ActivityDefinition.purpose", + "comment": "This element does not describe the usage of the activity definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this activity definition." + }, + { + "id": "ActivityDefinition.usage", + "max": "1", + "min": 0, + "path": "ActivityDefinition.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the activity definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "definition": "A detailed description of how the activity definition is used from a clinical perspective." + }, + { + "path": "ActivityDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the activity definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the activity definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the activity definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ActivityDefinition.copyright" + }, + { + "path": "ActivityDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the activity definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ActivityDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "ActivityDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the activity definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ActivityDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "ActivityDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the activity definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the activity definition content was or is planned to be in active use.", + "short": "When the activity definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ActivityDefinition.effectivePeriod", + "comment": "The effective period for a activity definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "ActivityDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the activity definition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching.", + "short": "E.g. Education, Treatment, Assessment, etc.", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "ActivityDefinition.topic" + }, + { + "id": "ActivityDefinition.author", + "max": "*", + "min": 0, + "path": "ActivityDefinition.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "ActivityDefinition.editor", + "max": "*", + "min": 0, + "path": "ActivityDefinition.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "ActivityDefinition.reviewer", + "max": "*", + "min": 0, + "path": "ActivityDefinition.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "ActivityDefinition.endorser", + "max": "*", + "min": 0, + "path": "ActivityDefinition.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "ActivityDefinition.relatedArtifact", + "requirements": "Activity definitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "ActivityDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "ActivityDefinition.library", + "max": "*", + "min": 0, + "path": "ActivityDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "short": "Logic used by the activity definition", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=USE].target[classCode=GROUPER,moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "A reference to a Library resource containing any formal logic used by the activity definition." + }, + { + "path": "ActivityDefinition.kind", + "min": 0, + "definition": "A description of the kind of resource the activity definition is representing. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest. Typically, but not always, this is a Request resource.", + "short": "Kind of resource", + "mapping": [{ "map": ".classCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityDefinitionKind" + } + ], + "description": "The kind of activity the definition is describing." + }, + "max": "1", + "id": "ActivityDefinition.kind", + "comment": "May determine what types of extensions are permitted.", + "isSummary": true + }, + { + "id": "ActivityDefinition.profile", + "max": "1", + "min": 0, + "path": "ActivityDefinition.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "What profile the resource needs to conform to", + "definition": "A profile to which the target of the activity definition is expected to conform.", + "requirements": "Allows profiles to be used to describe the types of activities that can be performed within a workflow, protocol, or order set." + }, + { + "path": "ActivityDefinition.code", + "requirements": "Allows matching performed to planned as well as validation against protocols.", + "min": 0, + "definition": "Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.", + "short": "Detail type of activity", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityDefinitionType" + } + ], + "description": "Detailed type of the activity; e.g. CBC." + }, + "max": "1", + "id": "ActivityDefinition.code", + "comment": "Tends to be less relevant for activities involving particular products.", + "isSummary": true + }, + { + "id": "ActivityDefinition.intent", + "max": "1", + "min": 0, + "path": "ActivityDefinition.intent", + "type": [{ "code": "code" }], + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a request." + }, + "definition": "Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain." + }, + { + "id": "ActivityDefinition.priority", + "max": "1", + "min": 0, + "path": "ActivityDefinition.priority", + "type": [{ "code": "code" }], + "short": "routine | urgent | asap | stat", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "definition": "Indicates how quickly the activity should be addressed with respect to other requests." + }, + { + "path": "ActivityDefinition.doNotPerform", + "min": 0, + "definition": "Set this to true if the definition is to indicate that a particular activity should NOT be performed. If true, this element should be interpreted to reinforce a negative coding. For example NPO as a code with a doNotPerform of true would still indicate to NOT perform the action.", + "isModifier": true, + "short": "True if the activity should not be performed", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ActivityDefinition.doNotPerform", + "comment": "This element is not intended to be used to communicate a decision support response to cancel an order in progress. That should be done with the \"remove\" type of a PlanDefinition or RequestGroup.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur.", + "isSummary": true + }, + { + "path": "ActivityDefinition.timing[x]", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "definition": "The period, timing or frequency upon which the described activity is to occur.", + "short": "When activity is to occur", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [ + { "code": "Timing" }, + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Range" }, + { "code": "Duration" } + ], + "max": "1", + "id": "ActivityDefinition.timing[x]" + }, + { + "path": "ActivityDefinition.location", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.", + "short": "Where it should happen", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "alias": ["facility"], + "max": "1", + "id": "ActivityDefinition.location", + "comment": "May reference a specific clinical location or may just identify a type of location." + }, + { + "id": "ActivityDefinition.participant", + "max": "*", + "min": 0, + "path": "ActivityDefinition.participant", + "type": [{ "code": "BackboneElement" }], + "short": "Who should participate in the action", + "mapping": [ + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "definition": "Indicates who should participate in performing the action described." + }, + { + "path": "ActivityDefinition.participant.type", + "min": 1, + "definition": "The type of participant in the action.", + "short": "patient | practitioner | related-person | device", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantType" + } + ], + "description": "The type of participant in the activity." + }, + "max": "1", + "id": "ActivityDefinition.participant.type" + }, + { + "path": "ActivityDefinition.participant.role", + "min": 0, + "definition": "The role the participant should play in performing the described action.", + "short": "E.g. Nurse, Surgeon, Parent, etc.", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantRole" + } + ], + "description": "Defines roles played by participants for the action." + }, + "max": "1", + "id": "ActivityDefinition.participant.role" + }, + { + "path": "ActivityDefinition.product[x]", + "min": 0, + "definition": "Identifies the food, drug or other product being consumed or supplied in the activity.", + "short": "What's administered/supplied", + "mapping": [ + { + "map": ".participation[typeCode=CSM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + { "code": "CodeableConcept" } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityProduct" + } + ], + "description": "Code describing the type of substance or medication." + }, + "max": "1", + "id": "ActivityDefinition.product[x]" + }, + { + "path": "ActivityDefinition.quantity", + "min": 0, + "definition": "Identifies the quantity expected to be consumed at once (per dose, per meal, etc.).", + "short": "How much is administered/consumed/supplied", + "mapping": [ + { + "map": ".quantity {for classCode=SPLY}", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "alias": ["dose"], + "max": "1", + "id": "ActivityDefinition.quantity" + }, + { + "path": "ActivityDefinition.dosage", + "min": 0, + "definition": "Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.", + "short": "Detailed dosage instructions", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM; moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "max": "*", + "id": "ActivityDefinition.dosage", + "comment": "If a dosage instruction is used, the definition should not specify timing or quantity." + }, + { + "path": "ActivityDefinition.bodySite", + "requirements": "Knowing where the procedure is made is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites).", + "short": "What part of body to perform on", + "mapping": [ + { + "map": ".targetSiteCode {for classCode=PROC, SBADM}", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "A code that identifies the anatomical location." + }, + "max": "*", + "id": "ActivityDefinition.bodySite", + "comment": "Only used if not implicit in the code found in ServiceRequest.type." + }, + { + "id": "ActivityDefinition.specimenRequirement", + "max": "*", + "min": 0, + "path": "ActivityDefinition.specimenRequirement", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + } + ], + "short": "What specimens are required to perform this action", + "definition": "Defines specimen requirements for the action to be performed, such as required specimens for a lab test.", + "requirements": "Needed to represent lab order definitions." + }, + { + "id": "ActivityDefinition.observationRequirement", + "max": "*", + "min": 0, + "path": "ActivityDefinition.observationRequirement", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "short": "What observations are required to perform this action", + "definition": "Defines observation requirements for the action to be performed, such as body weight or surface area.", + "requirements": "Needed to represent observation definitions." + }, + { + "id": "ActivityDefinition.observationResultRequirement", + "max": "*", + "min": 0, + "path": "ActivityDefinition.observationResultRequirement", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "short": "What observations must be produced by this action", + "definition": "Defines the observations that are expected to be produced by the action." + }, + { + "path": "ActivityDefinition.transform", + "min": 0, + "definition": "A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.", + "short": "Transform to apply the template", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "max": "1", + "id": "ActivityDefinition.transform", + "comment": "Note that if both a transform and dynamic values are specified, the dynamic values will be applied to the result of the transform." + }, + { + "path": "ActivityDefinition.dynamicValue", + "min": 0, + "definition": "Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result.", + "short": "Dynamic aspects of the definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ActivityDefinition.dynamicValue", + "comment": "Dynamic values are applied in the order in which they are defined in the ActivityDefinition. Note that if both a transform and dynamic values are specified, the dynamic values will be applied to the result of the transform." + }, + { + "path": "ActivityDefinition.dynamicValue.path", + "min": 1, + "definition": "The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolveable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).", + "short": "The path to the element to be set dynamically", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ActivityDefinition.dynamicValue.path", + "comment": "The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation." + }, + { + "path": "ActivityDefinition.dynamicValue.expression", + "min": 1, + "definition": "An expression specifying the value of the customized element.", + "short": "An expression that provides the dynamic value for the customization", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "max": "1", + "id": "ActivityDefinition.dynamicValue.expression", + "comment": "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Measurements and simple assertions made about a patient, device or other subject.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Observation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "purpose": "Observations are a key aspect of healthcare. This resource is used to capture those that do not require more sophisticated mechanisms.", + "name": "Observation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "id": "Observation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Observation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Observation", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "obs-7", + "human": "If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present", + "xpath": "not(f:*[starts-with(local-name(.), 'value')] and (for $coding in f:code/f:coding return f:component/f:code/f:coding[f:code/@value=$coding/f:code/@value] [f:system/@value=$coding/f:system/@value]))", + "severity": "error", + "expression": "value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()" + }, + { + "key": "obs-6", + "human": "dataAbsentReason SHALL only be present if Observation.value[x] is not present", + "xpath": "not(exists(f:dataAbsentReason)) or (not(exists(*[starts-with(local-name(.), 'value')])))", + "severity": "error", + "expression": "dataAbsentReason.empty() or value.empty()" + } + ], + "path": "Observation", + "min": 0, + "definition": "Measurements and simple assertions made about a patient, device or other subject.", + "short": "Measurements and simple assertions", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "< 363787002 |Observable entity|", + "identity": "sct-concept" + }, + { "map": "OBX", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "alias": ["Vital Signs", "Measurement", "Results", "Tests"], + "max": "*", + "id": "Observation", + "comment": "Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc." + }, + { + "path": "Observation.identifier", + "requirements": "Allows observations to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this observation.", + "short": "Business Identifier for observation", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "OBX.21 For OBX segments from systems without OBX-21 support a combination of ORC/OBR and OBX must be negotiated between trading partners to uniquely identify the OBX segment. Depending on how V2 has been implemented each of these may be an option: 1) OBR-3 + OBX-3 + OBX-4 or 2) OBR-3 + OBR-4 + OBX-3 + OBX-4 or 2) some other way to uniquely ID the OBR/ORC + OBX-3 + OBX-4.", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Observation.identifier", + "isSummary": true + }, + { + "path": "Observation.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.", + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "ORC", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["Fulfills"], + "max": "*", + "id": "Observation.basedOn", + "isSummary": true + }, + { + "path": "Observation.partOf", + "min": 0, + "definition": "A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.", + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + } + ], + "alias": ["Container"], + "max": "*", + "id": "Observation.partOf", + "comment": "To link an Observation to an Encounter use `encounter`. See the [Notes](observation.html#obsgrouping) below for guidance on referencing another Observation.", + "isSummary": true + }, + { + "path": "Observation.status", + "requirements": "Need to track the status of individual results. Some results are finalized before the whole report is finalized.", + "min": 1, + "definition": "The status of the result value.", + "isModifier": true, + "short": "registered | preliminary | final | amended +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "< 445584004 |Report by finality status|", + "identity": "sct-concept" + }, + { "map": "OBX-11", "identity": "v2" }, + { + "map": "status Amended & Final are differentiated by whether it is the subject of a ControlAct event with a type of \"revise\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "default: final" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationStatus" + } + ], + "description": "Codes providing the status of an observation." + }, + "max": "1", + "id": "Observation.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Observation.category", + "requirements": "Used for filtering what observations are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the general type of observation being made.", + "short": "Classification of type of observation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "description": "Codes for high level observation categories." + }, + "max": "*", + "id": "Observation.category", + "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set." + }, + { + "path": "Observation.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Describes what was observed. Sometimes this is called the observation \"name\".", + "short": "Type of observation (code / type)", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "< 363787002 |Observable entity| OR < 386053000 |Evaluation procedure|", + "identity": "sct-concept" + }, + { "map": "OBX-3", "identity": "v2" }, + { "map": "code", "identity": "rim" }, + { "map": "116680003 |Is a|", "identity": "sct-attr" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "alias": ["Name"], + "max": "1", + "id": "Observation.code", + "comment": "*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "isSummary": true + }, + { + "path": "Observation.subject", + "requirements": "Observations have no value if you don't know who or what they're about.", + "min": 0, + "definition": "The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation.", + "short": "Who and/or what the observation is about", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": "participation[typeCode=RTGT] ", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Observation.subject", + "comment": "One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.", + "isSummary": true + }, + { + "path": "Observation.focus", + "min": 0, + "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.", + "short": "What the observation is about, when it is not about the subject of record", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "OBX-3", "identity": "v2" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Observation.focus", + "comment": "Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., \"Blood Glucose\") and does not need to be represented separately using this element. Use `specimen` if a reference to a specimen is required. If a code is required instead of a resource use either `bodysite` for bodysites or the standard extension [focusCode](extension-observation-focuscode.html).", + "isSummary": true + }, + { + "path": "Observation.encounter", + "requirements": "For some observations it may be important to know the link between an observation and a particular encounter.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.", + "short": "Healthcare event during which this observation is made", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "alias": ["Context"], + "max": "1", + "id": "Observation.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).", + "isSummary": true + }, + { + "path": "Observation.effective[x]", + "requirements": "Knowing when an observation was deemed true is important to its relevance as well as determining trends.", + "min": 0, + "definition": "The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the \"physiologically relevant time\". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.", + "short": "Clinically relevant time/time-period for observation", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "OBX-14, and/or OBX-19 after v2.4 (depends on who observation made)", + "identity": "v2" + }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" }, + { "code": "instant" } + ], + "alias": ["Occurrence"], + "max": "1", + "id": "Observation.effective[x]", + "comment": "At least a date should be present unless this observation is a historical report. For recording imprecise or \"fuzzy\" times (For example, a blood glucose measurement taken \"after breakfast\") use the [Timing](datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.", + "isSummary": true + }, + { + "path": "Observation.issued", + "min": 0, + "definition": "The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.", + "short": "Date/Time this version was made available", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "OBR.22 (or MSH.7), or perhaps OBX-19 (depends on who observation made)", + "identity": "v2" + }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Observation.issued", + "comment": "For Observations that don’t require review and verification, it may be the same as the [`lastUpdated` ](resource-definitions.html#Meta.lastUpdated) time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the `lastUpdated` time of the resource itself due to a non-clinically significant update that doesn’t require the new version to be reviewed and verified again.", + "isSummary": true + }, + { + "path": "Observation.performer", + "requirements": "May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.", + "min": 0, + "definition": "Who was responsible for asserting the observed value as \"true\".", + "short": "Who is responsible for the observation", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "OBX.15 / (Practitioner) OBX-16, PRT-5:PRT-4='RO' / (Device) OBX-18 , PRT-10:PRT-4='EQUIP' / (Organization) OBX-23, PRT-8:PRT-4='PO'", + "identity": "v2" + }, + { + "map": "participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "*", + "id": "Observation.performer", + "isSummary": true + }, + { + "path": "Observation.value[x]", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "short": "Actual result", + "mapping": [ + { + "map": "< 441742003 |Evaluation finding|", + "identity": "sct-concept" + }, + { "map": "OBX.2, OBX.5, OBX.6", "identity": "v2" }, + { "map": "value", "identity": "rim" }, + { + "map": "363714003 |Interprets|", + "identity": "sct-attr" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" } + ], + "max": "1", + "id": "Observation.value[x]", + "condition": ["obs-7"], + "comment": "An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the [Notes section](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.dataAbsentReason", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "definition": "Provides a reason why the expected value in the element Observation.value[x] is missing.", + "short": "Why the result is missing", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "value.nullFlavor", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + } + ], + "description": "Codes specifying why the result (`Observation.value[x]`) is missing." + }, + "max": "1", + "id": "Observation.dataAbsentReason", + "condition": ["obs-6"], + "comment": "Null or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"specimen unsatisfactory\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Note that an observation may only be reported if there are values to report. For example differential cell counts values may be reported only when > 0. Because of these options, use-case agreements are required to interpret general observations for null or exceptional values." + }, + { + "path": "Observation.interpretation", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "min": 0, + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "short": "High, low, normal, etc.", + "mapping": [ + { + "map": "< 260245000 |Findings values|", + "identity": "sct-concept" + }, + { "map": "OBX-8", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" }, + { + "map": "363713009 |Has interpretation|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "description": "Codes identifying interpretations of observations." + }, + "alias": ["Abnormal Flag"], + "max": "*", + "id": "Observation.interpretation", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result." + }, + { + "path": "Observation.note", + "requirements": "Need to be able to provide free text additional information.", + "min": 0, + "definition": "Comments about the observation or the results.", + "short": "Comments about the observation", + "mapping": [ + { + "map": "NTE.3 (partner NTE to OBX, or sometimes another (child?) OBX)", + "identity": "v2" + }, + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "Observation.note", + "comment": "May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation." + }, + { + "path": "Observation.bodySite", + "min": 0, + "definition": "Indicates the site on the subject's body where the observation was made (i.e. the target site).", + "short": "Observed body part", + "mapping": [ + { + "map": "< 123037004 |Body structure|", + "identity": "sct-concept" + }, + { "map": "OBX-20", "identity": "v2" }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "718497002 |Inherent location|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "1", + "id": "Observation.bodySite", + "comment": "Only used if not implicit in code found in Observation.code. In many systems, this may be represented as a related observation instead of an inline component. \n\nIf the use case requires BodySite to be handled as a separate resource (e.g. to identify and track separately) then use the standard extension[ bodySite](extension-bodysite.html)." + }, + { + "path": "Observation.method", + "requirements": "In some cases, method can impact results and is thus used for determining whether results can be compared or determining significance of results.", + "min": 0, + "definition": "Indicates the mechanism used to perform the observation.", + "short": "How it was done", + "mapping": [ + { "map": "OBX-17", "identity": "v2" }, + { "map": "methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationMethod" + } + ], + "description": "Methods for simple observations." + }, + "max": "1", + "id": "Observation.method", + "comment": "Only used if not implicit in code for Observation.code." + }, + { + "path": "Observation.specimen", + "min": 0, + "definition": "The specimen that was used when this observation was made.", + "short": "Specimen used for this observation", + "mapping": [ + { + "map": "< 123038009 |Specimen|", + "identity": "sct-concept" + }, + { "map": "SPM segment", "identity": "v2" }, + { + "map": "participation[typeCode=SPC].specimen", + "identity": "rim" + }, + { + "map": "704319004 |Inherent in|", + "identity": "sct-attr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "max": "1", + "id": "Observation.specimen", + "comment": "Should only be used if not implicit in code found in `Observation.code`. Observations are not made on specimens themselves; they are made on a subject, but in many cases by the means of a specimen. Note that although specimens are often involved, they are not always tracked and reported explicitly. Also note that observation resources may be used in contexts that track the specimen explicitly (e.g. Diagnostic Report)." + }, + { + "path": "Observation.device", + "min": 0, + "definition": "The device used to generate the observation data.", + "short": "(Measurement) Device", + "mapping": [ + { + "map": "< 49062001 |Device|", + "identity": "sct-concept" + }, + { "map": "OBX-17 / PRT -10", "identity": "v2" }, + { + "map": "participation[typeCode=DEV]", + "identity": "rim" + }, + { + "map": "424226004 |Using device|", + "identity": "sct-attr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "max": "1", + "id": "Observation.device", + "comment": "Note that this is not meant to represent a device involved in the transmission of the result, e.g., a gateway. Such devices may be documented using the Provenance resource where relevant." + }, + { + "constraint": [ + { + "key": "obs-3", + "human": "Must have at least a low or a high or text", + "xpath": "(exists(f:low) or exists(f:high)or exists(f:text))", + "severity": "error", + "expression": "low.exists() or high.exists() or text.exists()" + } + ], + "path": "Observation.referenceRange", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an \"OR\". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.", + "short": "Provides guide for interpretation", + "mapping": [ + { "map": "OBX.7", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Observation.referenceRange", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties." + }, + { + "path": "Observation.referenceRange.low", + "min": 0, + "definition": "The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).", + "short": "Low Range, if relevant", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:IVL_PQ.low", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Observation.referenceRange.low", + "condition": ["obs-3"] + }, + { + "path": "Observation.referenceRange.high", + "min": 0, + "definition": "The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).", + "short": "High Range, if relevant", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:IVL_PQ.high", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Observation.referenceRange.high", + "condition": ["obs-3"] + }, + { + "path": "Observation.referenceRange.type", + "requirements": "Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.", + "min": 0, + "definition": "Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.", + "short": "Reference range qualifier", + "mapping": [ + { + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|", + "identity": "sct-concept" + }, + { "map": "OBX-10", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeMeaning" + } + ], + "description": "Code for the meaning of a reference range." + }, + "max": "1", + "id": "Observation.referenceRange.type", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed." + }, + { + "path": "Observation.referenceRange.appliesTo", + "requirements": "Need to be able to identify the target population for proper interpretation.", + "min": 0, + "definition": "Codes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple `appliesTo` are interpreted as an \"AND\" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.", + "short": "Reference range population", + "mapping": [ + { + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|", + "identity": "sct-concept" + }, + { "map": "OBX-10", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeType" + } + ], + "description": "Codes identifying the population the reference range applies to." + }, + "max": "*", + "id": "Observation.referenceRange.appliesTo", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed." + }, + { + "path": "Observation.referenceRange.age", + "requirements": "Some analytes vary greatly over age.", + "min": 0, + "definition": "The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.", + "short": "Applicable age range, if relevant", + "mapping": [ + { + "map": "outboundRelationship[typeCode=PRCN].targetObservationCriterion[code=\"age\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Range" }], + "max": "1", + "id": "Observation.referenceRange.age" + }, + { + "id": "Observation.referenceRange.text", + "max": "1", + "min": 0, + "path": "Observation.referenceRange.text", + "type": [{ "code": "string" }], + "short": "Text based reference range in an observation", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:ST", "identity": "rim" } + ], + "definition": "Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of \"normals\"." + }, + { + "path": "Observation.hasMember", + "min": 0, + "definition": "This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.", + "short": "Related resource that belongs to the Observation group", + "mapping": [ + { + "map": "Relationships established by OBX-4 usage", + "identity": "v2" + }, + { "map": "outBoundRelationship", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "max": "*", + "id": "Observation.hasMember", + "comment": "When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases. For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below. Note that a system may calculate results from [QuestionnaireResponse](questionnaireresponse.html) into a final score and represent the score as an Observation.", + "isSummary": true + }, + { + "path": "Observation.derivedFrom", + "min": 0, + "definition": "The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.", + "short": "Related measurements the observation is made from", + "mapping": [ + { + "map": "Relationships established by OBX-4 usage", + "identity": "v2" + }, + { "map": ".targetObservation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "max": "*", + "id": "Observation.derivedFrom", + "comment": "All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below.", + "isSummary": true + }, + { + "path": "Observation.component", + "requirements": "Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.", + "min": 0, + "definition": "Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.", + "short": "Component results", + "mapping": [ + { "map": "containment by OBX-4?", "identity": "v2" }, + { + "map": "outBoundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Observation.component", + "comment": "For a discussion on the ways Observations can be assembled in groups together see [Notes](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.component.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Describes what was observed. Sometimes this is called the observation \"code\".", + "short": "Type of component observation (code / type)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "< 363787002 |Observable entity| OR \r< 386053000 |Evaluation procedure|", + "identity": "sct-concept" + }, + { "map": "OBX-3", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "Observation.component.code", + "comment": "*All* code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "isSummary": true + }, + { + "path": "Observation.component.value[x]", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "short": "Actual component result", + "mapping": [ + { + "map": "363714003 |Interprets| < 441742003 |Evaluation finding|", + "identity": "sct-concept" + }, + { "map": "OBX.2, OBX.5, OBX.6", "identity": "v2" }, + { "map": "value", "identity": "rim" }, + { + "map": "363714003 |Interprets|", + "identity": "sct-attr" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" } + ], + "max": "1", + "id": "Observation.component.value[x]", + "comment": "Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the [Notes section](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.component.dataAbsentReason", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "definition": "Provides a reason why the expected value in the element Observation.component.value[x] is missing.", + "short": "Why the component result is missing", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "value.nullFlavor", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + } + ], + "description": "Codes specifying why the result (`Observation.value[x]`) is missing." + }, + "max": "1", + "id": "Observation.component.dataAbsentReason", + "condition": ["obs-6"], + "comment": "\"Null\" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"test not done\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values." + }, + { + "path": "Observation.component.interpretation", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "min": 0, + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "short": "High, low, normal, etc.", + "mapping": [ + { + "map": "< 260245000 |Findings values|", + "identity": "sct-concept" + }, + { "map": "OBX-8", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" }, + { + "map": "363713009 |Has interpretation|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "description": "Codes identifying interpretations of observations." + }, + "alias": ["Abnormal Flag"], + "max": "*", + "id": "Observation.component.interpretation", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result." + }, + { + "path": "Observation.component.referenceRange", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range.", + "short": "Provides guide for interpretation of component result", + "mapping": [ + { "map": "OBX.7", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#Observation.referenceRange", + "max": "*", + "id": "Observation.component.referenceRange", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for integer Type: A whole number", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/integer/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "integer", + "abstract": false, + "type": "integer", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "integer", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/integer", + "differential": { + "element": [ + { + "id": "integer", + "max": "*", + "min": 0, + "path": "integer", + "short": "Primitive Type integer", + "comment": "32 bit number; for values larger than this, use decimal", + "definition": "A whole number" + }, + { + "path": "integer.value", + "min": 0, + "definition": "Primitive value for integer", + "minValueInteger": -2147483648, + "short": "Primitive value for integer", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Integer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "integer" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "-?([0]|([1-9][0-9]*))" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "integer.value", + "maxValueInteger": 2147483647 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "ExplanationOfBenefit", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ExplanationOfBenefit", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ExplanationOfBenefit", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExplanationOfBenefit", + "differential": { + "element": [ + { + "id": "ExplanationOfBenefit", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit", + "alias": ["EOB"], + "short": "Explanation of Benefit resource", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided." + }, + { + "path": "ExplanationOfBenefit.identifier", + "requirements": "Allows EOBs to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this explanation of benefit.", + "short": "Business Identifier for the resource", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ExplanationOfBenefit.identifier" + }, + { + "path": "ExplanationOfBenefit.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExplanationOfBenefitStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "ExplanationOfBenefit.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.type", + "requirements": "Claim type determine the general sets of business rules applied for information requirements and adjudication.", + "min": 1, + "definition": "The category of claim, e.g. oral, pharmacy, vision, institutional, professional.", + "short": "Category or discipline", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "ExplanationOfBenefit.type", + "comment": "The majority of jurisdictions use: oral, pharmacy, vision, professional and institutional, or variants on those terms, as the general styles of claims. The valueset is extensible to accommodate other jurisdictional requirements.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "ExplanationOfBenefit.subType", + "comment": "This may contain the local bill type codes such as the US UB-04 bill type code." + }, + { + "path": "ExplanationOfBenefit.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.", + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "Complete, proposed, exploratory, other." + }, + "max": "1", + "id": "ExplanationOfBenefit.use", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought.", + "short": "The recipient of the products and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.patient", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.billablePeriod", + "requirements": "A number jurisdictions required the submission of the billing period when submitting claims for example for hospital stays or long-term care.", + "min": 0, + "definition": "The period for which charges are being submitted.", + "short": "Relevant time frame for the claim", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ExplanationOfBenefit.billablePeriod", + "comment": "Typically this would be today or in the past for a claim, and today or in the future for preauthorizations and prodeterminations. Typically line item dates of service should fall within the billing period if one is specified.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "short": "Response creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ExplanationOfBenefit.created", + "comment": "This field is independent of the date of creation of the resource as it may reflect the creation date of a source document prior to digitization. Typically for claims all services must be completed as of this date.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.enterer", + "requirements": "Some jurisdictions require the contact information for personnel completing claims.", + "min": 0, + "definition": "Individual who created the claim, predetermination or preauthorization.", + "short": "Author of the claim", + "mapping": [ + { + "map": "Event.performer.agent", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.enterer" + }, + { + "path": "ExplanationOfBenefit.insurer", + "requirements": "To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.", + "min": 1, + "definition": "The party responsible for authorization, adjudication and reimbursement.", + "short": "Party responsible for reimbursement", + "mapping": [ + { + "map": "Event.performer.agent", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.insurer", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.provider", + "min": 1, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "short": "Party responsible for the claim", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.provider", + "comment": "Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.priority", + "requirements": "The provider may need to indicate their processing requirements so that the processor can indicate if they are unable to comply.", + "min": 0, + "definition": "The provider-required urgency of processing the request. Typical values include: stat, routine deferred.", + "short": "Desired processing urgency", + "mapping": [ + { "map": "Request.priority", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/CodeSystem/processpriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessPriority" + } + ], + "description": "The timeliness with which processing is required: stat, normal, deferred." + }, + "max": "1", + "id": "ExplanationOfBenefit.priority", + "comment": "If a claim processor is unable to complete the processing as per the priority then they should generate and error and not process the request." + }, + { + "path": "ExplanationOfBenefit.fundsReserveRequested", + "requirements": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.", + "min": 0, + "definition": "A code to indicate whether and for whom funds are to be reserved for future claims.", + "short": "For whom to reserve funds", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "alias": ["Fund pre-allocation"], + "max": "1", + "id": "ExplanationOfBenefit.fundsReserveRequested", + "comment": "This field is only used for preauthorizations." + }, + { + "path": "ExplanationOfBenefit.fundsReserve", + "requirements": "Needed to advise the submitting provider on whether the rquest for reservation of funds has been honored.", + "min": 0, + "definition": "A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.", + "short": "Funds reserved status", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "max": "1", + "id": "ExplanationOfBenefit.fundsReserve", + "comment": "Fund would be release by a future claim quoting the preAuthRef of this response. Examples of values include: provider, patient, none." + }, + { + "path": "ExplanationOfBenefit.related", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.", + "short": "Prior or corollary claims", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "RelatedClaim" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.related", + "comment": "For example, for the original treatment and follow-up exams." + }, + { + "id": "ExplanationOfBenefit.related.claim", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.related.claim", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "short": "Reference to the related claim", + "definition": "Reference to a related claim.", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event." + }, + { + "path": "ExplanationOfBenefit.related.relationship", + "requirements": "Some insurers need a declaration of the type of relationship.", + "min": 0, + "definition": "A code to convey how the claims are related.", + "short": "How the reference claim is related", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedClaimRelationship" + } + ], + "description": "Relationship of this claim to a related Claim." + }, + "max": "1", + "id": "ExplanationOfBenefit.related.relationship", + "comment": "For example, prior claim or umbrella." + }, + { + "path": "ExplanationOfBenefit.related.reference", + "requirements": "In cases where an event-triggered claim is being submitted to an insurer which requires a reference number to be specified on all exchanges.", + "min": 0, + "definition": "An alternate organizational reference to the case or file to which this particular claim pertains.", + "short": "File or case reference", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "ExplanationOfBenefit.related.reference", + "comment": "For example, Property/Casualty insurer claim number or Workers Compensation case number." + }, + { + "id": "ExplanationOfBenefit.prescription", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.prescription", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "short": "Prescription authorizing services or products", + "definition": "Prescription to support the dispensing of pharmacy, device or vision products.", + "requirements": "Required to authorize the dispensing of controlled substances and devices." + }, + { + "path": "ExplanationOfBenefit.originalPrescription", + "requirements": "Often required when a fulfiller varies what is fulfilled from that authorized on the original prescription.", + "min": 0, + "definition": "Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.", + "short": "Original prescription if superceded by fulfiller", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.originalPrescription", + "comment": "For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'." + }, + { + "path": "ExplanationOfBenefit.payee", + "requirements": "The provider needs to specify who they wish to be reimbursed and the claims processor needs express who they will reimburse.", + "min": 0, + "definition": "The party to be reimbursed for cost of the products and services according to the terms of the policy.", + "short": "Recipient of benefits payable", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payee" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.payee", + "comment": "Often providers agree to receive the benefits payable to reduce the near-term costs to the patient. The insurer may decline to pay the provider and may choose to pay the subscriber instead." + }, + { + "path": "ExplanationOfBenefit.payee.type", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 0, + "definition": "Type of Party to be reimbursed: Subscriber, provider, other.", + "short": "Category of recipient", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "ExplanationOfBenefit.payee.type" + }, + { + "path": "ExplanationOfBenefit.payee.party", + "requirements": "Need to provide demographics if the payee is not 'subscriber' nor 'provider'.", + "min": 0, + "definition": "Reference to the individual or organization to whom any payment will be made.", + "short": "Recipient reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.payee.party", + "comment": "Not required if the payee is 'subscriber' or 'provider'." + }, + { + "path": "ExplanationOfBenefit.referral", + "requirements": "Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "min": 0, + "definition": "A reference to a referral resource.", + "short": "Treatment Referral", + "mapping": [{ "map": "FiveWs.cause", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.referral", + "comment": "The referral resource which lists the date, practitioner, reason and other supporting information." + }, + { + "path": "ExplanationOfBenefit.facility", + "requirements": "Insurance adjudication can be dependant on where services were delivered.", + "min": 0, + "definition": "Facility where the services were provided.", + "short": "Servicing Facility", + "mapping": [ + { + "map": "Event.performer.location", + "identity": "workflow" + }, + { "map": "FiveWs.where[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.facility" + }, + { + "path": "ExplanationOfBenefit.claim", + "requirements": "To provide a link to the original adjudication request.", + "min": 0, + "definition": "The business identifier for the instance of the adjudication request: claim predetermination or preauthorization.", + "short": "Claim reference", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.claim" + }, + { + "id": "ExplanationOfBenefit.claimResponse", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.claimResponse", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "short": "Claim response reference", + "definition": "The business identifier for the instance of the adjudication response: claim, predetermination or preauthorization response.", + "requirements": "To provide a link to the original adjudication response." + }, + { + "path": "ExplanationOfBenefit.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the claim, predetermination, or preauthorization processing.", + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + } + ], + "description": "The result of the claim processing." + }, + "max": "1", + "id": "ExplanationOfBenefit.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", + "isSummary": true + }, + { + "id": "ExplanationOfBenefit.disposition", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.disposition", + "type": [{ "code": "string" }], + "short": "Disposition Message", + "definition": "A human readable description of the status of the adjudication.", + "requirements": "Provided for user display." + }, + { + "path": "ExplanationOfBenefit.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "max": "*", + "id": "ExplanationOfBenefit.preAuthRef", + "comment": "This value is only present on preauthorization adjudications." + }, + { + "path": "ExplanationOfBenefit.preAuthRefPeriod", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "The timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided.", + "short": "Preauthorization in-effect period", + "type": [{ "code": "Period" }], + "max": "*", + "id": "ExplanationOfBenefit.preAuthRefPeriod", + "comment": "This value is only present on preauthorization adjudications." + }, + { + "path": "ExplanationOfBenefit.careTeam", + "requirements": "Common to identify the responsible and supporting practitioners.", + "min": 0, + "definition": "The members of the team who provided the products and services.", + "short": "Care Team members", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CareTeam" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.careTeam" + }, + { + "id": "ExplanationOfBenefit.careTeam.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.careTeam.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Order of care team", + "definition": "A number to uniquely identify care team entries.", + "requirements": "Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details." + }, + { + "path": "ExplanationOfBenefit.careTeam.provider", + "requirements": "Often a regulatory requirement to specify the responsible provider.", + "min": 1, + "definition": "Member of the team who provided the product or service.", + "short": "Practitioner or organization", + "mapping": [{ "map": "FiveWs.actor", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.careTeam.provider" + }, + { + "path": "ExplanationOfBenefit.careTeam.responsible", + "requirements": "When multiple parties are present it is required to distinguish the lead or responsible individual.", + "min": 0, + "definition": "The party who is billing and/or responsible for the claimed products or services.", + "short": "Indicator of the lead practitioner", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ExplanationOfBenefit.careTeam.responsible", + "comment": "Responsible might not be required when there is only a single provider listed." + }, + { + "path": "ExplanationOfBenefit.careTeam.role", + "requirements": "When multiple parties are present it is required to distinguish the roles performed by each member.", + "min": 0, + "definition": "The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.", + "short": "Function within the team", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamRole" + } + ], + "description": "The role codes for the care team members." + }, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.role", + "comment": "Role might not be required when there is only a single provider listed." + }, + { + "path": "ExplanationOfBenefit.careTeam.qualification", + "requirements": "Need to specify which qualification a provider is delivering the product or service under.", + "min": 0, + "definition": "The qualification of the practitioner which is applicable for this service.", + "short": "Practitioner credential or specialization", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProviderQualification" + } + ], + "description": "Provider professional qualifications." + }, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.qualification" + }, + { + "path": "ExplanationOfBenefit.supportingInfo", + "requirements": "Typically these information codes are required to support the services rendered or the adjudication of the services rendered.", + "min": 0, + "definition": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.", + "short": "Supporting information", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupportingInformation" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.supportingInfo", + "comment": "Often there are multiple jurisdiction specific valuesets which are required." + }, + { + "id": "ExplanationOfBenefit.supportingInfo.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.supportingInfo.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Information instance identifier", + "definition": "A number to uniquely identify supporting information entries.", + "requirements": "Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details." + }, + { + "path": "ExplanationOfBenefit.supportingInfo.category", + "requirements": "Required to group or associate information items with common characteristics. For example: admission information or prior treatments.", + "min": 1, + "definition": "The general class of the information supplied: information; exception; accident, employment; onset, etc.", + "short": "Classification of the supplied information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCategory" + } + ], + "description": "The valuset used for additional information category codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.category", + "comment": "This may contain a category for the local bill type codes." + }, + { + "path": "ExplanationOfBenefit.supportingInfo.code", + "requirements": "Required to identify the kind of additional information.", + "min": 0, + "definition": "System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.", + "short": "Type of information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCode" + } + ], + "description": "The valuset used for additional information codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.code", + "comment": "This may contain the local bill type codes such as the US UB-04 bill type code." + }, + { + "id": "ExplanationOfBenefit.supportingInfo.timing[x]", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.supportingInfo.timing[x]", + "type": [{ "code": "date" }, { "code": "Period" }], + "short": "When it occurred", + "definition": "The date when or period to which this information refers." + }, + { + "path": "ExplanationOfBenefit.supportingInfo.value[x]", + "requirements": "To convey the data content to be provided when the information is more than a simple code or period.", + "min": 0, + "definition": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", + "short": "Data to be provided", + "type": [ + { "code": "boolean" }, + { "code": "string" }, + { "code": "Quantity" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.value[x]", + "comment": "Could be used to provide references to other resources, document. For example, could contain a PDF in an Attachment of the Police Report for an Accident." + }, + { + "path": "ExplanationOfBenefit.supportingInfo.reason", + "requirements": "Needed when the supporting information has both a date and amount/value and requires explanation.", + "min": 0, + "definition": "Provides the reason in the situation where a reason code is required in addition to the content.", + "short": "Explanation for the information", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MissingReason" + } + ], + "description": "Reason codes for the missing teeth." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.reason", + "comment": "For example: the reason for the additional stay, or why a tooth is missing." + }, + { + "path": "ExplanationOfBenefit.diagnosis", + "requirements": "Required for the adjudication by provided context for the services and product listed.", + "min": 0, + "definition": "Information about diagnoses relevant to the claim items.", + "short": "Pertinent diagnosis information", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.diagnosis" + }, + { + "path": "ExplanationOfBenefit.diagnosis.sequence", + "requirements": "Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify diagnosis entries.", + "short": "Diagnosis instance identifier", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.sequence", + "comment": "Diagnosis are presented in list order to their expected importance: primary, secondary, etc." + }, + { + "path": "ExplanationOfBenefit.diagnosis.diagnosis[x]", + "requirements": "Provides health context for the evaluation of the products and/or services.", + "min": 1, + "definition": "The nature of illness or problem in a coded form or as a reference to an external defined Condition.", + "short": "Nature of illness or problem", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10" + } + ], + "description": "ICD10 Diagnostic codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.diagnosis[x]" + }, + { + "path": "ExplanationOfBenefit.diagnosis.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "short": "Timing or nature of the diagnosis", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisType" + } + ], + "description": "The type of the diagnosis: admitting, principal, discharge." + }, + "max": "*", + "id": "ExplanationOfBenefit.diagnosis.type", + "comment": "For example: admitting, primary, secondary, discharge." + }, + { + "path": "ExplanationOfBenefit.diagnosis.onAdmission", + "requirements": "Many systems need to understand for adjudication if the diagnosis was present a time of admission.", + "min": 0, + "definition": "Indication of whether the diagnosis was present on admission to a facility.", + "short": "Present on admission", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisOnAdmission" + } + ], + "description": "Present on admission." + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.onAdmission" + }, + { + "path": "ExplanationOfBenefit.diagnosis.packageCode", + "requirements": "Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.", + "min": 0, + "definition": "A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.", + "short": "Package billing code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRelatedGroup" + } + ], + "description": "The DRG codes associated with the diagnosis." + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.packageCode", + "comment": "For example, DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardio-infarction and a DRG for HeartAttack would assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event." + }, + { + "path": "ExplanationOfBenefit.procedure", + "requirements": "The specific clinical invention are sometimes required to be provided to justify billing a greater than customary amount for a service.", + "min": 0, + "definition": "Procedures performed on the patient relevant to the billing items with the claim.", + "short": "Clinical procedures performed", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Procedure" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.procedure" + }, + { + "id": "ExplanationOfBenefit.procedure.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.procedure.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Procedure instance identifier", + "definition": "A number to uniquely identify procedure entries.", + "requirements": "Necessary to provide a mechanism to link to claim details." + }, + { + "path": "ExplanationOfBenefit.procedure.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "short": "Category of Procedure", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureType" + } + ], + "description": "Example procedure type codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.procedure.type" + }, + { + "id": "ExplanationOfBenefit.procedure.date", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.procedure.date", + "type": [{ "code": "dateTime" }], + "short": "When the procedure was performed", + "definition": "Date and optionally time the procedure was performed.", + "requirements": "Required for auditing purposes." + }, + { + "path": "ExplanationOfBenefit.procedure.procedure[x]", + "requirements": "This identifies the actual clinical procedure.", + "min": 1, + "definition": "The code or reference to a Procedure resource which identifies the clinical intervention performed.", + "short": "Specific clinical procedure", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10_Procedures" + } + ], + "description": "ICD10 Procedure codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.procedure.procedure[x]" + }, + { + "id": "ExplanationOfBenefit.procedure.udi", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.procedure.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "id": "ExplanationOfBenefit.precedence", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.precedence", + "type": [{ "code": "positiveInt" }], + "short": "Precedence (primary, secondary, etc.)", + "definition": "This indicates the relative order of a series of EOBs related to different coverages for the same suite of services.", + "requirements": "Needed to coordinate between multiple EOBs for the same suite of services." + }, + { + "path": "ExplanationOfBenefit.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 1, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "v2" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ExplanationOfBenefit.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example, a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "max": "1", + "id": "ExplanationOfBenefit.insurance.coverage", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.preAuthRef", + "requirements": "Providers must quote previously issued authorization reference numbers in order to obtain adjudication as previously advised on the Preauthorization.", + "min": 0, + "definition": "Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.", + "short": "Prior authorization reference number", + "type": [{ "code": "string" }], + "max": "*", + "id": "ExplanationOfBenefit.insurance.preAuthRef", + "comment": "This value is an alphanumeric string that may be provided over the phone, via text, via paper, or within a ClaimResponse resource and is not a FHIR Identifier." + }, + { + "path": "ExplanationOfBenefit.accident", + "requirements": "When healthcare products and services are accident related, benefits may be payable under accident provisions of policies, such as automotive, etc before they are payable under normal health insurance.", + "min": 0, + "definition": "Details of a accident which resulted in injuries which required the products and services listed in the claim.", + "short": "Details of the event", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Accident" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.accident" + }, + { + "path": "ExplanationOfBenefit.accident.date", + "requirements": "Required for audit purposes and adjudication.", + "min": 0, + "definition": "Date of an accident event related to the products and services contained in the claim.", + "short": "When the incident occurred", + "type": [{ "code": "date" }], + "max": "1", + "id": "ExplanationOfBenefit.accident.date", + "comment": "The date of the accident has to precede the dates of the products and services but within a reasonable timeframe." + }, + { + "path": "ExplanationOfBenefit.accident.type", + "requirements": "Coverage may be dependant on the type of accident.", + "min": 0, + "definition": "The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.", + "short": "The nature of the accident", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccidentType" + } + ], + "description": "Type of accident: work place, auto, etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.accident.type" + }, + { + "id": "ExplanationOfBenefit.accident.location[x]", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.accident.location[x]", + "type": [ + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the event occurred", + "definition": "The physical location of the accident event.", + "requirements": "Required for audit purposes and determination of applicable insurance liability." + }, + { + "path": "ExplanationOfBenefit.item", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.", + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item" + }, + { + "id": "ExplanationOfBenefit.item.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.item.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Item instance identifier", + "definition": "A number to uniquely identify item entries.", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse." + }, + { + "id": "ExplanationOfBenefit.item.careTeamSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.careTeamSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable care team members", + "definition": "Care team members related to this service or product.", + "requirements": "Need to identify the individuals and their roles in the provision of the product or service." + }, + { + "id": "ExplanationOfBenefit.item.diagnosisSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.diagnosisSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable diagnoses", + "definition": "Diagnoses applicable for this service or product.", + "requirements": "Need to related the product or service to the associated diagnoses." + }, + { + "id": "ExplanationOfBenefit.item.procedureSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.procedureSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable procedures", + "definition": "Procedures applicable for this service or product.", + "requirements": "Need to provide any listed specific procedures to support the product or service being claimed." + }, + { + "id": "ExplanationOfBenefit.item.informationSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.informationSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable exception and supporting information", + "definition": "Exceptions, special conditions and supporting information applicable for this service or product.", + "requirements": "Need to reference the supporting information items that relate directly to this product or service." + }, + { + "path": "ExplanationOfBenefit.item.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.revenue" + }, + { + "path": "ExplanationOfBenefit.item.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "ExplanationOfBenefit.item.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.item.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "ExplanationOfBenefit.item.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "path": "ExplanationOfBenefit.item.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "max": "1", + "id": "ExplanationOfBenefit.item.serviced[x]" + }, + { + "path": "ExplanationOfBenefit.item.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place where the service is rendered." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.location[x]" + }, + { + "id": "ExplanationOfBenefit.item.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.item.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.item.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.item.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.item.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.item.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ExplanationOfBenefit.item.udi", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "path": "ExplanationOfBenefit.item.bodySite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "short": "Anatomical location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ], + "description": "The code for the teeth, quadrant, sextant and arch." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.bodySite", + "comment": "For example: Providing a tooth code, allows an insurer to identify a provider performing a filling on a tooth that was previously removed." + }, + { + "path": "ExplanationOfBenefit.item.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "short": "Anatomical sub-location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ], + "description": "The code for the tooth surface and surface combinations." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.subSite" + }, + { + "id": "ExplanationOfBenefit.item.encounter", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "short": "Encounters related to this billed item", + "definition": "A billed item may include goods or services provided in multiple encounters.", + "requirements": "Used in some jurisdictions to link clinical events to claim items." + }, + { + "id": "ExplanationOfBenefit.item.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "path": "ExplanationOfBenefit.item.adjudication", + "requirements": "The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.", + "min": 0, + "definition": "If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.", + "short": "Adjudication details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Adjudication" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item.adjudication" + }, + { + "path": "ExplanationOfBenefit.item.adjudication.category", + "requirements": "Needed to enable understanding of the context of the other information in the adjudication.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.category", + "comment": "For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc." + }, + { + "path": "ExplanationOfBenefit.item.adjudication.reason", + "requirements": "To support understanding of variance from adjudication expectations.", + "min": 0, + "definition": "A code supporting the understanding of the adjudication result and explaining variance from expected amount.", + "short": "Explanation of adjudication outcome", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationReason" + } + ], + "description": "Adjudication reason codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.reason", + "comment": "For example, may indicate that the funds for this benefit type have been exhausted." + }, + { + "path": "ExplanationOfBenefit.item.adjudication.amount", + "requirements": "Most adjuciation categories convey a monetary amount.", + "min": 0, + "definition": "Monetary amount associated with the category.", + "short": "Monetary amount", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.amount", + "comment": "For example, amount submitted, eligible amount, co-payment, and benefit payable." + }, + { + "path": "ExplanationOfBenefit.item.adjudication.value", + "requirements": "Some adjudication categories convey a percentage or a fixed value.", + "min": 0, + "definition": "A non-monetary value associated with the category. Mutually exclusive to the amount element above.", + "short": "Non-monitary value", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.value", + "comment": "For example: eligible percentage or co-payment percentage." + }, + { + "id": "ExplanationOfBenefit.item.detail", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail", + "type": [{ "code": "BackboneElement" }], + "short": "Additional items", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Detail" + } + ], + "definition": "Second-tier of goods and services." + }, + { + "id": "ExplanationOfBenefit.item.detail.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.item.detail.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Product or service provided", + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "requirements": "The items to be processed for adjudication." + }, + { + "path": "ExplanationOfBenefit.item.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.revenue" + }, + { + "path": "ExplanationOfBenefit.item.detail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.category", + "comment": "Examples include: Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "ExplanationOfBenefit.item.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.item.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "ExplanationOfBenefit.item.detail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "id": "ExplanationOfBenefit.item.detail.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.item.detail.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.item.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.item.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ExplanationOfBenefit.item.detail.udi", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "id": "ExplanationOfBenefit.item.detail.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ExplanationOfBenefit.item.detail.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.adjudication", + "short": "Detail level adjudication details", + "definition": "The adjudication results.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail", + "type": [{ "code": "BackboneElement" }], + "short": "Additional items", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "definition": "Third-tier of goods and services." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.sequence", + "max": "1", + "min": 1, + "path": "ExplanationOfBenefit.item.detail.subDetail.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Product or service provided", + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "requirements": "The items to be processed for adjudication." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.revenue" + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.udi", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ExplanationOfBenefit.item.detail.subDetail.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication", + "short": "Subdetail level adjudication details", + "definition": "The adjudication results.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "path": "ExplanationOfBenefit.addItem", + "requirements": "Insurers may redefine the provided product or service or may package and/or decompose groups of products and services. The addItems allows the insurer to provide their line item list with linkage to the submitted items/details/sub-details. In a preauthorization the insurer may use the addItem structure to provide additional information on authorized products and services.", + "min": 0, + "definition": "The first-tier service adjudications for payor added product or service lines.", + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItem" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem" + }, + { + "id": "ExplanationOfBenefit.addItem.itemSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.itemSequence", + "type": [{ "code": "positiveInt" }], + "short": "Item sequence number", + "definition": "Claim items which this service line is intended to replace.", + "requirements": "Provides references to the claim items." + }, + { + "id": "ExplanationOfBenefit.addItem.detailSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Detail sequence number", + "definition": "The sequence number of the details within the claim item which this line is intended to replace.", + "requirements": "Provides references to the claim details within the claim item." + }, + { + "id": "ExplanationOfBenefit.addItem.subDetailSequence", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.subDetailSequence", + "type": [{ "code": "positiveInt" }], + "short": "Subdetail sequence number", + "definition": "The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace.", + "requirements": "Provides references to the claim sub-details within the claim detail." + }, + { + "path": "ExplanationOfBenefit.addItem.provider", + "requirements": "Insurer may provide authorization specifically to a restricted set of providers rather than an open authorization.", + "min": 0, + "definition": "The providers who are authorized for the services rendered to the patient.", + "short": "Authorized providers", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem.provider" + }, + { + "path": "ExplanationOfBenefit.addItem.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.addItem.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "ExplanationOfBenefit.addItem.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "path": "ExplanationOfBenefit.addItem.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.serviced[x]" + }, + { + "path": "ExplanationOfBenefit.addItem.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place where the service is rendered." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.location[x]" + }, + { + "id": "ExplanationOfBenefit.addItem.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.addItem.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.addItem.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.addItem.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "path": "ExplanationOfBenefit.addItem.bodySite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "short": "Anatomical location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ], + "description": "The code for the teeth, quadrant, sextant and arch." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.bodySite", + "comment": "For example, providing a tooth code allows an insurer to identify a provider performing a filling on a tooth that was previously removed." + }, + { + "path": "ExplanationOfBenefit.addItem.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "short": "Anatomical sub-location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ], + "description": "The code for the tooth surface and surface combinations." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.subSite" + }, + { + "id": "ExplanationOfBenefit.addItem.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ExplanationOfBenefit.addItem.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.adjudication", + "short": "Added items adjudication", + "definition": "The adjudication results.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "id": "ExplanationOfBenefit.addItem.detail", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail", + "type": [{ "code": "BackboneElement" }], + "short": "Insurer added line items", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetail" + } + ], + "definition": "The second-tier service adjudications for payor added services." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.adjudication", + "short": "Added items adjudication", + "definition": "The adjudication results.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "id": "ExplanationOfBenefit.addItem.detail.subDetail", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.subDetail", + "type": [{ "code": "BackboneElement" }], + "short": "Insurer added line items", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetailSubDetail" + } + ], + "definition": "The third-tier service adjudications for payor added services." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.subDetail.quantity", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.subDetail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber", + "type": [{ "code": "positiveInt" }], + "short": "Applicable note numbers", + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item." + }, + { + "id": "ExplanationOfBenefit.addItem.detail.subDetail.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.addItem.detail.subDetail.adjudication", + "short": "Added items adjudication", + "definition": "The adjudication results.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "id": "ExplanationOfBenefit.adjudication", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.adjudication", + "short": "Header-level adjudication", + "definition": "The adjudication results which are presented at the header level rather than at the line-item or add-item levels.", + "requirements": "Some insurers will receive line-items but provide the adjudication only at a summary or header-level.", + "contentReference": "#ExplanationOfBenefit.item.adjudication" + }, + { + "path": "ExplanationOfBenefit.total", + "requirements": "To provide the requestor with financial totals by category for the adjudication.", + "min": 0, + "definition": "Categorized monetary totals for the adjudication.", + "short": "Adjudication totals", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "'360;620" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Total" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.total", + "comment": "Totals for amounts submitted, co-pays, benefits payable etc.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.total.category", + "requirements": "Needed to convey the type of total provided.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.total.category", + "comment": "For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.total.amount", + "requirements": "Needed to convey the total monetary amount.", + "min": 1, + "definition": "Monetary total amount associated with the category.", + "short": "Financial total for the category", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.total.amount", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.payment", + "requirements": "Needed to convey references to the financial instrument that has been used if payment has been made.", + "min": 0, + "definition": "Payment details for the adjudication of the claim.", + "short": "Payment Details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "360;650" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payment" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.payment" + }, + { + "path": "ExplanationOfBenefit.payment.type", + "requirements": "To advise the requestor when the insurer believes all payments to have been completed.", + "min": 0, + "definition": "Whether this represents partial or complete payment of the benefits payable.", + "short": "Partial or complete payment", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ], + "description": "The type (partial, complete) of the payment." + }, + "max": "1", + "id": "ExplanationOfBenefit.payment.type" + }, + { + "path": "ExplanationOfBenefit.payment.adjustment", + "requirements": "To advise the requestor of adjustments applied to the payment.", + "min": 0, + "definition": "Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.", + "short": "Payment adjustment for non-claim issues", + "type": [{ "code": "Money" }], + "max": "1", + "id": "ExplanationOfBenefit.payment.adjustment", + "comment": "Insurers will deduct amounts owing from the provider (adjustment), such as a prior overpayment, from the amount owing to the provider (benefits payable) when payment is made to the provider." + }, + { + "path": "ExplanationOfBenefit.payment.adjustmentReason", + "requirements": "Needed to clarify the monetary adjustment.", + "min": 0, + "definition": "Reason for the payment adjustment.", + "short": "Explanation for the variance", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentAdjustmentReason" + } + ], + "description": "Payment Adjustment reason codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.payment.adjustmentReason" + }, + { + "id": "ExplanationOfBenefit.payment.date", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.payment.date", + "type": [{ "code": "date" }], + "short": "Expected date of payment", + "definition": "Estimated date the payment will be issued or the actual issue date of payment.", + "requirements": "To advise the payee when payment can be expected." + }, + { + "id": "ExplanationOfBenefit.payment.amount", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.payment.amount", + "type": [{ "code": "Money" }], + "short": "Payable amount after adjustment", + "definition": "Benefits payable less any payment adjustment.", + "requirements": "Needed to provide the actual payment amount." + }, + { + "path": "ExplanationOfBenefit.payment.identifier", + "requirements": "Enable the receiver to reconcile when payment received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "ExplanationOfBenefit.payment.identifier", + "comment": "For example: EFT number or check number." + }, + { + "path": "ExplanationOfBenefit.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.formCode", + "comment": "May be needed to identify specific jurisdictional forms." + }, + { + "path": "ExplanationOfBenefit.form", + "requirements": "Needed to include the specific form used for producing output for this response.", + "min": 0, + "definition": "The actual form, by reference or inclusion, for printing the content or an EOB.", + "short": "Printed reference or actual form", + "type": [{ "code": "Attachment" }], + "max": "1", + "id": "ExplanationOfBenefit.form", + "comment": "Needed to permit insurers to include the actual form." + }, + { + "path": "ExplanationOfBenefit.processNote", + "requirements": "Provides the insurer specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains adjudication results in a human readable form.", + "short": "Note concerning adjudication", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Note" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.processNote" + }, + { + "id": "ExplanationOfBenefit.processNote.number", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.processNote.number", + "type": [{ "code": "positiveInt" }], + "short": "Note instance identifier", + "definition": "A number to uniquely identify a note entry.", + "requirements": "Necessary to provide a mechanism to link from adjudications." + }, + { + "path": "ExplanationOfBenefit.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "short": "display | print | printoper", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "ExplanationOfBenefit.processNote.type" + }, + { + "id": "ExplanationOfBenefit.processNote.text", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.processNote.text", + "type": [{ "code": "string" }], + "short": "Note explanatory text", + "definition": "The explanation or description associated with the processing.", + "requirements": "Required to provide human readable explanation." + }, + { + "path": "ExplanationOfBenefit.processNote.language", + "requirements": "Note text may vary from the resource defined language.", + "min": 0, + "definition": "A code to define the language used in the text of the note.", + "short": "Language of the text", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "ExplanationOfBenefit.processNote.language", + "comment": "Only required if the language is different from the resource language." + }, + { + "path": "ExplanationOfBenefit.benefitPeriod", + "requirements": "Needed as coverages may be multi-year while benefits tend to be annual therefore a separate expression of the benefit period is needed.", + "min": 0, + "definition": "The term of the benefits documented in this response.", + "short": "When the benefits are applicable", + "type": [{ "code": "Period" }], + "max": "1", + "id": "ExplanationOfBenefit.benefitPeriod", + "comment": "Not applicable when use=claim." + }, + { + "id": "ExplanationOfBenefit.benefitBalance", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.benefitBalance", + "type": [{ "code": "BackboneElement" }], + "short": "Balance by Benefit Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "BenefitBalance" + } + ], + "definition": "Balance by Benefit Category." + }, + { + "path": "ExplanationOfBenefit.benefitBalance.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 1, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "id": "ExplanationOfBenefit.benefitBalance.excluded", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.benefitBalance.excluded", + "type": [{ "code": "boolean" }], + "short": "Excluded from the plan", + "definition": "True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.", + "requirements": "Needed to identify items that are specifically excluded from the coverage." + }, + { + "path": "ExplanationOfBenefit.benefitBalance.name", + "requirements": "Required to align with other plan names.", + "min": 0, + "definition": "A short name or tag for the benefit.", + "short": "Short name for the benefit", + "type": [{ "code": "string" }], + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.name", + "comment": "For example: MED01, or DENT2." + }, + { + "path": "ExplanationOfBenefit.benefitBalance.description", + "requirements": "Needed for human readable reference.", + "min": 0, + "definition": "A richer description of the benefit or services covered.", + "short": "Description of the benefit or services covered", + "type": [{ "code": "string" }], + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.description", + "comment": "For example, 'DENT2 covers 100% of basic, 50% of major but excludes Ortho, Implants and Cosmetic services'." + }, + { + "path": "ExplanationOfBenefit.benefitBalance.network", + "requirements": "Needed as in or out of network providers are treated differently under the coverage.", + "min": 0, + "definition": "Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.", + "short": "In or out of network", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitNetwork" + } + ], + "description": "Code to classify in or out of network services." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.network" + }, + { + "path": "ExplanationOfBenefit.benefitBalance.unit", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "Indicates if the benefits apply to an individual or to the family.", + "short": "Individual or family", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitUnit" + } + ], + "description": "Unit covered/serviced - individual or family." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.unit" + }, + { + "path": "ExplanationOfBenefit.benefitBalance.term", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.", + "short": "Annual or lifetime", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitTerm" + } + ], + "description": "Coverage unit - annual, lifetime." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.term" + }, + { + "id": "ExplanationOfBenefit.benefitBalance.financial", + "max": "*", + "min": 0, + "path": "ExplanationOfBenefit.benefitBalance.financial", + "type": [{ "code": "BackboneElement" }], + "short": "Benefit Summary", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Benefit" + } + ], + "definition": "Benefits Used to date." + }, + { + "path": "ExplanationOfBenefit.benefitBalance.financial.type", + "requirements": "Needed to convey the nature of the benefit.", + "min": 1, + "definition": "Classification of benefit being provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitType" + } + ], + "description": "Deductable, visits, co-pay, etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.financial.type", + "comment": "For example: deductible, visits, benefit amount." + }, + { + "id": "ExplanationOfBenefit.benefitBalance.financial.allowed[x]", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.benefitBalance.financial.allowed[x]", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "short": "Benefits allowed", + "definition": "The quantity of the benefit which is permitted under the coverage.", + "requirements": "Needed to convey the benefits offered under the coverage." + }, + { + "id": "ExplanationOfBenefit.benefitBalance.financial.used[x]", + "max": "1", + "min": 0, + "path": "ExplanationOfBenefit.benefitBalance.financial.used[x]", + "type": [{ "code": "unsignedInt" }, { "code": "Money" }], + "short": "Benefits used", + "definition": "The quantity of the benefit which have been consumed to date.", + "requirements": "Needed to convey the benefits consumed to date." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Oxygen Saturation Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/oxygensat/4.0.1", + "date": "2018-10-23", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-oxygensat", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Oxygen Saturation Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One code in `Observation.code` which must have\n - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\n - a fixed `Observation.code.coding.code`= **'2708-6'**\n - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\n Codes, SNOMED CT concepts, system specific codes. All codes\n SHALL have an system value\n1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\n - Each Observation.valueQuantity must have:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code = **'%'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "oxygensat", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/oxygensat", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/oxygensat", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Oxygen Saturation Profile", + "definition": "This profile defines how to represent Oxygen Saturation observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Oxygen Saturation", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Oxygen Saturation." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:OxygenSatCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "OxygenSatCode" + }, + { + "id": "Observation.code.coding:OxygenSatCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:OxygenSatCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "2708-6" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "%", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "The local number that must be dialed to connect within the area/city/zone. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/contactpoint-local/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "local", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Local Number", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contactpoint-local", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-local", + "context": [{ "type": "element", "expression": "ContactPoint" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/contactpoint-local", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Local number that must always be dialled", + "comment": "The ContactPoint.value element SHOULD still be populated even if the extension is present.", + "definition": "The local number that must be dialed to connect within the area/city/zone. This extension is used when a system wishes to designate specific parts of a phone number (and potentially place constraints on which components must be present and how they're filled in)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/contactpoint-local" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Invoice/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "Invoice", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + } + ], + "abstract": false, + "type": "Invoice", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Invoice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Invoice", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Invoice", + "differential": { + "element": [ + { + "id": "Invoice", + "max": "*", + "min": 0, + "path": "Invoice", + "short": "Invoice containing ChargeItems from an Account", + "mapping": [ + { "map": "FT1", "identity": "v2" }, + { "map": "Act[moodCode=EVN]", "identity": "rim" } + ], + "definition": "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose." + }, + { + "path": "Invoice.identifier", + "requirements": "Allows Identification of this Invoice instance.", + "min": 0, + "definition": "Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments.", + "short": "Business Identifier for item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "FT1.2", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Invoice.identifier", + "isSummary": true + }, + { + "path": "Invoice.status", + "min": 1, + "definition": "The current state of the Invoice.", + "isModifier": true, + "short": "draft | issued | balanced | cancelled | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InvoiceStatus" + } + ], + "description": "Codes identifying the lifecycle stage of an Invoice." + }, + "max": "1", + "id": "Invoice.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Invoice.cancelledReason", + "min": 0, + "definition": "In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).", + "short": "Reason for cancellation of this Invoice", + "type": [{ "code": "string" }], + "max": "1", + "id": "Invoice.cancelledReason", + "comment": "Derived Profiles may choose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", + "isSummary": false + }, + { + "path": "Invoice.type", + "min": 0, + "definition": "Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).", + "short": "Type of Invoice", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "alias": ["type"], + "max": "1", + "id": "Invoice.type", + "isSummary": true + }, + { + "path": "Invoice.subject", + "requirements": "Links the event to the Patient context.", + "min": 0, + "definition": "The individual or set of individuals receiving the goods and services billed in this invoice.", + "short": "Recipient(s) of goods and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PAT in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "Invoice.subject", + "isSummary": true + }, + { + "path": "Invoice.recipient", + "min": 0, + "definition": "The individual or Organization responsible for balancing of this invoice.", + "short": "Recipient of this invoice", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { + "map": "PV1 in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Invoice.recipient", + "isSummary": true + }, + { + "path": "Invoice.date", + "min": 0, + "definition": "Date/time(s) of when this Invoice was posted.", + "short": "Invoice date / posting date", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Invoice.date", + "comment": "The list of types may be constrained as appropriate for the type of charge item.", + "isSummary": true + }, + { + "path": "Invoice.participant", + "min": 0, + "definition": "Indicates who or what performed or participated in the charged service.", + "short": "Participant in creation of this Invoice", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Invoice.participant", + "isSummary": false + }, + { + "path": "Invoice.participant.role", + "min": 0, + "definition": "Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device.", + "short": "Type of involvement in creation of this Invoice", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "Invoice.participant.role", + "isSummary": false + }, + { + "path": "Invoice.participant.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed or participated in the service.", + "short": "Individual who was involved", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Invoice.participant.actor", + "isSummary": false + }, + { + "path": "Invoice.issuer", + "min": 0, + "definition": "The organizationissuing the Invoice.", + "short": "Issuing Organization of Invoice", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Invoice.issuer", + "comment": "Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered.", + "isSummary": false + }, + { + "path": "Invoice.account", + "min": 0, + "definition": "Account which is supposed to be balanced with this Invoice.", + "short": "Account that is being balanced", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "max": "1", + "id": "Invoice.account", + "comment": "Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the potprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate.", + "isSummary": false + }, + { + "path": "Invoice.lineItem", + "min": 0, + "definition": "Each line item represents one charge for goods and services rendered. Details such as date, code and amount are found in the referenced ChargeItem resource.", + "short": "Line items of this Invoice", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Invoice.lineItem", + "isSummary": false + }, + { + "id": "Invoice.lineItem.sequence", + "max": "1", + "min": 0, + "path": "Invoice.lineItem.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Sequence number of line item", + "isSummary": false, + "definition": "Sequence in which the items appear on the invoice." + }, + { + "path": "Invoice.lineItem.chargeItem[x]", + "min": 1, + "definition": "The ChargeItem contains information such as the billing code, date, amount etc. If no further details are required for the lineItem, inline billing codes can be added using the CodeableConcept data type instead of the Reference.", + "short": "Reference to ChargeItem containing details of this line item or an inline billing code", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ] + }, + { "code": "CodeableConcept" } + ], + "max": "1", + "id": "Invoice.lineItem.chargeItem[x]", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent", + "min": 0, + "definition": "The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice as to how the prices have been calculated.", + "short": "Components of total line item price", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Invoice.lineItem.priceComponent", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent.type", + "min": 1, + "definition": "This code identifies the type of the component.", + "short": "base | surcharge | deduction | discount | tax | informational", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-priceComponentType|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InvoicePriceComponentType" + } + ], + "description": "Codes indicating the kind of the price component." + }, + "max": "1", + "id": "Invoice.lineItem.priceComponent.type", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent.code", + "min": 0, + "definition": "A code that identifies the component. Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.", + "short": "Code identifying the specific component", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "Invoice.lineItem.priceComponent.code", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent.factor", + "min": 0, + "definition": "The factor that has been applied on the base price for calculating this component.", + "short": "Factor used for calculating this component", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Invoice.lineItem.priceComponent.factor", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent.amount", + "min": 0, + "definition": "The amount calculated for this component.", + "short": "Monetary amount associated with this component", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "Invoice.lineItem.priceComponent.amount", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": false + }, + { + "path": "Invoice.totalPriceComponent", + "min": 0, + "definition": "The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated.", + "short": "Components of Invoice total", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "contentReference": "#Invoice.lineItem.priceComponent", + "max": "*", + "id": "Invoice.totalPriceComponent", + "isSummary": false + }, + { + "path": "Invoice.totalNet", + "min": 0, + "definition": "Invoice total , taxes excluded.", + "short": "Net total of this Invoice", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "Invoice.totalNet", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": true + }, + { + "path": "Invoice.totalGross", + "min": 0, + "definition": "Invoice total, tax included.", + "short": "Gross total of this Invoice", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "Invoice.totalGross", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": true + }, + { + "path": "Invoice.paymentTerms", + "min": 0, + "definition": "Payment details such as banking details, period of payment, deductibles, methods of payment.", + "short": "Payment details", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Invoice.paymentTerms", + "comment": "Derived Profiles may chose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", + "isSummary": false + }, + { + "path": "Invoice.note", + "min": 0, + "definition": "Comments made about the invoice by the issuer, subject, or other participants.", + "short": "Comments made about the invoice", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "Invoice.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Used to denote condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels e.g. lung cancer or familial breast cancer.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "AssessedCondition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "DiagnosticReport-geneticsAssessedCondition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-geneticsAssessedCondition", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "AssessedCondition", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Used to denote condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels e.g. lung cancer or familial breast cancer." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Identifier Type: An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Identifier/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to identify things with confidence and be sure that the identification is not subject to misinterpretation.", + "name": "Identifier", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "Identifier", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Identifier", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Identifier", + "differential": { + "element": [ + { + "id": "Identifier", + "max": "*", + "min": 0, + "path": "Identifier", + "short": "An identifier intended for computation", + "mapping": [ + { + "map": "CX / EI (occasionally, more often EI maps to a resource id or a URL)", + "identity": "v2" + }, + { + "map": "II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]", + "identity": "rim" + }, + { "map": "Identifier", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers." + }, + { + "path": "Identifier.use", + "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", + "min": 0, + "definition": "The purpose of this identifier.", + "isModifier": true, + "short": "usual | official | temp | secondary | old (If known)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "Role.code or implied by context", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierUse" + } + ], + "description": "Identifies the purpose for this identifier, if known ." + }, + "max": "1", + "id": "Identifier.use", + "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", + "isSummary": true + }, + { + "path": "Identifier.type", + "requirements": "Allows users to make use of identifiers when the identifier system is not known.", + "min": 0, + "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", + "short": "Description of identifier", + "mapping": [ + { "map": "CX.5", "identity": "v2" }, + { + "map": "Role.code or implied by context", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." + }, + "max": "1", + "id": "Identifier.type", + "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", + "isSummary": true + }, + { + "path": "Identifier.system", + "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", + "min": 0, + "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.", + "short": "The namespace for the identifier value", + "mapping": [ + { "map": "CX.4 / EI-2-4", "identity": "v2" }, + { "map": "II.root or Role.id.root", "identity": "rim" }, + { "map": "./IdentifierType", "identity": "servd" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Identifier.system", + "comment": "Identifier.system is always case sensitive.", + "example": [ + { + "label": "General", + "valueUri": "http://www.acme.com/identifiers/patient" + } + ], + "isSummary": true + }, + { + "path": "Identifier.value", + "min": 0, + "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", + "short": "The value that is unique", + "mapping": [ + { "map": "CX.1 / EI.1", "identity": "v2" }, + { + "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", + "identity": "rim" + }, + { "map": "./Value", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Identifier.value", + "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", + "example": [ + { "label": "General", "valueString": "123456" } + ], + "isSummary": true + }, + { + "path": "Identifier.period", + "min": 0, + "definition": "Time period during which identifier is/was valid for use.", + "short": "Time period when id is/was valid for use", + "mapping": [ + { "map": "CX.7 + CX.8", "identity": "v2" }, + { + "map": "Role.effectiveTime or implied by context", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Identifier.period", + "isSummary": true + }, + { + "path": "Identifier.assigner", + "min": 0, + "definition": "Organization that issued/manages the identifier.", + "short": "Organization that issued id (may be just text)", + "mapping": [ + { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, + { + "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", + "identity": "rim" + }, + { + "map": "./IdentifierIssuingAuthority", + "identity": "servd" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Identifier.assigner", + "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-birthPlace/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "birthPlace", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Birth Place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-birthPlace", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-birthPlace", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Place of Birth for patient", + "definition": "The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Address" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CarePlan/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "CarePlan", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "CarePlan", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CarePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CarePlan", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CarePlan", + "differential": { + "element": [ + { + "id": "CarePlan", + "max": "*", + "min": 0, + "path": "CarePlan", + "alias": ["Care Team"], + "short": "Healthcare plan for patient or group", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { + "map": "Act[classCode=PCPR, moodCode=INT]", + "identity": "rim" + } + ], + "definition": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions." + }, + { + "path": "CarePlan.identifier", + "requirements": "Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "External Ids for this plan", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PTH-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "CarePlan.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CarePlan.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "max": "*", + "id": "CarePlan.instantiatesCanonical", + "isSummary": true + }, + { + "path": "CarePlan.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "CarePlan.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "CarePlan.basedOn", + "requirements": "Allows tracing of the care plan and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A care plan that is fulfilled in whole or in part by this care plan.", + "short": "Fulfills CarePlan", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "CarePlan.basedOn", + "isSummary": true + }, + { + "path": "CarePlan.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple care plans.", + "min": 0, + "definition": "Completed or terminated care plan whose function is taken by this new care plan.", + "short": "CarePlan replaced by this CarePlan", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "alias": ["supersedes"], + "max": "*", + "id": "CarePlan.replaces", + "comment": "The replacement could be because the initial care plan was immediately rejected (due to an issue) or because the previous care plan was completed, but the need for the action described by the care plan remains ongoing.", + "isSummary": true + }, + { + "path": "CarePlan.partOf", + "min": 0, + "definition": "A larger care plan of which this particular care plan is a component or step.", + "short": "Part of referenced CarePlan", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "max": "*", + "id": "CarePlan.partOf", + "comment": "Each care plan is an independent request, such that having a care plan be part of another care plan can cause issues with cascading statuses. As such, this element is still being discussed.", + "isSummary": true + }, + { + "path": "CarePlan.status", + "requirements": "Allows clinicians to determine whether the plan is actionable or not.", + "min": 1, + "definition": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { + "map": "Request.status {uses different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "PTH-5", "identity": "v2" }, + { + "map": ".statusCode planned = new active = active completed = completed", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanStatus" + } + ], + "description": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record." + }, + "max": "1", + "id": "CarePlan.status", + "comment": "The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CarePlan.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a care plan." + }, + "max": "1", + "id": "CarePlan.intent", + "comment": "This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request\"", + "isSummary": true + }, + { + "path": "CarePlan.category", + "requirements": "Used for filtering what plan(s) are retrieved and displayed to different types of users.", + "min": 0, + "definition": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "short": "Type of plan", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanCategory" + } + ], + "description": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", etc." + }, + "max": "*", + "id": "CarePlan.category", + "comment": "There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.", + "isSummary": true + }, + { + "id": "CarePlan.title", + "max": "1", + "min": 0, + "path": "CarePlan.title", + "type": [{ "code": "string" }], + "short": "Human-friendly name for the care plan", + "isSummary": true, + "definition": "Human-friendly name for the care plan." + }, + { + "path": "CarePlan.description", + "requirements": "Provides more detail than conveyed by category.", + "min": 0, + "definition": "A description of the scope and nature of the plan.", + "short": "Summary of nature of plan", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "CarePlan.description", + "isSummary": true + }, + { + "path": "CarePlan.subject", + "min": 1, + "definition": "Identifies the patient or group whose intended care is described by the plan.", + "short": "Who the care plan is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PAT].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "CarePlan.subject", + "isSummary": true + }, + { + "path": "CarePlan.encounter", + "min": 0, + "definition": "The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [ + { "map": "Request.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "Associated PV1", "identity": "v2" }, + { "map": ".", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "CarePlan.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. CarePlan activities conducted as a result of the care plan may well occur as part of other encounters.", + "isSummary": true + }, + { + "path": "CarePlan.period", + "requirements": "Allows tracking what plan(s) are in effect at a particular time.", + "min": 0, + "definition": "Indicates when the plan did (or is intended to) come into effect and end.", + "short": "Time period plan covers", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { "map": "GOL-7 / GOL-8", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "alias": ["timing"], + "max": "1", + "id": "CarePlan.period", + "comment": "Any activities scheduled as part of the plan should be constrained to the specified period regardless of whether the activities are planned within a single encounter/episode or across multiple encounters/episodes (e.g. the longitudinal management of a chronic condition).", + "isSummary": true + }, + { + "path": "CarePlan.created", + "min": 0, + "definition": "Represents when this particular CarePlan record was created in the system, which is often a system-generated date.", + "short": "Date record was first recorded", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["authoredOn"], + "max": "1", + "id": "CarePlan.created", + "isSummary": true + }, + { + "path": "CarePlan.author", + "min": 0, + "definition": "When populated, the author is responsible for the care plan. The care plan is attributed to the author.", + "short": "Who is the designated responsible party", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "max": "1", + "id": "CarePlan.author", + "comment": "The author may also be a contributor. For example, an organization can be an author, but not listed as a contributor.", + "isSummary": true + }, + { + "id": "CarePlan.contributor", + "max": "*", + "min": 0, + "path": "CarePlan.contributor", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "short": "Who provided the content of the care plan", + "comment": "Collaborative care plans may have multiple contributors.", + "definition": "Identifies the individual(s) or organization who provided the contents of the care plan." + }, + { + "path": "CarePlan.careTeam", + "requirements": "Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.", + "min": 0, + "definition": "Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.", + "short": "Who's involved in plan?", + "mapping": [ + { + "map": "Request.performer {similar but does not entail CareTeam}", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "max": "*", + "id": "CarePlan.careTeam" + }, + { + "path": "CarePlan.addresses", + "requirements": "Links plan to the conditions it manages. The element can identify risks addressed by the plan as well as active conditions. (The Condition resource can include things like \"at risk for hypertension\" or \"fall risk\".) Also scopes plans - multiple plans may exist addressing different concerns.", + "min": 0, + "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.", + "short": "Health issues this plan addresses", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "PRB-4", "identity": "v2" }, + { + "map": ".actRelationship[typeCode=SUBJ].target[classCode=CONC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "max": "*", + "id": "CarePlan.addresses", + "comment": "When the diagnosis is related to an allergy or intolerance, the Condition and AllergyIntolerance resources can both be used. However, to be actionable for decision support, using Condition alone is not sufficient as the allergy or intolerance condition needs to be represented as an AllergyIntolerance.", + "isSummary": true + }, + { + "path": "CarePlan.supportingInfo", + "requirements": "Identifies barriers and other considerations associated with the care plan.", + "min": 0, + "definition": "Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.", + "short": "Information considered as part of plan", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "CarePlan.supportingInfo", + "comment": "Use \"concern\" to identify specific conditions addressed by the care plan." + }, + { + "path": "CarePlan.goal", + "requirements": "Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.", + "min": 0, + "definition": "Describes the intended objective(s) of carrying out the care plan.", + "short": "Desired outcome of plan", + "mapping": [ + { "map": "GOL.1", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode<=OBJ].", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "max": "*", + "id": "CarePlan.goal", + "comment": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline." + }, + { + "constraint": [ + { + "key": "cpl-3", + "human": "Provide a reference or detail, not both", + "xpath": "not(exists(f:detail)) or not(exists(f:reference))", + "severity": "error", + "expression": "detail.empty() or reference.empty()" + } + ], + "path": "CarePlan.activity", + "requirements": "Allows systems to prompt for performance of planned activities, and validate plans against best practice.", + "min": 0, + "definition": "Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.", + "short": "Action to occur as part of plan", + "mapping": [ + { + "map": "{no mapping\nNOTE: This is a list of contained Request-Event tuples!}", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CarePlan.activity" + }, + { + "path": "CarePlan.activity.outcomeCodeableConcept", + "min": 0, + "definition": "Identifies the outcome at the point when the status of the activity is assessed. For example, the outcome of an education activity could be patient understands (or not).", + "short": "Results of the activity", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityOutcome" + } + ], + "description": "Identifies the results of the activity." + }, + "max": "*", + "id": "CarePlan.activity.outcomeCodeableConcept", + "comment": "Note that this should not duplicate the activity status (e.g. completed or in progress)." + }, + { + "path": "CarePlan.activity.outcomeReference", + "requirements": "Links plan to resulting actions.", + "min": 0, + "definition": "Details of the outcome or action resulting from the activity. The reference to an \"event\" resource, such as Procedure or Encounter or Observation, is the result/outcome of the activity itself. The activity can be conveyed using CarePlan.activity.detail OR using the CarePlan.activity.reference (a reference to a “request” resource).", + "short": "Appointment, Encounter, Procedure, etc.", + "mapping": [ + { + "map": "{Event that is outcome of Request in activity.reference}", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=FLFS].source", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "CarePlan.activity.outcomeReference", + "comment": "The activity outcome is independent of the outcome of the related goal(s). For example, if the goal is to achieve a target body weight of 150 lbs and an activity is defined to diet, then the activity outcome could be calories consumed whereas the goal outcome is an observation for the actual body weight measured." + }, + { + "path": "CarePlan.activity.progress", + "requirements": "Can be used to capture information about adherence, progress, concerns, etc.", + "min": 0, + "definition": "Notes about the adherence/status/progress of the activity.", + "short": "Comments about the activity status/progress", + "mapping": [ + { "map": "NTE?", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "CarePlan.activity.progress", + "comment": "This element should NOT be used to describe the activity to be performed - that occurs either within the resource pointed to by activity.detail.reference or in activity.detail.description." + }, + { + "path": "CarePlan.activity.reference", + "requirements": "Details in a form consistent with other applications and contexts of use.", + "min": 0, + "definition": "The details of the proposed activity represented in a specific resource.", + "short": "Activity details defined in specific resource", + "mapping": [ + { + "map": "{Request that resulted in Event in activity.actionResulting}", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "http://hl7.org/fhir/StructureDefinition/RequestGroup" + ] + } + ], + "max": "1", + "id": "CarePlan.activity.reference", + "condition": ["cpl-3"], + "comment": "Standard extension exists ([resource-pertainsToGoal](extension-resource-pertainstogoal.html)) that allows goals to be referenced from any of the referenced resources in CarePlan.activity.reference. \rThe goal should be visible when the resource referenced by CarePlan.activity.reference is viewed independently from the CarePlan. Requests that are pointed to by a CarePlan using this element should *not* point to this CarePlan using the \"basedOn\" element. i.e. Requests that are part of a CarePlan are not \"based on\" the CarePlan." + }, + { + "path": "CarePlan.activity.detail", + "requirements": "Details in a simple form for generic care plan systems.", + "min": 0, + "definition": "A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.", + "short": "In-line definition of activity", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "CarePlan.activity.detail", + "condition": ["cpl-3"] + }, + { + "path": "CarePlan.activity.detail.kind", + "requirements": "May determine what types of extensions are permitted.", + "min": 0, + "definition": "A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.", + "short": "Appointment | CommunicationRequest | DeviceRequest | MedicationRequest | NutritionOrder | Task | ServiceRequest | VisionPrescription", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=LIST].code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityKind" + } + ], + "description": "Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity." + }, + "max": "1", + "id": "CarePlan.activity.detail.kind" + }, + { + "path": "CarePlan.activity.detail.instantiatesCanonical", + "requirements": "Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "max": "*", + "id": "CarePlan.activity.detail.instantiatesCanonical" + }, + { + "path": "CarePlan.activity.detail.instantiatesUri", + "requirements": "Allows Questionnaires that the patient (or practitioner) should fill in to fulfill the care plan activity.", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "CarePlan.activity.detail.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier." + }, + { + "path": "CarePlan.activity.detail.code", + "requirements": "Allows matching performed to planned as well as validation against protocols.", + "min": 0, + "definition": "Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.", + "short": "Detail type of activity", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "OBR-4 / RXE-2 / RXO-1 / RXD-2", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityType" + } + ], + "description": "Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter." + }, + "max": "1", + "id": "CarePlan.activity.detail.code", + "comment": "Tends to be less relevant for activities involving particular products. Codes should not convey negation - use \"prohibited\" instead." + }, + { + "path": "CarePlan.activity.detail.reasonCode", + "min": 0, + "definition": "Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.", + "short": "Why activity should be done or why activity was prohibited", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityReason" + } + ], + "description": "Identifies why a care plan activity is needed. Can include any health condition codes as well as such concepts as \"general wellness\", prophylaxis, surgical preparation, etc." + }, + "max": "*", + "id": "CarePlan.activity.detail.reasonCode", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonCondition instead." + }, + { + "path": "CarePlan.activity.detail.reasonReference", + "min": 0, + "definition": "Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.", + "short": "Why activity is needed", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "CarePlan.activity.detail.reasonReference", + "comment": "Conditions can be identified at the activity level that are not identified as reasons for the overall plan." + }, + { + "path": "CarePlan.activity.detail.goal", + "requirements": "So that participants know the link explicitly.", + "min": 0, + "definition": "Internal reference that identifies the goals that this activity is intended to contribute towards meeting.", + "short": "Goals this activity relates to", + "mapping": [ + { + "map": ".outboundRelationship[typeCode<=OBJ].", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "max": "*", + "id": "CarePlan.activity.detail.goal" + }, + { + "path": "CarePlan.activity.detail.status", + "requirements": "Indicates progress against the plan, whether the activity is still relevant for the plan.", + "min": 1, + "definition": "Identifies what progress is being made for the specific activity.", + "isModifier": true, + "short": "not-started | scheduled | in-progress | on-hold | completed | cancelled | stopped | unknown | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "ORC-5?", "identity": "v2" }, + { + "map": ".statusCode not-started = new scheduled = not-started (and fulfillment relationship to appointent) in-progress = active on-hold = suspended completed = completed cancelled = aborted", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityStatus" + } + ], + "description": "Codes that reflect the current state of a care plan activity within its overall life cycle." + }, + "max": "1", + "id": "CarePlan.activity.detail.status", + "comment": "Some aspects of status can be inferred based on the resources linked in actionTaken. Note that \"status\" is only as current as the plan was most recently updated. \nThe unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the activity.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the activity should not be treated as valid" + }, + { + "path": "CarePlan.activity.detail.statusReason", + "min": 0, + "definition": "Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.", + "short": "Reason for current status", + "mapping": [ + { + "map": "Request.statusReason", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "CarePlan.activity.detail.statusReason", + "comment": "Will generally not be present if status is \"complete\". Be sure to prompt to update this (or at least remove the existing value) if the status is changed." + }, + { + "path": "CarePlan.activity.detail.doNotPerform", + "requirements": "Captures intention to not do something that may have been previously typical.", + "min": 0, + "definition": "If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.", + "isModifier": true, + "short": "If true, activity is prohibiting action", + "mapping": [ + { + "map": "Request.doNotPerform", + "identity": "workflow" + }, + { "map": "actionNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "If missing indicates that the described activity is one that should be engaged in when following the plan.", + "max": "1", + "id": "CarePlan.activity.detail.doNotPerform", + "comment": "This element is labeled as a modifier because it marks an activity as an activity that is not to be performed.", + "isModifierReason": "If true this element negates the specified action. For example, instead of a request for a procedure, it is a request for the procedure to not occur." + }, + { + "path": "CarePlan.activity.detail.scheduled[x]", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "definition": "The period, timing or frequency upon which the described activity is to occur.", + "short": "When activity is to occur", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "TQ1", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "Timing" }, + { "code": "Period" }, + { "code": "string" } + ], + "max": "1", + "id": "CarePlan.activity.detail.scheduled[x]" + }, + { + "path": "CarePlan.activity.detail.location", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.", + "short": "Where it should happen", + "mapping": [ + { "map": "OBR-24(???!!)", "identity": "v2" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "CarePlan.activity.detail.location", + "comment": "May reference a specific clinical location or may identify a type of location." + }, + { + "path": "CarePlan.activity.detail.performer", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies who's expected to be involved in the activity.", + "short": "Who will be responsible?", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { + "map": "PRT-5 : ( PRV-4 = (provider participations)); PRT-5 : ( PRV-4 = (non-provider person participations )) ; PRT-5 : ( PRV-4 = (patient non-subject of care) ) ; PRT-8", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "*", + "id": "CarePlan.activity.detail.performer", + "comment": "A performer MAY also be a participant in the care plan." + }, + { + "path": "CarePlan.activity.detail.product[x]", + "min": 0, + "definition": "Identifies the food, drug or other product to be consumed or supplied in the activity.", + "short": "What is to be administered/supplied", + "mapping": [ + { "map": "RXE-2 / RXO-1 / RXD-2", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanProduct" + } + ], + "description": "A product supplied or administered as part of a care plan activity." + }, + "max": "1", + "id": "CarePlan.activity.detail.product[x]" + }, + { + "path": "CarePlan.activity.detail.dailyAmount", + "requirements": "Allows rough dose checking.", + "min": 0, + "definition": "Identifies the quantity expected to be consumed in a given day.", + "short": "How to consume/day?", + "mapping": [ + { "map": "RXO-23 / RXE-19 / RXD-12", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COMP][classCode=SBADM].doseQuantity", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "alias": ["daily dose"], + "max": "1", + "id": "CarePlan.activity.detail.dailyAmount" + }, + { + "id": "CarePlan.activity.detail.quantity", + "max": "1", + "min": 0, + "path": "CarePlan.activity.detail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "How much to administer/supply/consume", + "mapping": [ + { + "map": "RXO-11 / RXE-10 / RXD-4 / RXG-5 / RXA-6 / TQ1-2.1 *and* RXO-12 / RXE-11 / RXD-5 / RXG-7 / RXA-7 / TQ1-2.2", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=COMP][classCode=SPLY].quantity", + "identity": "rim" + } + ], + "definition": "Identifies the quantity expected to be supplied, administered or consumed by the subject." + }, + { + "id": "CarePlan.activity.detail.description", + "max": "1", + "min": 0, + "path": "CarePlan.activity.detail.description", + "type": [{ "code": "string" }], + "short": "Extra info describing activity to perform", + "mapping": [ + { "map": "NTE?", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "definition": "This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc." + }, + { + "path": "CarePlan.note", + "requirements": "Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.", + "min": 0, + "definition": "General notes about the care plan not covered elsewhere.", + "short": "Comments about the plan", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE?", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "CarePlan.note" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\".", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RequestGroup/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "RequestGroup", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RequestGroup", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "RequestGroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RequestGroup", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RequestGroup", + "differential": { + "element": [ + { + "id": "RequestGroup", + "max": "*", + "min": 0, + "path": "RequestGroup", + "short": "A group of related requests", + "mapping": [{ "map": "Request", "identity": "workflow" }], + "definition": "A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\"." + }, + { + "path": "RequestGroup.identifier", + "requirements": "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Allows a service to provide a unique, business identifier for the request.", + "short": "Business identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "RequestGroup.identifier", + "isSummary": true + }, + { + "path": "RequestGroup.instantiatesCanonical", + "min": 0, + "definition": "A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + } + ], + "type": [{ "code": "canonical" }], + "max": "*", + "id": "RequestGroup.instantiatesCanonical", + "isSummary": true + }, + { + "path": "RequestGroup.instantiatesUri", + "min": 0, + "definition": "A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "RequestGroup.instantiatesUri", + "isSummary": true + }, + { + "path": "RequestGroup.basedOn", + "requirements": "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this request.", + "short": "Fulfills plan, proposal, or order", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "RequestGroup.basedOn" + }, + { + "path": "RequestGroup.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests.", + "min": 0, + "definition": "Completed or terminated request(s) whose function is taken by this new request.", + "short": "Request(s) replaced by this request", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "RequestGroup.replaces", + "comment": "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing." + }, + { + "path": "RequestGroup.groupIdentifier", + "requirements": "Some business processes need to know if multiple items were ordered as part of the same \"prescription\" or \"requisition\" for billing or other purposes.", + "min": 0, + "definition": "A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.", + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + } + ], + "type": [{ "code": "Identifier" }], + "alias": ["grouperid", "requisition"], + "max": "1", + "id": "RequestGroup.groupIdentifier", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "RequestGroup.status", + "min": 1, + "definition": "The current state of the request. For request groups, the status reflects the status of all the requests in the group.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a request." + }, + "max": "1", + "id": "RequestGroup.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "RequestGroup.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a request." + }, + "alias": ["category"], + "max": "1", + "id": "RequestGroup.intent", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "RequestGroup.priority", + "min": 0, + "definition": "Indicates how quickly the request should be addressed with respect to other requests.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this request should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "RequestGroup.priority", + "isSummary": true + }, + { + "path": "RequestGroup.code", + "min": 0, + "definition": "A code that identifies what the overall request group is.", + "short": "What's being requested/ordered", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "RequestGroup.code", + "comment": "This element can be used to provide a code that captures the meaning of the request group as a whole, as opposed to the code of the action element, which captures the meaning of the individual actions within the request group.", + "isSummary": true + }, + { + "id": "RequestGroup.subject", + "max": "1", + "min": 0, + "path": "RequestGroup.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "short": "Who the request group is about", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "definition": "The subject for which the request group was created." + }, + { + "id": "RequestGroup.encounter", + "max": "1", + "min": 0, + "path": "RequestGroup.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "short": "Created as part of", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "definition": "Describes the context of the request group, if any." + }, + { + "id": "RequestGroup.authoredOn", + "max": "1", + "min": 0, + "path": "RequestGroup.authoredOn", + "type": [{ "code": "dateTime" }], + "short": "When the request group was authored", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "definition": "Indicates when the request group was created." + }, + { + "id": "RequestGroup.author", + "max": "1", + "min": 0, + "path": "RequestGroup.author", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Device or practitioner that authored the request group", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "definition": "Provides a reference to the author of the request group." + }, + { + "id": "RequestGroup.reasonCode", + "max": "*", + "min": 0, + "path": "RequestGroup.reasonCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Why the request group is needed", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "Describes the reason for the request group in coded or textual form." + }, + { + "id": "RequestGroup.reasonReference", + "max": "*", + "min": 0, + "path": "RequestGroup.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Why the request group is needed", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "Indicates another resource whose existence justifies this request group." + }, + { + "id": "RequestGroup.note", + "max": "*", + "min": 0, + "path": "RequestGroup.note", + "type": [{ "code": "Annotation" }], + "short": "Additional notes about the response", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "definition": "Provides a mechanism to communicate additional information about the response." + }, + { + "id": "RequestGroup.action", + "max": "*", + "min": 0, + "path": "RequestGroup.action", + "type": [{ "code": "BackboneElement" }], + "short": "Proposed actions, if any", + "constraint": [ + { + "key": "rqg-1", + "human": "Must have resource or action but not both", + "xpath": "exists(f:resource) != exists(f:action)", + "severity": "error", + "expression": "resource.exists() != action.exists()" + } + ], + "definition": "The actions, if any, produced by the evaluation of the artifact." + }, + { + "id": "RequestGroup.action.prefix", + "max": "1", + "min": 0, + "path": "RequestGroup.action.prefix", + "type": [{ "code": "string" }], + "short": "User-visible prefix for the action (e.g. 1. or A.)", + "definition": "A user-visible prefix for the action." + }, + { + "id": "RequestGroup.action.title", + "max": "1", + "min": 0, + "path": "RequestGroup.action.title", + "type": [{ "code": "string" }], + "short": "User-visible title", + "definition": "The title of the action displayed to a user." + }, + { + "id": "RequestGroup.action.description", + "max": "1", + "min": 0, + "path": "RequestGroup.action.description", + "type": [{ "code": "string" }], + "short": "Short description of the action", + "isSummary": true, + "definition": "A short description of the action used to provide a summary to display to the user." + }, + { + "id": "RequestGroup.action.textEquivalent", + "max": "1", + "min": 0, + "path": "RequestGroup.action.textEquivalent", + "type": [{ "code": "string" }], + "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system", + "isSummary": true, + "definition": "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." + }, + { + "path": "RequestGroup.action.priority", + "min": 0, + "definition": "Indicates how quickly the action should be addressed with respect to other actions.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "RequestGroup.action.priority" + }, + { + "id": "RequestGroup.action.code", + "max": "*", + "min": 0, + "path": "RequestGroup.action.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Code representing the meaning of the action or sub-actions", + "mapping": [ + { "map": "Request.code", "identity": "workflow" } + ], + "definition": "A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template." + }, + { + "id": "RequestGroup.action.documentation", + "max": "*", + "min": 0, + "path": "RequestGroup.action.documentation", + "type": [{ "code": "RelatedArtifact" }], + "short": "Supporting documentation for the intended performer of the action", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "definition": "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." + }, + { + "id": "RequestGroup.action.condition", + "max": "*", + "min": 0, + "path": "RequestGroup.action.condition", + "type": [{ "code": "BackboneElement" }], + "short": "Whether or not the action is applicable", + "comment": "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all of the conditions are true.", + "definition": "An expression that describes applicability criteria, or start/stop conditions for the action." + }, + { + "path": "RequestGroup.action.condition.kind", + "min": 1, + "definition": "The kind of condition.", + "short": "applicability | start | stop", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionConditionKind" + } + ], + "description": "The kind of condition for the action." + }, + "max": "1", + "id": "RequestGroup.action.condition.kind", + "comment": "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action." + }, + { + "id": "RequestGroup.action.condition.expression", + "max": "1", + "min": 0, + "path": "RequestGroup.action.condition.expression", + "type": [{ "code": "Expression" }], + "short": "Boolean-valued expression", + "comment": "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element.", + "definition": "An expression that returns true or false, indicating whether or not the condition is satisfied." + }, + { + "id": "RequestGroup.action.relatedAction", + "max": "*", + "min": 0, + "path": "RequestGroup.action.relatedAction", + "type": [{ "code": "BackboneElement" }], + "short": "Relationship to another action", + "definition": "A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." + }, + { + "id": "RequestGroup.action.relatedAction.actionId", + "max": "1", + "min": 1, + "path": "RequestGroup.action.relatedAction.actionId", + "type": [{ "code": "id" }], + "short": "What action this is related to", + "definition": "The element id of the action this is related to." + }, + { + "id": "RequestGroup.action.relatedAction.relationship", + "max": "1", + "min": 1, + "path": "RequestGroup.action.relatedAction.relationship", + "type": [{ "code": "code" }], + "short": "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "definition": "The relationship of this action to the related action." + }, + { + "id": "RequestGroup.action.relatedAction.offset[x]", + "max": "1", + "min": 0, + "path": "RequestGroup.action.relatedAction.offset[x]", + "type": [{ "code": "Duration" }, { "code": "Range" }], + "short": "Time offset for the relationship", + "definition": "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before." + }, + { + "id": "RequestGroup.action.timing[x]", + "max": "1", + "min": 0, + "path": "RequestGroup.action.timing[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Timing" } + ], + "short": "When the action should take place", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + } + ], + "definition": "An optional value describing when the action should be performed." + }, + { + "id": "RequestGroup.action.participant", + "max": "*", + "min": 0, + "path": "RequestGroup.action.participant", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Who should perform the action", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "The participant that should perform or be responsible for this action." + }, + { + "id": "RequestGroup.action.type", + "max": "1", + "min": 0, + "path": "RequestGroup.action.type", + "type": [{ "code": "CodeableConcept" }], + "short": "create | update | remove | fire-event", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionType" + } + ], + "description": "The type of action to be performed." + }, + "definition": "The type of action to perform (create, update, remove)." + }, + { + "id": "RequestGroup.action.groupingBehavior", + "max": "1", + "min": 0, + "path": "RequestGroup.action.groupingBehavior", + "type": [{ "code": "code" }], + "short": "visual-group | logical-group | sentence-group", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionGroupingBehavior" + } + ], + "description": "Defines organization behavior of a group." + }, + "definition": "Defines the grouping behavior for the action and its children." + }, + { + "id": "RequestGroup.action.selectionBehavior", + "max": "1", + "min": 0, + "path": "RequestGroup.action.selectionBehavior", + "type": [{ "code": "code" }], + "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionSelectionBehavior" + } + ], + "description": "Defines selection behavior of a group." + }, + "definition": "Defines the selection behavior for the action and its children." + }, + { + "id": "RequestGroup.action.requiredBehavior", + "max": "1", + "min": 0, + "path": "RequestGroup.action.requiredBehavior", + "type": [{ "code": "code" }], + "short": "must | could | must-unless-documented", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRequiredBehavior" + } + ], + "description": "Defines expectations around whether an action or action group is required." + }, + "definition": "Defines expectations around whether an action is required." + }, + { + "id": "RequestGroup.action.precheckBehavior", + "max": "1", + "min": 0, + "path": "RequestGroup.action.precheckBehavior", + "type": [{ "code": "code" }], + "short": "yes | no", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionPrecheckBehavior" + } + ], + "description": "Defines selection frequency behavior for an action or group." + }, + "definition": "Defines whether the action should usually be preselected." + }, + { + "id": "RequestGroup.action.cardinalityBehavior", + "max": "1", + "min": 0, + "path": "RequestGroup.action.cardinalityBehavior", + "type": [{ "code": "code" }], + "short": "single | multiple", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCardinalityBehavior" + } + ], + "description": "Defines behavior for an action or a group for how many times that item may be repeated." + }, + "definition": "Defines whether the action can be selected multiple times." + }, + { + "path": "RequestGroup.action.resource", + "min": 0, + "definition": "The resource that is the target of the action (e.g. CommunicationRequest).", + "short": "The target of the action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "RequestGroup.action.resource", + "condition": ["rqg-1"], + "comment": "The target resource SHALL be a [Request](request.html) resource with a Request.intent set to \"option\"." + }, + { + "id": "RequestGroup.action.action", + "max": "*", + "min": 0, + "path": "RequestGroup.action.action", + "short": "Sub action", + "condition": ["rqg-1"], + "definition": "Sub actions.", + "contentReference": "#RequestGroup.action" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Contract/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "Contract", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Contract", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Contract", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Contract", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contract", + "differential": { + "element": [ + { + "id": "Contract", + "max": "*", + "min": 0, + "path": "Contract", + "short": "Legal Agreement", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "FinancialContract", "identity": "rim" } + ], + "definition": "Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement." + }, + { + "path": "Contract.identifier", + "requirements": "This is the business identifier of the contract content conveyed. It may be a derivative of the legally binding contract, in which case, the identifier of the basal contract is contained in the Contract.binding referenced Contract.", + "min": 0, + "definition": "Unique identifier for this Contract or a derivative that references a Source Contract.", + "short": "Contract number", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FinancialContract id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Contract.identifier", + "isSummary": true + }, + { + "path": "Contract.url", + "requirements": "An absolute URI that is used to identify this contract when it is referenced in a specification, model, design, instance or a contract derivative; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which this plan definition is (or will be) published.", + "min": 0, + "definition": "Canonical identifier for this contract, represented as a URI (globally unique).", + "short": "Basal definition", + "type": [{ "code": "uri" }], + "max": "1", + "id": "Contract.url", + "comment": "Used in a domain that uses a supplied contract repository." + }, + { + "path": "Contract.version", + "requirements": "The identifier that is used to identify this version of the contract when it is referenced in a specification, model, design, instance, or contract derivative. This is an arbitrary value managed by the contract author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "min": 0, + "definition": "An edition identifier used for business purposes to label business significant variants.", + "short": "Business edition", + "type": [{ "code": "string" }], + "max": "1", + "id": "Contract.version", + "comment": "Note - This is a business versionId, not a resource version id (see discussion http://build.fhir.org/resource.html#versions) \rComments - There may be different contract instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the plan definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "Contract.status", + "requirements": "This is the Contract Business Workflow Status.", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Contract.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the contract as not currently valid or active.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Contract.legalState", + "requirements": "The legal state of a contract follows a prescribed flow as defined by the legal community and these state may be indepenedent of the workflow state.", + "min": 0, + "definition": "Legal states of the formation of a legal instrument, which is a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement.", + "short": "Negotiation status", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-legalstate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractLegalState" + } + ], + "description": "Detailed codes for the legal state of a contract." + }, + "max": "1", + "id": "Contract.legalState" + }, + { + "id": "Contract.instantiatesCanonical", + "max": "1", + "min": 0, + "path": "Contract.instantiatesCanonical", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "short": "Source Contract Definition", + "definition": "The URL pointing to a FHIR-defined Contract Definition that is adhered to in whole or part by this Contract." + }, + { + "id": "Contract.instantiatesUri", + "max": "1", + "min": 0, + "path": "Contract.instantiatesUri", + "type": [{ "code": "uri" }], + "short": "External Contract Definition", + "definition": "The URL pointing to an externally maintained definition that is adhered to in whole or in part by this Contract." + }, + { + "path": "Contract.contentDerivative", + "requirements": "In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding.\rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.", + "min": 0, + "definition": "The minimal content derived from the basal information source at a specific stage in its lifecycle.", + "short": "Content derived from the basal information", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Maps partially to several v3 codes: ActClass: REG (registration) Description: Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment.\rThe registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system. Observation: VERIF (Verification) Description: An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details. TRFR (transfer) Description: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD. _ActDetectedIssueManagementCode [abstract term] Description: Codes dealing with the management of Detected Issue observations. _ActInformationAccessContextCode [abstract term] Description: Concepts conveying the context in which authorization given under jurisdictional law, by organizational policy, or by a patient consent directive permits the collection, access, use or disclosure of specified patient health information. _ActListCode [abstract term]vDescription: Provides codes associated with ActClass value of LIST (working list). RefusalReasonCode [abstract term] Description:\rDescription: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-content-derivative", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractContentDerivative" + } + ], + "description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source." + }, + "max": "1", + "id": "Contract.contentDerivative" + }, + { + "path": "Contract.issued", + "requirements": "The Contract issuance dateTime often precedes the Contract effective dateTime.", + "min": 0, + "definition": "When this Contract was issued.", + "short": "When this Contract was issued", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { + "map": "Act.availabilityTime. Definition: A time expression specifying when an Observation, Procedure, or other Act occurs, or, depending on the mood, is supposed to occur, scheduled to occur, etc. The activityTime includes the times of component actions (such as preparation and clean-up). For Procedures and SubstanceAdministrations, the activityTime can provide a needed administrative function by providing a more inclusive time to be anticipated in scheduling. UsageNotes:The activityTime is primarily of administrative rather than clinical use. The clinically relevant time is the effectiveTime. When an observation of a prior symptom is made, the activityTime describes the time the observation is made, as opposed to effectiveTime which is the time the symptom is reported to have occurred. Thus the activityTime may be entirely different from the effectiveTime of the same Act. However, even apart from clinical use cases, designers should first consider effectiveTime as the primary relevant time for an Act. ActivityTime indicates when an Act occurs, not when it is recorded.", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Contract.issued", + "isSummary": true + }, + { + "path": "Contract.applies", + "requirements": "The dateTime upon which the Contract is binding.", + "min": 0, + "definition": "Relevant time or time-period when this Contract is applicable.", + "short": "Effective time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": "Act.effectiveTime Definition: The clinically or operationally relevant time of an act, exclusive of administrative activity.", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Contract.applies", + "isSummary": true + }, + { + "id": "Contract.expirationType", + "max": "1", + "min": 0, + "path": "Contract.expirationType", + "type": [{ "code": "CodeableConcept" }], + "short": "Contract cessation cause", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-expiration-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractExpiration" + } + ], + "description": "Codes for the Cessation of Contracts." + }, + "definition": "Event resulting in discontinuation or termination of this Contract instance by one or more parties to the contract." + }, + { + "path": "Contract.subject", + "requirements": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.", + "min": 0, + "definition": "The target entity impacted by or of interest to parties to the agreement.", + "short": "Contract Target Entity", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "RoleClass, RoleCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["Patient"], + "max": "*", + "id": "Contract.subject", + "comment": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. \rIn many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.", + "isSummary": true + }, + { + "path": "Contract.authority", + "requirements": "The governance framework responsible for ensuring compliance with or enforcement of the contract or policy.", + "min": 0, + "definition": "A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies.", + "short": "Authority under which this Contract has standing", + "mapping": [ + { + "map": "Organization Role. CONCEPT DOMAIN: OrganizationEntityType Description: Further classifies entities of EntityClass ORG.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "*", + "id": "Contract.authority" + }, + { + "path": "Contract.domain", + "requirements": "The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority.", + "min": 0, + "definition": "Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.", + "short": "A sphere of control governed by an authoritative jurisdiction, organization, or person", + "mapping": [ + { + "map": "TERR (territory of authority) Description: Relates a place entity (player) as the region over which the scoper (typically an Organization) has certain authority (jurisdiction). For example, the Calgary Regional Health Authority (scoper) has authority over the territory \"Region 4 of Alberta\" (player) in matters of health.\rEntity Class = Place? A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.\rCONCEPT DOMAIN: TerritoryEntityType Description: A territorial entity that may be cited as the body over which an agency exercises jurisdiction, or which defines a sphere in which a party has a particular responsibility. CONCEPT DOMAIN: OrganizationEntityType\rDescription: Further classifies entities of EntityClass ORG.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "alias": ["scope of governance jurisdiction"], + "max": "*", + "id": "Contract.domain" + }, + { + "id": "Contract.site", + "max": "*", + "min": 0, + "path": "Contract.site", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Specific Location", + "definition": "Sites in which the contract is complied with, exercised, or in force." + }, + { + "path": "Contract.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying this Contract definition, derivative, or instance in any legal state. Provides additional information about its content. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Computer friendly designation", + "type": [{ "code": "string" }], + "max": "1", + "id": "Contract.name", + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "id": "Contract.title", + "max": "1", + "min": 0, + "path": "Contract.title", + "type": [{ "code": "string" }], + "short": "Human Friendly name", + "isSummary": true, + "definition": "A short, descriptive, user-friendly title for this Contract definition, derivative, or instance in any legal state.t giving additional information about its content." + }, + { + "id": "Contract.subtitle", + "max": "1", + "min": 0, + "path": "Contract.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate Friendly name", + "definition": "An explanatory or alternate user-friendly title for this Contract definition, derivative, or instance in any legal state.t giving additional information about its content." + }, + { + "id": "Contract.alias", + "max": "*", + "min": 0, + "path": "Contract.alias", + "type": [{ "code": "string" }], + "short": "Acronym or short name", + "definition": "Alternative representation of the title for this Contract definition, derivative, or instance in any legal state., e.g., a domain specific contract number related to legislation." + }, + { + "id": "Contract.author", + "max": "1", + "min": 0, + "path": "Contract.author", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Source of Contract", + "definition": "The individual or organization that authored the Contract definition, derivative, or instance in any legal state." + }, + { + "id": "Contract.scope", + "max": "1", + "min": 0, + "path": "Contract.scope", + "type": [{ "code": "CodeableConcept" }], + "short": "Range of Legal Concerns", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractScope" + } + ], + "description": "Codes for the range of legal concerns." + }, + "definition": "A selector of legal concerns for this Contract definition, derivative, or instance in any legal state." + }, + { + "id": "Contract.topic[x]", + "max": "1", + "min": 0, + "path": "Contract.topic[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Focus of contract interest", + "definition": "Narrows the range of legal concerns to focus on the achievement of specific contractual objectives.", + "requirements": "Requirement: May be used to focus the topic of a Contract definition, derivative, or instance in any legal state.\rComment: Contractual areas of concern are very broad. This element supports narrowing the area of concern to more specific term topics within this Contract. Given the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. The same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: “What is the overall objective of this legal instrument. The Contract.topic is described with more detail by the terms of the Contract." + }, + { + "path": "Contract.type", + "min": 0, + "definition": "A high-level category for the legal instrument, whether constructed as a Contract definition, derivative, or instance in any legal state. Provides additional information about its content within the context of the Contract's scope to distinguish the kinds of systems that would be interested in the contract.", + "short": "Legal instrument category", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems such as the following: In the ActClass Concept Domain: ActClassPolicy. In the ActCode Concept Domain: ActContractType, which generalizes ActFinancialContractType, ActCoverageType, ActBillingArrangementType. ActConsentType, which generalizes ActDataConsentType; ActFinancialParticipationConsentType; ActInformationAccessCode; AdvanceBeneficiaryNoticeType. ActPolicyType, which generalizes: ActPrivacyPolicyType, ActSensitivityPrivacyPolicyType, ActSecurityPolicyType. In the ActClass Code System: CNTRCT (contract) Description: An agreement of obligation between two or more parties that is subject to contractual law and enforcement, lwhich generalizes FCNTRCT (financial contract) and COV (coverage). POLICY (policy) - Description: A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on: The activity of another party; the behavior of another party; or the manner in which an act is executed. LEAF CONCEPTS: JURISPOL (jurisdictional policy) Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on: The activity of another party; the behavior of another party; or the manner in which an act is executed.Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries.ORGPOL (organizational policy)Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options.SCOPOL (scope of practice policy)Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications.Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide. STDPOL (standard of practice policy) Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems. CONS (consent)Description: The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc. The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act. The \"signatures\" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of \"performer\", the healthcare provider informing the patient, and \"consenter\", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractType" + } + ], + "description": "List of overall contract codes." + }, + "max": "1", + "id": "Contract.type", + "isSummary": true + }, + { + "path": "Contract.subType", + "min": 0, + "definition": "Sub-category for the Contract that distinguishes the kinds of systems that would be interested in the Contract within the context of the Contract's scope.", + "short": "Subtype within the context of type", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Examples of Contract or Policy subtypes in ActCodes:_ActCoverageTypeCode Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties. Generalizes: _ActInsurancePolicyCode; _ActInsuranceTypeCode; ActProgramTypeCode. _ActPolicyType Description:Types of policies that further specify the ActClassPolicy value set. Generalizes: _ActPrivacyPolicy; _ActPrivacyLaw; _InformationSensitivityPolicy; ActTrustPolicyType; SecurityPolicy. _ActInvoiceAdjudicationPaymentGroupCode Description: Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc., e.g. RECOV (recovery) Description: Retroactive adjustment such as fee rate adjustment due to contract negotiations.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSubtype" + } + ], + "description": "Detailed codes within the above." + }, + "max": "*", + "id": "Contract.subType", + "isSummary": true + }, + { + "id": "Contract.contentDefinition", + "max": "1", + "min": 0, + "path": "Contract.contentDefinition", + "type": [{ "code": "BackboneElement" }], + "short": "Contract precursor content", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContentDefinition" + } + ], + "definition": "Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract." + }, + { + "id": "Contract.contentDefinition.type", + "max": "1", + "min": 1, + "path": "Contract.contentDefinition.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Content structure and use", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDefinitionType" + } + ], + "description": "Detailed codes for the definition of contracts." + }, + "definition": "Precusory content structure and use, i.e., a boilerplate, template, application for a contract such as an insurance policy or benefits under a program, e.g., workers compensation." + }, + { + "id": "Contract.contentDefinition.subType", + "max": "1", + "min": 0, + "path": "Contract.contentDefinition.subType", + "type": [{ "code": "CodeableConcept" }], + "short": "Detailed Content Type Definition", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDefinitionSubtype" + } + ], + "description": "Detailed codes for the additional definition of contracts." + }, + "definition": "Detailed Precusory content type." + }, + { + "id": "Contract.contentDefinition.publisher", + "max": "1", + "min": 0, + "path": "Contract.contentDefinition.publisher", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Publisher Entity", + "definition": "The individual or organization that published the Contract precursor content." + }, + { + "id": "Contract.contentDefinition.publicationDate", + "max": "1", + "min": 0, + "path": "Contract.contentDefinition.publicationDate", + "type": [{ "code": "dateTime" }], + "short": "When published", + "definition": "The date (and optionally time) when the contract was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the contract changes." + }, + { + "id": "Contract.contentDefinition.publicationStatus", + "max": "1", + "min": 1, + "path": "Contract.contentDefinition.publicationStatus", + "type": [{ "code": "code" }], + "short": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-publicationstatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractPublicationStatus" + } + ], + "description": "Status of the publication of contract content." + }, + "definition": "amended | appended | cancelled | disputed | entered-in-error | executable | executed | negotiable | offered | policy | rejected | renewed | revoked | resolved | terminated." + }, + { + "id": "Contract.contentDefinition.copyright", + "max": "1", + "min": 0, + "path": "Contract.contentDefinition.copyright", + "type": [{ "code": "markdown" }], + "short": "Publication Ownership", + "definition": "A copyright statement relating to Contract precursor content. Copyright statements are generally legal restrictions on the use and publishing of the Contract precursor content." + }, + { + "path": "Contract.term", + "min": 0, + "definition": "One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.", + "short": "Contract Term List", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RIM mechanism for grouping or nesting rules, which are likely Acts and Observations.", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Term" + } + ], + "max": "*", + "id": "Contract.term" + }, + { + "path": "Contract.term.identifier", + "min": 0, + "definition": "Unique identifier for this particular Contract Provision.", + "short": "Contract Term Number", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { + "map": "Act or Observation identifier.", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Contract.term.identifier", + "isSummary": true + }, + { + "path": "Contract.term.issued", + "min": 0, + "definition": "When this Contract Provision was issued.", + "short": "Contract Term Issue Date Time", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "Act availabilityTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Contract.term.issued", + "isSummary": true + }, + { + "path": "Contract.term.applies", + "min": 0, + "definition": "Relevant time or time-period when this Contract Provision is applicable.", + "short": "Contract Term Effective Time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Act effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Contract.term.applies", + "isSummary": true + }, + { + "id": "Contract.term.topic[x]", + "max": "1", + "min": 0, + "path": "Contract.term.topic[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Term Concern", + "definition": "The entity that the term applies to." + }, + { + "path": "Contract.term.type", + "min": 0, + "definition": "A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.", + "short": "Contract Term Type or Form", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.term mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermType" + } + ], + "description": "Detailed codes for the types of contract provisions." + }, + "max": "1", + "id": "Contract.term.type" + }, + { + "path": "Contract.term.subType", + "min": 0, + "definition": "A specialized legal clause or condition based on overarching contract type.", + "short": "Contract Term Type specific classification", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.topic mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermSubType" + } + ], + "description": "Detailed codes for the subtypes of contract provisions." + }, + "max": "1", + "id": "Contract.term.subType" + }, + { + "id": "Contract.term.text", + "max": "1", + "min": 0, + "path": "Contract.term.text", + "type": [{ "code": "string" }], + "short": "Term Statement", + "isSummary": true, + "definition": "Statement of a provision in a policy or a contract." + }, + { + "path": "Contract.term.securityLabel", + "requirements": "Requirement - Within a Contract, a security label may apply to the one to many nested group of terms or to a term, whether inside a group or a singleton. This security label protects the term and its contained provision elements. The security label on the entire set of term provision elements may be different from the security labels on a contained offer, asset, valuedItem, or data such as sensitive information, and must be the high water mark of all security labels within the term. Rationale is that a labelled term, which may be disaggregated from the Contract, and must persist the label on the term and on contained elements within other contexts. \rRequirement - If more than one policy dictates a level of confidentiality of the term, then each applicable policy may be represented by a security label specific to its requirements.\rComment - A Security Label is comprised of 1..1 confidentiality code and 0..* other security label codes (aka \"privacy tags\". A Security Label is metadata assigned (aka \"tagged\") to Resources and Resource elements, which specify the confidentiality and sensitivity of the Resource or element and their related attributes, the purposes for which tagged items may be collected, access, used or disclosed, any limitation on the type of entities authorized to engage in permitted purposes, and handling instructions that obligate or prohibit certain actions on the tagged items.", + "min": 0, + "definition": "Security labels that protect the handling of information about the term and its elements, which may be specifically identified..", + "short": "Protection for the Term", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SecurityLabel" + } + ], + "max": "*", + "id": "Contract.term.securityLabel" + }, + { + "id": "Contract.term.securityLabel.number", + "max": "*", + "min": 0, + "path": "Contract.term.securityLabel.number", + "type": [{ "code": "unsignedInt" }], + "short": "Link to Security Labels", + "definition": "Number used to link this term or term element to the applicable Security Label." + }, + { + "id": "Contract.term.securityLabel.classification", + "max": "1", + "min": 1, + "path": "Contract.term.securityLabel.classification", + "type": [{ "code": "Coding" }], + "short": "Confidentiality Protection", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityClassification" + } + ], + "description": "Codes for confidentiality protection." + }, + "definition": "Security label privacy tag that species the level of confidentiality protection required for this term and/or term elements." + }, + { + "id": "Contract.term.securityLabel.category", + "max": "*", + "min": 0, + "path": "Contract.term.securityLabel.category", + "type": [{ "code": "Coding" }], + "short": "Applicable Policy", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityCategory" + } + ], + "description": "Codes for policy category." + }, + "definition": "Security label privacy tag that species the applicable privacy and security policies governing this term and/or term elements." + }, + { + "id": "Contract.term.securityLabel.control", + "max": "*", + "min": 0, + "path": "Contract.term.securityLabel.control", + "type": [{ "code": "Coding" }], + "short": "Handling Instructions", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-control", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityControl" + } + ], + "description": "Codes for handling instructions." + }, + "definition": "Security label privacy tag that species the manner in which term and/or term elements are to be protected." + }, + { + "path": "Contract.term.offer", + "min": 1, + "definition": "The matter of concern in the context of this provision of the agrement.", + "short": "Context of the Contract term", + "mapping": [{ "map": "Document", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractOffer" + } + ], + "max": "1", + "id": "Contract.term.offer" + }, + { + "id": "Contract.term.offer.identifier", + "max": "*", + "min": 0, + "path": "Contract.term.offer.identifier", + "type": [{ "code": "Identifier" }], + "short": "Offer business ID", + "definition": "Unique identifier for this particular Contract Provision." + }, + { + "id": "Contract.term.offer.party", + "max": "*", + "min": 0, + "path": "Contract.term.offer.party", + "type": [{ "code": "BackboneElement" }], + "short": "Offer Recipient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractParty" + } + ], + "definition": "Offer Recipient." + }, + { + "id": "Contract.term.offer.party.reference", + "max": "*", + "min": 1, + "path": "Contract.term.offer.party.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Referenced entity", + "definition": "Participant in the offer." + }, + { + "id": "Contract.term.offer.party.role", + "max": "1", + "min": 1, + "path": "Contract.term.offer.party.role", + "type": [{ "code": "CodeableConcept" }], + "short": "Participant engagement type", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-party-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractPartyRole" + } + ], + "description": "Codes for offer participant roles." + }, + "definition": "How the party participates in the offer." + }, + { + "path": "Contract.term.offer.topic", + "requirements": "In the context of a contract, the topic is the matter under consideration in regards to which specific rights, privileges, obligations, restrictions, and prohibitions are binding on any grantor and grantee parties upon the execution of the contract. \rGiven the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. \rThe same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: “What is the object of negotiation?”\rAnswer: The Contract.topic, which may be described with more detail in the [0..*]Contract.valuedItem @ [0..1] Contract.valuedItem.entity[x] Definition: Specific type of Contract Valued Item that may be priced. CodeableConcept|Reference(Any)\rContract.topic is “the what” that a grantor is exchanging with a grantee in return for some benefit. \rContract.topic is “the what” to which any Contract.action is being applied for any stipulated Contract.action.reason. \rAContract.topic is “the what” governed by the execution of the contract to which any party’s rights, privileges, obligations, restrictions, and prohibitions apply.", + "min": 0, + "definition": "The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).", + "short": "Negotiable offer asset", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { + "map": "Includes many ActClass, ActCode, RoleClass, RoleCode, EntityClass, EntityCode, ParticipationType codes from HL7 concept domains and code systems. For example, RoleCode: HLD (held entity) Description: Entity that is currently in the possession of a holder (scoper), who holds, or uses it, usually based on some agreement with the owner. MANU (manufactured product) Description: Scoped by the manufacturer. OWN (owned entity) Description: An Entity (player) for which someone (scoper) is granted by law the right to call the material (player) his own. This entitles the scoper to make decisions about the disposition of that material. WRTE (warranted product) Description:\rA role a product plays when a guarantee is given to the purchaser by the seller (scoping entity) stating that the product is reliable and free from known defects and that the seller will repair or replace defective parts within a given time limit and under certain conditions.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Contract.term.offer.topic", + "comment": "The Contract.topic may be an application for or offer of a policy or service (e.g., uri to a consent directive form or a health insurance policy), which becomes the Contract once accepted by both the grantor and grantee. \rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.", + "isSummary": true + }, + { + "path": "Contract.term.offer.type", + "min": 0, + "definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.", + "short": "Contract Offer Type or Form", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.term mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermType" + } + ], + "description": "Detailed codes for the types of contract provisions." + }, + "max": "1", + "id": "Contract.term.offer.type" + }, + { + "path": "Contract.term.offer.decision", + "requirements": "In some policy or contract contexts, the \"offer\" is made by an offeror wishing to be the \"grantee\" of the offer topic by the grantor. From this perspective, the grantor is the \"offeree\".", + "min": 0, + "definition": "Type of choice made by accepting party with respect to an offer made by an offeror/ grantee.", + "short": "Accepting party choice", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "ActCode: _ActConsentDirective [abstract term] Description: Specifies the type of agreement between one or more grantor and grantee in which rights and obligations related to one or more shared items of interest are allocated. Usage Note: Such agreements may be considered \"consent directives\" or \"contracts\" depending on the context, and are considered closely related or synonymous from a legal perspective.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActConsentDirective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDecisionType" + } + ], + "description": "The type of decision made by a grantor with respect to an offer made by a grantee." + }, + "max": "1", + "id": "Contract.term.offer.decision" + }, + { + "id": "Contract.term.offer.decisionMode", + "max": "*", + "min": 0, + "path": "Contract.term.offer.decisionMode", + "type": [{ "code": "CodeableConcept" }], + "short": "How decision is conveyed", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-decision-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDecisionMode" + } + ], + "description": "Codes for conveying a decision." + }, + "definition": "How the decision about a Contract was conveyed." + }, + { + "id": "Contract.term.offer.answer", + "max": "*", + "min": 0, + "path": "Contract.term.offer.answer", + "type": [{ "code": "BackboneElement" }], + "short": "Response to offer text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Answer" + } + ], + "definition": "Response to offer text." + }, + { + "id": "Contract.term.offer.answer.value[x]", + "max": "1", + "min": 1, + "path": "Contract.term.offer.answer.value[x]", + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "The actual answer response", + "definition": "Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research." + }, + { + "id": "Contract.term.offer.text", + "max": "1", + "min": 0, + "path": "Contract.term.offer.text", + "type": [{ "code": "string" }], + "short": "Human readable offer text", + "mapping": [{ "map": "Document.text", "identity": "rim" }], + "definition": "Human readable form of this Contract Offer." + }, + { + "id": "Contract.term.offer.linkId", + "max": "*", + "min": 0, + "path": "Contract.term.offer.linkId", + "type": [{ "code": "string" }], + "short": "Pointer to text", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "definition": "The id of the clause or question text of the offer in the referenced questionnaire/response." + }, + { + "id": "Contract.term.offer.securityLabelNumber", + "max": "*", + "min": 0, + "path": "Contract.term.offer.securityLabelNumber", + "type": [{ "code": "unsignedInt" }], + "short": "Offer restriction numbers", + "definition": "Security labels that protects the offer." + }, + { + "path": "Contract.term.asset", + "min": 0, + "definition": "Contract Term Asset List.", + "short": "Contract Term Asset List", + "mapping": [ + { + "map": "FinancialContract.paymentTermsCode", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractAsset" + } + ], + "max": "*", + "id": "Contract.term.asset" + }, + { + "id": "Contract.term.asset.scope", + "max": "1", + "min": 0, + "path": "Contract.term.asset.scope", + "type": [{ "code": "CodeableConcept" }], + "short": "Range of asset", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetscope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetScope" + } + ], + "description": "Codes for scoping an asset." + }, + "definition": "Differentiates the kind of the asset ." + }, + { + "id": "Contract.term.asset.type", + "max": "*", + "min": 0, + "path": "Contract.term.asset.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Asset category", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assettype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetType" + } + ], + "description": "Condes for the type of an asset." + }, + "definition": "Target entity type about which the term may be concerned." + }, + { + "id": "Contract.term.asset.typeReference", + "max": "*", + "min": 0, + "path": "Contract.term.asset.typeReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Associated entities", + "definition": "Associated entities." + }, + { + "id": "Contract.term.asset.subtype", + "max": "*", + "min": 0, + "path": "Contract.term.asset.subtype", + "type": [{ "code": "CodeableConcept" }], + "short": "Asset sub-category", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetsubtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetSubtype" + } + ], + "description": "Condes for the sub-type of an asset." + }, + "definition": "May be a subtype or part of an offered asset." + }, + { + "path": "Contract.term.asset.relationship", + "min": 0, + "definition": "Specifies the applicability of the term to an asset resource instance, and instances it refers to orinstances that refer to it, and/or are owned by the offeree.", + "short": "Kinship of the asset", + "mapping": [ + { "map": "FinancialContract.code", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentClass" + } + ], + "description": "The class (type) of information a consent rule covers." + }, + "max": "1", + "id": "Contract.term.asset.relationship" + }, + { + "id": "Contract.term.asset.context", + "max": "*", + "min": 0, + "path": "Contract.term.asset.context", + "type": [{ "code": "BackboneElement" }], + "short": "Circumstance of the asset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AssetContext" + } + ], + "definition": "Circumstance of the asset." + }, + { + "id": "Contract.term.asset.context.reference", + "max": "1", + "min": 0, + "path": "Contract.term.asset.context.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Creator,custodian or owner", + "definition": "Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository), location held, e.g., building, jurisdiction." + }, + { + "id": "Contract.term.asset.context.code", + "max": "*", + "min": 0, + "path": "Contract.term.asset.context.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Codeable asset context", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetcontext", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetContext" + } + ], + "description": "Codes for the context of the asset." + }, + "definition": "Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location." + }, + { + "id": "Contract.term.asset.context.text", + "max": "1", + "min": 0, + "path": "Contract.term.asset.context.text", + "type": [{ "code": "string" }], + "short": "Context description", + "definition": "Context description." + }, + { + "id": "Contract.term.asset.condition", + "max": "1", + "min": 0, + "path": "Contract.term.asset.condition", + "type": [{ "code": "string" }], + "short": "Quality desctiption of asset", + "definition": "Description of the quality and completeness of the asset that imay be a factor in its valuation." + }, + { + "path": "Contract.term.asset.periodType", + "min": 0, + "definition": "Type of Asset availability for use or ownership.", + "short": "Asset availability types", + "mapping": [ + { "map": "FinancialContract.code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/asset-availability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssetAvailabilityType" + } + ], + "description": "Codes for asset availability." + }, + "max": "*", + "id": "Contract.term.asset.periodType" + }, + { + "id": "Contract.term.asset.period", + "max": "*", + "min": 0, + "path": "Contract.term.asset.period", + "type": [{ "code": "Period" }], + "short": "Time period of the asset", + "mapping": [ + { + "map": "FinancialContract.activityTime", + "identity": "rim" + } + ], + "definition": "Asset relevant contractual time period." + }, + { + "id": "Contract.term.asset.usePeriod", + "max": "*", + "min": 0, + "path": "Contract.term.asset.usePeriod", + "type": [{ "code": "Period" }], + "short": "Time period", + "mapping": [ + { + "map": "FinancialContract.effectiveTime", + "identity": "rim" + } + ], + "definition": "Time period of asset use." + }, + { + "id": "Contract.term.asset.text", + "max": "1", + "min": 0, + "path": "Contract.term.asset.text", + "type": [{ "code": "string" }], + "short": "Asset clause or question text", + "definition": "Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract." + }, + { + "id": "Contract.term.asset.linkId", + "max": "*", + "min": 0, + "path": "Contract.term.asset.linkId", + "type": [{ "code": "string" }], + "short": "Pointer to asset text", + "definition": "Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.asset.answer", + "max": "*", + "min": 0, + "path": "Contract.term.asset.answer", + "short": "Response to assets", + "definition": "Response to assets.", + "contentReference": "#Contract.term.offer.answer" + }, + { + "id": "Contract.term.asset.securityLabelNumber", + "max": "*", + "min": 0, + "path": "Contract.term.asset.securityLabelNumber", + "type": [{ "code": "unsignedInt" }], + "short": "Asset restriction numbers", + "definition": "Security labels that protects the asset." + }, + { + "path": "Contract.term.asset.valuedItem", + "min": 0, + "definition": "Contract Valued Item List.", + "short": "Contract Valued Item List", + "mapping": [ + { + "map": "COCT_RM440000UV09 ValuedItem classCode INVE", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ValuedItem" + } + ], + "max": "*", + "id": "Contract.term.asset.valuedItem" + }, + { + "id": "Contract.term.asset.valuedItem.entity[x]", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.entity[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Contract Valued Item Type", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem code", + "identity": "rim" + } + ], + "definition": "Specific type of Contract Valued Item that may be priced." + }, + { + "id": "Contract.term.asset.valuedItem.identifier", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.identifier", + "type": [{ "code": "Identifier" }], + "short": "Contract Valued Item Number", + "mapping": [ + { + "map": "COCT_RM440000UV09 ValuedItem id", + "identity": "rim" + } + ], + "definition": "Identifies a Contract Valued Item instance." + }, + { + "id": "Contract.term.asset.valuedItem.effectiveTime", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.effectiveTime", + "type": [{ "code": "dateTime" }], + "short": "Contract Valued Item Effective Tiem", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem effectiveTime", + "identity": "rim" + } + ], + "definition": "Indicates the time during which this Contract ValuedItem information is effective." + }, + { + "id": "Contract.term.asset.valuedItem.quantity", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of Contract Valued Items", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem unitQuantity", + "identity": "rim" + } + ], + "definition": "Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances." + }, + { + "id": "Contract.term.asset.valuedItem.unitPrice", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.unitPrice", + "type": [{ "code": "Money" }], + "short": "Contract Valued Item fee, charge, or cost", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem unitPriceAmt", + "identity": "rim" + } + ], + "definition": "A Contract Valued Item unit valuation measure." + }, + { + "id": "Contract.term.asset.valuedItem.factor", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.factor", + "type": [{ "code": "decimal" }], + "short": "Contract Valued Item Price Scaling Factor", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem factorNumber", + "identity": "rim" + } + ], + "definition": "A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount." + }, + { + "id": "Contract.term.asset.valuedItem.points", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.points", + "type": [{ "code": "decimal" }], + "short": "Contract Valued Item Difficulty Scaling Factor", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem pointNumber", + "identity": "rim" + } + ], + "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point." + }, + { + "id": "Contract.term.asset.valuedItem.net", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.net", + "type": [{ "code": "Money" }], + "short": "Total Contract Valued Item Value", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem netAmt", + "identity": "rim" + } + ], + "definition": "Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied." + }, + { + "id": "Contract.term.asset.valuedItem.payment", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.payment", + "type": [{ "code": "string" }], + "short": "Terms of valuation", + "definition": "Terms of valuation." + }, + { + "id": "Contract.term.asset.valuedItem.paymentDate", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.paymentDate", + "type": [{ "code": "dateTime" }], + "short": "When payment is due", + "definition": "When payment is due." + }, + { + "id": "Contract.term.asset.valuedItem.responsible", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.responsible", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "short": "Who will make payment", + "definition": "Who will make payment." + }, + { + "id": "Contract.term.asset.valuedItem.recipient", + "max": "1", + "min": 0, + "path": "Contract.term.asset.valuedItem.recipient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "short": "Who will receive payment", + "definition": "Who will receive payment." + }, + { + "id": "Contract.term.asset.valuedItem.linkId", + "max": "*", + "min": 0, + "path": "Contract.term.asset.valuedItem.linkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.asset.valuedItem.securityLabelNumber", + "max": "*", + "min": 0, + "path": "Contract.term.asset.valuedItem.securityLabelNumber", + "type": [{ "code": "unsignedInt" }], + "short": "Security Labels that define affected terms", + "definition": "A set of security labels that define which terms are controlled by this condition." + }, + { + "path": "Contract.term.action", + "requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.", + "min": 0, + "definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.", + "short": "Entity being ascribed responsibility", + "mapping": [{ "map": "Participation", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Action" + } + ], + "max": "*", + "id": "Contract.term.action", + "comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa.\rFor example, in cases of actions initiated by one user for other users, or in events that involve more than one user, hardware device, software, or system process. However, only one user may be the initiator/requestor for the event." + }, + { + "path": "Contract.term.action.doNotPerform", + "min": 0, + "definition": "True if the term prohibits the action.", + "isModifier": true, + "short": "True if the term prohibits the action", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Contract.term.action.doNotPerform", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a dictate to perform an action, it is a dictate not to perform the action." + }, + { + "path": "Contract.term.action.type", + "min": 1, + "definition": "Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term.", + "short": "Type or form of the action", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { + "map": "RIM Role, Participation Type classes", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAction" + } + ], + "description": "Detailed codes for the contract action." + }, + "max": "1", + "id": "Contract.term.action.type" + }, + { + "id": "Contract.term.action.subject", + "max": "*", + "min": 0, + "path": "Contract.term.action.subject", + "type": [{ "code": "BackboneElement" }], + "short": "Entity of the action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ActionSubject" + } + ], + "definition": "Entity of the action." + }, + { + "id": "Contract.term.action.subject.reference", + "max": "*", + "min": 1, + "path": "Contract.term.action.subject.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Entity of the action", + "definition": "The entity the action is performed or not performed on or for." + }, + { + "path": "Contract.term.action.subject.role", + "min": 0, + "definition": "Role type of agent assigned roles in this Contract.", + "short": "Role type of the agent", + "mapping": [ + { + "map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction codes", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actorrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActorRole" + } + ], + "description": "Detailed codes for the contract actor role." + }, + "max": "1", + "id": "Contract.term.action.subject.role" + }, + { + "path": "Contract.term.action.intent", + "min": 1, + "definition": "Reason or purpose for the action stipulated by this Contract Provision.", + "short": "Purpose for the Contract Term Action", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "Examples from ActReason Concept Domains: ActCoverageReason Description:Codes used to specify reasons or criteria relating to coverage provided under a policy or program. May be used to convey reasons pertaining to coverage contractual provisions, including criteria for eligibility, coverage limitations, coverage maximums, or financial participation required of covered parties. ActInformationPrivacyReason Description: The rationale or purpose for an act relating to the management of personal information, such as disclosing personal tax information for the purpose of complying with a court order. ClinicalResearchObservationReason Definition: Specifies the reason that a test was performed or observation collected in a clinical research study. SafetyInvestigationReportReasonType Description: Possible reasons generating a report providing information developed during the investigation of an adverse event or a product problem. ControlActReason Description: Indicates the motivation, cause or rationale of an Act which results in a trigger event. NonPerformanceReasonCode Description: The reason the action was not performed, e.g. why the medication was not taken. If an action was not performed, it is often clinically important to know why the action was not taken. RefusalReasonCode Description: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.\r\r\r\r\r\r\r\rExamples from HL7 ActReason Code System: QUALIMP (quality improvement) Description:Operational activities conducted for the purposes of improving the quality of an activity, product, or service. _PatientProfileQueryReasonCode Description: A collection of concepts identifying why the patient's profile is being queried. _ActInformationManagementReason Description:The rationale or purpose for an act relating to information management, such as archiving information for the purpose of complying with an enterprise data retention policy. _ActInvalidReason (ActInvalidReason) Description: Types of reasons why a substance is invalid for use. _NonPerformanceReasonCode Description: The reason the action wasn't performed, e.g. why the medication was not taken. If an action wasn\"t performed, it is often clinically important to know why the action wasn\"t taken.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionReason" + } + ], + "description": "Detailed codes for the contract action reason." + }, + "max": "1", + "id": "Contract.term.action.intent" + }, + { + "id": "Contract.term.action.linkId", + "max": "*", + "min": 0, + "path": "Contract.term.action.linkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.action.status", + "max": "1", + "min": 1, + "path": "Contract.term.action.status", + "type": [{ "code": "CodeableConcept" }], + "short": "State of the action", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actionstatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionStatus" + } + ], + "description": "Codes for the status of an term action." + }, + "definition": "Current state of the term action." + }, + { + "id": "Contract.term.action.context", + "max": "1", + "min": 0, + "path": "Contract.term.action.context", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "short": "Episode associated with action", + "definition": "Encounter or Episode with primary association to specified term activity." + }, + { + "id": "Contract.term.action.contextLinkId", + "max": "*", + "min": 0, + "path": "Contract.term.action.contextLinkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.action.occurrence[x]", + "max": "1", + "min": 0, + "path": "Contract.term.action.occurrence[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "short": "When action happens", + "definition": "When action happens." + }, + { + "id": "Contract.term.action.requester", + "max": "*", + "min": 0, + "path": "Contract.term.action.requester", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who asked for action", + "definition": "Who or what initiated the action and has responsibility for its activation." + }, + { + "id": "Contract.term.action.requesterLinkId", + "max": "*", + "min": 0, + "path": "Contract.term.action.requesterLinkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.action.performerType", + "max": "*", + "min": 0, + "path": "Contract.term.action.performerType", + "type": [{ "code": "CodeableConcept" }], + "short": "Kind of service performer", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionPerformerType" + } + ], + "description": "Codes for the types of action perfomer." + }, + "definition": "The type of individual that is desired or required to perform or not perform the action." + }, + { + "id": "Contract.term.action.performerRole", + "max": "1", + "min": 0, + "path": "Contract.term.action.performerRole", + "type": [{ "code": "CodeableConcept" }], + "short": "Competency of the performer", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-agent-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionPerformerRole" + } + ], + "description": "Codes for the role of the action performer." + }, + "definition": "The type of role or competency of an individual desired or required to perform or not perform the action." + }, + { + "id": "Contract.term.action.performer", + "max": "1", + "min": 0, + "path": "Contract.term.action.performer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Actor that wil execute (or not) the action", + "definition": "Indicates who or what is being asked to perform (or not perform) the ction." + }, + { + "id": "Contract.term.action.performerLinkId", + "max": "*", + "min": 0, + "path": "Contract.term.action.performerLinkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.action.reasonCode", + "max": "*", + "min": 0, + "path": "Contract.term.action.reasonCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Why is action (not) needed?", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionReason" + } + ], + "description": "Detailed codes for the contract action reason." + }, + "definition": "Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited." + }, + { + "id": "Contract.term.action.reasonReference", + "max": "*", + "min": 0, + "path": "Contract.term.action.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "short": "Why is action (not) needed?", + "definition": "Indicates another resource whose existence justifies permitting or not permitting this action." + }, + { + "id": "Contract.term.action.reason", + "max": "*", + "min": 0, + "path": "Contract.term.action.reason", + "type": [{ "code": "string" }], + "short": "Why action is to be performed", + "definition": "Describes why the action is to be performed or not performed in textual form." + }, + { + "id": "Contract.term.action.reasonLinkId", + "max": "*", + "min": 0, + "path": "Contract.term.action.reasonLinkId", + "type": [{ "code": "string" }], + "short": "Pointer to specific item", + "definition": "Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse." + }, + { + "id": "Contract.term.action.note", + "max": "*", + "min": 0, + "path": "Contract.term.action.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about the action", + "definition": "Comments made about the term action made by the requester, performer, subject or other participants." + }, + { + "id": "Contract.term.action.securityLabelNumber", + "max": "*", + "min": 0, + "path": "Contract.term.action.securityLabelNumber", + "type": [{ "code": "unsignedInt" }], + "short": "Action restriction numbers", + "definition": "Security labels that protects the action." + }, + { + "id": "Contract.term.group", + "max": "*", + "min": 0, + "path": "Contract.term.group", + "short": "Nested Contract Term Group", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RIM Grouping or Nesting mechanisms", + "identity": "rim" + } + ], + "definition": "Nested group of Contract Provisions.", + "contentReference": "#Contract.term" + }, + { + "id": "Contract.supportingInfo", + "max": "*", + "min": 0, + "path": "Contract.supportingInfo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Extra Information", + "definition": "Information that may be needed by/relevant to the performer in their execution of this term action." + }, + { + "id": "Contract.relevantHistory", + "max": "*", + "min": 0, + "path": "Contract.relevantHistory", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "short": "Key event in Contract History", + "definition": "Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract. The Provence.entity indicates the target that was changed in the update. http://build.fhir.org/provenance-definitions.html#Provenance.entity." + }, + { + "path": "Contract.signer", + "requirements": "The Contract.signer applies a signature to the Contract.binding referenced resource, which is the documentation that is the legal \"source of truth\". The Contract.signer may delegate, such as a legally recognized personal representative, or have a delegate assigned e.g., by a court of law, to actually sign the Contract, such as a trustee in the case of incompetence.", + "min": 0, + "definition": "Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.", + "short": "Contract Signatory", + "mapping": [{ "map": "Participation", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Signatory" + } + ], + "max": "*", + "id": "Contract.signer", + "comment": "Signers who are principal parties to the contract are bound by the Contract.activity related to the Contract.topic, and the Contract.term(s), which either extend or restrict the overall action on the topic by, for example, stipulating specific policies or obligations constraining actions, action reason, or agents with respect to some or all of the topic.\rFor example, specifying how policies or obligations shall constrain actions and action reasons permitted or denied on all or a subset of the Contract.topic (e.g., all or a portion of property being transferred by the contract), agents (e.g., who can resell, assign interests, or alter the property being transferred by the contract), actions, and action reasons; or with respect to Contract.terms, stipulating, extending, or limiting the Contract.period of applicability or valuation of items under consideration." + }, + { + "path": "Contract.signer.type", + "min": 1, + "definition": "Role of this Contract signer, e.g. notary, grantee.", + "short": "Contract Signatory Role", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction class codes.", + "identity": "rim" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-signer-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSignerType" + } + ], + "description": "List of parties who may be signing." + }, + "max": "1", + "id": "Contract.signer.type" + }, + { + "id": "Contract.signer.party", + "max": "1", + "min": 1, + "path": "Contract.signer.party", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "short": "Contract Signatory Party", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "Role Class", "identity": "rim" } + ], + "definition": "Party which is a signator to this Contract." + }, + { + "id": "Contract.signer.signature", + "max": "*", + "min": 1, + "path": "Contract.signer.signature", + "type": [{ "code": "Signature" }], + "short": "Contract Documentation Signature", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "Participation.signatureCode :: CD (0..1) Definition: Whether the participant has attested participation through a signature, or whether such a signature is needed. Examples: A surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants; The participant intends to provide a signature. Participation.signatureText :: ED (0..1) Definition: A textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. UsageNotes: The signature can be represented either inline or by reference according to the ED data type. Typical cases are \r1) Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive. 2) Electronic signature: this attribute can represent virtually any electronic signature scheme. 3) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc. Examples: 1) An \"author\" participant assumes accountability for the truth of the Act statement to the best of his knowledge. 2) An information recipient only attests to the fact that he or she has received the information.", + "identity": "rim" + } + ], + "definition": "Legally binding Contract DSIG signature contents in Base64." + }, + { + "path": "Contract.friendly", + "min": 0, + "definition": "The \"patient friendly language\" versionof the Contract in whole or in parts. \"Patient friendly language\" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement.", + "short": "Contract Friendly Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "FriendlyLanguage" + } + ], + "max": "*", + "id": "Contract.friendly" + }, + { + "id": "Contract.friendly.content[x]", + "max": "1", + "min": 1, + "path": "Contract.friendly.content[x]", + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "short": "Easily comprehended representation of this Contract", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Act.text Definition: A renderable textual or multimedia description (or reference to a description) of the complete information which would reasonably be expected to be displayed to a human reader conveyed by the Act.", + "identity": "rim" + } + ], + "definition": "Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability." + }, + { + "path": "Contract.legal", + "min": 0, + "definition": "List of Legal expressions or representations of this Contract.", + "short": "Contract Legal Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "LegalLanguage" + } + ], + "max": "*", + "id": "Contract.legal" + }, + { + "id": "Contract.legal.content[x]", + "max": "1", + "min": 1, + "path": "Contract.legal.content[x]", + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "short": "Contract Legal Text", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Example: Act.text of an Act coded as with ActPrivacyLaw, ActPolicy code", + "identity": "rim" + } + ], + "definition": "Contract legal text in human renderable form." + }, + { + "path": "Contract.rule", + "min": 0, + "definition": "List of Computable Policy Rule Language Representations of this Contract.", + "short": "Computable Contract Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ComputableLanguage" + } + ], + "max": "*", + "id": "Contract.rule" + }, + { + "id": "Contract.rule.content[x]", + "max": "1", + "min": 1, + "path": "Contract.rule.content[x]", + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Computable Contract Rules", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Computable Policy Consent [Observation: templateId 2.16.840.1.113883.3.445.16] This template is used to represent an alternative representation of the Privacy Consent Directive (e.g.,ODRL, XrML, XACML) as a computer-readable set of rules. An implementation may use any appropriate representations of the privacy consent in addition to the \"ConsentDirectiveStructuredDefinition\" which uses the Clinical Template structure to express the elements of a consent directive in an interoperable way.\r1. SHALL contain exactly one [1..1] templateId ( CONF-CD-16 ) such that it\ra. SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.3.445.16\"\r2. SHALL contain exactly one [1..1] @moodCode=\"DEF\" (CodeSystem: 2.16.840.1.113883.5.1001 HL7ActMood) (CONF:14912)\r3. SHALL contain exactly one [1..1] code (CONF:9139)/@code=\"57016-8\" Privacy Policy Acknowledgement Document (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:9138)\rIt specifies the LOINC code corresponding to \"Privacy Policy Acknowledgement Document\", it is fixed at this value.\r4. SHOULD contain zero or more [0..*] value with @xsi:type=\"ANY\" (CONF:9140) The value contains the computable representation of the policy. This may be a standard-based access control or attribute control based policy (See\r\"References\"). Computable Policy Consent example\r\r\r\r\r ... \r\r", + "identity": "rim" + } + ], + "definition": "Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal)." + }, + { + "id": "Contract.legallyBinding[x]", + "max": "1", + "min": 0, + "path": "Contract.legallyBinding[x]", + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "short": "Binding Contract", + "mapping": [ + { + "map": "DocumentCompletion code system AU (authenticated) Description: A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy. No explicit determination is made that the assigned individual has performed the authentication. While the standard allows multiple instances of authentication, it would be typical to have a single instance of authentication, usually by the assigned individual.", + "identity": "rim" + } + ], + "definition": "Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the \"source of truth\" and which would be the basis for legal action related to enforcement of this Contract." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This observation replaces a previous observation (i.e. a revised value).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-replaces/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "replaces", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-replaces", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-replaces", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Replaces referenced Observation", + "comment": "This is an alternative to updating the Observation with a new version with status = 'amended'or 'corrected'. The target observation is now obsolete.", + "definition": "This observation replaces a previous observation (i.e. a revised value)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-replaces" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OperationDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "OperationDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "OperationDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "OperationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationDefinition", + "differential": { + "element": [ + { + "id": "OperationDefinition", + "max": "*", + "min": 0, + "path": "OperationDefinition", + "short": "Definition of an operation or a named query", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "n/a", "identity": "rim" } + ], + "constraint": [ + { + "key": "opd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)." + }, + { + "path": "OperationDefinition.url", + "requirements": "Allows the operation definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers.", + "short": "Canonical identifier for this operation definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "OperationDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "OperationDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the operation definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "OperationDefinition.version", + "comment": "There may be different operation definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the operation definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "OperationDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this operation definition (computer friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "OperationDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "OperationDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the operation definition.", + "short": "Name for this operation definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "OperationDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "OperationDefinition.status", + "min": 1, + "definition": "The status of this operation definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "OperationDefinition.status", + "comment": "Allows filtering of operation definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "OperationDefinition.kind", + "min": 1, + "definition": "Whether this is an operation or a named query.", + "short": "operation | query", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationKind" + } + ], + "description": "Whether an operation is a normal operation or a query." + }, + "max": "1", + "id": "OperationDefinition.kind", + "comment": "Named queries are invoked differently, and have different capabilities.", + "isSummary": true + }, + { + "path": "OperationDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level operation definition.", + "min": 0, + "definition": "A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "OperationDefinition.experimental", + "comment": "Allows filtering of operation definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "OperationDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the operation definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "OperationDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the operation definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "OperationDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the operation definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the operation definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "OperationDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the operation definition is the organization or individual primarily responsible for the maintenance and upkeep of the operation definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the operation definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "OperationDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "OperationDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "OperationDefinition.description", + "min": 0, + "definition": "A free text natural language description of the operation definition from a consumer's perspective.", + "short": "Natural language description of the operation definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "OperationDefinition.description", + "comment": "This description can be used to capture details such as why the operation definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the operation definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the operation definition is presumed to be the predominant language in the place the operation definition was created)." + }, + { + "path": "OperationDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate operation definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "OperationDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "OperationDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the operation definition is intended to be used.", + "short": "Intended jurisdiction for operation definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "OperationDefinition.jurisdiction", + "comment": "It may be possible for the operation definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "OperationDefinition.purpose", + "min": 0, + "definition": "Explanation of why this operation definition is needed and why it has been designed as it has.", + "short": "Why this operation definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "OperationDefinition.purpose", + "comment": "This element does not describe the usage of the operation definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this operation definition." + }, + { + "path": "OperationDefinition.affectsState", + "min": 0, + "definition": "Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting state'.", + "short": "Whether content is changed by the operation", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "OperationDefinition.affectsState", + "comment": "What http methods can be used for the operation depends on the .affectsState value and whether the input parameters are primitive or complex:\n\n1. Servers SHALL support POST method for all operations.\n\n2. Servers SHALL support GET method if all the parameters for the operation are primitive or there are no parameters and the operation has affectsState = false.", + "isSummary": true + }, + { + "id": "OperationDefinition.code", + "max": "1", + "min": 1, + "path": "OperationDefinition.code", + "type": [{ "code": "code" }], + "short": "Name used to invoke the operation", + "isSummary": true, + "definition": "The name used to invoke the operation." + }, + { + "id": "OperationDefinition.comment", + "max": "1", + "min": 0, + "path": "OperationDefinition.comment", + "type": [{ "code": "markdown" }], + "short": "Additional information about use", + "definition": "Additional information about how to use this operation or named query." + }, + { + "path": "OperationDefinition.base", + "min": 0, + "definition": "Indicates that this operation definition is a constraining profile on the base.", + "short": "Marks this as a profile of the base", + "mapping": [ + { + "map": "Definition.derivedFrom", + "identity": "workflow" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "max": "1", + "id": "OperationDefinition.base", + "comment": "A constrained profile can make optional parameters required or not used and clarify documentation.", + "isSummary": true + }, + { + "path": "OperationDefinition.resource", + "min": 0, + "definition": "The types on which this operation can be executed.", + "short": "Types this operation applies to", + "mapping": [ + { + "map": "Definition.subject[x]", + "identity": "workflow" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "*", + "id": "OperationDefinition.resource", + "comment": "If the type is an abstract resource (\"Resource\" or \"DomainResource\") then the operation can be invoked on any concrete specialization.", + "isSummary": true + }, + { + "id": "OperationDefinition.system", + "max": "1", + "min": 1, + "path": "OperationDefinition.system", + "type": [{ "code": "boolean" }], + "short": "Invoke at the system level?", + "isSummary": true, + "definition": "Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context)." + }, + { + "id": "OperationDefinition.type", + "max": "1", + "min": 1, + "path": "OperationDefinition.type", + "type": [{ "code": "boolean" }], + "short": "Invoke at the type level?", + "isSummary": true, + "definition": "Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a specific resource id for the context)." + }, + { + "id": "OperationDefinition.instance", + "max": "1", + "min": 1, + "path": "OperationDefinition.instance", + "type": [{ "code": "boolean" }], + "short": "Invoke on an instance?", + "isSummary": true, + "definition": "Indicates whether this operation can be invoked on a particular instance of one of the given types." + }, + { + "id": "OperationDefinition.inputProfile", + "max": "1", + "min": 0, + "path": "OperationDefinition.inputProfile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Validation information for in parameters", + "comment": "If present the profile shall not conflict with what is specified in the parameters in the operation definition (max/min etc.), though it may provide additional constraints. The constraints expressed in the profile apply whether the operation is invoked by a POST wih parameters or not.", + "definition": "Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole." + }, + { + "id": "OperationDefinition.outputProfile", + "max": "1", + "min": 0, + "path": "OperationDefinition.outputProfile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Validation information for out parameters", + "comment": "If present the profile shall not conflict with what is specified in the parameters in the operation definition (max/min etc.), though it may provide additional constraints. The constraints expressed in the profile apply whether the operation is invoked by a POST wih parameters or not.", + "definition": "Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource." + }, + { + "constraint": [ + { + "key": "opd-1", + "human": "Either a type must be provided, or parts", + "xpath": "exists(f:type) or exists(f:part)", + "severity": "error", + "expression": "type.exists() or part.exists()" + }, + { + "key": "opd-2", + "human": "A search type can only be specified for parameters of type string", + "xpath": "not(exists(f:searchType)) or (f:type/@value = 'string')", + "severity": "error", + "expression": "searchType.exists() implies type = 'string'" + }, + { + "key": "opd-3", + "human": "A targetProfile can only be specified for parameters of type Reference or Canonical", + "xpath": "not(exists(f:targetProfile)) or ((f:type/@value = 'Reference') or (f:type/@value = 'canonical'))", + "severity": "error", + "expression": "targetProfile.exists() implies (type = 'Reference' or type = 'canonical')" + } + ], + "path": "OperationDefinition.parameter", + "min": 0, + "definition": "The parameters for the operation/query.", + "short": "Parameters for the operation/query", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "OperationDefinition.parameter", + "comment": "Query Definitions only have one output parameter, named \"result\". This might not be described, but can be to allow a profile to be defined." + }, + { + "id": "OperationDefinition.parameter.name", + "max": "1", + "min": 1, + "path": "OperationDefinition.parameter.name", + "type": [{ "code": "code" }], + "short": "Name in Parameters.parameter.name or in URL", + "comment": "This name must be a token (start with a letter in a..z, and only contain letters, numerals, and underscore. Note that for search parameters (type = string, with a search type), the name may be altered by the search modifiers.", + "definition": "The name of used to identify the parameter." + }, + { + "path": "OperationDefinition.parameter.use", + "min": 1, + "definition": "Whether this is an input or an output parameter.", + "short": "in | out", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationParameterUse" + } + ], + "description": "Whether an operation parameter is an input or an output parameter." + }, + "max": "1", + "id": "OperationDefinition.parameter.use", + "comment": "If a parameter name is used for both an input and an output parameter, the parameter should be defined twice." + }, + { + "id": "OperationDefinition.parameter.min", + "max": "1", + "min": 1, + "path": "OperationDefinition.parameter.min", + "type": [{ "code": "integer" }], + "short": "Minimum Cardinality", + "definition": "The minimum number of times this parameter SHALL appear in the request or response." + }, + { + "id": "OperationDefinition.parameter.max", + "max": "1", + "min": 1, + "path": "OperationDefinition.parameter.max", + "type": [{ "code": "string" }], + "short": "Maximum Cardinality (a number or *)", + "definition": "The maximum number of times this element is permitted to appear in the request or response." + }, + { + "id": "OperationDefinition.parameter.documentation", + "max": "1", + "min": 0, + "path": "OperationDefinition.parameter.documentation", + "type": [{ "code": "string" }], + "short": "Description of meaning/use", + "definition": "Describes the meaning or use of this parameter." + }, + { + "path": "OperationDefinition.parameter.type", + "min": 0, + "definition": "The type for this parameter.", + "short": "What type this parameter has", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRAllTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types." + }, + "max": "1", + "id": "OperationDefinition.parameter.type", + "condition": ["opd-1"], + "comment": "if there is no stated parameter, then the parameter is a multi-part parameter; type and must have at least one part defined." + }, + { + "id": "OperationDefinition.parameter.targetProfile", + "max": "*", + "min": 0, + "path": "OperationDefinition.parameter.targetProfile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "If type is Reference | canonical, allowed targets", + "comment": "Often, these profiles are the base definitions from the spec (e.g. http://hl7.org/fhir/StructureDefinition/Patient).", + "definition": "Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide." + }, + { + "path": "OperationDefinition.parameter.searchType", + "min": 0, + "definition": "How the parameter is understood as a search parameter. This is only used if the parameter type is 'string'.", + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "OperationDefinition.parameter.searchType", + "condition": ["opd-2"] + }, + { + "id": "OperationDefinition.parameter.binding", + "max": "1", + "min": 0, + "path": "OperationDefinition.parameter.binding", + "type": [{ "code": "BackboneElement" }], + "short": "ValueSet details if this is coded", + "definition": "Binds to a value set if this parameter is coded (code, Coding, CodeableConcept)." + }, + { + "path": "OperationDefinition.parameter.binding.strength", + "min": 1, + "definition": "Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.", + "short": "required | extensible | preferred | example", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BindingStrength" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Indication of the degree of conformance expectations associated with a binding." + }, + "alias": ["conformance", "extensibility"], + "max": "1", + "id": "OperationDefinition.parameter.binding.strength", + "comment": "For further discussion, see [Using Terminologies](terminologies.html)." + }, + { + "id": "OperationDefinition.parameter.binding.valueSet", + "max": "1", + "min": 1, + "path": "OperationDefinition.parameter.binding.valueSet", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "Source of value set", + "comment": "For value sets with a referenceResource, the display can contain the value set description. The reference may be version-specific or not.", + "definition": "Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used." + }, + { + "path": "OperationDefinition.parameter.referencedFrom", + "min": 0, + "definition": "Identifies other resource parameters within the operation invocation that are expected to resolve to this resource.", + "short": "References to this parameter", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "OperationDefinition.parameter.referencedFrom", + "comment": "Resolution applies if the referenced parameter exists." + }, + { + "id": "OperationDefinition.parameter.referencedFrom.source", + "max": "1", + "min": 1, + "path": "OperationDefinition.parameter.referencedFrom.source", + "type": [{ "code": "string" }], + "short": "Referencing parameter", + "definition": "The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource." + }, + { + "id": "OperationDefinition.parameter.referencedFrom.sourceId", + "max": "1", + "min": 0, + "path": "OperationDefinition.parameter.referencedFrom.sourceId", + "type": [{ "code": "string" }], + "short": "Element id of reference", + "definition": "The id of the element in the referencing resource that is expected to resolve to this resource." + }, + { + "path": "OperationDefinition.parameter.part", + "min": 0, + "definition": "The parts of a nested Parameter.", + "short": "Parts of a nested Parameter", + "contentReference": "#OperationDefinition.parameter", + "max": "*", + "id": "OperationDefinition.parameter.part", + "condition": ["opd-1"], + "comment": "Query Definitions only have one output parameter, named \"result\". This might not be described, but can be to allow a profile to be defined." + }, + { + "id": "OperationDefinition.overload", + "max": "*", + "min": 0, + "path": "OperationDefinition.overload", + "type": [{ "code": "BackboneElement" }], + "short": "Define overloaded variants for when generating code", + "comment": "The combinations are suggestions as to which sets of parameters to use together, but the combinations are not intended to be authoritative.", + "definition": "Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation." + }, + { + "id": "OperationDefinition.overload.parameterName", + "max": "*", + "min": 0, + "path": "OperationDefinition.overload.parameterName", + "type": [{ "code": "string" }], + "short": "Name of parameter to include in overload", + "definition": "Name of parameter to include in overload." + }, + { + "id": "OperationDefinition.overload.comment", + "max": "1", + "min": 0, + "path": "OperationDefinition.overload.comment", + "type": [{ "code": "string" }], + "short": "Comments to go on overload", + "definition": "Comments to go on overload." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for Range Type: A set of ordered Quantities defined by a low and high limit.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Range/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to specify ranges of values.", + "name": "Range", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Range", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Range", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Range", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Range", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "rng-2", + "human": "If present, low SHALL have a lower value than high", + "xpath": "not(exists(f:low/f:value/@value)) or not(exists(f:high/f:value/@value)) or (number(f:low/f:value/@value) <= number(f:high/f:value/@value))", + "severity": "error", + "expression": "low.empty() or high.empty() or (low <= high)" + } + ], + "path": "Range", + "min": 0, + "definition": "A set of ordered Quantities defined by a low and high limit.", + "short": "Set of values bounded by low and high", + "mapping": [ + { + "map": "NR and also possibly SN (but see also quantity)", + "identity": "v2" + }, + { + "map": "IVL [lowClosed=\"true\" and highClosed=\"true\"]or URG", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Range", + "comment": "The stated low and high value are assumed to have arbitrarily high precision when it comes to determining which values are in the range. I.e. 1.99 is not in the range 2 -> 3." + }, + { + "path": "Range.low", + "min": 0, + "definition": "The low limit. The boundary is inclusive.", + "short": "Low limit", + "mapping": [ + { "map": "NR.1", "identity": "v2" }, + { "map": "./low", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Range.low", + "comment": "If the low element is missing, the low boundary is not known.", + "isSummary": true + }, + { + "path": "Range.high", + "min": 0, + "definition": "The high limit. The boundary is inclusive.", + "short": "High limit", + "mapping": [ + { "map": "NR.2", "identity": "v2" }, + { "map": "./high", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Range.high", + "comment": "If the high element is missing, the high boundary is not known.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "A date/time value that is determined based on a duration offset from a target event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "relativeDateTime", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-relativeDateTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-relativeDateTime", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A date/time that is specified relative to another event", + "definition": "A date/time value that is determined based on a duration offset from a target event." + }, + { + "id": "Extension.extension:target", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Relative to what event", + "sliceName": "target", + "definition": "The event that the date/time value is relative to." + }, + { + "id": "Extension.extension:target.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:target.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "target" + }, + { + "id": "Extension.extension:target.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "The path to the element that defines the effective period for the event that the date/time value is relative to.", + "short": "Relative to which element on the event", + "type": [{ "code": "Extension" }], + "sliceName": "targetPath", + "max": "1", + "id": "Extension.extension:targetPath", + "comment": "The specified path must be resolvable from the type of the target. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant." + }, + { + "id": "Extension.extension:targetPath.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:targetPath.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "targetPath" + }, + { + "id": "Extension.extension:targetPath.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:relationship", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end", + "sliceName": "relationship", + "definition": "The relationship to the effective period of the target event that the date/time value is relative to." + }, + { + "id": "Extension.extension:relationship.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:relationship.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "relationship" + }, + { + "id": "Extension.extension:relationship.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "A type that describes how two events are related in time." + } + }, + { + "id": "Extension.extension:offset", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "How long", + "sliceName": "offset", + "definition": "A duration or range of durations that specifies the offset between the date/time value and the target event. For example, 30-60 minutes before." + }, + { + "id": "Extension.extension:offset.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:offset.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "offset" + }, + { + "id": "Extension.extension:offset.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "Duration" }, { "code": "Range" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Special handling during the collection, transport, or storage of the specimen.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/specimen-specialHandling/4.0.1", + "date": "2015-02-19", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "specialHandling", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Special handling", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-specialHandling", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling", + "context": [{ "type": "element", "expression": "Specimen.collection" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-specialHandling", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Special handling of the specimen", + "definition": "Special handling during the collection, transport, or storage of the specimen." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Language translation from base language of resource to another language.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/translation/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Translation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Translation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "translation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/translation", + "context": [ + { "type": "element", "expression": "string" }, + { "type": "element", "expression": "code" }, + { "type": "element", "expression": "markdown" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/translation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Language Translation (Localization)", + "mapping": [{ "map": "ST.translation", "identity": "rim" }], + "definition": "Language translation from base language of resource to another language." + }, + { + "id": "Extension.extension:lang", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Code for Language", + "sliceName": "lang", + "definition": "Code for Language." + }, + { + "id": "Extension.extension:lang.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:lang.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "lang" + }, + { + "id": "Extension.extension:lang.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + } + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "Content in other Language.", + "short": "Content in other Language", + "type": [{ "code": "Extension" }], + "sliceName": "content", + "max": "1", + "id": "Extension.extension:content", + "comment": "The type (string or markdown) must match the context in which it is used." + }, + { + "id": "Extension.extension:content.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:content.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "content" + }, + { + "id": "Extension.extension:content.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }, { "code": "markdown" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/translation" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for ContactDetail Type: Specifies contact information for a person or organization.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ContactDetail/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to track contact information in the same way across multiple resources.", + "name": "ContactDetail", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ContactDetail", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "ContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactDetail", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ContactDetail", + "differential": { + "element": [ + { + "id": "ContactDetail", + "max": "*", + "min": 0, + "path": "ContactDetail", + "short": "Contact information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Specifies contact information for a person or organization." + }, + { + "path": "ContactDetail.name", + "min": 0, + "definition": "The name of an individual to contact.", + "short": "Name of an individual to contact", + "type": [{ "code": "string" }], + "max": "1", + "id": "ContactDetail.name", + "comment": "If there is no named individual, the telecom information is for the organization as a whole.", + "isSummary": true + }, + { + "id": "ContactDetail.telecom", + "max": "*", + "min": 0, + "path": "ContactDetail.telecom", + "type": [{ "code": "ContactPoint" }], + "short": "Contact details for individual or organization", + "isSummary": true, + "definition": "The contact details for the individual (if a name was provided) or the organization." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/geolocation/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Geolocation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Geolocation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "geolocation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/geolocation", + "context": [{ "type": "element", "expression": "Address" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/geolocation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The absolute geographic location", + "comment": "The extension can be further extended to include unique geolocation identifiers, confidence, altitude, etc.", + "definition": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML)." + }, + { + "id": "Extension.extension:latitude", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Latitude with WGS84 datum", + "sliceName": "latitude", + "definition": "Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)." + }, + { + "id": "Extension.extension:latitude.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:latitude.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "latitude" + }, + { + "id": "Extension.extension:latitude.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "decimal" }] + }, + { + "id": "Extension.extension:longitude", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Longitude with WGS84 datum", + "sliceName": "longitude", + "definition": "Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)." + }, + { + "id": "Extension.extension:longitude.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:longitude.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "longitude" + }, + { + "id": "Extension.extension:longitude.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "decimal" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/geolocation" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-author/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "author", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-author", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-author", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Entity/entities that create and may modify the Value Set", + "comment": "This can be any combination of groups or individuals. When known and actively maintained, this should be populated. The information included about the Author may include contact information.", + "definition": "The entity or set of entities that create and may modify the Value Set Definition content. The name of a group or an individual, along with contact details.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-author" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "ContactDetail" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Provides a computable unit of measure associated with numeric questions to support subsequent computation on responses. This is for use on items of type integer and decimal, and it's purpose is to support converting the integer or decimal answer into a Quantity when extracting the data into a resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-unit/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='integer' or type='decimal'"], + "fhirVersion": "4.0.1", + "name": "unit", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-unit", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-unit", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Unit for numeric answer", + "comment": "The human-readable unit is conveyed as a display element. This element is for computation purposes.", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "Provides a computable unit of measure associated with numeric questions to support subsequent computation on responses. This is for use on items of type integer and decimal, and it's purpose is to support converting the integer or decimal answer into a Quantity when extracting the data into a resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This extension should be used to specifiy that a practioner or RelatedPerson resource is a service animal.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "animalSpecies", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "animalSpecies", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "practitioner-animalSpecies", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies", + "context": [ + { "type": "element", "expression": "Practitioner" }, + { "type": "element", "expression": "RelatedPerson" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/practitioner-animalSpecies", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The Species of the Service Animal", + "definition": "This extension should be used to specifiy that a practioner or RelatedPerson resource is a service animal." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AnimalSpecies" + } + ], + "description": "The species of animal." + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "FHIR Body Height Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodyheight/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-bodyheight", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Height Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8302-2'**\r - 8306-3 -Body height - lying (i.e., body length - typically used for infants) MAY be included as an additional observation code - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "bodyheight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyheight", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodyheight", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Height Profile", + "definition": "This profile defines how to represent Body Height observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Height", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Height." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BodyHeightCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BodyHeightCode" + }, + { + "id": "Observation.code.coding:BodyHeightCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BodyHeightCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8302-2" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyLengthUnits" + } + ], + "description": "Common UCUM units for body length measures such as Body Height and Head Circumference." + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "streetName.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-streetName", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-streetName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-streetName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "streetName", + "mapping": [ + { "map": "ADXP[partType=STR]", "identity": "rim" } + ], + "definition": "streetName." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The patient's legal status as citizen of a country.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-citizenship/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "citizenship", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "citizenship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-citizenship", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-citizenship", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Nation(s) where the patient claims citizenship", + "definition": "The patient's legal status as citizen of a country." + }, + { + "id": "Extension.extension:code", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Nation code of citizenship", + "sliceName": "code", + "definition": "Nation code representing the citizenship of patient." + }, + { + "id": "Extension.extension:code.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:code.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "code" + }, + { + "id": "Extension.extension:code.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:period", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Time period of citizenship", + "sliceName": "period", + "definition": "Period when citizenship was effective." + }, + { + "id": "Extension.extension:period.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:period.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "period" + }, + { + "id": "Extension.extension:period.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "Period" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-citizenship" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code that replaces this - use this code instead.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-replacedby/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "replacedby", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-replacedby", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-replacedby", + "context": [{ "type": "element", "expression": "CodeSystem.concept" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-replacedby", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A code that replaces this", + "comment": "Usually such codes are deprecated (retired).", + "definition": "A code that replaces this - use this code instead.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-replacedby" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Where the type for a question is \"Reference\", indicates a profile that the resource instances pointed to in answers to this question must be valid against.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='reference'"], + "fhirVersion": "4.0.1", + "name": "referenceProfile", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-referenceProfile", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-referenceProfile", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Allowed profile for reference", + "comment": "If multiple profiles are present, then the resource must be valid against at least one of them.", + "definition": "Where the type for a question is \"Reference\", indicates a profile that the resource instances pointed to in answers to this question must be valid against." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-referenceProfile" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "FHIR Vital Signs Panel Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/vitalspanel/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-vitalspanel", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Vital Signs Panel Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'85353-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. No value in `Observation.value[x]`\r1. At Least one Vitals Sign Observation reference in `Observation.hasMember`" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "vitalspanel", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalspanel", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vitalspanel", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Vital Signs Panel Profile", + "definition": "This profile defines the top-level grouping structure for a set of vital signs. It has no value in Observation.valueQuantity ; instead, it just includes related links (with type=has-member) to the Observations in this set (e.g. respiratory rate, heart rate, BP)." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Panel Name", "Panel Code"], + "short": "Vital Signs Panel", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Vital Signs Panel." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:VitalsPanelCode", + "path": "Observation.code.coding", + "sliceName": "VitalsPanelCode" + }, + { + "id": "Observation.code.coding:VitalsPanelCode.system", + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:VitalsPanelCode.code", + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "85353-1" + }, + { + "id": "Observation.value[x]", + "max": "0", + "min": 0, + "path": "Observation.value[x]" + }, + { + "id": "Observation.hasMember", + "max": "*", + "min": 1, + "path": "Observation.hasMember", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-label/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "label", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-label", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-label", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + }, + { "type": "element", "expression": "ValueSet.expansion.contains" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-label", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "E.g. \"(a)\", \"1.\", etc.", + "definition": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-label" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A canonical reference to a StructureDefinition that this is derived from. This is a de-normalization of a chain of StructureDefinition.baseDefinition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "ancestor", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "ancestor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-ancestor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-ancestor", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "StructureDefinition this is derived from", + "comment": "It is an error if a structure definition lists an ancestor that is not in the chain of baseDefinitions.", + "definition": "A canonical reference to a StructureDefinition that this is derived from. This is a de-normalization of a chain of StructureDefinition.baseDefinition." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ancestor" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The human-readable name for the code system.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-systemName/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "systemName", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-systemName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", + "context": [ + { "type": "element", "expression": "ValueSet.compose.include" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-systemName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Code system name", + "definition": "The human-readable name for the code system.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-systemName" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Details of a Health Insurance product/plan provided by an organization.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/InsurancePlan/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "InsurancePlan", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "InsurancePlan", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "InsurancePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/InsurancePlan", + "differential": { + "element": [ + { + "id": "InsurancePlan", + "max": "*", + "min": 0, + "path": "InsurancePlan", + "short": "Details of a Health Insurance product/plan provided by an organization", + "constraint": [ + { + "key": "ipn-1", + "human": "The organization SHALL at least have a name or an idendtifier, and possibly more than one", + "xpath": "count(f:identifier | f:name) > 0", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + ], + "definition": "Details of a Health Insurance product/plan provided by an organization." + }, + { + "path": "InsurancePlan.identifier", + "min": 0, + "definition": "Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to server.", + "short": "Business Identifier for Product", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "InsurancePlan.identifier", + "condition": ["ipn-1"], + "isSummary": true + }, + { + "path": "InsurancePlan.status", + "requirements": "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.", + "min": 0, + "definition": "The current state of the health insurance product.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "Default interpretation is active.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "InsurancePlan.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains codes which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "InsurancePlan.type", + "min": 0, + "definition": "The kind of health insurance product.", + "short": "Kind of product", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InsurancePlanType" + } + ], + "description": "Used to categorize the product/plan." + }, + "max": "*", + "id": "InsurancePlan.type", + "isSummary": true + }, + { + "path": "InsurancePlan.name", + "min": 0, + "definition": "Official name of the health insurance product as designated by the owner.", + "short": "Official name", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "InsurancePlan.name", + "condition": ["ipn-1"], + "comment": "If the name of the product/plan changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "InsurancePlan.alias", + "requirements": "Over time products/plans go through many changes and can be known by different names.\n\nFor searching knowing previous names that the product/plan was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the product is known as, or was known as in the past.", + "short": "Alternate names", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "*", + "id": "InsurancePlan.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the product/plan." + }, + { + "id": "InsurancePlan.period", + "max": "1", + "min": 0, + "path": "InsurancePlan.period", + "type": [{ "code": "Period" }], + "short": "When the product is available", + "definition": "The period of time that the health insurance product is available." + }, + { + "path": "InsurancePlan.ownedBy", + "min": 0, + "definition": "The entity that is providing the health insurance product and underwriting the risk. This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'.", + "short": "Plan issuer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "alias": ["Payer"], + "max": "1", + "id": "InsurancePlan.ownedBy", + "isSummary": true + }, + { + "id": "InsurancePlan.administeredBy", + "max": "1", + "min": 0, + "path": "InsurancePlan.administeredBy", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Product administrator", + "isSummary": true, + "definition": "An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owner." + }, + { + "id": "InsurancePlan.coverageArea", + "max": "*", + "min": 0, + "path": "InsurancePlan.coverageArea", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where product applies", + "isSummary": true, + "definition": "The geographic region in which a health insurance product's benefits apply." + }, + { + "path": "InsurancePlan.contact", + "requirements": "Need to keep track of assigned contact points within bigger organization.", + "min": 0, + "definition": "The contact for the health insurance product for a certain purpose.", + "short": "Contact for the product", + "mapping": [{ "map": ".contactParty", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "InsurancePlan.contact", + "comment": "Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use." + }, + { + "path": "InsurancePlan.contact.purpose", + "requirements": "Need to distinguish between multiple contact persons.", + "min": 0, + "definition": "Indicates a purpose for which the contact can be reached.", + "short": "The type of contact", + "mapping": [{ "map": "./type", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contactentity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPartyType" + } + ], + "description": "The purpose for which you would contact a contact party." + }, + "max": "1", + "id": "InsurancePlan.contact.purpose" + }, + { + "path": "InsurancePlan.contact.name", + "requirements": "Need to be able to track the person by name.", + "min": 0, + "definition": "A name associated with the contact.", + "short": "A name associated with the contact", + "mapping": [{ "map": "./name", "identity": "rim" }], + "type": [{ "code": "HumanName" }], + "max": "1", + "id": "InsurancePlan.contact.name" + }, + { + "path": "InsurancePlan.contact.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.", + "short": "Contact details (telephone, email, etc.) for a contact", + "mapping": [{ "map": "./telecom", "identity": "rim" }], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "InsurancePlan.contact.telecom" + }, + { + "path": "InsurancePlan.contact.address", + "requirements": "May need to keep track of a contact party's address for contacting, billing or reporting requirements.", + "min": 0, + "definition": "Visiting or postal addresses for the contact.", + "short": "Visiting or postal addresses for the contact", + "mapping": [{ "map": "./addr", "identity": "rim" }], + "type": [{ "code": "Address" }], + "max": "1", + "id": "InsurancePlan.contact.address" + }, + { + "path": "InsurancePlan.endpoint", + "requirements": "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "The technical endpoints providing access to services operated for the health insurance product.", + "short": "Technical endpoint", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "InsurancePlan.endpoint" + }, + { + "id": "InsurancePlan.network", + "max": "*", + "min": 0, + "path": "InsurancePlan.network", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "What networks are Included", + "comment": "Networks are represented as a hierarchy of organization resources.", + "definition": "Reference to the network included in the health insurance product." + }, + { + "id": "InsurancePlan.coverage", + "max": "*", + "min": 0, + "path": "InsurancePlan.coverage", + "type": [{ "code": "BackboneElement" }], + "short": "Coverage details", + "definition": "Details about the coverage offered by the insurance product." + }, + { + "id": "InsurancePlan.coverage.type", + "max": "1", + "min": 1, + "path": "InsurancePlan.coverage.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of coverage", + "definition": "Type of coverage (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health)." + }, + { + "id": "InsurancePlan.coverage.network", + "max": "*", + "min": 0, + "path": "InsurancePlan.coverage.network", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "What networks provide coverage", + "comment": "Networks are represented as a hierarchy of organization resources.", + "definition": "Reference to the network that providing the type of coverage." + }, + { + "id": "InsurancePlan.coverage.benefit", + "max": "*", + "min": 1, + "path": "InsurancePlan.coverage.benefit", + "type": [{ "code": "BackboneElement" }], + "short": "List of benefits", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CoverageBenefit" + } + ], + "definition": "Specific benefits under this type of coverage." + }, + { + "id": "InsurancePlan.coverage.benefit.type", + "max": "1", + "min": 1, + "path": "InsurancePlan.coverage.benefit.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of benefit", + "definition": "Type of benefit (primary care; speciality care; inpatient; outpatient)." + }, + { + "id": "InsurancePlan.coverage.benefit.requirement", + "max": "1", + "min": 0, + "path": "InsurancePlan.coverage.benefit.requirement", + "type": [{ "code": "string" }], + "short": "Referral requirements", + "definition": "The referral requirements to have access/coverage for this benefit." + }, + { + "id": "InsurancePlan.coverage.benefit.limit", + "max": "*", + "min": 0, + "path": "InsurancePlan.coverage.benefit.limit", + "type": [{ "code": "BackboneElement" }], + "short": "Benefit limits", + "definition": "The specific limits on the benefit." + }, + { + "id": "InsurancePlan.coverage.benefit.limit.value", + "max": "1", + "min": 0, + "path": "InsurancePlan.coverage.benefit.limit.value", + "type": [{ "code": "Quantity" }], + "short": "Maximum value allowed", + "comment": "May also be called “eligible expense,” “payment allowance,” or “negotiated rate.”.", + "definition": "The maximum amount of a service item a plan will pay for a covered benefit. For examples. wellness visits, or eyeglasses." + }, + { + "id": "InsurancePlan.coverage.benefit.limit.code", + "max": "1", + "min": 0, + "path": "InsurancePlan.coverage.benefit.limit.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Benefit limit details", + "comment": "Use `CodeableConcept.text` element if the data is free (uncoded) text.", + "definition": "The specific limit on the benefit." + }, + { + "id": "InsurancePlan.plan", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan", + "type": [{ "code": "BackboneElement" }], + "short": "Plan details", + "definition": "Details about an insurance plan." + }, + { + "path": "InsurancePlan.plan.identifier", + "min": 0, + "definition": "Business identifiers assigned to this health insurance plan which remain constant as the resource is updated and propagates from server to server.", + "short": "Business Identifier for Product", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "InsurancePlan.plan.identifier", + "isSummary": true + }, + { + "id": "InsurancePlan.plan.type", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of plan", + "definition": "Type of plan. For example, \"Platinum\" or \"High Deductable\"." + }, + { + "id": "InsurancePlan.plan.coverageArea", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.coverageArea", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where product applies", + "isSummary": true, + "definition": "The geographic region in which a health insurance plan's benefits apply." + }, + { + "id": "InsurancePlan.plan.network", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.network", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "What networks provide coverage", + "comment": "Networks are represented as a hierarchy of organization resources.", + "definition": "Reference to the network that providing the type of coverage." + }, + { + "id": "InsurancePlan.plan.generalCost", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.generalCost", + "type": [{ "code": "BackboneElement" }], + "short": "Overall costs", + "definition": "Overall costs associated with the plan." + }, + { + "id": "InsurancePlan.plan.generalCost.type", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.generalCost.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of cost", + "definition": "Type of cost." + }, + { + "id": "InsurancePlan.plan.generalCost.groupSize", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.generalCost.groupSize", + "type": [{ "code": "positiveInt" }], + "short": "Number of enrollees", + "definition": "Number of participants enrolled in the plan." + }, + { + "id": "InsurancePlan.plan.generalCost.cost", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.generalCost.cost", + "type": [{ "code": "Money" }], + "short": "Cost value", + "definition": "Value of the cost." + }, + { + "id": "InsurancePlan.plan.generalCost.comment", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.generalCost.comment", + "type": [{ "code": "string" }], + "short": "Additional cost information", + "definition": "Additional information about the general costs associated with this plan." + }, + { + "id": "InsurancePlan.plan.specificCost", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.specificCost", + "type": [{ "code": "BackboneElement" }], + "short": "Specific costs", + "definition": "Costs associated with the coverage provided by the product." + }, + { + "id": "InsurancePlan.plan.specificCost.category", + "max": "1", + "min": 1, + "path": "InsurancePlan.plan.specificCost.category", + "type": [{ "code": "CodeableConcept" }], + "short": "General category of benefit", + "definition": "General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health)." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.specificCost.benefit", + "type": [{ "code": "BackboneElement" }], + "short": "Benefits list", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "PlanBenefit" + } + ], + "definition": "List of the specific benefits under this category of benefit." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.type", + "max": "1", + "min": 1, + "path": "InsurancePlan.plan.specificCost.benefit.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of specific benefit", + "definition": "Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care)." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.cost", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.specificCost.benefit.cost", + "type": [{ "code": "BackboneElement" }], + "short": "List of the costs", + "definition": "List of the costs associated with a specific benefit." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.cost.type", + "max": "1", + "min": 1, + "path": "InsurancePlan.plan.specificCost.benefit.cost.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of cost", + "definition": "Type of cost (copay; individual cap; family cap; coinsurance; deductible)." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.cost.applicability", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.specificCost.benefit.cost.applicability", + "type": [{ "code": "CodeableConcept" }], + "short": "in-network | out-of-network | other", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCostApplicability" + } + ], + "description": "Whether the cost applies to in-network or out-of-network providers." + }, + "definition": "Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other)." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.cost.qualifiers", + "max": "*", + "min": 0, + "path": "InsurancePlan.plan.specificCost.benefit.cost.qualifiers", + "type": [{ "code": "CodeableConcept" }], + "short": "Additional information about the cost", + "definition": "Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA)." + }, + { + "id": "InsurancePlan.plan.specificCost.benefit.cost.value", + "max": "1", + "min": 0, + "path": "InsurancePlan.plan.specificCost.benefit.cost.value", + "type": [{ "code": "Quantity" }], + "short": "The actual cost value", + "definition": "The actual cost value. (some of the costs may be represented as percentages rather than currency, e.g. 10% coinsurance)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The organization that will receive the response.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "receivingOrganization", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "receivingOrganization", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-receivingOrganization", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-receivingOrganization", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The organization that will receive the response." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-receivingOrganization" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The number or name of a specific unit contained within a building or complex, as assigned by that building or complex.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-unitID", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-unitID", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-unitID", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "unitID", + "mapping": [ + { "map": "ADXP[partType=UNID]", "identity": "rim" } + ], + "definition": "The number or name of a specific unit contained within a building or complex, as assigned by that building or complex." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Defines a computable PlanDefinition that specifies a single library and requires all expressions referenced from the PlanDefinition to be definitions in that single library", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/computableplandefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Computable PlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "computableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computableplandefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/computableplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.library", + "max": "1", + "min": 1, + "path": "PlanDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "Base StructureDefinition for Distance Type: A length - a value with a unit that is a physical distance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Distance/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Distance", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Distance", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Distance", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Distance", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "dis-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of length. If system is present, it SHALL be UCUM.", + "xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='http://unitsofmeasure.org')", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum)" + } + ], + "path": "Distance", + "min": 0, + "definition": "A length - a value with a unit that is a physical distance.", + "short": "A length - a value with a unit that is a physical distance", + "mapping": [{ "map": "PQ", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/distance-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-distance-units" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DistanceUnits" + } + ], + "description": "Appropriate units for Distance." + }, + "max": "*", + "id": "Distance" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "If true, indicates that the specified times, frequencies, periods are expected to be adhered to as precisely as possible. If false, indicates that a typical degree of variability based on institutional and/or patient convenience is acceptable.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/timing-exact/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - MnM WG", + "fhirVersion": "4.0.1", + "name": "exact", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "timing-exact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-exact", + "context": [{ "type": "element", "expression": "Timing.repeat" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/timing-exact", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether specified times must be followed as closely as possible", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "GTS.IsFlexible", "identity": "rim" } + ], + "definition": "If true, indicates that the specified times, frequencies, periods are expected to be adhered to as precisely as possible. If false, indicates that a typical degree of variability based on institutional and/or patient convenience is acceptable." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/timing-exact" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/MnM", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Account/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Account", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Account", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Account", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Account", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Account", + "differential": { + "element": [ + { + "id": "Account", + "max": "*", + "min": 0, + "path": "Account", + "alias": ["Cost center", "Record"], + "short": "Tracks balance, charges, for patient or cost center", + "mapping": [{ "map": "Account", "identity": "rim" }], + "definition": "A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc." + }, + { + "path": "Account.identifier", + "min": 0, + "definition": "Unique identifier used to reference the account. Might or might not be intended for human use (e.g. credit card number).", + "short": "Account number", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Account.identifier", + "isSummary": true + }, + { + "path": "Account.status", + "min": 1, + "definition": "Indicates whether the account is presently used/usable or not.", + "isModifier": true, + "short": "active | inactive | entered-in-error | on-hold | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/account-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountStatus" + } + ], + "description": "Indicates whether the account is available to be used." + }, + "max": "1", + "id": "Account.status", + "comment": "This element is labeled as a modifier because the status contains the codes inactive and entered-in-error that mark the Account as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Account.type", + "min": 0, + "definition": "Categorizes the account for reporting and searching purposes.", + "short": "E.g. patient, expense, depreciation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountType" + } + ], + "description": "The usage type of this account, permits categorization of accounts." + }, + "max": "1", + "id": "Account.type", + "isSummary": true + }, + { + "path": "Account.name", + "min": 0, + "definition": "Name used for the account when displaying it to humans in reports, etc.", + "short": "Human-readable label", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "alias": ["Title"], + "max": "1", + "id": "Account.name", + "isSummary": true + }, + { + "path": "Account.subject", + "min": 0, + "definition": "Identifies the entity which incurs the expenses. While the immediate recipients of services or goods might be entities related to the subject, the expenses were ultimately incurred by the subject of the Account.", + "short": "The entity that caused the expenses", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": ".subject", "identity": "rim" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "alias": ["target"], + "max": "*", + "id": "Account.subject", + "comment": "Accounts can be applied to non-patients for tracking other non-patient related activities, such as group services (patients not tracked, and costs charged to another body), or might not be allocated.", + "isSummary": true + }, + { + "path": "Account.servicePeriod", + "min": 0, + "definition": "The date range of services associated with this account.", + "short": "Transaction window", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": ".coverage.insurancePolicy.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Account.servicePeriod", + "comment": "It is possible for transactions to be posted outside the service period, as long as the service was provided within the defined service period.", + "isSummary": true + }, + { + "path": "Account.coverage", + "min": 0, + "definition": "The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.", + "short": "The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account", + "mapping": [{ "map": ".coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Coverage" + } + ], + "max": "*", + "id": "Account.coverage", + "comment": "Typically. this may be some form of insurance, internal charges, or self-pay.\n\nLocal or jurisdictional business rules may determine which coverage covers which types of billable items charged to the account, and in which order.\nWhere the order is important, a local/jurisdictional extension may be defined to specify the order for the type of charge.", + "isSummary": true + }, + { + "path": "Account.coverage.coverage", + "min": 1, + "definition": "The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).\n\nA coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.", + "short": "The party(s), such as insurances, that may contribute to the payment of this account", + "mapping": [ + { + "map": ".coverage.insurancePolicy.author", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "max": "1", + "id": "Account.coverage.coverage", + "isSummary": true + }, + { + "path": "Account.coverage.priority", + "min": 0, + "definition": "The priority of the coverage in the context of this account.", + "short": "The priority of the coverage in the context of this account", + "mapping": [ + { "map": ".coverage.sequenceNumber", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "alias": ["coordination of benefit priority"], + "max": "1", + "id": "Account.coverage.priority", + "comment": "It is common in some jurisdictions for there to be multiple coverages allocated to an account, and a sequence is required to order the settling of the account (often with insurance claiming).", + "isSummary": true + }, + { + "path": "Account.owner", + "min": 0, + "definition": "Indicates the service area, hospital, department, etc. with responsibility for managing the Account.", + "short": "Entity managing the Account", + "mapping": [{ "map": ".holder", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Account.owner", + "isSummary": true + }, + { + "path": "Account.description", + "min": 0, + "definition": "Provides additional information about what the account tracks and how it is used.", + "short": "Explanation of purpose/use", + "mapping": [ + { + "map": ".subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Account.description", + "isSummary": true + }, + { + "path": "Account.guarantor", + "min": 0, + "definition": "The parties responsible for balancing the account if other payment options fall short.", + "short": "The parties ultimately responsible for balancing the Account", + "mapping": [ + { "map": ".holder.guarantorRole", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Guarantor" + } + ], + "max": "*", + "id": "Account.guarantor" + }, + { + "id": "Account.guarantor.party", + "max": "1", + "min": 1, + "path": "Account.guarantor.party", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Responsible entity", + "mapping": [ + { + "map": ".holder.guarantorRole[guarantorPerson|guarantorOrganization]", + "identity": "rim" + } + ], + "definition": "The entity who is responsible." + }, + { + "id": "Account.guarantor.onHold", + "max": "1", + "min": 0, + "path": "Account.guarantor.onHold", + "type": [{ "code": "boolean" }], + "short": "Credit or other hold applied", + "mapping": [ + { + "map": ".holder.guarantorRole.statusCode", + "identity": "rim" + } + ], + "definition": "A guarantor may be placed on credit hold or otherwise have their role temporarily suspended." + }, + { + "id": "Account.guarantor.period", + "max": "1", + "min": 0, + "path": "Account.guarantor.period", + "type": [{ "code": "Period" }], + "short": "Guarantee account during", + "mapping": [ + { + "map": ".holder.guarantorRole.effectiveTime", + "identity": "rim" + } + ], + "definition": "The timeframe during which the guarantor accepts responsibility for the account." + }, + { + "id": "Account.partOf", + "max": "1", + "min": 0, + "path": "Account.partOf", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "short": "Reference to a parent Account", + "definition": "Reference to a parent Account." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines the group in which this usage context is a member. Multiple groups are \"OR'ed\", contexts within a group are \"AND'ed\".", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/usagecontext-group/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "group", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Context Group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "usagecontext-group", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/usagecontext-group", + "context": [{ "type": "element", "expression": "UsageContext" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/usagecontext-group", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The group which this usage context is part of", + "definition": "Defines the group in which this usage context is a member. Multiple groups are \"OR'ed\", contexts within a group are \"AND'ed\"." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/usagecontext-group" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code that represents the preferred display order of the components of this human name.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-assembly-order/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "assembly-order", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-assembly-order", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order", + "context": [{ "type": "element", "expression": "HumanName" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-assembly-order", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Preferred display order of name parts", + "definition": "A code that represents the preferred display order of the components of this human name." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-assembly-order|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HumanNameAssemblyOrder" + } + ], + "description": "A code that represents the preferred display order of the components of a human name." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If true indicates that the request is asking for the specified action to not occur.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-doNotPerform/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "doNotPerform", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Do Not Perfom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-doNotPerform", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-doNotPerform", + "context": [{ "type": "element", "expression": "NutritionOrder" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-doNotPerform", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "If true indicates that the request is asking for the specified action to not occur.", + "isModifier": true, + "short": "true if request is prohibiting action", + "max": "1", + "id": "Extension", + "comment": "The attributes provided with the request qualify what is not to be done. For example, if an effectiveTime is provided, the \"do not\" request only applies within the specified time. If a performerType is specified then the \"do not\" request only applies to performers of that type. Qualifiers include: code, subject, occurrence, perormerType and performer.\r\rIn some cases, the Request.code may pre-coordinate prohibition into the requested action. E.g. \"NPO\" (nothing by mouth), \"DNR\" (do not recussitate). If this happens, doNotPerform SHALL NOT be set to true. I.e. The resource shall not have double negation. (E.g. \"Do not DNR\").", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-doNotPerform" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Record of delivery of what is supplied.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SupplyDelivery/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "SupplyDelivery", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "SupplyDelivery", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SupplyDelivery", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyDelivery", + "differential": { + "element": [ + { + "id": "SupplyDelivery", + "max": "*", + "min": 0, + "path": "SupplyDelivery", + "short": "Delivery of bulk Supplies", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "Supply[moodCode=RQO]", "identity": "rim" } + ], + "definition": "Record of delivery of what is supplied." + }, + { + "path": "SupplyDelivery.identifier", + "min": 0, + "definition": "Identifier for the supply delivery event that is used to identify it across multiple disparate systems.", + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "SupplyDelivery.identifier", + "comment": "This identifier is typically assigned by the dispenser, and may be used to reference the delivery when exchanging information about it with other systems." + }, + { + "path": "SupplyDelivery.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event.", + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC in proximity to EVN segment", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ] + } + ], + "max": "*", + "id": "SupplyDelivery.basedOn", + "isSummary": true + }, + { + "path": "SupplyDelivery.partOf", + "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "max": "*", + "id": "SupplyDelivery.partOf", + "comment": "Not to be used to link an event to an Encounter - use Event.context for that.\r\r[The allowed reference resources may be adjusted as appropriate for the event resource].", + "isSummary": true + }, + { + "path": "SupplyDelivery.status", + "min": 0, + "definition": "A code specifying the state of the dispense event.", + "isModifier": true, + "short": "in-progress | completed | abandoned | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { + "map": ".statusCode, also existence of fulfillment events", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliveryStatus" + } + ], + "description": "Status of the supply delivery." + }, + "max": "1", + "id": "SupplyDelivery.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "SupplyDelivery.patient", + "max": "1", + "min": 0, + "path": "SupplyDelivery.patient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "short": "Patient for whom the item is supplied", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "definition": "A link to a resource representing the person whom the delivered item is for." + }, + { + "path": "SupplyDelivery.type", + "min": 0, + "definition": "Indicates the type of dispensing event that is performed. Examples include: Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.", + "short": "Category of dispense event", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliveryType" + } + ], + "description": "The type of supply dispense." + }, + "max": "1", + "id": "SupplyDelivery.type" + }, + { + "id": "SupplyDelivery.suppliedItem", + "max": "1", + "min": 0, + "path": "SupplyDelivery.suppliedItem", + "type": [{ "code": "BackboneElement" }], + "short": "The item that is delivered or supplied", + "mapping": [ + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + } + ], + "definition": "The item that is being delivered or has been supplied." + }, + { + "id": "SupplyDelivery.suppliedItem.quantity", + "max": "1", + "min": 0, + "path": "SupplyDelivery.suppliedItem.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount dispensed", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "definition": "The amount of supply that has been dispensed. Includes unit of measure." + }, + { + "path": "SupplyDelivery.suppliedItem.item[x]", + "min": 0, + "definition": "Identifies the medication, substance or device being dispensed. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list.", + "short": "Medication, Substance, or Device supplied", + "mapping": [ + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliveryItem" + } + ], + "description": "The item that was delivered." + }, + "max": "1", + "id": "SupplyDelivery.suppliedItem.item[x]" + }, + { + "path": "SupplyDelivery.occurrence[x]", + "min": 0, + "definition": "The date or time(s) the activity occurred.", + "short": "When event occurred", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "max": "1", + "id": "SupplyDelivery.occurrence[x]", + "comment": "[The list of types may be constrained as appropriate for the type of event].", + "isSummary": true + }, + { + "id": "SupplyDelivery.supplier", + "max": "1", + "min": 0, + "path": "SupplyDelivery.supplier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Dispenser", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PFM].role", + "identity": "rim" + } + ], + "definition": "The individual responsible for dispensing the medication, supplier or device." + }, + { + "id": "SupplyDelivery.destination", + "max": "1", + "min": 0, + "path": "SupplyDelivery.destination", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the Supply was sent", + "mapping": [ + { + "map": ".participation[typeCode=DST].role", + "identity": "rim" + } + ], + "definition": "Identification of the facility/location where the Supply was shipped to, as part of the dispense event." + }, + { + "id": "SupplyDelivery.receiver", + "max": "*", + "min": 0, + "path": "SupplyDelivery.receiver", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Who collected the Supply", + "mapping": [ + { + "map": ".participation[typeCode=RCV].role", + "identity": "rim" + } + ], + "definition": "Identifies the person who picked up the Supply." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Endpoint/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Endpoint", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Endpoint", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Endpoint", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Endpoint", + "differential": { + "element": [ + { + "id": "Endpoint", + "max": "*", + "min": 0, + "path": "Endpoint", + "short": "The technical details of an endpoint that can be used for electronic services", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information." + }, + { + "path": "Endpoint.identifier", + "min": 0, + "definition": "Identifier for the organization that is used to identify the endpoint across multiple disparate systems.", + "short": "Identifies this endpoint across multiple systems", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Endpoint.identifier", + "isSummary": true + }, + { + "path": "Endpoint.status", + "min": 1, + "definition": "active | suspended | error | off | test.", + "isModifier": true, + "short": "active | suspended | error | off | entered-in-error | test", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EndpointStatus" + } + ], + "description": "The status of the endpoint." + }, + "max": "1", + "id": "Endpoint.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the endpoint as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Endpoint.connectionType", + "min": 1, + "definition": "A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way. (e.g. XDS.b/DICOM/cds-hook).", + "short": "Protocol/Profile/Standard to be used with this endpoint connection", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-connection-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "endpoint-contype" + } + ] + }, + "max": "1", + "id": "Endpoint.connectionType", + "comment": "For additional connectivity details for the protocol, extensions will be used at this point, as in the XDS example.", + "isSummary": true + }, + { + "path": "Endpoint.name", + "min": 0, + "definition": "A friendly name that this endpoint can be referred to with.", + "short": "A name that this endpoint can be identified by", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Endpoint.name", + "isSummary": true + }, + { + "path": "Endpoint.managingOrganization", + "min": 0, + "definition": "The organization that manages this endpoint (even if technically another organization is hosting this in the cloud, it is the organization associated with the data).", + "short": "Organization that manages this endpoint (might not be the organization that exposes the endpoint)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Endpoint.managingOrganization", + "comment": "This property is not typically used when searching for Endpoint resources for usage. The typical usage is via the reference from an applicable Organization/Location/Practitioner resource, which is where the context is provided. Multiple Locations may reference a single endpoint, and don't have to be within the same organization resource, but most likely within the same organizational hierarchy.", + "isSummary": true + }, + { + "id": "Endpoint.contact", + "max": "*", + "min": 0, + "path": "Endpoint.contact", + "type": [{ "code": "ContactPoint" }], + "short": "Contact details for source (e.g. troubleshooting)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting." + }, + { + "path": "Endpoint.period", + "min": 0, + "definition": "The interval during which the endpoint is expected to be operational.", + "short": "Interval the endpoint is expected to be operational", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Endpoint.period", + "isSummary": true + }, + { + "path": "Endpoint.payloadType", + "min": 1, + "definition": "The payload type describes the acceptable content that can be communicated on the endpoint.", + "short": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-payload-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayloadType" + } + ] + }, + "max": "*", + "id": "Endpoint.payloadType", + "comment": "The payloadFormat describes the serialization format of the data, where the payloadType indicates the specific document/schema that is being transferred; e.g. DischargeSummary or CarePlan.", + "isSummary": true + }, + { + "path": "Endpoint.payloadMimeType", + "min": 0, + "definition": "The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType).", + "short": "Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "*", + "id": "Endpoint.payloadMimeType", + "comment": "Sending the payload has obvious security consequences. The server is responsible for ensuring that the content is appropriately secured.", + "isSummary": true + }, + { + "path": "Endpoint.address", + "min": 1, + "definition": "The uri that describes the actual end-point to connect to.", + "short": "The technical base address for connecting to this endpoint", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "url" }], + "max": "1", + "id": "Endpoint.address", + "comment": "For rest-hook, and websocket, the end-point must be an http: or https: URL; for email, a mailto: url, for sms, a tel: url, and for message the endpoint can be in any form of url the server understands (usually, http: or mllp:). The URI is allowed to be relative; in which case, it is relative to the server end-point (since there may be more than one, clients should avoid using relative URIs)\n\nThis address will be to the service base, without any parameters, or sub-services or resources tacked on.\n\nE.g. for a WADO-RS endpoint, the url should be \"https://pacs.hospital.org/wado-rs\"\n\nand not \"https://pacs.hospital.org/wado-rs/studies/1.2.250.1.59.40211.12345678.678910/series/1.2.250.1.59.40211.789001276.14556172.67789/instances/...\".", + "isSummary": true + }, + { + "path": "Endpoint.header", + "min": 0, + "definition": "Additional headers / information to send as part of the notification.", + "short": "Usage depends on the channel type", + "type": [{ "code": "string" }], + "max": "*", + "id": "Endpoint.header", + "comment": "Exactly what these mean depends on the channel type. The can convey additional information to the recipient and/or meet security requirements.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A task to be performed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Task/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "Task", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Task", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Task", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Task", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Task", + "differential": { + "element": [ + { + "id": "Task", + "max": "*", + "min": 0, + "path": "Task", + "short": "A task to be performed", + "mapping": [ + { "map": "Request, Event", "identity": "workflow" }, + { "map": "ControlAct[moodCode=INT]", "identity": "rim" } + ], + "constraint": [ + { + "key": "inv-1", + "human": "Last modified date must be greater than or equal to authored-on date.", + "xpath": "not(exists(f:lastModified/@value)) or not(exists(f:authoredOn/@value)) or f:lastModified/@value >= f:authoredOn/@value", + "severity": "error", + "expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn" + } + ], + "definition": "A task to be performed." + }, + { + "id": "Task.identifier", + "max": "*", + "min": 0, + "path": "Task.identifier", + "type": [{ "code": "Identifier" }], + "short": "Task Instance Identifier", + "mapping": [ + { + "map": "Request.identifier, Event.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "definition": "The business identifier for this task." + }, + { + "path": "Task.instantiatesCanonical", + "requirements": "Enables a formal definition of how he task is to be performed, enabling automation.", + "min": 0, + "definition": "The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "short": "Formal definition of task", + "mapping": [ + { + "map": "Request.instantiatesCanonical, Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + } + ], + "max": "1", + "id": "Task.instantiatesCanonical", + "isSummary": true + }, + { + "path": "Task.instantiatesUri", + "requirements": "Enables a formal definition of how he task is to be performed (e.g. using BPMN, BPEL, XPDL or other formal notation to be associated with a task), enabling automation.", + "min": 0, + "definition": "The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "short": "Formal definition of task", + "mapping": [ + { + "map": "Event.instantiatesUrl", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Task.instantiatesUri", + "isSummary": true + }, + { + "path": "Task.basedOn", + "min": 0, + "definition": "BasedOn refers to a higher-level authorization that triggered the creation of the task. It references a \"request\" resource such as a ServiceRequest, MedicationRequest, ServiceRequest, CarePlan, etc. which is distinct from the \"request\" resource the task is seeking to fulfill. This latter resource is referenced by FocusOn. For example, based on a ServiceRequest (= BasedOn), a task is created to fulfill a procedureRequest ( = FocusOn ) to collect a specimen from a patient.", + "short": "Request fulfilled by this task", + "mapping": [ + { + "map": "Request.basedOn, Event.basedOn", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "Task.basedOn", + "isSummary": true + }, + { + "path": "Task.groupIdentifier", + "requirements": "Billing and/or reporting can be linked to whether multiple requests were created as a single unit.", + "min": 0, + "definition": "An identifier that links together multiple tasks and other requests that were created in the same context.", + "short": "Requisition or grouper id", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Task.groupIdentifier", + "isSummary": true + }, + { + "path": "Task.partOf", + "requirements": "Allows tasks to be broken down into sub-steps (and this division can occur independent of the original task).", + "min": 0, + "definition": "Task that this particular task is part of.", + "short": "Composite task", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "max": "*", + "id": "Task.partOf", + "comment": "This should usually be 0..1.", + "isSummary": true + }, + { + "path": "Task.status", + "requirements": "These states enable coordination of task status with off-the-shelf workflow solutions that support automation of tasks.", + "min": 1, + "definition": "The current status of the task.", + "isModifier": true, + "short": "draft | requested | received | accepted | +", + "mapping": [ + { + "map": "Request.status, Event.status", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatus" + } + ], + "description": "The current status of the task." + }, + "max": "1", + "id": "Task.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Task.statusReason", + "min": 0, + "definition": "An explanation as to why this task is held, failed, was refused, etc.", + "short": "Reason for current status", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN, code=\"status change\"].reasonCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatusReason" + } + ], + "description": "Codes to identify the reason for current status. These will typically be specific to a particular workflow." + }, + "max": "1", + "id": "Task.statusReason", + "comment": "This applies to the current status. Look at the history of the task to see reasons for past statuses.", + "isSummary": true + }, + { + "path": "Task.businessStatus", + "requirements": "There's often a need to track substates of a task - this is often variable by specific workflow implementation.", + "min": 0, + "definition": "Contains business-specific nuances of the business state.", + "short": "E.g. \"Specimen collected\", \"IV prepped\"", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"business status\"]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskBusinessStatus" + } + ], + "description": "The domain-specific business-contextual sub-state of the task. For example: \"Blood drawn\", \"IV inserted\", \"Awaiting physician signature\", etc." + }, + "max": "1", + "id": "Task.businessStatus", + "isSummary": true + }, + { + "path": "Task.intent", + "min": 1, + "definition": "Indicates the \"level\" of actionability associated with the Task, i.e. i+R[9]Cs this a proposed task, a planned task, an actionable task, etc.", + "short": "unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".moodCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskIntent" + } + ], + "description": "Distinguishes whether the task is a proposal, plan or full order." + }, + "max": "1", + "id": "Task.intent", + "comment": "This element is immutable. Proposed tasks, planned tasks, etc. must be distinct instances.\n\nIn most cases, Tasks will have an intent of \"order\".", + "isSummary": true + }, + { + "path": "Task.priority", + "requirements": "Used to identify the service level expected while performing a task.", + "min": 0, + "definition": "Indicates how quickly the Task should be addressed with respect to other requests.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPriority" + } + ], + "description": "The task's priority." + }, + "max": "1", + "id": "Task.priority" + }, + { + "path": "Task.code", + "min": 0, + "definition": "A name or code (or both) briefly describing what the task involves.", + "short": "Task Type", + "mapping": [ + { + "map": "Request.code, Event.code", + "identity": "workflow" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskCode" + } + ], + "description": "Codes to identify what the task involves. These will typically be specific to a particular workflow." + }, + "max": "1", + "id": "Task.code", + "comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code.", + "isSummary": true + }, + { + "path": "Task.description", + "min": 0, + "definition": "A free-text description of what is to be performed.", + "short": "Human-readable explanation of task", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Task.description", + "isSummary": true + }, + { + "path": "Task.focus", + "requirements": "Used to identify the thing to be done.", + "min": 0, + "definition": "The request being actioned or the resource being manipulated by this task.", + "short": "What task is acting on", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Task.focus", + "comment": "If multiple resources need to be manipulated, use sub-tasks. (This ensures that status can be tracked independently for each referenced resource.).", + "isSummary": true + }, + { + "path": "Task.for", + "requirements": "Used to track tasks outstanding for a beneficiary. Do not use to track the task owner or creator (see owner and creator respectively). This can also affect access control.", + "min": 0, + "definition": "The entity who benefits from the performance of the service specified in the task (e.g., the patient).", + "short": "Beneficiary of the Task", + "mapping": [ + { + "map": "Request.subject, Event.subject", + "identity": "workflow" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=RCT].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["Patient"], + "max": "1", + "id": "Task.for", + "isSummary": true + }, + { + "path": "Task.encounter", + "requirements": "For some tasks it may be important to know the link between the encounter the task originated within.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.", + "short": "Healthcare event during which this task originated", + "mapping": [ + { + "map": "Request.context, Event.context", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "Task.encounter", + "isSummary": true + }, + { + "path": "Task.executionPeriod", + "min": 0, + "definition": "Identifies the time action was first taken against the task (start) and/or the time final action was taken against the task prior to marking it as completed (end).", + "short": "Start and end time of execution", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Task.executionPeriod", + "isSummary": true + }, + { + "path": "Task.authoredOn", + "requirements": "Most often used along with lastUpdated to track duration of task to supporting monitoring and management.", + "min": 0, + "definition": "The date and time this task was created.", + "short": "Task Creation Date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Created Date"], + "max": "1", + "id": "Task.authoredOn", + "condition": ["inv-1"] + }, + { + "path": "Task.lastModified", + "requirements": "Used along with history to track task activity and time in a particular task state. This enables monitoring and management.", + "min": 0, + "definition": "The date and time of last modification to this task.", + "short": "Task Last Modified Date", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=CACT, moodCode=EVN].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Update Date"], + "max": "1", + "id": "Task.lastModified", + "condition": ["inv-1"], + "isSummary": true + }, + { + "path": "Task.requester", + "requirements": "Identifies who created this task. May be used by access control mechanisms (e.g., to ensure that only the creator can cancel a task).", + "min": 0, + "definition": "The creator of the task.", + "short": "Who is asking for task to be done", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Task.requester", + "isSummary": true + }, + { + "path": "Task.performerType", + "requirements": "Use to distinguish tasks on different activity queues.", + "min": 0, + "definition": "The kind of participant that should perform the task.", + "short": "Requested performer", + "mapping": [ + { + "map": "Event.performer.role, Request.performerType", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPerformerType" + } + ], + "description": "The type(s) of task performers allowed." + }, + "max": "*", + "id": "Task.performerType" + }, + { + "path": "Task.owner", + "requirements": "Identifies who is expected to perform this task.", + "min": 0, + "definition": "Individual organization or Device currently responsible for task execution.", + "short": "Responsible individual", + "mapping": [ + { + "map": "Event.performer.actor, Request.performer", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["Performer", "Executer"], + "max": "1", + "id": "Task.owner", + "comment": "Tasks may be created with an owner not yet identified.", + "isSummary": true + }, + { + "path": "Task.location", + "requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).", + "min": 0, + "definition": "Principal physical location where the this task is performed.", + "short": "Where task occurs", + "mapping": [ + { + "map": "Request.reasonCode, Event.reasonCode", + "identity": "workflow" + }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Task.location", + "isSummary": true + }, + { + "path": "Task.reasonCode", + "min": 0, + "definition": "A description or code indicating why this task needs to be performed.", + "short": "Why task is needed", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.7", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskReason" + } + ], + "description": "Indicates why the task is needed. E.g. Suspended because patient admitted to hospital." + }, + "max": "1", + "id": "Task.reasonCode", + "comment": "This should only be included if there is no focus or if it differs from the reason indicated on the focus." + }, + { + "path": "Task.reasonReference", + "min": 0, + "definition": "A resource reference indicating why this task needs to be performed.", + "short": "Why task is needed", + "mapping": [ + { + "map": "Request.reasonReference, Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Task.reasonReference", + "comment": "Tasks might be justified based on an Observation, a Condition, a past or planned procedure, etc. This should only be included if there is no focus or if it differs from the reason indicated on the focus. Use the CodeableConcept text element in `Task.reasonCode` if the data is free (uncoded) text." + }, + { + "id": "Task.insurance", + "max": "*", + "min": 0, + "path": "Task.insurance", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task." + }, + { + "id": "Task.note", + "max": "*", + "min": 0, + "path": "Task.note", + "type": [{ "code": "Annotation" }], + "short": "Comments made about the task", + "mapping": [ + { + "map": "Request.note, Event.note", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value(string)", + "identity": "rim" + } + ], + "definition": "Free-text information captured about the task as it progresses." + }, + { + "path": "Task.relevantHistory", + "min": 0, + "definition": "Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task.", + "short": "Key events in history of the Task", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "alias": ["Status History"], + "max": "*", + "id": "Task.relevantHistory", + "comment": "This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude." + }, + { + "path": "Task.restriction", + "requirements": "Sometimes when fulfillment is sought, you don't want full fulfillment.", + "min": 0, + "definition": "If the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.", + "short": "Constraints on fulfillment tasks", + "mapping": [ + { + "map": "Instead of pointing to request, would point to component of request, having these characteristics", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "Task.restriction" + }, + { + "path": "Task.restriction.repetitions", + "requirements": "E.g. order that requests monthly lab tests, fulfillment is sought for 1.", + "min": 0, + "definition": "Indicates the number of times the requested action should occur.", + "short": "How many times to repeat", + "mapping": [{ "map": ".repeatNumber", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Task.restriction.repetitions" + }, + { + "path": "Task.restriction.period", + "requirements": "E.g. order that authorizes 1 year's services. Fulfillment is sought for next 3 months.", + "min": 0, + "definition": "Over what time-period is fulfillment sought.", + "short": "When fulfillment sought", + "mapping": [ + { "map": ".effectiveTime(IVL)", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Task.restriction.period", + "comment": "Note that period.high is the due date representing the time by which the task should be completed." + }, + { + "id": "Task.restriction.recipient", + "max": "*", + "min": 0, + "path": "Task.restriction.recipient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "For whom is fulfillment sought?", + "mapping": [ + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "definition": "For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?" + }, + { + "path": "Task.input", + "requirements": "Resources and data used to perform the task. This data is used in the business logic of task execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Additional information that may be needed in the execution of the task.", + "short": "Information used to perform task", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Parameter" + } + ], + "alias": ["Supporting Information"], + "max": "*", + "id": "Task.input" + }, + { + "path": "Task.input.type", + "requirements": "Inputs are named to enable task automation to bind data and pass it from one task to the next.", + "min": 1, + "definition": "A code or description indicating how the input is intended to be used as part of the task execution.", + "short": "Label for the input", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskInputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Comparison source\", \"Applicable consent\", \"Concomitent Medications\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Task.input.type", + "comment": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input." + }, + { + "id": "Task.input.value[x]", + "max": "1", + "min": 1, + "path": "Task.input.value[x]", + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "short": "Content to use in performing the task", + "mapping": [{ "map": "???", "identity": "rim" }], + "definition": "The value of the input parameter as a basic type." + }, + { + "path": "Task.output", + "requirements": "Resources and data produced during the execution the task. This data is generated by the business logic of task execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Outputs produced by the Task.", + "short": "Information produced as part of task", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Task.output" + }, + { + "path": "Task.output.type", + "requirements": "Outputs are named to enable task automation to bind data and pass it from one task to the next.", + "min": 1, + "definition": "The name of the Output parameter.", + "short": "Label for output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskOutputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Identified issues\", \"Preliminary results\", \"Filler order\", \"Final results\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Task.output.type" + }, + { + "path": "Task.output.value[x]", + "requirements": "Task outputs can take any form.", + "min": 1, + "definition": "The value of the Output parameter as a basic type.", + "short": "Result of output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "Task.output.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The title or other name to display when referencing a resource by canonical URL.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/display/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Display Name", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "display", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/display", + "context": [{ "type": "element", "expression": "canonical" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/display", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Display name for canonical reference", + "definition": "The title or other name to display when referencing a resource by canonical URL." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/display" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Whether translations might be expected for this element in resource instances.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "translatable", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-translatable", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-translatable", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether translations apply to this element", + "comment": "This is a hint to design tools (e.g. profile editors, UI builders) that translations are likely to be appropriate for this element in countries that are multi-lingual.", + "definition": "Whether translations might be expected for this element in resource instances." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "References", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "DiagnosticReport-geneticsReferences", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport-geneticsReferences", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Additional bibliographic reference information", + "definition": "Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition." + }, + { + "id": "Extension.extension:description", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Reference description", + "sliceName": "description", + "definition": "Concise description of the genetic reference." + }, + { + "id": "Extension.extension:description.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:description.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "description" + }, + { + "id": "Extension.extension:description.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:reference", + "max": "*", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Reference URI", + "sliceName": "reference", + "definition": "An absolute URI to express where to find the link." + }, + { + "id": "Extension.extension:reference.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:reference.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "reference" + }, + { + "id": "Extension.extension:reference.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:type", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Reference type", + "sliceName": "type", + "definition": "A code that classifies the type of genetic reference link." + }, + { + "id": "Extension.extension:type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "type" + }, + { + "id": "Extension.extension:type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-based-on-snomed", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Diagnostic-Snomed" + } + ], + "description": "Codes for diagnostic genetic reference types." + } + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies a parent of the relative.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent/4.0.1", + "date": "2013-10-02", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "parent", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "family-member-history-genetics-parent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent", + "context": [{ "type": "element", "expression": "FamilyMemberHistory" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/family-member-history-genetics-parent", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "Identifies a parent of the relative.", + "isModifier": false, + "short": "Mother(s) & Father(s) - genetic & other", + "mapping": [ + { + "map": "player[classCode= f:min/@value)", + "severity": "error", + "expression": "min.empty() or max.empty() or (max = '*') or iif(max != '*', min <= max.toInteger())" + }, + { + "key": "eld-5", + "human": "if the element definition has a contentReference, it cannot have type, defaultValue, fixed, pattern, example, minValue, maxValue, maxLength, or binding", + "xpath": "not(exists(f:contentReference) and (exists(f:type) or exists(f:*[starts-with(local-name(.), 'value')]) or exists(f:*[starts-with(local-name(.), 'defaultValue')]) or exists(f:*[starts-with(local-name(.), 'fixed')]) or exists(f:*[starts-with(local-name(.), 'pattern')]) or exists(f:*[starts-with(local-name(.), 'example')]) or exists(f:*[starts-with(local-name(.), 'f:minValue')]) or exists(f:*[starts-with(local-name(.), 'f:maxValue')]) or exists(f:maxLength) or exists(f:binding)))", + "severity": "error", + "expression": "contentReference.empty() or (type.empty() and defaultValue.empty() and fixed.empty() and pattern.empty() and example.empty() and minValue.empty() and maxValue.empty() and maxLength.empty() and binding.empty())" + }, + { + "key": "eld-7", + "human": "Pattern may only be specified if there is one type", + "xpath": "not(exists(f:*[starts-with(local-name(.), 'pattern')])) or (count(f:type)<=1)", + "severity": "error", + "expression": "pattern.empty() or (type.count() <= 1)" + }, + { + "key": "eld-6", + "human": "Fixed value may only be specified if there is one type", + "xpath": "not(exists(f:*[starts-with(local-name(.), 'fixed')])) or (count(f:type)<=1)", + "severity": "error", + "expression": "fixed.empty() or (type.count() <= 1)" + }, + { + "key": "eld-11", + "human": "Binding can only be present for coded elements, string, and uri", + "xpath": "not(exists(f:binding)) or (count(f:type/f:code) = 0) or f:type/f:code/@value=('code','Coding','CodeableConcept','Quantity','string', 'uri')", + "severity": "error", + "expression": "binding.empty() or type.code.empty() or type.select((code = 'code') or (code = 'Coding') or (code='CodeableConcept') or (code = 'Quantity') or (code = 'string') or (code = 'uri')).exists()" + }, + { + "key": "eld-22", + "human": "sliceIsConstraining can only appear if slicename is present", + "xpath": "exists(f:sliceName) or not(exists(f:sliceIsConstraining))", + "severity": "error", + "expression": "sliceIsConstraining.exists() implies sliceName.exists()" + }, + { + "key": "eld-8", + "human": "Pattern and fixed are mutually exclusive", + "xpath": "not(exists(f:*[starts-with(local-name(.), 'pattern')])) or not(exists(f:*[starts-with(local-name(.), 'fixed')]))", + "severity": "error", + "expression": "pattern.empty() or fixed.empty()" + }, + { + "key": "eld-14", + "human": "Constraints must be unique by key", + "xpath": "count(f:constraint) = count(distinct-values(f:constraint/f:key/@value))", + "severity": "error", + "expression": "constraint.select(key).isDistinct()" + }, + { + "key": "eld-13", + "human": "Types must be unique by code", + "xpath": "not(exists(for $type in f:type return $type/preceding-sibling::f:type[f:code/@value=$type/f:code/@value]))", + "severity": "error", + "expression": "type.select(code).isDistinct()" + }, + { + "key": "eld-16", + "human": "sliceName must be composed of proper tokens separated by \"/\"", + "xpath": "not(exists(f:sliceName/@value)) or matches(f:sliceName/@value, '^[a-zA-Z0-9\\/\\-_\\[\\]\\@]+$')", + "severity": "error", + "expression": "sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\\\/\\\\-_\\\\[\\\\]\\\\@]+$')" + }, + { + "key": "eld-15", + "human": "default value and meaningWhenMissing are mutually exclusive", + "xpath": "not(exists(f:*[starts-with(local-name(.), 'fixed')])) or not(exists(f:meaningWhenMissing))", + "severity": "error", + "expression": "defaultValue.empty() or meaningWhenMissing.empty()" + }, + { + "key": "eld-18", + "human": "Must have a modifier reason if isModifier = true", + "xpath": "not(f:isModifier/@value = 'true') or exists(f:isModifierReason)", + "severity": "error", + "expression": "(isModifier.exists() and isModifier) implies isModifierReason.exists()" + }, + { + "key": "eld-20", + "human": "Element names should be simple alphanumerics with a max of 64 characters, or code generation tools may be broken", + "xpath": "matches(path/@value, '[A-Za-z][A-Za-z0-9]*(\\.[a-z][A-Za-z0-9]*(\\[x])?)*')", + "severity": "warning", + "expression": "path.matches('[A-Za-z][A-Za-z0-9]*(\\\\.[a-z][A-Za-z0-9]*(\\\\[x])?)*')" + } + ], + "path": "ElementDefinition", + "min": 0, + "definition": "Captures constraints on each element within the resource, profile, or extension.", + "short": "Definition of an element in a resource or extension", + "mapping": [ + { "map": "OM1", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + }, + { "map": "Data_Element", "identity": "iso11179" }, + { + "map": "RetrieveMetadata response", + "identity": "dex" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "ElementDefinition" + }, + { + "path": "ElementDefinition.path", + "min": 1, + "definition": "The path identifies the element and is expressed as a \".\"-separated list of ancestor elements, beginning with the name of the resource or extension.", + "short": "Path of the element in the hierarchy of elements", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Name, Identifier & Context", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.path", + "isSummary": true + }, + { + "path": "ElementDefinition.representation", + "min": 0, + "definition": "Codes that define how this element is represented in instances, when the deviation varies from the normal case.", + "short": "xmlAttr | xmlText | typeAttr | cdaText | xhtml", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/property-representation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyRepresentation" + } + ], + "description": "How a property is represented when serialized." + }, + "max": "*", + "id": "ElementDefinition.representation", + "comment": "In resources, this is rarely used except for special cases where the representation deviates from the normal, and can only be done in the base standard (and profiles must reproduce what the base standard does). This element is used quite commonly in Logical models when the logical models represent a specific serialization format (e.g. CDA, v2 etc.).", + "isSummary": true + }, + { + "path": "ElementDefinition.sliceName", + "requirements": "May also be used for code generation purposes.", + "min": 0, + "definition": "The name of this element definition slice, when slicing is working. The name must be a token with no dots or spaces. This is a unique name referring to a specific set of constraints applied to this element, used to provide a name to different slices of the same element.", + "short": "Name for this particular element (in a set of slices)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.sliceName", + "comment": "The name SHALL be unique within the structure within the context of the constrained resource element. (Though to avoid confusion, uniqueness across all elements is recommended.).", + "isSummary": true + }, + { + "path": "ElementDefinition.sliceIsConstraining", + "requirements": "Allows detection of a situation where an ancestor profile adds or removes slicing with the same name where that might impact the child profile.", + "min": 0, + "definition": "If true, indicates that this slice definition is constraining a slice definition with the same name in an inherited profile. If false, the slice is not overriding any slice in an inherited profile. If missing, the slice might or might not be overriding a slice in an inherited profile, depending on the sliceName.", + "short": "If this slice definition constrains an inherited slice definition (or not)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ElementDefinition.sliceIsConstraining", + "comment": "If set to true, an ancestor profile SHALL have a slicing definition with this name. If set to false, no ancestor profile is permitted to have a slicing definition with this name.", + "isSummary": true + }, + { + "path": "ElementDefinition.label", + "min": 0, + "definition": "A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form.", + "short": "Name for element to display with or prompt for element", + "mapping": [ + { "map": "./code/display", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.label", + "comment": "See also the extension (http://hl7.org/fhir/StructureDefinition/elementdefinition-question)[extension-elementdefinition-question.html].", + "isSummary": true + }, + { + "path": "ElementDefinition.code", + "requirements": "Links the meaning of an element to an external terminology, and is very useful for searching and indexing.", + "min": 0, + "definition": "A code that has the same meaning as the element in a particular terminology.", + "short": "Corresponding codes in terminologies", + "mapping": [ + { "map": "OM1.7", "identity": "v2" }, + { + "map": "./code (root or translation)", + "identity": "rim" + }, + { + "map": "(Data_Element).data_element_concept.identifier", + "identity": "iso11179" + }, + { "map": "LOINC_NUM", "identity": "loinc" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ElementDefinitionCode" + } + ], + "description": "Codes that indicate the meaning of a data element." + }, + "max": "*", + "id": "ElementDefinition.code", + "comment": "The concept SHALL be properly aligned with the data element definition and other constraints, as defined in the code system, including relationships, of any code listed here. Where multiple codes exist in a terminology that could correspond to the data element, the most granular code(s) should be selected, so long as they are not more restrictive than the data element itself. The mappings may be used to provide more or less granular or structured equivalences in the code system.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-1", + "human": "If there are no discriminators, there must be a definition", + "xpath": "(f:discriminator) or (f:description)", + "severity": "error", + "expression": "discriminator.exists() or description.exists()" + } + ], + "path": "ElementDefinition.slicing", + "min": 0, + "definition": "Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set).", + "short": "This element is sliced - slices follow", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "ElementDefinition.slicing", + "comment": "The first element in the sequence, the one that carries the slicing, is the definition that applies to all the slices. This is based on the unconstrained element, but can apply any constraints as appropriate. This may include the common constraints on the children of the element.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator", + "min": 0, + "definition": "Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices.", + "short": "Element values that are used to distinguish the slices", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.slicing.discriminator", + "comment": "If there is no discriminator, the content is hard to process, so this should be avoided.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator.type", + "min": 1, + "definition": "How the element value is interpreted when discrimination is evaluated.", + "short": "value | exists | pattern | type | profile", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/discriminator-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiscriminatorType" + } + ], + "description": "How an element value is interpreted when discrimination is evaluated." + }, + "max": "1", + "id": "ElementDefinition.slicing.discriminator.type", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator.path", + "min": 1, + "definition": "A FHIRPath expression, using [the simple subset of FHIRPath](fhirpath.html#simple), that is used to identify the element on which discrimination is based.", + "short": "Path to element value", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.slicing.discriminator.path", + "comment": "The only FHIRPath functions that are allowed are as(type), resolve(), and extension(url).", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.description", + "min": 0, + "definition": "A human-readable text description of how the slicing works. If there is no discriminator, this is required to be present to provide whatever information is possible about how the slices can be differentiated.", + "short": "Text description of how slicing works (or not)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.slicing.description", + "condition": ["eld-1"], + "comment": "If it's really not possible to differentiate them, the design should be re-evaluated to make the content usable.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.ordered", + "min": 0, + "definition": "If the matching elements have to occur in the same order as defined in the profile.", + "short": "If elements must be in same order as slices", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Order is not required unless specified", + "max": "1", + "id": "ElementDefinition.slicing.ordered", + "comment": "Order should only be required when it is a pressing concern for presentation. Profile authors should consider making the order a feature of the rules about the narrative, not the rules about the data - requiring ordered data makes the profile much less re-usable.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.rules", + "min": 1, + "definition": "Whether additional slices are allowed or not. When the slices are ordered, profile authors can also say that additional slices are only allowed at the end.", + "short": "closed | open | openAtEnd", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-slicing-rules|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SlicingRules" + } + ], + "description": "How slices are interpreted when evaluating an instance." + }, + "max": "1", + "id": "ElementDefinition.slicing.rules", + "comment": "Allowing additional elements makes for a much for flexible template - it's open for use in wider contexts, but also means that the content of the resource is not closed, and applications have to decide how to handle content not described by the profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.short", + "min": 0, + "definition": "A concise description of what this element means (e.g. for use in autogenerated summaries).", + "short": "Concise definition for space-constrained presentation", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "N/A", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.short", + "comment": "It is easy for a different short definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing short definitions in a profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.definition", + "requirements": "To allow a user to state the usage of an element in a particular context.", + "min": 0, + "definition": "Provides a complete explanation of the meaning of the data element for human readability. For the case of elements derived from existing elements (e.g. constraints), the definition SHALL be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource. (Note: The text you are reading is specified in ElementDefinition.definition).", + "short": "Full formal definition as narrative text", + "mapping": [ + { "map": "OM1.6, OM1.41", "identity": "v2" }, + { "map": "./text", "identity": "rim" }, + { + "map": "(Designatable_Item).definition.text acceptability=preferred in default context", + "identity": "iso11179" + }, + { + "map": "TERM DEFINITION/DESCRIPTION(S)", + "identity": "loinc" + } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Description"], + "max": "1", + "id": "ElementDefinition.definition", + "comment": "It is easy for a different definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing definitions in a profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.comment", + "min": 0, + "definition": "Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment).", + "short": "Comments about the use of this element", + "mapping": [ + { + "map": "NTE, OM1.32, OM1.33, OM1.39", + "identity": "v2" + }, + { + "map": "./inboundRelationship[typeCode=SUBJ]/source[classCode=LIST, moodCode=EVN]/code", + "identity": "rim" + }, + { + "map": "(Administered_Item).explanatory_comment", + "identity": "iso11179" + }, + { "map": "COMMENTS", "identity": "loinc" } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.comment", + "comment": "If it is possible to capture usage rules using constraints, that mechanism should be used in preference to this element.", + "isSummary": true + }, + { + "path": "ElementDefinition.requirements", + "min": 0, + "definition": "This element is for traceability of why the element was created and why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this element.", + "short": "Why this resource has been created", + "mapping": [ + { + "map": "./inboundRelationship[typeCode=META]/source[classCode=ACT, moodCode=EVN, isCriterionInd=true]/reasonCode/originalText", + "identity": "rim" + }, + { + "map": "(Registered_item).document_reference[document_type=requirements].notation", + "identity": "iso11179" + } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.requirements", + "comment": "This element does not describe the usage of the element (that's done in comments), rather it's for traceability of *why* the element is either needed or why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this data element.", + "isSummary": true + }, + { + "path": "ElementDefinition.alias", + "requirements": "Allows for better easier recognition of the element by multiple communities, including international communities.", + "min": 0, + "definition": "Identifies additional names by which this element might also be known.", + "short": "Other names", + "mapping": [ + { "map": "OM1.8, OM1.52", "identity": "v2" }, + { + "map": "Not currently expressible", + "identity": "rim" + }, + { + "map": "(Designatable_Item).designation.sign acceptability!=preferred or context is other than default", + "identity": "iso11179" + }, + { + "map": "RELATED NAMES (only some of these apply)", + "identity": "loinc" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["synonym", "other name"], + "max": "*", + "id": "ElementDefinition.alias", + "isSummary": true + }, + { + "path": "ElementDefinition.min", + "min": 0, + "definition": "The minimum number of times this element SHALL appear in the instance.", + "short": "Minimum Cardinality", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Minimum size of data element values?", + "identity": "iso11179" + } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "ElementDefinition.min", + "condition": ["eld-2"], + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-3", + "human": "Max SHALL be a number or \"*\"", + "xpath": "@value='*' or (normalize-space(@value)!='' and normalize-space(translate(@value, '0123456789',''))='')", + "severity": "error", + "expression": "empty() or ($this = '*') or (toInteger() >= 0)" + } + ], + "path": "ElementDefinition.max", + "min": 0, + "definition": "The maximum number of times this element is permitted to appear in the instance.", + "short": "Maximum Cardinality (a number or *)", + "mapping": [ + { "map": "OMC.10", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Maximum size of data element values?", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.max", + "condition": ["eld-3", "eld-2"], + "isSummary": true + }, + { + "path": "ElementDefinition.base", + "min": 0, + "definition": "Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. When the element definition is not the original definition of an element - i.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same.", + "short": "Base definition information for tools", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "ElementDefinition.base", + "comment": "The base information does not carry any information that could not be determined from the path and related profiles, but making this determination requires both that the related profiles are available, and that the algorithm to determine them be available. For tooling simplicity, the base information must always be populated in element definitions in snap shots, even if it is the same.", + "isSummary": true + }, + { + "path": "ElementDefinition.base.path", + "min": 1, + "definition": "The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [StructureDefinition](structuredefinition.html#) without a StructureDefinition.base.", + "short": "Path that identifies the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.base.path", + "isSummary": true + }, + { + "path": "ElementDefinition.base.min", + "min": 1, + "definition": "Minimum cardinality of the base element identified by the path.", + "short": "Min cardinality of the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "ElementDefinition.base.min", + "comment": "This is provided for consistency with max, and may affect code generation of mandatory elements of the base resource are generated differently (some reference implementations have done this).", + "isSummary": true + }, + { + "path": "ElementDefinition.base.max", + "min": 1, + "definition": "Maximum cardinality of the base element identified by the path.", + "short": "Max cardinality of the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.base.max", + "comment": "This is provided to code generation, since the serialization representation in JSON differs depending on whether the base element has max > 1. Also, some forms of code generation may differ.", + "isSummary": true + }, + { + "path": "ElementDefinition.contentReference", + "min": 0, + "definition": "Identifies an element defined elsewhere in the definition whose content rules should be applied to the current element. ContentReferences bring across all the rules that are in the ElementDefinition for the element, including definitions, cardinality constraints, bindings, invariants etc.", + "short": "Reference to definition of content for the element", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ElementDefinition.contentReference", + "condition": ["eld-5"], + "comment": "ContentReferences can only be defined in specializations, not constrained types, and they cannot be changed and always reference the non-constrained definition.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-4", + "human": "Aggregation may only be specified if one of the allowed types for the element is a reference", + "xpath": "not(exists(f:aggregation)) or exists(f:code[@value = 'Reference']) or exists(f:code[@value = 'canonical'])", + "severity": "error", + "expression": "aggregation.empty() or (code = 'Reference') or (code = 'canonical')" + }, + { + "key": "eld-17", + "human": "targetProfile is only allowed if the type is Reference or canonical", + "xpath": "not(exists(f:targetProfile)) or (f:code/@value = 'Reference')", + "severity": "error", + "expression": "(code='Reference' or code = 'canonical') or targetProfile.empty()" + } + ], + "path": "ElementDefinition.type", + "min": 0, + "definition": "The data type or resource that the value of this element is permitted to be.", + "short": "Data type and Profile for this element", + "mapping": [ + { "map": "OM1.3, OMC.9", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.data+Q14type", + "identity": "iso11179" + }, + { "map": "valueDomain.dataType", "identity": "dex" }, + { + "map": "HL7_V2_DATATYPE (translation required), HL7_V3_DATATYPE (translation required)", + "identity": "loinc" + } + ], + "type": [{ "code": "Element" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TypeRef" + } + ], + "max": "*", + "id": "ElementDefinition.type", + "condition": ["eld-13"], + "comment": "The Type of the element can be left blank in a differential constraint, in which case the type is inherited from the resource. Abstract types are not permitted to appear as a type when multiple types are listed. (I.e. Abstract types cannot be part of a choice).", + "isSummary": true + }, + { + "path": "ElementDefinition.type.code", + "min": 1, + "definition": "URL of Data type or Resource that is a(or the) type used for this element. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models.", + "short": "Data type or Resource (reference to definition)", + "mapping": [ + { "map": "OM1.3", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.data+Q14type", + "identity": "iso11179" + }, + { + "map": "HL7_V2_DATATYPE (translation required), HL7_V3_DATATYPE (translation required)", + "identity": "loinc" + } + ], + "type": [{ "code": "uri" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDefinedTypeExt" + } + ], + "description": "Either a resource or a data type, including logical model types." + }, + "max": "1", + "id": "ElementDefinition.type.code", + "comment": "If the element is a reference to another resource, this element contains \"Reference\", and the targetProfile element defines what resources can be referenced. The targetProfile may be a reference to the general definition of a resource (e.g. http://hl7.org/fhir/StructureDefinition/Patient).", + "isSummary": true + }, + { + "path": "ElementDefinition.type.profile", + "min": 0, + "definition": "Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide.", + "short": "Profiles (StructureDefinition or IG) - one must apply", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "max": "*", + "id": "ElementDefinition.type.profile", + "comment": "It is possible to profile backbone element (e.g. part of a resource), using the [profile-element](extension-elementdefinition-profile-element.html) extension.", + "isSummary": true + }, + { + "path": "ElementDefinition.type.targetProfile", + "min": 0, + "definition": "Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide.", + "short": "Profile (StructureDefinition or IG) on the Reference/canonical target - one must apply", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "max": "*", + "id": "ElementDefinition.type.targetProfile", + "isSummary": true + }, + { + "path": "ElementDefinition.type.aggregation", + "min": 0, + "definition": "If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.", + "short": "contained | referenced | bundled - how aggregated", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AggregationMode" + } + ], + "description": "How resource references can be aggregated." + }, + "max": "*", + "id": "ElementDefinition.type.aggregation", + "condition": ["eld-4"], + "comment": "See [Aggregation Rules](elementdefinition.html#aggregation) for further clarification.", + "isSummary": true + }, + { + "path": "ElementDefinition.type.versioning", + "min": 0, + "definition": "Whether this reference needs to be version specific or version independent, or whether either can be used.", + "short": "either | independent | specific", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-version-rules|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferenceVersionRules" + } + ], + "description": "Whether a reference needs to be version specific or version independent, or whether either can be used." + }, + "max": "1", + "id": "ElementDefinition.type.versioning", + "comment": "The base specification never makes a rule as to which form is allowed, but implementation guides may do this. See [Aggregation Rules](elementdefinition.html#aggregation) for further clarification.", + "isSummary": true + }, + { + "path": "ElementDefinition.defaultValue[x]", + "min": 0, + "definition": "The value that should be used if there is no value stated in the instance (e.g. 'if not otherwise specified, the abstract is false').", + "short": "Specified value if missing from instance", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.defaultValue[x]", + "condition": ["eld-15"], + "comment": "Specifying a default value means that the property can never been unknown - it must always have a value. Further, the default value can never be changed, or changed in constraints on content models. Defining default values creates many difficulties in implementation (e.g. when is a value missing?). For these reasons, default values are (and should be) used extremely sparingly. \n\nNo default values are ever defined in the FHIR specification, nor can they be defined in constraints (\"profiles\") on data types or resources. This element only exists so that default values may be defined in logical models.", + "isSummary": true + }, + { + "path": "ElementDefinition.meaningWhenMissing", + "min": 0, + "definition": "The Implicit meaning that is to be understood when this element is missing (e.g. 'when this element is missing, the period is ongoing').", + "short": "Implicit meaning when this element is missing", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.meaningWhenMissing", + "condition": ["eld-15"], + "comment": "Implicit meanings for missing values can only be specified on a resource, data type, or extension definition, and never in a profile that applies to one of these. An implicit meaning for a missing value can never be changed, and specifying one has the consequence that constraining its use in profiles eliminates use cases as possibilities, not merely moving them out of scope.", + "isSummary": true + }, + { + "path": "ElementDefinition.orderMeaning", + "min": 0, + "definition": "If present, indicates that the order of the repeating element has meaning and describes what that meaning is. If absent, it means that the order of the element has no meaning.", + "short": "What the order of the elements means", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.orderMeaning", + "comment": "This element can only be asserted on repeating elements and can only be introduced when defining resources or data types. It can be further refined profiled elements but if absent in the base type, a profile cannot assert meaning.", + "isSummary": true + }, + { + "path": "ElementDefinition.fixed[x]", + "min": 0, + "definition": "Specifies a value that SHALL be exactly the value for this element in the instance. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.", + "short": "Value must be exactly this", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "N/A (only relevant when constraining, which 11179 doesn't do)", + "identity": "iso11179" + } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.fixed[x]", + "condition": ["eld-5", "eld-6", "eld-8"], + "comment": "This is not recommended for Coding and CodeableConcept since these often have highly contextual properties such as version or display.", + "isSummary": true + }, + { + "path": "ElementDefinition.pattern[x]", + "min": 0, + "definition": "Specifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance. Other additional values may be found too. This is effectively constraint by example. \n\nWhen pattern[x] is used to constrain a primitive, it means that the value provided in the pattern[x] must match the instance value exactly.\n\nWhen pattern[x] is used to constrain an array, it means that each element provided in the pattern[x] array must (recursively) match at least one element from the instance array.\n\nWhen pattern[x] is used to constrain a complex object, it means that each property in the pattern must be present in the complex object, and its value must recursively match -- i.e.,\n\n1. If primitive: it must match exactly the pattern value\n2. If a complex object: it must match (recursively) the pattern value\n3. If an array: it must match (recursively) the pattern value.", + "short": "Value must have at least these property values", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.pattern[x]", + "condition": ["eld-5", "eld-7", "eld-8"], + "comment": "Mostly used for fixing values of CodeableConcept. In general, pattern[x] is not intended for use with primitive types, where is has the same meaning as fixed[x].", + "isSummary": true + }, + { + "path": "ElementDefinition.example", + "min": 0, + "definition": "A sample value for this element demonstrating the type of information that would typically be found in the element.", + "short": "Example value (as defined for type)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.example", + "comment": "Examples will most commonly be present for data where it's not implicitly obvious from either the data type or value set what the values might be. (I.e. Example values for dates or quantities would generally be unnecessary.) If the example value is fully populated, the publication tool can generate an instance automatically.", + "isSummary": true + }, + { + "path": "ElementDefinition.example.label", + "min": 1, + "definition": "Describes the purpose of this example amoung the set of examples.", + "short": "Describes the purpose of this example", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.example.label", + "isSummary": true + }, + { + "path": "ElementDefinition.example.value[x]", + "min": 1, + "definition": "The actual value for the element, which must be one of the types allowed for this element.", + "short": "Value of Example (one of allowed types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".example", "identity": "iso11179" }, + { "map": "EXMPL_ANSWERS", "identity": "loinc" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.example.value[x]", + "isSummary": true + }, + { + "path": "ElementDefinition.minValue[x]", + "min": 0, + "definition": "The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.", + "short": "Minimum Allowed Value (for some types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "instant" }, + { "code": "time" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "positiveInt" }, + { "code": "unsignedInt" }, + { "code": "Quantity" } + ], + "max": "1", + "id": "ElementDefinition.minValue[x]", + "comment": "Except for date/date/instant, the type of the minValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of minValue[x] SHALL be either the same, or a [Duration](datatypes.html#Duration) which specifies a relative time limit to the current time. The duration value is positive, and is subtracted from the current clock to determine the minimum allowable value. A minimum value for a Quantity is interpreted as an canonical minimum - e.g. you cannot provide 100mg if the minimum value is 10g.", + "isSummary": true + }, + { + "path": "ElementDefinition.maxValue[x]", + "min": 0, + "definition": "The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.", + "short": "Maximum Allowed Value (for some types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "instant" }, + { "code": "time" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "positiveInt" }, + { "code": "unsignedInt" }, + { "code": "Quantity" } + ], + "max": "1", + "id": "ElementDefinition.maxValue[x]", + "comment": "Except for date/date/instant, the type of the maxValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of maxValue[x] SHALL be either the same, or a [Duration](datatypes.html#Duration) which specifies a relative time limit to the current time. The duration value is positive, and is added to the current clock to determine the maximum allowable value. A maximum value for a Quantity is interpreted as an canonical maximum - e.g. you cannot provide 10g if the maximum value is 50mg.", + "isSummary": true + }, + { + "path": "ElementDefinition.maxLength", + "min": 0, + "definition": "Indicates the maximum length in characters that is permitted to be present in conformant instances and which is expected to be supported by conformant consumers that support the element.", + "short": "Max length for strings", + "mapping": [ + { "map": "OMC.12", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.maximum_character_quantity", + "identity": "iso11179" + } + ], + "type": [{ "code": "integer" }], + "max": "1", + "id": "ElementDefinition.maxLength", + "comment": "Receivers are not required to reject instances that exceed the maximum length. The full length could be stored. In some cases, data might be truncated, though truncation should be undertaken with care and an understanding of the consequences of doing so. If not specified, there is no conformance expectation for length support.", + "isSummary": true + }, + { + "path": "ElementDefinition.condition", + "min": 0, + "definition": "A reference to an invariant that may make additional statements about the cardinality or value in the instance.", + "short": "Reference to invariant about presence", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "*", + "id": "ElementDefinition.condition", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-21", + "human": "Constraints should have an expression or else validators will not be able to enforce them", + "xpath": "exists(f:expression/@value)", + "severity": "warning", + "expression": "expression.exists()" + } + ], + "path": "ElementDefinition.constraint", + "min": 0, + "definition": "Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.", + "short": "Condition that must evaluate to true", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.constraint", + "comment": "Constraints should be declared on the \"context\" element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.key", + "min": 1, + "definition": "Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality.", + "short": "Target of 'condition' reference above", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "1", + "id": "ElementDefinition.constraint.key", + "condition": ["eld-14"], + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.requirements", + "min": 0, + "definition": "Description of why this constraint is necessary or appropriate.", + "short": "Why this constraint is necessary or appropriate", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.constraint.requirements", + "comment": "To be used if the reason for the constraint might not be intuitive to all implementers.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.severity", + "min": 1, + "definition": "Identifies the impact constraint violation has on the conformance of the instance.", + "short": "error | warning", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConstraintSeverity" + } + ], + "description": "SHALL applications comply with this constraint?" + }, + "max": "1", + "id": "ElementDefinition.constraint.severity", + "comment": "This allows constraints to be asserted as \"shall\" (error) and \"should\" (warning).", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.human", + "min": 1, + "definition": "Text that can be used to describe the constraint in messages identifying that the constraint has been violated.", + "short": "Human description of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.constraint.human", + "comment": "Should be expressed in business terms as much as possible.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.expression", + "requirements": "Used by validation tooling tests of the validity of the resource.", + "min": 0, + "definition": "A [FHIRPath](fhirpath.html) expression of constraint that can be executed to see if this constraint is met.", + "short": "FHIRPath expression of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.constraint.expression", + "comment": "In the absense of an expression, the expression is likely not enforceable by validators, and might be missed by many systems.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.xpath", + "requirements": "Used in Schematron tests of the validity of the resource.", + "min": 0, + "definition": "An XPath expression of constraint that can be executed to see if this constraint is met.", + "short": "XPath expression of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ElementDefinition.constraint.xpath", + "comment": "Elements SHALL use \"f\" as the namespace prefix for the FHIR namespace, and \"x\" for the xhtml namespace, and SHALL NOT use any other prefixes. Note: XPath is generally considered not useful because it does not apply to JSON and other formats and because of XSLT implementation issues, and may be removed in the future.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.source", + "min": 0, + "definition": "A reference to the original source of the constraint, for traceability purposes.", + "short": "Reference to original source of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "ElementDefinition.constraint.source", + "comment": "This is used when, e.g. rendering, where it is not useful to present inherited constraints when rendering the snapshot.", + "isSummary": true + }, + { + "path": "ElementDefinition.mustSupport", + "requirements": "Allows a profile to set expectations for system capabilities beyond merely respecting cardinality constraints.", + "min": 0, + "definition": "If true, implementations that produce or consume resources SHALL provide \"support\" for the element in some meaningful way. If false, the element may be ignored and not supported. If false, whether to populate or use the data element in any way is at the discretion of the implementation.", + "short": "If the element must be supported", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "In a base type, where the element is being defined for the first time, the element is assumed to be mustSupport = false. In a profile (a constraint on an existing type), if mustSupport is not specific in either the differentil or the snapshot, the mustSupport value is not changed fro the base definition. Not, though, that the snapshot SHOULD always populate the mustSuppot value", + "max": "1", + "id": "ElementDefinition.mustSupport", + "comment": "\"Something useful\" is context dependent and impossible to describe in the base FHIR specification. For this reason, tue mustSupport flag is never set to true by the FHIR specification itself - it is only set to true in profiles. A profile on a type can always make musSupport = true if it is false in the base type but cannot make mustSupport = false if it is true in the base type. This is done in [Resource Profiles](profiling.html#mustsupport), where the profile labels an element as mustSupport=true. When a profile does this, it SHALL also make clear exactly what kind of \"support\" is required, as this can mean many things. Note that an element that has the property IsModifier is not necessarily a \"key\" element (e.g. one of the important elements to make use of the resource), nor is it automatically mustSupport - however both of these things are more likely to be true for IsModifier elements than for other elements.", + "isSummary": true + }, + { + "path": "ElementDefinition.isModifier", + "requirements": "Allows elements to be introduced into a specification that can't safely be ignored by applications that don't recognize them.", + "min": 0, + "definition": "If true, the value of this element affects the interpretation of the element or resource that contains it, and the value of the element cannot be ignored. Typically, this is used for status, negation and qualification codes. The effect of this is that the element cannot be ignored by systems: they SHALL either recognize the element and process it, and/or a pre-determination has been made that it is not relevant to their particular system.", + "short": "If this modifies the meaning of other elements", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "An element is not a modifier element unless it is explicitly specified to be one", + "max": "1", + "id": "ElementDefinition.isModifier", + "comment": "Only the definition of an element can set IsModifier true - either the specification itself or where an extension is originally defined. Once set, it cannot be changed in derived profiles. An element/extension that has isModifier=true SHOULD also have a minimum cardinality of 1, so that there is no lack of clarity about what to do if it is missing. If it can be missing, the definition SHALL make the meaning of a missing element clear.", + "isSummary": true + }, + { + "path": "ElementDefinition.isModifierReason", + "min": 0, + "definition": "Explains how that element affects the interpretation of the resource or element that contains it.", + "short": "Reason that this element is marked as a modifier", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.isModifierReason", + "isSummary": true + }, + { + "path": "ElementDefinition.isSummary", + "requirements": "Allow clients to search through large resources quickly.", + "min": 0, + "definition": "Whether the element should be included if a client requests a search with the parameter _summary=true.", + "short": "Include when _summary = true?", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "An element is not included in the summary unless it is explicitly specified to be so", + "max": "1", + "id": "ElementDefinition.isSummary", + "comment": "Some resources include a set of simple metadata, and some very large data. This element is used to reduce the quantity of data returned in searches. Note that servers may pre-cache summarized resources for optimal performance, so servers might not support per-profile use of the isSummary flag. When a request is made with _summary=true, serailisers only include elements marked as 'isSummary = true'. Other than Attachment.data, all data type properties are included in the summary form. In resource and data type definitions, if an element is at the root or has a parent that is 'mustSupport' and the minimum cardinality is 1 or the element is a modifier, it must be marked as isSummary=true.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-12", + "human": "ValueSet SHALL start with http:// or https:// or urn:", + "xpath": "(starts-with(string(f:valueSet/@value), 'http:') or starts-with(string(f:valueSet/@value), 'https:') or starts-with(string(f:valueSet/@value), 'urn:'))", + "severity": "error", + "expression": "valueSet.exists() implies (valueSet.startsWith('http:') or valueSet.startsWith('https') or valueSet.startsWith('urn:'))" + } + ], + "path": "ElementDefinition.binding", + "min": 0, + "definition": "Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).", + "short": "ValueSet details if this is coded", + "mapping": [ + { "map": "OM3, OMC.11", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".domain", "identity": "iso11179" }, + { + "map": "ANSWER LIST, NORMATIVE ANSWER LIST", + "identity": "loinc" + } + ], + "type": [{ "code": "Element" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ElementDefinitionBinding" + } + ], + "max": "1", + "id": "ElementDefinition.binding", + "condition": ["eld-11"], + "comment": "For a CodeableConcept, when no codes are allowed - only text, use a binding of strength \"required\" with a description explaining that no coded values are allowed and what sort of information to put in the \"text\" element.", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.strength", + "min": 1, + "definition": "Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.", + "short": "required | extensible | preferred | example", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "N/A", "identity": "loinc" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BindingStrength" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Indication of the degree of conformance expectations associated with a binding." + }, + "alias": ["conformance", "extensibility"], + "max": "1", + "id": "ElementDefinition.binding.strength", + "comment": "For further discussion, see [Using Terminologies](terminologies.html).", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.description", + "min": 0, + "definition": "Describes the intended use of this particular set of codes.", + "short": "Human explanation of the value set", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".domain.description", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.binding.description", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.valueSet", + "min": 0, + "definition": "Refers to the value set that identifies the set of codes the binding refers to.", + "short": "Source of value set", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "points to explicit list or expression that evaluates to list of (Enumerated_Value_Domain).member", + "identity": "iso11179" + }, + { "map": "valueDomain.valueSet", "identity": "dex" }, + { "map": "CODE_TABLE", "identity": "loinc" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "max": "1", + "id": "ElementDefinition.binding.valueSet", + "condition": ["eld-12"], + "comment": "The reference may be version-specific or not (e.g. have a |[version] at the end of the canonical URL).", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping", + "requirements": "Provides guidance to implementers familiar with or converting content from other specifications.", + "min": 0, + "definition": "Identifies a concept from an external specification that roughly corresponds to this element.", + "short": "Map element to another set of definitions", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Registered_item).document_reference[document_type=mapping] Also, .meaning linkage to Data_Element_Concept is done as a mapping to a reference model. (Data_Element_Concepts are all defined in some sort of reference model, be that Object_Class and Property or some other mechanism)", + "identity": "iso11179" + }, + { "map": "mappingSpecification", "identity": "dex" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.mapping", + "comment": "Mappings are not necessarily specific enough for safe translation.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.identity", + "min": 1, + "definition": "An internal reference to the definition of a mapping.", + "short": "Reference to mapping declaration", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "1", + "id": "ElementDefinition.mapping.identity", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.language", + "min": 0, + "definition": "Identifies the computable language in which mapping.map is expressed.", + "short": "Computable language of mapping", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "ElementDefinition.mapping.language", + "comment": "If omitted, then there can be no expectation of computational interpretation of the mapping.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.map", + "min": 1, + "definition": "Expresses what part of the target specification corresponds to this element.", + "short": "Details of the mapping", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "ObjectClass, Property (this is one possible data model that can be mapped to - the uri would identify the data model mappingSpecification.mappingScript", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.mapping.map", + "comment": "For most mappings, the syntax is undefined. Syntax will be provided for mappings to the RIM. Multiple mappings may be possible and may include constraints on other resource elements that identify when a particular mapping applies.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.comment", + "min": 0, + "definition": "Comments that provide information about the mapping or its use.", + "short": "Comments about the mapping or its use", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.mapping.comment", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneElement" + }, + { + "description": "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationRequest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "MedicationRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationRequest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationRequest", + "differential": { + "element": [ + { + "id": "MedicationRequest", + "max": "*", + "min": 0, + "path": "MedicationRequest", + "alias": ["Prescription", "Order"], + "short": "Ordering of medication for patient or group", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { + "map": "Message/Body/NewRx", + "identity": "script10.6" + }, + { + "map": "CombinedMedicationRequest", + "identity": "rim" + } + ], + "definition": "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns." + }, + { + "path": "MedicationRequest.identifier", + "min": 0, + "definition": "Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "short": "External ids for this request", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { + "map": "Message/Header/PrescriberOrderNumber", + "identity": "script10.6" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MedicationRequest.identifier", + "comment": "This is a business identifier, not a resource identifier." + }, + { + "path": "MedicationRequest.status", + "min": 1, + "definition": "A code specifying the current state of the order. Generally, this will be active or completed state.", + "isModifier": true, + "short": "active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestStatus" + } + ], + "description": "A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription." + }, + "max": "1", + "id": "MedicationRequest.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationRequest.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the MedicationRequest.", + "short": "Reason for current status", + "mapping": [ + { + "map": "Request.statusReason", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestStatusReason" + } + ], + "description": "Identifies the reasons for a given status." + }, + "max": "1", + "id": "MedicationRequest.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"suspended\" or \"cancelled\". The reason why the MedicationRequest was created at all is captured in reasonCode, not here." + }, + { + "path": "MedicationRequest.intent", + "min": 1, + "definition": "Whether the request is a proposal, plan, or an original order.", + "isModifier": true, + "short": "proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestIntent" + } + ], + "description": "The kind of medication order." + }, + "max": "1", + "id": "MedicationRequest.intent", + "comment": "It is expected that the type of requester will be restricted for different stages of a MedicationRequest. For example, Proposals can be created by a patient, relatedPerson, Practitioner or Device. Plans can be created by Practitioners, Patients, RelatedPersons and Devices. Original orders can be created by a Practitioner only.\r\rAn instance-order is an instantiation of a request or order and may be used to populate Medication Administration Record.\r\rThis element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "MedicationRequest.category", + "min": 0, + "definition": "Indicates the type of medication request (for example, where the medication is expected to be consumed or administered (i.e. inpatient or outpatient)).", + "short": "Type of medication usage", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Directions\r\ror \r\rMessage/Body/NewRx/MedicationPrescribed/StructuredSIG", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestCategory" + } + ], + "description": "A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment." + }, + "max": "*", + "id": "MedicationRequest.category", + "comment": "The category can be used to include where the medication is expected to be consumed or other types of requests." + }, + { + "path": "MedicationRequest.priority", + "min": 0, + "definition": "Indicates how quickly the Medication Request should be addressed with respect to other requests.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "MedicationRequest.priority", + "isSummary": true + }, + { + "path": "MedicationRequest.doNotPerform", + "min": 0, + "definition": "If true indicates that the provider is asking for the medication request not to occur.", + "isModifier": true, + "short": "True if request is prohibiting action", + "mapping": [ + { + "map": "SubstanceAdministration.actionNegationInd", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "MedicationRequest.doNotPerform", + "comment": "If do not perform is not specified, the request is a positive request e.g. \"do perform\".", + "isModifierReason": "This element is labeled as a modifier because this element negates the request to occur (ie, this is a request for the medication not to be ordered or prescribed, etc)", + "isSummary": true + }, + { + "path": "MedicationRequest.reported[x]", + "min": 0, + "definition": "Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.", + "short": "Reported rather than primary record", + "mapping": [ + { + "map": ".participation[typeCode=INF].role", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MedicationRequest.reported[x]", + "isSummary": true + }, + { + "path": "MedicationRequest.medication[x]", + "min": 1, + "definition": "Identifies the medication being requested. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications.", + "short": "Medication to be taken", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed\r\rMedication.code.coding.code = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCode\r\rMedication.code.coding.system = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCodeQualifier\r\rMedication.code.coding.display = Message/Body/NewRx/MedicationPrescribed/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RXE-2-Give Code / RXO-1-Requested Give Code / RXC-2-Component Code", + "identity": "v2" + }, + { + "map": "consumable.administrableMedication", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying substance or product that can be ordered." + }, + "max": "1", + "id": "MedicationRequest.medication[x]", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the Medication resource is recommended. For example, if you require form or lot number or if the medication is compounded or extemporaneously prepared, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationRequest.subject", + "min": 1, + "definition": "A link to a resource representing the person or set of individuals to whom the medication will be given.", + "short": "Who or group medication request is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/Patient\r\r(need detail to link to specific patient … Patient.Identification in SCRIPT)", + "identity": "script10.6" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "MedicationRequest.subject", + "comment": "The subject on a medication request is mandatory. For the secondary use case where the actual subject is not provided, there still must be an anonymized subject specified.", + "isSummary": true + }, + { + "path": "MedicationRequest.encounter", + "min": 0, + "definition": "The Encounter during which this [x] was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of encounter/admission/stay", + "mapping": [ + { "map": "Request.context", "identity": "workflow" }, + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19-Visit Number", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "MedicationRequest.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.\" If there is a need to link to episodes of care they will be handled with an extension." + }, + { + "id": "MedicationRequest.supportingInformation", + "max": "*", + "min": 0, + "path": "MedicationRequest.supportingInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Information to support ordering of the medication", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "definition": "Include additional information (for example, patient height and weight) that supports the ordering of the medication." + }, + { + "path": "MedicationRequest.authoredOn", + "min": 0, + "definition": "The date (and perhaps time) when the prescription was initially written or authored on.", + "short": "When request was initially authored", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/WrittenDate", + "identity": "script10.6" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "RXE-32-Original Order Date/Time / ORC-9-Date/Time of Transaction", + "identity": "v2" + }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "MedicationRequest.authoredOn", + "isSummary": true + }, + { + "path": "MedicationRequest.requester", + "min": 0, + "definition": "The individual, organization, or device that initiated the request and has responsibility for its activation.", + "short": "Who/What requested the Request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "MedicationRequest.requester", + "isSummary": true + }, + { + "id": "MedicationRequest.performer", + "max": "1", + "min": 0, + "path": "MedicationRequest.performer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "short": "Intended performer of administration", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "definition": "The specified desired performer of the medication treatment (e.g. the performer of the medication administration)." + }, + { + "path": "MedicationRequest.performerType", + "min": 0, + "definition": "Indicates the type of performer of the administration of the medication.", + "short": "Desired kind of performer of the medication administration", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestPerformerType" + } + ], + "description": "Identifies the type of individual that is desired to administer the medication." + }, + "max": "1", + "id": "MedicationRequest.performerType", + "comment": "If specified without indicating a performer, this indicates that the performer must be of the specified type. If specified with a performer then it indicates the requirements of the performer if the designated performer is not available.", + "isSummary": true + }, + { + "id": "MedicationRequest.recorder", + "max": "1", + "min": 0, + "path": "MedicationRequest.recorder", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Person who entered the request", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".participation[typeCode=TRANS].role[classCode=ASSIGNED].code (HealthcareProviderType)", + "identity": "rim" + } + ], + "definition": "The person who entered the order on behalf of another individual for example in the case of a verbal or a telephone order." + }, + { + "path": "MedicationRequest.reasonCode", + "min": 0, + "definition": "The reason or the indication for ordering or not ordering the medication.", + "short": "Reason or indication for ordering or not ordering the medication", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/Diagnosis/Primary/Value", + "identity": "script10.6" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "ORC-16-Order Control Code Reason /RXE-27-Give Indication/RXO-20-Indication / RXD-21-Indication / RXG-22-Indication / RXA-19-Indication", + "identity": "v2" + }, + { + "map": "reason.observation.reasonCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestReason" + } + ], + "description": "A coded concept indicating why the medication was ordered." + }, + "max": "*", + "id": "MedicationRequest.reasonCode", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonReference." + }, + { + "path": "MedicationRequest.reasonReference", + "min": 0, + "definition": "Condition or observation that supports why the medication was ordered.", + "short": "Condition or observation that supports why the prescription is being written", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "reason.observation[code=ASSERTION].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "max": "*", + "id": "MedicationRequest.reasonReference", + "comment": "This is a reference to a condition or observation that is the reason for the medication order. If only a code exists, use reasonCode." + }, + { + "path": "MedicationRequest.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a protocol, guideline, orderset, or other definition that is adhered to in whole or in part by this MedicationRequest.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiates", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "canonical" }], + "max": "*", + "id": "MedicationRequest.instantiatesCanonical", + "isSummary": true + }, + { + "path": "MedicationRequest.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this MedicationRequest.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "MedicationRequest.instantiatesUri", + "isSummary": true + }, + { + "path": "MedicationRequest.basedOn", + "min": 0, + "definition": "A plan or request that is fulfilled in whole or in part by this medication request.", + "short": "What request fulfills", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=SBADM or PROC or PCPR or OBS, moodCode=RQO orPLAN or PRP]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "max": "*", + "id": "MedicationRequest.basedOn", + "isSummary": true + }, + { + "path": "MedicationRequest.groupIdentifier", + "requirements": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "min": 0, + "definition": "A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition or prescription.", + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".outboundRelationship(typeCode=COMP].target[classCode=SBADM, moodCode=INT].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "MedicationRequest.groupIdentifier", + "isSummary": true + }, + { + "path": "MedicationRequest.courseOfTherapyType", + "min": 0, + "definition": "The description of the overall patte3rn of the administration of the medication to the patient.", + "short": "Overall pattern of medication administration", + "mapping": [ + { + "map": "Act.code where classCode = LIST and moodCode = EVN", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestCourseOfTherapy" + } + ], + "description": "Identifies the overall pattern of medication administratio." + }, + "max": "1", + "id": "MedicationRequest.courseOfTherapyType", + "comment": "This attribute should not be confused with the protocol of the medication." + }, + { + "id": "MedicationRequest.insurance", + "max": "*", + "min": 0, + "path": "MedicationRequest.insurance", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service." + }, + { + "id": "MedicationRequest.note", + "max": "*", + "min": 0, + "path": "MedicationRequest.note", + "type": [{ "code": "Annotation" }], + "short": "Information about the prescription", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/Note", + "identity": "script10.6" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "definition": "Extra information about the prescription that could not be conveyed by the other attributes." + }, + { + "path": "MedicationRequest.dosageInstruction", + "min": 0, + "definition": "Indicates how the medication is to be used by the patient.", + "short": "How the medication should be taken", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": "see dosageInstruction mapping", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "max": "*", + "id": "MedicationRequest.dosageInstruction", + "comment": "There are examples where a medication request may include the option of an oral dose or an Intravenous or Intramuscular dose. For example, \"Ondansetron 8mg orally or IV twice a day as needed for nausea\" or \"Compazine® (prochlorperazine) 5-10mg PO or 25mg PR bid prn nausea or vomiting\". In these cases, two medication requests would be created that could be grouped together. The decision on which dose and route of administration to use is based on the patient's condition at the time the dose is needed." + }, + { + "id": "MedicationRequest.dispenseRequest", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest", + "type": [{ "code": "BackboneElement" }], + "short": "Medication supply authorization", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/ExpirationDate", + "identity": "script10.6" + }, + { "map": "component.supplyEvent", "identity": "rim" } + ], + "definition": "Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order). Note that this information is not always sent with the order. There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department." + }, + { + "path": "MedicationRequest.dispenseRequest.initialFill", + "min": 0, + "definition": "Indicates the quantity or duration for the first dispense of the medication.", + "short": "First fill details", + "mapping": [ + { + "map": "SubstanceAdministration -> ActRelationship[sequenceNumber = '1'] -> Supply", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "MedicationRequest.dispenseRequest.initialFill", + "comment": "If populating this element, either the quantity or the duration must be included." + }, + { + "id": "MedicationRequest.dispenseRequest.initialFill.quantity", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest.initialFill.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "First fill quantity", + "mapping": [ + { + "map": "Supply.quantity[moodCode=RQO]", + "identity": "rim" + } + ], + "definition": "The amount or quantity to provide as part of the first dispense." + }, + { + "id": "MedicationRequest.dispenseRequest.initialFill.duration", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest.initialFill.duration", + "type": [{ "code": "Duration" }], + "short": "First fill duration", + "mapping": [ + { + "map": "Supply.effectivetime[moodCode=RQO]", + "identity": "rim" + } + ], + "definition": "The length of time that the first dispense is expected to last." + }, + { + "id": "MedicationRequest.dispenseRequest.dispenseInterval", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest.dispenseInterval", + "type": [{ "code": "Duration" }], + "short": "Minimum period of time between dispenses", + "mapping": [ + { + "map": "Supply.effectivetime[moodCode=RQO]", + "identity": "rim" + } + ], + "definition": "The minimum period of time that must occur between dispenses of the medication." + }, + { + "path": "MedicationRequest.dispenseRequest.validityPeriod", + "requirements": "Indicates when the Prescription becomes valid, and when it ceases to be a dispensable Prescription.", + "min": 0, + "definition": "This indicates the validity period of a prescription (stale dating the Prescription).", + "short": "Time period supply is authorized for", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Refills", + "identity": "script10.6" + }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "MedicationRequest.dispenseRequest.validityPeriod", + "comment": "It reflects the prescribers' perspective for the validity of the prescription. Dispenses must not be made against the prescription outside of this period. The lower-bound of the Dispensing Window signifies the earliest date that the prescription can be filled for the first time. If an upper-bound is not specified then the Prescription is open-ended or will default to a stale-date based on regulations." + }, + { + "path": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed", + "min": 0, + "definition": "An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication. Usage Notes: This integer does not include the original order dispense. This means that if an order indicates dispense 30 tablets plus \"3 repeats\", then the order can be dispensed a total of 4 times and the patient can receive a total of 120 tablets. A prescriber may explicitly say that zero refills are permitted after the initial dispense.", + "short": "Number of refills authorized", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Quantity", + "identity": "script10.6" + }, + { "map": "RXE-12-Number of Refills", "identity": "v2" }, + { "map": "repeatNumber", "identity": "rim" } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed", + "comment": "If displaying \"number of authorized fills\", add 1 to this number." + }, + { + "id": "MedicationRequest.dispenseRequest.quantity", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount of medication to supply per dispense", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/DaysSupply", + "identity": "script10.6" + }, + { + "map": "RXD-4-Actual Dispense Amount / RXD-5.1-Actual Dispense Units.code / RXD-5.3-Actual Dispense Units.name of coding system", + "identity": "v2" + }, + { "map": "quantity", "identity": "rim" } + ], + "definition": "The amount that is to be dispensed for one fill." + }, + { + "path": "MedicationRequest.dispenseRequest.expectedSupplyDuration", + "min": 0, + "definition": "Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.", + "short": "Number of days supply per dispense", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { "map": "expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Duration" }], + "max": "1", + "id": "MedicationRequest.dispenseRequest.expectedSupplyDuration", + "comment": "In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage). When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors." + }, + { + "id": "MedicationRequest.dispenseRequest.performer", + "max": "1", + "min": 0, + "path": "MedicationRequest.dispenseRequest.performer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Intended dispenser", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SPLY, moodCode=RQO] .participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "definition": "Indicates the intended dispensing Organization specified by the prescriber." + }, + { + "id": "MedicationRequest.substitution", + "max": "1", + "min": 0, + "path": "MedicationRequest.substitution", + "type": [{ "code": "BackboneElement" }], + "short": "Any restrictions on medication substitution", + "mapping": [ + { + "map": "specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { + "map": "subjectOf.substitutionPersmission", + "identity": "rim" + } + ], + "definition": "Indicates whether or not substitution can or should be part of the dispense. In some cases, substitution must happen, in other cases substitution must not happen. This block explains the prescriber's intent. If nothing is specified substitution may be done." + }, + { + "path": "MedicationRequest.substitution.allowed[x]", + "min": 1, + "definition": "True if the prescriber allows a different drug to be dispensed from what was prescribed.", + "short": "Whether substitution is allowed or not", + "mapping": [ + { + "map": "specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { + "map": "RXO-9-Allow Substitutions / RXE-9-Substitution Status", + "identity": "v2" + }, + { "map": "code", "identity": "rim" } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestSubstitution" + } + ], + "description": "Identifies the type of substitution allowed." + }, + "max": "1", + "id": "MedicationRequest.substitution.allowed[x]", + "comment": "This element is labeled as a modifier because whether substitution is allow or not, it cannot be ignored." + }, + { + "path": "MedicationRequest.substitution.reason", + "min": 0, + "definition": "Indicates the reason for the substitution, or why substitution must or must not be performed.", + "short": "Why should (not) substitution be made", + "mapping": [ + { "map": "not mapped", "identity": "script10.6" }, + { "map": "RXE-9 Substition status", "identity": "v2" }, + { "map": "reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionReason" + } + ], + "description": "A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed." + }, + "max": "1", + "id": "MedicationRequest.substitution.reason" + }, + { + "id": "MedicationRequest.priorPrescription", + "max": "1", + "min": 0, + "path": "MedicationRequest.priorPrescription", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "short": "An order/prescription that is being replaced", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { "map": "not mapped", "identity": "script10.6" }, + { + "map": ".outboundRelationship[typeCode=?RPLC or ?SUCC]/target[classCode=SBADM,moodCode=RQO]", + "identity": "rim" + } + ], + "definition": "A link to a resource representing an earlier order related order or prescription." + }, + { + "path": "MedicationRequest.detectedIssue", + "min": 0, + "definition": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, duplicate therapy, dosage alert etc.", + "short": "Clinical Issue with action", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=ALRT,moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "alias": [ + "Contraindication", + "Drug Utilization Review (DUR)", + "Alert" + ], + "max": "*", + "id": "MedicationRequest.detectedIssue", + "comment": "This element can include a detected issue that has been identified either by a decision support system or by a clinician and may include information on the steps that were taken to address the issue." + }, + { + "path": "MedicationRequest.eventHistory", + "min": 0, + "definition": "Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.", + "short": "A list of events of interest in the lifecycle", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "max": "*", + "id": "MedicationRequest.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines the level of expectation associated with a given system capability.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation/4.0.1", + "date": "2014-04-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "expectation", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Conformance expectation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "capabilitystatement-expectation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", + "context": [ + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.interaction" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.searchParam" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.searchParam" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.operation" + }, + { "type": "element", "expression": "CapabilityStatement.document" }, + { + "type": "element", + "expression": "CapabilityStatement.rest.interaction" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.searchInclude" + }, + { + "type": "element", + "expression": "CapabilityStatement.rest.resource.searchRevInclude" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilitystatement-expectation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "SHALL | SHOULD | MAY |SHOULD-NOT", + "comment": "If \"SHALL NOT\" is desired, use the \"prohibited\" modifier extension. This extension should only be used with CapabilityStatements documenting requirements, not those documenting actual system capabilities.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Defines the level of expectation associated with a given system capability." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conformance-expectation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConformanceExpectation" + } + ], + "description": "Indicates the degree of adherence to a specified behavior or capability expected for a system to be deemed conformant with a specification." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir.htm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the maximum number of decimal places that may be specified for the data element.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "maxDecimalPlaces", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "maxDecimalPlaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/maxDecimalPlaces", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Maximum digits after decimal", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "Identifies the maximum number of decimal places that may be specified for the data element." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/maxDecimalPlaces" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value MUST present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expirationDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-expirationDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-expirationDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When the value set version should no longer be used", + "comment": "Upon reaching the Expiration Date, the value set Activity Status should be consdiered as inactive. An Inactive value set version may no longer be used to create new content, but it may be used to evaluate content created prior to the Expiration Date.", + "definition": "The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value MUST present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Word or words used in an information retrieval system to indicate the content of the value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-keyWord/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "keyWord", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-keyWord", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-keyWord", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-keyWord", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Descriptors and key terms for search", + "definition": "Word or words used in an information retrieval system to indicate the content of the value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-keyWord" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Text description about the clinical management provided.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-management/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "management", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-management", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-management", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-management", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Clinical Management Description", + "definition": "Text description about the clinical management provided." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-management" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "FHIR Blood Pressure Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bp/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-bp", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Blood Pressure Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **85354-9'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r2. One `Observation.component.code` which must have\r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8480-6'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r3. One `Observation.component.code` which must have \r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8462-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'mm[Hg]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "bp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bp", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bp", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Blood Pressure Profile", + "definition": "This profile defines how to represent Blood Pressure observations in FHIR using a standard LOINC code and UCUM units of measure. This is a grouping structure. It has no value in Observation.valueQuantity but contains at least one component (systolic and/or diastolic)." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Blood Pressure", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Blood Pressure." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BPCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BPCode" + }, + { + "id": "Observation.code.coding:BPCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BPCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "85354-9" + }, + { + "id": "Observation.valueQuantity", + "max": "0", + "min": 0, + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.component", + "max": "*", + "min": 2, + "path": "Observation.component", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code.coding.code", "type": "value" }, + { "path": "code.coding.system", "type": "value" } + ] + } + }, + { + "id": "Observation.component:SystolicBP", + "max": "1", + "min": 1, + "path": "Observation.component", + "sliceName": "SystolicBP" + }, + { + "id": "Observation.component:SystolicBP.code", + "path": "Observation.component.code", + "alias": ["Component Test", "Component Name"], + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system." + }, + { + "id": "Observation.component:SystolicBP.code.coding", + "path": "Observation.component.code.coding", + "short": "Systolic Blood Pressure", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + }, + "definition": "Systolic Blood Pressure." + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding", + "short": "Systolic Blood Pressure", + "sliceName": "SBPCode", + "definition": "Systolic Blood Pressure." + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode.system", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode.code", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8480-6" + }, + { + "id": "Observation.component:SystolicBP.valueQuantity", + "path": "Observation.component.valueQuantity", + "type": [{ "code": "Quantity" }] + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.component.valueQuantity.code", + "fixedCode": "mm[Hg]", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.component:SystolicBP.valueQuantity.code" + }, + { + "id": "Observation.component:DiastolicBP", + "max": "1", + "min": 1, + "path": "Observation.component", + "sliceName": "DiastolicBP" + }, + { + "id": "Observation.component:DiastolicBP.code", + "path": "Observation.component.code", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system." + }, + { + "id": "Observation.component:DiastolicBP.code.coding", + "path": "Observation.component.code.coding", + "short": "Diastolic Blood Pressure", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + }, + "definition": "Diastolic Blood Pressure." + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding", + "short": "Diastolic Blood Pressure", + "sliceName": "DBPCode", + "definition": "Diastolic Blood Pressure." + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8462-4" + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity", + "path": "Observation.component.valueQuantity", + "type": [{ "code": "Quantity" }] + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.component.valueQuantity.code", + "fixedCode": "mm[Hg]", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.component:DiastolicBP.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Phase set information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "PhaseSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsPhaseSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsPhaseSet", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Phase set", + "definition": "Phase set information." + }, + { + "id": "Extension.extension:Id", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Phase set ID", + "sliceName": "Id", + "definition": "This is a globally unique phaseSet id." + }, + { + "id": "Extension.extension:Id.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Id.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Id" + }, + { + "id": "Extension.extension:Id.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:MolecularSequence", + "max": "*", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Phase set sequence", + "sliceName": "MolecularSequence", + "definition": "MolecularSequence pointed to phase set (from: https://www.hl7.org/fhir/STU3/extension-observation-geneticssequence.html)." + }, + { + "id": "Extension.extension:MolecularSequence.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:MolecularSequence.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "MolecularSequence" + }, + { + "id": "Extension.extension:MolecularSequence.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Money Type: An amount of economic utility in some recognized currency.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Money/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Money", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Money", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Money", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Money", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Money", + "differential": { + "element": [ + { + "id": "Money", + "max": "*", + "min": 0, + "path": "Money", + "short": "An amount of economic utility in some recognized currency", + "mapping": [{ "map": "MO", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "An amount of economic utility in some recognized currency." + }, + { + "path": "Money.value", + "requirements": "The amount of the currency. The value includes an implicit precision in the presentation of the value.", + "min": 0, + "definition": "Numerical value (with implicit precision).", + "short": "Numerical value (with implicit precision)", + "mapping": [{ "map": "MO.Value", "identity": "v2" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Money.value", + "comment": "Monetary values have their own rules for handling precision (refer to standard accounting text books).", + "isSummary": true + }, + { + "path": "Money.currency", + "requirements": "A code indicating the currency, taken from ISO 4217.", + "min": 0, + "definition": "ISO 4217 Currency Code.", + "short": "ISO 4217 Currency Code", + "mapping": [{ "map": "MO.Currency", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CurrencyCode" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code indicating the currency, taken from ISO 4217." + }, + "max": "1", + "id": "Money.currency", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Text description about exposure to the Substance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "exposureDescription", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-exposureDescription", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-exposureDescription", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Text description about exposure to the Substance", + "definition": "Text description about exposure to the Substance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDescription" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Contributor/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to track contributor information in the same way across multiple resources.", + "name": "Contributor", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Contributor", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Contributor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Contributor", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Contributor", + "differential": { + "element": [ + { + "id": "Contributor", + "max": "*", + "min": 0, + "path": "Contributor", + "short": "Contributor information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers." + }, + { + "path": "Contributor.type", + "min": 1, + "definition": "The type of contributor.", + "short": "author | editor | reviewer | endorser", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorType" + } + ], + "description": "The type of contributor." + }, + "max": "1", + "id": "Contributor.type", + "isSummary": true + }, + { + "id": "Contributor.name", + "max": "1", + "min": 1, + "path": "Contributor.name", + "type": [{ "code": "string" }], + "short": "Who contributed the content", + "isSummary": true, + "definition": "The name of the individual or organization responsible for the contribution." + }, + { + "id": "Contributor.contact", + "max": "*", + "min": 0, + "path": "Contributor.contact", + "type": [{ "code": "ContactDetail" }], + "short": "Contact details of the contributor", + "isSummary": true, + "definition": "Contact details to assist a user in finding and communicating with the contributor." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The importance of the patient (e.g. VIP).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-importance/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "importance", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "importance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-importance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-importance", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-importance", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Special status given the patient", + "definition": "The importance of the patient (e.g. VIP)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-importance" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The person initiating the request.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "initiatingPerson", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "initiatingPerson", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-initiatingPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-initiatingPerson", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The person initiating the request." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-initiatingPerson" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Person", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Endpoint for sending Disclosure notifications in the form of FHIR AuditEvent records.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CBCC WG", + "fhirVersion": "4.0.1", + "name": "NotificationEndpoint", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Disclosure Notification Endpoint", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-NotificationEndpoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint", + "context": [{ "type": "element", "expression": "Consent" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-NotificationEndpoint", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Notification Endpoint", + "definition": "Endpoint for sending Disclosure notifications in the form of FHIR AuditEvent records." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/consent-NotificationEndpoint" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes how the DiagnosticReport resource is used to report structured genetic test results", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "DiagnosticReport-Genetics", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "diagnosticreport-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticreport-genetics", + "differential": { + "element": [ + { + "id": "DiagnosticReport", + "max": "*", + "min": 0, + "path": "DiagnosticReport" + }, + { + "id": "DiagnosticReport.extension:AssessedCondition", + "max": "*", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAssessedCondition" + ] + } + ], + "short": "AssessedCondition", + "sliceName": "AssessedCondition", + "definition": "Used to denote condition context for genetic testing, which may influence reported variants and interpretation for large genomic testing panels e.g. lung cancer or familial breast cancer." + }, + { + "id": "DiagnosticReport.extension:FamilyMemberHistory", + "max": "*", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsFamilyMemberHistory" + ] + } + ], + "short": "FamilyHistory", + "sliceName": "FamilyMemberHistory", + "definition": "Significant health events and conditions for a person related to the patient relevant in the context of care for the patient." + }, + { + "id": "DiagnosticReport.extension:Analysis", + "max": "*", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsAnalysis" + ] + } + ], + "short": "Analysis", + "sliceName": "Analysis", + "definition": "Knowledge-based comments on the effect of the sequence on patient's condition/medication reaction." + }, + { + "id": "DiagnosticReport.extension:References", + "max": "*", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport-geneticsReferences" + ] + } + ], + "short": "References", + "sliceName": "References", + "definition": "Additional bibliographic reference information about genetics, medications, clinical trials, etc. associated with knowledge-based information on genetics/genetic condition." + }, + { + "id": "DiagnosticReport.conclusionCode", + "max": "0", + "min": 0, + "path": "DiagnosticReport.conclusionCode", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + }, + { + "description": "Indicates that a signature (of the specified type) is needed when completing the QuestionnaireResponse.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "signatureRequired", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-signatureRequired", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired", + "context": [ + { "type": "element", "expression": "Questionnaire" }, + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-signatureRequired", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Is signature needed?", + "comment": "If this appears at the Questionnaire level, then the signature will be gathered for the entire form when it is marked complete. If it appears on a particular item, then it will be gathered on that question or group when it is filled in. (E.g. seeking the user's initials beside certain questions.)\n\nThe signature can be captured using the http://hl7.org/fhir/StructureDefinition/questionnaireresponse-signature extension.", + "definition": "Indicates that a signature (of the specified type) is needed when completing the QuestionnaireResponse." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-signatureRequired" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SignatureRequired" + } + ], + "description": "The type of signature needed." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The Current HL7 ballot/Standards status of this artifact.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "standards-status", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Standards Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-standards-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-standards-status", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "HL7 Ballot/Standards status of artifact", + "definition": "The Current HL7 ballot/Standards status of this artifact." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/standards-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StandardsStatus" + } + ], + "description": "HL7 Ballot/Standards status of artifact." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The type of individual that will consume the response content. This may be different from the requesting user type (e.g. if a clinician is getting disease management guidance for provision to a patient). E.g. patient, healthcare provider or specific type of healthcare provider (physician, nurse, etc.).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-recipientType/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "recipientType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "recipientType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-recipientType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-recipientType", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-recipientType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The type of individual that will consume the response content. This may be different from the requesting user type (e.g. if a clinician is getting disease management guidance for provision to a patient). E.g. patient, healthcare provider or specific type of healthcare provider (physician, nurse, etc.)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-recipientType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImagingStudy/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Imaging Integration)", + "fhirVersion": "4.0.1", + "name": "ImagingStudy", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "ImagingStudy", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "ImagingStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImagingStudy", + "differential": { + "element": [ + { + "id": "ImagingStudy", + "max": "*", + "min": 0, + "path": "ImagingStudy", + "short": "A set of images produced in single study (one or more series of references images)", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Act[classCode=COMPOSITION, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "Reference IHE radiology TF vol 2 table 4.14-1", + "identity": "dicom" + } + ], + "definition": "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities." + }, + { + "path": "ImagingStudy.identifier", + "requirements": "If one or more series elements are present in the ImagingStudy, then there shall be one DICOM Study UID identifier (see [DICOM PS 3.3 C.7.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).", + "min": 0, + "definition": "Identifiers for the ImagingStudy such as DICOM Study Instance UID, and Accession Number.", + "short": "Identifiers for the whole study", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".id and .inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id", + "identity": "rim" + }, + { + "map": "StudyInstanceUID (0020,000D) | Accession Number and Issuer (0080,0050)+(0080,0051) | Study ID (0020,0010)", + "identity": "dicom" + } + ], + "type": [{ "code": "Identifier" }], + "alias": ["StudyInstanceUID", "AccessionNumber"], + "max": "*", + "id": "ImagingStudy.identifier", + "comment": "See discussion under [Imaging Study Implementation Notes](imagingstudy.html#notes) for encoding of DICOM Study Instance UID. Accession Number should use ACSN Identifier type.", + "isSummary": true + }, + { + "path": "ImagingStudy.status", + "min": 1, + "definition": "The current state of the ImagingStudy.", + "isModifier": true, + "short": "registered | available | cancelled | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingStudyStatus" + } + ], + "description": "The status of the ImagingStudy." + }, + "max": "1", + "id": "ImagingStudy.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ImagingStudy.modality", + "min": 0, + "definition": "A list of all the series.modality values that are actual acquisition modalities, i.e. those in the DICOM Context Group 29 (value set OID 1.2.840.10008.6.1.19).", + "short": "All series modality if actual acquisition modalities", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { "map": "(0008,0061)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingModality" + } + ], + "description": "Type of acquired data in the instance." + }, + "alias": ["ModalitiesInStudy"], + "max": "*", + "id": "ImagingStudy.modality", + "isSummary": true + }, + { + "path": "ImagingStudy.subject", + "min": 1, + "definition": "The subject, typically a patient, of the imaging study.", + "short": "Who or what is the subject of the study", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "(0010/*)", "identity": "dicom" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.2.2.html" + } + ], + "max": "1", + "id": "ImagingStudy.subject", + "comment": "QA phantoms can be recorded with a Device; multiple subjects (such as mice) can be recorded with a Group.", + "isSummary": true + }, + { + "path": "ImagingStudy.encounter", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made.", + "short": "Encounter with which this imaging study is associated", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "ImagingStudy.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission test).", + "isSummary": true + }, + { + "path": "ImagingStudy.started", + "min": 0, + "definition": "Date and time the study started.", + "short": "When the study was started", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "(0008,0020)+(0008,0030)", + "identity": "dicom" + } + ], + "type": [{ "code": "dateTime" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html#sect_C.7.2.1" + } + ], + "alias": ["StudyDate", "StudyTime"], + "max": "1", + "id": "ImagingStudy.started", + "example": [ + { + "label": "General", + "valueDateTime": "2011-01-01T11:01:20+03:00" + } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.basedOn", + "requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).", + "min": 0, + "definition": "A list of the diagnostic requests that resulted in this imaging study being performed.", + "short": "Request fulfilled", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]", + "identity": "rim" + }, + { "map": "(0032,1064)", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "max": "*", + "id": "ImagingStudy.basedOn", + "isSummary": true + }, + { + "path": "ImagingStudy.referrer", + "min": 0, + "definition": "The requesting/referring physician.", + "short": "Referring physician", + "mapping": [ + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role", + "identity": "rim" + }, + { + "map": "(0008,0090)+(0008,0096)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "alias": ["ReferringPhysiciansName"], + "max": "1", + "id": "ImagingStudy.referrer", + "isSummary": true + }, + { + "path": "ImagingStudy.interpreter", + "min": 0, + "definition": "Who read the study and interpreted the images or other content.", + "short": "Who interpreted images", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + }, + { "map": "(0008,1060)", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "alias": ["Name of Physician(s) Reading Study"], + "max": "*", + "id": "ImagingStudy.interpreter", + "isSummary": true + }, + { + "path": "ImagingStudy.endpoint", + "requirements": "Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type.", + "min": 0, + "definition": "The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.connectionType.", + "short": "Study access endpoint", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "ImagingStudy.endpoint", + "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer.", + "isSummary": true + }, + { + "path": "ImagingStudy.numberOfSeries", + "min": 0, + "definition": "Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present.", + "short": "Number of Study Related Series", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1206)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "alias": ["NumberOfStudyRelatedSeries"], + "max": "1", + "id": "ImagingStudy.numberOfSeries", + "isSummary": true + }, + { + "path": "ImagingStudy.numberOfInstances", + "min": 0, + "definition": "Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.", + "short": "Number of Study Related Instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1208)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "alias": ["NumberOfStudyRelatedInstances"], + "max": "1", + "id": "ImagingStudy.numberOfInstances", + "isSummary": true + }, + { + "path": "ImagingStudy.procedureReference", + "min": 0, + "definition": "The procedure which this ImagingStudy was part of.", + "short": "The performed Procedure reference", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]", + "identity": "rim" + }, + { "map": "(0008,1032)", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "max": "1", + "id": "ImagingStudy.procedureReference", + "isSummary": true + }, + { + "path": "ImagingStudy.procedureCode", + "min": 0, + "definition": "The code for the performed procedure type.", + "short": "The performed procedure code", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]", + "identity": "rim" + }, + { "map": "(0008,1032)", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://www.rsna.org/RadLex_Playbook.aspx", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingProcedureCode" + } + ], + "description": "The performed procedure type." + }, + "alias": ["ProcedureCodeSequence"], + "max": "*", + "id": "ImagingStudy.procedureCode", + "isSummary": true + }, + { + "path": "ImagingStudy.location", + "requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).", + "min": 0, + "definition": "The principal physical location where the ImagingStudy was performed.", + "short": "Where ImagingStudy occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": "EVN.7", "identity": "v2" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + }, + { + "map": "(0008,1040) | (0040,0243)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "ImagingStudy.location", + "isSummary": true + }, + { + "path": "ImagingStudy.reasonCode", + "min": 0, + "definition": "Description of clinical condition indicating why the ImagingStudy was requested.", + "short": "Why the study was requested", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" }, + { "map": "(0040,1002)", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingReason" + } + ], + "description": "The reason for the study." + }, + "max": "*", + "id": "ImagingStudy.reasonCode", + "isSummary": true + }, + { + "path": "ImagingStudy.reasonReference", + "min": 0, + "definition": "Indicates another resource whose existence justifies this Study.", + "short": "Why was study performed", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "ImagingStudy.reasonReference", + "isSummary": true + }, + { + "path": "ImagingStudy.note", + "min": 0, + "definition": "Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element.", + "short": "User-defined comments", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "unknown", "identity": "rim" } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "ImagingStudy.note", + "isSummary": true + }, + { + "path": "ImagingStudy.description", + "min": 0, + "definition": "The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed.", + "short": "Institution-generated description", + "mapping": [ + { "map": ".text", "identity": "rim" }, + { "map": "(0008,1030)", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "alias": ["StudyDescription"], + "max": "1", + "id": "ImagingStudy.description", + "isSummary": true + }, + { + "path": "ImagingStudy.series", + "min": 0, + "definition": "Each study has one or more series of images or other content.", + "short": "Each study has one or more series of instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ImagingStudy.series", + "isSummary": true + }, + { + "path": "ImagingStudy.series.uid", + "requirements": "DICOM Series Instance UID.", + "min": 1, + "definition": "The DICOM Series Instance UID for the series.", + "short": "DICOM Series Instance UID for the series", + "mapping": [ + { "map": ".id", "identity": "rim" }, + { "map": "(0020,000E)", "identity": "dicom" } + ], + "type": [{ "code": "id" }], + "alias": ["SeriesInstanceUID"], + "max": "1", + "id": "ImagingStudy.series.uid", + "comment": "See [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).", + "example": [ + { + "label": "General", + "valueId": "2.16.124.113543.6003.2588828330.45298.17418.2723805630" + } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.series.number", + "min": 0, + "definition": "The numeric identifier of this series in the study.", + "short": "Numeric identifier of this series", + "mapping": [ + { + "map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber", + "identity": "rim" + }, + { "map": "(0020,0011)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "alias": ["SeriesNumber"], + "max": "1", + "id": "ImagingStudy.series.number", + "example": [{ "label": "General", "valueUnsignedInt": 3 }], + "isSummary": true + }, + { + "path": "ImagingStudy.series.modality", + "min": 1, + "definition": "The modality of this series sequence.", + "short": "The modality of the instances in the series", + "mapping": [ + { "map": ".code", "identity": "rim" }, + { "map": "(0008,0060)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingModality" + } + ], + "description": "Type of acquired data in the instance." + }, + "alias": ["Modality"], + "max": "1", + "id": "ImagingStudy.series.modality", + "isSummary": true + }, + { + "path": "ImagingStudy.series.description", + "min": 0, + "definition": "A description of the series.", + "short": "A short human readable summary of the series", + "mapping": [ + { "map": ".text", "identity": "rim" }, + { "map": "(0008,103E)", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "alias": ["SeriesDescription"], + "max": "1", + "id": "ImagingStudy.series.description", + "example": [ + { "label": "General", "valueString": "CT Surview 180" } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.series.numberOfInstances", + "min": 0, + "definition": "Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.", + "short": "Number of Series Related Instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1209)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "alias": ["NumberOfSeriesRelatedInstances"], + "max": "1", + "id": "ImagingStudy.series.numberOfInstances", + "isSummary": true + }, + { + "path": "ImagingStudy.series.endpoint", + "requirements": "Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.", + "min": 0, + "definition": "The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType.", + "short": "Series access endpoint", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "ImagingStudy.series.endpoint", + "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.", + "isSummary": true + }, + { + "path": "ImagingStudy.series.bodySite", + "min": 0, + "definition": "The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality.", + "short": "Body part examined", + "mapping": [ + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "(0018,0015)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "alias": ["BodyPartExamined"], + "max": "1", + "id": "ImagingStudy.series.bodySite", + "isSummary": true + }, + { + "path": "ImagingStudy.series.laterality", + "min": 0, + "definition": "The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.", + "short": "Body part laterality", + "mapping": [ + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "(0020,0060)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodysite-laterality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Laterality" + } + ], + "description": "Codes describing body site laterality (left, right, etc.)." + }, + "max": "1", + "id": "ImagingStudy.series.laterality", + "isSummary": true + }, + { + "path": "ImagingStudy.series.specimen", + "min": 0, + "definition": "The specimen imaged, e.g., for whole slide imaging of a biopsy.", + "short": "Specimen imaged", + "mapping": [ + { "map": "Role[classCode=SPEC]", "identity": "rim" }, + { + "map": "(0040,0551) + (0040,0562)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "max": "*", + "id": "ImagingStudy.series.specimen", + "isSummary": true + }, + { + "path": "ImagingStudy.series.started", + "min": 0, + "definition": "The date and time the series was started.", + "short": "When the series started", + "mapping": [ + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "(0008,0021) + (0008,0031)", + "identity": "dicom" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ImagingStudy.series.started", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer", + "requirements": "The performer is recorded at the series level, since each series in a study may be performed by a different performer, at different times, and using different devices. A series may be performed by multiple performers.", + "min": 0, + "definition": "Indicates who or what performed the series and how they were involved.", + "short": "Who performed the series", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + }, + { + "map": "(0008, 1050) | (0008, 1052) | (0008, 1070) | (0008, 1072)", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "alias": ["PerformingPhysicianName", "OperatorName"], + "max": "*", + "id": "ImagingStudy.series.performer", + "comment": "If the person who performed the series is not known, their Organization may be recorded. A patient, or related person, may be the performer, e.g. for patient-captured images.", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer in the series.", + "short": "Type of performance", + "mapping": [ + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventPerformerFunction" + } + ], + "description": "The type of involvement of the performer." + }, + "max": "1", + "id": "ImagingStudy.series.performer.function", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer.actor", + "min": 1, + "definition": "Indicates who or what performed the series.", + "short": "Who performed the series", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "ImagingStudy.series.performer.actor", + "isSummary": true + }, + { + "id": "ImagingStudy.series.instance", + "max": "*", + "min": 0, + "path": "ImagingStudy.series.instance", + "type": [{ "code": "BackboneElement" }], + "short": "A single SOP instance from the series", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "A single SOP instance within the series, e.g. an image, or presentation state." + }, + { + "path": "ImagingStudy.series.instance.uid", + "requirements": "DICOM SOP Instance UID.", + "min": 1, + "definition": "The DICOM SOP Instance UID for this image or other DICOM content.", + "short": "DICOM SOP Instance UID", + "mapping": [ + { "map": ".id", "identity": "rim" }, + { "map": "(0008,0018)", "identity": "dicom" } + ], + "type": [{ "code": "id" }], + "alias": ["SOPInstanceUID"], + "max": "1", + "id": "ImagingStudy.series.instance.uid", + "comment": "See [DICOM PS3.3 C.12.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1).", + "example": [ + { + "label": "General", + "valueId": "2.16.124.113543.6003.189642796.63084.16748.2599092903" + } + ] + }, + { + "path": "ImagingStudy.series.instance.sopClass", + "min": 1, + "definition": "DICOM instance type.", + "short": "DICOM class type", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value", + "identity": "rim" + }, + { "map": "(0008,0016)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sopClass" + } + ], + "description": "The sopClass for the instance." + }, + "alias": ["SOPClassUID"], + "max": "1", + "id": "ImagingStudy.series.instance.sopClass" + }, + { + "path": "ImagingStudy.series.instance.number", + "min": 0, + "definition": "The number of instance in the series.", + "short": "The number of this instance in the series", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber", + "identity": "rim" + }, + { "map": "(0020,0013)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "alias": ["InstanceNumber"], + "max": "1", + "id": "ImagingStudy.series.instance.number", + "example": [{ "label": "General", "valueUnsignedInt": 1 }] + }, + { + "path": "ImagingStudy.series.instance.title", + "min": 0, + "definition": "The description of the instance.", + "short": "Description of instance", + "mapping": [ + { "map": ".title", "identity": "rim" }, + { + "map": "(0008,0008) | (0007,0080) | (0040,A043) + (0008,0104) | (0042,0010)", + "identity": "dicom" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ImagingStudy.series.instance.title", + "comment": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Allows expressing the value set that must be stored internally by the system (as distinct from the base value set which defines values for exchange).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset/4.0.1", + "date": "2014-04-21", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "permitted-value-valueset", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Permitted Values", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "11179-permitted-value-valueset", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset", + "context": [ + { + "type": "element", + "expression": "StructureDefinition.snapshot.element.binding.valueSet" + }, + { + "type": "element", + "expression": "StructureDefinition.differential.element.binding.valueSet" + }, + { + "type": "element", + "expression": "Questionnaire.item.answerValueSet" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/11179-permitted-value-valueset", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Permitted values", + "comment": "The permitted value set must have a 1..1 set of codes for each code in the value meaning value set.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Data_Element.data_element_domain.member", + "identity": "iso11179" + } + ], + "definition": "Allows expressing the value set that must be stored internally by the system (as distinct from the base value set which defines values for exchange)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-valueset" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Annotation Type: A text note which also contains information about who made the statement and when.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Annotation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Annotation", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Annotation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Annotation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Annotation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Annotation", + "differential": { + "element": [ + { + "path": "Annotation", + "min": 0, + "definition": "A text note which also contains information about who made the statement and when.", + "short": "Text node with attribution", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Annotation", + "comment": "For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible)." + }, + { + "path": "Annotation.author[x]", + "min": 0, + "definition": "The individual responsible for making the annotation.", + "short": "Individual responsible for the annotation", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "Act.participant[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + { "code": "string" } + ], + "max": "1", + "id": "Annotation.author[x]", + "comment": "Organization is used when there's no need for specific attribution as to who made the comment.", + "isSummary": true + }, + { + "path": "Annotation.time", + "min": 0, + "definition": "Indicates when this particular annotation was made.", + "short": "When the annotation was made", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act.effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Annotation.time", + "isSummary": true + }, + { + "path": "Annotation.text", + "min": 1, + "definition": "The text of the annotation in markdown format.", + "short": "The annotation - text content (as markdown)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act.text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Annotation.text", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The Provenance/AuditEvent resources can represent the same information. Note that the Provenance/AuditEvent resources can represent the same information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "gatewayDevice", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Gateway Device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-gatewayDevice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-gatewayDevice", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Gateway Device", + "definition": "The Provenance/AuditEvent resources can represent the same information. Note that the Provenance/AuditEvent resources can represent the same information." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-gatewayDevice" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Facility location where this report was prepared.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "locationPerformed", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "locationPerformed", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-locationPerformed", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-locationPerformed", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Location Performed", + "definition": "Facility location where this report was prepared.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-locationPerformed" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Provides a rendered version of the value intended for human display. For example, a sensitive identifier (e.g. social security number) partially obscured by asterisks; a drivers licence number with dashes inserted; a date formatted as MMM dd, yyyy; etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/rendered-value/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Rendered Value", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Rendered Value", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rendered-value", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendered-value", + "context": [ + { "type": "element", "expression": "Identifier.value" }, + { "type": "element", "expression": "date" }, + { "type": "element", "expression": "dateTime" }, + { "type": "element", "expression": "time" }, + { "type": "element", "expression": "instant" }, + { "type": "element", "expression": "integer" }, + { "type": "element", "expression": "decimal" }, + { "type": "element", "expression": "string" }, + { "type": "element", "expression": "code" }, + { "type": "element", "expression": "canonical" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/rendered-value", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "What should be displayed to human (if default is not appropriate)", + "comment": "In some cases, this extension may be present and the value won't be present. For example if the recipient only has permission to see a partially masked view of a value. The rendering may be realm-specific. (E.g. the use of ',' vs. '.' when rendering numbers.).", + "definition": "Provides a rendered version of the value intended for human display. For example, a sensitive identifier (e.g. social security number) partially obscured by asterisks; a drivers licence number with dashes inserted; a date formatted as MMM dd, yyyy; etc." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/rendered-value" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Indication for the Medicinal Product.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductIndication", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductIndication", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductIndication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductIndication", + "differential": { + "element": [ + { + "id": "MedicinalProductIndication", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication", + "short": "MedicinalProductIndication", + "definition": "Indication for the Medicinal Product." + }, + { + "id": "MedicinalProductIndication.subject", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "short": "The medication for which this is an indication", + "isSummary": true, + "definition": "The medication for which this is an indication." + }, + { + "id": "MedicinalProductIndication.diseaseSymptomProcedure", + "max": "1", + "min": 0, + "path": "MedicinalProductIndication.diseaseSymptomProcedure", + "type": [{ "code": "CodeableConcept" }], + "short": "The disease, symptom or procedure that is the indication for treatment", + "isSummary": true, + "definition": "The disease, symptom or procedure that is the indication for treatment." + }, + { + "id": "MedicinalProductIndication.diseaseStatus", + "max": "1", + "min": 0, + "path": "MedicinalProductIndication.diseaseStatus", + "type": [{ "code": "CodeableConcept" }], + "short": "The status of the disease or symptom for which the indication applies", + "isSummary": true, + "definition": "The status of the disease or symptom for which the indication applies." + }, + { + "id": "MedicinalProductIndication.comorbidity", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication.comorbidity", + "type": [{ "code": "CodeableConcept" }], + "short": "Comorbidity (concurrent condition) or co-infection as part of the indication", + "isSummary": true, + "definition": "Comorbidity (concurrent condition) or co-infection as part of the indication." + }, + { + "id": "MedicinalProductIndication.intendedEffect", + "max": "1", + "min": 0, + "path": "MedicinalProductIndication.intendedEffect", + "type": [{ "code": "CodeableConcept" }], + "short": "The intended effect, aim or strategy to be achieved by the indication", + "isSummary": true, + "definition": "The intended effect, aim or strategy to be achieved by the indication." + }, + { + "id": "MedicinalProductIndication.duration", + "max": "1", + "min": 0, + "path": "MedicinalProductIndication.duration", + "type": [{ "code": "Quantity" }], + "short": "Timing or duration information as part of the indication", + "isSummary": true, + "definition": "Timing or duration information as part of the indication." + }, + { + "id": "MedicinalProductIndication.otherTherapy", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication.otherTherapy", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the use of the medicinal product in relation to other therapies described as part of the indication", + "isSummary": true, + "definition": "Information about the use of the medicinal product in relation to other therapies described as part of the indication." + }, + { + "id": "MedicinalProductIndication.otherTherapy.therapyRelationshipType", + "max": "1", + "min": 1, + "path": "MedicinalProductIndication.otherTherapy.therapyRelationshipType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of relationship between the medicinal product indication or contraindication and another therapy", + "isSummary": true, + "definition": "The type of relationship between the medicinal product indication or contraindication and another therapy." + }, + { + "id": "MedicinalProductIndication.otherTherapy.medication[x]", + "max": "1", + "min": 1, + "path": "MedicinalProductIndication.otherTherapy.medication[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ] + } + ], + "short": "Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication", + "isSummary": true, + "definition": "Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication." + }, + { + "id": "MedicinalProductIndication.undesirableEffect", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication.undesirableEffect", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect" + ] + } + ], + "short": "Describe the undesirable effects of the medicinal product", + "isSummary": true, + "definition": "Describe the undesirable effects of the medicinal product." + }, + { + "id": "MedicinalProductIndication.population", + "max": "*", + "min": 0, + "path": "MedicinalProductIndication.population", + "type": [{ "code": "Population" }], + "short": "The population group to which this applies", + "isSummary": true, + "definition": "The population group to which this applies." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifies the kind(s) of attachment allowed to be sent for an element.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/mimeType/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "mimeType", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "mimeType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/mimeType", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/mimeType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Type of attachment", + "comment": "This extension only has meaning if the element has a type of Attachment.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "Identifies the kind(s) of attachment allowed to be sent for an element." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/mimeType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes a comparison of an immunization event against published recommendations to determine if the administration is \"valid\" in relation to those recommendations.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "4.0.1", + "name": "ImmunizationEvaluation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ImmunizationEvaluation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "ImmunizationEvaluation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationEvaluation", + "differential": { + "element": [ + { + "id": "ImmunizationEvaluation", + "max": "*", + "min": 0, + "path": "ImmunizationEvaluation", + "short": "Immunization evaluation information", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "RSP_K11", "identity": "v2" } + ], + "definition": "Describes a comparison of an immunization event against published recommendations to determine if the administration is \"valid\" in relation to those recommendations." + }, + { + "id": "ImmunizationEvaluation.identifier", + "max": "*", + "min": 0, + "path": "ImmunizationEvaluation.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "definition": "A unique identifier assigned to this immunization evaluation record." + }, + { + "path": "ImmunizationEvaluation.status", + "min": 1, + "definition": "Indicates the current status of the evaluation of the vaccination administration event.", + "isModifier": true, + "short": "completed | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationEvaluationStatus" + } + ], + "description": "The status of the evaluation being done." + }, + "max": "1", + "id": "ImmunizationEvaluation.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid).", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.patient", + "min": 1, + "definition": "The individual for whom the evaluation is being done.", + "short": "Who this evaluation is for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "ImmunizationEvaluation.patient", + "isSummary": true + }, + { + "id": "ImmunizationEvaluation.date", + "max": "1", + "min": 0, + "path": "ImmunizationEvaluation.date", + "type": [{ "code": "dateTime" }], + "short": "Date evaluation was performed", + "mapping": [ + { + "map": "Event.occurrenceDateTime", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "RXA-3", "identity": "v2" } + ], + "definition": "The date the evaluation of the vaccine administration event was performed." + }, + { + "id": "ImmunizationEvaluation.authority", + "max": "1", + "min": 0, + "path": "ImmunizationEvaluation.authority", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who is responsible for publishing the recommendations", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59779-9 )", + "identity": "v2" + } + ], + "definition": "Indicates the authority who published the protocol (e.g. ACIP)." + }, + { + "path": "ImmunizationEvaluation.targetDisease", + "min": 1, + "definition": "The vaccine preventable disease the dose is being evaluated against.", + "short": "Evaluation target disease", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationTargetDisease" + } + ], + "description": "The vaccine preventable disease the dose is being evaluated against." + }, + "max": "1", + "id": "ImmunizationEvaluation.targetDisease", + "isSummary": true + }, + { + "id": "ImmunizationEvaluation.immunizationEvent", + "max": "1", + "min": 1, + "path": "ImmunizationEvaluation.immunizationEvent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization" + ] + } + ], + "short": "Immunization being evaluated", + "isSummary": true, + "definition": "The vaccine administration event being evaluated." + }, + { + "path": "ImmunizationEvaluation.doseStatus", + "min": 1, + "definition": "Indicates if the dose is valid or not valid with respect to the published recommendations.", + "short": "Status of the dose relative to published recommendations", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59781-5 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationDoseStatus" + } + ], + "description": "The status of the administered dose relative to the published recommendations for the target disease." + }, + "max": "1", + "id": "ImmunizationEvaluation.doseStatus", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.doseStatusReason", + "min": 0, + "definition": "Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.", + "short": "Reason for the dose status", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30982-3 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationDoseStatusReason" + } + ], + "description": "The reason the dose status was assigned." + }, + "max": "*", + "id": "ImmunizationEvaluation.doseStatusReason" + }, + { + "id": "ImmunizationEvaluation.description", + "max": "1", + "min": 0, + "path": "ImmunizationEvaluation.description", + "type": [{ "code": "string" }], + "short": "Evaluation notes", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "OBX-5 : OBX-3 = ( 48767-8 )", + "identity": "v2" + } + ], + "definition": "Additional information about the evaluation." + }, + { + "id": "ImmunizationEvaluation.series", + "max": "1", + "min": 0, + "path": "ImmunizationEvaluation.series", + "type": [{ "code": "string" }], + "short": "Name of vaccine series", + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority." + }, + { + "path": "ImmunizationEvaluation.doseNumber[x]", + "min": 0, + "definition": "Nominal position in a series.", + "short": "Dose number within series", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30973-2 )", + "identity": "v2" + } + ], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "ImmunizationEvaluation.doseNumber[x]", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose)." + }, + { + "path": "ImmunizationEvaluation.seriesDoses[x]", + "min": 0, + "definition": "The recommended number of doses to achieve immunity.", + "short": "Recommended number of doses for immunity", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59782-3 )", + "identity": "v2" + } + ], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "ImmunizationEvaluation.seriesDoses[x]", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Other resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "supportingInfo", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Supporting Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-supportingInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo", + "context": [ + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "CommunicationRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-supportingInfo", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Other information that may be relevant to this event.", + "definition": "Other resources *from the patient record* that may be relevant to the event. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension **should not** be used if more specific inline elements or extensions are available. For example, use `Observation.hasMember` instead of supportingInformation for representing the members of an Observation panel." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describe the undesirable effects of the medicinal product.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductUndesirableEffect", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductUndesirableEffect", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductUndesirableEffect", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductUndesirableEffect", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductUndesirableEffect", + "differential": { + "element": [ + { + "id": "MedicinalProductUndesirableEffect", + "max": "*", + "min": 0, + "path": "MedicinalProductUndesirableEffect", + "short": "MedicinalProductUndesirableEffect", + "definition": "Describe the undesirable effects of the medicinal product." + }, + { + "id": "MedicinalProductUndesirableEffect.subject", + "max": "*", + "min": 0, + "path": "MedicinalProductUndesirableEffect.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "short": "The medication for which this is an indication", + "isSummary": true, + "definition": "The medication for which this is an indication." + }, + { + "id": "MedicinalProductUndesirableEffect.symptomConditionEffect", + "max": "1", + "min": 0, + "path": "MedicinalProductUndesirableEffect.symptomConditionEffect", + "type": [{ "code": "CodeableConcept" }], + "short": "The symptom, condition or undesirable effect", + "isSummary": true, + "definition": "The symptom, condition or undesirable effect." + }, + { + "id": "MedicinalProductUndesirableEffect.classification", + "max": "1", + "min": 0, + "path": "MedicinalProductUndesirableEffect.classification", + "type": [{ "code": "CodeableConcept" }], + "short": "Classification of the effect", + "isSummary": true, + "definition": "Classification of the effect." + }, + { + "id": "MedicinalProductUndesirableEffect.frequencyOfOccurrence", + "max": "1", + "min": 0, + "path": "MedicinalProductUndesirableEffect.frequencyOfOccurrence", + "type": [{ "code": "CodeableConcept" }], + "short": "The frequency of occurrence of the effect", + "isSummary": true, + "definition": "The frequency of occurrence of the effect." + }, + { + "id": "MedicinalProductUndesirableEffect.population", + "max": "*", + "min": 0, + "path": "MedicinalProductUndesirableEffect.population", + "type": [{ "code": "Population" }], + "short": "The population group to which this applies", + "isSummary": true, + "definition": "The population group to which this applies." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The default/suggested phrasing to use when prompting a human to capture the data element in question form (e.g. In a survey).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-question/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "question", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-question", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-question", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Prompt for element phrased as question", + "comment": "Question and label serve similar purposes in they both can be used to prompt for capturing a data element. Whether the question form or label form should be used will depend on the type of instrument being used to capture the information. The ordering is in order of preference. I.e. Most preferred question form is listed first. Note that this is for alternate phrasings of the question. Language translations are handled using the ISO 21090 string translation extensions.", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "The default/suggested phrasing to use when prompting a human to capture the data element in question form (e.g. In a survey)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-question" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Set to true if the concept map can be safely intepreted in reversse.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/concept-bidirectional/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "bidirectional", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Bi-directional", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "concept-bidirectional", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional", + "context": [{ "type": "element", "expression": "ConceptMap" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/concept-bidirectional", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether the map can be interpreted in reverse", + "definition": "Set to true if the concept map can be safely intepreted in reversse.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/concept-bidirectional" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If true, indicates that the extended item should not be displayed to the user.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-hidden/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "hidden", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-hidden", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-hidden", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Don't display to user", + "comment": "If an item is hidden, all descendant items are hidden as well.", + "definition": "If true, indicates that the extended item should not be displayed to the user." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-hidden" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablevalueset/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable ValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareablevalueset", + "differential": { + "element": [ + { "id": "ValueSet", "max": "1", "min": 1, "path": "ValueSet" }, + { + "id": "ValueSet.url", + "max": "1", + "min": 1, + "path": "ValueSet.url", + "type": [{ "code": "uri" }] + }, + { + "id": "ValueSet.version", + "max": "1", + "min": 1, + "path": "ValueSet.version", + "type": [{ "code": "string" }] + }, + { + "id": "ValueSet.name", + "max": "1", + "min": 1, + "path": "ValueSet.name", + "type": [{ "code": "string" }] + }, + { + "id": "ValueSet.status", + "max": "1", + "min": 1, + "path": "ValueSet.status", + "type": [{ "code": "code" }], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "ValueSet.experimental", + "max": "1", + "min": 1, + "path": "ValueSet.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "ValueSet.publisher", + "max": "1", + "min": 1, + "path": "ValueSet.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "ValueSet.description", + "max": "1", + "min": 1, + "path": "ValueSet.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet" + }, + { + "description": "When present, this extension indicate that the event actually only occurs on the specified days of the month, on the times as otherwise specified by the timing schedule.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - MnM WG", + "fhirVersion": "4.0.1", + "name": "dayOfMonth", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Day Of Month", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "timing-dayOfMonth", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth", + "context": [{ "type": "element", "expression": "Timing.repeat" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/timing-dayOfMonth", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Day of Month for schedule", + "comment": "The value must be an integer in thr range of 0 to 31. Its at the discretion of the implementer what to do if the value of the day is higher than the number of days in a given month.", + "definition": "When present, this extension indicate that the event actually only occurs on the specified days of the month, on the times as otherwise specified by the timing schedule." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/timing-dayOfMonth" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "positiveInt" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/MnM", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Reference to a specific Questionnaire Resource as an ordered item. Allows for ordering a specific questionnaire to be completed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "questionnaireRequest", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Questionnaire Requested", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-questionnaireRequest", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest", + "context": [{ "type": "element", "expression": "ServiceRequest" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-questionnaireRequest", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Questionnaire to be ordered", + "definition": "Reference to a specific Questionnaire Resource as an ordered item. Allows for ordering a specific questionnaire to be completed." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/servicerequest-questionnaireRequest" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The interactions of the medicinal product with other medicinal products, or other forms of interactions.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductInteraction/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductInteraction", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductInteraction", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductInteraction", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductInteraction", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductInteraction", + "differential": { + "element": [ + { + "id": "MedicinalProductInteraction", + "max": "*", + "min": 0, + "path": "MedicinalProductInteraction", + "short": "MedicinalProductInteraction", + "definition": "The interactions of the medicinal product with other medicinal products, or other forms of interactions." + }, + { + "id": "MedicinalProductInteraction.subject", + "max": "*", + "min": 0, + "path": "MedicinalProductInteraction.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "short": "The medication for which this is a described interaction", + "isSummary": true, + "definition": "The medication for which this is a described interaction." + }, + { + "id": "MedicinalProductInteraction.description", + "max": "1", + "min": 0, + "path": "MedicinalProductInteraction.description", + "type": [{ "code": "string" }], + "short": "The interaction described", + "isSummary": true, + "definition": "The interaction described." + }, + { + "id": "MedicinalProductInteraction.interactant", + "max": "*", + "min": 0, + "path": "MedicinalProductInteraction.interactant", + "type": [{ "code": "BackboneElement" }], + "short": "The specific medication, food or laboratory test that interacts", + "isSummary": true, + "definition": "The specific medication, food or laboratory test that interacts." + }, + { + "id": "MedicinalProductInteraction.interactant.item[x]", + "max": "1", + "min": 1, + "path": "MedicinalProductInteraction.interactant.item[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + { "code": "CodeableConcept" } + ], + "short": "The specific medication, food or laboratory test that interacts", + "isSummary": true, + "definition": "The specific medication, food or laboratory test that interacts." + }, + { + "id": "MedicinalProductInteraction.type", + "max": "1", + "min": 0, + "path": "MedicinalProductInteraction.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction", + "isSummary": true, + "definition": "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction." + }, + { + "id": "MedicinalProductInteraction.effect", + "max": "1", + "min": 0, + "path": "MedicinalProductInteraction.effect", + "type": [{ "code": "CodeableConcept" }], + "short": "The effect of the interaction, for example \"reduced gastric absorption of primary medication\"", + "isSummary": true, + "definition": "The effect of the interaction, for example \"reduced gastric absorption of primary medication\"." + }, + { + "id": "MedicinalProductInteraction.incidence", + "max": "1", + "min": 0, + "path": "MedicinalProductInteraction.incidence", + "type": [{ "code": "CodeableConcept" }], + "short": "The incidence of the interaction, e.g. theoretical, observed", + "isSummary": true, + "definition": "The incidence of the interaction, e.g. theoretical, observed." + }, + { + "id": "MedicinalProductInteraction.management", + "max": "1", + "min": 0, + "path": "MedicinalProductInteraction.management", + "type": [{ "code": "CodeableConcept" }], + "short": "Actions for managing the interaction", + "isSummary": true, + "definition": "Actions for managing the interaction." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CodeSystem/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Vocabulary)", + "fhirVersion": "4.0.1", + "name": "CodeSystem", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CodeSystem", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "CodeSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeSystem", + "differential": { + "element": [ + { + "id": "CodeSystem", + "max": "*", + "min": 0, + "path": "CodeSystem", + "short": "Declares the existence of and describes a code system or code system supplement", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "constraint": [ + { + "key": "csd-1", + "human": "Within a code system definition, all the codes SHALL be unique", + "xpath": "count(distinct-values(descendant::f:concept/f:code/@value))=count(descendant::f:concept)", + "severity": "error", + "expression": "concept.code.combine($this.descendants().concept.code).isDistinct()" + }, + { + "key": "csd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content." + }, + { + "path": "CodeSystem.url", + "requirements": "Allows the code system to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this code system when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in [Coding](datatypes.html#Coding).system.", + "short": "Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "CodeSystem.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CodeSystem.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the code system (business identifier)", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "CodeSystem.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this code system outside of FHIR, where it is not possible to use the logical URI. Note that HL7 defines at least three identifiers for many of its code systems - the FHIR canonical URL, the OID and the V2 Table 0396 mnemonic code.", + "isSummary": true + }, + { + "path": "CodeSystem.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in [Coding](datatypes.html#Coding).version.", + "short": "Business version of the code system (Coding.version)", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CodeSystem.version", + "comment": "There may be different code system instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the code system with the format [url]|[version].", + "isSummary": true + }, + { + "path": "CodeSystem.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the code system. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this code system (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "CodeSystem.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "CodeSystem.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the code system.", + "short": "Name for this code system (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CodeSystem.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CodeSystem.status", + "min": 1, + "definition": "The date (and optionally time) when the code system resource was created or revised.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CodeSystem.status", + "comment": "Allows filtering of code systems that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CodeSystem.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level code system.", + "min": 0, + "definition": "A Boolean value to indicate that this code system is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CodeSystem.experimental", + "comment": "Allows filtering of code systems that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CodeSystem.date", + "min": 0, + "definition": "The date (and optionally time) when the code system was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the code system changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "CodeSystem.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the code system. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "CodeSystem.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the code system. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the code system.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CodeSystem.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the code system is the organization or individual primarily responsible for the maintenance and upkeep of the code system. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the code system. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CodeSystem.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "CodeSystem.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "CodeSystem.description", + "min": 0, + "definition": "A free text natural language description of the code system from a consumer's perspective.", + "short": "Natural language description of the code system", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "alias": ["Scope", "Purpose"], + "max": "1", + "id": "CodeSystem.description", + "comment": "This description can be used to capture details such as why the code system was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the code system as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the code system is presumed to be the predominant language in the place the code system was created)." + }, + { + "path": "CodeSystem.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate code system instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CodeSystem.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the code system is intended to be used.", + "short": "Intended jurisdiction for code system (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "CodeSystem.jurisdiction", + "comment": "It may be possible for the code system to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "CodeSystem.purpose", + "min": 0, + "definition": "Explanation of why this code system is needed and why it has been designed as it has.", + "short": "Why this code system is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "CodeSystem.purpose", + "comment": "This element does not describe the usage of the code system. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this code system." + }, + { + "path": "CodeSystem.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the code system and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "CodeSystem.copyright", + "comment": "... Sometimes, the copyright differs between the code system and the codes that are included. The copyright statement should clearly differentiate between these when required." + }, + { + "path": "CodeSystem.caseSensitive", + "min": 0, + "definition": "If code comparison is case sensitive when codes within this system are compared to each other.", + "short": "If code comparison is case sensitive", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CodeSystem.caseSensitive", + "comment": "If this value is missing, then it is not specified whether a code system is case sensitive or not. When the rule is not known, Postel's law should be followed: produce codes with the correct case, and accept codes in any case. This element is primarily provided to support validation software.", + "isSummary": true + }, + { + "path": "CodeSystem.valueSet", + "min": 0, + "definition": "Canonical reference to the value set that contains the entire code system.", + "short": "Canonical reference to the value set with entire code system", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "max": "1", + "id": "CodeSystem.valueSet", + "comment": "The definition of the value set SHALL include all codes from this code system and only codes from this code system, and it SHALL be immutable.", + "isSummary": true + }, + { + "path": "CodeSystem.hierarchyMeaning", + "min": 0, + "definition": "The meaning of the hierarchy of concepts as represented in this resource.", + "short": "grouped-by | is-a | part-of | classified-with", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSystemHierarchyMeaning" + } + ], + "description": "The meaning of the hierarchy of concepts in a code system." + }, + "max": "1", + "id": "CodeSystem.hierarchyMeaning", + "comment": "Note that other representations might have a different hierarchy or none at all, and represent the information using properties.", + "isSummary": true + }, + { + "path": "CodeSystem.compositional", + "min": 0, + "definition": "The code system defines a compositional (post-coordination) grammar.", + "short": "If code system defines a compositional grammar", + "type": [{ "code": "boolean" }], + "alias": ["grammar"], + "max": "1", + "id": "CodeSystem.compositional", + "comment": "Note that the code system resource does not define what the compositional grammar is, only whether or not there is one.", + "isSummary": true + }, + { + "path": "CodeSystem.versionNeeded", + "min": 0, + "definition": "This flag is used to signify that the code system does not commit to concept permanence across versions. If true, a version must be specified when referencing this code system.", + "short": "If definitions are not stable", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CodeSystem.versionNeeded", + "comment": "Best practice is that code systems do not redefine concepts, or that if concepts are redefined, a new code system definition is created. But this is not always possible, so some code systems may be defined as 'versionNeeded'.\n\nMost code systems occasionally refine the displays defined for concepts between versions. Contexts in which the concept display values are validated may require that the version be specified for some code systems irrespective of the value of this property.", + "isSummary": true + }, + { + "path": "CodeSystem.content", + "min": 1, + "definition": "The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.", + "short": "not-present | example | fragment | complete | supplement", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSystemContentMode" + } + ], + "description": "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource." + }, + "max": "1", + "id": "CodeSystem.content", + "isSummary": true + }, + { + "path": "CodeSystem.supplements", + "min": 0, + "definition": "The canonical URL of the code system that this code system supplement is adding designations and properties to.", + "short": "Canonical URL of Code System this adds designations and properties to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "max": "1", + "id": "CodeSystem.supplements", + "comment": "The most common use of a code system supplement is to add additional language support.", + "isSummary": true + }, + { + "path": "CodeSystem.count", + "min": 0, + "definition": "The total number of concepts defined by the code system. Where the code system has a compositional grammar, the basis of this count is defined by the system steward.", + "short": "Total concepts in the code system", + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "CodeSystem.count", + "comment": "The count of concepts defined in this resource cannot be more than this value but may be less for several reasons - see the content element.", + "isSummary": true + }, + { + "path": "CodeSystem.filter", + "min": 0, + "definition": "A filter that can be used in a value set compose statement when selecting concepts using a filter.", + "short": "Filter that can be used in a value set", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CodeSystem.filter", + "comment": "Note that filters defined in code systems usually require custom code on the part of any terminology engine that will make them available for use in value set filters. For this reason, they are generally only seen in high value published terminologies.", + "isSummary": true + }, + { + "id": "CodeSystem.filter.code", + "max": "1", + "min": 1, + "path": "CodeSystem.filter.code", + "type": [{ "code": "code" }], + "short": "Code that identifies the filter", + "isSummary": true, + "definition": "The code that identifies this filter when it is used as a filter in [ValueSet](valueset.html#).compose.include.filter." + }, + { + "id": "CodeSystem.filter.description", + "max": "1", + "min": 0, + "path": "CodeSystem.filter.description", + "type": [{ "code": "string" }], + "short": "How or why the filter is used", + "isSummary": true, + "definition": "A description of how or why the filter is used." + }, + { + "path": "CodeSystem.filter.operator", + "min": 1, + "definition": "A list of operators that can be used with the filter.", + "short": "= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FilterOperator" + } + ], + "description": "The kind of operation to perform as a part of a property based filter." + }, + "max": "*", + "id": "CodeSystem.filter.operator", + "isSummary": true + }, + { + "id": "CodeSystem.filter.value", + "max": "1", + "min": 1, + "path": "CodeSystem.filter.value", + "type": [{ "code": "string" }], + "short": "What to use for the value", + "isSummary": true, + "definition": "A description of what the value for the filter should be." + }, + { + "path": "CodeSystem.property", + "min": 0, + "definition": "A property defines an additional slot through which additional information can be provided about a concept.", + "short": "Additional information supplied about each concept", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Property" + } + ], + "max": "*", + "id": "CodeSystem.property", + "isSummary": true + }, + { + "id": "CodeSystem.property.code", + "max": "1", + "min": 1, + "path": "CodeSystem.property.code", + "type": [{ "code": "code" }], + "short": "Identifies the property on the concepts, and when referred to in operations", + "isSummary": true, + "definition": "A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters." + }, + { + "id": "CodeSystem.property.uri", + "max": "1", + "min": 0, + "path": "CodeSystem.property.uri", + "type": [{ "code": "uri" }], + "short": "Formal identifier for the property", + "isSummary": true, + "definition": "Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system." + }, + { + "id": "CodeSystem.property.description", + "max": "1", + "min": 0, + "path": "CodeSystem.property.description", + "type": [{ "code": "string" }], + "short": "Why the property is defined, and/or what it conveys", + "isSummary": true, + "definition": "A description of the property- why it is defined, and how its value might be used." + }, + { + "path": "CodeSystem.property.type", + "min": 1, + "definition": "The type of the property value. Properties of type \"code\" contain a code defined by the code system (e.g. a reference to another defined concept).", + "short": "code | Coding | string | integer | boolean | dateTime | decimal", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-property-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyType" + } + ], + "description": "The type of a property value." + }, + "max": "1", + "id": "CodeSystem.property.type", + "isSummary": true + }, + { + "path": "CodeSystem.concept", + "min": 0, + "definition": "Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are.", + "short": "Concepts in the code system", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptDefinition" + } + ], + "max": "*", + "id": "CodeSystem.concept", + "comment": "If this is empty, it means that the code system resource does not represent the content of the code system." + }, + { + "id": "CodeSystem.concept.code", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.code", + "type": [{ "code": "code" }], + "short": "Code that identifies concept", + "definition": "A code - a text symbol - that uniquely identifies the concept within the code system." + }, + { + "id": "CodeSystem.concept.display", + "max": "1", + "min": 0, + "path": "CodeSystem.concept.display", + "type": [{ "code": "string" }], + "short": "Text to display to the user", + "definition": "A human readable string that is the recommended default way to present this concept to a user." + }, + { + "id": "CodeSystem.concept.definition", + "max": "1", + "min": 0, + "path": "CodeSystem.concept.definition", + "type": [{ "code": "string" }], + "short": "Formal definition", + "definition": "The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept." + }, + { + "path": "CodeSystem.concept.designation", + "requirements": "Many concept definition systems support multiple representations, in multiple languages, and for multiple purposes.", + "min": 0, + "definition": "Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.", + "short": "Additional representations for the concept", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CodeSystem.concept.designation", + "comment": "Concepts have both a ```display``` and an array of ```designation```. The display is equivalent to a special designation with an implied ```designation.use``` of \"primary code\" and a language equal to the [Resource Language](resource.html#language)." + }, + { + "path": "CodeSystem.concept.designation.language", + "min": 0, + "definition": "The language this designation is defined for.", + "short": "Human language of the designation", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "CodeSystem.concept.designation.language", + "comment": "In the absence of a language, the resource language applies." + }, + { + "path": "CodeSystem.concept.designation.use", + "min": 0, + "definition": "A code that details how this designation would be used.", + "short": "Details how this designation would be used", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "1", + "id": "CodeSystem.concept.designation.use", + "comment": "If no use is provided, the designation can be assumed to be suitable for general display to a human user." + }, + { + "id": "CodeSystem.concept.designation.value", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.designation.value", + "type": [{ "code": "string" }], + "short": "The text value for this designation", + "definition": "The text value for this designation." + }, + { + "id": "CodeSystem.concept.property", + "max": "*", + "min": 0, + "path": "CodeSystem.concept.property", + "type": [{ "code": "BackboneElement" }], + "short": "Property value for the concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptProperty" + } + ], + "definition": "A property value for this concept." + }, + { + "id": "CodeSystem.concept.property.code", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.property.code", + "type": [{ "code": "code" }], + "short": "Reference to CodeSystem.property.code", + "definition": "A code that is a reference to CodeSystem.property.code." + }, + { + "id": "CodeSystem.concept.property.value[x]", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.property.value[x]", + "type": [ + { "code": "code" }, + { "code": "Coding" }, + { "code": "string" }, + { "code": "integer" }, + { "code": "boolean" }, + { "code": "dateTime" }, + { "code": "decimal" } + ], + "short": "Value of the property for this concept", + "definition": "The value of this property." + }, + { + "id": "CodeSystem.concept.concept", + "max": "*", + "min": 0, + "path": "CodeSystem.concept.concept", + "short": "Child Concepts (is-a/contains/categorizes)", + "definition": "Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning.", + "contentReference": "#CodeSystem.concept" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Materials used or needed to feed the patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice/4.0.1", + "date": "2017-10-18", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Orders and Observations WG", + "fhirVersion": "4.0.1", + "name": "adaptiveFeedingDevice", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Adaptive Feeding Device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutritionorder-adaptiveFeedingDevice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice", + "context": [ + { "type": "element", "expression": "NutritionOrder.oralDiet" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/nutritionorder-adaptiveFeedingDevice", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Adaptive Feeding Device", + "definition": "Materials used or needed to feed the patient." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/nutritionorder-adaptiveFeedingDevice" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/feeding-device", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FeedingDevice" + } + ], + "description": "Materials used or needed to feed the patient." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Condition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "Condition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Condition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Condition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Condition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Condition", + "differential": { + "element": [ + { + "id": "Condition", + "max": "*", + "min": 0, + "path": "Condition", + "short": "Detailed information about conditions, problems or diagnoses", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "< 243796009 |Situation with explicit context| : 246090004 |Associated finding| = ( ( < 404684003 |Clinical finding| MINUS ( << 420134006 |Propensity to adverse reactions| OR << 473010000 |Hypersensitivity condition| OR << 79899007 |Drug interaction| OR << 69449002 |Drug action| OR << 441742003 |Evaluation finding| OR << 307824009 |Administrative status| OR << 385356007 |Tumor stage finding|)) OR < 272379006 |Event|)", + "identity": "sct-concept" + }, + { "map": "PPR message", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value StudyProtocolDocumentVersion, this is arguably a different semantic)", + "identity": "BRIDG5.1" + }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ResearchStudy.identifier", + "isSummary": true + }, + { + "path": "ResearchStudy.title", + "min": 0, + "definition": "A short, descriptive user-friendly label for the study.", + "short": "Name for this study", + "mapping": [ + { + "map": "Brief Title", + "identity": "clinicaltrials-gov" + }, + { + "map": "No BRIDG mapping (although there is StudyProtocolDocumentVersionPublicTitle this is arguably a different semantic: title of a document vs title of a research study)", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchStudy.title", + "isSummary": true + }, + { + "path": "ResearchStudy.protocol", + "min": 0, + "definition": "The set of steps expected to be performed as part of the execution of the study.", + "short": "Steps followed in executing study", + "mapping": [ + { + "map": "Interventions; Arm/Intervention Cross-Reference", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocumentVersionPublicTitle.name", + "identity": "BRIDG5.1" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "max": "*", + "id": "ResearchStudy.protocol", + "isSummary": true + }, + { + "path": "ResearchStudy.partOf", + "requirements": "Allows breaking a study into components (e.g. by study site) each with their own PI, status, enrollment, etc.", + "min": 0, + "definition": "A larger research study of which this particular study is a component or step.", + "short": "Part of larger study", + "mapping": [ + { + "map": "CompanionStudyRelationship", + "identity": "BRIDG5.1" + }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "alias": ["container"], + "max": "*", + "id": "ResearchStudy.partOf", + "isSummary": true + }, + { + "path": "ResearchStudy.status", + "min": 1, + "definition": "The current state of the study.", + "isModifier": true, + "short": "active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudyOverallStatus.code", + "identity": "BRIDG5.1" + }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyStatus" + } + ], + "description": "Codes that convey the current status of the research study." + }, + "max": "1", + "id": "ResearchStudy.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ResearchStudy.primaryPurposeType", + "min": 0, + "definition": "The type of study based upon the intent of the study's activities. A classification of the intent of the study.", + "short": "treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility", + "mapping": [ + { + "map": "StudyProtocolVersion.primaryPurposeTypeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPrimaryPurposeType" + } + ], + "description": "Codes for the main intent of the study." + }, + "max": "1", + "id": "ResearchStudy.primaryPurposeType", + "isSummary": true + }, + { + "path": "ResearchStudy.phase", + "min": 0, + "definition": "The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.", + "short": "n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4", + "mapping": [ + { + "map": "Study Phase", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolVersion.phaseCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-phase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPhase" + } + ], + "description": "Codes for the stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation." + }, + "max": "1", + "id": "ResearchStudy.phase", + "isSummary": true + }, + { + "path": "ResearchStudy.category", + "min": 0, + "definition": "Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc.", + "short": "Classifications for the study", + "mapping": [ + { + "map": "Study Type; Primary Purpose; Interventional Model; Masking; Allocation; study Classification; Observational Study Model; Time Perspective; Biospecimen Retention", + "identity": "clinicaltrials-gov" + }, + { + "map": "InterventionalStudyProtocolVersion; InterventionalStudyProtocol.allocationCode; InterventionalStudyProtocol.blindedRoleCode; InterventionalStudyProtocol.blindingSchemaCode; InterventionalStudyProtocol.controlTypeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyCategory" + } + ], + "description": "Codes that describe the type of research study. E.g. Study phase, Interventional/Observational, blinding type, etc." + }, + "max": "*", + "id": "ResearchStudy.category", + "isSummary": true + }, + { + "path": "ResearchStudy.focus", + "min": 0, + "definition": "The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.", + "short": "Drugs, devices, etc. under study", + "mapping": [ + { + "map": "Focus of Study", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "InterventionalStudyProtocol.interventionTypeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyFocus" + } + ], + "description": "Codes for medications, devices and other interventions." + }, + "max": "*", + "id": "ResearchStudy.focus", + "isSummary": true + }, + { + "path": "ResearchStudy.condition", + "min": 0, + "definition": "The condition that is the focus of the study. For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion \"healthy volunteer\", but the target condition code would be a Lupus SNOMED code.", + "short": "Condition being studied", + "mapping": [ + { + "map": "Conditions", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "StudyCondition.code", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionCode" + } + ], + "description": "Identification of the condition or diagnosis." + }, + "max": "*", + "id": "ResearchStudy.condition", + "isSummary": true + }, + { + "path": "ResearchStudy.contact", + "min": 0, + "definition": "Contact details to assist a user in learning more about or engaging with the study.", + "short": "Contact details for the study", + "mapping": [ + { + "map": "Central Contact; Central Contact Backup; Overall Study Officials; Facility Contact & Backup (if Study tied to only one location); Investigators", + "identity": "clinicaltrials-gov" + }, + { + "map": "PointOfContact > Project > Research Project > Study > StudyProtocol > StudyProtocolVersion", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ResearchStudy.contact", + "isSummary": true + }, + { + "id": "ResearchStudy.relatedArtifact", + "max": "*", + "min": 0, + "path": "ResearchStudy.relatedArtifact", + "type": [{ "code": "RelatedArtifact" }], + "short": "References and dependencies", + "mapping": [ + { + "map": "Citations, Links, Available Study Data/Documents", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocument, StudyProtocolDocumentVersion", + "identity": "BRIDG5.1" + } + ], + "definition": "Citations, references and other related documents." + }, + { + "path": "ResearchStudy.keyword", + "min": 0, + "definition": "Key terms to aid in searching for or filtering the study.", + "short": "Used to search for the study", + "mapping": [ + { "map": "Keywords", "identity": "clinicaltrials-gov" }, + { + "map": "DocumentVersion.keywordCode; DocumentVersion.keywordText", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyKeyword" + } + ], + "description": "Words associated with the study that may be useful in discovery." + }, + "max": "*", + "id": "ResearchStudy.keyword", + "isSummary": true + }, + { + "path": "ResearchStudy.location", + "min": 0, + "definition": "Indicates a country, state or other region where the study is taking place.", + "short": "Geographic region(s) for study", + "mapping": [ + { + "map": "StudyProtocolVersion.participatingLocationCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ResearchStudy.location", + "isSummary": true + }, + { + "id": "ResearchStudy.description", + "max": "1", + "min": 0, + "path": "ResearchStudy.description", + "type": [{ "code": "markdown" }], + "short": "What this is study doing", + "mapping": [ + { + "map": "Detailed Description", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocumentVersion.publicDescription", + "identity": "BRIDG5.1" + } + ], + "definition": "A full description of how the study is being conducted." + }, + { + "path": "ResearchStudy.enrollment", + "min": 0, + "definition": "Reference to a Group that defines the criteria for and quantity of subjects participating in the study. E.g. \" 200 female Europeans between the ages of 20 and 45 with early onset diabetes\".", + "short": "Inclusion & exclusion criteria", + "mapping": [ + { + "map": "Enrollment; Number of Groups/Cohorts (= number of \"enrollment\" instances); Groups (Group/Cohort Label = Group.name; Group/Cohort Description = Group.description); Eligibility (Group criteria)", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "InterventionalStudyProtocol.interventionGroupQuantity", + "identity": "BRIDG5.1" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "*", + "id": "ResearchStudy.enrollment", + "comment": "The Group referenced should not generally enumerate specific subjects. Subjects will be linked to the study using the ResearchSubject resource.", + "isSummary": true + }, + { + "path": "ResearchStudy.period", + "min": 0, + "definition": "Identifies the start date and the expected (or actual, depending on status) end date for the study.", + "short": "When the study began and ended", + "mapping": [ + { + "map": "Study Start Date (start); Study Completion Date (end)", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "ProjectConduct.dateRange; StudyProtocolVersion.plannedDuration", + "identity": "BRIDG5.1" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "alias": ["timing"], + "max": "1", + "id": "ResearchStudy.period", + "isSummary": true + }, + { + "path": "ResearchStudy.sponsor", + "min": 0, + "definition": "An organization that initiates the investigation and is legally responsible for the study.", + "short": "Organization that initiates and is legally responsible for the study", + "mapping": [ + { "map": "Sponsor", "identity": "clinicaltrials-gov" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RegulatoryApplicationSponsor; StudyLegalSponsor; StudyProtocolVersion.responsiblePartyCode", + "identity": "BRIDG5.1" + }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ResearchStudy.sponsor", + "isSummary": true + }, + { + "path": "ResearchStudy.principalInvestigator", + "min": 0, + "definition": "A researcher in a study who oversees multiple aspects of the study, such as concept development, protocol writing, protocol submission for IRB approval, participant recruitment, informed consent, data collection, analysis, interpretation and presentation.", + "short": "Researcher who oversees multiple aspects of the study", + "mapping": [ + { + "map": "Principal Investigator", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "StudyInvestigator", "identity": "BRIDG5.1" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "ResearchStudy.principalInvestigator", + "isSummary": true + }, + { + "path": "ResearchStudy.site", + "min": 0, + "definition": "A facility in which study activities are conducted.", + "short": "Facility where study activities are conducted", + "mapping": [ + { "map": "Facility", "identity": "clinicaltrials-gov" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "PlannedStudySite; StudySite", + "identity": "BRIDG5.1" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "ResearchStudy.site", + "isSummary": true + }, + { + "path": "ResearchStudy.reasonStopped", + "min": 0, + "definition": "A description and/or code explaining the premature termination of the study.", + "short": "accrual-goal-met | closed-due-to-toxicity | closed-due-to-lack-of-study-progress | temporarily-closed-per-study-design", + "mapping": [ + { + "map": "Why Study Stopped", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "StudyOverallStatus.studyStoppedReasonCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyReasonStopped" + } + ], + "description": "Codes for why the study ended prematurely." + }, + "max": "1", + "id": "ResearchStudy.reasonStopped", + "isSummary": true + }, + { + "id": "ResearchStudy.note", + "max": "*", + "min": 0, + "path": "ResearchStudy.note", + "type": [{ "code": "Annotation" }], + "short": "Comments made about the study", + "mapping": [ + { "map": "No BRIDG mapping", "identity": "BRIDG5.1" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "definition": "Comments made about the study by the performer, subject or other participants." + }, + { + "id": "ResearchStudy.arm", + "max": "*", + "min": 0, + "path": "ResearchStudy.arm", + "type": [{ "code": "BackboneElement" }], + "short": "Defined path through the study for a subject", + "mapping": [ + { "map": "Arms", "identity": "clinicaltrials-gov" }, + { "map": "Arm", "identity": "BRIDG5.1" } + ], + "definition": "Describes an expected sequence of events for one of the participants of a study. E.g. Exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up." + }, + { + "id": "ResearchStudy.arm.name", + "max": "1", + "min": 1, + "path": "ResearchStudy.arm.name", + "type": [{ "code": "string" }], + "short": "Label for study arm", + "mapping": [ + { + "map": "Arm Label", + "identity": "clinicaltrials-gov" + }, + { "map": "Arm.name", "identity": "BRIDG5.1" } + ], + "definition": "Unique, human-readable label for this arm of the study." + }, + { + "id": "ResearchStudy.arm.type", + "max": "1", + "min": 0, + "path": "ResearchStudy.arm.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Categorization of study arm", + "mapping": [ + { "map": "Arm Type", "identity": "clinicaltrials-gov" }, + { "map": "Arm.typeCode", "identity": "BRIDG5.1" } + ], + "definition": "Categorization of study arm, e.g. experimental, active comparator, placebo comparater." + }, + { + "id": "ResearchStudy.arm.description", + "max": "1", + "min": 0, + "path": "ResearchStudy.arm.description", + "type": [{ "code": "string" }], + "short": "Short explanation of study path", + "mapping": [ + { + "map": "Arm Description", + "identity": "clinicaltrials-gov" + }, + { "map": "Arm.description", "identity": "BRIDG5.1" } + ], + "definition": "A succinct description of the path through the study that would be followed by a subject adhering to this arm." + }, + { + "id": "ResearchStudy.objective", + "max": "*", + "min": 0, + "path": "ResearchStudy.objective", + "type": [{ "code": "BackboneElement" }], + "short": "A goal for the study", + "mapping": [ + { "map": "StudyObjective", "identity": "BRIDG5.1" } + ], + "definition": "A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study." + }, + { + "id": "ResearchStudy.objective.name", + "max": "1", + "min": 0, + "path": "ResearchStudy.objective.name", + "type": [{ "code": "string" }], + "short": "Label for the objective", + "mapping": [ + { + "map": "No BRIDG mapping (BRIDG has a description, but not a name)", + "identity": "BRIDG5.1" + } + ], + "definition": "Unique, human-readable label for this objective of the study." + }, + { + "path": "ResearchStudy.objective.type", + "min": 0, + "definition": "The kind of study objective.", + "short": "primary | secondary | exploratory", + "mapping": [ + { + "map": "StudyObjective.typeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyObjectiveType" + } + ], + "description": "Codes for the kind of study objective." + }, + "max": "1", + "id": "ResearchStudy.objective.type" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Th SOP Instance UID values.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-Instance/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "Instance", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-Instance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Instance", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-Instance", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "SOP Instance UID value", + "comment": "Including the list of SOP Instances can create a large audit message. Under most circumstances, the list of SOP Instance UIDs is not needed for audit purposes.", + "mapping": [{ "map": "Instance", "identity": "dicom" }], + "definition": "Th SOP Instance UID values." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-Instance" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Identifier" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "effectiveDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-effectiveDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-effectiveDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When the value set version becomes Active and is available for use", + "definition": "This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-effectiveDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The time of the first incision.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "incisionDateTime", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "incisionDateTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-incisionDateTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime", + "context": [{ "type": "element", "expression": "Procedure" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-incisionDateTime", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The first incision time", + "definition": "The time of the first incision." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The method used to perform this procedure.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-method/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "method", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-method", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-method", + "context": [{ "type": "element", "expression": "Procedure" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-method", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The method used to perform the procedure", + "comment": "Improve definition. Add mappings.", + "definition": "The method used to perform this procedure." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-method" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This is an equivalent of the string on which the extension is sent, but includes additional markdown (see documentation about [markdown](datatypes.html#markdown). Note that using HTML [xhtml](extension-rendering-xhtml.html) can allow for greater precision of display.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/rendering-markdown/4.0.1", + "date": "2014-04-23", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "markdown", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rendering-markdown", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-markdown", + "context": [{ "type": "element", "expression": "string" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/rendering-markdown", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "String equivalent with markdown", + "mapping": [ + { + "map": "ED can be markdown content", + "identity": "rim" + } + ], + "definition": "This is an equivalent of the string on which the extension is sent, but includes additional markdown (see documentation about [markdown](datatypes.html#markdown). Note that using HTML [xhtml](extension-rendering-xhtml.html) can allow for greater precision of display." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/rendering-markdown" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Word or words used in an information retrieval system to indicate the content of the value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-keyWord/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "keyWord", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-keyWord", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-keyWord", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-keyWord", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Descriptors and key terms for search", + "definition": "Word or words used in an information retrieval system to indicate the content of the value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-keyWord" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Hinting information for the narrative generator - a series of name: value; pairs.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "display-hint", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-display-hint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-display-hint", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Hinting information for the narrative generator", + "comment": "known names: default (default value - don't represent if this value).", + "definition": "Hinting information for the narrative generator - a series of name: value; pairs." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A logical reference (e.g. a reference to ValueSet.url) that identifies the value set/version that identifies the set of possible coded values this coding was chosen from or constrained by.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-reference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "reference", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-reference", + "context": [{ "type": "element", "expression": "Coding" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-reference", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "A logical reference (e.g. a reference to ValueSet.url) that identifies the value set/version that identifies the set of possible coded values this coding was chosen from or constrained by.", + "isModifier": false, + "short": "Url of Value set the code was chosen from", + "mapping": [ + { "map": "CWE.", "identity": "v2" }, + { + "map": "CD.valueSet/CD.valueSetVersion", + "identity": "rim" + } + ], + "max": "1", + "id": "Extension", + "comment": "If this extension is used with an [extensible binding](terminologies.html#extensible), and the concept comes from outside the bound valueset, the value set SHALL be different from the bound valueset." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-reference" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Link to an actual medication administration record with the full details of the administration, if a link is known.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-administration/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "administration", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-administration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-administration", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-administration", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Actual medication record, if known", + "definition": "Link to an actual medication administration record with the full details of the administration, if a link is known." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-administration" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for xhtml Type", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/xhtml/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "xhtml", + "abstract": false, + "type": "xhtml", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "xhtml", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/xhtml", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/xhtml", + "differential": { + "element": [ + { + "id": "xhtml", + "max": "*", + "min": 0, + "path": "xhtml", + "short": "Primitive Type xhtml", + "definition": "XHTML" + }, + { + "id": "xhtml.extension", + "max": "0", + "path": "xhtml.extension" + }, + { + "id": "xhtml.value", + "max": "1", + "min": 1, + "path": "xhtml.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ] + } + ], + "short": "Actual xhtml", + "definition": "Actual xhtml", + "representation": ["xhtml"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Base StructureDefinition for boolean Type: Value of \"true\" or \"false\"", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/boolean/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "boolean", + "abstract": false, + "type": "boolean", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "boolean", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/boolean", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/boolean", + "differential": { + "element": [ + { + "id": "boolean", + "max": "*", + "min": 0, + "path": "boolean", + "short": "Primitive Type boolean", + "definition": "Value of \"true\" or \"false\"" + }, + { + "id": "boolean.value", + "max": "1", + "min": 0, + "path": "boolean.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Boolean", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "boolean" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "true|false" + } + ] + } + ], + "short": "Primitive value for boolean", + "definition": "Primitive value for boolean", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductContraindication/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductContraindication", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductContraindication", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductContraindication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductContraindication", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductContraindication", + "differential": { + "element": [ + { + "id": "MedicinalProductContraindication", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication", + "short": "MedicinalProductContraindication", + "definition": "The clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes." + }, + { + "id": "MedicinalProductContraindication.subject", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "short": "The medication for which this is an indication", + "isSummary": true, + "definition": "The medication for which this is an indication." + }, + { + "id": "MedicinalProductContraindication.disease", + "max": "1", + "min": 0, + "path": "MedicinalProductContraindication.disease", + "type": [{ "code": "CodeableConcept" }], + "short": "The disease, symptom or procedure for the contraindication", + "isSummary": true, + "definition": "The disease, symptom or procedure for the contraindication." + }, + { + "id": "MedicinalProductContraindication.diseaseStatus", + "max": "1", + "min": 0, + "path": "MedicinalProductContraindication.diseaseStatus", + "type": [{ "code": "CodeableConcept" }], + "short": "The status of the disease or symptom for the contraindication", + "isSummary": true, + "definition": "The status of the disease or symptom for the contraindication." + }, + { + "id": "MedicinalProductContraindication.comorbidity", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication.comorbidity", + "type": [{ "code": "CodeableConcept" }], + "short": "A comorbidity (concurrent condition) or coinfection", + "isSummary": true, + "definition": "A comorbidity (concurrent condition) or coinfection." + }, + { + "id": "MedicinalProductContraindication.therapeuticIndication", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication.therapeuticIndication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication" + ] + } + ], + "short": "Information about the use of the medicinal product in relation to other therapies as part of the indication", + "isSummary": true, + "definition": "Information about the use of the medicinal product in relation to other therapies as part of the indication." + }, + { + "id": "MedicinalProductContraindication.otherTherapy", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication.otherTherapy", + "type": [{ "code": "BackboneElement" }], + "short": "Information about the use of the medicinal product in relation to other therapies described as part of the indication", + "isSummary": true, + "definition": "Information about the use of the medicinal product in relation to other therapies described as part of the indication." + }, + { + "id": "MedicinalProductContraindication.otherTherapy.therapyRelationshipType", + "max": "1", + "min": 1, + "path": "MedicinalProductContraindication.otherTherapy.therapyRelationshipType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of relationship between the medicinal product indication or contraindication and another therapy", + "isSummary": true, + "definition": "The type of relationship between the medicinal product indication or contraindication and another therapy." + }, + { + "id": "MedicinalProductContraindication.otherTherapy.medication[x]", + "max": "1", + "min": 1, + "path": "MedicinalProductContraindication.otherTherapy.medication[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" + ] + } + ], + "short": "Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication", + "isSummary": true, + "definition": "Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication." + }, + { + "id": "MedicinalProductContraindication.population", + "max": "*", + "min": 0, + "path": "MedicinalProductContraindication.population", + "type": [{ "code": "Population" }], + "short": "The population group to which this applies", + "isSummary": true, + "definition": "The population group to which this applies." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/example-section-library/4.0.1", + "date": "2018-11-05T17:57:00+11:00", + "derivation": "constraint", + "fhirVersion": null, + "name": "DocumentSectionLibrary", + "abstract": true, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Document Section Library (For testing section templates)", + "status": "active", + "id": "example-section-library", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/example-section-library", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-section-library", + "differential": { + "element": [ + { "id": "Composition", "path": "Composition" }, + { + "id": "Composition.section", + "path": "Composition.section", + "slicing": { + "rules": "closed", + "ordered": true, + "description": "Slice by .section.code when using this library of sections", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + }, + { + "id": "Composition.section:procedure", + "path": "Composition.section", + "sliceName": "procedure" + }, + { + "id": "Composition.section:procedure.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Procedures Performed" + }, + { + "id": "Composition.section:procedure.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + }, + { + "id": "Composition.section:medications", + "path": "Composition.section", + "sliceName": "medications" + }, + { + "id": "Composition.section:medications.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Medications Administered" + }, + { + "id": "Composition.section:medications.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + }, + { + "id": "Composition.section:plan", + "path": "Composition.section", + "sliceName": "plan" + }, + { + "id": "Composition.section:plan.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Discharge Treatment Plan" + }, + { + "id": "Composition.section:plan.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "Status code taken from [HL7 template specification](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=377) - allows for alignment with the template DSTU, and has more authoring status codes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "template-status", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-template-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-template-status", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Template Status Code (more authoring statuses)", + "comment": "The Profile status has the codes that are relevant to end-users/developers, while this extension has the codes used by profile developers.", + "definition": "Status code taken from [HL7 template specification](http://www.hl7.org/implement/standards/product_brief.cfm?product_id=377) - allows for alignment with the template DSTU, and has more authoring status codes." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-template-status" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/template-status-code|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TemplateStatusCode" + } + ], + "description": "The status indicates the level of maturity of the design and may be used to manage the use of the design." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Ancestry information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Ancestry", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsAncestry", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsAncestry", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Ancestry", + "definition": "Ancestry information." + }, + { + "id": "Extension.extension:Name", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Ancestry name", + "sliceName": "Name", + "definition": "A definition that describes the geographical origin of a patient." + }, + { + "id": "Extension.extension:Name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Name" + }, + { + "id": "Extension.extension:Name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:Percentage", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Ancestry percentage", + "sliceName": "Percentage", + "definition": "The ratio of this ancestry to all of the patient's ancestry." + }, + { + "id": "Extension.extension:Percentage.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Percentage.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Percentage" + }, + { + "id": "Extension.extension:Percentage.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "decimal" }] + }, + { + "id": "Extension.extension:Source", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Source of ancestry report", + "sliceName": "Source", + "definition": "In what way the ancestry is reported (e.g. Patient reported, Genetic test, Other, Unknown)." + }, + { + "id": "Extension.extension:Source.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Source.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Source" + }, + { + "id": "Extension.extension:Source.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Flag indicating if the specialty is the primary specialty of the provider. Normally, a practitioner will have one primary specialty, but in some cases more than one can be primary.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "primaryInd", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "primaryInd", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organizationaffiliation-primaryInd", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd", + "context": [ + { + "type": "element", + "expression": "OrganizationAffiliation.specialty" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/organizationaffiliation-primaryInd", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Indicator of primary specialty", + "definition": "Flag indicating if the specialty is the primary specialty of the provider. Normally, a practitioner will have one primary specialty, but in some cases more than one can be primary.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/organizationaffiliation-primaryInd" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-usage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "usage", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-usage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-usage", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-usage", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Who has used and how?", + "comment": "This is likely to be a ???point in time??? view and should not be considered an authoritative listing of all uses of the value set.", + "definition": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "This is most likely to be an organization but can be an individual. It would not be a program, that information should be recorded in the usage.use.", + "isModifier": false, + "short": "A consumer of or client for the value set", + "type": [{ "code": "Extension" }], + "sliceName": "user", + "max": "1", + "id": "Extension.extension:user" + }, + { + "id": "Extension.extension:user.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:user.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "user" + }, + { + "id": "Extension.extension:user.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "A descriptive name of the project or standard in which the value set is used.", + "isModifier": false, + "short": "Implementation/project/standard that uses value set", + "type": [{ "code": "Extension" }], + "sliceName": "use", + "max": "1", + "id": "Extension.extension:use" + }, + { + "id": "Extension.extension:use.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:use.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "use" + }, + { + "id": "Extension.extension:use.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-usage" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Parameters/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Parameters", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Parameters", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Parameters", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Parameters", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Parameters", + "differential": { + "element": [ + { + "id": "Parameters", + "max": "*", + "min": 0, + "path": "Parameters", + "short": "Operation Request or Response", + "comment": "The parameters that may be used are defined by the OperationDefinition resource.", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "This resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it." + }, + { + "constraint": [ + { + "key": "inv-1", + "human": "A parameter must have one and only one of (value, resource, part)", + "xpath": "(exists(f:resource) or exists(f:part) or exists(f:*[starts-with(local-name(.), 'value')])) and not(exists(f:*[starts-with(local-name(.), 'value')])) and exists(f:resource))) and not(exists(f:*[starts-with(local-name(.), 'value')])) and exists(f:part))) and not(exists(f:part) and exists(f:resource))", + "severity": "error", + "expression": "(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))" + } + ], + "path": "Parameters.parameter", + "min": 0, + "definition": "A parameter passed to or received from the operation.", + "short": "Operation Parameter", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Parameters.parameter", + "isSummary": true + }, + { + "id": "Parameters.parameter.name", + "max": "1", + "min": 1, + "path": "Parameters.parameter.name", + "type": [{ "code": "string" }], + "short": "Name from the definition", + "isSummary": true, + "definition": "The name of the parameter (reference to the operation definition)." + }, + { + "path": "Parameters.parameter.value[x]", + "min": 0, + "definition": "If the parameter is a data type.", + "short": "If parameter is a data type", + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "Parameters.parameter.value[x]", + "condition": ["inv-1"], + "isSummary": true + }, + { + "path": "Parameters.parameter.resource", + "min": 0, + "definition": "If the parameter is a whole resource.", + "short": "If parameter is a whole resource", + "type": [{ "code": "Resource" }], + "max": "1", + "id": "Parameters.parameter.resource", + "condition": ["inv-1"], + "comment": "When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.", + "isSummary": true + }, + { + "path": "Parameters.parameter.part", + "min": 0, + "definition": "A named part of a multi-part parameter.", + "short": "Named part of a multi-part parameter", + "contentReference": "#Parameters.parameter", + "max": "*", + "id": "Parameters.parameter.part", + "comment": "Only one level of nested parameters is allowed.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "An alternative representation of the same physical quantity expressed in a different unit from a different unit code system and possibly with a different value.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "PQ-translation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-PQ-translation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation", + "context": [{ "type": "element", "expression": "Quantity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-PQ-translation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Same quantity with different units", + "comment": "It is not necessary for information processing entities to check and enforce that the translations are valid translations of the base unit, but they are allowed to do so, and to reject instances where the translations are not valid. \nNOTE Translations are allowed to contain other representations in UCUM units, but there is generally no point to this as it is possible to convert from one UCUM form to another.", + "mapping": [{ "map": "PQ.translation", "identity": "rim" }], + "definition": "An alternative representation of the same physical quantity expressed in a different unit from a different unit code system and possibly with a different value." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-PQ-translation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Quantity" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Enforces the minimum information set for the library metadata required by HL7 and other organizations that share and publish libraries", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablelibrary/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable Library", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareablelibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.url", + "max": "1", + "min": 1, + "path": "Library.url", + "type": [{ "code": "uri" }] + }, + { + "id": "Library.identifier", + "path": "Library.identifier", + "mustSupport": true + }, + { + "id": "Library.version", + "max": "1", + "min": 1, + "path": "Library.version", + "type": [{ "code": "string" }] + }, + { + "id": "Library.name", + "max": "1", + "min": 1, + "path": "Library.name", + "type": [{ "code": "string" }] + }, + { + "id": "Library.title", + "max": "1", + "min": 0, + "path": "Library.title", + "mustSupport": true + }, + { + "id": "Library.experimental", + "max": "1", + "min": 1, + "path": "Library.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "Library.date", + "max": "1", + "min": 0, + "path": "Library.date", + "mustSupport": true + }, + { + "id": "Library.publisher", + "max": "1", + "min": 1, + "path": "Library.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "Library.contact", + "path": "Library.contact", + "mustSupport": true + }, + { + "id": "Library.description", + "max": "1", + "min": 1, + "path": "Library.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "Library.useContext", + "path": "Library.useContext", + "mustSupport": true + }, + { + "id": "Library.jurisdiction", + "path": "Library.jurisdiction", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library" + }, + { + "description": "A medicinal product in a container or package.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductPackaged", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductPackaged", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductPackaged", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductPackaged", + "differential": { + "element": [ + { + "id": "MedicinalProductPackaged", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged", + "short": "A medicinal product in a container or package", + "definition": "A medicinal product in a container or package." + }, + { + "id": "MedicinalProductPackaged.identifier", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.identifier", + "type": [{ "code": "Identifier" }], + "short": "Unique identifier", + "isSummary": true, + "definition": "Unique identifier." + }, + { + "id": "MedicinalProductPackaged.subject", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct" + ] + } + ], + "short": "The product with this is a pack for", + "isSummary": true, + "definition": "The product with this is a pack for." + }, + { + "id": "MedicinalProductPackaged.description", + "max": "1", + "min": 0, + "path": "MedicinalProductPackaged.description", + "type": [{ "code": "string" }], + "short": "Textual description", + "isSummary": true, + "definition": "Textual description." + }, + { + "id": "MedicinalProductPackaged.legalStatusOfSupply", + "max": "1", + "min": 0, + "path": "MedicinalProductPackaged.legalStatusOfSupply", + "type": [{ "code": "CodeableConcept" }], + "short": "The legal status of supply of the medicinal product as classified by the regulator", + "isSummary": true, + "definition": "The legal status of supply of the medicinal product as classified by the regulator." + }, + { + "id": "MedicinalProductPackaged.marketingStatus", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.marketingStatus", + "type": [{ "code": "MarketingStatus" }], + "short": "Marketing information", + "isSummary": true, + "definition": "Marketing information." + }, + { + "id": "MedicinalProductPackaged.marketingAuthorization", + "max": "1", + "min": 0, + "path": "MedicinalProductPackaged.marketingAuthorization", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization" + ] + } + ], + "short": "Manufacturer of this Package Item", + "isSummary": true, + "definition": "Manufacturer of this Package Item." + }, + { + "id": "MedicinalProductPackaged.manufacturer", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Manufacturer of this Package Item", + "isSummary": true, + "definition": "Manufacturer of this Package Item." + }, + { + "id": "MedicinalProductPackaged.batchIdentifier", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.batchIdentifier", + "type": [{ "code": "BackboneElement" }], + "short": "Batch numbering", + "isSummary": true, + "definition": "Batch numbering." + }, + { + "id": "MedicinalProductPackaged.batchIdentifier.outerPackaging", + "max": "1", + "min": 1, + "path": "MedicinalProductPackaged.batchIdentifier.outerPackaging", + "type": [{ "code": "Identifier" }], + "short": "A number appearing on the outer packaging of a specific batch", + "isSummary": true, + "definition": "A number appearing on the outer packaging of a specific batch." + }, + { + "id": "MedicinalProductPackaged.batchIdentifier.immediatePackaging", + "max": "1", + "min": 0, + "path": "MedicinalProductPackaged.batchIdentifier.immediatePackaging", + "type": [{ "code": "Identifier" }], + "short": "A number appearing on the immediate packaging (and not the outer packaging)", + "isSummary": true, + "definition": "A number appearing on the immediate packaging (and not the outer packaging)." + }, + { + "id": "MedicinalProductPackaged.packageItem", + "max": "*", + "min": 1, + "path": "MedicinalProductPackaged.packageItem", + "type": [{ "code": "BackboneElement" }], + "short": "A packaging item, as a contained for medicine, possibly with other packaging items within", + "isSummary": true, + "definition": "A packaging item, as a contained for medicine, possibly with other packaging items within." + }, + { + "id": "MedicinalProductPackaged.packageItem.identifier", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.identifier", + "type": [{ "code": "Identifier" }], + "short": "Including possibly Data Carrier Identifier", + "isSummary": true, + "definition": "Including possibly Data Carrier Identifier." + }, + { + "id": "MedicinalProductPackaged.packageItem.type", + "max": "1", + "min": 1, + "path": "MedicinalProductPackaged.packageItem.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The physical type of the container of the medicine", + "isSummary": true, + "definition": "The physical type of the container of the medicine." + }, + { + "id": "MedicinalProductPackaged.packageItem.quantity", + "max": "1", + "min": 1, + "path": "MedicinalProductPackaged.packageItem.quantity", + "type": [{ "code": "Quantity" }], + "short": "The quantity of this package in the medicinal product, at the current level of packaging. The outermost is always 1", + "isSummary": true, + "definition": "The quantity of this package in the medicinal product, at the current level of packaging. The outermost is always 1." + }, + { + "id": "MedicinalProductPackaged.packageItem.material", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.material", + "type": [{ "code": "CodeableConcept" }], + "short": "Material type of the package item", + "isSummary": true, + "definition": "Material type of the package item." + }, + { + "id": "MedicinalProductPackaged.packageItem.alternateMaterial", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.alternateMaterial", + "type": [{ "code": "CodeableConcept" }], + "short": "A possible alternate material for the packaging", + "isSummary": true, + "definition": "A possible alternate material for the packaging." + }, + { + "id": "MedicinalProductPackaged.packageItem.device", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "short": "A device accompanying a medicinal product", + "isSummary": true, + "definition": "A device accompanying a medicinal product." + }, + { + "id": "MedicinalProductPackaged.packageItem.manufacturedItem", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.manufacturedItem", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductManufactured" + ] + } + ], + "short": "The manufactured item as contained in the packaged medicinal product", + "isSummary": true, + "definition": "The manufactured item as contained in the packaged medicinal product." + }, + { + "id": "MedicinalProductPackaged.packageItem.packageItem", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.packageItem", + "short": "Allows containers within containers", + "isSummary": true, + "definition": "Allows containers within containers.", + "contentReference": "#MedicinalProductPackaged.packageItem" + }, + { + "id": "MedicinalProductPackaged.packageItem.physicalCharacteristics", + "max": "1", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.physicalCharacteristics", + "type": [{ "code": "ProdCharacteristic" }], + "short": "Dimensions, color etc.", + "isSummary": true, + "definition": "Dimensions, color etc." + }, + { + "id": "MedicinalProductPackaged.packageItem.otherCharacteristics", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.otherCharacteristics", + "type": [{ "code": "CodeableConcept" }], + "short": "Other codeable characteristics", + "isSummary": true, + "definition": "Other codeable characteristics." + }, + { + "id": "MedicinalProductPackaged.packageItem.shelfLifeStorage", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.shelfLifeStorage", + "type": [{ "code": "ProductShelfLife" }], + "short": "Shelf Life and storage information", + "isSummary": true, + "definition": "Shelf Life and storage information." + }, + { + "id": "MedicinalProductPackaged.packageItem.manufacturer", + "max": "*", + "min": 0, + "path": "MedicinalProductPackaged.packageItem.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Manufacturer of this Package Item", + "isSummary": true, + "definition": "Manufacturer of this Package Item." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for Duration Type: A length of time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Duration/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Duration", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Duration", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Duration", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Duration", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "drt-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM.", + "xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='http://unitsofmeasure.org')", + "severity": "error", + "expression": "code.exists() implies ((system = %ucum) and value.exists())" + } + ], + "path": "Duration", + "min": 0, + "definition": "A length of time.", + "short": "A length of time", + "mapping": [ + { + "map": "PQ, IVL depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/duration-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-time-units" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DurationUnits" + } + ], + "description": "Appropriate units for Duration." + }, + "max": "*", + "id": "Duration" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Base StructureDefinition for id type: Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/id/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "id", + "abstract": false, + "type": "id", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "id", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/id", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/id", + "differential": { + "element": [ + { + "id": "id", + "max": "*", + "min": 0, + "path": "id", + "short": "Primitive Type id", + "comment": "RFC 4122", + "definition": "Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive." + }, + { + "id": "id.value", + "max": "1", + "min": 0, + "path": "id.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "id" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[A-Za-z0-9\\-\\.]{1,64}" + } + ] + } + ], + "short": "Primitive value for id", + "definition": "Primitive value for id", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/string" + }, + { + "description": "A human language representation of the concept (resource/element) as seen/selected/uttered by the user who entered the data and/or which represents the full intended meaning of the user. This can be provided either directly as text, or as a url that is a reference to a portion of the narrative of a resource ([DomainResource.text](narrative.html)).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/originalText/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Original Text", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Original Text", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "originalText", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/originalText", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/originalText", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Original Text that represents the data as seen/selected/uttered originally", + "comment": "The data in the element does not always capture the correct meaning with all the nuances of the original text. In these cases, the text is used to capture the full meaning of the source. This is commonly used to provide \"what did the user actually see/type\". Note that this extension has the same definition as CodeableConcept.text and SHALL NOT be used on CodeableConcept with type = string in place of CodeableConcept.text but MAY be used with type url. If present on a CodeableConcept with type url as well as CodeableConcept.text, then the CodeableConcept.text SHALL match the referenced narrative. \n\nIt's also possible to link to the resource narrative using the [narrativeLink extension](extension-narrativelink.html) which does not claim that the data is derived from the text.", + "definition": "A human language representation of the concept (resource/element) as seen/selected/uttered by the user who entered the data and/or which represents the full intended meaning of the user. This can be provided either directly as text, or as a url that is a reference to a portion of the narrative of a resource ([DomainResource.text](narrative.html))." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/originalText" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The formal URI for the code system. I.e. ValueSet.codeSystem.system (or its equivalent).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-systemRef/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "systemRef", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-systemRef", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemRef", + "context": [ + { "type": "element", "expression": "ValueSet.compose.include" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-systemRef", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Where to find code system", + "definition": "The formal URI for the code system. I.e. ValueSet.codeSystem.system (or its equivalent).", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-systemRef" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The report references related (\"sibling\") reports.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "extends", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Extends", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-extends", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-extends", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Related reports", + "definition": "The report references related (\"sibling\") reports.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-extends" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Reference to reagents used to generate this observation. This is intended for this for in-lab transactions between instruments and Laboratory Information Systems (LIS).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-reagent/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "reagent", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reagent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-reagent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-reagent", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-reagent", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Reference to reagents used to generate this observation.", + "comment": "Note this extension may be superseded by elements in planned instrumentation management resource elements.", + "definition": "Reference to reagents used to generate this observation. This is intended for this for in-lab transactions between instruments and Laboratory Information Systems (LIS)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-reagent" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "In a transaction, every single interaction can have multiple HTTP response headers returned as a result of the interaction.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/http-response-header/4.0.1", + "date": "2015-03-11", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "http-response-header", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "HTTP Response header", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "http-response-header", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/http-response-header", + "context": [ + { "type": "element", "expression": "Bundle.entry.response" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/http-response-header", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "HTTP header returned by the interaction", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "In a transaction, every single interaction can have multiple HTTP response headers returned as a result of the interaction.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/http-response-header" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This Contact is the preferred contact at this organization for the purpose of the contact\n\nThere can be multiple contacts on an Organizations record with this value set to true, but these should all have different purpose values.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/organization-preferredContact/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "preferredContact", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Preferred Contact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-preferredContact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organization-preferredContact", + "context": [ + { "type": "element", "expression": "Organization.contact" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/organization-preferredContact", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "This Contact is the preferred contact at this organization for the purpose of the contact\n\nThere can be multiple contacts on an Organizations record with this value set to true, but these should all have different purpose values." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/organization-preferredContact" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This identifies the underlying type in a profile, when a questionnaire is generated from a profile.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-baseType/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "baseType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-baseType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-baseType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Base Type for answer", + "comment": "The extension may assist a questionnaire renderer to tune the UI, and it guides a QuestionnaireResponse processor when generating resources from the responses.", + "definition": "This identifies the underlying type in a profile, when a questionnaire is generated from a profile." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-baseType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/data-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DataType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A version specific list of the data types defined by the FHIR specification for use as an element type (any of the FHIR defined data types)." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for canonical type: A URI that is a reference to a canonical URL on a FHIR resource", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/canonical/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "canonical", + "abstract": false, + "type": "canonical", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "canonical", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/canonical", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/canonical", + "differential": { + "element": [ + { + "id": "canonical", + "max": "*", + "min": 0, + "path": "canonical", + "short": "Primitive Type canonical", + "comment": "see [Canonical References](references.html#canonical)", + "definition": "A URI that is a reference to a canonical URL on a FHIR resource" + }, + { + "id": "canonical.value", + "max": "1", + "min": 0, + "path": "canonical.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "canonical" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for canonical", + "definition": "Primitive value for canonical", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "The EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EffectEvidenceSynthesis/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "EffectEvidenceSynthesis", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EffectEvidenceSynthesis", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EffectEvidenceSynthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EffectEvidenceSynthesis", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EffectEvidenceSynthesis", + "differential": { + "element": [ + { + "id": "EffectEvidenceSynthesis", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis", + "short": "A quantified estimate of effect based on a body of evidence", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "ees-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies." + }, + { + "path": "EffectEvidenceSynthesis.url", + "requirements": "Allows the effect evidence synthesis to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this effect evidence synthesis when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this effect evidence synthesis is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the effect evidence synthesis is stored on different servers.", + "short": "Canonical identifier for this effect evidence synthesis, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "EffectEvidenceSynthesis.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this effect evidence synthesis when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the effect evidence synthesis", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "EffectEvidenceSynthesis.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this effect evidence synthesis outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the effect evidence synthesis when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the effect evidence synthesis author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the effect evidence synthesis", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EffectEvidenceSynthesis.version", + "comment": "There may be different effect evidence synthesis instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the effect evidence synthesis with the format [url]|[version].", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the effect evidence synthesis. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this effect evidence synthesis (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "EffectEvidenceSynthesis.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the effect evidence synthesis.", + "short": "Name for this effect evidence synthesis (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EffectEvidenceSynthesis.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.status", + "min": 1, + "definition": "The status of this effect evidence synthesis. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EffectEvidenceSynthesis.status", + "comment": "Allows filtering of effect evidence synthesiss that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.date", + "min": 0, + "definition": "The date (and optionally time) when the effect evidence synthesis was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the effect evidence synthesis changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "EffectEvidenceSynthesis.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the effect evidence synthesis. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the effect evidence synthesis. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the effect evidence synthesis.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EffectEvidenceSynthesis.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the effect evidence synthesis is the organization or individual primarily responsible for the maintenance and upkeep of the effect evidence synthesis. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the effect evidence synthesis. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "EffectEvidenceSynthesis.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.description", + "min": 0, + "definition": "A free text natural language description of the effect evidence synthesis from a consumer's perspective.", + "short": "Natural language description of the effect evidence synthesis", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "EffectEvidenceSynthesis.description", + "comment": "This description can be used to capture details such as why the effect evidence synthesis was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the effect evidence synthesis as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the effect evidence synthesis is presumed to be the predominant language in the place the effect evidence synthesis was created).", + "isSummary": true + }, + { + "id": "EffectEvidenceSynthesis.note", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "EffectEvidenceSynthesis.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate effect evidence synthesis instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "EffectEvidenceSynthesis.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the effect evidence synthesis is intended to be used.", + "short": "Intended jurisdiction for effect evidence synthesis (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "EffectEvidenceSynthesis.jurisdiction", + "comment": "It may be possible for the effect evidence synthesis to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the effect evidence synthesis and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the effect evidence synthesis and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the effect evidence synthesis.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "EffectEvidenceSynthesis.copyright" + }, + { + "path": "EffectEvidenceSynthesis.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the effect evidence synthesis was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EffectEvidenceSynthesis.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "EffectEvidenceSynthesis.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the effect evidence synthesis was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EffectEvidenceSynthesis.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "EffectEvidenceSynthesis.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the effect evidence synthesis are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the effect evidence synthesis content was or is planned to be in active use.", + "short": "When the effect evidence synthesis is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "EffectEvidenceSynthesis.effectivePeriod", + "comment": "The effective period for a effect evidence synthesis determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "EffectEvidenceSynthesis.topic", + "requirements": "Repositories must be able to determine how to categorize the EffectEvidenceSynthesis so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the EffectEvidenceSynthesis. Topics provide a high-level categorization grouping types of EffectEvidenceSynthesiss that can be useful for filtering and searching.", + "short": "The category of the EffectEvidenceSynthesis, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "EffectEvidenceSynthesis.topic" + }, + { + "id": "EffectEvidenceSynthesis.author", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "EffectEvidenceSynthesis.editor", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "EffectEvidenceSynthesis.reviewer", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "EffectEvidenceSynthesis.endorser", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "EffectEvidenceSynthesis.relatedArtifact", + "requirements": "EffectEvidenceSynthesiss must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "EffectEvidenceSynthesis.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "EffectEvidenceSynthesis.synthesisType", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.synthesisType", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of synthesis", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/synthesis-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SynthesisType" + } + ], + "description": "Types of combining results from a body of evidence (eg. summary data meta-analysis)." + }, + "definition": "Type of synthesis eg meta-analysis." + }, + { + "id": "EffectEvidenceSynthesis.studyType", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.studyType", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of study", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StudyType" + } + ], + "description": "Types of research studies (types of research methods)." + }, + "definition": "Type of study eg randomized trial." + }, + { + "id": "EffectEvidenceSynthesis.population", + "max": "1", + "min": 1, + "path": "EffectEvidenceSynthesis.population", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What population?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resource that defines the population for the research." + }, + { + "id": "EffectEvidenceSynthesis.exposure", + "max": "1", + "min": 1, + "path": "EffectEvidenceSynthesis.exposure", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What exposure?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resource that defines the exposure for the research." + }, + { + "id": "EffectEvidenceSynthesis.exposureAlternative", + "max": "1", + "min": 1, + "path": "EffectEvidenceSynthesis.exposureAlternative", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What comparison exposure?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resource that defines the comparison exposure for the research." + }, + { + "id": "EffectEvidenceSynthesis.outcome", + "max": "1", + "min": 1, + "path": "EffectEvidenceSynthesis.outcome", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What outcome?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resomece that defines the outcome for the research." + }, + { + "id": "EffectEvidenceSynthesis.sampleSize", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.sampleSize", + "type": [{ "code": "BackboneElement" }], + "short": "What sample size was involved?", + "definition": "A description of the size of the sample involved in the synthesis." + }, + { + "id": "EffectEvidenceSynthesis.sampleSize.description", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.sampleSize.description", + "type": [{ "code": "string" }], + "short": "Description of sample size", + "definition": "Human-readable summary of sample size." + }, + { + "id": "EffectEvidenceSynthesis.sampleSize.numberOfStudies", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.sampleSize.numberOfStudies", + "type": [{ "code": "integer" }], + "short": "How many studies?", + "definition": "Number of studies included in this evidence synthesis." + }, + { + "id": "EffectEvidenceSynthesis.sampleSize.numberOfParticipants", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.sampleSize.numberOfParticipants", + "type": [{ "code": "integer" }], + "short": "How many participants?", + "definition": "Number of participants included in this evidence synthesis." + }, + { + "id": "EffectEvidenceSynthesis.resultsByExposure", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.resultsByExposure", + "type": [{ "code": "BackboneElement" }], + "short": "What was the result per exposure?", + "definition": "A description of the results for each exposure considered in the effect estimate." + }, + { + "id": "EffectEvidenceSynthesis.resultsByExposure.description", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.resultsByExposure.description", + "type": [{ "code": "string" }], + "short": "Description of results by exposure", + "definition": "Human-readable summary of results by exposure state." + }, + { + "id": "EffectEvidenceSynthesis.resultsByExposure.exposureState", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.resultsByExposure.exposureState", + "type": [{ "code": "code" }], + "short": "exposure | exposure-alternative", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/exposure-state|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExposureState" + } + ], + "description": "Whether the results by exposure is describing the results for the primary exposure of interest (exposure) or the alternative state (exposureAlternative)." + }, + "definition": "Whether these results are for the exposure state or alternative exposure state." + }, + { + "id": "EffectEvidenceSynthesis.resultsByExposure.variantState", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.resultsByExposure.variantState", + "type": [{ "code": "CodeableConcept" }], + "short": "Variant exposure states", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variant-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariantState" + } + ], + "description": "Used for results by exposure in variant states such as low-risk, medium-risk and high-risk states." + }, + "definition": "Used to define variant exposure states such as low-risk state." + }, + { + "id": "EffectEvidenceSynthesis.resultsByExposure.riskEvidenceSynthesis", + "max": "1", + "min": 1, + "path": "EffectEvidenceSynthesis.resultsByExposure.riskEvidenceSynthesis", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis" + ] + } + ], + "short": "Risk evidence synthesis", + "definition": "Reference to a RiskEvidenceSynthesis resource." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate", + "type": [{ "code": "BackboneElement" }], + "short": "What was the estimated effect", + "isSummary": true, + "definition": "The estimated effect of the exposure variant." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.description", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.description", + "type": [{ "code": "string" }], + "short": "Description of effect estimate", + "definition": "Human-readable summary of effect estimate." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.type", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of efffect estimate", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/effect-estimate-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EffectEstimateType" + } + ], + "description": "Whether the effect estimate is an absolute effect estimate (absolute difference) or a relative effect estimate (relative difference), and the specific type of effect estimate (eg relative risk or median difference)." + }, + "definition": "Examples include relative risk and mean difference." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.variantState", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.variantState", + "type": [{ "code": "CodeableConcept" }], + "short": "Variant exposure states", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variant-state", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariantState" + } + ], + "description": "Used for results by exposure in variant states such as low-risk, medium-risk and high-risk states." + }, + "definition": "Used to define variant exposure states such as low-risk state." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.value", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.value", + "type": [{ "code": "decimal" }], + "short": "Point estimate", + "definition": "The point estimate of the effect estimate." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.unitOfMeasure", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.unitOfMeasure", + "type": [{ "code": "CodeableConcept" }], + "short": "What unit is the outcome described in?", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UCUMUnits" + } + ], + "description": "Unified Code for Units of Measure (UCUM)." + }, + "definition": "Specifies the UCUM unit for the outcome." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate", + "type": [{ "code": "BackboneElement" }], + "short": "How precise the estimate is", + "definition": "A description of the precision of the estimate for the effect." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.type", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of precision estimate", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/precision-estimate-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PrecisionEstimateType" + } + ], + "description": "Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation." + }, + "definition": "Examples include confidence interval and interquartile range." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.level", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.level", + "type": [{ "code": "decimal" }], + "short": "Level of confidence interval", + "definition": "Use 95 for a 95% confidence interval." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.from", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.from", + "type": [{ "code": "decimal" }], + "short": "Lower bound", + "definition": "Lower bound of confidence interval." + }, + { + "id": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.to", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.effectEstimate.precisionEstimate.to", + "type": [{ "code": "decimal" }], + "short": "Upper bound", + "definition": "Upper bound of confidence interval." + }, + { + "id": "EffectEvidenceSynthesis.certainty", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty", + "type": [{ "code": "BackboneElement" }], + "short": "How certain is the effect", + "definition": "A description of the certainty of the effect estimate." + }, + { + "id": "EffectEvidenceSynthesis.certainty.rating", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.rating", + "type": [{ "code": "CodeableConcept" }], + "short": "Certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QualityOfEvidenceRating" + } + ], + "description": "The quality of the evidence described. The code system used specifies the quality scale used to grade this evidence source while the code specifies the actual quality score (represented as a coded value) associated with the evidence." + }, + "definition": "A rating of the certainty of the effect estimate." + }, + { + "id": "EffectEvidenceSynthesis.certainty.note", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "id": "EffectEvidenceSynthesis.certainty.certaintySubcomponent", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.certaintySubcomponent", + "type": [{ "code": "BackboneElement" }], + "short": "A component that contributes to the overall certainty", + "definition": "A description of a component of the overall certainty." + }, + { + "id": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.type", + "max": "1", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of subcomponent of certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CertaintySubcomponentType" + } + ], + "description": "The subcomponent classification of quality of evidence rating systems." + }, + "definition": "Type of subcomponent of certainty rating." + }, + { + "id": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.rating", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.rating", + "type": [{ "code": "CodeableConcept" }], + "short": "Subcomponent certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CertaintySubcomponentRating" + } + ], + "description": "The quality rating of the subcomponent of a quality of evidence rating." + }, + "definition": "A rating of a subcomponent of rating certainty." + }, + { + "id": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.note", + "max": "*", + "min": 0, + "path": "EffectEvidenceSynthesis.certainty.certaintySubcomponent.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DetectedIssue/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "DetectedIssue", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DetectedIssue", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "DetectedIssue", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DetectedIssue", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DetectedIssue", + "differential": { + "element": [ + { + "id": "DetectedIssue", + "max": "*", + "min": 0, + "path": "DetectedIssue", + "alias": [ + "DDI", + "drug-drug interaction", + "Contraindication", + "Alert" + ], + "short": "Clinical issue with action", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Partial mapping from messages containing the AL1 or IAM segment, such as the ADT^A01, ADT^A08, and ADT^A60.", + "identity": "v2" + }, + { + "map": "Observation[classCode=ALRT, moodCode=EVN)", + "identity": "rim" + } + ], + "definition": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc." + }, + { + "path": "DetectedIssue.identifier", + "requirements": "Allows linking instances of the same detected issue found on different servers.", + "min": 0, + "definition": "Business identifier associated with the detected issue record.", + "short": "Unique id for the detected issue", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "DetectedIssue.identifier", + "isSummary": true + }, + { + "path": "DetectedIssue.status", + "min": 1, + "definition": "Indicates the status of the detected issue.", + "isModifier": true, + "short": "registered | preliminary | final | amended +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueStatus" + } + ], + "description": "Indicates the status of the identified issue." + }, + "alias": ["status"], + "max": "1", + "id": "DetectedIssue.status", + "comment": "This element is labeled as a modifier because the status contains the codes cancelled and entered-in-error that mark the issue as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DetectedIssue.code", + "min": 0, + "definition": "Identifies the general type of issue identified.", + "short": "Issue Category, e.g. drug-drug, duplicate therapy, etc.", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "AL1-2 / IAM-9", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueCategory" + } + ], + "description": "Codes identifying the general type of detected issue; e.g. Drug-drug interaction, Timing issue, Duplicate therapy, etc." + }, + "alias": ["type"], + "max": "1", + "id": "DetectedIssue.code", + "isSummary": true + }, + { + "path": "DetectedIssue.severity", + "min": 0, + "definition": "Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.", + "short": "high | moderate | low", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "AL1-4/ IAR-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV].value", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueSeverity" + } + ], + "description": "Indicates the potential degree of impact of the identified issue on the patient." + }, + "alias": ["severity"], + "max": "1", + "id": "DetectedIssue.severity", + "isSummary": true + }, + { + "path": "DetectedIssue.patient", + "requirements": "While the subject could be inferred by tracing the subject of the implicated resources, it's useful to have a direct link for query purposes.", + "min": 0, + "definition": "Indicates the patient whose record the detected issue is associated with.", + "short": "Associated patient", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "DetectedIssue.patient", + "isSummary": true + }, + { + "path": "DetectedIssue.identified[x]", + "requirements": "No-one can be responsible for mitigation prior to the issue being identified.", + "min": 0, + "definition": "The date or period when the detected issue was initially identified.", + "short": "When identified", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ALI-6 / IAM-11", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "DetectedIssue.identified[x]", + "isSummary": true + }, + { + "path": "DetectedIssue.author", + "min": 0, + "definition": "Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.", + "short": "The provider or device that identified the issue", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "IAM-14 / IAM-16", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role[classCode=ASSIGNED]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "DetectedIssue.author", + "isSummary": true + }, + { + "path": "DetectedIssue.implicated", + "min": 0, + "definition": "Indicates the resource representing the current activity or proposed activity that is potentially problematic.", + "short": "Problem resource", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target[moodCode=EVN, INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["cause"], + "max": "*", + "id": "DetectedIssue.implicated", + "comment": "There's an implicit constraint on the number of implicated resources based on DetectedIssue.type; e.g. For drug-drug, there would be more than one. For timing, there would typically only be one.", + "isSummary": true + }, + { + "id": "DetectedIssue.evidence", + "max": "*", + "min": 0, + "path": "DetectedIssue.evidence", + "type": [{ "code": "BackboneElement" }], + "short": "Supporting evidence", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "definition": "Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport." + }, + { + "path": "DetectedIssue.evidence.code", + "min": 0, + "definition": "A manifestation that led to the recording of this detected issue.", + "short": "Manifestation", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueEvidenceCode" + } + ], + "description": "Codes that describes the types of evidence for a detected issue." + }, + "max": "*", + "id": "DetectedIssue.evidence.code" + }, + { + "id": "DetectedIssue.evidence.detail", + "max": "*", + "min": 0, + "path": "DetectedIssue.evidence.detail", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Supporting information", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "definition": "Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport." + }, + { + "path": "DetectedIssue.detail", + "min": 0, + "definition": "A textual explanation of the detected issue.", + "short": "Description and context", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "AL1-5 / IAM-8", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "DetectedIssue.detail", + "comment": "Should focus on information not covered elsewhere as discrete data - no need to duplicate the narrative." + }, + { + "id": "DetectedIssue.reference", + "max": "1", + "min": 0, + "path": "DetectedIssue.reference", + "type": [{ "code": "uri" }], + "short": "Authority for issue", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=INST].target[classCode=ALRT, moodCode=DEFN].text.uri", + "identity": "rim" + } + ], + "definition": "The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified." + }, + { + "id": "DetectedIssue.mitigation", + "max": "*", + "min": 0, + "path": "DetectedIssue.mitigation", + "type": [{ "code": "BackboneElement" }], + "short": "Step taken to address", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=MITG].target[classCode=ACT, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action." + }, + { + "path": "DetectedIssue.mitigation.action", + "min": 1, + "definition": "Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue.", + "short": "What mitigation?", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueMitigationAction" + } + ], + "description": "Codes describing steps taken to resolve the issue or other circumstances that mitigate the risk associated with the issue; e.g. 'added concurrent therapy', 'prior therapy documented', etc." + }, + "max": "1", + "id": "DetectedIssue.mitigation.action", + "comment": "The \"text\" component can be used for detail or when no appropriate code exists." + }, + { + "path": "DetectedIssue.mitigation.date", + "min": 0, + "definition": "Indicates when the mitigating action was documented.", + "short": "Date committed", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "DetectedIssue.mitigation.date", + "comment": "This might not be the same as when the mitigating step was actually taken." + }, + { + "id": "DetectedIssue.mitigation.author", + "max": "1", + "min": 0, + "path": "DetectedIssue.mitigation.author", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Who is committing?", + "mapping": [ + { + "map": ".participation[typeCode=AUT].role[classCode=ASSIGNED]", + "identity": "rim" + } + ], + "definition": "Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A calculated distance between the resource and a provided location.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/location-distance/4.0.1", + "date": "2015-03-11", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "location-distance", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Distance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "location-distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/location-distance", + "context": [{ "type": "element", "expression": "Bundle.entry.search" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/location-distance", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The distance this resource is from a provided location (geocode point)", + "comment": "This may be used with the Location.near/near-distance search parameter.", + "definition": "A calculated distance between the resource and a provided location." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/location-distance" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Distance" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Basic/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "purpose": "Need some way to safely (without breaking interoperability) allow implementers to exchange content not supported by the initial set of declared resources.", + "name": "Basic", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Basic", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Basic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Basic", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Basic", + "differential": { + "element": [ + { + "id": "Basic", + "max": "*", + "min": 0, + "path": "Basic", + "alias": [ + "Z-resource", + "Extension-resource", + "Custom-resource" + ], + "short": "Resource for non-supported content", + "mapping": [ + { "map": "Act, Entity or Role", "identity": "rim" } + ], + "definition": "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification." + }, + { + "path": "Basic.identifier", + "min": 0, + "definition": "Identifier assigned to the resource for business purposes, outside the context of FHIR.", + "short": "Business identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "./identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Basic.identifier", + "isSummary": true + }, + { + "path": "Basic.code", + "requirements": "Must be able to distinguish different types of Basic resources.", + "min": 1, + "definition": "Identifies the 'type' of resource - equivalent to the resource name for other resources.", + "isModifier": true, + "short": "Kind of Resource", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/basic-resource-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BasicResourceType" + } + ], + "description": "Codes for identifying types of resources not yet defined by FHIR." + }, + "max": "1", + "id": "Basic.code", + "comment": "Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.\n\nThis element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored.", + "isModifierReason": "This element determines what kind of resource is being represented which drives the meaning of all of the other elements.", + "isSummary": true + }, + { + "path": "Basic.subject", + "requirements": "Needed for partitioning the resource by Patient.", + "min": 0, + "definition": "Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource.", + "short": "Identifies the focus of this resource", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Basic.subject", + "comment": "Optional as not all potential resources will have subjects. Resources associated with multiple subjects can handle this via extension.", + "isSummary": true + }, + { + "path": "Basic.created", + "requirements": "Allows ordering resource instances by time.", + "min": 0, + "definition": "Identifies when the resource was first created.", + "short": "When created", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)", + "identity": "rim" + } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Basic.created", + "isSummary": true + }, + { + "path": "Basic.author", + "requirements": "Needed for partitioning the resource.", + "min": 0, + "definition": "Indicates who was responsible for creating the resource instance.", + "short": "Who created", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "./participation[typeCode='SUB'] (possibly through a ControlAct and Role)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Basic.author", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The Clinical Document profile constrains Composition to specify a clinical document (matching CDA). \n\nThe base Composition is a general resource for compositions or documents about any kind of subject that might be encountered in healthcare including such things as guidelines, medicines, etc. A clinical document is focused on documents related to the provision of care process, where the subject is a patient, a group of patients, or a closely related concept. A clinical document has additional requirements around confidentiality that do not apply in the same way to other kinds of documents.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/clinicaldocument/4.0.1", + "date": "2015-03-17", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Structured Documents WG", + "fhirVersion": "4.0.1", + "name": "Clinical Document", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/documentreference", + "name": "FHIR DocumentReference", + "identity": "fhirdocumentreference" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "clinicaldocument", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/clinicaldocument", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/clinicaldocument", + "differential": { + "element": [ + { + "id": "Composition", + "max": "*", + "min": 0, + "path": "Composition" + }, + { + "id": "Composition.extension:versionNumber", + "path": "Composition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" + ] + } + ], + "short": "Version-specific identifier for composition", + "comment": "While each resource, including the composition itself, has its own version identifier, this is a formal identifier for the logical version of the composition as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example.", + "sliceName": "versionNumber", + "definition": "Version specific identifier for the composition, assigned when each version is created/updated." + }, + { + "id": "Composition.subject", + "path": "Composition.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/structure", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "This extension declares a group of concepts that is generated into the ValueSet.expansion.contains hierarchy when the expansion is generated for a UI. THere is no inherent assigned meaning to the hierarchy; it is used to help the user navigate the concepts. Each group has a display and/or a code, and a list of members, which are either concepts in the value set, or other groups (by code).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-expand-group/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expand-group", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-expand-group", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group", + "context": [ + { "type": "element", "expression": "ValueSet.compose.include" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-expand-group", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Defines a hierarchy structure (when in UI mode)", + "comment": "Note that there are inter-relationships between concept status/properties and the way the groups are built; these are described and documented in the (value set hierarchical example)[d.html]. Note that this extension should be ignored when the expansion is not generated for UI.", + "definition": "This extension declares a group of concepts that is generated into the ValueSet.expansion.contains hierarchy when the expansion is generated for a UI. THere is no inherent assigned meaning to the hierarchy; it is used to help the user navigate the concepts. Each group has a display and/or a code, and a list of members, which are either concepts in the value set, or other groups (by code).", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "A reference to a code from the include.system that defines the meaning associated with the group. Note that including the code in this extension does not include the code in the value set; if the code is intended to be in the value set, it must be listed directly as well.", + "short": "Underlying code from the system", + "type": [{ "code": "Extension" }], + "sliceName": "code", + "max": "1", + "id": "Extension.extension:code", + "comment": "If there is no code, the group purely exists for display, and has no underlying meaning." + }, + { + "id": "Extension.extension:code.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:code.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "code" + }, + { + "id": "Extension.extension:code.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }] + }, + { + "id": "Extension.extension:display", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Display for the group", + "sliceName": "display", + "definition": "The description for the group (goes in ValueSet.expansion.contains.dispaly). All groups need a display; this can only be omitted if there is a code that can be used to determine the display." + }, + { + "id": "Extension.extension:display.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:display.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "display" + }, + { + "id": "Extension.extension:display.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "One of more codes that identify codes in the expansion or other groups.", + "short": "Codes or other groups in this group", + "type": [{ "code": "Extension" }], + "sliceName": "member", + "max": "*", + "id": "Extension.extension:member", + "comment": "A group without a code can be included by giving it an id and using #[id] in place of the code." + }, + { + "id": "Extension.extension:member.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:member.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "member" + }, + { + "id": "Extension.extension:member.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-expand-group" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Assessment of resource match outcome - how likely this resource is to be a match.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/match-grade/4.0.1", + "date": "2015-03-11", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "match-grade", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Matching Grade", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "match-grade", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/match-grade", + "context": [{ "type": "element", "expression": "Bundle.entry.search" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/match-grade", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "How likely this resource is to be a match", + "definition": "Assessment of resource match outcome - how likely this resource is to be a match." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/match-grade" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/match-grade|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MatchGrade" + } + ], + "description": "A Master Patient Index (MPI) assessment of whether a candidate patient record is a match or not." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Questionnaire/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "purpose": "To support structured, hierarchical registration of data gathered using digital forms and other questionnaires. Questionnaires provide greater control over presentation and allow capture of data in a domain-independent way (i.e. capturing information that would otherwise require multiple distinct types of resources).", + "name": "Questionnaire", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Questionnaire", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Questionnaire", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "que-2", + "human": "The link ids for groups and questions must be unique within the questionnaire", + "xpath": "count(descendant::f:linkId/@value)=count(distinct-values(descendant::f:linkId/@value))", + "severity": "error", + "expression": "descendants().linkId.isDistinct()" + }, + { + "key": "que-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "Questionnaire", + "min": 0, + "definition": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.", + "short": "A structured set of questions", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { + "map": "Observation[moodCode=DEF]", + "identity": "rim" + } + ], + "alias": ["Form", "CRF", "Survey"], + "max": "*", + "id": "Questionnaire" + }, + { + "path": "Questionnaire.url", + "requirements": "… This is the id that will be used to link a QuestionnaireResponse to the Questionnaire the response is for.", + "min": 0, + "definition": "An absolute URI that is used to identify this questionnaire when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this questionnaire is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the questionnaire is stored on different servers.", + "short": "Canonical identifier for this questionnaire, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Questionnaire.url", + "comment": "The name of the referenced questionnaire can be conveyed using the http://hl7.org/fhir/StructureDefinition/display extension.", + "isSummary": true + }, + { + "path": "Questionnaire.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this questionnaire when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the questionnaire", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Questionnaire.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this questionnaire outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Questionnaire.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the questionnaire when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the questionnaire author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the questionnaire", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.version", + "comment": "There may be different questionnaire instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the questionnaire with the format [url]|[version].", + "isSummary": true + }, + { + "path": "Questionnaire.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the questionnaire. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this questionnaire (computer friendly)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Questionnaire.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the questionnaire.", + "short": "Name for this questionnaire (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Questionnaire.derivedFrom", + "requirements": "Allows a Questionnaire to be created based on another Questionnaire.", + "min": 0, + "definition": "The URL of a Questionnaire that this Questionnaire is based on.", + "short": "Instantiates protocol or definition", + "mapping": [ + { + "map": "Definition.derivedFrom", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DRIV].target[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "max": "*", + "id": "Questionnaire.derivedFrom" + }, + { + "path": "Questionnaire.status", + "min": 1, + "definition": "The status of this questionnaire. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Questionnaire.status", + "comment": "Allows filtering of questionnaires that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Questionnaire.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level questionnaire.", + "min": 0, + "definition": "A Boolean value to indicate that this questionnaire is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Questionnaire.experimental", + "comment": "Allows filtering of questionnaires that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Questionnaire.subjectType", + "min": 0, + "definition": "The types of subjects that can be the subject of responses created for the questionnaire.", + "short": "Resource that can be subject of QuestionnaireResponse", + "mapping": [ + { + "map": "Definition.subject[x]", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=META].target[classCode=OBS, moodCode=DEFN, isCriterion=true].participation.role.classCode", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "*", + "id": "Questionnaire.subjectType", + "comment": "If none are specified, then the subject is unlimited.", + "isSummary": true + }, + { + "path": "Questionnaire.date", + "min": 0, + "definition": "The date (and optionally time) when the questionnaire was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the questionnaire changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "Questionnaire.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the questionnaire. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "Questionnaire.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the questionnaire. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the questionnaire.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the questionnaire is the organization or individual primarily responsible for the maintenance and upkeep of the questionnaire. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the questionnaire. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Questionnaire.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "Questionnaire.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "Questionnaire.description", + "min": 0, + "definition": "A free text natural language description of the questionnaire from a consumer's perspective.", + "short": "Natural language description of the questionnaire", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Questionnaire.description", + "comment": "This description can be used to capture details such as why the questionnaire was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the questionnaire as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the questionnaire is presumed to be the predominant language in the place the questionnaire was created)." + }, + { + "path": "Questionnaire.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate questionnaire instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "Questionnaire.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Questionnaire.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the questionnaire is intended to be used.", + "short": "Intended jurisdiction for questionnaire (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Questionnaire.jurisdiction", + "comment": "It may be possible for the questionnaire to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "Questionnaire.purpose", + "min": 0, + "definition": "Explanation of why this questionnaire is needed and why it has been designed as it has.", + "short": "Why this questionnaire is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Questionnaire.purpose", + "comment": "This element does not describe the usage of the questionnaire. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this questionnaire." + }, + { + "path": "Questionnaire.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the questionnaire and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the questionnaire and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the questionnaire.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Questionnaire.copyright" + }, + { + "path": "Questionnaire.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the questionnaire was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Questionnaire.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "Questionnaire.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the questionnaire was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Questionnaire.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "Questionnaire.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the questionnaire are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the questionnaire content was or is planned to be in active use.", + "short": "When the questionnaire is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Questionnaire.effectivePeriod", + "comment": "The effective period for a questionnaire determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "Questionnaire.code", + "requirements": "Allows linking of the complete Questionnaire resources to formal terminologies. It's common for \"panels\" of questions to be identified by a code.", + "min": 0, + "definition": "An identifier for this question or group of questions in a particular terminology such as LOINC.", + "short": "Concept that represents the overall questionnaire", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireConcept" + } + ], + "description": "Codes for questionnaires, groups and individual questions." + }, + "max": "*", + "id": "Questionnaire.code", + "isSummary": true + }, + { + "constraint": [ + { + "key": "que-9", + "human": "Read-only can't be specified for \"display\" items", + "xpath": "not(f:type/@value=('group', 'display') and f:*[starts-with(local-name(.), 'initial')])", + "severity": "error", + "expression": "type!='display' or readOnly.empty()" + }, + { + "key": "que-8", + "human": "Initial values can't be specified for groups or display items", + "xpath": "not(f:type/@value=('group', 'display') and f:*[starts-with(local-name(.), 'initial')])", + "severity": "error", + "expression": "(type!='group' and type!='display') or initial.empty()" + }, + { + "key": "que-6", + "human": "Required and repeat aren't permitted for display items", + "xpath": "not(f:type/@value='display' and (f:required or f:repeats))", + "severity": "error", + "expression": "type!='display' or (required.empty() and repeats.empty())" + }, + { + "key": "que-5", + "human": "Only 'choice' and 'open-choice' items can have answerValueSet", + "xpath": "f:type/@value=('choice','open-choice','decimal','integer','date','dateTime','time','string','quantity',') or not(f:answerOption or f:answerValueSet)", + "severity": "error", + "expression": "(type ='choice' or type = 'open-choice' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())" + }, + { + "key": "que-4", + "human": "A question cannot have both answerOption and answerValueSet", + "xpath": "not(f:answerValueSet and f:answerOption)", + "severity": "error", + "expression": "answerOption.empty() or answerValueSet.empty()" + }, + { + "key": "que-3", + "human": "Display items cannot have a \"code\" asserted", + "xpath": "not(f:type/@value='display' and f:code)", + "severity": "error", + "expression": "type!='display' or code.empty()" + }, + { + "key": "que-10", + "human": "Maximum length can only be declared for simple question types", + "xpath": "f:type/@value=('boolean', 'decimal', 'integer', 'open-choice', 'string', 'text', 'url') or not(f:maxLength)", + "severity": "error", + "expression": "(type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url' | 'open-choice')) or maxLength.empty()" + }, + { + "key": "que-1", + "human": "Group items must have nested items, display items cannot have nested items", + "xpath": "not((f:type/@value='group' and not(f:item)) or (f:type/@value='display' and f:item))", + "severity": "error", + "expression": "(type='group' implies item.empty().not()) and (type.trace('type')='display' implies item.trace('item').empty())" + }, + { + "key": "que-13", + "human": "Can only have multiple initial values for repeating items", + "xpath": "f:repeats/@value='true' or count(f:initial)<=1", + "severity": "error", + "expression": "repeats=true or initial.count() <= 1" + }, + { + "key": "que-11", + "human": "If one or more answerOption is present, initial[x] must be missing", + "xpath": "not(f:answerOption) or not(count(f:*[starts-with(local-name(.), 'initial')]))", + "severity": "error", + "expression": "answerOption.empty() or initial.empty()" + }, + { + "key": "que-12", + "human": "If there are more than one enableWhen, enableBehavior must be specified", + "xpath": "not(f:answerOption) or not(count(f:*[starts-with(local-name(.), 'initial')]))", + "severity": "error", + "expression": "enableWhen.count() > 2 implies enableBehavior.exists()" + } + ], + "path": "Questionnaire.item", + "min": 0, + "definition": "A particular question, question grouping or display text that is part of the questionnaire.", + "short": "Questions and sections within the Questionnaire", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Questionnaire.item", + "condition": ["que-3"], + "comment": "The content of the questionnaire is constructed from an ordered, hierarchical collection of items." + }, + { + "path": "Questionnaire.item.linkId", + "requirements": "[QuestionnaireResponse](questionnaireresponse.html#) does not require omitted items to be included and may have some items that repeat, so linkage based on position alone is not sufficient.", + "min": 1, + "definition": "An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource.", + "short": "Unique id for item in questionnaire", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.item.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here." + }, + { + "path": "Questionnaire.item.definition", + "requirements": "A common pattern is to define a set of data elements and then build multiple questionnaires for different circumstances to gather the data. This element provides traceability to the common definition and allows the content for the question to come from the underlying definition.", + "min": 0, + "definition": "This element is a URI that refers to an [ElementDefinition](elementdefinition.html) that provides information about this item, including information that might otherwise be included in the instance of the Questionnaire resource. A detailed description of the construction of the URI is shown in Comments, below. If this element is present then the following element values MAY be derived from the Element Definition if the corresponding elements of this Questionnaire resource instance have no value:\n\n* code (ElementDefinition.code) \n* type (ElementDefinition.type) \n* required (ElementDefinition.min) \n* repeats (ElementDefinition.max) \n* maxLength (ElementDefinition.maxLength) \n* answerValueSet (ElementDefinition.binding)\n* options (ElementDefinition.binding).", + "short": "ElementDefinition - details for the item", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=INST].target[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Questionnaire.item.definition", + "comment": "The uri refers to an ElementDefinition in a [StructureDefinition](structuredefinition.html#) and always starts with the [canonical URL](references.html#canonical) for the target resource. When referring to a StructureDefinition, a fragment identifier is used to specify the element definition by its id [Element.id](element-definitions.html#Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. In the absence of a fragment identifier, the first/root element definition in the target is the matching element definition." + }, + { + "path": "Questionnaire.item.code", + "requirements": "Allows linking of groups of questions to formal terminologies.", + "min": 0, + "definition": "A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers).", + "short": "Corresponding concept for this item in a terminology", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireConcept" + } + ], + "description": "Codes for questionnaires, groups and individual questions." + }, + "max": "*", + "id": "Questionnaire.item.code", + "condition": ["que-3"], + "comment": "The value may come from the ElementDefinition referred to by .definition." + }, + { + "path": "Questionnaire.item.prefix", + "requirements": "Separating the label from the question text allows improved rendering. Also, instructions will often refer to specific prefixes, so there's a need for the questionnaire design to have control over what labels are used.", + "min": 0, + "definition": "A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.", + "short": "E.g. \"1(a)\", \"2.5.3\"", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [{ "code": "string" }], + "alias": ["label"], + "max": "1", + "id": "Questionnaire.item.prefix", + "comment": "These are generally unique within a questionnaire, though this is not guaranteed. Some questionnaires may have multiple questions with the same label with logic to control which gets exposed. Typically, these won't be used for \"display\" items, though such use is not prohibited. Systems SHOULD NOT generate their own prefixes if prefixes are defined for any items within a Questionnaire." + }, + { + "path": "Questionnaire.item.text", + "min": 0, + "definition": "The name of a section, the text of a question or text content for a display item.", + "short": "Primary text for the item", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.item.text", + "comment": "When using this element to represent the name of a section, use group type item and also make sure to limit the text element to a short string suitable for display as a section heading. Group item instructions should be included as a display type item within the group." + }, + { + "path": "Questionnaire.item.type", + "requirements": "Defines the format in which the user is to be prompted for the answer.", + "min": 1, + "definition": "The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).", + "short": "group | display | boolean | decimal | integer | date | dateTime +", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/item-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireItemType" + } + ], + "description": "Distinguishes groups from questions and display text and indicates data type for questions." + }, + "max": "1", + "id": "Questionnaire.item.type", + "comment": "Additional constraints on the type of answer can be conveyed by extensions. The value may come from the ElementDefinition referred to by .definition." + }, + { + "constraint": [ + { + "key": "que-7", + "human": "If the operator is 'exists', the value must be a boolean", + "xpath": "f:operator/@value != 'exists' or exists(f:answerBoolean)", + "severity": "error", + "expression": "operator = 'exists' implies (answer is Boolean)" + } + ], + "path": "Questionnaire.item.enableWhen", + "requirements": "Allows questionnaires to adapt based on answers to other questions. E.g. If physical gender is specified as a male, no need to capture pregnancy history. Also allows conditional display of instructions or groups of questions.", + "min": 0, + "definition": "A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.", + "isModifier": true, + "short": "Only allow data when", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Questionnaire.item.enableWhen", + "comment": "If multiple repetitions of this extension are present, the item should be enabled when the condition for *any* of the repetitions is true. I.e. treat \"enableWhen\"s as being joined by an \"or\" clause. This element is a modifier because if enableWhen is present for an item, \"required\" is ignored unless one of the enableWhen conditions is met. When an item is disabled, all of its descendants are disabled, regardless of what their own enableWhen logic might evaluate to.", + "isModifierReason": "If enableWhen is present and the condition evaluates to false, then the Questionnaire behaves as though the elements weren't actually present" + }, + { + "path": "Questionnaire.item.enableWhen.question", + "min": 1, + "definition": "The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.", + "short": "Question that determines whether item is enabled", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Questionnaire.item.enableWhen.question", + "comment": "If multiple question occurrences are present for the same question (same linkId), then this refers to the nearest question occurrence reachable by tracing first the \"ancestor\" axis and then the \"preceding\" axis and then the \"following\" axis." + }, + { + "path": "Questionnaire.item.enableWhen.operator", + "min": 1, + "definition": "Specifies the criteria by which the question is enabled.", + "short": "exists | = | != | > | < | >= | <=", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireItemOperator" + } + ], + "description": "The criteria by which a question is enabled." + }, + "max": "1", + "id": "Questionnaire.item.enableWhen.operator" + }, + { + "path": "Questionnaire.item.enableWhen.answer[x]", + "min": 1, + "definition": "A value that the referenced question is tested using the specified operator in order for the item to be enabled.", + "short": "Value for question comparison based on operator", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption3" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.enableWhen.answer[x]", + "condition": ["que-7"] + }, + { + "path": "Questionnaire.item.enableBehavior", + "min": 0, + "definition": "Controls how multiple enableWhen values are interpreted - whether all or any must be true.", + "short": "all | any", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnableWhenBehavior" + } + ], + "description": "Controls how multiple enableWhen values are interpreted - whether all or any must be true." + }, + "max": "1", + "id": "Questionnaire.item.enableBehavior", + "condition": ["que-12"], + "comment": "This element must be specified if more than one enableWhen value is provided." + }, + { + "path": "Questionnaire.item.required", + "min": 0, + "definition": "An indication, if true, that the item must be present in a \"completed\" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.", + "short": "Whether the item must be included in data results", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Items are generally assumed not to be required unless explicitly specified. Systems SHOULD always populate this value", + "max": "1", + "id": "Questionnaire.item.required", + "condition": ["que-6"], + "comment": "Questionnaire.item.required only has meaning for elements that are conditionally enabled with enableWhen if the condition evaluates to true. If an item that contains other items is marked as required, that does not automatically make the contained elements required (though required groups must contain at least one child element). The value may come from the ElementDefinition referred to by .definition." + }, + { + "path": "Questionnaire.item.repeats", + "requirements": "Items may be used to create set of (related) questions that can be repeated to give multiple answers to such a set.", + "min": 0, + "definition": "An indication, if true, that the item may occur multiple times in the response, collecting multiple answers for questions or multiple sets of answers for groups.", + "short": "Whether the item may repeat", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Items are generally assumed not to repeat unless explicitly specified. Systems SHOULD always populate this value", + "max": "1", + "id": "Questionnaire.item.repeats", + "condition": ["que-6"], + "comment": "If a question is marked as repeats=true, then multiple answers can be provided for the question in the corresponding QuestionnaireResponse. When rendering the questionnaire, it is up to the rendering software whether to render the question text for each answer repetition (i.e. \"repeat the question\") or to simply allow entry/selection of multiple answers for the question (repeat the answers). Which is most appropriate visually may depend on the type of answer as well as whether there are nested items.\n\nThe resulting QuestionnaireResponse will be populated the same way regardless of rendering - one 'question' item with multiple answer values.\n\n The value may come from the ElementDefinition referred to by .definition." + }, + { + "path": "Questionnaire.item.readOnly", + "requirements": "Allows certain information to be phrased (and rendered) as a question and an answer, while keeping users from changing it. May also be useful for preventing changes to pre-populated portions of a questionnaire, for calculated values, etc.", + "min": 0, + "definition": "An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.", + "short": "Don't allow human editing", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Questionnaire.item.readOnly", + "condition": ["que-9"], + "comment": "The value of readOnly elements can be established by asserting extensions for defaultValues, linkages that support pre-population and/or extensions that support calculation based on other answers." + }, + { + "path": "Questionnaire.item.maxLength", + "min": 0, + "definition": "The maximum number of characters that are permitted in the answer to be considered a \"valid\" QuestionnaireResponse.", + "short": "No more than this many characters", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "integer" }], + "max": "1", + "id": "Questionnaire.item.maxLength", + "condition": ["que-10"], + "comment": "For base64binary, reflects the number of characters representing the encoded data, not the number of bytes of the binary data. The value may come from the ElementDefinition referred to by .definition." + }, + { + "path": "Questionnaire.item.answerValueSet", + "min": 0, + "definition": "A reference to a value set containing a list of codes representing permitted answers for a \"choice\" or \"open-choice\" question.", + "short": "Valueset containing permitted answers", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "max": "1", + "id": "Questionnaire.item.answerValueSet", + "condition": ["que-4", "que-5"], + "comment": "LOINC defines many useful value sets for questionnaire responses. See [LOINC Answer Lists](loinc.html#alist). The value may come from the ElementDefinition referred to by .definition." + }, + { + "path": "Questionnaire.item.answerOption", + "min": 0, + "definition": "One of the permitted answers for a \"choice\" or \"open-choice\" question.", + "short": "Permitted answer", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Questionnaire.item.answerOption", + "condition": ["que-4", "que-5"], + "comment": "This element can be used when the value set machinery of answerValueSet is deemed too cumbersome or when there's a need to capture possible answers that are not codes." + }, + { + "path": "Questionnaire.item.answerOption.value[x]", + "min": 1, + "definition": "A potential answer that's allowed as the answer to this question.", + "short": "Answer value", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "integer" }, + { "code": "date" }, + { "code": "time" }, + { "code": "string" }, + { "code": "Coding" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.answerOption.value[x]", + "comment": "The data type of the value must agree with the item.type." + }, + { + "path": "Questionnaire.item.answerOption.initialSelected", + "min": 0, + "definition": "Indicates whether the answer value is selected when the list of possible answers is initially shown.", + "short": "Whether option is selected by default", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Only selected items explicitly marked to be selected", + "max": "1", + "id": "Questionnaire.item.answerOption.initialSelected", + "comment": "Use this instead of initial[v] if answerValueSet is present." + }, + { + "path": "Questionnaire.item.initial", + "requirements": "In some workflows, having defaults saves time.", + "min": 0, + "definition": "One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.", + "short": "Initial value(s) when item is first rendered", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Questionnaire.item.initial", + "condition": ["que-8", "que-13"], + "comment": "The user is allowed to change the value and override the default (unless marked as read-only). If the user doesn't change the value, then this initial value will be persisted when the QuestionnaireResponse is initially created. Note that initial values can influence results. The data type of initial[x] must agree with the item.type, and only repeating items can have more then one initial value." + }, + { + "path": "Questionnaire.item.initial.value[x]", + "min": 1, + "definition": "The actual value to for an initial answer.", + "short": "Actual value for initializing the question", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption2" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.initial.value[x]", + "comment": "The type of the initial value must be consistent with the type of the item." + }, + { + "path": "Questionnaire.item.item", + "requirements": "Reports can consist of complex nested groups.", + "min": 0, + "definition": "Text, questions and other groups to be nested beneath a question or group.", + "short": "Nested questionnaire items", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "contentReference": "#Questionnaire.item", + "max": "*", + "id": "Questionnaire.item.item", + "condition": ["que-1"], + "comment": "There is no specified limit to the depth of nesting. However, Questionnaire authors are encouraged to consider the impact on the user and user interface of overly deep nesting." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines a GuidanceResponse that represents the response container for a CDS Hooks response", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "CDS Hooks GuidanceResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "GuidanceResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cdshooksguidanceresponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cdshooksguidanceresponse", + "differential": { + "element": [ + { + "id": "GuidanceResponse", + "max": "1", + "min": 1, + "path": "GuidanceResponse" + }, + { + "id": "GuidanceResponse.extension:cdsHooksEndpoint", + "max": "1", + "min": 1, + "path": "GuidanceResponse.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + ] + } + ], + "short": "Service endpoint", + "sliceName": "cdsHooksEndpoint", + "definition": "Defines the service endpoint for the behavior implemented by the GuidanceResponse." + }, + { + "id": "GuidanceResponse.requestIdentifier", + "max": "1", + "min": 1, + "path": "GuidanceResponse.requestIdentifier" + }, + { + "id": "GuidanceResponse.identifier", + "max": "1", + "min": 1, + "path": "GuidanceResponse.identifier" + }, + { + "id": "GuidanceResponse.moduleUri", + "max": "1", + "min": 1, + "path": "GuidanceResponse.moduleUri" + }, + { + "id": "GuidanceResponse.subject", + "path": "GuidanceResponse.subject", + "mustSupport": true + }, + { + "id": "GuidanceResponse.occurrenceDateTime", + "path": "GuidanceResponse.occurrenceDateTime", + "mustSupport": true + }, + { + "id": "GuidanceResponse.performer", + "path": "GuidanceResponse.performer", + "mustSupport": true + }, + { + "id": "GuidanceResponse.result", + "path": "GuidanceResponse.result", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" + }, + { + "description": "The FMM level that would be assigned to the artifact if it had no warnings.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "fmm-no-warnings", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-fmm-no-warnings", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-fmm-no-warnings", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "FMM Level (if no warnings)", + "comment": "If an artifact is higher than level 0, it must have no warnings from the resource/profile validator. This is the logical level that will apply once warnings have been resolved.", + "definition": "The FMM level that would be assigned to the artifact if it had no warnings." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm-no-warnings" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to a concept map that is relevant for the interpretation of this value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-map/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "map", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-map", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-map", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-map", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A concept map relevant to interpret this value set", + "comment": "One use of this extension is to use it to include a partial concept map inside an expansion, only containing maps for the concepts included in this particular expansion.", + "definition": "A reference to a concept map that is relevant for the interpretation of this value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-map" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A sample to be used for analysis.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Specimen/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "Specimen", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Specimen", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Specimen", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Specimen", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Specimen", + "differential": { + "element": [ + { + "id": "Specimen", + "max": "*", + "min": 0, + "path": "Specimen", + "short": "Sample for analysis", + "mapping": [ + { "map": "Role[classCode=SPEC]", "identity": "rim" } + ], + "definition": "A sample to be used for analysis." + }, + { + "path": "Specimen.identifier", + "min": 0, + "definition": "Id for specimen.", + "short": "External Identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "SPM-2", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Specimen.identifier", + "isSummary": true + }, + { + "path": "Specimen.accessionIdentifier", + "min": 0, + "definition": "The identifier assigned by the lab when accessioning specimen(s). This is not necessarily the same as the specimen identifier, depending on local lab procedures.", + "short": "Identifier assigned by the lab", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "SPM-30 (v2.7+)", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[classCode=ACSN, moodCode=EVN].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Specimen.accessionIdentifier", + "isSummary": true + }, + { + "path": "Specimen.status", + "min": 0, + "definition": "The availability of the specimen.", + "isModifier": true, + "short": "available | unavailable | unsatisfactory | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "SPM-20", "identity": "v2" }, + { "map": "status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenStatus" + } + ], + "description": "Codes providing the status/availability of a specimen." + }, + "max": "1", + "id": "Specimen.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Specimen.type", + "min": 0, + "definition": "The kind of material that forms the specimen.", + "short": "Kind of material that forms the specimen", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "SPM-4 and possibly SPM-5", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenType" + } + ], + "description": "The type of the specimen." + }, + "max": "1", + "id": "Specimen.type", + "comment": "The type can change the way that a specimen is handled and drives what kind of analyses can properly be performed on the specimen. It is frequently used in diagnostic work flow decision making systems.", + "isSummary": true + }, + { + "path": "Specimen.subject", + "requirements": "Must know the subject context.", + "min": 0, + "definition": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device.", + "short": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance or a device", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".scoper or .scoper.playsRole", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Specimen.subject", + "isSummary": true + }, + { + "path": "Specimen.receivedTime", + "min": 0, + "definition": "Time when specimen was received for processing or testing.", + "short": "The time when specimen was received for processing", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "SPM-18", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[code=SPCREC, moodCode=EVN].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Specimen.receivedTime", + "isSummary": true + }, + { + "path": "Specimen.parent", + "min": 0, + "definition": "Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.", + "short": "Specimen from which this specimen originated", + "mapping": [ + { + "map": ".scoper (if parent) .player.scopesRole[classCode=SPEC].player (if child)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "max": "*", + "id": "Specimen.parent", + "comment": "The parent specimen could be the source from which the current specimen is derived by some processing step (e.g. an aliquot or isolate or extracted nucleic acids from clinical samples) or one of many specimens that were combined to create a pooled sample." + }, + { + "path": "Specimen.request", + "min": 0, + "definition": "Details concerning a service request that required a specimen to be collected.", + "short": "Why the specimen was collected", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC? OBR-2/3?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "max": "*", + "id": "Specimen.request", + "comment": "The request may be explicit or implied such with a ServiceRequest that requires a blood draw." + }, + { + "id": "Specimen.collection", + "max": "1", + "min": 0, + "path": "Specimen.collection", + "type": [{ "code": "BackboneElement" }], + "short": "Collection details", + "mapping": [ + { "map": "SPM-14", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[classCode=SPECCOLLECT, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Details concerning the specimen collection." + }, + { + "path": "Specimen.collection.collector", + "min": 0, + "definition": "Person who collected the specimen.", + "short": "Who collected the specimen", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=PFM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "Specimen.collection.collector", + "isSummary": true + }, + { + "path": "Specimen.collection.collected[x]", + "min": 0, + "definition": "Time when specimen was collected from subject - the physiologically relevant time.", + "short": "Collection time", + "mapping": [ + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "SPM-17", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "Specimen.collection.collected[x]", + "isSummary": true + }, + { + "path": "Specimen.collection.duration", + "min": 0, + "definition": "The span of time over which the collection of a specimen occurred.", + "short": "How long it took to collect specimen", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "Duration" }], + "max": "1", + "id": "Specimen.collection.duration", + "isSummary": true + }, + { + "id": "Specimen.collection.quantity", + "max": "1", + "min": 0, + "path": "Specimen.collection.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The quantity of specimen collected", + "mapping": [ + { "map": "SPM-12", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=SPEC].player.quantity", + "identity": "rim" + } + ], + "definition": "The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample." + }, + { + "path": "Specimen.collection.method", + "min": 0, + "definition": "A coded value specifying the technique that is used to perform the procedure.", + "short": "Technique used to perform collection", + "mapping": [ + { "map": "SPM-7", "identity": "v2" }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCollectionMethod" + } + ], + "description": "The technique that is used to perform the procedure." + }, + "max": "1", + "id": "Specimen.collection.method" + }, + { + "path": "Specimen.collection.bodySite", + "min": 0, + "definition": "Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.", + "short": "Anatomical collection site", + "mapping": [ + { "map": "SPM-8 and SPM-9", "identity": "v2" }, + { "map": ".targetSiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "1", + "id": "Specimen.collection.bodySite", + "comment": "If the use case requires BodySite to be handled as a separate resource instead of an inline coded element (e.g. to identify and track separately) then use the standard extension [bodySite](extension-bodysite.html)." + }, + { + "path": "Specimen.collection.fastingStatus[x]", + "requirements": "Many diagnostic tests require fasting to facilitate accurate interpretation.", + "min": 0, + "definition": "Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.", + "short": "Whether or how long patient abstained from food and/or drink", + "mapping": [{ "map": "OBR-", "identity": "v2" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Duration" } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FastingStatus" + } + ], + "description": "Codes describing the fasting status of the patient." + }, + "max": "1", + "id": "Specimen.collection.fastingStatus[x]", + "comment": "Representing fasting status using this element is preferred to representing it with an observation using a 'pre-coordinated code' such as LOINC 2005-7 (Calcium [Moles/​time] in 2 hour Urine --12 hours fasting), or using a component observation ` such as `Observation.component code` = LOINC 49541-6 (Fasting status - Reported).", + "isSummary": true + }, + { + "id": "Specimen.processing", + "max": "*", + "min": 0, + "path": "Specimen.processing", + "type": [{ "code": "BackboneElement" }], + "short": "Processing and processing step details", + "mapping": [ + { + "map": ".participation[typeCode=SBJ].act[code=SPCTRT, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Details concerning processing and processing steps for the specimen." + }, + { + "id": "Specimen.processing.description", + "max": "1", + "min": 0, + "path": "Specimen.processing.description", + "type": [{ "code": "string" }], + "short": "Textual description of procedure", + "mapping": [{ "map": ".text", "identity": "rim" }], + "definition": "Textual description of procedure." + }, + { + "path": "Specimen.processing.procedure", + "min": 0, + "definition": "A coded value specifying the procedure used to process the specimen.", + "short": "Indicates the treatment step applied to the specimen", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-processing-procedure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenProcessingProcedure" + } + ], + "description": "Type indicating the technique used to process the specimen." + }, + "max": "1", + "id": "Specimen.processing.procedure" + }, + { + "id": "Specimen.processing.additive", + "max": "*", + "min": 0, + "path": "Specimen.processing.additive", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "short": "Material used in the processing step", + "mapping": [ + { "map": "SPM-6", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADTV].code", + "identity": "rim" + } + ], + "definition": "Material used in the processing step." + }, + { + "id": "Specimen.processing.time[x]", + "max": "1", + "min": 0, + "path": "Specimen.processing.time[x]", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "short": "Date and time of specimen processing", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "A record of the time or period when the specimen processing occurred. For example the time of sample fixation or the period of time the sample was in formalin." + }, + { + "id": "Specimen.container", + "max": "*", + "min": 0, + "path": "Specimen.container", + "type": [{ "code": "BackboneElement" }], + "short": "Direct container of specimen (tube/slide, etc.)", + "mapping": [ + { + "map": ".player.scopingRole[classCode=CONT].scoper", + "identity": "rim" + } + ], + "definition": "The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here." + }, + { + "path": "Specimen.container.identifier", + "min": 0, + "definition": "Id for container. There may be multiple; a manufacturer's bar code, lab assigned identifier, etc. The container ID may differ from the specimen id in some circumstances.", + "short": "Id for the container", + "mapping": [ + { "map": "SAC-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Specimen.container.identifier", + "isSummary": true + }, + { + "id": "Specimen.container.description", + "max": "1", + "min": 0, + "path": "Specimen.container.description", + "type": [{ "code": "string" }], + "short": "Textual description of the container", + "mapping": [{ "map": ".desc", "identity": "rim" }], + "definition": "Textual description of the container." + }, + { + "path": "Specimen.container.type", + "min": 0, + "definition": "The type of container associated with the specimen (e.g. slide, aliquot, etc.).", + "short": "Kind of container directly associated with specimen", + "mapping": [ + { "map": "SPM-27", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenContainerType" + } + ], + "description": "Type of specimen container." + }, + "max": "1", + "id": "Specimen.container.type" + }, + { + "id": "Specimen.container.capacity", + "max": "1", + "min": 0, + "path": "Specimen.container.capacity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Container volume or size", + "mapping": [ + { + "map": "one of: SAC 16, SAC17 and SAC 20, or SAC 21 and SAC 20", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" } + ], + "definition": "The capacity (volume or other measure) the container may contain." + }, + { + "id": "Specimen.container.specimenQuantity", + "max": "1", + "min": 0, + "path": "Specimen.container.specimenQuantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Quantity of specimen within container", + "mapping": [ + { + "map": "SAC-23 (value) SAC-24 (units", + "identity": "v2" + }, + { + "map": ".playedRole[classCode=CONT].quantity", + "identity": "rim" + } + ], + "definition": "The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type." + }, + { + "path": "Specimen.container.additive[x]", + "min": 0, + "definition": "Introduced substance to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", + "short": "Additive associated with container", + "mapping": [ + { "map": "SAC-27", "identity": "v2" }, + { + "map": ".scopesRole[classCode=ADTV].player", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenContainerAdditive" + } + ], + "description": "Substance added to specimen container." + }, + "max": "1", + "id": "Specimen.container.additive[x]" + }, + { + "path": "Specimen.condition", + "requirements": "The specimen condition can be used to assess its quality or appropriateness for a specific test.", + "min": 0, + "definition": "A mode or state of being that describes the nature of the specimen.", + "short": "State of the specimen", + "mapping": [{ "map": "SPM-24", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0493", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCondition" + } + ], + "description": "Codes describing the state of the specimen." + }, + "max": "*", + "id": "Specimen.condition", + "comment": "Specimen condition is an observation made about the specimen. It's a point-in-time assessment. It can be used to assess its quality or appropriateness for a specific test.", + "isSummary": true + }, + { + "id": "Specimen.note", + "max": "*", + "min": 0, + "path": "Specimen.note", + "type": [{ "code": "Annotation" }], + "short": "Comments", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "definition": "To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the plan definition metadata required by HL7 and other organizations that share and publish plan definitions", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareableplandefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable PlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareableplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.url", + "max": "1", + "min": 1, + "path": "PlanDefinition.url", + "type": [{ "code": "uri" }] + }, + { + "id": "PlanDefinition.identifier", + "path": "PlanDefinition.identifier", + "mustSupport": true + }, + { + "id": "PlanDefinition.version", + "max": "1", + "min": 1, + "path": "PlanDefinition.version", + "type": [{ "code": "string" }] + }, + { + "id": "PlanDefinition.name", + "max": "1", + "min": 1, + "path": "PlanDefinition.name", + "type": [{ "code": "string" }] + }, + { + "id": "PlanDefinition.title", + "max": "1", + "min": 0, + "path": "PlanDefinition.title", + "mustSupport": true + }, + { + "id": "PlanDefinition.experimental", + "max": "1", + "min": 1, + "path": "PlanDefinition.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "PlanDefinition.date", + "max": "1", + "min": 0, + "path": "PlanDefinition.date", + "mustSupport": true + }, + { + "id": "PlanDefinition.publisher", + "max": "1", + "min": 1, + "path": "PlanDefinition.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "PlanDefinition.contact", + "path": "PlanDefinition.contact", + "mustSupport": true + }, + { + "id": "PlanDefinition.description", + "max": "1", + "min": 1, + "path": "PlanDefinition.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "PlanDefinition.useContext", + "path": "PlanDefinition.useContext", + "mustSupport": true + }, + { + "id": "PlanDefinition.jurisdiction", + "path": "PlanDefinition.jurisdiction", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "Secondary findings are genetic test results that provide information about variants in a gene unrelated to the primary purpose for the testing, most often discovered when [Whole Exome Sequencing (WES)](https://en.wikipedia.org/wiki/Exome_sequencing) or [Whole Genome Sequencing (WGS)](https://en.wikipedia.org/wiki/Whole_genome_sequencing) is performed. This extension should be used to denote when a genetic finding is being shared as a secondary finding, and ideally refer to a corresponding guideline or policy statement.\n\nFor more detail, please see:\nhttps://ghr.nlm.nih.gov/primer/testing/secondaryfindings.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "secondaryFinding", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Secondary Finding", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-secondaryFinding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-secondaryFinding", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Secondary findings are genetic test results that provide information about variants in a gene unrelated to the primary purpose for the testing, most often discovered when [Whole Exome Sequencing (WES)](https://en.wikipedia.org/wiki/Exome_sequencing) or [Whole Genome Sequencing (WGS)](https://en.wikipedia.org/wiki/Whole_genome_sequencing) is performed. This extension should be used to denote when a genetic finding is being shared as a secondary finding, and ideally refer to a corresponding guideline or policy statement.\n\nFor more detail, please see:\nhttps://ghr.nlm.nih.gov/primer/testing/secondaryfindings", + "definition": "Secondary findings are genetic test results that provide information about variants in a gene unrelated to the primary purpose for the testing, most often discovered when [Whole Exome Sequencing (WES)](https://en.wikipedia.org/wiki/Exome_sequencing) or [Whole Genome Sequencing (WGS)](https://en.wikipedia.org/wiki/Whole_genome_sequencing) is performed. This extension should be used to denote when a genetic finding is being shared as a secondary finding, and ideally refer to a corresponding guideline or policy statement.\n\nFor more detail, please see:\nhttps://ghr.nlm.nih.gov/primer/testing/secondaryfindings." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-secondaryFinding" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/secondary-finding", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecondaryFinding" + } + ], + "description": "Codes to denote a guideline or policy statement.when a genetic test result is being shared as a secondary finding." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A list is a curated collection of resources.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/List/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "List", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "List", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "List", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/List", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/List", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "lst-3", + "human": "An entry date can only be used if the mode of the list is \"working\"", + "xpath": "(f:mode/@value = 'working') or not(exists(f:entry/f:date))", + "severity": "error", + "expression": "mode = 'working' or entry.date.empty()" + }, + { + "key": "lst-2", + "human": "The deleted flag can only be used if the mode of the list is \"changes\"", + "xpath": "(f:mode/@value = 'changes') or not(exists(f:entry/f:deleted))", + "severity": "error", + "expression": "mode = 'changes' or entry.deleted.empty()" + }, + { + "key": "lst-1", + "human": "A list can only have an emptyReason if it is empty", + "xpath": "not(exists(f:emptyReason) and exists(f:entry))", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + } + ], + "path": "List", + "min": 0, + "definition": "A list is a curated collection of resources.", + "short": "A list is a curated collection of resources", + "mapping": [ + { + "map": "Act[classCode 1", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ListOrder" + } + ], + "description": "What order applies to the items in a list." + }, + "max": "1", + "id": "List.orderedBy", + "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order." + }, + { + "id": "List.note", + "max": "*", + "min": 0, + "path": "List.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about the list", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].act.text", + "identity": "rim" + } + ], + "definition": "Comments that apply to the overall list." + }, + { + "path": "List.entry", + "min": 0, + "definition": "Entries in this list.", + "short": "Entries in the list", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP] or .participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "List.entry", + "condition": ["lst-1"], + "comment": "If there are no entries in the list, an emptyReason SHOULD be provided." + }, + { + "path": "List.entry.flag", + "requirements": "This field is present to support various clinical uses of lists, such as a discharge summary medication list, where flags specify whether the medication was added, modified, or deleted from the list.", + "min": 0, + "definition": "The flag allows the system constructing the list to indicate the role and significance of the item in the list.", + "short": "Status/Workflow information about this item", + "mapping": [ + { + "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-item-flag", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ListItemFlag" + } + ], + "description": "Codes that provide further information about the reason and meaning of the item in the list." + }, + "max": "1", + "id": "List.entry.flag", + "comment": "The flag can only be understood in the context of the List.code. If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true. Deleted can only be used if the List.mode is \"changes\"." + }, + { + "path": "List.entry.deleted", + "requirements": "The flag element may contain codes that an application processing the list does not understand. However there can be no ambiguity if a list item is actually marked as \"deleted\".", + "min": 0, + "definition": "True if this item is marked as deleted in the list.", + "isModifier": true, + "short": "If this item is actually marked as deleted", + "mapping": [ + { + "map": "added: .updateMode=(\"A\",\"AR\") retained: .updateMode=\"NC\" updated: .updateMode=\"R\" deleted: .updateMode=\"D\"", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "List items are generally only treated as deleted when this element explicitly carries a value of true. Systems SHOULD always populate this value when mode is 'changes'", + "max": "1", + "id": "List.entry.deleted", + "condition": ["lst-2"], + "comment": "If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true. Both flag and deleted can only be used if the List.mode is \"changes\". A deleted entry should be displayed in narrative as deleted. This element is labeled as a modifier because it indicates that an item is (to be) no longer in the list.", + "isModifierReason": "If deleted is true, then the item included in the list isn't actually part of the list anymore" + }, + { + "path": "List.entry.date", + "requirements": "The date may be significant for understanding the meaning of items in a working list.", + "min": 0, + "definition": "When this item was added to the list.", + "short": "When item added to list", + "mapping": [ + { "map": ".availabilityTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "List.entry.date" + }, + { + "id": "List.entry.item", + "max": "1", + "min": 1, + "path": "List.entry.item", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Actual entry", + "mapping": [ + { + "map": ".target or .role or .role.entity", + "identity": "rim" + } + ], + "definition": "A reference to the actual resource from which data was derived." + }, + { + "path": "List.emptyReason", + "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.", + "min": 0, + "definition": "If the list is empty, why the list is empty.", + "short": "Why list is empty", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ,code1.5 mmol/L.", + "fixedQuantity": { "value": 1.5 } + }, + { + "id": "Observation.referenceRange.high", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.high", + "comment": "Per Australian NHF Recommendations." + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Defines a PlanDefinition that implements the behavior for a CDS Hooks service", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "CDS Hooks Service PlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cdshooksserviceplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cdshooksserviceplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.extension:cdsHooksEndpoint", + "max": "1", + "min": 1, + "path": "PlanDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + ] + } + ], + "short": "Service endpoint", + "sliceName": "cdsHooksEndpoint", + "definition": "Defines the service endpoint for the behavior implemented by the PlanDefinition." + }, + { + "id": "PlanDefinition.action", + "path": "PlanDefinition.action" + }, + { + "id": "PlanDefinition.action.title", + "path": "PlanDefinition.action.title", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.description", + "path": "PlanDefinition.action.description", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.priority", + "path": "PlanDefinition.action.priority", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.trigger", + "path": "PlanDefinition.action.trigger", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.condition", + "path": "PlanDefinition.action.condition", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.timing[x]", + "path": "PlanDefinition.action.timing[x]", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.participant", + "path": "PlanDefinition.action.participant", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.type", + "path": "PlanDefinition.action.type", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.selectionBehavior", + "path": "PlanDefinition.action.selectionBehavior", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.definition[x]", + "path": "PlanDefinition.action.definition[x]", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "instantiatesUri", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-instantiatesUri", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "Condition" }, + { "type": "element", "expression": "SupplyDelivery" }, + { "type": "element", "expression": "CommunicationRequest" }, + { "type": "element", "expression": "SupplyRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-instantiatesUri", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "External protocol or definition", + "comment": "This may be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesUri" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The period in which the catalog is valid.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Clinical Quality Information WG", + "fhirVersion": "4.0.1", + "name": "ValidityPeriod", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqm-ValidityPeriod", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod", + "context": [{ "type": "element", "expression": "Composition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqm-ValidityPeriod", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 1, + "path": "Extension", + "short": "Validity Period", + "definition": "The period in which the catalog is valid." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The name of an expression in a referenced library that determines a calculated value.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "calculatedValue", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "calculatedValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-calculatedValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-calculatedValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "A calculated value", + "definition": "The name of an expression in a referenced library that determines a calculated value." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-calculatedValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The base name of a roadway or artery recognized by a municipality (excluding street type and direction).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-streetNameBase", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-streetNameBase", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-streetNameBase", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "streetNameBase", + "mapping": [ + { "map": "ADXP[partType=STB]", "identity": "rim" } + ], + "definition": "The base name of a roadway or artery recognized by a municipality (excluding street type and direction)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Version specific identifier for the composition, assigned when each version is created/updated.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber/4.0.1", + "date": "2015-03-17", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Structured Documents WG", + "fhirVersion": "4.0.1", + "name": "versionNumber", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "composition-clinicaldocument-versionNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber", + "context": [{ "type": "element", "expression": "Composition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/composition-clinicaldocument-versionNumber", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Version-specific identifier for composition", + "comment": "While each resource, including the composition itself, has its own version identifier, this is a formal identifier for the logical version of the composition as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example.", + "definition": "Version specific identifier for the composition, assigned when each version is created/updated." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/structure", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A name that can be used for code generation when generating named enumerations for the binding.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "bindingName", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-bindingName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "context": [ + { "type": "element", "expression": "ElementDefinition.binding" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-bindingName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Suggested Name for code generation", + "comment": "There is no need to use this name for conformance to the specification, but implementers may prefer to match e.g. the schema enumeration name.", + "definition": "A name that can be used for code generation when generating named enumerations for the binding." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Codes to represent the functional status of a device implanted in a patient. Both overall device status and an implant status need to be considered. The implant status should only be used when the [device status](device-definitions.html#Device.status) is `active `.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/device-implantStatus/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "implantStatus", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Status of Implantable Devices", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-implantStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/device-implantStatus", + "context": [{ "type": "element", "expression": "Device" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/device-implantStatus", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Implant Status", + "definition": "Codes to represent the functional status of a device implanted in a patient. Both overall device status and an implant status need to be considered. The implant status should only be used when the [device status](device-definitions.html#Device.status) is `active `." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/device-implantStatus" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/implantStatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Implant Status" + } + ], + "description": "A set codes that define the functional status of an implanted device." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "For questionnaires generated from FHIR profiles, indicates the FHIR data type or resource type that corresponds to this node.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type!='display'"], + "fhirVersion": "4.0.1", + "name": "fhirType", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-fhirType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-fhirType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The underlying FHIR data type", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "For questionnaires generated from FHIR profiles, indicates the FHIR data type or resource type that corresponds to this node." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-fhirType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code capturing the explanation of why the allergy or intolerance has been refuted. Should be specified only if the status is refuted.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "reasonRefuted", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "reasonRefuted", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-reasonRefuted", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted", + "context": [{ "type": "element", "expression": "AllergyIntolerance" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-reasonRefuted", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Explanation associated with refuted status", + "definition": "A code capturing the explanation of why the allergy or intolerance has been refuted. Should be specified only if the status is refuted." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-reasonRefuted" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "User or Org actually involved in creating the value set content.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-author/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "author", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-author", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-author", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "User or Org actually involved in creating the value set content", + "definition": "User or Org actually involved in creating the value set content.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-author" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Population Type: A populatioof people with some set of grouping criteria.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Population/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Population", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Population", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "status": "draft", + "id": "Population", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Population", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Population", + "differential": { + "element": [ + { + "id": "Population", + "max": "*", + "min": 0, + "path": "Population", + "short": "A definition of a set of people that apply to some clinically related context, for example people contraindicated for a certain medication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "definition": "A populatioof people with some set of grouping criteria." + }, + { + "id": "Population.age[x]", + "max": "1", + "min": 0, + "path": "Population.age[x]", + "type": [ + { "code": "Range" }, + { "code": "CodeableConcept" } + ], + "short": "The age of the specific population", + "isSummary": true, + "definition": "The age of the specific population." + }, + { + "id": "Population.gender", + "max": "1", + "min": 0, + "path": "Population.gender", + "type": [{ "code": "CodeableConcept" }], + "short": "The gender of the specific population", + "isSummary": true, + "definition": "The gender of the specific population." + }, + { + "id": "Population.race", + "max": "1", + "min": 0, + "path": "Population.race", + "type": [{ "code": "CodeableConcept" }], + "short": "Race of the specific population", + "isSummary": true, + "definition": "Race of the specific population." + }, + { + "id": "Population.physiologicalCondition", + "max": "1", + "min": 0, + "path": "Population.physiologicalCondition", + "type": [{ "code": "CodeableConcept" }], + "short": "The existing physiological conditions of the specific population to which this applies", + "isSummary": true, + "definition": "The existing physiological conditions of the specific population to which this applies." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneElement" + }, + { + "description": "A code representing the focus of an observation when the focus is not the patient of record. In other words, the focus of the observation is different from `Observation.subject`. An example use case would be using the *Observation* resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is focal subject referenced using this extension. Other example focal subjects include spouses, related persons, feti, or donors.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-focusCode/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "focusCode", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Focal Subject Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-focusCode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-focusCode", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-focusCode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Focus Code", + "comment": "Use Observation.specimen element to describe the specimen. Only used if not implicit in code found in Observation.code.", + "definition": "A code representing the focus of an observation when the focus is not the patient of record. In other words, the focus of the observation is different from `Observation.subject`. An example use case would be using the *Observation* resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is focal subject referenced using this extension. Other example focal subjects include spouses, related persons, feti, or donors." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-focusCode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/focal-subject", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FocusCode" + } + ], + "description": "Codes for observation targets. Derived from both HL7 v3 and SNOMED CT code systems." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Indicates a date on which this identifier value was deemed to apply to this instance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/identifier-validDate/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "validDate", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "identifier-validDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/identifier-validDate", + "context": [{ "type": "element", "expression": "Identifier" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/identifier-validDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "External Identifier associated with this element", + "comment": "When referencing business objects where an identifier might not be globally unique but is instead re-used, allows determination of which object applies (on the presumption that the identifiers on the referenced object have an identifier.period or other metadata that indicates when that identifier was valid for the business object).", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "Indicates a date on which this identifier value was deemed to apply to this instance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/identifier-validDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Preferred language of the person that will consume the content.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "recipientLanguage", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "recipientLanguage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-recipientLanguage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-recipientLanguage", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "Preferred language of the person that will consume the content." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-recipientLanguage" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DocumentReference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Structured Documents)", + "fhirVersion": "4.0.1", + "name": "DocumentReference", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/composition", + "name": "FHIR Composition", + "identity": "fhircomposition" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent", + "identity": "xds" + } + ], + "abstract": false, + "type": "DocumentReference", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Documents" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "DocumentReference", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentReference", + "differential": { + "element": [ + { + "id": "DocumentReference", + "max": "*", + "min": 0, + "path": "DocumentReference", + "short": "A reference to a document", + "comment": "Usually, this is used for documents other than those defined by FHIR.", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "when describing a Composition", + "identity": "fhircomposition" + }, + { + "map": "Document[classCode=\"DOC\" and moodCode=\"EVN\"]", + "identity": "rim" + }, + { "map": "when describing a CDA", "identity": "cda" } + ], + "definition": "A reference to a document of any kind for any purpose. Provides metadata about the document so that the document can be discovered and managed. The scope of a document is any seralized object with a mime-type, so includes formal patient centric documents (CDA), cliical notes, scanned paper, and non-patient specific documents like policy text." + }, + { + "path": "DocumentReference.masterIdentifier", + "requirements": "The structure and format of this Id shall be consistent with the specification corresponding to the formatCode attribute. (e.g. for a DICOM standard document a 64-character numeric UID, for an HL7 CDA format a serialization of the CDA Document Id extension and root in the form \"oid^extension\", where OID is a 64 digits max, and the Id is a 16 UTF-8 char max. If the OID is coded without the extension then the '^' character shall not be included.).", + "min": 0, + "definition": "Document identifier as assigned by the source of the document. This identifier is specific to this version of the document. This unique identifier may be used elsewhere to identify this version of the document.", + "short": "Master Version Specific Identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "Composition.identifier", + "identity": "fhircomposition" + }, + { "map": "TXA-12", "identity": "v2" }, + { "map": ".id", "identity": "rim" }, + { "map": "DocumentEntry.uniqueId", "identity": "xds" }, + { "map": "ClinicalDocument/id", "identity": "cda" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "DocumentReference.masterIdentifier", + "comment": "CDA Document Id extension and root.", + "isSummary": true + }, + { + "path": "DocumentReference.identifier", + "min": 0, + "definition": "Other identifiers associated with the document, including version independent identifiers.", + "short": "Other identifiers for the document", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "TXA-16?", "identity": "v2" }, + { "map": ".id / .setId", "identity": "rim" }, + { "map": "DocumentEntry.entryUUID", "identity": "xds" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "DocumentReference.identifier", + "isSummary": true + }, + { + "path": "DocumentReference.status", + "min": 1, + "definition": "The status of this document reference.", + "isModifier": true, + "short": "current | superseded | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "TXA-19", "identity": "v2" }, + { + "map": "interim: .completionCode=\"IN\" & ./statusCode[isNormalDatatype()]=\"active\"; final: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and not(./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct()]); amended: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and ./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct() and statusCode=\"completed\"]; withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]=\"obsolete\"", + "identity": "rim" + }, + { + "map": "DocumentEntry.availabilityStatus", + "identity": "xds" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentReferenceStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The status of the document reference." + }, + "max": "1", + "id": "DocumentReference.status", + "comment": "This is the status of the DocumentReference object, which might be independent from the docStatus element.\n\nThis element is labeled as a modifier because the status contains the codes that mark the document or reference as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DocumentReference.docStatus", + "min": 0, + "definition": "The status of the underlying document.", + "short": "preliminary | final | amended | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Composition.status", + "identity": "fhircomposition" + }, + { "map": "TXA-17", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferredDocumentStatus" + } + ], + "description": "Status of the underlying document." + }, + "max": "1", + "id": "DocumentReference.docStatus", + "comment": "The document that is pointed to might be in various lifecycle states.", + "isSummary": true + }, + { + "path": "DocumentReference.type", + "min": 0, + "definition": "Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.", + "short": "Kind of document (LOINC if possible)", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "Composition.type", + "identity": "fhircomposition" + }, + { "map": "TXA-2", "identity": "v2" }, + { "map": "./code", "identity": "rim" }, + { "map": "DocumentEntry.type", "identity": "xds" }, + { + "map": "ClinicalDocument/code/@code \n\nThe typeCode should be mapped from the ClinicalDocument/code element to a set of document type codes configured in the affinity domain. One suggested coding system to use for typeCode is LOINC, in which case the mapping step can be omitted.", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-doc-typecodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Type" + } + ], + "description": "Precise type of clinical document." + }, + "max": "1", + "id": "DocumentReference.type", + "comment": "Key metadata element describing the document that describes he exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.", + "isSummary": true + }, + { + "path": "DocumentReference.category", + "min": 0, + "definition": "A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.", + "short": "Categorization of document", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "Composition.class", + "identity": "fhircomposition" + }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + }, + { "map": "DocumentEntry.class", "identity": "xds" }, + { + "map": "Derived from a mapping of /ClinicalDocument/code/@code to an Affinity Domain specified coded value to use and coding system. Affinity Domains are encouraged to use the appropriate value for Type of Service, based on the LOINC Type of Service (see Page 53 of the LOINC User's Manual). Must be consistent with /ClinicalDocument/code/@code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/document-classcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80Class" + } + ], + "description": "High-level kind of a clinical document at a macro level." + }, + "alias": ["claxs"], + "max": "*", + "id": "DocumentReference.category", + "comment": "Key metadata element describing the the category or classification of the document. This is a broader perspective that groups similar documents based on how they would be used. This is a primary key used in searching.", + "isSummary": true + }, + { + "path": "DocumentReference.subject", + "min": 0, + "definition": "Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).", + "short": "Who/what is the subject of the document", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "Composition.subject", + "identity": "fhircomposition" + }, + { + "map": "PID-3 (No standard way to define a Practitioner or Group subject in HL7 v2 MDM message)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]", + "identity": "rim" + }, + { "map": "DocumentEntry.patientId", "identity": "xds" }, + { + "map": "ClinicalDocument/recordTarget/", + "identity": "cda" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "DocumentReference.subject", + "isSummary": true + }, + { + "path": "DocumentReference.date", + "min": 0, + "definition": "When the document reference was created.", + "short": "When this document reference was created", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "Composition.date", + "identity": "fhircomposition" + }, + { + "map": ".availabilityTime[type=\"TS\"]", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "alias": ["indexed"], + "max": "1", + "id": "DocumentReference.date", + "comment": "Referencing/indexing time is used for tracking, organizing versions and searching.", + "isSummary": true + }, + { + "path": "DocumentReference.author", + "min": 0, + "definition": "Identifies who is responsible for adding the information to the document.", + "short": "Who and/or what authored the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { + "map": "Composition.author", + "identity": "fhircomposition" + }, + { + "map": "TXA-9 (No standard way to indicate a Device in HL7 v2 MDM message)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]", + "identity": "rim" + }, + { "map": "DocumentEntry.author", "identity": "xds" }, + { "map": "ClinicalDocument/author", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "*", + "id": "DocumentReference.author", + "comment": "Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant).", + "isSummary": true + }, + { + "path": "DocumentReference.authenticator", + "min": 0, + "definition": "Which person or organization authenticates that this document is valid.", + "short": "Who/what authenticated the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "Composition.attester", + "identity": "fhircomposition" + }, + { "map": "TXA-10", "identity": "v2" }, + { + "map": ".participation[typeCode=\"AUTHEN\"].role[classCode=\"ASSIGNED\"]", + "identity": "rim" + }, + { + "map": "DocumentEntry.legalAuthenticator", + "identity": "xds" + }, + { + "map": "ClinicalDocument/legalAuthenticator", + "identity": "cda" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "DocumentReference.authenticator", + "comment": "Represents a participant within the author institution who has legally authenticated or attested the document. Legal authentication implies that a document has been signed manually or electronically by the legal Authenticator." + }, + { + "path": "DocumentReference.custodian", + "min": 0, + "definition": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.", + "short": "Organization which maintains the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { + "map": "Composition.custodian", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"RCV\"].role[classCode=\"CUST\"].scoper[classCode=\"ORG\" and determinerCode=\"INST\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "DocumentReference.custodian", + "comment": "Identifies the logical organization (software system, vendor, or department) to go to find the current version, where to report issues, etc. This is different from the physical location (URL, disk drive, or server) of the document, which is the technical location of the document, which host may be delegated to the management of some other organization." + }, + { + "path": "DocumentReference.relatesTo", + "min": 0, + "definition": "Relationships that this document has with other document references that already exist.", + "short": "Relationships to other documents", + "mapping": [ + { + "map": "Composition.relatesTo", + "identity": "fhircomposition" + }, + { "map": ".outboundRelationship", "identity": "rim" }, + { + "map": "DocumentEntry Associations", + "identity": "xds" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "DocumentReference.relatesTo", + "comment": "This element is labeled as a modifier because documents that append to other documents are incomplete on their own.", + "isSummary": true + }, + { + "path": "DocumentReference.relatesTo.code", + "min": 1, + "definition": "The type of relationship that this document has with anther document.", + "short": "replaces | transforms | signs | appends", + "mapping": [ + { + "map": "Composition.relatesTo.code", + "identity": "fhircomposition" + }, + { + "map": ".outboundRelationship.typeCode", + "identity": "rim" + }, + { + "map": "DocumentEntry Associations type", + "identity": "xds" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentRelationshipType" + } + ], + "description": "The type of relationship between documents." + }, + "max": "1", + "id": "DocumentReference.relatesTo.code", + "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.", + "isSummary": true + }, + { + "path": "DocumentReference.relatesTo.target", + "min": 1, + "definition": "The target document of this relationship.", + "short": "Target of the relationship", + "mapping": [ + { + "map": "Composition.relatesTo.target", + "identity": "fhircomposition" + }, + { + "map": ".target[classCode=\"DOC\", moodCode=\"EVN\"].id", + "identity": "rim" + }, + { + "map": "DocumentEntry Associations reference", + "identity": "xds" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "1", + "id": "DocumentReference.relatesTo.target", + "isSummary": true + }, + { + "path": "DocumentReference.description", + "requirements": "Helps humans to assess whether the document is of interest.", + "min": 0, + "definition": "Human-readable description of the source document.", + "short": "Human-readable description", + "mapping": [ + { "map": "TXA-25", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].target.text", + "identity": "rim" + }, + { "map": "DocumentEntry.comments", "identity": "xds" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "DocumentReference.description", + "comment": "What the document is about, a terse summary of the document.", + "isSummary": true + }, + { + "path": "DocumentReference.securityLabel", + "requirements": "Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended.", + "min": 0, + "definition": "A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the \"reference\" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.", + "short": "Document security-tags", + "mapping": [ + { + "map": "Composition.confidentiality, Composition.meta.security", + "identity": "fhircomposition" + }, + { "map": "TXA-18", "identity": "v2" }, + { "map": ".confidentialityCode", "identity": "rim" }, + { + "map": "DocumentEntry.confidentialityCode", + "identity": "xds" + }, + { + "map": "ClinicalDocument/confidentialityCode/@code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "DocumentReference.securityLabel", + "comment": "The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. \n\nIn the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects.", + "isSummary": true + }, + { + "path": "DocumentReference.content", + "min": 1, + "definition": "The document and format referenced. There may be multiple content element repetitions, each with a different format.", + "short": "Document referenced", + "mapping": [ + { + "map": "Bundle(Composition+*)", + "identity": "fhircomposition" + }, + { "map": "document.text", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "DocumentReference.content", + "isSummary": true + }, + { + "path": "DocumentReference.content.attachment", + "min": 1, + "definition": "The document or URL of the document along with critical metadata to prove content has integrity.", + "short": "Where to access the document", + "mapping": [ + { + "map": "Composition.language, \nComposition.title, \nComposition.date", + "identity": "fhircomposition" + }, + { "map": "TXA-3 for mime type", "identity": "v2" }, + { "map": "document.text", "identity": "rim" }, + { + "map": "DocumentEntry.mimeType, DocumentEntry.languageCode, DocumentEntry.URI, DocumentEntry.size, DocumentEntry.hash, DocumentEntry.title, DocumentEntry.creationTime", + "identity": "xds" + }, + { + "map": "ClinicalDocument/languageCode, ClinicalDocument/title, ClinicalDocument/date", + "identity": "cda" + } + ], + "type": [{ "code": "Attachment" }], + "max": "1", + "id": "DocumentReference.content.attachment", + "isSummary": true + }, + { + "path": "DocumentReference.content.format", + "min": 0, + "definition": "An identifier of the document encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.", + "short": "Format/content rules for the document", + "mapping": [ + { + "map": "Composition.meta.profile", + "identity": "fhircomposition" + }, + { "map": "document.text", "identity": "rim" }, + { + "map": "DocumentEntry.formatCode", + "identity": "xds" + }, + { + "map": "derived from the IHE Profile or Implementation Guide templateID", + "identity": "cda" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/formatcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentFormat" + } + ], + "description": "Document Format Codes." + }, + "max": "1", + "id": "DocumentReference.content.format", + "comment": "Note that while IHE mostly issues URNs for format types, not all documents can be identified by a URI.", + "isSummary": true + }, + { + "path": "DocumentReference.context", + "min": 0, + "definition": "The clinical context in which the document was prepared.", + "short": "Clinical context of document", + "mapping": [ + { + "map": "outboundRelationship[typeCode=\"SUBJ\"].target[classCode<'ACT']", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "DocumentReference.context", + "comment": "These values are primarily added to help with searching for interesting/relevant documents.", + "isSummary": true + }, + { + "id": "DocumentReference.context.encounter", + "max": "*", + "min": 0, + "path": "DocumentReference.context.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "short": "Context of the document content", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "Composition.encounter", + "identity": "fhircomposition" + }, + { + "map": "unique(highest(./outboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()], priorityNumber)/target[moodCode=\"EVN\" and classCode=(\"ENC\", \"PCPR\") and isNormalAct])", + "identity": "rim" + } + ], + "definition": "Describes the clinical encounter or type of care that the document content is associated with." + }, + { + "path": "DocumentReference.context.event", + "min": 0, + "definition": "This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.", + "short": "Main clinical acts documented", + "mapping": [ + { + "map": "Composition.event.code", + "identity": "fhircomposition" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "DocumentEntry.eventCodeList", + "identity": "xds" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentEventType" + } + ], + "description": "This list of codes represents the main clinical acts being documented." + }, + "max": "*", + "id": "DocumentReference.context.event", + "comment": "An event can further specialize the act inherent in the type, such as where it is simply \"Procedure Report\" and the procedure was a \"colonoscopy\". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation." + }, + { + "path": "DocumentReference.context.period", + "min": 0, + "definition": "The time period over which the service that is described by the document was provided.", + "short": "Time of service that is being documented", + "mapping": [ + { + "map": "Composition.event.period", + "identity": "fhircomposition" + }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "DocumentEntry.serviceStartTime, DocumentEntry.serviceStopTime", + "identity": "xds" + }, + { + "map": "ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/low/\n@value --> ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/high/\n@value", + "identity": "cda" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "DocumentReference.context.period", + "isSummary": true + }, + { + "path": "DocumentReference.context.facilityType", + "min": 0, + "definition": "The kind of facility where the patient was seen.", + "short": "Kind of facility where patient was seen", + "mapping": [ + { + "map": "usually from a mapping to a local ValueSet", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code", + "identity": "rim" + }, + { + "map": "DocumentEntry.healthcareFacilityTypeCode", + "identity": "xds" + }, + { + "map": "usually a mapping to a local ValueSet. Must be consistent with /clinicalDocument/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80FacilityType" + } + ], + "description": "XDS Facility Type." + }, + "max": "1", + "id": "DocumentReference.context.facilityType" + }, + { + "path": "DocumentReference.context.practiceSetting", + "requirements": "This is an important piece of metadata that providers often rely upon to quickly sort and/or filter out to find specific content.", + "min": 0, + "definition": "This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.", + "short": "Additional details about where the content was created (e.g. clinical specialty)", + "mapping": [ + { + "map": "usually from a mapping to a local ValueSet", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code", + "identity": "rim" + }, + { + "map": "DocumentEntry.practiceSettingCode", + "identity": "xds" + }, + { + "map": "usually from a mapping to a local ValueSet", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80PracticeSetting" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "1", + "id": "DocumentReference.context.practiceSetting", + "comment": "This element should be based on a coarse classification system for the class of specialty practice. Recommend the use of the classification system for Practice Setting, such as that described by the Subject Matter Domain in LOINC." + }, + { + "id": "DocumentReference.context.sourcePatientInfo", + "max": "1", + "min": 0, + "path": "DocumentReference.context.sourcePatientInfo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "short": "Patient demographics from source", + "mapping": [ + { + "map": "Composition.subject", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]", + "identity": "rim" + }, + { + "map": "DocumentEntry.sourcePatientInfo, DocumentEntry.sourcePatientId", + "identity": "xds" + }, + { + "map": "ClinicalDocument/recordTarget/", + "identity": "cda" + } + ], + "definition": "The Patient Information as known when the document was published. May be a reference to a version specific, or contained." + }, + { + "path": "DocumentReference.context.related", + "min": 0, + "definition": "Related identifiers or resources associated with the DocumentReference.", + "short": "Related identifiers or resources", + "mapping": [ + { + "map": "Composition.event.detail", + "identity": "fhircomposition" + }, + { + "map": "./outboundRelationship[typeCode=\"PERT\" and isNormalActRelationship()] / target[isNormalAct]", + "identity": "rim" + }, + { + "map": "DocumentEntry.referenceIdList", + "identity": "xds" + }, + { + "map": "ClinicalDocument/relatedDocument", + "identity": "cda" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "DocumentReference.context.related", + "comment": "May be identifiers or resources that caused the DocumentReference or referenced Document to be created." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/structure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Reference to the List that a \"change\" list is asserting changes with respect to.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/list-changeBase/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["mode = 'changes'"], + "fhirVersion": "4.0.1", + "name": "changeBase", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-changeBase", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/list-changeBase", + "context": [{ "type": "element", "expression": "List" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/list-changeBase", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Base List for changes", + "comment": "Only for mode = changes.", + "definition": "Reference to the List that a \"change\" list is asserting changes with respect to." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/list-changeBase" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/List" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The factor(s) that caused the questionnaire to be answered.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "reason", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaireresponse-reason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason", + "context": [ + { "type": "element", "expression": "QuestionnaireResponse" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-reason", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Why response was created", + "comment": "The reason for completion is typically implicit in the form design or may be explicit as a question in the form itself. This element exists when neither of these other two means suffice.", + "definition": "The factor(s) that caused the questionnaire to be answered." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reason" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireResponseReason" + } + ], + "description": "Codes indicating why the response was captured. For example, admitting, referral, insurance claim, etc." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SampledData/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "There is a need for a concise way to handle the data produced by devices that sample a physical state at a high frequency.", + "name": "SampledData", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SampledData", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "SampledData", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SampledData", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SampledData", + "differential": { + "element": [ + { + "path": "SampledData", + "min": 0, + "definition": "A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.", + "short": "A series of measurements taken by a device", + "mapping": [ + { + "map": "N/A (but see section 7.14 in v2.7)", + "identity": "v2" + }, + { "map": "SLIST + GLIST", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "SampledData", + "comment": "The data is not interpretable without at least origin, period, and dimensions, but these are optional to allow a separation between the template of measurement and the actual measurement, such as between DeviceCapabilities and DeviceLog. When providing a summary view (for example with Observation.value[x]) SampledData should be represented with a brief display text such as \"Sampled Data\"." + }, + { + "path": "SampledData.origin", + "min": 1, + "definition": "The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.", + "short": "Zero value and units", + "mapping": [{ "map": "SLIST.origin", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "SampledData.origin", + "isSummary": true + }, + { + "path": "SampledData.period", + "min": 1, + "definition": "The length of time between sampling times, measured in milliseconds.", + "short": "Number of milliseconds between samples", + "mapping": [ + { "map": "GLIST.increment", "identity": "rim" } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.period", + "comment": "This is usually a whole number.", + "isSummary": true + }, + { + "path": "SampledData.factor", + "min": 0, + "definition": "A correction factor that is applied to the sampled data points before they are added to the origin.", + "short": "Multiply data by this before adding to origin", + "mapping": [{ "map": "SLIST.factor", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "meaningWhenMissing": "If no factor is assigned, the data is not adjusted before adding to the origin", + "max": "1", + "id": "SampledData.factor", + "isSummary": true + }, + { + "path": "SampledData.lowerLimit", + "min": 0, + "definition": "The lower limit of detection of the measured points. This is needed if any of the data points have the value \"L\" (lower than detection limit).", + "short": "Lower limit of detection", + "mapping": [ + { + "map": "N/A (use SLIST.digits.nullFlavor)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.lowerLimit", + "isSummary": true + }, + { + "path": "SampledData.upperLimit", + "min": 0, + "definition": "The upper limit of detection of the measured points. This is needed if any of the data points have the value \"U\" (higher than detection limit).", + "short": "Upper limit of detection", + "mapping": [ + { + "map": "N/A (use SLIST.digits.nullFlavor)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.upperLimit", + "isSummary": true + }, + { + "path": "SampledData.dimensions", + "min": 1, + "definition": "The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.", + "short": "Number of sample points at each time point", + "mapping": [ + { "map": "N/A (fixed to 1)", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "SampledData.dimensions", + "comment": "If there is more than one dimension, the code for the type of data will define the meaning of the dimensions (typically ECG data).", + "isSummary": true + }, + { + "path": "SampledData.data", + "min": 0, + "definition": "A series of data points which are decimal values separated by a single space (character u20). The special values \"E\" (error), \"L\" (below detection limit) and \"U\" (above detection limit) can also be used in place of a decimal value.", + "short": "Decimal values with spaces, or \"E\" | \"U\" | \"L\"", + "mapping": [{ "map": "SLIST.digits", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "SampledData.data", + "comment": "Data may be missing if it is omitted for summarization purposes. In general, data is required for any actual use of a SampledData." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Indicates that this event is relevant to the specified research study(ies).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-researchStudy/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "researchStudy", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Associated Study", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-researchStudy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-researchStudy", + "context": [ + { "type": "element", "expression": "Composition" }, + { "type": "element", "expression": "Consent" }, + { "type": "element", "expression": "DeviceUseStatement" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Encounter" }, + { "type": "element", "expression": "FamilyMemberHistory" }, + { "type": "element", "expression": "Immunization" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "MedicationAdministration" }, + { "type": "element", "expression": "MedicationDispense" }, + { "type": "element", "expression": "MedicationStatement" }, + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "Procedure" }, + { "type": "element", "expression": "QuestionnaireResponse" }, + { "type": "element", "expression": "RiskAssessment" }, + { "type": "element", "expression": "SupplyDelivery" }, + { "type": "element", "expression": "Task" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-researchStudy", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Associated research study", + "comment": "This relevance might mean that the even occurred as part of the study protocol, but can also include events that occurred outside the study but still have relevance (e.g. adverse events, co-occurring medications, unexpected Observations, etc.).", + "mapping": [ + { + "map": "Event.researchStudy", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=PERT].target[classCode=CLNTRL, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Indicates that this event is relevant to the specified research study(ies)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-researchStudy" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A container for slots of time that may be available for booking appointments.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Schedule/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Schedule", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Schedule", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Schedule", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Schedule", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Schedule", + "differential": { + "element": [ + { + "id": "Schedule", + "max": "*", + "min": 0, + "path": "Schedule", + "alias": ["Availability"], + "short": "A container for slots of time that may be available for booking appointments", + "mapping": [ + { "map": "n/a", "identity": "rim" }, + { + "map": "BEGIN:VFREEBUSY ??? END:VFREEBUSY (If your fhir server provides this information via calDAV, then you may want to include addressing information in a URL section, and with the search, a DTSTART and DTEND component can be included to indicate the range of time that has been covered in the collection of slots, where these overlap the resources period values. For all slots that reference this resource, include a FREEBUSY row for each slot)", + "identity": "ical" + } + ], + "definition": "A container for slots of time that may be available for booking appointments." + }, + { + "path": "Schedule.identifier", + "min": 0, + "definition": "External Ids for this item.", + "short": "External Ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Schedule.identifier", + "isSummary": true + }, + { + "path": "Schedule.active", + "min": 0, + "definition": "Whether this schedule record is in active use or should not be used (such as was entered in error).", + "isModifier": true, + "short": "Whether this schedule is in active use", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Schedule.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Schedule.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "short": "High-level category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Schedule.serviceCategory", + "isSummary": true + }, + { + "path": "Schedule.serviceType", + "min": 0, + "definition": "The specific service that is to be performed during this appointment.", + "short": "Specific service", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Schedule.serviceType", + "isSummary": true + }, + { + "path": "Schedule.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "short": "Type of specialty needed", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "*", + "id": "Schedule.specialty", + "isSummary": true + }, + { + "path": "Schedule.actor", + "min": 1, + "definition": "Slots that reference this schedule resource provide the availability details to these referenced resource(s).", + "short": "Resource(s) that availability information is being provided for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "ATTENDEE:MAILTO:john_public@host2.com This can be populated with a value from the referenced resource", + "identity": "ical" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "Schedule.actor", + "comment": "The capacity to support multiple referenced resource types should be used in cases where the specific resources themselves cannot be scheduled without the other, and thus only make sense to the system exposing them as a group. Common examples of this are where the combination of a practitioner and a room (Location) are always required by a system.", + "isSummary": true + }, + { + "path": "Schedule.planningHorizon", + "min": 0, + "definition": "The period of time that the slots that reference this Schedule resource cover (even if none exist). These cover the amount of time that an organization's planning horizon; the interval for which they are currently accepting appointments. This does not define a \"template\" for planning outside these dates.", + "short": "Period of time covered by schedule", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "DTSTART:20131201T003000Z DTEND:2014030101T003000Z", + "identity": "ical" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Schedule.planningHorizon", + "isSummary": true + }, + { + "id": "Schedule.comment", + "max": "1", + "min": 0, + "path": "Schedule.comment", + "type": [{ "code": "string" }], + "short": "Comments on availability", + "mapping": [ + { + "map": "COMMENT:(comment) If there is no comment, then the line can be excluded from the iCalendar entry", + "identity": "ical" + } + ], + "definition": "Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Record of the date and/or time of the first exposure to the Substance for this Reaction Event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "exposureDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-exposureDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-exposureDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Date(/time) of first exposure to Substance", + "comment": "Exposure can be more complicated by more than one exposure events leading to a reaction. Further details about the nature of the exposure can be provided in additional extensions, or as text in the Exposure Description extension.", + "definition": "Record of the date and/or time of the first exposure to the Substance for this Reaction Event." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-exposureDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource provides the status of the payment for goods and services rendered, and the request and response resource references.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PaymentNotice/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "PaymentNotice", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "PaymentNotice", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Payment" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "PaymentNotice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentNotice", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentNotice", + "differential": { + "element": [ + { + "id": "PaymentNotice", + "max": "*", + "min": 0, + "path": "PaymentNotice", + "short": "PaymentNotice request", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "This resource provides the status of the payment for goods and services rendered, and the request and response resource references." + }, + { + "path": "PaymentNotice.identifier", + "requirements": "Allows payment notices to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this payment notice.", + "short": "Business Identifier for the payment noctice", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "PaymentNotice.identifier" + }, + { + "path": "PaymentNotice.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentNoticeStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "PaymentNotice.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "PaymentNotice.request", + "max": "1", + "min": 0, + "path": "PaymentNotice.request", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Request reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "definition": "Reference of resource for which payment is being made." + }, + { + "id": "PaymentNotice.response", + "max": "1", + "min": 0, + "path": "PaymentNotice.response", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Response reference", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "definition": "Reference of response to resource for which payment is being made." + }, + { + "path": "PaymentNotice.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date when this resource was created.", + "short": "Creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "PaymentNotice.created", + "isSummary": true + }, + { + "id": "PaymentNotice.provider", + "max": "1", + "min": 0, + "path": "PaymentNotice.provider", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Responsible practitioner", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" }, + { "map": "B01", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "The practitioner who is responsible for the services rendered to the patient." + }, + { + "path": "PaymentNotice.payment", + "requirements": "Need to identify the actual payment.", + "min": 1, + "definition": "A reference to the payment which is the subject of this notice.", + "short": "Payment reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" + ] + } + ], + "max": "1", + "id": "PaymentNotice.payment", + "isSummary": true + }, + { + "id": "PaymentNotice.paymentDate", + "max": "1", + "min": 0, + "path": "PaymentNotice.paymentDate", + "type": [{ "code": "date" }], + "short": "Payment or clearing date", + "definition": "The date when the above payment action occurred.", + "requirements": "Need to convey the date when the action being notified occurred." + }, + { + "id": "PaymentNotice.payee", + "max": "1", + "min": 0, + "path": "PaymentNotice.payee", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Party being paid", + "definition": "The party who will receive or has received payment that is the subject of this notification." + }, + { + "path": "PaymentNotice.recipient", + "requirements": "Need to identified the recipient of the notification.", + "min": 1, + "definition": "The party who is notified of the payment status.", + "short": "Party being notified", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "PaymentNotice.recipient", + "isSummary": true + }, + { + "path": "PaymentNotice.amount", + "requirements": "Provided for validation purposes.", + "min": 1, + "definition": "The amount sent to the payee.", + "short": "Monetary amount of the payment", + "type": [{ "code": "Money" }], + "max": "1", + "id": "PaymentNotice.amount", + "isSummary": true + }, + { + "path": "PaymentNotice.paymentStatus", + "requirements": "The purpose of the notification.", + "min": 0, + "definition": "A code indicating whether payment has been sent or cleared.", + "short": "Issued or cleared Status of the payment", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentStatus" + } + ], + "description": "The payment conveyance status codes." + }, + "max": "1", + "id": "PaymentNotice.paymentStatus", + "comment": "Typically paid: payment sent, cleared: payment received." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Organization/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Organization", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Organization", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Organization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Organization", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Organization", + "differential": { + "element": [ + { + "id": "Organization", + "max": "*", + "min": 0, + "path": "Organization", + "short": "A grouping of people or organizations with a common purpose", + "mapping": [ + { + "map": "(also see master files messages)", + "identity": "v2" + }, + { + "map": "Organization(classCode=ORG, determinerCode=INST)", + "identity": "rim" + }, + { "map": "Organization", "identity": "servd" } + ], + "constraint": [ + { + "key": "org-1", + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "xpath": "count(f:identifier | f:name) > 0", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + ], + "definition": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc." + }, + { + "path": "Organization.identifier", + "requirements": "Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.", + "min": 0, + "definition": "Identifier for the organization that is used to identify the organization across multiple disparate systems.", + "short": "Identifies this organization across multiple systems", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "XON.10 / XON.3", "identity": "v2" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Organization.identifier", + "condition": ["org-1"], + "isSummary": true + }, + { + "path": "Organization.active", + "requirements": "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.", + "min": 0, + "definition": "Whether the organization's record is still in active use.", + "isModifier": true, + "short": "Whether the organization's record is still in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "No equivalent in HL7 v2", "identity": "v2" }, + { "map": ".status", "identity": "rim" }, + { + "map": "./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date.", + "identity": "servd" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Organization.active", + "comment": "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Organization.type", + "requirements": "Need to be able to track the kind of organization that this is - different organization types have different uses.", + "min": 0, + "definition": "The kind(s) of organization that this is.", + "short": "Kind of organization", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "No equivalent in v2", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "n/a", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationType" + } + ], + "description": "Used to categorize the organization." + }, + "max": "*", + "id": "Organization.type", + "comment": "Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes\n\nWhen considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.\n\nWe expect that some jurisdictions will profile this optionality to be a single cardinality.", + "isSummary": true + }, + { + "path": "Organization.name", + "requirements": "Need to use the name as the label of the organization.", + "min": 0, + "definition": "A name associated with the organization.", + "short": "Name used for the organization", + "mapping": [ + { "map": "XON.1", "identity": "v2" }, + { "map": ".name", "identity": "rim" }, + { "map": ".PreferredName/Name", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Organization.name", + "condition": ["org-1"], + "comment": "If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "Organization.alias", + "requirements": "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the organization was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the organization is known as, or was known as in the past.", + "short": "A list of alternate names that the organization is known as, or was known as in the past", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "*", + "id": "Organization.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization." + }, + { + "constraint": [ + { + "key": "org-3", + "human": "The telecom of an organization can never be of use 'home'", + "xpath": "count(f:use[@value='home']) = 0", + "severity": "error", + "expression": "where(use = 'home').empty()" + } + ], + "path": "Organization.telecom", + "requirements": "Human contact for the organization.", + "min": 0, + "definition": "A contact detail for the organization.", + "short": "A contact detail for the organization", + "mapping": [ + { "map": "ORC-22?", "identity": "v2" }, + { "map": ".telecom", "identity": "rim" }, + { "map": "./ContactPoints", "identity": "servd" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Organization.telecom", + "condition": ["org-3"], + "comment": "The use code 'home' is not to be used. Note that these contacts are not the contact details of people who are employed by or represent the organization, but official contacts for the organization itself." + }, + { + "constraint": [ + { + "key": "org-2", + "human": "An address of an organization can never be of use 'home'", + "xpath": "count(f:use[@value='home']) = 0", + "severity": "error", + "expression": "where(use = 'home').empty()" + } + ], + "path": "Organization.address", + "requirements": "May need to keep track of the organization's addresses for contacting, billing or reporting requirements.", + "min": 0, + "definition": "An address for the organization.", + "short": "An address for the organization", + "mapping": [ + { "map": "ORC-23?", "identity": "v2" }, + { "map": ".address", "identity": "rim" }, + { + "map": "./PrimaryAddress and ./OtherAddresses", + "identity": "servd" + } + ], + "type": [{ "code": "Address" }], + "max": "*", + "id": "Organization.address", + "condition": ["org-2"], + "comment": "Organization may have multiple addresses with different uses or applicable periods. The use code 'home' is not to be used." + }, + { + "path": "Organization.partOf", + "requirements": "Need to be able to track the hierarchy of organizations within an organization.", + "min": 0, + "definition": "The organization of which this organization forms a part.", + "short": "The organization of which this organization forms a part", + "mapping": [ + { "map": "No equivalent in HL7 v2", "identity": "v2" }, + { + "map": ".playedBy[classCode=Part].scoper", + "identity": "rim" + }, + { "map": "n/a", "identity": "servd" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Organization.partOf", + "isSummary": true + }, + { + "path": "Organization.contact", + "requirements": "Need to keep track of assigned contact points within bigger organization.", + "min": 0, + "definition": "Contact for the organization for a certain purpose.", + "short": "Contact for the organization for a certain purpose", + "mapping": [{ "map": ".contactParty", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Organization.contact", + "comment": "Where multiple contacts for the same purpose are provided there is a standard extension that can be used to determine which one is the preferred contact to use." + }, + { + "path": "Organization.contact.purpose", + "requirements": "Need to distinguish between multiple contact persons.", + "min": 0, + "definition": "Indicates a purpose for which the contact can be reached.", + "short": "The type of contact", + "mapping": [{ "map": "./type", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contactentity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPartyType" + } + ], + "description": "The purpose for which you would contact a contact party." + }, + "max": "1", + "id": "Organization.contact.purpose" + }, + { + "path": "Organization.contact.name", + "requirements": "Need to be able to track the person by name.", + "min": 0, + "definition": "A name associated with the contact.", + "short": "A name associated with the contact", + "mapping": [ + { "map": "PID-5, PID-9", "identity": "v2" }, + { "map": "./name", "identity": "rim" } + ], + "type": [{ "code": "HumanName" }], + "max": "1", + "id": "Organization.contact.name" + }, + { + "path": "Organization.contact.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.", + "short": "Contact details (telephone, email, etc.) for a contact", + "mapping": [ + { "map": "PID-13, PID-14", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Organization.contact.telecom" + }, + { + "path": "Organization.contact.address", + "requirements": "May need to keep track of a contact party's address for contacting, billing or reporting requirements.", + "min": 0, + "definition": "Visiting or postal addresses for the contact.", + "short": "Visiting or postal addresses for the contact", + "mapping": [ + { "map": "PID-11", "identity": "v2" }, + { "map": "./addr", "identity": "rim" } + ], + "type": [{ "code": "Address" }], + "max": "1", + "id": "Organization.contact.address" + }, + { + "path": "Organization.endpoint", + "requirements": "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the organization.", + "short": "Technical endpoints providing access to services operated for the organization", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "Organization.endpoint" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Group/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Group", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Group", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Group", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Group", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Group", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "grp-1", + "human": "Can only have members if group is \"actual\"", + "xpath": "f:actual/@value=true() or not(exists(f:member))", + "severity": "error", + "expression": "member.empty() or (actual = true)" + } + ], + "path": "Group", + "min": 0, + "definition": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.", + "short": "Group of multiple entities", + "mapping": [ + { + "map": "Entity[determinerCode=\"GRP\" or determinerCode=\"GRP_KIND\"]", + "identity": "rim" + } + ], + "max": "*", + "id": "Group", + "comment": "If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics." + }, + { + "path": "Group.identifier", + "requirements": "Allows the group to be referenced from external specifications.", + "min": 0, + "definition": "A unique business identifier for this group.", + "short": "Unique id", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "unique(./id[displayable=\"true\" and scope=\"OBJ\"])", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Group.identifier", + "isSummary": true + }, + { + "path": "Group.active", + "requirements": "Need to be able to mark a group record as not to be used because it was created in error or is otherwise no longer available (e.g. a herd that no longer exists).", + "min": 0, + "definition": "Indicates whether the record for the group is available for use or is merely being retained for historical purposes.", + "short": "Whether this group's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "./statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Group.active", + "isSummary": true + }, + { + "path": "Group.type", + "requirements": "Identifies what type of resources the group is made up of.", + "min": 1, + "definition": "Identifies the broad classification of the kind of resources the group includes.", + "short": "person | animal | practitioner | device | medication | substance", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "person: ./classCode=\"PSN\" animal: ./classCode=\"ANM\" device: ./classCode=\"DEV\" medication: ./classCode=\"MMAT\" and ./playedRole[isNormalRole() and classCode=\"THER\"] food: ./classCode=\"FOOD\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupType" + } + ], + "description": "Types of resources that are part of group." + }, + "max": "1", + "id": "Group.type", + "comment": "Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, Device, Medication or Substance for the other types.).", + "isSummary": true + }, + { + "path": "Group.actual", + "requirements": "There are use-cases for groups that define specific collections of individuals, and other groups that define \"types\" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this flag.", + "min": 1, + "definition": "If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals.", + "short": "Descriptive or actual", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "true: ./determinerCode=\"GRP\" false: ./determinerCode=\"GRP_KIND\"", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Group.actual", + "condition": ["grp-1"], + "isSummary": true + }, + { + "path": "Group.code", + "min": 0, + "definition": "Provides a specific type of resource the group includes; e.g. \"cow\", \"syringe\", etc.", + "short": "Kind of Group members", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupKind" + } + ], + "description": "Kind of particular resource; e.g. cow, syringe, lake, etc." + }, + "max": "1", + "id": "Group.code", + "comment": "This would generally be omitted for Person resources.", + "isSummary": true + }, + { + "path": "Group.name", + "requirements": "Used to identify the group in human communication.", + "min": 0, + "definition": "A label assigned to the group for human identification and communication.", + "short": "Label for Group", + "mapping": [ + { "map": "./name[type=\"ST\"]", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Group.name", + "isSummary": true + }, + { + "path": "Group.quantity", + "requirements": "Group size is a common defining characteristic.", + "min": 0, + "definition": "A count of the number of resource instances that are part of the group.", + "short": "Number of members", + "mapping": [{ "map": "./quantity", "identity": "rim" }], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "Group.quantity", + "comment": "Note that the quantity may be less than the number of members if some of the members are not active.", + "isSummary": true + }, + { + "path": "Group.managingEntity", + "min": 0, + "definition": "Entity responsible for defining and maintaining Group characteristics and/or registered members.", + "short": "Entity that is the custodian of the Group's definition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "Group.managingEntity", + "comment": "This does not strictly align with ownership of a herd or flock, but may suffice to represent that relationship in simple cases. More complex cases will require an extension.", + "isSummary": true + }, + { + "path": "Group.characteristic", + "requirements": "Needs to be a generic mechanism for identifying what individuals can be part of a group.", + "min": 0, + "definition": "Identifies traits whose presence r absence is shared by members of the group.", + "short": "Include / Exclude group members by Trait", + "mapping": [ + { + "map": "./playedRole[isNormalRole()]/participation[isNormalParticipation() and typeCode=\"SBJ\"]/act[isNormalAct and classCode=\"OBS\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Group.characteristic", + "comment": "All the identified characteristics must be true for an entity to a member of the group." + }, + { + "path": "Group.characteristic.code", + "requirements": "Need a formal way of identifying the characteristic being described.", + "min": 1, + "definition": "A code that identifies the kind of trait being asserted.", + "short": "Kind of characteristic", + "mapping": [{ "map": "./code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupCharacteristicKind" + } + ], + "description": "List of characteristics used to describe group members; e.g. gender, age, owner, location, etc." + }, + "max": "1", + "id": "Group.characteristic.code" + }, + { + "path": "Group.characteristic.value[x]", + "requirements": "The value of the characteristic is what determines group membership.", + "min": 1, + "definition": "The value of the trait that holds (or does not hold - see 'exclude') for members of the group.", + "short": "Value held by characteristic", + "mapping": [{ "map": "./value", "identity": "rim" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Reference" } + ], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupCharacteristicValue" + } + ], + "description": "Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc." + }, + "max": "1", + "id": "Group.characteristic.value[x]", + "comment": "For Range, it means members of the group have a value that falls somewhere within the specified range." + }, + { + "path": "Group.characteristic.exclude", + "requirements": "Sometimes group membership is determined by characteristics not possessed.", + "min": 1, + "definition": "If true, indicates the characteristic is one that is NOT held by members of the group.", + "short": "Group includes or excludes", + "mapping": [ + { "map": "./valueNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Group.characteristic.exclude", + "comment": "This is labeled as \"Is Modifier\" because applications cannot wrongly include excluded members as included or vice versa." + }, + { + "id": "Group.characteristic.period", + "max": "1", + "min": 0, + "path": "Group.characteristic.period", + "type": [{ "code": "Period" }], + "short": "Period over which characteristic is tested", + "definition": "The period over which the characteristic is tested; e.g. the patient had an operation during the month of June." + }, + { + "path": "Group.member", + "requirements": "Often the only thing of interest about a group is \"who's in it\".", + "min": 0, + "definition": "Identifies the resource instances that are members of the group.", + "short": "Who or what is in group", + "mapping": [ + { + "map": "./scopedRole[isNormalRole() and classCode=\"MBR\"]/player", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Group.member", + "condition": ["grp-1"] + }, + { + "id": "Group.member.entity", + "max": "1", + "min": 1, + "path": "Group.member.entity", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "short": "Reference to the group member", + "definition": "A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same." + }, + { + "path": "Group.member.period", + "requirements": "Need to track who was in a group at a particular time.", + "min": 0, + "definition": "The period that the member was in the group, if known.", + "short": "Period member belonged to the group", + "type": [{ "code": "Period" }], + "meaningWhenMissing": "The member is in the group at this time", + "max": "1", + "id": "Group.member.period" + }, + { + "path": "Group.member.inactive", + "requirements": "Sometimes you don't know when someone stopped being in a group, but not when.", + "min": 0, + "definition": "A flag to indicate that the member is no longer in the group, but previously may have been a member.", + "short": "If member is no longer in group", + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Members are considered active unless explicitly specified otherwise", + "max": "1", + "id": "Group.member.inactive" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The urgency of sample collection, such as STAT, ASAP, ASAP-ED, ROUTINE, ROUTINE-AM, etc….", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority/4.0.1", + "date": "2015-02-19", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "collectionPriority", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Collection Priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-collectionPriority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority", + "context": [{ "type": "element", "expression": "Specimen.collection" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-collectionPriority", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Urgency for collection", + "definition": "The urgency of sample collection, such as STAT, ASAP, ASAP-ED, ROUTINE, ROUTINE-AM, etc…." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PriorityExample" + } + ], + "description": "Type representing the priority for specimen collection." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Explains why an invariant is labelled as a best practice invariant.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "bestpractice-explanation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-bestpractice-explanation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "context": [ + { "type": "element", "expression": "ElementDefinition.constraint" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-bestpractice-explanation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Explains why an invariant is labelled as best practice", + "definition": "Explains why an invariant is labelled as a best practice invariant." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date on which the existence of the Condition was first asserted or acknowledged.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/condition-assertedDate/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "assertedDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "assertedDate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-assertedDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-assertedDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Date the condition was first asserted", + "comment": "The assertedDate is in the context of the recording practitioner and might not be the same as the recordedDate.", + "definition": "The date on which the existence of the Condition was first asserted or acknowledged." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/condition-assertedDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Flag denoting whether parent item is preferred - e.g., a preferred address or telephone number.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-preferred/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "preferred", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-preferred", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-preferred", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-preferred", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Preferred", + "definition": "Flag denoting whether parent item is preferred - e.g., a preferred address or telephone number." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-preferred" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure. Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceAmount/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "SubstanceAmount", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceAmount", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "status": "draft", + "id": "SubstanceAmount", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceAmount", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceAmount", + "differential": { + "element": [ + { + "id": "SubstanceAmount", + "max": "*", + "min": 0, + "path": "SubstanceAmount", + "short": "Chemical substances are a single substance type whose primary defining element is the molecular structure. Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "definition": "Chemical substances are a single substance type whose primary defining element is the molecular structure. Chemical substances shall be defined on the basis of their complete covalent molecular structure; the presence of a salt (counter-ion) and/or solvates (water, alcohols) is also captured. Purity, grade, physical form or particle size are not taken into account in the definition of a chemical substance or in the assignment of a Substance ID." + }, + { + "id": "SubstanceAmount.amount[x]", + "max": "1", + "min": 0, + "path": "SubstanceAmount.amount[x]", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "string" } + ], + "short": "Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field", + "isSummary": true, + "definition": "Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field." + }, + { + "id": "SubstanceAmount.amountType", + "max": "1", + "min": 0, + "path": "SubstanceAmount.amountType", + "type": [{ "code": "CodeableConcept" }], + "short": "Most elements that require a quantitative value will also have a field called amount type. Amount type should always be specified because the actual value of the amount is often dependent on it. EXAMPLE: In capturing the actual relative amounts of substances or molecular fragments it is essential to indicate whether the amount refers to a mole ratio or weight ratio. For any given element an effort should be made to use same the amount type for all related definitional elements", + "isSummary": true, + "definition": "Most elements that require a quantitative value will also have a field called amount type. Amount type should always be specified because the actual value of the amount is often dependent on it. EXAMPLE: In capturing the actual relative amounts of substances or molecular fragments it is essential to indicate whether the amount refers to a mole ratio or weight ratio. For any given element an effort should be made to use same the amount type for all related definitional elements." + }, + { + "id": "SubstanceAmount.amountText", + "max": "1", + "min": 0, + "path": "SubstanceAmount.amountText", + "type": [{ "code": "string" }], + "short": "A textual comment on a numeric value", + "isSummary": true, + "definition": "A textual comment on a numeric value." + }, + { + "id": "SubstanceAmount.referenceRange", + "max": "1", + "min": 0, + "path": "SubstanceAmount.referenceRange", + "type": [{ "code": "Element" }], + "short": "Reference range of possible or expected values", + "isSummary": true, + "definition": "Reference range of possible or expected values." + }, + { + "id": "SubstanceAmount.referenceRange.lowLimit", + "max": "1", + "min": 0, + "path": "SubstanceAmount.referenceRange.lowLimit", + "type": [{ "code": "Quantity" }], + "short": "Lower limit possible or expected", + "isSummary": true, + "definition": "Lower limit possible or expected." + }, + { + "id": "SubstanceAmount.referenceRange.highLimit", + "max": "1", + "min": 0, + "path": "SubstanceAmount.referenceRange.highLimit", + "type": [{ "code": "Quantity" }], + "short": "Upper limit possible or expected", + "isSummary": true, + "definition": "Upper limit possible or expected." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneElement" + }, + { + "description": "Base StructureDefinition for UsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/UsageContext/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Consumers of the resource must be able to determine the intended applicability for the resource. Ideally, this information would be used programmatically to determine when and how it should be incorporated or exposed.", + "name": "UsageContext", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "UsageContext", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "UsageContext", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/UsageContext", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/UsageContext", + "differential": { + "element": [ + { + "id": "UsageContext", + "max": "*", + "min": 0, + "path": "UsageContext", + "short": "Describes the context of use for a conformance or knowledge resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care)." + }, + { + "path": "UsageContext.code", + "min": 1, + "definition": "A code that identifies the type of context being specified by this usage context.", + "short": "Type of context being specified", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/usage-context-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UsageContextType" + } + ], + "description": "A code that specifies a type of context being specified by a usage context." + }, + "max": "1", + "id": "UsageContext.code", + "isSummary": true + }, + { + "path": "UsageContext.value[x]", + "min": 1, + "definition": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.", + "short": "Value that defines the context", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UsageContextValue" + } + ], + "description": "A code that defines the specific value for the context being specified." + }, + "max": "1", + "id": "UsageContext.value[x]", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The formal FHIR type of a property - used for the value property of a primitive type (for which there is no type in the FHIR typing system), and Element.id and Extension.url.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "fhir-type", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-fhir-type", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "context": [ + { "type": "element", "expression": "ElementDefinition.type.code" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-fhir-type", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "FHIR type for value property - when a simple system type", + "comment": "This is in effect, compiler magic for the typing system.", + "definition": "The formal FHIR type of a property - used for the value property of a primitive type (for which there is no type in the FHIR typing system), and Element.id and Extension.url." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "url" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The regulatory authorization of a medicinal product.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProductAuthorization", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductAuthorization", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductAuthorization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProductAuthorization", + "differential": { + "element": [ + { + "id": "MedicinalProductAuthorization", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization", + "short": "The regulatory authorization of a medicinal product", + "definition": "The regulatory authorization of a medicinal product." + }, + { + "id": "MedicinalProductAuthorization.identifier", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier for the marketing authorization, as assigned by a regulator", + "isSummary": true, + "definition": "Business identifier for the marketing authorization, as assigned by a regulator." + }, + { + "id": "MedicinalProductAuthorization.subject", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged" + ] + } + ], + "short": "The medicinal product that is being authorized", + "isSummary": true, + "definition": "The medicinal product that is being authorized." + }, + { + "id": "MedicinalProductAuthorization.country", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.country", + "type": [{ "code": "CodeableConcept" }], + "short": "The country in which the marketing authorization has been granted", + "isSummary": true, + "definition": "The country in which the marketing authorization has been granted." + }, + { + "id": "MedicinalProductAuthorization.jurisdiction", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdiction", + "type": [{ "code": "CodeableConcept" }], + "short": "Jurisdiction within a country", + "isSummary": true, + "definition": "Jurisdiction within a country." + }, + { + "id": "MedicinalProductAuthorization.status", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.status", + "type": [{ "code": "CodeableConcept" }], + "short": "The status of the marketing authorization", + "isSummary": true, + "definition": "The status of the marketing authorization." + }, + { + "id": "MedicinalProductAuthorization.statusDate", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.statusDate", + "type": [{ "code": "dateTime" }], + "short": "The date at which the given status has become applicable", + "isSummary": true, + "definition": "The date at which the given status has become applicable." + }, + { + "id": "MedicinalProductAuthorization.restoreDate", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.restoreDate", + "type": [{ "code": "dateTime" }], + "short": "The date when a suspended the marketing or the marketing authorization of the product is anticipated to be restored", + "isSummary": true, + "definition": "The date when a suspended the marketing or the marketing authorization of the product is anticipated to be restored." + }, + { + "id": "MedicinalProductAuthorization.validityPeriod", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.validityPeriod", + "type": [{ "code": "Period" }], + "short": "The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format", + "isSummary": true, + "definition": "The beginning of the time period in which the marketing authorization is in the specific status shall be specified A complete date consisting of day, month and year shall be specified using the ISO 8601 date format." + }, + { + "id": "MedicinalProductAuthorization.dataExclusivityPeriod", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.dataExclusivityPeriod", + "type": [{ "code": "Period" }], + "short": "A period of time after authorization before generic product applicatiosn can be submitted", + "isSummary": true, + "definition": "A period of time after authorization before generic product applicatiosn can be submitted." + }, + { + "id": "MedicinalProductAuthorization.dateOfFirstAuthorization", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.dateOfFirstAuthorization", + "type": [{ "code": "dateTime" }], + "short": "The date when the first authorization was granted by a Medicines Regulatory Agency", + "isSummary": true, + "definition": "The date when the first authorization was granted by a Medicines Regulatory Agency." + }, + { + "id": "MedicinalProductAuthorization.internationalBirthDate", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.internationalBirthDate", + "type": [{ "code": "dateTime" }], + "short": "Date of first marketing authorization for a company's new medicinal product in any country in the World", + "isSummary": true, + "definition": "Date of first marketing authorization for a company's new medicinal product in any country in the World." + }, + { + "id": "MedicinalProductAuthorization.legalBasis", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.legalBasis", + "type": [{ "code": "CodeableConcept" }], + "short": "The legal framework against which this authorization is granted", + "isSummary": true, + "definition": "The legal framework against which this authorization is granted." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization", + "type": [{ "code": "BackboneElement" }], + "short": "Authorization in areas within a country", + "isSummary": true, + "definition": "Authorization in areas within a country." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization.identifier", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization.identifier", + "type": [{ "code": "Identifier" }], + "short": "The assigned number for the marketing authorization", + "isSummary": true, + "definition": "The assigned number for the marketing authorization." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization.country", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization.country", + "type": [{ "code": "CodeableConcept" }], + "short": "Country of authorization", + "isSummary": true, + "definition": "Country of authorization." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization.jurisdiction", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization.jurisdiction", + "type": [{ "code": "CodeableConcept" }], + "short": "Jurisdiction within a country", + "isSummary": true, + "definition": "Jurisdiction within a country." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization.legalStatusOfSupply", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization.legalStatusOfSupply", + "type": [{ "code": "CodeableConcept" }], + "short": "The legal status of supply in a jurisdiction or region", + "isSummary": true, + "definition": "The legal status of supply in a jurisdiction or region." + }, + { + "id": "MedicinalProductAuthorization.jurisdictionalAuthorization.validityPeriod", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.jurisdictionalAuthorization.validityPeriod", + "type": [{ "code": "Period" }], + "short": "The start and expected end date of the authorization", + "isSummary": true, + "definition": "The start and expected end date of the authorization." + }, + { + "id": "MedicinalProductAuthorization.holder", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.holder", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Marketing Authorization Holder", + "isSummary": true, + "definition": "Marketing Authorization Holder." + }, + { + "id": "MedicinalProductAuthorization.regulator", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.regulator", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Medicines Regulatory Agency", + "isSummary": true, + "definition": "Medicines Regulatory Agency." + }, + { + "id": "MedicinalProductAuthorization.procedure", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.procedure", + "type": [{ "code": "BackboneElement" }], + "short": "The regulatory procedure for granting or amending a marketing authorization", + "isSummary": true, + "definition": "The regulatory procedure for granting or amending a marketing authorization." + }, + { + "id": "MedicinalProductAuthorization.procedure.identifier", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.procedure.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifier for this procedure", + "isSummary": true, + "definition": "Identifier for this procedure." + }, + { + "id": "MedicinalProductAuthorization.procedure.type", + "max": "1", + "min": 1, + "path": "MedicinalProductAuthorization.procedure.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of procedure", + "isSummary": true, + "definition": "Type of procedure." + }, + { + "id": "MedicinalProductAuthorization.procedure.date[x]", + "max": "1", + "min": 0, + "path": "MedicinalProductAuthorization.procedure.date[x]", + "type": [{ "code": "Period" }, { "code": "dateTime" }], + "short": "Date of procedure", + "isSummary": true, + "definition": "Date of procedure." + }, + { + "id": "MedicinalProductAuthorization.procedure.application", + "max": "*", + "min": 0, + "path": "MedicinalProductAuthorization.procedure.application", + "short": "Applcations submitted to obtain a marketing authorization", + "isSummary": true, + "definition": "Applcations submitted to obtain a marketing authorization.", + "contentReference": "#MedicinalProductAuthorization.procedure" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Establishes a relationship between this goal and other goals.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/goal-relationship/4.0.1", + "date": "2014-12-07", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "relationship", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "related goal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "goal-relationship", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/goal-relationship", + "context": [{ "type": "element", "expression": "Goal" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/goal-relationship", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Goals related to this Goal", + "definition": "Establishes a relationship between this goal and other goals." + }, + { + "id": "Extension.extension:type", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "predecessor | successor | replacement | other", + "sliceName": "type", + "definition": "Identifies what kind of relationship exists between source and target goal." + }, + { + "id": "Extension.extension:type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "type" + }, + { + "id": "Extension.extension:type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-relationship-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalRelationshipType" + } + ], + "description": "Types of relationships between two goals." + } + }, + { + "id": "Extension.extension:target", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Related goal", + "sliceName": "target", + "definition": "The goal the relationship exists with." + }, + { + "id": "Extension.extension:target.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:target.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "target" + }, + { + "id": "Extension.extension:target.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/goal-relationship" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ResearchDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "ResearchDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ResearchDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "ResearchDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchDefinition", + "differential": { + "element": [ + { + "id": "ResearchDefinition", + "max": "*", + "min": 0, + "path": "ResearchDefinition", + "short": "A research context or question", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "rsd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about." + }, + { + "path": "ResearchDefinition.url", + "requirements": "Allows the research definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this research definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this research definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the research definition is stored on different servers.", + "short": "Canonical identifier for this research definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ResearchDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ResearchDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this research definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the research definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ResearchDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this research definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ResearchDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the research definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the research definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the research definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchDefinition.version", + "comment": "There may be different research definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the research definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ResearchDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the research definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this research definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ResearchDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the research definition.", + "short": "Name for this research definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "ResearchDefinition.shortTitle", + "max": "1", + "min": 0, + "path": "ResearchDefinition.shortTitle", + "type": [{ "code": "string" }], + "short": "Title for use in informal contexts", + "definition": "The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary.", + "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content." + }, + { + "id": "ResearchDefinition.subtitle", + "max": "1", + "min": 0, + "path": "ResearchDefinition.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the ResearchDefinition", + "definition": "An explanatory or alternate title for the ResearchDefinition giving additional information about its content." + }, + { + "path": "ResearchDefinition.status", + "min": 1, + "definition": "The status of this research definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ResearchDefinition.status", + "comment": "Allows filtering of research definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ResearchDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level research definition.", + "min": 0, + "definition": "A Boolean value to indicate that this research definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ResearchDefinition.experimental", + "comment": "Allows filtering of research definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ResearchDefinition.subject[x]", + "min": 0, + "definition": "The intended subjects for the ResearchDefinition. If this element is not provided, a Patient subject is assumed, but the subject of the ResearchDefinition can be anything.", + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for the research (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "ResearchDefinition.subject[x]", + "comment": "The subject of the ResearchDefinition is critical in interpreting the criteria definitions, as the logic in the ResearchDefinitions is evaluated with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what content is available based on its relationship to the subject. In CQL, this corresponds to the context declaration." + }, + { + "path": "ResearchDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the research definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the research definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ResearchDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the research definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ResearchDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the research definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the research definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the research definition is the organization or individual primarily responsible for the maintenance and upkeep of the research definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the research definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ResearchDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ResearchDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ResearchDefinition.description", + "min": 0, + "definition": "A free text natural language description of the research definition from a consumer's perspective.", + "short": "Natural language description of the research definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ResearchDefinition.description", + "comment": "This description can be used to capture details such as why the research definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the research definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the research definition is presumed to be the predominant language in the place the research definition was created).", + "isSummary": true + }, + { + "id": "ResearchDefinition.comment", + "max": "*", + "min": 0, + "path": "ResearchDefinition.comment", + "type": [{ "code": "string" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "ResearchDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate research definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ResearchDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ResearchDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the research definition is intended to be used.", + "short": "Intended jurisdiction for research definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ResearchDefinition.jurisdiction", + "comment": "It may be possible for the research definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ResearchDefinition.purpose", + "min": 0, + "definition": "Explanation of why this research definition is needed and why it has been designed as it has.", + "short": "Why this research definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ResearchDefinition.purpose", + "comment": "This element does not describe the usage of the research definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this research definition." + }, + { + "id": "ResearchDefinition.usage", + "max": "1", + "min": 0, + "path": "ResearchDefinition.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the ResearchDefinition", + "definition": "A detailed description, from a clinical perspective, of how the ResearchDefinition is used." + }, + { + "path": "ResearchDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the research definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the research definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the research definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ResearchDefinition.copyright" + }, + { + "path": "ResearchDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the research definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ResearchDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "ResearchDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the research definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ResearchDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "ResearchDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the research definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the research definition content was or is planned to be in active use.", + "short": "When the research definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ResearchDefinition.effectivePeriod", + "comment": "The effective period for a research definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "ResearchDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the ResearchDefinition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the ResearchDefinition. Topics provide a high-level categorization grouping types of ResearchDefinitions that can be useful for filtering and searching.", + "short": "The category of the ResearchDefinition, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "ResearchDefinition.topic" + }, + { + "id": "ResearchDefinition.author", + "max": "*", + "min": 0, + "path": "ResearchDefinition.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "ResearchDefinition.editor", + "max": "*", + "min": 0, + "path": "ResearchDefinition.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "ResearchDefinition.reviewer", + "max": "*", + "min": 0, + "path": "ResearchDefinition.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "ResearchDefinition.endorser", + "max": "*", + "min": 0, + "path": "ResearchDefinition.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "ResearchDefinition.relatedArtifact", + "requirements": "ResearchDefinitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "ResearchDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "ResearchDefinition.library", + "max": "*", + "min": 0, + "path": "ResearchDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "short": "Logic used by the ResearchDefinition", + "definition": "A reference to a Library resource containing the formal logic used by the ResearchDefinition." + }, + { + "id": "ResearchDefinition.population", + "max": "1", + "min": 1, + "path": "ResearchDefinition.population", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ] + } + ], + "short": "What population?", + "isSummary": true, + "definition": "A reference to a ResearchElementDefinition resource that defines the population for the research." + }, + { + "id": "ResearchDefinition.exposure", + "max": "1", + "min": 0, + "path": "ResearchDefinition.exposure", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ] + } + ], + "short": "What exposure?", + "isSummary": true, + "definition": "A reference to a ResearchElementDefinition resource that defines the exposure for the research." + }, + { + "id": "ResearchDefinition.exposureAlternative", + "max": "1", + "min": 0, + "path": "ResearchDefinition.exposureAlternative", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ] + } + ], + "short": "What alternative exposure state?", + "isSummary": true, + "definition": "A reference to a ResearchElementDefinition resource that defines the exposureAlternative for the research." + }, + { + "id": "ResearchDefinition.outcome", + "max": "1", + "min": 0, + "path": "ResearchDefinition.outcome", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition" + ] + } + ], + "short": "What outcome?", + "isSummary": true, + "definition": "A reference to a ResearchElementDefinition resomece that defines the outcome for the research." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A street address line is frequently used instead of breaking out building number, street name, street type, etc. An address generally has only a delivery address line or a street address line, but not both.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-streetAddressLine", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-streetAddressLine", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-streetAddressLine", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "streetAddressLine", + "mapping": [ + { "map": "ADXP[partType=SAL]", "identity": "rim" } + ], + "definition": "A street address line is frequently used instead of breaking out building number, street name, street type, etc. An address generally has only a delivery address line or a street address line, but not both." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetAddressLine" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of a request for a medication, substance or device used in the healthcare setting.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SupplyRequest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "SupplyRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "SupplyRequest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SupplyRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SupplyRequest", + "differential": { + "element": [ + { + "id": "SupplyRequest", + "max": "*", + "min": 0, + "path": "SupplyRequest", + "short": "Request for a medication, substance or device", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "ORC", "identity": "v2" }, + { "map": "Act[moodCode<=INT]", "identity": "rim" } + ], + "definition": "A record of a request for a medication, substance or device used in the healthcare setting." + }, + { + "path": "SupplyRequest.identifier", + "requirements": "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this SupplyRequest by the author and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.", + "short": "Business Identifier for SupplyRequest", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ORC.2, ORC.3", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "SupplyRequest.identifier", + "comment": "The identifier.type element is used to distinguish between the identifiers assigned by the requester/placer and the performer/filler.", + "isSummary": true + }, + { + "path": "SupplyRequest.status", + "min": 0, + "definition": "Status of the supply request.", + "isModifier": true, + "short": "draft | active | suspended +", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC.5", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestStatus" + } + ], + "description": "Status of the supply request." + }, + "max": "1", + "id": "SupplyRequest.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "SupplyRequest.category", + "min": 0, + "definition": "Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply process.", + "short": "The kind of supply (central, non-stock, etc.)", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestKind" + } + ], + "description": "Category of supply request." + }, + "alias": ["kind"], + "max": "1", + "id": "SupplyRequest.category", + "isSummary": true + }, + { + "path": "SupplyRequest.priority", + "min": 0, + "definition": "Indicates how quickly this SupplyRequest should be addressed with respect to other requests.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "TQ1.9", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "SupplyRequest.priority", + "isSummary": true + }, + { + "path": "SupplyRequest.item[x]", + "min": 1, + "definition": "The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list.", + "short": "Medication, Substance, or Device requested to be supplied", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": ".code", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestItem" + } + ], + "description": "The item that was requested." + }, + "max": "1", + "id": "SupplyRequest.item[x]", + "comment": "Note that there's a difference between a prescription - an instruction to take a medication, along with a (sometimes) implicit supply, and an explicit request to supply, with no explicit instructions.", + "isSummary": true + }, + { + "path": "SupplyRequest.quantity", + "min": 1, + "definition": "The amount that is being ordered of the indicated item.", + "short": "The requested amount of the item indicated", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "max": "1", + "id": "SupplyRequest.quantity", + "isSummary": true + }, + { + "id": "SupplyRequest.parameter", + "max": "*", + "min": 0, + "path": "SupplyRequest.parameter", + "type": [{ "code": "BackboneElement" }], + "short": "Ordered item details", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" } + ], + "definition": "Specific parameters for the ordered item. For example, the size of the indicated item." + }, + { + "path": "SupplyRequest.parameter.code", + "min": 0, + "definition": "A code or string that identifies the device detail being asserted.", + "short": "Item detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParameterCode" + } + ], + "description": "A code that identifies the device detail." + }, + "max": "1", + "id": "SupplyRequest.parameter.code" + }, + { + "path": "SupplyRequest.parameter.value[x]", + "min": 0, + "definition": "The value of the device detail.", + "short": "Value of detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "boolean" } + ], + "max": "1", + "id": "SupplyRequest.parameter.value[x]", + "comment": "Range means device should have a value that falls somewhere within the specified range." + }, + { + "path": "SupplyRequest.occurrence[x]", + "min": 0, + "definition": "When the request should be fulfilled.", + "short": "When the request should be fulfilled", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "Accompanying TQ1/TQ2 segments", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "alias": ["when", "timing"], + "max": "1", + "id": "SupplyRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "SupplyRequest.authoredOn", + "min": 0, + "definition": "When the request was made.", + "short": "When the request was made", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC.9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["date", "createdOn", "signedOn"], + "max": "1", + "id": "SupplyRequest.authoredOn", + "isSummary": true + }, + { + "path": "SupplyRequest.requester", + "min": 0, + "definition": "The device, practitioner, etc. who initiated the request.", + "short": "Individual making the request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC.12", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "alias": ["author", "source"], + "max": "1", + "id": "SupplyRequest.requester", + "isSummary": true + }, + { + "path": "SupplyRequest.supplier", + "min": 0, + "definition": "Who is intended to fulfill the request.", + "short": "Who is intended to fulfill the request", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "alias": ["performer"], + "max": "*", + "id": "SupplyRequest.supplier", + "isSummary": true + }, + { + "path": "SupplyRequest.reasonCode", + "min": 0, + "definition": "The reason why the supply item was requested.", + "short": "The reason why the supply item was requested", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestReason" + } + ], + "description": "The reason why the supply item was requested." + }, + "max": "*", + "id": "SupplyRequest.reasonCode" + }, + { + "id": "SupplyRequest.reasonReference", + "max": "*", + "min": 0, + "path": "SupplyRequest.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "The reason why the supply item was requested", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "definition": "The reason why the supply item was requested." + }, + { + "id": "SupplyRequest.deliverFrom", + "max": "1", + "min": 0, + "path": "SupplyRequest.deliverFrom", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "The origin of the supply", + "mapping": [ + { "map": "PRT", "identity": "v2" }, + { "map": ".participation", "identity": "rim" } + ], + "definition": "Where the supply is expected to come from." + }, + { + "id": "SupplyRequest.deliverTo", + "max": "1", + "min": 0, + "path": "SupplyRequest.deliverTo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "short": "The destination of the supply", + "mapping": [ + { "map": "PRT", "identity": "v2" }, + { "map": ".participation", "identity": "rim" } + ], + "definition": "Where the supply is destined to go." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Workflow Status is used to represent details of the value set development process while in a single Activity Status.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "workflowStatus", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-workflowStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-workflowStatus", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Indicates the state of development of the value set", + "comment": "The values that are traditionally used for this element while the Value Set Definition has an Activity Status of Preliminary are assumed to include phrases that capture various stages in review and approval. It is expected that this would be used to manage maintenance activities, but that a terminology service would not be expected to expose this information. Different services might adopt different workflow status values reflecting their local practices.", + "definition": "Workflow Status is used to represent details of the value set development process while in a single Activity Status.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-workflowStatus" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodySite/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "BodyStructure Reference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Body Site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodySite", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/bodySite", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bodySite", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Target anatomic location or structure", + "definition": "Record details about the anatomical location of a specimen or body part. This resource may be used when a coded concept does not provide the necessary detail needed for the use case." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/bodySite" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this Condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/condition-dueTo/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "dueTo", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "dueTo", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-dueTo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-dueTo", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-dueTo", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Causes for this Condition", + "comment": "Although a condition may be caused by a substance, this is not intended to be used to record allergies/adverse reactions to substances.", + "mapping": [{ "map": ".typeCode", "identity": "rim" }], + "definition": "Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this Condition." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/condition-dueTo" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-cause", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionCause" + } + ], + "description": "Codes that describe causes of patient conditions; e.g. Surgical mishap, escalation of a previous condition, etc." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "sourceReference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-sourceReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-sourceReference", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Where did this content come from", + "comment": "This is not intended to be a direct link to another value set. It is only intended to support a link or textual description that indicates related material for the value set.", + "definition": "This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AuditEvent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Security)", + "fhirVersion": "4.0.1", + "name": "AuditEvent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/provenance", + "name": "FHIR Provenance Mapping", + "identity": "fhirprovenance" + } + ], + "abstract": false, + "type": "AuditEvent", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "AuditEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AuditEvent", + "differential": { + "element": [ + { + "id": "AuditEvent", + "max": "*", + "min": 0, + "path": "AuditEvent", + "short": "Event record kept for security purposes", + "comment": "Based on IHE-ATNA.", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "ControlAct[moodCode=EVN]", + "identity": "rim" + }, + { "map": "Message", "identity": "dicom" } + ], + "definition": "A record of an event made for purposes of maintaining a security log. Typical uses include detection of intrusion attempts and monitoring for inappropriate usage." + }, + { + "path": "AuditEvent.type", + "requirements": "This identifies the performed function. For \"Execute\" Event Action Code audit records, this identifies the application function performed.", + "min": 1, + "definition": "Identifier for a family of the event. For example, a menu item, program, rule, policy, function code, application name or URL. It identifies the performed function.", + "short": "Type/identifier of event", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventId", "identity": "dicom" }, + { "map": "Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventType" + } + ], + "description": "Type of event." + }, + "max": "1", + "id": "AuditEvent.type", + "isSummary": true + }, + { + "path": "AuditEvent.subtype", + "requirements": "This field enables queries of messages by implementation-defined event categories.", + "min": 0, + "definition": "Identifier for the category of event.", + "short": "More specific type/id for the event", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventTypeCode", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-sub-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventSubType" + } + ], + "description": "Sub-type of event." + }, + "max": "*", + "id": "AuditEvent.subtype", + "isSummary": true + }, + { + "path": "AuditEvent.action", + "requirements": "This broadly indicates what kind of action was done on the AuditEvent.entity by the AuditEvent.agent.", + "min": 0, + "definition": "Indicator for type of action performed during the event that generated the audit.", + "short": "Type of action performed during the event", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventActionCode", "identity": "dicom" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-action|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventAction" + } + ], + "description": "Indicator for type of action performed during the event that generated the event." + }, + "max": "1", + "id": "AuditEvent.action", + "isSummary": true + }, + { + "path": "AuditEvent.period", + "min": 0, + "definition": "The period during which the activity occurred.", + "short": "When the activity occurred", + "mapping": [ + { "map": "Event.occurred[x]", "identity": "workflow" }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "./effectiveTime[type=IVL_TS]", + "identity": "rim" + }, + { "map": "EventDateTime", "identity": "dicom" }, + { + "map": "Activity.startTime & Activity.endTime", + "identity": "w3c.prov" + }, + { + "map": "Provenance.occurred[x]", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "AuditEvent.period", + "comment": "The period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time." + }, + { + "path": "AuditEvent.recorded", + "requirements": "This ties an event to a specific date and time. Security audits typically require a consistent time base (e.g. UTC), to eliminate time-zone issues arising from geographical distribution.", + "min": 1, + "definition": "The time when the event was recorded.", + "short": "Time when the event was recorded", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" }, + { "map": "Activity.when", "identity": "w3c.prov" }, + { + "map": "Provenance.recorded", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "AuditEvent.recorded", + "comment": "In a distributed system, some sort of common time base (e.g. an NTP [RFC1305] server) is a good implementation tactic.", + "isSummary": true + }, + { + "path": "AuditEvent.outcome", + "min": 0, + "definition": "Indicates whether the event succeeded or failed.", + "short": "Whether the event succeeded or failed", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".actionNegationInd", "identity": "rim" }, + { "map": "EventOutcomeIndicator", "identity": "dicom" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventOutcome" + } + ], + "description": "Indicates whether the event succeeded or failed." + }, + "max": "1", + "id": "AuditEvent.outcome", + "comment": "In some cases a \"success\" may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant.", + "isSummary": true + }, + { + "path": "AuditEvent.outcomeDesc", + "min": 0, + "definition": "A free text description of the outcome of the event.", + "short": "Description of the event outcome", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=OUT].target.text", + "identity": "rim" + }, + { + "map": "EventOutcomeDescription", + "identity": "dicom" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.outcomeDesc", + "isSummary": true + }, + { + "path": "AuditEvent.purposeOfEvent", + "min": 0, + "definition": "The purposeOfUse (reason) that was used during the event being recorded.", + "short": "The purposeOfUse of the event", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "* .reasonCode [ControlActReason when Act.class = CACT Control Act]\n*.outboundRelationship[typeCode=RSON].target", + "identity": "rim" + }, + { "map": "EventPurposeOfUse", "identity": "dicom" }, + { "map": "Activity.Activity", "identity": "w3c.prov" }, + { + "map": "Provenance.reason, Provenance.activity", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditPurposeOfUse" + } + ], + "description": "The reason the activity took place." + }, + "max": "*", + "id": "AuditEvent.purposeOfEvent", + "comment": "Use AuditEvent.agent.purposeOfUse when you know that it is specific to the agent, otherwise use AuditEvent.purposeOfEvent. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why.", + "isSummary": true + }, + { + "path": "AuditEvent.agent", + "requirements": "An agent can be a person, an organization, software, device, or other actors that may be ascribed responsibility.", + "min": 1, + "definition": "An actor taking an active role in the event or activity that is logged.", + "short": "Actor involved in the event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".participation", "identity": "rim" }, + { "map": "ActiveParticipant", "identity": "dicom" }, + { "map": "Agent", "identity": "w3c.prov" }, + { + "map": "Provenance.agent", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "BackboneElement" }], + "alias": ["ActiveParticipant"], + "max": "*", + "id": "AuditEvent.agent", + "comment": "Several agents may be associated (i.e. have some responsibility for an activity) with an event or activity.\n\nFor example, an activity may be initiated by one user for other users or involve more than one user. However, only one user may be the initiator/requestor for the activity." + }, + { + "path": "AuditEvent.agent.type", + "min": 0, + "definition": "Specification of the participation type the user plays when performing the event.", + "short": "How agent participated", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".typeCode and/or .functionCode", + "identity": "rim" + }, + { "map": "RoleIdCode", "identity": "dicom" }, + { "map": "Agent.Attribution", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.type", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditAgentType" + } + ], + "description": "The Participation type of the agent to the event." + }, + "max": "1", + "id": "AuditEvent.agent.type" + }, + { + "path": "AuditEvent.agent.role", + "requirements": "This value ties an audited event to a user's role(s). It is an optional value that might be used to group events for analysis by user functional role categories.", + "min": 0, + "definition": "The security role that the user was acting under, that come from local codes defined by the access control security system (e.g. RBAC, ABAC) used in the local context.", + "short": "Agent role in the event", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".role", "identity": "rim" }, + { "map": "RoleIdCode", "identity": "dicom" }, + { "map": "Agent.Attribution", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.role", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditAgentRole" + } + ], + "description": "What security role enabled the agent to participate in the event." + }, + "max": "*", + "id": "AuditEvent.agent.role", + "comment": "Should be roles relevant to the event. Should not be an exhaustive list of roles." + }, + { + "path": "AuditEvent.agent.who", + "requirements": "This field ties an audit event to a specific resource or identifier.", + "min": 0, + "definition": "Reference to who this agent is that was involved in the event.", + "short": "Identifier of who", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "UserId", "identity": "dicom" }, + { "map": "Agent.Identity", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.who", + "identity": "fhirprovenance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["userId"], + "max": "1", + "id": "AuditEvent.agent.who", + "comment": "Where a User ID is available it will go into who.identifier.", + "isSummary": true + }, + { + "path": "AuditEvent.agent.altId", + "requirements": "In some situations, a human user may authenticate with one identity but, to access a specific application system, may use a synonymous identify. For example, some \"single sign on\" implementations will do this. The alternative identifier would then be the original identify used for authentication, and the User ID is the one known to and used by the application.", + "min": 0, + "definition": "Alternative agent Identifier. For a human, this should be a user identifier text string from authentication system. This identifier would be one known to a common authentication system (e.g. single sign-on), if available.", + "short": "Alternative User identity", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".id (distinguish id type by root)", + "identity": "rim" + }, + { "map": "AlternativeUserId", "identity": "dicom" }, + { "map": "Agent.Identity", "identity": "w3c.prov" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.agent.altId" + }, + { + "path": "AuditEvent.agent.name", + "requirements": "The User ID and Authorization User ID may be internal or otherwise obscure values. This field assists the auditor in identifying the actual user.", + "min": 0, + "definition": "Human-meaningful name for the agent.", + "short": "Human friendly name for the agent", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".name", "identity": "rim" }, + { "map": "UserName", "identity": "dicom" }, + { "map": "Agent.Identity", "identity": "w3c.prov" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.agent.name" + }, + { + "path": "AuditEvent.agent.requestor", + "requirements": "This value is used to distinguish between requestor-users and recipient-users. For example, one person may initiate a report-output to be sent to another user.", + "min": 1, + "definition": "Indicator that the user is or is not the requestor, or initiator, for the event being audited.", + "short": "Whether user is initiator", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "If participation.typeCode was author, then true", + "identity": "rim" + }, + { "map": "UserIsRequestor", "identity": "dicom" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "AuditEvent.agent.requestor", + "comment": "There can only be one initiator. If the initiator is not clear, then do not choose any one agent as the initiator.", + "isSummary": true + }, + { + "id": "AuditEvent.agent.location", + "max": "1", + "min": 0, + "path": "AuditEvent.agent.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "* Role.Class =SDLOC\n*Role.Code = ServiceDeliveryLocationRoleType\n *Entity.Code = PlaceEntityType = df.Types of places for Entity.Class = PLC\n*EntityClass = PLC = df.A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.", + "identity": "rim" + }, + { "map": "Activity.location", "identity": "w3c.prov" }, + { + "map": "Provenance.location", + "identity": "fhirprovenance" + } + ], + "definition": "Where the event occurred." + }, + { + "path": "AuditEvent.agent.policy", + "requirements": "This value is used retrospectively to determine the authorization policies.", + "min": 0, + "definition": "The policy or plan that authorized the activity being recorded. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.", + "short": "Policy that authorized event", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ActPolicyType", "identity": "rim" }, + { "map": "ParticipantRoleIDCode", "identity": "dicom" }, + { + "map": "Provenance.policy", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "AuditEvent.agent.policy", + "comment": "For example: Where an OAuth token authorizes, the unique identifier from the OAuth token is placed into the policy element Where a policy engine (e.g. XACML) holds policy logic, the unique policy identifier is placed into the policy element." + }, + { + "path": "AuditEvent.agent.media", + "requirements": "Usually, this is used instead of specifying a network address. This field is not used for Media Id (i.e. the serial number of a CD).", + "min": 0, + "definition": "Type of media involved. Used when the event is about exporting/importing onto media.", + "short": "Type of media", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".player.description.mediaType", + "identity": "rim" + }, + { "map": "MediaType", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/dicm-405-mediatype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DICOMMediaType" + } + ], + "description": "Used when the event is about exporting/importing onto media." + }, + "max": "1", + "id": "AuditEvent.agent.media" + }, + { + "id": "AuditEvent.agent.network", + "max": "1", + "min": 0, + "path": "AuditEvent.agent.network", + "type": [{ "code": "BackboneElement" }], + "short": "Logical network location for application activity", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".player.description.reference", + "identity": "rim" + } + ], + "definition": "Logical network location for application activity, if the activity has a network location." + }, + { + "path": "AuditEvent.agent.network.address", + "requirements": "This datum identifies the user's network access point, which may be distinct from the server that performed the action. It is an optional value that may be used to group events recorded on separate servers for analysis of a specific network access point's data access across all servers.", + "min": 0, + "definition": "An identifier for the network access point of the user device for the audit event.", + "short": "Identifier for the network access point of the user device", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "pre-coordinated into URL", + "identity": "rim" + }, + { "map": "NetworkAccessPointID", "identity": "dicom" }, + { "map": "Agent.Location", "identity": "w3c.prov" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.agent.network.address", + "comment": "This could be a device id, IP address or some other identifier associated with a device." + }, + { + "path": "AuditEvent.agent.network.type", + "requirements": "This datum identifies the type of network access point identifier of the user device for the audit event. It is an optional value that may be used to group events recorded on separate servers for analysis of access according to a network access point's type.", + "min": 0, + "definition": "An identifier for the type of network access point that originated the audit event.", + "short": "The type of network access point", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "pre-coordinated into URL", + "identity": "rim" + }, + { + "map": "NetworkAccessPointTypeCode", + "identity": "dicom" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/network-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventAgentNetworkType" + } + ], + "description": "The type of network access point of this agent in the audit event." + }, + "max": "1", + "id": "AuditEvent.agent.network.type" + }, + { + "path": "AuditEvent.agent.purposeOfUse", + "min": 0, + "definition": "The reason (purpose of use), specific to this agent, that was used during the event being recorded.", + "short": "Reason given for this user", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "*.reasonCode [ActHealthInformationPurposeOfUseReason codes/v:PurposeOfUse\n(2.16.840.1.113883.1.11.20448)\n* .outboundRelationship[typeCode=RSON or SUBJ].target", + "identity": "rim" + }, + { "map": "Agent.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditPurposeOfUse" + } + ], + "description": "The reason the activity took place." + }, + "max": "*", + "id": "AuditEvent.agent.purposeOfUse", + "comment": "Use AuditEvent.agent.purposeOfUse when you know that is specific to the agent, otherwise use AuditEvent.purposeOfEvent. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why." + }, + { + "path": "AuditEvent.source", + "requirements": "The event is reported by one source.", + "min": 1, + "definition": "The system that is reporting the event.", + "short": "Audit Event Reporter", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role[classCode=ASSIGN].player[classCode=DEV, determinerCode=INSTANCE]", + "identity": "rim" + }, + { + "map": "AuditSourceIdentification", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "AuditEvent.source", + "comment": "Since multi-tier, distributed, or composite applications make source identification ambiguous, this collection of fields may repeat for each application or process actively involved in the event. For example, multiple value-sets can identify participating web servers, application processes, and database server threads in an n-tier distributed application. Passive event participants (e.g. low-level network transports) need not be identified." + }, + { + "path": "AuditEvent.source.site", + "requirements": "This value differentiates among the sites in a multi-site enterprise health information system.", + "min": 0, + "definition": "Logical source location within the healthcare enterprise network. For example, a hospital or other provider location within a multi-entity provider group.", + "short": "Logical source location within the enterprise", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".scopedRole[classCode=LOCE].player.desc", + "identity": "rim" + }, + { "map": "AuditEnterpriseSiteId", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.source.site" + }, + { + "path": "AuditEvent.source.observer", + "requirements": "This field ties the event to a specific source system. It may be used to group events for analysis according to where the event was detected.", + "min": 1, + "definition": "Identifier of the source where the event was detected.", + "short": "The identity of source detecting the event", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "AuditSourceId", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["SourceId"], + "max": "1", + "id": "AuditEvent.source.observer", + "isSummary": true + }, + { + "path": "AuditEvent.source.type", + "requirements": "This field indicates which type of source is identified by the Audit Source ID. It is an optional value that may be used to group events for analysis according to the type of source where the event occurred.", + "min": 0, + "definition": "Code specifying the type of source where event originated.", + "short": "The type of source where event originated", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { "map": "AuditSourceTypeCode", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-source-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventSourceType" + } + ], + "description": "Code specifying the type of system that detected and recorded the event." + }, + "max": "*", + "id": "AuditEvent.source.type" + }, + { + "constraint": [ + { + "key": "sev-1", + "human": "Either a name or a query (NOT both)", + "xpath": "not(exists(f:name)) or not(exists(f:query))", + "severity": "error", + "expression": "name.empty() or query.empty()" + } + ], + "path": "AuditEvent.entity", + "requirements": "The event may have other entities involved.", + "min": 0, + "definition": "Specific instances of data or objects that have been accessed.", + "short": "Data or objects used", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target or .participation[typeCode=SBJ].role", + "identity": "rim" + }, + { + "map": "ParticipantObjectIdentification", + "identity": "dicom" + }, + { "map": "Entity", "identity": "w3c.prov" }, + { + "map": "Provenance.target, Provenance.entity", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "BackboneElement" }], + "alias": ["ParticipantObject"], + "max": "*", + "id": "AuditEvent.entity", + "comment": "Required unless the values for event identification, agent identification, and audit source identification are sufficient to document the entire auditable event. Because events may have more than one entity, this group can be a repeating set of values." + }, + { + "path": "AuditEvent.entity.what", + "min": 0, + "definition": "Identifies a specific instance of the entity. The reference should be version specific.", + "short": "Specific instance of resource", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "ParticipantObjectID and ParticipantObjectIDTypeCode", + "identity": "dicom" + }, + { + "map": "Provenance.target, Provenance.entity.what", + "identity": "fhirprovenance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "AuditEvent.entity.what", + "isSummary": true + }, + { + "path": "AuditEvent.entity.type", + "requirements": "To describe the object being acted upon. In addition to queries on the subject of the action in an auditable event, it is also important to be able to query on the object type for the action.", + "min": 0, + "definition": "The type of the object that was involved in this audit event.", + "short": "Type of entity involved", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "[self::Act].code or role.player.code", + "identity": "rim" + }, + { + "map": "ParticipantObjectTypeCode", + "identity": "dicom" + }, + { "map": "Entity.type", "identity": "w3c.prov" }, + { + "map": "Provenance.entity.type", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-entity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventEntityType" + } + ], + "description": "Code for the entity type involved in the audit event." + }, + "max": "1", + "id": "AuditEvent.entity.type", + "comment": "This value is distinct from the user's role or any user relationship to the entity." + }, + { + "path": "AuditEvent.entity.role", + "requirements": "For some detailed audit analysis it may be necessary to indicate a more granular type of entity, based on the application role it serves.", + "min": 0, + "definition": "Code representing the role the entity played in the event being audited.", + "short": "What role the entity played", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "role.code (not sure what this would mean for an Act)", + "identity": "rim" + }, + { + "map": "ParticipantObjectTypeCodeRole", + "identity": "dicom" + }, + { "map": "Entity.role", "identity": "w3c.prov" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/object-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventEntityRole" + } + ], + "description": "Code representing the role the entity played in the audit event." + }, + "max": "1", + "id": "AuditEvent.entity.role" + }, + { + "path": "AuditEvent.entity.lifecycle", + "requirements": "Institutional policies for privacy and security may optionally fall under different accountability rules based on data life cycle. This provides a differentiating value for those cases.", + "min": 0, + "definition": "Identifier for the data life-cycle stage for the entity.", + "short": "Life-cycle stage for the entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "target of ObservationEvent[code=\"lifecycle\"].value", + "identity": "rim" + }, + { + "map": "ParticipantObjectDataLifeCycle", + "identity": "dicom" + }, + { "map": "Entity.role", "identity": "w3c.prov" }, + { + "map": "Provenance.entity.role", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/object-lifecycle-events", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventEntityLifecycle" + } + ], + "description": "Identifier for the data life-cycle stage for the entity." + }, + "max": "1", + "id": "AuditEvent.entity.lifecycle", + "comment": "This can be used to provide an audit trail for data, over time, as it passes through the system." + }, + { + "path": "AuditEvent.entity.securityLabel", + "requirements": "This field identifies the security labels for a specific instance of an object, such as a patient, to detect/track privacy and security issues.", + "min": 0, + "definition": "Security labels for the identified entity.", + "short": "Security labels on the entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".confidentialityCode", "identity": "rim" }, + { + "map": "ParticipantObjectSensitivity", + "identity": "dicom" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "AuditEvent.entity.securityLabel", + "comment": "Copied from entity meta security tags." + }, + { + "path": "AuditEvent.entity.name", + "requirements": "Use only where entity can't be identified with an identifier.", + "min": 0, + "definition": "A name of the entity in the audit event.", + "short": "Descriptor for entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".title", "identity": "rim" }, + { "map": "ParticipantObjectName", "identity": "dicom" }, + { "map": "Entity.Label", "identity": "w3c.prov" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.entity.name", + "condition": ["sev-1"], + "comment": "This field may be used in a query/report to identify audit events for a specific person. For example, where multiple synonymous entity identifiers (patient number, medical record number, encounter number, etc.) have been used.", + "isSummary": true + }, + { + "path": "AuditEvent.entity.description", + "requirements": "Use only where entity can't be identified with an identifier.", + "min": 0, + "definition": "Text that describes the entity in more detail.", + "short": "Descriptive text", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".text", "identity": "rim" }, + { + "map": "ParticipantObjectDescription", + "identity": "dicom" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AuditEvent.entity.description" + }, + { + "path": "AuditEvent.entity.query", + "requirements": "For query events, it may be necessary to capture the actual query input to the query process in order to identify the specific event. Because of differences among query implementations and data encoding for them, this is a base 64 encoded data blob. It may be subsequently decoded or interpreted by downstream audit analysis processing.", + "min": 0, + "definition": "The query parameters for a query-type entities.", + "short": "Query parameters", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "No mapping", "identity": "rim" }, + { "map": "ParticipantObjectQuery", "identity": "dicom" } + ], + "type": [{ "code": "base64Binary" }], + "max": "1", + "id": "AuditEvent.entity.query", + "condition": ["sev-1"], + "comment": "The meaning and secondary-encoding of the content of base64 encoded blob is specific to the AuditEvent.type, AuditEvent.subtype, AuditEvent.entity.type, and AuditEvent.entity.role. The base64 is a general-use and safe container for event specific data blobs regardless of the encoding used by the transaction being recorded. An AuditEvent consuming application must understand the event it is consuming and the formats used by the event. For example, if auditing an Oracle network database access, the Oracle formats must be understood as they will be simply encoded in the base64binary blob.", + "isSummary": true + }, + { + "path": "AuditEvent.entity.detail", + "requirements": "Implementation-defined data about specific details of the object accessed or used.", + "min": 0, + "definition": "Tagged value pairs for conveying additional information about the entity.", + "short": "Additional Information about the entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "ParticipantObjectDetail", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "AuditEvent.entity.detail" + }, + { + "id": "AuditEvent.entity.detail.type", + "max": "1", + "min": 1, + "path": "AuditEvent.entity.detail.type", + "type": [{ "code": "string" }], + "short": "Name of the property", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { + "map": "ParticipantObjectDetail.type", + "identity": "dicom" + } + ], + "definition": "The type of extra detail provided in the value." + }, + { + "path": "AuditEvent.entity.detail.value[x]", + "requirements": "Should not duplicate the entity value unless absolutely necessary.", + "min": 1, + "definition": "The value of the extra detail.", + "short": "Property value", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".value", "identity": "rim" }, + { + "map": "ParticipantObjectDetail.value", + "identity": "dicom" + } + ], + "type": [{ "code": "string" }, { "code": "base64Binary" }], + "max": "1", + "id": "AuditEvent.entity.detail.value[x]", + "comment": "The value can be string when known to be a string, else base64 encoding should be used to protect binary or undefined content. The meaning and secondary-encoding of the content of base64 encoded blob is specific to the AuditEvent.type, AuditEvent.subtype, AuditEvent.entity.type, and AuditEvent.entity.role. The base64 is a general-use and safe container for event specific data blobs regardless of the encoding used by the transaction being recorded. An AuditEvent consuming application must understand the event it is consuming and the formats used by the event. For example if auditing an Oracle network database access, the Oracle formats must be understood as they will be simply encoded in the base64binary blob." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/secure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A number, letter or name identifying a delivery installation. For example, for Station A, the delivery installation qualifier would be 'A'.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryInstallationQualifier", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryInstallationQualifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryInstallationQualifier", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryInstallationQualifier", + "mapping": [ + { "map": "ADXP[partType=DINSTQ]", "identity": "rim" } + ], + "definition": "A number, letter or name identifying a delivery installation. For example, for Station A, the delivery installation qualifier would be 'A'." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryInstallationQualifier" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The level of equivalence between the element containing the mapping and the element mapped to.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "equivalence", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-equivalence", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence", + "context": [ + { "type": "element", "expression": "ElementDefinition.mapping" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-equivalence", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "The level of equivalence between the element containing the mapping and the element mapped to." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-equivalence" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-equivalence|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptMapEquivalence" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The degree of equivalence between concepts." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The Human Language of the item.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/language/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Human Language", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Human Language of the item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "language", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/language", + "context": [ + { "type": "element", "expression": "HumanName" }, + { "type": "element", "expression": "Address" }, + { "type": "element", "expression": "Annotation" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/language", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 1, + "path": "Extension", + "short": "Human Language for the item", + "comment": "This is used where an item may repeat to indicate the language of each repeat.", + "definition": "The Human Language of the item." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/language" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The minimum number of characters that must be present in the simple data type to be considered a \"valid\" instance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/minLength/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "minLength", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "minLength", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/minLength", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/minLength", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "At least this many characters", + "comment": "For base64binary, reflects the number of characters representing the encoded data, not the number of bytes of the binary data.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "The minimum number of characters that must be present in the simple data type to be considered a \"valid\" instance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/minLength" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Request/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "4.0.1", + "name": "Request", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Request", + "resourceType": "StructureDefinition", + "title": "request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Request", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Request", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Request", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EnrollmentResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "EnrollmentResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EnrollmentResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "EnrollmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentResponse", + "differential": { + "element": [ + { + "id": "EnrollmentResponse", + "max": "*", + "min": 0, + "path": "EnrollmentResponse", + "short": "EnrollmentResponse resource", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource." + }, + { + "id": "EnrollmentResponse.identifier", + "max": "*", + "min": 0, + "path": "EnrollmentResponse.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business Identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" } + ], + "definition": "The Response business identifier." + }, + { + "path": "EnrollmentResponse.status", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnrollmentResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "EnrollmentResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the response as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "EnrollmentResponse.request", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.request", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" + ] + } + ], + "short": "Claim reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "definition": "Original request resource reference." + }, + { + "id": "EnrollmentResponse.outcome", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.outcome", + "type": [{ "code": "code" }], + "short": "queued | complete | error | partial", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The outcome of the processing." + }, + "definition": "Processing status: error, complete." + }, + { + "id": "EnrollmentResponse.disposition", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.disposition", + "type": [{ "code": "string" }], + "short": "Disposition Message", + "mapping": [ + { "map": "Event.code", "identity": "workflow" } + ], + "definition": "A description of the status of the adjudication." + }, + { + "id": "EnrollmentResponse.created", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.created", + "type": [{ "code": "dateTime" }], + "short": "Creation date", + "mapping": [ + { "map": "Event.occurrence[x]", "identity": "workflow" } + ], + "definition": "The date when the enclosed suite of services were performed or completed." + }, + { + "id": "EnrollmentResponse.organization", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.organization", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Insurer", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "The Insurer who produced this adjudicated response." + }, + { + "id": "EnrollmentResponse.requestProvider", + "max": "1", + "min": 0, + "path": "EnrollmentResponse.requestProvider", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Responsible practitioner", + "mapping": [{ "map": "B01", "identity": "cdanetv4" }], + "definition": "The practitioner who is responsible for the services rendered to the patient." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Immunization/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "4.0.1", + "name": "Immunization", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + } + ], + "abstract": false, + "type": "Immunization", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "Immunization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Immunization", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Immunization", + "differential": { + "element": [ + { + "id": "Immunization", + "max": "*", + "min": 0, + "path": "Immunization", + "short": "Immunization event information", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "VXU_V04", "identity": "v2" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "definition": "Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party." + }, + { + "id": "Immunization.identifier", + "max": "*", + "min": 0, + "path": "Immunization.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/id", + "identity": "cda" + } + ], + "definition": "A unique identifier assigned to this immunization record." + }, + { + "path": "Immunization.status", + "min": 1, + "definition": "Indicates the current status of the immunization event.", + "isModifier": true, + "short": "completed | entered-in-error | not-done", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationStatus" + } + ], + "description": "A set of codes indicating the current status of an Immunization." + }, + "max": "1", + "id": "Immunization.status", + "comment": "Will generally be set to show that the immunization has been completed or not done. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains statuses entered-in-error and not-done which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Immunization.statusReason", + "min": 0, + "definition": "Indicates the reason the immunization event was not performed.", + "short": "Reason not done", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationStatusReason" + } + ], + "description": "The reason why a vaccine was not administered." + }, + "max": "1", + "id": "Immunization.statusReason", + "comment": "This is generally only used for the status of \"not-done\". The reason for performing the immunization event is captured in reasonCode, not here." + }, + { + "path": "Immunization.vaccineCode", + "min": 1, + "definition": "Vaccine that was administered or was to be administered.", + "short": "Vaccine product administered", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXA-5", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/realmCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "The code for vaccine product administered." + }, + "max": "1", + "id": "Immunization.vaccineCode", + "isSummary": true + }, + { + "path": "Immunization.patient", + "min": 1, + "definition": "The patient who either received or did not receive the immunization.", + "short": "Who was immunized", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".partipication[ttypeCode=].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "Immunization.patient", + "isSummary": true + }, + { + "id": "Immunization.encounter", + "max": "1", + "min": 0, + "path": "Immunization.encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "short": "Encounter immunization was part of", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { + "map": "component->EncounterEvent", + "identity": "rim" + } + ], + "definition": "The visit or admission or other contact between patient and health care provider the immunization was performed as part of." + }, + { + "path": "Immunization.occurrence[x]", + "min": 1, + "definition": "Date vaccine administered or was to be administered.", + "short": "Vaccine administration date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "RXA-3", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/effectiveTime/value", + "identity": "cda" + } + ], + "type": [{ "code": "dateTime" }, { "code": "string" }], + "max": "1", + "id": "Immunization.occurrence[x]", + "comment": "When immunizations are given a specific date and time should always be known. When immunizations are patient reported, a specific date might not be known. Although partial dates are allowed, an adult patient might not be able to recall the year a childhood immunization was given. An exact date is always preferable, but the use of the String data type is acceptable when an exact date is not known. A small number of vaccines (e.g. live oral typhoid vaccine) are given as a series of patient self-administered dose over a span of time. In cases like this, often, only the first dose (typically a provider supervised dose) is recorded with the occurrence indicating the date/time of the first dose.", + "isSummary": true + }, + { + "path": "Immunization.recorded", + "min": 0, + "definition": "The date the occurrence of the immunization was first captured in the record - potentially significantly after the occurrence of the event.", + "short": "When the immunization was first captured in the subject's record", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Immunization.recorded", + "isSummary": false + }, + { + "path": "Immunization.primarySource", + "min": 0, + "definition": "An indication that the content of the record is based on information from the person who administered the vaccine. This reflects the context under which the data was originally recorded.", + "short": "Indicates context the data was recorded in", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "RXA-9", "identity": "v2" }, + { + "map": "immunization.uncertaintycode (if primary source=false, uncertainty=U)", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Immunization.primarySource", + "comment": "Reflects the “reliability” of the content.", + "isSummary": true + }, + { + "path": "Immunization.reportOrigin", + "min": 0, + "definition": "The source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.", + "short": "Indicates the source of a secondarily reported record", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "RXA-9", "identity": "v2" }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported) .participation[typeCode=INF].role[classCode=LIC] (this syntax for health care professional) .participation[typeCode=INF].role[classCode=PRS] (this syntax for family member)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-origin", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationReportOrigin" + } + ], + "description": "The source of the data for a record which is not from a primary source." + }, + "max": "1", + "id": "Immunization.reportOrigin", + "comment": "Should not be populated if primarySource = True, not required even if primarySource = False." + }, + { + "id": "Immunization.location", + "max": "1", + "min": 0, + "path": "Immunization.location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where immunization occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "RXA-27 (or RXA-11, deprecated as of v2.7)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=LOC].COCT_MT240000UV", + "identity": "rim" + } + ], + "definition": "The service delivery location where the vaccine administration occurred." + }, + { + "id": "Immunization.manufacturer", + "max": "1", + "min": 0, + "path": "Immunization.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Vaccine manufacturer", + "mapping": [ + { "map": "RXA-17", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=ORG]", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacuturerOrganization/name", + "identity": "cda" + } + ], + "definition": "Name of vaccine manufacturer." + }, + { + "id": "Immunization.lotNumber", + "max": "1", + "min": 0, + "path": "Immunization.lotNumber", + "type": [{ "code": "string" }], + "short": "Vaccine lot number", + "mapping": [ + { "map": "RXA-15", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].id", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/lotNumberText", + "identity": "cda" + } + ], + "definition": "Lot number of the vaccine product." + }, + { + "id": "Immunization.expirationDate", + "max": "1", + "min": 0, + "path": "Immunization.expirationDate", + "type": [{ "code": "date" }], + "short": "Vaccine expiration date", + "mapping": [ + { "map": "RXA-16", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime", + "identity": "rim" + } + ], + "definition": "Date vaccine batch expires." + }, + { + "path": "Immunization.site", + "min": 0, + "definition": "Body site where vaccine was administered.", + "short": "Body site vaccine was administered", + "mapping": [ + { "map": "RXR-2", "identity": "v2" }, + { + "map": "observation.targetSiteCode", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/approachSiteCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationSite" + } + ], + "description": "The site at which the vaccine was administered." + }, + "max": "1", + "id": "Immunization.site" + }, + { + "path": "Immunization.route", + "min": 0, + "definition": "The path by which the vaccine product is taken into the body.", + "short": "How vaccine entered body", + "mapping": [ + { "map": "RXR-1", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/routeCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-route", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRoute" + } + ], + "description": "The route by which the vaccine was administered." + }, + "max": "1", + "id": "Immunization.route" + }, + { + "id": "Immunization.doseQuantity", + "max": "1", + "min": 0, + "path": "Immunization.doseQuantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Amount of vaccine administered", + "mapping": [ + { "map": "RXA-6 / RXA-7", "identity": "v2" }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "definition": "The quantity of vaccine product that was administered." + }, + { + "path": "Immunization.performer", + "min": 0, + "definition": "Indicates who performed the immunization event.", + "short": "Who performed event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "ORC-12 / RXA-10", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Immunization.performer", + "isSummary": true + }, + { + "path": "Immunization.performer.function", + "min": 0, + "definition": "Describes the type of performance (e.g. ordering provider, administering provider, etc.).", + "short": "What type of performance was done", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationFunction" + } + ], + "description": "The role a practitioner or organization plays in the immunization event." + }, + "max": "1", + "id": "Immunization.performer.function", + "isSummary": true + }, + { + "path": "Immunization.performer.actor", + "min": 1, + "definition": "The practitioner or organization who performed the action.", + "short": "Individual or organization who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Immunization.performer.actor", + "comment": "When the individual practitioner who performed the action is known, it is best to send.", + "isSummary": true + }, + { + "path": "Immunization.note", + "min": 0, + "definition": "Extra information about the immunization that is not conveyed by the other attributes.", + "short": "Additional immunization notes", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "OBX-5 : OBX-3 = 48767-8", "identity": "v2" }, + { "map": "note", "identity": "rim" } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "Immunization.note", + "isSummary": true + }, + { + "path": "Immunization.reasonCode", + "min": 0, + "definition": "Reasons why the vaccine was administered.", + "short": "Why immunization occurred", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { + "map": "[actionNegationInd=false].reasonCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationReason" + } + ], + "description": "The reason why a vaccine was administered." + }, + "max": "*", + "id": "Immunization.reasonCode" + }, + { + "id": "Immunization.reasonReference", + "max": "*", + "min": 0, + "path": "Immunization.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "short": "Why immunization occurred", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Condition, Observation or DiagnosticReport that supports why the immunization was administered." + }, + { + "path": "Immunization.isSubpotent", + "min": 0, + "definition": "Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent.", + "isModifier": true, + "short": "Dose potency", + "mapping": [ + { + "map": "RXA-20 = PA (partial administration)", + "identity": "v2" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "By default, a dose should be considered to be potent.", + "max": "1", + "id": "Immunization.isSubpotent", + "comment": "Typically, the recognition of the dose being sub-potent is retrospective, after the administration (ex. notification of a manufacturer recall after administration). However, in the case of a partial administration (the patient moves unexpectedly and only some of the dose is actually administered), subpotency may be recognized immediately, but it is still important to record the event.", + "isModifierReason": "This element is labeled as a modifier because an immunization event with a subpotent vaccine doesn't protect the patient the same way as a potent dose.", + "isSummary": true + }, + { + "path": "Immunization.subpotentReason", + "min": 0, + "definition": "Reason why a dose is considered to be subpotent.", + "short": "Reason for being subpotent", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubpotentReason" + } + ], + "description": "The reason why a dose is considered to be subpotent." + }, + "max": "*", + "id": "Immunization.subpotentReason" + }, + { + "constraint": [ + { + "key": "imm-1", + "human": "One of documentType or reference SHALL be present", + "xpath": "exists(f:documentType) or exists(f:reference)", + "severity": "error", + "expression": "documentType.exists() or reference.exists()" + } + ], + "path": "Immunization.education", + "min": 0, + "definition": "Educational material presented to the patient (or guardian) at the time of vaccine administration.", + "short": "Educational material presented to patient", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Immunization.education" + }, + { + "id": "Immunization.education.documentType", + "max": "1", + "min": 0, + "path": "Immunization.education.documentType", + "type": [{ "code": "string" }], + "short": "Educational material document identifier", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 69764-9", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Identifier of the material presented to the patient." + }, + { + "id": "Immunization.education.reference", + "max": "1", + "min": 0, + "path": "Immunization.education.reference", + "type": [{ "code": "uri" }], + "short": "Educational material reference pointer", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "Reference pointer to the educational material given to the patient if the information was on line." + }, + { + "id": "Immunization.education.publicationDate", + "max": "1", + "min": 0, + "path": "Immunization.education.publicationDate", + "type": [{ "code": "dateTime" }], + "short": "Educational material publication date", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 29768-9", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Date the educational material was published." + }, + { + "id": "Immunization.education.presentationDate", + "max": "1", + "min": 0, + "path": "Immunization.education.presentationDate", + "type": [{ "code": "dateTime" }], + "short": "Educational material presentation date", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 29769-7", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "Date the educational material was given to the patient." + }, + { + "path": "Immunization.programEligibility", + "min": 0, + "definition": "Indicates a patient's eligibility for a funding program.", + "short": "Patient eligibility for a vaccination program", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 64994-7", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramEligibility" + } + ], + "description": "The patient's eligibility for a vaccation program." + }, + "max": "*", + "id": "Immunization.programEligibility" + }, + { + "path": "Immunization.fundingSource", + "min": 0, + "definition": "Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered).", + "short": "Funding source for the vaccine", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-funding-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundingSource" + } + ], + "description": "The source of funding used to purchase the vaccine administered." + }, + "max": "1", + "id": "Immunization.fundingSource" + }, + { + "path": "Immunization.reaction", + "min": 0, + "definition": "Categorical data indicating that an adverse event is associated in time to an immunization.", + "short": "Details of a reaction that follows immunization", + "mapping": [ + { "map": "OBX-3", "identity": "v2" }, + { + "map": "Observation[classCode=obs].code", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Immunization.reaction", + "comment": "A reaction may be an indication of an allergy or intolerance and, if this is determined to be the case, it should be recorded as a new AllergyIntolerance resource instance as most systems will not query against past Immunization.reaction elements." + }, + { + "id": "Immunization.reaction.date", + "max": "1", + "min": 0, + "path": "Immunization.reaction.date", + "type": [{ "code": "dateTime" }], + "short": "When reaction started", + "mapping": [ + { + "map": "OBX-14 (ideally this would be reported in an IAM segment, but IAM is not part of the HL7 v2 VXU message - most likely would appear in OBX segments if at all)", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "definition": "Date of reaction to the immunization." + }, + { + "id": "Immunization.reaction.detail", + "max": "1", + "min": 0, + "path": "Immunization.reaction.detail", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "short": "Additional information on reaction", + "mapping": [ + { "map": "OBX-5", "identity": "v2" }, + { "map": ".value", "identity": "rim" } + ], + "definition": "Details of the reaction." + }, + { + "id": "Immunization.reaction.reported", + "max": "1", + "min": 0, + "path": "Immunization.reaction.reported", + "type": [{ "code": "boolean" }], + "short": "Indicates self-reported reaction", + "mapping": [ + { + "map": "(HL7 v2 doesn't seem to provide for this)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported=true)", + "identity": "rim" + } + ], + "definition": "Self-reported indicator." + }, + { + "id": "Immunization.protocolApplied", + "max": "*", + "min": 0, + "path": "Immunization.protocolApplied", + "type": [{ "code": "BackboneElement" }], + "short": "Protocol followed by the provider", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The protocol (set of recommendations) being followed by the provider who administered the dose." + }, + { + "id": "Immunization.protocolApplied.series", + "max": "1", + "min": 0, + "path": "Immunization.protocolApplied.series", + "type": [{ "code": "string" }], + "short": "Name of vaccine series", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority." + }, + { + "id": "Immunization.protocolApplied.authority", + "max": "1", + "min": 0, + "path": "Immunization.protocolApplied.authority", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who is responsible for publishing the recommendations", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "Indicates the authority who published the protocol (e.g. ACIP) that is being followed." + }, + { + "path": "Immunization.protocolApplied.targetDisease", + "min": 0, + "definition": "The vaccine preventable disease the dose is being administered against.", + "short": "Vaccine preventatable disease being targetted", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TargetDisease" + } + ], + "description": "The vaccine preventable disease the dose is being administered for." + }, + "max": "*", + "id": "Immunization.protocolApplied.targetDisease" + }, + { + "path": "Immunization.protocolApplied.doseNumber[x]", + "min": 1, + "definition": "Nominal position in a series.", + "short": "Dose number within series", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "Immunization.protocolApplied.doseNumber[x]", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose)." + }, + { + "path": "Immunization.protocolApplied.seriesDoses[x]", + "min": 0, + "definition": "The recommended number of doses to achieve immunity.", + "short": "Recommended number of doses for immunity", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "Immunization.protocolApplied.seriesDoses[x]", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A set of units that the user may choose when providing a quantity value.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='quantity'"], + "fhirVersion": "4.0.1", + "name": "unitValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-unitValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-unitValueSet", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Unit choices", + "comment": "Provide either unit-option(s) or unit-valueSet. In the absence of either, any unit is valid.", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "A set of units that the user may choose when providing a quantity value." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitValueSet" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies a sibling of the relative.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling/4.0.1", + "date": "2013-10-02", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "sibling", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "family-member-history-genetics-sibling", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling", + "context": [{ "type": "element", "expression": "FamilyMemberHistory" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/family-member-history-genetics-sibling", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "natural brother(s) & natural sister(s) - genetic & other", + "comment": "Some cases may have complex inner-pedigree-tree relationship. For instance, double cousin relationship need two extra link with In pedigree tree itself. This can't be revealed by relationship to subject.", + "definition": "Identifies a sibling of the relative.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "Distinguishes between different types of sibling relationships with varying granularity to support capturing the relationship \"to the degree known\".", + "isModifier": false, + "short": "sibling | brother | sister | etc.", + "type": [{ "code": "Extension" }], + "sliceName": "type", + "max": "1", + "id": "Extension.extension:type" + }, + { + "id": "Extension.extension:type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "type" + }, + { + "id": "Extension.extension:type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sibling-relationship-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SiblingRelationshipType" + } + ], + "description": "Sibling relationship types." + } + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "Points to the FamilyMemberHistory record of the relation who is the sibling of this relation.", + "isModifier": false, + "short": "Link to sibling relative(s)", + "type": [{ "code": "Extension" }], + "sliceName": "reference", + "max": "1", + "id": "Extension.extension:reference" + }, + { + "id": "Extension.extension:reference.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:reference.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "reference" + }, + { + "id": "Extension.extension:reference.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + ] + } + ] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PractitionerRole/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Need to track services that a healthcare provider is able to provide at an organization's location, and the services that they can perform there.", + "name": "PractitionerRole", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "PractitionerRole", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "individual" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "PractitionerRole", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PractitionerRole", + "differential": { + "element": [ + { + "id": "PractitionerRole", + "max": "*", + "min": 0, + "path": "PractitionerRole", + "short": "Roles/organizations the practitioner is associated with", + "mapping": [ + { "map": "PRD (as one example)", "identity": "v2" }, + { "map": "Role", "identity": "rim" }, + { "map": "ServiceSiteProvider", "identity": "servd" } + ], + "definition": "A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time." + }, + { + "path": "PractitionerRole.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "Business Identifiers that are specific to a role/location.", + "short": "Business Identifiers that are specific to a role/location", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PRD-7 (or XCN.1)", "identity": "v2" }, + { "map": ".id", "identity": "rim" }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "PractitionerRole.identifier", + "isSummary": true + }, + { + "path": "PractitionerRole.active", + "requirements": "Need to be able to mark a practitioner role record as not to be used because it was created in error, or otherwise no longer in active use.", + "min": 0, + "definition": "Whether this practitioner role record is in active use.", + "short": "Whether this practitioner role record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "STF-7", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "PractitionerRole.active", + "comment": "If this value is false, you may refer to the period to see when the role was in active use. If there is no period specified, no inference can be made about when it was active.", + "isSummary": true + }, + { + "path": "PractitionerRole.period", + "requirements": "Even after the agencies is revoked, the fact that it existed must still be recorded.", + "min": 0, + "definition": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.", + "short": "The period during which the practitioner is authorized to perform in these role(s)", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PRD-8/9 / PRA-5.4", "identity": "v2" }, + { + "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime", + "identity": "rim" + }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "PractitionerRole.period", + "isSummary": true + }, + { + "path": "PractitionerRole.practitioner", + "min": 0, + "definition": "Practitioner that is able to provide the defined services for the organization.", + "short": "Practitioner that is able to provide the defined services for the organization", + "mapping": [{ "map": ".player", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "max": "1", + "id": "PractitionerRole.practitioner", + "isSummary": true + }, + { + "path": "PractitionerRole.organization", + "min": 0, + "definition": "The organization where the Practitioner performs the roles associated.", + "short": "Organization where the roles are available", + "mapping": [{ "map": ".scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "PractitionerRole.organization", + "isSummary": true + }, + { + "path": "PractitionerRole.code", + "requirements": "Need to know what authority the practitioner has - what can they do?", + "min": 0, + "definition": "Roles which this practitioner is authorized to perform for the organization.", + "short": "Roles which this practitioner may perform", + "mapping": [ + { + "map": "PRD-1 / STF-18 / PRA-3 / PRT-4 / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)", + "identity": "servd" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/practitioner-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PractitionerRole" + } + ], + "description": "The role a person plays representing an organization." + }, + "max": "*", + "id": "PractitionerRole.code", + "comment": "A person may have more than one role.", + "isSummary": true + }, + { + "path": "PractitionerRole.specialty", + "min": 0, + "definition": "Specific specialty of the practitioner.", + "short": "Specific specialty of the practitioner", + "mapping": [ + { "map": "PRA-5", "identity": "v2" }, + { + "map": ".player.HealthCareProvider[@classCode = 'PROV'].code", + "identity": "rim" + }, + { "map": "./Specialty", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PractitionerSpecialty" + } + ], + "description": "Specific specialty associated with the agency." + }, + "max": "*", + "id": "PractitionerRole.specialty", + "isSummary": true + }, + { + "path": "PractitionerRole.location", + "min": 0, + "definition": "The location(s) at which this practitioner provides care.", + "short": "The location(s) at which this practitioner provides care", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']", + "identity": "rim" + }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)
However these are accessed via the Site.ServiceSite.ServiceSiteProvider record. (The Site has the location)", + "identity": "servd" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "PractitionerRole.location", + "isSummary": true + }, + { + "id": "PractitionerRole.healthcareService", + "max": "*", + "min": 0, + "path": "PractitionerRole.healthcareService", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "short": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", + "mapping": [ + { "map": "EDU-2 / AFF-3", "identity": "v2" }, + { + "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", + "identity": "rim" + } + ], + "definition": "The list of healthcare services that this worker provides for this role's Organization/Location(s)." + }, + { + "path": "PractitionerRole.telecom", + "requirements": "Often practitioners have a dedicated line for each location (or service) that they work at, and need to be able to define separate contact details for each of these.", + "min": 0, + "definition": "Contact details that are specific to the role/location/service.", + "short": "Contact details that are specific to the role/location/service", + "mapping": [{ "map": ".telecom", "identity": "rim" }], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "PractitionerRole.telecom", + "isSummary": true + }, + { + "path": "PractitionerRole.availableTime", + "min": 0, + "definition": "A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.", + "short": "Times the Service Site is available", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "PractitionerRole.availableTime", + "comment": "More detailed availability information may be provided in associated Schedule/Slot resources." + }, + { + "path": "PractitionerRole.availableTime.daysOfWeek", + "min": 0, + "definition": "Indicates which days of the week are available between the start and end Times.", + "short": "mon | tue | wed | thu | fri | sat | sun", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DaysOfWeek" + } + ], + "description": "The days of the week." + }, + "max": "*", + "id": "PractitionerRole.availableTime.daysOfWeek" + }, + { + "id": "PractitionerRole.availableTime.allDay", + "max": "1", + "min": 0, + "path": "PractitionerRole.availableTime.allDay", + "type": [{ "code": "boolean" }], + "short": "Always available? e.g. 24 hour service", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Is this always available? (hence times are irrelevant) e.g. 24 hour service." + }, + { + "path": "PractitionerRole.availableTime.availableStartTime", + "min": 0, + "definition": "The opening time of day. Note: If the AllDay flag is set, then this time is ignored.", + "short": "Opening time of day (ignored if allDay = true)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "1", + "id": "PractitionerRole.availableTime.availableStartTime", + "comment": "The timezone is expected to be for where this HealthcareService is provided at." + }, + { + "path": "PractitionerRole.availableTime.availableEndTime", + "min": 0, + "definition": "The closing time of day. Note: If the AllDay flag is set, then this time is ignored.", + "short": "Closing time of day (ignored if allDay = true)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "1", + "id": "PractitionerRole.availableTime.availableEndTime", + "comment": "The timezone is expected to be for where this HealthcareService is provided at." + }, + { + "id": "PractitionerRole.notAvailable", + "max": "*", + "min": 0, + "path": "PractitionerRole.notAvailable", + "type": [{ "code": "BackboneElement" }], + "short": "Not available during this time due to provided reason", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "The practitioner is not available or performing this role during this period of time due to the provided reason." + }, + { + "id": "PractitionerRole.notAvailable.description", + "max": "1", + "min": 1, + "path": "PractitionerRole.notAvailable.description", + "type": [{ "code": "string" }], + "short": "Reason presented to the user explaining why time not available", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "The reason that can be presented to the user as to why this time is not available." + }, + { + "id": "PractitionerRole.notAvailable.during", + "max": "1", + "min": 0, + "path": "PractitionerRole.notAvailable.during", + "type": [{ "code": "Period" }], + "short": "Service not available from this date", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Service is not available (seasonally or for a public holiday) from this date." + }, + { + "id": "PractitionerRole.availabilityExceptions", + "max": "1", + "min": 0, + "path": "PractitionerRole.availabilityExceptions", + "type": [{ "code": "string" }], + "short": "Description of availability exceptions", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "A description of site availability exceptions, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as details in the available Times and not available Times." + }, + { + "path": "PractitionerRole.endpoint", + "requirements": "Organizations have multiple systems that provide various services and ,ay also be different for practitioners too.\r\rSo the endpoint satisfies the need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the practitioner with this role.", + "short": "Technical endpoints providing access to services operated for the practitioner with this role", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "PractitionerRole.endpoint" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Body Mass Index (BMI) Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bmi/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-bmi", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Mass Index Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'39156-5'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg/m2'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "bmi", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bmi", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/bmi", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Mass Index (BMI) Profile", + "definition": "This profile defines how to represent Body Mass Index (BMI) observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Mass Index (BMI)", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Mass Index (BMI)." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BMICode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BMICode" + }, + { + "id": "Observation.code.coding:BMICode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BMICode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "39156-5" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "kg/m2", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Coverage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "purpose": "Coverage provides a link between covered parties (patients) and the payors of their healthcare costs (both insurance and self-pay).", + "name": "Coverage", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://www.pharmacists.ca/", + "name": "Canadian Pharmacy Associaiton eclaims standard", + "identity": "cpha3pharm" + } + ], + "abstract": false, + "type": "Coverage", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Coverage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Coverage", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coverage", + "differential": { + "element": [ + { + "id": "Coverage", + "max": "*", + "min": 0, + "path": "Coverage", + "short": "Insurance or medical plan or a payment agreement", + "comment": "The Coverage resource contains the insurance card level information, which is customary to provide on claims and other communications between providers and insurers.", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "Coverage", "identity": "rim" } + ], + "definition": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment." + }, + { + "path": "Coverage.identifier", + "requirements": "Allows coverages to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this coverage.", + "short": "Business Identifier for the coverage", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "C02", "identity": "cdanetv4" }, + { "map": "IN1-2", "identity": "v2" }, + { "map": ".id", "identity": "rim" }, + { "map": "C.32, C.33, C.39", "identity": "cpha3pharm" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Coverage.identifier", + "comment": "The main (and possibly only) identifier for the coverage - often referred to as a Member Id, Certificate number, Personal Health Number or Case ID. May be constructed as the concatenation of the Coverage.SubscriberID and the Coverage.dependant.", + "isSummary": true + }, + { + "path": "Coverage.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Coverage.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the coverage as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Coverage.type", + "requirements": "The order of application of coverages is dependent on the types of coverage.", + "min": 0, + "definition": "The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.", + "short": "Coverage category such as medical or accident", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "IN1-15", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageType" + } + ], + "description": "The type of insurance: public health, worker compensation; private accident, auto, private health, etc.) or a direct payment by an individual or organization." + }, + "max": "1", + "id": "Coverage.type", + "isSummary": true + }, + { + "path": "Coverage.policyHolder", + "requirements": "This provides employer information in the case of Worker's Compensation and other policies.", + "min": 0, + "definition": "The party who 'owns' the insurance policy.", + "short": "Owner of the policy", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Coverage.policyHolder", + "comment": "For example: may be an individual, corporation or the subscriber's employer.", + "isSummary": true + }, + { + "path": "Coverage.subscriber", + "requirements": "This is the party who is entitled to the benfits under the policy.", + "min": 0, + "definition": "The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.", + "short": "Subscriber to the policy", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Coverage.subscriber", + "comment": "May be self or a parent in the case of dependants.", + "isSummary": true + }, + { + "path": "Coverage.subscriberId", + "requirements": "The insurer requires this identifier on correspondance and claims (digital and otherwise).", + "min": 0, + "definition": "The insurer assigned ID for the Subscriber.", + "short": "ID assigned to the subscriber", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coverage.subscriberId", + "isSummary": true + }, + { + "path": "Coverage.beneficiary", + "requirements": "This is the party who receives treatment for which the costs are reimbursed under the coverage.", + "min": 1, + "definition": "The party who benefits from the insurance coverage; the patient when products and/or services are provided.", + "short": "Plan beneficiary", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "Coverage.beneficiary", + "isSummary": true + }, + { + "path": "Coverage.dependent", + "requirements": "For some coverages a single identifier is issued to the Subscriber and then a unique dependent number is issued to each beneficiary.", + "min": 0, + "definition": "A unique identifier for a dependent under the coverage.", + "short": "Dependent number", + "mapping": [ + { "map": "C17", "identity": "cdanetv4" }, + { + "map": "- No exact HL7 v2 equivalent concept seems to exist;", + "identity": "v2" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coverage.dependent", + "comment": "Periodically the member number is constructed from the subscriberId and the dependant number.", + "isSummary": true + }, + { + "path": "Coverage.relationship", + "requirements": "To determine relationship between the patient and the subscriber to determine coordination of benefits.", + "min": 0, + "definition": "The relationship of beneficiary (patient) to the subscriber.", + "short": "Beneficiary relationship to the subscriber", + "mapping": [{ "map": "C03", "identity": "cdanetv4" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriber-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Relationship" + } + ], + "description": "The relationship between the Subscriber and the Beneficiary (insured/covered party/patient)." + }, + "max": "1", + "id": "Coverage.relationship", + "comment": "Typically, an individual uses policies which are theirs (relationship='self') before policies owned by others." + }, + { + "path": "Coverage.period", + "requirements": "Some insurers require the submission of the coverage term.", + "min": 0, + "definition": "Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.", + "short": "Coverage start and end dates", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "IN1-12 / IN1-13", "identity": "v2" }, + { "map": "Act.effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Coverage.period", + "isSummary": true + }, + { + "path": "Coverage.payor", + "requirements": "Need to identify the issuer to target for claim processing and for coordination of benefit processing.", + "min": 1, + "definition": "The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements.", + "short": "Issuer of the policy", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "A05", "identity": "cdanetv4" }, + { "map": "IN1-3", "identity": "v2" }, + { "map": "C.30", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "*", + "id": "Coverage.payor", + "comment": "May provide multiple identifiers such as insurance company identifier or business identifier (BIN number).\nFor selfpay it may provide multiple paying persons and/or organizations.", + "isSummary": true + }, + { + "path": "Coverage.class", + "requirements": "The codes provided on the health card which identify or confirm the specific policy for the insurer.", + "min": 0, + "definition": "A suite of underwriter specific classifiers.", + "short": "Additional coverage classifications", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Class" + } + ], + "max": "*", + "id": "Coverage.class", + "comment": "For example may be used to identify a class of coverage or employer group, Policy, Plan." + }, + { + "path": "Coverage.class.type", + "requirements": "The insurer issued label for a specific health card value.", + "min": 1, + "definition": "The type of classification for which an insurer-specific class label or number and optional name is provided, for example may be used to identify a class of coverage or employer group, Policy, Plan.", + "short": "Type of class such as 'group' or 'plan'", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageClass" + } + ], + "description": "The policy classifications, eg. Group, Plan, Class, etc." + }, + "max": "1", + "id": "Coverage.class.type", + "isSummary": true + }, + { + "path": "Coverage.class.value", + "requirements": "The insurer issued label and value are necessary to identify the specific policy.", + "min": 1, + "definition": "The alphanumeric string value associated with the insurer issued label.", + "short": "Value associated with the type", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-8", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coverage.class.value", + "comment": "For example, the Group or Plan number.", + "isSummary": true + }, + { + "path": "Coverage.class.name", + "requirements": "Used to provide a meaningful description in correspondence to the patient.", + "min": 0, + "definition": "A short description for the class.", + "short": "Human readable description of the type and value", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-8", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coverage.class.name", + "isSummary": true + }, + { + "path": "Coverage.order", + "requirements": "Used in managing the coordination of benefits.", + "min": 0, + "definition": "The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care.", + "short": "Relative order of the coverage", + "mapping": [ + { + "map": "- No exact HL7 v2 equivalent concept seems to exist;", + "identity": "v2" + } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Coverage.order", + "isSummary": true + }, + { + "path": "Coverage.network", + "requirements": "Used in referral for treatment and in claims processing.", + "min": 0, + "definition": "The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply.", + "short": "Insurer network", + "mapping": [{ "map": "D10", "identity": "cdanetv4" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coverage.network", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary", + "requirements": "Required by providers to manage financial transaction with the patient.", + "min": 0, + "definition": "A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.", + "short": "Patient payments for services/products", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CostToBeneficiary" + } + ], + "alias": ["CoPay", "Deductible", "Exceptions"], + "max": "*", + "id": "Coverage.costToBeneficiary", + "comment": "For example by knowing the patient visit co-pay, the provider can collect the amount prior to undertaking treatment." + }, + { + "path": "Coverage.costToBeneficiary.type", + "requirements": "Needed to identify the category associated with the amount for the patient.", + "min": 0, + "definition": "The category of patient centric costs associated with treatment.", + "short": "Cost category", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-copay-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CopayTypes" + } + ], + "description": "The types of services to which patient copayments are specified." + }, + "max": "1", + "id": "Coverage.costToBeneficiary.type", + "comment": "For example visit, specialist visits, emergency, inpatient care, etc.", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.value[x]", + "requirements": "Needed to identify the amount for the patient associated with the category.", + "min": 1, + "definition": "The amount due from the patient for the cost category.", + "short": "The amount or percentage due from the beneficiary", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-8", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "Money" } + ], + "max": "1", + "id": "Coverage.costToBeneficiary.value[x]", + "comment": "Amount may be expressed as a percentage of the service/product cost or a fixed amount of currency.", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.exception", + "requirements": "Required by providers to manage financial transaction with the patient.", + "min": 0, + "definition": "A suite of codes indicating exceptions or reductions to patient costs and their effective periods.", + "short": "Exceptions for patient payments", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Exemption" + } + ], + "max": "*", + "id": "Coverage.costToBeneficiary.exception" + }, + { + "path": "Coverage.costToBeneficiary.exception.type", + "requirements": "Needed to identify the exception associated with the amount for the patient.", + "min": 1, + "definition": "The code for the specific exception.", + "short": "Exception category", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-financial-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageFinancialException" + } + ], + "description": "The types of exceptions from the part or full value of financial obligations such as copays." + }, + "max": "1", + "id": "Coverage.costToBeneficiary.exception.type", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.exception.period", + "requirements": "Needed to identify the applicable timeframe for the exception for the correct calculation of patient costs.", + "min": 0, + "definition": "The timeframe during when the exception is in force.", + "short": "The effective period of the exception", + "type": [{ "code": "Period" }], + "max": "1", + "id": "Coverage.costToBeneficiary.exception.period", + "isSummary": true + }, + { + "path": "Coverage.subrogation", + "requirements": "See definition for when to be used.", + "min": 0, + "definition": "When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs.", + "short": "Reimbursement to insurer", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Coverage.subrogation", + "comment": "Typically, automotive and worker's compensation policies would be flagged with 'subrogation=true' to enable healthcare payors to collect against accident claims." + }, + { + "path": "Coverage.contract", + "requirements": "To reference the legally binding contract between the policy holder and the insurer.", + "min": 0, + "definition": "The policy(s) which constitute this insurance coverage.", + "short": "Contract details", + "mapping": [ + { "map": "D01 through D09", "identity": "cdanetv4" }, + { "map": "IN1-16, 18, 19", "identity": "v2" }, + { "map": "n/a", "identity": "rim" }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "max": "*", + "id": "Coverage.contract" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Links to *Provenance* records for past versions of this resource that document key state transitions or updates that are deemed “relevant” or important to a user looking at the current version of the resource. E.g, when an observation was verified or corrected. This extension does not point to the Provenance associated with the current version of the resource - as it would be created after this version existed. The *Provenance* for the current version can be retrieved with a [` _revinclude`](search.html#revinclude).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/event-eventHistory/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "eventHistory", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Event History", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "event-eventHistory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-eventHistory", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Task" }, + { "type": "element", "expression": "SupplyDelivery" }, + { "type": "element", "expression": "DeviceUseStatement" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-eventHistory", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Events of interest in the resource lifecycle", + "comment": "May reference only *Provenance* resources deemed “relevant” or important. This element does not point to the Provenance associated with the current version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a [` _revinclude`](search.html#revinclude).", + "definition": "Links to *Provenance* records for past versions of this resource that document key state transitions or updates that are deemed “relevant” or important to a user looking at the current version of the resource. E.g, when an observation was verified or corrected. This extension does not point to the Provenance associated with the current version of the resource - as it would be created after this version existed. The *Provenance* for the current version can be retrieved with a [` _revinclude`](search.html#revinclude)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-eventHistory" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Restricts this exception to only apply a specific location as defined.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/consent-location/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CBCC WG", + "fhirVersion": "4.0.1", + "name": "location", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Location of Access restriction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-location", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-location", + "context": [{ "type": "element", "expression": "Consent.provision" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-location", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "A location specific constraint", + "definition": "Restricts this exception to only apply a specific location as defined." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/consent-location" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for time Type: A time during the day, with no date specified", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/time/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "time", + "abstract": false, + "type": "time", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "time", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/time", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/time", + "differential": { + "element": [ + { + "id": "time", + "max": "*", + "min": 0, + "path": "time", + "short": "Primitive Type time", + "definition": "A time during the day, with no date specified" + }, + { + "id": "time.value", + "max": "1", + "min": 0, + "path": "time.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Time", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "time" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?" + } + ] + } + ], + "short": "Primitive value for time", + "definition": "Primitive value for time", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Value(s) identifying physical or mental condition(s) that limits a person's movements, senses, or activities.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-disability/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "disability", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "disability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-disability", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-disability", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-disability", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Condition(s) limiting movement, senses, or activities", + "definition": "Value(s) identifying physical or mental condition(s) that limits a person's movements, senses, or activities." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-disability" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date range that this organization should be considered available.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/organization-period/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "period", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/organization-period", + "context": [{ "type": "element", "expression": "Organization" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/organization-period", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The date range that this organization should be considered available." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/organization-period" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Period" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to a Library containing the formal logic used by the artifact.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-library/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "library", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-library", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-library", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-library", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "A library containing logic used by the artifact", + "definition": "A reference to a Library containing the formal logic used by the artifact." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-library" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Example of workflow instance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ExampleScenario/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "ExampleScenario", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ExampleScenario", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ExampleScenario", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ExampleScenario", + "differential": { + "element": [ + { + "id": "ExampleScenario", + "max": "*", + "min": 0, + "path": "ExampleScenario", + "short": "Example of workflow instance", + "constraint": [ + { + "key": "esc-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "Example of workflow instance." + }, + { + "path": "ExampleScenario.url", + "requirements": "Allows the example scenario to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this example scenario is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the example scenario is stored on different servers.", + "short": "Canonical identifier for this example scenario, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ExampleScenario.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ExampleScenario.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this example scenario when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the example scenario", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ExampleScenario.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this example scenario outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ExampleScenario.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the example scenario when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the example scenario author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the example scenario", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ExampleScenario.version", + "comment": "There may be different example scenario instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the example scenario with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ExampleScenario.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the example scenario. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this example scenario (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "ExampleScenario.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ExampleScenario.status", + "min": 1, + "definition": "The status of this example scenario. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ExampleScenario.status", + "comment": "Allows filtering of example scenarios that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ExampleScenario.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level example scenario.", + "min": 0, + "definition": "A Boolean value to indicate that this example scenario is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ExampleScenario.experimental", + "comment": "Allows filtering of example scenarios that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ExampleScenario.date", + "min": 0, + "definition": "The date (and optionally time) when the example scenario was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the example scenario changes. (e.g. the 'content logical definition').", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ExampleScenario.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the example scenario. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ExampleScenario.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the example scenario. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the example scenario.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ExampleScenario.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the example scenario is the organization or individual primarily responsible for the maintenance and upkeep of the example scenario. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the example scenario. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ExampleScenario.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ExampleScenario.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ExampleScenario.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate example scenario instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ExampleScenario.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ExampleScenario.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the example scenario is intended to be used.", + "short": "Intended jurisdiction for example scenario (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ExampleScenario.jurisdiction", + "comment": "It may be possible for the example scenario to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ExampleScenario.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the example scenario and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ExampleScenario.copyright", + "comment": "nullFrequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required." + }, + { + "path": "ExampleScenario.purpose", + "min": 0, + "definition": "What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.", + "short": "The purpose of the example, e.g. to illustrate a scenario", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ExampleScenario.purpose", + "comment": "This element does not describe the usage of the example scenario. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this example scenario." + }, + { + "id": "ExampleScenario.actor", + "max": "*", + "min": 0, + "path": "ExampleScenario.actor", + "type": [{ "code": "BackboneElement" }], + "short": "Actor participating in the resource", + "definition": "Actor participating in the resource." + }, + { + "id": "ExampleScenario.actor.actorId", + "max": "1", + "min": 1, + "path": "ExampleScenario.actor.actorId", + "type": [{ "code": "string" }], + "short": "ID or acronym of the actor", + "comment": "should this be called ID or acronym?", + "definition": "ID or acronym of actor." + }, + { + "id": "ExampleScenario.actor.type", + "max": "1", + "min": 1, + "path": "ExampleScenario.actor.type", + "type": [{ "code": "code" }], + "short": "person | entity", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExampleScenarioActorType" + } + ], + "description": "The type of actor - system or human." + }, + "definition": "The type of actor - person or system." + }, + { + "id": "ExampleScenario.actor.name", + "max": "1", + "min": 0, + "path": "ExampleScenario.actor.name", + "type": [{ "code": "string" }], + "short": "The name of the actor as shown in the page", + "comment": "Cardinality: is name and description 1..1?", + "definition": "The name of the actor as shown in the page." + }, + { + "id": "ExampleScenario.actor.description", + "max": "1", + "min": 0, + "path": "ExampleScenario.actor.description", + "type": [{ "code": "markdown" }], + "short": "The description of the actor", + "comment": "Cardinality: is name and description 1..1?", + "definition": "The description of the actor." + }, + { + "id": "ExampleScenario.instance", + "max": "*", + "min": 0, + "path": "ExampleScenario.instance", + "type": [{ "code": "BackboneElement" }], + "short": "Each resource and each version that is present in the workflow", + "definition": "Each resource and each version that is present in the workflow." + }, + { + "id": "ExampleScenario.instance.resourceId", + "max": "1", + "min": 1, + "path": "ExampleScenario.instance.resourceId", + "type": [{ "code": "string" }], + "short": "The id of the resource for referencing", + "definition": "The id of the resource for referencing." + }, + { + "id": "ExampleScenario.instance.resourceType", + "max": "1", + "min": 1, + "path": "ExampleScenario.instance.resourceType", + "type": [{ "code": "code" }], + "short": "The type of the resource", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRResourceType" + } + ], + "description": "The type of resource." + }, + "definition": "The type of the resource." + }, + { + "id": "ExampleScenario.instance.name", + "max": "1", + "min": 0, + "path": "ExampleScenario.instance.name", + "type": [{ "code": "string" }], + "short": "A short name for the resource instance", + "definition": "A short name for the resource instance." + }, + { + "id": "ExampleScenario.instance.description", + "max": "1", + "min": 0, + "path": "ExampleScenario.instance.description", + "type": [{ "code": "markdown" }], + "short": "Human-friendly description of the resource instance", + "definition": "Human-friendly description of the resource instance." + }, + { + "id": "ExampleScenario.instance.version", + "max": "*", + "min": 0, + "path": "ExampleScenario.instance.version", + "type": [{ "code": "BackboneElement" }], + "short": "A specific version of the resource", + "definition": "A specific version of the resource." + }, + { + "id": "ExampleScenario.instance.version.versionId", + "max": "1", + "min": 1, + "path": "ExampleScenario.instance.version.versionId", + "type": [{ "code": "string" }], + "short": "The identifier of a specific version of a resource", + "definition": "The identifier of a specific version of a resource." + }, + { + "id": "ExampleScenario.instance.version.description", + "max": "1", + "min": 1, + "path": "ExampleScenario.instance.version.description", + "type": [{ "code": "markdown" }], + "short": "The description of the resource version", + "definition": "The description of the resource version." + }, + { + "id": "ExampleScenario.instance.containedInstance", + "max": "*", + "min": 0, + "path": "ExampleScenario.instance.containedInstance", + "type": [{ "code": "BackboneElement" }], + "short": "Resources contained in the instance", + "definition": "Resources contained in the instance (e.g. the observations contained in a bundle)." + }, + { + "id": "ExampleScenario.instance.containedInstance.resourceId", + "max": "1", + "min": 1, + "path": "ExampleScenario.instance.containedInstance.resourceId", + "type": [{ "code": "string" }], + "short": "Each resource contained in the instance", + "definition": "Each resource contained in the instance." + }, + { + "id": "ExampleScenario.instance.containedInstance.versionId", + "max": "1", + "min": 0, + "path": "ExampleScenario.instance.containedInstance.versionId", + "type": [{ "code": "string" }], + "short": "A specific version of a resource contained in the instance", + "definition": "A specific version of a resource contained in the instance." + }, + { + "id": "ExampleScenario.process", + "max": "*", + "min": 0, + "path": "ExampleScenario.process", + "type": [{ "code": "BackboneElement" }], + "short": "Each major process - a group of operations", + "definition": "Each major process - a group of operations." + }, + { + "id": "ExampleScenario.process.title", + "max": "1", + "min": 1, + "path": "ExampleScenario.process.title", + "type": [{ "code": "string" }], + "short": "The diagram title of the group of operations", + "isSummary": true, + "definition": "The diagram title of the group of operations." + }, + { + "id": "ExampleScenario.process.description", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.description", + "type": [{ "code": "markdown" }], + "short": "A longer description of the group of operations", + "definition": "A longer description of the group of operations." + }, + { + "id": "ExampleScenario.process.preConditions", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.preConditions", + "type": [{ "code": "markdown" }], + "short": "Description of initial status before the process starts", + "definition": "Description of initial status before the process starts." + }, + { + "id": "ExampleScenario.process.postConditions", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.postConditions", + "type": [{ "code": "markdown" }], + "short": "Description of final status after the process ends", + "definition": "Description of final status after the process ends." + }, + { + "id": "ExampleScenario.process.step", + "max": "*", + "min": 0, + "path": "ExampleScenario.process.step", + "type": [{ "code": "BackboneElement" }], + "short": "Each step of the process", + "definition": "Each step of the process." + }, + { + "id": "ExampleScenario.process.step.process", + "max": "*", + "min": 0, + "path": "ExampleScenario.process.step.process", + "short": "Nested process", + "definition": "Nested process.", + "contentReference": "#ExampleScenario.process" + }, + { + "id": "ExampleScenario.process.step.pause", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.pause", + "type": [{ "code": "boolean" }], + "short": "If there is a pause in the flow", + "definition": "If there is a pause in the flow." + }, + { + "id": "ExampleScenario.process.step.operation", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation", + "type": [{ "code": "BackboneElement" }], + "short": "Each interaction or action", + "definition": "Each interaction or action." + }, + { + "id": "ExampleScenario.process.step.operation.number", + "max": "1", + "min": 1, + "path": "ExampleScenario.process.step.operation.number", + "type": [{ "code": "string" }], + "short": "The sequential number of the interaction", + "definition": "The sequential number of the interaction, e.g. 1.2.5." + }, + { + "id": "ExampleScenario.process.step.operation.type", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.type", + "type": [{ "code": "string" }], + "short": "The type of operation - CRUD", + "definition": "The type of operation - CRUD." + }, + { + "id": "ExampleScenario.process.step.operation.name", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.name", + "type": [{ "code": "string" }], + "short": "The human-friendly name of the interaction", + "definition": "The human-friendly name of the interaction." + }, + { + "id": "ExampleScenario.process.step.operation.initiator", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.initiator", + "type": [{ "code": "string" }], + "short": "Who starts the transaction", + "definition": "Who starts the transaction." + }, + { + "id": "ExampleScenario.process.step.operation.receiver", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.receiver", + "type": [{ "code": "string" }], + "short": "Who receives the transaction", + "definition": "Who receives the transaction." + }, + { + "id": "ExampleScenario.process.step.operation.description", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.description", + "type": [{ "code": "markdown" }], + "short": "A comment to be inserted in the diagram", + "definition": "A comment to be inserted in the diagram." + }, + { + "id": "ExampleScenario.process.step.operation.initiatorActive", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.initiatorActive", + "type": [{ "code": "boolean" }], + "short": "Whether the initiator is deactivated right after the transaction", + "definition": "Whether the initiator is deactivated right after the transaction." + }, + { + "id": "ExampleScenario.process.step.operation.receiverActive", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.receiverActive", + "type": [{ "code": "boolean" }], + "short": "Whether the receiver is deactivated right after the transaction", + "definition": "Whether the receiver is deactivated right after the transaction." + }, + { + "id": "ExampleScenario.process.step.operation.request", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.request", + "short": "Each resource instance used by the initiator", + "definition": "Each resource instance used by the initiator.", + "contentReference": "#ExampleScenario.instance.containedInstance" + }, + { + "id": "ExampleScenario.process.step.operation.response", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.operation.response", + "short": "Each resource instance used by the responder", + "definition": "Each resource instance used by the responder.", + "contentReference": "#ExampleScenario.instance.containedInstance" + }, + { + "id": "ExampleScenario.process.step.alternative", + "max": "*", + "min": 0, + "path": "ExampleScenario.process.step.alternative", + "type": [{ "code": "BackboneElement" }], + "short": "Alternate non-typical step action", + "definition": "Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances." + }, + { + "id": "ExampleScenario.process.step.alternative.title", + "max": "1", + "min": 1, + "path": "ExampleScenario.process.step.alternative.title", + "type": [{ "code": "string" }], + "short": "Label for alternative", + "definition": "The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." + }, + { + "id": "ExampleScenario.process.step.alternative.description", + "max": "1", + "min": 0, + "path": "ExampleScenario.process.step.alternative.description", + "type": [{ "code": "markdown" }], + "short": "A human-readable description of each option", + "definition": "A human-readable description of the alternative explaining when the alternative should occur rather than the base step." + }, + { + "id": "ExampleScenario.process.step.alternative.step", + "max": "*", + "min": 0, + "path": "ExampleScenario.process.step.alternative.step", + "short": "What happens in each alternative option", + "definition": "What happens in each alternative option.", + "contentReference": "#ExampleScenario.process.step" + }, + { + "id": "ExampleScenario.workflow", + "max": "*", + "min": 0, + "path": "ExampleScenario.workflow", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario" + ] + } + ], + "short": "Another nested workflow", + "definition": "Another nested workflow." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Library/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "Library", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "Library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Library", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Library", + "differential": { + "element": [ + { + "id": "Library", + "max": "*", + "min": 0, + "path": "Library", + "short": "Represents a library of quality improvement components", + "mapping": [ + { + "map": "Act[classCode=GROUPER;moodCode=EVN]", + "identity": "rim" + } + ], + "constraint": [ + { + "key": "lib-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets." + }, + { + "path": "Library.url", + "requirements": "Allows the library to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this library when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this library is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the library is stored on different servers.", + "short": "Canonical identifier for this library, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Library.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Library.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this library when it is represented in other formats, or referenced in a specification, model, design or an instance. e.g. CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts.", + "short": "Additional identifier for the library", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Library.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this library outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Library.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the library when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the library author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the library", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Library.version", + "comment": "There may be different library instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the library with the format [url]|[version].", + "isSummary": true + }, + { + "path": "Library.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the library. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this library (computer friendly)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Library.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Library.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the library.", + "short": "Name for this library (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Library.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "Library.subtitle", + "max": "1", + "min": 0, + "path": "Library.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the library", + "definition": "An explanatory or alternate title for the library giving additional information about its content." + }, + { + "path": "Library.status", + "min": 1, + "definition": "The status of this library. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Library.status", + "comment": "Allows filtering of libraries that are appropriate for use vs. not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Library.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level library.", + "min": 0, + "definition": "A Boolean value to indicate that this library is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Library.experimental", + "comment": "Allows filtering of librarys that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Library.type", + "min": 1, + "definition": "Identifies the type of library such as a Logic Library, Model Definition, Asset Collection, or Module Definition.", + "short": "logic-library | model-definition | asset-collection | module-definition", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/library-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LibraryType" + } + ], + "description": "The type of knowledge asset this library contains." + }, + "max": "1", + "id": "Library.type", + "isSummary": true + }, + { + "path": "Library.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the contents of the library.", + "short": "Type of individual the library content is focused on", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a library (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "Library.subject[x]" + }, + { + "path": "Library.date", + "min": 0, + "definition": "The date (and optionally time) when the library was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the library changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "Library.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the library. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "Library.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the library. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the library.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Library.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the library is the organization or individual primarily responsible for the maintenance and upkeep of the library. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the library. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Library.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "Library.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "Library.description", + "min": 0, + "definition": "A free text natural language description of the library from a consumer's perspective.", + "short": "Natural language description of the library", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Library.description", + "comment": "This description can be used to capture details such as why the library was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the library as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the library is presumed to be the predominant language in the place the library was created).", + "isSummary": true + }, + { + "path": "Library.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate library instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "Library.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Library.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the library is intended to be used.", + "short": "Intended jurisdiction for library (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Library.jurisdiction", + "comment": "It may be possible for the library to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "Library.purpose", + "min": 0, + "definition": "Explanation of why this library is needed and why it has been designed as it has.", + "short": "Why this library is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Library.purpose", + "comment": "This element does not describe the usage of the library. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this library." + }, + { + "id": "Library.usage", + "max": "1", + "min": 0, + "path": "Library.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "definition": "A detailed description of how the library is used from a clinical perspective." + }, + { + "path": "Library.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the library and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the library and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the library.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Library.copyright" + }, + { + "path": "Library.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the library was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Library.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "Library.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the library was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Library.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "Library.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the library are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the library content was or is planned to be in active use.", + "short": "When the library is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Library.effectivePeriod", + "comment": "The effective period for a library determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "Library.topic", + "requirements": "Repositories must be able to determine how to categorize the library so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the library. Topics provide a high-level categorization of the library that can be useful for filtering and searching.", + "short": "E.g. Education, Treatment, Assessment, etc.", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "Library.topic" + }, + { + "id": "Library.author", + "max": "*", + "min": 0, + "path": "Library.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "Library.editor", + "max": "*", + "min": 0, + "path": "Library.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "Library.reviewer", + "max": "*", + "min": 0, + "path": "Library.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "Library.endorser", + "max": "*", + "min": 0, + "path": "Library.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "Library.relatedArtifact", + "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "Library.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "Library.parameter", + "max": "*", + "min": 0, + "path": "Library.parameter", + "type": [{ "code": "ParameterDefinition" }], + "short": "Parameters defined by the library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "definition": "The parameter element defines parameters used by the library." + }, + { + "id": "Library.dataRequirement", + "max": "*", + "min": 0, + "path": "Library.dataRequirement", + "type": [{ "code": "DataRequirement" }], + "short": "What data is referenced by this library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "definition": "Describes a set of data that must be provided in order to be able to successfully perform the computations defined by the library." + }, + { + "path": "Library.content", + "min": 0, + "definition": "The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content.", + "short": "Contents of the library, either embedded or referenced", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "Attachment" }], + "max": "*", + "id": "Library.content", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The class of encounter (inpatient, outpatient, etc.).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-encounterClass/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "encounterClass", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "encounterClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-encounterClass", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-encounterClass", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-encounterClass", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "The class of encounter (inpatient, outpatient, etc.)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-encounterClass" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Individual responsible for ensuring that the questionnaire response have been completed appropriately and signs off on the content.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "reviewer", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reviewer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaireresponse-reviewer", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer", + "context": [ + { "type": "element", "expression": "QuestionnaireResponse" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-reviewer", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Who verified completion of form?", + "mapping": [ + { + "map": "./participation[typeCode=VRF]/role", + "identity": "rim" + } + ], + "definition": "Individual responsible for ensuring that the questionnaire response have been completed appropriately and signs off on the content." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-reviewer" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "4.0.1", + "name": "ImmunizationRecommendation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "ImmunizationRecommendation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "ImmunizationRecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ImmunizationRecommendation", + "differential": { + "element": [ + { + "id": "ImmunizationRecommendation", + "max": "*", + "min": 0, + "path": "ImmunizationRecommendation", + "short": "Guidance or advice relating to an immunization", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "VXU_V04", "identity": "v2" }, + { + "map": "SubstanceAdministration[moodCode=RMD]", + "identity": "rim" + } + ], + "definition": "A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification." + }, + { + "path": "ImmunizationRecommendation.identifier", + "min": 0, + "definition": "A unique identifier assigned to this particular recommendation record.", + "short": "Business identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ImmunizationRecommendation.identifier", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.patient", + "min": 1, + "definition": "The patient the recommendation(s) are for.", + "short": "Who this profile is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".partipication[typeCode=SUBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "ImmunizationRecommendation.patient", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.date", + "min": 1, + "definition": "The date the immunization recommendation(s) were created.", + "short": "Date recommendation(s) created", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "OBX-15", "identity": "v2" }, + { + "map": ".partipication[typeCode=AUTH].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ImmunizationRecommendation.date", + "isSummary": true + }, + { + "id": "ImmunizationRecommendation.authority", + "max": "1", + "min": 0, + "path": "ImmunizationRecommendation.authority", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who is responsible for protocol", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59779-9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "Indicates the authority who published the protocol (e.g. ACIP)." + }, + { + "constraint": [ + { + "key": "imr-1", + "human": "One of vaccineCode or targetDisease SHALL be present", + "xpath": "exists(f:vaccineCode) or exists(f:targetDisease)", + "severity": "error", + "expression": "vaccineCode.exists() or targetDisease.exists()" + } + ], + "path": "ImmunizationRecommendation.recommendation", + "min": 1, + "definition": "Vaccine administration recommendations.", + "short": "Vaccine administration recommendations", + "mapping": [ + { + "map": ".outboundRelationship[typeCode='COMP'].target[classCode=SBADM, moodCode=RMD]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ImmunizationRecommendation.recommendation", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.vaccineCode", + "min": 0, + "definition": "Vaccine(s) or vaccine group that pertain to the recommendation.", + "short": "Vaccine or vaccine group recommendation applies to", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + }, + { + "map": ".partipication[typeCode=CSM].role[classCode=ADMM].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "The type of vaccine administered." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.vaccineCode", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.targetDisease", + "min": 0, + "definition": "The targeted disease for the recommendation.", + "short": "Disease to be immunized against", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + }, + { + "map": ".partipication[typeCode=CSM].role[classCode=ADMM].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TargetDisease" + } + ], + "description": "The disease that the recommended vaccination targets." + }, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.targetDisease", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode", + "min": 0, + "definition": "Vaccine(s) which should not be used to fulfill the recommendation.", + "short": "Vaccine which is contraindicated to fulfill the recommendation", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "The type of vaccine administered." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.forecastStatus", + "min": 1, + "definition": "Indicates the patient status with respect to the path to immunity for the target disease.", + "isModifier": true, + "short": "Vaccine recommendation status", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59783-1", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ] .source[classCode=OBS, moodCode=EVN, code=\"Immunization Forecast Status\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationStatus" + } + ], + "description": "The patient's status with respect to a vaccination protocol." + }, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.forecastStatus", + "isModifierReason": "This element is labeled as a modifier because the forecastStatus indicates whether a patient needs additional doses (due, overdue, etc) or not (contraindicated, complete, etc).", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.forecastReason", + "min": 0, + "definition": "The reason for the assigned forecast status.", + "short": "Vaccine administration status reason", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30982-3", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationReason" + } + ], + "description": "The reason for the patient's status with respect to a vaccination protocol." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.forecastReason", + "isSummary": true + }, + { + "id": "ImmunizationRecommendation.recommendation.dateCriterion", + "max": "*", + "min": 0, + "path": "ImmunizationRecommendation.recommendation.dateCriterion", + "type": [{ "code": "BackboneElement" }], + "short": "Dates governing proposed immunization", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": "OBX-3: 30980-7 = Next dose recommended, 59777-3 = Latest next dose should be given, 59778-1 = Dose is overdue", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode='LIMIT'].target[classCode=OBS, moodCode=EVN, isCriterionInd=true]", + "identity": "rim" + } + ], + "definition": "Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc." + }, + { + "path": "ImmunizationRecommendation.recommendation.dateCriterion.code", + "min": 1, + "definition": "Date classification of recommendation. For example, earliest date to give, latest date to give, etc.", + "short": "Type of date", + "mapping": [ + { "map": "OBX-3", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationDateCriterion" + } + ], + "description": "Classifies date criterion with respect to conveying information about a patient's vaccination status (e.g. due date, latest to give date, etc.)." + }, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.dateCriterion.code" + }, + { + "id": "ImmunizationRecommendation.recommendation.dateCriterion.value", + "max": "1", + "min": 1, + "path": "ImmunizationRecommendation.recommendation.dateCriterion.value", + "type": [{ "code": "dateTime" }], + "short": "Recommended date", + "mapping": [ + { "map": "OBX-5", "identity": "v2" }, + { "map": ".value", "identity": "rim" } + ], + "definition": "The date whose meaning is specified by dateCriterion.code." + }, + { + "id": "ImmunizationRecommendation.recommendation.description", + "max": "1", + "min": 0, + "path": "ImmunizationRecommendation.recommendation.description", + "type": [{ "code": "string" }], + "short": "Protocol details", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30956-7", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "definition": "Contains the description about the protocol under which the vaccine was administered." + }, + { + "id": "ImmunizationRecommendation.recommendation.series", + "max": "1", + "min": 0, + "path": "ImmunizationRecommendation.recommendation.series", + "type": [{ "code": "string" }], + "short": "Name of vaccination series", + "mapping": [ + { "map": "RXA-5-administered code", "identity": "v2" }, + { "map": ".title", "identity": "rim" } + ], + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority." + }, + { + "path": "ImmunizationRecommendation.recommendation.doseNumber[x]", + "min": 0, + "definition": "Nominal position of the recommended dose in a series (e.g. dose 2 is the next recommended dose).", + "short": "Recommended dose number within series", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30973-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP, .source[classCode=SBADM, moodCode=INT]].sequenceNumber", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "ImmunizationRecommendation.recommendation.doseNumber[x]", + "comment": "The use of an integer is prefered if known. A string should only be used in cases where an interger is not available (such as when documenting a recurring booster dose).", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.seriesDoses[x]", + "min": 0, + "definition": "The recommended number of doses to achieve immunity.", + "short": "Recommended number of doses for immunity", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59782-3", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP, .source[classCode=SBADM, moodCode=DEF]].sequenceNumber", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }, { "code": "string" }], + "max": "1", + "id": "ImmunizationRecommendation.recommendation.seriesDoses[x]", + "comment": "The use of an integer is prefered if known. A string should only be used in cases where an interger is not available (such as when documenting a recurring booster dose)." + }, + { + "id": "ImmunizationRecommendation.recommendation.supportingImmunization", + "max": "*", + "min": 0, + "path": "ImmunizationRecommendation.recommendation.supportingImmunization", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation" + ] + } + ], + "short": "Past immunizations supporting recommendation", + "mapping": [ + { + "map": "? No clear way to associate in HL7 v2 or IG", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=SBADM, moodCode=EVN, code=\"immunization\"]", + "identity": "rim" + } + ], + "definition": "Immunization event history and/or evaluation that supports the status and recommendation." + }, + { + "id": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "max": "*", + "min": 0, + "path": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Patient observations supporting recommendation", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { + "map": "OBX If OBX is associated with ( RXA : RXA-5-administered code = '998^No vaccine administered^CVX'), could contain the reason the vaccine was not administered", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Demographics and administrative information about a person independent of a specific health-related context.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Person/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Need to track persons potentially across multiple roles.", + "name": "Person", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Person", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Person", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Person", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Person", + "differential": { + "element": [ + { + "id": "Person", + "max": "*", + "min": 0, + "path": "Person", + "short": "A generic person record", + "comment": "The Person resource does justice to person registries that keep track of persons regardless of their role. The Person resource is also a primary resource to point to for people acting in a particular role such as SubjectofCare, Practitioner, and Agent. Very few attributes are specific to any role and so Person is kept lean. Most attributes are expected to be tied to the role the Person plays rather than the Person himself. Examples of that are Guardian (SubjectofCare), ContactParty (SubjectOfCare, Practitioner), and multipleBirthInd (SubjectofCare).", + "mapping": [ + { + "map": "Person(classCode=\"PSN\" and determinerCode=\"INST\" and quantity=\"1\")", + "identity": "rim" + } + ], + "definition": "Demographics and administrative information about a person independent of a specific health-related context." + }, + { + "path": "Person.identifier", + "requirements": "People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the person. Examples are national person identifier and local identifier.", + "min": 0, + "definition": "Identifier for a person within a particular scope.", + "short": "A human identifier for this person", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".plays:Role(classCode='IDENT').id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Person.identifier" + }, + { + "path": "Person.name", + "requirements": "Need to be able to track the person by multiple names. Examples are your official name and a partner name.", + "min": 0, + "definition": "A name associated with the person.", + "short": "A name associated with the person", + "mapping": [ + { "map": "PID-5, PID-9", "identity": "v2" }, + { "map": "./name", "identity": "rim" } + ], + "type": [{ "code": "HumanName" }], + "max": "*", + "id": "Person.name", + "comment": "Person may have multiple names with different uses or applicable periods.", + "isSummary": true + }, + { + "path": "Person.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "short": "A contact detail for the person", + "mapping": [ + { "map": "PID-13, PID-14", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Person.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification.", + "isSummary": true + }, + { + "path": "Person.gender", + "requirements": "Needed for identification of the person, in combination with (at least) name and birth date. Gender of person drives many clinical processes.", + "min": 0, + "definition": "Administrative Gender.", + "short": "male | female | other | unknown", + "mapping": [ + { "map": "PID-8", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Person.gender", + "comment": "The gender might not match the biological sex as determined by genetics, or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than M and F, though a clear majority of systems and contexts only support M and F.", + "isSummary": true + }, + { + "path": "Person.birthDate", + "requirements": "Age of person drives many clinical processes, and is often used in performing identification of the person. Times are not included so as to not confuse things with potential timezone issues.", + "min": 0, + "definition": "The birth date for the person.", + "short": "The date on which the person was born", + "mapping": [ + { "map": "PID-7", "identity": "v2" }, + { "map": "./birthTime", "identity": "rim" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Person.birthDate", + "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown.", + "isSummary": true + }, + { + "path": "Person.address", + "requirements": "May need to keep track of person's addresses for contacting, billing or reporting requirements and also to help with identification.", + "min": 0, + "definition": "One or more addresses for the person.", + "short": "One or more addresses for the person", + "mapping": [ + { "map": "PID-11", "identity": "v2" }, + { "map": "./addr", "identity": "rim" } + ], + "type": [{ "code": "Address" }], + "max": "*", + "id": "Person.address", + "comment": "Person may have multiple addresses with different uses or applicable periods." + }, + { + "id": "Person.photo", + "max": "1", + "min": 0, + "path": "Person.photo", + "type": [{ "code": "Attachment" }], + "short": "Image of the person", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc", + "identity": "rim" + } + ], + "definition": "An image that can be displayed as a thumbnail of the person to enhance the identification of the individual." + }, + { + "path": "Person.managingOrganization", + "requirements": "Need to know who recognizes this person record, manages and updates it.", + "min": 0, + "definition": "The organization that is the custodian of the person record.", + "short": "The organization that is the custodian of the person record", + "mapping": [{ "map": "scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Person.managingOrganization", + "isSummary": true + }, + { + "path": "Person.active", + "requirements": "Need to be able to mark a person record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this person's record is in active use.", + "isModifier": true, + "short": "This person's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Person.active", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "id": "Person.link", + "max": "*", + "min": 0, + "path": "Person.link", + "type": [{ "code": "BackboneElement" }], + "short": "Link to a resource that concerns the same actual person", + "mapping": [{ "map": "outboundLink", "identity": "rim" }], + "definition": "Link to a resource that concerns the same actual person." + }, + { + "id": "Person.link.target", + "max": "1", + "min": 1, + "path": "Person.link.target", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Person" + ] + } + ], + "short": "The resource to which this actual person is associated", + "mapping": [{ "map": "id", "identity": "rim" }], + "definition": "The resource to which this actual person is associated." + }, + { + "path": "Person.link.assurance", + "min": 0, + "definition": "Level of assurance that this link is associated with the target resource.", + "short": "level1 | level2 | level3 | level4", + "mapping": [ + { "map": "priorityNumber?", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentityAssuranceLevel" + } + ], + "description": "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels." + }, + "max": "1", + "id": "Person.link.assurance" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Uses of Addresses - codes not defined as part of Address.use.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-AD-use/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "AD-use", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-AD-use", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-AD-use", + "context": [{ "type": "element", "expression": "Address" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-AD-use", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "BAD | CONF | HP | HV | DIR | PUB | PHYS | PST", + "mapping": [{ "map": "AD.use", "identity": "rim" }], + "definition": "Uses of Addresses - codes not defined as part of Address.use." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-AD-use" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/postal-address-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PostalAddressUse" + } + ], + "description": "Uses of an address not included in Address.use." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Raw data describing a biological sequence.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MolecularSequence/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "MolecularSequence", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MolecularSequence", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "MolecularSequence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MolecularSequence", + "differential": { + "element": [ + { + "id": "MolecularSequence", + "max": "*", + "min": 0, + "path": "MolecularSequence", + "short": "Information about a biological sequence", + "constraint": [ + { + "key": "msq-3", + "human": "Only 0 and 1 are valid for coordinateSystem", + "xpath": "count(f:coordinateSystem[@value=0 and @value=1]) = 1", + "severity": "error", + "expression": "coordinateSystem = 1 or coordinateSystem = 0" + } + ], + "definition": "Raw data describing a biological sequence." + }, + { + "path": "MolecularSequence.identifier", + "requirements": "Allows sequences to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier for this particular sequence instance. This is a FHIR-defined id.", + "short": "Unique ID for this particular sequence. This is a FHIR-defined id", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MolecularSequence.identifier", + "isSummary": true + }, + { + "path": "MolecularSequence.type", + "min": 0, + "definition": "Amino Acid Sequence/ DNA Sequence / RNA Sequence.", + "short": "aa | dna | rna", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sequenceType" + } + ], + "description": "Type if a sequence -- DNA, RNA, or amino acid sequence." + }, + "max": "1", + "id": "MolecularSequence.type", + "isSummary": true + }, + { + "id": "MolecularSequence.coordinateSystem", + "max": "1", + "min": 1, + "path": "MolecularSequence.coordinateSystem", + "type": [{ "code": "integer" }], + "short": "Base number of coordinate system (0 for 0-based numbering or coordinates, inclusive start, exclusive end, 1 for 1-based numbering, inclusive start, inclusive end)", + "isSummary": true, + "definition": "Whether the sequence is numbered starting at 0 (0-based numbering or coordinates, inclusive start, exclusive end) or starting at 1 (1-based numbering, inclusive start and inclusive end)." + }, + { + "id": "MolecularSequence.patient", + "max": "1", + "min": 0, + "path": "MolecularSequence.patient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "short": "Who and/or what this is about", + "isSummary": true, + "definition": "The patient whose sequencing results are described by this resource." + }, + { + "id": "MolecularSequence.specimen", + "max": "1", + "min": 0, + "path": "MolecularSequence.specimen", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "short": "Specimen used for sequencing", + "isSummary": true, + "definition": "Specimen used for sequencing." + }, + { + "id": "MolecularSequence.device", + "max": "1", + "min": 0, + "path": "MolecularSequence.device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "The method for sequencing", + "isSummary": true, + "definition": "The method for sequencing, for example, chip information." + }, + { + "id": "MolecularSequence.performer", + "max": "1", + "min": 0, + "path": "MolecularSequence.performer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who should be responsible for test result", + "isSummary": true, + "definition": "The organization or lab that should be responsible for this result." + }, + { + "id": "MolecularSequence.quantity", + "max": "1", + "min": 0, + "path": "MolecularSequence.quantity", + "type": [{ "code": "Quantity" }], + "short": "The number of copies of the sequence of interest. (RNASeq)", + "isSummary": true, + "definition": "The number of copies of the sequence of interest. (RNASeq)." + }, + { + "constraint": [ + { + "key": "msq-6", + "human": "Have and only have one of the following elements in referenceSeq : 1. genomeBuild ; 2 referenceSeqId; 3. referenceSeqPointer; 4. referenceSeqString;", + "xpath": "count(f:genomeBuild)+count(f:referenceSeqId)+count(f:referenceSeqPointer)+count(f:referenceSeqString)=1", + "severity": "error", + "expression": "(genomeBuild.count()+referenceSeqId.count()+ referenceSeqPointer.count()+ referenceSeqString.count()) = 1" + }, + { + "key": "msq-5", + "human": "GenomeBuild and chromosome must be both contained if either one of them is contained", + "xpath": "(exists(f:chromosome) and exists(f:genomeBuild)) or (not(exists(f:chromosome)) and not(exists(f:genomeBuild)))", + "severity": "error", + "expression": "(chromosome.empty() and genomeBuild.empty()) or (chromosome.exists() and genomeBuild.exists())" + } + ], + "path": "MolecularSequence.referenceSeq", + "min": 0, + "definition": "A sequence that is used as a reference to describe variants that are present in a sequence analyzed.", + "short": "A sequence used as reference", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "MolecularSequence.referenceSeq", + "isSummary": true + }, + { + "path": "MolecularSequence.referenceSeq.chromosome", + "min": 0, + "definition": "Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication ([SO:0000340](http://www.sequenceontology.org/browser/current_svn/term/SO:0000340)).", + "short": "Chromosome containing genetic finding", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chromosome-human", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "chromosome-human" + } + ], + "description": "Chromosome number for human." + }, + "max": "1", + "id": "MolecularSequence.referenceSeq.chromosome", + "isSummary": true + }, + { + "id": "MolecularSequence.referenceSeq.genomeBuild", + "max": "1", + "min": 0, + "path": "MolecularSequence.referenceSeq.genomeBuild", + "type": [{ "code": "string" }], + "short": "The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'", + "isSummary": true, + "definition": "The Genome Build used for reference, following GRCh build versions e.g. 'GRCh 37'. Version number must be included if a versioned release of a primary build was used." + }, + { + "path": "MolecularSequence.referenceSeq.orientation", + "min": 0, + "definition": "A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the \"sense\" strand, and the opposite complementary strand is the \"antisense\" strand.", + "short": "sense | antisense", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/orientation-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "orientationType" + } + ], + "description": "Type for orientation." + }, + "max": "1", + "id": "MolecularSequence.referenceSeq.orientation", + "isSummary": true + }, + { + "path": "MolecularSequence.referenceSeq.referenceSeqId", + "min": 0, + "definition": "Reference identifier of reference sequence submitted to NCBI. It must match the type in the MolecularSequence.type field. For example, the prefix, “NG_” identifies reference sequence for genes, “NM_” for messenger RNA transcripts, and “NP_” for amino acid sequences.", + "short": "Reference identifier", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-referenceSeq", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sequenceReference" + } + ], + "description": "Reference identifier." + }, + "max": "1", + "id": "MolecularSequence.referenceSeq.referenceSeqId", + "isSummary": true + }, + { + "id": "MolecularSequence.referenceSeq.referenceSeqPointer", + "max": "1", + "min": 0, + "path": "MolecularSequence.referenceSeq.referenceSeqPointer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "short": "A pointer to another MolecularSequence entity as reference sequence", + "isSummary": true, + "definition": "A pointer to another MolecularSequence entity as reference sequence." + }, + { + "id": "MolecularSequence.referenceSeq.referenceSeqString", + "max": "1", + "min": 0, + "path": "MolecularSequence.referenceSeq.referenceSeqString", + "type": [{ "code": "string" }], + "short": "A string to represent reference sequence", + "isSummary": true, + "definition": "A string like \"ACGT\"." + }, + { + "path": "MolecularSequence.referenceSeq.strand", + "min": 0, + "definition": "An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm.", + "short": "watson | crick", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/strand-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "strandType" + } + ], + "description": "Type for strand." + }, + "max": "1", + "id": "MolecularSequence.referenceSeq.strand", + "isSummary": true + }, + { + "id": "MolecularSequence.referenceSeq.windowStart", + "max": "1", + "min": 0, + "path": "MolecularSequence.referenceSeq.windowStart", + "type": [{ "code": "integer" }], + "short": "Start position of the window on the reference sequence", + "isSummary": true, + "definition": "Start position of the window on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive." + }, + { + "id": "MolecularSequence.referenceSeq.windowEnd", + "max": "1", + "min": 0, + "path": "MolecularSequence.referenceSeq.windowEnd", + "type": [{ "code": "integer" }], + "short": "End position of the window on the reference sequence", + "isSummary": true, + "definition": "End position of the window on the reference sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." + }, + { + "id": "MolecularSequence.variant", + "max": "*", + "min": 0, + "path": "MolecularSequence.variant", + "type": [{ "code": "BackboneElement" }], + "short": "Variant in sequence", + "isSummary": true, + "definition": "The definition of variant here originates from Sequence ontology ([variant_of](http://www.sequenceontology.org/browser/current_svn/term/variant_of)). This element can represent amino acid or nucleic sequence change(including insertion,deletion,SNP,etc.) It can represent some complex mutation or segment variation with the assist of CIGAR string." + }, + { + "id": "MolecularSequence.variant.start", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.start", + "type": [{ "code": "integer" }], + "short": "Start position of the variant on the reference sequence", + "isSummary": true, + "definition": "Start position of the variant on the reference sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive." + }, + { + "id": "MolecularSequence.variant.end", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.end", + "type": [{ "code": "integer" }], + "short": "End position of the variant on the reference sequence", + "isSummary": true, + "definition": "End position of the variant on the reference sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." + }, + { + "id": "MolecularSequence.variant.observedAllele", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.observedAllele", + "type": [{ "code": "string" }], + "short": "Allele that was observed", + "isSummary": true, + "definition": "An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/SO:0001023)). Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the observed sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end." + }, + { + "id": "MolecularSequence.variant.referenceAllele", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.referenceAllele", + "type": [{ "code": "string" }], + "short": "Allele in the reference sequence", + "isSummary": true, + "definition": "An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/SO:0001023)). Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the reference sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end." + }, + { + "id": "MolecularSequence.variant.cigar", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.cigar", + "type": [{ "code": "string" }], + "short": "Extended CIGAR string for aligning the sequence with reference bases", + "isSummary": true, + "definition": "Extended CIGAR string for aligning the sequence with reference bases. See detailed documentation [here](http://support.illumina.com/help/SequencingAnalysisWorkflow/Content/Vault/Informatics/Sequencing_Analysis/CASAVA/swSEQ_mCA_ExtendedCIGARFormat.htm)." + }, + { + "id": "MolecularSequence.variant.variantPointer", + "max": "1", + "min": 0, + "path": "MolecularSequence.variant.variantPointer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "short": "Pointer to observed variant information", + "isSummary": true, + "definition": "A pointer to an Observation containing variant information." + }, + { + "id": "MolecularSequence.observedSeq", + "max": "1", + "min": 0, + "path": "MolecularSequence.observedSeq", + "type": [{ "code": "string" }], + "short": "Sequence that was observed", + "isSummary": true, + "definition": "Sequence that was observed. It is the result marked by referenceSeq along with variant records on referenceSeq. This shall start from referenceSeq.windowStart and end by referenceSeq.windowEnd." + }, + { + "id": "MolecularSequence.quality", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality", + "type": [{ "code": "BackboneElement" }], + "short": "An set of value as quality of sequence", + "isSummary": true, + "definition": "An experimental feature attribute that defines the quality of the feature in a quantitative way, such as a phred quality score ([SO:0001686](http://www.sequenceontology.org/browser/current_svn/term/SO:0001686))." + }, + { + "path": "MolecularSequence.quality.type", + "min": 1, + "definition": "INDEL / SNP / Undefined variant.", + "short": "indel | snp | unknown", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quality-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "qualityType" + } + ], + "description": "Type for quality report." + }, + "max": "1", + "id": "MolecularSequence.quality.type", + "isSummary": true + }, + { + "path": "MolecularSequence.quality.standardSequence", + "min": 0, + "definition": "Gold standard sequence used for comparing against.", + "short": "Standard sequence for comparison", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-quality-standardSequence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "qualityStandardSequence" + } + ], + "description": "Reference identifier of the sequence that used to mark the quality of tested samples." + }, + "max": "1", + "id": "MolecularSequence.quality.standardSequence", + "isSummary": true + }, + { + "id": "MolecularSequence.quality.start", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.start", + "type": [{ "code": "integer" }], + "short": "Start position of the sequence", + "isSummary": true, + "definition": "Start position of the sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive." + }, + { + "id": "MolecularSequence.quality.end", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.end", + "type": [{ "code": "integer" }], + "short": "End position of the sequence", + "isSummary": true, + "definition": "End position of the sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." + }, + { + "id": "MolecularSequence.quality.score", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.score", + "type": [{ "code": "Quantity" }], + "short": "Quality score for the comparison", + "isSummary": true, + "definition": "The score of an experimentally derived feature such as a p-value ([SO:0001685](http://www.sequenceontology.org/browser/current_svn/term/SO:0001685))." + }, + { + "path": "MolecularSequence.quality.method", + "min": 0, + "definition": "Which method is used to get sequence quality.", + "short": "Method to get quality", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-quality-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "qualityMethod" + } + ], + "description": "The method used to evaluate the numerical quality of the observed sequence." + }, + "max": "1", + "id": "MolecularSequence.quality.method", + "isSummary": true + }, + { + "id": "MolecularSequence.quality.truthTP", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.truthTP", + "type": [{ "code": "decimal" }], + "short": "True positives from the perspective of the truth data", + "isSummary": true, + "definition": "True positives, from the perspective of the truth data, i.e. the number of sites in the Truth Call Set for which there are paths through the Query Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event." + }, + { + "id": "MolecularSequence.quality.queryTP", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.queryTP", + "type": [{ "code": "decimal" }], + "short": "True positives from the perspective of the query data", + "isSummary": true, + "definition": "True positives, from the perspective of the query data, i.e. the number of sites in the Query Call Set for which there are paths through the Truth Call Set that are consistent with all of the alleles at this site, and for which there is an accurate genotype call for the event." + }, + { + "id": "MolecularSequence.quality.truthFN", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.truthFN", + "type": [{ "code": "decimal" }], + "short": "False negatives", + "isSummary": true, + "definition": "False negatives, i.e. the number of sites in the Truth Call Set for which there is no path through the Query Call Set that is consistent with all of the alleles at this site, or sites for which there is an inaccurate genotype call for the event. Sites with correct variant but incorrect genotype are counted here." + }, + { + "id": "MolecularSequence.quality.queryFP", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.queryFP", + "type": [{ "code": "decimal" }], + "short": "False positives", + "isSummary": true, + "definition": "False positives, i.e. the number of sites in the Query Call Set for which there is no path through the Truth Call Set that is consistent with this site. Sites with correct variant but incorrect genotype are counted here." + }, + { + "id": "MolecularSequence.quality.gtFP", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.gtFP", + "type": [{ "code": "decimal" }], + "short": "False positives where the non-REF alleles in the Truth and Query Call Sets match", + "isSummary": true, + "definition": "The number of false positives where the non-REF alleles in the Truth and Query Call Sets match (i.e. cases where the truth is 1/1 and the query is 0/1 or similar)." + }, + { + "id": "MolecularSequence.quality.precision", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.precision", + "type": [{ "code": "decimal" }], + "short": "Precision of comparison", + "isSummary": true, + "definition": "QUERY.TP / (QUERY.TP + QUERY.FP)." + }, + { + "id": "MolecularSequence.quality.recall", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.recall", + "type": [{ "code": "decimal" }], + "short": "Recall of comparison", + "isSummary": true, + "definition": "TRUTH.TP / (TRUTH.TP + TRUTH.FN)." + }, + { + "id": "MolecularSequence.quality.fScore", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.fScore", + "type": [{ "code": "decimal" }], + "short": "F-score", + "isSummary": true, + "definition": "Harmonic mean of Recall and Precision, computed as: 2 * precision * recall / (precision + recall)." + }, + { + "id": "MolecularSequence.quality.roc", + "max": "1", + "min": 0, + "path": "MolecularSequence.quality.roc", + "type": [{ "code": "BackboneElement" }], + "short": "Receiver Operator Characteristic (ROC) Curve", + "isSummary": true, + "definition": "Receiver Operator Characteristic (ROC) Curve to give sensitivity/specificity tradeoff." + }, + { + "id": "MolecularSequence.quality.roc.score", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.score", + "type": [{ "code": "integer" }], + "short": "Genotype quality score", + "isSummary": true, + "definition": "Invidual data point representing the GQ (genotype quality) score threshold." + }, + { + "id": "MolecularSequence.quality.roc.numTP", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.numTP", + "type": [{ "code": "integer" }], + "short": "Roc score true positive numbers", + "isSummary": true, + "definition": "The number of true positives if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.quality.roc.numFP", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.numFP", + "type": [{ "code": "integer" }], + "short": "Roc score false positive numbers", + "isSummary": true, + "definition": "The number of false positives if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.quality.roc.numFN", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.numFN", + "type": [{ "code": "integer" }], + "short": "Roc score false negative numbers", + "isSummary": true, + "definition": "The number of false negatives if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.quality.roc.precision", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.precision", + "type": [{ "code": "decimal" }], + "short": "Precision of the GQ score", + "isSummary": true, + "definition": "Calculated precision if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.quality.roc.sensitivity", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.sensitivity", + "type": [{ "code": "decimal" }], + "short": "Sensitivity of the GQ score", + "isSummary": true, + "definition": "Calculated sensitivity if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.quality.roc.fMeasure", + "max": "*", + "min": 0, + "path": "MolecularSequence.quality.roc.fMeasure", + "type": [{ "code": "decimal" }], + "short": "FScore of the GQ score", + "isSummary": true, + "definition": "Calculated fScore if the GQ score threshold was set to \"score\" field value." + }, + { + "id": "MolecularSequence.readCoverage", + "max": "1", + "min": 0, + "path": "MolecularSequence.readCoverage", + "type": [{ "code": "integer" }], + "short": "Average number of reads representing a given nucleotide in the reconstructed sequence", + "isSummary": true, + "definition": "Coverage (read depth or depth) is the average number of reads representing a given nucleotide in the reconstructed sequence." + }, + { + "id": "MolecularSequence.repository", + "max": "*", + "min": 0, + "path": "MolecularSequence.repository", + "type": [{ "code": "BackboneElement" }], + "short": "External repository which contains detailed report related with observedSeq in this resource", + "isSummary": true, + "definition": "Configurations of the external repository. The repository shall store target's observedSeq or records related with target's observedSeq." + }, + { + "path": "MolecularSequence.repository.type", + "min": 1, + "definition": "Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.", + "short": "directlink | openapi | login | oauth | other", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/repository-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "repositoryType" + } + ], + "description": "Type for access of external URI." + }, + "max": "1", + "id": "MolecularSequence.repository.type", + "isSummary": true + }, + { + "id": "MolecularSequence.repository.url", + "max": "1", + "min": 0, + "path": "MolecularSequence.repository.url", + "type": [{ "code": "uri" }], + "short": "URI of the repository", + "isSummary": true, + "definition": "URI of an external repository which contains further details about the genetics data." + }, + { + "id": "MolecularSequence.repository.name", + "max": "1", + "min": 0, + "path": "MolecularSequence.repository.name", + "type": [{ "code": "string" }], + "short": "Repository's name", + "isSummary": true, + "definition": "URI of an external repository which contains further details about the genetics data." + }, + { + "id": "MolecularSequence.repository.datasetId", + "max": "1", + "min": 0, + "path": "MolecularSequence.repository.datasetId", + "type": [{ "code": "string" }], + "short": "Id of the dataset that used to call for dataset in repository", + "isSummary": true, + "definition": "Id of the variant in this external repository. The server will understand how to use this id to call for more info about datasets in external repository." + }, + { + "id": "MolecularSequence.repository.variantsetId", + "max": "1", + "min": 0, + "path": "MolecularSequence.repository.variantsetId", + "type": [{ "code": "string" }], + "short": "Id of the variantset that used to call for variantset in repository", + "isSummary": true, + "definition": "Id of the variantset in this external repository. The server will understand how to use this id to call for more info about variantsets in external repository." + }, + { + "id": "MolecularSequence.repository.readsetId", + "max": "1", + "min": 0, + "path": "MolecularSequence.repository.readsetId", + "type": [{ "code": "string" }], + "short": "Id of the read", + "isSummary": true, + "definition": "Id of the read in this external repository." + }, + { + "id": "MolecularSequence.pointer", + "max": "*", + "min": 0, + "path": "MolecularSequence.pointer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "short": "Pointer to next atomic sequence", + "isSummary": true, + "definition": "Pointer to next atomic sequence which at most contains one variant." + }, + { + "id": "MolecularSequence.structureVariant", + "max": "*", + "min": 0, + "path": "MolecularSequence.structureVariant", + "type": [{ "code": "BackboneElement" }], + "short": "Structural variant", + "isSummary": true, + "definition": "Information about chromosome structure variation." + }, + { + "path": "MolecularSequence.structureVariant.variantType", + "min": 0, + "definition": "Information about chromosome structure variation DNA change type.", + "short": "Structural variant change type", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://loinc.org/vs/LL379-9|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LOINC LL379-9 answerlist" + } + ], + "description": "DNA change type." + }, + "max": "1", + "id": "MolecularSequence.structureVariant.variantType", + "isSummary": true + }, + { + "id": "MolecularSequence.structureVariant.exact", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.exact", + "type": [{ "code": "boolean" }], + "short": "Does the structural variant have base pair resolution breakpoints?", + "isSummary": true, + "definition": "Used to indicate if the outer and inner start-end values have the same meaning." + }, + { + "id": "MolecularSequence.structureVariant.length", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.length", + "type": [{ "code": "integer" }], + "short": "Structural variant length", + "isSummary": true, + "definition": "Length of the variant chromosome." + }, + { + "id": "MolecularSequence.structureVariant.outer", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.outer", + "type": [{ "code": "BackboneElement" }], + "short": "Structural variant outer", + "isSummary": true, + "definition": "Structural variant outer." + }, + { + "id": "MolecularSequence.structureVariant.outer.start", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.outer.start", + "type": [{ "code": "integer" }], + "short": "Structural variant outer start", + "isSummary": true, + "definition": "Structural variant outer start. If the coordinate system is either 0-based or 1-based, then start position is inclusive." + }, + { + "id": "MolecularSequence.structureVariant.outer.end", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.outer.end", + "type": [{ "code": "integer" }], + "short": "Structural variant outer end", + "isSummary": true, + "definition": "Structural variant outer end. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." + }, + { + "id": "MolecularSequence.structureVariant.inner", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.inner", + "type": [{ "code": "BackboneElement" }], + "short": "Structural variant inner", + "isSummary": true, + "definition": "Structural variant inner." + }, + { + "id": "MolecularSequence.structureVariant.inner.start", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.inner.start", + "type": [{ "code": "integer" }], + "short": "Structural variant inner start", + "isSummary": true, + "definition": "Structural variant inner start. If the coordinate system is either 0-based or 1-based, then start position is inclusive." + }, + { + "id": "MolecularSequence.structureVariant.inner.end", + "max": "1", + "min": 0, + "path": "MolecularSequence.structureVariant.inner.end", + "type": [{ "code": "integer" }], + "short": "Structural variant inner end", + "isSummary": true, + "definition": "Structural variant inner end. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Head Circumference Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/headcircum/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-headcircum", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Head Circumference Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9843-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "headcircum", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/headcircum", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/headcircum", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Head Circumference Profile", + "definition": "This profile defines how to represent Head Circumference observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Head Circumference", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Head Circumference." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:HeadCircumCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "HeadCircumCode" + }, + { + "id": "Observation.code.coding:HeadCircumCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:HeadCircumCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "9843-4" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyLengthUnits" + } + ], + "description": "Common UCUM units for body length measures such as Body Height and Head Circumference." + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Allows capturing, on a specific question or group of questions, exactly who was responsible for providing the answer(s).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "author", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Author", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaireresponse-author", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author", + "context": [ + { "type": "element", "expression": "QuestionnaireResponse.item" }, + { + "type": "element", + "expression": "QuestionnaireResponse.item.item" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-author", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Who answered question/group", + "comment": "This should be drawn from one of the resources identified as an author of the QuestionnaireResponse overall.", + "mapping": [ + { + "map": "./participation[typeCode=SBJ]/role", + "identity": "rim" + } + ], + "definition": "Allows capturing, on a specific question or group of questions, exactly who was responsible for providing the answer(s)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-author" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CodeableConcept/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "This is a common pattern in healthcare - a concept that may be defined by one or more codes from formal definitions including LOINC and SNOMED CT, and/or defined by the provision of text that captures a human sense of the concept.", + "name": "CodeableConcept", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/orim", + "name": "Ontological RIM Mapping", + "identity": "orim" + } + ], + "abstract": false, + "type": "CodeableConcept", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "CodeableConcept", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableConcept", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CodeableConcept", + "differential": { + "element": [ + { + "path": "CodeableConcept", + "min": 0, + "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", + "short": "Concept - reference to a terminology or just text", + "mapping": [ + { "map": "CE/CNE/CWE", "identity": "v2" }, + { "map": "CD", "identity": "rim" }, + { + "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD", + "identity": "orim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "CodeableConcept", + "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination." + }, + { + "path": "CodeableConcept.coding", + "requirements": "Allows for alternative encodings within a code system, and translations to other code systems.", + "min": 0, + "definition": "A reference to a code defined by a terminology system.", + "short": "Code defined by a terminology system", + "mapping": [ + { "map": "C*E.1-8, C*E.10-22", "identity": "v2" }, + { "map": "union(., ./translation)", "identity": "rim" }, + { + "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding", + "identity": "orim" + } + ], + "type": [{ "code": "Coding" }], + "max": "*", + "id": "CodeableConcept.coding", + "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.", + "isSummary": true + }, + { + "path": "CodeableConcept.text", + "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", + "min": 0, + "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", + "short": "Plain text representation of the concept", + "mapping": [ + { + "map": "C*E.9. But note many systems use C*E.2 for this", + "identity": "v2" + }, + { + "map": "./originalText[mediaType/code=\"text/plain\"]/data", + "identity": "rim" + }, + { + "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeableConcept.text", + "comment": "Very often the text is the same as a displayName of one of the codings.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Appointment/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Appointment", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Appointment", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Appointment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Appointment", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Appointment", + "differential": { + "element": [ + { + "id": "Appointment", + "max": "*", + "min": 0, + "path": "Appointment", + "short": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "Act[@moodCode <= 'INT']", "identity": "rim" }, + { "map": "VEVENT", "identity": "ical" } + ], + "constraint": [ + { + "key": "app-4", + "human": "Cancelation reason is only used for appointments that have been cancelled, or no-show", + "xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')", + "severity": "error", + "expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')" + }, + { + "key": "app-3", + "human": "Only proposed or cancelled appointments can be missing start/end dates", + "xpath": "((exists(f:start) and exists(f:end)) or (f:status/@value='proposed') or (f:status/@value='cancelled') or (f:status/@value='waitlist'))", + "severity": "error", + "expression": "(start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))" + }, + { + "key": "app-2", + "human": "Either start and end are specified, or neither", + "xpath": "((exists(f:start) and exists(f:end)) or (not(exists(f:start)) and not(exists(f:end))))", + "severity": "error", + "expression": "start.exists() = end.exists()" + } + ], + "definition": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)." + }, + { + "path": "Appointment.identifier", + "min": 0, + "definition": "This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).", + "short": "External Ids for this item", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "SCH-1, SCH-2, ARQ-1, ARQ-2", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Appointment.identifier", + "isSummary": true + }, + { + "path": "Appointment.status", + "min": 1, + "definition": "The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.", + "isModifier": true, + "short": "proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "SCH-25", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "STATUS", "identity": "ical" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AppointmentStatus" + } + ], + "description": "The free/busy status of an appointment." + }, + "max": "1", + "id": "Appointment.status", + "comment": "If the Appointment's status is \"cancelled\" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that mark the Appointment as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Appointment.cancelationReason", + "min": 0, + "definition": "The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply.", + "short": "The coded reason for the appointment being cancelled", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "cancelation-reason" + } + ] + }, + "max": "1", + "id": "Appointment.cancelationReason", + "isSummary": true + }, + { + "path": "Appointment.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "short": "A broad categorization of the service that is to be performed during this appointment", + "mapping": [ + { + "map": "n/a, might be inferred from the ServiceDeliveryLocation", + "identity": "rim" + }, + { "map": "CATEGORIES", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Appointment.serviceCategory", + "isSummary": true + }, + { + "path": "Appointment.serviceType", + "min": 0, + "definition": "The specific service that is to be performed during this appointment.", + "short": "The specific service that is to be performed during this appointment", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "n/a, might be inferred from the ServiceDeliveryLocation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Appointment.serviceType", + "comment": "For a provider to provider appointment the code \"FOLLOWUP\" may be appropriate, as this is expected to be discussing some patient that was seen in the past.", + "isSummary": true + }, + { + "path": "Appointment.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".performer.AssignedPerson.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ] + }, + "max": "*", + "id": "Appointment.specialty", + "isSummary": true + }, + { + "path": "Appointment.appointmentType", + "min": 0, + "definition": "The style of appointment or patient that has been booked in the slot (not service type).", + "short": "The style of appointment or patient that has been booked in the slot (not service type)", + "mapping": [ + { "map": "ARQ-7", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "CLASSIFICATION", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "appointment-type" + } + ] + }, + "max": "1", + "id": "Appointment.appointmentType", + "isSummary": true + }, + { + "path": "Appointment.reasonCode", + "min": 0, + "definition": "The coded reason that this appointment is being scheduled. This is more clinical than administrative.", + "short": "Coded reason this appointment is scheduled", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "AIS-3, SCH-7", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ApptReason" + } + ], + "description": "The Reason for the appointment to take place." + }, + "max": "*", + "id": "Appointment.reasonCode", + "isSummary": true + }, + { + "id": "Appointment.reasonReference", + "max": "*", + "min": 0, + "path": "Appointment.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "short": "Reason the appointment is to take place (resource)", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[@typeCode = 'RSON'].observation", + "identity": "rim" + } + ], + "definition": "Reason the appointment has been scheduled to take place, as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure." + }, + { + "path": "Appointment.priority", + "min": 0, + "definition": "The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).", + "short": "Used to make informed decisions if needing to re-prioritize", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "ARQ-12, SCH-11.6 / TQ1-9", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" }, + { "map": "PRIORITY", "identity": "ical" } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "Appointment.priority", + "comment": "Seeking implementer feedback on this property and how interoperable it is.\r\rUsing an extension to record a CodeableConcept for named values may be tested at a future connectathon." + }, + { + "id": "Appointment.description", + "max": "1", + "min": 0, + "path": "Appointment.description", + "type": [{ "code": "string" }], + "short": "Shown on a subject line in a meeting request, or appointment list", + "mapping": [ + { "map": "NTE-3", "identity": "v2" }, + { "map": ".text", "identity": "rim" }, + { "map": "SUMMARY", "identity": "ical" } + ], + "definition": "The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the comment field." + }, + { + "id": "Appointment.supportingInformation", + "max": "*", + "min": 0, + "path": "Appointment.supportingInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Additional information to support the appointment", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[@typeCode = 'SPRT'].observation", + "identity": "rim" + }, + { "map": "ATTACH", "identity": "ical" } + ], + "definition": "Additional information to support the appointment provided when making the appointment." + }, + { + "path": "Appointment.start", + "min": 0, + "definition": "Date/Time that the appointment is to take place.", + "short": "When appointment is to take place", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { + "map": "ARQ-11.1, SCH-11.4 / TQ1-7", + "identity": "v2" + }, + { "map": ".effectiveTime.low", "identity": "rim" }, + { "map": "DTSTART", "identity": "ical" } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Appointment.start", + "isSummary": true + }, + { + "path": "Appointment.end", + "min": 0, + "definition": "Date/Time that the appointment is to conclude.", + "short": "When appointment is to conclude", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "SCH-11.5 / TQ1-8/ calculated based on the start and the duration which is in ARQ-9", + "identity": "v2" + }, + { "map": ".effectiveTime.high", "identity": "rim" }, + { "map": "DTEND", "identity": "ical" } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Appointment.end", + "isSummary": true + }, + { + "id": "Appointment.minutesDuration", + "max": "1", + "min": 0, + "path": "Appointment.minutesDuration", + "type": [{ "code": "positiveInt" }], + "short": "Can be less than start/end (e.g. estimate)", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')].width", + "identity": "rim" + }, + { "map": "DURATION (e.g. PT15M)", "identity": "ical" } + ], + "definition": "Number of minutes that the appointment is to take. This can be less than the duration between the start and end times. For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work. Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end." + }, + { + "id": "Appointment.slot", + "max": "*", + "min": 0, + "path": "Appointment.slot", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Slot" + ] + } + ], + "short": "The slots that this appointment is filling", + "mapping": [ + { + "map": ".outboundRelationship[@typeCode = 'REFR'].act[@classCode = 'ACT'][@moodCode = 'SLOT']", + "identity": "rim" + } + ], + "definition": "The slots from the participants' schedules that will be filled by the appointment." + }, + { + "path": "Appointment.created", + "min": 0, + "definition": "The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment.", + "short": "The date that this appointment was initially created", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": ".author.time", "identity": "rim" }, + { "map": "CREATED", "identity": "ical" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Appointment.created", + "comment": "This property is required for many use cases where the age of an appointment is considered in processing workflows for scheduling and billing of appointments." + }, + { + "path": "Appointment.comment", + "min": 0, + "definition": "Additional comments about the appointment.", + "short": "Additional comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE-3", "identity": "v2" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { + "map": "DESCRIPTION (for internal use)", + "identity": "ical" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Appointment.comment", + "comment": "Additional text to aid in facilitating the appointment. For instance, a comment might be, \"patient should proceed immediately to infusion room upon arrival\"\r\rWhere this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it." + }, + { + "id": "Appointment.patientInstruction", + "max": "1", + "min": 0, + "path": "Appointment.patientInstruction", + "type": [{ "code": "string" }], + "short": "Detailed information and instructions for the patient", + "mapping": [ + { "map": "NTE-3", "identity": "v2" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { + "map": "DESCRIPTION (for patient use)", + "identity": "ical" + } + ], + "definition": "While Appointment.comment contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before)." + }, + { + "path": "Appointment.basedOn", + "min": 0, + "definition": "The service request this appointment is allocated to assess (e.g. incoming referral or procedure request).", + "short": "The service request this appointment is allocated to assess", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[@typeCode = 'FLFS'].act[@classCode < 'ActCareProvisionRequestType'][@moodCode = 'RQO']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["incomingReferral"], + "max": "*", + "id": "Appointment.basedOn" + }, + { + "constraint": [ + { + "key": "app-1", + "human": "Either the type or actor on the participant SHALL be specified", + "xpath": "(exists(f:type) or exists(f:actor))", + "severity": "error", + "expression": "type.exists() or actor.exists()" + } + ], + "path": "Appointment.participant", + "min": 1, + "definition": "List of participants involved in the appointment.", + "short": "Participants involved in appointment", + "mapping": [ + { + "map": "Request.performer, Request.subject", + "identity": "workflow" + }, + { "map": "PID, AIP, AIG, AIL", "identity": "v2" }, + { + "map": "performer | reusableDevice | subject | location", + "identity": "rim" + }, + { + "map": "ATTENDEE component to be created", + "identity": "ical" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Appointment.participant" + }, + { + "path": "Appointment.participant.type", + "min": 0, + "definition": "Role of participant in the appointment.", + "short": "Role of participant in the appointment", + "mapping": [ + { "map": "AIP-4, AIG-4", "identity": "v2" }, + { + "map": "(performer | reusableDevice | subject | location).@typeCode", + "identity": "rim" + }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "Appointment.participant.type", + "comment": "The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value SHALL be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.", + "isSummary": true + }, + { + "path": "Appointment.participant.actor", + "min": 0, + "definition": "A Person, Location/HealthcareService or Device that is participating in the appointment.", + "short": "Person, Location/HealthcareService or Device", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "PID-3-Patient ID List | AIL-3 | AIG-3 | AIP-3", + "identity": "v2" + }, + { + "map": "performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation", + "identity": "rim" + }, + { + "map": "ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) where the participant type is not \"information-only\"", + "identity": "ical" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Appointment.participant.actor", + "isSummary": true + }, + { + "path": "Appointment.participant.required", + "min": 0, + "definition": "Whether this participant is required to be present at the meeting. This covers a use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present.", + "short": "required | optional | information-only", + "mapping": [ + { + "map": "(performer | reusableDevice | subject | location).@performInd", + "identity": "rim" + }, + { + "map": "ROLE=REQ-PARTICIPANT (roleparam)", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participantrequired|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantRequired" + } + ], + "description": "Is the Participant required to attend the appointment." + }, + "max": "1", + "id": "Appointment.participant.required", + "isSummary": true + }, + { + "path": "Appointment.participant.status", + "min": 1, + "definition": "Participation status of the actor.", + "short": "accepted | declined | tentative | needs-action", + "mapping": [ + { "map": "AIP-12, AIG-14", "identity": "v2" }, + { + "map": "(performer | reusableDevice | subject | location).statusCode", + "identity": "rim" + }, + { + "map": "ATTENDEE;CN=\"John Doe\";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam)", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipationStatus" + } + ], + "description": "The Participation status of an appointment." + }, + "max": "1", + "id": "Appointment.participant.status", + "isSummary": true + }, + { + "id": "Appointment.participant.period", + "max": "1", + "min": 0, + "path": "Appointment.participant.period", + "type": [{ "code": "Period" }], + "short": "Participation period of the actor", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "Participation period of the actor." + }, + { + "path": "Appointment.requestedPeriod", + "min": 0, + "definition": "A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.\n\nThe duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system.", + "short": "Potential date/time interval(s) requested to allocate the appointment within", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ARQ-11", "identity": "v2" }, + { + "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')]", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "max": "*", + "id": "Appointment.requestedPeriod", + "comment": "This does not introduce a capacity for recurring appointments." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A human language representation of the concept (resource/element), as a url that is a reference to a portion of the narrative of a resource ([DomainResource.text](narrative.html)).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/narrativeLink/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Narrative Link", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "narrativeLink", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/narrativeLink", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/narrativeLink", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Narrative Link", + "comment": "It's also possible to link to the resource narrative using the [originalText extension](extension-originaltext.html) which claims that the data is derived from the text provided or linked to.", + "definition": "A human language representation of the concept (resource/element), as a url that is a reference to a portion of the narrative of a resource ([DomainResource.text](narrative.html))." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/narrativeLink" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "url" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Count Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Count/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to able to capture all sorts of measured values, even if the measured value are not precisely quantified. Values include exact measures such as 3.51g, customary units such as 3 tablets, and currencies such as $100.32USD.", + "name": "Count", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Count", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Count", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Count", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Count", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnt-3", + "human": "There SHALL be a code with a value of \"1\" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number.", + "xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or (f:system/@value='http://unitsofmeasure.org' and f:code/@value='1')) and not(contains(f:value/@value, '.'))", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not())" + } + ], + "path": "Count", + "min": 0, + "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "short": "A measured or measurable amount", + "mapping": [ + { + "map": "SN (see also Range) or CQ", + "identity": "v2" + }, + { + "map": "PQ, IVL, MO, CO, depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Count", + "comment": "The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Base StructureDefinition for Element Type: Base definition for all elements in a resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Element/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Element", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "Element", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Element", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Element", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ele-1", + "human": "All FHIR elements must have a @value or children", + "xpath": "@value|f:*|h:div", + "severity": "error", + "expression": "hasValue() or (children().count() > id.count())" + } + ], + "path": "Element", + "min": 0, + "definition": "Base definition for all elements in a resource.", + "short": "Base for all elements", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Element", + "condition": ["ele-1"] + }, + { + "path": "Element.id", + "min": 0, + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "short": "Unique id for inter-element referencing", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "Element.id" + }, + { + "path": "Element.extension", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "short": "Additional content defined by implementations", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content"], + "max": "*", + "id": "Element.extension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Base StructureDefinition for unsignedInt type: An integer with a value that is not negative (e.g. >= 0)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/unsignedInt/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "unsignedInt", + "abstract": false, + "type": "unsignedInt", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "unsignedInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/unsignedInt", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/unsignedInt", + "differential": { + "element": [ + { + "id": "unsignedInt", + "max": "*", + "min": 0, + "path": "unsignedInt", + "short": "Primitive Type unsignedInt", + "definition": "An integer with a value that is not negative (e.g. >= 0)" + }, + { + "id": "unsignedInt.value", + "max": "1", + "min": 0, + "path": "unsignedInt.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "unsignedInt" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[0]|([1-9][0-9]*)" + } + ] + } + ], + "short": "Primitive value for unsignedInt", + "definition": "Primitive value for unsignedInt", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/integer" + }, + { + "description": "Adds additional information to a family member history supporting both the capture of mother/father relationships as well as additional observations necessary to enable genetics-based risk analysis for patients", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic/4.0.1", + "date": "2013-10-02", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Family member history for genetics analysis", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "FamilyMemberHistory", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "familymemberhistory-genetic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/familymemberhistory-genetic", + "differential": { + "element": [ + { + "id": "FamilyMemberHistory", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory" + }, + { + "id": "FamilyMemberHistory.extension:Parent", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" + ] + } + ], + "sliceName": "Parent", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.extension:Sibling", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling" + ] + } + ], + "sliceName": "Sibling", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.extension:Observation", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" + ] + } + ], + "sliceName": "Observation", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.relationship:Relationship", + "max": "1", + "min": 1, + "path": "FamilyMemberHistory.relationship", + "type": [{ "code": "CodeableConcept" }], + "sliceName": "Relationship", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.sex:Sex", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.sex", + "type": [{ "code": "CodeableConcept" }], + "sliceName": "Sex", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.born[x]:BornAge", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.born[x]", + "type": [ + { "code": "Period" }, + { "code": "date" }, + { "code": "string" } + ], + "sliceName": "BornAge", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.age[x]:Age", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.age[x]", + "type": [ + { "code": "Age" }, + { "code": "Range" }, + { "code": "string" } + ], + "sliceName": "Age", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.deceased[x]:DeceasedAge", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.deceased[x]", + "type": [ + { "code": "boolean" }, + { "code": "Age" }, + { "code": "Range" }, + { "code": "date" }, + { "code": "string" } + ], + "sliceName": "DeceasedAge", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition:Condition", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory.condition", + "sliceName": "Condition", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition:Condition.code", + "max": "1", + "min": 1, + "path": "FamilyMemberHistory.condition.code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition:Condition.outcome", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.condition.outcome", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition:Condition.onset[x]", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.condition.onset[x]", + "type": [ + { "code": "Age" }, + { "code": "Range" }, + { "code": "Period" }, + { "code": "string" } + ], + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition:Condition.note", + "max": "1", + "min": 0, + "path": "FamilyMemberHistory.condition.note", + "type": [{ "code": "Annotation" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + }, + { + "description": "If true, indicates that if this answerOption is selected, no other possible answers may be selected, even if the item is a repeating question.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "optionExclusive", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-optionExclusive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive", + "context": [ + { + "type": "element", + "expression": "Questionnaire.item.answerOption" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-optionExclusive", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Option is exclusive", + "definition": "If true, indicates that if this answerOption is selected, no other possible answers may be selected, even if the item is a repeating question." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionExclusive" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The qualitative change in the value relative to the previous measurement. Usually only recorded if the change is clinically significant.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-delta/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "delta", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "delta", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-delta", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-delta", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-delta", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Qualitative change or trend in the measurement", + "definition": "The qualitative change in the value relative to the previous measurement. Usually only recorded if the change is clinically significant." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-delta" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Provides a reason why the expected value or elements in the element that is extended are missing.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/data-absent-reason/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Data Absent Reason", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Why value is missing", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "data-absent-reason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/data-absent-reason", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "unknown | asked | temp | notasked | masked | unsupported | astext | error", + "mapping": [{ "map": "ANY.nullFlavor", "identity": "rim" }], + "definition": "Provides a reason why the expected value or elements in the element that is extended are missing." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/data-absent-reason" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DataAbsentReason" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Used to specify why the normally expected content of the data element is missing." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies that the specified element should only appear in certain \"modes\" of operation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "usageMode", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-usageMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-usageMode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "capture | display | display-non-empty | capture-display | capture-display-non-empty", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "Identifies that the specified element should only appear in certain \"modes\" of operation." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-usageMode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-usage-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireItemUsageMode" + } + ], + "description": "Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The platform, methodology and software applied at the time of the\rgenotyping.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "method", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "hla-genotyping-results-method", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hla-genotyping-results-method", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The platform, methodology and software applied at the time of the\rgenotyping", + "definition": "The platform, methodology and software applied at the time of the\rgenotyping." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A definition that describes the meaning of this code when used as part of this value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-concept-definition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "concept-definition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-concept-definition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + }, + { "type": "element", "expression": "ValueSet.expansion.contains" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-concept-definition", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A definition for this code", + "comment": "This is provided for when the source code system doesn't actually provide a definition (there are many such). Providing an definition for a code SHOULD NOT be done where the underlying code system provides a definition.", + "definition": "A definition that describes the meaning of this code when used as part of this value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Defines the elements to be supported within the AuditEvent resource in order to conform with the Electronic Health Record System Functional Model Record Lifecycle Event standard", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent/4.0.1", + "date": "2014-12-04", + "derivation": "constraint", + "publisher": "Health Level Seven International (Electronic Health Record)", + "fhirVersion": "4.0.1", + "name": "EHRS FM Record Lifecycle Event - Audit Event", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/provenance", + "name": "FHIR Provenance Mapping", + "identity": "fhirprovenance" + } + ], + "abstract": false, + "type": "AuditEvent", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ehr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ehrsrle-auditevent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ehrsrle-auditevent", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ehrsrle-auditevent", + "differential": { + "element": [ + { + "id": "AuditEvent", + "max": "*", + "min": 0, + "path": "AuditEvent" + }, + { + "id": "AuditEvent.type", + "path": "AuditEvent.type", + "mustSupport": true + }, + { + "id": "AuditEvent.subtype", + "path": "AuditEvent.subtype", + "mustSupport": true + }, + { + "id": "AuditEvent.action", + "path": "AuditEvent.action", + "mustSupport": true + }, + { + "id": "AuditEvent.recorded", + "path": "AuditEvent.recorded", + "mustSupport": true + }, + { + "id": "AuditEvent.purposeOfEvent", + "path": "AuditEvent.purposeOfEvent", + "mustSupport": true + }, + { + "id": "AuditEvent.agent", + "path": "AuditEvent.agent", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.role", + "path": "AuditEvent.agent.role", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.who", + "path": "AuditEvent.agent.who", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.requestor", + "path": "AuditEvent.agent.requestor", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.location", + "path": "AuditEvent.agent.location", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.policy", + "path": "AuditEvent.agent.policy", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.network", + "path": "AuditEvent.agent.network", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.network.address", + "path": "AuditEvent.agent.network.address", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.network.type", + "path": "AuditEvent.agent.network.type", + "mustSupport": true + }, + { + "id": "AuditEvent.agent.purposeOfUse", + "path": "AuditEvent.agent.purposeOfUse", + "mustSupport": true + }, + { + "id": "AuditEvent.source", + "path": "AuditEvent.source", + "mustSupport": true + }, + { + "id": "AuditEvent.source.site", + "path": "AuditEvent.source.site", + "mustSupport": true + }, + { + "id": "AuditEvent.source.observer", + "path": "AuditEvent.source.observer", + "mustSupport": true + }, + { + "id": "AuditEvent.source.type", + "path": "AuditEvent.source.type", + "mustSupport": true + }, + { + "id": "AuditEvent.entity", + "path": "AuditEvent.entity", + "mustSupport": true + }, + { + "id": "AuditEvent.entity.what", + "path": "AuditEvent.entity.what", + "mustSupport": true + }, + { + "id": "AuditEvent.entity.type", + "path": "AuditEvent.entity.type", + "mustSupport": true + }, + { + "id": "AuditEvent.entity.role", + "path": "AuditEvent.entity.role", + "mustSupport": true + }, + { + "id": "AuditEvent.entity.lifecycle", + "path": "AuditEvent.entity.lifecycle", + "mustSupport": true + }, + { + "id": "AuditEvent.entity.securityLabel", + "path": "AuditEvent.entity.securityLabel", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/ehr.html", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AuditEvent" + }, + { + "description": "Enforces the minimum information set for the measure metadata required by HL7 and other organizations that share and publish measures", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablemeasure/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable Measure", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Measure", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablemeasure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablemeasure", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareablemeasure", + "differential": { + "element": [ + { "id": "Measure", "max": "1", "min": 1, "path": "Measure" }, + { + "id": "Measure.url", + "max": "1", + "min": 1, + "path": "Measure.url", + "type": [{ "code": "uri" }] + }, + { + "id": "Measure.identifier", + "path": "Measure.identifier", + "mustSupport": true + }, + { + "id": "Measure.version", + "max": "1", + "min": 1, + "path": "Measure.version", + "type": [{ "code": "string" }] + }, + { + "id": "Measure.name", + "max": "1", + "min": 1, + "path": "Measure.name", + "type": [{ "code": "string" }] + }, + { + "id": "Measure.title", + "max": "1", + "min": 0, + "path": "Measure.title", + "mustSupport": true + }, + { + "id": "Measure.experimental", + "max": "1", + "min": 1, + "path": "Measure.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "Measure.date", + "max": "1", + "min": 0, + "path": "Measure.date", + "mustSupport": true + }, + { + "id": "Measure.publisher", + "max": "1", + "min": 1, + "path": "Measure.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "Measure.contact", + "path": "Measure.contact", + "mustSupport": true + }, + { + "id": "Measure.description", + "max": "1", + "min": 1, + "path": "Measure.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "Measure.useContext", + "path": "Measure.useContext", + "mustSupport": true + }, + { + "id": "Measure.jurisdiction", + "path": "Measure.jurisdiction", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Measure" + }, + { + "description": "A collection of error, warning, or information messages that result from a system action.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OperationOutcome/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "OperationOutcome", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "OperationOutcome", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "OperationOutcome", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationOutcome", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OperationOutcome", + "differential": { + "element": [ + { + "id": "OperationOutcome", + "max": "*", + "min": 0, + "path": "OperationOutcome", + "short": "Information about the success/failure of an action", + "comment": "Can result from the failure of a REST call or be part of the response message returned from a request message.", + "mapping": [ + { + "map": "Grouping is handled through multiple repetitions from whatever context references the outcomes (no specific grouper required)", + "identity": "rim" + } + ], + "definition": "A collection of error, warning, or information messages that result from a system action." + }, + { + "path": "OperationOutcome.issue", + "min": 1, + "definition": "An error, warning, or information message that results from a system action.", + "short": "A single issue associated with the action", + "mapping": [ + { "map": "ERR", "identity": "v2" }, + { + "map": "AcknowledgementDetail or Observation[classCode=\"ALRT\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "OperationOutcome.issue", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.severity", + "requirements": "Indicates how relevant the issue is to the overall success of the action.", + "min": 1, + "definition": "Indicates whether the issue indicates a variation from successful processing.", + "short": "fatal | error | warning | information", + "mapping": [ + { "map": "ERR-4", "identity": "v2" }, + { + "map": "./typeCode[parent::AcknowledgmentDetail] or unique(./inboundRelationship[parent::Observation and typeCode='SUBJ' and isNormalActRelationship()]/source[classCode=\"OBS\" and moodCode=\"EVN\" and implies(code, ActCode#SEV and isNormalAct())/value[xsi:type=\"CD\"]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueSeverity" + } + ], + "description": "How the issue affects the success of the action." + }, + "max": "1", + "id": "OperationOutcome.issue.severity", + "comment": "This is labeled as \"Is Modifier\" because applications should not confuse hints and warnings with errors.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.code", + "requirements": "Expresses the issue in a human and computer-friendly way, allowing the requesting system to behave differently based on the type of issue.\n\nThe required element provides a base level of computable interoperability across all systems for processing an outcome, allowing systems to respond appropriately regardless of the internal system error codes returned.", + "min": 1, + "definition": "Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.", + "short": "Error or warning code", + "mapping": [ + { "map": "ERR-3", "identity": "v2" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueType" + } + ], + "description": "A code that describes the type of issue." + }, + "max": "1", + "id": "OperationOutcome.issue.code", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.details", + "min": 0, + "definition": "Additional details about the error. This may be a text description of the error or a system code that identifies the error.", + "short": "Additional details about the error", + "mapping": [ + { "map": "ERR-5", "identity": "v2" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueDetails" + } + ], + "description": "A code that provides details as the exact issue." + }, + "max": "1", + "id": "OperationOutcome.issue.details", + "comment": "A human readable description of the error issue SHOULD be placed in details.text.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.diagnostics", + "min": 0, + "definition": "Additional diagnostic information about the issue.", + "short": "Additional diagnostic information about the issue", + "mapping": [ + { "map": "ERR-8", "identity": "v2" }, + { + "map": "./text[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "OperationOutcome.issue.diagnostics", + "comment": "This may be a description of how a value is erroneous, a stack dump to help trace the issue or other troubleshooting information.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.location", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "This element is deprecated because it is XML specific. It is replaced by issue.expression, which is format independent, and simpler to parse. \n\nFor resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. For HTTP errors, will be \"http.\" + the parameter name.", + "short": "Deprecated: Path of element(s) related to issue", + "mapping": [ + { "map": "ERR-2", "identity": "v2" }, + { + "map": "./location[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "max": "*", + "id": "OperationOutcome.issue.location", + "comment": "The root of the XPath is the resource or bundle that generated OperationOutcome. Each XPath SHALL resolve to a single node. This element is deprecated, and is being replaced by expression.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.expression", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.", + "short": "FHIRPath of element(s) related to issue", + "mapping": [ + { "map": "ERR-2", "identity": "v2" }, + { + "map": "./location[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "OperationOutcome.issue.expression", + "comment": "The root of the FHIRPath is the resource or bundle that generated OperationOutcome. Each FHIRPath SHALL resolve to a single node.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A Map of relationships between 2 structures that can be used to transform data.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/StructureMap/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "StructureMap", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "StructureMap", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "StructureMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/StructureMap", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "smp-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "StructureMap", + "min": 0, + "definition": "A Map of relationships between 2 structures that can be used to transform data.", + "short": "A Map of relationships between 2 structures that can be used to transform data", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "alias": ["Template", "Profile"], + "max": "*", + "id": "StructureMap" + }, + { + "path": "StructureMap.url", + "requirements": "Allows the structure map to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this structure map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this structure map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure map is stored on different servers.", + "short": "Canonical identifier for this structure map, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "StructureMap.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "StructureMap.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this structure map when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the structure map", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "StructureMap.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure map outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "StructureMap.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the structure map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the structure map", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.version", + "comment": "There may be different structure map instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure map with the format [url]|[version].", + "isSummary": true + }, + { + "path": "StructureMap.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the structure map. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this structure map (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "StructureMap.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the structure map.", + "short": "Name for this structure map (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "StructureMap.status", + "min": 1, + "definition": "The status of this structure map. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "StructureMap.status", + "comment": "Allows filtering of structure maps that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "StructureMap.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure map.", + "min": 0, + "definition": "A Boolean value to indicate that this structure map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "StructureMap.experimental", + "comment": "Allows filtering of structure maps that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "StructureMap.date", + "min": 0, + "definition": "The date (and optionally time) when the structure map was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure map changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "StructureMap.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure map. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "StructureMap.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the structure map. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the structure map.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the structure map is the organization or individual primarily responsible for the maintenance and upkeep of the structure map. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure map. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "StructureMap.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "StructureMap.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "StructureMap.description", + "min": 0, + "definition": "A free text natural language description of the structure map from a consumer's perspective.", + "short": "Natural language description of the structure map", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "StructureMap.description", + "comment": "This description can be used to capture details such as why the structure map was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure map as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure map is presumed to be the predominant language in the place the structure map was created)." + }, + { + "path": "StructureMap.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure map instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "StructureMap.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "StructureMap.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the structure map is intended to be used.", + "short": "Intended jurisdiction for structure map (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "StructureMap.jurisdiction", + "comment": "It may be possible for the structure map to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "StructureMap.purpose", + "min": 0, + "definition": "Explanation of why this structure map is needed and why it has been designed as it has.", + "short": "Why this structure map is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "StructureMap.purpose", + "comment": "This element does not describe the usage of the structure map. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure map." + }, + { + "path": "StructureMap.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the structure map and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the structure map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure map.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "StructureMap.copyright" + }, + { + "path": "StructureMap.structure", + "min": 0, + "definition": "A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced.", + "short": "Structure Definition used by this map", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "StructureMap.structure", + "comment": "It is not necessary for a structure map to identify any dependent structures, though not listing them may restrict its usefulness.", + "isSummary": true + }, + { + "id": "StructureMap.structure.url", + "max": "1", + "min": 1, + "path": "StructureMap.structure.url", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Canonical reference to structure definition", + "isSummary": true, + "definition": "The canonical reference to the structure." + }, + { + "path": "StructureMap.structure.mode", + "min": 1, + "definition": "How the referenced structure is used in this mapping.", + "short": "source | queried | target | produced", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-model-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapModelMode" + } + ], + "description": "How the referenced structure is used in this mapping." + }, + "max": "1", + "id": "StructureMap.structure.mode", + "isSummary": true + }, + { + "path": "StructureMap.structure.alias", + "min": 0, + "definition": "The name used for this type in the map.", + "short": "Name for type in this map", + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.structure.alias", + "comment": "This is needed if both types have the same name (e.g. version conversion).", + "isSummary": true + }, + { + "id": "StructureMap.structure.documentation", + "max": "1", + "min": 0, + "path": "StructureMap.structure.documentation", + "type": [{ "code": "string" }], + "short": "Documentation on use of structure", + "definition": "Documentation that describes how the structure is used in the mapping." + }, + { + "id": "StructureMap.import", + "max": "*", + "min": 0, + "path": "StructureMap.import", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "short": "Other maps used by this map (canonical URLs)", + "isSummary": true, + "definition": "Other maps used by this map (canonical URLs)." + }, + { + "id": "StructureMap.group", + "max": "*", + "min": 1, + "path": "StructureMap.group", + "type": [{ "code": "BackboneElement" }], + "short": "Named sections for reader convenience", + "isSummary": true, + "definition": "Organizes the mapping into manageable chunks for human review/ease of maintenance." + }, + { + "id": "StructureMap.group.name", + "max": "1", + "min": 1, + "path": "StructureMap.group.name", + "type": [{ "code": "id" }], + "short": "Human-readable label", + "isSummary": true, + "definition": "A unique name for the group for the convenience of human readers." + }, + { + "id": "StructureMap.group.extends", + "max": "1", + "min": 0, + "path": "StructureMap.group.extends", + "type": [{ "code": "id" }], + "short": "Another group that this group adds rules to", + "isSummary": true, + "definition": "Another group that this group adds rules to." + }, + { + "path": "StructureMap.group.typeMode", + "min": 1, + "definition": "If this is the default rule set to apply for the source type or this combination of types.", + "short": "none | types | type-and-types", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-group-type-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapGroupTypeMode" + } + ], + "description": "If this is the default rule set to apply for the source type, or this combination of types." + }, + "max": "1", + "id": "StructureMap.group.typeMode", + "comment": "Not applicable if the underlying model is untyped. There can only be one default mapping for any particular type combination.", + "isSummary": true + }, + { + "id": "StructureMap.group.documentation", + "max": "1", + "min": 0, + "path": "StructureMap.group.documentation", + "type": [{ "code": "string" }], + "short": "Additional description/explanation for group", + "isSummary": true, + "definition": "Additional supporting documentation that explains the purpose of the group and the types of mappings within it." + }, + { + "path": "StructureMap.group.input", + "min": 1, + "definition": "A name assigned to an instance of data. The instance must be provided when the mapping is invoked.", + "short": "Named instance provided when invoking the map", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "StructureMap.group.input", + "comment": "If no inputs are named, then the entry mappings are type based.", + "isSummary": true + }, + { + "id": "StructureMap.group.input.name", + "max": "1", + "min": 1, + "path": "StructureMap.group.input.name", + "type": [{ "code": "id" }], + "short": "Name for this instance of data", + "isSummary": true, + "definition": "Name for this instance of data." + }, + { + "id": "StructureMap.group.input.type", + "max": "1", + "min": 0, + "path": "StructureMap.group.input.type", + "type": [{ "code": "string" }], + "short": "Type for this instance of data", + "isSummary": true, + "definition": "Type for this instance of data." + }, + { + "path": "StructureMap.group.input.mode", + "min": 1, + "definition": "Mode for this instance of data.", + "short": "source | target", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-input-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapInputMode" + } + ], + "description": "Mode for this instance of data." + }, + "max": "1", + "id": "StructureMap.group.input.mode", + "isSummary": true + }, + { + "id": "StructureMap.group.input.documentation", + "max": "1", + "min": 0, + "path": "StructureMap.group.input.documentation", + "type": [{ "code": "string" }], + "short": "Documentation for this instance of data", + "definition": "Documentation for this instance of data." + }, + { + "id": "StructureMap.group.rule", + "max": "*", + "min": 1, + "path": "StructureMap.group.rule", + "type": [{ "code": "BackboneElement" }], + "short": "Transform Rule from source to target", + "isSummary": true, + "definition": "Transform Rule from source to target." + }, + { + "id": "StructureMap.group.rule.name", + "max": "1", + "min": 1, + "path": "StructureMap.group.rule.name", + "type": [{ "code": "id" }], + "short": "Name of the rule for internal references", + "isSummary": true, + "definition": "Name of the rule for internal references." + }, + { + "id": "StructureMap.group.rule.source", + "max": "*", + "min": 1, + "path": "StructureMap.group.rule.source", + "type": [{ "code": "BackboneElement" }], + "short": "Source inputs to the mapping", + "isSummary": true, + "definition": "Source inputs to the mapping." + }, + { + "id": "StructureMap.group.rule.source.context", + "max": "1", + "min": 1, + "path": "StructureMap.group.rule.source.context", + "type": [{ "code": "id" }], + "short": "Type or variable this rule applies to", + "isSummary": true, + "definition": "Type or variable this rule applies to." + }, + { + "id": "StructureMap.group.rule.source.min", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.min", + "type": [{ "code": "integer" }], + "short": "Specified minimum cardinality", + "isSummary": true, + "definition": "Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content." + }, + { + "id": "StructureMap.group.rule.source.max", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.max", + "type": [{ "code": "string" }], + "short": "Specified maximum cardinality (number or *)", + "isSummary": true, + "definition": "Specified maximum cardinality for the element - a number or a \"*\". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value)." + }, + { + "id": "StructureMap.group.rule.source.type", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.type", + "type": [{ "code": "string" }], + "short": "Rule only applies if source has this type", + "isSummary": true, + "definition": "Specified type for the element. This works as a condition on the mapping - use for polymorphic elements." + }, + { + "path": "StructureMap.group.rule.source.defaultValue[x]", + "min": 0, + "definition": "A value to use if there is no existing value in the source object.", + "short": "Default value if no value exists", + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "Contributor" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "StructureMap.group.rule.source.defaultValue[x]", + "comment": "If there's a default value on an item that can repeat, it will only be used once.", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.source.element", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.element", + "type": [{ "code": "string" }], + "short": "Optional field for this source", + "isSummary": true, + "definition": "Optional field for this source." + }, + { + "path": "StructureMap.group.rule.source.listMode", + "min": 0, + "definition": "How to handle the list mode for this element.", + "short": "first | not_first | last | not_last | only_one", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-source-list-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapSourceListMode" + } + ], + "description": "If field is a list, how to manage the source." + }, + "max": "1", + "id": "StructureMap.group.rule.source.listMode", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.source.variable", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.variable", + "type": [{ "code": "id" }], + "short": "Named context for field, if a field is specified", + "isSummary": true, + "definition": "Named context for field, if a field is specified." + }, + { + "id": "StructureMap.group.rule.source.condition", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.condition", + "type": [{ "code": "string" }], + "short": "FHIRPath expression - must be true or the rule does not apply", + "isSummary": true, + "definition": "FHIRPath expression - must be true or the rule does not apply." + }, + { + "id": "StructureMap.group.rule.source.check", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.source.check", + "type": [{ "code": "string" }], + "short": "FHIRPath expression - must be true or the mapping engine throws an error instead of completing", + "isSummary": true, + "definition": "FHIRPath expression - must be true or the mapping engine throws an error instead of completing." + }, + { + "path": "StructureMap.group.rule.source.logMessage", + "min": 0, + "definition": "A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.", + "short": "Message to put in log if source exists (FHIRPath)", + "type": [{ "code": "string" }], + "max": "1", + "id": "StructureMap.group.rule.source.logMessage", + "comment": "This is typically used for recording that something Is not transformed to the target for some reason.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "smp-2", + "human": "Must have a contextType if you have a context", + "xpath": "not(f:context) or (f:contextType)", + "severity": "error", + "expression": "context.exists() implies contextType.exists()" + }, + { + "key": "smp-1", + "human": "Can only have an element if you have a context", + "xpath": "not(f:element) or (f:context)", + "severity": "error", + "expression": "element.exists() implies context.exists()" + } + ], + "path": "StructureMap.group.rule.target", + "min": 0, + "definition": "Content to create because of this mapping rule.", + "short": "Content to create because of this mapping rule", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "StructureMap.group.rule.target", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.target.context", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.target.context", + "type": [{ "code": "id" }], + "short": "Type or variable this rule applies to", + "isSummary": true, + "definition": "Type or variable this rule applies to." + }, + { + "path": "StructureMap.group.rule.target.contextType", + "min": 0, + "definition": "How to interpret the context.", + "short": "type | variable", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-context-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapContextType" + } + ], + "description": "How to interpret the context." + }, + "max": "1", + "id": "StructureMap.group.rule.target.contextType", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.target.element", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.target.element", + "type": [{ "code": "string" }], + "short": "Field to create in the context", + "isSummary": true, + "definition": "Field to create in the context." + }, + { + "id": "StructureMap.group.rule.target.variable", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.target.variable", + "type": [{ "code": "id" }], + "short": "Named context for field, if desired, and a field is specified", + "isSummary": true, + "definition": "Named context for field, if desired, and a field is specified." + }, + { + "path": "StructureMap.group.rule.target.listMode", + "min": 0, + "definition": "If field is a list, how to manage the list.", + "short": "first | share | last | collate", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-target-list-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapTargetListMode" + } + ], + "description": "If field is a list, how to manage the production." + }, + "max": "*", + "id": "StructureMap.group.rule.target.listMode", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.target.listRuleId", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.target.listRuleId", + "type": [{ "code": "id" }], + "short": "Internal rule reference for shared list items", + "isSummary": true, + "definition": "Internal rule reference for shared list items." + }, + { + "path": "StructureMap.group.rule.target.transform", + "min": 0, + "definition": "How the data is copied / created.", + "short": "create | copy +", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-transform|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapTransform" + } + ], + "description": "How data is copied/created." + }, + "max": "1", + "id": "StructureMap.group.rule.target.transform", + "isSummary": true + }, + { + "id": "StructureMap.group.rule.target.parameter", + "max": "*", + "min": 0, + "path": "StructureMap.group.rule.target.parameter", + "type": [{ "code": "BackboneElement" }], + "short": "Parameters to the transform", + "isSummary": true, + "definition": "Parameters to the transform." + }, + { + "id": "StructureMap.group.rule.target.parameter.value[x]", + "max": "1", + "min": 1, + "path": "StructureMap.group.rule.target.parameter.value[x]", + "type": [ + { "code": "id" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "decimal" } + ], + "short": "Parameter value - variable or literal", + "isSummary": true, + "definition": "Parameter value - variable or literal." + }, + { + "id": "StructureMap.group.rule.rule", + "max": "*", + "min": 0, + "path": "StructureMap.group.rule.rule", + "short": "Rules contained in this rule", + "isSummary": true, + "definition": "Rules contained in this rule.", + "contentReference": "#StructureMap.group.rule" + }, + { + "id": "StructureMap.group.rule.dependent", + "max": "*", + "min": 0, + "path": "StructureMap.group.rule.dependent", + "type": [{ "code": "BackboneElement" }], + "short": "Which other rules to apply in the context of this rule", + "isSummary": true, + "definition": "Which other rules to apply in the context of this rule." + }, + { + "id": "StructureMap.group.rule.dependent.name", + "max": "1", + "min": 1, + "path": "StructureMap.group.rule.dependent.name", + "type": [{ "code": "id" }], + "short": "Name of a rule or group to apply", + "isSummary": true, + "definition": "Name of a rule or group to apply." + }, + { + "id": "StructureMap.group.rule.dependent.variable", + "max": "*", + "min": 1, + "path": "StructureMap.group.rule.dependent.variable", + "type": [{ "code": "string" }], + "short": "Variable to pass to the rule or group", + "isSummary": true, + "definition": "Variable to pass to the rule or group." + }, + { + "id": "StructureMap.group.rule.documentation", + "max": "1", + "min": 0, + "path": "StructureMap.group.rule.documentation", + "type": [{ "code": "string" }], + "short": "Documentation for this instance of data", + "definition": "Documentation for this instance of data." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The estimated patient age at which the allergy or intolerance resolved. Should be specified only if the status is resolved.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "resolutionAge", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "resolutionAge", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-resolutionAge", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge", + "context": [{ "type": "element", "expression": "AllergyIntolerance" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-resolutionAge", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Age that the allergy or intolerance resolved", + "comment": "Removed Date since it is hard to imagine knowing the date an allergy abated. The assertion date is already captured.", + "definition": "The estimated patient age at which the allergy or intolerance resolved. Should be specified only if the status is resolved." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-resolutionAge" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Age" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for oid type: An OID represented as a URI", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/oid/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "oid", + "abstract": false, + "type": "oid", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "oid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/oid", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/oid", + "differential": { + "element": [ + { + "id": "oid", + "max": "*", + "min": 0, + "path": "oid", + "short": "Primitive Type oid", + "comment": "RFC 3001. See also ISO/IEC 8824:1990 €", + "definition": "An OID represented as a URI" + }, + { + "id": "oid.value", + "max": "1", + "min": 0, + "path": "oid.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "oid" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "urn:oid:[0-2](\\.(0|[1-9][0-9]*))+" + } + ] + } + ], + "short": "Primitive value for oid", + "definition": "Primitive value for oid", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "Base StructureDefinition for Signature Type: A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Signature/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "There are a number of places where content must be signed in healthcare.", + "name": "Signature", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Signature", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Signature", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Signature", + "differential": { + "element": [ + { + "path": "Signature", + "min": 0, + "definition": "A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.", + "short": "A Signature - XML DigSig, JWS, Graphical image of signature, etc.", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Signature", + "comment": "The elements of the Signature Resource are for ease of access of these elements. For digital signatures (Xml DigSig, JWS), the non-repudiation proof comes from the Signature validation, which includes validation of the referenced objects (e.g. Resources) (a.k.a., Content) in the XML-Signature Detached form." + }, + { + "path": "Signature.type", + "min": 1, + "definition": "An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.", + "short": "Indication of the reason the entity signed the object(s)", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SignatureType" + } + ], + "description": "An indication of the reason that an entity signed the object." + }, + "max": "*", + "id": "Signature.type", + "comment": "Examples include attesting to: authorship, correct transcription, and witness of specific event. Also known as a "Commitment Type Indication".", + "isSummary": true + }, + { + "path": "Signature.when", + "min": 1, + "definition": "When the digital signature was signed.", + "short": "When the signature was created", + "type": [{ "code": "instant" }], + "max": "1", + "id": "Signature.when", + "comment": "This should agree with the information in the signature.", + "isSummary": true + }, + { + "path": "Signature.who", + "min": 1, + "definition": "A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).", + "short": "Who signed", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Signature.who", + "comment": "This should agree with the information in the signature.", + "isSummary": true + }, + { + "path": "Signature.onBehalfOf", + "requirements": "used when the signature is on behalf of a non-signer.", + "min": 0, + "definition": "A reference to an application-usable description of the identity that is represented by the signature.", + "short": "The party represented", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Signature.onBehalfOf", + "comment": "The party that can't sign. For example a child.", + "isSummary": true + }, + { + "path": "Signature.targetFormat", + "min": 0, + "definition": "A mime type that indicates the technical format of the target resources signed by the signature.", + "short": "The technical format of the signed resources", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "Signature.targetFormat", + "comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here." + }, + { + "id": "Signature.sigFormat", + "max": "1", + "min": 0, + "path": "Signature.sigFormat", + "type": [{ "code": "code" }], + "short": "The technical format of the signature", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "definition": "A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc." + }, + { + "id": "Signature.data", + "max": "1", + "min": 0, + "path": "Signature.data", + "type": [{ "code": "base64Binary" }], + "short": "The actual signature content (XML DigSig. JWS, picture, etc.)", + "comment": "Where the signature type is an XML DigSig, the signed content is a FHIR Resource(s), the signature is of the XML form of the Resource(s) using XML-Signature (XMLDIG) \"Detached Signature\" form.", + "definition": "The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/GuidanceResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "purpose": "The GuidanceResponse resource supports recording the results of decision support interactions, reportability determination for public health, as well as the communication of additional data requirements for subsequent interactions.", + "name": "GuidanceResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "GuidanceResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "GuidanceResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GuidanceResponse", + "differential": { + "element": [ + { + "id": "GuidanceResponse", + "max": "*", + "min": 0, + "path": "GuidanceResponse", + "short": "The formal response to a guidance request", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken." + }, + { + "path": "GuidanceResponse.requestIdentifier", + "min": 0, + "definition": "The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.", + "short": "The identifier of the request associated with this response, if any", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "GuidanceResponse.requestIdentifier", + "isSummary": true + }, + { + "path": "GuidanceResponse.identifier", + "min": 0, + "definition": "Allows a service to provide unique, business identifiers for the response.", + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "GuidanceResponse.identifier", + "isSummary": true + }, + { + "path": "GuidanceResponse.module[x]", + "min": 1, + "definition": "An identifier, CodeableConcept or canonical reference to the guidance that was requested.", + "short": "What guidance was requested", + "mapping": [ + { + "map": "Event.instantiatesUri | Event.instantiatesCanonical", + "identity": "workflow" + } + ], + "type": [ + { "code": "uri" }, + { "code": "canonical" }, + { "code": "CodeableConcept" } + ], + "max": "1", + "id": "GuidanceResponse.module[x]", + "isSummary": true + }, + { + "path": "GuidanceResponse.status", + "min": 1, + "definition": "The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.", + "isModifier": true, + "short": "success | data-requested | data-required | in-progress | failure | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-response-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuidanceResponseStatus" + } + ], + "description": "The status of a guidance response." + }, + "max": "1", + "id": "GuidanceResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "GuidanceResponse.subject", + "max": "1", + "min": 0, + "path": "GuidanceResponse.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "short": "Patient the request was performed for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "definition": "The patient for which the request was processed." + }, + { + "path": "GuidanceResponse.encounter", + "min": 0, + "definition": "The encounter during which this response was created or to which the creation of this record is tightly associated.", + "short": "Encounter during which the response was returned", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "GuidanceResponse.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official copmletion of an encounter but still be tied to the context of the encounter." + }, + { + "id": "GuidanceResponse.occurrenceDateTime", + "max": "1", + "min": 0, + "path": "GuidanceResponse.occurrenceDateTime", + "type": [{ "code": "dateTime" }], + "short": "When the guidance response was processed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "definition": "Indicates when the guidance response was processed." + }, + { + "id": "GuidanceResponse.performer", + "max": "1", + "min": 0, + "path": "GuidanceResponse.performer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Device returning the guidance", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "Provides a reference to the device that performed the guidance." + }, + { + "id": "GuidanceResponse.reasonCode", + "max": "*", + "min": 0, + "path": "GuidanceResponse.reasonCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Why guidance is needed", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "Describes the reason for the guidance response in coded or textual form." + }, + { + "id": "GuidanceResponse.reasonReference", + "max": "*", + "min": 0, + "path": "GuidanceResponse.reasonReference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Why guidance is needed", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "definition": "Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response." + }, + { + "id": "GuidanceResponse.note", + "max": "*", + "min": 0, + "path": "GuidanceResponse.note", + "type": [{ "code": "Annotation" }], + "short": "Additional notes about the response", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "definition": "Provides a mechanism to communicate additional information about the response." + }, + { + "id": "GuidanceResponse.evaluationMessage", + "max": "*", + "min": 0, + "path": "GuidanceResponse.evaluationMessage", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + } + ], + "short": "Messages resulting from the evaluation of the artifact or artifacts", + "definition": "Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element." + }, + { + "id": "GuidanceResponse.outputParameters", + "max": "1", + "min": 0, + "path": "GuidanceResponse.outputParameters", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ] + } + ], + "short": "The output parameters of the evaluation, if any", + "definition": "The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element." + }, + { + "id": "GuidanceResponse.result", + "max": "1", + "min": 0, + "path": "GuidanceResponse.result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/RequestGroup" + ] + } + ], + "short": "Proposed actions, if any", + "definition": "The actions, if any, produced by the evaluation of the artifact." + }, + { + "id": "GuidanceResponse.dataRequirement", + "max": "*", + "min": 0, + "path": "GuidanceResponse.dataRequirement", + "type": [{ "code": "DataRequirement" }], + "short": "Additional required data", + "definition": "If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for HumanName Type: A human's name with the ability to identify parts and usage.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/HumanName/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to record names, along with notes about their use.", + "name": "HumanName", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "HumanName", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "HumanName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/HumanName", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/HumanName", + "differential": { + "element": [ + { + "path": "HumanName", + "min": 0, + "definition": "A human's name with the ability to identify parts and usage.", + "short": "Name of a human - parts and usage", + "mapping": [ + { "map": "XPN", "identity": "v2" }, + { "map": "EN (actually, PN)", "identity": "rim" }, + { "map": "ProviderName", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "HumanName", + "comment": "Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely." + }, + { + "path": "HumanName.use", + "requirements": "Allows the appropriate name for a particular context of use to be selected from among a set of names.", + "min": 0, + "definition": "Identifies the purpose for this name.", + "isModifier": true, + "short": "usual | official | temp | nickname | anonymous | old | maiden", + "mapping": [ + { + "map": "XPN.7, but often indicated by which field contains the name", + "identity": "v2" + }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./NamePurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameUse" + } + ], + "description": "The use of a human name." + }, + "max": "1", + "id": "HumanName.use", + "comment": "Applications can assume that a name is current unless it explicitly says that it is temporary or old.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old name etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "HumanName.text", + "requirements": "A renderable, unencoded form.", + "min": 0, + "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.", + "short": "Text representation of the full name", + "mapping": [ + { "map": "implied by XPN.11", "identity": "v2" }, + { "map": "./formatted", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "HumanName.text", + "comment": "Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "isSummary": true + }, + { + "path": "HumanName.family", + "min": 0, + "definition": "The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.", + "short": "Family name (often called 'Surname')", + "mapping": [ + { "map": "XPN.1/FN.1", "identity": "v2" }, + { "map": "./part[partType = FAM]", "identity": "rim" }, + { "map": "./FamilyName", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["surname"], + "max": "1", + "id": "HumanName.family", + "comment": "Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).", + "isSummary": true + }, + { + "path": "HumanName.given", + "min": 0, + "definition": "Given name.", + "short": "Given names (not always 'first'). Includes middle names", + "mapping": [ + { "map": "XPN.2 + XPN.3", "identity": "v2" }, + { "map": "./part[partType = GIV]", "identity": "rim" }, + { "map": "./GivenNames", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["first name", "middle name"], + "max": "*", + "id": "HumanName.given", + "comment": "If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called \"first name\" since given names do not always come first.", + "orderMeaning": "Given Names appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.prefix", + "min": 0, + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.", + "short": "Parts that come before the name", + "mapping": [ + { "map": "XPN.5", "identity": "v2" }, + { "map": "./part[partType = PFX]", "identity": "rim" }, + { "map": "./TitleCode", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "HumanName.prefix", + "orderMeaning": "Prefixes appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.suffix", + "min": 0, + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.", + "short": "Parts that come after the name", + "mapping": [ + { "map": "XPN/4", "identity": "v2" }, + { "map": "./part[partType = SFX]", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "HumanName.suffix", + "orderMeaning": "Suffixes appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.period", + "requirements": "Allows names to be placed in historical context.", + "min": 0, + "definition": "Indicates the period of time when this name was valid for the named person.", + "short": "Time period when name was/is in use", + "mapping": [ + { "map": "XPN.13 + XPN.14", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "HumanName.period", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Identifies what potential diagnoses have been ruled out for this condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/condition-ruledOut/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "ruledOut", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "ruledOut", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-ruledOut", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/condition-ruledOut", + "context": [{ "type": "element", "expression": "Condition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/condition-ruledOut", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Conditions ruled out for this condition", + "definition": "Identifies what potential diagnoses have been ruled out for this condition." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/condition-ruledOut" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Information about a medication that is used to support knowledge.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationKnowledge/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "MedicationKnowledge", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationKnowledge", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationKnowledge", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationKnowledge", + "differential": { + "element": [ + { + "id": "MedicationKnowledge", + "max": "*", + "min": 0, + "path": "MedicationKnowledge", + "short": "Definition of Medication Knowledge", + "mapping": [{ "map": "Todo", "identity": "rim" }], + "definition": "Information about a medication that is used to support knowledge." + }, + { + "path": "MedicationKnowledge.code", + "min": 0, + "definition": "A code that specifies this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems.", + "short": "Code that identifies this medication", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "RXO-1.1-Requested Give Code.code / RXE-2.1-Give Code.code / RXD-2.1-Dispense/Give Code.code / RXG-4.1-Give Code.code /RXA-5.1-Administered Code.code / RXC-2.1 Component Code", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ], + "description": "A coded concept that defines the type of a medication." + }, + "max": "1", + "id": "MedicationKnowledge.code", + "comment": "Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: \"A coding may be marked as a \"userSelected\" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one).", + "isSummary": true + }, + { + "path": "MedicationKnowledge.status", + "min": 0, + "definition": "A code to indicate if the medication is in active use. The status refers to the validity about the information of the medication and not to its medicinal properties.", + "isModifier": true, + "short": "active | inactive | entered-in-error", + "mapping": [{ "map": ".statusCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationKnowledgeStatus" + } + ], + "description": "A coded concept defining if the medication is in active use." + }, + "max": "1", + "id": "MedicationKnowledge.status", + "comment": "This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product \"ABC Hospital Special Cream\" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to \"entered in error\". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes.", + "isSummary": true + }, + { + "path": "MedicationKnowledge.manufacturer", + "min": 0, + "definition": "Describes the details of the manufacturer of the medication product. This is not intended to represent the distributor of a medication product.", + "short": "Manufacturer of the item", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RXD-20-Substance Manufacturer Name / RXG-21-Substance Manufacturer Name / RXA-17-Substance Manufacturer Name", + "identity": "v2" + }, + { + "map": ".player.scopingRole[typeCode=MANU].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MedicationKnowledge.manufacturer", + "isSummary": true + }, + { + "path": "MedicationKnowledge.doseForm", + "min": 0, + "definition": "Describes the form of the item. Powder; tablets; capsule.", + "short": "powder | tablets | capsule +", + "mapping": [ + { + "map": "coding.code = //element(*,DrugCodedType)/FormCode\r\rcoding.system = //element(*,DrugCodedType)/FormSourceCode", + "identity": "script10.6" + }, + { + "map": "RXO-5-Requested Dosage Form / RXE-6-Give Dosage Form / RXD-6-Actual Dosage Form / RXG-8-Give Dosage Form / RXA-8-Administered Dosage Form", + "identity": "v2" + }, + { "map": ".formCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationForm" + } + ], + "description": "A coded concept defining the form of a medication." + }, + "max": "1", + "id": "MedicationKnowledge.doseForm", + "comment": "When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form." + }, + { + "path": "MedicationKnowledge.amount", + "min": 0, + "definition": "Specific amount of the drug in the packaged product. For example, when specifying a product that has the same strength (For example, Insulin glargine 100 unit per mL solution for injection), this attribute provides additional clarification of the package amount (For example, 3 mL, 10mL, etc.).", + "short": "Amount of drug in package", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "MedicationKnowledge.amount", + "comment": "This is the quantity of medication in a package. To specify the strength of the medication, the Ingredient.strength attribute is used.", + "isSummary": true + }, + { + "id": "MedicationKnowledge.synonym", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.synonym", + "type": [{ "code": "string" }], + "short": "Additional names for a medication", + "isSummary": true, + "definition": "Additional names for a medication, for example, the name(s) given to a medication in different countries. For example, acetaminophen and paracetamol or salbutamol and albuterol." + }, + { + "id": "MedicationKnowledge.relatedMedicationKnowledge", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.relatedMedicationKnowledge", + "type": [{ "code": "BackboneElement" }], + "short": "Associated or related medication information", + "definition": "Associated or related knowledge about a medication." + }, + { + "id": "MedicationKnowledge.relatedMedicationKnowledge.type", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.relatedMedicationKnowledge.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Category of medicationKnowledge", + "definition": "The category of the associated medication knowledge reference." + }, + { + "id": "MedicationKnowledge.relatedMedicationKnowledge.reference", + "max": "*", + "min": 1, + "path": "MedicationKnowledge.relatedMedicationKnowledge.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ] + } + ], + "short": "Associated documentation about the associated medication knowledge", + "definition": "Associated documentation about the associated medication knowledge." + }, + { + "id": "MedicationKnowledge.associatedMedication", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.associatedMedication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "short": "A medication resource that is associated with this medication", + "definition": "Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor)." + }, + { + "id": "MedicationKnowledge.productType", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.productType", + "type": [{ "code": "CodeableConcept" }], + "short": "Category of the medication or product", + "definition": "Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.)." + }, + { + "id": "MedicationKnowledge.monograph", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.monograph", + "type": [{ "code": "BackboneElement" }], + "short": "Associated documentation about the medication", + "definition": "Associated documentation about the medication." + }, + { + "id": "MedicationKnowledge.monograph.type", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.monograph.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The category of medication document", + "definition": "The category of documentation about the medication. (e.g. professional monograph, patient education monograph)." + }, + { + "id": "MedicationKnowledge.monograph.source", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.monograph.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ], + "short": "Associated documentation about the medication", + "definition": "Associated documentation about the medication." + }, + { + "id": "MedicationKnowledge.ingredient", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.ingredient", + "type": [{ "code": "BackboneElement" }], + "short": "Active or inactive ingredient", + "definition": "Identifies a particular constituent of interest in the product." + }, + { + "id": "MedicationKnowledge.ingredient.item[x]", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.ingredient.item[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "short": "Medication(s) or substance(s) contained in the medication", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { + "map": "RXC-2-Component Code if medication: RXO-1-Requested Give Code / RXE-2-Give Code / RXD-2-Dispense/Give Code / RXG-4-Give Code / RXA-5-Administered Code", + "identity": "v2" + }, + { "map": ".player", "identity": "rim" } + ], + "definition": "The actual ingredient - either a substance (simple ingredient) or another medication." + }, + { + "path": "MedicationKnowledge.ingredient.isActive", + "requirements": "True indicates that the ingredient affects the therapeutic action of the drug (i.e. active). \rFalse indicates that the ingredient does not affect the therapeutic action of the drug (i.e. inactive).", + "min": 0, + "definition": "Indication of whether this ingredient affects the therapeutic action of the drug.", + "short": "Active ingredient indicator", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "MedicationKnowledge.ingredient.isActive" + }, + { + "id": "MedicationKnowledge.ingredient.strength", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.ingredient.strength", + "type": [{ "code": "Ratio" }], + "short": "Quantity of ingredient present", + "mapping": [ + { + "map": "//element(*,DrugCodedType)/Strength", + "identity": "script10.6" + }, + { + "map": "RXC-3-Component Amount & RXC-4-Component Units if medication: RXO-2-Requested Give Amount - Minimum & RXO-4-Requested Give Units / RXO-3-Requested Give Amount - Maximum & RXO-4-Requested Give Units / RXO-11-Requested Dispense Amount & RXO-12-Requested Dispense Units / RXE-3-Give Amount - Minimum & RXE-5-Give Units / RXE-4-Give Amount - Maximum & RXE-5-Give Units / RXE-10-Dispense Amount & RXE-10-Dispense Units", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" } + ], + "definition": "Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet." + }, + { + "id": "MedicationKnowledge.preparationInstruction", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.preparationInstruction", + "type": [{ "code": "markdown" }], + "short": "The instructions for preparing the medication", + "definition": "The instructions for preparing the medication." + }, + { + "id": "MedicationKnowledge.intendedRoute", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.intendedRoute", + "type": [{ "code": "CodeableConcept" }], + "short": "The intended or approved route of administration", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRoute" + } + ], + "description": "A coded concept defining the intended route of administration." + }, + "definition": "The intended or approved route of administration." + }, + { + "id": "MedicationKnowledge.cost", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.cost", + "type": [{ "code": "BackboneElement" }], + "short": "The pricing of the medication", + "definition": "The price of the medication." + }, + { + "id": "MedicationKnowledge.cost.type", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.cost.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The category of the cost information", + "definition": "The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost." + }, + { + "id": "MedicationKnowledge.cost.source", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.cost.source", + "type": [{ "code": "string" }], + "short": "The source or owner for the price information", + "definition": "The source or owner that assigns the price to the medication." + }, + { + "id": "MedicationKnowledge.cost.cost", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.cost.cost", + "type": [{ "code": "Money" }], + "short": "The price of the medication", + "definition": "The price of the medication." + }, + { + "id": "MedicationKnowledge.monitoringProgram", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.monitoringProgram", + "type": [{ "code": "BackboneElement" }], + "short": "Program under which a medication is reviewed", + "definition": "The program under which the medication is reviewed." + }, + { + "id": "MedicationKnowledge.monitoringProgram.type", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.monitoringProgram.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of program under which the medication is monitored", + "definition": "Type of program under which the medication is monitored." + }, + { + "id": "MedicationKnowledge.monitoringProgram.name", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.monitoringProgram.name", + "type": [{ "code": "string" }], + "short": "Name of the reviewing program", + "definition": "Name of the reviewing program." + }, + { + "id": "MedicationKnowledge.administrationGuidelines", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.administrationGuidelines", + "type": [{ "code": "BackboneElement" }], + "short": "Guidelines for administration of the medication", + "definition": "Guidelines for the administration of the medication." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.dosage", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.administrationGuidelines.dosage", + "type": [{ "code": "BackboneElement" }], + "short": "Dosage for the medication for the specific guidelines", + "definition": "Dosage for the medication for the specific guidelines." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.dosage.type", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.administrationGuidelines.dosage.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of dosage", + "definition": "The type of dosage (for example, prophylaxis, maintenance, therapeutic, etc.)." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.dosage.dosage", + "max": "*", + "min": 1, + "path": "MedicationKnowledge.administrationGuidelines.dosage.dosage", + "type": [{ "code": "Dosage" }], + "short": "Dosage for the medication for the specific guidelines", + "definition": "Dosage for the medication for the specific guidelines." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.indication[x]", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.administrationGuidelines.indication[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "short": "Indication for use that apply to the specific administration guidelines", + "definition": "Indication for use that apply to the specific administration guidelines." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.patientCharacteristics", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.administrationGuidelines.patientCharacteristics", + "type": [{ "code": "BackboneElement" }], + "short": "Characteristics of the patient that are relevant to the administration guidelines", + "definition": "Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.)." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.patientCharacteristics.characteristic[x]", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.administrationGuidelines.patientCharacteristics.characteristic[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Specific characteristic that is relevant to the administration guideline", + "definition": "Specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender)." + }, + { + "id": "MedicationKnowledge.administrationGuidelines.patientCharacteristics.value", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.administrationGuidelines.patientCharacteristics.value", + "type": [{ "code": "string" }], + "short": "The specific characteristic", + "definition": "The specific characteristic (e.g. height, weight, gender, etc.)." + }, + { + "id": "MedicationKnowledge.medicineClassification", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.medicineClassification", + "type": [{ "code": "BackboneElement" }], + "short": "Categorization of the medication within a formulary or classification system", + "definition": "Categorization of the medication within a formulary or classification system." + }, + { + "id": "MedicationKnowledge.medicineClassification.type", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.medicineClassification.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", + "definition": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)." + }, + { + "id": "MedicationKnowledge.medicineClassification.classification", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.medicineClassification.classification", + "type": [{ "code": "CodeableConcept" }], + "short": "Specific category assigned to the medication", + "definition": "Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.)." + }, + { + "id": "MedicationKnowledge.packaging", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.packaging", + "type": [{ "code": "BackboneElement" }], + "short": "Details about packaged medications", + "definition": "Information that only applies to packages (not products)." + }, + { + "id": "MedicationKnowledge.packaging.type", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.packaging.type", + "type": [{ "code": "CodeableConcept" }], + "short": "A code that defines the specific type of packaging that the medication can be found in", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-package-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationPackageType" + } + ], + "description": "A coded concept defining the type of packaging of a medication." + }, + "definition": "A code that defines the specific type of packaging that the medication can be found in (e.g. blister sleeve, tube, bottle)." + }, + { + "id": "MedicationKnowledge.packaging.quantity", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.packaging.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The number of product units the package would contain if fully loaded", + "definition": "The number of product units the package would contain if fully loaded." + }, + { + "id": "MedicationKnowledge.drugCharacteristic", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.drugCharacteristic", + "type": [{ "code": "BackboneElement" }], + "short": "Specifies descriptive properties of the medicine", + "definition": "Specifies descriptive properties of the medicine, such as color, shape, imprints, etc." + }, + { + "id": "MedicationKnowledge.drugCharacteristic.type", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.drugCharacteristic.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Code specifying the type of characteristic of medication", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCharacteristic" + } + ], + "description": "A coded concept defining the characteristic types of a medication." + }, + "definition": "A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint)." + }, + { + "id": "MedicationKnowledge.drugCharacteristic.value[x]", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.drugCharacteristic.value[x]", + "type": [ + { "code": "CodeableConcept" }, + { "code": "string" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "base64Binary" } + ], + "short": "Description of the characteristic", + "comment": "The description should be provided as a CodeableConcept, SimpleQuantity or an image. The description can be a string only when these others are not available.", + "definition": "Description of the characteristic." + }, + { + "id": "MedicationKnowledge.contraindication", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.contraindication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "short": "Potential clinical issue with or between medication(s)", + "definition": "Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.)." + }, + { + "id": "MedicationKnowledge.regulatory", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.regulatory", + "type": [{ "code": "BackboneElement" }], + "short": "Regulatory information about a medication", + "definition": "Regulatory information about a medication." + }, + { + "id": "MedicationKnowledge.regulatory.regulatoryAuthority", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.regulatory.regulatoryAuthority", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Specifies the authority of the regulation", + "definition": "The authority that is specifying the regulations." + }, + { + "id": "MedicationKnowledge.regulatory.substitution", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.regulatory.substitution", + "type": [{ "code": "BackboneElement" }], + "short": "Specifies if changes are allowed when dispensing a medication from a regulatory perspective", + "definition": "Specifies if changes are allowed when dispensing a medication from a regulatory perspective." + }, + { + "id": "MedicationKnowledge.regulatory.substitution.type", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.regulatory.substitution.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Specifies the type of substitution allowed", + "definition": "Specifies the type of substitution allowed." + }, + { + "id": "MedicationKnowledge.regulatory.substitution.allowed", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.regulatory.substitution.allowed", + "type": [{ "code": "boolean" }], + "short": "Specifies if regulation allows for changes in the medication when dispensing", + "definition": "Specifies if regulation allows for changes in the medication when dispensing." + }, + { + "id": "MedicationKnowledge.regulatory.schedule", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.regulatory.schedule", + "type": [{ "code": "BackboneElement" }], + "short": "Specifies the schedule of a medication in jurisdiction", + "definition": "Specifies the schedule of a medication in jurisdiction." + }, + { + "id": "MedicationKnowledge.regulatory.schedule.schedule", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.regulatory.schedule.schedule", + "type": [{ "code": "CodeableConcept" }], + "short": "Specifies the specific drug schedule", + "definition": "Specifies the specific drug schedule." + }, + { + "id": "MedicationKnowledge.regulatory.maxDispense", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.regulatory.maxDispense", + "type": [{ "code": "BackboneElement" }], + "short": "The maximum number of units of the medication that can be dispensed in a period", + "definition": "The maximum number of units of the medication that can be dispensed in a period." + }, + { + "id": "MedicationKnowledge.regulatory.maxDispense.quantity", + "max": "1", + "min": 1, + "path": "MedicationKnowledge.regulatory.maxDispense.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The maximum number of units of the medication that can be dispensed", + "definition": "The maximum number of units of the medication that can be dispensed." + }, + { + "id": "MedicationKnowledge.regulatory.maxDispense.period", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.regulatory.maxDispense.period", + "type": [{ "code": "Duration" }], + "short": "The period that applies to the maximum number of units", + "definition": "The period that applies to the maximum number of units." + }, + { + "id": "MedicationKnowledge.kinetics", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.kinetics", + "type": [{ "code": "BackboneElement" }], + "short": "The time course of drug absorption, distribution, metabolism and excretion of a medication from the body", + "definition": "The time course of drug absorption, distribution, metabolism and excretion of a medication from the body." + }, + { + "id": "MedicationKnowledge.kinetics.areaUnderCurve", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.kinetics.areaUnderCurve", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The drug concentration measured at certain discrete points in time", + "definition": "The drug concentration measured at certain discrete points in time." + }, + { + "id": "MedicationKnowledge.kinetics.lethalDose50", + "max": "*", + "min": 0, + "path": "MedicationKnowledge.kinetics.lethalDose50", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "The median lethal dose of a drug", + "definition": "The median lethal dose of a drug." + }, + { + "id": "MedicationKnowledge.kinetics.halfLifePeriod", + "max": "1", + "min": 0, + "path": "MedicationKnowledge.kinetics.halfLifePeriod", + "type": [{ "code": "Duration" }], + "short": "Time required for concentration in the body to decrease by half", + "definition": "The time required for any specified property (e.g., the concentration of a substance in the body) to decrease by half." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The nationality of the patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-nationality/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "nationality", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "nationality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-nationality", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-nationality", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Nationality", + "definition": "The nationality of the patient." + }, + { + "id": "Extension.extension:code", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Nationality Code", + "sliceName": "code", + "definition": "Code representing nationality of patient." + }, + { + "id": "Extension.extension:code.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:code.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "code" + }, + { + "id": "Extension.extension:code.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:period", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Nationality Period", + "sliceName": "period", + "definition": "Period when nationality was effective." + }, + { + "id": "Extension.extension:period.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:period.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "period" + }, + { + "id": "Extension.extension:period.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "Period" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-nationality" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A fixed quantity (no comparator)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SimpleQuantity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "SimpleQuantity", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Quantity", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "SimpleQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SimpleQuantity", + "differential": { + "element": [ + { + "id": "Quantity", + "max": "*", + "min": 0, + "path": "Quantity", + "short": "A fixed quantity (no comparator)", + "constraint": [ + { + "key": "sqty-1", + "human": "The comparator is not used on a SimpleQuantity", + "xpath": "not(exists(f:comparator))", + "severity": "error", + "expression": "comparator.empty()" + } + ], + "definition": "The comparator is not used on a SimpleQuantity", + "isModifier": false + }, + { + "id": "Quantity.comparator", + "max": "0", + "path": "Quantity.comparator", + "definition": "Not allowed to be used in this context" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Base StructureDefinition for Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Narrative/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Narrative", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Narrative", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Narrative", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Narrative", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Narrative", + "differential": { + "element": [ + { + "id": "Narrative", + "max": "*", + "min": 0, + "path": "Narrative", + "short": "Human-readable summary of the resource (essential clinical and business information)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "A human-readable summary of the resource conveying the essential clinical and business information for the resource." + }, + { + "path": "Narrative.status", + "min": 1, + "definition": "The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.", + "short": "generated | extensions | additional | empty", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/narrative-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NarrativeStatus" + } + ], + "description": "The status of a resource narrative." + }, + "max": "1", + "id": "Narrative.status" + }, + { + "constraint": [ + { + "key": "txt-1", + "human": "The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard,
elements (either name or href), images and internally contained style attributes", + "xpath": "not(descendant-or-self::*[not(local-name(.)=('a', 'abbr', 'acronym', 'b', 'big', 'blockquote', 'br', 'caption', 'cite', 'code', 'col', 'colgroup', 'dd', 'dfn', 'div', 'dl', 'dt', 'em', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'i', 'img', 'li', 'ol', 'p', 'pre', 'q', 'samp', 'small', 'span', 'strong', 'sub', 'sup', 'table', 'tbody', 'td', 'tfoot', 'th', 'thead', 'tr', 'tt', 'ul', 'var'))]) and not(descendant-or-self::*/@*[not(name(.)=('abbr', 'accesskey', 'align', 'alt', 'axis', 'bgcolor', 'border', 'cellhalign', 'cellpadding', 'cellspacing', 'cellvalign', 'char', 'charoff', 'charset', 'cite', 'class', 'colspan', 'compact', 'coords', 'dir', 'frame', 'headers', 'height', 'href', 'hreflang', 'hspace', 'id', 'lang', 'longdesc', 'name', 'nowrap', 'rel', 'rev', 'rowspan', 'rules', 'scope', 'shape', 'span', 'src', 'start', 'style', 'summary', 'tabindex', 'title', 'type', 'valign', 'value', 'vspace', 'width'))])", + "severity": "error", + "expression": "htmlChecks()" + }, + { + "key": "txt-2", + "human": "The narrative SHALL have some non-whitespace content", + "xpath": "descendant::text()[normalize-space(.)!=''] or descendant::h:img[@src]", + "severity": "error", + "expression": "htmlChecks()" + } + ], + "path": "Narrative.div", + "min": 1, + "definition": "The actual narrative content, a stripped down version of XHTML.", + "short": "Limited xhtml content", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "xhtml" }], + "max": "1", + "id": "Narrative.div", + "comment": "The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\".", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Linkage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "Linkage", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Linkage", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Linkage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Linkage", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Linkage", + "differential": { + "element": [ + { + "id": "Linkage", + "max": "*", + "min": 0, + "path": "Linkage", + "short": "Links records for 'same' item", + "mapping": [ + { + "map": "N/A - RIM doesn't know how to do this", + "identity": "rim" + } + ], + "constraint": [ + { + "key": "lnk-1", + "human": "Must have at least two items", + "xpath": "count(f:item)>1", + "severity": "error", + "expression": "item.count()>1" + } + ], + "definition": "Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\"." + }, + { + "path": "Linkage.active", + "requirements": "Need to be able to mark a linkage record as not to be used because it was created in error.", + "min": 0, + "definition": "Indicates whether the asserted set of linkages are considered to be \"in effect\".", + "short": "Whether this linkage assertion is active or not", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Linkage.active", + "comment": "If false, any asserted linkages should not be considered current/relevant/applicable.", + "isSummary": true + }, + { + "path": "Linkage.author", + "requirements": "\"Primary\" for the same set of linked resources may be different from different user's/organization's perspectives.", + "min": 0, + "definition": "Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.", + "short": "Who is responsible for linkages", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Linkage.author", + "isSummary": true + }, + { + "path": "Linkage.item", + "min": 1, + "definition": "Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items.", + "short": "Item to be linked", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Linkage.item", + "condition": ["lnk-1"], + "isSummary": true + }, + { + "path": "Linkage.item.type", + "min": 1, + "definition": "Distinguishes which item is \"source of truth\" (if any) and which items are no longer considered to be current representations.", + "short": "source | alternate | historical", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/linkage-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LinkageType" + } + ], + "description": "Used to distinguish different roles a resource can play within a set of linked resources." + }, + "max": "1", + "id": "Linkage.item.type", + "isSummary": true + }, + { + "id": "Linkage.item.resource", + "max": "1", + "min": 1, + "path": "Linkage.item.resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Resource being linked", + "isSummary": true, + "definition": "The resource instance being linked as part of the group." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Guidance on using Provenance for related history elements", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/provenance-relevant-history/4.0.1", + "date": "2013-12-03", + "derivation": "constraint", + "publisher": "Health Level Seven International", + "fhirVersion": "4.0.1", + "name": "Provenance Relevant History", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/auditevent", + "name": "FHIR AuditEvent Mapping", + "identity": "fhirauditevent" + } + ], + "abstract": false, + "type": "Provenance", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "provenance-relevant-history", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/provenance-relevant-history", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/provenance-relevant-history", + "differential": { + "element": [ + { + "id": "Provenance", + "max": "*", + "min": 0, + "path": "Provenance" + }, + { + "id": "Provenance.target", + "path": "Provenance.target", + "short": "Resource version", + "comment": "The reference SHALL be version-specific.", + "definition": "This points to the version of the resource that was created as a result of this historical record action. Typically only a single resource will be referenced, but if the same action is performed to multiple resources in the context of a transaction, some systems may link multiple resource instances.", + "mustSupport": true + }, + { + "id": "Provenance.occurred[x]", + "max": "1", + "min": 1, + "path": "Provenance.occurred[x]", + "type": [{ "code": "dateTime" }], + "comment": "Both low and high will be set to the time the record event occurred. (In a future version, this element will likely be a choice with dateTime so that multiple values aren't needed.).", + "definition": "This indicates the time the resource action (creation, revision, deletion, etc.) occurred.", + "mustSupport": true + }, + { + "id": "Provenance.reason", + "path": "Provenance.reason", + "comment": "Plain text reasons can be sent in the \"text\" component with no codings. Domains may wish to define a constrained terminology. The reason for the resource's existence of the resource itself will be maintained on the resource, not here.", + "mustSupport": true + }, + { + "path": "Provenance.activity", + "min": 1, + "definition": "Indicates what action occurred to the referenced resource.", + "short": "Record activity", + "mustSupport": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceHistoryRecordActivity" + } + ], + "description": "Types of activities that are relevant for tracking event history using Provenance." + }, + "max": "1", + "id": "Provenance.activity", + "comment": "This should be captured at a sufficiently useful level of granularity. For example \"suspended\" is more useful than \"updated\". Domains will need to map the listed codes to their own state transitions and may wish to define additional domain-specific fine-grained codes." + }, + { + "id": "Provenance.agent", + "path": "Provenance.agent", + "short": "Who was involved with change", + "comment": "Generally the author will be specified. Others are optional.", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "definition": "Who was involved with change.", + "mustSupport": true + }, + { + "id": "Provenance.agent.type", + "max": "1", + "min": 1, + "path": "Provenance.agent.type", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceHistoryAgentType" + } + ], + "description": "Types of roles that agents can play when tracking event history using Provenance." + }, + "mustSupport": true + }, + { + "id": "Provenance.agent:Author", + "max": "1", + "min": 0, + "path": "Provenance.agent", + "short": "Author", + "sliceName": "Author", + "definition": "Author.", + "mustSupport": true + }, + { + "id": "Provenance.agent:Author.type", + "max": "1", + "min": 1, + "path": "Provenance.agent.type", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "patternCodeableConcept": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + } + }, + { + "id": "Provenance.agent:Author.who", + "max": "1", + "min": 1, + "path": "Provenance.agent.who", + "short": "Author Reference", + "definition": "Author Reference.", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/Committees/fhir-i", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance" + }, + { + "description": "The schedule that was followed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-schedule/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "schedule", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "schedule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-schedule", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-schedule", + "context": [{ "type": "element", "expression": "Procedure" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-schedule", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Schedule followed", + "definition": "The schedule that was followed." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-schedule" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Timing" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes the intended purpose of the rendered text. For example - instructions, guidance on access control, maintenance information, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type!='display'"], + "fhirVersion": "4.0.1", + "name": "displayCategory", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-displayCategory", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-displayCategory", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Purpose of rendered text", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "definition": "Describes the intended purpose of the rendered text. For example - instructions, guidance on access control, maintenance information, etc." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-displayCategory" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-display-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireDisplayCategory" + } + ], + "description": "Identifies the purpose for a \"display\" item." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A search parameter that defines a named search item that can be used to search/filter on a resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SearchParameter/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "SearchParameter", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "SearchParameter", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "SearchParameter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SearchParameter", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "spd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + { + "key": "spd-1", + "human": "If an xpath is present, there SHALL be an xpathUsage", + "xpath": "not(exists(f:xpath)) or exists(f:xpathUsage)", + "severity": "error", + "expression": "xpath.empty() or xpathUsage.exists()" + }, + { + "key": "spd-2", + "human": "Search parameters can only have chain names when the search parameter type is 'reference'", + "xpath": "not(exists(f:chain)) or (f:type/@value = 'reference')", + "severity": "error", + "expression": "chain.empty() or type = 'reference'" + } + ], + "path": "SearchParameter", + "min": 0, + "definition": "A search parameter that defines a named search item that can be used to search/filter on a resource.", + "short": "Search parameter for a resource", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "max": "*", + "id": "SearchParameter", + "comment": "In FHIR, search is not performed directly on a resource (by XML or JSON path), but on a named parameter that maps into the resource content." + }, + { + "path": "SearchParameter.url", + "requirements": "Allows the search parameter to be referenced by a single globally unique identifier. To allow referencing and reusing search parameter definitions under other names on operational systems (in case of name clash).", + "min": 1, + "definition": "An absolute URI that is used to identify this search parameter when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this search parameter is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the search parameter is stored on different servers.", + "short": "Canonical identifier for this search parameter, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "SearchParameter.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "SearchParameter.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the search parameter when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the search parameter author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the search parameter", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "SearchParameter.version", + "comment": "There may be different search parameter instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the search parameter with the format [url]|[version].", + "isSummary": true + }, + { + "path": "SearchParameter.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the search parameter. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this search parameter (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "SearchParameter.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "id": "SearchParameter.derivedFrom", + "max": "1", + "min": 0, + "path": "SearchParameter.derivedFrom", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "short": "Original definition for the search parameter", + "comment": "The intent of this is that a server can designate that it provides support for a search parameter defined in the specification itself (e.g. [`value-quantity`](http://hl7.org/fhir/SearchParameter/Observation-value-quantity), but detail how it is supported by the server.", + "definition": "Where this search parameter is originally defined. If a derivedFrom is provided, then the details in the search parameter must be consistent with the definition from which it is defined. i.e. the parameter should have the same meaning, and (usually) the functionality should be a proper subset of the underlying search parameter." + }, + { + "path": "SearchParameter.status", + "min": 1, + "definition": "The status of this search parameter. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SearchParameter.status", + "comment": "Allows filtering of search parameters that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "SearchParameter.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level search parameter.", + "min": 0, + "definition": "A Boolean value to indicate that this search parameter is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "SearchParameter.experimental", + "comment": "Allows filtering of search parameters that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "SearchParameter.date", + "min": 0, + "definition": "The date (and optionally time) when the search parameter was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the search parameter changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "SearchParameter.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the search parameter. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "SearchParameter.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the search parameter. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the search parameter.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "SearchParameter.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the search parameter is the organization or individual primarily responsible for the maintenance and upkeep of the search parameter. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the search parameter. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "SearchParameter.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "SearchParameter.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "SearchParameter.description", + "min": 1, + "definition": "And how it used.", + "short": "Natural language description of the search parameter", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "SearchParameter.description", + "comment": "This description can be used to capture details such as why the search parameter was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the search parameter as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the search parameter is presumed to be the predominant language in the place the search parameter was created).", + "isSummary": true + }, + { + "path": "SearchParameter.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate search parameter instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "SearchParameter.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "SearchParameter.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the search parameter is intended to be used.", + "short": "Intended jurisdiction for search parameter (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "SearchParameter.jurisdiction", + "comment": "It may be possible for the search parameter to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "SearchParameter.purpose", + "min": 0, + "definition": "Explanation of why this search parameter is needed and why it has been designed as it has.", + "short": "Why this search parameter is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "SearchParameter.purpose", + "comment": "This element does not describe the usage of the search parameter. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this search parameter." + }, + { + "path": "SearchParameter.code", + "min": 1, + "definition": "The code used in the URL or the parameter name in a parameters resource for this search parameter.", + "short": "Code used in URL", + "type": [{ "code": "code" }], + "max": "1", + "id": "SearchParameter.code", + "comment": "For maximum compatibility, use only lowercase ASCII characters.", + "isSummary": true + }, + { + "path": "SearchParameter.base", + "min": 1, + "definition": "The base resource type(s) that this search parameter can be used against.", + "short": "The resource type(s) this search parameter applies to", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "*", + "id": "SearchParameter.base", + "comment": "A search parameter must always apply to at least one resource type. When search parameters apply to more than one resource type, they can be used against any of the listed resource types, or in a cross-type search (see [Cross Resource Search](http.html#xres-search)).", + "isSummary": true + }, + { + "path": "SearchParameter.type", + "min": 1, + "definition": "The type of value that a search parameter may contain, and how the content is interpreted.", + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "SearchParameter.type", + "isSummary": true + }, + { + "path": "SearchParameter.expression", + "min": 0, + "definition": "A FHIRPath expression that returns a set of elements for the search parameter.", + "short": "FHIRPath expression that extracts the values", + "type": [{ "code": "string" }], + "max": "1", + "id": "SearchParameter.expression", + "condition": ["spd-1"], + "comment": "Note that the elements returned by the expression are sometimes complex elements where logic is required to determine quite how to handle them; e.g. CodeableConcepts may contain text and/or multiple codings, where the codings themselves contain a code and a system. For composite search parameters, the outcome of the expression must a collection of base elements from which the composites are derived." + }, + { + "path": "SearchParameter.xpath", + "min": 0, + "definition": "An XPath expression that returns a set of elements for the search parameter.", + "short": "XPath that extracts the values", + "type": [{ "code": "string" }], + "max": "1", + "id": "SearchParameter.xpath", + "condition": ["spd-1"], + "comment": "Note that the elements returned by the XPath are sometimes complex elements where logic is required to determine quite how to handle them; e.g. CodeableConcepts may contain text and/or multiple codings, where the codings themselves contain a code and a system." + }, + { + "path": "SearchParameter.xpathUsage", + "min": 0, + "definition": "How the search parameter relates to the set of elements returned by evaluating the xpath query.", + "short": "normal | phonetic | nearby | distance | other", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-xpath-usage|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "XPathUsageType" + } + ], + "description": "How a search parameter relates to the set of elements returned by evaluating its xpath query." + }, + "max": "1", + "id": "SearchParameter.xpathUsage", + "condition": ["spd-1"] + }, + { + "id": "SearchParameter.target", + "max": "*", + "min": 0, + "path": "SearchParameter.target", + "type": [{ "code": "code" }], + "short": "Types of resource (if a resource reference)", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "definition": "Types of resource (if a resource is referenced)." + }, + { + "id": "SearchParameter.multipleOr", + "max": "1", + "min": 0, + "path": "SearchParameter.multipleOr", + "type": [{ "code": "boolean" }], + "short": "Allow multiple values per parameter (or)", + "definition": "Whether multiple values are allowed for each time the parameter exists. Values are separated by commas, and the parameter matches if any of the values match." + }, + { + "id": "SearchParameter.multipleAnd", + "max": "1", + "min": 0, + "path": "SearchParameter.multipleAnd", + "type": [{ "code": "boolean" }], + "short": "Allow multiple parameters (and)", + "definition": "Whether multiple parameters are allowed - e.g. more than one parameter with the same name. The search matches if all the parameters match." + }, + { + "path": "SearchParameter.comparator", + "min": 0, + "definition": "Comparators supported for the search parameter.", + "short": "eq | ne | gt | lt | ge | le | sa | eb | ap", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchComparator" + } + ], + "description": "What Search Comparator Codes are supported in search." + }, + "max": "*", + "id": "SearchParameter.comparator", + "comment": "If no comparators are listed, clients should not expect servers to support any comparators." + }, + { + "id": "SearchParameter.modifier", + "max": "*", + "min": 0, + "path": "SearchParameter.modifier", + "type": [{ "code": "code" }], + "short": "missing | exact | contains | not | text | in | not-in | below | above | type | identifier | ofType", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchModifierCode" + } + ], + "description": "A supported modifier for a search parameter." + }, + "definition": "A modifier supported for the search parameter." + }, + { + "id": "SearchParameter.chain", + "max": "*", + "min": 0, + "path": "SearchParameter.chain", + "type": [{ "code": "string" }], + "short": "Chained names supported", + "comment": "Systems are not required to list all the chain names they support, but if they don't list them, clients might not know to use them.", + "definition": "Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from SearchParameter.code for a parameter on the target resource type." + }, + { + "id": "SearchParameter.component", + "max": "*", + "min": 0, + "path": "SearchParameter.component", + "type": [{ "code": "BackboneElement" }], + "short": "For Composite resources to define the parts", + "definition": "Used to define the parts of a composite search parameter." + }, + { + "id": "SearchParameter.component.definition", + "max": "1", + "min": 1, + "path": "SearchParameter.component.definition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "short": "Defines how the part works", + "definition": "The definition of the search parameter that describes this part." + }, + { + "id": "SearchParameter.component.expression", + "max": "1", + "min": 1, + "path": "SearchParameter.component.expression", + "type": [{ "code": "string" }], + "short": "Subexpression relative to main expression", + "comment": "This expression overrides the expression in the definition and extracts the index values from the outcome of the composite expression.", + "definition": "A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A set of resources composed into a single coherent clinical statement with clinical attestation", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/catalog/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Clinical Quality Information WG", + "fhirVersion": "4.0.1", + "name": "Profile for Catalog", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/documentreference", + "name": "FHIR DocumentReference", + "identity": "fhirdocumentreference" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "catalog", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/catalog", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/catalog", + "differential": { + "element": [ + { + "id": "Composition", + "max": "*", + "min": 0, + "path": "Composition", + "short": "A set of resources composed into a single coherent clinical statement with clinical attestation", + "definition": "A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained." + }, + { + "id": "Composition.extension:ValidityPeriod", + "max": "1", + "min": 1, + "path": "Composition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod" + ] + } + ], + "short": "The validity of the catalog", + "sliceName": "ValidityPeriod", + "definition": "The validity of the catalog." + }, + { + "id": "Composition.type", + "max": "1", + "min": 1, + "path": "Composition.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of document - a Catalog", + "definition": "The type of document - a Catalog.", + "fixedCodeableConcept": { "text": "Catalog" } + }, + { + "id": "Composition.category", + "max": "1", + "min": 1, + "path": "Composition.category", + "type": [{ "code": "CodeableConcept" }], + "short": "The Content of the section", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/catalogType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CatalogType" + } + ], + "description": "The type of catalog." + }, + "definition": "The content (narrative and data) associated with the section." + }, + { + "id": "Composition.subject", + "max": "0", + "min": 0, + "path": "Composition.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Who and/or what the composition is about", + "definition": "Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure)." + }, + { + "path": "Composition.date", + "min": 1, + "definition": "When the Catalog was created.", + "short": "When the Catalog was created", + "type": [{ "code": "dateTime" }], + "sliceName": "IssueDate", + "alias": ["IssueDate"], + "max": "1", + "id": "Composition.date:IssueDate" + }, + { + "id": "Composition.section", + "max": "*", + "min": 0, + "path": "Composition.section" + }, + { + "id": "Composition.section.entry", + "max": "*", + "min": 1, + "path": "Composition.section.entry", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CatalogEntry" + ] + } + ], + "short": "The Content of the section", + "definition": "The content (narrative and data) associated with the section." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "A reference to a stored contraindication that is the basis for this issue. A recipient can expect that the item referenced in this extension is being retained for record keeping purposes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "detectedIssue", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Clinical Issue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operationoutcome-detectedIssue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue", + "context": [ + { "type": "element", "expression": "OperationOutcome.issue" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operationoutcome-detectedIssue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Reference to a contra-indication that is the basis for this error", + "comment": "Operation Outcome records are transient items that are returned in response to specific interactions or operations. Contraindications are items that can be stored in the patient's records as reasons that things were not done (or done). This extension allows a transient operation outcome to refer to a persistent entry in the patient record as the basis for the outcome.", + "definition": "A reference to a stored contraindication that is the basis for this issue. A recipient can expect that the item referenced in this extension is being retained for record keeping purposes." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/operationoutcome-detectedIssue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Allele Database.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "allele-database", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "hla-genotyping-results-allele-database", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hla-genotyping-results-allele-database", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Allele Database", + "definition": "Allele Database." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Location/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "Location", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Location", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Location", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Location", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Location", + "differential": { + "element": [ + { + "id": "Location", + "max": "*", + "min": 0, + "path": "Location", + "short": "Details and position information for a physical place", + "mapping": [ + { "map": ".Role[classCode=SDLC]", "identity": "rim" } + ], + "definition": "Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated." + }, + { + "path": "Location.identifier", + "requirements": "Organization label locations in registries, need to keep track of those.", + "min": 0, + "definition": "Unique code or number identifying the location to its users.", + "short": "Unique code or number identifying the location to its users", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Location.identifier", + "isSummary": true + }, + { + "path": "Location.status", + "min": 0, + "definition": "The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.", + "isModifier": true, + "short": "active | suspended | inactive", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationStatus" + } + ], + "description": "Indicates whether the location is still in use." + }, + "max": "1", + "id": "Location.status", + "isModifierReason": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid", + "isSummary": true + }, + { + "path": "Location.operationalStatus", + "min": 0, + "definition": "The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance.", + "short": "The operational status of the location (typically only for a bed/room)", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0116", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationalStatus" + } + ], + "description": "The operational status if the location (where typically a bed/room)." + }, + "max": "1", + "id": "Location.operationalStatus", + "isSummary": true + }, + { + "path": "Location.name", + "min": 0, + "definition": "Name of the location as used by humans. Does not need to be unique.", + "short": "Name of the location as used by humans", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Location.name", + "comment": "If the name of a location changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "Location.alias", + "requirements": "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the location was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the location is known as, or was known as, in the past.", + "short": "A list of alternate names that the location is known as, or was known as, in the past", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "*", + "id": "Location.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the location." + }, + { + "path": "Location.description", + "requirements": "Humans need additional information to verify a correct location has been identified.", + "min": 0, + "definition": "Description of the Location, which helps in finding or referencing the place.", + "short": "Additional details about the location that could be displayed as further information to identify the location beyond its name", + "mapping": [ + { + "map": ".playingEntity[classCode=PLC determinerCode=INSTANCE].desc", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Location.description", + "isSummary": true + }, + { + "path": "Location.mode", + "requirements": "When using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.", + "min": 0, + "definition": "Indicates whether a resource instance represents a specific location or a class of locations.", + "short": "instance | kind", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".playingEntity[classCode=PLC].determinerCode", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationMode" + } + ], + "description": "Indicates whether a resource instance represents a specific location or a class of locations." + }, + "max": "1", + "id": "Location.mode", + "comment": "This is labeled as a modifier because whether or not the location is a class of locations changes how it can be used and understood.", + "isSummary": true + }, + { + "path": "Location.type", + "min": 0, + "definition": "Indicates the type of function performed at the location.", + "short": "Type of function performed", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationType" + } + ], + "description": "Indicates the type of function performed at the location." + }, + "max": "*", + "id": "Location.type", + "isSummary": true + }, + { + "id": "Location.telecom", + "max": "*", + "min": 0, + "path": "Location.telecom", + "type": [{ "code": "ContactPoint" }], + "short": "Contact details of the location", + "mapping": [{ "map": ".telecom", "identity": "rim" }], + "definition": "The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites." + }, + { + "path": "Location.address", + "requirements": "If locations can be visited, we need to keep track of their address.", + "min": 0, + "definition": "Physical location.", + "short": "Physical location", + "mapping": [{ "map": ".addr", "identity": "rim" }], + "type": [{ "code": "Address" }], + "max": "1", + "id": "Location.address", + "comment": "Additional addresses should be recorded using another instance of the Location resource, or via the Organization." + }, + { + "path": "Location.physicalType", + "requirements": "For purposes of showing relevant locations in queries, we need to categorize locations.", + "min": 0, + "definition": "Physical form of the location, e.g. building, room, vehicle, road.", + "short": "Physical form of the location", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".playingEntity [classCode=PLC].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-physical-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PhysicalType" + } + ], + "description": "Physical form of the location." + }, + "max": "1", + "id": "Location.physicalType", + "isSummary": true + }, + { + "path": "Location.position", + "requirements": "For mobile applications and automated route-finding knowing the exact location of the Location is required.", + "min": 0, + "definition": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).", + "short": "The absolute geographic location", + "mapping": [ + { + "map": ".playingEntity [classCode=PLC determinerCode=INSTANCE].positionText", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "Location.position" + }, + { + "id": "Location.position.longitude", + "max": "1", + "min": 1, + "path": "Location.position.longitude", + "type": [{ "code": "decimal" }], + "short": "Longitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "definition": "Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below)." + }, + { + "id": "Location.position.latitude", + "max": "1", + "min": 1, + "path": "Location.position.latitude", + "type": [{ "code": "decimal" }], + "short": "Latitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "definition": "Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below)." + }, + { + "id": "Location.position.altitude", + "max": "1", + "min": 0, + "path": "Location.position.altitude", + "type": [{ "code": "decimal" }], + "short": "Altitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "definition": "Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below)." + }, + { + "path": "Location.managingOrganization", + "requirements": "Need to know who manages the location.", + "min": 0, + "definition": "The organization responsible for the provisioning and upkeep of the location.", + "short": "Organization responsible for provisioning and upkeep", + "mapping": [ + { + "map": ".scopingEntity[classCode=ORG determinerKind=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Location.managingOrganization", + "comment": "This can also be used as the part of the organization hierarchy where this location provides services. These services can be defined through the HealthcareService resource.", + "isSummary": true + }, + { + "path": "Location.partOf", + "requirements": "For purposes of location, display and identification, knowing which locations are located within other locations is important.", + "min": 0, + "definition": "Another Location of which this Location is physically a part of.", + "short": "Another Location this one is physically a part of", + "mapping": [ + { + "map": ".inboundLink[typeCode=PART].source[classCode=SDLC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Location.partOf" + }, + { + "path": "Location.hoursOfOperation", + "min": 0, + "definition": "What days/times during a week is this location usually open.", + "short": "What days/times during a week is this location usually open", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Location.hoursOfOperation", + "comment": "This type of information is commonly found published in directories and on websites informing customers when the facility is available.\n\nSpecific services within the location may have their own hours which could be shorter (or longer) than the locations hours." + }, + { + "path": "Location.hoursOfOperation.daysOfWeek", + "min": 0, + "definition": "Indicates which days of the week are available between the start and end Times.", + "short": "mon | tue | wed | thu | fri | sat | sun", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DaysOfWeek" + } + ], + "description": "The days of the week." + }, + "max": "*", + "id": "Location.hoursOfOperation.daysOfWeek" + }, + { + "id": "Location.hoursOfOperation.allDay", + "max": "1", + "min": 0, + "path": "Location.hoursOfOperation.allDay", + "type": [{ "code": "boolean" }], + "short": "The Location is open all day", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "The Location is open all day." + }, + { + "id": "Location.hoursOfOperation.openingTime", + "max": "1", + "min": 0, + "path": "Location.hoursOfOperation.openingTime", + "type": [{ "code": "time" }], + "short": "Time that the Location opens", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Time that the Location opens." + }, + { + "id": "Location.hoursOfOperation.closingTime", + "max": "1", + "min": 0, + "path": "Location.hoursOfOperation.closingTime", + "type": [{ "code": "time" }], + "short": "Time that the Location closes", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "definition": "Time that the Location closes." + }, + { + "id": "Location.availabilityExceptions", + "max": "1", + "min": 0, + "path": "Location.availabilityExceptions", + "type": [{ "code": "string" }], + "short": "Description of availability exceptions", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "A description of when the locations opening ours are different to normal, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as detailed in the opening hours Times." + }, + { + "path": "Location.endpoint", + "requirements": "Organizations may have different systems at different locations that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the location.", + "short": "Technical endpoints providing access to services operated for the location", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "max": "*", + "id": "Location.endpoint" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifies how the specified element should be rendered when displayed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/rendering-style/4.0.1", + "date": "2014-04-23", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "style", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rendering-style", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-style", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/rendering-style", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Html style value", + "comment": "This extension would be equivalent to setting the HTML \"style\" attribute on the root element for the element containing the extension.", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "Identifies how the specified element should be rendered when displayed." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/rendering-style" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An MPPS Instance UID associated with this entity.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-MPPS/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "MPPS", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-MPPS", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-MPPS", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-MPPS", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "MPPS instance UID", + "mapping": [{ "map": "MPPS", "identity": "dicom" }], + "definition": "An MPPS Instance UID associated with this entity." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-MPPS" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Identifier" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An expression that, when evaluated, provides the value for the element on which it appears.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-expression/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "expression", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "expression", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-expression", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "An dynamic expression", + "definition": "An expression that, when evaluated, provides the value for the element on which it appears." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-expression" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Expression" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "External Identifiers associated with this element - these are identifiers that are associated with the concept this element represents.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "identifier", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-identifier", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "External Identifier associated with this element", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "Act.id, Role.id, Entity.id", + "identity": "rim" + } + ], + "definition": "External Identifiers associated with this element - these are identifiers that are associated with the concept this element represents." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Identifier" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A regular expression that defines the syntax for the data element to be considered valid.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/regex/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "regex", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "regex", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/regex", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Regular expression pattern", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "A regular expression that defines the syntax for the data element to be considered valid." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/regex" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/example-composition/4.0.1", + "date": "2018-11-05T17:47:00+11:00", + "derivation": "constraint", + "fhirVersion": null, + "name": "DocumentStructure", + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Document Structure (For testing section templates)", + "status": "active", + "id": "example-composition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/example-composition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/example-composition", + "differential": { + "element": [ + { "id": "Composition", "path": "Composition" }, + { + "id": "Composition.section", + "path": "Composition.section", + "slicing": { + "rules": "closed", + "ordered": true, + "description": "Slice by .section.code", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + }, + { + "id": "Composition.section:procedure", + "min": 1, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/document-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:procedure" + } + ] + } + ] + } + ], + "sliceName": "procedure" + }, + { + "id": "Composition.section:medications", + "min": 1, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/document-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:medications" + } + ] + } + ] + } + ], + "sliceName": "medications" + }, + { + "id": "Composition.section:plan", + "min": 0, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/document-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:plan" + } + ] + } + ] + } + ], + "sliceName": "plan" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "Describes how the HLA genotyping results", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/hlaresult/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Profile for HLA Genotyping Results", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "hlaresult", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/hlaresult", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hlaresult", + "differential": { + "element": [ + { + "id": "DiagnosticReport", + "max": "*", + "min": 0, + "path": "DiagnosticReport" + }, + { + "id": "DiagnosticReport.extension:allele-database", + "max": "1", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-allele-database" + ] + } + ], + "short": "Allele Database", + "sliceName": "allele-database", + "definition": "Allele Database." + }, + { + "id": "DiagnosticReport.extension:glstring", + "max": "1", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring" + ] + } + ], + "short": "Glstring", + "sliceName": "glstring", + "definition": "Glstring." + }, + { + "id": "DiagnosticReport.extension:haploid", + "max": "*", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" + ] + } + ], + "short": "Haploid", + "sliceName": "haploid", + "definition": "Haploid." + }, + { + "id": "DiagnosticReport.extension:method", + "max": "1", + "min": 0, + "path": "DiagnosticReport.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-method" + ] + } + ], + "short": "The platform, methodology and software applied at the time of the\rgenotyping", + "sliceName": "method", + "definition": "The platform, methodology and software applied at the time of the\rgenotyping." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + }, + { + "description": "The condition or state of the patient, prior or during the diagnostic procedure or test, for example, fasting, at-rest, or post-operative. This captures circumstances that may influence the measured value and have bearing on the interpretation of the result.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/servicerequest-precondition/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "precondition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "precondition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-precondition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-precondition", + "context": [{ "type": "element", "expression": "ServiceRequest" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-precondition", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "The condition or state of the patient for this test", + "definition": "The condition or state of the patient, prior or during the diagnostic procedure or test, for example, fasting, at-rest, or post-operative. This captures circumstances that may influence the measured value and have bearing on the interpretation of the result." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/servicerequest-precondition" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes a measurement, calculation or setting capability of a medical device.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceMetric/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Health Care Devices)", + "fhirVersion": "4.0.1", + "name": "DeviceMetric", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceMetric", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + } + ], + "status": "draft", + "id": "DeviceMetric", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceMetric", + "differential": { + "element": [ + { + "id": "DeviceMetric", + "max": "*", + "min": 0, + "path": "DeviceMetric", + "short": "Measurement, calculation or setting capability of a medical device", + "comment": "For the initial scope, this DeviceMetric resource is only applicable to describe a single metric node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard.", + "definition": "Describes a measurement, calculation or setting capability of a medical device." + }, + { + "path": "DeviceMetric.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a device by the device or gateway software, manufacturers, other organizations or owners. For example: handle ID.", + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "DeviceMetric.identifier", + "comment": "For identifiers assigned to a device by the device or gateway software, the `system` element of the identifier should be set to the unique identifier of the device.", + "isSummary": true + }, + { + "path": "DeviceMetric.type", + "min": 1, + "definition": "Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.", + "short": "Identity of metric, for example Heart Rate or PEEP Setting", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MetricType" + } + ], + "description": "Describes the metric type." + }, + "max": "1", + "id": "DeviceMetric.type", + "comment": "DeviceMetric.type can be referred to either IEEE 11073-10101 or LOINC.", + "isSummary": true + }, + { + "path": "DeviceMetric.unit", + "min": 0, + "definition": "Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.", + "short": "Unit of Measure for the Metric", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MetricUnit" + } + ], + "description": "Describes the unit of the metric." + }, + "max": "1", + "id": "DeviceMetric.unit", + "comment": "DeviceMetric.unit can refer to either UCUM or preferable a RTMMS coding system.", + "isSummary": true + }, + { + "id": "DeviceMetric.source", + "max": "1", + "min": 0, + "path": "DeviceMetric.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Describes the link to the source Device", + "isSummary": true, + "definition": "Describes the link to the Device that this DeviceMetric belongs to and that contains administrative device information such as manufacturer, serial number, etc." + }, + { + "id": "DeviceMetric.parent", + "max": "1", + "min": 0, + "path": "DeviceMetric.parent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Describes the link to the parent Device", + "isSummary": true, + "definition": "Describes the link to the Device that this DeviceMetric belongs to and that provide information about the location of this DeviceMetric in the containment structure of the parent Device. An example would be a Device that represents a Channel. This reference can be used by a client application to distinguish DeviceMetrics that have the same type, but should be interpreted based on their containment location." + }, + { + "path": "DeviceMetric.operationalStatus", + "min": 0, + "definition": "Indicates current operational state of the device. For example: On, Off, Standby, etc.", + "short": "on | off | standby | entered-in-error", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-operational-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricOperationalStatus" + } + ], + "description": "Describes the operational status of the DeviceMetric." + }, + "max": "1", + "id": "DeviceMetric.operationalStatus", + "isSummary": true + }, + { + "path": "DeviceMetric.color", + "min": 0, + "definition": "Describes the color representation for the metric. This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth for example; the parameters are displayed in different characteristic colors, such as HR-blue, BP-green, and PR and SpO2- magenta.", + "short": "black | red | green | yellow | blue | magenta | cyan | white", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-color|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricColor" + } + ], + "description": "Describes the typical color of representation." + }, + "max": "1", + "id": "DeviceMetric.color", + "isSummary": true + }, + { + "path": "DeviceMetric.category", + "min": 1, + "definition": "Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.", + "short": "measurement | setting | calculation | unspecified", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCategory" + } + ], + "description": "Describes the category of the metric." + }, + "max": "1", + "id": "DeviceMetric.category", + "isSummary": true + }, + { + "id": "DeviceMetric.measurementPeriod", + "max": "1", + "min": 0, + "path": "DeviceMetric.measurementPeriod", + "type": [{ "code": "Timing" }], + "short": "Describes the measurement repetition time", + "isSummary": true, + "definition": "Describes the measurement repetition time. This is not necessarily the same as the update period. The measurement repetition time can range from milliseconds up to hours. An example for a measurement repetition time in the range of milliseconds is the sampling rate of an ECG. An example for a measurement repetition time in the range of hours is a NIBP that is triggered automatically every hour. The update period may be different than the measurement repetition time, if the device does not update the published observed value with the same frequency as it was measured." + }, + { + "id": "DeviceMetric.calibration", + "max": "*", + "min": 0, + "path": "DeviceMetric.calibration", + "type": [{ "code": "BackboneElement" }], + "short": "Describes the calibrations that have been performed or that are required to be performed", + "isSummary": true, + "definition": "Describes the calibrations that have been performed or that are required to be performed." + }, + { + "path": "DeviceMetric.calibration.type", + "min": 0, + "definition": "Describes the type of the calibration method.", + "short": "unspecified | offset | gain | two-point", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCalibrationType" + } + ], + "description": "Describes the type of a metric calibration." + }, + "max": "1", + "id": "DeviceMetric.calibration.type", + "isSummary": true + }, + { + "path": "DeviceMetric.calibration.state", + "min": 0, + "definition": "Describes the state of the calibration.", + "short": "not-calibrated | calibration-required | calibrated | unspecified", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-state|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCalibrationState" + } + ], + "description": "Describes the state of a metric calibration." + }, + "max": "1", + "id": "DeviceMetric.calibration.state", + "isSummary": true + }, + { + "id": "DeviceMetric.calibration.time", + "max": "1", + "min": 0, + "path": "DeviceMetric.calibration.time", + "type": [{ "code": "instant" }], + "short": "Describes the time last calibration has been performed", + "isSummary": true, + "definition": "Describes the time last calibration has been performed." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Name Representation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "EN-representation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-EN-representation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation", + "context": [{ "type": "element", "expression": "HumanName" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-EN-representation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "ABC | IDE | SYL", + "comment": "The transcription of the name - how it is represented (for e.g. Japanese names).", + "mapping": [{ "map": "ENXP.use", "identity": "rim" }], + "definition": "Name Representation." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-representation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-v3-representation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameRepresentationUse" + } + ], + "description": "A set of codes for each different representation of a name." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Binary/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "purpose": "There are situations where it is useful or required to handle pure binary content using the same framework as other resources.", + "name": "Binary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Binary", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Binary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Binary", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Binary", + "differential": { + "element": [ + { + "id": "Binary", + "max": "*", + "min": 0, + "path": "Binary", + "short": "Pure binary content defined by a format other than FHIR", + "comment": "Typically, Binary resources are used for handling content such as: \n\n* CDA Documents (i.e. with XDS) \n* PDF Documents \n* Images (the Media resource is preferred for handling images, but not possible when the content is already binary - e.g. XDS).", + "mapping": [{ "map": "ED", "identity": "rim" }], + "definition": "A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc." + }, + { + "path": "Binary.contentType", + "min": 1, + "definition": "MimeType of the binary content represented as a standard MimeType (BCP 13).", + "short": "MimeType of the binary content", + "mapping": [{ "map": "ED.mediaType", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "Binary.contentType", + "isSummary": true + }, + { + "path": "Binary.securityContext", + "min": 0, + "definition": "This element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource. Given that the Binary resource contains very few elements that can be used to determine the sensitivity of the data and relationships to individuals, the referenced resource stands in as a proxy equivalent for this purpose. This referenced resource may be related to the Binary (e.g. Media, DocumentReference), or may be some non-related Resource purely as a security proxy. E.g. to identify that the binary resource relates to a patient, and access should only be granted to applications that have access to the patient.", + "short": "Identifies another resource to use as proxy when enforcing access control", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Binary.securityContext", + "comment": "Very often, a server will also know of a resource that references the binary, and can automatically apply the appropriate access rules based on that reference. However, there are some circumstances where this is not appropriate, e.g. the binary is uploaded directly to the server without any linking resource, the binary is referred to from multiple different resources, and/or the binary is content such as an application logo that has less protection than any of the resources that reference it.", + "isSummary": true + }, + { + "path": "Binary.data", + "min": 0, + "definition": "The actual content, base64 encoded.", + "short": "The actual content", + "mapping": [{ "map": "ED.data", "identity": "rim" }], + "type": [{ "code": "base64Binary" }], + "max": "1", + "id": "Binary.data", + "comment": "If the content type is itself base64 encoding, then this will be base64 encoded twice - what is created by un-base64ing the content must be the specified content type.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "Base StructureDefinition for ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ProductShelfLife/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "ProductShelfLife", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ProductShelfLife", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "status": "draft", + "id": "ProductShelfLife", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ProductShelfLife", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ProductShelfLife", + "differential": { + "element": [ + { + "id": "ProductShelfLife", + "max": "*", + "min": 0, + "path": "ProductShelfLife", + "short": "The shelf-life and storage information for a medicinal product item or container can be described using this class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "definition": "The shelf-life and storage information for a medicinal product item or container can be described using this class." + }, + { + "id": "ProductShelfLife.identifier", + "max": "1", + "min": 0, + "path": "ProductShelfLife.identifier", + "type": [{ "code": "Identifier" }], + "short": "Unique identifier for the packaged Medicinal Product", + "isSummary": true, + "definition": "Unique identifier for the packaged Medicinal Product." + }, + { + "id": "ProductShelfLife.type", + "max": "1", + "min": 1, + "path": "ProductShelfLife.type", + "type": [{ "code": "CodeableConcept" }], + "short": "This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified", + "isSummary": true, + "definition": "This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." + }, + { + "id": "ProductShelfLife.period", + "max": "1", + "min": 1, + "path": "ProductShelfLife.period", + "type": [{ "code": "Quantity" }], + "short": "The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used", + "isSummary": true, + "definition": "The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used." + }, + { + "id": "ProductShelfLife.specialPrecautionsForStorage", + "max": "*", + "min": 0, + "path": "ProductShelfLife.specialPrecautionsForStorage", + "type": [{ "code": "CodeableConcept" }], + "short": "Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified", + "isSummary": true, + "definition": "Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneElement" + }, + { + "description": "if ture, indicates that the concept is deprecated from the value set - that is, it should not be used, and is planned to be withdrawn.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-deprecated/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "deprecated", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-deprecated", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated", + "context": [ + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-deprecated", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The concept should not be used", + "comment": "Ths status relates to a concept's inclusion in the value set, and might be different to the underlying status of the concept itself.", + "definition": "if ture, indicates that the concept is deprecated from the value set - that is, it should not be used, and is planned to be withdrawn." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/resource-approvalDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "approvalDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Approval Date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "resource-approvalDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate", + "context": [ + { "type": "element", "expression": "StructureDefinition" }, + { "type": "element", "expression": "StructureMap" }, + { "type": "element", "expression": "CapabilityStatement" }, + { "type": "element", "expression": "OperationDefinition" }, + { "type": "element", "expression": "SearchParameter" }, + { "type": "element", "expression": "CompartmentDefinition" }, + { "type": "element", "expression": "ImplementationGuide" }, + { "type": "element", "expression": "CodeSystem" }, + { "type": "element", "expression": "ValueSet" }, + { "type": "element", "expression": "ConceptMap" }, + { "type": "element", "expression": "NamingSystem" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-approvalDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When resource approved by publisher", + "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.", + "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A name to use for the type, in implementations. This is a suggestion; it's not a normative part of the FHIR specification, but it does appear in the UML diagrams, and is used in generated code, schemas, etc.to identify the type.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "explicit-type-name", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-explicit-type-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-explicit-type-name", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Advisory - name of Type for implementations", + "definition": "A name to use for the type, in implementations. This is a suggestion; it's not a normative part of the FHIR specification, but it does appear in the UML diagrams, and is used in generated code, schemas, etc.to identify the type." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "glstring.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "glstring", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "hla-genotyping-results-glstring", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hla-genotyping-results-glstring", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "glstring", + "definition": "glstring." + }, + { + "id": "Extension.extension:url", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "glstring.url", + "sliceName": "url", + "definition": "glstring using a URI reference." + }, + { + "id": "Extension.extension:url.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:url.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "url" + }, + { + "id": "Extension.extension:url.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "uri" }] + }, + { + "id": "Extension.extension:text", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "glstring.text", + "sliceName": "text", + "definition": "glstring using inline data." + }, + { + "id": "Extension.extension:text.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:text.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "text" + }, + { + "id": "Extension.extension:text.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-glstring" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Location where the information being requested to be communicated happened.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "initiatingLocation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "initiatingLocation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communicationrequest-initiatingLocation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation", + "context": [ + { "type": "element", "expression": "CommunicationRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/communicationrequest-initiatingLocation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Location where the CommunicationRequest was initiated", + "comment": "Use when the location of initiation is important for interpretation of the communication. Do not use for general Provenance purposes.", + "definition": "Location where the information being requested to be communicated happened.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/communicationrequest-initiatingLocation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Todo.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstancePolymer/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "SubstancePolymer", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstancePolymer", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstancePolymer", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstancePolymer", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstancePolymer", + "differential": { + "element": [ + { + "id": "SubstancePolymer", + "max": "*", + "min": 0, + "path": "SubstancePolymer", + "short": "Todo", + "definition": "Todo." + }, + { + "id": "SubstancePolymer.class", + "max": "1", + "min": 0, + "path": "SubstancePolymer.class", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.geometry", + "max": "1", + "min": 0, + "path": "SubstancePolymer.geometry", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.copolymerConnectivity", + "max": "*", + "min": 0, + "path": "SubstancePolymer.copolymerConnectivity", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.modification", + "max": "*", + "min": 0, + "path": "SubstancePolymer.modification", + "type": [{ "code": "string" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet", + "max": "*", + "min": 0, + "path": "SubstancePolymer.monomerSet", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.ratioType", + "max": "1", + "min": 0, + "path": "SubstancePolymer.monomerSet.ratioType", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.startingMaterial", + "max": "*", + "min": 0, + "path": "SubstancePolymer.monomerSet.startingMaterial", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.startingMaterial.material", + "max": "1", + "min": 0, + "path": "SubstancePolymer.monomerSet.startingMaterial.material", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.startingMaterial.type", + "max": "1", + "min": 0, + "path": "SubstancePolymer.monomerSet.startingMaterial.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.startingMaterial.isDefining", + "max": "1", + "min": 0, + "path": "SubstancePolymer.monomerSet.startingMaterial.isDefining", + "type": [{ "code": "boolean" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.monomerSet.startingMaterial.amount", + "max": "1", + "min": 0, + "path": "SubstancePolymer.monomerSet.startingMaterial.amount", + "type": [{ "code": "SubstanceAmount" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat", + "max": "*", + "min": 0, + "path": "SubstancePolymer.repeat", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.numberOfUnits", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.numberOfUnits", + "type": [{ "code": "integer" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.averageMolecularFormula", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.averageMolecularFormula", + "type": [{ "code": "string" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnitAmountType", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnitAmountType", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit", + "max": "*", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.orientationOfPolymerisation", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.orientationOfPolymerisation", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.repeatUnit", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.repeatUnit", + "type": [{ "code": "string" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.amount", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.amount", + "type": [{ "code": "SubstanceAmount" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation", + "max": "*", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.degree", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.degree", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.amount", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.amount", + "type": [{ "code": "SubstanceAmount" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation", + "max": "*", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation", + "type": [{ "code": "string" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment", + "max": "1", + "min": 0, + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment", + "type": [{ "code": "Attachment" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/operationdefinition-profile/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "profile", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operationdefinition-profile", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile", + "context": [ + { "type": "element", "expression": "OperationDefinition.parameter" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operationdefinition-profile", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Profiles (StructureDefinition or IG) - one must apply", + "definition": "Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/operationdefinition-profile" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This extension defines a possible search parameter combination, by listing a set of search parameters and indicating whether they are required or optional. If a search combination is specified, clients should expect that they must submit a search that meets one of the required combinations or the search will be unsuccessful. If multiple search parameter combinations are specified, a client may pick between them, and supply the minimal required parameters for any of the combinations.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination/4.0.1", + "date": "2014-04-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "search-parameter-combination", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Search Parameter Combination", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "capabilitystatement-search-parameter-combination", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination", + "context": [ + { + "type": "element", + "expression": "CapabilityStatement.rest.resource" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilitystatement-search-parameter-combination", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "This extension defines a possible search parameter combination, by listing a set of search parameters and indicating whether they are required or optional. If a search combination is specified, clients should expect that they must submit a search that meets one of the required combinations or the search will be unsuccessful. If multiple search parameter combinations are specified, a client may pick between them, and supply the minimal required parameters for any of the combinations.", + "isModifier": false, + "short": "An allowable parameter combination", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "max": "*", + "id": "Extension", + "comment": "For example, on the Patient Resource you could use this to state support for searching by Patient.name and Patient.gender is required." + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "A search parameter name in the combination which is required.", + "isModifier": false, + "short": "A required search parameter name", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "required", + "max": "*", + "id": "Extension.extension:required" + }, + { + "id": "Extension.extension:required.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:required.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "required" + }, + { + "id": "Extension.extension:required.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "A search parameter name in the combination which is optional.", + "isModifier": false, + "short": "An optional search parameter name", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "optional", + "max": "*", + "id": "Extension.extension:optional", + "comment": "If a defined parameter is not listed as a required or optional parameter, the implication is that the parameter is not supported with this combination. Servers may ignore It, though some may return an error if it is used." + }, + { + "id": "Extension.extension:optional.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:optional.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "optional" + }, + { + "id": "Extension.extension:optional.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir.htm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Mark that an invariant represents 'best practice' rule - a rule that implementers may choose to enforce at error level in some or all circumstances.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "bestpractice", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-bestpractice", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "context": [ + { "type": "element", "expression": "ElementDefinition.constraint" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-bestpractice", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Mark a warning invariant as 'best practice'", + "comment": "Validators may/should offer implementers the choice to enforce invariants labeled as 'best practice' as errors not warnings.", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "Mark that an invariant represents 'best practice' rule - a rule that implementers may choose to enforce at error level in some or all circumstances." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConformanceUseContext" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Indicates the countries, regions, disciplines and other aspects of use within which this artifact is targeted for use." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code specifying the type of probability distribution for the uncertainty.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "uncertaintyType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-uncertaintyType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType", + "context": [{ "type": "element", "expression": "Quantity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-uncertaintyType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Probability Distribution Type for uncertainty", + "comment": "This is only meaningful if there is also an uncertainty extension. If there is an uncertainty extension with no type, this means that the probability distribution type is unknown. In that case, the uncertainty has the meaning of an informal guess.", + "mapping": [ + { "map": "PPD.distributionType", "identity": "rim" } + ], + "definition": "A code specifying the type of probability distribution for the uncertainty." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertaintyType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/probability-distribution-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProbabilityDistributionType" + } + ], + "description": "Codes specifying the type of probability distribution." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A boundary shape that represents the outside edge of the location (in GeoJSON format) This shape may have holes, and disconnected shapes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/location-boundary-geojson/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "boundary-geojson", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Boundary (GeoJSON)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "location-boundary-geojson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson", + "context": [{ "type": "element", "expression": "Location" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/location-boundary-geojson", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A boundary shape that represents the outside edge of the location (in GeoJSON format)", + "comment": "The format of the content is GeoJSON in both the JSON and XML formats. It will be stored in the resource using the .data property, and externally referenced via the URL property. The mimetype to be used will be 'application/geo+json'.", + "definition": "A boundary shape that represents the outside edge of the location (in GeoJSON format) This shape may have holes, and disconnected shapes." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/location-boundary-geojson" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Attachment" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A special note for implementers about the status of the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-special-status/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "special-status", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-special-status", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "context": [ + { "type": "element", "expression": "ValueSet" }, + { "type": "element", "expression": "CodeSystem" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-special-status", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Special note about status for implementers", + "comment": "This is used in the build to mark that though a resource is normative, it changes with the build.", + "definition": "A special note for implementers about the status of the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-special-status" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A numeric value that allows the comparison (less than, greater than) or other numerical \nmanipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ordinalValue/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Ordinal Value", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ordinalValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue", + "context": [ + { "type": "element", "expression": "Coding" }, + { + "type": "element", + "expression": "Questionnaire.item.answerOption" + }, + { "type": "element", "expression": "CodeSystem.concept" }, + { + "type": "element", + "expression": "ValueSet.compose.include.concept" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ordinalValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Assigned Ordinal Value", + "comment": "Scores are commonly encountered in various clinical assessment scales. Assigning a value to a concept should generally be done in a formal code system that defines the value, or in an applicable value set for the concept, but some concepts do not have a formal definition (or are not even represented as a concept formally, especially in [Questionnaires](questionnaire.html), \nso this extension is allowed to appear ouside those preferred contexts. Scores may even be assigned arbitrarily during use (hence, on Coding). The value may be constrained to an integer in some contexts of use. Todo: Scoring algorithms may also be defined directly, but how this is done is not yet defined.", + "definition": "A numeric value that allows the comparison (less than, greater than) or other numerical \nmanipulation of a concept (e.g. Adding up components of a score). Scores are usually a whole number, but occasionally decimals are encountered in scores." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/ordinalValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "decimal" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "In some cases a Patient.contact will also be populated as a RelatedPerson resource. This linkage permits the linkage between the 2 resources to be able to accurately indicate a representation of the same individual, and updating details between could be appropriate.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-relatedPerson/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "relatedPerson", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "relatedPerson", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-relatedPerson", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson", + "context": [{ "type": "element", "expression": "Patient.contact" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-relatedPerson", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "This contact may have further details in this RelatedPerson", + "definition": "In some cases a Patient.contact will also be populated as a RelatedPerson resource. This linkage permits the linkage between the 2 resources to be able to accurately indicate a representation of the same individual, and updating details between could be appropriate." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A subsection of a municipality.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-precinct", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-precinct", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct", + "context": [{ "type": "element", "expression": "Address" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-precinct", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "precinct", + "mapping": [ + { "map": "ADXP[partType=PRE]", "identity": "rim" } + ], + "definition": "A subsection of a municipality." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ServiceRequest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "ServiceRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + } + ], + "abstract": false, + "type": "ServiceRequest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ServiceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ServiceRequest", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "prr-1", + "human": "orderDetail SHALL only be present if code is present", + "xpath": "exists(f:code) or not(exists(f:orderDetail))", + "severity": "error", + "expression": "orderDetail.empty() or code.exists()" + } + ], + "path": "ServiceRequest", + "min": 0, + "definition": "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.", + "short": "A request for a service to be performed", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "ORC", "identity": "v2" }, + { "map": "Act[moodCode<=INT]", "identity": "rim" } + ], + "alias": [ + "diagnostic request", + "referral", + "referral request", + "transfer of care request" + ], + "max": "*", + "id": "ServiceRequest" + }, + { + "path": "ServiceRequest.identifier", + "min": 0, + "definition": "Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.", + "short": "Identifiers assigned to this order", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC.2, ORC.3, RF1-6 / RF1-11,", + "identity": "v2" + }, + { "map": ".identifier", "identity": "rim" }, + { + "map": "ClinicalStatement.identifier", + "identity": "quick" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ServiceRequest.identifier", + "comment": "The identifier.type element is used to distinguish between the identifiers assigned by the orderer (known as the 'Placer' in HL7 v2) and the producer of the observations in response to the order (known as the 'Filler' in HL7 v2). For further discussion and examples see the resource notes section below.", + "isSummary": true + }, + { + "path": "ServiceRequest.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "max": "*", + "id": "ServiceRequest.instantiatesCanonical", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "ServiceRequest.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "ServiceRequest.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "ServiceRequest.basedOn", + "min": 0, + "definition": "Plan/proposal/order fulfilled by this request.", + "short": "What request fulfills", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { "map": "ORC.8 (plus others)", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "ServiceRequest.basedOn", + "isSummary": true + }, + { + "path": "ServiceRequest.replaces", + "min": 0, + "definition": "The request takes the place of the referenced completed or terminated request(s).", + "short": "What request replaces", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": "Handled by message location of ORC (ORC.1=RO or RU)", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "ServiceRequest.replaces", + "isSummary": true + }, + { + "path": "ServiceRequest.requisition", + "requirements": "Some business processes need to know if multiple items were ordered as part of the same \"requisition\" for billing or other purposes.", + "min": 0, + "definition": "A shared identifier common to all service requests that were authorized more or less simultaneously by a single author, representing the composite or group identifier.", + "short": "Composite Request ID", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { "map": "ORC.4", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "alias": ["grouperId", "groupIdentifier"], + "max": "1", + "id": "ServiceRequest.requisition", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "ServiceRequest.status", + "min": 1, + "definition": "The status of the order.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC.5,RF1-1", "identity": "v2" }, + { "map": ".status", "identity": "rim" }, + { "map": "Action.currentStatus", "identity": "quick" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestStatus" + } + ], + "description": "The status of a service order." + }, + "max": "1", + "id": "ServiceRequest.status", + "comment": "The status is generally fully in the control of the requester - they determine whether the order is draft or active and, after it has been activated, competed, cancelled or suspended. States relating to the activities of the performer are reflected on either the corresponding event (see [Event Pattern](event.html) for general discussion) or using the [Task](task.html) resource.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ServiceRequest.intent", + "min": 1, + "definition": "Whether the request is a proposal, plan, an original order or a reflex order.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestIntent" + } + ], + "description": "The kind of service request." + }, + "max": "1", + "id": "ServiceRequest.intent", + "comment": "This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "ServiceRequest.category", + "requirements": "Used for filtering what service request are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the service for searching, sorting and display purposes (e.g. \"Surgical Procedure\").", + "short": "Classification of service", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "RF1-5", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"INT\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestCategory" + } + ], + "description": "Classification of the requested service." + }, + "max": "*", + "id": "ServiceRequest.category", + "comment": "There may be multiple axis of categorization depending on the context or use case for retrieving or displaying the resource. The level of granularity is defined by the category concepts in the value set.", + "isSummary": true + }, + { + "path": "ServiceRequest.priority", + "min": 0, + "definition": "Indicates how quickly the ServiceRequest should be addressed with respect to other requests.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "TQ1.9, RF1-2", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "ServiceRequest.priority", + "isSummary": true + }, + { + "path": "ServiceRequest.doNotPerform", + "requirements": "Used for do not ambulate, do not elevate head of bed, do not flush NG tube, do not take blood pressure on a certain arm, etc.", + "min": 0, + "definition": "Set this to true if the record is saying that the service/procedure should NOT be performed.", + "isModifier": true, + "short": "True if service/procedure should not be performed", + "mapping": [ + { + "map": "Request.doNotPerform", + "identity": "workflow" + }, + { "map": ".actionNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "If missing, the request is a positive request e.g. \"do perform\"", + "max": "1", + "id": "ServiceRequest.doNotPerform", + "comment": "In general, only the code and timeframe will be present, though occasional additional qualifiers such as body site or even performer could be included to narrow the scope of the prohibition. If the ServiceRequest.code and ServiceRequest.doNotPerform both contain negation, that will reinforce prohibition and should not have a double negative interpretation.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur.", + "isSummary": true + }, + { + "path": "ServiceRequest.code", + "min": 0, + "definition": "A code that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.", + "short": "What is being requested/ordered", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "PR1-3 / OBR-4 (varies by domain)", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "Procedure.procedureCode", + "identity": "quick" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestCode" + } + ], + "description": "Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is (preferred)[http://build.fhir.org/terminologies.html#preferred] and a valueset using LOINC Order codes is available [here](valueset-diagnostic-requests.html)." + }, + "alias": ["service requested"], + "max": "1", + "id": "ServiceRequest.code", + "comment": "Many laboratory and radiology procedure codes embed the specimen/organ system in the test order name, for example, serum or serum/plasma glucose, or a chest x-ray. The specimen might not be recorded separately from the test code.", + "isSummary": true + }, + { + "path": "ServiceRequest.orderDetail", + "min": 0, + "definition": "Additional details and instructions about the how the services are to be delivered. For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied.", + "short": "Additional order information", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "Procedure.procedureCode", + "identity": "quick" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrderDetail" + } + ], + "description": "Codified order entry details which are based on order context." + }, + "alias": ["detailed instructions"], + "max": "*", + "id": "ServiceRequest.orderDetail", + "condition": ["prr-1"], + "comment": "For information from the medical record intended to support the delivery of the requested services, use the `supportingInformation` element.", + "isSummary": true + }, + { + "path": "ServiceRequest.quantity[x]", + "requirements": "When ordering a service the number of service items may need to be specified separately from the the service item.", + "min": 0, + "definition": "An amount of service being requested which can be a quantity ( for example $1,500 home modification), a ratio ( for example, 20 half day visits per month), or a range (2.0 to 1.8 Gy per fraction).", + "short": "Service amount", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "type": [ + { "code": "Quantity" }, + { "code": "Ratio" }, + { "code": "Range" } + ], + "max": "1", + "id": "ServiceRequest.quantity[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.subject", + "min": 1, + "definition": "On whom or what the service is to be performed. This is usually a human patient, but can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).", + "short": "Individual or Entity the service is ordered for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { + "map": "ClinicalStatement.subject", + "identity": "quick" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "ServiceRequest.subject", + "isSummary": true + }, + { + "path": "ServiceRequest.encounter", + "min": 0, + "definition": "An encounter that provides additional information about the healthcare context in which this request is made.", + "short": "Encounter in which the request was created", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.encounter", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "alias": ["context"], + "max": "1", + "id": "ServiceRequest.encounter", + "isSummary": true + }, + { + "path": "ServiceRequest.occurrence[x]", + "min": 0, + "definition": "The date/time at which the requested service should occur.", + "short": "When service should occur", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { "map": "TQ1/TQ2, OBR-7/OBR-8", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "Procedure.procedureSchedule", + "identity": "quick" + } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "alias": ["schedule"], + "max": "1", + "id": "ServiceRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.asNeeded[x]", + "min": 0, + "definition": "If a CodeableConcept is present, it indicates the pre-condition for performing the service. For example \"pain\", \"on flare-up\", etc.", + "short": "Preconditions for service", + "mapping": [ + { + "map": "boolean: precondition.negationInd (inversed - so negationInd = true means asNeeded=false CodeableConcept: precondition.observationEventCriterion[code=\"Assertion\"].value", + "identity": "rim" + }, + { + "map": "Proposal.prnReason.reason", + "identity": "quick" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureAsNeededReason" + } + ], + "description": "A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \"pain\", \"on flare-up\", etc." + }, + "max": "1", + "id": "ServiceRequest.asNeeded[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.authoredOn", + "min": 0, + "definition": "When the request transitioned to being actionable.", + "short": "Date request signed", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC.9, RF1-7 / RF1-9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + }, + { + "map": "Proposal.proposedAtTime", + "identity": "quick" + } + ], + "type": [{ "code": "dateTime" }], + "alias": ["orderedOn"], + "max": "1", + "id": "ServiceRequest.authoredOn", + "isSummary": true + }, + { + "path": "ServiceRequest.requester", + "min": 0, + "definition": "The individual who initiated the request and has responsibility for its activation.", + "short": "Who/what is requesting service", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC.12, PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + }, + { + "map": "ClinicalStatement.statementAuthor", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "alias": ["author", "orderer"], + "max": "1", + "id": "ServiceRequest.requester", + "comment": "This not the dispatcher, but rather who is the authorizer. This element is not intended to handle delegation which would generally be managed through the Provenance resource.", + "isSummary": true + }, + { + "path": "ServiceRequest.performerType", + "min": 0, + "definition": "Desired type of performer for doing the requested service.", + "short": "Performer role", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT, RF!-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestParticipantRole" + } + ], + "description": "Indicates specific responsibility of an individual within the care team, such as \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc." + }, + "alias": ["specialty"], + "max": "1", + "id": "ServiceRequest.performerType", + "comment": "This is a role, not a participation type. In other words, does not describe the task but describes the capacity. For example, “compounding pharmacy”, “psychiatrist” or “internal referral”.", + "isSummary": true + }, + { + "path": "ServiceRequest.performer", + "min": 0, + "definition": "The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc.", + "short": "Requested performer", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "PRT, Practitioner: PRD-2/PRD-7 where PRD-3 = RT; Organization: PRD-10 where PRD-3 = RT", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "alias": ["request recipient"], + "max": "*", + "id": "ServiceRequest.performer", + "comment": "If multiple performers are present, it is interpreted as a list of *alternative* performers without any preference regardless of order. If order of preference is needed use the [request-performerOrder extension](extension-request-performerorder.html). Use CareTeam to represent a group of performers (for example, Practitioner A *and* Practitioner B).", + "isSummary": true + }, + { + "path": "ServiceRequest.locationCode", + "min": 0, + "definition": "The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center.", + "short": "Requested location", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestLocation" + } + ], + "description": "A location type where services are delivered." + }, + "max": "*", + "id": "ServiceRequest.locationCode", + "isSummary": true + }, + { + "path": "ServiceRequest.locationReference", + "min": 0, + "definition": "A reference to the the preferred location(s) where the procedure should actually happen. E.g. at home or nursing day care center.", + "short": "Requested location", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "ServiceRequest.locationReference", + "isSummary": true + }, + { + "path": "ServiceRequest.reasonCode", + "min": 0, + "definition": "An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in `supportingInfo`.", + "short": "Explanation/Justification for procedure or service", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16, RF1-10", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestReason" + } + ], + "description": "Diagnosis or problem codes justifying the reason for requesting the service investigation." + }, + "max": "*", + "id": "ServiceRequest.reasonCode", + "comment": "This element represents why the referral is being made and may be used to decide how the service will be performed, or even if it will be performed at all. Use `CodeableConcept.text` element if the data is free (uncoded) text as shown in the [CT Scan example](servicerequest-example-di.html).", + "isSummary": true + }, + { + "path": "ServiceRequest.reasonReference", + "min": 0, + "definition": "Indicates another resource that provides a justification for why this service is being requested. May relate to the resources referred to in `supportingInfo`.", + "short": "Explanation/Justification for service or service", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "ServiceRequest.reasonReference", + "comment": "This element represents why the referral is being made and may be used to decide how the service will be performed, or even if it will be performed at all. To be as specific as possible, a reference to *Observation* or *Condition* should be used if available. Otherwise when referencing *DiagnosticReport* it should contain a finding in `DiagnosticReport.conclusion` and/or `DiagnosticReport.conclusionCode`. When using a reference to *DocumentReference*, the target document should contain clear findings language providing the relevant reason for this service request. Use the CodeableConcept text element in `ServiceRequest.reasonCode` if the data is free (uncoded) text as shown in the [CT Scan example](servicerequest-example-di.html).", + "isSummary": true + }, + { + "id": "ServiceRequest.insurance", + "max": "*", + "min": 0, + "path": "ServiceRequest.insurance", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service." + }, + { + "path": "ServiceRequest.supportingInfo", + "min": 0, + "definition": "Additional clinical information about the patient or specimen that may influence the services or their interpretations. This information includes diagnosis, clinical findings and other observations. In laboratory ordering these are typically referred to as \"ask at order entry questions (AOEs)\". This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example, reporting the amount of inspired oxygen for blood gas measurements.", + "short": "Additional clinical information", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "Accompanying segments", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=PERT].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["Ask at order entry question", "AOE"], + "max": "*", + "id": "ServiceRequest.supportingInfo", + "comment": "To represent information about how the services are to be delivered use the `instructions` element." + }, + { + "path": "ServiceRequest.specimen", + "min": 0, + "definition": "One or more specimens that the laboratory procedure will use.", + "short": "Procedure Samples", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { + "map": ".participation[typeCode=SPC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "max": "*", + "id": "ServiceRequest.specimen", + "comment": "Many diagnostic procedures need a specimen, but the request itself is not actually about the specimen. This element is for when the diagnostic is requested on already existing specimens and the request points to the specimen it applies to. Conversely, if the request is entered first with an unknown specimen, then the [Specimen](specimen.html) resource points to the ServiceRequest.", + "isSummary": true + }, + { + "path": "ServiceRequest.bodySite", + "requirements": "Knowing where the procedure is performed is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Anatomic location where the procedure should be performed. This is the target site.", + "short": "Location on Body", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "Procedure.targetBodySite", + "identity": "quick" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "alias": ["location"], + "max": "*", + "id": "ServiceRequest.bodySite", + "comment": "Only used if not implicit in the code found in ServiceRequest.code. If the use case requires BodySite to be handled as a separate resource instead of an inline coded element (e.g. to identify and track separately) then use the standard extension [procedure-targetBodyStructure](extension-procedure-targetbodystructure.html).", + "isSummary": true + }, + { + "id": "ServiceRequest.note", + "max": "*", + "min": 0, + "path": "ServiceRequest.note", + "type": [{ "code": "Annotation" }], + "short": "Comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.additionalText", + "identity": "quick" + } + ], + "definition": "Any other notes and comments made about the service request. For example, internal billing notes." + }, + { + "path": "ServiceRequest.patientInstruction", + "min": 0, + "definition": "Instructions in terms that are understood by the patient or consumer.", + "short": "Patient or consumer-oriented instructions", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ServiceRequest.patientInstruction", + "isSummary": true + }, + { + "path": "ServiceRequest.relevantHistory", + "min": 0, + "definition": "Key events in the history of the request.", + "short": "Request provenance", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "max": "*", + "id": "ServiceRequest.relevantHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important.\rThis SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude\rAll Provenances should have some historical version of this Request as their subject." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for url type: A URI that is a literal reference", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/url/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "url", + "abstract": false, + "type": "url", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "url", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/url", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/url", + "differential": { + "element": [ + { + "id": "url", + "max": "*", + "min": 0, + "path": "url", + "short": "Primitive Type url", + "definition": "A URI that is a literal reference" + }, + { + "id": "url.value", + "max": "1", + "min": 0, + "path": "url.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "url" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for url", + "definition": "Primitive value for url", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "A physical entity which is the primary unit of operational and/or administrative interest in a study.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ResearchSubject/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "ResearchSubject", + "mapping": [ + { + "uri": "https://bridgmodel.nci.nih.gov", + "name": "BRIDG 5.1 Mapping", + "identity": "BRIDG5.1" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "ResearchSubject", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Public Health & Research" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "ResearchSubject", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchSubject", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchSubject", + "differential": { + "element": [ + { + "path": "ResearchSubject", + "min": 0, + "definition": "A physical entity which is the primary unit of operational and/or administrative interest in a study.", + "short": "Physical entity which is the primary unit of interest in the study", + "mapping": [ + { "map": "StudySubject", "identity": "BRIDG5.1" }, + { "map": "OBX", "identity": "v2" }, + { + "map": "Observation[classCode=CLNTRL, moodCode=EVN]", + "identity": "rim" + } + ], + "alias": ["Study Subject"], + "max": "*", + "id": "ResearchSubject", + "comment": "Need to make sure we encompass public health studies." + }, + { + "path": "ResearchSubject.identifier", + "min": 0, + "definition": "Identifiers assigned to this research subject for a study.", + "short": "Business Identifier for research subject in a study", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "StudySubject > Subject.identifier", + "identity": "BRIDG5.1" + }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ResearchSubject.identifier", + "isSummary": true + }, + { + "path": "ResearchSubject.status", + "min": 1, + "definition": "The current state of the subject.", + "isModifier": true, + "short": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudySubject.statusCode", + "identity": "BRIDG5.1" + }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchSubjectStatus" + } + ], + "description": "Indicates the progression of a study subject through a study." + }, + "max": "1", + "id": "ResearchSubject.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ResearchSubject.period", + "min": 0, + "definition": "The dates the subject began and ended their participation in the study.", + "short": "Start and end of participation", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "PerformedStudySubjectMilestone.studyReferenceDateRange", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "Period" }], + "alias": ["timing"], + "max": "1", + "id": "ResearchSubject.period", + "isSummary": true + }, + { + "path": "ResearchSubject.study", + "min": 1, + "definition": "Reference to the study the subject is participating in.", + "short": "Study subject is part of", + "mapping": [ + { + "map": "StudySubjectProtocolVersionRelationship", + "identity": "BRIDG5.1" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "max": "1", + "id": "ResearchSubject.study", + "isSummary": true + }, + { + "path": "ResearchSubject.individual", + "min": 1, + "definition": "The record of the person or animal who is involved in the study.", + "short": "Who is part of study", + "mapping": [ + { "map": "StudySubject", "identity": "BRIDG5.1" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "ResearchSubject.individual", + "isSummary": true + }, + { + "id": "ResearchSubject.assignedArm", + "max": "1", + "min": 0, + "path": "ResearchSubject.assignedArm", + "type": [{ "code": "string" }], + "short": "What path should be followed", + "mapping": [ + { + "map": "Arm > ExperimentalUnit > BiologicEntity > Subject > StudySubject", + "identity": "BRIDG5.1" + } + ], + "definition": "The name of the arm in the study the subject is expected to follow as part of this study." + }, + { + "id": "ResearchSubject.actualArm", + "max": "1", + "min": 0, + "path": "ResearchSubject.actualArm", + "type": [{ "code": "string" }], + "short": "What path was followed", + "mapping": [ + { + "map": "Arm > ExperimentalUnit > BiologicEntity > Subject > StudySubject", + "identity": "BRIDG5.1" + } + ], + "definition": "The name of the arm in the study the subject actually followed as part of this study." + }, + { + "id": "ResearchSubject.consent", + "max": "1", + "min": 0, + "path": "ResearchSubject.consent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Consent" + ] + } + ], + "short": "Agreement to participate in study", + "mapping": [ + { + "map": "ResearchStudy.consent is related to PerformedStudySubjectMilestone.informedConsentIndicator in that the informedConsentIndicator can be derived from the data in the Consent resource.", + "identity": "BRIDG5.1" + } + ], + "definition": "A record of the patient's informed agreement to participate in the study." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Provides general guidance around the kind of access Control to Read, Search, Create, Update, or Delete the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "security-category", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Security Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-security-category", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-security-category", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Security Categorization for Resource", + "comment": "This is only guidance; applications must perform their own analysis to meet their own requirements.", + "definition": "Provides general guidance around the kind of access Control to Read, Search, Create, Update, or Delete the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-security-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceSecurityCategory" + } + ], + "description": "Provides general guidance around the kind of access Control to Read, Search, Create, Update, or Delete a resource." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "instantiatesCanonical", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-instantiatesCanonical", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "Condition" }, + { "type": "element", "expression": "SupplyDelivery" }, + { "type": "element", "expression": "CommunicationRequest" }, + { "type": "element", "expression": "SupplyRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-instantiatesCanonical", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "FHIR protocol or definition", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by the event or request resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-instantiatesCanonical" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A bibliographic citation for the related resource. This text SHOULD be formatted according to an accepted citation format.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-citation/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "citation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "citation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-citation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-citation", + "context": [{ "type": "element", "expression": "Attachment" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-citation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Bibliographic citation for the resource", + "comment": "Additional structured information about citations should be captured as extensions.", + "definition": "A bibliographic citation for the related resource. This text SHOULD be formatted according to an accepted citation format." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-citation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This extension declares that a value set depends on a particular supplement and should not be used in its absence.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-supplement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "supplement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-supplement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-supplement", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Declares dependency on a particular supplment", + "definition": "This extension declares that a value set depends on a particular supplement and should not be used in its absence.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-supplement" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If the encountered was cancelled after it was planned, why? Applies only if the status is cancelled.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "reasonCancelled", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "reasonCancelled", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-reasonCancelled", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled", + "context": [{ "type": "element", "expression": "Encounter" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-reasonCancelled", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Explanation for cancellation", + "definition": "If the encountered was cancelled after it was planned, why? Applies only if the status is cancelled." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A group or place of religious practice that may provide services to the patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-congregation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "congregation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "congregation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-congregation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-congregation", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-congregation", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A group of place of religious practice", + "definition": "A group or place of religious practice that may provide services to the patient." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-congregation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An extra warning about the correct use of the value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-warning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "warning", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-warning", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-warning", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-warning", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Extra warning about the correct use of the value set", + "definition": "An extra warning about the correct use of the value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-warning" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Reference Type: A reference from one resource to another.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Reference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Reference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Reference", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Reference", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Reference", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ref-1", + "human": "SHALL have a contained resource if a local reference is provided", + "xpath": "not(starts-with(f:reference/@value, '#')) or exists(ancestor::*[self::f:entry or self::f:parameter]/f:resource/f:*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')]|/*/f:contained/f:*[f:id/@value=substring-after(current()/f:reference/@value, '#')])", + "severity": "error", + "expression": "reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids'))" + } + ], + "path": "Reference", + "min": 0, + "definition": "A reference from one resource to another.", + "short": "A reference from one resource to another", + "mapping": [ + { + "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Reference", + "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository." + }, + { + "path": "Reference.reference", + "min": 0, + "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", + "short": "Literal reference, Relative, internal or absolute URL", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Reference.reference", + "condition": ["ref-1"], + "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"/[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", + "isSummary": true + }, + { + "path": "Reference.type", + "min": 0, + "definition": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).", + "short": "Type the reference refers to (e.g. \"Patient\")", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRResourceTypeExt" + } + ], + "description": "Aa resource (or, for logical models, the URI of the logical model)." + }, + "max": "1", + "id": "Reference.type", + "comment": "This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified.", + "isSummary": true + }, + { + "path": "Reference.identifier", + "min": 0, + "definition": "An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", + "short": "Logical reference, when literal reference is not known", + "mapping": [{ "map": ".identifier", "identity": "rim" }], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Reference.identifier", + "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.\n\nReference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).", + "isSummary": true + }, + { + "path": "Reference.display", + "min": 0, + "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", + "short": "Text alternative for the resource", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Reference.display", + "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Additional details about the clinical management provided for this Reaction Event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-careplan/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "careplan", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-careplan", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-careplan", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-careplan", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Clinical Management Details", + "definition": "Additional details about the clinical management provided for this Reaction Event." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-careplan" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Any person/thing who transcribed the consent into the system.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/consent-Transcriber/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CBCC WG", + "fhirVersion": "4.0.1", + "name": "Transcriber", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Transcriber", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-Transcriber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/consent-Transcriber", + "context": [{ "type": "element", "expression": "Consent" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/consent-Transcriber", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Transcribed consent", + "definition": "Any person/thing who transcribed the consent into the system." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/consent-Transcriber" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the relative preference of alternative performers when the request lists multiple performers.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-performerOrder/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "performerOrder", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Performer Order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-performerOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-performerOrder", + "context": [ + { "type": "element", "expression": "ServiceRequest.performer" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-performerOrder", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Performer Order", + "definition": "Identifies the relative preference of alternative performers when the request lists multiple performers." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-performerOrder" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A summary of information based on the results of executing a TestScript.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TestReport/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "TestReport", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "TestReport", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "TestReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestReport", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestReport", + "differential": { + "element": [ + { + "id": "TestReport", + "max": "*", + "min": 0, + "path": "TestReport", + "short": "Describes the results of a TestScript execution", + "mapping": [ + { "map": "n/a", "identity": "rim" }, + { "map": "BaseConformance", "identity": "objimpl" } + ], + "definition": "A summary of information based on the results of executing a TestScript." + }, + { + "path": "TestReport.identifier", + "min": 0, + "definition": "Identifier for the TestScript assigned for external purposes outside the context of FHIR.", + "short": "External identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "TestReport.identifier", + "isSummary": true + }, + { + "path": "TestReport.name", + "min": 0, + "definition": "A free text natural language name identifying the executed TestScript.", + "short": "Informal name of the executed TestScript", + "mapping": [ + { "map": "BaseConformance.name", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TestReport.name", + "comment": "Not expected to be globally unique.", + "isSummary": true + }, + { + "path": "TestReport.status", + "min": 1, + "definition": "The current state of this test report.", + "isModifier": true, + "short": "completed | in-progress | waiting | stopped | entered-in-error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportStatus" + } + ], + "description": "The current status of the test report." + }, + "max": "1", + "id": "TestReport.status", + "comment": "The status represents where the execution is currently within the test script execution life cycle.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "TestReport.testScript", + "max": "1", + "min": 1, + "path": "TestReport.testScript", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/TestScript" + ] + } + ], + "short": "Reference to the version-specific TestScript that was executed to produce this TestReport", + "isSummary": true, + "definition": "Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching the `TestScript.url`." + }, + { + "path": "TestReport.result", + "min": 1, + "definition": "The overall result from the execution of the TestScript.", + "short": "pass | fail | pending", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportResult" + } + ], + "description": "The reported execution result." + }, + "max": "1", + "id": "TestReport.result", + "comment": "The pass and fail result represents a completed test script execution. The pending result represents a test script execution that has not yet started or is currently in progress.", + "isSummary": true + }, + { + "id": "TestReport.score", + "max": "1", + "min": 0, + "path": "TestReport.score", + "type": [{ "code": "decimal" }], + "short": "The final score (percentage of tests passed) resulting from the execution of the TestScript", + "isSummary": true, + "definition": "The final score (percentage of tests passed) resulting from the execution of the TestScript." + }, + { + "path": "TestReport.tester", + "requirements": "Helps establish the \"authority/credibility\" of the TestReport. May also allow for contact.", + "min": 0, + "definition": "Name of the tester producing this report (Organization or individual).", + "short": "Name of the tester producing this report (Organization or individual)", + "type": [{ "code": "string" }], + "max": "1", + "id": "TestReport.tester", + "comment": "Usually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TestReport.issued", + "min": 0, + "definition": "When the TestScript was executed and this TestReport was generated.", + "short": "When the TestScript was executed and this TestReport was generated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "BaseConformance.date", "identity": "objimpl" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "TestReport.issued", + "comment": "Additional specific dates may be added as extensions.", + "isSummary": true + }, + { + "id": "TestReport.participant", + "max": "*", + "min": 0, + "path": "TestReport.participant", + "type": [{ "code": "BackboneElement" }], + "short": "A participant in the test execution, either the execution engine, a client, or a server", + "definition": "A participant in the test execution, either the execution engine, a client, or a server." + }, + { + "id": "TestReport.participant.type", + "max": "1", + "min": 1, + "path": "TestReport.participant.type", + "type": [{ "code": "code" }], + "short": "test-engine | client | server", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-participant-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportParticipantType" + } + ], + "description": "The type of participant." + }, + "definition": "The type of participant." + }, + { + "id": "TestReport.participant.uri", + "max": "1", + "min": 1, + "path": "TestReport.participant.uri", + "type": [{ "code": "uri" }], + "short": "The uri of the participant. An absolute URL is preferred", + "definition": "The uri of the participant. An absolute URL is preferred." + }, + { + "id": "TestReport.participant.display", + "max": "1", + "min": 0, + "path": "TestReport.participant.display", + "type": [{ "code": "string" }], + "short": "The display name of the participant", + "definition": "The display name of the participant." + }, + { + "id": "TestReport.setup", + "max": "1", + "min": 0, + "path": "TestReport.setup", + "type": [{ "code": "BackboneElement" }], + "short": "The results of the series of required setup operations before the tests were executed", + "definition": "The results of the series of required setup operations before the tests were executed." + }, + { + "constraint": [ + { + "key": "inv-1", + "human": "Setup action SHALL contain either an operation or assert but not both.", + "xpath": "(f:operation or f:assert) and not(f:operation and f:assert)", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestReport.setup.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "short": "A setup operation or assert that was executed", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SetupAction" + } + ], + "max": "*", + "id": "TestReport.setup.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestReport.setup.action.operation", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.operation", + "type": [{ "code": "BackboneElement" }], + "short": "The operation to perform", + "definition": "The operation performed." + }, + { + "id": "TestReport.setup.action.operation.result", + "max": "1", + "min": 1, + "path": "TestReport.setup.action.operation.result", + "type": [{ "code": "code" }], + "short": "pass | skip | fail | warning | error", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportActionResult" + } + ], + "description": "The results of executing an action." + }, + "definition": "The result of this operation." + }, + { + "id": "TestReport.setup.action.operation.message", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.operation.message", + "type": [{ "code": "markdown" }], + "short": "A message associated with the result", + "definition": "An explanatory message associated with the result." + }, + { + "id": "TestReport.setup.action.operation.detail", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.operation.detail", + "type": [{ "code": "uri" }], + "short": "A link to further details on the result", + "definition": "A link to further details on the result." + }, + { + "id": "TestReport.setup.action.assert", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.assert", + "type": [{ "code": "BackboneElement" }], + "short": "The assertion to perform", + "definition": "The results of the assertion performed on the previous operations." + }, + { + "id": "TestReport.setup.action.assert.result", + "max": "1", + "min": 1, + "path": "TestReport.setup.action.assert.result", + "type": [{ "code": "code" }], + "short": "pass | skip | fail | warning | error", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportActionResult" + } + ], + "description": "The results of executing an action." + }, + "definition": "The result of this assertion." + }, + { + "id": "TestReport.setup.action.assert.message", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.assert.message", + "type": [{ "code": "markdown" }], + "short": "A message associated with the result", + "definition": "An explanatory message associated with the result." + }, + { + "id": "TestReport.setup.action.assert.detail", + "max": "1", + "min": 0, + "path": "TestReport.setup.action.assert.detail", + "type": [{ "code": "string" }], + "short": "A link to further details on the result", + "definition": "A link to further details on the result." + }, + { + "id": "TestReport.test", + "max": "*", + "min": 0, + "path": "TestReport.test", + "type": [{ "code": "BackboneElement" }], + "short": "A test executed from the test script", + "definition": "A test executed from the test script." + }, + { + "id": "TestReport.test.name", + "max": "1", + "min": 0, + "path": "TestReport.test.name", + "type": [{ "code": "string" }], + "short": "Tracking/logging name of this test", + "definition": "The name of this test used for tracking/logging purposes by test engines." + }, + { + "id": "TestReport.test.description", + "max": "1", + "min": 0, + "path": "TestReport.test.description", + "type": [{ "code": "string" }], + "short": "Tracking/reporting short description of the test", + "definition": "A short description of the test used by test engines for tracking and reporting purposes." + }, + { + "constraint": [ + { + "key": "inv-2", + "human": "Test action SHALL contain either an operation or assert but not both.", + "xpath": "(f:operation or f:assert) and not(f:operation and f:assert)", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestReport.test.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "short": "A test operation or assert that was performed", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TestAction" + } + ], + "max": "*", + "id": "TestReport.test.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestReport.test.action.operation", + "max": "1", + "min": 0, + "path": "TestReport.test.action.operation", + "short": "The operation performed", + "definition": "An operation would involve a REST request to a server.", + "contentReference": "#TestReport.setup.action.operation" + }, + { + "id": "TestReport.test.action.assert", + "max": "1", + "min": 0, + "path": "TestReport.test.action.assert", + "short": "The assertion performed", + "definition": "The results of the assertion performed on the previous operations.", + "contentReference": "#TestReport.setup.action.assert" + }, + { + "id": "TestReport.teardown", + "max": "1", + "min": 0, + "path": "TestReport.teardown", + "type": [{ "code": "BackboneElement" }], + "short": "The results of running the series of required clean up steps", + "definition": "The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise)." + }, + { + "path": "TestReport.teardown.action", + "min": 1, + "definition": "The teardown action will only contain an operation.", + "short": "One or more teardown operations performed", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TeardownAction" + } + ], + "max": "*", + "id": "TestReport.teardown.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestReport.teardown.action.operation", + "max": "1", + "min": 1, + "path": "TestReport.teardown.action.operation", + "short": "The teardown operation performed", + "definition": "An operation would involve a REST request to a server.", + "contentReference": "#TestReport.setup.action.operation" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A specific instruction to use an intermediate parent class when generating code for the classes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "codegen-super", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-codegen-super", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "context": [ + { + "type": "element", + "expression": "StructureDefinition.baseDefinition" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-codegen-super", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Use a different base when generating code", + "comment": "This can be useful when setting up special common ancestor classes for shared code. At present the only use for this is for the special MetadataResource pattern.", + "definition": "A specific instruction to use an intermediate parent class when generating code for the classes." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The maximum allowable value set, for use when the binding strength is 'extensible' or 'preferred'. This value set is the value set from which additional codes can be taken from. This defines a 'required' binding over the top of the extensible binding.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "maxValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-maxValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "context": [ + { "type": "element", "expression": "ElementDefinition.binding" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-maxValueSet", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Maximum Value Set (when strength = extensible)", + "comment": "Typically, this will be an entire code system, e.g. SNOMED CT. The maximum binding needs to include all the codes in the extensible or preferred binding.", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "The maximum allowable value set, for use when the binding strength is 'extensible' or 'preferred'. This value set is the value set from which additional codes can be taken from. This defines a 'required' binding over the top of the extensible binding." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "FHIR Respiratory Rate Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/resprate/4.0.1", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-resprate", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Respiratory Rate Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9279-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "resprate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/resprate", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resprate", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Respiratory Rate Profile", + "definition": "This profile defines how to represent Respiratory Rate observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Respiratory Rate", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Respiratory Rate." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:RespRateCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "RespRateCode" + }, + { + "id": "Observation.code.coding:RespRateCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:RespRateCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "9279-1" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "/min", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Base StructureDefinition for positiveInt type: An integer with a value that is positive (e.g. >0)", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/positiveInt/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "positiveInt", + "abstract": false, + "type": "positiveInt", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "positiveInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/positiveInt", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/positiveInt", + "differential": { + "element": [ + { + "id": "positiveInt", + "max": "*", + "min": 0, + "path": "positiveInt", + "short": "Primitive Type positiveInt", + "definition": "An integer with a value that is positive (e.g. >0)" + }, + { + "id": "positiveInt.value", + "max": "1", + "min": 0, + "path": "positiveInt.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "positiveInt" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[1-9][0-9]*" + } + ] + } + ], + "short": "Primitive value for positiveInt", + "definition": "Primitive value for positiveInt", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/integer" + }, + { + "description": "The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "partner-prefix", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-partner-prefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix", + "context": [{ "type": "element", "expression": "HumanName.family" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-partner-prefix", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Voorvoegsel derived from person's partner's surname", + "comment": "An example of a voorvoegsel is the \"van\" in \"Ludwig van Beethoven\". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to identify it as a separate sub-component.", + "mapping": [ + { "map": "FN.4", "identity": "v2" }, + { + "map": "ENXP where Qualifiers = (VV, SP)", + "identity": "rim" + } + ], + "definition": "The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Variant information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Variant", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsVariant", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsVariant", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Variant", + "definition": "Variant information." + }, + { + "id": "Extension.extension:Name", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "HGVS nomenclature for observed DNA sequence variant", + "sliceName": "Name", + "definition": "Human Genome Variation Society (HGVS) nomenclature for a single or set of DNA Sequence Variation(s) identified in testing. The use of the nomenclature is also used to describe non-variations (aka. wild types). LOINC Code: ([48004-6](http://loinc.org/48004-6))." + }, + { + "id": "Extension.extension:Name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Name" + }, + { + "id": "Extension.extension:Name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/clinvar", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinVar-variant-database" + } + ], + "description": "NCBI central repository of potentially clinically relevant variants." + } + }, + { + "id": "Extension.extension:Id", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "DNA sequence variant ID", + "sliceName": "Id", + "definition": "Identifier for DNA sequence variant. If a germline variant, ClinVar or dbSNP identifier should be used. If a somatic variant, COSMIC identifier should be used, unless in ClinVar then either maybe used. Need to provide the code system used (ClinVar, dbSNP, COSMIC) LOINC Code: ([48003-8](http://loinc.org/48003-8))." + }, + { + "id": "Extension.extension:Id.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Id.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Id" + }, + { + "id": "Extension.extension:Id.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Codified type for associated DNA sequence variant. DNA sequence variants use the HGVS notation, which implies the DNA sequence variant type. LOINC Code: ([48019-4](http://loinc.org/48019-4)).", + "short": "DNA sequence variant type", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "Type", + "max": "1", + "id": "Extension.extension:Type" + }, + { + "id": "Extension.extension:Type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Type" + }, + { + "id": "Extension.extension:Type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Specifies the URI of a CDS Hooks service that uses this PlanDefinition as its implementation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "cdsHooksEndpoint", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-cdsHooksEndpoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint", + "context": [{ "type": "element", "expression": "PlanDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-cdsHooksEndpoint", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Surface this ECA Rule here", + "definition": "Specifies the URI of a CDS Hooks service that uses this PlanDefinition as its implementation." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Device/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "purpose": "Allows institutions to track their devices.", + "name": "Device", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://fda.gov/UDI", + "name": "UDI Mapping", + "identity": "udi" + } + ], + "abstract": false, + "type": "Device", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Device", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Device", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Device", + "differential": { + "element": [ + { + "id": "Device", + "max": "*", + "min": 0, + "path": "Device", + "short": "Item used in healthcare", + "mapping": [{ "map": "Device", "identity": "rim" }], + "definition": "A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device." + }, + { + "path": "Device.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a device by manufacturers other organizations or owners.", + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "The serial number which is a component of the production identifier (PI), a conditional, variable portion of a UDI. The identifier.type code should be set to “SNO”(Serial Number) and the system left empty.", + "identity": "udi" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Device.identifier", + "comment": "The barcode string from a barcode present on a device label or package may identify the instance, include names given to the device in local usage, or may identify the type of device. If the identifier identifies the type of device, Device.type element should be used." + }, + { + "id": "Device.definition", + "max": "1", + "min": 0, + "path": "Device.definition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "short": "The reference to the definition for the device", + "definition": "The reference to the definition for the device." + }, + { + "path": "Device.udiCarrier", + "min": 0, + "definition": "Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.", + "short": "Unique Device Identifier (UDI) Barcode string", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id and .code", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Device.udiCarrier", + "comment": "UDI may identify an unique instance of a device, or it may only identify the type of the device. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.deviceIdentifier", + "min": 0, + "definition": "The device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.", + "short": "Mandatory fixed portion of UDI", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "The device identifier (DI), a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "alias": ["DI"], + "max": "1", + "id": "Device.udiCarrier.deviceIdentifier", + "isSummary": true + }, + { + "path": "Device.udiCarrier.issuer", + "min": 0, + "definition": "Organization that is charged with issuing UDIs for devices. For example, the US FDA issuers include :\n1) GS1: \nhttp://hl7.org/fhir/NamingSystem/gs1-di, \n2) HIBCC:\nhttp://hl7.org/fhir/NamingSystem/hibcc-dI, \n3) ICCBBA for blood containers:\nhttp://hl7.org/fhir/NamingSystem/iccbba-blood-di, \n4) ICCBA for other devices:\nhttp://hl7.org/fhir/NamingSystem/iccbba-other-di.", + "short": "UDI Issuing Organization", + "mapping": [ + { "map": "Role.id.root", "identity": "rim" }, + { + "map": "All UDIs are to be issued under a system operated by an Jurisdiction-accredited issuing agency.\nGS1 DIs: \n http://hl7.org/fhir/NamingSystem/gs1\nHIBCC DIs:\n http://hl7.org/fhir/NamingSystem/hibcc\nICCBBA DIs for blood containers:\n http://hl7.org/fhir/NamingSystem/iccbba-blood\nICCBA DIs for other devices:\n http://hl7.org/fhir/NamingSystem/iccbba-other", + "identity": "udi" + } + ], + "type": [{ "code": "uri" }], + "alias": ["Barcode System"], + "max": "1", + "id": "Device.udiCarrier.issuer" + }, + { + "path": "Device.udiCarrier.jurisdiction", + "requirements": "Allows a recipient of a UDI to know which database will contain the UDI-associated metadata.", + "min": 0, + "definition": "The identity of the authoritative source for UDI generation within a jurisdiction. All UDIs are globally unique within a single namespace with the appropriate repository uri as the system. For example, UDIs of devices managed in the U.S. by the FDA, the value is http://hl7.org/fhir/NamingSystem/fda-udi.", + "short": "Regional UDI authority", + "mapping": [{ "map": "Role.scoper", "identity": "rim" }], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Device.udiCarrier.jurisdiction" + }, + { + "path": "Device.udiCarrier.carrierAIDC", + "min": 0, + "definition": "The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - e.g., a barcode or RFID. Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC Formats *SHALL* be base64 encoded.", + "short": "UDI Machine Readable Barcode String", + "mapping": [ + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "A unique device identifier (UDI) on a device label a form that uses automatic identification and data capture (AIDC) technology.", + "identity": "udi" + } + ], + "type": [{ "code": "base64Binary" }], + "alias": ["Automatic Identification and Data Capture"], + "max": "1", + "id": "Device.udiCarrier.carrierAIDC", + "comment": "The AIDC form of UDIs should be scanned or otherwise used for the identification of the device whenever possible to minimize errors in records resulting from manual transcriptions. If separate barcodes for DI and PI are present, concatenate the string with DI first and in order of human readable expression on label.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.carrierHRF", + "min": 0, + "definition": "The full UDI carrier as the human readable form (HRF) representation of the barcode string as printed on the packaging of the device.", + "short": "UDI Human Readable Barcode String", + "mapping": [ + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "A unique device identifier (UDI) on a device label in plain text", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "alias": ["Human Readable Form"], + "max": "1", + "id": "Device.udiCarrier.carrierHRF", + "comment": "If separate barcodes for DI and PI are present, concatenate the string with DI first and in order of human readable expression on label.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.entryType", + "requirements": "Supports a way to distinguish hand entered from machine read data.", + "min": 0, + "definition": "A coded entry to indicate how the data was entered.", + "short": "barcode | rfid | manual +", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/udi-entry-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UDIEntryType" + } + ], + "description": "Codes to identify how UDI data was entered." + }, + "max": "1", + "id": "Device.udiCarrier.entryType" + }, + { + "path": "Device.status", + "min": 0, + "definition": "Status of the Device availability.", + "isModifier": true, + "short": "active | inactive | entered-in-error | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDeviceStatus" + } + ], + "description": "The availability status of the device." + }, + "max": "1", + "id": "Device.status", + "comment": "This element is labeled as a modifier because the status contains the codes inactive and entered-in-error that mark the device (record)as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Device.statusReason", + "min": 0, + "definition": "Reason for the dtatus of the Device availability.", + "short": "online | paused | standby | offline | not-ready | transduc-discon | hw-discon | off", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDeviceStatusReason" + } + ], + "description": "The availability status reason of the device." + }, + "max": "*", + "id": "Device.statusReason" + }, + { + "path": "Device.distinctIdentifier", + "min": 0, + "definition": "The distinct identification string as required by regulation for a human cell, tissue, or cellular and tissue-based product.", + "short": "The distinct identification string", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".lotNumberText", "identity": "rim" }, + { + "map": "The lot or batch number within which a device was manufactured - which is a component of the production identifier (PI), a conditional, variable portion of a UDI.", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "alias": ["Distinct Identification Code (DIC)"], + "max": "1", + "id": "Device.distinctIdentifier", + "comment": "For example, this applies to devices in the United States regulated under *Code of Federal Regulation 21CFR§1271.290(c)*." + }, + { + "id": "Device.manufacturer", + "max": "1", + "min": 0, + "path": "Device.manufacturer", + "type": [{ "code": "string" }], + "short": "Name of device manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].scoper.name", + "identity": "rim" + }, + { "map": "N/A", "identity": "udi" } + ], + "definition": "A name of the manufacturer." + }, + { + "id": "Device.manufactureDate", + "max": "1", + "min": 0, + "path": "Device.manufactureDate", + "type": [{ "code": "dateTime" }], + "short": "Date when the device was made", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".existenceTime.low", "identity": "rim" }, + { + "map": "The date a specific device was manufactured - which is a component of the production identifier (PI), a conditional, variable portion of a UDI. For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS]. If hour is present, the minutes and seconds should both be set to “00”.", + "identity": "udi" + } + ], + "definition": "The date and time when the device was manufactured." + }, + { + "id": "Device.expirationDate", + "max": "1", + "min": 0, + "path": "Device.expirationDate", + "type": [{ "code": "dateTime" }], + "short": "Date and time of expiry of this device (if applicable)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".expirationTime", "identity": "rim" }, + { + "map": "the expiration date of a specific device - which is a component of the production identifier (PI), a conditional, variable portion of a UDI. For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS]. If hour is present, the minutes and seconds should both be set to “00”.", + "identity": "udi" + } + ], + "definition": "The date and time beyond which this device is no longer valid or should not be used (if applicable)." + }, + { + "id": "Device.lotNumber", + "max": "1", + "min": 0, + "path": "Device.lotNumber", + "type": [{ "code": "string" }], + "short": "Lot number of manufacture", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".lotNumberText", "identity": "rim" }, + { + "map": "The lot or batch number within which a device was manufactured - which is a component of the production identifier (PI), a conditional, variable portion of a UDI.", + "identity": "udi" + } + ], + "definition": "Lot number assigned by the manufacturer." + }, + { + "path": "Device.serialNumber", + "min": 0, + "definition": "The serial number assigned by the organization when the device was manufactured.", + "short": "Serial number assigned by the manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Device.serialNumber", + "comment": "Alphanumeric Maximum 20." + }, + { + "id": "Device.deviceName", + "max": "*", + "min": 0, + "path": "Device.deviceName", + "type": [{ "code": "BackboneElement" }], + "short": "The name of the device as given by the manufacturer", + "definition": "This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition." + }, + { + "id": "Device.deviceName.name", + "max": "1", + "min": 1, + "path": "Device.deviceName.name", + "type": [{ "code": "string" }], + "alias": ["Σ"], + "short": "The name of the device", + "definition": "The name of the device." + }, + { + "path": "Device.deviceName.type", + "min": 1, + "definition": "The type of deviceName.\nUDILabelName | UserFriendlyName | PatientReportedName | ManufactureDeviceName | ModelName.", + "short": "udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceNameType" + } + ], + "description": "The type of name the device is referred by." + }, + "max": "1", + "id": "Device.deviceName.type" + }, + { + "id": "Device.modelNumber", + "max": "1", + "min": 0, + "path": "Device.modelNumber", + "type": [{ "code": "string" }], + "short": "The model number for the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".softwareName (included as part)", + "identity": "rim" + } + ], + "definition": "The model number for the device." + }, + { + "path": "Device.partNumber", + "min": 0, + "definition": "The part number of the device.", + "short": "The part number of the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Device.partNumber", + "comment": "Alphanumeric Maximum 20." + }, + { + "id": "Device.type", + "max": "1", + "min": 0, + "path": "Device.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The kind or type of device", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceType" + } + ], + "description": "Codes to identify medical devices." + }, + "definition": "The kind or type of device." + }, + { + "id": "Device.specialization", + "max": "*", + "min": 0, + "path": "Device.specialization", + "type": [{ "code": "BackboneElement" }], + "short": "The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication", + "definition": "The capabilities supported on a device, the standards to which the device conforms for a particular purpose, and used for the communication." + }, + { + "id": "Device.specialization.systemType", + "max": "1", + "min": 1, + "path": "Device.specialization.systemType", + "type": [{ "code": "CodeableConcept" }], + "alias": ["Σ"], + "short": "The standard that is used to operate and communicate", + "definition": "The standard that is used to operate and communicate." + }, + { + "id": "Device.specialization.version", + "max": "1", + "min": 0, + "path": "Device.specialization.version", + "type": [{ "code": "string" }], + "short": "The version of the standard that is used to operate and communicate", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "definition": "The version of the standard that is used to operate and communicate." + }, + { + "id": "Device.version", + "max": "*", + "min": 0, + "path": "Device.version", + "type": [{ "code": "BackboneElement" }], + "short": "The actual design of the device or software version running on the device", + "definition": "The actual design of the device or software version running on the device." + }, + { + "id": "Device.version.type", + "max": "1", + "min": 0, + "path": "Device.version.type", + "type": [{ "code": "CodeableConcept" }], + "alias": ["Σ"], + "short": "The type of the device version", + "definition": "The type of the device version." + }, + { + "id": "Device.version.component", + "max": "1", + "min": 0, + "path": "Device.version.component", + "type": [{ "code": "Identifier" }], + "short": "A single component of the device version", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "definition": "A single component of the device version." + }, + { + "id": "Device.version.value", + "max": "1", + "min": 1, + "path": "Device.version.value", + "type": [{ "code": "string" }], + "short": "The version text", + "definition": "The version text." + }, + { + "id": "Device.property", + "max": "*", + "min": 0, + "path": "Device.property", + "type": [{ "code": "BackboneElement" }], + "short": "The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties", + "definition": "The actual configuration settings of a device as it actually operates, e.g., regulation status, time properties." + }, + { + "id": "Device.property.type", + "max": "1", + "min": 1, + "path": "Device.property.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Code that specifies the property DeviceDefinitionPropetyCode (Extensible)", + "definition": "Code that specifies the property DeviceDefinitionPropetyCode (Extensible)." + }, + { + "id": "Device.property.valueQuantity", + "max": "*", + "min": 0, + "path": "Device.property.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "Property value as a quantity", + "definition": "Property value as a quantity." + }, + { + "id": "Device.property.valueCode", + "max": "*", + "min": 0, + "path": "Device.property.valueCode", + "type": [{ "code": "CodeableConcept" }], + "short": "Property value as a code, e.g., NTP4 (synced to NTP)", + "definition": "Property value as a code, e.g., NTP4 (synced to NTP)." + }, + { + "path": "Device.patient", + "requirements": "If the device is implanted in a patient, then need to associate the device to the patient.", + "min": 0, + "definition": "Patient information, If the device is affixed to a person.", + "short": "Patient to whom Device is affixed", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=USED].scoper.playedRole[typeCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "Device.patient" + }, + { + "id": "Device.owner", + "max": "1", + "min": 0, + "path": "Device.owner", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Organization responsible for device", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".playedRole[typeCode=OWN].scoper", + "identity": "rim" + } + ], + "definition": "An organization that is responsible for the provision and ongoing maintenance of the device." + }, + { + "path": "Device.contact", + "min": 0, + "definition": "Contact details for an organization or a particular human that is responsible for the device.", + "short": "Details for human/organization for support", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".scopedRole[typeCode=CON].player", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Device.contact", + "comment": "used for troubleshooting etc." + }, + { + "path": "Device.location", + "requirements": "Device.location can be used to track device location.", + "min": 0, + "definition": "The place where the device can be found.", + "short": "Where the device is found", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=LOCE].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Device.location" + }, + { + "path": "Device.url", + "min": 0, + "definition": "A network address on which the device may be contacted directly.", + "short": "Network address to contact device", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": ".telecom", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Device.url", + "comment": "If the device is running a FHIR server, the network address should be the Base URL from which a conformance statement may be retrieved." + }, + { + "id": "Device.note", + "max": "*", + "min": 0, + "path": "Device.note", + "type": [{ "code": "Annotation" }], + "short": "Device notes and comments", + "mapping": [{ "map": ".text", "identity": "rim" }], + "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element." + }, + { + "path": "Device.safety", + "min": 0, + "definition": "Provides additional safety characteristics about a medical device. For example devices containing latex.", + "short": "Safety Characteristics of Device", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "max": "*", + "id": "Device.safety", + "isSummary": true + }, + { + "id": "Device.parent", + "max": "1", + "min": 0, + "path": "Device.parent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "The parent device", + "definition": "The parent device." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource provides the insurance enrollment details to the insurer regarding a specified coverage.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EnrollmentRequest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "EnrollmentRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EnrollmentRequest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "EnrollmentRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EnrollmentRequest", + "differential": { + "element": [ + { + "id": "EnrollmentRequest", + "max": "*", + "min": 0, + "path": "EnrollmentRequest", + "short": "Enroll in coverage", + "mapping": [{ "map": "Request", "identity": "workflow" }], + "definition": "This resource provides the insurance enrollment details to the insurer regarding a specified coverage." + }, + { + "id": "EnrollmentRequest.identifier", + "max": "*", + "min": 0, + "path": "EnrollmentRequest.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business Identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" } + ], + "definition": "The Response business identifier." + }, + { + "path": "EnrollmentRequest.status", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnrollmentRequestStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "EnrollmentRequest.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the request as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "EnrollmentRequest.created", + "max": "1", + "min": 0, + "path": "EnrollmentRequest.created", + "type": [{ "code": "dateTime" }], + "short": "Creation date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" } + ], + "definition": "The date when this resource was created." + }, + { + "id": "EnrollmentRequest.insurer", + "max": "1", + "min": 0, + "path": "EnrollmentRequest.insurer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Target", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" } + ], + "definition": "The Insurer who is target of the request." + }, + { + "id": "EnrollmentRequest.provider", + "max": "1", + "min": 0, + "path": "EnrollmentRequest.provider", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Responsible practitioner", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "definition": "The practitioner who is responsible for the services rendered to the patient." + }, + { + "id": "EnrollmentRequest.candidate", + "max": "1", + "min": 0, + "path": "EnrollmentRequest.candidate", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "short": "The subject to be enrolled", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "C06,C07,C08, C05, C04", + "identity": "cdanetv4" + } + ], + "definition": "Patient Resource." + }, + { + "path": "EnrollmentRequest.coverage", + "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.", + "min": 0, + "definition": "Reference to the program or plan identification, underwriter or payor.", + "short": "Insurance information", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "max": "1", + "id": "EnrollmentRequest.coverage" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "LDL Cholesterol Result", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ldlcholesterol/4.0.1", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "4.0.1", + "name": "Example Lipid Profile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ldlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ldlcholesterol", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ldlcholesterol", + "differential": { + "element": [ + { + "id": "Observation", + "max": "1", + "min": 1, + "path": "Observation", + "short": "LDL Cholesterol Result", + "definition": "Group of elements for LDL Cholesterol result." + }, + { + "path": "Observation.code", + "min": 1, + "definition": "LDL Cholesterol -measured or calculated per code.", + "short": "LDL Cholesterol -measured or calculated per code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ldlcholesterol-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LDLCodes" + } + ], + "description": "LDL Cholesterol codes - measured or calculated." + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "LDL Cholesterol value", + "definition": "LDL Cholesterol value. If a result is not available, use the comments field.", + "mustSupport": true + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "short": "+ | ++ | +++ | - | -- | ---", + "definition": "+ | ++ | +++ | - | -- | ---.", + "mustSupport": true + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about result", + "definition": "Comments about result.", + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 1, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.referenceRange.low", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.low" + }, + { + "id": "Observation.referenceRange.high", + "max": "1", + "min": 1, + "path": "Observation.referenceRange.high", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "comment": "Per Australian NHF Recommendations.", + "definition": "<3.0 mmol/L.", + "fixedQuantity": { "value": 3.0 } + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "If the recorded quantity of the specimen is reported as a weight, if it is a dry weight.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight/4.0.1", + "date": "2015-02-19", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "isDryWeight", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Is Dry Weight", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-isDryWeight", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight", + "context": [ + { "type": "element", "expression": "Specimen.collection.quantity" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/specimen-isDryWeight", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether quantity is a dry weight", + "definition": "If the recorded quantity of the specimen is reported as a weight, if it is a dry weight." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to an extensible value set specified in a parent profie in order to allow a conformance checking tool to validate that a code not in the extensible value set of the profile is not violating rules defined by parent profile bindings.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "inheritedExtensibleValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-inheritedExtensibleValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet", + "context": [ + { "type": "element", "expression": "ElementDefinition.binding" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-inheritedExtensibleValueSet", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "An extensible Value Set specified in a parent profile", + "comment": "This extension is only needed where the binding strength is 'extensible', the parents are also 'extensible'. This allows a validator to work around the fact that restricting extensible value sets in child profiles loses constraints out of the parent profiles, (e.g. codes to be used when appropriate).", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "A reference to an extensible value set specified in a parent profie in order to allow a conformance checking tool to validate that a code not in the extensible value set of the profile is not violating rules defined by parent profile bindings." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-inheritedExtensibleValueSet" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The quality of the evidence described. The code system used specifies the quality scale used to grade this evidence source while the code specifies the actual quality score (represented as a coded value) associated with the evidence.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "qualityOfEvidence", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "qualityOfEvidence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-qualityOfEvidence", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence", + "context": [{ "type": "element", "expression": "Attachment" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-qualityOfEvidence", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The quality of the evidence", + "definition": "The quality of the evidence described. The code system used specifies the quality scale used to grade this evidence source while the code specifies the actual quality score (represented as a coded value) associated with the evidence." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-qualityOfEvidence" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QualityOfEvidenceRating" + } + ], + "description": "A rating system that describes the quality of evidence such as the GRADE, DynaMed, or Oxford CEBM systems." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The approximate date, age, or flag indicating that the condition of the family member resolved. The abatement should only be specified if the condition is stated in the positive sense, i.e., the didNotHave flag is false.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "abatement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "abatement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "familymemberhistory-abatement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement", + "context": [ + { "type": "element", "expression": "FamilyMemberHistory.condition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/familymemberhistory-abatement", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When (or if) the family member's condition resolved", + "definition": "The approximate date, age, or flag indicating that the condition of the family member resolved. The abatement should only be specified if the condition is stated in the positive sense, i.e., the didNotHave flag is false." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-abatement" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "date" }, + { "code": "Age" }, + { "code": "boolean" } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Coding Type: A reference to a code defined by a terminology system.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Coding/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "References to codes are very common in healthcare models.", + "name": "Coding", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/orim", + "name": "Ontological RIM Mapping", + "identity": "orim" + } + ], + "abstract": false, + "type": "Coding", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Coding", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Coding", + "differential": { + "element": [ + { + "path": "Coding", + "min": 0, + "definition": "A reference to a code defined by a terminology system.", + "short": "A reference to a code defined by a terminology system", + "mapping": [ + { + "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", + "identity": "v2" + }, + { "map": "CV", "identity": "rim" }, + { + "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", + "identity": "orim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Coding", + "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information." + }, + { + "path": "Coding.system", + "requirements": "Need to be unambiguous about the source of the definition of the symbol.", + "min": 0, + "definition": "The identification of the code system that defines the meaning of the symbol in the code.", + "short": "Identity of the terminology system", + "mapping": [ + { "map": "C*E.3", "identity": "v2" }, + { "map": "./codeSystem", "identity": "rim" }, + { + "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem", + "identity": "orim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Coding.system", + "comment": "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.", + "isSummary": true + }, + { + "path": "Coding.version", + "min": 0, + "definition": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", + "short": "Version of the system - if relevant", + "mapping": [ + { "map": "C*E.7", "identity": "v2" }, + { "map": "./codeSystemVersion", "identity": "rim" }, + { + "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coding.version", + "comment": "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", + "isSummary": true + }, + { + "path": "Coding.code", + "requirements": "Need to refer to a particular code in the system.", + "min": 0, + "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", + "short": "Symbol in syntax defined by the system", + "mapping": [ + { "map": "C*E.1", "identity": "v2" }, + { "map": "./code", "identity": "rim" }, + { + "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code", + "identity": "orim" + } + ], + "type": [{ "code": "code" }], + "max": "1", + "id": "Coding.code", + "isSummary": true + }, + { + "path": "Coding.display", + "requirements": "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", + "min": 0, + "definition": "A representation of the meaning of the code in the system, following the rules of the system.", + "short": "Representation defined by the system", + "mapping": [ + { + "map": "C*E.2 - but note this is not well followed", + "identity": "v2" + }, + { "map": "CV.displayName", "identity": "rim" }, + { + "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Coding.display", + "isSummary": true + }, + { + "path": "Coding.userSelected", + "requirements": "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", + "min": 0, + "definition": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).", + "short": "If this coding was chosen directly by the user", + "mapping": [ + { + "map": "Sometimes implied by being first", + "identity": "v2" + }, + { "map": "CD.codingRationale", "identity": "rim" }, + { + "map": "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [ fhir:source \"true\"; fhir:target dt:CDCoding.codingRationale\\#O ]", + "identity": "orim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Coding.userSelected", + "comment": "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ChargeItem/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "ChargeItem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "ChargeItem", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "ChargeItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItem", + "differential": { + "element": [ + { + "id": "ChargeItem", + "max": "*", + "min": 0, + "path": "ChargeItem", + "short": "Item containing charge code(s) associated with the provision of healthcare provider products", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "FT1", "identity": "v2" }, + { "map": "Act[moodCode=EVN]", "identity": "rim" } + ], + "definition": "The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation." + }, + { + "path": "ChargeItem.identifier", + "requirements": "Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Identifiers assigned to this event performer or other systems.", + "short": "Business Identifier for item", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "FT1.2", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ChargeItem.identifier", + "isSummary": true + }, + { + "path": "ChargeItem.definitionUri", + "min": 0, + "definition": "References the (external) source of pricing information, rules of application for the code this ChargeItem uses.", + "short": "Defining information about the code of this charge item", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "ChargeItem.definitionUri", + "isSummary": false + }, + { + "path": "ChargeItem.definitionCanonical", + "min": 0, + "definition": "References the source of pricing information, rules of application for the code this ChargeItem uses.", + "short": "Resource defining the code of this ChargeItem", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "max": "*", + "id": "ChargeItem.definitionCanonical", + "isSummary": false + }, + { + "path": "ChargeItem.status", + "min": 1, + "definition": "The current state of the ChargeItem.", + "isModifier": true, + "short": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a ChargeItem." + }, + "max": "1", + "id": "ChargeItem.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ChargeItem.partOf", + "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", + "min": 0, + "definition": "ChargeItems can be grouped to larger ChargeItems covering the whole set.", + "short": "Part of referenced ChargeItem", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ] + } + ], + "alias": ["container"], + "max": "*", + "id": "ChargeItem.partOf", + "isSummary": false + }, + { + "path": "ChargeItem.code", + "min": 1, + "definition": "A code that identifies the charge, like a billing code.", + "short": "A code that identifies the charge, like a billing code", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemCode" + } + ], + "description": "Example set of codes that can be used for billing purposes." + }, + "alias": ["type"], + "max": "1", + "id": "ChargeItem.code", + "isSummary": true + }, + { + "path": "ChargeItem.subject", + "requirements": "Links the event to the Patient context.", + "min": 1, + "definition": "The individual or set of individuals the action is being or was performed on.", + "short": "Individual service was done for/to", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PAT in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "ChargeItem.subject", + "isSummary": true + }, + { + "path": "ChargeItem.context", + "requirements": "Links the request to the Encounter context.", + "min": 0, + "definition": "The encounter or episode of care that establishes the context for this event.", + "short": "Encounter / Episode associated with event", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "PV1 in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "alias": ["encounter"], + "max": "1", + "id": "ChargeItem.context", + "isSummary": true + }, + { + "path": "ChargeItem.occurrence[x]", + "min": 0, + "definition": "Date/time(s) or duration when the charged service was applied.", + "short": "When the charged service was applied", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "alias": ["timing"], + "max": "1", + "id": "ChargeItem.occurrence[x]", + "comment": "The list of types may be constrained as appropriate for the type of charge item.", + "isSummary": true + }, + { + "path": "ChargeItem.performer", + "min": 0, + "definition": "Indicates who or what performed or participated in the charged service.", + "short": "Who performed charged service", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ChargeItem.performer", + "isSummary": false + }, + { + "path": "ChargeItem.performer.function", + "min": 0, + "definition": "Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.).", + "short": "What type of performance was done", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemPerformerFunction" + } + ], + "description": "Codes describing the types of functional roles performers can take on when performing events." + }, + "max": "1", + "id": "ChargeItem.performer.function", + "isSummary": false + }, + { + "path": "ChargeItem.performer.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed or participated in the service.", + "short": "Individual who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "ChargeItem.performer.actor", + "isSummary": false + }, + { + "path": "ChargeItem.performingOrganization", + "min": 0, + "definition": "The organization requesting the service.", + "short": "Organization providing the charged service", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ChargeItem.performingOrganization", + "comment": "Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered.", + "isSummary": false + }, + { + "path": "ChargeItem.requestingOrganization", + "min": 0, + "definition": "The organization performing the service.", + "short": "Organization requesting the charged service", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ChargeItem.requestingOrganization", + "comment": "The rendered Service might not be associated with a Request. This property indicates which Organization requested the services to be rendered. (In many cases, this may just be the Department associated with the Encounter.location).", + "isSummary": false + }, + { + "path": "ChargeItem.costCenter", + "min": 0, + "definition": "The financial cost center permits the tracking of charge attribution.", + "short": "Organization that has ownership of the (potential, future) revenue", + "mapping": [{ "map": "FT1.13", "identity": "v2" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ChargeItem.costCenter", + "comment": "The costCenter could either be given as a reference to an Organization(Role) resource or as the identifier of the cost center determined by Reference.identifier.value and Reference.identifier.system, depending on use case requirements.", + "isSummary": false + }, + { + "path": "ChargeItem.quantity", + "min": 0, + "definition": "Quantity of which the charge item has been serviced.", + "short": "Quantity of which the charge item has been serviced", + "mapping": [{ "map": "FT1.10", "identity": "v2" }], + "type": [{ "code": "Quantity" }], + "max": "1", + "id": "ChargeItem.quantity", + "comment": "In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code.", + "isSummary": true + }, + { + "path": "ChargeItem.bodysite", + "min": 0, + "definition": "The anatomical location where the related service has been applied.", + "short": "Anatomical location, if relevant", + "mapping": [ + { "map": ".targetBodySiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "*", + "id": "ChargeItem.bodysite", + "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](extension-bodysite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "isSummary": true + }, + { + "path": "ChargeItem.factorOverride", + "min": 0, + "definition": "Factor overriding the factor determined by the rules associated with the code.", + "short": "Factor overriding the associated rules", + "mapping": [{ "map": "FT1.26", "identity": "v2" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "ChargeItem.factorOverride", + "comment": "There is no reason to carry the factor in the instance of a ChargeItem unless special circumstances require a manual override. The factors are usually defined by a set of rules in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": false + }, + { + "path": "ChargeItem.priceOverride", + "min": 0, + "definition": "Total price of the charge overriding the list price associated with the code.", + "short": "Price overriding the associated rules", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "max": "1", + "id": "ChargeItem.priceOverride", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": false + }, + { + "path": "ChargeItem.overrideReason", + "min": 0, + "definition": "If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action.", + "short": "Reason for overriding the list price/factor", + "type": [{ "code": "string" }], + "max": "1", + "id": "ChargeItem.overrideReason", + "comment": "Derived Profiles may choose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", + "isSummary": false + }, + { + "path": "ChargeItem.enterer", + "min": 0, + "definition": "The device, practitioner, etc. who entered the charge item.", + "short": "Individual who was entering", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "ChargeItem.enterer", + "comment": "The enterer is also the person considered responsible for factor/price overrides if applicable.", + "isSummary": true + }, + { + "path": "ChargeItem.enteredDate", + "min": 0, + "definition": "Date the charge item was entered.", + "short": "Date the charge item was entered", + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "ChargeItem.enteredDate", + "comment": "The actual date when the service associated with the charge has been rendered is captured in occurrence[x].", + "isSummary": true + }, + { + "path": "ChargeItem.reason", + "min": 0, + "definition": "Describes why the event occurred in coded or textual form.", + "short": "Why was the charged service rendered?", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemReason" + } + ], + "description": "Example binding for reason." + }, + "max": "*", + "id": "ChargeItem.reason", + "comment": "If the application of the charge item requires a reason to be given, it can be captured here. Textual reasons can be captured using reasonCode.text.", + "isSummary": false + }, + { + "path": "ChargeItem.service", + "min": 0, + "definition": "Indicated the rendered service that caused this charge.", + "short": "Which rendered service is being charged?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" + ] + } + ], + "max": "*", + "id": "ChargeItem.service", + "isSummary": false + }, + { + "path": "ChargeItem.product[x]", + "min": 0, + "definition": "Identifies the device, food, drug or other product being charged either by type code or reference to an instance.", + "short": "Product charged", + "mapping": [ + { + "map": ".participation[typeCode=CSM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + { "code": "CodeableConcept" } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemProduct" + } + ], + "description": "Example binding for product type." + }, + "max": "1", + "id": "ChargeItem.product[x]", + "isSummary": false + }, + { + "path": "ChargeItem.account", + "min": 0, + "definition": "Account into which this ChargeItems belongs.", + "short": "Account to place this charge", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "max": "*", + "id": "ChargeItem.account", + "comment": "Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the postprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate.", + "isSummary": true + }, + { + "path": "ChargeItem.note", + "min": 0, + "definition": "Comments made about the event by the performer, subject or other participants.", + "short": "Comments made about the ChargeItem", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "ChargeItem.note", + "isSummary": false + }, + { + "path": "ChargeItem.supportingInformation", + "min": 0, + "definition": "Further information supporting this charge.", + "short": "Further information supporting this charge", + "mapping": [ + { + "map": "Event.supportingInfo", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "ChargeItem.supportingInformation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A summary report that points to subordinate target reports.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "summaryOf", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Summary Of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-summaryOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-summaryOf", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Summary Of Other Reports", + "definition": "A summary report that points to subordinate target reports.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-summaryOf" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc. An address generally has only a delivery address line or a street address line, but not both.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryAddressLine", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryAddressLine", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryAddressLine", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryAddressLine", + "mapping": [ + { "map": "ADXP[partType=DAL]", "identity": "rim" } + ], + "definition": "A delivery address line is frequently used instead of breaking out delivery mode, delivery installation, etc. An address generally has only a delivery address line or a street address line, but not both." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryAddressLine" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Catalog entries are wrappers that contextualize items included in a catalog.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CatalogEntry/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "CatalogEntry", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CatalogEntry", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Documents" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "CatalogEntry", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CatalogEntry", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CatalogEntry", + "differential": { + "element": [ + { + "id": "CatalogEntry", + "max": "*", + "min": 0, + "path": "CatalogEntry", + "short": "An entry in a catalog", + "definition": "Catalog entries are wrappers that contextualize items included in a catalog." + }, + { + "id": "CatalogEntry.identifier", + "max": "*", + "min": 0, + "path": "CatalogEntry.identifier", + "type": [{ "code": "Identifier" }], + "short": "Unique identifier of the catalog item", + "isSummary": true, + "definition": "Used in supporting different identifiers for the same product, e.g. manufacturer code and retailer code." + }, + { + "id": "CatalogEntry.type", + "max": "1", + "min": 0, + "path": "CatalogEntry.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of item - medication, device, service, protocol or other", + "definition": "The type of item - medication, device, service, protocol or other." + }, + { + "id": "CatalogEntry.orderable", + "max": "1", + "min": 1, + "path": "CatalogEntry.orderable", + "type": [{ "code": "boolean" }], + "short": "Whether the entry represents an orderable item", + "isSummary": true, + "definition": "Whether the entry represents an orderable item." + }, + { + "id": "CatalogEntry.referencedItem", + "max": "1", + "min": 1, + "path": "CatalogEntry.referencedItem", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Binary" + ] + } + ], + "short": "The item that is being defined", + "isSummary": true, + "definition": "The item in a catalog or definition." + }, + { + "id": "CatalogEntry.additionalIdentifier", + "max": "*", + "min": 0, + "path": "CatalogEntry.additionalIdentifier", + "type": [{ "code": "Identifier" }], + "short": "Any additional identifier(s) for the catalog item, in the same granularity or concept", + "definition": "Used in supporting related concepts, e.g. NDC to RxNorm." + }, + { + "id": "CatalogEntry.classification", + "max": "*", + "min": 0, + "path": "CatalogEntry.classification", + "type": [{ "code": "CodeableConcept" }], + "short": "Classification (category or class) of the item entry", + "definition": "Classes of devices, or ATC for medication." + }, + { + "id": "CatalogEntry.status", + "max": "1", + "min": 0, + "path": "CatalogEntry.status", + "type": [{ "code": "code" }], + "short": "draft | active | retired | unknown", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "definition": "Used to support catalog exchange even for unsupported products, e.g. getting list of medications even if not prescribable." + }, + { + "id": "CatalogEntry.validityPeriod", + "max": "1", + "min": 0, + "path": "CatalogEntry.validityPeriod", + "type": [{ "code": "Period" }], + "short": "The time period in which this catalog entry is expected to be active", + "definition": "The time period in which this catalog entry is expected to be active." + }, + { + "id": "CatalogEntry.validTo", + "max": "1", + "min": 0, + "path": "CatalogEntry.validTo", + "type": [{ "code": "dateTime" }], + "short": "The date until which this catalog entry is expected to be active", + "definition": "The date until which this catalog entry is expected to be active." + }, + { + "id": "CatalogEntry.lastUpdated", + "max": "1", + "min": 0, + "path": "CatalogEntry.lastUpdated", + "type": [{ "code": "dateTime" }], + "short": "When was this catalog last updated", + "comment": "Perhaps not needed - if we use fhir resource metadata.", + "definition": "Typically date of issue is different from the beginning of the validity. This can be used to see when an item was last updated." + }, + { + "id": "CatalogEntry.additionalCharacteristic", + "max": "*", + "min": 0, + "path": "CatalogEntry.additionalCharacteristic", + "type": [{ "code": "CodeableConcept" }], + "short": "Additional characteristics of the catalog entry", + "definition": "Used for examplefor Out of Formulary, or any specifics." + }, + { + "id": "CatalogEntry.additionalClassification", + "max": "*", + "min": 0, + "path": "CatalogEntry.additionalClassification", + "type": [{ "code": "CodeableConcept" }], + "short": "Additional classification of the catalog entry", + "definition": "User for example for ATC classification, or." + }, + { + "id": "CatalogEntry.relatedEntry", + "max": "*", + "min": 0, + "path": "CatalogEntry.relatedEntry", + "type": [{ "code": "BackboneElement" }], + "short": "An item that this catalog entry is related to", + "definition": "Used for example, to point to a substance, or to a device used to administer a medication." + }, + { + "id": "CatalogEntry.relatedEntry.relationtype", + "max": "1", + "min": 1, + "path": "CatalogEntry.relatedEntry.relationtype", + "type": [{ "code": "code" }], + "short": "triggers | is-replaced-by", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/relation-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CatalogEntryRelationType" + } + ], + "description": "The type of relations between entries." + }, + "definition": "The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc." + }, + { + "id": "CatalogEntry.relatedEntry.item", + "max": "1", + "min": 1, + "path": "CatalogEntry.relatedEntry.item", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CatalogEntry" + ] + } + ], + "short": "The reference to the related item", + "definition": "The reference to the related item." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates the type of specific unit contained within a building or complex. E.g. Appartment, Floor.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-unitType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-unitType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-unitType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "unitType", + "mapping": [ + { "map": "ADXP[partType=UNIT]", "identity": "rim" } + ], + "definition": "Indicates the type of specific unit contained within a building or complex. E.g. Appartment, Floor." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A FHIRPath statement that defines whether an element is in the slice.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-selector/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "selector", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-selector", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-selector", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-selector", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "FHIRPath that defines the selection criteria for a slice", + "comment": "This extension can only appear on element definitions that are part of a set of slices, and not on the slicing definition itself. If the selector appears in the presence of nominated slices discriminators, then the slicing defined by the discriminator(s) and the selector on each slice must agree. In the absence of any nominated discriminators, then an element is allowed to be in multiple slices.", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "A FHIRPath statement that defines whether an element is in the slice." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-selector" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This is the base resource type for everything.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Resource/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Resource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "Resource", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Resource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Resource", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Resource", + "differential": { + "element": [ + { + "id": "Resource", + "max": "*", + "min": 0, + "path": "Resource", + "short": "Base Resource", + "mapping": [ + { "map": "Entity. Role, or Act", "identity": "rim" } + ], + "definition": "This is the base resource type for everything." + }, + { + "path": "Resource.id", + "min": 0, + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "short": "Logical id of this artifact", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ] + } + ], + "max": "1", + "id": "Resource.id", + "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", + "isSummary": true + }, + { + "id": "Resource.meta", + "max": "1", + "min": 0, + "path": "Resource.meta", + "type": [{ "code": "Meta" }], + "short": "Metadata about the resource", + "isSummary": true, + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." + }, + { + "path": "Resource.implicitRules", + "min": 0, + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "isModifier": true, + "short": "A set of rules under which this content was created", + "type": [{ "code": "uri" }], + "max": "1", + "id": "Resource.implicitRules", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", + "isSummary": true + }, + { + "path": "Resource.language", + "min": 0, + "definition": "The base language in which the resource is written.", + "short": "Language of the resource content", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "Resource.language", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute)." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "Indicates how the individual completing the QuestionnaireResponse provided their responses.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "completionMode", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaireresponse-completionMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode", + "context": [ + { "type": "element", "expression": "QuestionnaireResponse" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaireresponse-completionMode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "E.g. Verbal, written, electronic", + "definition": "Indicates how the individual completing the QuestionnaireResponse provided their responses." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaireresponse-completionMode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaireresponse-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompletionMode" + } + ], + "description": "Codes indicating how the questionnaire was completed." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the units of measure in which the element should be captured or expressed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "allowedUnits", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-allowedUnits", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits", + "context": [{ "type": "element", "expression": "ElementDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-allowedUnits", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Units to use for measured value", + "comment": "Use a value set if more than one unit of measure is possible. Value sets will typically be short enough to display in a drop-down selection list.", + "mapping": [ + { "map": "OM2.2", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "Identifies the units of measure in which the element should be captured or expressed." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Units" + } + ], + "description": "Units of measure allowed for an element." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The Measure resource provides the definition of a quality measure.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Measure/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Quality Information)", + "fhirVersion": "4.0.1", + "name": "Measure", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Measure", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + } + ], + "status": "draft", + "id": "Measure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Measure", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Measure", + "differential": { + "element": [ + { + "id": "Measure", + "max": "*", + "min": 0, + "path": "Measure", + "short": "A quality measure definition", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "mea-1", + "human": "Stratifier SHALL be either a single criteria or a set of criteria components", + "xpath": "exists(f:group/stratifier/code) or exists(f:group/stratifier/component)", + "severity": "error", + "expression": "group.stratifier.all((code | description | criteria).exists() xor component.exists())" + }, + { + "key": "mea-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The Measure resource provides the definition of a quality measure." + }, + { + "path": "Measure.url", + "requirements": "Allows the measure to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this measure when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this measure is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the measure is stored on different servers.", + "short": "Canonical identifier for this measure, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Measure.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Measure.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this measure when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the measure", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Measure.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this measure outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Measure.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the measure when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the measure author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the measure", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.version", + "comment": "There may be different measure instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the measure with the format [url]|[version].", + "isSummary": true + }, + { + "path": "Measure.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the measure. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this measure (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Measure.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the measure.", + "short": "Name for this measure (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "Measure.subtitle", + "max": "1", + "min": 0, + "path": "Measure.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the measure", + "definition": "An explanatory or alternate title for the measure giving additional information about its content." + }, + { + "path": "Measure.status", + "min": 1, + "definition": "The status of this measure. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Measure.status", + "comment": "Allows filtering of measures that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Measure.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level measure.", + "min": 0, + "definition": "A Boolean value to indicate that this measure is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Measure.experimental", + "comment": "Allows filtering of measures that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Measure.subject[x]", + "min": 0, + "definition": "The intended subjects for the measure. If this element is not provided, a Patient subject is assumed, but the subject of the measure can be anything.", + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a measure (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "Measure.subject[x]", + "comment": "The subject of the measure is critical in interpreting the criteria definitions, as the logic in the measures is evaluated with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what content is available based on its relationship to the subject. In CQL, this corresponds to the context declaration." + }, + { + "path": "Measure.date", + "min": 0, + "definition": "The date (and optionally time) when the measure was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the measure changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "Measure.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the measure. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "Measure.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the measure. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the measure.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the measure is the organization or individual primarily responsible for the maintenance and upkeep of the measure. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the measure. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Measure.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "Measure.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "Measure.description", + "min": 0, + "definition": "A free text natural language description of the measure from a consumer's perspective.", + "short": "Natural language description of the measure", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Measure.description", + "comment": "This description can be used to capture details such as why the measure was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the measure as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the measure is presumed to be the predominant language in the place the measure was created).", + "isSummary": true + }, + { + "path": "Measure.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate measure instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "Measure.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Measure.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the measure is intended to be used.", + "short": "Intended jurisdiction for measure (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Measure.jurisdiction", + "comment": "It may be possible for the measure to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "Measure.purpose", + "min": 0, + "definition": "Explanation of why this measure is needed and why it has been designed as it has.", + "short": "Why this measure is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Measure.purpose", + "comment": "This element does not describe the usage of the measure. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this measure." + }, + { + "id": "Measure.usage", + "max": "1", + "min": 0, + "path": "Measure.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the measure", + "definition": "A detailed description, from a clinical perspective, of how the measure is used." + }, + { + "path": "Measure.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the measure and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the measure and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the measure.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Measure.copyright" + }, + { + "path": "Measure.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the measure was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Measure.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "Measure.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the measure was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Measure.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "Measure.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the measure are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the measure content was or is planned to be in active use.", + "short": "When the measure is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Measure.effectivePeriod", + "comment": "The effective period for a measure determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "Measure.topic", + "requirements": "Repositories must be able to determine how to categorize the measure so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the measure. Topics provide a high-level categorization grouping types of measures that can be useful for filtering and searching.", + "short": "The category of the measure, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "Measure.topic" + }, + { + "id": "Measure.author", + "max": "*", + "min": 0, + "path": "Measure.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "Measure.editor", + "max": "*", + "min": 0, + "path": "Measure.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "Measure.reviewer", + "max": "*", + "min": 0, + "path": "Measure.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "Measure.endorser", + "max": "*", + "min": 0, + "path": "Measure.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "Measure.relatedArtifact", + "requirements": "Measures must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "Measure.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "Measure.library", + "max": "*", + "min": 0, + "path": "Measure.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "short": "Logic used by the measure", + "definition": "A reference to a Library resource containing the formal logic used by the measure." + }, + { + "path": "Measure.disclaimer", + "requirements": "Some organizations require that notices and disclosures be included when publishing measures that reference their intellecutal property.", + "min": 0, + "definition": "Notices and disclaimers regarding the use of the measure or related to intellectual property (such as code systems) referenced by the measure.", + "short": "Disclaimer for use of the measure or its referenced content", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Measure.disclaimer", + "isSummary": true + }, + { + "path": "Measure.scoring", + "min": 0, + "definition": "Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented.", + "short": "proportion | ratio | continuous-variable | cohort", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoring" + } + ], + "description": "The scoring type of the measure." + }, + "max": "1", + "id": "Measure.scoring", + "isSummary": true + }, + { + "path": "Measure.compositeScoring", + "min": 0, + "definition": "If this is a composite measure, the scoring method used to combine the component measures to determine the composite score.", + "short": "opportunity | all-or-nothing | linear | weighted", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/composite-measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompositeMeasureScoring" + } + ], + "description": "The composite scoring method of the measure." + }, + "max": "1", + "id": "Measure.compositeScoring", + "isSummary": true + }, + { + "path": "Measure.type", + "min": 0, + "definition": "Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization.", + "short": "process | outcome | structure | patient-reported-outcome | composite", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureType" + } + ], + "description": "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368)." + }, + "max": "*", + "id": "Measure.type", + "isSummary": true + }, + { + "path": "Measure.riskAdjustment", + "min": 0, + "definition": "A description of the risk adjustment factors that may impact the resulting score for the measure and how they may be accounted for when computing and reporting measure results.", + "short": "How risk adjustment is applied for this measure", + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.riskAdjustment", + "comment": "Describes the method of adjusting for clinical severity and conditions present at the start of care that can influence patient outcomes for making valid comparisons of outcome measures across providers. Indicates whether a measure is subject to the statistical process for reducing, removing, or clarifying the influences of confounding factors to allow for more useful comparisons.", + "isSummary": true + }, + { + "path": "Measure.rateAggregation", + "min": 0, + "definition": "Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result.", + "short": "How is rate aggregation performed for this measure", + "type": [{ "code": "string" }], + "max": "1", + "id": "Measure.rateAggregation", + "comment": "The measure rate for an organization or clinician is based upon the entities’ aggregate data and summarizes the performance of the entity over a given time period (e.g., monthly, quarterly, yearly). The aggregated data are derived from the results of a specific measure algorithm and, if appropriate, the application of specific risk adjustment models. Can also be used to describe how to risk adjust the data based on supplemental data elements described in the eMeasure (e.g., pneumonia hospital measures antibiotic selection in the ICU versus non-ICU and then the roll-up of the two). This could be applied to aggregated cohort measure definitions (e.g., CDC's aggregate reporting for TB at the state level).", + "isSummary": true + }, + { + "path": "Measure.rationale", + "requirements": "Measure developers need to be able to provide a detailed description of the purpose of the measure. This element provides detailed rationale, where the purpose element provides a summary of the rationale.", + "min": 0, + "definition": "Provides a succinct statement of the need for the measure. Usually includes statements pertaining to importance criterion: impact, gap in care, and evidence.", + "short": "Detailed description of why the measure exists", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Measure.rationale", + "isSummary": true + }, + { + "id": "Measure.clinicalRecommendationStatement", + "max": "1", + "min": 0, + "path": "Measure.clinicalRecommendationStatement", + "type": [{ "code": "markdown" }], + "short": "Summary of clinical guidelines", + "isSummary": true, + "definition": "Provides a summary of relevant clinical guidelines or other clinical recommendations supporting the measure." + }, + { + "path": "Measure.improvementNotation", + "requirements": "Measure consumers and implementers must be able to determine how to interpret a measure score.", + "min": 0, + "definition": "Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).", + "short": "increase | decrease", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureImprovementNotation" + } + ], + "description": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue." + }, + "max": "1", + "id": "Measure.improvementNotation", + "isSummary": true + }, + { + "path": "Measure.definition", + "requirements": "Measure developers must be able to provide precise definitions of terms used within measure descriptions and guidance to help communicate the intent of the measure.", + "min": 0, + "definition": "Provides a description of an individual term used within the measure.", + "short": "Defined terms used in the measure documentation", + "type": [{ "code": "markdown" }], + "max": "*", + "id": "Measure.definition", + "isSummary": true + }, + { + "path": "Measure.guidance", + "requirements": "Measure developers must be able to provide additional guidance for implementers to understand the intent with greater specificity than that provided in the population criteria of the measure. This element provides detailed guidance, where the usage element provides a summary of the guidance.", + "min": 0, + "definition": "Additional guidance for the measure including how it can be used in a clinical context, and the intent of the measure.", + "short": "Additional guidance for implementers", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Measure.guidance", + "isSummary": true + }, + { + "id": "Measure.group", + "max": "*", + "min": 0, + "path": "Measure.group", + "type": [{ "code": "BackboneElement" }], + "short": "Population criteria group", + "definition": "A group of population criteria for the measure." + }, + { + "id": "Measure.group.code", + "max": "1", + "min": 0, + "path": "Measure.group.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Meaning of the group", + "definition": "Indicates a meaning for the group. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing groups to be correlated across measures." + }, + { + "id": "Measure.group.description", + "max": "1", + "min": 0, + "path": "Measure.group.description", + "type": [{ "code": "string" }], + "short": "Summary description", + "definition": "The human readable description of this population group." + }, + { + "id": "Measure.group.population", + "max": "*", + "min": 0, + "path": "Measure.group.population", + "type": [{ "code": "BackboneElement" }], + "short": "Population criteria", + "definition": "A population criteria for the measure." + }, + { + "id": "Measure.group.population.code", + "max": "1", + "min": 0, + "path": "Measure.group.population.code", + "type": [{ "code": "CodeableConcept" }], + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulationType" + } + ], + "description": "The type of population." + }, + "definition": "The type of population criteria." + }, + { + "id": "Measure.group.population.description", + "max": "1", + "min": 0, + "path": "Measure.group.population.description", + "type": [{ "code": "string" }], + "short": "The human readable description of this population criteria", + "definition": "The human readable description of this population criteria." + }, + { + "id": "Measure.group.population.criteria", + "max": "1", + "min": 1, + "path": "Measure.group.population.criteria", + "type": [{ "code": "Expression" }], + "short": "The criteria that defines this population", + "comment": "In the case of a continuous-variable or ratio measure, this may be the name of a function that calculates the value of the individual observation for each patient or event in the population. For these types of measures, individual observations are reported as observation resources included in the evaluatedResources bundle for each patient. See the MeasureReport resource or the Quality Reporting topic for more information.", + "definition": "An expression that specifies the criteria for the population, typically the name of an expression in a library." + }, + { + "id": "Measure.group.stratifier", + "max": "*", + "min": 0, + "path": "Measure.group.stratifier", + "type": [{ "code": "BackboneElement" }], + "short": "Stratifier criteria for the measure", + "definition": "The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." + }, + { + "id": "Measure.group.stratifier.code", + "max": "1", + "min": 0, + "path": "Measure.group.stratifier.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Meaning of the stratifier", + "definition": "Indicates a meaning for the stratifier. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures." + }, + { + "id": "Measure.group.stratifier.description", + "max": "1", + "min": 0, + "path": "Measure.group.stratifier.description", + "type": [{ "code": "string" }], + "short": "The human readable description of this stratifier", + "definition": "The human readable description of this stratifier criteria." + }, + { + "id": "Measure.group.stratifier.criteria", + "max": "1", + "min": 0, + "path": "Measure.group.stratifier.criteria", + "type": [{ "code": "Expression" }], + "short": "How the measure should be stratified", + "definition": "An expression that specifies the criteria for the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element." + }, + { + "id": "Measure.group.stratifier.component", + "max": "*", + "min": 0, + "path": "Measure.group.stratifier.component", + "type": [{ "code": "BackboneElement" }], + "short": "Stratifier criteria component for the measure", + "comment": "Stratifiers are defined either as a single criteria, or as a set of component criteria.", + "definition": "A component of the stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path." + }, + { + "id": "Measure.group.stratifier.component.code", + "max": "1", + "min": 0, + "path": "Measure.group.stratifier.component.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Meaning of the stratifier component", + "definition": "Indicates a meaning for the stratifier component. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures." + }, + { + "id": "Measure.group.stratifier.component.description", + "max": "1", + "min": 0, + "path": "Measure.group.stratifier.component.description", + "type": [{ "code": "string" }], + "short": "The human readable description of this stratifier component", + "definition": "The human readable description of this stratifier criteria component." + }, + { + "id": "Measure.group.stratifier.component.criteria", + "max": "1", + "min": 1, + "path": "Measure.group.stratifier.component.criteria", + "type": [{ "code": "Expression" }], + "short": "Component of how the measure should be stratified", + "definition": "An expression that specifies the criteria for this component of the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element." + }, + { + "id": "Measure.supplementalData", + "max": "*", + "min": 0, + "path": "Measure.supplementalData", + "type": [{ "code": "BackboneElement" }], + "short": "What other data should be reported with the measure", + "comment": "Note that supplemental data are reported as observations for each patient and included in the evaluatedResources bundle. See the MeasureReport resource or the Quality Reporting topic for more information.", + "definition": "The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path." + }, + { + "id": "Measure.supplementalData.code", + "max": "1", + "min": 0, + "path": "Measure.supplementalData.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Meaning of the supplemental data", + "definition": "Indicates a meaning for the supplemental data. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing supplemental data to be correlated across measures." + }, + { + "id": "Measure.supplementalData.usage", + "max": "*", + "min": 0, + "path": "Measure.supplementalData.usage", + "type": [{ "code": "CodeableConcept" }], + "short": "supplemental-data | risk-adjustment-factor", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-data-usage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureDataUsage" + } + ], + "description": "The intended usage for supplemental data elements in the measure." + }, + "definition": "An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation." + }, + { + "id": "Measure.supplementalData.description", + "max": "1", + "min": 0, + "path": "Measure.supplementalData.description", + "type": [{ "code": "string" }], + "short": "The human readable description of this supplemental data", + "definition": "The human readable description of this supplemental data." + }, + { + "id": "Measure.supplementalData.criteria", + "max": "1", + "min": 1, + "path": "Measure.supplementalData.criteria", + "type": [{ "code": "Expression" }], + "short": "Expression describing additional data to be reported", + "definition": "The criteria for the supplemental data. This is typically the name of a valid expression defined within a referenced library, but it may also be a path to a specific data element. The criteria defines the data to be returned for this element." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An invariant that must be satisfied before responses to the questionnaire can be considered \"complete\".", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-constraint/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "constraint", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-constraint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint", + "context": [ + { "type": "element", "expression": "Questionnaire" }, + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-constraint", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Constraint", + "comment": "This maps to the ElementDefinition.constraint element.", + "definition": "An invariant that must be satisfied before responses to the questionnaire can be considered \"complete\"." + }, + { + "id": "Extension.extension:key", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Unique identifier", + "sliceName": "key", + "definition": "Unique id for the constraint within the questionnaire." + }, + { + "id": "Extension.extension:key.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:key.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "key" + }, + { + "id": "Extension.extension:key.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "id" }] + }, + { + "id": "Extension.extension:requirements", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Why needed", + "sliceName": "requirements", + "definition": "An explanation of why this extension is required (for documentation purposes)." + }, + { + "id": "Extension.extension:requirements.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:requirements.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "requirements" + }, + { + "id": "Extension.extension:requirements.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:severity", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "error|warning", + "sliceName": "severity", + "definition": "Indicates how serious violating the invariant is." + }, + { + "id": "Extension.extension:severity.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:severity.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "severity" + }, + { + "id": "Extension.extension:severity.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConstraintSeverity" + } + ], + "description": "How important the invariant is." + } + }, + { + "id": "Extension.extension:expression", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Formal rule", + "sliceName": "expression", + "definition": "The FHIRPath expression of the rule for computable interpretation." + }, + { + "id": "Extension.extension:expression.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:expression.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "expression" + }, + { + "id": "Extension.extension:expression.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:human", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Human-readable rule", + "sliceName": "human", + "definition": "A free text expression of the rule to display to the user if the rule is violated." + }, + { + "id": "Extension.extension:human.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:human.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "human" + }, + { + "id": "Extension.extension:human.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:location", + "max": "*", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Relative path to elements", + "sliceName": "location", + "definition": "Relative paths to the questions this rule is enforced against." + }, + { + "id": "Extension.extension:location.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:location.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "location" + }, + { + "id": "Extension.extension:location.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-constraint" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A resource that includes narrative, extensions, and contained resources.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DomainResource/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "DomainResource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "DomainResource", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "DomainResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DomainResource", + "differential": { + "element": [ + { + "id": "DomainResource", + "max": "*", + "min": 0, + "path": "DomainResource", + "short": "A resource with narrative, extensions, and contained resources", + "mapping": [ + { "map": "Entity. Role, or Act", "identity": "rim" } + ], + "constraint": [ + { + "key": "dom-2", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "xpath": "not(parent::f:contained and f:contained)", + "severity": "error", + "expression": "contained.contained.empty()" + }, + { + "key": "dom-4", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", + "severity": "error", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" + }, + { + "key": "dom-3", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", + "severity": "error", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" + }, + { + "key": "dom-6", + "human": "A resource should have narrative for robust management", + "xpath": "exists(f:text/h:div)", + "severity": "warning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "expression": "text.`div`.exists()" + }, + { + "key": "dom-5", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "xpath": "not(exists(f:contained/*/f:meta/f:security))", + "severity": "error", + "expression": "contained.meta.security.empty()" + } + ], + "definition": "A resource that includes narrative, extensions, and contained resources." + }, + { + "path": "DomainResource.text", + "min": 0, + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "short": "Text summary of the resource, for human interpretation", + "mapping": [{ "map": "Act.text?", "identity": "rim" }], + "type": [{ "code": "Narrative" }], + "alias": ["narrative", "html", "xhtml", "display"], + "max": "1", + "id": "DomainResource.text", + "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later." + }, + { + "path": "DomainResource.contained", + "min": 0, + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", + "short": "Contained, inline Resources", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Resource" }], + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "max": "*", + "id": "DomainResource.contained", + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels." + }, + { + "path": "DomainResource.extension", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "short": "Additional content defined by implementations", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content"], + "max": "*", + "id": "DomainResource.extension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." + }, + { + "path": "DomainResource.modifierExtension", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "isModifier": true, + "short": "Extensions that cannot be ignored", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content"], + "max": "*", + "id": "DomainResource.modifierExtension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "Captures the reason for the current state of the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-statusReason/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "statusReason", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reason for current status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-statusReason", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-statusReason", + "context": [ + { "type": "element", "expression": "DeviceRequest" }, + { "type": "element", "expression": "ServiceRequest" }, + { "type": "element", "expression": "NutritionOrder" }, + { "type": "element", "expression": "SupplyRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-statusReason", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Reason for current status", + "comment": "This is generally only used for \"exception\" statuses such as \"suspended\" or \"cancelled\". The reason for performing the request at all is captured in reasonCode, not here. (Distinct reason codes for different statuses can be enforced using invariants if they are universal bindings).", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "definition": "Captures the reason for the current state of the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-statusReason" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StatusReason" + } + ], + "description": "Codes identifying the reason for the current state of an event." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Completed or terminated task(s) whose function is taken by this new task.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/task-replaces/4.0.1", + "date": "2017-02-16", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR I WG", + "fhirVersion": "4.0.1", + "name": "replaces", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "task-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/task-replaces", + "context": [{ "type": "element", "expression": "Task" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/task-replaces", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Task(s) replaced by this Task", + "comment": "The replacement could be because the initial task was immediately rejected (due to an issue) or because the previous task was completed, but the need for the action described by the task remains ongoing.", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "definition": "Completed or terminated task(s) whose function is taken by this new task." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/task-replaces" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Explanation of what this profile contains/is for.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/synthesis/4.0.1", + "date": "2018-10-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Clinical Decision Support Workgroup", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to define and reuse the definition of individual elements of a research question.", + "name": "Evidence Synthesis Profile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Evidence", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "synthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/synthesis", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/synthesis", + "differential": { + "element": [ + { + "id": "Evidence", + "max": "*", + "min": 0, + "path": "Evidence", + "comment": "PICO stands for Population (the population within which exposures are being compared), Intervention (the conditional state or exposure state being described for its effect on outcomes), Comparison (the alternative conditional state or alternative exposure state being compared against), and Outcome (the result or effect of the intervention in the population).", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "0;0" + } + ] + }, + { + "path": "Evidence.url", + "requirements": "Allows the evidence to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this evidence when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this evidence is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the evidence is stored on different servers.", + "short": "Canonical identifier for this evidence, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Evidence.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Evidence.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this evidence when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the evidence", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Evidence.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this evidence outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Evidence.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the evidence when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the evidence author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the evidence", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Evidence.version", + "comment": "There may be different evidence instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the evidence with the format [url]|[version].", + "isSummary": true + }, + { + "path": "Evidence.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the evidence.", + "short": "Name for this evidence (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Evidence.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Evidence.shortTitle", + "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content.", + "min": 0, + "definition": "The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary.", + "short": "Title for use in informal contexts", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Evidence.shortTitle" + }, + { + "id": "Evidence.subtitle", + "max": "1", + "min": 0, + "path": "Evidence.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the Evidence", + "definition": "An explanatory or alternate title for the Evidence giving additional information about its content." + }, + { + "path": "Evidence.status", + "min": 1, + "definition": "The status of this evidence. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Evidence.status", + "comment": "Allows filtering of evidences that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Evidence.date", + "min": 0, + "definition": "The date (and optionally time) when the evidence was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the evidence changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "Evidence.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the evidence. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "Evidence.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the evidence. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the evidence.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Evidence.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence is the organization or individual primarily responsible for the maintenance and upkeep of the evidence. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Evidence.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "Evidence.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "Evidence.description", + "min": 0, + "definition": "A free text natural language description of the evidence from a consumer's perspective.", + "short": "Natural language description of the evidence", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Evidence.description", + "comment": "This description can be used to capture details such as why the evidence was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the evidence as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the evidence is presumed to be the predominant language in the place the evidence was created)." + }, + { + "id": "Evidence.note", + "max": "*", + "min": 0, + "path": "Evidence.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "Evidence.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the evidence and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the evidence and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the evidence.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Evidence.copyright" + }, + { + "path": "Evidence.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the evidence was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Evidence.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "Evidence.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the evidence was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Evidence.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "id": "Evidence.author", + "max": "*", + "min": 0, + "path": "Evidence.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "Evidence.editor", + "max": "*", + "min": 0, + "path": "Evidence.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "Evidence.reviewer", + "max": "*", + "min": 0, + "path": "Evidence.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "path": "Evidence.relatedArtifact", + "requirements": "Evidences must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "Evidence.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "Evidence.exposureBackground", + "max": "1", + "min": 1, + "path": "Evidence.exposureBackground", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What population?", + "definition": "A reference to a EvidenceVariable resource that defines the population for the research." + }, + { + "id": "Evidence.exposureVariant", + "max": "2", + "min": 1, + "path": "Evidence.exposureVariant", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What exposure?", + "definition": "A reference to a EvidenceVariable resource that defines the exposure for the research." + }, + { + "id": "Evidence.outcome", + "max": "*", + "min": 1, + "path": "Evidence.outcome", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What outcome?", + "definition": "A reference to a EvidenceVariable resomece that defines the outcome for the research." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Evidence" + }, + { + "description": "The anatomical location / body site(s) where the symptoms manifested.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-location/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "location", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-location", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-location", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-location", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Body site of manifestations", + "definition": "The anatomical location / body site(s) where the symptoms manifested." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-location" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If the value is not a proper value, indicates the reason.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "nullFlavor", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-nullFlavor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-nullFlavor", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "NI | OTH | NINF | PINF | UNK | ASKU | NAV | NASK | TRC | MSK | NA | QS", + "comment": "Considerable care must be used when using nullFlavor in this context of FHIR - more than any other concept, this is tied to the way v3 works, and FHIR is quite different. For instance, there is no notion of a \"proper value\" as opposed to any other value in FHIR. a NullFlavor should be understood to mean, \"why information is missing\", and the nulFlavors OTH, NINF, PINF, and TRC should not be used.", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "ANY.nullFlavor", "identity": "rim" } + ], + "definition": "If the value is not a proper value, indicates the reason." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-NullFlavor|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NullFlavor" + } + ], + "description": "A collection of codes specifying why a valid value is not present." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Documentation or 'knowledge artifacts' relevant to the base resource such as citations, supporting evidence, documentation of processes, caveats around testing methodology.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "relatedArtifact", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Related Artifact", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-relatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact", + "context": [ + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Observation" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-relatedArtifact", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Documentation relevant to the 'parent' resource", + "comment": "Note that in contrast this extension, the [supportingInfo extension](extension-workflow-supportinginfo.html) references other resources *from the patient record* that were used in creating the resource.", + "definition": "Documentation or 'knowledge artifacts' relevant to the base resource such as citations, supporting evidence, documentation of processes, caveats around testing methodology." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-relatedArtifact" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "RelatedArtifact" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-label/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "label", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-label", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-label", + "context": [{ "type": "element", "expression": "CodeSystem.concept" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-label", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "E.g. \"(a)\", \"1.\", etc.", + "definition": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-label" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "FHIR Vital Signs Profile", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/vitalsigns/4.0.1", + "date": "2016-03-25", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "4.0.1", + "name": "observation-vitalsigns", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Vital Signs Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One status in `Observation.status`which has a [required](http://build.fhir.org/terminologies.html#extensible) binding to:\n - [ObservationStatus] value set.\n1. A category in `Observation.category` which must have:\n - a fixed `Observation.category.coding.system`=\"http://terminology.hl7.org/CodeSystem/observation-category\"\n - a fixed `Observation.category.coding.code`= \"vital-signs\"\n\n1. A code in `Observation.code`\n - a fixed `Observation.code.coding.system`= \"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible](http://build.fhir.org/terminologies.html#extensible) binding to:\n - [Vital Signs] value set.\n \n1. One patient in `Observation.subject`\n1. A date and time in `effectiveDateTime` or `effectivePeriod`\n1. Either one `Observation.value[x]` or, if there is no value, one code in `Observation.DataAbsentReason`\n - if a vital sign measure then:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code which has an required binding to the [Vital Signs Units] value set.\n - Observation.DataAbsentReason is bound to [Observation Value\n Absent Reason] value set.\n\n1. When using a panel code to group component observations (Note: See\n the comments regarding blood pressure in the table above), one or\n more `Observation.component.code` each of which must have:\n - a fixed\n `Observation.component.code.coding.system` =\"\"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible] binding to:\n - [Vital Signs Units] value set.\n\n1. Either one `Observation.component.valueQuantity` or, if there is\n no value, one code in `Observation.component.DataAbsentReason`\n - Observation.component.DataAbsentReason is bound to [Observation\n Value Absent Reason] value set.\n\n1. When using a panel code to group observations, one or more reference\n to Vitals Signs Observations in `Observation.related.target`\n - a fixed `Observation.related.type`= \"has-member\"\"\n\n [Vital Signs]: valueset-observation-vitalsignresult.html\n [Vital Signs Units]: valueset-ucum-vitals-common.html\n [extensible]: terminologies.html#extensible\n [ObservationStatus]: valueset-observation-status.html\n [Observation Value Absent Reason]: valueset-data-absent-reason.html\n[required]: terminologies.html#required\"" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "vitalsigns", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/vitalsigns", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "alias": ["Vital Signs", "Measurement", "Results", "Tests"], + "short": "FHIR Vital Signs Profile", + "constraint": [ + { + "key": "vs-2", + "human": "If there is no component or hasMember element then either a value[x] or a data absent reason must be present.", + "xpath": "f:component or f:memberOF or f:*[starts-with(local-name(.), 'value')] or f:dataAbsentReason", + "severity": "error", + "expression": "(component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())" + } + ], + "definition": "The FHIR Vitals Signs profile sets minimum expectations for the Observation Resource to record, search and fetch the vital signs associated with a patient." + }, + { + "id": "Observation.status", + "max": "1", + "min": 1, + "path": "Observation.status", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Status" + } + ] + }, + "mustSupport": true + }, + { + "id": "Observation.category", + "max": "*", + "min": 1, + "path": "Observation.category", + "type": [{ "code": "CodeableConcept" }], + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "coding.code", "type": "value" }, + { "path": "coding.system", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Observation.category:VSCat", + "max": "1", + "min": 1, + "path": "Observation.category", + "type": [{ "code": "CodeableConcept" }], + "sliceName": "VSCat", + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding", + "max": "*", + "min": 1, + "path": "Observation.category.coding", + "type": [{ "code": "Coding" }], + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding.system", + "max": "1", + "min": 1, + "path": "Observation.category.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category", + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding.code", + "max": "1", + "min": 1, + "path": "Observation.category.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "vital-signs", + "mustSupport": true + }, + { + "path": "Observation.code", + "requirements": "5. SHALL contain exactly one [1..1] code, where the @code SHOULD be selected from ValueSet HITSP Vital Sign Result Type 2.16.840.1.113883.3.88.12.80.62 DYNAMIC (CONF:7301).", + "min": 1, + "definition": "Coded Responses from C-CDA Vital Sign Results.", + "short": "Coded Responses from C-CDA Vital Sign Results", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSigns" + } + ], + "description": "This identifies the vital sign result type." + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.subject", + "max": "1", + "min": 1, + "path": "Observation.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "constraint": [ + { + "key": "vs-1", + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "xpath": "f:effectiveDateTime[matches(@value, '^\\d{4}-\\d{2}-\\d{2}')]", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + ], + "path": "Observation.effective[x]", + "min": 1, + "definition": "Often just a dateTime for Vital Signs.", + "short": "Often just a dateTime for Vital Signs", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": true, + "max": "1", + "id": "Observation.effective[x]", + "condition": ["vs-1"] + }, + { + "path": "Observation.value[x]", + "requirements": "9. SHALL contain exactly one [1..1] value with @xsi:type=\"PQ\" (CONF:7305).", + "min": 0, + "definition": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", + "short": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", + "mustSupport": true, + "max": "1", + "id": "Observation.value[x]", + "condition": ["vs-2"] + }, + { + "id": "Observation.dataAbsentReason", + "max": "1", + "min": 0, + "path": "Observation.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "condition": ["vs-2"], + "mustSupport": true + }, + { + "id": "Observation.hasMember", + "path": "Observation.hasMember", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + } + ], + "short": "Used when reporting vital signs panel components", + "definition": "Used when reporting vital signs panel components." + }, + { + "id": "Observation.derivedFrom", + "path": "Observation.derivedFrom", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Media", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + } + ] + }, + { + "id": "Observation.component", + "path": "Observation.component", + "short": "Used when reporting systolic and diastolic blood pressure.", + "constraint": [ + { + "key": "vs-3", + "human": "If there is no a value a data absent reason must be present", + "xpath": "f:*[starts-with(local-name(.), 'value')] or f:dataAbsentReason", + "severity": "error", + "expression": "value.exists() or dataAbsentReason.exists()" + } + ], + "definition": "Used when reporting systolic and diastolic blood pressure.", + "mustSupport": true + }, + { + "id": "Observation.component.code", + "max": "1", + "min": 1, + "path": "Observation.component.code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSigns" + } + ], + "description": "This identifies the vital sign result type." + }, + "mustSupport": true + }, + { + "path": "Observation.component.value[x]", + "requirements": "9. SHALL contain exactly one [1..1] value with @xsi:type=\"PQ\" (CONF:7305).", + "min": 0, + "definition": "Vital Sign Value recorded with UCUM.", + "short": "Vital Sign Value recorded with UCUM", + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-vitals-common|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSignsUnits" + } + ], + "description": "Common UCUM units for recording Vital Signs." + }, + "max": "1", + "id": "Observation.component.value[x]", + "condition": ["vs-3"] + }, + { + "id": "Observation.component.dataAbsentReason", + "max": "1", + "min": 0, + "path": "Observation.component.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "condition": ["vs-3"], + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Enforces the minimum information set for the activity definition metadata required by HL7 and other organizations that share and publish activity definitions", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Shareable ActivityDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ActivityDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/shareableactivitydefinition", + "differential": { + "element": [ + { + "id": "ActivityDefinition", + "max": "1", + "min": 1, + "path": "ActivityDefinition" + }, + { + "id": "ActivityDefinition.url", + "max": "1", + "min": 1, + "path": "ActivityDefinition.url", + "type": [{ "code": "uri" }] + }, + { + "id": "ActivityDefinition.identifier", + "path": "ActivityDefinition.identifier", + "mustSupport": true + }, + { + "id": "ActivityDefinition.version", + "max": "1", + "min": 1, + "path": "ActivityDefinition.version", + "type": [{ "code": "string" }] + }, + { + "id": "ActivityDefinition.name", + "max": "1", + "min": 1, + "path": "ActivityDefinition.name", + "type": [{ "code": "string" }] + }, + { + "id": "ActivityDefinition.title", + "max": "1", + "min": 0, + "path": "ActivityDefinition.title", + "mustSupport": true + }, + { + "id": "ActivityDefinition.experimental", + "max": "1", + "min": 1, + "path": "ActivityDefinition.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "ActivityDefinition.date", + "max": "1", + "min": 0, + "path": "ActivityDefinition.date", + "mustSupport": true + }, + { + "id": "ActivityDefinition.publisher", + "max": "1", + "min": 1, + "path": "ActivityDefinition.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "ActivityDefinition.contact", + "path": "ActivityDefinition.contact", + "mustSupport": true + }, + { + "id": "ActivityDefinition.description", + "max": "1", + "min": 1, + "path": "ActivityDefinition.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + }, + { + "id": "ActivityDefinition.useContext", + "path": "ActivityDefinition.useContext", + "mustSupport": true + }, + { + "id": "ActivityDefinition.jurisdiction", + "path": "ActivityDefinition.jurisdiction", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + }, + { + "description": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "SubstanceSourceMaterial", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceSourceMaterial", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceSourceMaterial", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceSourceMaterial", + "differential": { + "element": [ + { + "id": "SubstanceSourceMaterial", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial", + "short": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex", + "definition": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex." + }, + { + "id": "SubstanceSourceMaterial.sourceMaterialClass", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.sourceMaterialClass", + "type": [{ "code": "CodeableConcept" }], + "short": "General high level classification of the source material specific to the origin of the material", + "isSummary": true, + "definition": "General high level classification of the source material specific to the origin of the material." + }, + { + "id": "SubstanceSourceMaterial.sourceMaterialType", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.sourceMaterialType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent", + "isSummary": true, + "definition": "The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent." + }, + { + "id": "SubstanceSourceMaterial.sourceMaterialState", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.sourceMaterialState", + "type": [{ "code": "CodeableConcept" }], + "short": "The state of the source material when extracted", + "isSummary": true, + "definition": "The state of the source material when extracted." + }, + { + "id": "SubstanceSourceMaterial.organismId", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organismId", + "type": [{ "code": "Identifier" }], + "short": "The unique identifier associated with the source material parent organism shall be specified", + "isSummary": true, + "definition": "The unique identifier associated with the source material parent organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organismName", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organismName", + "type": [{ "code": "string" }], + "short": "The organism accepted Scientific name shall be provided based on the organism taxonomy", + "isSummary": true, + "definition": "The organism accepted Scientific name shall be provided based on the organism taxonomy." + }, + { + "id": "SubstanceSourceMaterial.parentSubstanceId", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.parentSubstanceId", + "type": [{ "code": "Identifier" }], + "short": "The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant)", + "isSummary": true, + "definition": "The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant)." + }, + { + "id": "SubstanceSourceMaterial.parentSubstanceName", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.parentSubstanceName", + "type": [{ "code": "string" }], + "short": "The parent substance of the Herbal Drug, or Herbal preparation", + "isSummary": true, + "definition": "The parent substance of the Herbal Drug, or Herbal preparation." + }, + { + "id": "SubstanceSourceMaterial.countryOfOrigin", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.countryOfOrigin", + "type": [{ "code": "CodeableConcept" }], + "short": "The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate", + "isSummary": true, + "definition": "The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate." + }, + { + "id": "SubstanceSourceMaterial.geographicalLocation", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.geographicalLocation", + "type": [{ "code": "string" }], + "short": "The place/region where the plant is harvested or the places/regions where the animal source material has its habitat", + "isSummary": true, + "definition": "The place/region where the plant is harvested or the places/regions where the animal source material has its habitat." + }, + { + "id": "SubstanceSourceMaterial.developmentStage", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.developmentStage", + "type": [{ "code": "CodeableConcept" }], + "short": "Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum)", + "isSummary": true, + "definition": "Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum)." + }, + { + "id": "SubstanceSourceMaterial.fractionDescription", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.fractionDescription", + "type": [{ "code": "BackboneElement" }], + "short": "Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels", + "isSummary": true, + "definition": "Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels." + }, + { + "id": "SubstanceSourceMaterial.fractionDescription.fraction", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.fractionDescription.fraction", + "type": [{ "code": "string" }], + "short": "This element is capturing information about the fraction of a plant part, or human plasma for fractionation", + "isSummary": true, + "definition": "This element is capturing information about the fraction of a plant part, or human plasma for fractionation." + }, + { + "id": "SubstanceSourceMaterial.fractionDescription.materialType", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.fractionDescription.materialType", + "type": [{ "code": "CodeableConcept" }], + "short": "The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1", + "isSummary": true, + "definition": "The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1." + }, + { + "id": "SubstanceSourceMaterial.organism", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism", + "type": [{ "code": "BackboneElement" }], + "short": "This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf", + "isSummary": true, + "definition": "This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf." + }, + { + "id": "SubstanceSourceMaterial.organism.family", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.family", + "type": [{ "code": "CodeableConcept" }], + "short": "The family of an organism shall be specified", + "isSummary": true, + "definition": "The family of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.genus", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.genus", + "type": [{ "code": "CodeableConcept" }], + "short": "The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies", + "isSummary": true, + "definition": "The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies." + }, + { + "id": "SubstanceSourceMaterial.organism.species", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.species", + "type": [{ "code": "CodeableConcept" }], + "short": "The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies", + "isSummary": true, + "definition": "The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies." + }, + { + "id": "SubstanceSourceMaterial.organism.intraspecificType", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.intraspecificType", + "type": [{ "code": "CodeableConcept" }], + "short": "The Intraspecific type of an organism shall be specified", + "isSummary": true, + "definition": "The Intraspecific type of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.intraspecificDescription", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.intraspecificDescription", + "type": [{ "code": "string" }], + "short": "The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention", + "isSummary": true, + "definition": "The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention." + }, + { + "id": "SubstanceSourceMaterial.organism.author", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.organism.author", + "type": [{ "code": "BackboneElement" }], + "short": "4.9.13.6.1 Author type (Conditional)", + "isSummary": true, + "definition": "4.9.13.6.1 Author type (Conditional)." + }, + { + "id": "SubstanceSourceMaterial.organism.author.authorType", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.author.authorType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name", + "isSummary": true, + "definition": "The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name." + }, + { + "id": "SubstanceSourceMaterial.organism.author.authorDescription", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.author.authorDescription", + "type": [{ "code": "string" }], + "short": "The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank)", + "isSummary": true, + "definition": "The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank)." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid", + "type": [{ "code": "BackboneElement" }], + "short": "4.9.13.8.1 Hybrid species maternal organism ID (Optional)", + "isSummary": true, + "definition": "4.9.13.8.1 Hybrid species maternal organism ID (Optional)." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId", + "type": [{ "code": "string" }], + "short": "The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal", + "isSummary": true, + "definition": "The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName", + "type": [{ "code": "string" }], + "short": "The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal", + "isSummary": true, + "definition": "The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId", + "type": [{ "code": "string" }], + "short": "The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary", + "isSummary": true, + "definition": "The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName", + "type": [{ "code": "string" }], + "short": "The name of the paternal species constituting the hybrid organism shall be specified", + "isSummary": true, + "definition": "The name of the paternal species constituting the hybrid organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.hybrid.hybridType", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.hybrid.hybridType", + "type": [{ "code": "CodeableConcept" }], + "short": "The hybrid type of an organism shall be specified", + "isSummary": true, + "definition": "The hybrid type of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.organismGeneral", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.organismGeneral", + "type": [{ "code": "BackboneElement" }], + "short": "4.9.13.7.1 Kingdom (Conditional)", + "isSummary": true, + "definition": "4.9.13.7.1 Kingdom (Conditional)." + }, + { + "id": "SubstanceSourceMaterial.organism.organismGeneral.kingdom", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.organismGeneral.kingdom", + "type": [{ "code": "CodeableConcept" }], + "short": "The kingdom of an organism shall be specified", + "isSummary": true, + "definition": "The kingdom of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.organismGeneral.phylum", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.organismGeneral.phylum", + "type": [{ "code": "CodeableConcept" }], + "short": "The phylum of an organism shall be specified", + "isSummary": true, + "definition": "The phylum of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.organismGeneral.class", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.organismGeneral.class", + "type": [{ "code": "CodeableConcept" }], + "short": "The class of an organism shall be specified", + "isSummary": true, + "definition": "The class of an organism shall be specified." + }, + { + "id": "SubstanceSourceMaterial.organism.organismGeneral.order", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.organism.organismGeneral.order", + "type": [{ "code": "CodeableConcept" }], + "short": "The order of an organism shall be specified,", + "isSummary": true, + "definition": "The order of an organism shall be specified,." + }, + { + "id": "SubstanceSourceMaterial.partDescription", + "max": "*", + "min": 0, + "path": "SubstanceSourceMaterial.partDescription", + "type": [{ "code": "BackboneElement" }], + "short": "To do", + "isSummary": true, + "definition": "To do." + }, + { + "id": "SubstanceSourceMaterial.partDescription.part", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.partDescription.part", + "type": [{ "code": "CodeableConcept" }], + "short": "Entity of anatomical origin of source material within an organism", + "isSummary": true, + "definition": "Entity of anatomical origin of source material within an organism." + }, + { + "id": "SubstanceSourceMaterial.partDescription.partLocation", + "max": "1", + "min": 0, + "path": "SubstanceSourceMaterial.partDescription.partLocation", + "type": [{ "code": "CodeableConcept" }], + "short": "The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply", + "isSummary": true, + "definition": "The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value SHALL present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-expirationDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expirationDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-expirationDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expirationDate", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-expirationDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When the value set version should no longer be used", + "comment": "Upon reaching the Expiration Date, the value set Activity Status should be consdiered as inactive. An Inactive value set version may no longer be used to create new content, but it may be used to evaluate content created prior to the Expiration Date.", + "definition": "The date when the value set version is no longer expected to be used to create new content. This is the first date-time when the value set version becomes Inactive, so this value SHALL present on all Inactive value set versions. The start Date_time is expected to be as of 0001 UTC of the Expiration Date.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-expirationDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Additional instructions for the user to guide their input (i.e. a human readable version of a regular expression like \"nnn-nnn-nnn\"). In most UIs this is the placeholder (or 'ghost') text placed directly inside the edit controls and that disappear when the control gets the focus.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/entryFormat/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "entryFormat", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "entryFormat", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/entryFormat", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/entryFormat", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "User prompt for format", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "Additional instructions for the user to guide their input (i.e. a human readable version of a regular expression like \"nnn-nnn-nnn\"). In most UIs this is the placeholder (or 'ghost') text placed directly inside the edit controls and that disappear when the control gets the focus." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/entryFormat" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A unit that the user may choose when providing a quantity value.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='quantity'"], + "fhirVersion": "4.0.1", + "name": "unitOption", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-unitOption", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-unitOption", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Unit choice", + "comment": "Provide either unit-option(s) or unit-valueSet. In the absence of either, any unit is valid.", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "A unit that the user may choose when providing a quantity value." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The type of data entry control or structure that should be used to render the item.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "itemControl", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-itemControl", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-itemControl", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "E.g. Fly-over, Table, Checkbox, Combo-box, Lookup, etc.", + "comment": "Different controls may be appropriate for different item types. It is up to the system rendering a questionnaire as to what controls it will support and for which data types.", + "definition": "The type of data entry control or structure that should be used to render the item." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-item-control", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ItemControl" + } + ], + "description": "User interface controls or widgets used for questionnaire items." + } + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Any alphabetic character, fraction or other text that may appear after the numeric portion of a building number.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-buildingNumberSuffix", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-buildingNumberSuffix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-buildingNumberSuffix", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "buildingNumberSuffix", + "mapping": [ + { "map": "ADXP[partType=BNS]", "identity": "rim" } + ], + "definition": "Any alphabetic character, fraction or other text that may appear after the numeric portion of a building number." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MessageHeader/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "fhirVersion": "4.0.1", + "purpose": "Many implementations are not prepared to use REST and need a messaging based infrastructure.", + "name": "MessageHeader", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "MessageHeader", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + } + ], + "status": "draft", + "id": "MessageHeader", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageHeader", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MessageHeader", + "differential": { + "element": [ + { + "id": "MessageHeader", + "max": "*", + "min": 0, + "path": "MessageHeader", + "short": "A resource that describes a message that is exchanged between systems", + "mapping": [ + { "map": "MSH / MSA / ERR", "identity": "v2" }, + { "map": "Message", "identity": "rim" } + ], + "definition": "The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle." + }, + { + "path": "MessageHeader.event[x]", + "requirements": "Drives the behavior associated with this message.", + "min": 1, + "definition": "Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value \"http://terminology.hl7.org/CodeSystem/message-events\". Alternatively uri to the EventDefinition.", + "short": "Code for the event this message represents or link to event definition", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "MSH-9.2", "identity": "v2" }, + { + "map": "./payload[classCode=\"CACT\" and moodCode=\"EVN\" and isNormalAct()]/code[isNormalDatatype()]/code", + "identity": "rim" + } + ], + "type": [{ "code": "Coding" }, { "code": "uri" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageEvent" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the message events defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageHeader.event[x]", + "comment": "The time of the event will be found in the focus resource. The time of the message will be found in [Bundle.timestamp](bundle-definitions.html#Bundle.timestamp).", + "isSummary": true + }, + { + "path": "MessageHeader.destination", + "requirements": "Indicates where message is to be sent for routing purposes. Allows verification of \"am I the intended recipient\".", + "min": 0, + "definition": "The destination application which the message is intended for.", + "short": "Message destination application(s)", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "./communicationFunction[typeCode=\"RCV\"]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "MessageDestination" + } + ], + "max": "*", + "id": "MessageHeader.destination", + "comment": "There SHOULD be at least one destination, but in some circumstances, the source system is unaware of any particular destination system.", + "isSummary": true + }, + { + "path": "MessageHeader.destination.name", + "requirements": "May be used for routing of response and/or to support audit.", + "min": 0, + "definition": "Human-readable name for the target system.", + "short": "Name of system", + "mapping": [ + { "map": "MSH-5", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]/name[type='ST' and isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageHeader.destination.name", + "isSummary": true + }, + { + "path": "MessageHeader.destination.target", + "requirements": "Supports multi-hop routing.", + "min": 0, + "definition": "Identifies the target end system in situations where the initial message transmission is to an intermediary system.", + "short": "Particular delivery destination within the destination", + "mapping": [ + { + "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "MessageHeader.destination.target", + "isSummary": true + }, + { + "path": "MessageHeader.destination.endpoint", + "requirements": "Identifies where to route the message.", + "min": 1, + "definition": "Indicates where the message should be routed to.", + "short": "Actual destination address or id", + "mapping": [ + { "map": "MSH-25 (or MSH-6)", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" } + ], + "type": [{ "code": "url" }], + "max": "1", + "id": "MessageHeader.destination.endpoint", + "comment": "The id may be a non-resolvable URI for systems that do not use standard network-based addresses.", + "isSummary": true + }, + { + "path": "MessageHeader.destination.receiver", + "requirements": "Allows routing beyond just the application level.", + "min": 0, + "definition": "Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.", + "short": "Intended \"real-world\" recipient for the data", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", + "identity": "v2" + }, + { + "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MessageHeader.destination.receiver", + "isSummary": true + }, + { + "path": "MessageHeader.sender", + "requirements": "Allows routing beyond just the application level.", + "min": 0, + "definition": "Identifies the sending system to allow the use of a trust relationship.", + "short": "Real world sender of the message", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", + "identity": "v2" + }, + { + "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MessageHeader.sender", + "comment": "Use case is for where a (trusted) sending system is responsible for multiple organizations, and therefore cannot differentiate based on source endpoint / authentication alone.", + "isSummary": true + }, + { + "path": "MessageHeader.enterer", + "requirements": "Need to know for audit/traceback requirements and possibly for authorization.", + "min": 0, + "definition": "The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.", + "short": "The source of the data entry", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "EVN-5 / ORC-10 / PRT-5:PRT-4='EP' / ROL where ROL.3 is EP or ORC.10", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[typeCode=\"ENT\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=(\"DEV\", \"PSN\") and determinerCode=\"INST\"])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "MessageHeader.enterer", + "comment": "Usually only for the request but can be used in a response.", + "isSummary": true + }, + { + "path": "MessageHeader.author", + "requirements": "Need to know for audit/traceback requirements and possibly for authorization.", + "min": 0, + "definition": "The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.", + "short": "The source of the decision", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "ORC-19 / PRT-5:PRT-4='AUT' / ROL where ROL.3 is IP or ORC.12", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"AUT\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=(\"DEV\", \"PSN\") and determinerCode=\"INST\"])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "MessageHeader.author", + "comment": "Usually only for the request but can be used in a response.", + "isSummary": true + }, + { + "path": "MessageHeader.source", + "requirements": "Allows replies, supports audit.", + "min": 1, + "definition": "The source application from which this message originated.", + "short": "Message source application", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "unique(./communicationFunction[typeCode=\"SND\"])", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "MessageSource" + } + ], + "max": "1", + "id": "MessageHeader.source", + "isSummary": true + }, + { + "path": "MessageHeader.source.name", + "requirements": "May be used to support audit.", + "min": 0, + "definition": "Human-readable name for the source system.", + "short": "Name of system", + "mapping": [ + { "map": "MSH-3", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/name[type='ST' and isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageHeader.source.name", + "isSummary": true + }, + { + "path": "MessageHeader.source.software", + "requirements": "Supports audit and possibly interface engine behavior.", + "min": 0, + "definition": "May include configuration or other information useful in debugging.", + "short": "Name of software running the system", + "mapping": [ + { "map": "SFT-3 ( +SFT-1)", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/softwareName[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageHeader.source.software", + "isSummary": true + }, + { + "path": "MessageHeader.source.version", + "requirements": "Supports audit and possibly interface engine behavior.", + "min": 0, + "definition": "Can convey versions of multiple systems in situations where a message passes through multiple hands.", + "short": "Version of software running", + "mapping": [ + { "map": "SFT-2", "identity": "v2" }, + { "map": "(Not supported)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "MessageHeader.source.version", + "isSummary": true + }, + { + "path": "MessageHeader.source.contact", + "requirements": "Allows escalation of technical issues.", + "min": 0, + "definition": "An e-mail, phone, website or other contact point to use to resolve issues with message communications.", + "short": "Human contact for problems", + "mapping": [ + { "map": "(MSH-22?)", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/scopesRole[normalRole() and classCode=\"CON\" and layer[classCode=\"PSN\"]/telecom[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "max": "1", + "id": "MessageHeader.source.contact", + "isSummary": true + }, + { + "path": "MessageHeader.source.endpoint", + "requirements": "Identifies where to send responses, may influence security permissions.", + "min": 1, + "definition": "Identifies the routing target to send acknowledgements to.", + "short": "Actual message source address or id", + "mapping": [ + { "map": "MSH-24", "identity": "v2" }, + { + "map": "./telecom[isNormalDatatype()]", + "identity": "rim" + } + ], + "type": [{ "code": "url" }], + "max": "1", + "id": "MessageHeader.source.endpoint", + "comment": "The id may be a non-resolvable URI for systems that do not use standard network-based addresses.", + "isSummary": true + }, + { + "path": "MessageHeader.responsible", + "requirements": "Need to know for audit/traceback requirements and possibly for authorization.", + "min": 0, + "definition": "The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.", + "short": "Final responsibility for event", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "ORC-12 / PRT-5:PRT-4='OP' / PRT-8:PRT-4='OP' / ROL where ROL.3 is RO or ORC.11", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=\"PSN\" and determinerCode=\"INST\"] or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/scoper[isNormalEntity() and classCode=\"ORG\" and determinerCode=\"INST\"])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "MessageHeader.responsible", + "comment": "Usually only for the request but can be used in a response.", + "isSummary": true + }, + { + "path": "MessageHeader.reason", + "requirements": "Need to be able to track why resources are being changed and report in the audit log/history of the resource. May affect authorization.", + "min": 0, + "definition": "Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.", + "short": "Cause of event", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "EVN.4 / ORC.16 / OBR-31-reason for study / BPO-13-BP indication for use / RXO-20-indication / RXE-27-give indication / RXD-21-indication / RXG-22-indication / RXA-19-indication", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/reasonCode[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventReason" + } + ], + "description": "Reason for event occurrence." + }, + "max": "1", + "id": "MessageHeader.reason", + "isSummary": true + }, + { + "path": "MessageHeader.response", + "min": 0, + "definition": "Information about the message that this message is a response to. Only present if this message is a response.", + "short": "If this is a reply to prior message", + "mapping": [ + { "map": "MSA", "identity": "v2" }, + { + "map": "./conveyedAcknowledgement", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "MessageHeader.response", + "isSummary": true + }, + { + "path": "MessageHeader.response.identifier", + "requirements": "Allows receiver to know what message is being responded to.", + "min": 1, + "definition": "The MessageHeader.id of the message to which this message is a response.", + "short": "Id of original message", + "mapping": [ + { "map": "MSA-2", "identity": "v2" }, + { + "map": "./acknowledges.id[isNormalDatatype()]", + "identity": "rim" + } + ], + "type": [{ "code": "id" }], + "max": "1", + "id": "MessageHeader.response.identifier", + "isSummary": true + }, + { + "path": "MessageHeader.response.code", + "requirements": "Allows the sender of the acknowledge message to know if the request was successful or if action is needed.", + "min": 1, + "definition": "Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.", + "short": "ok | transient-error | fatal-error", + "mapping": [ + { "map": "MSA-1", "identity": "v2" }, + { + "map": "./typeCode[isNormalDatatype()]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/response-code|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResponseType" + } + ], + "description": "The kind of response to a message." + }, + "max": "1", + "id": "MessageHeader.response.code", + "comment": "This is a generic response to the request message. Specific data for the response will be found in MessageHeader.focus.", + "isSummary": true + }, + { + "path": "MessageHeader.response.details", + "requirements": "Allows the sender of the message to determine what the specific issues are.", + "min": 0, + "definition": "Full details of any issues found in the message.", + "short": "Specific list of hints/warnings/errors", + "mapping": [ + { "map": "ERR", "identity": "v2" }, + { + "map": "AcknowledgementDetail or Observation[classCode=\"ALRT\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + } + ], + "max": "1", + "id": "MessageHeader.response.details", + "comment": "This SHALL be contained in the bundle. If any of the issues are errors, the response code SHALL be an error.", + "isSummary": true + }, + { + "path": "MessageHeader.focus", + "requirements": "Every message event is about actual data, a single resource, that is identified in the definition of the event, and perhaps some or all linked resources.", + "min": 0, + "definition": "The actual data of the message - a reference to the root/focus class of the event.", + "short": "The actual content of the message", + "mapping": [ + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[typeCode=\"SUBJ\" and isNormalParticipation]/role or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/outboundRelationship[typeCode=\"SBJ\" and isNormalActRelatoinship]/target)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "MessageHeader.focus", + "comment": "The data is defined where the transaction type is defined. The transaction data is always included in the bundle that is the full message. Only the root resource is specified. The resources it references should be contained in the bundle but are not also listed here. Multiple repetitions are allowed to cater for merges and other situations with multiple focal targets.", + "isSummary": true + }, + { + "path": "MessageHeader.definition", + "requirements": "Allows sender to define the expected contents of the message.", + "min": 0, + "definition": "Permanent link to the MessageDefinition for this message.", + "short": "Link to the definition for this message", + "mapping": [ + { "map": "Not directly supported.", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "max": "1", + "id": "MessageHeader.definition", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/special/committees/inm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The work group that owns and maintains this resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-wg/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "wg", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-wg", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-wg", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Owning Work Group", + "comment": "This is mostly used in the main specification.", + "definition": "The work group that owns and maintains this resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/hl7-work-group|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HL7Workgroup" + } + ], + "description": "An HL7 administrative unit that owns artifacts in the FHIR specification." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies the relative order in which concepts within the value set should be presented to a user.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "conceptOrder", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-conceptOrder", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder", + "context": [{ "type": "element", "expression": "CodeSystem.concept" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-conceptOrder", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Appearance order for user selection", + "definition": "Identifies the relative order in which concepts within the value set should be presented to a user.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-conceptOrder" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Communication/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "Communication", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Communication", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Communication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Communication", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Communication", + "differential": { + "element": [ + { + "id": "Communication", + "max": "*", + "min": 0, + "path": "Communication", + "short": "A record of information transmitted from a sender to a receiver", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition." + }, + { + "path": "Communication.identifier", + "requirements": "Allows identification of the communication as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "Unique identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Communication.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "Communication.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.", + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "max": "*", + "id": "Communication.instantiatesCanonical", + "isSummary": true + }, + { + "path": "Communication.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.", + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "Communication.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "Communication.basedOn", + "min": 0, + "definition": "An order, proposal or plan fulfilled in whole or in part by this Communication.", + "short": "Request fulfilled by this communication", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "Communication.basedOn", + "comment": "This must point to some sort of a 'Request' resource, such as CarePlan, CommunicationRequest, ServiceRequest, MedicationRequest, etc.", + "isSummary": true + }, + { + "path": "Communication.partOf", + "min": 0, + "definition": "Part of this action.", + "short": "Part of this action", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["container"], + "max": "*", + "id": "Communication.partOf", + "isSummary": true + }, + { + "id": "Communication.inResponseTo", + "max": "*", + "min": 0, + "path": "Communication.inResponseTo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Communication" + ] + } + ], + "short": "Reply to", + "definition": "Prior communication that this communication is in response to." + }, + { + "path": "Communication.status", + "min": 1, + "definition": "The status of the transmission.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationStatus" + } + ], + "description": "The status of the communication." + }, + "max": "1", + "id": "Communication.status", + "comment": "This element is labeled as a modifier because the status contains the codes aborted and entered-in-error that mark the communication as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Communication.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the Communication.", + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-not-done-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationNotDoneReason" + } + ], + "description": "Codes for the reason why a communication did not happen." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "Communication.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"aborted\". The reason for performing the event at all is captured in reasonCode, not here.", + "isSummary": true + }, + { + "path": "Communication.category", + "min": 0, + "definition": "The type of message conveyed such as alert, notification, reminder, instruction, etc.", + "short": "Message category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationCategory" + } + ], + "description": "Codes for general categories of communications such as alerts, instructions, etc." + }, + "max": "*", + "id": "Communication.category", + "comment": "There may be multiple axes of categorization and one communication may serve multiple purposes." + }, + { + "path": "Communication.priority", + "min": 0, + "definition": "Characterizes how quickly the planned or in progress communication must be addressed. Includes concepts such as stat, urgent, routine.", + "short": "routine | urgent | asap | stat", + "mapping": [{ "map": "FiveWs.grade", "identity": "w5" }], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this communication should be treated with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationPriority" + } + ], + "description": "Codes indicating the relative importance of a communication." + }, + "max": "1", + "id": "Communication.priority", + "comment": "Used to prioritize workflow (such as which communication to read first) when the communication is planned or in progress.", + "isSummary": true + }, + { + "id": "Communication.medium", + "max": "*", + "min": 0, + "path": "Communication.medium", + "type": [{ "code": "CodeableConcept" }], + "short": "A channel of communication", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationMedium" + } + ], + "description": "Codes for communication mediums such as phone, fax, email, in person, etc." + }, + "definition": "A channel that was used for this communication (e.g. email, fax)." + }, + { + "path": "Communication.subject", + "min": 0, + "definition": "The patient or group that was the focus of this communication.", + "short": "Focus of message", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "Communication.subject", + "isSummary": true + }, + { + "path": "Communication.topic", + "min": 0, + "definition": "Description of the purpose/content, similar to a subject line in an email.", + "short": "Description of the purpose/content", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationTopic" + } + ], + "description": "Codes describing the purpose or content of the communication." + }, + "max": "1", + "id": "Communication.topic", + "comment": "Communication.topic.text can be used without any codings." + }, + { + "path": "Communication.about", + "min": 0, + "definition": "Other resources that pertain to this communication and to which this communication should be associated.", + "short": "Resources that pertain to this communication", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "Communication.about", + "comment": "Don't use Communication.about element when a more specific element exists, such as basedOn or reasonReference." + }, + { + "path": "Communication.encounter", + "min": 0, + "definition": "The Encounter during which this Communication was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "Communication.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "id": "Communication.sent", + "max": "1", + "min": 0, + "path": "Communication.sent", + "type": [{ "code": "dateTime" }], + "short": "When sent", + "mapping": [ + { + "map": "Event.occurrence[x] {Invariant: maps to period.start}", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "definition": "The time when this communication was sent." + }, + { + "id": "Communication.received", + "max": "1", + "min": 0, + "path": "Communication.received", + "type": [{ "code": "dateTime" }], + "short": "When received", + "mapping": [ + { + "map": "Event.occurrence[x] {Invariant: maps to period.end}", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "definition": "The time when this communication arrived at the destination." + }, + { + "id": "Communication.recipient", + "max": "*", + "min": 0, + "path": "Communication.recipient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "short": "Message recipient", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "The entity (e.g. person, organization, clinical information system, care team or device) which was the target of the communication. If receipts need to be tracked by an individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either receipts are not tracked (e.g. a mass mail-out) or a receipt is captured in aggregate (all emails confirmed received by a particular time)." + }, + { + "id": "Communication.sender", + "max": "1", + "min": 0, + "path": "Communication.sender", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "short": "Message sender", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "The entity (e.g. person, organization, clinical information system, or device) which was the source of the communication." + }, + { + "path": "Communication.reasonCode", + "min": 0, + "definition": "The reason or justification for the communication.", + "short": "Indication for message", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationReason" + } + ], + "description": "Codes for describing reasons for the occurrence of a communication." + }, + "max": "*", + "id": "Communication.reasonCode", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "Communication.reasonReference", + "min": 0, + "definition": "Indicates another resource whose existence justifies this communication.", + "short": "Why was communication done?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "Communication.reasonReference", + "isSummary": true + }, + { + "id": "Communication.payload", + "max": "*", + "min": 0, + "path": "Communication.payload", + "type": [{ "code": "BackboneElement" }], + "short": "Message payload", + "definition": "Text, attachment(s), or resource(s) that was communicated to the recipient." + }, + { + "id": "Communication.payload.content[x]", + "max": "1", + "min": 1, + "path": "Communication.payload.content[x]", + "type": [ + { "code": "string" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Message part content", + "definition": "A communicated content (or for multi-part communications, one portion of the communication)." + }, + { + "id": "Communication.note", + "max": "*", + "min": 0, + "path": "Communication.note", + "type": [{ "code": "Annotation" }], + "short": "Comments made about the communication", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "definition": "Additional notes or commentary about the communication by the sender, receiver or other interested parties." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The number of a building, house or lot alongside the street. Also known as \"primary street number\". This does not number the street but rather the building.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-houseNumber", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-houseNumber", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-houseNumber", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "houseNumber", + "mapping": [ + { "map": "ADXP[partType=BNR]", "identity": "rim" } + ], + "definition": "The number of a building, house or lot alongside the street. Also known as \"primary street number\". This does not number the street but rather the building." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AppointmentResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "AppointmentResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "AppointmentResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "AppointmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/AppointmentResponse", + "differential": { + "element": [ + { + "id": "AppointmentResponse", + "max": "*", + "min": 0, + "path": "AppointmentResponse", + "short": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { + "map": "Appointment[@moodCode <= 'PRMS']", + "identity": "rim" + }, + { "map": "VEVENT", "identity": "ical" } + ], + "constraint": [ + { + "key": "apr-1", + "human": "Either the participantType or actor must be specified", + "xpath": "(exists(f:participantType) or exists(f:actor))", + "severity": "error", + "expression": "participantType.exists() or actor.exists()" + } + ], + "definition": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection." + }, + { + "path": "AppointmentResponse.identifier", + "min": 0, + "definition": "This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate.", + "short": "External Ids for this item", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "AppointmentResponse.identifier", + "isSummary": true + }, + { + "path": "AppointmentResponse.appointment", + "min": 1, + "definition": "Appointment that this response is replying to.", + "short": "Appointment this response relates to", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": "scheduleRequest.ActAppointmentRequest[@moodCode <= 'ARQ']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "max": "1", + "id": "AppointmentResponse.appointment", + "isSummary": true + }, + { + "path": "AppointmentResponse.start", + "min": 0, + "definition": "Date/Time that the appointment is to take place, or requested new start time.", + "short": "Time from appointment, or requested new start time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": ".effectiveTime.low", "identity": "rim" } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "AppointmentResponse.start", + "comment": "This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the start time." + }, + { + "id": "AppointmentResponse.end", + "max": "1", + "min": 0, + "path": "AppointmentResponse.end", + "type": [{ "code": "instant" }], + "short": "Time from appointment, or requested new end time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime.high", "identity": "rim" } + ], + "definition": "This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time." + }, + { + "path": "AppointmentResponse.participantType", + "min": 0, + "definition": "Role of participant in the appointment.", + "short": "Role of participant in the appointment", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { + "map": "(performer | reusableDevice | subject | location).@typeCode", + "identity": "rim" + }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "AppointmentResponse.participantType", + "comment": "The role of the participant can be used to declare what the actor will be doing in the scope of the referenced appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value SHALL be the same as specified on the referenced Appointment so that they can be matched, and subsequently updated.", + "isSummary": true + }, + { + "path": "AppointmentResponse.actor", + "min": 0, + "definition": "A Person, Location, HealthcareService, or Device that is participating in the appointment.", + "short": "Person, Location, HealthcareService, or Device", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": "performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation", + "identity": "rim" + }, + { + "map": "ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource)", + "identity": "ical" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "AppointmentResponse.actor", + "isSummary": true + }, + { + "path": "AppointmentResponse.participantStatus", + "min": 1, + "definition": "Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty.", + "isModifier": true, + "short": "accepted | declined | tentative | needs-action", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { + "map": "(performer | reusableDevice | subject | location).statusCode", + "identity": "rim" + }, + { + "map": "ATTENDEE;CN=\"Brian Postlethwaite\";RSVP=TRUE:mailto:BPostlethwaite@data.com (rsvpparam | partstatparam)", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantStatus" + } + ], + "description": "The Participation status of an appointment." + }, + "max": "1", + "id": "AppointmentResponse.participantStatus", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the participant as not currently valid.", + "isModifierReason": "Not known why this is labelled a modifier", + "isSummary": true + }, + { + "path": "AppointmentResponse.comment", + "min": 0, + "definition": "Additional comments about the appointment.", + "short": "Additional comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { "map": "COMMENT", "identity": "ical" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "AppointmentResponse.comment", + "comment": "This comment is particularly important when the responder is declining, tentatively accepting or requesting another time to indicate the reasons why." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-own-prefix/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "own-prefix", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-own-prefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix", + "context": [{ "type": "element", "expression": "HumanName.family" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-own-prefix", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Voorvoegsel derived from person's own surname", + "comment": "An example of a voorvoegsel is the \"van\" in \"Ludwig van Beethoven\". Since the voorvoegsel doesn't sort completely alphabetically, it is reasonable to specify it as a separate sub-component.", + "mapping": [ + { "map": "FN.2", "identity": "v2" }, + { + "map": "ENXP where Qualifiers = (VV, R)", + "identity": "rim" + } + ], + "definition": "The prefix portion (e.g. voorvoegsel) of the family name that is derived from the person's own surname, as distinguished from any portion that is derived from the surname of the person's partner or spouse." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes how the observation resource is used to report structured genetic test results", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-genetics/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Observation-genetics", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "observation-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/observation-genetics", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-genetics", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation" + }, + { + "id": "Observation.extension:Gene", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene" + ] + } + ], + "short": "HGNC gene symbol", + "sliceName": "Gene", + "definition": "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions ([SO:0000704](http://www.sequenceontology.org/browser/current_svn/term/SO:0000704)). This element is the official gene symbol approved by the HGNC, which is a short abbreviated form of the gene name ([HGNC](http://www.genenames.org)). LOINC Code: ([48018-6](http://loinc.org/48018-6))." + }, + { + "id": "Observation.extension:DNARegionName", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName" + ] + } + ], + "short": "DNA region name", + "sliceName": "DNARegionName", + "definition": "A human readable name for the region of interest. Typically Exon #, Intron # or other. NOTE: This is not standardized and is mainly for convenience and display purposes. LOINC Code: ([47999-8](http://loinc.org/47999-8))." + }, + { + "id": "Observation.extension:CopyNumberEvent", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsCopyNumberEvent" + ] + } + ], + "short": "Copy number variation", + "sliceName": "CopyNumberEvent", + "definition": "A variation that increases or decreases the copy number of a given region ([SO:0001019](http://www.sequenceontology.org/browser/current_svn/term/SO:0001019)). Values: amplification/deletion/LOH." + }, + { + "id": "Observation.extension:GenomicSourceClass", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsGenomicSourceClass" + ] + } + ], + "short": "Genomic source class", + "sliceName": "GenomicSourceClass", + "definition": "Source of sample used to determine the sequence in sequencing lab -- germline, somatic, prenatal. LOINC Code: ([48002-0](http://loinc.org/48002-0))." + }, + { + "id": "Observation.extension:Interpretation", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsInterpretation" + ] + } + ], + "short": "Clinical interpretations for variant", + "sliceName": "Interpretation", + "definition": "Clinical Interpretations for variant. It's a reference to an Observation resource." + }, + { + "id": "Observation.extension:Variant", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsVariant" + ] + } + ], + "short": "Variant", + "sliceName": "Variant", + "definition": "Variant information." + }, + { + "path": "Observation.extension", + "min": 0, + "definition": "AminoAcidChange information.", + "short": "AminoAcidChange", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsAminoAcidChange" + ] + } + ], + "sliceName": "AminoAcidChange", + "max": "1", + "id": "Observation.extension:AminoAcidChange", + "comment": "Loss of heterozygosity (LOH) is a functional variant whereby the sequence alteration causes a loss of function of one allele of a gene ([SO:0001786](http://www.sequenceontology.org/browser/current_svn/term/SO:0001786))." + }, + { + "id": "Observation.extension:Allele", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele" + ] + } + ], + "short": "Allele", + "sliceName": "Allele", + "definition": "Allele information." + }, + { + "id": "Observation.extension:Ancestry", + "max": "1", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsAncestry" + ] + } + ], + "short": "Ancestry", + "sliceName": "Ancestry", + "definition": "Ancestry information." + }, + { + "id": "Observation.extension:PhaseSet", + "max": "*", + "min": 0, + "path": "Observation.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/observation-geneticsPhaseSet" + ] + } + ], + "short": "Phase set", + "sliceName": "PhaseSet", + "definition": "Phase set information." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Indicates an authoritative source for performing value set expansions.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "trusted-expansion", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-trusted-expansion", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-trusted-expansion", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Reference to a trusted expansion", + "comment": "If the designated \"authoritative source\" (as specified in the valueset-authoritativeSource extension, if present) is unable to provide a valid expansion, this extension indicates an alternate authoritative source where the value set expansion may be obtained.", + "definition": "Indicates an authoritative source for performing value set expansions.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Definition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "4.0.1", + "name": "Definition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Definition", + "resourceType": "StructureDefinition", + "title": "definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Definition", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Definition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Definition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Expresses the linkage between the internal codes used for storage and the codes used for exchange.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap/4.0.1", + "date": "2014-04-21", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "permitted-value-conceptmap", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Permitted Values link", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "11179-permitted-value-conceptmap", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap", + "context": [ + { + "type": "element", + "expression": "StructureDefinition.snapshot.element.binding.valueSet" + }, + { + "type": "element", + "expression": "StructureDefinition.differential.element.binding.valueSet" + }, + { + "type": "element", + "expression": "Questionnaire.item.answerValueSet" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/11179-permitted-value-conceptmap", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Mapping from permitted to transmitted", + "comment": "The permitted value set must have a 1..1 set of codes for each code in the value meaning value set. The source for the concept map is the value set the extension appears on. The target is the permitted-value-valueset.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Data_Element.data_element_domain.member.meaning", + "identity": "iso11179" + } + ], + "definition": "Expresses the linkage between the internal codes used for storage and the codes used for exchange." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/11179-permitted-value-conceptmap" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Period Type: A time period defined by a start and end date and optionally time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Period/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "Period", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Period", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Period", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Period", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "per-1", + "human": "If present, start SHALL have a lower value than end", + "xpath": "not(exists(f:start/@value)) or not(exists(f:end/@value)) or (xs:dateTime(f:start/@value) <= xs:dateTime(f:end/@value))", + "severity": "error", + "expression": "start.hasValue().not() or end.hasValue().not() or (start <= end)" + } + ], + "path": "Period", + "min": 0, + "definition": "A time period defined by a start and end date and optionally time.", + "short": "Time range defined by start and end date/time", + "mapping": [ + { "map": "DR", "identity": "v2" }, + { + "map": "IVL[lowClosed=\"true\" and highClosed=\"true\"] or URG[lowClosed=\"true\" and highClosed=\"true\"]", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Period", + "comment": "A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\").\n\nPeriod is not used for a duration (a measure of elapsed time). See [Duration](datatypes.html#Duration)." + }, + { + "path": "Period.start", + "min": 0, + "definition": "The start of the period. The boundary is inclusive.", + "short": "Starting time with inclusive boundary", + "mapping": [ + { "map": "DR.1", "identity": "v2" }, + { "map": "./low", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Period.start", + "condition": ["per-1"], + "comment": "If the low element is missing, the meaning is that the low boundary is not known.", + "isSummary": true + }, + { + "path": "Period.end", + "min": 0, + "definition": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.", + "short": "End time with inclusive boundary, if not ongoing", + "mapping": [ + { "map": "DR.2", "identity": "v2" }, + { "map": "./high", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "meaningWhenMissing": "If the end of the period is missing, it means that the period is ongoing", + "max": "1", + "id": "Period.end", + "condition": ["per-1"], + "comment": "The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-sourceReference/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "sourceReference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-sourceReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-sourceReference", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Where did this content come from", + "comment": "This is not intended to be a direct link to another value set. It is only intended to support a link or textual description that indicates related material for the value set.", + "definition": "This text is intended to act as a citation to work done elsewhere that is not part of the current stewarding process where the referenced source is in some way a basis of the current value set definition.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A material substance originating from a biological entity intended to be transplanted or infused\ninto another (possibly the same) biological entity.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "BiologicallyDerivedProduct", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "BiologicallyDerivedProduct", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "BiologicallyDerivedProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BiologicallyDerivedProduct", + "differential": { + "element": [ + { + "id": "BiologicallyDerivedProduct", + "max": "*", + "min": 0, + "path": "BiologicallyDerivedProduct", + "short": "A material substance originating from a biological entity", + "comment": "Substances include, but are not limited to: whole blood, bone marrow, organs, and manipulated blood cells.", + "mapping": [ + { + "map": "Material[classCode= Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "A material substance originating from a biological entity intended to be transplanted or infused\ninto another (possibly the same) biological entity." + }, + { + "path": "BiologicallyDerivedProduct.identifier", + "min": 0, + "definition": "This records identifiers associated with this biologically derived product instance that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).", + "short": "External ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "BiologicallyDerivedProduct.identifier", + "isSummary": true + }, + { + "id": "BiologicallyDerivedProduct.productCategory", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.productCategory", + "type": [{ "code": "code" }], + "short": "organ | tissue | fluid | cells | biologicalAgent", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-category|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductCategory" + } + ], + "description": "Biologically Derived Product Category." + }, + "definition": "Broad category of this product." + }, + { + "id": "BiologicallyDerivedProduct.productCode", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.productCode", + "type": [{ "code": "CodeableConcept" }], + "short": "What this biologically derived product is", + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductCode" + } + ], + "description": "Biologically Derived Product Code." + }, + "definition": "A code that identifies the kind of this biologically derived product (SNOMED Ctcode)." + }, + { + "id": "BiologicallyDerivedProduct.status", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.status", + "type": [{ "code": "code" }], + "short": "available | unavailable", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductStatus" + } + ], + "description": "Biologically Derived Product Status." + }, + "definition": "Whether the product is currently available." + }, + { + "id": "BiologicallyDerivedProduct.request", + "max": "*", + "min": 0, + "path": "BiologicallyDerivedProduct.request", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "short": "Procedure request", + "definition": "Procedure request to obtain this biologically derived product." + }, + { + "id": "BiologicallyDerivedProduct.quantity", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.quantity", + "type": [{ "code": "integer" }], + "short": "The amount of this biologically derived product", + "definition": "Number of discrete units within this product." + }, + { + "id": "BiologicallyDerivedProduct.parent", + "max": "*", + "min": 0, + "path": "BiologicallyDerivedProduct.parent", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "short": "BiologicallyDerivedProduct parent", + "comment": "For products that have multiple collections. For example Peripheral Blood Stem Cells may be collected over several days from a single donor and the donation split into in multiple containers which must be linked to the parent donation.", + "definition": "Parent product (if any)." + }, + { + "id": "BiologicallyDerivedProduct.collection", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.collection", + "type": [{ "code": "BackboneElement" }], + "short": "How this product was collected", + "definition": "How this product was collected." + }, + { + "id": "BiologicallyDerivedProduct.collection.collector", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.collection.collector", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Individual performing collection", + "definition": "Healthcare professional who is performing the collection." + }, + { + "id": "BiologicallyDerivedProduct.collection.source", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.collection.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Who is product from", + "definition": "The patient or entity, such as a hospital or vendor in the case of a processed/manipulated/manufactured product, providing the product." + }, + { + "id": "BiologicallyDerivedProduct.collection.collected[x]", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.collection.collected[x]", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "short": "Time of product collection", + "definition": "Time of product collection." + }, + { + "id": "BiologicallyDerivedProduct.processing", + "max": "*", + "min": 0, + "path": "BiologicallyDerivedProduct.processing", + "type": [{ "code": "BackboneElement" }], + "short": "Any processing of the product during collection", + "definition": "Any processing of the product during collection that does not change the fundamental nature of the product. For example adding anti-coagulants during the collection of Peripheral Blood Stem Cells." + }, + { + "id": "BiologicallyDerivedProduct.processing.description", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.processing.description", + "type": [{ "code": "string" }], + "short": "Description of of processing", + "definition": "Description of of processing." + }, + { + "id": "BiologicallyDerivedProduct.processing.procedure", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.processing.procedure", + "type": [{ "code": "CodeableConcept" }], + "short": "Procesing code", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductProcedure" + } + ], + "description": "Biologically Derived Product Procedure." + }, + "definition": "Procesing code." + }, + { + "id": "BiologicallyDerivedProduct.processing.additive", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.processing.additive", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "short": "Substance added during processing", + "definition": "Substance added during processing." + }, + { + "id": "BiologicallyDerivedProduct.processing.time[x]", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.processing.time[x]", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "short": "Time of processing", + "definition": "Time of processing." + }, + { + "id": "BiologicallyDerivedProduct.manipulation", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.manipulation", + "type": [{ "code": "BackboneElement" }], + "short": "Any manipulation of product post-collection", + "definition": "Any manipulation of product post-collection that is intended to alter the product. For example a buffy-coat enrichment or CD8 reduction of Peripheral Blood Stem Cells to make it more suitable for infusion." + }, + { + "id": "BiologicallyDerivedProduct.manipulation.description", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.manipulation.description", + "type": [{ "code": "string" }], + "short": "Description of manipulation", + "definition": "Description of manipulation." + }, + { + "id": "BiologicallyDerivedProduct.manipulation.time[x]", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.manipulation.time[x]", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "short": "Time of manipulation", + "definition": "Time of manipulation." + }, + { + "id": "BiologicallyDerivedProduct.storage", + "max": "*", + "min": 0, + "path": "BiologicallyDerivedProduct.storage", + "type": [{ "code": "BackboneElement" }], + "short": "Product storage", + "definition": "Product storage." + }, + { + "id": "BiologicallyDerivedProduct.storage.description", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.storage.description", + "type": [{ "code": "string" }], + "short": "Description of storage", + "definition": "Description of storage." + }, + { + "id": "BiologicallyDerivedProduct.storage.temperature", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.storage.temperature", + "type": [{ "code": "decimal" }], + "short": "Storage temperature", + "definition": "Storage temperature." + }, + { + "id": "BiologicallyDerivedProduct.storage.scale", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.storage.scale", + "type": [{ "code": "code" }], + "short": "farenheit | celsius | kelvin", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/product-storage-scale|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductStorageScale" + } + ], + "description": "BiologicallyDerived Product Storage Scale." + }, + "definition": "Temperature scale used." + }, + { + "id": "BiologicallyDerivedProduct.storage.duration", + "max": "1", + "min": 0, + "path": "BiologicallyDerivedProduct.storage.duration", + "type": [{ "code": "Period" }], + "short": "Storage timeperiod", + "definition": "Storage timeperiod." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Media/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "Media", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Media", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Media", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Media", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Media", + "differential": { + "element": [ + { + "id": "Media", + "max": "*", + "min": 0, + "path": "Media", + "short": "A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Act[classCode=\"DGIMG\", moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "definition": "A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference." + }, + { + "path": "Media.identifier", + "min": 0, + "definition": "Identifiers associated with the image - these may include identifiers for the image itself, identifiers for the context of its collection (e.g. series ids) and context ids such as accession numbers or other workflow identifiers.", + "short": "Identifier(s) for the image", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "0008,0018 | ~0008,0050 | 0020,000D | 0020,000E", + "identity": "dicom" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Media.identifier", + "comment": "The identifier label and use can be used to determine what kind of identifier it is.", + "isSummary": true + }, + { + "path": "Media.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A procedure that is fulfilled in whole or in part by the creation of this media.", + "short": "Procedure that caused this media to be created", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "Media.basedOn", + "isSummary": true + }, + { + "path": "Media.partOf", + "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["container"], + "max": "*", + "id": "Media.partOf", + "comment": "Not to be used to link an event to an Encounter - use Media.encounter for that.\r\r[The allowed reference resources may be adjusted as appropriate for the event resource].", + "isSummary": true + }, + { + "path": "Media.status", + "min": 1, + "definition": "The current state of the {{title}}.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MediaStatus" + } + ], + "description": "Codes identifying the lifecycle stage of an event." + }, + "max": "1", + "id": "Media.status", + "comment": "A nominal state-transition diagram can be found in the [[event.html#statemachine | Event pattern]] documentation\r\rUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Media.type", + "requirements": "Used for filtering what observations are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies whether the media is an image, video or audio recording or some other media category.", + "short": "Classification of media as image, video, or audio", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/media-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MediaType" + } + ], + "description": "Codes for high level media categories." + }, + "max": "1", + "id": "Media.type", + "isSummary": true + }, + { + "path": "Media.modality", + "min": 0, + "definition": "Details of the type of the media - usually, how it was acquired (what type of device). If images sourced from a DICOM system, are wrapped in a Media resource, then this is the modality.", + "short": "The type of acquisition equipment/process", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + }, + { "map": "0008,0060 | 0008,1032", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/media-modality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MediaModality" + } + ], + "description": "Detailed information about the type of the image - its kind, purpose, or the kind of equipment used to generate it." + }, + "max": "1", + "id": "Media.modality", + "isSummary": true + }, + { + "path": "Media.view", + "min": 0, + "definition": "The name of the imaging view e.g. Lateral or Antero-posterior (AP).", + "short": "Imaging view, e.g. Lateral or Antero-posterior", + "mapping": [ + { + "map": "DiagnosticImage.subjectOrientationCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/media-view", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MediaView" + } + ], + "description": "Imaging view (projection) used when collecting an image." + }, + "max": "1", + "id": "Media.view", + "isSummary": true + }, + { + "path": "Media.subject", + "min": 0, + "definition": "Who/What this Media is a record of.", + "short": "Who/What this Media is a record of", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=\"SUBJ\"]???", + "identity": "rim" + }, + { "map": "~0010,0020", "identity": "dicom" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Media.subject", + "isSummary": true + }, + { + "path": "Media.encounter", + "requirements": "Links the Media to the Encounter context.", + "min": 0, + "definition": "The encounter that establishes the context for this media.", + "short": "Encounter associated with media", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "alias": ["context"], + "max": "1", + "id": "Media.encounter", + "comment": "This will typically be the encounter the media occurred within.", + "isSummary": true + }, + { + "path": "Media.created[x]", + "min": 0, + "definition": "The date and time(s) at which the media was collected.", + "short": "When Media was collected", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "alias": ["timing"], + "max": "1", + "id": "Media.created[x]", + "isSummary": true + }, + { + "path": "Media.issued", + "min": 0, + "definition": "The date and time this version of the media was made available to providers, typically after having been reviewed.", + "short": "Date/Time this version was made available", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "OBR.22 (or MSH.7), or perhaps OBX-19 (depends on who observation made)", + "identity": "v2" + }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Media.issued", + "comment": "It may be the same as the [`lastUpdated` ](resource-definitions.html#Meta.lastUpdated) time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the `lastUpdated` time of the resource itself due to a non-clinically significant update that does not require the new version to be reviewed and verified again.", + "isSummary": true + }, + { + "path": "Media.operator", + "min": 0, + "definition": "The person who administered the collection of the image.", + "short": "The person who generated the image", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=\"PERF\"]???", + "identity": "rim" + }, + { "map": "0008,1060?", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Media.operator", + "isSummary": true + }, + { + "path": "Media.reasonCode", + "min": 0, + "definition": "Describes why the event occurred in coded or textual form.", + "short": "Why was event performed?", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MediaReason" + } + ], + "description": "The reason for the media." + }, + "max": "*", + "id": "Media.reasonCode", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "Media.bodySite", + "min": 0, + "definition": "Indicates the site on the subject's body where the observation was made (i.e. the target site).", + "short": "Observed body part", + "mapping": [ + { + "map": "< 123037004 |Body structure|", + "identity": "sct-concept" + }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "718497002 |Inherent location|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "1", + "id": "Media.bodySite", + "comment": "Only used if not implicit in code found in Observation.code. In many systems, this may be represented as a related observation instead of an inline component. \n\nIf the use case requires BodySite to be handled as a separate resource (e.g. to identify and track separately) then use the standard extension[ bodySite](extension-bodysite.html).", + "isSummary": true + }, + { + "path": "Media.deviceName", + "min": 0, + "definition": "The name of the device / manufacturer of the device that was used to make the recording.", + "short": "Name of the device/manufacturer", + "mapping": [ + { + "map": ".participation[typeCode=\"DEV\"].role.player.Entity[classCode=\"DEV\"].name", + "identity": "rim" + }, + { "map": "0008,0070", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Media.deviceName", + "isSummary": true + }, + { + "path": "Media.device", + "min": 0, + "definition": "The device used to collect the media.", + "short": "Observing Device", + "mapping": [ + { + "map": "< 49062001 |Device|", + "identity": "sct-concept" + }, + { + "map": "participation[typeCode=DEV]", + "identity": "rim" + }, + { + "map": "424226004 |Using device|", + "identity": "sct-attr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "Media.device", + "comment": "An extension should be used if further typing of the device is needed. Secondary devices used to support collecting a media can be represented using either extension or through the Observation.related element.", + "isSummary": true + }, + { + "path": "Media.height", + "min": 0, + "definition": "Height of the image in pixels (photo/video).", + "short": "Height of the image in pixels (photo/video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + }, + { "map": "0028,0010", "identity": "dicom" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Media.height", + "isSummary": true + }, + { + "path": "Media.width", + "min": 0, + "definition": "Width of the image in pixels (photo/video).", + "short": "Width of the image in pixels (photo/video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + }, + { "map": "0028,0011", "identity": "dicom" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Media.width", + "isSummary": true + }, + { + "path": "Media.frames", + "min": 0, + "definition": "The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.", + "short": "Number of frames if > 1 (photo)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Media.frames", + "comment": "if the number of frames is not supplied, the value may be unknown. Applications should not assume that there is only one frame unless it is explicitly stated.", + "isSummary": true + }, + { + "path": "Media.duration", + "min": 0, + "definition": "The duration of the recording in seconds - for audio and video.", + "short": "Length in seconds (audio / video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + }, + { "map": "~0028,0002", "identity": "dicom" } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Media.duration", + "comment": "The duration might differ from occurrencePeriod if recording was paused.", + "isSummary": true + }, + { + "path": "Media.content", + "min": 1, + "definition": "The actual content of the media - inline or by direct reference to the media source file.", + "short": "Actual Media - reference or data", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "Attachment" }], + "max": "1", + "id": "Media.content", + "comment": "Recommended content types: image/jpeg, image/png, image/tiff, video/mpeg, audio/mp4, application/dicom. Application/dicom can contain the transfer syntax as a parameter. For media that covers a period of time (video/sound), the content.creationTime is the end time. Creation time is used for tracking, organizing versions and searching.", + "isSummary": true + }, + { + "path": "Media.note", + "min": 0, + "definition": "Comments made about the media by the performer, subject or other participants.", + "short": "Comments made about the media", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "Media.note", + "comment": "Not to be used for observations, conclusions, etc. Instead use an [Observation](observation.html) based on the Media/ImagingStudy resource." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource provides the details including amount of a payment and allocates the payment items being paid.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PaymentReconciliation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "PaymentReconciliation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PaymentReconciliation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Payment" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "PaymentReconciliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PaymentReconciliation", + "differential": { + "element": [ + { + "id": "PaymentReconciliation", + "max": "*", + "min": 0, + "path": "PaymentReconciliation", + "short": "PaymentReconciliation resource", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "This resource provides the details including amount of a payment and allocates the payment items being paid." + }, + { + "path": "PaymentReconciliation.identifier", + "requirements": "Allows payment reconciliations to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this payment reconciliation.", + "short": "Business Identifier for a payment reconciliation", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "PaymentReconciliation.identifier" + }, + { + "path": "PaymentReconciliation.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentReconciliationStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "PaymentReconciliation.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "PaymentReconciliation.period", + "requirements": "Needed to allow receivers to monitor and reconcile payment issuer schedules.", + "min": 0, + "definition": "The period of time for which payments have been gathered into this bulk payment for settlement.", + "short": "Period covered", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "max": "1", + "id": "PaymentReconciliation.period", + "isSummary": true + }, + { + "path": "PaymentReconciliation.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date when the resource was created.", + "short": "Creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "PaymentReconciliation.created", + "isSummary": true + }, + { + "path": "PaymentReconciliation.paymentIssuer", + "requirements": "Need to identify the party resonsible for the payment and this resource.", + "min": 0, + "definition": "The party who generated the payment.", + "short": "Party generating payment", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "PaymentReconciliation.paymentIssuer", + "comment": "This party is also responsible for the reconciliation.", + "isSummary": true + }, + { + "path": "PaymentReconciliation.request", + "requirements": "Needed to allow the response to be linked to the request.", + "min": 0, + "definition": "Original request resource reference.", + "short": "Reference to requesting resource", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "max": "1", + "id": "PaymentReconciliation.request" + }, + { + "path": "PaymentReconciliation.requestor", + "requirements": "Need to identify the party responsible for the request.", + "min": 0, + "definition": "The practitioner who is responsible for the services rendered to the patient.", + "short": "Responsible practitioner", + "mapping": [{ "map": "B01", "identity": "cdanetv4" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "PaymentReconciliation.requestor" + }, + { + "path": "PaymentReconciliation.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 0, + "definition": "The outcome of a request for a reconciliation.", + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The outcome of the processing." + }, + "max": "1", + "id": "PaymentReconciliation.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete)." + }, + { + "path": "PaymentReconciliation.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the request for the reconciliation.", + "short": "Disposition message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "PaymentReconciliation.disposition" + }, + { + "path": "PaymentReconciliation.paymentDate", + "requirements": "To advise the payee when payment can be expected.", + "min": 1, + "definition": "The date of payment as indicated on the financial instrument.", + "short": "When payment issued", + "type": [{ "code": "date" }], + "max": "1", + "id": "PaymentReconciliation.paymentDate", + "isSummary": true + }, + { + "path": "PaymentReconciliation.paymentAmount", + "requirements": "Needed to provide the actual payment amount.", + "min": 1, + "definition": "Total payment amount as indicated on the financial instrument.", + "short": "Total amount of Payment", + "type": [{ "code": "Money" }], + "max": "1", + "id": "PaymentReconciliation.paymentAmount", + "isSummary": true + }, + { + "path": "PaymentReconciliation.paymentIdentifier", + "requirements": "Enable the receiver to reconcile when payment is received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "PaymentReconciliation.paymentIdentifier", + "comment": "For example: EFT number or check number." + }, + { + "path": "PaymentReconciliation.detail", + "requirements": "Needed to show how the payment amount is distributed across the payables.", + "min": 0, + "definition": "Distribution of the payment amount for a previously acknowledged payable.", + "short": "Settlement particulars", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Details" + } + ], + "max": "*", + "id": "PaymentReconciliation.detail" + }, + { + "id": "PaymentReconciliation.detail.identifier", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier of the payment detail", + "definition": "Unique identifier for the current payment item for the referenced payable.", + "requirements": "Needed for reconciliation of payments." + }, + { + "id": "PaymentReconciliation.detail.predecessor", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.predecessor", + "type": [{ "code": "Identifier" }], + "short": "Business identifier of the prior payment detail", + "definition": "Unique identifier for the prior payment item for the referenced payable.", + "requirements": "Needed for reconciliation of payments." + }, + { + "path": "PaymentReconciliation.detail.type", + "requirements": "Needed to provide context for the amount.", + "min": 1, + "definition": "Code to indicate the nature of the payment.", + "short": "Category of payment", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ], + "description": "The reason for the amount: payment, adjustment, advance." + }, + "max": "1", + "id": "PaymentReconciliation.detail.type", + "comment": "For example: payment, adjustment, funds advance, etc." + }, + { + "id": "PaymentReconciliation.detail.request", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.request", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Request giving rise to the payment", + "definition": "A resource, such as a Claim, the evaluation of which could lead to payment.", + "requirements": "Needed to provide a linkage to the original request." + }, + { + "id": "PaymentReconciliation.detail.submitter", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.submitter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Submitter of the request", + "definition": "The party which submitted the claim or financial transaction.", + "requirements": "Needed for audit and validation." + }, + { + "id": "PaymentReconciliation.detail.response", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.response", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Response committing to a payment", + "definition": "A resource, such as a ClaimResponse, which contains a commitment to payment.", + "requirements": "Needed to provide a linkage to the payment commitment." + }, + { + "id": "PaymentReconciliation.detail.date", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.date", + "type": [{ "code": "date" }], + "short": "Date of commitment to pay", + "definition": "The date from the response resource containing a commitment to pay.", + "requirements": "Needed for audit and validation." + }, + { + "id": "PaymentReconciliation.detail.responsible", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.responsible", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Contact for the response", + "definition": "A reference to the individual who is responsible for inquiries regarding the response and its payment.", + "requirements": "To provide contact information." + }, + { + "id": "PaymentReconciliation.detail.payee", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.payee", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Recipient of the payment", + "definition": "The party which is receiving the payment.", + "requirements": "Needed for audit and validation." + }, + { + "id": "PaymentReconciliation.detail.amount", + "max": "1", + "min": 0, + "path": "PaymentReconciliation.detail.amount", + "type": [{ "code": "Money" }], + "short": "Amount allocated to this payable", + "definition": "The monetary amount allocated from the total payment to the payable.", + "requirements": "Needed to explain the distribution of the payment to the payables." + }, + { + "path": "PaymentReconciliation.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "PaymentReconciliation.formCode", + "comment": "May be needed to identify specific jurisdictional forms." + }, + { + "path": "PaymentReconciliation.processNote", + "requirements": "Provides the specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains the processing in a human readable form.", + "short": "Note concerning processing", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Notes" + } + ], + "max": "*", + "id": "PaymentReconciliation.processNote" + }, + { + "path": "PaymentReconciliation.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "short": "display | print | printoper", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "PaymentReconciliation.processNote.type" + }, + { + "path": "PaymentReconciliation.processNote.text", + "requirements": "Required to provide human readable explanation.", + "min": 0, + "definition": "The explanation or description associated with the processing.", + "short": "Note explanatory text", + "mapping": [{ "map": "G32", "identity": "cdanetv4" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "PaymentReconciliation.processNote.text" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The logical URL of the ValueSet definition that was used to generate this expansion.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-expansionSource/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expansionSource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-expansionSource", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", + "context": [{ "type": "element", "expression": "ValueSet.expansion" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-expansionSource", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "ValueSet definition used to generate this expansion (logical URL)", + "definition": "The logical URL of the ValueSet definition that was used to generate this expansion.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A questionnaire with the ability to specify behavior associated with questions or groups of questions", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-questionnaire/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "CQF-Questionnaire", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Questionnaire", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cqf-questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-questionnaire", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-questionnaire", + "differential": { + "element": [ + { + "id": "Questionnaire", + "max": "*", + "min": 0, + "path": "Questionnaire", + "short": "A questionnaire with the ability to specify behavior associated with questions or groups of questions", + "definition": "A CR (Clinical Reasoning) questionnaire is a questionnaire with the added ability to describe behavior associated with questions. For example, whether or not to display a particular question or group of questions, or automatically calculating the value of an answer based on the answers to previous questions." + }, + { + "id": "Questionnaire.extension:library", + "path": "Questionnaire.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-library" + ] + } + ], + "alias": ["library"], + "short": "A library containing logic referenced by the questionnaire", + "sliceName": "library", + "definition": "A CQL or ELM library containing any logic referenced by the questionnaire." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Questionnaire" + }, + { + "description": "A set of codes advising a system or user which name in a set of names to select for a given purpose.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-EN-use/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "EN-use", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-EN-use", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-use", + "context": [{ "type": "element", "expression": "HumanName" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-EN-use", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "A | ANON | I | P | R | C | M | ABC | IDE | SYL | OLD | DN | OR | PHON | SRCH | T", + "comment": "A name without specific use code might be a default name useful for any purpose, but a name with a specific use code would be preferred for that respective purpose.", + "mapping": [{ "map": "ENXP.use", "identity": "rim" }], + "definition": "A set of codes advising a system or user which name in a set of names to select for a given purpose." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-use" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-EntityNameUseR2|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EntityNameUse" + } + ], + "description": "A set of codes advising a system or user which name in a set of names to select for a given purpose." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The name of an expression in a referenced library that determines an initial value.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-initialValue/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "initialValue", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "initialValue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-initialValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-initialValue", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-initialValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "An initial value expression", + "definition": "The name of an expression in a referenced library that determines an initial value." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-initialValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BodyStructure/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "BodyStructure", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://openehr.org", + "name": "Open EHR Archetype Mapping", + "identity": "openehr" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "BodyStructure", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "BodyStructure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BodyStructure", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/BodyStructure", + "differential": { + "element": [ + { + "id": "BodyStructure", + "max": "*", + "min": 0, + "path": "BodyStructure", + "alias": ["anatomical location"], + "short": "Specific and identified anatomical structure", + "mapping": [ + { "map": "ActSIte", "identity": "rim" }, + { + "map": "Archetype ID openEHR-EHR-CLUSTER.anatomical_location.v1 Concept name Anatomical Location Concept description Record details about an anatomical location. Keywords location, site, anatomical Copyright © openEHR Foundation Purpose To record details about anatomical location. Misuse Not for specifiying unilateral/bilateral occurrence - this is related to an evaluation which perhaps includes multiple locations. Author Author name: Heather Leslie Organization: Ocean Informatics Email: heather.leslie@oceaninformatics.com Date of Origination: 2008-11-10 Translator Norwegian Bokmål: Lars Bitsch-Larsen, Haukeland University Hospital of Bergen, Norway, MD, DEAA, MBA, spec in anesthesia, spec in tropical medicine. Arabic (Syria): Mona Saleh Other contributors Heather Leslie, Ocean Informatics, Australia (Editor) Ian McNicoll, freshEHR Clinical Informatics, United Kingdom (Editor) Dunmail Hodkinson, Black Pear Software Ltd, UK References Use cases: - 5LICS, midclavicular line - L forearm, 2cm anterior to the cubital fossa - Right iliac fossa - 5 cm below L tibial tuberosity - 2 cm medial to R nipple - 4 cm below R costal margin in midclavicular line - R femur - midline nose - medial aspect of R great toe nail.", + "identity": "openehr" + } + ], + "definition": "Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case." + }, + { + "path": "BodyStructure.identifier", + "min": 0, + "definition": "Identifier for this instance of the anatomical structure.", + "short": "Bodystructure identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Specific location Cluster Optional (0..1) Cardinality: Mandatory, repeating, unordered (1..*)", + "identity": "openehr" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "BodyStructure.identifier", + "isSummary": true + }, + { + "path": "BodyStructure.active", + "requirements": "Need to be able to mark a body site entry as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this body site is in active use.", + "isModifier": true, + "short": "Whether this record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "BodyStructure.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "BodyStructure.morphology", + "min": 0, + "definition": "The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies.", + "short": "Kind of Structure", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "SPM-4/SPM-5", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyStructureCode" + } + ], + "description": "Codes describing anatomic morphology." + }, + "max": "1", + "id": "BodyStructure.morphology", + "comment": "The minimum cardinality of 0 supports the use case of specifying a location without defining a morphology.", + "isSummary": true + }, + { + "path": "BodyStructure.location", + "min": 0, + "definition": "The anatomical location or region of the specimen, lesion, or body structure.", + "short": "Body site", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OBX-20/SPM-8/SPM-10", "identity": "v2" }, + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "Name of location", "identity": "openehr" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "1", + "id": "BodyStructure.location", + "isSummary": true + }, + { + "path": "BodyStructure.locationQualifier", + "min": 0, + "definition": "Qualifier to refine the anatomical location. These include qualifiers for laterality, relative location, directionality, number, and plane.", + "short": "Body site modifier", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "No distinct element defined in V2.x. The IHE Radiology Technical Framework directs the use of OBR-15-specimen source to contain laterality for imaging studies./SPM-9", + "identity": "v2" + }, + { "map": ".targetSiteCode", "identity": "rim" }, + { + "map": "Combines Side, Numerical identifier, Anatomical plane,and Aspect", + "identity": "openehr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyStructureQualifier" + } + ], + "description": "Concepts modifying the anatomic location." + }, + "max": "*", + "id": "BodyStructure.locationQualifier" + }, + { + "path": "BodyStructure.description", + "min": 0, + "definition": "A summary, characterization or explanation of the body structure.", + "short": "Text description", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "NTE", "identity": "v2" }, + { "map": ".text", "identity": "rim" }, + { + "map": "Description of anatomical location/Visual markings/orientation", + "identity": "openehr" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "BodyStructure.description", + "comment": "This description could include any visual markings used to orientate the viewer e.g. external reference points, special sutures, ink markings.", + "isSummary": true + }, + { + "id": "BodyStructure.image", + "max": "*", + "min": 0, + "path": "BodyStructure.image", + "type": [{ "code": "Attachment" }], + "short": "Attached images", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OBX", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + }, + { "map": "Image", "identity": "openehr" } + ], + "definition": "Image or images used to identify a location." + }, + { + "path": "BodyStructure.patient", + "min": 1, + "definition": "The person to which the body site belongs.", + "short": "Who this is about", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".scoper or .scoper.playsRole", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "BodyStructure.patient", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Mother's maiden (unmarried) name, commonly collected to help verify patient identity.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "mothersMaidenName", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Mother's Maiden Name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-mothersMaidenName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-mothersMaidenName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Mother's Maiden name", + "mapping": [ + { "map": "PID-6", "identity": "v2" }, + { + "map": "Role relationship to entity with maiden name (?)", + "identity": "rim" + } + ], + "definition": "Mother's maiden (unmarried) name, commonly collected to help verify patient identity." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "haploid.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid/4.0.1", + "date": "2015-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "haploid", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "hla-genotyping-results-haploid", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/hla-genotyping-results-haploid", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "haploid", + "definition": "haploid." + }, + { + "id": "Extension.extension:locus", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "haploid-locus", + "sliceName": "locus", + "definition": "gene region." + }, + { + "id": "Extension.extension:locus.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:locus.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "locus" + }, + { + "id": "Extension.extension:locus.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:type", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "haploid-type", + "sliceName": "type", + "definition": "haploid type." + }, + { + "id": "Extension.extension:type.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:type.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "type" + }, + { + "id": "Extension.extension:type.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:method", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "haploid-method", + "sliceName": "method", + "definition": "haploid method." + }, + { + "id": "Extension.extension:method.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:method.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "method" + }, + { + "id": "Extension.extension:method.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/hla-genotyping-results-haploid" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-usage/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "usage", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-usage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-usage", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-usage", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Who has used and how?", + "comment": "This is likely to be a point-in-time view and should not be considered an authoritative listing of all uses of the value set.", + "definition": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "This is most likely to be an organization but can be an individual. It would not be a program, that information should be recorded in the usage.use.", + "isModifier": false, + "short": "A consumer of or client for the value set", + "type": [{ "code": "Extension" }], + "sliceName": "user", + "max": "1", + "id": "Extension.extension:user" + }, + { + "id": "Extension.extension:user.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:user.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "user" + }, + { + "id": "Extension.extension:user.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "A descriptive name of the project or standard in which the value set is used.", + "isModifier": false, + "short": "Implementation/project/standard that uses value set", + "type": [{ "code": "Extension" }], + "sliceName": "use", + "max": "1", + "id": "Extension.extension:use" + }, + { + "id": "Extension.extension:use.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:use.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "use" + }, + { + "id": "Extension.extension:use.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-usage" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The designation given to the street. (e.g. Street, Avenue, Crescent, etc.).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-streetNameType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-streetNameType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-streetNameType", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "streetNameType", + "mapping": [ + { "map": "ADXP[partType=STTYP]", "identity": "rim" } + ], + "definition": "The designation given to the street. (e.g. Street, Avenue, Crescent, etc.)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameType" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If this a case sensitive code.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "caseSensitive", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-caseSensitive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive", + "context": [ + { "type": "element", "expression": "ValueSet.expansion.contains" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-caseSensitive", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "If code is case sensitive", + "comment": "See comments on ValueSet.codeSystem.caseSensitive. Systems should generally assume case sensitivity when dealing with expansions, and only consider case sensitivity when matching existing codes.", + "definition": "If this a case sensitive code.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-caseSensitive" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This specifies the fullUrl for the resource in parameters.resource, if there is one. When fullUrl is provided, ithe [resource resolution method described for Bundle](bundle.html#references).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/parameters-fullUrl/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "fullUrl", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "fullUrl for resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "parameters-fullUrl", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/parameters-fullUrl", + "context": [ + { "type": "element", "expression": "Parameters.parameter" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/parameters-fullUrl", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "fullUrl for resource", + "definition": "This specifies the fullUrl for the resource in parameters.resource, if there is one. When fullUrl is provided, ithe [resource resolution method described for Bundle](bundle.html#references)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/parameters-fullUrl" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A specific offset time in milliseconds from the stated time in the Observation.appliesDateTime to allow for representation of sequential recording of sampled data from the same lead or data stream. For example, an ECG recorder may record sequentially 3 leads four time to receive 12-lead ECG, see [ISO 22077](https://www.iso.org/obp/ui/#iso:std:61871:en).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-timeOffset/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "timeOffset", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Time-offset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-timeOffset", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-timeOffset", + "context": [ + { "type": "element", "expression": "Observation.component" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-timeOffset", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Time Offset for interlacing", + "definition": "A specific offset time in milliseconds from the stated time in the Observation.appliesDateTime to allow for representation of sequential recording of sampled data from the same lead or data stream. For example, an ECG recorder may record sequentially 3 leads four time to receive 12-lead ECG, see [ISO 22077](https://www.iso.org/obp/ui/#iso:std:61871:en)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-timeOffset" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The minimum allowable value set, for use when the binding strength is 'required' or 'extensible'. This value set is the minimum value set that any conformant system SHALL support.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "minValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-minValueSet", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet", + "context": [ + { "type": "element", "expression": "ElementDefinition.binding" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-minValueSet", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Minimum Value Set (what system must support)", + "comment": "Generally, the context of use of this extension should be specific about what it means to 'support' the value set.", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "The minimum allowable value set, for use when the binding strength is 'required' or 'extensible'. This value set is the minimum value set that any conformant system SHALL support." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-minValueSet" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "RiskEvidenceSynthesis", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RiskEvidenceSynthesis", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "RiskEvidenceSynthesis", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskEvidenceSynthesis", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RiskEvidenceSynthesis", + "differential": { + "element": [ + { + "id": "RiskEvidenceSynthesis", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis", + "short": "A quantified estimate of risk based on a body of evidence", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "rvs-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies." + }, + { + "path": "RiskEvidenceSynthesis.url", + "requirements": "Allows the risk evidence synthesis to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this risk evidence synthesis when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this risk evidence synthesis is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the risk evidence synthesis is stored on different servers.", + "short": "Canonical identifier for this risk evidence synthesis, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "RiskEvidenceSynthesis.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this risk evidence synthesis when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the risk evidence synthesis", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "RiskEvidenceSynthesis.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this risk evidence synthesis outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the risk evidence synthesis when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the risk evidence synthesis author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the risk evidence synthesis", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "RiskEvidenceSynthesis.version", + "comment": "There may be different risk evidence synthesis instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the risk evidence synthesis with the format [url]|[version].", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the risk evidence synthesis. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this risk evidence synthesis (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "RiskEvidenceSynthesis.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the risk evidence synthesis.", + "short": "Name for this risk evidence synthesis (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "RiskEvidenceSynthesis.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.status", + "min": 1, + "definition": "The status of this risk evidence synthesis. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "RiskEvidenceSynthesis.status", + "comment": "Allows filtering of risk evidence synthesiss that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.date", + "min": 0, + "definition": "The date (and optionally time) when the risk evidence synthesis was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the risk evidence synthesis changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "RiskEvidenceSynthesis.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the risk evidence synthesis. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the risk evidence synthesis. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the risk evidence synthesis.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "RiskEvidenceSynthesis.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the risk evidence synthesis is the organization or individual primarily responsible for the maintenance and upkeep of the risk evidence synthesis. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the risk evidence synthesis. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "RiskEvidenceSynthesis.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.description", + "min": 0, + "definition": "A free text natural language description of the risk evidence synthesis from a consumer's perspective.", + "short": "Natural language description of the risk evidence synthesis", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "RiskEvidenceSynthesis.description", + "comment": "This description can be used to capture details such as why the risk evidence synthesis was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the risk evidence synthesis as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the risk evidence synthesis is presumed to be the predominant language in the place the risk evidence synthesis was created).", + "isSummary": true + }, + { + "id": "RiskEvidenceSynthesis.note", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "RiskEvidenceSynthesis.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate risk evidence synthesis instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "RiskEvidenceSynthesis.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the risk evidence synthesis is intended to be used.", + "short": "Intended jurisdiction for risk evidence synthesis (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "RiskEvidenceSynthesis.jurisdiction", + "comment": "It may be possible for the risk evidence synthesis to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the risk evidence synthesis and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the risk evidence synthesis and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the risk evidence synthesis.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "RiskEvidenceSynthesis.copyright" + }, + { + "path": "RiskEvidenceSynthesis.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the risk evidence synthesis was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "RiskEvidenceSynthesis.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "RiskEvidenceSynthesis.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the risk evidence synthesis was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "RiskEvidenceSynthesis.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "RiskEvidenceSynthesis.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the risk evidence synthesis are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the risk evidence synthesis content was or is planned to be in active use.", + "short": "When the risk evidence synthesis is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "RiskEvidenceSynthesis.effectivePeriod", + "comment": "The effective period for a risk evidence synthesis determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "RiskEvidenceSynthesis.topic", + "requirements": "Repositories must be able to determine how to categorize the RiskEvidenceSynthesis so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the RiskEvidenceSynthesis. Topics provide a high-level categorization grouping types of EffectEvidenceSynthesiss that can be useful for filtering and searching.", + "short": "The category of the EffectEvidenceSynthesis, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "RiskEvidenceSynthesis.topic" + }, + { + "id": "RiskEvidenceSynthesis.author", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "RiskEvidenceSynthesis.editor", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "RiskEvidenceSynthesis.reviewer", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "RiskEvidenceSynthesis.endorser", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "RiskEvidenceSynthesis.relatedArtifact", + "requirements": "RiskEvidenceSynthesiss must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "RiskEvidenceSynthesis.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "RiskEvidenceSynthesis.synthesisType", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.synthesisType", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of synthesis", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/synthesis-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SynthesisType" + } + ], + "description": "Types of combining results from a body of evidence (eg. summary data meta-analysis)." + }, + "definition": "Type of synthesis eg meta-analysis." + }, + { + "id": "RiskEvidenceSynthesis.studyType", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.studyType", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of study", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StudyType" + } + ], + "description": "Types of research studies (types of research methods)." + }, + "definition": "Type of study eg randomized trial." + }, + { + "id": "RiskEvidenceSynthesis.population", + "max": "1", + "min": 1, + "path": "RiskEvidenceSynthesis.population", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What population?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resource that defines the population for the research." + }, + { + "id": "RiskEvidenceSynthesis.exposure", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.exposure", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What exposure?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resource that defines the exposure for the research." + }, + { + "id": "RiskEvidenceSynthesis.outcome", + "max": "1", + "min": 1, + "path": "RiskEvidenceSynthesis.outcome", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "short": "What outcome?", + "isSummary": true, + "definition": "A reference to a EvidenceVariable resomece that defines the outcome for the research." + }, + { + "id": "RiskEvidenceSynthesis.sampleSize", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.sampleSize", + "type": [{ "code": "BackboneElement" }], + "short": "What sample size was involved?", + "definition": "A description of the size of the sample involved in the synthesis." + }, + { + "id": "RiskEvidenceSynthesis.sampleSize.description", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.sampleSize.description", + "type": [{ "code": "string" }], + "short": "Description of sample size", + "definition": "Human-readable summary of sample size." + }, + { + "id": "RiskEvidenceSynthesis.sampleSize.numberOfStudies", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.sampleSize.numberOfStudies", + "type": [{ "code": "integer" }], + "short": "How many studies?", + "definition": "Number of studies included in this evidence synthesis." + }, + { + "id": "RiskEvidenceSynthesis.sampleSize.numberOfParticipants", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.sampleSize.numberOfParticipants", + "type": [{ "code": "integer" }], + "short": "How many participants?", + "definition": "Number of participants included in this evidence synthesis." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate", + "type": [{ "code": "BackboneElement" }], + "short": "What was the estimated risk", + "isSummary": true, + "definition": "The estimated risk of the outcome." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.description", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.description", + "type": [{ "code": "string" }], + "short": "Description of risk estimate", + "definition": "Human-readable summary of risk estimate." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.type", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of risk estimate", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-estimate-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskEstimateType" + } + ], + "description": "Whether the risk estimate is dichotomous, continuous or qualitative and the specific type of risk estimate (eg proportion or median)." + }, + "definition": "Examples include proportion and mean." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.value", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.value", + "type": [{ "code": "decimal" }], + "short": "Point estimate", + "definition": "The point estimate of the risk estimate." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.unitOfMeasure", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.unitOfMeasure", + "type": [{ "code": "CodeableConcept" }], + "short": "What unit is the outcome described in?", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UCUMUnits" + } + ], + "description": "Unified Code for Units of Measure (UCUM)." + }, + "definition": "Specifies the UCUM unit for the outcome." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.denominatorCount", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.denominatorCount", + "type": [{ "code": "integer" }], + "short": "Sample size for group measured", + "definition": "The sample size for the group that was measured for this risk estimate." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.numeratorCount", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.numeratorCount", + "type": [{ "code": "integer" }], + "short": "Number with the outcome", + "definition": "The number of group members with the outcome of interest." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate", + "type": [{ "code": "BackboneElement" }], + "short": "How precise the estimate is", + "definition": "A description of the precision of the estimate for the effect." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.type", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of precision estimate", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/precision-estimate-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PrecisionEstimateType" + } + ], + "description": "Method of reporting variability of estimates, such as confidence intervals, interquartile range or standard deviation." + }, + "definition": "Examples include confidence interval and interquartile range." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.level", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.level", + "type": [{ "code": "decimal" }], + "short": "Level of confidence interval", + "definition": "Use 95 for a 95% confidence interval." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.from", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.from", + "type": [{ "code": "decimal" }], + "short": "Lower bound", + "definition": "Lower bound of confidence interval." + }, + { + "id": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.to", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.riskEstimate.precisionEstimate.to", + "type": [{ "code": "decimal" }], + "short": "Upper bound", + "definition": "Upper bound of confidence interval." + }, + { + "id": "RiskEvidenceSynthesis.certainty", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty", + "type": [{ "code": "BackboneElement" }], + "short": "How certain is the risk", + "definition": "A description of the certainty of the risk estimate." + }, + { + "id": "RiskEvidenceSynthesis.certainty.rating", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.rating", + "type": [{ "code": "CodeableConcept" }], + "short": "Certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-quality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QualityOfEvidenceRating" + } + ], + "description": "The quality of the evidence described. The code system used specifies the quality scale used to grade this evidence source while the code specifies the actual quality score (represented as a coded value) associated with the evidence." + }, + "definition": "A rating of the certainty of the effect estimate." + }, + { + "id": "RiskEvidenceSynthesis.certainty.note", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "id": "RiskEvidenceSynthesis.certainty.certaintySubcomponent", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.certaintySubcomponent", + "type": [{ "code": "BackboneElement" }], + "short": "A component that contributes to the overall certainty", + "definition": "A description of a component of the overall certainty." + }, + { + "id": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.type", + "max": "1", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of subcomponent of certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CertaintySubcomponentType" + } + ], + "description": "The subcomponent classification of quality of evidence rating systems." + }, + "definition": "Type of subcomponent of certainty rating." + }, + { + "id": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.rating", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.rating", + "type": [{ "code": "CodeableConcept" }], + "short": "Subcomponent certainty rating", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-subcomponent-rating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CertaintySubcomponentRating" + } + ], + "description": "The quality rating of the subcomponent of a quality of evidence rating." + }, + "definition": "A rating of a subcomponent of rating certainty." + }, + { + "id": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.note", + "max": "*", + "min": 0, + "path": "RiskEvidenceSynthesis.certainty.certaintySubcomponent.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates another resource whose existence justifies this event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-reasonReference/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "reasonReference", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Reason Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-reasonReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-reasonReference", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "NutritionOrder" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-reasonReference", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Why was event performed?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "definition": "Indicates another resource whose existence justifies this event." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-reasonReference" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EpisodeOfCare/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "EpisodeOfCare", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "EpisodeOfCare", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "EpisodeOfCare", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EpisodeOfCare", + "differential": { + "element": [ + { + "id": "EpisodeOfCare", + "max": "*", + "min": 0, + "path": "EpisodeOfCare", + "alias": ["Case Program Problem"], + "short": "An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time." + }, + { + "id": "EpisodeOfCare.identifier", + "max": "*", + "min": 0, + "path": "EpisodeOfCare.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business Identifier(s) relevant for this EpisodeOfCare", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "definition": "The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes." + }, + { + "path": "EpisodeOfCare.status", + "min": 1, + "definition": "planned | waitlist | active | onhold | finished | cancelled.", + "isModifier": true, + "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareStatus" + } + ], + "description": "The status of the episode of care." + }, + "max": "1", + "id": "EpisodeOfCare.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the episode as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "id": "EpisodeOfCare.statusHistory", + "max": "*", + "min": 0, + "path": "EpisodeOfCare.statusHistory", + "type": [{ "code": "BackboneElement" }], + "short": "Past list of status codes (the current status may be included to cover the start date of the status)", + "definition": "The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource)." + }, + { + "id": "EpisodeOfCare.statusHistory.status", + "max": "1", + "min": 1, + "path": "EpisodeOfCare.statusHistory.status", + "type": [{ "code": "code" }], + "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareStatus" + } + ], + "description": "The status of the episode of care." + }, + "definition": "planned | waitlist | active | onhold | finished | cancelled." + }, + { + "id": "EpisodeOfCare.statusHistory.period", + "max": "1", + "min": 1, + "path": "EpisodeOfCare.statusHistory.period", + "type": [{ "code": "Period" }], + "short": "Duration the EpisodeOfCare was in the specified status", + "definition": "The period during this EpisodeOfCare that the specific status applied." + }, + { + "path": "EpisodeOfCare.type", + "min": 0, + "definition": "A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care.", + "short": "Type/class - e.g. specialist referral, disease management", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/episodeofcare-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareType" + } + ], + "description": "The type of the episode of care." + }, + "max": "*", + "id": "EpisodeOfCare.type", + "comment": "The type can be very important in processing as this could be used in determining if the EpisodeOfCare is relevant to specific government reporting, or other types of classifications.", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis", + "min": 0, + "definition": "The list of diagnosis relevant to this episode of care.", + "short": "The list of diagnosis relevant to this episode of care", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "EpisodeOfCare.diagnosis", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis.condition", + "min": 1, + "definition": "A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.", + "short": "Conditions/problems/diagnoses this episode of care is for", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "max": "1", + "id": "EpisodeOfCare.diagnosis.condition", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis.role", + "min": 0, + "definition": "Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).", + "short": "Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnosis-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of diagnosis this condition represents." + }, + "max": "1", + "id": "EpisodeOfCare.diagnosis.role", + "isSummary": true + }, + { + "id": "EpisodeOfCare.diagnosis.rank", + "max": "1", + "min": 0, + "path": "EpisodeOfCare.diagnosis.rank", + "type": [{ "code": "positiveInt" }], + "short": "Ranking of the diagnosis (for each role type)", + "isSummary": true, + "definition": "Ranking of the diagnosis (for each role type)." + }, + { + "path": "EpisodeOfCare.patient", + "min": 1, + "definition": "The patient who is the focus of this episode of care.", + "short": "The patient who is the focus of this episode of care", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "EpisodeOfCare.patient", + "isSummary": true + }, + { + "path": "EpisodeOfCare.managingOrganization", + "min": 0, + "definition": "The organization that has assumed the specific responsibilities for the specified duration.", + "short": "Organization that assumes care", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "EpisodeOfCare.managingOrganization", + "isSummary": true + }, + { + "path": "EpisodeOfCare.period", + "min": 0, + "definition": "The interval during which the managing organization assumes the defined responsibility.", + "short": "Interval during responsibility is assumed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "EpisodeOfCare.period", + "isSummary": true + }, + { + "id": "EpisodeOfCare.referralRequest", + "max": "*", + "min": 0, + "path": "EpisodeOfCare.referralRequest", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "short": "Originating Referral Request(s)", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "definition": "Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals." + }, + { + "id": "EpisodeOfCare.careManager", + "max": "1", + "min": 0, + "path": "EpisodeOfCare.careManager", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Care manager/care coordinator for the patient", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "definition": "The practitioner that is the care manager/care coordinator for this patient." + }, + { + "path": "EpisodeOfCare.team", + "min": 0, + "definition": "The list of practitioners that may be facilitating this episode of care for specific purposes.", + "short": "Other practitioners facilitating this episode of care", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "alias": ["CareTeam"], + "max": "*", + "id": "EpisodeOfCare.team" + }, + { + "id": "EpisodeOfCare.account", + "max": "*", + "min": 0, + "path": "EpisodeOfCare.account", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "short": "The set of accounts that may be used for billing for this EpisodeOfCare", + "comment": "The billing system may choose to allocate billable items associated with the EpisodeOfCare to different referenced Accounts based on internal business rules.", + "definition": "The set of accounts that may be used for billing for this EpisodeOfCare." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProduct/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "MedicinalProduct", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProduct", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicinalProduct", + "differential": { + "element": [ + { + "id": "MedicinalProduct", + "max": "*", + "min": 0, + "path": "MedicinalProduct", + "short": "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use)", + "definition": "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use)." + }, + { + "path": "MedicinalProduct.identifier", + "min": 0, + "definition": "Business identifier for this product. Could be an MPID.", + "short": "Business identifier for this product. Could be an MPID", + "type": [{ "code": "Identifier" }], + "alias": ["MPID"], + "max": "*", + "id": "MedicinalProduct.identifier", + "isSummary": true + }, + { + "id": "MedicinalProduct.type", + "max": "1", + "min": 0, + "path": "MedicinalProduct.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Regulatory type, e.g. Investigational or Authorized", + "isSummary": true, + "definition": "Regulatory type, e.g. Investigational or Authorized." + }, + { + "id": "MedicinalProduct.domain", + "max": "1", + "min": 0, + "path": "MedicinalProduct.domain", + "type": [{ "code": "Coding" }], + "short": "If this medicine applies to human or veterinary uses", + "isSummary": true, + "definition": "If this medicine applies to human or veterinary uses." + }, + { + "id": "MedicinalProduct.combinedPharmaceuticalDoseForm", + "max": "1", + "min": 0, + "path": "MedicinalProduct.combinedPharmaceuticalDoseForm", + "type": [{ "code": "CodeableConcept" }], + "short": "The dose form for a single part product, or combined form of a multiple part product", + "isSummary": true, + "definition": "The dose form for a single part product, or combined form of a multiple part product." + }, + { + "id": "MedicinalProduct.legalStatusOfSupply", + "max": "1", + "min": 0, + "path": "MedicinalProduct.legalStatusOfSupply", + "type": [{ "code": "CodeableConcept" }], + "short": "The legal status of supply of the medicinal product as classified by the regulator", + "isSummary": true, + "definition": "The legal status of supply of the medicinal product as classified by the regulator." + }, + { + "id": "MedicinalProduct.additionalMonitoringIndicator", + "max": "1", + "min": 0, + "path": "MedicinalProduct.additionalMonitoringIndicator", + "type": [{ "code": "CodeableConcept" }], + "short": "Whether the Medicinal Product is subject to additional monitoring for regulatory reasons", + "isSummary": true, + "definition": "Whether the Medicinal Product is subject to additional monitoring for regulatory reasons." + }, + { + "id": "MedicinalProduct.specialMeasures", + "max": "*", + "min": 0, + "path": "MedicinalProduct.specialMeasures", + "type": [{ "code": "string" }], + "short": "Whether the Medicinal Product is subject to special measures for regulatory reasons", + "isSummary": true, + "definition": "Whether the Medicinal Product is subject to special measures for regulatory reasons." + }, + { + "id": "MedicinalProduct.paediatricUseIndicator", + "max": "1", + "min": 0, + "path": "MedicinalProduct.paediatricUseIndicator", + "type": [{ "code": "CodeableConcept" }], + "short": "If authorised for use in children", + "isSummary": true, + "definition": "If authorised for use in children." + }, + { + "id": "MedicinalProduct.productClassification", + "max": "*", + "min": 0, + "path": "MedicinalProduct.productClassification", + "type": [{ "code": "CodeableConcept" }], + "short": "Allows the product to be classified by various systems", + "isSummary": true, + "definition": "Allows the product to be classified by various systems." + }, + { + "id": "MedicinalProduct.marketingStatus", + "max": "*", + "min": 0, + "path": "MedicinalProduct.marketingStatus", + "type": [{ "code": "MarketingStatus" }], + "short": "Marketing status of the medicinal product, in contrast to marketing authorizaton", + "isSummary": true, + "definition": "Marketing status of the medicinal product, in contrast to marketing authorizaton." + }, + { + "id": "MedicinalProduct.pharmaceuticalProduct", + "max": "*", + "min": 0, + "path": "MedicinalProduct.pharmaceuticalProduct", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical" + ] + } + ], + "short": "Pharmaceutical aspects of product", + "isSummary": true, + "definition": "Pharmaceutical aspects of product." + }, + { + "id": "MedicinalProduct.packagedMedicinalProduct", + "max": "*", + "min": 0, + "path": "MedicinalProduct.packagedMedicinalProduct", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged" + ] + } + ], + "short": "Package representation for the product", + "isSummary": true, + "definition": "Package representation for the product." + }, + { + "id": "MedicinalProduct.attachedDocument", + "max": "*", + "min": 0, + "path": "MedicinalProduct.attachedDocument", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Supporting documentation, typically for regulatory submission", + "isSummary": true, + "definition": "Supporting documentation, typically for regulatory submission." + }, + { + "id": "MedicinalProduct.masterFile", + "max": "*", + "min": 0, + "path": "MedicinalProduct.masterFile", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "A master file for to the medicinal product (e.g. Pharmacovigilance System Master File)", + "isSummary": true, + "definition": "A master file for to the medicinal product (e.g. Pharmacovigilance System Master File)." + }, + { + "id": "MedicinalProduct.contact", + "max": "*", + "min": 0, + "path": "MedicinalProduct.contact", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "A product specific contact, person (in a role), or an organization", + "isSummary": true, + "definition": "A product specific contact, person (in a role), or an organization." + }, + { + "id": "MedicinalProduct.clinicalTrial", + "max": "*", + "min": 0, + "path": "MedicinalProduct.clinicalTrial", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "short": "Clinical trials or studies that this product is involved in", + "isSummary": true, + "definition": "Clinical trials or studies that this product is involved in." + }, + { + "id": "MedicinalProduct.name", + "max": "*", + "min": 1, + "path": "MedicinalProduct.name", + "type": [{ "code": "BackboneElement" }], + "short": "The product's name, including full name and possibly coded parts", + "isSummary": true, + "definition": "The product's name, including full name and possibly coded parts." + }, + { + "id": "MedicinalProduct.name.productName", + "max": "1", + "min": 1, + "path": "MedicinalProduct.name.productName", + "type": [{ "code": "string" }], + "short": "The full product name", + "isSummary": true, + "definition": "The full product name." + }, + { + "id": "MedicinalProduct.name.namePart", + "max": "*", + "min": 0, + "path": "MedicinalProduct.name.namePart", + "type": [{ "code": "BackboneElement" }], + "short": "Coding words or phrases of the name", + "isSummary": true, + "definition": "Coding words or phrases of the name." + }, + { + "id": "MedicinalProduct.name.namePart.part", + "max": "1", + "min": 1, + "path": "MedicinalProduct.name.namePart.part", + "type": [{ "code": "string" }], + "short": "A fragment of a product name", + "isSummary": true, + "definition": "A fragment of a product name." + }, + { + "id": "MedicinalProduct.name.namePart.type", + "max": "1", + "min": 1, + "path": "MedicinalProduct.name.namePart.type", + "type": [{ "code": "Coding" }], + "short": "Idenifying type for this part of the name (e.g. strength part)", + "isSummary": true, + "definition": "Idenifying type for this part of the name (e.g. strength part)." + }, + { + "id": "MedicinalProduct.name.countryLanguage", + "max": "*", + "min": 0, + "path": "MedicinalProduct.name.countryLanguage", + "type": [{ "code": "BackboneElement" }], + "short": "Country where the name applies", + "isSummary": true, + "definition": "Country where the name applies." + }, + { + "id": "MedicinalProduct.name.countryLanguage.country", + "max": "1", + "min": 1, + "path": "MedicinalProduct.name.countryLanguage.country", + "type": [{ "code": "CodeableConcept" }], + "short": "Country code for where this name applies", + "isSummary": true, + "definition": "Country code for where this name applies." + }, + { + "id": "MedicinalProduct.name.countryLanguage.jurisdiction", + "max": "1", + "min": 0, + "path": "MedicinalProduct.name.countryLanguage.jurisdiction", + "type": [{ "code": "CodeableConcept" }], + "short": "Jurisdiction code for where this name applies", + "isSummary": true, + "definition": "Jurisdiction code for where this name applies." + }, + { + "id": "MedicinalProduct.name.countryLanguage.language", + "max": "1", + "min": 1, + "path": "MedicinalProduct.name.countryLanguage.language", + "type": [{ "code": "CodeableConcept" }], + "short": "Language code for this name", + "isSummary": true, + "definition": "Language code for this name." + }, + { + "id": "MedicinalProduct.crossReference", + "max": "*", + "min": 0, + "path": "MedicinalProduct.crossReference", + "type": [{ "code": "Identifier" }], + "short": "Reference to another product, e.g. for linking authorised to investigational product", + "isSummary": true, + "definition": "Reference to another product, e.g. for linking authorised to investigational product." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation", + "max": "*", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation", + "type": [{ "code": "BackboneElement" }], + "short": "An operation applied to the product, for manufacturing or adminsitrative purpose", + "isSummary": true, + "definition": "An operation applied to the product, for manufacturing or adminsitrative purpose." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.operationType", + "max": "1", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.operationType", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of manufacturing operation", + "isSummary": true, + "definition": "The type of manufacturing operation." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.authorisationReferenceNumber", + "max": "1", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.authorisationReferenceNumber", + "type": [{ "code": "Identifier" }], + "short": "Regulatory authorization reference number", + "isSummary": true, + "definition": "Regulatory authorization reference number." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.effectiveDate", + "max": "1", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.effectiveDate", + "type": [{ "code": "dateTime" }], + "short": "Regulatory authorization date", + "isSummary": true, + "definition": "Regulatory authorization date." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.confidentialityIndicator", + "max": "1", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.confidentialityIndicator", + "type": [{ "code": "CodeableConcept" }], + "short": "To indicate if this proces is commercially confidential", + "isSummary": true, + "definition": "To indicate if this proces is commercially confidential." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.manufacturer", + "max": "*", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.manufacturer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "The manufacturer or establishment associated with the process", + "isSummary": true, + "definition": "The manufacturer or establishment associated with the process." + }, + { + "id": "MedicinalProduct.manufacturingBusinessOperation.regulator", + "max": "1", + "min": 0, + "path": "MedicinalProduct.manufacturingBusinessOperation.regulator", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "A regulator which oversees the operation", + "isSummary": true, + "definition": "A regulator which oversees the operation." + }, + { + "id": "MedicinalProduct.specialDesignation", + "max": "*", + "min": 0, + "path": "MedicinalProduct.specialDesignation", + "type": [{ "code": "BackboneElement" }], + "short": "Indicates if the medicinal product has an orphan designation for the treatment of a rare disease", + "isSummary": true, + "definition": "Indicates if the medicinal product has an orphan designation for the treatment of a rare disease." + }, + { + "id": "MedicinalProduct.specialDesignation.identifier", + "max": "*", + "min": 0, + "path": "MedicinalProduct.specialDesignation.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifier for the designation, or procedure number", + "isSummary": true, + "definition": "Identifier for the designation, or procedure number." + }, + { + "id": "MedicinalProduct.specialDesignation.type", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of special designation, e.g. orphan drug, minor use", + "isSummary": true, + "definition": "The type of special designation, e.g. orphan drug, minor use." + }, + { + "id": "MedicinalProduct.specialDesignation.intendedUse", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.intendedUse", + "type": [{ "code": "CodeableConcept" }], + "short": "The intended use of the product, e.g. prevention, treatment", + "isSummary": true, + "definition": "The intended use of the product, e.g. prevention, treatment." + }, + { + "id": "MedicinalProduct.specialDesignation.indication[x]", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.indication[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductIndication" + ] + } + ], + "short": "Condition for which the medicinal use applies", + "isSummary": true, + "definition": "Condition for which the medicinal use applies." + }, + { + "id": "MedicinalProduct.specialDesignation.status", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.status", + "type": [{ "code": "CodeableConcept" }], + "short": "For example granted, pending, expired or withdrawn", + "isSummary": true, + "definition": "For example granted, pending, expired or withdrawn." + }, + { + "id": "MedicinalProduct.specialDesignation.date", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.date", + "type": [{ "code": "dateTime" }], + "short": "Date when the designation was granted", + "isSummary": true, + "definition": "Date when the designation was granted." + }, + { + "id": "MedicinalProduct.specialDesignation.species", + "max": "1", + "min": 0, + "path": "MedicinalProduct.specialDesignation.species", + "type": [{ "code": "CodeableConcept" }], + "short": "Animal species for which this applies", + "isSummary": true, + "definition": "Animal species for which this applies." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Information captured by the author/maintainer of the questionnaire for development purposes, not intended to be seen by users.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/designNote/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Design Note", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "designNote", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/designNote", + "context": [ + { "type": "element", "expression": "Questionnaire" }, + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/designNote", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Design comments", + "comment": "Allows capture of todos, rationale for design decisions, etc.", + "definition": "Information captured by the author/maintainer of the questionnaire for development purposes, not intended to be seen by users." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/designNote" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A collection of documents compiled for a purpose together with metadata that applies to the collection.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DocumentManifest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Structured Documents)", + "fhirVersion": "4.0.1", + "name": "DocumentManifest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent", + "identity": "xds" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "DocumentManifest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Documents" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "DocumentManifest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentManifest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DocumentManifest", + "differential": { + "element": [ + { + "id": "DocumentManifest", + "max": "*", + "min": 0, + "path": "DocumentManifest", + "short": "A list that defines a set of documents", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "Act[classCode=FOLDER, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "A collection of documents compiled for a purpose together with metadata that applies to the collection." + }, + { + "path": "DocumentManifest.masterIdentifier", + "min": 0, + "definition": "A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts.", + "short": "Unique Identifier for the set of documents", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "id [need a list semantic to indicate order matters]", + "identity": "rim" + }, + { "map": "SubmissionSet.uniqueId", "identity": "xds" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "DocumentManifest.masterIdentifier", + "isSummary": true + }, + { + "path": "DocumentManifest.identifier", + "min": 0, + "definition": "Other identifiers associated with the document manifest, including version independent identifiers.", + "short": "Other identifiers for the manifest", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "TXA-16-Unique Document File Name?", + "identity": "v2" + }, + { "map": ".id / .setId", "identity": "rim" }, + { "map": "SubmissionSet.entryUUID", "identity": "xds" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "DocumentManifest.identifier", + "isSummary": true + }, + { + "path": "DocumentManifest.status", + "min": 1, + "definition": "The status of this document manifest.", + "isModifier": true, + "short": "current | superseded | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "SubmissionSet status", "identity": "xds" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentReferenceStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The status of the document reference." + }, + "max": "1", + "id": "DocumentManifest.status", + "comment": "This element is labeled as a modifier because the status contains the codes that mark the manifest as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DocumentManifest.type", + "min": 0, + "definition": "The code specifying the type of clinical activity that resulted in placing the associated content into the DocumentManifest.", + "short": "Kind of document set", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { + "map": "SubmissionSet.contentTypeCode", + "identity": "xds" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "v3Act" + } + ], + "description": "The activity that caused the DocumentManifest to be created." + }, + "max": "1", + "id": "DocumentManifest.type", + "comment": "Specifies the kind of this set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in it - especially if there is only one - but it may be wider.", + "isSummary": true + }, + { + "path": "DocumentManifest.subject", + "min": 0, + "definition": "Who or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case).", + "short": "The subject of the set of documents", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "SubmissionSet.patientId", "identity": "xds" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "DocumentManifest.subject", + "isSummary": true + }, + { + "path": "DocumentManifest.created", + "min": 0, + "definition": "When the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated, etc.).", + "short": "When this document manifest created", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + }, + { + "map": "SubmissionSet.submissionTime", + "identity": "xds" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "DocumentManifest.created", + "comment": "Creation time is used for tracking, organizing versions and searching. This is the creation time of the document set, not the documents on which it is based." + }, + { + "path": "DocumentManifest.author", + "min": 0, + "definition": "Identifies who is the author of the manifest. Manifest author is not necessarly the author of the references included.", + "short": "Who and/or what authored the DocumentManifest", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + }, + { "map": "SubmissionSet.author", "identity": "xds" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "*", + "id": "DocumentManifest.author", + "comment": "Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant).", + "isSummary": true + }, + { + "path": "DocumentManifest.recipient", + "min": 0, + "definition": "A patient, practitioner, or organization for which this set of documents is intended.", + "short": "Intended to get notified about this set of documents", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": ".participation[typeCode=IRCP].role", + "identity": "rim" + }, + { + "map": "SubmissionSet.intendedRecipient", + "identity": "xds" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "*", + "id": "DocumentManifest.recipient", + "comment": "How the recipient receives the document set or is notified of it is up to the implementation. This element is just a statement of intent. If the recipient is a person, and it is not known whether the person is a patient or a practitioner, RelatedPerson would be the default choice." + }, + { + "id": "DocumentManifest.source", + "max": "1", + "min": 0, + "path": "DocumentManifest.source", + "type": [{ "code": "uri" }], + "short": "The source system/application/software", + "mapping": [ + { + "map": ".participation[typeCode=PFM].time", + "identity": "rim" + }, + { "map": "SubmissionSet.sourceId", "identity": "xds" } + ], + "definition": "Identifies the source system, application, or software that produced the document manifest." + }, + { + "path": "DocumentManifest.description", + "requirements": "Helps humans to assess whether the document is of interest.", + "min": 0, + "definition": "Human-readable description of the source document. This is sometimes known as the \"title\".", + "short": "Human-readable description (title)", + "mapping": [ + { "map": ".title", "identity": "rim" }, + { "map": "SubmissionSet.title", "identity": "xds" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "DocumentManifest.description", + "comment": "What the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a \"consultation\" or \"progress note\").", + "isSummary": true + }, + { + "path": "DocumentManifest.content", + "requirements": "Any Resources are allowed to be grouped in a Manifest. The manifest brings context to the group.", + "min": 1, + "definition": "The list of Resources that consist of the parts of this manifest.", + "short": "Items in manifest", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + }, + { + "map": "SubmissionSet DocumentEntry(s)", + "identity": "xds" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "DocumentManifest.content", + "comment": "When used for XDS the intended focus of the DocumentManifest is for the reference to target to be a set of DocumentReference Resources. The reference is to \"Any\" to support EN 13606 usage, where an extract is DocumentManifest that references List and Composition resources.", + "isSummary": true + }, + { + "path": "DocumentManifest.related", + "min": 0, + "definition": "Related identifiers or resources associated with the DocumentManifest.", + "short": "Related things", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "DocumentManifest.related", + "comment": "May be identifiers or resources that caused the DocumentManifest to be created." + }, + { + "id": "DocumentManifest.related.identifier", + "max": "1", + "min": 0, + "path": "DocumentManifest.related.identifier", + "type": [{ "code": "Identifier" }], + "short": "Identifiers of things that are related", + "comment": "If both identifier and ref elements are present they shall refer to the same thing.", + "definition": "Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers." + }, + { + "id": "DocumentManifest.related.ref", + "max": "1", + "min": 0, + "path": "DocumentManifest.related.ref", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Related Resource", + "comment": "If both identifier and ref elements are present they shall refer to the same thing.", + "definition": "Related Resource to this DocumentManifest. For example, Order, ServiceRequest, Procedure, EligibilityRequest, etc." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/structure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The FMM level assigned to the artifact.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "fmm", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-fmm", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-fmm", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "FMM Level", + "comment": "Though this is defined for resources, it can be used for any artifact.", + "definition": "The FMM level assigned to the artifact." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined \"channel\" so that another system can take an appropriate action.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Subscription/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Subscription", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Subscription", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Subscription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Subscription", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Subscription", + "differential": { + "element": [ + { + "id": "Subscription", + "max": "*", + "min": 0, + "path": "Subscription", + "alias": ["WebHook", "Hook", "Routing Rule"], + "short": "Server push subscription criteria", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The subscription resource is used to define a push-based subscription from a server to another system. Once a subscription is registered with the server, the server checks every resource that is created or updated, and if the resource matches the given criteria, it sends a message on the defined \"channel\" so that another system can take an appropriate action." + }, + { + "path": "Subscription.status", + "min": 1, + "definition": "The status of the subscription, which marks the server state for managing the subscription.", + "isModifier": true, + "short": "requested | active | error | off", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionStatus" + } + ], + "description": "The status of a subscription." + }, + "max": "1", + "id": "Subscription.status", + "comment": "A client can only submit subscription resources in the requested or off state. Only the server can move a subscription from requested to active, and then to error. Either the server or the client can turn a subscription off.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Subscription.contact", + "min": 0, + "definition": "Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting.", + "short": "Contact details for source (e.g. troubleshooting)", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Subscription.contact", + "isSummary": true + }, + { + "path": "Subscription.end", + "min": 0, + "definition": "The time for the server to turn the subscription off.", + "short": "When to automatically delete the subscription", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "instant" }], + "max": "1", + "id": "Subscription.end", + "comment": "The server is permitted to deviate from this time but should observe it.", + "isSummary": true + }, + { + "path": "Subscription.reason", + "min": 1, + "definition": "A description of why this subscription is defined.", + "short": "Description of why this subscription was created", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Subscription.reason", + "isSummary": true + }, + { + "path": "Subscription.criteria", + "min": 1, + "definition": "The rules that the server should use to determine when to generate notifications for this subscription.", + "short": "Rule for server push", + "type": [{ "code": "string" }], + "max": "1", + "id": "Subscription.criteria", + "comment": "The rules are search criteria (without the [base] part). Like Bundle.entry.request.url, it has no leading \"/\".", + "isSummary": true + }, + { + "id": "Subscription.error", + "max": "1", + "min": 0, + "path": "Subscription.error", + "type": [{ "code": "string" }], + "short": "Latest error note", + "isSummary": true, + "definition": "A record of the last error that occurred when the server processed a notification." + }, + { + "id": "Subscription.channel", + "max": "1", + "min": 1, + "path": "Subscription.channel", + "type": [{ "code": "BackboneElement" }], + "short": "The channel on which to report matches to the criteria", + "isSummary": true, + "definition": "Details where to send notifications when resources are received that meet the criteria." + }, + { + "path": "Subscription.channel.type", + "min": 1, + "definition": "The type of channel to send notifications on.", + "short": "rest-hook | websocket | email | sms | message", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-channel-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionChannelType" + } + ], + "description": "The type of method used to execute a subscription." + }, + "max": "1", + "id": "Subscription.channel.type", + "isSummary": true + }, + { + "path": "Subscription.channel.endpoint", + "min": 0, + "definition": "The url that describes the actual end-point to send messages to.", + "short": "Where the channel points to", + "type": [{ "code": "url" }], + "max": "1", + "id": "Subscription.channel.endpoint", + "comment": "For rest-hook, and websocket, the end-point must be an http: or https: URL; for email, a mailto: url, for sms, a tel: url, and for message the endpoint can be in any form of url the server understands (usually, http: or mllp:). The URI is allowed to be relative; in which case, it is relative to the server end-point (since there may be more than one, clients should avoid using relative URIs).", + "isSummary": true + }, + { + "path": "Subscription.channel.payload", + "min": 0, + "definition": "The mime type to send the payload in - either application/fhir+xml, or application/fhir+json. If the payload is not present, then there is no payload in the notification, just a notification. The mime type \"text/plain\" may also be used for Email and SMS subscriptions.", + "short": "MIME type to send, or omit for no payload", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "Subscription.channel.payload", + "comment": "Sending the payload has obvious security implications. The server is responsible for ensuring that the content is appropriately secured.", + "isSummary": true + }, + { + "path": "Subscription.channel.header", + "min": 0, + "definition": "Additional headers / information to send as part of the notification.", + "short": "Usage depends on the channel type", + "type": [{ "code": "string" }], + "max": "*", + "id": "Subscription.channel.header", + "comment": "Exactly what these mean depend on the channel type. They can convey additional information to the recipient and/or meet security requirements; for example, support of multiple headers in the outgoing notifications for rest-hook type subscriptions.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The period during which the resource content was or is planned to be effective.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "effectivePeriod", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Effective Period", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "resource-effectivePeriod", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod", + "context": [ + { "type": "element", "expression": "StructureDefinition" }, + { "type": "element", "expression": "StructureMap" }, + { "type": "element", "expression": "CapabilityStatement" }, + { "type": "element", "expression": "OperationDefinition" }, + { "type": "element", "expression": "SearchParameter" }, + { "type": "element", "expression": "CompartmentDefinition" }, + { "type": "element", "expression": "ImplementationGuide" }, + { "type": "element", "expression": "CodeSystem" }, + { "type": "element", "expression": "ValueSet" }, + { "type": "element", "expression": "ConceptMap" }, + { "type": "element", "expression": "NamingSystem" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/resource-effectivePeriod", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The effective date range for the resource", + "comment": "The effective period for a resource determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 would be published in 2015.", + "definition": "The period during which the resource content was or is planned to be effective." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Period" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A name to use to show mappings of this type in the generated summary tables.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "table-name", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "table name", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-table-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name", + "context": [ + { "type": "element", "expression": "StructureDefinition.mapping" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-table-name", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Show mappings in the summary table with this name", + "definition": "A name to use to show mappings of this type in the generated summary tables." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-table-name" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Whether the binding is used on multiple resources, or only on this resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "isCommonBinding", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-isCommonBinding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "context": [ + { "type": "element", "expression": "ElementDefinition.binding" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-isCommonBinding", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether used on multiple resources", + "comment": "Some bindings are defined once internally and used in many places. This extension marks those bindings, to allow for generating the binding information once when generating code. When isCommonBinding is true, bindingName will be the same, and unique (e.g. identify re-uses by looking at bindingName).", + "definition": "Whether the binding is used on multiple resources, or only on this resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Ratio/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to able to capture ratios for some measurements (titers) and some rates (costs).", + "name": "Ratio", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Ratio", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Ratio", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Ratio", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Ratio", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "rat-1", + "human": "Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present", + "xpath": "(count(f:numerator) = count(f:denominator)) and ((count(f:numerator) > 0) or (count(f:extension) > 0))", + "severity": "error", + "expression": "(numerator.empty() xor denominator.exists()) and (numerator.exists() or extension.exists())" + } + ], + "path": "Ratio", + "min": 0, + "definition": "A relationship of two Quantity values - expressed as a numerator and a denominator.", + "short": "A ratio of two Quantity values - a numerator and a denominator", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "RTO", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Ratio", + "comment": "The Ratio datatype should only be used to express a relationship of two numbers if the relationship cannot be suitably expressed using a Quantity and a common unit. Where the denominator value is known to be fixed to \"1\", Quantity should be used instead of Ratio." + }, + { + "path": "Ratio.numerator", + "min": 0, + "definition": "The value of the numerator.", + "short": "Numerator value", + "mapping": [{ "map": ".numerator", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "max": "1", + "id": "Ratio.numerator", + "isSummary": true + }, + { + "path": "Ratio.denominator", + "min": 0, + "definition": "The value of the denominator.", + "short": "Denominator value", + "mapping": [{ "map": ".denominator", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "max": "1", + "id": "Ratio.denominator", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Statement about the degree of clinical certainty that the specific substance was the cause of the manifestation in this reaction event.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "certainty", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "certainty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-certainty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty", + "context": [ + { "type": "element", "expression": "AllergyIntolerance.reaction" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-certainty", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Certainty that the substance was the cause of the manifestation", + "comment": "When certainty is missing, it means no information exists (although it could be in narrative). By contrast, the unknown code is used when there is an explicit assertion that certainty is not known, such as when a patient eats a meal and it is unknown which food caused the reaction.", + "mapping": [ + { "map": "uncertaintyCode", "identity": "rim" } + ], + "definition": "Statement about the degree of clinical certainty that the specific substance was the cause of the manifestation in this reaction event." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-certainty" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-certainty", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCertainty" + } + ], + "description": "Statement about the degree of clinical certainty that a specific substance was the cause of the manifestation in a reaction event." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Identifies whether a patient arrives at the reporting facility via ambulance and the type of ambulance that was used.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "modeOfArrival", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "modeOfArrival", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-modeOfArrival", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival", + "context": [{ "type": "element", "expression": "Encounter" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/encounter-modeOfArrival", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The method of arrival of the patient into the facility", + "definition": "Identifies whether a patient arrives at the reporting facility via ambulance and the type of ambulance that was used." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0430", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "modeOfArrival" + } + ], + "description": "The method that the patient arrived at the facility." + } + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Medication/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "Medication", + "mapping": [ + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Medication", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "Medication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Medication", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Medication", + "differential": { + "element": [ + { + "id": "Medication", + "max": "*", + "min": 0, + "path": "Medication", + "short": "Definition of a Medication", + "mapping": [ + { + "map": "NewRx/MedicationPrescribed\r-or-\rRxFill/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationPrescribed", + "identity": "script10.6" + }, + { + "map": "ManufacturedProduct[classCode=ADMM]", + "identity": "rim" + } + ], + "definition": "This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use." + }, + { + "path": "Medication.identifier", + "min": 0, + "definition": "Business identifier for this medication.", + "short": "Business identifier for this medication", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Medication.identifier", + "comment": "The serial number could be included as an identifier.", + "isSummary": true + }, + { + "path": "Medication.code", + "min": 0, + "definition": "A code (or set of codes) that specify this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems.", + "short": "Codes that identify this medication", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "RXO-1.1-Requested Give Code.code / RXE-2.1-Give Code.code / RXD-2.1-Dispense/Give Code.code / RXG-4.1-Give Code.code /RXA-5.1-Administered Code.code / RXC-2.1 Component Code", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ], + "description": "A coded concept that defines the type of a medication." + }, + "max": "1", + "id": "Medication.code", + "comment": "Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: \"A coding may be marked as a \"userSelected\" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one).", + "isSummary": true + }, + { + "path": "Medication.status", + "min": 0, + "definition": "A code to indicate if the medication is in active use.", + "isModifier": true, + "short": "active | inactive | entered-in-error", + "mapping": [{ "map": ".statusCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatus" + } + ], + "description": "A coded concept defining if the medication is in active use." + }, + "max": "1", + "id": "Medication.status", + "comment": "This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product \"ABC Hospital Special Cream\" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to \"entered in error\". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes.", + "isSummary": true + }, + { + "path": "Medication.manufacturer", + "min": 0, + "definition": "Describes the details of the manufacturer of the medication product. This is not intended to represent the distributor of a medication product.", + "short": "Manufacturer of the item", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RXD-20-Substance Manufacturer Name / RXG-21-Substance Manufacturer Name / RXA-17-Substance Manufacturer Name", + "identity": "v2" + }, + { + "map": ".player.scopingRole[typeCode=MANU].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Medication.manufacturer", + "isSummary": true + }, + { + "path": "Medication.form", + "min": 0, + "definition": "Describes the form of the item. Powder; tablets; capsule.", + "short": "powder | tablets | capsule +", + "mapping": [ + { + "map": "coding.code = //element(*,DrugCodedType)/FormCode\r\rcoding.system = //element(*,DrugCodedType)/FormSourceCode", + "identity": "script10.6" + }, + { + "map": "RXO-5-Requested Dosage Form / RXE-6-Give Dosage Form / RXD-6-Actual Dosage Form / RXG-8-Give Dosage Form / RXA-8-Administered Dosage Form", + "identity": "v2" + }, + { "map": ".formCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationForm" + } + ], + "description": "A coded concept defining the form of a medication." + }, + "max": "1", + "id": "Medication.form", + "comment": "When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form." + }, + { + "path": "Medication.amount", + "min": 0, + "definition": "Specific amount of the drug in the packaged product. For example, when specifying a product that has the same strength (For example, Insulin glargine 100 unit per mL solution for injection), this attribute provides additional clarification of the package amount (For example, 3 mL, 10mL, etc.).", + "short": "Amount of drug in package", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [{ "code": "Ratio" }], + "max": "1", + "id": "Medication.amount", + "isSummary": true + }, + { + "path": "Medication.ingredient", + "min": 0, + "definition": "Identifies a particular constituent of interest in the product.", + "short": "Active or inactive ingredient", + "mapping": [ + { + "map": ".scopesRole[typeCode=INGR]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Medication.ingredient", + "comment": "The ingredients need not be a complete list. If an ingredient is not specified, this does not indicate whether an ingredient is present or absent. If an ingredient is specified it does not mean that all ingredients are specified. It is possible to specify both inactive and active ingredients." + }, + { + "path": "Medication.ingredient.item[x]", + "requirements": "The ingredient may reference a substance (for example, amoxicillin) or another medication (for example in the case of a compounded product, Glaxal Base).", + "min": 1, + "definition": "The actual ingredient - either a substance (simple ingredient) or another medication of a medication.", + "short": "The actual ingredient or content", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { + "map": "RXC-2-Component Code if medication: RXO-1-Requested Give Code / RXE-2-Give Code / RXD-2-Dispense/Give Code / RXG-4-Give Code / RXA-5-Administered Code", + "identity": "v2" + }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "max": "1", + "id": "Medication.ingredient.item[x]" + }, + { + "path": "Medication.ingredient.isActive", + "requirements": "True indicates that the ingredient affects the therapeutic action of the drug (i.e. active). \rFalse indicates that the ingredient does not affect the therapeutic action of the drug (i.e. inactive).", + "min": 0, + "definition": "Indication of whether this ingredient affects the therapeutic action of the drug.", + "short": "Active ingredient indicator", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Medication.ingredient.isActive" + }, + { + "id": "Medication.ingredient.strength", + "max": "1", + "min": 0, + "path": "Medication.ingredient.strength", + "type": [{ "code": "Ratio" }], + "short": "Quantity of ingredient present", + "mapping": [ + { + "map": "//element(*,DrugCodedType)/Strength", + "identity": "script10.6" + }, + { + "map": "RXC-3-Component Amount & RXC-4-Component Units if medication: RXO-2-Requested Give Amount - Minimum & RXO-4-Requested Give Units / RXO-3-Requested Give Amount - Maximum & RXO-4-Requested Give Units / RXO-11-Requested Dispense Amount & RXO-12-Requested Dispense Units / RXE-3-Give Amount - Minimum & RXE-5-Give Units / RXE-4-Give Amount - Maximum & RXE-5-Give Units / RXE-10-Dispense Amount & RXE-10-Dispense Units", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" } + ], + "definition": "Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet." + }, + { + "id": "Medication.batch", + "max": "1", + "min": 0, + "path": "Medication.batch", + "type": [{ "code": "BackboneElement" }], + "short": "Details about packaged medications", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { "map": ".player[classCode=CONT]", "identity": "rim" } + ], + "definition": "Information that only applies to packages (not products)." + }, + { + "id": "Medication.batch.lotNumber", + "max": "1", + "min": 0, + "path": "Medication.batch.lotNumber", + "type": [{ "code": "string" }], + "short": "Identifier assigned to batch", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { + "map": "RXA-15 Substance Lot Number / RXG-19 Substance Lot Number", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" } + ], + "definition": "The assigned lot number of a batch of the specified product." + }, + { + "id": "Medication.batch.expirationDate", + "max": "1", + "min": 0, + "path": "Medication.batch.expirationDate", + "type": [{ "code": "dateTime" }], + "short": "When batch will expire", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { + "map": "RXA-16 Substance Expiration Date / RXG-20 Substance Expiration Date", + "identity": "v2" + }, + { + "map": "participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime", + "identity": "rim" + } + ], + "definition": "When this specific batch of product will expire." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceUseStatement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "DeviceUseStatement", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceUseStatement", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceUseStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DeviceUseStatement", + "differential": { + "element": [ + { + "id": "DeviceUseStatement", + "max": "*", + "min": 0, + "path": "DeviceUseStatement", + "short": "Record of use of a device", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "DeviceUsePerformanceOccurrence", + "identity": "quick" + } + ], + "definition": "A record of a device being used by a patient where the record is the result of a report from the patient or another clinician." + }, + { + "path": "DeviceUseStatement.identifier", + "min": 0, + "definition": "An external identifier for this statement such as an IRI.", + "short": "External identifier for this record", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ClinicalStatement.identifier", + "identity": "quick" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "DeviceUseStatement.identifier", + "isSummary": true + }, + { + "path": "DeviceUseStatement.basedOn", + "requirements": "Allows tracing of authorization for the DeviceUseStatement and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this DeviceUseStatement.", + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC in proximity to EVN segment", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "DeviceUseStatement.basedOn", + "isSummary": true + }, + { + "path": "DeviceUseStatement.status", + "min": 1, + "definition": "A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed.", + "isModifier": true, + "short": "active | completed | entered-in-error +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "…status", "identity": "quick" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-statement-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceUseStatementStatus" + } + ], + "description": "A coded concept indicating the current status of the Device Usage." + }, + "max": "1", + "id": "DeviceUseStatement.status", + "comment": "DeviceUseStatment is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for contains codes that assert the status of the use by the patient (for example, stopped or on hold) as well as codes that assert the status of the resource itself (for example, entered in error).\r\rThis element is labeled as a modifier because the status contains the codes that mark the statement as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DeviceUseStatement.subject", + "min": 1, + "definition": "The patient who used the device.", + "short": "Patient using device", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "ClinicalStatement.subject", + "identity": "quick" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "DeviceUseStatement.subject", + "isSummary": true + }, + { + "path": "DeviceUseStatement.derivedFrom", + "min": 0, + "definition": "Allows linking the DeviceUseStatement to the underlying Request, or to other information that supports or is used to derive the DeviceUseStatement.", + "short": "Supporting information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "DeviceUseStatement.derivedFrom", + "comment": "The most common use cases for deriving a DeviceUseStatement comes from creating it from a request or from an observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the DeviceUseStatement from.", + "isSummary": true + }, + { + "path": "DeviceUseStatement.timing[x]", + "min": 0, + "definition": "How often the device was used.", + "short": "How often the device was used", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "DeviceUse.applicationSchedule", + "identity": "quick" + } + ], + "type": [ + { "code": "Timing" }, + { "code": "Period" }, + { "code": "dateTime" } + ], + "max": "1", + "id": "DeviceUseStatement.timing[x]", + "isSummary": true + }, + { + "path": "DeviceUseStatement.recordedOn", + "min": 0, + "definition": "The time at which the statement was made/recorded.", + "short": "When statement was recorded", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "ClinicalStatement.statementDateTime", + "identity": "quick" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "DeviceUseStatement.recordedOn", + "isSummary": true + }, + { + "path": "DeviceUseStatement.source", + "min": 0, + "definition": "Who reported the device was being used by the patient.", + "short": "Who made the statement", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "DeviceUseStatement.source", + "isSummary": true + }, + { + "path": "DeviceUseStatement.device", + "min": 1, + "definition": "The details of the device used.", + "short": "Reference to device used", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "DeviceUse.device", "identity": "quick" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "DeviceUseStatement.device", + "isSummary": true + }, + { + "path": "DeviceUseStatement.reasonCode", + "min": 0, + "definition": "Reason or justification for the use of the device.", + "short": "Why device was used", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "Action.indication.reason", + "identity": "quick" + } + ], + "type": [{ "code": "CodeableConcept" }], + "max": "*", + "id": "DeviceUseStatement.reasonCode", + "isSummary": true + }, + { + "path": "DeviceUseStatement.reasonReference", + "min": 0, + "definition": "Indicates another resource whose existence justifies this DeviceUseStatement.", + "short": "Why was DeviceUseStatement performed?", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ], + "max": "*", + "id": "DeviceUseStatement.reasonReference", + "isSummary": true + }, + { + "path": "DeviceUseStatement.bodySite", + "requirements": "Knowing where the device is targeted is important for tracking if multiple sites are possible. If more information than just a code is required, use the extension [http://hl7.org/fhir/StructureDefinition/bodySite](null.html).", + "min": 0, + "definition": "Indicates the anotomic location on the subject's body where the device was used ( i.e. the target).", + "short": "Target body site", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "targetSiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "Codes describing anatomical locations. May include laterality." + }, + "max": "1", + "id": "DeviceUseStatement.bodySite", + "isSummary": true + }, + { + "id": "DeviceUseStatement.note", + "max": "*", + "min": 0, + "path": "DeviceUseStatement.note", + "type": [{ "code": "Annotation" }], + "short": "Addition details (comments, instructions)", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "ClinicalStatement.additionalText", + "identity": "quick" + } + ], + "definition": "Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A comment that explains how this code is used in this context (where the value set is expected to be used).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "concept-comments", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Comment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-concept-comments", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments", + "context": [{ "type": "element", "expression": "CodeSystem.concept" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-concept-comments", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Comment about the use of this code in this context", + "comment": "This is used in various FHIR value sets to make comments on how particular codes are used when the formal definition is a little abstract or vague, but it's not clear whether it belongs in the actual value set resource.", + "definition": "A comment that explains how this code is used in this context (where the value set is expected to be used).", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A compartment definition that defines how resources are accessed on a server.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CompartmentDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "CompartmentDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CompartmentDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "CompartmentDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CompartmentDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cpd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "CompartmentDefinition", + "min": 0, + "definition": "A compartment definition that defines how resources are accessed on a server.", + "short": "Compartment Definition for a resource", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "max": "*", + "id": "CompartmentDefinition", + "comment": "In FHIR, search is not performed directly on a resource (by XML or JSON path), but on a named parameter that maps into the resource content." + }, + { + "path": "CompartmentDefinition.url", + "requirements": "Allows the compartment definition to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this compartment definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the compartment definition is stored on different servers.", + "short": "Canonical identifier for this compartment definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "CompartmentDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the compartment definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the compartment definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the compartment definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CompartmentDefinition.version", + "comment": "There may be different compartment definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the compartment definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "CompartmentDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this compartment definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "CompartmentDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.This is often the same as the code for the parameter, but does not need to be.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.status", + "min": 1, + "definition": "The status of this compartment definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CompartmentDefinition.status", + "comment": "Allows filtering of compartment definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CompartmentDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level compartment definition.", + "min": 0, + "definition": "A Boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CompartmentDefinition.experimental", + "comment": "Allows filtering of compartment definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the compartment definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "CompartmentDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the compartment definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the compartment definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the compartment definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CompartmentDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the compartment definition is the organization or individual primarily responsible for the maintenance and upkeep of the compartment definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the compartment definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "CompartmentDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.description", + "min": 0, + "definition": "A free text natural language description of the compartment definition from a consumer's perspective.", + "short": "Natural language description of the compartment definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "CompartmentDefinition.description", + "comment": "This description can be used to capture details such as why the compartment definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the compartment definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the compartment definition is presumed to be the predominant language in the place the compartment definition was created)." + }, + { + "path": "CompartmentDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate compartment definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "CompartmentDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.purpose", + "min": 0, + "definition": "Explanation of why this compartment definition is needed and why it has been designed as it has.", + "short": "Why this compartment definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "CompartmentDefinition.purpose", + "comment": "This element does not describe the usage of the compartment definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this compartment definition." + }, + { + "path": "CompartmentDefinition.code", + "min": 1, + "definition": "Which compartment this definition describes.", + "short": "Patient | Encounter | RelatedPerson | Practitioner | Device", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompartmentType" + } + ], + "description": "Which type a compartment definition describes." + }, + "max": "1", + "id": "CompartmentDefinition.code", + "comment": "Only the specification can define the compartments that can exist. Servers can choose to support them.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.search", + "min": 1, + "definition": "Whether the search syntax is supported,.", + "short": "Whether the search syntax is supported", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CompartmentDefinition.search", + "comment": "Servers may define and use compartments to manage logical access without implementing the compartment related syntax.", + "isSummary": true + }, + { + "id": "CompartmentDefinition.resource", + "max": "*", + "min": 0, + "path": "CompartmentDefinition.resource", + "type": [{ "code": "BackboneElement" }], + "short": "How a resource is related to the compartment", + "isSummary": true, + "definition": "Information about how a resource is related to the compartment." + }, + { + "path": "CompartmentDefinition.resource.code", + "min": 1, + "definition": "The name of a resource supported by the server.", + "short": "Name of resource type", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "CompartmentDefinition.resource.code", + "isSummary": true + }, + { + "path": "CompartmentDefinition.resource.param", + "min": 0, + "definition": "The name of a search parameter that represents the link to the compartment. More than one may be listed because a resource may be linked to a compartment in more than one way,.", + "short": "Search Parameter Name, or chained parameters", + "type": [{ "code": "string" }], + "max": "*", + "id": "CompartmentDefinition.resource.param", + "comment": "If no search parameters are listed, then the resource is not linked to the compartment.", + "isSummary": true + }, + { + "id": "CompartmentDefinition.resource.documentation", + "max": "1", + "min": 0, + "path": "CompartmentDefinition.resource.documentation", + "type": [{ "code": "string" }], + "short": "Additional documentation about the resource and compartment", + "definition": "Additional documentation about the resource and compartment." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents the routing information such as a letter carrier route number. It is the identifying number of the designator (the box number or rural route number).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryModeIdentifier", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryModeIdentifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryModeIdentifier", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryModeIdentifier", + "mapping": [ + { "map": "ADXP[partType=DMODID]", "identity": "rim" } + ], + "definition": "Represents the routing information such as a letter carrier route number. It is the identifying number of the designator (the box number or rural route number)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryModeIdentifier" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Allele information.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Allele", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsAllele", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsAllele", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Allele", + "definition": "Allele information." + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "An allele is one of a set of coexisting sequence variants of a gene ([SO:0001023](http://www.sequenceontology.org/browser/current_svn/term/SO:0001023)). This element is the common name for the allele. LOINC Code: ([48008-7](http://loinc.org/48008-7)).", + "short": "Name of allele", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "Name", + "max": "1", + "id": "Extension.extension:Name" + }, + { + "id": "Extension.extension:Name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Name" + }, + { + "id": "Extension.extension:Name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/allelename", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EBI-AlleleName" + } + ], + "description": "EMBL-EBI database of AlleleName." + } + }, + { + "id": "Extension.extension:State", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "The level of occurrence of a single DNA sequence variant within a set of chromosomes: Heteroplasmic / Homoplasmic / Homozygous / Heterozygous / Hemizygous", + "sliceName": "State", + "definition": "The level of occurrence of a single DNA Sequence Variant within a set of chromosomes. Heterozygous indicates the DNA sequence variant is only present in one of the two genes contained in homologous chromosomes. Homozygous indicates the DNA Sequence Variant is present in both genes contained in homologous chromosomes. Hemizygous indicates the DNA Sequence Variant exists in the only single copy of a gene in a non-homologous chromosome (the male X and Y chromosome are non-homologous). Hemiplasmic indicates that the DNA Sequence Variant is present in some but not all of the copies of mitochondrial DNA. Homoplasmic indicates that the DNA Sequence Variant is present in all of the copies of mitochondrial DNA. LOINC Code: ([53034-5](http://loinc.org/53034-5))." + }, + { + "id": "Extension.extension:State.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:State.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "State" + }, + { + "id": "Extension.extension:State.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Extension.extension:Frequency", + "max": "1", + "min": 0, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Allele frequency", + "sliceName": "Frequency", + "definition": "A physical quality which inheres to the allele by virtue of the number instances of the allele within a population. LOINC Code: ([81258-6](http://loinc.org/81258-6))." + }, + { + "id": "Extension.extension:Frequency.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:Frequency.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "Frequency" + }, + { + "id": "Extension.extension:Frequency.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "decimal" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsAllele" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The approach body site used for this procedure. Multiple locations are allowed.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "approachBodyStructure", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "approachBodyStructure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-approachBodyStructure", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure", + "context": [ + { "type": "element", "expression": "Procedure" }, + { "type": "element", "expression": "ServiceRequest" }, + { "type": "element", "expression": "DeviceRequest" }, + { "type": "element", "expression": "DeviceUseStatement" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-approachBodyStructure", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "The access point or points used for this procedure", + "definition": "The approach body site used for this procedure. Multiple locations are allowed." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-approachBodyStructure" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The inclusive lower bound on the range of allowed values for the data element.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/minValue/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "minValue", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "minValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/minValue", + "context": [{ "type": "element", "expression": "Questionnaire.item" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/minValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Must be >= this value", + "comment": "Data type specified must be the same as the data type for the data element.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "The inclusive lower bound on the range of allowed values for the data element." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/minValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "decimal" }, + { "code": "integer" } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A code system that is supported by the system that is not defined in a value set resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system/4.0.1", + "date": "2014-04-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "supported-system", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Supported Code System", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "capabilitystatement-supported-system", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system", + "context": [{ "type": "element", "expression": "CapabilityStatement" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilitystatement-supported-system", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Code system not defined in a value set", + "comment": "Typically, this is a large terminology such as LOINC, SNOMED CT.", + "definition": "A code system that is supported by the system that is not defined in a value set resource.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir.htm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "For slider-based controls, indicates the step size to use when toggling the control up or down.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": ["type='integer'"], + "fhirVersion": "4.0.1", + "name": "sliderStepValue", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-sliderStepValue", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-sliderStepValue", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Increment value for slider", + "definition": "For slider-based controls, indicates the step size to use when toggling the control up or down." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-sliderStepValue" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An extra warning about the correct use of the value set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-warning/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "warning", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-warning", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-warning", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-warning", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Extra warning about the correct use of the value set", + "definition": "An extra warning about the correct use of the value set.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-warning" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The EvidenceVariable resource describes a \"PICO\" element that knowledge (evidence, assertion, recommendation) is about.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EvidenceVariable/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to define and reuse the definition of individual elements of a research question.", + "name": "EvidenceVariable", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EvidenceVariable", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EvidenceVariable", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/EvidenceVariable", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "evv-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "EvidenceVariable", + "min": 0, + "definition": "The EvidenceVariable resource describes a \"PICO\" element that knowledge (evidence, assertion, recommendation) is about.", + "short": "A population, intervention, or exposure definition", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "max": "*", + "id": "EvidenceVariable", + "comment": "PICO stands for Population (the population within which exposures are being compared), Intervention (the conditional state or exposure state being described for its effect on outcomes), Comparison (the alternative conditional state or alternative exposure state being compared against), and Outcome (the result or effect of the intervention in the population)." + }, + { + "path": "EvidenceVariable.url", + "requirements": "Allows the evidence variable to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this evidence variable when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this evidence variable is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the evidence variable is stored on different servers.", + "short": "Canonical identifier for this evidence variable, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "EvidenceVariable.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "EvidenceVariable.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this evidence variable when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the evidence variable", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "EvidenceVariable.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this evidence variable outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "EvidenceVariable.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the evidence variable when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the evidence variable author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the evidence variable", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EvidenceVariable.version", + "comment": "There may be different evidence variable instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the evidence variable with the format [url]|[version].", + "isSummary": true + }, + { + "path": "EvidenceVariable.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the evidence variable. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this evidence variable (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "EvidenceVariable.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "EvidenceVariable.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the evidence variable.", + "short": "Name for this evidence variable (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EvidenceVariable.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "EvidenceVariable.shortTitle", + "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content.", + "min": 0, + "definition": "The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary.", + "short": "Title for use in informal contexts", + "type": [{ "code": "string" }], + "max": "1", + "id": "EvidenceVariable.shortTitle", + "isSummary": true + }, + { + "id": "EvidenceVariable.subtitle", + "max": "1", + "min": 0, + "path": "EvidenceVariable.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the EvidenceVariable", + "definition": "An explanatory or alternate title for the EvidenceVariable giving additional information about its content." + }, + { + "path": "EvidenceVariable.status", + "min": 1, + "definition": "The status of this evidence variable. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EvidenceVariable.status", + "comment": "Allows filtering of evidence variables that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EvidenceVariable.date", + "min": 0, + "definition": "The date (and optionally time) when the evidence variable was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the evidence variable changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "EvidenceVariable.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the evidence variable. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "EvidenceVariable.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the evidence variable. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the evidence variable.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "EvidenceVariable.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence variable is the organization or individual primarily responsible for the maintenance and upkeep of the evidence variable. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence variable. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EvidenceVariable.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "EvidenceVariable.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "EvidenceVariable.description", + "min": 0, + "definition": "A free text natural language description of the evidence variable from a consumer's perspective.", + "short": "Natural language description of the evidence variable", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "EvidenceVariable.description", + "comment": "This description can be used to capture details such as why the evidence variable was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the evidence variable as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the evidence variable is presumed to be the predominant language in the place the evidence variable was created).", + "isSummary": true + }, + { + "id": "EvidenceVariable.note", + "max": "*", + "min": 0, + "path": "EvidenceVariable.note", + "type": [{ "code": "Annotation" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "EvidenceVariable.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence variable instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "EvidenceVariable.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EvidenceVariable.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the evidence variable is intended to be used.", + "short": "Intended jurisdiction for evidence variable (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "EvidenceVariable.jurisdiction", + "comment": "It may be possible for the evidence variable to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "EvidenceVariable.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the evidence variable and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the evidence variable and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the evidence variable.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "EvidenceVariable.copyright" + }, + { + "path": "EvidenceVariable.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the evidence variable was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EvidenceVariable.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "EvidenceVariable.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the evidence variable was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "EvidenceVariable.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "EvidenceVariable.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the evidence variable are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the evidence variable content was or is planned to be in active use.", + "short": "When the evidence variable is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "EvidenceVariable.effectivePeriod", + "comment": "The effective period for a evidence variable determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "EvidenceVariable.topic", + "requirements": "Repositories must be able to determine how to categorize the EvidenceVariable so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the EvidenceVariable. Topics provide a high-level categorization grouping types of EvidenceVariables that can be useful for filtering and searching.", + "short": "The category of the EvidenceVariable, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "EvidenceVariable.topic" + }, + { + "id": "EvidenceVariable.author", + "max": "*", + "min": 0, + "path": "EvidenceVariable.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "EvidenceVariable.editor", + "max": "*", + "min": 0, + "path": "EvidenceVariable.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "EvidenceVariable.reviewer", + "max": "*", + "min": 0, + "path": "EvidenceVariable.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "EvidenceVariable.endorser", + "max": "*", + "min": 0, + "path": "EvidenceVariable.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "EvidenceVariable.relatedArtifact", + "requirements": "EvidenceVariables must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "EvidenceVariable.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "path": "EvidenceVariable.type", + "min": 0, + "definition": "The type of evidence element, a population, an exposure, or an outcome.", + "short": "dichotomous | continuous | descriptive", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariableType" + } + ], + "description": "The possible types of variables for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive)." + }, + "max": "1", + "id": "EvidenceVariable.type", + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic", + "min": 1, + "definition": "A characteristic that defines the members of the evidence element. Multiple characteristics are applied with \"and\" semantics.", + "short": "What defines the members of the evidence element", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "EvidenceVariable.characteristic", + "comment": "Characteristics can be defined flexibly to accommodate different use cases for membership criteria, ranging from simple codes, all the way to using an expression language to express the criteria.", + "isSummary": true + }, + { + "id": "EvidenceVariable.characteristic.description", + "max": "1", + "min": 0, + "path": "EvidenceVariable.characteristic.description", + "type": [{ "code": "string" }], + "short": "Natural language description of the characteristic", + "definition": "A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.", + "requirements": "Need to be able to describe characteristics in natural language so that end users can understand the criteria." + }, + { + "path": "EvidenceVariable.characteristic.definition[x]", + "requirements": "Need to be able to define members in simple codes when the membership aligns well with terminology, with common criteria such as observations in a value set or lab tests within a year, or with expression language to support criteria that do not fit in the above.", + "min": 1, + "definition": "Define members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).", + "short": "What code or expression defines members?", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + }, + { "code": "CodeableConcept" }, + { "code": "Expression" }, + { "code": "DataRequirement" }, + { "code": "TriggerDefinition" } + ], + "max": "1", + "id": "EvidenceVariable.characteristic.definition[x]", + "isSummary": true + }, + { + "id": "EvidenceVariable.characteristic.usageContext", + "max": "*", + "min": 0, + "path": "EvidenceVariable.characteristic.usageContext", + "type": [{ "code": "UsageContext" }], + "short": "What code/value pairs define members?", + "definition": "Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.", + "requirements": "Need to be able to define members more structurally when more information can be communicated such as age range." + }, + { + "id": "EvidenceVariable.characteristic.exclude", + "max": "1", + "min": 0, + "path": "EvidenceVariable.characteristic.exclude", + "type": [{ "code": "boolean" }], + "short": "Whether the characteristic includes or excludes members", + "definition": "When true, members with this characteristic are excluded from the element.", + "meaningWhenMissing": "False" + }, + { + "id": "EvidenceVariable.characteristic.participantEffective[x]", + "max": "1", + "min": 0, + "path": "EvidenceVariable.characteristic.participantEffective[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Timing" } + ], + "short": "What time period do participants cover", + "definition": "Indicates what effective period the study covers." + }, + { + "id": "EvidenceVariable.characteristic.timeFromStart", + "max": "1", + "min": 0, + "path": "EvidenceVariable.characteristic.timeFromStart", + "type": [{ "code": "Duration" }], + "short": "Observation time from study start", + "definition": "Indicates duration from the participant's study entry." + }, + { + "id": "EvidenceVariable.characteristic.groupMeasure", + "max": "1", + "min": 0, + "path": "EvidenceVariable.characteristic.groupMeasure", + "type": [{ "code": "code" }], + "short": "mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupMeasure" + } + ], + "description": "Possible group measure aggregates (E.g. Mean, Median)." + }, + "definition": "Indicates how elements are aggregated within the study effective period." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The episode(s) of care that establishes the context for this {{title}}.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "episodeOfCare", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Episode of Care", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "workflow-episodeOfCare", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Media" }, + { "type": "element", "expression": "DeviceRequest" }, + { "type": "element", "expression": "ServiceRequest" }, + { "type": "element", "expression": "NutritionOrder" }, + { "type": "element", "expression": "DeviceUseStatement" }, + { "type": "element", "expression": "AdverseEvent" }, + { "type": "element", "expression": "CarePlan" }, + { "type": "element", "expression": "CareTeam" }, + { "type": "element", "expression": "ClinicalImpression" }, + { "type": "element", "expression": "Communication" }, + { "type": "element", "expression": "CommunicationRequest" }, + { "type": "element", "expression": "Condition" }, + { "type": "element", "expression": "Procedure" }, + { "type": "element", "expression": "QuestionnaireResponse" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/workflow-episodeOfCare", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Associated Encounter episode of care", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "The episode(s) of care that establishes the context for this {{title}}." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Consent/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "fhirVersion": "4.0.1", + "name": "Consent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Consent", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + } + ], + "status": "draft", + "id": "Consent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Consent", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Consent", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ppc-4", + "human": "IF Scope=adr, there must be a patient", + "xpath": "exists(f:patient) or not(exists(f:scope/f:coding[f:system/@value='something' and f:code/@value='adr'])))", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='adr').exists().not()" + }, + { + "key": "ppc-5", + "human": "IF Scope=treatment, there must be a patient", + "xpath": "exists(f:patient) or not(exists(f:scope/f:coding[f:system/@value='something' and f:code/@value='treatment'])))", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='treatment').exists().not()" + }, + { + "key": "ppc-2", + "human": "IF Scope=privacy, there must be a patient", + "xpath": "exists(f:patient) or not(exists(f:scope/f:coding[f:system/@value='something' and f:code/@value='patient-privacy'])))", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='patient-privacy').exists().not()" + }, + { + "key": "ppc-3", + "human": "IF Scope=research, there must be a patient", + "xpath": "exists(f:patient) or not(exists(f:scope/f:coding[f:system/@value='something' and f:code/@value='research'])))", + "severity": "error", + "expression": "patient.exists() or scope.coding.where(system='something' and code='research').exists().not()" + }, + { + "key": "ppc-1", + "human": "Either a Policy or PolicyRule", + "xpath": "exists(f:policy) or exists(f:policyRule)", + "severity": "error", + "expression": "policy.exists() or policyRule.exists()" + } + ], + "path": "Consent", + "min": 0, + "definition": "A record of a healthcare consumer’s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.", + "short": "A healthcare consumer's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of time", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "CON", "identity": "v2" }, + { "map": "FinancialConsent", "identity": "rim" } + ], + "max": "*", + "id": "Consent", + "comment": "Broadly, there are 3 key areas of consent for patients: Consent around sharing information (aka Privacy Consent Directive - Authorization to Collect, Use, or Disclose information), consent for specific treatment, or kinds of treatment, and general advance care directives." + }, + { + "path": "Consent.identifier", + "min": 0, + "definition": "Unique identifier for this copy of the Consent Statement.", + "short": "Identifier for this record (external references)", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Consent.identifier", + "comment": "This identifier identifies this copy of the consent. Where this identifier is also used elsewhere as the identifier for a consent record (e.g. a CDA consent document) then the consent details are expected to be the same.", + "example": [ + { + "label": "General", + "valueIdentifier": { + "value": "Local eCMS identifier", + "system": "urn:ietf:rfc:3986" + } + } + ], + "isSummary": true + }, + { + "path": "Consent.status", + "requirements": "The Consent Directive that is pointed to might be in various lifecycle states, e.g., a revoked Consent Directive.", + "min": 1, + "definition": "Indicates the current state of this consent.", + "isModifier": true, + "short": "draft | proposed | active | rejected | inactive | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "HL7 Table 0498 - Consent Status", + "identity": "v2" + }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-state-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentState" + } + ], + "description": "Indicates the state of the consent." + }, + "max": "1", + "id": "Consent.status", + "comment": "This element is labeled as a modifier because the status contains the codes rejected and entered-in-error that mark the Consent as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Consent.scope", + "min": 1, + "definition": "A selector of the type of consent being presented: ADR, Privacy, Treatment, Research. This list is now extensible.", + "isModifier": true, + "short": "Which of the four areas this resource covers (extensible)", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentScope" + } + ], + "description": "The four anticipated uses for the Consent Resource." + }, + "max": "1", + "id": "Consent.scope", + "isModifierReason": "Allows changes to codes based on scope selection", + "isSummary": true + }, + { + "path": "Consent.category", + "min": 1, + "definition": "A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements.", + "short": "Classification of the consent statement - for indexing/retrieval", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "HL7 Table 0497 - Consent Type", + "identity": "v2" + }, + { "map": "CNTRCT", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentCategory" + } + ], + "description": "A classification of the type of consents found in a consent statement." + }, + "max": "*", + "id": "Consent.category", + "isSummary": true + }, + { + "path": "Consent.patient", + "min": 0, + "definition": "The patient/healthcare consumer to whom this consent applies.", + "short": "Who the consent applies to", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "Role", "identity": "rim" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "Consent.patient", + "comment": "Commonly, the patient the consent pertains to is the author, but for young and old people, it may be some other person.", + "isSummary": true + }, + { + "path": "Consent.dateTime", + "min": 0, + "definition": "When this Consent was issued / created / indexed.", + "short": "When this Consent was created or indexed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "Field 13/ Consent Decision Date", + "identity": "v2" + }, + { + "map": "FinancialConsent effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Consent.dateTime", + "comment": "This is not the time of the original consent, but the time that this statement was made or derived.", + "isSummary": true + }, + { + "path": "Consent.performer", + "min": 0, + "definition": "Either the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions.", + "short": "Who is agreeing to the policy and rules", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "Field 24/ ConsenterID", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "alias": ["consentor"], + "max": "*", + "id": "Consent.performer", + "comment": "Commonly, the patient the consent pertains to is the consentor, but particularly for young and old people, it may be some other person - e.g. a legal guardian.", + "isSummary": true + }, + { + "path": "Consent.organization", + "min": 0, + "definition": "The organization that manages the consent, and the framework within which it is executed.", + "short": "Custodian of the consent", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "alias": ["custodian"], + "max": "*", + "id": "Consent.organization", + "isSummary": true + }, + { + "path": "Consent.source[x]", + "min": 0, + "definition": "The source on which this consent statement is based. The source might be a scanned original paper form, or a reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document.", + "short": "Source from which this consent is taken", + "mapping": [ + { + "map": "Field 19 Informational Material Supplied Indicator", + "identity": "v2" + } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "max": "1", + "id": "Consent.source[x]", + "comment": "The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id.", + "isSummary": true + }, + { + "id": "Consent.policy", + "max": "*", + "min": 0, + "path": "Consent.policy", + "type": [{ "code": "BackboneElement" }], + "short": "Policies covered by this consent", + "definition": "The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law." + }, + { + "id": "Consent.policy.authority", + "max": "1", + "min": 0, + "path": "Consent.policy.authority", + "type": [{ "code": "uri" }], + "short": "Enforcement source for policy", + "condition": ["ppc-1"], + "definition": "Entity or Organization having regulatory jurisdiction or accountability for enforcing policies pertaining to Consent Directives." + }, + { + "path": "Consent.policy.uri", + "min": 0, + "definition": "The references to the policies that are included in this consent scope. Policies may be organizational, but are often defined jurisdictionally, or in law.", + "short": "Specific policy covered by this consent", + "type": [{ "code": "uri" }], + "max": "1", + "id": "Consent.policy.uri", + "condition": ["ppc-1"], + "comment": "This element is for discoverability / documentation and does not modify or qualify the policy rules." + }, + { + "path": "Consent.policyRule", + "requirements": "Might be a unique identifier of a policy set in XACML, or other rules engine.", + "min": 0, + "definition": "A reference to the specific base computable regulation or policy.", + "short": "Regulation that this consents to", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentPolicyRule" + } + ], + "description": "Regulatory policy examples." + }, + "max": "1", + "id": "Consent.policyRule", + "condition": ["ppc-1"], + "comment": "If the policyRule is absent, computable consent would need to be constructed from the elements of the Consent resource.", + "isSummary": true + }, + { + "id": "Consent.verification", + "max": "*", + "min": 0, + "path": "Consent.verification", + "type": [{ "code": "BackboneElement" }], + "short": "Consent Verified by patient or family", + "isSummary": true, + "definition": "Whether a treatment instruction (e.g. artificial respiration yes or no) was verified with the patient, his/her family or another authorized person." + }, + { + "id": "Consent.verification.verified", + "max": "1", + "min": 1, + "path": "Consent.verification.verified", + "type": [{ "code": "boolean" }], + "short": "Has been verified", + "isSummary": true, + "definition": "Has the instruction been verified." + }, + { + "id": "Consent.verification.verifiedWith", + "max": "1", + "min": 0, + "path": "Consent.verification.verifiedWith", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "short": "Person who verified", + "definition": "Who verified the instruction (Patient, Relative or other Authorized Person)." + }, + { + "id": "Consent.verification.verificationDate", + "max": "1", + "min": 0, + "path": "Consent.verification.verificationDate", + "type": [{ "code": "dateTime" }], + "short": "When consent verified", + "definition": "Date verification was collected." + }, + { + "path": "Consent.provision", + "min": 0, + "definition": "An exception to the base policy of this consent. An exception can be an addition or removal of access permissions.", + "short": "Constraints to the base Consent.policyRule", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provision" + } + ], + "max": "1", + "id": "Consent.provision", + "isSummary": true + }, + { + "path": "Consent.provision.type", + "min": 0, + "definition": "Action to take - permit or deny - when the rule conditions are met. Not permitted in root rule, required in all nested rules.", + "short": "deny | permit", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentProvisionType" + } + ], + "description": "How a rule statement is applied, such as adding additional consent or removing consent." + }, + "max": "1", + "id": "Consent.provision.type", + "isSummary": true + }, + { + "id": "Consent.provision.period", + "max": "1", + "min": 0, + "path": "Consent.provision.period", + "type": [{ "code": "Period" }], + "short": "Timeframe for this rule", + "isSummary": true, + "definition": "The timeframe in this rule is valid." + }, + { + "path": "Consent.provision.actor", + "min": 0, + "definition": "Who or what is controlled by this rule. Use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "short": "Who|what controlled by this rule (or group, by role)", + "type": [{ "code": "BackboneElement" }], + "meaningWhenMissing": "There is no specific actor associated with the exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provisionActor" + } + ], + "max": "*", + "id": "Consent.provision.actor" + }, + { + "id": "Consent.provision.actor.role", + "max": "1", + "min": 1, + "path": "Consent.provision.actor.role", + "type": [{ "code": "CodeableConcept" }], + "short": "How the actor is involved", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentActorRole" + } + ], + "description": "How an actor is involved in the consent considerations." + }, + "definition": "How the individual is involved in the resources content that is described in the exception." + }, + { + "id": "Consent.provision.actor.reference", + "max": "1", + "min": 1, + "path": "Consent.provision.actor.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "short": "Resource for the actor (or group, by role)", + "definition": "The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers')." + }, + { + "path": "Consent.provision.action", + "min": 0, + "definition": "Actions controlled by this Rule.", + "short": "Actions controlled by this rule", + "type": [{ "code": "CodeableConcept" }], + "meaningWhenMissing": "all actions", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentAction" + } + ], + "description": "Detailed codes for the consent action." + }, + "max": "*", + "id": "Consent.provision.action", + "comment": "Note that this is the direct action (not the grounds for the action covered in the purpose element). At present, the only action in the understood and tested scope of this resource is 'read'.", + "isSummary": true + }, + { + "path": "Consent.provision.securityLabel", + "min": 0, + "definition": "A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception.", + "short": "Security Labels that define affected resources", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "Consent.provision.securityLabel", + "comment": "If the consent specifies a security label of \"R\" then it applies to all resources that are labeled \"R\" or lower. E.g. for Confidentiality, it's a high water mark. For other kinds of security labels, subsumption logic applies. When the purpose of use tag is on the data, access request purpose of use shall not conflict.", + "isSummary": true + }, + { + "path": "Consent.provision.purpose", + "min": 0, + "definition": "The context of the activities a user is taking - why the user is accessing the data - that are controlled by this rule.", + "short": "Context of activities covered by this rule", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PurposeOfUse" + } + ], + "description": "What purposes of use are controlled by this exception. If more than one label is specified, operations must have all the specified labels." + }, + "max": "*", + "id": "Consent.provision.purpose", + "comment": "When the purpose of use tag is on the data, access request purpose of use shall not conflict.", + "isSummary": true + }, + { + "path": "Consent.provision.class", + "min": 0, + "definition": "The class of information covered by this rule. The type can be a FHIR resource type, a profile on a type, or a CDA document, or some other type that indicates what sort of information the consent relates to.", + "short": "e.g. Resource Type, Profile, CDA, etc.", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentClass" + } + ], + "description": "The class (type) of information a consent rule covers." + }, + "max": "*", + "id": "Consent.provision.class", + "comment": "Multiple types are or'ed together. The intention of the contentType element is that the codes refer to profiles or document types defined in a standard or an implementation guide somewhere.", + "isSummary": true + }, + { + "path": "Consent.provision.code", + "min": 0, + "definition": "If this code is found in an instance, then the rule applies.", + "short": "e.g. LOINC or SNOMED CT code, etc. in the content", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentCode" + } + ], + "description": "If this code is found in an instance, then the exception applies." + }, + "max": "*", + "id": "Consent.provision.code", + "comment": "Typical use of this is a Document code with class = CDA.", + "isSummary": true + }, + { + "path": "Consent.provision.dataPeriod", + "min": 0, + "definition": "Clinical or Operational Relevant period of time that bounds the data controlled by this rule.", + "short": "Timeframe for data controlled by this rule", + "type": [{ "code": "Period" }], + "max": "1", + "id": "Consent.provision.dataPeriod", + "comment": "This has a different sense to the Consent.period - that is when the consent agreement holds. This is the time period of the data that is controlled by the agreement.", + "isSummary": true + }, + { + "path": "Consent.provision.data", + "min": 0, + "definition": "The resources controlled by this rule if specific resources are referenced.", + "short": "Data controlled by this rule", + "mapping": [{ "map": "Role", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "meaningWhenMissing": "all data", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provisionData" + } + ], + "max": "*", + "id": "Consent.provision.data", + "isSummary": true + }, + { + "path": "Consent.provision.data.meaning", + "min": 1, + "definition": "How the resource reference is interpreted when testing consent restrictions.", + "short": "instance | related | dependents | authoredby", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentDataMeaning" + } + ], + "description": "How a resource reference is interpreted when testing consent restrictions." + }, + "max": "1", + "id": "Consent.provision.data.meaning", + "isSummary": true + }, + { + "id": "Consent.provision.data.reference", + "max": "1", + "min": 1, + "path": "Consent.provision.data.reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "The actual data reference", + "isSummary": true, + "definition": "A reference to a specific resource that defines which resources are covered by this consent." + }, + { + "id": "Consent.provision.provision", + "max": "*", + "min": 0, + "path": "Consent.provision.provision", + "short": "Nested Exception Rules", + "definition": "Rules which provide exceptions to the base rule or subrules.", + "contentReference": "#Consent.provision" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This profile describes the direct or derived, qualitative or quantitative physiological measurement, setting, or calculation data produced by a medical device or a device component.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/devicemetricobservation/4.0.1", + "date": "2014-11-17", + "derivation": "constraint", + "publisher": "Health Level Seven International (Health Care Devices)", + "fhirVersion": "4.0.1", + "name": "Device Metric Observation Profile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "devicemetricobservation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/devicemetricobservation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/devicemetricobservation", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation" + }, + { + "id": "Observation.identifier", + "max": "*", + "min": 0, + "path": "Observation.identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": true + }, + { + "id": "Observation.status", + "max": "1", + "min": 1, + "path": "Observation.status", + "type": [{ "code": "code" }], + "mustSupport": true + }, + { + "id": "Observation.code", + "max": "1", + "min": 1, + "path": "Observation.code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.subject", + "max": "1", + "min": 1, + "path": "Observation.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.encounter", + "max": "0", + "min": 0, + "path": "Observation.encounter", + "mustSupport": false + }, + { + "id": "Observation.effectiveDateTime", + "max": "1", + "min": 1, + "path": "Observation.effectiveDateTime", + "type": [{ "code": "dateTime" }], + "mustSupport": true + }, + { + "id": "Observation.issued", + "max": "0", + "min": 0, + "path": "Observation.issued", + "type": [{ "code": "instant" }], + "mustSupport": false + }, + { + "id": "Observation.value[x]", + "max": "1", + "min": 0, + "path": "Observation.value[x]", + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" } + ], + "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "max": "0", + "min": 0, + "path": "Observation.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "mustSupport": false + }, + { + "id": "Observation.bodySite", + "max": "1", + "min": 0, + "path": "Observation.bodySite", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.method", + "max": "1", + "min": 0, + "path": "Observation.method", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.specimen", + "max": "0", + "min": 0, + "path": "Observation.specimen", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false + }, + { + "id": "Observation.device", + "max": "1", + "min": 1, + "path": "Observation.device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 0, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.hasMember", + "max": "*", + "min": 0, + "path": "Observation.hasMember", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.derivedFrom", + "max": "*", + "min": 0, + "path": "Observation.derivedFrom", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "The ResearchElementDefinition resource describes a \"PICO\" element that knowledge (evidence, assertion, recommendation) is about.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "purpose": "Need to be able to define and reuse the definition of individual elements of a research question.", + "name": "ResearchElementDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ResearchElementDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "ResearchElementDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchElementDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ResearchElementDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "red-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "ResearchElementDefinition", + "min": 0, + "definition": "The ResearchElementDefinition resource describes a \"PICO\" element that knowledge (evidence, assertion, recommendation) is about.", + "short": "A population, intervention, or exposure definition", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "max": "*", + "id": "ResearchElementDefinition", + "comment": "PICO stands for Population (the population within which exposures are being compared), Intervention (the conditional state or exposure state being described for its effect on outcomes), Comparison (the alternative conditional state or alternative exposure state being compared against), and Outcome (the result or effect of the intervention in the population)." + }, + { + "path": "ResearchElementDefinition.url", + "requirements": "Allows the research element definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this research element definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this research element definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the research element definition is stored on different servers.", + "short": "Canonical identifier for this research element definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ResearchElementDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this research element definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the research element definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ResearchElementDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this research element definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the research element definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the research element definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the research element definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchElementDefinition.version", + "comment": "There may be different research element definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the research element definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the research element definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this research element definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchElementDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the research element definition.", + "short": "Name for this research element definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchElementDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.shortTitle", + "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content.", + "min": 0, + "definition": "The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary.", + "short": "Title for use in informal contexts", + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchElementDefinition.shortTitle", + "isSummary": true + }, + { + "id": "ResearchElementDefinition.subtitle", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the ResearchElementDefinition", + "definition": "An explanatory or alternate title for the ResearchElementDefinition giving additional information about its content." + }, + { + "path": "ResearchElementDefinition.status", + "min": 1, + "definition": "The status of this research element definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ResearchElementDefinition.status", + "comment": "Allows filtering of research element definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level research element definition.", + "min": 0, + "definition": "A Boolean value to indicate that this research element definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ResearchElementDefinition.experimental", + "comment": "Allows filtering of research element definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.subject[x]", + "min": 0, + "definition": "The intended subjects for the ResearchElementDefinition. If this element is not provided, a Patient subject is assumed, but the subject of the ResearchElementDefinition can be anything.", + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a measure (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "ResearchElementDefinition.subject[x]", + "comment": "The subject of the ResearchElementDefinition is critical in interpreting the criteria definitions, as the logic in the ResearchElementDefinitions is evaluated with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what content is available based on its relationship to the subject. In CQL, this corresponds to the context declaration." + }, + { + "path": "ResearchElementDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the research element definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the research element definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ResearchElementDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the research element definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the research element definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the research element definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ResearchElementDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the research element definition is the organization or individual primarily responsible for the maintenance and upkeep of the research element definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the research element definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ResearchElementDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.description", + "min": 0, + "definition": "A free text natural language description of the research element definition from a consumer's perspective.", + "short": "Natural language description of the research element definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ResearchElementDefinition.description", + "comment": "This description can be used to capture details such as why the research element definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the research element definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the research element definition is presumed to be the predominant language in the place the research element definition was created).", + "isSummary": true + }, + { + "id": "ResearchElementDefinition.comment", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.comment", + "type": [{ "code": "string" }], + "short": "Used for footnotes or explanatory notes", + "definition": "A human-readable string to clarify or explain concepts about the resource." + }, + { + "path": "ResearchElementDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate research element definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ResearchElementDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the research element definition is intended to be used.", + "short": "Intended jurisdiction for research element definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ResearchElementDefinition.jurisdiction", + "comment": "It may be possible for the research element definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.purpose", + "min": 0, + "definition": "Explanation of why this research element definition is needed and why it has been designed as it has.", + "short": "Why this research element definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ResearchElementDefinition.purpose", + "comment": "This element does not describe the usage of the research element definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this research element definition." + }, + { + "id": "ResearchElementDefinition.usage", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the ResearchElementDefinition", + "definition": "A detailed description, from a clinical perspective, of how the ResearchElementDefinition is used." + }, + { + "path": "ResearchElementDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the research element definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the research element definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the research element definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ResearchElementDefinition.copyright" + }, + { + "path": "ResearchElementDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the research element definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ResearchElementDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "ResearchElementDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the research element definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ResearchElementDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "ResearchElementDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the research element definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the research element definition content was or is planned to be in active use.", + "short": "When the research element definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ResearchElementDefinition.effectivePeriod", + "comment": "The effective period for a research element definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the ResearchElementDefinition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the ResearchElementDefinition. Topics provide a high-level categorization grouping types of ResearchElementDefinitions that can be useful for filtering and searching.", + "short": "The category of the ResearchElementDefinition, such as Education, Treatment, Assessment, etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "ResearchElementDefinition.topic" + }, + { + "id": "ResearchElementDefinition.author", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "ResearchElementDefinition.editor", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "ResearchElementDefinition.reviewer", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "ResearchElementDefinition.endorser", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "ResearchElementDefinition.relatedArtifact", + "requirements": "ResearchElementDefinitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations, etc.", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "ResearchElementDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "ResearchElementDefinition.library", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "short": "Logic used by the ResearchElementDefinition", + "definition": "A reference to a Library resource containing the formal logic used by the ResearchElementDefinition." + }, + { + "path": "ResearchElementDefinition.type", + "min": 1, + "definition": "The type of research element, a population, an exposure, or an outcome.", + "short": "population | exposure | outcome", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-element-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchElementType" + } + ], + "description": "The possible types of research elements (E.g. Population, Exposure, Outcome)." + }, + "max": "1", + "id": "ResearchElementDefinition.type", + "isSummary": true + }, + { + "id": "ResearchElementDefinition.variableType", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.variableType", + "type": [{ "code": "code" }], + "short": "dichotomous | continuous | descriptive", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VariableType" + } + ], + "description": "The possible types of variables for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive)." + }, + "definition": "The type of the outcome (e.g. Dichotomous, Continuous, or Descriptive)." + }, + { + "path": "ResearchElementDefinition.characteristic", + "min": 1, + "definition": "A characteristic that defines the members of the research element. Multiple characteristics are applied with \"and\" semantics.", + "short": "What defines the members of the research element", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ResearchElementDefinition.characteristic", + "comment": "Characteristics can be defined flexibly to accommodate different use cases for membership criteria, ranging from simple codes, all the way to using an expression language to express the criteria.", + "isSummary": true + }, + { + "path": "ResearchElementDefinition.characteristic.definition[x]", + "requirements": "Need to be able to define members in simple codes when the membership aligns well with terminology, with common criteria such as observations in a value set or lab tests within a year, or with expression language to support criteria that do not fit in the above.", + "min": 1, + "definition": "Define members of the research element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).", + "short": "What code or expression defines members?", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + }, + { "code": "Expression" }, + { "code": "DataRequirement" } + ], + "max": "1", + "id": "ResearchElementDefinition.characteristic.definition[x]", + "isSummary": true + }, + { + "id": "ResearchElementDefinition.characteristic.usageContext", + "max": "*", + "min": 0, + "path": "ResearchElementDefinition.characteristic.usageContext", + "type": [{ "code": "UsageContext" }], + "short": "What code/value pairs define members?", + "definition": "Use UsageContext to define the members of the population, such as Age Ranges, Genders, Settings.", + "requirements": "Need to be able to define members more structurally when more information can be communicated such as age range." + }, + { + "id": "ResearchElementDefinition.characteristic.exclude", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.exclude", + "type": [{ "code": "boolean" }], + "short": "Whether the characteristic includes or excludes members", + "definition": "When true, members with this characteristic are excluded from the element.", + "meaningWhenMissing": "False" + }, + { + "id": "ResearchElementDefinition.characteristic.unitOfMeasure", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.unitOfMeasure", + "type": [{ "code": "CodeableConcept" }], + "short": "What unit is the outcome described in?", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UCUMUnits" + } + ], + "description": "Unified Code for Units of Measure (UCUM)." + }, + "definition": "Specifies the UCUM unit for the outcome." + }, + { + "id": "ResearchElementDefinition.characteristic.studyEffectiveDescription", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.studyEffectiveDescription", + "type": [{ "code": "string" }], + "short": "What time period does the study cover", + "definition": "A narrative description of the time period the study covers." + }, + { + "id": "ResearchElementDefinition.characteristic.studyEffective[x]", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.studyEffective[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Timing" } + ], + "short": "What time period does the study cover", + "definition": "Indicates what effective period the study covers." + }, + { + "id": "ResearchElementDefinition.characteristic.studyEffectiveTimeFromStart", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.studyEffectiveTimeFromStart", + "type": [{ "code": "Duration" }], + "short": "Observation time from study start", + "definition": "Indicates duration from the study initiation." + }, + { + "id": "ResearchElementDefinition.characteristic.studyEffectiveGroupMeasure", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.studyEffectiveGroupMeasure", + "type": [{ "code": "code" }], + "short": "mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupMeasure" + } + ], + "description": "Possible group measure aggregates (E.g. Mean, Median)." + }, + "definition": "Indicates how elements are aggregated within the study effective period." + }, + { + "id": "ResearchElementDefinition.characteristic.participantEffectiveDescription", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.participantEffectiveDescription", + "type": [{ "code": "string" }], + "short": "What time period do participants cover", + "definition": "A narrative description of the time period the study covers." + }, + { + "id": "ResearchElementDefinition.characteristic.participantEffective[x]", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.participantEffective[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Timing" } + ], + "short": "What time period do participants cover", + "definition": "Indicates what effective period the study covers." + }, + { + "id": "ResearchElementDefinition.characteristic.participantEffectiveTimeFromStart", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.participantEffectiveTimeFromStart", + "type": [{ "code": "Duration" }], + "short": "Observation time from study start", + "definition": "Indicates duration from the participant's study entry." + }, + { + "id": "ResearchElementDefinition.characteristic.participantEffectiveGroupMeasure", + "max": "1", + "min": 0, + "path": "ResearchElementDefinition.characteristic.participantEffectiveGroupMeasure", + "type": [{ "code": "code" }], + "short": "mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-measure|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupMeasure" + } + ], + "description": "Possible group measure aggregates (E.g. Mean, Median)." + }, + "definition": "Indicates how elements are aggregated within the study effective period." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A URL that resolves to additional supporting information or guidance related to the question.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "supportLink", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-supportLink", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-supportLink", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Supporting information", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "A URL that resolves to additional supporting information or guidance related to the question.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-supportLink" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Todo.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "4.0.1", + "name": "SubstanceReferenceInformation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceReferenceInformation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceReferenceInformation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SubstanceReferenceInformation", + "differential": { + "element": [ + { + "id": "SubstanceReferenceInformation", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation", + "short": "Todo", + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.comment", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.comment", + "type": [{ "code": "string" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.gene", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.gene", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.gene.geneSequenceOrigin", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.gene.geneSequenceOrigin", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.gene.gene", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.gene.gene", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.gene.source", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.gene.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.geneElement", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.geneElement", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.geneElement.type", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.geneElement.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.geneElement.element", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.geneElement.element", + "type": [{ "code": "Identifier" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.geneElement.source", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.geneElement.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.classification", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.classification", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.classification.domain", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.classification.domain", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.classification.classification", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.classification.classification", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.classification.subtype", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.classification.subtype", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.classification.source", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.classification.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.target", + "type": [{ "code": "BackboneElement" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.target", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.target", + "type": [{ "code": "Identifier" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.type", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.interaction", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.interaction", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.organism", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.organism", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.organismType", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.organismType", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.amount[x]", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.amount[x]", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "string" } + ], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.amountType", + "max": "1", + "min": 0, + "path": "SubstanceReferenceInformation.target.amountType", + "type": [{ "code": "CodeableConcept" }], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + }, + { + "id": "SubstanceReferenceInformation.target.source", + "max": "*", + "min": 0, + "path": "SubstanceReferenceInformation.target.source", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "short": "Todo", + "isSummary": true, + "definition": "Todo." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A geographic sub-unit delineated for demographic purposes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-censusTract", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-censusTract", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-censusTract", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "censusTract", + "mapping": [ + { "map": "ADXP[partType=CEN]", "identity": "rim" } + ], + "definition": "A geographic sub-unit delineated for demographic purposes." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A larger event of which this particular event is a component or step.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/event-partOf/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "partOf", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Part Of", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "event-partOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/event-partOf", + "context": [ + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Condition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/event-partOf", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Part of referenced event", + "comment": "Not to be used to link an event to an Encounter - use Event.context for that.\r\r[The allowed reference resources may be adjusted as appropriate for the event resource].", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "definition": "A larger event of which this particular event is a component or step." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/event-partOf" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An expression that provides an alternative definition of the content of the value set in some form that is not computable - e.g instructions that could only be followed by a human.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-rules-text/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "rules-text", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-rules-text", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-rules-text", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-rules-text", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "An alternative non-computable expression of the value set content", + "definition": "An expression that provides an alternative definition of the content of the value set in some form that is not computable - e.g instructions that could only be followed by a human." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-rules-text" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "markdown" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions ([SO:0000704](http://www.sequenceontology.org/browser/current_svn/term/SO:0000704)). This element is the official gene symbol approved by the HGNC, which is a short abbreviated form of the gene name ([HGNC](http://www.genenames.org)). LOINC Code: ([48018-6](http://loinc.org/48018-6)).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsGene/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "Gene", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsGene", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsGene", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "HGNC gene symbol", + "comment": "Other systems or genes not defined in HGNC (e.g., BCR-ABL fusion gene) can be added by using a local extension.", + "definition": "A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions ([SO:0000704](http://www.sequenceontology.org/browser/current_svn/term/SO:0000704)). This element is the official gene symbol approved by the HGNC, which is a short abbreviated form of the gene name ([HGNC](http://www.genenames.org)). LOINC Code: ([48018-6](http://loinc.org/48018-6))." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsGene" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/genenames", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HGNC-geneIdentifiers" + } + ], + "description": "International curated set of gene identifiers." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The SNOMED CT Description ID for the display.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/coding-sctdescid/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "sctdescid", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "coding-sctdescid", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid", + "context": [{ "type": "element", "expression": "Coding" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/coding-sctdescid", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "SNOMED CT Description ID", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "definition": "The SNOMED CT Description ID for the display." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "id" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition; e.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation/4.0.1", + "date": "2013-10-02", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "observation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "family-member-history-genetics-observation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation", + "context": [{ "type": "element", "expression": "FamilyMemberHistory" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/family-member-history-genetics-observation", + "differential": { + "element": [ + { + "path": "Extension", + "min": 0, + "definition": "Allows capturing risk-relevant observations about the relative that aren't themselves a specific health condition; e.g. Certain ethnic ancestries that are disease-relevant, presence of particular genetic markers, etc.", + "isModifier": false, + "short": "Genetic markers, ethnicity, etc.", + "mapping": [ + { + "map": "inboundRelationship[typeCode=SUBJ].source", + "identity": "rim" + } + ], + "max": "*", + "id": "Extension", + "comment": "This may be extended with additional genomics-specific resources when they are ready." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The position of the body when the observation was done, e.g. standing, sitting. To be used only when the body position in not precoordinated in the observation code.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-bodyPosition/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "bodyPosition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "bodyPosition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-bodyPosition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition", + "context": [ + { "type": "element", "expression": "Observation" }, + { "type": "element", "expression": "Specimen.collection" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-bodyPosition", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The body position during the observation", + "definition": "The position of the body when the observation was done, e.g. standing, sitting. To be used only when the body position in not precoordinated in the observation code." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes how the ServiceRequest resource is used to for genetics", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/servicerequest-genetics/4.0.1", + "date": "2015-10-20", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "ServiceRequest-Genetics", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + } + ], + "abstract": false, + "type": "ServiceRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "servicerequest-genetics", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/servicerequest-genetics", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/servicerequest-genetics", + "differential": { + "element": [ + { + "id": "ServiceRequest", + "max": "*", + "min": 0, + "path": "ServiceRequest" + }, + { + "id": "ServiceRequest.extension:Item", + "max": "*", + "min": 0, + "path": "ServiceRequest.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/servicerequest-geneticsItem" + ] + } + ], + "short": "The items the orderer requested", + "sliceName": "Item", + "definition": "The specific diagnostic investigations that are requested as part of this request. Sometimes, there can only be one item per request, but in most contexts, more than one investigation can be requested." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + }, + { + "description": "Where the server provides its web socket end-point.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket/4.0.1", + "date": "2014-04-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "websocket", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "WebSocket", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "capabilitystatement-websocket", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket", + "context": [ + { "type": "element", "expression": "CapabilityStatement.rest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/capabilitystatement-websocket", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Where server websocket end point is found", + "comment": "Used for web-socket based subscriptions.", + "definition": "Where the server provides its web socket end-point.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-websocket" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fhir.htm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Information on changes made to the Value Set Definition over time, and also has a contained audit trail of all such changes.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-history/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "history", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-history", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-history", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-history", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "What has happened over time", + "definition": "Information on changes made to the Value Set Definition over time, and also has a contained audit trail of all such changes.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Label for a set of entries, such as a version.", + "isModifier": false, + "short": "The name of this set of history entries", + "type": [{ "code": "Extension" }], + "sliceName": "name", + "max": "1", + "id": "Extension.extension:name", + "comment": "Typically, a value set will have a set of history entries for each major publication milestone." + }, + { + "id": "Extension.extension:name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "name" + }, + { + "id": "Extension.extension:name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "A list of specific changes, who made them and when.", + "isModifier": false, + "short": "Audit of all changes for a history entry", + "type": [{ "code": "Extension" }], + "sliceName": "revision", + "max": "*", + "id": "Extension.extension:revision" + }, + { + "id": "Extension.extension:revision.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "path": "Extension.extension.extension", + "min": 1, + "definition": "Date the change took place.", + "isModifier": false, + "short": "Date the change was made", + "type": [{ "code": "Extension" }], + "sliceName": "date", + "max": "1", + "id": "Extension.extension:revision.extension:date" + }, + { + "id": "Extension.extension:revision.extension:date.extension", + "max": "0", + "path": "Extension.extension.extension.extension" + }, + { + "id": "Extension.extension:revision.extension:date.url", + "path": "Extension.extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "date" + }, + { + "id": "Extension.extension:revision.extension:date.value[x]", + "min": 1, + "path": "Extension.extension.extension.value[x]", + "type": [{ "code": "dateTime" }] + }, + { + "path": "Extension.extension.extension", + "min": 1, + "definition": "Unique id for the specific change.", + "isModifier": false, + "short": "Version marker after the change was made", + "type": [{ "code": "Extension" }], + "sliceName": "id", + "max": "1", + "id": "Extension.extension:revision.extension:id" + }, + { + "id": "Extension.extension:revision.extension:id.extension", + "max": "0", + "path": "Extension.extension.extension.extension" + }, + { + "id": "Extension.extension:revision.extension:id.url", + "path": "Extension.extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "id" + }, + { + "id": "Extension.extension:revision.extension:id.value[x]", + "min": 1, + "path": "Extension.extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension.extension", + "min": 1, + "definition": "Person or device responsible for the change.", + "isModifier": false, + "short": "Who made the change", + "type": [{ "code": "Extension" }], + "sliceName": "author", + "max": "1", + "id": "Extension.extension:revision.extension:author" + }, + { + "id": "Extension.extension:revision.extension:author.extension", + "max": "0", + "path": "Extension.extension.extension.extension" + }, + { + "id": "Extension.extension:revision.extension:author.url", + "path": "Extension.extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "author" + }, + { + "id": "Extension.extension:revision.extension:author.value[x]", + "min": 1, + "path": "Extension.extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension.extension", + "min": 0, + "definition": "Description of exactly what was changed and how.", + "isModifier": false, + "short": "Information about the change", + "type": [{ "code": "Extension" }], + "sliceName": "notes", + "max": "1", + "id": "Extension.extension:revision.extension:notes" + }, + { + "id": "Extension.extension:revision.extension:notes.extension", + "max": "0", + "path": "Extension.extension.extension.extension" + }, + { + "id": "Extension.extension:revision.extension:notes.url", + "path": "Extension.extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "notes" + }, + { + "id": "Extension.extension:revision.extension:notes.value[x]", + "min": 1, + "path": "Extension.extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.extension:revision.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "revision" + }, + { + "id": "Extension.extension:revision.value[x]", + "max": "0", + "min": 0, + "path": "Extension.extension.value[x]" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-history" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Demographics and other administrative information about an individual or animal receiving care or other health-related services.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Patient/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Tracking patient is the center of the healthcare process.", + "name": "Patient", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://loinc.org", + "name": "LOINC code for the element", + "identity": "loinc" + } + ], + "abstract": false, + "type": "Patient", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "id": "Patient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Patient", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Patient", + "differential": { + "element": [ + { + "id": "Patient", + "max": "*", + "min": 0, + "path": "Patient", + "alias": ["SubjectOfCare Client Resident"], + "short": "Information about an individual or animal receiving health care services", + "mapping": [ + { "map": "Patient[classCode=PAT]", "identity": "rim" }, + { + "map": "ClinicalDocument.recordTarget.patientRole", + "identity": "cda" + } + ], + "definition": "Demographics and other administrative information about an individual or animal receiving care or other health-related services." + }, + { + "path": "Patient.identifier", + "requirements": "Patients are almost always assigned specific numerical identifiers.", + "min": 0, + "definition": "An identifier for this patient.", + "short": "An identifier for this patient", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { "map": "id", "identity": "rim" }, + { "map": ".id", "identity": "cda" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Patient.identifier", + "isSummary": true + }, + { + "path": "Patient.active", + "requirements": "Need to be able to mark a patient record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this patient record is in active use. \nMany systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.\n\nIt is often used to filter patient lists to exclude inactive patients\n\nDeceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.", + "isModifier": true, + "short": "Whether this patient's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Patient.active", + "comment": "If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Patient.name", + "requirements": "Need to be able to track the patient by multiple names. Examples are your official name and a partner name.", + "min": 0, + "definition": "A name associated with the individual.", + "short": "A name associated with the patient", + "mapping": [ + { "map": "PID-5, PID-9", "identity": "v2" }, + { "map": "name", "identity": "rim" }, + { "map": ".patient.name", "identity": "cda" } + ], + "type": [{ "code": "HumanName" }], + "max": "*", + "id": "Patient.name", + "comment": "A patient may have multiple names with different uses or applicable periods. For animals, the name is a \"HumanName\" in the sense that is assigned and used by humans and has the same patterns.", + "isSummary": true + }, + { + "path": "Patient.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.", + "short": "A contact detail for the individual", + "mapping": [ + { "map": "PID-13, PID-14, PID-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" }, + { "map": ".telecom", "identity": "cda" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Patient.telecom", + "comment": "A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone).", + "isSummary": true + }, + { + "path": "Patient.gender", + "requirements": "Needed for identification of the individual, in combination with (at least) name and birth date.", + "min": 0, + "definition": "Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.", + "short": "male | female | other | unknown", + "mapping": [ + { "map": "PID-8", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + }, + { + "map": ".patient.administrativeGenderCode", + "identity": "cda" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Patient.gender", + "comment": "The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a \"hard\" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex.", + "isSummary": true + }, + { + "path": "Patient.birthDate", + "requirements": "Age of the individual drives many clinical processes.", + "min": 0, + "definition": "The date of birth for the individual.", + "short": "The date of birth for the individual", + "mapping": [ + { "map": "PID-7", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/birthTime", + "identity": "rim" + }, + { "map": ".patient.birthTime", "identity": "cda" }, + { "map": "21112-8", "identity": "loinc" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Patient.birthDate", + "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown There is a standard extension \"patient-birthTime\" available that should be used where Time is required (such as in maternity/infant care systems).", + "isSummary": true + }, + { + "path": "Patient.deceased[x]", + "requirements": "The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive.", + "min": 0, + "definition": "Indicates if the individual is deceased or not.", + "isModifier": true, + "short": "Indicates if the individual is deceased or not", + "mapping": [ + { + "map": "PID-30 (bool) and PID-29 (datetime)", + "identity": "v2" + }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }, { "code": "dateTime" }], + "max": "1", + "id": "Patient.deceased[x]", + "comment": "If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", + "isModifierReason": "This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.", + "isSummary": true + }, + { + "path": "Patient.address", + "requirements": "May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification.", + "min": 0, + "definition": "An address for the individual.", + "short": "An address for the individual", + "mapping": [ + { "map": "PID-11", "identity": "v2" }, + { "map": "addr", "identity": "rim" }, + { "map": ".addr", "identity": "cda" } + ], + "type": [{ "code": "Address" }], + "max": "*", + "id": "Patient.address", + "comment": "Patient may have multiple addresses with different uses or applicable periods.", + "isSummary": true + }, + { + "path": "Patient.maritalStatus", + "requirements": "Most, if not all systems capture it.", + "min": 0, + "definition": "This field contains a patient's most recent marital (civil) status.", + "short": "Marital (civil) status of a patient", + "mapping": [ + { "map": "PID-16", "identity": "v2" }, + { + "map": "player[classCode=PSN]/maritalStatusCode", + "identity": "rim" + }, + { + "map": ".patient.maritalStatusCode", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MaritalStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The domestic partnership status of a person." + }, + "max": "1", + "id": "Patient.maritalStatus" + }, + { + "path": "Patient.multipleBirth[x]", + "requirements": "For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs.", + "min": 0, + "definition": "Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).", + "short": "Whether patient is part of a multiple birth", + "mapping": [ + { + "map": "PID-24 (bool), PID-25 (integer)", + "identity": "v2" + }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthOrderNumber", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }, { "code": "integer" }], + "max": "1", + "id": "Patient.multipleBirth[x]", + "comment": "Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated)." + }, + { + "path": "Patient.photo", + "requirements": "Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the patient.", + "short": "Image of the patient", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "Attachment" }], + "max": "*", + "id": "Patient.photo", + "comment": "Guidelines:\n* Use id photos, not clinical photos.\n* Limit dimensions to thumbnail.\n* Keep byte count low to ease resource updates." + }, + { + "constraint": [ + { + "key": "pat-1", + "human": "SHALL at least contain a contact's details or a reference to an organization", + "xpath": "exists(f:name) or exists(f:telecom) or exists(f:address) or exists(f:organization)", + "severity": "error", + "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()" + } + ], + "path": "Patient.contact", + "requirements": "Need to track people you can contact about the patient.", + "min": 0, + "definition": "A contact party (e.g. guardian, partner, friend) for the patient.", + "short": "A contact party (e.g. guardian, partner, friend) for the patient", + "mapping": [ + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/scopedRole[classCode=CON]", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Contact" + } + ], + "max": "*", + "id": "Patient.contact", + "comment": "Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact." + }, + { + "path": "Patient.contact.relationship", + "requirements": "Used to determine which contact person is the most relevant to approach, depending on circumstances.", + "min": 0, + "definition": "The nature of the relationship between the patient and the contact person.", + "short": "The kind of relationship", + "mapping": [ + { "map": "NK1-7, NK1-3", "identity": "v2" }, + { "map": "code", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactRelationship" + } + ], + "description": "The nature of the relationship between a patient and a contact person for that patient." + }, + "max": "*", + "id": "Patient.contact.relationship" + }, + { + "path": "Patient.contact.name", + "requirements": "Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that contact person.", + "min": 0, + "definition": "A name associated with the contact person.", + "short": "A name associated with the contact person", + "mapping": [ + { "map": "NK1-2", "identity": "v2" }, + { "map": "name", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "HumanName" }], + "max": "1", + "id": "Patient.contact.name" + }, + { + "path": "Patient.contact.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "short": "A contact detail for the person", + "mapping": [ + { "map": "NK1-5, NK1-6, NK1-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Patient.contact.telecom", + "comment": "Contact may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification." + }, + { + "path": "Patient.contact.address", + "requirements": "Need to keep track where the contact person can be contacted per postal mail or visited.", + "min": 0, + "definition": "Address for the contact person.", + "short": "Address for the contact person", + "mapping": [ + { "map": "NK1-4", "identity": "v2" }, + { "map": "addr", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "Address" }], + "max": "1", + "id": "Patient.contact.address" + }, + { + "path": "Patient.contact.gender", + "requirements": "Needed to address the person correctly.", + "min": 0, + "definition": "Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.", + "short": "male | female | other | unknown", + "mapping": [ + { "map": "NK1-15", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Patient.contact.gender" + }, + { + "path": "Patient.contact.organization", + "requirements": "For guardians or business related contacts, the organization is relevant.", + "min": 0, + "definition": "Organization on behalf of which the contact is acting or for which the contact is working.", + "short": "Organization that is associated with the contact", + "mapping": [ + { + "map": "NK1-13, NK1-30, NK1-31, NK1-32, NK1-41", + "identity": "v2" + }, + { "map": "scoper", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Patient.contact.organization", + "condition": ["pat-1"] + }, + { + "id": "Patient.contact.period", + "max": "1", + "min": 0, + "path": "Patient.contact.period", + "type": [{ "code": "Period" }], + "short": "The period during which this contact person or organization is valid to be contacted relating to this patient", + "mapping": [ + { "map": "effectiveTime", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "definition": "The period during which this contact person or organization is valid to be contacted relating to this patient." + }, + { + "path": "Patient.communication", + "requirements": "If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest.", + "min": 0, + "definition": "A language which may be used to communicate with the patient about his or her health.", + "short": "A language which may be used to communicate with the patient about his or her health", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" }, + { + "map": "patient.languageCommunication", + "identity": "cda" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Patient.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required." + }, + { + "path": "Patient.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-EN\" for England English.", + "short": "The language which can be used to communicate with the patient about his or her health", + "mapping": [ + { "map": "PID-15, LAN-2", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + }, + { "map": ".languageCode", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "Patient.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type." + }, + { + "path": "Patient.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).", + "short": "Language preference indicator", + "mapping": [ + { "map": "PID-15", "identity": "v2" }, + { "map": "preferenceInd", "identity": "rim" }, + { "map": ".preferenceInd", "identity": "cda" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Patient.communication.preferred", + "comment": "This language is specifically identified for communicating healthcare information." + }, + { + "path": "Patient.generalPractitioner", + "min": 0, + "definition": "Patient's nominated care provider.", + "short": "Patient's nominated primary care provider", + "mapping": [ + { "map": "PD1-4", "identity": "v2" }, + { + "map": "subjectOf.CareEvent.performer.AssignedEntity", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "alias": ["careProvider"], + "max": "*", + "id": "Patient.generalPractitioner", + "comment": "This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources.\nMultiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a \"fly-in/fly-out\" worker that has the onsite GP also included with his home GP to remain aware of medical issues.\n\nJurisdictions may decide that they can profile this down to 1 if desired, or 1 per type." + }, + { + "path": "Patient.managingOrganization", + "requirements": "Need to know who recognizes this patient record, manages and updates it.", + "min": 0, + "definition": "Organization that is the custodian of the patient record.", + "short": "Organization that is the custodian of the patient record", + "mapping": [ + { "map": "scoper", "identity": "rim" }, + { "map": ".providerOrganization", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Patient.managingOrganization", + "comment": "There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association).", + "isSummary": true + }, + { + "path": "Patient.link", + "requirements": "There are multiple use cases: \n\n* Duplicate patient records due to the clerical errors associated with the difficulties of identifying humans consistently, and \n* Distribution of patient information across multiple servers.", + "min": 0, + "definition": "Link to another patient resource that concerns the same actual patient.", + "isModifier": true, + "short": "Link to another patient resource that concerns the same actual person", + "mapping": [ + { "map": "outboundLink", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "Patient.link", + "comment": "There is no assumption that linked patient records have mutual links.", + "isModifierReason": "This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by'", + "isSummary": true + }, + { + "path": "Patient.link.other", + "min": 1, + "definition": "The other patient resource that the link refers to.", + "short": "The other patient or related person resource that the link refers to", + "mapping": [ + { "map": "PID-3, MRG-1", "identity": "v2" }, + { "map": "id", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Patient.link.other", + "comment": "Referencing a RelatedPerson here removes the need to use a Person record to associate a Patient and RelatedPerson as the same individual.", + "isSummary": true + }, + { + "path": "Patient.link.type", + "min": 1, + "definition": "The type of link between this patient resource and another patient resource.", + "short": "replaced-by | replaces | refer | seealso", + "mapping": [ + { "map": "typeCode", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/link-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LinkType" + } + ], + "description": "The type of link between this patient resource and another patient resource." + }, + "max": "1", + "id": "Patient.link.type", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Points to the Observation, AllergyIntolerance or other record that provides additional supporting information about this flag.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/flag-detail/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Patient Care WG", + "fhirVersion": "4.0.1", + "name": "detail", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Flag details", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-detail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/flag-detail", + "context": [{ "type": "element", "expression": "Flag" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/flag-detail", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Resource with details for flag", + "definition": "Points to the Observation, AllergyIntolerance or other record that provides additional supporting information about this flag." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/flag-detail" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Indicates the type of service offered, method of delivery. For example: post office box, rural route, general delivery, etc.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-deliveryMode", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-deliveryMode", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-deliveryMode", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "deliveryMode", + "mapping": [ + { "map": "ADXP[partType=DMOD]", "identity": "rim" } + ], + "definition": "Indicates the type of service offered, method of delivery. For example: post office box, rural route, general delivery, etc." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-deliveryMode" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "CoverageEligibilityResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CoverageEligibilityResponse", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "CoverageEligibilityResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CoverageEligibilityResponse", + "differential": { + "element": [ + { + "id": "CoverageEligibilityResponse", + "max": "*", + "min": 0, + "path": "CoverageEligibilityResponse", + "short": "CoverageEligibilityResponse resource", + "mapping": [{ "map": "Event", "identity": "workflow" }], + "definition": "This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource." + }, + { + "path": "CoverageEligibilityResponse.identifier", + "requirements": "Allows coverage eligibility requests to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this coverage eligiblity request.", + "short": "Business Identifier for coverage eligiblity request", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "CoverageEligibilityResponse.identifier" + }, + { + "path": "CoverageEligibilityResponse.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "CoverageEligibilityResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.purpose", + "requirements": "To indicate the processing actions requested.", + "min": 1, + "definition": "Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.", + "short": "auth-requirements | benefits | discovery | validation", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityResponsePurpose" + } + ], + "description": "A code specifying the types of information being requested." + }, + "max": "*", + "id": "CoverageEligibilityResponse.purpose", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.patient", + "requirements": "Required to provide context and coverage validation.", + "min": 1, + "definition": "The party who is the beneficiary of the supplied coverage and for whom eligibility is sought.", + "short": "Intended recipient of products and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "C06,C07,C08, C05, C04", + "identity": "cdanetv4" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.patient", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.serviced[x]", + "requirements": "Required to provide time context for the request.", + "min": 0, + "definition": "The date or dates when the enclosed suite of services were performed or completed.", + "short": "Estimated date or dates of service", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "F09", "identity": "cdanetv4" } + ], + "type": [{ "code": "date" }, { "code": "Period" }], + "max": "1", + "id": "CoverageEligibilityResponse.serviced[x]" + }, + { + "path": "CoverageEligibilityResponse.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "short": "Response creation date", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "CoverageEligibilityResponse.created", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.requestor", + "min": 0, + "definition": "The provider which is responsible for the request.", + "short": "Party responsible for the request", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.requestor", + "comment": "Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below." + }, + { + "path": "CoverageEligibilityResponse.request", + "requirements": "Needed to allow the response to be linked to the request.", + "min": 1, + "definition": "Reference to the original request resource.", + "short": "Eligibility request reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.request", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the request processing.", + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The outcome of the processing." + }, + "max": "1", + "id": "CoverageEligibilityResponse.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the adjudication.", + "short": "Disposition Message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CoverageEligibilityResponse.disposition" + }, + { + "path": "CoverageEligibilityResponse.insurer", + "requirements": "Need to identify the author.", + "min": 1, + "definition": "The Insurer who issued the coverage in question and is the author of the response.", + "short": "Coverage issuer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.insurer", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.insurance", + "requirements": "There must be at least one coverage for which eligibility is requested.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services.", + "short": "Patient insurance information", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "380;0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim." + }, + { + "path": "CoverageEligibilityResponse.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.coverage", + "isSummary": true + }, + { + "id": "CoverageEligibilityResponse.insurance.inforce", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.inforce", + "type": [{ "code": "boolean" }], + "short": "Coverage inforce indicator", + "definition": "Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates.", + "requirements": "Needed to convey the answer to the eligibility validation request." + }, + { + "id": "CoverageEligibilityResponse.insurance.benefitPeriod", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.benefitPeriod", + "type": [{ "code": "Period" }], + "short": "When the benefits are applicable", + "definition": "The term of the benefits documented in this response.", + "requirements": "Needed as coverages may be multi-year while benefits tend to be annual therefore a separate expression of the benefit period is needed." + }, + { + "constraint": [ + { + "key": "ces-1", + "human": "SHALL contain a category or a billcode but not both.", + "xpath": "exists(f:category) or exists(f:productOrService)", + "severity": "error", + "expression": "category.exists() xor productOrService.exists()" + } + ], + "path": "CoverageEligibilityResponse.insurance.item", + "min": 0, + "definition": "Benefits and optionally current balances, and authorization details by category or service.", + "short": "Benefits and authorization details", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "340;120" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Items" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item" + }, + { + "path": "CoverageEligibilityResponse.insurance.item.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision etc." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.productOrService", + "requirements": "Needed to convey the actual service or product for which eligibility is sought.", + "min": 0, + "definition": "This contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.productOrService", + "comment": "Code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI)." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.modifier", + "requirements": "To support provision of the item or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.provider", + "requirements": "Needed to convey the eligible provider.", + "min": 0, + "definition": "The practitioner who is eligible for the provision of the product or service.", + "short": "Performing practitioner", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.provider" + }, + { + "id": "CoverageEligibilityResponse.insurance.item.excluded", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.excluded", + "type": [{ "code": "boolean" }], + "short": "Excluded from the plan", + "definition": "True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.", + "requirements": "Needed to identify items that are specifically excluded from the coverage." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.name", + "requirements": "Required to align with other plan names.", + "min": 0, + "definition": "A short name or tag for the benefit.", + "short": "Short name for the benefit", + "type": [{ "code": "string" }], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.name", + "comment": "For example: MED01, or DENT2." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.description", + "requirements": "Needed for human readable reference.", + "min": 0, + "definition": "A richer description of the benefit or services covered.", + "short": "Description of the benefit or services covered", + "type": [{ "code": "string" }], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.description", + "comment": "For example 'DENT2 covers 100% of basic, 50% of major but excludes Ortho, Implants and Cosmetic services'." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.network", + "requirements": "Needed as in or out of network providers are treated differently under the coverage.", + "min": 0, + "definition": "Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.", + "short": "In or out of network", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitNetwork" + } + ], + "description": "Code to classify in or out of network services." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.network" + }, + { + "path": "CoverageEligibilityResponse.insurance.item.unit", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "Indicates if the benefits apply to an individual or to the family.", + "short": "Individual or family", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitUnit" + } + ], + "description": "Unit covered/serviced - individual or family." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.unit" + }, + { + "path": "CoverageEligibilityResponse.insurance.item.term", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.", + "short": "Annual or lifetime", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitTerm" + } + ], + "description": "Coverage unit - annual, lifetime." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.term" + }, + { + "id": "CoverageEligibilityResponse.insurance.item.benefit", + "max": "*", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.benefit", + "type": [{ "code": "BackboneElement" }], + "short": "Benefit Summary", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "340;320" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Benefit" + } + ], + "definition": "Benefits used to date." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.benefit.type", + "requirements": "Needed to convey the nature of the benefit.", + "min": 1, + "definition": "Classification of benefit being provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitType" + } + ], + "description": "Deductable, visits, co-pay, etc." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.benefit.type", + "comment": "For example: deductible, visits, benefit amount." + }, + { + "id": "CoverageEligibilityResponse.insurance.item.benefit.allowed[x]", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.benefit.allowed[x]", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "short": "Benefits allowed", + "definition": "The quantity of the benefit which is permitted under the coverage.", + "requirements": "Needed to convey the benefits offered under the coverage." + }, + { + "id": "CoverageEligibilityResponse.insurance.item.benefit.used[x]", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.benefit.used[x]", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "short": "Benefits used", + "definition": "The quantity of the benefit which have been consumed to date.", + "requirements": "Needed to convey the benefits consumed to date." + }, + { + "id": "CoverageEligibilityResponse.insurance.item.authorizationRequired", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.authorizationRequired", + "type": [{ "code": "boolean" }], + "short": "Authorization required flag", + "definition": "A boolean flag indicating whether a preauthorization is required prior to actual service delivery.", + "requirements": "Needed to convey that preauthorization is required." + }, + { + "path": "CoverageEligibilityResponse.insurance.item.authorizationSupporting", + "requirements": "Needed to inform the provider of collateral materials or actions needed for preauthorization.", + "min": 0, + "definition": "Codes or comments regarding information or actions associated with the preauthorization.", + "short": "Type of required supporting materials", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuthSupporting" + } + ], + "description": "Type of supporting information to provide with a preauthorization." + }, + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item.authorizationSupporting" + }, + { + "id": "CoverageEligibilityResponse.insurance.item.authorizationUrl", + "max": "1", + "min": 0, + "path": "CoverageEligibilityResponse.insurance.item.authorizationUrl", + "type": [{ "code": "uri" }], + "short": "Preauthorization requirements endpoint", + "definition": "A web location for obtaining requirements or descriptive information regarding the preauthorization.", + "requirements": "Needed to enable insurers to advise providers of informative information." + }, + { + "path": "CoverageEligibilityResponse.preAuthRef", + "requirements": "To provide any preauthorization reference for provider use.", + "min": 0, + "definition": "A reference from the Insurer to which these services pertain to be used on further communication and as proof that the request occurred.", + "short": "Preauthorization reference", + "mapping": [ + { "map": "F03", "identity": "cdanetv4" }, + { "map": "23", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CoverageEligibilityResponse.preAuthRef" + }, + { + "path": "CoverageEligibilityResponse.form", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "short": "Printed form identifier", + "mapping": [{ "map": "G42", "identity": "cdanetv4" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "CoverageEligibilityResponse.form", + "comment": "May be needed to identify specific jurisdictional forms." + }, + { + "path": "CoverageEligibilityResponse.error", + "requirements": "Need to communicate processing issues to the requestor.", + "min": 0, + "definition": "Errors encountered during the processing of the request.", + "short": "Processing errors", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Errors" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.error" + }, + { + "path": "CoverageEligibilityResponse.error.code", + "requirements": "Required to convey processing errors.", + "min": 1, + "definition": "An error code,from a specified code system, which details why the eligibility check could not be performed.", + "short": "Error code detailing processing issues", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationError" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The error codes for adjudication processing." + }, + "max": "1", + "id": "CoverageEligibilityResponse.error.code" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines how concepts are processed into the expansion when it's for UI presentation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-expand-rules/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "expand-rules", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-expand-rules", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expand-rules", + "context": [ + { "type": "element", "expression": "ValueSet.compose.include" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-expand-rules", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "all-codes | ungrouped | groups-only", + "definition": "Defines how concepts are processed into the expansion when it's for UI presentation." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-expand-rules" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/expansion-processing-rule|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExpansionProcessingRule" + } + ], + "description": "Defines how concepts are processed into the expansion when it's for UI presentation." + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/GraphDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "GraphDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "GraphDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "GraphDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/GraphDefinition", + "differential": { + "element": [ + { + "id": "GraphDefinition", + "max": "*", + "min": 0, + "path": "GraphDefinition", + "short": "Definition of a graph of resources", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "constraint": [ + { + "key": "gdf-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set." + }, + { + "path": "GraphDefinition.url", + "requirements": "Allows the graph definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this graph definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this graph definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the graph definition is stored on different servers.", + "short": "Canonical identifier for this graph definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "GraphDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "GraphDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the graph definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the graph definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the graph definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "GraphDefinition.version", + "comment": "There may be different graph definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the graph definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "GraphDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the graph definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this graph definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "GraphDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "GraphDefinition.status", + "min": 1, + "definition": "The status of this graph definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "GraphDefinition.status", + "comment": "Allows filtering of graph definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "GraphDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level graph definition.", + "min": 0, + "definition": "A Boolean value to indicate that this graph definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "GraphDefinition.experimental", + "comment": "Allows filtering of graph definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "GraphDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the graph definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the graph definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "GraphDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the graph definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "GraphDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the graph definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the graph definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "GraphDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the graph definition is the organization or individual primarily responsible for the maintenance and upkeep of the graph definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the graph definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "GraphDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "GraphDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "GraphDefinition.description", + "min": 0, + "definition": "A free text natural language description of the graph definition from a consumer's perspective.", + "short": "Natural language description of the graph definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "GraphDefinition.description", + "comment": "This description can be used to capture details such as why the graph definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the graph definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the graph definition is presumed to be the predominant language in the place the graph definition was created)." + }, + { + "path": "GraphDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate graph definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "GraphDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "GraphDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the graph definition is intended to be used.", + "short": "Intended jurisdiction for graph definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "GraphDefinition.jurisdiction", + "comment": "It may be possible for the graph definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "GraphDefinition.purpose", + "min": 0, + "definition": "Explanation of why this graph definition is needed and why it has been designed as it has.", + "short": "Why this graph definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "GraphDefinition.purpose", + "comment": "This element does not describe the usage of the graph definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this graph definition." + }, + { + "path": "GraphDefinition.start", + "min": 1, + "definition": "The type of FHIR resource at which instances of this graph start.", + "short": "Type of resource at which the graph starts", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "GraphDefinition.start", + "isSummary": true + }, + { + "id": "GraphDefinition.profile", + "max": "1", + "min": 0, + "path": "GraphDefinition.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Profile on base resource", + "comment": "The code does not include the '$' prefix that is always included in the URL when the operation is invoked.", + "definition": "The profile that describes the use of the base resource." + }, + { + "id": "GraphDefinition.link", + "max": "*", + "min": 0, + "path": "GraphDefinition.link", + "type": [{ "code": "BackboneElement" }], + "short": "Links this graph makes rules about", + "definition": "Links this graph makes rules about." + }, + { + "id": "GraphDefinition.link.path", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.path", + "type": [{ "code": "string" }], + "short": "Path in the resource that contains the link", + "comment": "The path expression cannot contain a resolve() function. If there is no path, the link is a reverse lookup, using target.params. If the path is \"*\" then this means all references in the resource.", + "definition": "A FHIR expression that identifies one of FHIR References to other resources." + }, + { + "id": "GraphDefinition.link.sliceName", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.sliceName", + "type": [{ "code": "string" }], + "short": "Which slice (if profiled)", + "definition": "Which slice (if profiled)." + }, + { + "id": "GraphDefinition.link.min", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.min", + "type": [{ "code": "integer" }], + "short": "Minimum occurrences for this link", + "definition": "Minimum occurrences for this link." + }, + { + "id": "GraphDefinition.link.max", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.max", + "type": [{ "code": "string" }], + "short": "Maximum occurrences for this link", + "definition": "Maximum occurrences for this link." + }, + { + "id": "GraphDefinition.link.description", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.description", + "type": [{ "code": "string" }], + "short": "Why this link is specified", + "definition": "Information about why this link is of interest in this graph definition." + }, + { + "id": "GraphDefinition.link.target", + "max": "*", + "min": 0, + "path": "GraphDefinition.link.target", + "type": [{ "code": "BackboneElement" }], + "short": "Potential target for the link", + "definition": "Potential target for the link." + }, + { + "id": "GraphDefinition.link.target.type", + "max": "1", + "min": 1, + "path": "GraphDefinition.link.target.type", + "type": [{ "code": "code" }], + "short": "Type of resource this link refers to", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "definition": "Type of resource this link refers to." + }, + { + "id": "GraphDefinition.link.target.params", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.target.params", + "type": [{ "code": "string" }], + "short": "Criteria for reverse lookup", + "comment": "At least one of the parameters must have the value {ref} which identifies the focus resource.", + "definition": "A set of parameters to look up." + }, + { + "id": "GraphDefinition.link.target.profile", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.target.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "Profile for the target resource", + "definition": "Profile for the target resource." + }, + { + "id": "GraphDefinition.link.target.compartment", + "max": "*", + "min": 0, + "path": "GraphDefinition.link.target.compartment", + "type": [{ "code": "BackboneElement" }], + "short": "Compartment Consistency Rules", + "definition": "Compartment Consistency Rules." + }, + { + "path": "GraphDefinition.link.target.compartment.use", + "min": 1, + "definition": "Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.", + "short": "condition | requirement", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GraphCompartmentUse" + } + ], + "description": "Defines how a compartment rule is used." + }, + "max": "1", + "id": "GraphDefinition.link.target.compartment.use", + "comment": "All conditional rules are evaluated; if they are true, then the rules are evaluated." + }, + { + "id": "GraphDefinition.link.target.compartment.code", + "max": "1", + "min": 1, + "path": "GraphDefinition.link.target.compartment.code", + "type": [{ "code": "code" }], + "short": "Patient | Encounter | RelatedPerson | Practitioner | Device", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompartmentCode" + } + ], + "description": "Identifies a compartment." + }, + "definition": "Identifies the compartment." + }, + { + "id": "GraphDefinition.link.target.compartment.rule", + "max": "1", + "min": 1, + "path": "GraphDefinition.link.target.compartment.rule", + "type": [{ "code": "code" }], + "short": "identical | matching | different | custom", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-rule|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GraphCompartmentRule" + } + ], + "description": "How a compartment must be linked." + }, + "definition": "identical | matching | different | no-rule | custom." + }, + { + "id": "GraphDefinition.link.target.compartment.expression", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.target.compartment.expression", + "type": [{ "code": "string" }], + "short": "Custom rule, as a FHIRPath expression", + "definition": "Custom rule, as a FHIRPath expression." + }, + { + "id": "GraphDefinition.link.target.compartment.description", + "max": "1", + "min": 0, + "path": "GraphDefinition.link.target.compartment.description", + "type": [{ "code": "string" }], + "short": "Documentation for FHIRPath expression", + "definition": "Documentation for FHIRPath expression." + }, + { + "id": "GraphDefinition.link.target.link", + "max": "*", + "min": 0, + "path": "GraphDefinition.link.target.link", + "short": "Additional links from target resource", + "definition": "Additional links from target resource.", + "contentReference": "#GraphDefinition.link" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The name of the party who will take receipt at the specified address, and will take on responsibility for ensuring delivery to the target recipient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-careOf", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-careOf", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-careOf", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "careOf", + "mapping": [ + { "map": "ADXP[partType=CAR]", "identity": "rim" } + ], + "definition": "The name of the party who will take receipt at the specified address, and will take on responsibility for ensuring delivery to the target recipient." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-careOf" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cholesterol/4.0.1", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "4.0.1", + "name": "Example Lipid Profile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cholesterol", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cholesterol", + "differential": { + "element": [ + { + "id": "Observation", + "max": "1", + "min": 1, + "path": "Observation" + }, + { + "path": "Observation.code", + "min": 1, + "definition": "Cholesterol.", + "short": "Cholesterol", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "fixedCodeableConcept": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "Cholesterol value", + "definition": "Cholesterol value. If a result is not available, use the comments field.", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "short": "Actual numerical value", + "definition": "Actual numerical value.", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.comparator", + "max": "0", + "min": 0, + "path": "Observation.valueQuantity.comparator", + "type": [{ "code": "code" }], + "comment": "No need for this on cholesterol." + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "fixedString": "mmol/L", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.code", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.code", + "type": [{ "code": "code" }], + "fixedCode": "mmol/L", + "mustSupport": true + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "short": "+ | ++ | +++ | - | -- | ---", + "definition": "+ | ++ | +++ | - | -- | ---.", + "mustSupport": true + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about result", + "definition": "May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result.", + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 1, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.referenceRange.low", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.low" + }, + { + "id": "Observation.referenceRange.high", + "max": "1", + "min": 1, + "path": "Observation.referenceRange.high", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "comment": "Per Australian NHF Recommendations.", + "definition": "<4.5 mmol/L.", + "fixedQuantity": { "value": 4.5 } + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Use this extension to indicate tha the element has an XML namespace different to http://hl7.org/fhir.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace/4.0.1", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "namespace", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "elementdefinition-namespace", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace", + "context": [ + { "type": "element", "expression": "ElementDefinition" }, + { "type": "element", "expression": "StructureDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/elementdefinition-namespace", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "specify namespace other than http://hl7.org/fhir", + "comment": "If this is specified in a structure definition (logical models only), every element has the specified namespace.", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "definition": "Use this extension to indicate tha the element has an XML namespace different to http://hl7.org/fhir." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/elementdefinition-namespace" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The target of the extension is a distinct actor from the requester and has decision-making authority over the service and takes direct responsibility to manage the service.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-directedBy/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "directedBy", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "directedBy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-directedBy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-directedBy", + "context": [ + { "type": "element", "expression": "Procedure" }, + { "type": "element", "expression": "ServiceRequest" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-directedBy", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Who has decision-making authority", + "comment": "For example, a long term care beneficiary who coordinates the services related to their activities of daily living.", + "definition": "The target of the extension is a distinct actor from the requester and has decision-making authority over the service and takes direct responsibility to manage the service." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-directedBy" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The date when the associated Value Set Definition Version activity status is in effect.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "activityStatusDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-activityStatusDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-activityStatusDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Date when the activity status is in effect", + "comment": "When the Activity Status is set to “Active”, the Activity Status Date defines the Effective Date which is the date-time the Value Set Definition Version becomes active. When the Activity Status is set to “Inactive”, the Activity Status Date is the date-time when the Value Set Definition version becomes Inactive. This cycle may happen multiple times. The specified time is expected to be one second after midnight UTC of the Activity Status Date. The date may be in the future. \n\nIt is strongly encouraged that the Activity Status be set such that no more than one Value Set Definition Version for a single Value Set Identifier can have an Activity Status of ACTIVE at the same time within a single realm. In cases where this is not true, evaluation of the alignment of a Value Set Expansion Code Set to a specific Value Set Definition, as referenced in a CD, will be problematic.\n\nChanges to this element should never result in a new Value Set Definition Version.", + "definition": "The date when the associated Value Set Definition Version activity status is in effect." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-activityStatusDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Claim/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "purpose": "The Claim resource is used by providers to exchange services and products rendered to patients or planned to be rendered with insurers for reimbuserment. It is also used by insurers to exchange claims information with statutory reporting and data analytics firms.", + "name": "Claim", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Claim", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Claim", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Claim", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Claim", + "differential": { + "element": [ + { + "path": "Claim", + "min": 0, + "definition": "A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.", + "short": "Claim, Pre-determination or Pre-authorization", + "mapping": [{ "map": "Request", "identity": "workflow" }], + "alias": [ + "Adjudication Request", + "Preauthorization Request", + "Predetermination Request" + ], + "max": "*", + "id": "Claim", + "comment": "The Claim resource fulfills three information request requirements: Claim - a request for adjudication for reimbursement for products and/or services provided; Preauthorization - a request to authorize the future provision of products and/or services including an anticipated adjudication; and, Predetermination - a request for a non-bind adjudication of possible future products and/or services." + }, + { + "path": "Claim.identifier", + "requirements": "Allows claims to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this claim.", + "short": "Business Identifier for claim", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "alias": ["Claim Number"], + "max": "*", + "id": "Claim.identifier" + }, + { + "path": "Claim.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Claim.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Claim.type", + "requirements": "Claim type determine the general sets of business rules applied for information requirements and adjudication.", + "min": 1, + "definition": "The category of claim, e.g. oral, pharmacy, vision, institutional, professional.", + "short": "Category or discipline", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "Claim.type", + "comment": "The majority of jurisdictions use: oral, pharmacy, vision, professional and institutional, or variants on those terms, as the general styles of claims. The valueset is extensible to accommodate other jurisdictional requirements.", + "isSummary": true + }, + { + "path": "Claim.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "Claim.subType", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type." + }, + { + "path": "Claim.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.", + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "The purpose of the Claim: predetermination, preauthorization, claim." + }, + "max": "1", + "id": "Claim.use", + "isSummary": true + }, + { + "path": "Claim.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual or forecast reimbursement is sought.", + "short": "The recipient of the products and services", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "Claim.patient", + "isSummary": true + }, + { + "path": "Claim.billablePeriod", + "requirements": "A number jurisdictions required the submission of the billing period when submitting claims for example for hospital stays or long-term care.", + "min": 0, + "definition": "The period for which charges are being submitted.", + "short": "Relevant time frame for the claim", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Claim.billablePeriod", + "comment": "Typically this would be today or in the past for a claim, and today or in the future for preauthorizations and predeterminations. Typically line item dates of service should fall within the billing period if one is specified.", + "isSummary": true + }, + { + "path": "Claim.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "short": "Resource creation date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Claim.created", + "comment": "This field is independent of the date of creation of the resource as it may reflect the creation date of a source document prior to digitization. Typically for claims all services must be completed as of this date.", + "isSummary": true + }, + { + "path": "Claim.enterer", + "requirements": "Some jurisdictions require the contact information for personnel completing claims.", + "min": 0, + "definition": "Individual who created the claim, predetermination or preauthorization.", + "short": "Author of the claim", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "Claim.enterer" + }, + { + "path": "Claim.insurer", + "min": 0, + "definition": "The Insurer who is target of the request.", + "short": "Target", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Claim.insurer", + "isSummary": true + }, + { + "path": "Claim.provider", + "min": 1, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "short": "Party responsible for the claim", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Claim.provider", + "comment": "Typically this field would be 1..1 where this party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below.", + "isSummary": true + }, + { + "path": "Claim.priority", + "requirements": "The provider may need to indicate their processing requirements so that the processor can indicate if they are unable to comply.", + "min": 1, + "definition": "The provider-required urgency of processing the request. Typical values include: stat, routine deferred.", + "short": "Desired processing ugency", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessPriority" + } + ], + "description": "The timeliness with which processing is required: stat, normal, deferred." + }, + "max": "1", + "id": "Claim.priority", + "comment": "If a claim processor is unable to complete the processing as per the priority then they should generate and error and not process the request.", + "isSummary": true + }, + { + "path": "Claim.fundsReserve", + "requirements": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.", + "min": 0, + "definition": "A code to indicate whether and for whom funds are to be reserved for future claims.", + "short": "For whom to reserve funds", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "alias": ["Fund pre-allocation"], + "max": "1", + "id": "Claim.fundsReserve", + "comment": "This field is only used for preauthorizations." + }, + { + "path": "Claim.related", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.", + "short": "Prior or corollary claims", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "RelatedClaim" + } + ], + "max": "*", + "id": "Claim.related", + "comment": "For example, for the original treatment and follow-up exams." + }, + { + "path": "Claim.related.claim", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Reference to a related claim.", + "short": "Reference to the related claim", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "max": "1", + "id": "Claim.related.claim" + }, + { + "path": "Claim.related.relationship", + "requirements": "Some insurers need a declaration of the type of relationship.", + "min": 0, + "definition": "A code to convey how the claims are related.", + "short": "How the reference claim is related", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedClaimRelationship" + } + ], + "description": "Relationship of this claim to a related Claim." + }, + "max": "1", + "id": "Claim.related.relationship", + "comment": "For example, prior claim or umbrella." + }, + { + "path": "Claim.related.reference", + "requirements": "In cases where an event-triggered claim is being submitted to an insurer which requires a reference number to be specified on all exchanges.", + "min": 0, + "definition": "An alternate organizational reference to the case or file to which this particular claim pertains.", + "short": "File or case reference", + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Claim.related.reference", + "comment": "For example, Property/Casualty insurer claim # or Workers Compensation case # ." + }, + { + "id": "Claim.prescription", + "max": "1", + "min": 0, + "path": "Claim.prescription", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "short": "Prescription authorizing services and products", + "definition": "Prescription to support the dispensing of pharmacy, device or vision products.", + "requirements": "Required to authorize the dispensing of controlled substances and devices." + }, + { + "path": "Claim.originalPrescription", + "requirements": "Often required when a fulfiller varies what is fulfilled from that authorized on the original prescription.", + "min": 0, + "definition": "Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.", + "short": "Original prescription if superseded by fulfiller", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "max": "1", + "id": "Claim.originalPrescription", + "comment": "For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefore issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'." + }, + { + "path": "Claim.payee", + "requirements": "The provider needs to specify who they wish to be reimbursed and the claims processor needs express who they will reimburse.", + "min": 0, + "definition": "The party to be reimbursed for cost of the products and services according to the terms of the policy.", + "short": "Recipient of benefits payable", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payee" + } + ], + "max": "1", + "id": "Claim.payee", + "comment": "Often providers agree to receive the benefits payable to reduce the near-term costs to the patient. The insurer may decline to pay the provider and choose to pay the subscriber instead." + }, + { + "path": "Claim.payee.type", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 1, + "definition": "Type of Party to be reimbursed: subscriber, provider, other.", + "short": "Category of recipient", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "Claim.payee.type" + }, + { + "path": "Claim.payee.party", + "requirements": "Need to provide demographics if the payee is not 'subscriber' nor 'provider'.", + "min": 0, + "definition": "Reference to the individual or organization to whom any payment will be made.", + "short": "Recipient reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "max": "1", + "id": "Claim.payee.party", + "comment": "Not required if the payee is 'subscriber' or 'provider'." + }, + { + "path": "Claim.referral", + "requirements": "Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "min": 0, + "definition": "A reference to a referral resource.", + "short": "Treatment referral", + "mapping": [{ "map": "FiveWs.cause", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "max": "1", + "id": "Claim.referral", + "comment": "The referral resource which lists the date, practitioner, reason and other supporting information." + }, + { + "path": "Claim.facility", + "requirements": "Insurance adjudication can be dependant on where services were delivered.", + "min": 0, + "definition": "Facility where the services were provided.", + "short": "Servicing facility", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "1", + "id": "Claim.facility" + }, + { + "path": "Claim.careTeam", + "requirements": "Common to identify the responsible and supporting practitioners.", + "min": 0, + "definition": "The members of the team who provided the products and services.", + "short": "Members of the care team", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CareTeam" + } + ], + "max": "*", + "id": "Claim.careTeam" + }, + { + "id": "Claim.careTeam.sequence", + "max": "1", + "min": 1, + "path": "Claim.careTeam.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Order of care team", + "definition": "A number to uniquely identify care team entries.", + "requirements": "Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details." + }, + { + "path": "Claim.careTeam.provider", + "requirements": "Often a regulatory requirement to specify the responsible provider.", + "min": 1, + "definition": "Member of the team who provided the product or service.", + "short": "Practitioner or organization", + "mapping": [{ "map": "FiveWs.actor", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Claim.careTeam.provider" + }, + { + "path": "Claim.careTeam.responsible", + "requirements": "When multiple parties are present it is required to distinguish the lead or responsible individual.", + "min": 0, + "definition": "The party who is billing and/or responsible for the claimed products or services.", + "short": "Indicator of the lead practitioner", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Claim.careTeam.responsible", + "comment": "Responsible might not be required when there is only a single provider listed." + }, + { + "path": "Claim.careTeam.role", + "requirements": "When multiple parties are present it is required to distinguish the roles performed by each member.", + "min": 0, + "definition": "The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.", + "short": "Function within the team", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamRole" + } + ], + "description": "The role codes for the care team members." + }, + "max": "1", + "id": "Claim.careTeam.role", + "comment": "Role might not be required when there is only a single provider listed." + }, + { + "path": "Claim.careTeam.qualification", + "requirements": "Need to specify which qualification a provider is delivering the product or service under.", + "min": 0, + "definition": "The qualification of the practitioner which is applicable for this service.", + "short": "Practitioner credential or specialization", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProviderQualification" + } + ], + "description": "Provider professional qualifications." + }, + "max": "1", + "id": "Claim.careTeam.qualification" + }, + { + "path": "Claim.supportingInfo", + "requirements": "Typically these information codes are required to support the services rendered or the adjudication of the services rendered.", + "min": 0, + "definition": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.", + "short": "Supporting information", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupportingInformation" + } + ], + "alias": [ + "Attachments\nException Codes\nOccurrence Codes\nValue codes" + ], + "max": "*", + "id": "Claim.supportingInfo", + "comment": "Often there are multiple jurisdiction specific valuesets which are required." + }, + { + "id": "Claim.supportingInfo.sequence", + "max": "1", + "min": 1, + "path": "Claim.supportingInfo.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Information instance identifier", + "definition": "A number to uniquely identify supporting information entries.", + "requirements": "Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details." + }, + { + "path": "Claim.supportingInfo.category", + "requirements": "Required to group or associate information items with common characteristics. For example: admission information or prior treatments.", + "min": 1, + "definition": "The general class of the information supplied: information; exception; accident, employment; onset, etc.", + "short": "Classification of the supplied information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCategory" + } + ], + "description": "The valuset used for additional information category codes." + }, + "max": "1", + "id": "Claim.supportingInfo.category", + "comment": "This may contain a category for the local bill type codes." + }, + { + "path": "Claim.supportingInfo.code", + "requirements": "Required to identify the kind of additional information.", + "min": 0, + "definition": "System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.", + "short": "Type of information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCode" + } + ], + "description": "The valuset used for additional information codes." + }, + "max": "1", + "id": "Claim.supportingInfo.code" + }, + { + "id": "Claim.supportingInfo.timing[x]", + "max": "1", + "min": 0, + "path": "Claim.supportingInfo.timing[x]", + "type": [{ "code": "date" }, { "code": "Period" }], + "short": "When it occurred", + "definition": "The date when or period to which this information refers." + }, + { + "path": "Claim.supportingInfo.value[x]", + "requirements": "To convey the data content to be provided when the information is more than a simple code or period.", + "min": 0, + "definition": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", + "short": "Data to be provided", + "type": [ + { "code": "boolean" }, + { "code": "string" }, + { "code": "Quantity" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "Claim.supportingInfo.value[x]", + "comment": "Could be used to provide references to other resources, document. For example could contain a PDF in an Attachment of the Police Report for an Accident." + }, + { + "path": "Claim.supportingInfo.reason", + "requirements": "Needed when the supporting information has both a date and amount/value and requires explanation.", + "min": 0, + "definition": "Provides the reason in the situation where a reason code is required in addition to the content.", + "short": "Explanation for the information", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MissingReason" + } + ], + "description": "Reason codes for the missing teeth." + }, + "max": "1", + "id": "Claim.supportingInfo.reason", + "comment": "For example: the reason for the additional stay, or why a tooth is missing." + }, + { + "path": "Claim.diagnosis", + "requirements": "Required for the adjudication by provided context for the services and product listed.", + "min": 0, + "definition": "Information about diagnoses relevant to the claim items.", + "short": "Pertinent diagnosis information", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + } + ], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "Claim.diagnosis" + }, + { + "path": "Claim.diagnosis.sequence", + "requirements": "Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify diagnosis entries.", + "short": "Diagnosis instance identifier", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Claim.diagnosis.sequence", + "comment": "Diagnosis are presented in list order to their expected importance: primary, secondary, etc." + }, + { + "path": "Claim.diagnosis.diagnosis[x]", + "requirements": "Provides health context for the evaluation of the products and/or services.", + "min": 1, + "definition": "The nature of illness or problem in a coded form or as a reference to an external defined Condition.", + "short": "Nature of illness or problem", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10" + } + ], + "description": "Example ICD10 Diagnostic codes." + }, + "max": "1", + "id": "Claim.diagnosis.diagnosis[x]" + }, + { + "path": "Claim.diagnosis.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "short": "Timing or nature of the diagnosis", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisType" + } + ], + "description": "The type of the diagnosis: admitting, principal, discharge." + }, + "max": "*", + "id": "Claim.diagnosis.type", + "comment": "For example: admitting, primary, secondary, discharge." + }, + { + "path": "Claim.diagnosis.onAdmission", + "requirements": "Many systems need to understand for adjudication if the diagnosis was present a time of admission.", + "min": 0, + "definition": "Indication of whether the diagnosis was present on admission to a facility.", + "short": "Present on admission", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisOnAdmission" + } + ], + "description": "Present on admission." + }, + "max": "1", + "id": "Claim.diagnosis.onAdmission" + }, + { + "path": "Claim.diagnosis.packageCode", + "requirements": "Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.", + "min": 0, + "definition": "A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.", + "short": "Package billing code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRelatedGroup" + } + ], + "description": "The DRG codes associated with the diagnosis." + }, + "max": "1", + "id": "Claim.diagnosis.packageCode", + "comment": "For example DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardial Infarction and a DRG for HeartAttack would be assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event." + }, + { + "path": "Claim.procedure", + "requirements": "The specific clinical invention are sometimes required to be provided to justify billing a greater than customary amount for a service.", + "min": 0, + "definition": "Procedures performed on the patient relevant to the billing items with the claim.", + "short": "Clinical procedures performed", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Procedure" + } + ], + "max": "*", + "id": "Claim.procedure" + }, + { + "id": "Claim.procedure.sequence", + "max": "1", + "min": 1, + "path": "Claim.procedure.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Procedure instance identifier", + "definition": "A number to uniquely identify procedure entries.", + "requirements": "Necessary to provide a mechanism to link to claim details." + }, + { + "path": "Claim.procedure.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "short": "Category of Procedure", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureType" + } + ], + "description": "Example procedure type codes." + }, + "max": "*", + "id": "Claim.procedure.type", + "comment": "For example: primary, secondary." + }, + { + "id": "Claim.procedure.date", + "max": "1", + "min": 0, + "path": "Claim.procedure.date", + "type": [{ "code": "dateTime" }], + "short": "When the procedure was performed", + "definition": "Date and optionally time the procedure was performed.", + "requirements": "Required for auditing purposes." + }, + { + "path": "Claim.procedure.procedure[x]", + "requirements": "This identifies the actual clinical procedure.", + "min": 1, + "definition": "The code or reference to a Procedure resource which identifies the clinical intervention performed.", + "short": "Specific clinical procedure", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10_Procedures" + } + ], + "description": "Example ICD10 Procedure codes." + }, + "max": "1", + "id": "Claim.procedure.procedure[x]" + }, + { + "id": "Claim.procedure.udi", + "max": "*", + "min": 0, + "path": "Claim.procedure.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "path": "Claim.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 1, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "Claim.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": true + }, + { + "path": "Claim.insurance.sequence", + "requirements": "To maintain order of the coverages.", + "min": 1, + "definition": "A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.", + "short": "Insurance instance identifier", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Claim.insurance.sequence", + "isSummary": true + }, + { + "path": "Claim.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Claim.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.", + "isSummary": true + }, + { + "path": "Claim.insurance.identifier", + "requirements": "This will be the claim number should it be necessary to create this claim in the future. This is provided so that payors may forward claims to other payors in the Coordination of Benefit for adjudication rather than the provider being required to initiate each adjudication.", + "min": 0, + "definition": "The business identifier to be used when the claim is sent for adjudication against this insurance policy.", + "short": "Pre-assigned Claim number", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Claim.insurance.identifier", + "comment": "Only required in jurisdictions where insurers, rather than the provider, are required to send claims to insurers that appear after them in the list. This element is not required when 'subrogation=true'." + }, + { + "path": "Claim.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "max": "1", + "id": "Claim.insurance.coverage", + "isSummary": true + }, + { + "id": "Claim.insurance.businessArrangement", + "max": "1", + "min": 0, + "path": "Claim.insurance.businessArrangement", + "type": [{ "code": "string" }], + "short": "Additional provider contract number", + "definition": "A business agreement number established between the provider and the insurer for special business processing purposes.", + "requirements": "Providers may have multiple business arrangements with a given insurer and must supply the specific contract number for adjudication." + }, + { + "path": "Claim.insurance.preAuthRef", + "requirements": "Providers must quote previously issued authorization reference numbers in order to obtain adjudication as previously advised on the Preauthorization.", + "min": 0, + "definition": "Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.", + "short": "Prior authorization reference number", + "type": [{ "code": "string" }], + "max": "*", + "id": "Claim.insurance.preAuthRef", + "comment": "This value is an alphanumeric string that may be provided over the phone, via text, via paper, or within a ClaimResponse resource and is not a FHIR Identifier." + }, + { + "path": "Claim.insurance.claimResponse", + "requirements": "An insurer need the adjudication results from prior insurers to determine the outstanding balance remaining by item for the items in the curent claim.", + "min": 0, + "definition": "The result of the adjudication of the line items for the Coverage specified in this insurance.", + "short": "Adjudication results", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "max": "1", + "id": "Claim.insurance.claimResponse", + "comment": "Must not be specified when 'focal=true' for this insurance." + }, + { + "path": "Claim.accident", + "requirements": "When healthcare products and services are accident related, benefits may be payable under accident provisions of policies, such as automotive, etc before they are payable under normal health insurance.", + "min": 0, + "definition": "Details of an accident which resulted in injuries which required the products and services listed in the claim.", + "short": "Details of the event", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Accident" + } + ], + "max": "1", + "id": "Claim.accident" + }, + { + "path": "Claim.accident.date", + "requirements": "Required for audit purposes and adjudication.", + "min": 1, + "definition": "Date of an accident event related to the products and services contained in the claim.", + "short": "When the incident occurred", + "type": [{ "code": "date" }], + "max": "1", + "id": "Claim.accident.date", + "comment": "The date of the accident has to precede the dates of the products and services but within a reasonable timeframe." + }, + { + "path": "Claim.accident.type", + "requirements": "Coverage may be dependant on the type of accident.", + "min": 0, + "definition": "The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.", + "short": "The nature of the accident", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccidentType" + } + ], + "description": "Type of accident: work place, auto, etc." + }, + "max": "1", + "id": "Claim.accident.type" + }, + { + "id": "Claim.accident.location[x]", + "max": "1", + "min": 0, + "path": "Claim.accident.location[x]", + "type": [ + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "short": "Where the event occurred", + "definition": "The physical location of the accident event.", + "requirements": "Required for audit purposes and determination of applicable insurance liability." + }, + { + "path": "Claim.item", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim line. Either a simple product or service or a 'group' of details which can each be a simple items or groups of sub-details.", + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "Claim.item" + }, + { + "id": "Claim.item.sequence", + "max": "1", + "min": 1, + "path": "Claim.item.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Item instance identifier", + "definition": "A number to uniquely identify item entries.", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse." + }, + { + "id": "Claim.item.careTeamSequence", + "max": "*", + "min": 0, + "path": "Claim.item.careTeamSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable careTeam members", + "definition": "CareTeam members related to this service or product.", + "requirements": "Need to identify the individuals and their roles in the provision of the product or service." + }, + { + "id": "Claim.item.diagnosisSequence", + "max": "*", + "min": 0, + "path": "Claim.item.diagnosisSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable diagnoses", + "definition": "Diagnosis applicable for this service or product.", + "requirements": "Need to related the product or service to the associated diagnoses." + }, + { + "id": "Claim.item.procedureSequence", + "max": "*", + "min": 0, + "path": "Claim.item.procedureSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable procedures", + "definition": "Procedures applicable for this service or product.", + "requirements": "Need to provide any listed specific procedures to support the product or service being claimed." + }, + { + "id": "Claim.item.informationSequence", + "max": "*", + "min": 0, + "path": "Claim.item.informationSequence", + "type": [{ "code": "positiveInt" }], + "short": "Applicable exception and supporting information", + "definition": "Exceptions, special conditions and supporting information applicable for this service or product.", + "requirements": "Need to reference the supporting information items that relate directly to this product or service." + }, + { + "path": "Claim.item.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.revenue" + }, + { + "path": "Claim.item.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "Claim.item.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "Claim.item.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "Claim.item.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours." + }, + { + "path": "Claim.item.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "path": "Claim.item.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "max": "1", + "id": "Claim.item.serviced[x]" + }, + { + "path": "Claim.item.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place of service: pharmacy, school, prison, etc." + }, + "max": "1", + "id": "Claim.item.location[x]" + }, + { + "id": "Claim.item.quantity", + "max": "1", + "min": 0, + "path": "Claim.item.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "Claim.item.unitPrice", + "max": "1", + "min": 0, + "path": "Claim.item.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "Claim.item.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Claim.item.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "Claim.item.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "Claim.item.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "Claim.item.udi", + "max": "*", + "min": 0, + "path": "Claim.item.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "path": "Claim.item.bodySite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "short": "Anatomical location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ], + "description": "The code for the teeth, quadrant, sextant and arch." + }, + "max": "1", + "id": "Claim.item.bodySite", + "comment": "For example: Providing a tooth code, allows an insurer to identify a provider performing a filling on a tooth that was previously removed." + }, + { + "path": "Claim.item.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "short": "Anatomical sub-location", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ], + "description": "The code for the tooth surface and surface combinations." + }, + "max": "*", + "id": "Claim.item.subSite" + }, + { + "path": "Claim.item.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "The Encounters during which this Claim was created or to which the creation of this record is tightly associated.", + "short": "Encounters related to this billed item", + "mapping": [ + { "map": "Request.context", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "*", + "id": "Claim.item.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter." + }, + { + "path": "Claim.item.detail", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Detail" + } + ], + "max": "*", + "id": "Claim.item.detail" + }, + { + "id": "Claim.item.detail.sequence", + "max": "1", + "min": 1, + "path": "Claim.item.detail.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Item instance identifier", + "definition": "A number to uniquely identify item entries.", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse." + }, + { + "path": "Claim.item.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.detail.revenue" + }, + { + "path": "Claim.item.detail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.detail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "Claim.item.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "Claim.item.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "Claim.item.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.detail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "Claim.item.detail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.detail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "id": "Claim.item.detail.quantity", + "max": "1", + "min": 0, + "path": "Claim.item.detail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "Claim.item.detail.unitPrice", + "max": "1", + "min": 0, + "path": "Claim.item.detail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "Claim.item.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Claim.item.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "Claim.item.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "Claim.item.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "Claim.item.detail.udi", + "max": "*", + "min": 0, + "path": "Claim.item.detail.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "path": "Claim.item.detail.subDetail", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "max": "*", + "id": "Claim.item.detail.subDetail" + }, + { + "id": "Claim.item.detail.subDetail.sequence", + "max": "1", + "min": 1, + "path": "Claim.item.detail.subDetail.sequence", + "type": [{ "code": "positiveInt" }], + "short": "Item instance identifier", + "definition": "A number to uniquely identify item entries.", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse." + }, + { + "path": "Claim.item.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.revenue" + }, + { + "path": "Claim.item.detail.subDetail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage." + }, + { + "path": "Claim.item.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 1, + "definition": "When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.", + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'." + }, + { + "path": "Claim.item.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.detail.subDetail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours." + }, + { + "path": "Claim.item.detail.subDetail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.detail.subDetail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program." + }, + { + "id": "Claim.item.detail.subDetail.quantity", + "max": "1", + "min": 0, + "path": "Claim.item.detail.subDetail.quantity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Count of products or services", + "definition": "The number of repetitions of a service or product.", + "requirements": "Required when the product or service code does not convey the quantity provided." + }, + { + "id": "Claim.item.detail.subDetail.unitPrice", + "max": "1", + "min": 0, + "path": "Claim.item.detail.subDetail.unitPrice", + "type": [{ "code": "Money" }], + "short": "Fee, charge or cost per item", + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "requirements": "The amount charged to the patient by the provider for a single unit." + }, + { + "path": "Claim.item.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Claim.item.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10)." + }, + { + "path": "Claim.item.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The quantity times the unit price for an additional service or product or charge.", + "short": "Total item cost", + "type": [{ "code": "Money" }], + "max": "1", + "id": "Claim.item.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied." + }, + { + "id": "Claim.item.detail.subDetail.udi", + "max": "*", + "min": 0, + "path": "Claim.item.detail.subDetail.udi", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Unique device identifier", + "definition": "Unique Device Identifiers associated with this line item.", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied." + }, + { + "id": "Claim.total", + "max": "1", + "min": 0, + "path": "Claim.total", + "type": [{ "code": "Money" }], + "short": "Total claim cost", + "definition": "The total value of the all the items in the claim.", + "requirements": "Used for control total purposes." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines the elements to be supported within the Provenance resource in order to conform with the Electronic Health Record System Functional Model Record Lifecycle Event standard", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven International (Electronic Health Record)", + "fhirVersion": "4.0.1", + "name": "EHRS FM Record Lifecycle Event - Provenance", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/auditevent", + "name": "FHIR AuditEvent Mapping", + "identity": "fhirauditevent" + } + ], + "abstract": false, + "type": "Provenance", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ehr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ehrsrle-provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ehrsrle-provenance", + "differential": { + "element": [ + { + "id": "Provenance", + "max": "*", + "min": 0, + "path": "Provenance" + }, + { + "id": "Provenance.target", + "path": "Provenance.target", + "mustSupport": true + }, + { + "id": "Provenance.occurred[x]", + "path": "Provenance.occurred[x]", + "mustSupport": true + }, + { + "id": "Provenance.recorded", + "path": "Provenance.recorded", + "mustSupport": true + }, + { + "id": "Provenance.policy", + "path": "Provenance.policy", + "mustSupport": true + }, + { + "id": "Provenance.location", + "path": "Provenance.location", + "mustSupport": true + }, + { + "id": "Provenance.reason", + "path": "Provenance.reason", + "mustSupport": true + }, + { + "id": "Provenance.activity", + "path": "Provenance.activity", + "mustSupport": true + }, + { + "id": "Provenance.agent", + "path": "Provenance.agent", + "mustSupport": true + }, + { + "id": "Provenance.agent.who", + "path": "Provenance.agent.who", + "mustSupport": true + }, + { + "id": "Provenance.agent.onBehalfOf", + "path": "Provenance.agent.onBehalfOf", + "mustSupport": true + }, + { + "id": "Provenance.signature", + "path": "Provenance.signature", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/ehr.html", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance" + }, + { + "description": "This patient is known to be an animal.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-animal/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "animal", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "animal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-animal", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-animal", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-animal", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "This patient is known to be an animal (non-human)", + "comment": "The absence of the animal extension does not imply that the patient is a human. If a system requires such a positive assertion that the patient is human, an extension will be required. (Do not use a species of homo-sapiens in animal species, as this would incorrectly infer that the patient is an animal).", + "mapping": [ + { "map": "player[classCode=ANM]", "identity": "rim" } + ], + "definition": "This patient is known to be an animal." + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "Identifies the high level taxonomic categorization of the kind of animal.", + "short": "The animal species. E.g. Dog, Cow.", + "mapping": [ + { "map": "PID-35", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "species", + "max": "1", + "id": "Extension.extension:species", + "comment": "If the patient is non-human, at least a species SHALL be specified. Species SHALL be a widely recognized taxonomic classification. It might or might not be Linnaean taxonomy and might or might not be at the level of species. If the level is finer than species--such as a breed code--the code system used SHALL allow inference of the species. (The common example is that the word \"Hereford\" does not allow inference of the species Bos taurus, because there is a Hereford pig breed, but the SNOMED CT code for \"Hereford Cattle Breed\" does.)." + }, + { + "id": "Extension.extension:species.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:species.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "species" + }, + { + "id": "Extension.extension:species.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AnimalSpecies" + } + ], + "description": "The species of an animal." + } + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Identifies the detailed categorization of the kind of animal.", + "short": "The animal breed. E.g. Poodle, Angus.", + "mapping": [ + { + "map": "PID-35 (where more detailed value is present)", + "identity": "v2" + }, + { + "map": "playedRole[classCode=GEN]/scoper[classCode=ANM, determinerCode=KIND]/code", + "identity": "rim" + } + ], + "type": [{ "code": "Extension" }], + "sliceName": "breed", + "max": "1", + "id": "Extension.extension:breed", + "comment": "Breed MAY be used to provide further taxonomic or non-taxonomic classification. It may involve local or proprietary designation--such as commercial strain--and/or additional information such as production type." + }, + { + "id": "Extension.extension:breed.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:breed.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "breed" + }, + { + "id": "Extension.extension:breed.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-breeds", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AnimalBreed" + } + ], + "description": "The breed of an animal." + } + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Indicates the current state of the animal's reproductive organs.", + "short": "The status of the animal's reproductive parts. E.g. Neutered, Intact.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "genderStatusCode", "identity": "rim" } + ], + "type": [{ "code": "Extension" }], + "sliceName": "genderStatus", + "max": "1", + "id": "Extension.extension:genderStatus" + }, + { + "id": "Extension.extension:genderStatus.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:genderStatus.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "genderStatus" + }, + { + "id": "Extension.extension:genderStatus.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-genderstatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AnimalGenderStatus" + } + ], + "description": "The state of the animal's reproductive organs." + } + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-animal" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Enforces a descriptive group that can be used in definitional resources", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/groupdefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "Group Definition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Group", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "groupdefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/groupdefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/groupdefinition", + "differential": { + "element": [ + { "id": "Group", "max": "1", "min": 1, "path": "Group" }, + { + "id": "Group.actual", + "max": "1", + "min": 1, + "path": "Group.actual", + "type": [{ "code": "boolean" }], + "fixedBoolean": false + }, + { + "id": "Group.member", + "max": "0", + "min": 0, + "path": "Group.member" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group" + }, + { + "description": "This Patient requires an interpreter to communicate healthcare information to the practitioner.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "interpreterRequired", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "interpreterRequired", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-interpreterRequired", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-interpreterRequired", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether the patient needs an interpreter", + "comment": "The Patient does not speak the default language of the organization, and hence requires an interpreter. If the patient has other languages in the Communications list, then that would be the type of interpreter required.", + "definition": "This Patient requires an interpreter to communicate healthcare information to the practitioner." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "If this StructureDefinition is normative, which was the first normative version.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "normative-version", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "First Normative Version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-normative-version", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-normative-version", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "If normative, which was the first normative version", + "definition": "If this StructureDefinition is normative, which was the first normative version." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PlanDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "4.0.1", + "name": "PlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PlanDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "PlanDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/PlanDefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "*", + "min": 0, + "path": "PlanDefinition", + "short": "The definition of a plan for a series of actions, independent of any specific patient or context", + "mapping": [ + { "map": "Definition", "identity": "workflow" } + ], + "constraint": [ + { + "key": "pdf-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols." + }, + { + "path": "PlanDefinition.url", + "requirements": "Allows the plan definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this plan definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this plan definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the plan definition is stored on different servers.", + "short": "Canonical identifier for this plan definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "PlanDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "PlanDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the plan definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "PlanDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this plan definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "PlanDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the plan definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the plan definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "short": "Business version of the plan definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "PlanDefinition.version", + "comment": "There may be different plan definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the plan definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "PlanDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the plan definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this plan definition (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "PlanDefinition.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "PlanDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the plan definition.", + "short": "Name for this plan definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "PlanDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "id": "PlanDefinition.subtitle", + "max": "1", + "min": 0, + "path": "PlanDefinition.subtitle", + "type": [{ "code": "string" }], + "short": "Subordinate title of the plan definition", + "definition": "An explanatory or alternate title for the plan definition giving additional information about its content." + }, + { + "path": "PlanDefinition.type", + "min": 0, + "definition": "A high-level category for the plan definition that distinguishes the kinds of systems that would be interested in the plan definition.", + "short": "order-set | clinical-protocol | eca-rule | workflow-definition", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/plan-definition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PlanDefinitionType" + } + ], + "description": "The type of PlanDefinition." + }, + "max": "1", + "id": "PlanDefinition.type", + "isSummary": true + }, + { + "path": "PlanDefinition.status", + "min": 1, + "definition": "The status of this plan definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "PlanDefinition.status", + "comment": "Allows filtering of plan definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "PlanDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level plan definition.", + "min": 0, + "definition": "A Boolean value to indicate that this plan definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "PlanDefinition.experimental", + "comment": "Allows filtering of plan definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "PlanDefinition.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the plan definition.", + "short": "Type of individual the plan definition is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a plan definition (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "PlanDefinition.subject[x]" + }, + { + "path": "PlanDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the plan definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the plan definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "PlanDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the plan definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "PlanDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the plan definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the plan definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "PlanDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the plan definition is the organization or individual primarily responsible for the maintenance and upkeep of the plan definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the plan definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "PlanDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "PlanDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "PlanDefinition.description", + "min": 0, + "definition": "A free text natural language description of the plan definition from a consumer's perspective.", + "short": "Natural language description of the plan definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "PlanDefinition.description", + "comment": "This description can be used to capture details such as why the plan definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the plan definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the plan definition is presumed to be the predominant language in the place the plan definition was created).", + "isSummary": true + }, + { + "path": "PlanDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate plan definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "PlanDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "PlanDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the plan definition is intended to be used.", + "short": "Intended jurisdiction for plan definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "PlanDefinition.jurisdiction", + "comment": "It may be possible for the plan definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "PlanDefinition.purpose", + "min": 0, + "definition": "Explanation of why this plan definition is needed and why it has been designed as it has.", + "short": "Why this plan definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "PlanDefinition.purpose", + "comment": "This element does not describe the usage of the plan definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this plan definition." + }, + { + "id": "PlanDefinition.usage", + "max": "1", + "min": 0, + "path": "PlanDefinition.usage", + "type": [{ "code": "string" }], + "short": "Describes the clinical usage of the plan", + "definition": "A detailed description of how the plan definition is used from a clinical perspective." + }, + { + "path": "PlanDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the plan definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the plan definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the plan definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "PlanDefinition.copyright" + }, + { + "path": "PlanDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the plan definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "PlanDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "PlanDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the plan definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "PlanDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "PlanDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the plan definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the plan definition content was or is planned to be in active use.", + "short": "When the plan definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "PlanDefinition.effectivePeriod", + "comment": "The effective period for a plan definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "PlanDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the plan definition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching.", + "short": "E.g. Education, Treatment, Assessment", + "mapping": [ + { + "map": "Definition.subject[x]", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "PlanDefinition.topic" + }, + { + "id": "PlanDefinition.author", + "max": "*", + "min": 0, + "path": "PlanDefinition.author", + "type": [{ "code": "ContactDetail" }], + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content." + }, + { + "id": "PlanDefinition.editor", + "max": "*", + "min": 0, + "path": "PlanDefinition.editor", + "type": [{ "code": "ContactDetail" }], + "short": "Who edited the content", + "definition": "An individual or organization primarily responsible for internal coherence of the content." + }, + { + "id": "PlanDefinition.reviewer", + "max": "*", + "min": 0, + "path": "PlanDefinition.reviewer", + "type": [{ "code": "ContactDetail" }], + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization primarily responsible for review of some aspect of the content." + }, + { + "id": "PlanDefinition.endorser", + "max": "*", + "min": 0, + "path": "PlanDefinition.endorser", + "type": [{ "code": "ContactDetail" }], + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "definition": "An individual or organization responsible for officially endorsing the content for use in some setting." + }, + { + "path": "PlanDefinition.relatedArtifact", + "requirements": "Plan definitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "short": "Additional documentation, citations", + "type": [{ "code": "RelatedArtifact" }], + "max": "*", + "id": "PlanDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both." + }, + { + "id": "PlanDefinition.library", + "max": "*", + "min": 0, + "path": "PlanDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "short": "Logic used by the plan definition", + "definition": "A reference to a Library resource containing any formal logic used by the plan definition." + }, + { + "id": "PlanDefinition.goal", + "max": "*", + "min": 0, + "path": "PlanDefinition.goal", + "type": [{ "code": "BackboneElement" }], + "short": "What the plan is trying to accomplish", + "definition": "Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.", + "requirements": "Goal information needs to be captured for order sets, protocols, and care plan definitions to better describe the objectives of the protocol activities and to guide the creation of specific goals within the derived care plans and orders." + }, + { + "id": "PlanDefinition.goal.category", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.category", + "type": [{ "code": "CodeableConcept" }], + "short": "E.g. Treatment, dietary, behavioral", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalCategory" + } + ], + "description": "Example codes for grouping goals for filtering or presentation." + }, + "definition": "Indicates a category the goal falls within." + }, + { + "path": "PlanDefinition.goal.description", + "min": 1, + "definition": "Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\".", + "short": "Code or text describing the goal", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalDescription" + } + ], + "description": "Describes goals that can be achieved." + }, + "max": "1", + "id": "PlanDefinition.goal.description", + "comment": "If no code is available, use CodeableConcept.text." + }, + { + "id": "PlanDefinition.goal.priority", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.priority", + "type": [{ "code": "CodeableConcept" }], + "short": "high-priority | medium-priority | low-priority", + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalPriority" + } + ], + "description": "Indicates the level of importance associated with reaching or sustaining a goal." + }, + "definition": "Identifies the expected level of importance associated with reaching/sustaining the defined goal." + }, + { + "id": "PlanDefinition.goal.start", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.start", + "type": [{ "code": "CodeableConcept" }], + "short": "When goal pursuit begins", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalStartEvent" + } + ], + "description": "Identifies the types of events that might trigger the start of a goal." + }, + "definition": "The event after which the goal should begin being pursued." + }, + { + "id": "PlanDefinition.goal.addresses", + "max": "*", + "min": 0, + "path": "PlanDefinition.goal.addresses", + "type": [{ "code": "CodeableConcept" }], + "short": "What does the goal address", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalAddresses" + } + ], + "description": "Identifies problems, conditions, issues, or concerns that goals may address." + }, + "definition": "Identifies problems, conditions, issues, or concerns the goal is intended to address." + }, + { + "id": "PlanDefinition.goal.documentation", + "max": "*", + "min": 0, + "path": "PlanDefinition.goal.documentation", + "type": [{ "code": "RelatedArtifact" }], + "short": "Supporting documentation for the goal", + "definition": "Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources." + }, + { + "id": "PlanDefinition.goal.target", + "max": "*", + "min": 0, + "path": "PlanDefinition.goal.target", + "type": [{ "code": "BackboneElement" }], + "short": "Target outcome for the goal", + "definition": "Indicates what should be done and within what timeframe." + }, + { + "id": "PlanDefinition.goal.target.measure", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.target.measure", + "type": [{ "code": "CodeableConcept" }], + "short": "The parameter whose value is to be tracked", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetMeasure" + } + ], + "description": "Identifies types of parameters that can be tracked to determine goal achievement." + }, + "definition": "The parameter whose value is to be tracked, e.g. body weight, blood pressure, or hemoglobin A1c level." + }, + { + "id": "PlanDefinition.goal.target.detail[x]", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.target.detail[x]", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "CodeableConcept" } + ], + "short": "The target value to be achieved", + "definition": "The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value." + }, + { + "id": "PlanDefinition.goal.target.due", + "max": "1", + "min": 0, + "path": "PlanDefinition.goal.target.due", + "type": [{ "code": "Duration" }], + "short": "Reach goal within", + "definition": "Indicates the timeframe after the start of the goal in which the goal should be met." + }, + { + "path": "PlanDefinition.action", + "min": 0, + "definition": "An action or group of actions to be taken as part of the plan.", + "short": "Action defined by the plan", + "mapping": [ + { + "map": "{Is a contained Definition}", + "identity": "workflow" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "PlanDefinition.action", + "comment": "Note that there is overlap between many of the elements defined here and the ActivityDefinition resource. When an ActivityDefinition is referenced (using the definition element), the overlapping elements in the plan override the content of the referenced ActivityDefinition unless otherwise documented in the specific elements. See the PlanDefinition resource for more detailed information." + }, + { + "id": "PlanDefinition.action.prefix", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.prefix", + "type": [{ "code": "string" }], + "short": "User-visible prefix for the action (e.g. 1. or A.)", + "definition": "A user-visible prefix for the action." + }, + { + "id": "PlanDefinition.action.title", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.title", + "type": [{ "code": "string" }], + "short": "User-visible title", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "definition": "The title of the action displayed to a user." + }, + { + "id": "PlanDefinition.action.description", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.description", + "type": [{ "code": "string" }], + "short": "Brief description of the action", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "definition": "A brief description of the action used to provide a summary to display to the user." + }, + { + "id": "PlanDefinition.action.textEquivalent", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.textEquivalent", + "type": [{ "code": "string" }], + "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "definition": "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically." + }, + { + "id": "PlanDefinition.action.priority", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.priority", + "type": [{ "code": "code" }], + "short": "routine | urgent | asap | stat", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "definition": "Indicates how quickly the action should be addressed with respect to other actions." + }, + { + "id": "PlanDefinition.action.code", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Code representing the meaning of the action or sub-actions", + "definition": "A code that provides meaning for the action or action group. For example, a section may have a LOINC code for the section of a documentation template." + }, + { + "id": "PlanDefinition.action.reason", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.reason", + "type": [{ "code": "CodeableConcept" }], + "short": "Why the action should be performed", + "comment": "This is different than the clinical evidence documentation, it's an actual business description of the reason for performing the action.", + "definition": "A description of why this action is necessary or appropriate." + }, + { + "id": "PlanDefinition.action.documentation", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.documentation", + "type": [{ "code": "RelatedArtifact" }], + "short": "Supporting documentation for the intended performer of the action", + "definition": "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources." + }, + { + "id": "PlanDefinition.action.goalId", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.goalId", + "type": [{ "code": "id" }], + "short": "What goals this action supports", + "definition": "Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition." + }, + { + "path": "PlanDefinition.action.subject[x]", + "requirements": "Multiple steps in a protocol often have different groups of steps that are focused on testing different things. The subject of an action specifies the focus of the action and any child actions.", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the action and its children, if any.", + "short": "Type of individual the action is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subject-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + } + ], + "description": "The possible types of subjects for a plan definition (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "PlanDefinition.action.subject[x]", + "comment": "The subject of an action overrides the subject at a parent action or on the root of the PlanDefinition if specified.\n\nIn addition, because the subject needs to be resolved during realization, use of subjects in actions (or in the ActivityDefinition referenced by the action) resolves based on the set of subjects supplied in context and by type (i.e. the patient subject would resolve to a resource of type Patient)." + }, + { + "id": "PlanDefinition.action.trigger", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.trigger", + "type": [{ "code": "TriggerDefinition" }], + "short": "When the action should be triggered", + "definition": "A description of when the action should be triggered." + }, + { + "id": "PlanDefinition.action.condition", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.condition", + "type": [{ "code": "BackboneElement" }], + "short": "Whether or not the action is applicable", + "comment": "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all the conditions are true.", + "definition": "An expression that describes applicability criteria or start/stop conditions for the action." + }, + { + "path": "PlanDefinition.action.condition.kind", + "min": 1, + "definition": "The kind of condition.", + "short": "applicability | start | stop", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionConditionKind" + } + ], + "description": "Defines the kinds of conditions that can appear on actions." + }, + "max": "1", + "id": "PlanDefinition.action.condition.kind", + "comment": "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action." + }, + { + "id": "PlanDefinition.action.condition.expression", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.condition.expression", + "type": [{ "code": "Expression" }], + "short": "Boolean-valued expression", + "comment": "The expression may be inlined or may be a reference to a named expression within a logic library referenced by the library element.", + "definition": "An expression that returns true or false, indicating whether the condition is satisfied." + }, + { + "id": "PlanDefinition.action.input", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.input", + "type": [{ "code": "DataRequirement" }], + "short": "Input data requirements", + "definition": "Defines input data requirements for the action." + }, + { + "id": "PlanDefinition.action.output", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.output", + "type": [{ "code": "DataRequirement" }], + "short": "Output data definition", + "definition": "Defines the outputs of the action, if any." + }, + { + "id": "PlanDefinition.action.relatedAction", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.relatedAction", + "type": [{ "code": "BackboneElement" }], + "short": "Relationship to another action", + "comment": "When an action depends on multiple actions, the meaning is that all actions are dependencies, rather than that any of the actions are a dependency.", + "definition": "A relationship to another action such as \"before\" or \"30-60 minutes after start of\"." + }, + { + "id": "PlanDefinition.action.relatedAction.actionId", + "max": "1", + "min": 1, + "path": "PlanDefinition.action.relatedAction.actionId", + "type": [{ "code": "id" }], + "short": "What action is this related to", + "definition": "The element id of the related action." + }, + { + "id": "PlanDefinition.action.relatedAction.relationship", + "max": "1", + "min": 1, + "path": "PlanDefinition.action.relatedAction.relationship", + "type": [{ "code": "code" }], + "short": "before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "definition": "The relationship of this action to the related action." + }, + { + "id": "PlanDefinition.action.relatedAction.offset[x]", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.relatedAction.offset[x]", + "type": [{ "code": "Duration" }, { "code": "Range" }], + "short": "Time offset for the relationship", + "definition": "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before." + }, + { + "id": "PlanDefinition.action.timing[x]", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.timing[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Timing" } + ], + "short": "When the action should take place", + "definition": "An optional value describing when the action should be performed." + }, + { + "id": "PlanDefinition.action.participant", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.participant", + "type": [{ "code": "BackboneElement" }], + "short": "Who should participate in the action", + "definition": "Indicates who should participate in performing the action described." + }, + { + "id": "PlanDefinition.action.participant.type", + "max": "1", + "min": 1, + "path": "PlanDefinition.action.participant.type", + "type": [{ "code": "code" }], + "short": "patient | practitioner | related-person | device", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantType" + } + ], + "description": "The type of participant for the action." + }, + "definition": "The type of participant in the action." + }, + { + "id": "PlanDefinition.action.participant.role", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.participant.role", + "type": [{ "code": "CodeableConcept" }], + "short": "E.g. Nurse, Surgeon, Parent", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantRole" + } + ], + "description": "Defines roles played by participants for the action." + }, + "definition": "The role the participant should play in performing the described action." + }, + { + "id": "PlanDefinition.action.type", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.type", + "type": [{ "code": "CodeableConcept" }], + "short": "create | update | remove | fire-event", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionType" + } + ], + "description": "The type of action to be performed." + }, + "definition": "The type of action to perform (create, update, remove)." + }, + { + "id": "PlanDefinition.action.groupingBehavior", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.groupingBehavior", + "type": [{ "code": "code" }], + "short": "visual-group | logical-group | sentence-group", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionGroupingBehavior" + } + ], + "description": "Defines organization behavior of a group." + }, + "definition": "Defines the grouping behavior for the action and its children." + }, + { + "id": "PlanDefinition.action.selectionBehavior", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.selectionBehavior", + "type": [{ "code": "code" }], + "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionSelectionBehavior" + } + ], + "description": "Defines selection behavior of a group." + }, + "definition": "Defines the selection behavior for the action and its children." + }, + { + "id": "PlanDefinition.action.requiredBehavior", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.requiredBehavior", + "type": [{ "code": "code" }], + "short": "must | could | must-unless-documented", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRequiredBehavior" + } + ], + "description": "Defines expectations around whether an action or action group is required." + }, + "definition": "Defines the required behavior for the action." + }, + { + "id": "PlanDefinition.action.precheckBehavior", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.precheckBehavior", + "type": [{ "code": "code" }], + "short": "yes | no", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionPrecheckBehavior" + } + ], + "description": "Defines selection frequency behavior for an action or group." + }, + "definition": "Defines whether the action should usually be preselected." + }, + { + "id": "PlanDefinition.action.cardinalityBehavior", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.cardinalityBehavior", + "type": [{ "code": "code" }], + "short": "single | multiple", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCardinalityBehavior" + } + ], + "description": "Defines behavior for an action or a group for how many times that item may be repeated." + }, + "definition": "Defines whether the action can be selected multiple times." + }, + { + "path": "PlanDefinition.action.definition[x]", + "min": 0, + "definition": "A reference to an ActivityDefinition that describes the action to be taken in detail, or a PlanDefinition that describes a series of actions to be taken.", + "short": "Description of the activity to be performed", + "mapping": [ + { + "map": "Definition.derivedFrom", + "identity": "workflow" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + }, + { "code": "uri" } + ], + "max": "1", + "id": "PlanDefinition.action.definition[x]", + "comment": "Note that the definition is optional, and if no definition is specified, a dynamicValue with a root ($this) path can be used to define the entire resource dynamically." + }, + { + "id": "PlanDefinition.action.transform", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.transform", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "short": "Transform to apply the template", + "comment": "Note that when a referenced ActivityDefinition also defines a transform, the transform specified here generally takes precedence. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "definition": "A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input." + }, + { + "id": "PlanDefinition.action.dynamicValue", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.dynamicValue", + "type": [{ "code": "BackboneElement" }], + "short": "Dynamic aspects of the definition", + "comment": "Dynamic values are applied in the order in which they are defined in the PlanDefinition resource. Note that when dynamic values are also specified by a referenced ActivityDefinition, the dynamicValues from the ActivityDefinition are applied first, followed by the dynamicValues specified here. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "definition": "Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result." + }, + { + "id": "PlanDefinition.action.dynamicValue.path", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.dynamicValue.path", + "type": [{ "code": "string" }], + "short": "The path to the element to be set dynamically", + "comment": "To specify the path to the current action being realized, the %action environment variable is available in this path. For example, to specify the description element of the target action, the path would be %action.description. The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "definition": "The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolveable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." + }, + { + "id": "PlanDefinition.action.dynamicValue.expression", + "max": "1", + "min": 0, + "path": "PlanDefinition.action.dynamicValue.expression", + "type": [{ "code": "Expression" }], + "short": "An expression that provides the dynamic value for the customization", + "comment": "The expression may be inlined or may be a reference to a named expression within a logic library referenced by the library element.", + "definition": "An expression specifying the value of the customized element." + }, + { + "id": "PlanDefinition.action.action", + "max": "*", + "min": 0, + "path": "PlanDefinition.action.action", + "short": "A sub-action", + "mapping": [ + { + "map": "{InverseRelationship of Definition.partOf}", + "identity": "workflow" + } + ], + "definition": "Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.", + "contentReference": "#PlanDefinition.action" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The minimum number of times the group must appear, or the minimum number of answers for a question - when greater than 1.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "contextInvariant": [ + "type!='display' and (required=true or %extension.valueInteger=0)" + ], + "fhirVersion": "4.0.1", + "name": "minOccurs", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-minOccurs", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-minOccurs", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Minimum repetitions", + "comment": "Default assumption for \"required\" elements is minOccurs=1.", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "definition": "The minimum number of times the group must appear, or the minimum number of answers for a question - when greater than 1." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-minOccurs" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "integer" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for markdown type: A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/markdown/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "markdown", + "abstract": false, + "type": "markdown", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "markdown", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/markdown", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/markdown", + "differential": { + "element": [ + { + "id": "markdown", + "max": "*", + "min": 0, + "path": "markdown", + "short": "Primitive Type markdown", + "comment": "Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/", + "definition": "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine" + }, + { + "id": "markdown.value", + "max": "1", + "min": 0, + "path": "markdown.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "markdown" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[ \\r\\n\\t\\S]+" + } + ] + } + ], + "short": "Primitive value for markdown", + "definition": "Primitive value for markdown", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/string" + }, + { + "description": "Preferred language of the person using the system.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage/4.0.1", + "date": "2015-05-30", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "4.0.1", + "name": "systemUserLanguage", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "systemUserLanguage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cqf-systemUserLanguage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage", + "context": [{ "type": "element", "expression": "Basic" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/cqf-systemUserLanguage", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "definition": "Preferred language of the person using the system." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/cqf-systemUserLanguage" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/dss", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DiagnosticReport/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "purpose": "To support reporting for any diagnostic report into a clinical data repository.", + "name": "DiagnosticReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DiagnosticReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/DiagnosticReport", + "differential": { + "element": [ + { + "path": "DiagnosticReport", + "min": 0, + "definition": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.", + "short": "A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "ORU -> OBR", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "alias": [ + "Report", + "Test", + "Result", + "Results", + "Labs", + "Laboratory" + ], + "max": "*", + "id": "DiagnosticReport", + "comment": "This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing." + }, + { + "path": "DiagnosticReport.identifier", + "requirements": "Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.", + "min": 0, + "definition": "Identifiers assigned to this report by the performer or other systems.", + "short": "Business identifier for report", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "OBR-51/ for globally unique filler ID - OBR-3 , For non-globally unique filler-id the flller/placer number must be combined with the universal service Id - OBR-2(if present)+OBR-3+OBR-4", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "alias": ["ReportID", "Filler ID", "Placer ID"], + "max": "*", + "id": "DiagnosticReport.identifier", + "comment": "Usually assigned by the Information System of the diagnostic service provider (filler id).", + "isSummary": true + }, + { + "path": "DiagnosticReport.basedOn", + "requirements": "This allows tracing of authorization for the report and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "Details concerning a service requested.", + "short": "What was requested", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "ORC? OBR-2/3?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "alias": ["Request"], + "max": "*", + "id": "DiagnosticReport.basedOn", + "comment": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports." + }, + { + "path": "DiagnosticReport.status", + "requirements": "Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.", + "min": 1, + "definition": "The status of the diagnostic report.", + "isModifier": true, + "short": "registered | partial | preliminary | final +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "OBR-25 (not 1:1 mapping)", "identity": "v2" }, + { + "map": "statusCode Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type \"revise\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-report-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticReportStatus" + } + ], + "description": "The status of the diagnostic report." + }, + "max": "1", + "id": "DiagnosticReport.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DiagnosticReport.category", + "min": 0, + "definition": "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.", + "short": "Service category", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "OBR-24", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticServiceSection" + } + ], + "description": "Codes for diagnostic service sections." + }, + "alias": [ + "Department", + "Sub-department", + "Service", + "Discipline" + ], + "max": "*", + "id": "DiagnosticReport.category", + "comment": "Multiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.", + "isSummary": true + }, + { + "path": "DiagnosticReport.code", + "min": 1, + "definition": "A code or name that describes this diagnostic report.", + "short": "Name/Code for this diagnostic report", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "OBR-4 (HL7 v2 doesn't provide an easy way to indicate both the ordered test and the performed panel)", + "identity": "v2" + }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/report-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticReportCodes" + } + ], + "description": "Codes that describe Diagnostic Reports." + }, + "alias": ["Type"], + "max": "1", + "id": "DiagnosticReport.code", + "isSummary": true + }, + { + "path": "DiagnosticReport.subject", + "requirements": "SHALL know the subject context.", + "min": 0, + "definition": "The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources.", + "short": "The subject of the report - usually, but not always, the patient", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PID-3 (no HL7 v2 mapping for Group or Device)", + "identity": "v2" + }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "alias": ["Patient"], + "max": "1", + "id": "DiagnosticReport.subject", + "isSummary": true + }, + { + "path": "DiagnosticReport.encounter", + "requirements": "Links the request to the Encounter context.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.", + "short": "Health care event when test ordered", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "alias": ["Context"], + "max": "1", + "id": "DiagnosticReport.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).", + "isSummary": true + }, + { + "path": "DiagnosticReport.effective[x]", + "requirements": "Need to know where in the patient history to file/present this report.", + "min": 0, + "definition": "The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.", + "short": "Clinically relevant time/time-period for report", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "OBR-7", "identity": "v2" }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "alias": [ + "Observation time", + "Effective Time", + "Occurrence" + ], + "max": "1", + "id": "DiagnosticReport.effective[x]", + "comment": "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.", + "isSummary": true + }, + { + "path": "DiagnosticReport.issued", + "requirements": "Clinicians need to be able to check the date that the report was released.", + "min": 0, + "definition": "The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.", + "short": "DateTime this version was made", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "OBR-22", "identity": "v2" }, + { + "map": "participation[typeCode=VRF or AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "alias": ["Date published", "Date Issued", "Date Verified"], + "max": "1", + "id": "DiagnosticReport.issued", + "comment": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.performer", + "requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.", + "min": 0, + "definition": "The diagnostic service that is responsible for issuing the report.", + "short": "Responsible Diagnostic Service", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "PRT-8 (where this PRT-4-Participation = \"PO\")", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "alias": [ + "Laboratory", + "Service", + "Practitioner", + "Department", + "Company", + "Authorized by", + "Director" + ], + "max": "*", + "id": "DiagnosticReport.performer", + "comment": "This is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.resultsInterpreter", + "requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.", + "min": 0, + "definition": "The practitioner or organization that is responsible for the report's conclusions and interpretations.", + "short": "Primary result interpreter", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "OBR-32, PRT-8 (where this PRT-4-Participation = \"PI\")", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "alias": ["Analyzed by", "Reported by"], + "max": "*", + "id": "DiagnosticReport.resultsInterpreter", + "comment": "Might not be the same entity that takes responsibility for the clinical report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.specimen", + "requirements": "Need to be able to report information about the collected specimens on which the report is based.", + "min": 0, + "definition": "Details about the specimens on which this diagnostic report is based.", + "short": "Specimens this report is based on", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "max": "*", + "id": "DiagnosticReport.specimen", + "comment": "If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group." + }, + { + "path": "DiagnosticReport.result", + "requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.", + "min": 0, + "definition": "[Observations](observation.html) that are part of this diagnostic report.", + "short": "Observations", + "mapping": [ + { "map": "OBXs", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "alias": [ + "Data", + "Atomic Value", + "Result", + "Atomic result", + "Data", + "Test", + "Analyte", + "Battery", + "Organizer" + ], + "max": "*", + "id": "DiagnosticReport.result", + "comment": "Observations can contain observations." + }, + { + "path": "DiagnosticReport.imagingStudy", + "min": 0, + "definition": "One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images.", + "short": "Reference to full details of imaging associated with the diagnostic report", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP].target[classsCode=DGIMG, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + } + ], + "max": "*", + "id": "DiagnosticReport.imagingStudy", + "comment": "ImagingStudy and the image element are somewhat overlapping - typically, the list of image references in the image element will also be found in one of the imaging study resources. However, each caters to different types of displays for different types of purposes. Neither, either, or both may be provided." + }, + { + "path": "DiagnosticReport.media", + "requirements": "Many diagnostic services include images in the report as part of their service.", + "min": 0, + "definition": "A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).", + "short": "Key images associated with this report", + "mapping": [ + { "map": "OBX?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "alias": ["DICOM", "Slides", "Scans"], + "max": "*", + "id": "DiagnosticReport.media", + "isSummary": true + }, + { + "path": "DiagnosticReport.media.comment", + "requirements": "The provider of the report should make a comment about each image included in the report.", + "min": 0, + "definition": "A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.", + "short": "Comment about the image (e.g. explanation)", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "DiagnosticReport.media.comment", + "comment": "The comment should be displayed with the image. It would be common for the report to include additional discussion of the image contents in other sections such as the conclusion." + }, + { + "path": "DiagnosticReport.media.link", + "min": 1, + "definition": "Reference to the image source.", + "short": "Reference to the image source", + "mapping": [ + { "map": ".value.reference", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Media" + ] + } + ], + "max": "1", + "id": "DiagnosticReport.media.link", + "isSummary": true + }, + { + "path": "DiagnosticReport.conclusion", + "requirements": "Need to be able to provide a conclusion that is not lost among the basic result data.", + "min": 0, + "definition": "Concise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report.", + "short": "Clinical conclusion (interpretation) of test results", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=\"SPRT\"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "alias": ["Report"], + "max": "1", + "id": "DiagnosticReport.conclusion" + }, + { + "path": "DiagnosticReport.conclusionCode", + "min": 0, + "definition": "One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.", + "short": "Codes for the clinical conclusion of test results", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjunctDiagnosis" + } + ], + "description": "Diagnosis codes provided as adjuncts to the report." + }, + "max": "*", + "id": "DiagnosticReport.conclusionCode" + }, + { + "path": "DiagnosticReport.presentedForm", + "requirements": "Gives laboratory the ability to provide its own fully formatted report for clinical fidelity.", + "min": 0, + "definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.", + "short": "Entire report as issued", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { "map": "text (type=ED)", "identity": "rim" } + ], + "type": [{ "code": "Attachment" }], + "max": "*", + "id": "DiagnosticReport.presentedForm", + "comment": "\"application/pdf\" is recommended as the most reliable and interoperable in this context." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This procedure is because of the related item.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/procedure-causedBy/4.0.1", + "date": "2015-02-12", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "causedBy", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "causedBy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-causedBy", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/procedure-causedBy", + "context": [{ "type": "element", "expression": "Procedure" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/procedure-causedBy", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Related item that caused this procedure.", + "mapping": [{ "map": ".target", "identity": "rim" }], + "definition": "This procedure is because of the related item." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/procedure-causedBy" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TestScript/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "TestScript", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TestScript", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "TestScript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestScript", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/TestScript", + "differential": { + "element": [ + { + "id": "TestScript", + "max": "*", + "min": 0, + "path": "TestScript", + "short": "Describes a set of tests", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "constraint": [ + { + "key": "tst-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification." + }, + { + "path": "TestScript.url", + "requirements": "Allows the test script to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.", + "short": "Canonical identifier for this test script, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "TestScript.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "TestScript.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the test script", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "TestScript.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this test script outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "TestScript.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the test script", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TestScript.version", + "comment": "There may be different test script instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the test script with the format [url]|[version].", + "isSummary": true + }, + { + "path": "TestScript.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this test script (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "TestScript.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "TestScript.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the test script.", + "short": "Name for this test script (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TestScript.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "TestScript.status", + "min": 1, + "definition": "The status of this test script. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "TestScript.status", + "comment": "Allows filtering of test scripts that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "TestScript.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level test script.", + "min": 0, + "definition": "A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "TestScript.experimental", + "comment": "Allows filtering of test scripts that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "TestScript.date", + "min": 0, + "definition": "The date (and optionally time) when the test script was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "TestScript.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the test script. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "TestScript.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the test script. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the test script.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "TestScript.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the test script is the organization or individual primarily responsible for the maintenance and upkeep of the test script. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the test script. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TestScript.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "TestScript.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "TestScript.description", + "min": 0, + "definition": "A free text natural language description of the test script from a consumer's perspective.", + "short": "Natural language description of the test script", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "TestScript.description", + "comment": "This description can be used to capture details such as why the test script was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the test script as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the test script is presumed to be the predominant language in the place the test script was created)." + }, + { + "path": "TestScript.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "TestScript.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "TestScript.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the test script is intended to be used.", + "short": "Intended jurisdiction for test script (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "TestScript.jurisdiction", + "comment": "It may be possible for the test script to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "TestScript.purpose", + "min": 0, + "definition": "Explanation of why this test script is needed and why it has been designed as it has.", + "short": "Why this test script is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "TestScript.purpose", + "comment": "This element does not describe the usage of the test script. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this test script." + }, + { + "path": "TestScript.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the test script and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "TestScript.copyright" + }, + { + "id": "TestScript.origin", + "max": "*", + "min": 0, + "path": "TestScript.origin", + "type": [{ "code": "BackboneElement" }], + "short": "An abstract server representing a client or sender in a message exchange", + "comment": "The purpose of this element is to define the profile of an origin element used elsewhere in the script. Test engines could then use the origin-profile mapping to offer a filtered list of test systems that can serve as the sender for the interaction.", + "definition": "An abstract server used in operations within this test script in the origin element." + }, + { + "id": "TestScript.origin.index", + "max": "1", + "min": 1, + "path": "TestScript.origin.index", + "type": [{ "code": "integer" }], + "short": "The index of the abstract origin server starting at 1", + "comment": "A given origin index (e.g. 1) can appear only once in the list (e.g. Origin 1 cannot be specified twice ... once as FormFiller and again as FormProcessor within the same script as that could get confusing during test configuration). \n\nDifferent origin indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Filler).\n\nThe origin indices provided elsewhere in the test script must be one of these origin indices.", + "definition": "Abstract name given to an origin server in this test script. The name is provided as a number starting at 1." + }, + { + "path": "TestScript.origin.profile", + "min": 1, + "definition": "The type of origin profile the test system supports.", + "short": "FHIR-Client | FHIR-SDC-FormFiller", + "type": [{ "code": "Coding" }], + "meaningWhenMissing": "FHIR-Client", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptProfileOriginType" + } + ], + "description": "The type of origin profile the test system supports." + }, + "max": "1", + "id": "TestScript.origin.profile", + "comment": "Must be a \"sender\"/\"client\" profile." + }, + { + "id": "TestScript.destination", + "max": "*", + "min": 0, + "path": "TestScript.destination", + "type": [{ "code": "BackboneElement" }], + "short": "An abstract server representing a destination or receiver in a message exchange", + "comment": "The purpose of this element is to define the profile of a destination element used elsewhere in the script. Test engines could then use the destination-profile mapping to offer a filtered list of test systems that can serve as the receiver for the interaction.", + "definition": "An abstract server used in operations within this test script in the destination element." + }, + { + "id": "TestScript.destination.index", + "max": "1", + "min": 1, + "path": "TestScript.destination.index", + "type": [{ "code": "integer" }], + "short": "The index of the abstract destination server starting at 1", + "comment": "A given destination index (e.g. 1) can appear only once in the list (e.g. Destination 1 cannot be specified twice ... once as Form-Manager and again as Form-Processor within the same script as that could get confusing during test configuration). \n\nDifferent destination indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Manager).\n\nThe destination indices provided elsewhere in the test script must be one of these destination indices.", + "definition": "Abstract name given to a destination server in this test script. The name is provided as a number starting at 1." + }, + { + "path": "TestScript.destination.profile", + "min": 1, + "definition": "The type of destination profile the test system supports.", + "short": "FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor", + "type": [{ "code": "Coding" }], + "meaningWhenMissing": "FHIR-Server", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptProfileDestinationType" + } + ], + "description": "The type of destination profile the test system supports." + }, + "max": "1", + "id": "TestScript.destination.profile", + "comment": "Must be a \"receiver\"/\"server\" profile." + }, + { + "id": "TestScript.metadata", + "max": "1", + "min": 0, + "path": "TestScript.metadata", + "type": [{ "code": "BackboneElement" }], + "short": "Required capability that is assumed to function correctly on the FHIR server being tested", + "constraint": [ + { + "key": "tst-4", + "human": "TestScript metadata capability SHALL contain required or validated or both.", + "xpath": "f:capability/f:required or f:capability/f:validated or (f:capability/f:required and f:capability/f:validated)", + "severity": "error", + "expression": "capability.required.exists() or capability.validated.exists()" + } + ], + "definition": "The required capability must exist and are assumed to function correctly on the FHIR server being tested." + }, + { + "id": "TestScript.metadata.link", + "max": "*", + "min": 0, + "path": "TestScript.metadata.link", + "type": [{ "code": "BackboneElement" }], + "short": "Links to the FHIR specification", + "definition": "A link to the FHIR specification that this test is covering." + }, + { + "id": "TestScript.metadata.link.url", + "max": "1", + "min": 1, + "path": "TestScript.metadata.link.url", + "type": [{ "code": "uri" }], + "short": "URL to the specification", + "definition": "URL to a particular requirement or feature within the FHIR specification." + }, + { + "id": "TestScript.metadata.link.description", + "max": "1", + "min": 0, + "path": "TestScript.metadata.link.description", + "type": [{ "code": "string" }], + "short": "Short description", + "definition": "Short description of the link." + }, + { + "id": "TestScript.metadata.capability", + "max": "*", + "min": 1, + "path": "TestScript.metadata.capability", + "type": [{ "code": "BackboneElement" }], + "short": "Capabilities that are assumed to function correctly on the FHIR server being tested", + "comment": "When the metadata capabilities section is defined at TestScript.metadata or at TestScript.setup.metadata, and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then all the tests in the TestScript are skipped. When the metadata capabilities section is defined at TestScript.test.metadata and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then only that test is skipped. The \"metadata.capabilities.required\" and \"metadata.capabilities.validated\" elements only indicate whether the capabilities are the primary focus of the test script or not. They do not impact the skipping logic. Capabilities whose \"metadata.capabilities.validated\" flag is true are the primary focus of the test script.", + "definition": "Capabilities that must exist and are assumed to function correctly on the FHIR server being tested." + }, + { + "id": "TestScript.metadata.capability.required", + "max": "1", + "min": 1, + "path": "TestScript.metadata.capability.required", + "type": [{ "code": "boolean" }], + "short": "Are the capabilities required?", + "definition": "Whether or not the test execution will require the given capabilities of the server in order for this test script to execute." + }, + { + "id": "TestScript.metadata.capability.validated", + "max": "1", + "min": 1, + "path": "TestScript.metadata.capability.validated", + "type": [{ "code": "boolean" }], + "short": "Are the capabilities validated?", + "definition": "Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute." + }, + { + "id": "TestScript.metadata.capability.description", + "max": "1", + "min": 0, + "path": "TestScript.metadata.capability.description", + "type": [{ "code": "string" }], + "short": "The expected capabilities of the server", + "definition": "Description of the capabilities that this test script is requiring the server to support." + }, + { + "id": "TestScript.metadata.capability.origin", + "max": "*", + "min": 0, + "path": "TestScript.metadata.capability.origin", + "type": [{ "code": "integer" }], + "short": "Which origin server these requirements apply to", + "definition": "Which origin server these requirements apply to." + }, + { + "id": "TestScript.metadata.capability.destination", + "max": "1", + "min": 0, + "path": "TestScript.metadata.capability.destination", + "type": [{ "code": "integer" }], + "short": "Which server these requirements apply to", + "definition": "Which server these requirements apply to." + }, + { + "id": "TestScript.metadata.capability.link", + "max": "*", + "min": 0, + "path": "TestScript.metadata.capability.link", + "type": [{ "code": "uri" }], + "short": "Links to the FHIR specification", + "definition": "Links to the FHIR specification that describes this interaction and the resources involved in more detail." + }, + { + "id": "TestScript.metadata.capability.capabilities", + "max": "1", + "min": 1, + "path": "TestScript.metadata.capability.capabilities", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "short": "Required Capability Statement", + "comment": "The conformance statement of the server has to contain at a minimum the contents of the reference pointed to by this element.", + "definition": "Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped." + }, + { + "id": "TestScript.fixture", + "max": "*", + "min": 0, + "path": "TestScript.fixture", + "type": [{ "code": "BackboneElement" }], + "short": "Fixture in the test script - by reference (uri)", + "definition": "Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute." + }, + { + "id": "TestScript.fixture.autocreate", + "max": "1", + "min": 1, + "path": "TestScript.fixture.autocreate", + "type": [{ "code": "boolean" }], + "short": "Whether or not to implicitly create the fixture during setup", + "definition": "Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section." + }, + { + "id": "TestScript.fixture.autodelete", + "max": "1", + "min": 1, + "path": "TestScript.fixture.autodelete", + "type": [{ "code": "boolean" }], + "short": "Whether or not to implicitly delete the fixture during teardown", + "definition": "Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section." + }, + { + "id": "TestScript.fixture.resource", + "max": "1", + "min": 0, + "path": "TestScript.fixture.resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Reference of the resource", + "comment": "See http://build.fhir.org/resourcelist.html for complete list of resource types.", + "definition": "Reference to the resource (containing the contents of the resource needed for operations)." + }, + { + "id": "TestScript.profile", + "max": "*", + "min": 0, + "path": "TestScript.profile", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Reference of the validation profile", + "comment": "See http://build.fhir.org/resourcelist.html for complete list of resource types.", + "definition": "Reference to the profile to be used for validation." + }, + { + "constraint": [ + { + "key": "tst-3", + "human": "Variable can only contain one of expression, headerField or path.", + "xpath": "not(f:expression and f:headerField and f:path)", + "severity": "error", + "expression": "expression.empty() or headerField.empty() or path.empty()" + } + ], + "path": "TestScript.variable", + "min": 0, + "definition": "Variable is set based either on element value in response body or on header field value in the response headers.", + "short": "Placeholder for evaluated elements", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "TestScript.variable", + "comment": "Variables would be set based either on XPath/JSONPath expressions against fixtures (static and response), or headerField evaluations against response headers. If variable evaluates to nodelist or anything other than a primitive value, then test engine would report an error. Variables would be used to perform clean replacements in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. This limits the places that test engines would need to look for placeholders \"${}\". Variables are scoped to the whole script. They are NOT evaluated at declaration. They are evaluated by test engine when used for substitutions in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. See example testscript-search.xml." + }, + { + "id": "TestScript.variable.name", + "max": "1", + "min": 1, + "path": "TestScript.variable.name", + "type": [{ "code": "string" }], + "short": "Descriptive name for this variable", + "comment": "Placeholders would contain the variable name wrapped in ${} in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" elements. These placeholders would need to be replaced by the variable value before the operation is executed.", + "definition": "Descriptive name for this variable." + }, + { + "id": "TestScript.variable.defaultValue", + "max": "1", + "min": 0, + "path": "TestScript.variable.defaultValue", + "type": [{ "code": "string" }], + "short": "Default, hard-coded, or user-defined value for this variable", + "comment": "The purpose of this element is to allow for a pre-defined value that can be used as a default or as an override value. Test engines can optionally use this as a placeholder for user-defined execution time values.", + "definition": "A default, hard-coded, or user-defined value for this variable." + }, + { + "id": "TestScript.variable.description", + "max": "1", + "min": 0, + "path": "TestScript.variable.description", + "type": [{ "code": "string" }], + "short": "Natural language description of the variable", + "definition": "A free text natural language description of the variable and its purpose." + }, + { + "id": "TestScript.variable.expression", + "max": "1", + "min": 0, + "path": "TestScript.variable.expression", + "type": [{ "code": "string" }], + "short": "The FHIRPath expression against the fixture body", + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path.", + "definition": "The FHIRPath expression to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." + }, + { + "id": "TestScript.variable.headerField", + "max": "1", + "min": 0, + "path": "TestScript.variable.headerField", + "type": [{ "code": "string" }], + "short": "HTTP header field name for source", + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define both headerField and path.", + "definition": "Will be used to grab the HTTP header field value from the headers that sourceId is pointing to." + }, + { + "id": "TestScript.variable.hint", + "max": "1", + "min": 0, + "path": "TestScript.variable.hint", + "type": [{ "code": "string" }], + "short": "Hint help text for default value to enter", + "definition": "Displayable text string with hint help information to the user when entering a default value." + }, + { + "id": "TestScript.variable.path", + "max": "1", + "min": 0, + "path": "TestScript.variable.path", + "type": [{ "code": "string" }], + "short": "XPath or JSONPath against the fixture body", + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path.", + "definition": "XPath or JSONPath to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified." + }, + { + "id": "TestScript.variable.sourceId", + "max": "1", + "min": 0, + "path": "TestScript.variable.sourceId", + "type": [{ "code": "id" }], + "short": "Fixture Id of source expression or headerField within this variable", + "comment": "This can be a statically defined fixture (at the top of the TestScript) or a dynamically set fixture created by responseId of the `action.operation` element.", + "definition": "Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable." + }, + { + "id": "TestScript.setup", + "max": "1", + "min": 0, + "path": "TestScript.setup", + "type": [{ "code": "BackboneElement" }], + "short": "A series of required setup operations before tests are executed", + "definition": "A series of required setup operations before tests are executed." + }, + { + "constraint": [ + { + "key": "tst-1", + "human": "Setup action SHALL contain either an operation or assert but not both.", + "xpath": "(f:operation or f:assert) and not(f:operation and f:assert)", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestScript.setup.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "short": "A setup operation or assert to perform", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SetupAction" + } + ], + "max": "*", + "id": "TestScript.setup.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestScript.setup.action.operation", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation", + "type": [{ "code": "BackboneElement" }], + "short": "The setup operation to perform", + "constraint": [ + { + "key": "tst-7", + "human": "Setup operation SHALL contain either sourceId or targetId or params or url.", + "xpath": "f:sourceId or ((f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1)) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" + } + ], + "definition": "The operation to perform." + }, + { + "path": "TestScript.setup.action.operation.type", + "min": 0, + "definition": "Server interaction or operation type.", + "short": "The operation code type that will be executed", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptOperationCode" + } + ], + "description": "The allowable operation code types." + }, + "max": "1", + "id": "TestScript.setup.action.operation.type", + "comment": "See http://build.fhir.org/http.html for list of server interactions." + }, + { + "path": "TestScript.setup.action.operation.resource", + "min": 0, + "definition": "The type of the resource. See http://build.fhir.org/resourcelist.html.", + "short": "Resource type", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDefinedType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." + }, + "max": "1", + "id": "TestScript.setup.action.operation.resource", + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used." + }, + { + "id": "TestScript.setup.action.operation.label", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.label", + "type": [{ "code": "string" }], + "short": "Tracking/logging operation label", + "comment": "This has no impact on the verification itself.", + "definition": "The label would be used for tracking/logging purposes by test engines." + }, + { + "id": "TestScript.setup.action.operation.description", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.description", + "type": [{ "code": "string" }], + "short": "Tracking/reporting operation description", + "comment": "This has no impact on the verification itself.", + "definition": "The description would be used by test engines for tracking and reporting purposes." + }, + { + "path": "TestScript.setup.action.operation.accept", + "min": 0, + "definition": "The mime-type to use for RESTful operation in the 'Accept' header.", + "short": "Mime type to accept in the payload of the response, with charset etc.", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "TestScript.setup.action.operation.accept", + "comment": "If this is specified, then test engine shall set the 'Accept' header to the corresponding value. If you'd like to explicitly set the 'Accept' to some other value then use the 'requestHeader' element.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ] + }, + { + "path": "TestScript.setup.action.operation.contentType", + "min": 0, + "definition": "The mime-type to use for RESTful operation in the 'Content-Type' header.", + "short": "Mime type of the request payload contents, with charset etc.", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "TestScript.setup.action.operation.contentType", + "comment": "If this is specified, then test engine shall set the 'Content-Type' header to the corresponding value. If you'd like to explicitly set the 'Content-Type' to some other value then use the 'requestHeader' element.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ] + }, + { + "id": "TestScript.setup.action.operation.destination", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.destination", + "type": [{ "code": "integer" }], + "short": "Server responding to the request", + "comment": "If multiple TestScript.destination elements are defined and operation.destination is undefined, test engine will report an error as it cannot determine what destination to use for the exchange.", + "definition": "The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section." + }, + { + "id": "TestScript.setup.action.operation.encodeRequestUrl", + "max": "1", + "min": 1, + "path": "TestScript.setup.action.operation.encodeRequestUrl", + "type": [{ "code": "boolean" }], + "short": "Whether or not to send the request url in encoded format", + "definition": "Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths." + }, + { + "path": "TestScript.setup.action.operation.method", + "min": 0, + "definition": "The HTTP method the test engine MUST use for this operation regardless of any other operation details.", + "short": "delete | get | options | patch | post | put | head", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptRequestMethodCode" + } + ], + "description": "The allowable request method or HTTP operation codes." + }, + "max": "1", + "id": "TestScript.setup.action.operation.method", + "comment": "The primary purpose of the explicit HTTP method is support of HTTP POST method invocation of the FHIR search. Other uses will include support of negative testing." + }, + { + "id": "TestScript.setup.action.operation.origin", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.origin", + "type": [{ "code": "integer" }], + "short": "Server initiating the request", + "comment": "If absent, test engine will send the message. When present, test engine will not send the request message but will wait for the request message to be sent from this origin server.", + "definition": "The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section." + }, + { + "id": "TestScript.setup.action.operation.params", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.params", + "type": [{ "code": "string" }], + "short": "Explicitly defined path parameters", + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used. Test engines would append whatever is specified for \"params\" to the URL after the resource type without tampering with the string (beyond encoding the URL for HTTP). The \"params\" element does not correspond exactly to \"search parameters\". Nor is it the \"path\". It corresponds to the part of the URL that comes after the [type] (when \"resource\" element is specified); e.g. It corresponds to \"/[id]/_history/[vid] {?_format=[mime-type]}\" in the following operation: GET [base]/[type]/[id]/_history/[vid] {?_format=[mime-type]} Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "definition": "Path plus parameters after [type]. Used to set parts of the request URL explicitly." + }, + { + "id": "TestScript.setup.action.operation.requestHeader", + "max": "*", + "min": 0, + "path": "TestScript.setup.action.operation.requestHeader", + "type": [{ "code": "BackboneElement" }], + "short": "Each operation can have one or more header elements", + "comment": "This gives control to test-script writers to set headers explicitly based on test requirements. It will allow for testing using: - \"If-Modified-Since\" and \"If-None-Match\" headers. See http://build.fhir.org/http.html#2.1.0.5.1 - \"If-Match\" header. See http://build.fhir.org/http.html#2.1.0.11 - Conditional Create using \"If-None-Exist\". See http://build.fhir.org/http.html#2.1.0.13.1 - Invalid \"Content-Type\" header for negative testing. - etc.", + "definition": "Header elements would be used to set HTTP headers." + }, + { + "id": "TestScript.setup.action.operation.requestHeader.field", + "max": "1", + "min": 1, + "path": "TestScript.setup.action.operation.requestHeader.field", + "type": [{ "code": "string" }], + "short": "HTTP header field name", + "comment": "If header element is specified, then field is required.", + "definition": "The HTTP header field e.g. \"Accept\"." + }, + { + "id": "TestScript.setup.action.operation.requestHeader.value", + "max": "1", + "min": 1, + "path": "TestScript.setup.action.operation.requestHeader.value", + "type": [{ "code": "string" }], + "short": "HTTP headerfield value", + "comment": "If header element is specified, then value is required. No conversions will be done by the test engine e.g. \"xml\" to \"application/fhir+xml\". The values will be set in HTTP headers \"as-is\". Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "definition": "The value of the header e.g. \"application/fhir+xml\"." + }, + { + "id": "TestScript.setup.action.operation.requestId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.requestId", + "type": [{ "code": "id" }], + "short": "Fixture Id of mapped request", + "comment": "If a requestId is supplied, then the resulting request (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"requestId\". If requestId is not specified, it is the test engine's responsibility to store the request and use it as the requestId in subsequent assertions when assertion path and/or headerField is specified, direction is equal to request, and the requestId in not specified.", + "definition": "The fixture id (maybe new) to map to the request." + }, + { + "id": "TestScript.setup.action.operation.responseId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.responseId", + "type": [{ "code": "id" }], + "short": "Fixture Id of mapped response", + "comment": "If a responseId is supplied, and the server responds, then the resulting response (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"responseId\". If responseId is not specified, it is the test engine's responsibility to store the response and use it as the responseId in subsequent assertions when assertion path and/or headerField is specified and the responseId is not specified.", + "definition": "The fixture id (maybe new) to map to the response." + }, + { + "id": "TestScript.setup.action.operation.sourceId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.sourceId", + "type": [{ "code": "id" }], + "short": "Fixture Id of body for PUT and POST requests", + "definition": "The id of the fixture used as the body of a PUT or POST request." + }, + { + "id": "TestScript.setup.action.operation.targetId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.targetId", + "type": [{ "code": "id" }], + "short": "Id of fixture used for extracting the [id], [type], and [vid] for GET requests", + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used.", + "definition": "Id of fixture used for extracting the [id], [type], and [vid] for GET requests." + }, + { + "id": "TestScript.setup.action.operation.url", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.operation.url", + "type": [{ "code": "string" }], + "short": "Request URL", + "comment": "Used to set the request URL explicitly. If \"url\" element is defined, then \"targetId\", \"resource\", and \"params\" elements will be ignored. Test engines would use whatever is specified in \"url\" without tampering with the string (beyond encoding the URL for HTTP). Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "definition": "Complete request URL." + }, + { + "constraint": [ + { + "key": "tst-12", + "human": "Setup action assert response and responseCode SHALL be empty when direction equals request", + "xpath": "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + }, + { + "key": "tst-5", + "human": "Only a single assertion SHALL be present within setup action assert element.", + "xpath": "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1)" + }, + { + "key": "tst-10", + "human": "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "xpath": "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + } + ], + "path": "TestScript.setup.action.assert", + "min": 0, + "definition": "Evaluates the results of previous operations to determine if the server under test behaves appropriately.", + "short": "The assertion to perform", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "TestScript.setup.action.assert", + "comment": "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." + }, + { + "id": "TestScript.setup.action.assert.label", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.label", + "type": [{ "code": "string" }], + "short": "Tracking/logging assertion label", + "comment": "This has no impact on the verification itself.", + "definition": "The label would be used for tracking/logging purposes by test engines." + }, + { + "id": "TestScript.setup.action.assert.description", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.description", + "type": [{ "code": "string" }], + "short": "Tracking/reporting assertion description", + "comment": "This has no impact on the verification itself.", + "definition": "The description would be used by test engines for tracking and reporting purposes." + }, + { + "path": "TestScript.setup.action.assert.direction", + "min": 0, + "definition": "The direction to use for the assertion.", + "short": "response | request", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionDirectionType" + } + ], + "description": "The type of direction to use for assertion." + }, + "max": "1", + "id": "TestScript.setup.action.assert.direction", + "comment": "If the direction is specified as \"response\" (the default), then the processing of this assert is against the received response message. If the direction is specified as \"request\", then the processing of this assert is against the sent request message." + }, + { + "id": "TestScript.setup.action.assert.compareToSourceId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.compareToSourceId", + "type": [{ "code": "string" }], + "short": "Id of the source fixture to be evaluated", + "definition": "Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition." + }, + { + "id": "TestScript.setup.action.assert.compareToSourceExpression", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.compareToSourceExpression", + "type": [{ "code": "string" }], + "short": "The FHIRPath expression to evaluate against the source fixture", + "comment": "Thefhirpath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated.", + "definition": "The FHIRPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." + }, + { + "id": "TestScript.setup.action.assert.compareToSourcePath", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.compareToSourcePath", + "type": [{ "code": "string" }], + "short": "XPath or JSONPath expression to evaluate against the source fixture", + "comment": "The XPath or JSONPath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated.", + "definition": "XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both." + }, + { + "path": "TestScript.setup.action.assert.contentType", + "min": 0, + "definition": "The mime-type contents to compare against the request or response message 'Content-Type' header.", + "short": "Mime type to compare against the 'Content-Type' header", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "TestScript.setup.action.assert.contentType", + "comment": "If this is specified, then test engine shall confirm that the content-type of the last operation's headers is set to this value. If \"assert.sourceId\" element is specified, then the evaluation will be done against the headers mapped to that sourceId (and not the last operation's headers). If you'd like to have more control over the string, then use 'assert.headerField' instead.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ] + }, + { + "id": "TestScript.setup.action.assert.expression", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.expression", + "type": [{ "code": "string" }], + "short": "The FHIRPath expression to be evaluated", + "comment": "If both \"expression\" and a \"fixtureId\" are specified, then the expression will be evaluated against the request or response body mapped to the fixtureId. If \"expression\" is specified and a \"fixtureId\" is not, then the expression will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions.", + "definition": "The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload." + }, + { + "id": "TestScript.setup.action.assert.headerField", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.headerField", + "type": [{ "code": "string" }], + "short": "HTTP header field name", + "comment": "If \"headerField\" is specified then \"value\" must be specified. If \"sourceId\" is not specified, then \"headerField\" will be evaluated against the last operation's response headers. Test engines are to keep track of the last operation's response body and response headers.", + "definition": "The HTTP header field name e.g. 'Location'." + }, + { + "id": "TestScript.setup.action.assert.minimumId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.minimumId", + "type": [{ "code": "string" }], + "short": "Fixture Id of minimum content resource", + "comment": "Asserts that the response contains all the element/content in another fixture pointed to by minimumId. This can be a statically defined fixture or one that is dynamically set via responseId.", + "definition": "The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId." + }, + { + "id": "TestScript.setup.action.assert.navigationLinks", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.navigationLinks", + "type": [{ "code": "boolean" }], + "short": "Perform validation on navigation links?", + "comment": "Asserts that the Bundle contains first, last, and next links.", + "definition": "Whether or not the test execution performs validation on the bundle navigation links." + }, + { + "path": "TestScript.setup.action.assert.operator", + "min": 0, + "definition": "The operator type defines the conditional behavior of the assert. If not defined, the default is equals.", + "short": "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionOperatorType" + } + ], + "description": "The type of operator to use for assertion." + }, + "max": "1", + "id": "TestScript.setup.action.assert.operator", + "comment": "Operators are useful especially for negative testing. If operator is not specified, then the \"equals\" operator is assumed; e.g. ``` ```." + }, + { + "id": "TestScript.setup.action.assert.path", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.path", + "type": [{ "code": "string" }], + "short": "XPath or JSONPath expression", + "comment": "If both \"path\" and a \"fixtureId\" are specified, then the path will be evaluated against the request or response body mapped to the fixtureId. If \"path\" is specified and a \"fixtureId\" is not, then the path will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions.", + "definition": "The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server." + }, + { + "path": "TestScript.setup.action.assert.requestMethod", + "min": 0, + "definition": "The request method or HTTP operation code to compare against that used by the client system under test.", + "short": "delete | get | options | patch | post | put | head", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptRequestMethodCode" + } + ], + "description": "The allowable request method or HTTP operation codes." + }, + "max": "1", + "id": "TestScript.setup.action.assert.requestMethod", + "comment": "If \"requestMethod\" is specified then it will be used in place of \"value\". The \"requestMethod\" will evaluate against the last operation's request HTTP operation." + }, + { + "id": "TestScript.setup.action.assert.requestURL", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.requestURL", + "type": [{ "code": "string" }], + "short": "Request URL comparison value", + "comment": "If \"requestURL\" is specified then it will be used in place of \"value\". The \"requestURL\" will evaluate against the last operation's full request URL path string.", + "definition": "The value to use in a comparison against the request URL path string." + }, + { + "path": "TestScript.setup.action.assert.resource", + "min": 0, + "definition": "The type of the resource. See http://build.fhir.org/resourcelist.html.", + "short": "Resource type", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/defined-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDefinedType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." + }, + "max": "1", + "id": "TestScript.setup.action.assert.resource", + "comment": "This will be expected resource type in response body e.g. in read, vread, search, etc. See http://build.fhir.org/resourcelist.html for complete list of resource types; e.g. ." + }, + { + "path": "TestScript.setup.action.assert.response", + "min": 0, + "definition": "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.", + "short": "okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-response-code-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionResponseTypes" + } + ], + "description": "The type of response code to use for assertion." + }, + "max": "1", + "id": "TestScript.setup.action.assert.response", + "comment": "This is a shorter way of achieving similar verifications via \"assert.responseCode\". If you need more control, then use \"assert.responseCode\" e.g. ." + }, + { + "id": "TestScript.setup.action.assert.responseCode", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.responseCode", + "type": [{ "code": "string" }], + "short": "HTTP response code to test", + "comment": "To be used with \"operator\" attribute value. Asserts that the response code equals this value if \"operator\" is not specified. If the operator is \"in\" or \"notIn\" then the responseCode would be a comma-separated list of values e.g. \"200,201\". Otherwise, it's expected to be a numeric value. If \"fixture\" is not specified, then the \"responseBodyId\" value of the last operation is assumed.", + "definition": "The value of the HTTP response code to be tested." + }, + { + "id": "TestScript.setup.action.assert.sourceId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.sourceId", + "type": [{ "code": "id" }], + "short": "Fixture Id of source expression or headerField", + "comment": "This can be a statically defined fixture (at the top of the testscript) or a dynamically set fixture created by responseId of the action.operation element.", + "definition": "Fixture to evaluate the XPath/JSONPath expression or the headerField against." + }, + { + "id": "TestScript.setup.action.assert.validateProfileId", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.validateProfileId", + "type": [{ "code": "id" }], + "short": "Profile Id of validation profile reference", + "comment": "The ID of a Profile fixture. Asserts that the response is valid according to the Profile specified by validateProfileId.", + "definition": "The ID of the Profile to validate against." + }, + { + "id": "TestScript.setup.action.assert.value", + "max": "1", + "min": 0, + "path": "TestScript.setup.action.assert.value", + "type": [{ "code": "string" }], + "short": "The value to compare to", + "comment": "The string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before comparing this value to the actual value.", + "definition": "The value to compare to." + }, + { + "id": "TestScript.setup.action.assert.warningOnly", + "max": "1", + "min": 1, + "path": "TestScript.setup.action.assert.warningOnly", + "type": [{ "code": "boolean" }], + "short": "Will this assert produce a warning only on error?", + "comment": "If this element is specified and it is true, then assertion failures can be logged by test engine but should not stop the test script execution from proceeding. There are likely cases where the spec is not clear on what should happen. If the spec says something is optional (maybe a response header for example), but a server doesn’t do it, we could choose to issue a warning.", + "definition": "Whether or not the test execution will produce a warning only on error for this assert." + }, + { + "id": "TestScript.test", + "max": "*", + "min": 0, + "path": "TestScript.test", + "type": [{ "code": "BackboneElement" }], + "short": "A test in this script", + "definition": "A test in this script." + }, + { + "id": "TestScript.test.name", + "max": "1", + "min": 0, + "path": "TestScript.test.name", + "type": [{ "code": "string" }], + "short": "Tracking/logging name of this test", + "definition": "The name of this test used for tracking/logging purposes by test engines." + }, + { + "id": "TestScript.test.description", + "max": "1", + "min": 0, + "path": "TestScript.test.description", + "type": [{ "code": "string" }], + "short": "Tracking/reporting short description of the test", + "definition": "A short description of the test used by test engines for tracking and reporting purposes." + }, + { + "constraint": [ + { + "key": "tst-2", + "human": "Test action SHALL contain either an operation or assert but not both.", + "xpath": "(f:operation or f:assert) and not(f:operation and f:assert)", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestScript.test.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "short": "A test operation or assert to perform", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TestAction" + } + ], + "max": "*", + "id": "TestScript.test.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestScript.test.action.operation", + "max": "1", + "min": 0, + "path": "TestScript.test.action.operation", + "short": "The setup operation to perform", + "constraint": [ + { + "key": "tst-8", + "human": "Test operation SHALL contain either sourceId or targetId or params or url.", + "xpath": "f:sourceId or (f:targetId or f:url or f:params) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + ], + "definition": "An operation would involve a REST request to a server.", + "contentReference": "#TestScript.setup.action.operation" + }, + { + "constraint": [ + { + "key": "tst-11", + "human": "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "xpath": "(f:compareToSourceId and f:compareToSourceExpression) or (f:compareToSourceId and f:compareToSourcePath) or not(f:compareToSourceId or f:compareToSourceExpression or f:compareToSourcePath)", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + { + "key": "tst-13", + "human": "Test action assert response and response and responseCode SHALL be empty when direction equals request", + "xpath": "((count(f:response) + count(f:responseCode)) = 0 and (f:direction/@value='request')) or (count(f:direction) = 0) or (f:direction/@value='response')", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + }, + { + "key": "tst-6", + "human": "Only a single assertion SHALL be present within test action assert element.", + "xpath": "count(f:contentType) + count(f:expression) + count(f:headerField) + count(f:minimumId) + count(f:navigationLinks) + count(f:path) + count(f:requestMethod) + count(f:resource) + count(f:responseCode) + count(f:response) + count(f:rule) + count(f:ruleset) + count(f:validateProfileId) <=1", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1)" + } + ], + "path": "TestScript.test.action.assert", + "min": 0, + "definition": "Evaluates the results of previous operations to determine if the server under test behaves appropriately.", + "short": "The setup assertion to perform", + "contentReference": "#TestScript.setup.action.assert", + "max": "1", + "id": "TestScript.test.action.assert", + "comment": "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine." + }, + { + "id": "TestScript.teardown", + "max": "1", + "min": 0, + "path": "TestScript.teardown", + "type": [{ "code": "BackboneElement" }], + "short": "A series of required clean up steps", + "definition": "A series of operations required to clean up after all the tests are executed (successfully or otherwise)." + }, + { + "path": "TestScript.teardown.action", + "min": 1, + "definition": "The teardown action will only contain an operation.", + "short": "One or more teardown operations to perform", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TeardownAction" + } + ], + "max": "*", + "id": "TestScript.teardown.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables." + }, + { + "id": "TestScript.teardown.action.operation", + "max": "1", + "min": 1, + "path": "TestScript.teardown.action.operation", + "short": "The teardown operation to perform", + "constraint": [ + { + "key": "tst-9", + "human": "Teardown operation SHALL contain either sourceId or targetId or params or url.", + "xpath": "f:sourceId or (f:targetId or f:url or (f:params and f:resource)) and (count(f:targetId) + count(f:url) + count(f:params) =1) or (f:type/f:code/@value='capabilities' or f:type/f:code/@value='search' or f:type/f:code/@value='transaction' or f:type/f:code/@value='history')", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + ], + "definition": "An operation would involve a REST request to a server.", + "contentReference": "#TestScript.setup.action.operation" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Flag indicating whether the patient authorized the donation of body parts after death.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "cadavericDonor", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "cadavericDonor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-cadavericDonor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-cadavericDonor", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Post-mortem donor status", + "definition": "Flag indicating whether the patient authorized the donation of body parts after death." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "An additional version that this profile apples to, other than the version explicitly stated in StructureDefinition.fhirVersion.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "applicable-version", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Applicable Version", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-applicable-version", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-applicable-version", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Another Version this applies to", + "comment": "This is typically only used where derivation = constraint. As the underlying resources become more stable, profiles on one version become applicable to other versions as well. It's possible to calculate automatically with the strutural features of a profile apply to a given version, but just because it's structurally ok doesn't mean that the meaning is correct. This extension allows a positive statement that the profile applies.", + "definition": "An additional version that this profile apples to, other than the version explicitly stated in StructureDefinition.fhirVersion." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + } + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix/4.0.1", + "date": "2013-07-04", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "optionPrefix", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-optionPrefix", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix", + "context": [ + { + "type": "element", + "expression": "Questionnaire.item.answerOption" + } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/questionnaire-optionPrefix", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "E.g. \"(a)\", \"1.\", etc.", + "mapping": [ + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "The label to list in front of a code when presenting a list of possible values in a questionnaire-like fashion.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/questionnaire-optionPrefix" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://www.hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for Quantity Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Quantity/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Need to able to capture all sorts of measured values, even if the measured value are not precisely quantified. Values include exact measures such as 3.51g, customary units such as 3 tablets, and currencies such as $100.32USD.", + "name": "Quantity", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Quantity", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Quantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Quantity", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Quantity", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "qty-3", + "human": "If a code for the unit is present, the system SHALL also be present", + "xpath": "not(exists(f:code)) or exists(f:system)", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + ], + "path": "Quantity", + "min": 0, + "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "short": "A measured or measurable amount", + "mapping": [ + { + "map": "SN (see also Range) or CQ", + "identity": "v2" + }, + { + "map": "PQ, IVL, MO, CO, depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Quantity", + "comment": "The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator." + }, + { + "path": "Quantity.value", + "requirements": "Precision is handled implicitly in almost all cases of measurement.", + "min": 0, + "definition": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.", + "short": "Numerical value (with implicit precision)", + "mapping": [ + { "map": "SN.2 / CQ - N/A", "identity": "v2" }, + { + "map": "PQ.value, CO.value, MO.value, IVL.high or IVL.low depending on the value", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Quantity.value", + "comment": "The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).", + "isSummary": true + }, + { + "path": "Quantity.comparator", + "requirements": "Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.", + "min": 0, + "definition": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.", + "isModifier": true, + "short": "< | <= | >= | > - how to understand the value", + "mapping": [ + { "map": "SN.1 / CQ.1", "identity": "v2" }, + { "map": "IVL properties", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If there is no comparator, then there is no modification of the value", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuantityComparator" + } + ], + "description": "How the Quantity should be understood and represented." + }, + "max": "1", + "id": "Quantity.comparator", + "isModifierReason": "This is labeled as \"Is Modifier\" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value", + "isSummary": true + }, + { + "path": "Quantity.unit", + "requirements": "There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.", + "min": 0, + "definition": "A human-readable form of the unit.", + "short": "Unit representation", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { "map": "PQ.unit", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Quantity.unit", + "isSummary": true + }, + { + "path": "Quantity.system", + "requirements": "Need to know the system that defines the coded form of the unit.", + "min": 0, + "definition": "The identification of the system that provides the coded form of the unit.", + "short": "System that defines coded unit form", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { + "map": "CO.codeSystem, PQ.translation.codeSystem", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Quantity.system", + "condition": ["qty-3"], + "isSummary": true + }, + { + "path": "Quantity.code", + "requirements": "Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.", + "min": 0, + "definition": "A computer processable form of the unit in some unit representation system.", + "short": "Coded form of the unit", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { + "map": "PQ.code, MO.currency, PQ.translation.code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "max": "1", + "id": "Quantity.code", + "comment": "The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Simple concise instructions to be read by the patient. For example “twice a day” rather than “BID.”.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "patientInstruction", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Directions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "devicerequest-patientInstruction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction", + "context": [{ "type": "element", "expression": "DeviceRequest" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/devicerequest-patientInstruction", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Patient Friendly Insructions", + "comment": "Should use only common terms and sentences. Use of unfamiliar words and jargon should be avoided.", + "definition": "Simple concise instructions to be read by the patient. For example “twice a day” rather than “BID.”." + }, + { + "id": "Extension.extension:lang", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Language", + "sliceName": "lang", + "definition": "Code for Language." + }, + { + "id": "Extension.extension:lang.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:lang.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "lang" + }, + { + "id": "Extension.extension:lang.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + } + }, + { + "id": "Extension.extension:content", + "max": "1", + "min": 1, + "path": "Extension.extension", + "type": [{ "code": "Extension" }], + "short": "Text", + "sliceName": "content", + "definition": "The actual text containing the instructions." + }, + { + "id": "Extension.extension:content.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:content.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "content" + }, + { + "id": "Extension.extension:content.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/devicerequest-patientInstruction" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Delimiters are printed without framing white space. If no value component is provided, the delimiter appears as a line break.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-delimiter", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-delimiter", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-delimiter", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "delimiter", + "comment": "This really has no rationale for use in FHIR.", + "mapping": [ + { "map": "ADXP[partType=DEL]", "identity": "rim" } + ], + "definition": "Delimiters are printed without framing white space. If no value component is provided, the delimiter appears as a line break." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-delimiter" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RelatedArtifact/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "purpose": "Knowledge resources must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "name": "RelatedArtifact", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RelatedArtifact", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "RelatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/RelatedArtifact", + "differential": { + "element": [ + { + "id": "RelatedArtifact", + "max": "*", + "min": 0, + "path": "RelatedArtifact", + "short": "Related artifacts for a knowledge resource", + "comment": "Each related artifact is either an attachment, or a reference to another knowledge resource, but not both.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references." + }, + { + "path": "RelatedArtifact.type", + "min": 1, + "definition": "The type of relationship to the related artifact.", + "short": "documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedArtifactType" + } + ], + "description": "The type of relationship to the related artifact." + }, + "max": "1", + "id": "RelatedArtifact.type", + "isSummary": true + }, + { + "id": "RelatedArtifact.label", + "max": "1", + "min": 0, + "path": "RelatedArtifact.label", + "type": [{ "code": "string" }], + "short": "Short label", + "isSummary": true, + "definition": "A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index." + }, + { + "id": "RelatedArtifact.display", + "max": "1", + "min": 0, + "path": "RelatedArtifact.display", + "type": [{ "code": "string" }], + "short": "Brief description of the related artifact", + "isSummary": true, + "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." + }, + { + "path": "RelatedArtifact.citation", + "min": 0, + "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", + "short": "Bibliographic citation for the artifact", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "RelatedArtifact.citation", + "comment": "Additional structured information about citations should be captured as extensions.", + "isSummary": true + }, + { + "path": "RelatedArtifact.url", + "min": 0, + "definition": "A url for the artifact that can be followed to access the actual content.", + "short": "Where the artifact can be accessed", + "type": [{ "code": "url" }], + "max": "1", + "id": "RelatedArtifact.url", + "comment": "If a document or resource element is present, this element SHALL NOT be provided (use the url or reference in the Attachment or resource reference).", + "isSummary": true + }, + { + "id": "RelatedArtifact.document", + "max": "1", + "min": 0, + "path": "RelatedArtifact.document", + "type": [{ "code": "Attachment" }], + "short": "What document is being referenced", + "isSummary": true, + "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element." + }, + { + "path": "RelatedArtifact.resource", + "min": 0, + "definition": "The related resource, such as a library, value set, profile, or other knowledge resource.", + "short": "What resource is being referenced", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "RelatedArtifact.resource", + "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationAdministration/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "4.0.1", + "name": "MedicationAdministration", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + } + ], + "abstract": false, + "type": "MedicationAdministration", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationAdministration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/MedicationAdministration", + "differential": { + "element": [ + { + "id": "MedicationAdministration", + "max": "*", + "min": 0, + "path": "MedicationAdministration", + "short": "Administration of medication to a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "definition": "Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner." + }, + { + "path": "MedicationAdministration.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Administration that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "MedicationAdministration.identifier", + "comment": "This is a business identifier, not a resource identifier." + }, + { + "path": "MedicationAdministration.instantiates", + "min": 0, + "definition": "A protocol, guideline, orderset, or other definition that was adhered to in whole or in part by this event.", + "short": "Instantiates protocol or definition", + "mapping": [ + { "map": "Event.instantiates", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=unspecified]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "*", + "id": "MedicationAdministration.instantiates", + "isSummary": true + }, + { + "path": "MedicationAdministration.partOf", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=SBADM or PROC,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "max": "*", + "id": "MedicationAdministration.partOf", + "isSummary": true + }, + { + "path": "MedicationAdministration.status", + "min": 1, + "definition": "Will generally be set to show that the administration has been completed. For some long running administrations such as infusions, it is possible for an administration to be started but not completed or it may be paused while some other process is under way.", + "isModifier": true, + "short": "in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "RXA-20-Completion Status", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationStatus" + } + ], + "description": "A set of codes indicating the current status of a MedicationAdministration." + }, + "max": "1", + "id": "MedicationAdministration.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationAdministration.statusReason", + "min": 0, + "definition": "A code indicating why the administration was not performed.", + "short": "Reason administration not performed", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": "RXA-9-Administration Notes / RXA-18 Substance/Treatment Refusal Reason", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason not given\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationNegationReason" + } + ], + "description": "A set of codes indicating the reason why the MedicationAdministration is negated." + }, + "max": "*", + "id": "MedicationAdministration.statusReason" + }, + { + "path": "MedicationAdministration.category", + "min": 0, + "definition": "Indicates where the medication is expected to be consumed or administered.", + "short": "Type of medication usage", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationCategory" + } + ], + "description": "A coded concept describing where the medication administered is expected to occur." + }, + "max": "1", + "id": "MedicationAdministration.category" + }, + { + "path": "MedicationAdministration.medication[x]", + "min": 1, + "definition": "Identifies the medication that was administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "short": "What was administered", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXA-5-Administered Code", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADMM]", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "Codes identifying substance or product that can be administered." + }, + "max": "1", + "id": "MedicationAdministration.medication[x]", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationAdministration.subject", + "min": 1, + "definition": "The person or animal or group receiving the medication.", + "short": "Who received medication", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "max": "1", + "id": "MedicationAdministration.subject", + "isSummary": true + }, + { + "id": "MedicationAdministration.context", + "max": "1", + "min": 0, + "path": "MedicationAdministration.context", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "short": "Encounter or Episode of Care administered as part of", + "mapping": [ + { "map": "Event.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19-Visit Number", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "definition": "The visit, admission, or other contact between patient and health care provider during which the medication administration was performed." + }, + { + "id": "MedicationAdministration.supportingInformation", + "max": "*", + "min": 0, + "path": "MedicationAdministration.supportingInformation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Additional information to support administration", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "definition": "Additional information (for example, patient height and weight) that supports the administration of the medication." + }, + { + "path": "MedicationAdministration.effective[x]", + "min": 1, + "definition": "A specific date/time or interval of time during which the administration took place (or did not take place, when the 'notGiven' attribute is true). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate.", + "short": "Start and end time of administration", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "RXA-3-Date/Time Start of Administration / RXA-4-Date/Time End of Administration", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "max": "1", + "id": "MedicationAdministration.effective[x]", + "isSummary": true + }, + { + "path": "MedicationAdministration.performer", + "min": 0, + "definition": "Indicates who or what performed the medication administration and how they were involved.", + "short": "Who performed the medication administration and what they did", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RXA-10-Administering Provider / PRT-5-Participation Person: PRT-4-Participation='AP' (RXA-10 is deprecated)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "MedicationAdministration.performer", + "isSummary": true + }, + { + "path": "MedicationAdministration.performer.function", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer in the medication administration.", + "short": "Type of performance", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { + "map": "participation[typeCode=PRF].functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/med-admin-perform-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationPerformerFunction" + } + ], + "description": "A code describing the role an individual played in administering the medication." + }, + "max": "1", + "id": "MedicationAdministration.performer.function" + }, + { + "path": "MedicationAdministration.performer.actor", + "min": 1, + "definition": "Indicates who or what performed the medication administration.", + "short": "Who performed the medication administration", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "1", + "id": "MedicationAdministration.performer.actor", + "isSummary": true + }, + { + "path": "MedicationAdministration.reasonCode", + "min": 0, + "definition": "A code indicating why the medication was given.", + "short": "Reason administration performed", + "mapping": [ + { "map": "Event.reasonCode", "identity": "workflow" }, + { "map": "RXE-27 Give Indication", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationReason" + } + ], + "description": "A set of codes indicating the reason why the MedicationAdministration was made." + }, + "max": "*", + "id": "MedicationAdministration.reasonCode" + }, + { + "path": "MedicationAdministration.reasonReference", + "min": 0, + "definition": "Condition or observation that supports why the medication was administered.", + "short": "Condition or observation that supports why the medication was administered", + "mapping": [ + { + "map": "Event.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason for use ASSERTION\"].value", + "identity": "rim" + }, + { "map": "no mapping", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "max": "*", + "id": "MedicationAdministration.reasonReference", + "comment": "This is a reference to a condition that is the reason for the medication request. If only a code exists, use reasonCode." + }, + { + "path": "MedicationAdministration.request", + "min": 0, + "definition": "The original request, instruction or authority to perform the administration.", + "short": "Request administration performed against", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", + "identity": "v2" + }, + { + "map": "InFullfillmentOf->SubstanceAdministration", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "max": "1", + "id": "MedicationAdministration.request", + "comment": "This is a reference to the MedicationRequest where the intent is either order or instance-order. It should not reference MedicationRequests where the intent is any other value." + }, + { + "id": "MedicationAdministration.device", + "max": "*", + "min": 0, + "path": "MedicationAdministration.device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "short": "Device used to administer", + "mapping": [ + { + "map": "PRT-10 Participation Device / RXR-3 Administrative Device", + "identity": "v2" + }, + { + "map": "device->Access OR device->AssignedDevice", + "identity": "rim" + } + ], + "definition": "The device used in administering the medication to the patient. For example, a particular infusion pump." + }, + { + "id": "MedicationAdministration.note", + "max": "*", + "min": 0, + "path": "MedicationAdministration.note", + "type": [{ "code": "Annotation" }], + "short": "Information about the administration", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "definition": "Extra information about the medication administration that is not conveyed by the other attributes." + }, + { + "constraint": [ + { + "key": "mad-1", + "human": "SHALL have at least one of dosage.dose or dosage.rate[x]", + "xpath": "exists(f:dose) or exists(f:*[starts-with(local-name(.), 'rate')])", + "severity": "error", + "expression": "dose.exists() or rate.exists()" + } + ], + "path": "MedicationAdministration.dosage", + "min": 0, + "definition": "Describes the medication dosage information details e.g. dose, rate, site, route, etc.", + "short": "Details of how medication was taken", + "mapping": [ + { + "map": "component->SubstanceAdministrationEvent", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "MedicationAdministration.dosage" + }, + { + "id": "MedicationAdministration.dosage.text", + "max": "1", + "min": 0, + "path": "MedicationAdministration.dosage.text", + "type": [{ "code": "string" }], + "short": "Free text dosage instructions e.g. SIG", + "mapping": [{ "map": ".text", "identity": "rim" }], + "definition": "Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.\r\rThe dosage instructions should reflect the dosage of the medication that was administered." + }, + { + "path": "MedicationAdministration.dosage.site", + "min": 0, + "definition": "A coded specification of the anatomic site where the medication first entered the body. For example, \"left arm\".", + "short": "Body site administered to", + "mapping": [ + { + "map": "RXR-2 Administration Site / RXR-6 Administration Site Modifier", + "identity": "v2" + }, + { "map": ".approachSiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationSite" + } + ], + "description": "A coded concept describing the site location the medicine enters into or onto the body." + }, + "max": "1", + "id": "MedicationAdministration.dosage.site", + "comment": "If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [bodySite](extension-bodysite.html). May be a summary code, or a reference to a very precise definition of the location, or both." + }, + { + "path": "MedicationAdministration.dosage.route", + "min": 0, + "definition": "A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient. For example, topical, intravenous, etc.", + "short": "Path of substance into body", + "mapping": [ + { "map": "RXR-1-Route", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RouteOfAdministration" + } + ], + "description": "A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject." + }, + "max": "1", + "id": "MedicationAdministration.dosage.route" + }, + { + "path": "MedicationAdministration.dosage.method", + "min": 0, + "definition": "A coded value indicating the method by which the medication is intended to be or was introduced into or on the body. This attribute will most often NOT be populated. It is most commonly used for injections. For example, Slow Push, Deep IV.", + "short": "How drug was administered", + "mapping": [ + { + "map": "RXR-4-Administration Method", + "identity": "v2" + }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationMethod" + } + ], + "description": "A coded concept describing the technique by which the medicine is administered." + }, + "max": "1", + "id": "MedicationAdministration.dosage.method", + "comment": "One of the reasons this attribute is not used often, is that the method is often pre-coordinated with the route and/or form of administration. This means the codes used in route or form may pre-coordinate the method in the route code or the form code. The implementation decision about what coding system to use for route or form code will determine how frequently the method code will be populated e.g. if route or form code pre-coordinate method code, then this attribute will not be populated often; if there is no pre-coordination then method code may be used frequently." + }, + { + "path": "MedicationAdministration.dosage.dose", + "min": 0, + "definition": "The amount of the medication given at one administration event. Use this value when the administration is essentially an instantaneous event such as a swallowing a tablet or giving an injection.", + "short": "Amount of medication per dose", + "mapping": [ + { + "map": "RXA-6 Administered Amount / RXA-7 Administered Units", + "identity": "v2" + }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "MedicationAdministration.dosage.dose", + "comment": "If the administration is not instantaneous (rate is present), this can be specified to convey the total amount administered over period of time of a single administration." + }, + { + "path": "MedicationAdministration.dosage.rate[x]", + "min": 0, + "definition": "Identifies the speed with which the medication was or will be introduced into the patient. Typically, the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time, e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours.", + "short": "Dose quantity per unit of time", + "mapping": [ + { + "map": "RXA-12-Administered Per (Time Unit)", + "identity": "v2" + }, + { "map": ".rateQuantity", "identity": "rim" } + ], + "type": [ + { "code": "Ratio" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "MedicationAdministration.dosage.rate[x]", + "comment": "If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate." + }, + { + "path": "MedicationAdministration.eventHistory", + "min": 0, + "definition": "A summary of the events of interest that have occurred, such as when the administration was verified.", + "short": "A list of events of interest in the lifecycle", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "max": "*", + "id": "MedicationAdministration.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An authorization for the provision of glasses and/or contact lenses to a patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/VisionPrescription/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "4.0.1", + "name": "VisionPrescription", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "VisionPrescription", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "VisionPrescription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/VisionPrescription", + "differential": { + "element": [ + { + "id": "VisionPrescription", + "max": "*", + "min": 0, + "path": "VisionPrescription", + "short": "Prescription for vision correction products for a patient", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "CombinedVisionRequest", "identity": "rim" } + ], + "definition": "An authorization for the provision of glasses and/or contact lenses to a patient." + }, + { + "path": "VisionPrescription.identifier", + "requirements": "Allows vision prescriptions to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this vision prescription.", + "short": "Business Identifier for vision prescription", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "VisionPrescription.identifier" + }, + { + "path": "VisionPrescription.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "VisionPrescription.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "VisionPrescription.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "short": "Response creation date", + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "VisionPrescription.created", + "isSummary": true + }, + { + "path": "VisionPrescription.patient", + "requirements": "Needed to identify the patient for whom the vision prescription has been issued.", + "min": 1, + "definition": "A resource reference to the person to whom the vision prescription applies.", + "short": "Who prescription is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { "map": "subject.role", "identity": "rim" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "max": "1", + "id": "VisionPrescription.patient", + "isSummary": true + }, + { + "path": "VisionPrescription.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "A reference to a resource that identifies the particular occurrence of contact between patient and health care provider during which the prescription was issued.", + "short": "Created during encounter / admission / stay", + "mapping": [ + { "map": "Request.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19-Visit Number", "identity": "v2" }, + { + "map": "componentOf.patientEncounter", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "VisionPrescription.encounter" + }, + { + "path": "VisionPrescription.dateWritten", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date (and perhaps time) when the prescription was written.", + "short": "When prescription was authorized", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "RXE-32-Original Order Date/Time / ORC-9-Date/Time of Transaction", + "identity": "v2" + }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "VisionPrescription.dateWritten", + "comment": "Jurisdictions determine the valid lifetime of a prescription. Typically vision prescriptions are valid for two years from the date written.", + "isSummary": true + }, + { + "path": "VisionPrescription.prescriber", + "requirements": "Need to record the authorizing practitioner.", + "min": 1, + "definition": "The healthcare professional responsible for authorizing the prescription.", + "short": "Who authorized the vision prescription", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "RXE-13-Ordering Provider's DEA Number / RXO-14-Ordering Provider's DEA Number / RXE-14-Pharmacist/Treatment Supplier's Verifier ID / RXO-15-Pharmacist/Treatment Supplier's Verifier ID / ORC-12-Ordering Provider / PRT-5-Participation Person: PRT-4-Participation='OP' (all but last deprecated)", + "identity": "v2" + }, + { "map": "author.role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "max": "1", + "id": "VisionPrescription.prescriber", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification", + "min": 1, + "definition": "Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.", + "short": "Vision lens authorization", + "mapping": [ + { "map": "component.supplyEvent", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "VisionPrescription.lensSpecification", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.product", + "requirements": "Need to identify whether glasses or contacts.", + "min": 1, + "definition": "Identifies the type of vision correction product which is required for the patient.", + "short": "Product to be supplied", + "mapping": [ + { + "map": "RXE-2-Give Code / RXO-1-Requested Give Code / RXD-2-Dispense/Give Code", + "identity": "v2" + }, + { "map": "consumable.role", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-product", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionProduct" + } + ], + "description": "A coded concept describing the vision products." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.product", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.eye", + "requirements": "Needed to identify which eye the lens specification applies to.", + "min": 1, + "definition": "The eye for which the lens specification applies.", + "short": "right | left", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-eye-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionEyes" + } + ], + "description": "A coded concept listing the eye codes." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.eye", + "comment": "May also appear as OD (oculus dexter) for the right eye and OS (oculus siniter) for the left eye.", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.sphere", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Lens power measured in dioptres (0.25 units).", + "short": "Power of the lens", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.sphere", + "comment": "The value is negative for near-sighted and positive for far sighted.\nOften insurance will not cover a lens with power between +75 and -75." + }, + { + "path": "VisionPrescription.lensSpecification.cylinder", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Power adjustment for astigmatism measured in dioptres (0.25 units).", + "short": "Lens power for astigmatism", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.cylinder" + }, + { + "path": "VisionPrescription.lensSpecification.axis", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Adjustment for astigmatism measured in integer degrees.", + "short": "Lens meridian which contain no power for astigmatism", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "integer" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.axis", + "comment": "The limits are +180 and -180 degrees." + }, + { + "path": "VisionPrescription.lensSpecification.prism", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Allows for adjustment on two axis.", + "short": "Eye alignment compensation", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Prism" + } + ], + "max": "*", + "id": "VisionPrescription.lensSpecification.prism" + }, + { + "path": "VisionPrescription.lensSpecification.prism.amount", + "requirements": "Standard lens prescription measures.", + "min": 1, + "definition": "Amount of prism to compensate for eye alignment in fractional units.", + "short": "Amount of adjustment", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.prism.amount" + }, + { + "path": "VisionPrescription.lensSpecification.prism.base", + "requirements": "Standard lens prescription measures.", + "min": 1, + "definition": "The relative base, or reference lens edge, for the prism.", + "short": "up | down | in | out", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-base-codes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionBase" + } + ], + "description": "A coded concept listing the base codes." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.prism.base" + }, + { + "path": "VisionPrescription.lensSpecification.add", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Power adjustment for multifocal lenses measured in dioptres (0.25 units).", + "short": "Added power for multifocal levels", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.add" + }, + { + "path": "VisionPrescription.lensSpecification.power", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Contact lens power measured in dioptres (0.25 units).", + "short": "Contact lens power", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.power" + }, + { + "path": "VisionPrescription.lensSpecification.backCurve", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Back curvature measured in millimetres.", + "short": "Contact lens back curvature", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.backCurve" + }, + { + "path": "VisionPrescription.lensSpecification.diameter", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Contact lens diameter measured in millimetres.", + "short": "Contact lens diameter", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.diameter" + }, + { + "path": "VisionPrescription.lensSpecification.duration", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "The recommended maximum wear period for the lens.", + "short": "Lens wear duration", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "VisionPrescription.lensSpecification.duration" + }, + { + "path": "VisionPrescription.lensSpecification.color", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Special color or pattern.", + "short": "Color required", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.color" + }, + { + "path": "VisionPrescription.lensSpecification.brand", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Brand recommendations or restrictions.", + "short": "Brand required", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "VisionPrescription.lensSpecification.brand" + }, + { + "path": "VisionPrescription.lensSpecification.note", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Notes for special requirements such as coatings and lens materials.", + "short": "Notes for coatings", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "max": "*", + "id": "VisionPrescription.lensSpecification.note" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CapabilityStatement/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "CapabilityStatement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CapabilityStatement", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "CapabilityStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CapabilityStatement", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cpb-7", + "human": "The set of documents must be unique by the combination of profile and mode.", + "xpath": "count(f:document[f:mode/@value='producer'])=count(distinct-values(f:document[f:mode/@value='producer']/f:profile/f:reference/@value)) and count(f:document[f:mode/@value='consumer'])=count(distinct-values(f:document[f:mode/@value='consumer']/f:profile/f:reference/@value))", + "severity": "error", + "expression": "document.select(profile&mode).isDistinct()" + }, + { + "key": "cpb-16", + "human": "If kind = requirements, implementation and software must be absent", + "xpath": "not(f:kind/@value='instance') or (not(exists(f:implementation)) and not(exists(f:software)))", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + { + "key": "cpb-15", + "human": "If kind = capability, implementation must be absent, software must be present", + "xpath": " not(f:kind/@value='instance') or (not(exists(f:implementation)) and exists(f:software))", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + { + "key": "cpb-3", + "human": "Messaging end-point is required (and is only permitted) when a statement is for an implementation.", + "xpath": "not(exists(f:messaging/f:endpoint)) or f:kind/@value = 'instance'", + "severity": "error", + "expression": "messaging.endpoint.empty() or kind = 'instance'" + }, + { + "key": "cpb-14", + "human": "If kind = instance, implementation must be present and software may be present", + "xpath": "not(f:kind/@value='instance') or exists(f:implementation)", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + { + "key": "cpb-2", + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "xpath": "count(f:software | f:implementation | f:description) > 0", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + { + "key": "cpb-1", + "human": "A Capability Statement SHALL have at least one of REST, messaging or document element.", + "xpath": "exists(f:rest) or exists(f:messaging) or exists(f:document)", + "severity": "error", + "expression": "rest.exists() or messaging.exists() or document.exists()" + }, + { + "key": "cpb-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "path": "CapabilityStatement", + "min": 0, + "definition": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "short": "A statement of system capabilities", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "max": "*", + "id": "CapabilityStatement", + "comment": "Applications may implement multiple versions (see [Managing Multiple Versions](versioning.html), and the [$versions](capabilitystatement-operation-versions.html) operation). If they do, then a CapabilityStatement describes the system's support for a particular version of FHIR, and the server will have multiple statements, one for each version." + }, + { + "path": "CapabilityStatement.url", + "requirements": "Allows the capability statement to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this capability statement is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the capability statement is stored on different servers.", + "short": "Canonical identifier for this capability statement, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "CapabilityStatement.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CapabilityStatement.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the capability statement", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.version", + "comment": "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the capability statement with the format [url]|[version].", + "isSummary": true + }, + { + "path": "CapabilityStatement.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this capability statement (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "CapabilityStatement.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the capability statement.", + "short": "Name for this capability statement (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CapabilityStatement.status", + "min": 1, + "definition": "The status of this capability statement. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CapabilityStatement.status", + "comment": "Allows filtering of capability statements that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CapabilityStatement.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.", + "min": 0, + "definition": "A Boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CapabilityStatement.experimental", + "comment": "Allows filtering of capability statements that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CapabilityStatement.date", + "min": 1, + "definition": "The date (and optionally time) when the capability statement was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "CapabilityStatement.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "CapabilityStatement.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the capability statement.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CapabilityStatement.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "CapabilityStatement.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "CapabilityStatement.description", + "min": 0, + "definition": "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.", + "short": "Natural language description of the capability statement", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "CapabilityStatement.description", + "condition": ["cpb-2"], + "comment": "This description can be used to capture details such as why the capability statement was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the capability statement is presumed to be the predominant language in the place the capability statement was created).This does not need to be populated if the description is adequately implied by the software or implementation details." + }, + { + "path": "CapabilityStatement.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate capability statement instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CapabilityStatement.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the capability statement is intended to be used.", + "short": "Intended jurisdiction for capability statement (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "CapabilityStatement.jurisdiction", + "comment": "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "CapabilityStatement.purpose", + "min": 0, + "definition": "Explanation of why this capability statement is needed and why it has been designed as it has.", + "short": "Why this capability statement is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "CapabilityStatement.purpose", + "comment": "This element does not describe the usage of the capability statement. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement." + }, + { + "path": "CapabilityStatement.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "CapabilityStatement.copyright" + }, + { + "path": "CapabilityStatement.kind", + "requirements": "Allow searching the 3 modes.", + "min": 1, + "definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).", + "short": "instance | capability | requirements", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CapabilityStatementKind" + } + ], + "description": "How a capability statement is intended to be used." + }, + "max": "1", + "id": "CapabilityStatement.kind", + "condition": ["cpb-15"], + "isSummary": true + }, + { + "path": "CapabilityStatement.instantiates", + "min": 0, + "definition": "Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details.", + "short": "Canonical URL of another capability statement this implements", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "max": "*", + "id": "CapabilityStatement.instantiates", + "comment": "HL7 defines the following Services: [Terminology Service](terminology-service.html). \n\nMany [Implementation Guides](http://fhir.org/guides/registry) define additional services.", + "isSummary": true + }, + { + "path": "CapabilityStatement.imports", + "min": 0, + "definition": "Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them.", + "short": "Canonical URL of another capability statement this adds to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.imports", + "comment": "the contents of any directly or indirectly imported CapabilityStatements SHALL NOT overlap, i.e. they cannot refer to the same rest/resource, operations/name, searchparam/name, interaction/code, messaging/endpoint, document/mode pair.\n\nA capability statement that imports another CapabilityStatement automatically instantiates it too (though this is often not a very useful statement for the kinds of CapabilityStatements that are suitable for importing).", + "isSummary": true + }, + { + "path": "CapabilityStatement.software", + "min": 0, + "definition": "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.", + "short": "Software that is covered by this capability statement", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "CapabilityStatement.software", + "condition": ["cpb-2"], + "isSummary": true + }, + { + "id": "CapabilityStatement.software.name", + "max": "1", + "min": 1, + "path": "CapabilityStatement.software.name", + "type": [{ "code": "string" }], + "short": "A name the software is known by", + "isSummary": true, + "definition": "Name the software is known by." + }, + { + "path": "CapabilityStatement.software.version", + "min": 0, + "definition": "The version identifier for the software covered by this statement.", + "short": "Version covered by this statement", + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.software.version", + "comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.", + "isSummary": true + }, + { + "id": "CapabilityStatement.software.releaseDate", + "max": "1", + "min": 0, + "path": "CapabilityStatement.software.releaseDate", + "type": [{ "code": "dateTime" }], + "short": "Date this version was released", + "isSummary": true, + "definition": "Date this version of the software was released." + }, + { + "path": "CapabilityStatement.implementation", + "min": 0, + "definition": "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.", + "short": "If this describes a specific instance", + "type": [{ "code": "BackboneElement" }], + "max": "1", + "id": "CapabilityStatement.implementation", + "condition": ["cpb-2", "cpb-15"], + "isSummary": true + }, + { + "id": "CapabilityStatement.implementation.description", + "max": "1", + "min": 1, + "path": "CapabilityStatement.implementation.description", + "type": [{ "code": "string" }], + "short": "Describes this specific instance", + "isSummary": true, + "definition": "Information about the specific installation that this capability statement relates to." + }, + { + "id": "CapabilityStatement.implementation.url", + "max": "1", + "min": 0, + "path": "CapabilityStatement.implementation.url", + "type": [{ "code": "url" }], + "short": "Base URL for the installation", + "isSummary": true, + "definition": "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces." + }, + { + "path": "CapabilityStatement.implementation.custodian", + "min": 0, + "definition": "The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.", + "short": "Organization that manages the data", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.implementation.custodian", + "isSummary": true + }, + { + "path": "CapabilityStatement.fhirVersion", + "min": 1, + "definition": "The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value.", + "short": "FHIR Version the system supports", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "1", + "id": "CapabilityStatement.fhirVersion", + "comment": "Servers may implement multiple versions (see [Managing Multiple Versions](versioning.html), and the [$versions](capabilitystatement-operation-versions.html) operation). If they do, and the CapabilityStatement is requested from the server, then this fhirVersion will be either the version requested, or the server's default version.", + "isSummary": true + }, + { + "path": "CapabilityStatement.format", + "min": 1, + "definition": "A list of the formats supported by this implementation using their content types.", + "short": "formats supported (xml | json | ttl | mime type)", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "*", + "id": "CapabilityStatement.format", + "comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.", + "isSummary": true + }, + { + "path": "CapabilityStatement.patchFormat", + "min": 0, + "definition": "A list of the patch formats supported by this implementation using their content types.", + "short": "Patch formats supported", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "*", + "id": "CapabilityStatement.patchFormat", + "comment": "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.", + "isSummary": true + }, + { + "id": "CapabilityStatement.implementationGuide", + "max": "*", + "min": 0, + "path": "CapabilityStatement.implementationGuide", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "short": "Implementation guides supported", + "isSummary": true, + "definition": "A list of implementation guides that the server does (or should) support in their entirety." + }, + { + "constraint": [ + { + "key": "cpb-9", + "human": "A given resource can only be described once per RESTful mode.", + "xpath": "count(f:resource)=count(distinct-values(f:resource/f:type/@value))", + "severity": "error", + "expression": "resource.select(type).isDistinct()" + } + ], + "path": "CapabilityStatement.rest", + "min": 0, + "definition": "A definition of the restful capabilities of the solution, if any.", + "short": "If the endpoint is a RESTful one", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CapabilityStatement.rest", + "condition": ["cpb-1"], + "comment": "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.mode", + "min": 1, + "definition": "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.", + "short": "client | server", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-capability-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RestfulCapabilityMode" + } + ], + "description": "The mode of a RESTful capability statement." + }, + "max": "1", + "id": "CapabilityStatement.rest.mode", + "isSummary": true + }, + { + "id": "CapabilityStatement.rest.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.documentation", + "type": [{ "code": "markdown" }], + "short": "General description of implementation", + "definition": "Information about the system's restful capabilities that apply across all applications, such as security." + }, + { + "path": "CapabilityStatement.rest.security", + "min": 0, + "definition": "Information about security implementation from an interface perspective - what a client needs to know.", + "short": "Information about security of implementation", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.security", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.security.cors", + "min": 0, + "definition": "Server adds CORS headers when responding to requests - this enables Javascript applications to use the server.", + "short": "Adds CORS Headers (http://enable-cors.org/)", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "CapabilityStatement.rest.security.cors", + "comment": "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.security.service", + "min": 0, + "definition": "Types of security services that are supported/required by the system.", + "short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-security-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RestfulSecurityService" + } + ], + "description": "Types of security services used with FHIR." + }, + "max": "*", + "id": "CapabilityStatement.rest.security.service", + "isSummary": true + }, + { + "id": "CapabilityStatement.rest.security.description", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.security.description", + "type": [{ "code": "markdown" }], + "short": "General description of how security works", + "definition": "General description of how security works." + }, + { + "constraint": [ + { + "key": "cpb-12", + "human": "Search parameter names must be unique in the context of a resource.", + "xpath": "count(f:searchParam)=count(distinct-values(f:searchParam/f:name/@value))", + "severity": "error", + "expression": "searchParam.select(name).isDistinct()" + } + ], + "path": "CapabilityStatement.rest.resource", + "min": 0, + "definition": "A specification of the restful capabilities of the solution for a specific resource type.", + "short": "Resource served on the REST interface", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CapabilityStatement.rest.resource", + "comment": "Max of one repetition per resource type.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.type", + "min": 1, + "definition": "A type of resource exposed via the restful interface.", + "short": "A resource type that is supported", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.type", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.profile", + "min": 0, + "definition": "A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations. See further discussion in [Using Profiles](profiling.html#profile-uses).", + "short": "Base System profile for all uses of resource", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.profile", + "comment": "The profile applies to all resources of this type - i.e. it is the superset of what is supported by the system.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.supportedProfile", + "min": 0, + "definition": "A list of profiles that represent different use cases supported by the system. For a server, \"supported by the system\" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles](profiling.html#profile-uses).", + "short": "Profiles for use cases supported", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.supportedProfile", + "comment": "Supported profiles are different than the profile that applies to a particular resource in .rest.resource.profile. The resource profile is a general statement of what features of the resource are supported overall by the system - the sum total of the facilities it supports. A supported profile is a deeper statement about the functionality of the data and services provided by the server (or used by the client). A typical case is a laboratory system that produces a set of different reports - this is the list of types of data that it publishes. A key aspect of declaring profiles here is the question of how the client converts knowledge that the server publishes this data into working with the data; the client can inspect individual resources to determine whether they conform to a particular profile, but how does it find the ones that do? It does so by searching using the _profile parameter, so any resources listed here must be valid values for the _profile resource (using the identifier in the target profile).", + "isSummary": true + }, + { + "id": "CapabilityStatement.rest.resource.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.resource.documentation", + "type": [{ "code": "markdown" }], + "short": "Additional information about the use of the resource type", + "definition": "Additional information about the resource type used by the system." + }, + { + "path": "CapabilityStatement.rest.resource.interaction", + "min": 0, + "definition": "Identifies a restful operation supported by the solution.", + "short": "What operations are supported?", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ResourceInteraction" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.interaction", + "comment": "In general, a Resource will only appear in a CapabilityStatement if the server actually has some capabilities - e.g. there is at least one interaction supported. However interactions can be omitted to support summarization (_summary = true)." + }, + { + "id": "CapabilityStatement.rest.resource.interaction.code", + "max": "1", + "min": 1, + "path": "CapabilityStatement.rest.resource.interaction.code", + "type": [{ "code": "code" }], + "short": "read | vread | update | patch | delete | history-instance | history-type | create | search-type", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-restful-interaction|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TypeRestfulInteraction" + } + ], + "description": "Operations supported by REST at the type or instance level." + }, + "definition": "Coded identifier of the operation, supported by the system resource." + }, + { + "id": "CapabilityStatement.rest.resource.interaction.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.resource.interaction.documentation", + "type": [{ "code": "markdown" }], + "short": "Anything special about operation behavior", + "definition": "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.", + "requirements": "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of." + }, + { + "path": "CapabilityStatement.rest.resource.versioning", + "min": 0, + "definition": "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.", + "short": "no-version | versioned | versioned-update", + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceVersionPolicy" + } + ], + "description": "How the system supports versioning for a resource." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.versioning", + "comment": "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so." + }, + { + "path": "CapabilityStatement.rest.resource.readHistory", + "min": 0, + "definition": "A flag for whether the server is able to return past versions as part of the vRead operation.", + "short": "Whether vRead can return past versions", + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.readHistory", + "comment": "It is useful to support the vRead operation for current operations, even if past versions aren't available." + }, + { + "path": "CapabilityStatement.rest.resource.updateCreate", + "min": 0, + "definition": "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.", + "short": "If update can commit to a new identity", + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.updateCreate", + "comment": "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place." + }, + { + "path": "CapabilityStatement.rest.resource.conditionalCreate", + "min": 0, + "definition": "A flag that indicates that the server supports conditional create.", + "short": "If allows/uses conditional create", + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalCreate", + "comment": "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2." + }, + { + "path": "CapabilityStatement.rest.resource.conditionalRead", + "min": 0, + "definition": "A code that indicates how the server supports conditional read.", + "short": "not-supported | modified-since | not-match | full-support", + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-read-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionalReadStatus" + } + ], + "description": "A code that indicates how the server supports conditional read." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalRead", + "comment": "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2." + }, + { + "path": "CapabilityStatement.rest.resource.conditionalUpdate", + "min": 0, + "definition": "A flag that indicates that the server supports conditional update.", + "short": "If allows/uses conditional update", + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalUpdate", + "comment": "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2." + }, + { + "path": "CapabilityStatement.rest.resource.conditionalDelete", + "min": 0, + "definition": "A code that indicates how the server supports conditional delete.", + "short": "not-supported | single | multiple - how conditional delete is supported", + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-delete-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionalDeleteStatus" + } + ], + "description": "A code that indicates how the server supports conditional delete." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalDelete", + "comment": "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2." + }, + { + "path": "CapabilityStatement.rest.resource.referencePolicy", + "min": 0, + "definition": "A set of flags that defines how references are supported.", + "short": "literal | logical | resolves | enforced | local", + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-handling-policy|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferenceHandlingPolicy" + } + ], + "description": "A set of flags that defines how references are supported." + }, + "max": "*", + "id": "CapabilityStatement.rest.resource.referencePolicy" + }, + { + "path": "CapabilityStatement.rest.resource.searchInclude", + "min": 0, + "definition": "A list of _include values supported by the server.", + "short": "_include values supported by the server", + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.searchInclude", + "comment": "If this list is empty, the server does not support includes." + }, + { + "path": "CapabilityStatement.rest.resource.searchRevInclude", + "min": 0, + "definition": "A list of _revinclude (reverse include) values supported by the server.", + "short": "_revinclude values supported by the server", + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.searchRevInclude", + "comment": "If this list is empty, the server does not support reverse includes." + }, + { + "id": "CapabilityStatement.rest.resource.searchParam", + "max": "*", + "min": 0, + "path": "CapabilityStatement.rest.resource.searchParam", + "type": [{ "code": "BackboneElement" }], + "short": "Search parameters supported by implementation", + "comment": "The search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.", + "definition": "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation." + }, + { + "id": "CapabilityStatement.rest.resource.searchParam.name", + "max": "1", + "min": 1, + "path": "CapabilityStatement.rest.resource.searchParam.name", + "type": [{ "code": "string" }], + "short": "Name of search parameter", + "comment": "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined.", + "definition": "The name of the search parameter used in the interface." + }, + { + "id": "CapabilityStatement.rest.resource.searchParam.definition", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.resource.searchParam.definition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "short": "Source of definition for parameter", + "comment": "This SHOULD be present, and matches refers to a SearchParameter by its canonical URL. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource. This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.", + "definition": "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs." + }, + { + "path": "CapabilityStatement.rest.resource.searchParam.type", + "min": 1, + "definition": "The type of value a search parameter refers to, and how the content is interpreted.", + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.searchParam.type", + "comment": "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition." + }, + { + "id": "CapabilityStatement.rest.resource.searchParam.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.resource.searchParam.documentation", + "type": [{ "code": "markdown" }], + "short": "Server-specific usage", + "definition": "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms." + }, + { + "path": "CapabilityStatement.rest.resource.operation", + "min": 0, + "definition": "Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters.", + "short": "Definition of a resource operation", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CapabilityStatement.rest.resource.operation", + "comment": "Operations linked from CapabilityStatement.rest.resource.operation must have OperationDefinition.type = true or OperationDefinition.instance = true. \n\nIf an operation that is listed in multiple CapabilityStatement.rest.resource.operation (e.g. for different resource types), then clients should understand that the operation is only supported on the specified resource types, and that may be a subset of those listed in OperationDefinition.resource.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.operation.name", + "min": 1, + "definition": "The name of the operation or query. For an operation, this is the name prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called.", + "short": "Name by which the operation/query is invoked", + "type": [{ "code": "string" }], + "max": "1", + "id": "CapabilityStatement.rest.resource.operation.name", + "comment": "The name here SHOULD be the same as the name in the definition, unless there is a name clash and the name cannot be used. The name does not include the \"$\" portion that is always included in the URL.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.operation.definition", + "min": 1, + "definition": "Where the formal definition can be found. If a server references the base definition of an Operation (i.e. from the specification itself such as ```http://hl7.org/fhir/OperationDefinition/ValueSet-expand```), that means it supports the full capabilities of the operation - e.g. both GET and POST invocation. If it only supports a subset, it must define its own custom [OperationDefinition](operationdefinition.html#) with a 'base' of the original OperationDefinition. The custom definition would describe the specific subset of functionality supported.", + "short": "The defined operation/query", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.operation.definition", + "comment": "This can be used to build an HTML form to invoke the operation, for instance.", + "isSummary": true + }, + { + "id": "CapabilityStatement.rest.resource.operation.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.resource.operation.documentation", + "type": [{ "code": "markdown" }], + "short": "Specific details about operation behavior", + "definition": "Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation." + }, + { + "id": "CapabilityStatement.rest.interaction", + "max": "*", + "min": 0, + "path": "CapabilityStatement.rest.interaction", + "type": [{ "code": "BackboneElement" }], + "short": "What operations are supported?", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SystemInteraction" + } + ], + "definition": "A specification of restful operations supported by the system." + }, + { + "id": "CapabilityStatement.rest.interaction.code", + "max": "1", + "min": 1, + "path": "CapabilityStatement.rest.interaction.code", + "type": [{ "code": "code" }], + "short": "transaction | batch | search-system | history-system", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/system-restful-interaction|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SystemRestfulInteraction" + } + ], + "description": "Operations supported by REST at the system level." + }, + "definition": "A coded identifier of the operation, supported by the system." + }, + { + "id": "CapabilityStatement.rest.interaction.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.rest.interaction.documentation", + "type": [{ "code": "markdown" }], + "short": "Anything special about operation behavior", + "definition": "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented." + }, + { + "id": "CapabilityStatement.rest.searchParam", + "max": "*", + "min": 0, + "path": "CapabilityStatement.rest.searchParam", + "short": "Search parameters for searching all resources", + "comment": "Typically, the only search parameters supported for all searches are those that apply to all resources - tags, profiles, text search etc. These search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.", + "definition": "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.", + "contentReference": "#CapabilityStatement.rest.resource.searchParam" + }, + { + "path": "CapabilityStatement.rest.operation", + "min": 0, + "definition": "Definition of an operation or a named query together with its parameters and their meaning and type.", + "short": "Definition of a system level operation", + "contentReference": "#CapabilityStatement.rest.resource.operation", + "max": "*", + "id": "CapabilityStatement.rest.operation", + "comment": "CapabilityStatement.rest.operation is for operations invoked at the system level, or for operations that are supported across multiple resource types. Operations linked from CapabilityStatement.rest.operation must have OperationDefinition.system = true, or more than one Operation.resource.", + "isSummary": true + }, + { + "id": "CapabilityStatement.rest.compartment", + "max": "*", + "min": 0, + "path": "CapabilityStatement.rest.compartment", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" + ] + } + ], + "short": "Compartments served/used by system", + "comment": "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).", + "definition": "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL ." + }, + { + "path": "CapabilityStatement.messaging", + "min": 0, + "definition": "A description of the messaging capabilities of the solution.", + "short": "If messaging is supported", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.messaging", + "condition": ["cpb-1"], + "comment": "Multiple repetitions allow the documentation of multiple endpoints per solution.", + "isSummary": true + }, + { + "id": "CapabilityStatement.messaging.endpoint", + "max": "*", + "min": 0, + "path": "CapabilityStatement.messaging.endpoint", + "type": [{ "code": "BackboneElement" }], + "alias": ["3"], + "short": "Where messages should be sent", + "definition": "An endpoint (network accessible address) to which messages and/or replies are to be sent." + }, + { + "id": "CapabilityStatement.messaging.endpoint.protocol", + "max": "1", + "min": 1, + "path": "CapabilityStatement.messaging.endpoint.protocol", + "type": [{ "code": "Coding" }], + "short": "http | ftp | mllp +", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/message-transport", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageTransport" + } + ], + "description": "The protocol used for message transport." + }, + "definition": "A list of the messaging transport protocol(s) identifiers, supported by this endpoint." + }, + { + "id": "CapabilityStatement.messaging.endpoint.address", + "max": "1", + "min": 1, + "path": "CapabilityStatement.messaging.endpoint.address", + "type": [{ "code": "url" }], + "short": "Network address or identifier of the end-point", + "definition": "The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier." + }, + { + "id": "CapabilityStatement.messaging.reliableCache", + "max": "1", + "min": 0, + "path": "CapabilityStatement.messaging.reliableCache", + "type": [{ "code": "unsignedInt" }], + "short": "Reliable Message Cache Length (min)", + "comment": "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.", + "definition": "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender)." + }, + { + "id": "CapabilityStatement.messaging.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.messaging.documentation", + "type": [{ "code": "markdown" }], + "short": "Messaging interface behavior details", + "definition": "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner." + }, + { + "path": "CapabilityStatement.messaging.supportedMessage", + "min": 0, + "definition": "References to message definitions for messages this system can send or receive.", + "short": "Messages supported by this system", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "CapabilityStatement.messaging.supportedMessage", + "comment": "This is a proposed alternative to the messaging.event structure.", + "isSummary": true + }, + { + "path": "CapabilityStatement.messaging.supportedMessage.mode", + "min": 1, + "definition": "The mode of this event declaration - whether application is sender or receiver.", + "short": "sender | receiver", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-capability-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventCapabilityMode" + } + ], + "description": "The mode of a message capability statement." + }, + "max": "1", + "id": "CapabilityStatement.messaging.supportedMessage.mode", + "isSummary": true + }, + { + "id": "CapabilityStatement.messaging.supportedMessage.definition", + "max": "1", + "min": 1, + "path": "CapabilityStatement.messaging.supportedMessage.definition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "short": "Message supported by this system", + "isSummary": true, + "definition": "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc." + }, + { + "path": "CapabilityStatement.document", + "min": 0, + "definition": "A document definition.", + "short": "Document definition", + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.document", + "condition": ["cpb-1"], + "isSummary": true + }, + { + "path": "CapabilityStatement.document.mode", + "min": 1, + "definition": "Mode of this document declaration - whether an application is a producer or consumer.", + "short": "producer | consumer", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-mode|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentMode" + } + ], + "description": "Whether the application produces or consumes documents." + }, + "max": "1", + "id": "CapabilityStatement.document.mode", + "isSummary": true + }, + { + "id": "CapabilityStatement.document.documentation", + "max": "1", + "min": 0, + "path": "CapabilityStatement.document.documentation", + "type": [{ "code": "markdown" }], + "short": "Description of document support", + "definition": "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc." + }, + { + "path": "CapabilityStatement.document.profile", + "min": 1, + "definition": "A profile on the document Bundle that constrains which resources are present, and their contents.", + "short": "Constraint on the resources used in the document", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "CapabilityStatement.document.profile", + "comment": "The profile is actually on the Bundle.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Code indication the adoption status of the patient.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "adoptionInfo", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "adoptionInfo", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-adoptionInfo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo", + "context": [{ "type": "element", "expression": "Patient" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-adoptionInfo", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "The adoption status of the patient", + "definition": "Code indication the adoption status of the patient." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-adoptionInfo" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "CodeableConcept" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "uncertainty", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-uncertainty", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty", + "context": [{ "type": "element", "expression": "Quantity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-uncertainty", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Standard Deviation (same units as the quantity)", + "comment": "standardDeviation has the same units as the quantity. It is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at standardDeviation.", + "mapping": [ + { "map": "PPD.standardDeviation", "identity": "rim" } + ], + "definition": "The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-uncertainty" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "decimal" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The category under which the resource type is presented on the official resource list.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-category/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "category", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-category", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-category", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Category from official resource list", + "comment": "To allow tools to follow the same structure for user convenience.", + "definition": "The category under which the resource type is presented on the official resource list." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A kind of specimen with associated set of requirements.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SpecimenDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "4.0.1", + "name": "SpecimenDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SpecimenDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SpecimenDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/SpecimenDefinition", + "differential": { + "element": [ + { + "id": "SpecimenDefinition", + "max": "*", + "min": 0, + "path": "SpecimenDefinition", + "short": "Kind of specimen", + "mapping": [ + { "map": "OM4", "identity": "v2" }, + { "map": "Role[classCode=SPEC]", "identity": "rim" } + ], + "definition": "A kind of specimen with associated set of requirements." + }, + { + "id": "SpecimenDefinition.identifier", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.identifier", + "type": [{ "code": "Identifier" }], + "short": "Business identifier of a kind of specimen", + "isSummary": true, + "definition": "A business identifier associated with the kind of specimen." + }, + { + "path": "SpecimenDefinition.typeCollected", + "min": 0, + "definition": "The kind of material to be collected.", + "short": "Kind of material to collect", + "mapping": [{ "map": "OM4-6", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CollectedSpecimenType" + } + ], + "description": "The type of the specimen to be collected." + }, + "max": "1", + "id": "SpecimenDefinition.typeCollected", + "isSummary": true + }, + { + "path": "SpecimenDefinition.patientPreparation", + "min": 0, + "definition": "Preparation of the patient for specimen collection.", + "short": "Patient preparation for collection", + "mapping": [{ "map": "OM1-37", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PreparePatient" + } + ], + "description": "Checks on the patient prior specimen collection." + }, + "max": "*", + "id": "SpecimenDefinition.patientPreparation", + "isSummary": true + }, + { + "path": "SpecimenDefinition.timeAspect", + "min": 0, + "definition": "Time aspect of specimen collection (duration or offset).", + "short": "Time aspect for collection", + "mapping": [{ "map": "OM1-43, OM1-44", "identity": "v2" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "SpecimenDefinition.timeAspect", + "example": [ + { + "label": "General", + "valueString": "24 hour, 20' post charge" + } + ], + "isSummary": true + }, + { + "path": "SpecimenDefinition.collection", + "min": 0, + "definition": "The action to be performed for collecting the specimen.", + "short": "Specimen collection procedure", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCollection" + } + ], + "description": "The action to collect a type of specimen." + }, + "max": "*", + "id": "SpecimenDefinition.collection", + "isSummary": true + }, + { + "id": "SpecimenDefinition.typeTested", + "max": "*", + "min": 0, + "path": "SpecimenDefinition.typeTested", + "type": [{ "code": "BackboneElement" }], + "short": "Specimen in container intended for testing by lab", + "definition": "Specimen conditioned in a container as expected by the testing laboratory." + }, + { + "path": "SpecimenDefinition.typeTested.isDerived", + "min": 0, + "definition": "Primary of secondary specimen.", + "short": "Primary or secondary specimen", + "mapping": [{ "map": "OM4-2", "identity": "v2" }], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "SpecimenDefinition.typeTested.isDerived", + "example": [{ "label": "General", "valueBoolean": false }] + }, + { + "id": "SpecimenDefinition.typeTested.type", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Type of intended specimen", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IntendedSpecimenType" + } + ], + "description": "The type of specimen conditioned in a container for lab testing." + }, + "definition": "The kind of specimen conditioned for testing expected by lab." + }, + { + "path": "SpecimenDefinition.typeTested.preference", + "min": 1, + "definition": "The preference for this type of conditioned specimen.", + "short": "preferred | alternate", + "mapping": [{ "map": "OM4-16", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenContainedPreference" + } + ], + "description": "Degree of preference of a type of conditioned specimen." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.preference", + "example": [ + { + "label": "General", + "valueCode": "preferred, alternate" + } + ] + }, + { + "id": "SpecimenDefinition.typeTested.container", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container", + "type": [{ "code": "BackboneElement" }], + "short": "The specimen's container", + "definition": "The specimen's container." + }, + { + "id": "SpecimenDefinition.typeTested.container.material", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.material", + "type": [{ "code": "CodeableConcept" }], + "short": "Container material", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-material", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerMaterial" + } + ], + "description": "Types of material for specimen containers." + }, + "definition": "The type of material of the container." + }, + { + "id": "SpecimenDefinition.typeTested.container.type", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.type", + "type": [{ "code": "CodeableConcept" }], + "short": "Kind of container associated with the kind of specimen", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerType" + } + ], + "description": "Type of specimen container." + }, + "definition": "The type of container used to contain this kind of specimen." + }, + { + "path": "SpecimenDefinition.typeTested.container.cap", + "requirements": "From ISO 6710-2017 Table F.1 Recommended colour codes.", + "min": 0, + "definition": "Color of container cap.", + "short": "Color of container cap", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-cap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerCap" + } + ], + "description": "Color of the container cap." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.cap" + }, + { + "path": "SpecimenDefinition.typeTested.container.description", + "min": 0, + "definition": "The textual description of the kind of container.", + "short": "Container description", + "mapping": [{ "map": "OM4-3", "identity": "v2" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "SpecimenDefinition.typeTested.container.description", + "example": [ + { + "label": "General", + "valueString": "Blue top tube with citrate" + } + ] + }, + { + "id": "SpecimenDefinition.typeTested.container.capacity", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.capacity", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "short": "Container capacity", + "mapping": [{ "map": "OM4-4, OM4-5", "identity": "v2" }], + "definition": "The capacity (volume or other measure) of this kind of container." + }, + { + "id": "SpecimenDefinition.typeTested.container.minimumVolume[x]", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.minimumVolume[x]", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "string" } + ], + "short": "Minimum volume", + "mapping": [{ "map": "OM4-11", "identity": "v2" }], + "definition": "The minimum volume to be conditioned in the container." + }, + { + "id": "SpecimenDefinition.typeTested.container.additive", + "max": "*", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.additive", + "type": [{ "code": "BackboneElement" }], + "short": "Additive associated with container", + "mapping": [{ "map": "OM4-7", "identity": "v2" }], + "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA." + }, + { + "path": "SpecimenDefinition.typeTested.container.additive.additive[x]", + "min": 1, + "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", + "short": "Additive associated with container", + "mapping": [{ "map": "OM4-7", "identity": "v2" }], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerAdditive" + } + ], + "description": "Substance added to specimen container." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.additive.additive[x]" + }, + { + "id": "SpecimenDefinition.typeTested.container.preparation", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.container.preparation", + "type": [{ "code": "string" }], + "short": "Specimen container preparation", + "mapping": [{ "map": "OM4-8", "identity": "v2" }], + "definition": "Special processing that should be applied to the container for this kind of specimen." + }, + { + "id": "SpecimenDefinition.typeTested.requirement", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.requirement", + "type": [{ "code": "string" }], + "short": "Specimen requirements", + "mapping": [{ "map": "OM4-12", "identity": "v2" }], + "definition": "Requirements for delivery and special handling of this kind of conditioned specimen." + }, + { + "id": "SpecimenDefinition.typeTested.retentionTime", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.retentionTime", + "type": [{ "code": "Duration" }], + "short": "Specimen retention time", + "mapping": [{ "map": "OM4-14", "identity": "v2" }], + "definition": "The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing." + }, + { + "path": "SpecimenDefinition.typeTested.rejectionCriterion", + "min": 0, + "definition": "Criterion for rejection of the specimen in its container by the laboratory.", + "short": "Rejection criterion", + "mapping": [{ "map": "OM1-39", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RejectionCriterion" + } + ], + "description": "Criterion for rejection of the specimen by laboratory." + }, + "max": "*", + "id": "SpecimenDefinition.typeTested.rejectionCriterion" + }, + { + "id": "SpecimenDefinition.typeTested.handling", + "max": "*", + "min": 0, + "path": "SpecimenDefinition.typeTested.handling", + "type": [{ "code": "BackboneElement" }], + "short": "Specimen handling before testing", + "definition": "Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process." + }, + { + "path": "SpecimenDefinition.typeTested.handling.temperatureQualifier", + "min": 0, + "definition": "It qualifies the interval of temperature, which characterizes an occurrence of handling. Conditions that are not related to temperature may be handled in the instruction element.", + "short": "Temperature qualifier", + "mapping": [{ "map": "OM4-15", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HandlingConditionSet" + } + ], + "description": "Set of handling instructions prior testing of the specimen." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.handling.temperatureQualifier" + }, + { + "id": "SpecimenDefinition.typeTested.handling.temperatureRange", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.handling.temperatureRange", + "type": [{ "code": "Range" }], + "short": "Temperature range", + "definition": "The temperature interval for this set of handling instructions." + }, + { + "id": "SpecimenDefinition.typeTested.handling.maxDuration", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.handling.maxDuration", + "type": [{ "code": "Duration" }], + "short": "Maximum preservation time", + "definition": "The maximum time interval of preservation of the specimen with these conditions." + }, + { + "id": "SpecimenDefinition.typeTested.handling.instruction", + "max": "1", + "min": 0, + "path": "SpecimenDefinition.typeTested.handling.instruction", + "type": [{ "code": "string" }], + "short": "Preservation instruction", + "example": [ + { + "label": "General", + "valueString": "freeze within 4 hours" + } + ], + "definition": "Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Variable specifying a logic to generate a variable for use in subsequent logic. The name of the variable will be added to FHIRPath's context when processing descendants of the element that contains this extension.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/variable/4.0.1", + "date": "2013-12-05", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "Variable", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "variable", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/variable", + "context": [ + { "type": "element", "expression": "Questionnaire" }, + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "Questionnaire.item.item" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/variable", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Variable for processing", + "comment": "Ordering of variable extension declarations is significant as variables declared in one repetition of this extension might be used in subsequent extension repetitions.", + "definition": "Variable specifying a logic to generate a variable for use in subsequent logic. The name of the variable will be added to FHIRPath's context when processing descendants of the element that contains this extension." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/variable" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "Expression" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Need to define relationships between organizations that are not sub-divisions of the same organization (part-of relationships).", + "name": "OrganizationAffiliation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "OrganizationAffiliation", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "OrganizationAffiliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/OrganizationAffiliation", + "differential": { + "element": [ + { + "id": "OrganizationAffiliation", + "max": "*", + "min": 0, + "path": "OrganizationAffiliation", + "short": "Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship", + "mapping": [{ "map": "Role", "identity": "rim" }], + "definition": "Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship." + }, + { + "path": "OrganizationAffiliation.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "Business identifiers that are specific to this role.", + "short": "Business identifiers that are specific to this role", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "OrganizationAffiliation.identifier", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.active", + "requirements": "Need to be able to mark an organization affiliation record as not to be used because it was created in error, or otherwise no longer in active use.", + "min": 0, + "definition": "Whether this organization affiliation record is in active use.", + "short": "Whether this organization affiliation record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "OrganizationAffiliation.active", + "comment": "If this value is false, you may refer to the period to see when the role was in active use. If there is no period specified, no inference can be made about when it was active.", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.period", + "requirements": "An affiliation may be created ahead of time and only be active for a defined period of time. Once the affiliation is complete, the fact that it existed may still be required.", + "min": 0, + "definition": "The period during which the participatingOrganization is affiliated with the primary organization.", + "short": "The period during which the participatingOrganization is affiliated with the primary organization", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "OrganizationAffiliation.period", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.organization", + "min": 0, + "definition": "Organization where the role is available (primary organization/has members).", + "short": "Organization where the role is available", + "mapping": [{ "map": ".scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "OrganizationAffiliation.organization", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.participatingOrganization", + "min": 0, + "definition": "The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).", + "short": "Organization that provides/performs the role (e.g. providing services or is a member of)", + "mapping": [{ "map": ".player", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "OrganizationAffiliation.participatingOrganization", + "isSummary": true + }, + { + "id": "OrganizationAffiliation.network", + "max": "*", + "min": 0, + "path": "OrganizationAffiliation.network", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", + "isSummary": true, + "definition": "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)." + }, + { + "path": "OrganizationAffiliation.code", + "min": 0, + "definition": "Definition of the role the participatingOrganization plays in the association.", + "short": "Definition of the role the participatingOrganization plays", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationAffiliation" + } + ], + "description": "The role the participating organization providing services to the primary organization." + }, + "max": "*", + "id": "OrganizationAffiliation.code", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.specialty", + "min": 0, + "definition": "Specific specialty of the participatingOrganization in the context of the role.", + "short": "Specific specialty of the participatingOrganization in the context of the role", + "mapping": [ + { + "map": ".player.HealthCareProvider[@classCode = 'PROV'].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationSpecialty" + } + ], + "description": "Specific specialty associated with the participating organization." + }, + "max": "*", + "id": "OrganizationAffiliation.specialty", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.location", + "min": 0, + "definition": "The location(s) at which the role occurs.", + "short": "The location(s) at which the role occurs", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "max": "*", + "id": "OrganizationAffiliation.location", + "isSummary": true + }, + { + "id": "OrganizationAffiliation.healthcareService", + "max": "*", + "min": 0, + "path": "OrganizationAffiliation.healthcareService", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "short": "Healthcare services provided through the role", + "mapping": [ + { + "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", + "identity": "rim" + } + ], + "definition": "Healthcare services provided through the role." + }, + { + "path": "OrganizationAffiliation.telecom", + "requirements": "Sometimes a participating organization provides dedicated contacts to handle enquiries specifically for the role provided to the affiliated organization.", + "min": 0, + "definition": "Contact details at the participatingOrganization relevant to this Affiliation.", + "short": "Contact details at the participatingOrganization relevant to this Affiliation", + "mapping": [{ "map": ".telecom", "identity": "rim" }], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "OrganizationAffiliation.telecom", + "isSummary": true + }, + { + "id": "OrganizationAffiliation.endpoint", + "max": "*", + "min": 0, + "path": "OrganizationAffiliation.endpoint", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "short": "Technical endpoints providing access to services operated for this role", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "definition": "Technical endpoints providing access to services operated for this role." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Helps a user track down the source of the problem.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "issue-source", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Source of Issue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operationoutcome-issue-source", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source", + "context": [ + { "type": "element", "expression": "OperationOutcome.issue" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operationoutcome-issue-source", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Source of a validation message", + "definition": "Helps a user track down the source of the problem." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for uuid type: A UUID, represented as a URI", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/uuid/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "uuid", + "abstract": false, + "type": "uuid", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "uuid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uuid", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/uuid", + "differential": { + "element": [ + { + "id": "uuid", + "max": "*", + "min": 0, + "path": "uuid", + "short": "Primitive Type uuid", + "comment": "See The Open Group, CDE 1.1 Remote Procedure Call specification, Appendix A.", + "definition": "A UUID, represented as a URI" + }, + { + "id": "uuid.value", + "max": "1", + "min": 0, + "path": "uuid.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uuid" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" + } + ] + } + ], + "short": "Primitive value for uuid", + "definition": "Primitive value for uuid", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "Indicates that the style extensions (style, markdown and xhtml) in this resource instance are essential to the interpretation of the instance and that systems that are not capable of rendering using those extensions should not be used to render the resource.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive/4.0.1", + "date": "2014-04-23", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "styleSensitive", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rendering-styleSensitive", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive", + "context": [{ "type": "element", "expression": "Element" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/rendering-styleSensitive", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Are styles important for processing?", + "comment": "If set to true, all systems that claim to support this extension and that render elements from the resource SHALL either render the content as required by the style extensions ([style], [xhtml] and [markdown]) or shall indicate to the user that the resource (or specific elements in the resource) cannot be appropriately rendered by the system.", + "definition": "Indicates that the style extensions (style, markdown and xhtml) in this resource instance are essential to the interpretation of the instance and that systems that are not capable of rendering using those extensions should not be used to render the resource." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/rendering-styleSensitive" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A reference to where the rule is defined (based on the authoritative URLs in the applicable conformance resources).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/operationoutcome-authority/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "authority", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Rule Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operationoutcome-authority", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-authority", + "context": [ + { "type": "element", "expression": "OperationOutcome.issue" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/operationoutcome-authority", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Reference to where the rule is defined", + "definition": "A reference to where the rule is defined (based on the authoritative URLs in the applicable conformance resources)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/operationoutcome-authority" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "uri" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The portion of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own name.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/humanname-partner-name/4.0.1", + "date": "2015-11-22", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR Core WG", + "fhirVersion": "4.0.1", + "name": "partner-name", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "humanname-partner-name", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name", + "context": [{ "type": "element", "expression": "HumanName.family" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/humanname-partner-name", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Portion derived from person's partner's surname", + "comment": "If the person's surname has legally changed to become (or incorporate) the surname of the person's partner or spouse, this is the person's surname immediately prior to such change. Often this is the person's \"maiden name\".", + "mapping": [ + { "map": "FN.5", "identity": "v2" }, + { + "map": "ENXP where Qualifiers = (SP)", + "identity": "rim" + } + ], + "definition": "The portion of the family name that is derived from the person's partner's surname, as distinguished from any portion that is derived from the surname of the person's own name." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/humanname-partner-name" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Human readable names for the codesystem.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-otherName/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "otherName", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-otherName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-otherName", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-otherName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Alternative names", + "definition": "Human readable names for the codesystem.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "This name is intended to be human readable, short and as specific as possible and to convey the purpose of the value set. It is considered to be the name of the value set.", + "isModifier": false, + "short": "Human readable, short and specific", + "type": [{ "code": "Extension" }], + "sliceName": "name", + "max": "1", + "id": "Extension.extension:name", + "comment": "This need not be unique. However, some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique." + }, + { + "id": "Extension.extension:name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "name" + }, + { + "id": "Extension.extension:name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Flag that this Name in this Name Language is the preferred human-readable signifier in this language.", + "isModifier": false, + "short": "Which name is preferred for this language", + "type": [{ "code": "Extension" }], + "sliceName": "preferred", + "max": "1", + "id": "Extension.extension:preferred", + "comment": "There may be multiple human readable names in a given language, and this flag indicates which of them is preferred for the given language." + }, + { + "id": "Extension.extension:preferred.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:preferred.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "preferred" + }, + { + "id": "Extension.extension:preferred.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "boolean" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-otherName" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant in delivering the requested service.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/request-insurance/4.0.1", + "date": "2017-12-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "insurance", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Insurance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "request-insurance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/request-insurance", + "context": [{ "type": "element", "expression": "NutritionOrder" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/request-insurance", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Associated insurance coverage", + "mapping": [ + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant in delivering the requested service." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/request-insurance" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/fwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "For attachment answers, indicates the maximum size an attachment can be.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/maxSize/4.0.1", + "date": "2014-04-27", + "derivation": "constraint", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "maxSize", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "maxSize", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/maxSize", + "context": [ + { "type": "element", "expression": "Questionnaire.item" }, + { "type": "element", "expression": "ElementDefinition" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/maxSize", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Max size in MB", + "comment": "This extension only has meaning if the element has a type of Attachment.", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF-level)", "identity": "rim" } + ], + "definition": "For attachment answers, indicates the maximum size an attachment can be." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/maxSize" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "decimal" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A human readable name for the region of interest. Typically Exon #, Intron # or other. NOTE: This is not standardized and is mainly for convenience and display purposes. LOINC Code: ([47999-8](http://loinc.org/47999-8)).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName/4.0.1", + "date": "2016-03-14", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "4.0.1", + "name": "DNARegionName", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-geneticsDNARegionName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-geneticsDNARegionName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "DNA region name", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "definition": "A human readable name for the region of interest. Typically Exon #, Intron # or other. NOTE: This is not standardized and is mainly for convenience and display purposes. LOINC Code: ([47999-8](http://loinc.org/47999-8))." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-geneticsDNARegionName" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Whether elements can come in any order in XML.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order/4.0.1", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - [WG Name] WG", + "fhirVersion": "4.0.1", + "name": "xml-no-order", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "No Order in XML", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "structuredefinition-xml-no-order", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order", + "context": [{ "type": "element", "expression": "StructureDefinition" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/structuredefinition-xml-no-order", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Whether elements can come in any order (XML)", + "comment": "This is never set in FHIR Resources or Data types, but may be encountered in other structure definitions.", + "definition": "Whether elements can come in any order in XML." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Direction (e.g., N, S, W, E).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-direction", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-direction", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-direction", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "direction", + "mapping": [ + { "map": "ADXP[partType=DIR]", "identity": "rim" } + ], + "definition": "Direction (e.g., N, S, W, E)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-direction" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ValueSet/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Vocabulary)", + "fhirVersion": "4.0.1", + "name": "ValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "ValueSet", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ValueSet", + "differential": { + "element": [ + { + "id": "ValueSet", + "max": "*", + "min": 0, + "path": "ValueSet", + "short": "A set of codes drawn from one or more code systems", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "constraint": [ + { + "key": "vsd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [CodeSystem](codesystem.html) definitions and their use in [coded elements](terminologies.html)." + }, + { + "path": "ValueSet.url", + "requirements": "Allows the value set to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this value set when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this value set is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the value set is stored on different servers.", + "short": "Canonical identifier for this value set, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ValueSet.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ValueSet.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the value set (business identifier)", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ValueSet.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this value set outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ValueSet.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the value set author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "short": "Business version of the value set", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.version", + "comment": "There may be different value set instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the value set with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ValueSet.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the value set. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this value set (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.A name should be provided unless the value set is a contained resource (e.g. an anonymous value set in a profile). Most registries will require a name.", + "isSummary": true + }, + { + "path": "ValueSet.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the value set.", + "short": "Name for this value set (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ValueSet.status", + "min": 1, + "definition": "The status of this value set. Enables tracking the life-cycle of the content. The status of the value set applies to the value set definition (ValueSet.compose) and the associated ValueSet metadata. Expansions do not have a state.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ValueSet.status", + "comment": "Allows filtering of value sets that are appropriate for use versus not.See also the [valueset-workflowStatus](extension-valueset-workflowstatus.html) extension for additional status information related to the editorial process.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ValueSet.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level value set.", + "min": 0, + "definition": "A Boolean value to indicate that this value set is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ValueSet.experimental", + "comment": "Allows filtering of value sets that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ValueSet.date", + "min": 0, + "definition": "The date (and optionally time) when the value set was created or revised (e.g. the 'content logical definition').", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ValueSet.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the value set. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ValueSet.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the value set. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the value set.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the value set is the organization or individual primarily responsible for the maintenance and upkeep of the value set. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the value set. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ValueSet.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ValueSet.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ValueSet.description", + "min": 0, + "definition": "A free text natural language description of the value set from a consumer's perspective. The textual description specifies the span of meanings for concepts to be included within the Value Set Expansion, and also may specify the intended use and limitations of the Value Set.", + "short": "Natural language description of the value set", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "alias": ["Scope", "Purpose"], + "max": "1", + "id": "ValueSet.description", + "comment": "This description can be used to capture details such as why the value set was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the value set as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the value set is presumed to be the predominant language in the place the value set was created).The description is not intended to describe the semantics of the Value Set - there are no intrinsic semantics separate from the codes contained in its expansion. The description should capture its intended use, which is needed for ensuring integrity for its use in models across future changes. A description should be provided unless the value set is a contained resource (e.g. an anonymous value set in a profile). Most registries will require a description." + }, + { + "path": "ValueSet.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate value set instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ValueSet.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the value set is intended to be used.", + "short": "Intended jurisdiction for value set (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ValueSet.jurisdiction", + "comment": "It may be possible for the value set to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ValueSet.immutable", + "min": 0, + "definition": "If this is set to 'true', then no new versions of the content logical definition can be created. Note: Other metadata might still change.", + "short": "Indicates whether or not any change to the content logical definition may occur", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ValueSet.immutable", + "comment": "Normally immutability is set to 'false', which is the default assumption if it is not populated. Note that the implication is that if this is set to 'true', there may be only one ValueSet version for this definition. Immutability tends to be set to 'true' in one of two cases: - Where the value set, by the nature of its usage, cannot change. For example \"All specializations of ACT in ActClassCode\" - Where there's no safe way to express the \"Purpose\" such that someone else could safely make changes to the value set definition. Source workflow control must guarantee that the same URI always yields the same definition.", + "isSummary": true + }, + { + "path": "ValueSet.purpose", + "min": 0, + "definition": "Explanation of why this value set is needed and why it has been designed as it has.", + "short": "Why this value set is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ValueSet.purpose", + "comment": "This element does not describe the usage of the value set. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this value set." + }, + { + "path": "ValueSet.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the value set and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the value set and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the value set.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ValueSet.copyright", + "comment": "nullFrequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required." + }, + { + "id": "ValueSet.compose", + "max": "1", + "min": 0, + "path": "ValueSet.compose", + "type": [{ "code": "BackboneElement" }], + "alias": ["Content Logical Definition", "CLD"], + "short": "Content logical definition of the value set (CLD)", + "definition": "A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from. This is also known as the Content Logical Definition (CLD)." + }, + { + "path": "ValueSet.compose.lockedDate", + "min": 0, + "definition": "The Locked Date is the effective date that is used to determine the version of all referenced Code Systems and Value Set Definitions included in the compose that are not already tied to a specific version.", + "short": "Fixed date for references with no specified version (transitive)", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "date" }], + "max": "1", + "id": "ValueSet.compose.lockedDate", + "comment": "With a defined lockedDate the value set is considered \"Locked\". Otherwise, the value set may have different expansions as underlying code systems and/or value sets evolve. The interpretation of lockedDate is often dependent on the context - e.g. a SNOMED CT derived value set with a lockedDate will have a different expansion in USA than in UK. If a value set specifies a version for include and exclude statements, and also specifies a locked date, the specified versions need to be available that date, or the value set will not be usable.", + "isSummary": true + }, + { + "path": "ValueSet.compose.inactive", + "min": 0, + "definition": "Whether inactive codes - codes that are not approved for current use - are in the value set. If inactive = true, inactive codes are to be included in the expansion, if inactive = false, the inactive codes will not be included in the expansion. If absent, the behavior is determined by the implementation, or by the applicable $expand parameters (but generally, inactive codes would be expected to be included).", + "short": "Whether inactive codes are in the value set", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ValueSet.compose.inactive", + "comment": "Note that in the FHIR terminology framework, \"deprecated\" does not mean inactive, but in some code systems, e.g. LOINC, \"deprecated\" does mean inactive. Code systems should define what codes are considered to be inactive. If this is not clearly defined (including in the FHIR code system resource), then all codes are assumed to be active.\n\nThe Value Set Definition specification defines an ActiveOnly element, which is the reverse of this element e.g. (ValueSet.compose.inactive=FALSE) is the same as (VSD.ActiveOnly=TRUE).", + "isSummary": true + }, + { + "constraint": [ + { + "key": "vsd-2", + "human": "A value set with concepts or filters SHALL include a system", + "xpath": "not(exists(f:concept) or exists(f:filter)) or exists(f:system)", + "severity": "error", + "expression": "(concept.exists() or filter.exists()) implies system.exists()" + }, + { + "key": "vsd-3", + "human": "Cannot have both concept and filter", + "xpath": "not(exists(f:concept)) or not(exists(f:filter))", + "severity": "error", + "expression": "concept.empty() or filter.empty()" + }, + { + "key": "vsd-1", + "human": "A value set include/exclude SHALL have a value set or a system", + "xpath": "exists(f:valueSet) or exists(f:system)", + "severity": "error", + "expression": "valueSet.exists() or system.exists()" + } + ], + "path": "ValueSet.compose.include", + "min": 1, + "definition": "Include one or more codes from a code system or other value set(s).", + "short": "Include one or more codes from a code system or other value set(s)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptSet" + } + ], + "max": "*", + "id": "ValueSet.compose.include", + "comment": "All the conditions in an include must be true. If a system is listed, all the codes from the system are listed. If one or more filters are listed, all of the filters must apply. If one or more value sets are listed, the codes must be in all the value sets. E.g. each include is 'include all the codes that meet all these conditions'.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.system", + "min": 0, + "definition": "An absolute URI which is the code system from which the selected codes come from.", + "short": "The system the codes come from", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ValueSet.compose.include.system", + "condition": ["vsd-1", "vsd-2"], + "comment": "If there are no codes or filters, the entire code system is included. Note that the set of codes that are included may contain abstract codes. See ''Coding.system'' for further documentation about the correct value for the system element.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.version", + "min": 0, + "definition": "The version of the code system that the codes are selected from, or the special version '*' for all versions.", + "short": "Specific version of the code system referred to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.compose.include.version", + "comment": "This is used when selecting the descendants of a concept - they may change between versions. If no version is specified, then the exact contents of the value set might not be known until a context of use binds it to a particular version. The special value '*' means all versions; It is at server discretion regarding expansions and which versions must be supported.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.concept", + "min": 0, + "definition": "Specifies a concept to be included or excluded.", + "short": "A concept defined in the system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptReference" + } + ], + "max": "*", + "id": "ValueSet.compose.include.concept", + "condition": ["vsd-3"], + "comment": "The list of concepts is considered ordered, though the order might not have any particular significance. Typically, the order of an expansion follows that defined in the compose element." + }, + { + "path": "ValueSet.compose.include.concept.code", + "min": 1, + "definition": "Specifies a code for the concept to be included or excluded.", + "short": "Code or expression from system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "max": "1", + "id": "ValueSet.compose.include.concept.code", + "comment": "Expressions are allowed if defined by the underlying code system." + }, + { + "path": "ValueSet.compose.include.concept.display", + "min": 0, + "definition": "The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system.", + "short": "Text to display for this code for this value set in this valueset", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.compose.include.concept.display", + "comment": "The value set resource allows for an alternative display to be specified for when this concept is used in this particular value set. See notes in the value set narrative about the correct use of this element." + }, + { + "id": "ValueSet.compose.include.concept.designation", + "max": "*", + "min": 0, + "path": "ValueSet.compose.include.concept.designation", + "type": [{ "code": "BackboneElement" }], + "short": "Additional representations for this concept", + "comment": "Concepts have both a ```display``` and an array of ```designation```. The display is equivalent to a special designation with an implied ```designation.use``` of \"primary code\" and a language equal to the [Resource Language](resource.html#language).", + "definition": "Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc." + }, + { + "path": "ValueSet.compose.include.concept.designation.language", + "min": 0, + "definition": "The language this designation is defined for.", + "short": "Human language of the designation", + "type": [{ "code": "code" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "1", + "id": "ValueSet.compose.include.concept.designation.language", + "comment": "In the absence of a language, the resource language applies." + }, + { + "path": "ValueSet.compose.include.concept.designation.use", + "min": 0, + "definition": "A code that represents types of uses of designations.", + "short": "Types of uses of designations", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "1", + "id": "ValueSet.compose.include.concept.designation.use", + "comment": "If no use is provided, the designation can be assumed to be suitable for general display to a human user." + }, + { + "id": "ValueSet.compose.include.concept.designation.value", + "max": "1", + "min": 1, + "path": "ValueSet.compose.include.concept.designation.value", + "type": [{ "code": "string" }], + "short": "The text value for this designation", + "definition": "The text value for this designation." + }, + { + "path": "ValueSet.compose.include.filter", + "min": 0, + "definition": "Select concepts by specify a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified, they SHALL all be true.", + "short": "Select codes/concepts by their properties (including relationships)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ValueSet.compose.include.filter", + "condition": ["vsd-3"], + "comment": "Selecting codes by specifying filters based on properties is only possible where the underlying code system defines appropriate properties. Note that in some cases, the underlying code system defines the logical concepts but not the literal codes for the concepts. In such cases, the literal definitions may be provided by a third party.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.property", + "min": 1, + "definition": "A code that identifies a property or a filter defined in the code system.", + "short": "A property/filter defined by the code system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "max": "1", + "id": "ValueSet.compose.include.filter.property", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.op", + "min": 1, + "definition": "The kind of operation to perform as a part of the filter criteria.", + "short": "= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FilterOperator" + } + ], + "description": "The kind of operation to perform as a part of a property based filter." + }, + "max": "1", + "id": "ValueSet.compose.include.filter.op", + "comment": "In case filter.property represents a property of the system, the operation applies to the selected property. In case filter.property represents a filter of the system, the operation SHALL match one of the CodeSystem.filter.operator values.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.value", + "min": 1, + "definition": "The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value (if the filter represents a property defined in CodeSystem) or of the system filter value (if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'.", + "short": "Code from the system, or regex criteria, or boolean value for exists", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ValueSet.compose.include.filter.value", + "comment": "Use regex matching with care - full regex matching on every SNOMED CT term is prohibitive, for example.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.valueSet", + "min": 0, + "definition": "Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the union of the contents of all of the referenced value sets.", + "short": "Select the contents included in this value set", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "max": "*", + "id": "ValueSet.compose.include.valueSet", + "condition": ["vsd-1"], + "comment": "The value set URI is either a logical reference to a defined value set such as a [SNOMED CT reference set](snomedct.html#implicit), or a direct reference to a value set definition using ValueSet.url. The reference might not refer to an actual FHIR ValueSet resource; in this case, whatever is referred to is an implicit definition of a value set that needs to be clear about how versions are resolved.", + "isSummary": true + }, + { + "path": "ValueSet.compose.exclude", + "min": 0, + "definition": "Exclude one or more codes from the value set based on code system filters and/or other value sets.", + "short": "Explicitly exclude codes from a code system or other value sets", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "contentReference": "#ValueSet.compose.include", + "max": "*", + "id": "ValueSet.compose.exclude", + "condition": ["vsd-2"], + "comment": "Usually this is used to selectively exclude codes that were included by subsumption in the inclusions. Any display names specified for the codes are ignored." + }, + { + "id": "ValueSet.expansion", + "max": "1", + "min": 0, + "path": "ValueSet.expansion", + "type": [{ "code": "BackboneElement" }], + "short": "Used when the value set is \"expanded\"", + "comment": "Expansion is performed to produce a collection of codes that are ready to use for data entry or validation. Value set expansions are always considered to be stateless - they are a record of the set of codes in the value set at a point in time under a given set of conditions, and are not subject to ongoing maintenance.\n\nExpansion.parameter is a simplified list of parameters - a subset of the features of the [Parameters](parameters.html) resource.", + "definition": "A value set can also be \"expanded\", where the value set is turned into a simple collection of enumerated codes. This element holds the expansion, if it has been performed." + }, + { + "id": "ValueSet.expansion.identifier", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.identifier", + "type": [{ "code": "uri" }], + "short": "Identifies the value set expansion (business identifier)", + "comment": "Typically, this uri is a UUID (e.g. urn:uuid:8230ff20-c97a-4167-a59d-dc2cb9df16dd).", + "definition": "An identifier that uniquely identifies this expansion of the valueset, based on a unique combination of the provided parameters, the system default parameters, and the underlying system code system versions etc. Systems may re-use the same identifier as long as those factors remain the same, and the expansion is the same, but are not required to do so. This is a business identifier." + }, + { + "id": "ValueSet.expansion.timestamp", + "max": "1", + "min": 1, + "path": "ValueSet.expansion.timestamp", + "type": [{ "code": "dateTime" }], + "short": "Time ValueSet expansion happened", + "comment": "This SHOULD be a fully populated instant, but in some circumstances, value sets are expanded by hand, and the expansion is published without that precision.", + "definition": "The time at which the expansion was produced by the expanding system." + }, + { + "id": "ValueSet.expansion.total", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.total", + "type": [{ "code": "integer" }], + "short": "Total number of codes in the expansion", + "comment": "Paging only applies to flat expansions.", + "definition": "The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter." + }, + { + "path": "ValueSet.expansion.offset", + "min": 0, + "definition": "If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL NOT be present.", + "short": "Offset at which this resource starts", + "type": [{ "code": "integer" }], + "meaningWhenMissing": "Paging is not being used", + "max": "1", + "id": "ValueSet.expansion.offset", + "comment": "Paging only applies to flat expansions. If a filter is applied, the count is the number of concepts that matched the filter, not the number of concepts in an unfiltered view of the expansion." + }, + { + "id": "ValueSet.expansion.parameter", + "max": "*", + "min": 0, + "path": "ValueSet.expansion.parameter", + "type": [{ "code": "BackboneElement" }], + "short": "Parameter that controlled the expansion process", + "comment": "The server decides which parameters to include here, but at a minimum, the list SHOULD include all of the parameters that affect the $expand operation. If the expansion will be persisted all of these parameters SHALL be included. If the codeSystem on the server has a specified version then this version SHALL be provided as a parameter in the expansion (note that not all code systems have a version).", + "definition": "A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion." + }, + { + "id": "ValueSet.expansion.parameter.name", + "max": "1", + "min": 1, + "path": "ValueSet.expansion.parameter.name", + "type": [{ "code": "string" }], + "short": "Name as assigned by the client or server", + "comment": "The names are assigned at the discretion of the server.", + "definition": "Name of the input parameter to the $expand operation; may be a server-assigned name for additional default or other server-supplied parameters used to control the expansion process." + }, + { + "id": "ValueSet.expansion.parameter.value[x]", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.parameter.value[x]", + "type": [ + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "decimal" }, + { "code": "uri" }, + { "code": "code" }, + { "code": "dateTime" } + ], + "short": "Value of the named parameter", + "definition": "The value of the parameter." + }, + { + "id": "ValueSet.expansion.contains", + "max": "*", + "min": 0, + "path": "ValueSet.expansion.contains", + "type": [{ "code": "BackboneElement" }], + "short": "Codes in the value set", + "constraint": [ + { + "key": "vsd-6", + "human": "SHALL have a code or a display", + "xpath": "exists(f:code) or exists(f:display)", + "severity": "error", + "expression": "code.exists() or display.exists()" + }, + { + "key": "vsd-9", + "human": "Must have a code if not abstract", + "xpath": "exists(f:code) or (f:abstract/@value = true())", + "severity": "error", + "expression": "code.exists() or abstract = true" + }, + { + "key": "vsd-10", + "human": "Must have a system if a code is present", + "xpath": "exists(f:system) or not(exists(f:code))", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + ], + "definition": "The codes that are contained in the value set expansion." + }, + { + "id": "ValueSet.expansion.contains.system", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.contains.system", + "type": [{ "code": "uri" }], + "short": "System value for the code", + "definition": "An absolute URI which is the code system in which the code for this item in the expansion is defined." + }, + { + "path": "ValueSet.expansion.contains.abstract", + "min": 0, + "definition": "If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value.", + "short": "If user cannot select this entry", + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "If this is not populated, systems can assume that the concept it not abstract. This SHALL always be populated for abstract concepts", + "max": "1", + "id": "ValueSet.expansion.contains.abstract", + "comment": "This should not be understood to exclude its use for searching (e.g. by subsumption testing). The client should know whether it is appropriate for the user to select an abstract code or not." + }, + { + "id": "ValueSet.expansion.contains.inactive", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.contains.inactive", + "type": [{ "code": "boolean" }], + "short": "If concept is inactive in the code system", + "comment": "This should only have a value if the concept is inactive.", + "definition": "If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data. It might not be known or specified whether an concept is inactive (and it may depend on the context of use)." + }, + { + "id": "ValueSet.expansion.contains.version", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.contains.version", + "type": [{ "code": "string" }], + "short": "Version in which this code/display is defined", + "comment": "The exact value of the version string is specified by the system from which the code is derived.", + "definition": "The version of the code system from this code was taken. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged." + }, + { + "id": "ValueSet.expansion.contains.code", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.contains.code", + "type": [{ "code": "code" }], + "short": "Code - if blank, this is not a selectable code", + "condition": ["vsd-6"], + "definition": "The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set." + }, + { + "id": "ValueSet.expansion.contains.display", + "max": "1", + "min": 0, + "path": "ValueSet.expansion.contains.display", + "type": [{ "code": "string" }], + "short": "User display for the concept", + "condition": ["vsd-6"], + "definition": "The recommended display for this item in the expansion." + }, + { + "id": "ValueSet.expansion.contains.designation", + "max": "*", + "min": 0, + "path": "ValueSet.expansion.contains.designation", + "short": "Additional representations for this item", + "comment": "The designations provided must be based on the value set and code system definitions.", + "definition": "Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation.", + "contentReference": "#ValueSet.compose.include.concept.designation" + }, + { + "id": "ValueSet.expansion.contains.contains", + "max": "*", + "min": 0, + "path": "ValueSet.expansion.contains.contains", + "short": "Codes contained under this entry", + "comment": "If the expansion uses this element, there is no implication about the logical relationship between them, and the structure cannot be used for logical inferencing. The structure exists to provide navigational assistance for helping human users to locate codes in the expansion.", + "definition": "Other codes and entries contained under this entry in the hierarchy.", + "contentReference": "#ValueSet.expansion.contains" + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "effectiveDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "codesystem-effectiveDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate", + "context": [{ "type": "element", "expression": "CodeSystem" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/codesystem-effectiveDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "When the value set version becomes Active and is available for use", + "definition": "This is the first date-time when the value set version becomes active, so this value is present on Inactive value set versions as well. The start Date_time is expected to be as of 0001 UTC of the Effective Date.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/codesystem-effectiveDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "date" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "name": "ChargeItemDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ChargeItemDefinition", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "ChargeItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/ChargeItemDefinition", + "differential": { + "element": [ + { + "id": "ChargeItemDefinition", + "max": "*", + "min": 0, + "path": "ChargeItemDefinition", + "short": "Definition of properties and rules about how the price and the applicability of a ChargeItem can be determined", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "constraint": [ + { + "key": "cid-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + } + ], + "definition": "The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system." + }, + { + "path": "ChargeItemDefinition.url", + "requirements": "Allows the charge item definition to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this charge item definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this charge item definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the charge item definition is stored on different servers.", + "short": "Canonical identifier for this charge item definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ChargeItemDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this charge item definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "short": "Additional identifier for the charge item definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "ChargeItemDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this charge item definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the charge item definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the charge item definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets.", + "short": "Business version of the charge item definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ChargeItemDefinition.version", + "comment": "There may be different charge item definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the charge item definition with the format [url]|[version].", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the charge item definition.", + "short": "Name for this charge item definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ChargeItemDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.derivedFromUri", + "min": 0, + "definition": "The URL pointing to an externally-defined charge item definition that is adhered to in whole or in part by this definition.", + "short": "Underlying externally-defined charge item definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "max": "*", + "id": "ChargeItemDefinition.derivedFromUri", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.partOf", + "min": 0, + "definition": "A larger definition of which this particular definition is a component or step.", + "short": "A larger definition of which this particular definition is a component or step", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "alias": ["container"], + "max": "*", + "id": "ChargeItemDefinition.partOf", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.replaces", + "min": 0, + "definition": "As new versions of a protocol or guideline are defined, allows identification of what versions are replaced by a new instance.", + "short": "Completed or terminated request(s) whose function is taken by this new request", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "ChargeItemDefinition.replaces", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.status", + "min": 1, + "definition": "The current state of the ChargeItemDefinition.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ChargeItemDefinition.status", + "comment": "Allows filtering of charge item definitions that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level charge item definition.", + "min": 0, + "definition": "A Boolean value to indicate that this charge item definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ChargeItemDefinition.experimental", + "comment": "Allows filtering of charge item definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the charge item definition was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the charge item definition changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "ChargeItemDefinition.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the charge item definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the charge item definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the charge item definition.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher {as string instead of CodeableConcept}", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ChargeItemDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the charge item definition is the organization or individual primarily responsible for the maintenance and upkeep of the charge item definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the charge item definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "ChargeItemDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.description", + "min": 0, + "definition": "A free text natural language description of the charge item definition from a consumer's perspective.", + "short": "Natural language description of the charge item definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ChargeItemDefinition.description", + "comment": "This description can be used to capture details such as why the charge item definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the charge item definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the charge item definition is presumed to be the predominant language in the place the charge item definition was created).", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate charge item definition instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ChargeItemDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the charge item definition is intended to be used.", + "short": "Intended jurisdiction for charge item definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ChargeItemDefinition.jurisdiction", + "comment": "It may be possible for the charge item definition to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the charge item definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the charge item definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the charge item definition.", + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ChargeItemDefinition.copyright" + }, + { + "path": "ChargeItemDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "short": "When the charge item definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ChargeItemDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections." + }, + { + "path": "ChargeItemDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "short": "When the charge item definition was last reviewed", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "ChargeItemDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date." + }, + { + "path": "ChargeItemDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the charge item definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the charge item definition content was or is planned to be in active use.", + "short": "When the charge item definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ChargeItemDefinition.effectivePeriod", + "comment": "The effective period for a charge item definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.code", + "min": 0, + "definition": "The defined billing details in this resource pertain to the given billing code.", + "short": "Billing codes or product types this definition applies to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemDefinitionCode" + } + ], + "description": "Billing Code defined by this ChargeItemDefinition." + }, + "max": "1", + "id": "ChargeItemDefinition.code", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.instance", + "min": 0, + "definition": "The defined billing details in this resource pertain to the given product instance(s).", + "short": "Instances this definition applies to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "max": "*", + "id": "ChargeItemDefinition.instance", + "comment": "In case of highly customized, individually produced or fitted devices/substances, the pricing information may be different for each instance of the product. This reference links pricing details to specific product instances." + }, + { + "path": "ChargeItemDefinition.applicability", + "min": 0, + "definition": "Expressions that describe applicability criteria for the billing code.", + "short": "Whether or not the billing code is applicable", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "ChargeItemDefinition.applicability", + "comment": "The applicability conditions can be used to ascertain whether a billing item is allowed in a specific context. E.g. some billing codes may only be applicable in out-patient settings, only to male/female patients or only to children." + }, + { + "id": "ChargeItemDefinition.applicability.description", + "max": "1", + "min": 0, + "path": "ChargeItemDefinition.applicability.description", + "type": [{ "code": "string" }], + "short": "Natural language description of the condition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "A brief, natural language description of the condition that effectively communicates the intended semantics." + }, + { + "id": "ChargeItemDefinition.applicability.language", + "max": "1", + "min": 0, + "path": "ChargeItemDefinition.applicability.language", + "type": [{ "code": "string" }], + "short": "Language of the expression", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The media type of the language for the expression, e.g. \"text/cql\" for Clinical Query Language expressions or \"text/fhirpath\" for FHIRPath expressions." + }, + { + "path": "ChargeItemDefinition.applicability.expression", + "min": 0, + "definition": "An expression that returns true or false, indicating whether the condition is satisfied. When using FHIRPath expressions, the %context environment variable must be replaced at runtime with the ChargeItem resource to which this definition is applied.", + "short": "Boolean-valued expression", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "ChargeItemDefinition.applicability.expression", + "comment": "Please note that FHIRPath Expressions can only be evaluated in the scope of the current ChargeItem resource to which this definition is being applied.\nFHIRPath expressions can traverse into other resources linked from the ChargeItem resource, however, testing rules such as that a billing code may be billed only once per encounter need a wider scope. In such scenarios, CQL may be the appropriate choice." + }, + { + "id": "ChargeItemDefinition.propertyGroup", + "max": "*", + "min": 0, + "path": "ChargeItemDefinition.propertyGroup", + "type": [{ "code": "BackboneElement" }], + "short": "Group of properties which are applicable under the same conditions", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "Group of properties which are applicable under the same conditions. If no applicability rules are established for the group, then all properties always apply." + }, + { + "path": "ChargeItemDefinition.propertyGroup.applicability", + "min": 0, + "definition": "Expressions that describe applicability criteria for the priceComponent.", + "short": "Conditions under which the priceComponent is applicable", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "contentReference": "#ChargeItemDefinition.applicability", + "max": "*", + "id": "ChargeItemDefinition.propertyGroup.applicability", + "comment": "The applicability conditions can be used to ascertain whether a billing item is allowed in a specific context. E.g. some billing codes may only be applicable in out-patient settings, only to male/female patients or only to children." + }, + { + "id": "ChargeItemDefinition.propertyGroup.priceComponent", + "max": "*", + "min": 0, + "path": "ChargeItemDefinition.propertyGroup.priceComponent", + "type": [{ "code": "BackboneElement" }], + "short": "Components of total line item price", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated." + }, + { + "path": "ChargeItemDefinition.propertyGroup.priceComponent.type", + "min": 1, + "definition": "This code identifies the type of the component.", + "short": "base | surcharge | deduction | discount | tax | informational", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-priceComponentType|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemDefinitionPriceComponentType" + } + ], + "description": "Codes indicating the kind of the price component." + }, + "max": "1", + "id": "ChargeItemDefinition.propertyGroup.priceComponent.type" + }, + { + "id": "ChargeItemDefinition.propertyGroup.priceComponent.code", + "max": "1", + "min": 0, + "path": "ChargeItemDefinition.propertyGroup.priceComponent.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Code identifying the specific component", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "A code that identifies the component. Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc." + }, + { + "id": "ChargeItemDefinition.propertyGroup.priceComponent.factor", + "max": "1", + "min": 0, + "path": "ChargeItemDefinition.propertyGroup.priceComponent.factor", + "type": [{ "code": "decimal" }], + "short": "Factor used for calculating this component", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The factor that has been applied on the base price for calculating this component." + }, + { + "id": "ChargeItemDefinition.propertyGroup.priceComponent.amount", + "max": "1", + "min": 0, + "path": "ChargeItemDefinition.propertyGroup.priceComponent.amount", + "type": [{ "code": "Money" }], + "short": "Monetary amount associated with this component", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "definition": "The amount calculated for this component." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CommunicationRequest/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "4.0.1", + "name": "CommunicationRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CommunicationRequest", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CommunicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/CommunicationRequest", + "differential": { + "element": [ + { + "id": "CommunicationRequest", + "max": "*", + "min": 0, + "path": "CommunicationRequest", + "short": "A request for information to be sent to a receiver", + "mapping": [{ "map": "Request", "identity": "workflow" }], + "definition": "A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition." + }, + { + "path": "CommunicationRequest.identifier", + "requirements": "Allows identification of the communication request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this communication request by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "short": "Unique identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "CommunicationRequest.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CommunicationRequest.basedOn", + "requirements": "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan or proposal that is fulfilled in whole or in part by this request.", + "short": "Fulfills plan or proposal", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "alias": ["fulfills"], + "max": "*", + "id": "CommunicationRequest.basedOn", + "isSummary": true + }, + { + "path": "CommunicationRequest.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests.", + "min": 0, + "definition": "Completed or terminated request(s) whose function is taken by this new request.", + "short": "Request(s) replaced by this request", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + } + ], + "alias": ["supersedes", "prior"], + "max": "*", + "id": "CommunicationRequest.replaces", + "comment": "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing.", + "isSummary": true + }, + { + "path": "CommunicationRequest.groupIdentifier", + "min": 0, + "definition": "A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.", + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "alias": ["grouperId"], + "max": "1", + "id": "CommunicationRequest.groupIdentifier", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "CommunicationRequest.status", + "min": 1, + "definition": "The status of the proposal or order.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationRequestStatus" + } + ], + "description": "The status of the communication request." + }, + "max": "1", + "id": "CommunicationRequest.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid.", + "isSummary": true + }, + { + "path": "CommunicationRequest.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the CommunicationRequest.", + "short": "Reason for current status", + "mapping": [ + { + "map": "Request.statusReason", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationRequestStatusReason" + } + ], + "description": "Codes identifying the reason for the current state of a request." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "CommunicationRequest.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"suspended\" or \"cancelled\". The reason why the CommunicationRequest was created at all is captured in reasonCode, not here. [distinct reason codes for different statuses can be enforced using invariants if they are universal bindings]." + }, + { + "path": "CommunicationRequest.category", + "min": 0, + "definition": "The type of message to be sent such as alert, notification, reminder, instruction, etc.", + "short": "Message category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationCategory" + } + ], + "description": "Codes for general categories of communications such as alerts, instruction, etc." + }, + "max": "*", + "id": "CommunicationRequest.category", + "comment": "There may be multiple axes of categorization and one communication request may serve multiple purposes." + }, + { + "path": "CommunicationRequest.priority", + "min": 0, + "definition": "Characterizes how quickly the proposed act must be initiated. Includes concepts such as stat, urgent, routine.", + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationPriority" + } + ], + "description": "Codes indicating the relative importance of a communication request." + }, + "max": "1", + "id": "CommunicationRequest.priority", + "isSummary": true + }, + { + "path": "CommunicationRequest.doNotPerform", + "min": 0, + "definition": "If true indicates that the CommunicationRequest is asking for the specified action to *not* occur.", + "isModifier": true, + "short": "True if request is prohibiting action", + "mapping": [ + { + "map": "Request.doNotPerform", + "identity": "workflow" + } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "If do not perform is not specified, the request is a positive request e.g. \"do perform\"", + "alias": ["prohibited"], + "max": "1", + "id": "CommunicationRequest.doNotPerform", + "comment": "The attributes provided with the request qualify what is not to be done.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a communication, it is a request for the communication to not occur.", + "isSummary": true + }, + { + "id": "CommunicationRequest.medium", + "max": "*", + "min": 0, + "path": "CommunicationRequest.medium", + "type": [{ "code": "CodeableConcept" }], + "short": "A channel of communication", + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationMedium" + } + ], + "description": "Codes for communication mediums such as phone, fax, email, in person, etc." + }, + "definition": "A channel that was used for this communication (e.g. email, fax)." + }, + { + "path": "CommunicationRequest.subject", + "min": 0, + "definition": "The patient or group that is the focus of this communication request.", + "short": "Focus of message", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "FiveWs.subject", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "alias": ["patient"], + "max": "1", + "id": "CommunicationRequest.subject" + }, + { + "path": "CommunicationRequest.about", + "min": 0, + "definition": "Other resources that pertain to this communication request and to which this communication request should be associated.", + "short": "Resources that pertain to this communication request", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "*", + "id": "CommunicationRequest.about", + "comment": "Don't use CommunicationRequest.about element when a more specific element exists, such as basedOn, reasonReference, or replaces." + }, + { + "path": "CommunicationRequest.encounter", + "min": 0, + "definition": "The Encounter during which this CommunicationRequest was created or to which the creation of this record is tightly associated.", + "short": "Encounter created as part of", + "mapping": [ + { "map": "Request.context", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "max": "1", + "id": "CommunicationRequest.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "id": "CommunicationRequest.payload", + "max": "*", + "min": 0, + "path": "CommunicationRequest.payload", + "type": [{ "code": "BackboneElement" }], + "short": "Message payload", + "definition": "Text, attachment(s), or resource(s) to be communicated to the recipient." + }, + { + "id": "CommunicationRequest.payload.content[x]", + "max": "1", + "min": 1, + "path": "CommunicationRequest.payload.content[x]", + "type": [ + { "code": "string" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Message part content", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "definition": "The communicated content (or for multi-part communications, one portion of the communication)." + }, + { + "path": "CommunicationRequest.occurrence[x]", + "min": 0, + "definition": "The time when this communication is to occur.", + "short": "When scheduled", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "alias": ["timing"], + "max": "1", + "id": "CommunicationRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "CommunicationRequest.authoredOn", + "min": 0, + "definition": "For draft requests, indicates the date of initial creation. For requests with other statuses, indicates the date of activation.", + "short": "When request transitioned to being actionable", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["createdOn"], + "max": "1", + "id": "CommunicationRequest.authoredOn", + "isSummary": true + }, + { + "path": "CommunicationRequest.requester", + "min": 0, + "definition": "The device, individual, or organization who initiated the request and has responsibility for its activation.", + "short": "Who/what is requesting service", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "alias": ["author"], + "max": "1", + "id": "CommunicationRequest.requester", + "isSummary": true + }, + { + "id": "CommunicationRequest.recipient", + "max": "*", + "min": 0, + "path": "CommunicationRequest.recipient", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "short": "Message recipient", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "definition": "The entity (e.g. person, organization, clinical information system, device, group, or care team) which is the intended target of the communication." + }, + { + "path": "CommunicationRequest.sender", + "min": 0, + "definition": "The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication.", + "short": "Message sender", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "max": "1", + "id": "CommunicationRequest.sender", + "isSummary": true + }, + { + "path": "CommunicationRequest.reasonCode", + "min": 0, + "definition": "Describes why the request is being made in coded or textual form.", + "short": "Why is communication needed?", + "mapping": [ + { "map": "Request.reasonCode", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationReason" + } + ], + "description": "Codes for describing reasons for the occurrence of a communication." + }, + "max": "*", + "id": "CommunicationRequest.reasonCode", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "CommunicationRequest.reasonReference", + "min": 0, + "definition": "Indicates another resource whose existence justifies this request.", + "short": "Why is communication needed?", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "max": "*", + "id": "CommunicationRequest.reasonReference", + "isSummary": true + }, + { + "id": "CommunicationRequest.note", + "max": "*", + "min": 0, + "path": "CommunicationRequest.note", + "type": [{ "code": "Annotation" }], + "short": "Comments made about communication request", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "definition": "Comments made about the request by the requester, sender, recipient, subject or other participants." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Base StructureDefinition for instant Type: An instant in time - known at least to the second", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/instant/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "instant", + "abstract": false, + "type": "instant", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "instant", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/instant", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/instant", + "differential": { + "element": [ + { + "id": "instant", + "max": "*", + "min": 0, + "path": "instant", + "short": "Primitive Type instant", + "comment": "Note: This is intended for where precisely observed times are required, typically system logs etc., and not human-reported times - for them, see date and dateTime (which can be as precise as instant, but is not required to be) below. Time zone is always required", + "definition": "An instant in time - known at least to the second" + }, + { + "id": "instant.value", + "max": "1", + "min": 0, + "path": "instant.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.DateTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "instant" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]+)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))" + } + ] + } + ], + "short": "Primitive value for instant", + "definition": "Primitive value for instant", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The date on which the existence of the AllergyIntolerance was first asserted or acknowledged.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "assertedDate", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "assertedDate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-assertedDate", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate", + "context": [{ "type": "element", "expression": "AllergyIntolerance" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/allergyintolerance-assertedDate", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Date the allergy or intolerance was first asserted", + "comment": "The assertedDate is in the context of the recording practitioner and might not be the same as the recordedDate.", + "definition": "The date on which the existence of the AllergyIntolerance was first asserted or acknowledged." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/allergyintolerance-assertedDate" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a \"System\" used within the Identifier and Coding data types.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NamingSystem/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "4.0.1", + "name": "NamingSystem", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "NamingSystem", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "NamingSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "_baseDefinition": { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super", + "valueString": "MetadataResource" + } + ] + }, + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/NamingSystem", + "differential": { + "element": [ + { + "id": "NamingSystem", + "max": "*", + "min": 0, + "path": "NamingSystem", + "short": "System of unique identification", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "constraint": [ + { + "key": "nsd-1", + "human": "Root systems cannot have uuid identifiers", + "xpath": "not(f:kind/@value='root' and f:uniqueId/f:type/@value='uuid')", + "severity": "error", + "expression": "kind != 'root' or uniqueId.all(type != 'uuid')" + }, + { + "key": "nsd-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "xpath": "not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')", + "severity": "warning", + "expression": "name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" + }, + { + "key": "nsd-2", + "human": "Can't have more than one preferred identifier for a type", + "xpath": "not(exists(for $type in distinct-values(f:uniqueId/f:type/@value) return if (count(f:uniqueId[f:type/@value=$type and f:preferred/@value=true()])>1) then $type else ()))", + "severity": "error", + "expression": "uniqueId.where(preferred = true).select(type).isDistinct()" + } + ], + "definition": "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a \"System\" used within the Identifier and Coding data types." + }, + { + "path": "NamingSystem.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "short": "Name for this naming system (computer friendly)", + "type": [{ "code": "string" }], + "max": "1", + "id": "NamingSystem.name", + "condition": ["inv-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.The\"symbolic name\" for an OID would be captured as an extension.", + "isSummary": true + }, + { + "path": "NamingSystem.status", + "min": 1, + "definition": "The status of this naming system. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "NamingSystem.status", + "comment": "Allows filtering of naming systems that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "NamingSystem.kind", + "min": 1, + "definition": "Indicates the purpose for the naming system - what kinds of things does it make unique?", + "short": "codesystem | identifier | root", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NamingSystemType" + } + ], + "description": "Identifies the purpose of the naming system." + }, + "max": "1", + "id": "NamingSystem.kind", + "isSummary": true + }, + { + "path": "NamingSystem.date", + "min": 1, + "definition": "The date (and optionally time) when the naming system was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes.", + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "alias": ["Revision Date"], + "max": "1", + "id": "NamingSystem.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the naming system. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "NamingSystem.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the naming system. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the naming system.", + "short": "Name of the publisher (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "NamingSystem.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the naming system is the organization or individual primarily responsible for the maintenance and upkeep of the naming system. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the naming system. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "NamingSystem.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "max": "*", + "id": "NamingSystem.contact", + "comment": "May be a web site, an email address, a telephone number, etc.", + "isSummary": true + }, + { + "path": "NamingSystem.responsible", + "min": 0, + "definition": "The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision.", + "short": "Who maintains system namespace?", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "NamingSystem.responsible", + "comment": "This is the primary organization. Responsibility for some aspects of a namespace may be delegated." + }, + { + "path": "NamingSystem.type", + "min": 0, + "definition": "Categorizes a naming system for easier search by grouping related naming systems.", + "short": "e.g. driver, provider, patient, bank etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." + }, + "max": "1", + "id": "NamingSystem.type", + "comment": "This will most commonly be used for identifier namespaces, but categories could potentially be useful for code systems and authorities as well." + }, + { + "path": "NamingSystem.description", + "min": 0, + "definition": "A free text natural language description of the naming system from a consumer's perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc.", + "short": "Natural language description of the naming system", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "NamingSystem.description", + "comment": "This description can be used to capture details such as why the naming system was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the naming system as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the naming system is presumed to be the predominant language in the place the naming system was created)." + }, + { + "path": "NamingSystem.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate naming system instances.", + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "NamingSystem.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "NamingSystem.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the naming system is intended to be used.", + "short": "Intended jurisdiction for naming system (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "NamingSystem.jurisdiction", + "comment": "It may be possible for the naming system to be used in jurisdictions other than those for which it was originally designed or intended.", + "isSummary": true + }, + { + "id": "NamingSystem.usage", + "max": "1", + "min": 0, + "path": "NamingSystem.usage", + "type": [{ "code": "string" }], + "short": "How/where is it used", + "definition": "Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc." + }, + { + "path": "NamingSystem.uniqueId", + "min": 1, + "definition": "Indicates how the system may be identified when referenced in electronic exchange.", + "short": "Unique identifiers used for system", + "type": [{ "code": "BackboneElement" }], + "max": "*", + "id": "NamingSystem.uniqueId", + "comment": "Multiple identifiers may exist, either due to duplicate registration, regional rules, needs of different communication technologies, etc.", + "isSummary": true + }, + { + "path": "NamingSystem.uniqueId.type", + "min": 1, + "definition": "Identifies the unique identifier scheme used for this particular identifier.", + "short": "oid | uuid | uri | other", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NamingSystemIdentifierType" + } + ], + "description": "Identifies the style of unique identifier used to identify a namespace." + }, + "max": "1", + "id": "NamingSystem.uniqueId.type", + "comment": "Different identifier types may be used in different types of communications (OIDs for v3, URIs for FHIR, etc.). Other includes RUIDs from v3, standard v2 code name strings, etc.", + "isSummary": true + }, + { + "path": "NamingSystem.uniqueId.value", + "min": 1, + "definition": "The string that should be sent over the wire to identify the code system or identifier system.", + "short": "The unique identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "NamingSystem.uniqueId.value", + "comment": "If the value is a URI intended for use as FHIR system identifier, the URI should not contain \"\\\" or \"?\" or \",\" since this makes escaping very difficult.", + "isSummary": true + }, + { + "id": "NamingSystem.uniqueId.preferred", + "max": "1", + "min": 0, + "path": "NamingSystem.uniqueId.preferred", + "type": [{ "code": "boolean" }], + "short": "Is this the id that should be used for this type", + "definition": "Indicates whether this identifier is the \"preferred\" identifier of this type.", + "meaningWhenMissing": "If there are multiple ids, and one is labeled \"preferred\", then the assumption is that the others are not preferred. In the absence of any id marked as preferred, no inference can be drawn" + }, + { + "id": "NamingSystem.uniqueId.comment", + "max": "1", + "min": 0, + "path": "NamingSystem.uniqueId.comment", + "type": [{ "code": "string" }], + "short": "Notes about identifier usage", + "comment": "e.g. \"must be used in Germany\" or \"was initially published in error with this value\".", + "definition": "Notes about the past or intended usage of this identifier." + }, + { + "id": "NamingSystem.uniqueId.period", + "max": "1", + "min": 0, + "path": "NamingSystem.uniqueId.period", + "type": [{ "code": "Period" }], + "short": "When is identifier valid?", + "comment": "Within a registry, a given identifier should only be \"active\" for a single namespace at a time. (Ideally, an identifier should only ever be associated with a single namespace across all time).", + "definition": "Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Human readable names for the valueset.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-otherName/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "otherName", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-otherName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-otherName", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-otherName", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Alternative names", + "definition": "Human readable names for the valueset.", + "isModifier": false + }, + { + "path": "Extension.extension", + "min": 1, + "definition": "This name is intended to be human readable, short and as specific as possible and to convey the purpose of the value set. It is considered to be the name of the value set.", + "isModifier": false, + "short": "Human readable, short and specific", + "type": [{ "code": "Extension" }], + "sliceName": "name", + "max": "1", + "id": "Extension.extension:name", + "comment": "This need not be unique. However some use cases require uniqueness within a namespace and therefore best practice would be to make the name unique." + }, + { + "id": "Extension.extension:name.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:name.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "name" + }, + { + "id": "Extension.extension:name.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "string" }] + }, + { + "path": "Extension.extension", + "min": 0, + "definition": "Flag that this Name in this Name Language is the preferred human-readable signifier in this language.", + "isModifier": false, + "short": "Which name is preferred for this language", + "type": [{ "code": "Extension" }], + "sliceName": "preferred", + "max": "1", + "id": "Extension.extension:preferred", + "comment": "There may be multiple human readable names in a given language, and this flag indicates which of them is preferred for the given language." + }, + { + "id": "Extension.extension:preferred.extension", + "max": "0", + "path": "Extension.extension.extension" + }, + { + "id": "Extension.extension:preferred.url", + "path": "Extension.extension.url", + "type": [{ "code": "uri" }], + "fixedUri": "preferred" + }, + { + "id": "Extension.extension:preferred.value[x]", + "min": 1, + "path": "Extension.extension.value[x]", + "type": [{ "code": "boolean" }] + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-otherName" + }, + { + "id": "Extension.value[x]", + "max": "0", + "min": 0, + "path": "Extension.value[x]" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A numbered box located in a post station.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox/4.0.1", + "date": "2012-06-24", + "derivation": "constraint", + "publisher": "Health Level Seven International (Modeling and Methodology)", + "fhirVersion": "4.0.1", + "name": "ADXP-postBox", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "iso21090-ADXP-postBox", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox", + "context": [{ "type": "element", "expression": "Address.line" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/iso21090-ADXP-postBox", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "postBox", + "mapping": [ + { "map": "ADXP[partType=POB]", "identity": "rim" } + ], + "definition": "A numbered box located in a post station." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "string" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/mnm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Provides a link to an assessment of prognosis or risk as informed by the diagnostic results (For example, genetic results and possibly by patient genetic family history information). This extension is used when need RiskAssessment as an alternate choice for `Observation.hasMember` or `DiagnosticReport.result`.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "risk", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Risk", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-risk", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk", + "context": [ + { "type": "element", "expression": "DiagnosticReport" }, + { "type": "element", "expression": "Observation" } + ], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-risk", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Risk", + "definition": "Provides a link to an assessment of prognosis or risk as informed by the diagnostic results (For example, genetic results and possibly by patient genetic family history information). This extension is used when need RiskAssessment as an alternate choice for `Observation.hasMember` or `DiagnosticReport.result`.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-risk" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "True or False indicating whether all patient identifying information was removed from the data.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Security WG", + "fhirVersion": "4.0.1", + "name": "Anonymized", + "mapping": [ + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "auditevent-Anonymized", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized", + "context": [{ "type": "element", "expression": "AuditEvent.entity" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/auditevent-Anonymized", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Anonymized state", + "mapping": [{ "map": "Anonymized", "identity": "dicom" }], + "definition": "True or False indicating whether all patient identifying information was removed from the data." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/auditevent-Anonymized" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "boolean" }] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/security/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test).", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/observation-sequelTo/4.0.1", + "date": "2015-03-02", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - OO WG", + "fhirVersion": "4.0.1", + "name": "sequelTo", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Sequel To", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-sequelTo", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/observation-sequelTo", + "context": [{ "type": "element", "expression": "Observation" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/observation-sequelTo", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Sequel to referenced Observation", + "definition": "This observation follows the target observation (e.g. timed tests such as Glucose Tolerance Test)." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/observation-sequelTo" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/orders", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "A person who is directly or indirectly involved in the provisioning of healthcare.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Practitioner/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "4.0.1", + "purpose": "Need to track doctors, staff, locums etc. for both healthcare practitioners, funders, etc.", + "name": "Practitioner", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Practitioner", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "individual" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Practitioner", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Practitioner", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/Practitioner", + "differential": { + "element": [ + { + "id": "Practitioner", + "max": "*", + "min": 0, + "path": "Practitioner", + "short": "A person with a formal responsibility in the provisioning of healthcare or related services", + "mapping": [ + { "map": "PRD (as one example)", "identity": "v2" }, + { "map": "Role", "identity": "rim" }, + { "map": "Provider", "identity": "servd" } + ], + "definition": "A person who is directly or indirectly involved in the provisioning of healthcare." + }, + { + "path": "Practitioner.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "An identifier that applies to this person in this role.", + "short": "An identifier for the person as this agent", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PRD-7 (or XCN.1)", "identity": "v2" }, + { "map": "./id", "identity": "rim" }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Practitioner.identifier", + "isSummary": true + }, + { + "path": "Practitioner.active", + "requirements": "Need to be able to mark a practitioner record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this practitioner's record is in active use.", + "short": "Whether this practitioner's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "./statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Practitioner.active", + "comment": "If the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.", + "isSummary": true + }, + { + "path": "Practitioner.name", + "requirements": "The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.", + "min": 0, + "definition": "The name(s) associated with the practitioner.", + "short": "The name(s) associated with the practitioner", + "mapping": [ + { "map": "XCN Components", "identity": "v2" }, + { "map": "./name", "identity": "rim" }, + { + "map": "./PreferredName (GivenNames, FamilyName, TitleCode)", + "identity": "servd" + } + ], + "type": [{ "code": "HumanName" }], + "max": "*", + "id": "Practitioner.name", + "comment": "The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate. \r\rIn general, select the value to be used in the ResourceReference.display based on this:\r\r1. There is more than 1 name\r2. Use = usual\r3. Period is current to the date of the usage\r4. Use = official\r5. Other order as decided by internal business rules.", + "isSummary": true + }, + { + "path": "Practitioner.telecom", + "requirements": "Need to know how to reach a practitioner independent to any roles the practitioner may have.", + "min": 0, + "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.", + "short": "A contact detail for the practitioner (that apply to all roles)", + "mapping": [ + { "map": "PRT-15, STF-10, ROL-12", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" }, + { "map": "./ContactPoints", "identity": "servd" } + ], + "type": [{ "code": "ContactPoint" }], + "max": "*", + "id": "Practitioner.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and to help with identification. These typically will have home numbers, or mobile numbers that are not role specific.", + "isSummary": true + }, + { + "path": "Practitioner.address", + "requirements": "The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.", + "min": 0, + "definition": "Address(es) of the practitioner that are not role specific (typically home address). \rWork addresses are not typically entered in this property as they are usually role dependent.", + "short": "Address(es) of the practitioner that are not role specific (typically home address)", + "mapping": [ + { + "map": "ORC-24, STF-11, ROL-11, PRT-14", + "identity": "v2" + }, + { "map": "./addr", "identity": "rim" }, + { "map": "./Addresses", "identity": "servd" } + ], + "type": [{ "code": "Address" }], + "max": "*", + "id": "Practitioner.address", + "comment": "The PractitionerRole does not have an address value on it, as it is expected that the location property be used for this purpose (which has an address).", + "isSummary": true + }, + { + "path": "Practitioner.gender", + "requirements": "Needed to address the person correctly.", + "min": 0, + "definition": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.", + "short": "male | female | other | unknown", + "mapping": [ + { "map": "STF-5", "identity": "v2" }, + { "map": "./administrativeGender", "identity": "rim" }, + { "map": "./GenderCode", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Practitioner.gender", + "isSummary": true + }, + { + "path": "Practitioner.birthDate", + "requirements": "Needed for identification.", + "min": 0, + "definition": "The date of birth for the practitioner.", + "short": "The date on which the practitioner was born", + "mapping": [ + { "map": "STF-6", "identity": "v2" }, + { "map": "./birthTime", "identity": "rim" }, + { + "map": "(not represented in ServD)", + "identity": "servd" + } + ], + "type": [{ "code": "date" }], + "max": "1", + "id": "Practitioner.birthDate", + "isSummary": true + }, + { + "path": "Practitioner.photo", + "requirements": "Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the person.", + "short": "Image of the person", + "mapping": [ + { + "map": "./subjectOf/ObservationEvent[code=\"photo\"]/value", + "identity": "rim" + }, + { + "map": "./ImageURI (only supports the URI reference)", + "identity": "servd" + } + ], + "type": [{ "code": "Attachment" }], + "max": "*", + "id": "Practitioner.photo" + }, + { + "id": "Practitioner.qualification", + "max": "*", + "min": 0, + "path": "Practitioner.qualification", + "type": [{ "code": "BackboneElement" }], + "short": "Certification, licenses, or training pertaining to the provision of care", + "mapping": [ + { "map": "CER?", "identity": "v2" }, + { + "map": ".playingEntity.playingRole[classCode=QUAL].code", + "identity": "rim" + }, + { "map": "./Qualifications", "identity": "servd" } + ], + "definition": "The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality." + }, + { + "path": "Practitioner.qualification.identifier", + "requirements": "Often, specific identities are assigned for the qualification.", + "min": 0, + "definition": "An identifier that applies to this person's qualification in this role.", + "short": "An identifier for this qualification for the practitioner", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "max": "*", + "id": "Practitioner.qualification.identifier" + }, + { + "path": "Practitioner.qualification.code", + "min": 1, + "definition": "Coded representation of the qualification.", + "short": "Coded representation of the qualification", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].code", + "identity": "rim" + }, + { "map": "./Qualifications.Value", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-2.7-0360", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Qualification" + } + ], + "description": "Specific qualification the practitioner has to provide a service." + }, + "max": "1", + "id": "Practitioner.qualification.code" + }, + { + "path": "Practitioner.qualification.period", + "requirements": "Qualifications are often for a limited period of time, and can be revoked.", + "min": 0, + "definition": "Period during which the qualification is valid.", + "short": "Period during which the qualification is valid", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].effectiveTime", + "identity": "rim" + }, + { + "map": "./Qualifications.StartDate and ./Qualifications.EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Practitioner.qualification.period" + }, + { + "id": "Practitioner.qualification.issuer", + "max": "1", + "min": 0, + "path": "Practitioner.qualification.issuer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "short": "Organization that regulates and issues the qualification", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].scoper", + "identity": "rim" + } + ], + "definition": "Organization that regulates and issues the qualification." + }, + { + "path": "Practitioner.communication", + "requirements": "Knowing which language a practitioner speaks can help in facilitating communication with patients.", + "min": 0, + "definition": "A language the practitioner can use in patient communication.", + "short": "A language the practitioner can use in patient communication", + "mapping": [ + { "map": "PID-15, NK1-20, LAN-2", "identity": "v2" }, + { "map": "./languageCommunication", "identity": "rim" }, + { + "map": "./Languages.LanguageSpokenCode", + "identity": "servd" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", + "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A human language." + }, + "max": "*", + "id": "Practitioner.communication", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type." + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The report replaces the target resource. For example, when a final anatomic pathology report replaces a preliminary anatomic pathology report replaces where the subsequent observation of case and report may be on more or different material (specimen). Note that this is not same concept as` DiagnosticReport.status` = preliminary of final, but industry definition of preliminary and final.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces/4.0.1", + "date": "2015-02-21", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - FHIR WG", + "fhirVersion": "4.0.1", + "name": "replaces", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Replaces", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnosticReport-replaces", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces", + "context": [{ "type": "element", "expression": "DiagnosticReport" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/diagnosticReport-replaces", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Replacement for another report", + "definition": "The report replaces the target resource. For example, when a final anatomic pathology report replaces a preliminary anatomic pathology report replaces where the subsequent observation of case and report may be on more or different material (specimen). Note that this is not same concept as` DiagnosticReport.status` = preliminary of final, but industry definition of preliminary and final.", + "isModifier": false + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/diagnosticReport-replaces" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ] + } + ] + }, + "contact": [{ "telecom": [{ "value": "HL7", "system": "url" }] }], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/patient-birthTime/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "birthTime", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "title": "Birth Time", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "patient-birthTime", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", + "context": [{ "type": "element", "expression": "Patient.birthDate" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/patient-birthTime", + "differential": { + "element": [ + { + "id": "Extension", + "max": "1", + "min": 0, + "path": "Extension", + "short": "Time of day of birth", + "definition": "The time of day that the Patient was born. This includes the date to ensure that the timezone information can be communicated effectively." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/patient-birthTime" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "dateTime" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Base StructureDefinition for decimal Type: A rational number with implicit precision", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/decimal/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "4.0.1", + "name": "decimal", + "abstract": false, + "type": "decimal", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "decimal", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/decimal", + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/decimal", + "differential": { + "element": [ + { + "id": "decimal", + "max": "*", + "min": 0, + "path": "decimal", + "short": "Primitive Type decimal", + "comment": "Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)", + "definition": "A rational number with implicit precision" + }, + { + "id": "decimal.value", + "max": "1", + "min": 0, + "path": "decimal.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Decimal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "decimal" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "-?(0|[1-9][0-9]*)(\\.[0-9]+)?([eE][+-]?[0-9]+)?" + } + ] + } + ], + "short": "Primitive value for decimal", + "definition": "Primitive value for decimal", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The entity that is responsible for the content of the Value Set Definition. This is a textual description of the organizational entity responsible for the content and maintenance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/valueset-steward/4.0.1", + "date": "2019-11-01T09:29:23+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "4.0.1", + "name": "steward", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "valueset-steward", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/valueset-steward", + "context": [{ "type": "element", "expression": "ValueSet" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/valueset-steward", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Entity responsible for Value Set", + "comment": "The information included should include contact information.", + "definition": "The entity that is responsible for the content of the Value Set Definition. This is a textual description of the organizational entity responsible for the content and maintenance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/valueset-steward" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [{ "code": "ContactDetail" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + }, + { + "description": "Observations that confirm or refute the risk and/or the substance.", + "package": "hl7.fhir.r4.core", + "technical-id": "hl7.fhir.r4.core/4.0.1/StructureDefinition/http://hl7.org/fhir/StructureDefinition/openEHR-test/4.0.1", + "date": "2014-10-09", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc / openEHR project", + "fhirVersion": "4.0.1", + "name": "test", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "openEHR-test", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/openEHR-test", + "context": [{ "type": "element", "expression": "AllergyIntolerance" }], + "packageVersion": "4.0.1", + "version": "4.0.1", + "fqn": "hl7.fhir.r4.core#4.0.1/openEHR-test", + "differential": { + "element": [ + { + "id": "Extension", + "max": "*", + "min": 0, + "path": "Extension", + "short": "Observations that confirm or refute", + "definition": "Observations that confirm or refute the risk and/or the substance." + }, + { + "id": "Extension.extension", + "max": "0", + "path": "Extension.extension" + }, + { + "id": "Extension.url", + "path": "Extension.url", + "fixedUri": "http://hl7.org/fhir/StructureDefinition/openEHR-test" + }, + { + "id": "Extension.value[x]", + "min": 1, + "path": "Extension.value[x]", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension" + } +] diff --git a/resources/aidbox_schemas/r5/fhir-packages.json b/resources/aidbox_schemas/r5/fhir-packages.json new file mode 100644 index 0000000..93b73da --- /dev/null +++ b/resources/aidbox_schemas/r5/fhir-packages.json @@ -0,0 +1,35 @@ +[ + { + "name": "app.aidbox.main", + "version": "0.0.1", + "dependencies": { + "hl7.fhir.r5.core": "5.0.0" + }, + "resourceType": "Package", + "technical-id": "d40ee64d-8f76-4b3b-8295-7881ecf0782a", + "href": "http://localhost:3333/r5/fhir-packages/app.aidbox.main%230.0.1/schemas" + }, + { + "directories": { + "lib": "package", + "example": "example" + }, + "license": "CC0-1.0", + "url": "http://hl7.org/fhir/R5/", + "dependencies": {}, + "author": "HL7 Inc", + "homepage": "http://hl7.org/fhir/R5/", + "name": "hl7.fhir.r5.core", + "tools-version": 3, + "canonical": "http://hl7.org/fhir", + "title": "FHIR Core package", + "type": "Core", + "version": "5.0.0", + "date": "20230326152102", + "resourceType": "Package", + "fhirVersions": ["5.0.0"], + "href": "http://localhost:3333/r5/fhir-packages/hl7.fhir.r5.core%235.0.0/schemas", + "description": "FHIR Core package - the NPM package that contains all the definitions for the base FHIR specification (built Sun, Mar 26, 2023 15:21+1100+11:00)", + "technical-id": "d115902a-ef99-4926-b097-3deaa148acb3" + } +] diff --git a/resources/aidbox_schemas/r5/schemas.json b/resources/aidbox_schemas/r5/schemas.json new file mode 100644 index 0000000..d1c935f --- /dev/null +++ b/resources/aidbox_schemas/r5/schemas.json @@ -0,0 +1,322052 @@ +[ + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MarketingStatus/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MarketingStatus", + "type": "MarketingStatus", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "country": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "dateRange": { "type": "Period", "scalar": true, "summary": true }, + "restoreDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "MarketingStatus", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MarketingStatus", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AllergyIntolerance/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "AllergyIntolerance", + "type": "AllergyIntolerance", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "onset": { + "scalar": true, + "choices": [ + "onsetDateTime", + "onsetAge", + "onsetPeriod", + "onsetRange", + "onsetString" + ] + }, + "category": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category" + }, + "summary": true + }, + "criticality": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality" + }, + "summary": true + }, + "clinicalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical" + }, + "summary": true, + "modifier": true + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "onset" + }, + "onsetAge": { "type": "Age", "scalar": true, "choiceOf": "onset" }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "onset" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type" + }, + "summary": true + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "note": { "type": "Annotation", "array": true }, + "recordedDate": { "type": "dateTime", "scalar": true }, + "onsetString": { + "type": "string", + "scalar": true, + "choiceOf": "onset" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "onsetDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "onset" + }, + "lastOccurrence": { "type": "dateTime", "scalar": true }, + "verificationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification" + }, + "summary": true, + "modifier": true + }, + "reaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "onset": { "type": "dateTime", "scalar": true }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-severity" + } + }, + "substance": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + } + }, + "description": { "type": "string", "scalar": true }, + "exposureRoute": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "manifestation": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + } + }, + "required": ["manifestation"] + } + }, + "id": "AllergyIntolerance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["patient"] + }, + { + "constraints": { + "bdl-11": { + "human": "A document must have a Composition as the first resource", + "severity": "error", + "expression": "type = 'document' implies entry.first().resource.is(Composition)" + }, + "bdl-18": { + "human": "Self link is required for searchsets.", + "severity": "error", + "expression": "type = 'searchset' implies link.where(relation = 'self' and url.exists()).exists()" + }, + "bdl-10": { + "human": "A document must have a date", + "severity": "error", + "expression": "type = 'document' implies (timestamp.hasValue())" + }, + "bdl-3b": { + "human": "For collections of type history, all entries must contain request or response elements, and resources if the method is POST, PUT or PATCH", + "severity": "error", + "expression": "type = 'history' implies entry.all(request.exists() and response.exists() and ((request.method in ('POST' | 'PATCH' | 'PUT')) = resource.exists()))" + }, + "bdl-3c": { + "human": "For collections of type transaction or batch, all entries must contain request elements, and resources if the method is POST, PUT or PATCH", + "severity": "error", + "expression": "type in ('transaction' | 'batch') implies entry.all(request.method.exists() and ((request.method in ('POST' | 'PATCH' | 'PUT')) = resource.exists()))" + }, + "bdl-15": { + "human": "Bundle resources where type is not transaction, transaction-response, batch, or batch-response or when the request is a POST SHALL have Bundle.entry.fullUrl populated", + "severity": "error", + "expression": "type='transaction' or type='transaction-response' or type='batch' or type='batch-response' or entry.all(fullUrl.exists() or request.method='POST')" + }, + "bdl-3a": { + "human": "For collections of type document, message, searchset or collection, all entries must contain resources, and not have request or response elements", + "severity": "error", + "expression": "type in ('document' | 'message' | 'searchset' | 'collection') implies entry.all(resource.exists() and request.empty() and response.empty())" + }, + "bdl-16": { + "human": "Issue.severity for all issues within the OperationOutcome must be either 'information' or 'warning'.", + "severity": "error", + "expression": "issues.exists() implies (issues.issue.severity = 'information' or issues.issue.severity = 'warning')" + }, + "bdl-12": { + "human": "A message must have a MessageHeader as the first resource", + "severity": "error", + "expression": "type = 'message' implies entry.first().resource.is(MessageHeader)" + }, + "bdl-1": { + "human": "total only when a search or history", + "severity": "error", + "expression": "total.empty() or (type = 'searchset') or (type = 'history')" + }, + "bdl-13": { + "human": "A subscription-notification must have a SubscriptionStatus as the first resource", + "severity": "error", + "expression": "type = 'subscription-notification' implies entry.first().resource.is(SubscriptionStatus)" + }, + "bdl-7": { + "human": "FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)", + "severity": "error", + "expression": "(type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&iif(resource.meta.versionId.exists(), resource.meta.versionId, '')).isDistinct()" + }, + "bdl-3d": { + "human": "For collections of type transaction-response or batch-response, all entries must contain response elements", + "severity": "error", + "expression": "type in ('transaction-response' | 'batch-response') implies entry.all(response.exists())" + }, + "bdl-9": { + "human": "A document must have an identifier with a system and a value", + "severity": "error", + "expression": "type = 'document' implies (identifier.system.exists() and identifier.value.exists())" + }, + "bdl-17": { + "human": "Use and meaning of issues for documents has not been validated because the content will not be rendered in the document.", + "severity": "error", + "expression": "type = 'document' implies issues.empty()" + }, + "bdl-2": { + "human": "entry.search only when a search", + "severity": "error", + "expression": "(type = 'searchset') or entry.search.empty()" + }, + "bdl-14": { + "human": "entry.request.method PATCH not allowed for history", + "severity": "error", + "expression": "type = 'history' implies entry.request.method != 'PATCH'" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Bundle/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "link": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "url": { "type": "uri", "scalar": true, "summary": true }, + "relation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/iana-link-relations" + }, + "summary": true + } + }, + "required": ["relation", "url"] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/bundle-type" + }, + "summary": true + }, + "entry": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "link": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Bundle", + "elements", + "link" + ] + }, + "search": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-entry-mode" + }, + "summary": true + }, + "score": { + "type": "decimal", + "scalar": true, + "summary": true + } + } + }, + "fullUrl": { + "type": "uri", + "scalar": true, + "summary": true + }, + "request": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { + "type": "uri", + "scalar": true, + "summary": true + }, + "method": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-verb" + }, + "summary": true + }, + "ifMatch": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifNoneExist": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifNoneMatch": { + "type": "string", + "scalar": true, + "summary": true + }, + "ifModifiedSince": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "required": ["method", "url"] + }, + "resource": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "response": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "etag": { + "type": "string", + "scalar": true, + "summary": true + }, + "status": { + "type": "string", + "scalar": true, + "summary": true + }, + "outcome": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "location": { + "type": "uri", + "scalar": true, + "summary": true + }, + "lastModified": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "required": ["status"] + } + }, + "constraints": { + "bdl-5": { + "human": "must be a resource unless there's a request or response", + "severity": "error", + "expression": "resource.exists() or request.exists() or response.exists()" + }, + "bdl-8": { + "human": "fullUrl cannot be a version specific reference", + "severity": "error", + "expression": "fullUrl.exists() implies fullUrl.contains('/_history/').not()" + } + } + }, + "total": { "type": "unsignedInt", "scalar": true, "summary": true }, + "issues": { "type": "Resource", "scalar": true, "summary": true }, + "signature": { + "type": "Signature", + "scalar": true, + "summary": true + }, + "timestamp": { "type": "instant", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "id": "Bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/oid/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "oid", + "type": "oid", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "oid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/oid", + "packageVersion": "5.0.0", + "regex": "urn:oid:[0-2](\\.(0|[1-9][0-9]*))+", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "BiologicallyDerivedProduct", + "type": "BiologicallyDerivedProduct", + "resourceType": "FHIRSchema", + "elements": { + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "parent": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + }, + "division": { "type": "string", "scalar": true }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueInteger", + "valueCodeableConcept", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueString", + "valueAttachment" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-property-type-codes" + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "processingFacility": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "storageTempRequirements": { "type": "Range", "scalar": true }, + "productStatus": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-status" + } + }, + "biologicalSourceEvent": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "productCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-productcodes" + } + }, + "productCategory": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-category" + } + }, + "collection": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "collected": { + "scalar": true, + "choices": ["collectedDateTime", "collectedPeriod"] + }, + "collector": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "collectedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "collected" + }, + "collectedDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "collected" + } + } + }, + "expirationDate": { "type": "dateTime", "scalar": true } + }, + "id": "BiologicallyDerivedProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/uuid/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "uuid", + "type": "uuid", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "uuid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uuid", + "packageVersion": "5.0.0", + "regex": "urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Citation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Citation", + "type": "Citation", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "citedArtifact": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dateAccessed": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "part": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type" + } + }, + "value": { "type": "string", "scalar": true }, + "baseCitation": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ], + "scalar": true + } + } + }, + "abstract": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "markdown", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type" + } + }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "copyright": { "type": "markdown", "scalar": true } + }, + "required": ["text"] + }, + "publicationForm": { + "type": "BackboneElement", + "array": true, + "elements": { + "issue": { "type": "string", "scalar": true }, + "lastPage": { "type": "string", "scalar": true }, + "publicationDateSeason": { + "type": "string", + "scalar": true + }, + "firstPage": { "type": "string", "scalar": true }, + "accessionNumber": { + "type": "string", + "scalar": true + }, + "publishedIn": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/published-in-type" + } + }, + "title": { + "type": "string", + "scalar": true + }, + "publisher": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true + }, + "publisherLocation": { + "type": "string", + "scalar": true + } + } + }, + "copyright": { "type": "markdown", "scalar": true }, + "volume": { "type": "string", "scalar": true }, + "citedMedium": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-medium" + } + }, + "lastRevisionDate": { + "type": "dateTime", + "scalar": true + }, + "language": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "pageString": { "type": "string", "scalar": true }, + "articleDate": { + "type": "dateTime", + "scalar": true + }, + "pageCount": { "type": "string", "scalar": true }, + "publicationDateText": { + "type": "string", + "scalar": true + } + } + }, + "classification": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type" + } + }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier" + } + }, + "artifactAssessment": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment" + ] + } + } + }, + "title": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "markdown", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/title-type" + } + }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + } + }, + "required": ["text"] + }, + "note": { "type": "Annotation", "array": true }, + "currentState": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type" + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "statusDate": { + "type": "BackboneElement", + "array": true, + "elements": { + "actual": { "type": "boolean", "scalar": true }, + "period": { "type": "Period", "scalar": true }, + "activity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type" + } + } + }, + "required": ["activity", "period"] + }, + "relatesTo": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type-all" + } + }, + "label": { "type": "string", "scalar": true }, + "display": { "type": "string", "scalar": true }, + "citation": { "type": "markdown", "scalar": true }, + "document": { + "type": "Attachment", + "scalar": true + }, + "resource": { "type": "canonical", "scalar": true }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier" + } + }, + "resourceReference": { + "type": "Reference", + "scalar": true + } + }, + "required": ["type"] + }, + "contributorship": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "entry": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-role" + } + }, + "affiliation": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "contributor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "rankingOrder": { + "type": "positiveInt", + "scalar": true + }, + "contributionType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-type" + } + }, + "forenameInitials": { + "type": "string", + "scalar": true + }, + "contributionInstance": { + "type": "BackboneElement", + "array": true, + "elements": { + "time": { + "type": "dateTime", + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type" + } + } + }, + "required": ["type"] + }, + "correspondingContact": { + "type": "boolean", + "scalar": true + } + }, + "required": ["contributor"] + }, + "summary": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-type" + } + }, + "style": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-style" + } + }, + "value": { + "type": "markdown", + "scalar": true + }, + "source": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-source" + } + } + }, + "required": ["value"] + }, + "complete": { "type": "boolean", "scalar": true } + } + }, + "version": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "value": { "type": "string", "scalar": true }, + "baseCitation": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ], + "scalar": true + } + }, + "required": ["value"] + }, + "webLocation": { + "type": "BackboneElement", + "array": true, + "elements": { + "url": { "type": "uri", "scalar": true }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-url-classifier" + } + } + } + }, + "relatedIdentifier": { + "type": "Identifier", + "array": true, + "summary": true + } + } + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "classification": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-classification-type" + } + }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier" + } + } + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "summary": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "style": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-summary-style" + } + } + }, + "required": ["text"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "currentState": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type" + } + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "statusDate": { + "type": "BackboneElement", + "array": true, + "elements": { + "actual": { "type": "boolean", "scalar": true }, + "period": { "type": "Period", "scalar": true }, + "activity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type" + } + } + }, + "required": ["activity", "period"] + }, + "editor": { "type": "ContactDetail", "array": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "Citation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Citation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EncounterHistory/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EncounterHistory", + "type": "EncounterHistory", + "resourceType": "FHIRSchema", + "elements": { + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "subjectStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-subject-status" + } + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type" + }, + "summary": true + }, + "serviceType": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "actualPeriod": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" + }, + "summary": true + }, + "length": { "type": "Duration", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "plannedStartDate": { "type": "dateTime", "scalar": true }, + "location": { + "type": "BackboneElement", + "array": true, + "elements": { + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form" + } + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + } + }, + "required": ["location"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "plannedEndDate": { "type": "dateTime", "scalar": true } + }, + "id": "EncounterHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EncounterHistory", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "class"] + }, + { + "constraints": { + "cnt-3": { + "human": "There SHALL be a code with a value of \"1\" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Count/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Count", + "type": "Count", + "resourceType": "FHIRSchema", + "id": "Count", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Count", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/StructureMap/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "StructureMap", + "type": "StructureMap", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { "type": "id", "scalar": true, "summary": true }, + "rule": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "rule": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap", + "elements", + "group", + "elements", + "rule" + ] + }, + "source": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "min": { + "type": "integer", + "scalar": true, + "summary": true + }, + "variable": { + "type": "id", + "scalar": true, + "summary": true + }, + "element": { + "type": "string", + "scalar": true, + "summary": true + }, + "check": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "string", + "scalar": true, + "summary": true + }, + "logMessage": { + "type": "string", + "scalar": true, + "summary": true + }, + "max": { + "type": "string", + "scalar": true, + "summary": true + }, + "condition": { + "type": "string", + "scalar": true, + "summary": true + }, + "context": { + "type": "id", + "scalar": true, + "summary": true + }, + "listMode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-source-list-mode" + }, + "summary": true + }, + "defaultValue": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["context"] + }, + "target": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "context": { + "type": "string", + "scalar": true, + "summary": true + }, + "element": { + "type": "string", + "scalar": true, + "summary": true + }, + "listMode": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-target-list-mode" + }, + "summary": true + }, + "variable": { + "type": "id", + "scalar": true, + "summary": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueId", + "valueString", + "valueBoolean", + "valueInteger", + "valueDecimal", + "valueDate", + "valueTime", + "valueDateTime" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "transform": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-transform" + }, + "summary": true + }, + "listRuleId": { + "type": "id", + "scalar": true, + "summary": true + } + }, + "constraints": { + "smp-1": { + "human": "Can only have an element if you have a context", + "severity": "error", + "expression": "element.exists() implies context.exists()" + } + } + }, + "dependent": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "parameter": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap", + "elements", + "group", + "elements", + "rule", + "elements", + "target", + "elements", + "parameter" + ] + } + }, + "required": ["name", "parameter"] + }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["source"] + }, + "input": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-input-mode" + }, + "summary": true + }, + "name": { + "type": "id", + "scalar": true, + "summary": true + }, + "type": { + "type": "string", + "scalar": true, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["name", "mode"] + }, + "extends": { + "type": "id", + "scalar": true, + "summary": true + }, + "typeMode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-group-type-mode" + }, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["name", "input"] + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "const": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { "type": "id", "scalar": true, "summary": true }, + "value": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "structure": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "url": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-model-mode" + }, + "summary": true + }, + "alias": { + "type": "string", + "scalar": true, + "summary": true + }, + "documentation": { "type": "string", "scalar": true } + }, + "required": ["url", "mode"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "import": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "StructureMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["url", "name", "status", "group"] + }, + { + "constraints": { + "sqty-1": { + "human": "The comparator is not used on a SimpleQuantity", + "severity": "error", + "expression": "comparator.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SimpleQuantity/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["comparator"], + "name": "SimpleQuantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "id": "SimpleQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/canonical/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "canonical", + "type": "canonical", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "canonical", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/canonical", + "packageVersion": "5.0.0", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "5.0.0" + }, + { + "constraints": { + "sdf-16": { + "human": "All element definitions must have unique ids (snapshot)", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct()" + }, + "sdf-21": { + "human": "Default values can only be specified on specializations", + "severity": "error", + "expression": "differential.element.defaultValue.exists() implies (derivation = 'specialization')" + }, + "sdf-29": { + "human": "Elements in Resources must have a min cardinality or 0 or 1 and a max cardinality of 1 or *", + "severity": "warning", + "expression": "((kind in 'resource' | 'complex-type') and (derivation = 'specialization')) implies differential.element.where((min != 0 and min != 1) or (max != '1' and max != '*')).empty()" + }, + "sdf-19": { + "human": "FHIR Specification models only use FHIR defined types", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential | snapshot).element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$'))" + }, + "sdf-1": { + "human": "Element paths must be unique unless the structure is a constraint", + "severity": "error", + "expression": "derivation = 'constraint' or snapshot.element.select(path).isDistinct()" + }, + "sdf-27": { + "human": "If there's a base definition, there must be a derivation ", + "severity": "error", + "expression": "baseDefinition.exists() implies derivation.exists()" + }, + "sdf-15a": { + "human": "If the first element in a differential has no \".\" in the path and it's not a logical model, it has no type", + "severity": "error", + "expression": "(kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty()" + }, + "sdf-15": { + "human": "The first element in a snapshot has no type unless model is a logical model.", + "severity": "error", + "expression": "kind!='logical' implies snapshot.element.first().type.empty()" + }, + "sdf-14": { + "human": "All element definitions must have an id", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and differential.element.all(id.exists())" + }, + "sdf-17": { + "human": "All element definitions must have unique ids (diff)", + "severity": "error", + "expression": "differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct()" + }, + "sdf-6": { + "human": "A structure must have either a differential, or a snapshot (or both)", + "severity": "error", + "expression": "snapshot.exists() or differential.exists()" + }, + "sdf-18": { + "human": "Context Invariants can only be used for extensions", + "severity": "error", + "expression": "contextInvariant.exists() implies type = 'Extension'" + }, + "sdf-23": { + "human": "No slice name on root", + "severity": "error", + "expression": "(snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty())" + }, + "sdf-4": { + "human": "If the structure is not abstract, then there SHALL be a baseDefinition", + "severity": "error", + "expression": "abstract = true or baseDefinition.exists()" + }, + "sdf-11": { + "human": "If there's a type, its content must match the path name in the first element of a snapshot", + "severity": "error", + "expression": "kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type" + }, + "sdf-9": { + "human": "In any snapshot or differential, no label, code or requirements on an element without a \".\" in the path (e.g. the first element)", + "severity": "error", + "expression": "children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty()" + }, + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "sdf-22": { + "human": "FHIR Specification models never have default values", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty())" + }, + "sdf-5": { + "human": "If the structure defines an extension then the structure must have context information", + "severity": "error", + "expression": "type != 'Extension' or derivation = 'specialization' or (context.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/StructureDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "StructureDefinition", + "type": "StructureDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "derivation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-derivation-rule" + }, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "contextInvariant": { + "type": "string", + "array": true, + "summary": true + }, + "fhirVersion": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "mapping": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "comment": { "type": "string", "scalar": true }, + "identity": { "type": "id", "scalar": true } + }, + "required": ["identity"], + "constraints": { + "sdf-2": { + "human": "Must have at least a name or a uri (or both)", + "severity": "error", + "expression": "name.exists() or uri.exists()" + } + } + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "abstract": { "type": "boolean", "scalar": true, "summary": true }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "snapshot": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "element": { + "type": "ElementDefinition", + "array": true, + "constraints": { + "sdf-10": { + "human": "provide either a binding reference or a description (or both)", + "severity": "error", + "expression": "binding.empty() or binding.valueSet.exists() or binding.description.exists()" + }, + "sdf-28": { + "human": "If there are no discriminators, there must be a definition", + "severity": "error", + "expression": "slicing.exists().not() or (slicing.discriminator.exists() or slicing.description.exists())" + } + } + } + }, + "required": ["element"], + "constraints": { + "sdf-3": { + "human": "Each element definition in a snapshot must have a formal definition and cardinalities, unless model is a logical model", + "severity": "error", + "expression": "%resource.kind = 'logical' or element.all(definition.exists() and min.exists() and max.exists())" + }, + "sdf-8": { + "human": "All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" + }, + "sdf-24": { + "human": "For CodeableReference elements, target profiles must be listed on the CodeableReference, not the CodeableReference.reference", + "severity": "error", + "expression": "element.where(type.where(code='Reference').exists() and path.endsWith('.reference') and type.targetProfile.exists() and (path.substring(0,$this.path.length()-10) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not()" + }, + "sdf-25": { + "human": "For CodeableReference elements, bindings must be listed on the CodeableReference, not the CodeableReference.concept", + "severity": "error", + "expression": "element.where(type.where(code='CodeableConcept').exists() and path.endsWith('.concept') and binding.exists() and (path.substring(0,$this.path.length()-8) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not()" + }, + "sdf-26": { + "human": "The root element of a profile should not have mustSupport = true", + "severity": "warning", + "expression": "$this.where(element[0].mustSupport='true').exists().not()" + }, + "sdf-8b": { + "human": "All snapshot elements must have a base definition", + "severity": "error", + "expression": "element.all(base.exists())" + } + } + }, + "keyword": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-use" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/structure-definition-kind" + }, + "summary": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "context": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/extension-context-type" + }, + "summary": true + }, + "expression": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["type", "expression"] + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "differential": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "element": { "type": "ElementDefinition", "array": true } + }, + "required": ["element"], + "constraints": { + "sdf-20": { + "human": "No slicing on the root element", + "severity": "error", + "expression": "element.where(path.contains('.').not()).slicing.empty()" + }, + "sdf-8a": { + "human": "In any differential, all the elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path.startsWith(%resource.type)) and (element.tail().empty() or element.tail().all(path.startsWith(%resource.differential.element.first().path.replaceMatches('\\\\..*','')&'.')))" + } + } + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "baseDefinition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + } + }, + "id": "StructureDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["url", "name", "status", "kind", "abstract", "type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CodeableConcept/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CodeableConcept", + "type": "CodeableConcept", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "string", "scalar": true, "summary": true }, + "coding": { "type": "Coding", "array": true, "summary": true } + }, + "id": "CodeableConcept", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableConcept", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Address/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Address", + "type": "Address", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use" + }, + "summary": true, + "modifier": true + }, + "city": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type" + }, + "summary": true + }, + "state": { "type": "string", "scalar": true, "summary": true }, + "line": { "type": "string", "array": true, "summary": true }, + "postalCode": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "country": { "type": "string", "scalar": true, "summary": true }, + "district": { "type": "string", "scalar": true, "summary": true }, + "text": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Address", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationKnowledge/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationKnowledge", + "type": "MedicationKnowledge", + "resourceType": "FHIRSchema", + "elements": { + "preparationInstruction": { "type": "markdown", "scalar": true }, + "monograph": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true + } + } + }, + "regulatory": { + "type": "BackboneElement", + "array": true, + "elements": { + "schedule": { "type": "CodeableConcept", "array": true }, + "maxDispense": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "period": { "type": "Duration", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true } + }, + "required": ["quantity"] + }, + "substitution": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "allowed": { "type": "boolean", "scalar": true } + }, + "required": ["type", "allowed"] + }, + "regulatoryAuthority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["regulatoryAuthority"] + }, + "indicationGuideline": { + "type": "BackboneElement", + "array": true, + "elements": { + "indication": { + "type": "CodeableReference", + "array": true + }, + "dosingGuideline": { + "type": "BackboneElement", + "array": true, + "elements": { + "dosage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "dosage": { + "type": "Dosage", + "array": true + } + }, + "required": ["type", "dosage"] + }, + "treatmentIntent": { + "type": "CodeableConcept", + "scalar": true + }, + "patientCharacteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "administrationTreatment": { + "type": "CodeableConcept", + "scalar": true + } + } + } + } + }, + "storageGuideline": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "reference": { "type": "uri", "scalar": true }, + "stabilityDuration": { "type": "Duration", "scalar": true }, + "environmentalSetting": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueRange", + "valueCodeableConcept" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": ["type", "value", "value", "value"] + } + } + }, + "definitional": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "doseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" + } + }, + "definition": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ] + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassIngredientEntity" + } + }, + "strength": { + "scalar": true, + "choices": [ + "strengthRatio", + "strengthCodeableConcept", + "strengthQuantity" + ] + }, + "strengthRatio": { + "type": "Ratio", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + }, + "strengthQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + }, + "strengthCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + } + }, + "required": ["item"] + }, + "intendedRoute": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "drugCharacteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic" + } + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueString", + "valueQuantity", + "valueBase64Binary", + "valueAttachment" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + }, + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + } + } + }, + "packaging": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "elements", + "cost" + ] + }, + "packagedProduct": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ], + "scalar": true + } + } + }, + "name": { "type": "string", "array": true, "summary": true }, + "relatedMedicationKnowledge": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ] + } + }, + "required": ["type", "reference"] + }, + "medicineClassification": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "source": { + "scalar": true, + "choices": ["sourceString", "sourceUri"] + }, + "sourceUri": { + "type": "uri", + "scalar": true, + "choiceOf": "source" + }, + "sourceString": { + "type": "string", + "scalar": true, + "choiceOf": "source" + }, + "classification": { + "type": "CodeableConcept", + "array": true + } + }, + "required": ["type"] + }, + "clinicalUseIssue": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "associatedMedication": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Medication"] + }, + "monitoringProgram": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { "type": "CodeableConcept", "scalar": true } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-status" + }, + "summary": true, + "modifier": true + }, + "productType": { "type": "CodeableConcept", "array": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "cost": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { + "scalar": true, + "choices": ["costMoney", "costCodeableConcept"] + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "source": { "type": "string", "scalar": true }, + "costMoney": { + "type": "Money", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-cost-category" + }, + "choiceOf": "cost", + "required-element": true + }, + "effectiveDate": { "type": "Period", "array": true }, + "costCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-cost-category" + }, + "choiceOf": "cost", + "required-element": true + } + }, + "required": ["type", "cost", "cost"] + }, + "intendedJurisdiction": { "type": "CodeableConcept", "array": true } + }, + "id": "MedicationKnowledge", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Patient/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Patient", + "type": "Patient", + "resourceType": "FHIRSchema", + "elements": { + "multipleBirthBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "multipleBirth" + }, + "address": { "type": "Address", "array": true, "summary": true }, + "deceasedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "deceased", + "modifier": true + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased", + "modifier": true + }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "multipleBirthInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "multipleBirth" + }, + "multipleBirth": { + "scalar": true, + "choices": ["multipleBirthBoolean", "multipleBirthInteger"] + }, + "deceased": { + "scalar": true, + "choices": ["deceasedBoolean", "deceasedDateTime"] + }, + "photo": { "type": "Attachment", "array": true }, + "link": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/link-type" + }, + "summary": true + }, + "other": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "modifier": true, + "required": ["other", "type"] + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "generalPractitioner": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "maritalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status" + } + }, + "contact": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "HumanName", "scalar": true }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + } + }, + "period": { "type": "Period", "scalar": true }, + "address": { "type": "Address", "scalar": true }, + "telecom": { "type": "ContactPoint", "array": true }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "relationship": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship" + } + } + }, + "constraints": { + "pat-1": { + "human": "SHALL at least contain a contact's details or a reference to an organization", + "severity": "error", + "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()" + } + } + } + }, + "id": "Patient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Patient", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/VirtualServiceDetail/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "VirtualServiceDetail", + "type": "VirtualServiceDetail", + "resourceType": "FHIRSchema", + "elements": { + "maxParticipants": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "addressContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "address" + }, + "address": { + "scalar": true, + "choices": [ + "addressUrl", + "addressString", + "addressContactPoint", + "addressExtendedContactDetail" + ] + }, + "addressUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "address" + }, + "additionalInfo": { "type": "url", "array": true, "summary": true }, + "addressExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "address" + }, + "sessionKey": { "type": "string", "scalar": true, "summary": true }, + "addressString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "address" + }, + "channelType": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/virtual-service-type" + }, + "summary": true + } + }, + "id": "VirtualServiceDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/VirtualServiceDetail", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/example-composition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "example-composition", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "section": { + "slicing": { + "rules": "closed", + "slices": { + "plan": { + "min": 0, + "match": { "type": "pattern" }, + "order": 2, + "schema": { "type": "BackboneElement" } + }, + "procedure": { + "min": 1, + "match": { "type": "pattern" }, + "order": 0, + "schema": { "type": "BackboneElement" } + }, + "medications": { + "min": 1, + "match": { "type": "pattern" }, + "order": 1, + "schema": { "type": "BackboneElement" } + } + }, + "ordered": true, + "description": "Slice by .section.code", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + } + }, + "id": "example-composition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/example-composition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/dateTime/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.DateTime", + "fhirVersion": null, + "name": "dateTime", + "type": "dateTime", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "dateTime", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/dateTime", + "packageVersion": "5.0.0", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?)?)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)?)?)?", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablemeasure/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablemeasure", + "type": "Measure", + "resourceType": "FHIRSchema", + "elements": { + "url": { "mustSupport": true }, + "name": { "mustSupport": true }, + "title": { "mustSupport": true }, + "version": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "artifactComment": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeCapability": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "publisher": { "mustSupport": true }, + "description": { "mustSupport": true }, + "experimental": { "mustSupport": true } + }, + "id": "shareablemeasure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablemeasure", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Measure", + "version": "5.0.0", + "required": ["url", "version", "title", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceNucleicAcid", + "type": "SubstanceNucleicAcid", + "resourceType": "FHIRSchema", + "elements": { + "subunit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "sugar": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "residueSite": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "length": { + "type": "integer", + "scalar": true, + "summary": true + }, + "linkage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "residueSite": { + "type": "string", + "scalar": true, + "summary": true + }, + "connectivity": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "subunit": { + "type": "integer", + "scalar": true, + "summary": true + }, + "sequence": { + "type": "string", + "scalar": true, + "summary": true + }, + "fivePrime": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "threePrime": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "sequenceAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true + } + } + }, + "sequenceType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "numberOfSubunits": { + "type": "integer", + "scalar": true, + "summary": true + }, + "areaOfHybridisation": { + "type": "string", + "scalar": true, + "summary": true + }, + "oligoNucleotideType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceNucleicAcid", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CoverageEligibilityResponse", + "type": "CoverageEligibilityResponse", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "authorizationRequired": { + "type": "boolean", + "scalar": true + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "authorizationSupporting": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit" + } + }, + "excluded": { "type": "boolean", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term" + } + }, + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "usedString": { + "type": "string", + "scalar": true, + "choiceOf": "used" + }, + "allowedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "allowed" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type" + } + }, + "allowedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "allowed" + }, + "usedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "used" + }, + "allowedString": { + "type": "string", + "scalar": true, + "choiceOf": "allowed" + }, + "usedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "used" + }, + "allowed": { + "scalar": true, + "choices": [ + "allowedUnsignedInt", + "allowedString", + "allowedMoney" + ] + }, + "used": { + "scalar": true, + "choices": [ + "usedUnsignedInt", + "usedString", + "usedMoney" + ] + } + }, + "required": ["type"] + }, + "authorizationUrl": { + "type": "uri", + "scalar": true + }, + "network": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + }, + "constraints": { + "ces-1": { + "human": "SHALL contain a category or a billcode but not both.", + "severity": "error", + "expression": "category.exists() xor productOrService.exists()" + } + } + }, + "inforce": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "benefitPeriod": { "type": "Period", "scalar": true } + }, + "required": ["coverage"] + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest" + ], + "scalar": true, + "summary": true + }, + "preAuthRef": { "type": "string", "scalar": true }, + "purpose": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibility-outcome" + }, + "summary": true + }, + "disposition": { "type": "string", "scalar": true }, + "event": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype" + } + }, + "when": { + "scalar": true, + "choices": ["whenDateTime", "whenPeriod"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when", + "required-element": true + }, + "whenDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "when", + "required-element": true + } + }, + "required": ["type", "when", "when"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "identifier": { "type": "Identifier", "array": true }, + "error": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error" + }, + "summary": true + }, + "expression": { + "type": "string", + "array": true, + "summary": true + } + }, + "required": ["code"] + }, + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + } + }, + "id": "CoverageEligibilityResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "status", + "purpose", + "patient", + "created", + "request", + "outcome", + "insurer" + ] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elmlibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "elmlibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "content": { + "slicing": { + "rules": "open", + "slices": { + "elmXmlContent": { + "match": { + "type": "pattern", + "value": { + "contentType": "application/elm+xml" + } + }, + "schema": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { + "max": 1, + "min": 0, + "type": "code", + "fixed": "application/elm+xml", + "mustSupport": true + } + }, + "required": ["data"], + "mustSupport": true + } + }, + "elmJsonContent": { + "match": { + "type": "pattern", + "value": { + "contentType": "application/elm+json" + } + }, + "schema": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { + "max": 1, + "min": 0, + "type": "code", + "fixed": "application/elm+json", + "mustSupport": true + } + }, + "required": ["data"], + "mustSupport": true + } + } + }, + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + } + }, + "id": "elmlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/elmlibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/logiclibrary", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Library/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Library", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "dataRequirement": { "type": "DataRequirement", "array": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "content": { "type": "Attachment", "array": true, "summary": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/library-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "usage": { "type": "markdown", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "parameter": { "type": "ParameterDefinition", "array": true }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "Library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Library", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/time/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Time", + "fhirVersion": null, + "name": "time", + "type": "time", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "time", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/time", + "packageVersion": "5.0.0", + "regex": "([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicinalProductDefinition", + "type": "MedicinalProductDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "additionalMonitoringIndicator": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring" + }, + "summary": true + }, + "comprisedOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "summary": true + }, + "combinedPharmaceuticalDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/combined-dose-form" + }, + "summary": true + }, + "clinicalTrial": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "impurity": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "indication": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "name": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "part": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "part": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-name-part-type" + }, + "summary": true + } + }, + "required": ["part", "type"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-name-type" + }, + "summary": true + }, + "usage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country" + }, + "summary": true + }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + } + }, + "required": ["country", "language"] + }, + "productName": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["productName"] + }, + "masterFile": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "operation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "organization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "effectiveDate": { + "type": "Period", + "scalar": true, + "summary": true + }, + "confidentialityIndicator": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-confidentiality" + }, + "summary": true + } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-type" + }, + "summary": true + }, + "route": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + }, + "summary": true + }, + "pediatricUseIndicator": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use" + }, + "summary": true + }, + "classification": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-classification" + }, + "summary": true + }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueMarkdown", + "valueQuantity", + "valueInteger", + "valueDate", + "valueBoolean", + "valueAttachment" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "marketingStatus": { + "type": "MarketingStatus", + "array": true, + "summary": true + }, + "specialMeasures": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-special-measures" + }, + "summary": true + }, + "ingredient": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "packagedMedicinalProduct": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-package-type" + }, + "summary": true + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "crossReference": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-cross-reference-type" + }, + "summary": true + }, + "product": { + "type": "CodeableReference", + "scalar": true, + "summary": true + } + }, + "required": ["product"] + }, + "attachedDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "domain": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-domain" + }, + "summary": true + }, + "legalStatusOfSupply": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/legal-status-of-supply" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-contact-type" + }, + "summary": true + }, + "contact": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + } + }, + "required": ["contact"] + } + }, + "id": "MedicinalProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["name"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Shareable/5.0.0", + "fhirVersion": null, + "name": "Shareable", + "type": "Shareable", + "resourceType": "FHIRSchema", + "id": "Shareable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Shareable", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Annotation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Annotation", + "type": "Annotation", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "markdown", "scalar": true, "summary": true }, + "time": { "type": "dateTime", "scalar": true, "summary": true }, + "author": { + "scalar": true, + "choices": ["authorReference", "authorString"] + }, + "authorString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "author" + }, + "authorReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true, + "choiceOf": "author" + } + }, + "id": "Annotation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Annotation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["text"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/boolean/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Boolean", + "fhirVersion": null, + "name": "boolean", + "type": "boolean", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "boolean", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/boolean", + "packageVersion": "5.0.0", + "regex": "true|false", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareabletestscript/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareabletestscript", + "type": "TestScript", + "resourceType": "FHIRSchema", + "elements": { + "url": { "type": "uri" }, + "version": { "type": "string" }, + "publisher": { "type": "string" }, + "description": { "type": "markdown" }, + "experimental": { "type": "boolean" } + }, + "id": "shareabletestscript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareabletestscript", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/TestScript", + "version": "5.0.0", + "required": [ + "url", + "version", + "experimental", + "publisher", + "description" + ] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ParameterDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ParameterDefinition", + "type": "ParameterDefinition", + "resourceType": "FHIRSchema", + "elements": { + "max": { "type": "string", "scalar": true, "summary": true }, + "min": { "type": "integer", "scalar": true, "summary": true }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use" + }, + "summary": true + }, + "name": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "id": "ParameterDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ParameterDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["use", "type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NutritionIntake/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "NutritionIntake", + "type": "NutritionIntake", + "resourceType": "FHIRSchema", + "elements": { + "ingredientLabel": { + "type": "BackboneElement", + "array": true, + "elements": { + "amount": { "type": "Quantity", "scalar": true }, + "nutrient": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code" + } + } + }, + "required": ["nutrient", "amount"] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition", + "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Requirements", + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic", + "http://hl7.org/fhir/StructureDefinition/TestPlan", + "http://hl7.org/fhir/StructureDefinition/TestScript" + ] + }, + "instantiatesUri": { "type": "uri", "array": true }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "reported": { + "scalar": true, + "choices": ["reportedBoolean", "reportedReference"] + }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason" + } + }, + "recorded": { "type": "dateTime", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "reportedReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "choiceOf": "reported" + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "consumedItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "rate": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/edible-substance-type" + }, + "summary": true + }, + "amount": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "schedule": { "type": "Timing", "scalar": true }, + "notConsumed": { "type": "boolean", "scalar": true }, + "nutritionProduct": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type" + }, + "summary": true + }, + "notConsumedReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/not-consumed-reason" + } + } + }, + "required": ["type", "nutritionProduct"] + }, + "reportedBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "reported" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/NutritionIntake", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrencePeriod"] + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + } + }, + "required": ["actor"] + } + }, + "id": "NutritionIntake", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionIntake", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject", "consumedItem"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/lipidprofile/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["conclusionCode"], + "name": "lipidprofile", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "57698-3", + "system": "http://loinc.org", + "display": "Lipid panel with direct LDL - Serum or Plasma" + } + ] + } + }, + "result": { + "array": true, + "slicing": { + "rules": "closed", + "slices": { + "Cholesterol": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + } + }, + "resolve-ref": true + }, + "order": 0, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/cholesterol" + ], + "mustSupport": true + } + }, + "Triglyceride": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "35217-9", + "system": "http://loinc.org", + "display": "Triglyceride [Moles/​volume] in Serum or Plasma" + } + ] + } + }, + "resolve-ref": true + }, + "order": 1, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/triglyceride" + ], + "mustSupport": true + } + }, + "HDLCholesterol": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "2085-9", + "system": "http://loinc.org", + "display": "HDL Cholesterol" + } + ] + } + }, + "resolve-ref": true + }, + "order": 2, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" + ], + "mustSupport": true + } + }, + "LDLCholesterol": { + "max": 1, + "min": 0, + "match": { + "type": "binding", + "value": { + "code": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/lipid-ldl-codes" + } + }, + "resolve-ref": true + }, + "order": 3, + "schema": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" + ], + "mustSupport": true + } + } + }, + "ordered": true, + "discriminator": [ + { "path": "resolve().code", "type": "value" } + ] + } + }, + "conclusion": { + "max": 1, + "min": 0, + "type": "markdown", + "mustSupport": true + }, + "conclusionCode": { "type": "CodeableConcept" } + }, + "id": "lipidprofile", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "version": "5.0.0", + "required": ["code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/decimal/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Decimal", + "fhirVersion": null, + "name": "decimal", + "type": "decimal", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "decimal", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/decimal", + "packageVersion": "5.0.0", + "regex": "-?(0|[1-9][0-9]{0,17})(\\.[0-9]{1,17})?([eE][+-]?[0-9]{1,9}})?", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImmunizationEvaluation", + "type": "ImmunizationEvaluation", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true }, + "series": { "type": "string", "scalar": true }, + "doseNumber": { "type": "string", "scalar": true }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "seriesDoses": { "type": "string", "scalar": true }, + "doseStatusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason" + } + }, + "immunizationEvent": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "targetDisease": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease" + }, + "summary": true + }, + "doseStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status" + }, + "summary": true + } + }, + "id": "ImmunizationEvaluation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "status", + "patient", + "targetDisease", + "immunizationEvent", + "doseStatus" + ] + }, + { + "constraints": { + "app-2": { + "human": "Either start and end are specified, or neither", + "severity": "error", + "expression": "start.exists() = end.exists()" + }, + "app-3": { + "human": "Only proposed or cancelled appointments can be missing start/end dates", + "severity": "error", + "expression": "(start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))" + }, + "app-4": { + "human": "Cancellation reason is only used for appointments that have been cancelled, or noshow", + "severity": "error", + "expression": "cancellationReason.exists() implies (status='noshow' or status='cancelled')" + }, + "app-5": { + "human": "The start must be less than or equal to the end", + "severity": "error", + "expression": "start.exists() implies start <= end" + }, + "app-6": { + "human": "An appointment may have an originatingAppointment or recurrenceTemplate, but not both", + "severity": "warning", + "expression": "originatingAppointment.exists().not() or recurrenceTemplate.exists().not()" + }, + "app-7": { + "human": "Cancellation date is only used for appointments that have been cancelled, or noshow", + "severity": "error", + "expression": "cancellationDate.exists() implies (status='noshow' or status='cancelled')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Appointment/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Appointment", + "type": "Appointment", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "string", "scalar": true }, + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "slot": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Slot"] + }, + "previousAppointment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "scalar": true + }, + "originatingAppointment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "scalar": true + }, + "recurrenceId": { "type": "positiveInt", "scalar": true }, + "cancellationDate": { "type": "dateTime", "scalar": true }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "occurrenceChanged": { "type": "boolean", "scalar": true }, + "requestedPeriod": { "type": "Period", "array": true }, + "patientInstruction": { + "type": "CodeableReference", + "array": true + }, + "recurrenceTemplate": { + "type": "BackboneElement", + "array": true, + "elements": { + "timezone": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/timezones" + } + }, + "lastOccurrenceDate": { "type": "date", "scalar": true }, + "yearlyTemplate": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "yearInterval": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["yearInterval"] + }, + "monthlyTemplate": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dayOfWeek": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + } + }, + "dayOfMonth": { + "type": "positiveInt", + "scalar": true + }, + "monthInterval": { + "type": "positiveInt", + "scalar": true + }, + "nthWeekOfMonth": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/week-of-month" + } + } + }, + "required": ["monthInterval"] + }, + "weeklyTemplate": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "friday": { "type": "boolean", "scalar": true }, + "monday": { "type": "boolean", "scalar": true }, + "sunday": { "type": "boolean", "scalar": true }, + "tuesday": { "type": "boolean", "scalar": true }, + "saturday": { "type": "boolean", "scalar": true }, + "thursday": { "type": "boolean", "scalar": true }, + "wednesday": { "type": "boolean", "scalar": true }, + "weekInterval": { + "type": "positiveInt", + "scalar": true + } + } + }, + "occurrenceDate": { "type": "date", "array": true }, + "excludingDate": { "type": "date", "array": true }, + "occurrenceCount": { + "type": "positiveInt", + "scalar": true + }, + "recurrenceType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-recurrrence-type" + } + }, + "excludingRecurrenceId": { + "type": "positiveInt", + "array": true + } + }, + "required": ["recurrenceType"] + }, + "start": { "type": "instant", "scalar": true, "summary": true }, + "created": { "type": "dateTime", "scalar": true }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus" + }, + "summary": true + }, + "required": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "required": ["status"], + "constraints": { + "app-1": { + "human": "Either the type or actor on the participant SHALL be specified", + "severity": "error", + "expression": "type.exists() or actor.exists()" + } + } + }, + "serviceType": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"] + }, + "virtualService": { "type": "VirtualServiceDetail", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason" + }, + "summary": true + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority" + } + }, + "appointmentType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/EncounterClass" + }, + "summary": true + }, + "minutesDuration": { "type": "positiveInt", "scalar": true }, + "cancellationReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "end": { "type": "instant", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "Appointment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Appointment", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "participant"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ParticipantContactable/5.0.0", + "fhirVersion": null, + "name": "ParticipantContactable", + "type": "ParticipantContactable", + "resourceType": "FHIRSchema", + "id": "ParticipantContactable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/ParticipantContactable", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/VisionPrescription/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "VisionPrescription", + "type": "VisionPrescription", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true }, + "prescriber": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "dateWritten": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "lensSpecification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "sphere": { "type": "decimal", "scalar": true }, + "color": { "type": "string", "scalar": true }, + "eye": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-eye-codes" + }, + "summary": true + }, + "diameter": { "type": "decimal", "scalar": true }, + "duration": { "type": "Quantity", "scalar": true }, + "brand": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "power": { "type": "decimal", "scalar": true }, + "product": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-product" + }, + "summary": true + }, + "cylinder": { "type": "decimal", "scalar": true }, + "prism": { + "type": "BackboneElement", + "array": true, + "elements": { + "base": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-base-codes" + } + }, + "amount": { "type": "decimal", "scalar": true } + }, + "required": ["amount", "base"] + }, + "axis": { "type": "integer", "scalar": true }, + "add": { "type": "decimal", "scalar": true }, + "backCurve": { "type": "decimal", "scalar": true } + }, + "required": ["product", "eye"] + } + }, + "id": "VisionPrescription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "status", + "created", + "patient", + "dateWritten", + "prescriber", + "lensSpecification" + ] + }, + { + "constraints": { + "sst-1": { + "human": "Event notifications must contain events", + "severity": "error", + "expression": "(type = 'event-notification' or type = 'query-event') implies notificationEvent.exists()" + }, + "sst-2": { + "human": "Status messages must contain status", + "severity": "error", + "expression": "type = 'query-status' implies status.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubscriptionStatus/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubscriptionStatus", + "type": "SubscriptionStatus", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-notification-type" + }, + "summary": true, + "modifier": true + }, + "error": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-error" + }, + "summary": true + }, + "topic": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status" + }, + "summary": true + }, + "subscription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Subscription" + ], + "scalar": true, + "summary": true + }, + "notificationEvent": { + "type": "BackboneElement", + "array": true, + "elements": { + "focus": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "timestamp": { "type": "instant", "scalar": true }, + "eventNumber": { "type": "integer64", "scalar": true }, + "additionalContext": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + }, + "required": ["eventNumber"] + }, + "eventsSinceSubscriptionStart": { + "type": "integer64", + "scalar": true, + "summary": true + } + }, + "id": "SubscriptionStatus", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubscriptionStatus", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["type", "subscription"] + }, + { + "constraints": { + "dom-2": { + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "severity": "error", + "expression": "contained.contained.empty()" + }, + "dom-3": { + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "severity": "error", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" + }, + "dom-4": { + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "severity": "error", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" + }, + "dom-5": { + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "severity": "error", + "expression": "contained.meta.security.empty()" + }, + "dom-6": { + "human": "A resource should have narrative for robust management", + "severity": "warning", + "expression": "text.`div`.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DomainResource/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DomainResource", + "type": "DomainResource", + "resourceType": "FHIRSchema", + "elements": { + "text": { "type": "Narrative", "scalar": true }, + "contained": { "type": "Resource", "array": true }, + "extension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "modifierExtension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "summary": true, + "modifier": true + } + }, + "id": "DomainResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "familymemberhistory-genetic", + "type": "FamilyMemberHistory", + "resourceType": "FHIRSchema", + "elements": { + "sex": { "mustSupport": true }, + "condition": { + "elements": { + "code": { "mustSupport": true }, + "outcome": { "mustSupport": true } + }, + "mustSupport": true + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "parent": { + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "sibling": { + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "observations": { + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "relationship": { "mustSupport": true } + }, + "id": "familymemberhistory-genetic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ChargeItemDefinition", + "type": "ChargeItemDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "propertyGroup": { + "type": "BackboneElement", + "array": true, + "elements": { + "applicability": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "elements", + "applicability" + ] + }, + "priceComponent": { + "type": "MonetaryComponent", + "array": true + } + } + }, + "instance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "derivedFromUri": { "type": "uri", "array": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "replaces": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ], + "summary": true + }, + "partOf": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ], + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "applicability": { + "type": "BackboneElement", + "array": true, + "elements": { + "condition": { "type": "Expression", "scalar": true }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "relatedArtifact": { + "type": "RelatedArtifact", + "scalar": true + } + } + } + }, + "id": "ChargeItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MonetaryComponent/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MonetaryComponent", + "type": "MonetaryComponent", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/price-component-type" + }, + "summary": true + }, + "amount": { "type": "Money", "scalar": true, "summary": true }, + "factor": { "type": "decimal", "scalar": true, "summary": true } + }, + "id": "MonetaryComponent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MonetaryComponent", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Medication/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Medication", + "type": "Medication", + "resourceType": "FHIRSchema", + "elements": { + "definition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ], + "scalar": true + }, + "doseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes" + } + }, + "totalVolume": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "batch": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "lotNumber": { "type": "string", "scalar": true }, + "expirationDate": { "type": "dateTime", "scalar": true } + } + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + } + }, + "isActive": { "type": "boolean", "scalar": true }, + "strength": { + "scalar": true, + "choices": [ + "strengthRatio", + "strengthCodeableConcept", + "strengthQuantity" + ] + }, + "strengthRatio": { + "type": "Ratio", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + }, + "strengthQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + }, + "strengthCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength" + }, + "choiceOf": "strength" + } + }, + "required": ["item"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "marketingAuthorizationHolder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Medication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Medication", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MetadataResource/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MetadataResource", + "type": "MetadataResource", + "resourceType": "FHIRSchema", + "elements": { + "endorser": { "type": "ContactDetail", "array": true }, + "approvalDate": { "type": "date", "scalar": true }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "author": { "type": "ContactDetail", "array": true }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "reviewer": { "type": "ContactDetail", "array": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "MetadataResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MetadataResource", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "nsd-1": { + "human": "Root systems cannot have uuid identifiers", + "severity": "error", + "expression": "kind != 'root' or uniqueId.all(type != 'uuid')" + }, + "nsd-2": { + "human": "Can't have more than one preferred identifier for a type", + "severity": "error", + "expression": "uniqueId.where(preferred = true).select(type).isDistinct()" + }, + "nsd-3": { + "human": "Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time)", + "severity": "error", + "expression": "uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NamingSystem/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "NamingSystem", + "type": "NamingSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type" + } + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "responsible": { "type": "string", "scalar": true }, + "usage": { "type": "string", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-type" + }, + "summary": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "uniqueId": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "comment": { "type": "string", "scalar": true }, + "preferred": { "type": "boolean", "scalar": true }, + "authoritative": { "type": "boolean", "scalar": true } + }, + "required": ["type", "value"] + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "NamingSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["name", "status", "kind", "date", "uniqueId"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ClinicalImpression/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ClinicalImpression", + "type": "ClinicalImpression", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "protocol": { "type": "uri", "array": true }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "changePattern": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-change-pattern" + } + }, + "problem": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ], + "summary": true + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason" + } + }, + "note": { "type": "Annotation", "array": true }, + "summary": { "type": "string", "scalar": true }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "prognosisCodeableConcept": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "previous": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "finding": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "basis": { "type": "string", "scalar": true } + } + }, + "prognosisReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "ClinicalImpression", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/VerificationResult/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "VerificationResult", + "type": "VerificationResult", + "resourceType": "FHIRSchema", + "elements": { + "failureAction": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-failure-action" + }, + "summary": true + }, + "validationType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-type" + }, + "summary": true + }, + "targetLocation": { + "type": "string", + "array": true, + "summary": true + }, + "validator": { + "type": "BackboneElement", + "array": true, + "elements": { + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "identityCertificate": { "type": "string", "scalar": true }, + "attestationSignature": { + "type": "Signature", + "scalar": true + } + }, + "required": ["organization"] + }, + "need": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-need" + }, + "summary": true + }, + "frequency": { "type": "Timing", "scalar": true }, + "nextScheduled": { "type": "date", "scalar": true }, + "primarySource": { + "type": "BackboneElement", + "array": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type" + }, + "summary": true + }, + "canPushUpdates": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates" + }, + "summary": true + }, + "validationDate": { "type": "dateTime", "scalar": true }, + "validationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-status" + } + }, + "pushTypeAvailable": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-push-type-available" + } + }, + "communicationMethod": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method" + }, + "summary": true + } + } + }, + "attestation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "date": { "type": "date", "scalar": true, "summary": true }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "proxySignature": { "type": "Signature", "scalar": true }, + "sourceSignature": { "type": "Signature", "scalar": true }, + "communicationMethod": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method" + }, + "summary": true + }, + "proxyIdentityCertificate": { + "type": "string", + "scalar": true + }, + "sourceIdentityCertificate": { + "type": "string", + "scalar": true + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-status" + }, + "summary": true + }, + "validationProcess": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-process" + }, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "target": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "lastPerformed": { "type": "dateTime", "scalar": true } + }, + "id": "VerificationResult", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VerificationResult", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ChargeItem/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ChargeItem", + "type": "ChargeItem", + "resourceType": "FHIRSchema", + "elements": { + "service": { "type": "CodeableReference", "array": true }, + "definitionUri": { "type": "uri", "array": true }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "requestingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "unitPriceComponent": { + "type": "MonetaryComponent", + "scalar": true + }, + "definitionCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + }, + "totalPriceComponent": { + "type": "MonetaryComponent", + "scalar": true + }, + "bodysite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "costCenter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "note": { "type": "Annotation", "array": true }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"], + "summary": true + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + } + }, + "product": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + } + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/ChargeItem"] + }, + "enteredDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "overrideReason": { "type": "CodeableConcept", "scalar": true }, + "performingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + } + }, + "required": ["actor"] + } + }, + "id": "ChargeItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code", "subject"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "obd-0": { + "human": "If permittedUnit exists, then permittedDataType=Quantity must exist.", + "severity": "error", + "expression": "permittedUnit.exists() implies (permittedDataType = 'Quantity').exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ObservationDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ObservationDefinition", + "type": "ObservationDefinition", + "resourceType": "FHIRSchema", + "elements": { + "permittedUnit": { + "type": "Coding", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "description": { "type": "markdown", "scalar": true }, + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "hasMember": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods" + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "specimen": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "derivedFromCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "summary": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + } + }, + "permittedUnit": { + "type": "Coding", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + } + }, + "qualifiedValue": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "elements", + "qualifiedValue" + ] + }, + "permittedDataType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type" + } + } + }, + "required": ["code"], + "constraints": { + "obd-1": { + "human": "If permittedUnit exists, then permittedDataType=Quantity must exist.", + "severity": "error", + "expression": "permittedUnit.exists() implies (permittedDataType = 'Quantity').exists()" + } + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "derivedFromUri": { "type": "uri", "array": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "qualifiedValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "age": { "type": "Range", "scalar": true }, + "appliesTo": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto" + } + }, + "validCodedValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "rangeCategory": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-range-category" + } + }, + "abnormalCodedValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "condition": { "type": "string", "scalar": true }, + "context": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning" + } + }, + "gestationalAge": { "type": "Range", "scalar": true }, + "normalCodedValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + } + }, + "criticalCodedValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "range": { "type": "Range", "scalar": true } + } + }, + "permittedDataType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type" + } + }, + "multipleResultsAllowed": { "type": "boolean", "scalar": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "device": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "preferredReportName": { "type": "string", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subject": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ObservationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchStudy/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchStudy", + "type": "ResearchStudy", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true }, + "site": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "protocol": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "name": { "type": "string", "scalar": true }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-classifiers" + } + }, + "progressStatus": { + "type": "BackboneElement", + "array": true, + "elements": { + "state": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-status" + } + }, + "actual": { "type": "boolean", "scalar": true }, + "period": { "type": "Period", "scalar": true } + }, + "required": ["state"] + }, + "phase": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-phase" + }, + "summary": true + }, + "whyStopped": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped" + }, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "region": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "descriptionSummary": { "type": "markdown", "scalar": true }, + "outcomeMeasure": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type" + } + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true + }, + "description": { "type": "markdown", "scalar": true } + } + }, + "keyword": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "http://hl7.org/fhir/StructureDefinition/Citation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ], + "summary": true + }, + "label": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/title-type" + } + }, + "value": { "type": "string", "scalar": true } + } + }, + "condition": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "url": { "type": "uri", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "primaryPurposeType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type" + }, + "summary": true + }, + "focus": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-focus-type" + } + }, + "objective": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type" + } + }, + "description": { "type": "markdown", "scalar": true } + } + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "version": { "type": "string", "scalar": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "recruitment": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "actualGroup": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "eligibility": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true + }, + "actualNumber": { "type": "unsignedInt", "scalar": true }, + "targetNumber": { "type": "unsignedInt", "scalar": true } + } + }, + "studyDesign": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/study-design" + }, + "summary": true + }, + "comparisonGroup": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-arm-type" + } + }, + "linkId": { "type": "id", "scalar": true }, + "description": { "type": "markdown", "scalar": true }, + "observedGroup": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "intendedExposure": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + }, + "required": ["name"] + }, + "associatedParty": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-party-role" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "period": { "type": "Period", "array": true }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-party-organization-type" + } + } + }, + "required": ["role"] + } + }, + "id": "ResearchStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/search-set-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "search-set-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "searchset" }, + "entry": { + "slicing": { + "rules": "closed", + "slices": { + "other": { + "match": { "type": "pattern" }, + "schema": { + "excluded": ["request", "response"], + "required": ["fullUrl", "resource"] + } + }, + "operationOutcome": { + "max": 1, + "match": { + "type": "pattern", + "value": { "search": { "mode": "outcome" } } + }, + "schema": { + "elements": { + "search": { + "elements": { + "mode": { "pattern": "outcome" } + }, + "required": ["mode"] + }, + "resource": { "type": "OperationOutcome" } + }, + "excluded": ["request", "response"], + "required": ["fullUrl", "resource"] + } + } + }, + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "search.mode", "type": "value" } + ] + } + } + }, + "id": "search-set-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/search-set-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EpisodeOfCare/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EpisodeOfCare", + "type": "EpisodeOfCare", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "use": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use" + }, + "summary": true + }, + "condition": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + } + } + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/episodeofcare-type" + }, + "summary": true + }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"] + }, + "referralRequest": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "reason": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "use": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason-use" + }, + "summary": true + }, + "value": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason" + }, + "summary": true + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "careManager": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "careTeam": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + }, + "statusHistory": { + "type": "BackboneElement", + "array": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status" + } + } + }, + "required": ["status", "period"] + } + }, + "id": "EpisodeOfCare", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "patient"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Consent/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Consent", + "type": "Consent", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-category" + }, + "summary": true + }, + "provision": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "provision": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "elements", + "provision" + ] + }, + "expression": { "type": "Expression", "scalar": true }, + "purpose": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + }, + "summary": true + }, + "dataPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "resourceType": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "documentType": { + "type": "Coding", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class" + }, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-code" + }, + "summary": true + }, + "action": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action" + }, + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + }, + "securityLabel": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples" + }, + "summary": true + }, + "actor": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + } + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + } + }, + "data": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "meaning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning" + }, + "summary": true + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + } + }, + "required": ["meaning", "reference"] + } + } + }, + "date": { "type": "date", "scalar": true, "summary": true }, + "controller": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + }, + "policyBasis": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "url": { "type": "url", "scalar": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + } + } + }, + "regulatoryBasis": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy" + } + }, + "sourceAttachment": { "type": "Attachment", "array": true }, + "verification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "verified": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "verifiedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "verifiedWith": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "verificationDate": { "type": "dateTime", "array": true }, + "verificationType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-verification" + } + } + }, + "required": ["verified"] + }, + "grantor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + }, + "sourceReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + }, + "manager": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-state-codes" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "grantee": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + }, + "policyText": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "decision": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type" + }, + "summary": true, + "modifier": true + } + }, + "id": "Consent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Consent", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "mea-1": { + "human": "Stratifier SHALL be either a single criteria or a set of criteria components", + "severity": "error", + "expression": "group.stratifier.all((code | description | criteria).exists() xor component.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Measure/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Measure", + "type": "Measure", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "mea-2": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "stratifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example" + } + }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "mea-4": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example" + } + }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "mea-5": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "description": { + "type": "markdown", + "scalar": true + }, + "groupDefinition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + } + } + }, + "description": { + "type": "markdown", + "scalar": true + }, + "groupDefinition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + } + } + }, + "scoringUnit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring-unit" + }, + "summary": true + }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "basis": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type" + }, + "summary": true + }, + "library": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + } + }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "mea-3": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "criteria": { + "type": "Expression", + "scalar": true + }, + "description": { + "type": "markdown", + "scalar": true + }, + "aggregateMethod": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-aggregate-method" + } + }, + "groupDefinition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "inputPopulationId": { + "type": "string", + "scalar": true + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-group-example" + } + }, + "scoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring" + }, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "improvementNotation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation" + }, + "summary": true + }, + "subject": { + "scalar": true, + "choices": [ + "subjectCodeableConcept", + "subjectReference" + ] + }, + "rateAggregation": { + "type": "markdown", + "scalar": true, + "summary": true + } + } + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "compositeScoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/composite-measure-scoring" + }, + "summary": true + }, + "disclaimer": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "scoringUnit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring-unit" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "basis": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + }, + "summary": true + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "guidance": { "type": "markdown", "scalar": true, "summary": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "supplementalData": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-supplemental-data-example" + } + }, + "usage": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-data-usage" + } + }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "mea-6": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "criteria": { "type": "Expression", "scalar": true }, + "description": { "type": "markdown", "scalar": true } + }, + "required": ["criteria"] + }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "author": { "type": "ContactDetail", "array": true }, + "term": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-definition-example" + } + }, + "definition": { "type": "markdown", "scalar": true } + } + }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "usage": { "type": "markdown", "scalar": true }, + "rationale": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "riskAdjustment": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "scoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring" + }, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "improvementNotation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation" + }, + "summary": true + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "rateAggregation": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "clinicalRecommendationStatement": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "id": "Measure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Measure", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "rat-1": { + "human": "Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present", + "severity": "error", + "expression": "(numerator.exists() and denominator.exists()) or (numerator.empty() and denominator.empty() and extension.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Ratio/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Ratio", + "type": "Ratio", + "resourceType": "FHIRSchema", + "elements": { + "numerator": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "denominator": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "id": "Ratio", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Ratio", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/hdlcholesterol/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "hdlcholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "2085-9", + "system": "http://loinc.org", + "display": "HDL Cholesterol" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "low": { "type": "Quantity", "fixed": { "value": 1.5 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["high", "type", "appliesTo", "age"], + "required": ["low"], + "mustSupport": true + } + }, + "id": "hdlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/hdlcholesterol", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": ["code", "referenceRange"] + }, + { + "constraints": { + "dev-1": { + "human": "only one Device.name.display SHALL be true when there is more than one Device.name", + "severity": "error", + "expression": "name.where(display=true).count() <= 1" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Device/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Device", + "type": "Device", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-category" + } + }, + "definition": { "type": "CodeableReference", "scalar": true }, + "serialNumber": { "type": "string", "scalar": true }, + "cycle": { "type": "Count", "scalar": true }, + "parent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true + }, + "displayName": { "type": "string", "scalar": true }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueAttachment" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-property-type" + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "name": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "display": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + } + }, + "required": ["value", "type"] + }, + "mode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-operation-mode" + } + }, + "partNumber": { "type": "string", "scalar": true }, + "modelNumber": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + } + }, + "duration": { "type": "Duration", "scalar": true }, + "gateway": { "type": "CodeableReference", "array": true }, + "note": { "type": "Annotation", "array": true }, + "biologicalSourceEvent": { "type": "Identifier", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status" + }, + "summary": true, + "modifier": true + }, + "safety": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety" + }, + "summary": true + }, + "lotNumber": { "type": "string", "scalar": true }, + "conformsTo": { + "type": "BackboneElement", + "array": true, + "elements": { + "version": { "type": "string", "scalar": true }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-category" + } + }, + "specification": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-type" + } + } + }, + "required": ["specification"] + }, + "url": { "type": "uri", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "availabilityStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/device-availability-status" + } + }, + "manufacturer": { "type": "string", "scalar": true }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-versiontype" + } + }, + "value": { "type": "string", "scalar": true }, + "component": { "type": "Identifier", "scalar": true }, + "installDate": { "type": "dateTime", "scalar": true } + }, + "required": ["value"] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { "type": "ContactPoint", "array": true }, + "manufactureDate": { "type": "dateTime", "scalar": true }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "expirationDate": { "type": "dateTime", "scalar": true }, + "udiCarrier": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "issuer": { + "type": "uri", + "scalar": true, + "summary": true + }, + "entryType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/udi-entry-type" + } + }, + "carrierHRF": { + "type": "string", + "scalar": true, + "summary": true + }, + "carrierAIDC": { + "type": "base64Binary", + "scalar": true, + "summary": true + }, + "jurisdiction": { "type": "uri", "scalar": true }, + "deviceIdentifier": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["deviceIdentifier", "issuer"] + } + }, + "id": "Device", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Device", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceDefinition", + "type": "SubstanceDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "supplier": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "characterization": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "file": { + "type": "Attachment", + "array": true, + "summary": true + }, + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-form" + }, + "summary": true + }, + "technique": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-structure-technique" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + } + } + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes" + }, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueDate", + "valueBoolean", + "valueAttachment" + ] + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "name": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "official": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "date": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "authority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-authority" + }, + "summary": true + } + } + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-type" + }, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "language": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + }, + "summary": true + }, + "synonym": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "elements", + "name" + ] + }, + "translation": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "elements", + "name" + ] + }, + "preferred": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "domain": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-domain" + }, + "summary": true + } + }, + "required": ["name"] + }, + "referenceInformation": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation" + ], + "scalar": true, + "summary": true + }, + "relationship": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "substanceDefinitionReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "substanceDefinition" + }, + "amount": { + "scalar": true, + "choices": [ + "amountQuantity", + "amountRatio", + "amountString" + ] + }, + "substanceDefinitionCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "substanceDefinition" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-relationship-type" + }, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "amountRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "ratioHighLimitAmount": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "comparator": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-amount-type" + }, + "summary": true + }, + "isDefining": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "substanceDefinition": { + "scalar": true, + "choices": [ + "substanceDefinitionReference", + "substanceDefinitionCodeableConcept" + ] + } + }, + "required": ["type"] + }, + "moiety": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "scalar": true, + "choices": ["amountQuantity", "amountString"] + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "molecularFormula": { + "type": "string", + "scalar": true, + "summary": true + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "measurementType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-amount-type" + }, + "summary": true + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "opticalActivity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-optical-activity" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "stereochemistry": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-stereochemistry" + }, + "summary": true + } + } + }, + "classification": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "nucleicAcid": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid" + ], + "scalar": true, + "summary": true + }, + "grade": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-grade" + }, + "summary": true + }, + "structure": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "technique": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-structure-technique" + }, + "summary": true + }, + "representation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-representation-type" + }, + "summary": true + }, + "format": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-representation-format" + }, + "summary": true + }, + "document": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + }, + "representation": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "sourceDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "molecularWeight": { + "scalar": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "elements", + "molecularWeight" + ] + }, + "opticalActivity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-optical-activity" + }, + "summary": true + }, + "stereochemistry": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-stereochemistry" + }, + "summary": true + }, + "molecularFormula": { + "type": "string", + "scalar": true, + "summary": true + }, + "molecularFormulaByMoiety": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "code": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "note": { + "type": "Annotation", + "array": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "molecularWeight": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-weight-type" + }, + "summary": true + }, + "amount": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-weight-method" + }, + "summary": true + } + }, + "required": ["amount"] + }, + "polymer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstancePolymer" + ], + "scalar": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "protein": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceProtein" + ], + "scalar": true, + "summary": true + }, + "domain": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-domain" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "informationSource": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Citation"], + "summary": true + }, + "sourceMaterial": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "part": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-part" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-type" + }, + "summary": true + }, + "genus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-genus" + }, + "summary": true + }, + "species": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-species" + }, + "summary": true + }, + "countryOfOrigin": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/country" + }, + "summary": true + } + } + } + }, + "id": "SubstanceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Encounter/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Encounter", + "type": "Encounter", + "resourceType": "FHIRSchema", + "elements": { + "appointment": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "summary": true + }, + "admission": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "origin": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "admitSource": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-admit-source" + } + }, + "destination": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "reAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0092" + } + }, + "dischargeDisposition": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition" + } + }, + "preAdmissionIdentifier": { + "type": "Identifier", + "scalar": true + } + } + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "use": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use" + } + }, + "condition": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + } + } + }, + "subjectStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-subject-status" + } + }, + "serviceProvider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "specialArrangement": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements" + } + }, + "dietPreference": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet" + } + }, + "episodeOfCare": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type" + }, + "summary": true + }, + "specialCourtesy": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true } + }, + "constraints": { + "enc-1": { + "human": "A type must be provided when no explicit actor is specified", + "severity": "error", + "expression": "actor.exists() or type.exists()" + }, + "enc-2": { + "human": "A type cannot be provided for a patient or group participant", + "severity": "error", + "expression": "actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()" + } + } + }, + "serviceType": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "account": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"] + }, + "virtualService": { "type": "VirtualServiceDetail", "array": true }, + "reason": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "use": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason-use" + }, + "summary": true + }, + "value": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason" + }, + "summary": true + } + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority" + } + }, + "actualPeriod": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/encounter-class" + }, + "summary": true + }, + "length": { "type": "Duration", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "plannedStartDate": { "type": "dateTime", "scalar": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "partOf": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "location": { + "type": "BackboneElement", + "array": true, + "elements": { + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form" + } + }, + "period": { "type": "Period", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status" + } + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + } + }, + "required": ["location"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "plannedEndDate": { "type": "dateTime", "scalar": true }, + "careTeam": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + } + }, + "id": "Encounter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Encounter", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Provenance/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Provenance", + "type": "Provenance", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "occurred": { + "scalar": true, + "choices": ["occurredPeriod", "occurredDateTime"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "authorization": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "signature": { "type": "Signature", "array": true }, + "occurredDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "occurred" + }, + "recorded": { "type": "instant", "scalar": true, "summary": true }, + "agent": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + }, + "summary": true + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient" + ], + "scalar": true + } + }, + "required": ["who"], + "constraints": { + "prov-1": { + "human": "Who and onBehalfOf cannot be the same", + "severity": "error", + "expression": "who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()" + }, + "prov-2": { + "human": "If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner", + "severity": "error", + "expression": "who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()" + }, + "prov-3": { + "human": "If who is an organization, onBehalfOf can't be a PractitionerRole within that organization", + "severity": "error", + "expression": "who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()" + } + } + }, + "policy": { "type": "uri", "array": true }, + "activity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-activity-type" + } + }, + "target": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "entity": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-entity-role" + }, + "summary": true + }, + "what": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "agent": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Provenance", + "elements", + "agent" + ] + } + }, + "required": ["role", "what"] + }, + "occurredPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "occurred" + } + }, + "id": "Provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Provenance", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["target", "agent"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationStatement/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationStatement", + "type": "MedicationStatement", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-admin-location" + }, + "summary": true + }, + "dosage": { "type": "Dosage", "array": true }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "adherence": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-adherence" + }, + "summary": true + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes" + } + } + }, + "required": ["code"] + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": [ + "effectiveDateTime", + "effectivePeriod", + "effectiveTiming" + ] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "effectiveTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "relatedClinicalInformation": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + }, + "renderedDosageInstruction": { "type": "markdown", "scalar": true }, + "dateAsserted": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + }, + "informationSource": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "medication": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + } + }, + "id": "MedicationStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "medication", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Location/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Location", + "type": "Location", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "address": { "type": "Address", "scalar": true }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-mode" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType" + }, + "summary": true + }, + "characteristic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-characteristic" + } + }, + "virtualService": { "type": "VirtualServiceDetail", "array": true }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "hoursOfOperation": { "type": "Availability", "array": true }, + "position": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "altitude": { "type": "decimal", "scalar": true }, + "latitude": { "type": "decimal", "scalar": true }, + "longitude": { "type": "decimal", "scalar": true } + }, + "required": ["longitude", "latitude"] + }, + "form": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form" + }, + "summary": true + }, + "operationalStatus": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0116" + }, + "summary": true + }, + "partOf": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { "type": "ExtendedContactDetail", "array": true } + }, + "id": "Location", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Location", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablelibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablelibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "url": { "mustSupport": true }, + "name": { "mustSupport": true }, + "title": { "mustSupport": true }, + "version": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "artifactComment": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeCapability": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "publisher": { "mustSupport": true }, + "description": { "mustSupport": true }, + "experimental": { "mustSupport": true } + }, + "id": "shareablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Library", + "version": "5.0.0", + "required": ["url", "version", "title", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceDispense/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceDispense", + "type": "DeviceDispense", + "resourceType": "FHIRSchema", + "elements": { + "category": { "type": "CodeableConcept", "array": true }, + "whenHandedOver": { "type": "dateTime", "scalar": true }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "usageInstruction": { "type": "markdown", "scalar": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "preparedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "statusReason": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedispense-status-reason" + } + }, + "note": { "type": "Annotation", "array": true }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedispense-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "device": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest" + ] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Procedure"] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "receiver": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "scalar": true, + "summary": true + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true + }, + "function": { "type": "CodeableConcept", "scalar": true } + }, + "required": ["actor"] + } + }, + "id": "DeviceDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDispense", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "device", "subject"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "tcp-2": { + "human": "A Terminology Capability statement SHALL have at least one of description, software, or implementation element", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + "tcp-3": { + "human": "If kind = instance, implementation must be present and software may be present", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + "tcp-4": { + "human": "If kind = capability, implementation must be absent, software must be present", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + "tcp-5": { + "human": "If kind = requirements, implementation and software must be absent", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + "tcp-6": { + "human": "Each instance of the codeSystem element must represent a distinct code system.", + "severity": "error", + "expression": "codeSystem.uri.isDistinct()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "TerminologyCapabilities", + "type": "TerminologyCapabilities", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "expansion": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "paging": { "type": "boolean", "scalar": true }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "code", "scalar": true }, + "documentation": { + "type": "string", + "scalar": true + } + }, + "required": ["name"] + }, + "incomplete": { "type": "boolean", "scalar": true }, + "textFilter": { "type": "markdown", "scalar": true }, + "hierarchical": { "type": "boolean", "scalar": true } + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "validateCode": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "translations": { "type": "boolean", "scalar": true } + }, + "required": ["translations"] + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind" + }, + "summary": true + }, + "translation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "needsMap": { "type": "boolean", "scalar": true } + }, + "required": ["needsMap"] + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "codeSystem": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true + }, + "content": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode" + }, + "summary": true + }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "string", + "scalar": true, + "summary": true + }, + "filter": { + "type": "BackboneElement", + "array": true, + "elements": { + "op": { "type": "code", "array": true }, + "code": { "type": "code", "scalar": true } + }, + "required": ["code", "op"] + }, + "language": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "property": { "type": "code", "array": true }, + "isDefault": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "compositional": { + "type": "boolean", + "scalar": true + } + } + }, + "subsumption": { "type": "boolean", "scalar": true } + }, + "required": ["content"], + "constraints": { + "tcp-1": { + "human": "If there is more than one version, a version code must be defined", + "severity": "error", + "expression": "version.count() > 1 implies version.all(code.exists())" + }, + "tcp-7": { + "human": "Each version.code element must be distinct for a particular code system.", + "severity": "error", + "expression": "version.code.isDistinct()" + }, + "tcp-8": { + "human": "A codeSystem element instance may have at most one version.isDefault element with a value of 'true'.", + "severity": "error", + "expression": "version.where(isDefault = true).count() <= 1" + } + } + }, + "software": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["name"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "implementation": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["description"] + }, + "codeSearch": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/code-search-support" + } + }, + "lockedDate": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "closure": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "translation": { "type": "boolean", "scalar": true } + } + } + }, + "id": "TerminologyCapabilities", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "date", "kind"] + }, + { + "constraints": { + "inv-1": { + "human": "Last modified date must be greater than or equal to authored-on date.", + "severity": "error", + "expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn" + }, + "tsk-1": { + "human": "Task.restriction is only allowed if the Task is seeking fulfillment and a focus is specified.", + "severity": "error", + "expression": "restriction.exists() implies code.coding.where(code='fulfill' and system='http://hl7.org/fhir/CodeSystem/task-code').exists() and focus.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Task/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Task", + "type": "Task", + "resourceType": "FHIRSchema", + "elements": { + "restriction": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "repetitions": { "type": "positiveInt", "scalar": true } + } + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "requestedPerformer": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + }, + "executionPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "scalar": true, + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "scalar": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "requestedPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "statusReason": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status-reason" + }, + "summary": true + }, + "authoredOn": { "type": "dateTime", "scalar": true }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "businessStatus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "CodeableReference", "array": true }, + "for": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "lastModified": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-code" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-intent" + }, + "summary": true + }, + "focus": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Task"], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "required": ["actor"] + } + }, + "id": "Task", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Task", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Evidence/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Evidence", + "type": "Evidence", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "statistic": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "category": { "type": "CodeableConcept", "scalar": true }, + "attributeEstimate": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/attribute-estimate-type" + } + }, + "level": { "type": "decimal", "scalar": true }, + "range": { "type": "Range", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true + }, + "attributeEstimate": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Evidence", + "elements", + "statistic", + "elements", + "attributeEstimate" + ] + } + } + }, + "sampleSize": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "description": { + "type": "markdown", + "scalar": true + }, + "knownDataCount": { + "type": "unsignedInt", + "scalar": true + }, + "numberOfStudies": { + "type": "unsignedInt", + "scalar": true + }, + "numberOfParticipants": { + "type": "unsignedInt", + "scalar": true + } + } + }, + "note": { "type": "Annotation", "array": true }, + "modelCharacteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/statistic-model-code" + } + }, + "value": { "type": "Quantity", "scalar": true }, + "variable": { + "type": "BackboneElement", + "array": true, + "elements": { + "handling": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-handling" + } + }, + "valueRange": { + "type": "Range", + "array": true + }, + "valueCategory": { + "type": "CodeableConcept", + "array": true + }, + "valueQuantity": { + "type": "Quantity", + "array": true + }, + "variableDefinition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true + } + }, + "required": ["variableDefinition"] + }, + "attributeEstimate": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Evidence", + "elements", + "statistic", + "elements", + "attributeEstimate" + ] + } + }, + "required": ["code"] + }, + "statisticType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/statistic-type" + } + }, + "numberAffected": { "type": "unsignedInt", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "numberOfEvents": { "type": "unsignedInt", "scalar": true } + } + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "citeAsMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "citeAs" + }, + "citeAs": { + "scalar": true, + "choices": ["citeAsReference", "citeAsMarkdown"] + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { "type": "boolean", "scalar": true }, + "variableDefinition": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "intended": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true + }, + "observed": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "summary": true + }, + "description": { "type": "markdown", "scalar": true }, + "variableRole": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-role" + }, + "summary": true + }, + "directnessMatch": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/directness" + } + } + }, + "required": ["variableRole"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "synthesisType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/synthesis-type" + } + }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "certainty": { + "type": "BackboneElement", + "array": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-type" + } + }, + "rater": { "type": "string", "scalar": true }, + "rating": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-rating" + } + }, + "description": { "type": "markdown", "scalar": true }, + "subcomponent": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Evidence", + "elements", + "certainty" + ] + } + } + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "citeAsReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Citation"], + "scalar": true, + "choiceOf": "citeAs" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "studyDesign": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-design" + } + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "assertion": { "type": "markdown", "scalar": true } + }, + "id": "Evidence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Evidence", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "variableDefinition"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bmi/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "bmi", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BMICode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "39156-5", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "39156-5" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "kg/m2", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bmi", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bmi", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0", + "required": ["valueQuantity"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ClaimResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ClaimResponse", + "type": "ClaimResponse", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "payeeType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "focal": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["sequence", "focal", "coverage"] + }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Claim"], + "scalar": true, + "summary": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + }, + "number": { "type": "positiveInt", "scalar": true }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + } + }, + "required": ["text"] + }, + "preAuthRef": { "type": "string", "scalar": true }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "payment": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype" + } + }, + "amount": { "type": "Money", "scalar": true }, + "adjustment": { "type": "Money", "scalar": true }, + "identifier": { "type": "Identifier", "scalar": true }, + "adjustmentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" + } + } + }, + "required": ["type", "amount"] + }, + "traceNumber": { "type": "Identifier", "array": true }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "reviewOutcome" + ] + }, + "subDetailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["subDetailSequence"] + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "reviewOutcome" + ] + }, + "detailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["detailSequence"] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "traceNumber": { "type": "Identifier", "array": true }, + "adjudication": { + "type": "BackboneElement", + "array": true, + "elements": { + "amount": { "type": "Money", "scalar": true }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + } + }, + "quantity": { "type": "Quantity", "scalar": true } + }, + "required": ["category"] + }, + "itemSequence": { "type": "positiveInt", "scalar": true }, + "reviewOutcome": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision-reason" + } + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision" + } + }, + "preAuthRef": { "type": "string", "scalar": true }, + "preAuthPeriod": { + "type": "Period", + "scalar": true + } + } + } + }, + "required": ["itemSequence"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "preAuthPeriod": { "type": "Period", "scalar": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-outcome" + }, + "summary": true + }, + "disposition": { "type": "string", "scalar": true }, + "communicationRequest": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + }, + "diagnosisRelatedGroup": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup" + } + }, + "total": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "Money", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + }, + "summary": true + } + }, + "required": ["category", "amount"] + }, + "event": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype" + } + }, + "when": { + "scalar": true, + "choices": ["whenDateTime", "whenPeriod"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when", + "required-element": true + }, + "whenDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "when", + "required-element": true + } + }, + "required": ["type", "when", "when"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "error": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error" + }, + "summary": true + }, + "expression": { + "type": "string", + "array": true, + "summary": true + }, + "itemSequence": { "type": "positiveInt", "scalar": true }, + "detailSequence": { "type": "positiveInt", "scalar": true }, + "subDetailSequence": { + "type": "positiveInt", + "scalar": true + } + }, + "required": ["code"] + }, + "form": { "type": "Attachment", "scalar": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "addItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "subdetailSequence": { + "type": "positiveInt", + "array": true + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { "type": "Identifier", "array": true }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "itemSequence": { "type": "positiveInt", "array": true }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "detailSequence": { "type": "positiveInt", "array": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "bodySite": { + "type": "BackboneElement", + "array": true, + "elements": { + "site": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + } + }, + "required": ["site"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "provider": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "reviewOutcome" + ] + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + } + } + } + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision" + }, + "summary": true + } + }, + "id": "ClaimResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type", "use", "patient", "created", "outcome"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/vitalspanel/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["value"], + "name": "vitalspanel", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "VitalsPanelCode": { + "match": { + "type": "pattern", + "value": { + "code": "85353-1", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "85353-1" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + } + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "hasMember": { "array": true, "mustSupport": true } + }, + "id": "vitalspanel", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalspanel", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0", + "required": ["hasMember"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "BiologicallyDerivedProductDispense", + "type": "BiologicallyDerivedProductDispense", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "whenHandedOver": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "usageInstruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "preparedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "product": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "scalar": true, + "summary": true + }, + "originRelationshipType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-origin-relationship" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense" + ], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-performer-function" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "matchStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-match-status" + }, + "summary": true + } + }, + "id": "BiologicallyDerivedProductDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "product", "patient"] + }, + { + "package": "hl7.fhir.r5.core", + "maxValue": "9223372036854775807", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/integer64/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Integer", + "fhirVersion": null, + "name": "integer64", + "type": "integer64", + "minValue": "-9223372036854775808", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "integer64", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer64", + "packageVersion": "5.0.0", + "regex": "[0]|[-+]?[1-9][0-9]*", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/url/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "url", + "type": "url", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "url", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/url", + "packageVersion": "5.0.0", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/uri", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/actualgroup/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "actualgroup", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { "membership": { "type": "code", "fixed": "enumerated" } }, + "id": "actualgroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/actualgroup", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Group", + "version": "5.0.0", + "required": ["membership"] + }, + { + "constraints": { + "cvs-1": { + "human": "Only one of rulesText, expression, or a compose definition SHALL be provided", + "severity": "error", + "expression": "extension('http://hl7.org/fhir/StructureDefinition/valueset-rules-text').exists() xor extension('http://hl7.org/fhir/StructureDefinition/valueset-expression').exists() xor compose.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/computablevalueset/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "computablevalueset", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "compose": { + "elements": { + "exclude": { + "mustSupport": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/computablevalueset", + "elements", + "compose", + "elements", + "include" + ] + }, + "include": { + "elements": { + "filter": { + "elements": { + "op": { "mustSupport": true }, + "value": { "mustSupport": true }, + "property": { "mustSupport": true } + }, + "required": ["property", "op", "value"], + "mustSupport": true + }, + "system": { "mustSupport": true }, + "concept": { "mustSupport": true }, + "version": { "mustSupport": true }, + "valueSet": { "mustSupport": true } + }, + "mustSupport": true + }, + "inactive": { "mustSupport": true }, + "lockedDate": { "mustSupport": true } + }, + "mustSupport": true + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "rulesText": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "expression": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "supplement": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "immutable": { "mustSupport": true } + }, + "id": "computablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computablevalueset", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Communication/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Communication", + "type": "Communication", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category" + } + }, + "received": { "type": "dateTime", "scalar": true }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "summary": true + }, + "payload": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": [ + "contentAttachment", + "contentReference", + "contentCodeableConcept" + ] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content", "content"] + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "medium": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode" + } + }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-not-done-reason" + }, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-topic" + } + }, + "sent": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "sender": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "inResponseTo": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Communication" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "about": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + } + }, + "id": "Communication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Communication", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceMetric/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceMetric", + "type": "DeviceMetric", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-category" + }, + "summary": true + }, + "color": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/color-codes" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "device": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "measurementFrequency": { "type": "Quantity", "scalar": true }, + "calibration": { + "type": "BackboneElement", + "array": true, + "elements": { + "time": { "type": "instant", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-type" + } + }, + "state": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-state" + } + } + } + }, + "operationalStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-operational-status" + }, + "summary": true + } + }, + "id": "DeviceMetric", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["type", "device", "category"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SupplyRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SupplyRequest", + "type": "SupplyRequest", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-kind" + }, + "summary": true + }, + "supplier": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "summary": true + }, + "deliverFor": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "deliverTo": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "item": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item" + }, + "summary": true + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "deliverFrom": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-reason" + } + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueBoolean" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + } + }, + "id": "SupplyRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["item", "quantity"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishablenamingsystem/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishablenamingsystem", + "type": "NamingSystem", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishablenamingsystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablenamingsystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablenamingsystem", + "version": "5.0.0", + "required": ["date"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Flag/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Flag", + "type": "Flag", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-code" + }, + "summary": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-status" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/flag-category" + }, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "Flag", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Flag", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/subscription-notification-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total"], + "name": "subscription-notification-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "subscription-notification" }, + "entry": { + "slicing": { + "rules": "openAtEnd", + "slices": { + "first": { + "max": 1, + "min": 1, + "match": { "type": "exists", "value": ["entry"] }, + "order": 0, + "schema": { + "elements": { + "resource": { "type": "SubscriptionStatus" } + }, + "excluded": ["search", "response"], + "required": ["fullUrl", "resource"] + } + }, + "other": { + "match": { "type": "exists", "value": ["entry"] }, + "order": 1, + "schema": { + "excluded": ["search", "response"], + "required": ["fullUrl"] + } + } + }, + "ordered": true, + "description": "Slice to enforce first entry is NessageHeader.", + "discriminator": [{ "path": "entry", "type": "exists" }] + } + } + }, + "id": "subscription-notification-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/subscription-notification-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0", + "required": ["entry"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ProductShelfLife/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ProductShelfLife", + "type": "ProductShelfLife", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "period": { + "scalar": true, + "choices": ["periodDuration", "periodString"] + }, + "periodString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "period" + }, + "periodDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "period" + }, + "specialPrecautionsForStorage": { + "type": "CodeableConcept", + "array": true, + "summary": true + } + }, + "id": "ProductShelfLife", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ProductShelfLife", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubscriptionTopic/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubscriptionTopic", + "type": "SubscriptionTopic", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "canFilterBy": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "modifier": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code" + } + }, + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types" + }, + "summary": true + }, + "comparator": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator" + } + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "filterParameter": { + "type": "string", + "scalar": true, + "summary": true + }, + "filterDefinition": { + "type": "uri", + "scalar": true, + "summary": true + } + }, + "required": ["filterParameter"] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ], + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "eventTrigger": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "event": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0003" + }, + "summary": true + }, + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "required": ["event", "resource"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "notificationShape": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "include": { + "type": "string", + "array": true, + "summary": true + }, + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types" + }, + "summary": true + }, + "revInclude": { + "type": "string", + "array": true, + "summary": true + } + }, + "required": ["resource"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "resourceTrigger": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "queryCriteria": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "current": { + "type": "string", + "scalar": true, + "summary": true + }, + "previous": { + "type": "string", + "scalar": true, + "summary": true + }, + "requireBoth": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "resultForCreate": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior" + }, + "summary": true + }, + "resultForDelete": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior" + }, + "summary": true + } + } + }, + "fhirPathCriteria": { + "type": "string", + "scalar": true, + "summary": true + }, + "supportedInteraction": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-trigger" + }, + "summary": true + } + }, + "required": ["resource"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "SubscriptionTopic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["url", "status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceDefinition", + "type": "DeviceDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "deviceName": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype" + }, + "summary": true + } + }, + "required": ["name", "type"] + }, + "shelfLifeStorage": { "type": "ProductShelfLife", "array": true }, + "packaging": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "count": { "type": "integer", "scalar": true }, + "packaging": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "elements", + "packaging" + ] + }, + "identifier": { "type": "Identifier", "scalar": true }, + "distributor": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "organizationReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + } + }, + "udiDeviceIdentifier": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "elements", + "udiDeviceIdentifier" + ] + } + } + }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueAttachment" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-property-type" + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "partNumber": { "type": "string", "scalar": true }, + "modelNumber": { + "type": "string", + "scalar": true, + "summary": true + }, + "udiDeviceIdentifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "issuer": { "type": "uri", "scalar": true }, + "jurisdiction": { "type": "uri", "scalar": true }, + "deviceIdentifier": { "type": "string", "scalar": true }, + "marketDistribution": { + "type": "BackboneElement", + "array": true, + "elements": { + "marketPeriod": { + "type": "Period", + "scalar": true + }, + "subJurisdiction": { "type": "uri", "scalar": true } + }, + "required": ["marketPeriod", "subJurisdiction"] + } + }, + "required": ["deviceIdentifier", "issuer", "jurisdiction"] + }, + "productionIdentifierInUDI": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-productidentifierinudi" + } + }, + "guideline": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "warning": { "type": "CodeableConcept", "array": true }, + "indication": { "type": "CodeableConcept", "array": true }, + "useContext": { "type": "UsageContext", "array": true }, + "intendedUse": { "type": "string", "scalar": true }, + "relatedArtifact": { + "type": "RelatedArtifact", + "array": true + }, + "contraindication": { + "type": "CodeableConcept", + "array": true + }, + "usageInstruction": { "type": "markdown", "scalar": true } + } + }, + "chargeItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "count": { "type": "Quantity", "scalar": true }, + "useContext": { "type": "UsageContext", "array": true }, + "chargeItemCode": { + "type": "CodeableReference", + "scalar": true + }, + "effectivePeriod": { "type": "Period", "scalar": true } + }, + "required": ["chargeItemCode", "count"] + }, + "classification": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + }, + "summary": true + }, + "justification": { + "type": "RelatedArtifact", + "array": true + } + }, + "required": ["type"] + }, + "note": { "type": "Annotation", "array": true }, + "languageCode": { "type": "CodeableConcept", "array": true }, + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "relation": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedefinition-relationtype" + } + }, + "relatedDevice": { + "type": "CodeableReference", + "scalar": true + } + }, + "required": ["relation", "relatedDevice"] + }, + "safety": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety" + }, + "summary": true + }, + "hasPart": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "count": { "type": "integer", "scalar": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["reference"] + }, + "material": { + "type": "BackboneElement", + "array": true, + "elements": { + "alternate": { "type": "boolean", "scalar": true }, + "substance": { "type": "CodeableConcept", "scalar": true }, + "allergenicIndicator": { "type": "boolean", "scalar": true } + }, + "required": ["substance"] + }, + "conformsTo": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "source": { "type": "RelatedArtifact", "array": true }, + "version": { + "type": "string", + "array": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-category" + }, + "summary": true + }, + "specification": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-type" + }, + "summary": true + } + }, + "required": ["specification"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "value": { "type": "string", "scalar": true }, + "component": { "type": "Identifier", "scalar": true } + }, + "required": ["value"] + }, + "contact": { "type": "ContactPoint", "array": true }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "correctiveAction": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "scope": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-correctiveactionscope" + } + }, + "period": { "type": "Period", "scalar": true }, + "recall": { "type": "boolean", "scalar": true } + }, + "required": ["recall", "period"] + }, + "regulatoryIdentifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedefinition-regulatory-identifier-type" + } + }, + "issuer": { "type": "uri", "scalar": true }, + "jurisdiction": { "type": "uri", "scalar": true }, + "deviceIdentifier": { "type": "string", "scalar": true } + }, + "required": [ + "type", + "deviceIdentifier", + "issuer", + "jurisdiction" + ] + } + }, + "id": "DeviceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ManufacturedItemDefinition", + "type": "ManufacturedItemDefinition", + "resourceType": "FHIRSchema", + "elements": { + "manufacturedDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manufactured-dose-form" + }, + "summary": true + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ], + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueDate", + "valueBoolean", + "valueMarkdown", + "valueAttachment", + "valueReference" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "unitOfPresentation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/unit-of-presentation" + }, + "summary": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "type": "Quantity", + "array": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "property": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "elements", + "property" + ] + }, + "component": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "elements", + "component" + ] + }, + "constituent": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "Quantity", + "array": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "location": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "hasIngredient": { + "type": "CodeableReference", + "array": true, + "summary": true + } + } + } + }, + "required": ["type"] + }, + "marketingStatus": { + "type": "MarketingStatus", + "array": true, + "summary": true + }, + "ingredient": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + } + }, + "id": "ManufacturedItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "manufacturedDoseForm"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/headcircum/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "headcircum", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "HeadCircumCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "9843-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "9843-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "headcircum", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/headcircum", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ActorDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ActorDefinition", + "type": "ActorDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "capabilities": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActorDefinition" + ] + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "documentation": { "type": "markdown", "scalar": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reference": { "type": "url", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "ActorDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActorDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ldlcholesterol/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "ldlcholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/lipid-ldl-codes" + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "high": { "type": "Quantity", "fixed": { "value": 3.0 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "ldlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ldlcholesterol", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/groupdefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "groupdefinition", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { + "membership": { "type": "code", "fixed": "definitional" }, + "characteristic": { "array": true } + }, + "id": "groupdefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/groupdefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Group", + "version": "5.0.0", + "required": ["membership", "characteristic"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ParticipantLiving/5.0.0", + "fhirVersion": null, + "name": "ParticipantLiving", + "type": "ParticipantLiving", + "resourceType": "FHIRSchema", + "id": "ParticipantLiving", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/ParticipantLiving", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/instant/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.DateTime", + "fhirVersion": null, + "name": "instant", + "type": "instant", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "instant", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/instant", + "packageVersion": "5.0.0", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablevalueset/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablevalueset", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "description": { "mustSupport": true }, + "publisher": { "mustSupport": true }, + "name": { "mustSupport": true }, + "experimental": { "mustSupport": true }, + "title": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "authoritativeSource": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "status": { "mustSupport": true }, + "url": { "mustSupport": true }, + "version": { "mustSupport": true } + }, + "id": "shareablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "version": "5.0.0", + "required": ["url", "version", "title", "experimental", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/InventoryItem/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "InventoryItem", + "type": "InventoryItem", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + }, + "description": { "type": "string", "scalar": true } + } + }, + "category": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "instance": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "expiry": { "type": "dateTime", "scalar": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "lotNumber": { "type": "string", "scalar": true }, + "identifier": { "type": "Identifier", "array": true } + } + }, + "name": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + }, + "summary": true + }, + "nameType": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryitem-nametype" + }, + "summary": true + } + }, + "required": ["nameType", "language", "name"] + }, + "productReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "scalar": true + }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "characteristicType": { + "type": "CodeableConcept", + "scalar": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueString", + "valueInteger", + "valueDecimal", + "valueBoolean", + "valueUrl", + "valueDateTime", + "valueQuantity", + "valueRange", + "valueRatio", + "valueAnnotation", + "valueAddress", + "valueDuration", + "valueCodeableConcept" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "characteristicType", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "association": { + "type": "BackboneElement", + "array": true, + "elements": { + "quantity": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "relatedItem": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/InventoryItem", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "scalar": true, + "summary": true + }, + "associationType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "required": ["associationType", "relatedItem", "quantity"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryitem-status" + }, + "summary": true + }, + "baseUnit": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "responsibleOrganization": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { "type": "CodeableConcept", "scalar": true }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["role", "organization"] + }, + "inventoryStatus": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "netContent": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "id": "InventoryItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InventoryItem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "ident-1": { + "human": "Identifier with no value has limited utility. If communicating that an identifier value has been suppressed or missing, the value element SHOULD be present with an extension indicating the missing semantic - e.g. data-absent-reason", + "severity": "warning", + "expression": "value.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Identifier/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Identifier", + "type": "Identifier", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use" + }, + "summary": true, + "modifier": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type" + }, + "summary": true + }, + "value": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "assigner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Identifier", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "att-1": { + "human": "If the Attachment has data, it SHALL have a contentType", + "severity": "error", + "expression": "data.empty() or contentType.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Attachment/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Attachment", + "type": "Attachment", + "resourceType": "FHIRSchema", + "elements": { + "creation": { "type": "dateTime", "scalar": true, "summary": true }, + "hash": { "type": "base64Binary", "scalar": true, "summary": true }, + "frames": { "type": "positiveInt", "scalar": true }, + "width": { "type": "positiveInt", "scalar": true }, + "duration": { "type": "decimal", "scalar": true }, + "size": { "type": "integer64", "scalar": true, "summary": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "pages": { "type": "positiveInt", "scalar": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + }, + "summary": true + }, + "url": { "type": "url", "scalar": true, "summary": true }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "height": { "type": "positiveInt", "scalar": true }, + "data": { "type": "base64Binary", "scalar": true } + }, + "id": "Attachment", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Attachment", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ExtendedContactDetail", + "type": "ExtendedContactDetail", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "HumanName", "array": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "address": { "type": "Address", "scalar": true, "summary": true }, + "purpose": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/contactentity-type" + }, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "ExtendedContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EvidenceReport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EvidenceReport", + "type": "EvidenceReport", + "resourceType": "FHIRSchema", + "elements": { + "endorser": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "section": { + "type": "BackboneElement", + "array": true, + "elements": { + "orderedBy": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order" + } + }, + "section": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "elements", + "section" + ] + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-mode" + } + }, + "focusReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "title": { "type": "string", "scalar": true }, + "emptyReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason" + } + }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "focus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-section" + } + }, + "entryClassifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-classifier-code" + } + }, + "entryReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "entryQuantity": { "type": "Quantity", "array": true }, + "text": { "type": "Narrative", "scalar": true } + } + }, + "citeAsMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "citeAs" + }, + "citeAs": { + "scalar": true, + "choices": ["citeAsReference", "citeAsMarkdown"] + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-type" + } + }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "editor": { "type": "ContactDetail", "array": true }, + "relatesTo": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-relation-type" + } + }, + "target": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "url": { "type": "uri", "scalar": true }, + "display": { "type": "markdown", "scalar": true }, + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "scalar": true + } + } + } + }, + "required": ["code", "target"] + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "citeAsReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Citation"], + "scalar": true, + "choiceOf": "citeAs" + }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "relatedIdentifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "subject": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "note": { "type": "Annotation", "array": true }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "exclude": { "type": "boolean", "scalar": true }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueReference", + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/focus-characteristic-code" + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "period": { "type": "Period", "scalar": true }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value" + ] + } + } + } + }, + "id": "EvidenceReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksserviceplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "action": { + "elements": { + "type": { "mustSupport": true }, + "title": { "mustSupport": true }, + "trigger": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "condition": { "mustSupport": true }, + "description": { "mustSupport": true }, + "participant": { "mustSupport": true }, + "selectionBehavior": { "mustSupport": true } + } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "cdsHooksEndpoint": { + "max": 1, + "min": 1, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "cdshooksserviceplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/document-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total", "issues"], + "name": "document-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "fixed": "document" }, + "entry": { + "excluded": ["search", "request", "response"], + "required": ["fullUrl", "resource"] + }, + "identifier": { "required": ["system", "value"] } + }, + "id": "document-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/document-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0", + "required": ["identifier", "timestamp", "entry"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Immunization/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Immunization", + "type": "Immunization", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "isSubpotent": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "protocolApplied": { + "type": "BackboneElement", + "array": true, + "elements": { + "series": { "type": "string", "scalar": true }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "doseNumber": { "type": "string", "scalar": true }, + "seriesDoses": { "type": "string", "scalar": true }, + "targetDisease": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease" + } + } + }, + "required": ["doseNumber"] + }, + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-site" + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "vaccineCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "doseQuantity": { "type": "Quantity", "scalar": true }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status-reason" + } + }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-route" + } + }, + "programEligibility": { + "type": "BackboneElement", + "array": true, + "elements": { + "program": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-vaccine-funding-program" + } + }, + "programStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility" + } + } + }, + "required": ["program", "programStatus"] + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-reason" + } + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "primarySource": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status" + }, + "summary": true, + "modifier": true + }, + "lotNumber": { "type": "string", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "manufacturer": { "type": "CodeableReference", "scalar": true }, + "administeredProduct": { + "type": "CodeableReference", + "scalar": true + }, + "occurrenceString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "occurrence", + "required-element": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ], + "summary": true + }, + "informationSource": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-origin" + } + }, + "reaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "reported": { "type": "boolean", "scalar": true }, + "manifestation": { + "type": "CodeableReference", + "scalar": true + } + } + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence", + "required-element": true + }, + "fundingSource": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-funding-source" + } + }, + "subpotentReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason" + } + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrenceString"] + }, + "expirationDate": { "type": "date", "scalar": true }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-function" + }, + "summary": true + } + }, + "required": ["actor"] + } + }, + "id": "Immunization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Immunization", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "status", + "vaccineCode", + "patient", + "occurrence", + "occurrence" + ] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ConceptMap/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ConceptMap", + "type": "ConceptMap", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "sourceScopeCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true, + "choiceOf": "sourceScope" + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "targetScopeUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "targetScope" + }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "source": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true + }, + "target": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true + }, + "element": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "noMap": { "type": "boolean", "scalar": true }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "comment": { + "type": "string", + "scalar": true + }, + "display": { + "type": "string", + "scalar": true + }, + "product": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "elements", + "group", + "elements", + "element", + "elements", + "target", + "elements", + "dependsOn" + ] + }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCoding", + "valueString", + "valueInteger", + "valueBoolean", + "valueDateTime", + "valueDecimal", + "valueCode" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { + "type": "code", + "scalar": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "dependsOn": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "scalar": true, + "choices": [ + "valueCode", + "valueCoding", + "valueString", + "valueBoolean", + "valueQuantity" + ] + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "attribute": { + "type": "code", + "scalar": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value" + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["attribute"], + "constraints": { + "cmd-6": { + "human": "One of value[x] or valueSet must exist, but not both.", + "severity": "error", + "expression": "(value.exists() and valueSet.empty()) or (value.empty() and valueSet.exists())" + } + } + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-relationship" + }, + "modifier": true + } + }, + "required": ["relationship"], + "constraints": { + "cmd-1": { + "human": "If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft'", + "severity": "error", + "expression": "comment.exists() or (%resource.status = 'draft') or relationship.empty() or ((relationship != 'source-is-broader-than-target') and (relationship != 'not-related-to'))" + }, + "cmd-7": { + "human": "Either code or valueSet SHALL be present but not both.", + "severity": "error", + "expression": "(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())" + } + } + }, + "display": { "type": "string", "scalar": true }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + } + }, + "constraints": { + "cmd-4": { + "human": "If noMap is present, target SHALL NOT be present", + "severity": "error", + "expression": "(noMap.exists() and noMap=true) implies target.empty()" + }, + "cmd-5": { + "human": "Either code or valueSet SHALL be present but not both.", + "severity": "error", + "expression": "(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())" + } + } + }, + "unmapped": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode" + } + }, + "display": { "type": "string", "scalar": true }, + "otherMap": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "scalar": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-relationship" + }, + "modifier": true + } + }, + "required": ["mode"], + "constraints": { + "cmd-2": { + "human": "If the mode is 'fixed', either a code or valueSet must be provided, but not both.", + "severity": "error", + "expression": "(mode = 'fixed') implies ((code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists()))" + }, + "cmd-3": { + "human": "If the mode is 'other-map', a url for the other map must be provided", + "severity": "error", + "expression": "(mode = 'other-map') implies otherMap.exists()" + }, + "cmd-8": { + "human": "If the mode is not 'fixed', code, display and valueSet are not allowed", + "severity": "error", + "expression": "(mode != 'fixed') implies (code.empty() and display.empty() and valueSet.empty())" + }, + "cmd-9": { + "human": "If the mode is not 'other-map', relationship must be provided", + "severity": "error", + "expression": "(mode != 'other-map') implies relationship.exists()" + }, + "cmd-10": { + "human": "If the mode is not 'other-map', otherMap is not allowed", + "severity": "error", + "expression": "(mode != 'other-map') implies otherMap.empty()" + } + } + } + }, + "required": ["element"] + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-property-type" + }, + "summary": true + }, + "system": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "type"], + "constraints": { + "cmd-11": { + "human": "If the property type is code, a system SHALL be specified", + "severity": "error", + "expression": "type = 'code' implies system.exists()" + } + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "sourceScope": { + "scalar": true, + "choices": ["sourceScopeUri", "sourceScopeCanonical"] + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "targetScope": { + "scalar": true, + "choices": ["targetScopeUri", "targetScopeCanonical"] + }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "targetScopeCanonical": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true, + "choiceOf": "targetScope" + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "additionalAttribute": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-attribute-type" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "type"] + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "sourceScopeUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "sourceScope" + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ConceptMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/date/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Date", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "date", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/date", + "packageVersion": "5.0.0", + "regex": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "maxValue": 2147483647, + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/positiveInt/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Integer", + "fhirVersion": null, + "name": "positiveInt", + "type": "positiveInt", + "minValue": 1, + "resourceType": "FHIRSchema", + "scalar": true, + "id": "positiveInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/positiveInt", + "packageVersion": "5.0.0", + "regex": "[1-9][0-9]*", + "base": "http://hl7.org/fhir/StructureDefinition/integer", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CareTeam/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CareTeam", + "type": "CareTeam", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-category" + }, + "summary": true + }, + "managingOrganization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role" + }, + "summary": true + }, + "member": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "coverage": { + "scalar": true, + "choices": ["coveragePeriod", "coverageTiming"] + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "coveragePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "coverage" + }, + "coverageTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "coverage" + } + }, + "constraints": { + "ctm-1": { + "human": "CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner", + "severity": "error", + "expression": "onBehalfOf.exists() implies (member.resolve() is Practitioner)" + }, + "ctm-2": { + "human": "CareTeam.participant.role or CareTeam.participant.member exists", + "severity": "warning", + "expression": "role.exists() or member.exists()" + } + } + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { "type": "ContactPoint", "array": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "CareTeam", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Contract/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Contract", + "type": "Contract", + "resourceType": "FHIRSchema", + "elements": { + "legallyBindingAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "legallyBinding" + }, + "instantiatesCanonical": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Contract"], + "scalar": true + }, + "instantiatesUri": { "type": "uri", "scalar": true }, + "legallyBindingReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Contract" + ], + "scalar": true, + "choiceOf": "legallyBinding" + }, + "site": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "applies": { "type": "Period", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "authority": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "rule": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-type" + }, + "summary": true + }, + "legal": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "contentDerivative": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-content-derivative" + } + }, + "topic": { + "scalar": true, + "choices": ["topicCodeableConcept", "topicReference"] + }, + "topicCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "topic" + }, + "legalState": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-legalstate" + } + }, + "contentDefinition": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-type" + } + }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-subtype" + } + }, + "copyright": { "type": "markdown", "scalar": true }, + "publisher": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "publicationDate": { "type": "dateTime", "scalar": true }, + "publicationStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-publicationstatus" + } + } + }, + "required": ["type", "publicationStatus"] + }, + "scope": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-scope" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "signer": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-signer-type" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "signature": { "type": "Signature", "array": true } + }, + "required": ["type", "party", "signature"] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "term": { + "type": "BackboneElement", + "array": true, + "elements": { + "group": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Contract", + "elements", + "term" + ] + }, + "applies": { + "type": "Period", + "scalar": true, + "summary": true + }, + "offer": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "party": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-party-role" + } + }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["reference", "role"] + }, + "linkId": { "type": "string", "array": true }, + "decisionMode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-decision-mode" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type" + } + }, + "topic": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "answer": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "identifier": { + "type": "Identifier", + "array": true + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActConsentDirective" + } + }, + "text": { "type": "string", "scalar": true } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type" + } + }, + "topic": { + "scalar": true, + "choices": ["topicCodeableConcept", "topicReference"] + }, + "topicCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "topic" + }, + "topicReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "topic" + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "requesterLinkId": { + "type": "string", + "array": true + }, + "performerType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + } + }, + "linkId": { "type": "string", "array": true }, + "performerRole": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "reasonLinkId": { "type": "string", "array": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-action" + } + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "requester": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actionstatus" + } + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "modifier": true + }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true + }, + "intent": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "performerLinkId": { + "type": "string", + "array": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actorrole" + } + }, + "reference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["reference"] + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "contextLinkId": { "type": "string", "array": true } + }, + "required": ["type", "intent", "status"] + }, + "issued": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-subtype" + } + }, + "securityLabel": { + "type": "BackboneElement", + "array": true, + "elements": { + "number": { "type": "unsignedInt", "array": true }, + "control": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-control" + } + }, + "category": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-category" + } + }, + "classification": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-classification" + } + } + }, + "required": ["classification"] + }, + "asset": { + "type": "BackboneElement", + "array": true, + "elements": { + "periodType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/asset-availability" + } + }, + "usePeriod": { "type": "Period", "array": true }, + "linkId": { "type": "string", "array": true }, + "relationship": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class" + } + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assettype" + } + }, + "scope": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetscope" + } + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "typeReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "condition": { "type": "string", "scalar": true }, + "answer": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Contract", + "elements", + "term", + "elements", + "offer", + "elements", + "answer" + ] + }, + "context": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetcontext" + } + }, + "text": { + "type": "string", + "scalar": true + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + } + } + }, + "period": { "type": "Period", "array": true }, + "valuedItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "linkId": { + "type": "string", + "array": true + }, + "payment": { + "type": "string", + "scalar": true + }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "net": { "type": "Money", "scalar": true }, + "points": { + "type": "decimal", + "scalar": true + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "securityLabelNumber": { + "type": "unsignedInt", + "array": true + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "paymentDate": { + "type": "dateTime", + "scalar": true + }, + "entityCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "entity" + }, + "identifier": { + "type": "Identifier", + "scalar": true + }, + "effectiveTime": { + "type": "dateTime", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "entity": { + "scalar": true, + "choices": [ + "entityCodeableConcept", + "entityReference" + ] + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "entityReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "entity" + } + } + }, + "subtype": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetsubtype" + } + }, + "text": { "type": "string", "scalar": true } + } + }, + "text": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["offer"] + }, + "friendly": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": ["contentAttachment", "contentReference"] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content"] + }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "topicReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "choiceOf": "topic" + }, + "url": { "type": "uri", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "expirationType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-expiration-type" + } + }, + "issued": { "type": "dateTime", "scalar": true, "summary": true }, + "domain": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "subType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-subtype" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "legallyBinding": { + "scalar": true, + "choices": [ + "legallyBindingAttachment", + "legallyBindingReference" + ] + } + }, + "id": "Contract", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Contract", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PaymentNotice/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PaymentNotice", + "type": "PaymentNotice", + "resourceType": "FHIRSchema", + "elements": { + "response": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "amount": { "type": "Money", "scalar": true, "summary": true }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "payment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" + ], + "scalar": true, + "summary": true + }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "paymentStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-status" + } + }, + "reporter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "paymentDate": { "type": "date", "scalar": true }, + "identifier": { "type": "Identifier", "array": true } + }, + "id": "PaymentNotice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentNotice", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "created", "recipient", "amount"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NutritionProduct/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "NutritionProduct", + "type": "NutritionProduct", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrition-product-category" + }, + "summary": true + }, + "instance": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "useBy": { "type": "dateTime", "scalar": true }, + "expiry": { "type": "dateTime", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "lotNumber": { "type": "string", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "biologicalSourceEvent": { + "type": "Identifier", + "scalar": true + } + } + }, + "nutrient": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrition-product-nutrient" + } + }, + "amount": { "type": "Ratio", "array": true } + } + }, + "note": { "type": "Annotation", "array": true }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurement-property" + } + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueString", + "valueQuantity", + "valueBase64Binary", + "valueAttachment", + "valueBoolean" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "amount": { + "type": "Ratio", + "array": true, + "summary": true + } + }, + "required": ["item"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/nutritionproduct-status" + }, + "summary": true, + "modifier": true + }, + "knownAllergen": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergen-class" + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/edible-substance-type" + }, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + } + }, + "id": "NutritionProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "age-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM. If value is present, it SHALL be positive.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (value.empty() or value.hasValue().not() or value > 0)" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Age/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Age", + "type": "Age", + "resourceType": "FHIRSchema", + "id": "Age", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Age", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "constraints": { + "ele-1": { + "human": "All FHIR elements must have a @value or children", + "severity": "error", + "expression": "hasValue() or (children().count() > id.count())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Element/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Element", + "type": "Element", + "resourceType": "FHIRSchema", + "elements": { + "id": { "type": "string", "scalar": true }, + "extension": { + "type": "Extension", + "array": true, + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "Element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Element", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Invoice/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Invoice", + "type": "Invoice", + "resourceType": "FHIRSchema", + "elements": { + "creation": { "type": "dateTime", "scalar": true, "summary": true }, + "date": { "type": "dateTime", "scalar": true }, + "totalNet": { "type": "Money", "scalar": true, "summary": true }, + "recipient": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "totalPriceComponent": { + "type": "MonetaryComponent", + "array": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "totalGross": { "type": "Money", "scalar": true, "summary": true }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { "type": "CodeableConcept", "scalar": true }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + }, + "required": ["actor"] + }, + "note": { "type": "Annotation", "array": true }, + "account": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Account"], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-status" + }, + "summary": true, + "modifier": true + }, + "lineItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "sequence": { "type": "positiveInt", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "chargeItem": { + "scalar": true, + "choices": [ + "chargeItemReference", + "chargeItemCodeableConcept" + ] + }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "priceComponent": { + "type": "MonetaryComponent", + "array": true + }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "chargeItemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ], + "scalar": true, + "choiceOf": "chargeItem", + "required-element": true + }, + "chargeItemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "chargeItem", + "required-element": true + } + }, + "required": ["chargeItem", "chargeItem"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "issuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "periodDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "period" + }, + "period": { + "scalar": true, + "choices": ["periodDate", "periodPeriod"] + }, + "cancelledReason": { "type": "string", "scalar": true }, + "paymentTerms": { "type": "markdown", "scalar": true }, + "periodPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "period" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "Invoice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Invoice", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "cud-1": { + "human": "Indication, Contraindication, Interaction, UndesirableEffect and Warning cannot be used in the same instance", + "severity": "error", + "expression": "(ClinicalUseDefinition.indication.count() + ClinicalUseDefinition.contraindication.count() + ClinicalUseDefinition.interaction.count() + ClinicalUseDefinition.undesirableEffect.count() + ClinicalUseDefinition.warning.count()) < 2" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ClinicalUseDefinition", + "type": "ClinicalUseDefinition", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-use-definition-category" + }, + "summary": true + }, + "indication": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "diseaseSymptomProcedure": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-symptom-procedure" + }, + "summary": true + }, + "durationString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "duration" + }, + "undesirableEffect": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ], + "summary": true + }, + "duration": { + "scalar": true, + "choices": ["durationRange", "durationString"] + }, + "otherTherapy": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition", + "elements", + "contraindication", + "elements", + "otherTherapy" + ] + }, + "comorbidity": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-symptom-procedure" + }, + "summary": true + }, + "intendedEffect": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/product-intended-use" + }, + "summary": true + }, + "durationRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "duration" + }, + "diseaseStatus": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-status" + }, + "summary": true + }, + "applicability": { "type": "Expression", "scalar": true } + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-use-definition-type" + }, + "summary": true + }, + "interaction": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-type" + }, + "summary": true + }, + "effect": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-effect" + }, + "summary": true + }, + "incidence": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-incidence" + }, + "summary": true + }, + "management": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-management" + }, + "summary": true + }, + "interactant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": [ + "itemReference", + "itemCodeableConcept" + ] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interactant" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/interactant" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + } + } + }, + "undesirableEffect": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "classification": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/undesirable-effect-classification" + }, + "summary": true + }, + "frequencyOfOccurrence": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/undesirable-effect-frequency" + }, + "summary": true + }, + "symptomConditionEffect": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/undesirable-effect-symptom" + }, + "summary": true + } + } + }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"], + "summary": true + }, + "warning": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/warning-type" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + } + } + }, + "contraindication": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "indication": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ], + "summary": true + }, + "comorbidity": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-symptom-procedure" + }, + "summary": true + }, + "otherTherapy": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "treatment": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/therapy" + }, + "summary": true + }, + "relationshipType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/therapy-relationship-type" + }, + "summary": true + } + }, + "required": ["relationshipType", "treatment"] + }, + "applicability": { "type": "Expression", "scalar": true }, + "diseaseStatus": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-status" + }, + "summary": true + }, + "diseaseSymptomProcedure": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/disease-symptom-procedure" + }, + "summary": true + } + } + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "population": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "summary": true + } + }, + "id": "ClinicalUseDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodytemp/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodytemp", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyTempCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8310-5", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8310-5" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodytemp" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodytemp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodytemp", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/GuidanceResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "GuidanceResponse", + "type": "GuidanceResponse", + "resourceType": "FHIRSchema", + "elements": { + "dataRequirement": { "type": "DataRequirement", "array": true }, + "moduleCanonical": { + "type": "canonical", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-module-code" + }, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "outputParameters": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ], + "scalar": true + }, + "evaluationMessage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ], + "scalar": true + }, + "requestIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "module": { + "scalar": true, + "choices": [ + "moduleUri", + "moduleCanonical", + "moduleCodeableConcept" + ] + }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "CodeableReference", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-response-status" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "moduleCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-module-code" + }, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "moduleUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-module-code" + }, + "summary": true, + "choiceOf": "module", + "required-element": true + }, + "occurrenceDateTime": { "type": "dateTime", "scalar": true }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "performer": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true + } + }, + "id": "GuidanceResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["module", "module", "module", "status"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "opd-5": { + "human": "A query operation cannot be defined at the instance level", + "severity": "error", + "expression": "(kind = 'query') implies (instance = false)" + }, + "opd-6": { + "human": "A query operation requires input parameters to have a search type", + "severity": "error", + "expression": "(kind = 'query') implies (parameter.all((use = 'in' and searchType.exists()) or (use != 'in')))" + }, + "opd-7": { + "human": "Named queries always have a single output parameter named 'result' of type Bundle", + "severity": "error", + "expression": "(kind = 'query') implies ((parameter.where(use = 'out').count() = 1) and (parameter.where(use = 'out').all(name = 'result' and type = 'Bundle')))" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OperationDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "OperationDefinition", + "type": "OperationDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "system": { "type": "boolean", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "instance": { "type": "boolean", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { "type": "boolean", "scalar": true, "summary": true }, + "overload": { + "type": "BackboneElement", + "array": true, + "elements": { + "comment": { "type": "string", "scalar": true }, + "parameterName": { "type": "string", "array": true } + } + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "outputProfile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "resource": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types" + }, + "summary": true + }, + "affectsState": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-kind" + }, + "summary": true + }, + "comment": { "type": "markdown", "scalar": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { "type": "code", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "base": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "inputProfile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "min": { "type": "integer", "scalar": true }, + "searchType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + } + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use" + } + }, + "name": { "type": "code", "scalar": true }, + "part": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "elements", + "parameter" + ] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + } + }, + "referencedFrom": { + "type": "BackboneElement", + "array": true, + "elements": { + "source": { "type": "string", "scalar": true }, + "sourceId": { "type": "string", "scalar": true } + }, + "required": ["source"] + }, + "scope": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-scope" + } + }, + "documentation": { "type": "markdown", "scalar": true }, + "allowedType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + } + }, + "binding": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "strength": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength" + } + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + } + }, + "required": ["strength", "valueSet"] + }, + "max": { "type": "string", "scalar": true }, + "targetProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + }, + "required": ["name", "use", "min", "max"], + "constraints": { + "opd-1": { + "human": "Either a type must be provided, or parts", + "severity": "error", + "expression": "type.exists() or part.exists()" + }, + "opd-2": { + "human": "A search type can only be specified for parameters of type string", + "severity": "error", + "expression": "searchType.exists() implies type = 'string'" + }, + "opd-3": { + "human": "A targetProfile can only be specified for parameters of type Reference, Canonical, or a Resource", + "severity": "error", + "expression": "targetProfile.exists() implies (type = 'Reference' or type = 'canonical' or type.memberOf('http://hl7.org/fhir/ValueSet/resource-types'))" + }, + "opd-4": { + "human": "SearchParamType can only be specified on in parameters", + "severity": "error", + "expression": "(use = 'out') implies searchType.empty()" + } + } + } + }, + "id": "OperationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "name", + "status", + "kind", + "code", + "system", + "type", + "instance" + ] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablenamingsystem/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablenamingsystem", + "type": "NamingSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "mustSupport": true }, + "publisher": { "mustSupport": true }, + "name": { "mustSupport": true }, + "experimental": { "max": 1, "min": 0, "mustSupport": true }, + "title": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "status": { "mustSupport": true }, + "url": { "mustSupport": true }, + "version": { "type": "string", "mustSupport": true } + }, + "id": "shareablenamingsystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablenamingsystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "version": "5.0.0", + "required": ["url", "version", "title", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RegulatedAuthorization", + "type": "RegulatedAuthorization", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "indication": { + "type": "CodeableReference", + "array": true, + "summary": true + }, + "basis": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-basis" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-type" + }, + "summary": true + }, + "validityPeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "region": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "intendedUse": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/product-intended-use" + }, + "summary": true + }, + "regulator": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "case": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "date": { + "scalar": true, + "choices": ["datePeriod", "dateDateTime"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-case-type" + }, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "datePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "date" + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "application": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization", + "elements", + "case" + ] + }, + "dateDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "date" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "holder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "attachedDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/Ingredient", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "summary": true + } + }, + "id": "RegulatedAuthorization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/devicemetricobservation/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["encounter", "issued", "dataAbsentReason", "specimen"], + "name": "devicemetricobservation", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "referenceRange": { "max": 1, "min": 0, "mustSupport": true }, + "hasMember": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "mustSupport": true + }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "mustSupport": true + }, + "interpretation": { "max": 1, "min": 0, "type": "CodeableConcept" }, + "method": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "valueTime": { + "max": 1, + "min": 0, + "type": "time", + "choiceOf": "value", + "mustSupport": true + }, + "specimen": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "choiceOf": "value", + "mustSupport": true + }, + "value": { + "max": 1, + "min": 0, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod" + ] + }, + "valueString": { + "max": 1, + "min": 0, + "type": "string", + "choiceOf": "value", + "mustSupport": true + }, + "valueRatio": { + "max": 1, + "min": 0, + "type": "Ratio", + "choiceOf": "value", + "mustSupport": true + }, + "valueDateTime": { + "max": 1, + "min": 0, + "type": "dateTime", + "choiceOf": "value", + "mustSupport": true + }, + "note": { "type": "Annotation", "array": true }, + "valueSampledData": { + "max": 1, + "min": 0, + "type": "SampledData", + "choiceOf": "value", + "mustSupport": true + }, + "effectiveDateTime": { "type": "dateTime", "mustSupport": true }, + "status": { "type": "code", "mustSupport": true }, + "code": { "type": "CodeableConcept", "mustSupport": true }, + "identifier": { + "type": "Identifier", + "array": true, + "mustSupport": true + }, + "valueCodeableConcept": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "choiceOf": "value", + "mustSupport": true + }, + "bodySite": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "issued": { "type": "instant" }, + "valuePeriod": { + "max": 1, + "min": 0, + "type": "Period", + "choiceOf": "value", + "mustSupport": true + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ], + "mustSupport": true + }, + "valueRange": { + "max": 1, + "min": 0, + "type": "Range", + "choiceOf": "value", + "mustSupport": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "mustSupport": true + }, + "dataAbsentReason": { "type": "CodeableConcept" } + }, + "id": "devicemetricobservation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/devicemetricobservation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": ["status", "code", "subject", "effectiveDateTime", "device"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CanonicalResource/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CanonicalResource", + "type": "CanonicalResource", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "CanonicalResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CanonicalResource", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/provenance-relevant-history/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "provenance-relevant-history", + "type": "Provenance", + "resourceType": "FHIRSchema", + "elements": { + "agent": { + "slicing": { + "rules": "open", + "slices": { + "Author": { + "max": 1, + "min": 0, + "match": { + "type": "pattern", + "value": { + "type": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + } + } + }, + "schema": { + "elements": { + "who": { "mustSupport": true }, + "type": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + }, + "mustSupport": true + } + }, + "required": ["type", "who"], + "mustSupport": true + } + } + }, + "ordered": false, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "elements": { + "type": { + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type" + }, + "mustSupport": true + } + }, + "required": ["type"], + "mustSupport": true + }, + "target": { "mustSupport": true }, + "activity": { + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity" + }, + "mustSupport": true + }, + "occurred": { "choices": ["occurredDateTime"] }, + "authorization": { "mustSupport": true }, + "occurredDateTime": { + "type": "dateTime", + "choiceOf": "occurred", + "mustSupport": true, + "required-element": true + } + }, + "id": "provenance-relevant-history", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/provenance-relevant-history", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Provenance", + "version": "5.0.0", + "required": ["occurred", "activity"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/HealthcareService/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "HealthcareService", + "type": "HealthcareService", + "resourceType": "FHIRSchema", + "elements": { + "coverageArea": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"] + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "availability": { "type": "Availability", "array": true }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "providedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "eligibility": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "comment": { "type": "markdown", "scalar": true } + } + }, + "extraDetails": { "type": "markdown", "scalar": true }, + "characteristic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-mode" + } + }, + "photo": { "type": "Attachment", "scalar": true, "summary": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "comment": { "type": "markdown", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "serviceProvisionCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-provision-conditions" + } + }, + "appointmentRequired": { "type": "boolean", "scalar": true }, + "offeredIn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + }, + "referralMethod": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-referral-method" + } + }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "program": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/program" + } + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { "type": "ExtendedContactDetail", "array": true } + }, + "id": "HealthcareService", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/history-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "history-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "history" }, + "entry": { + "slicing": { + "rules": "closed", + "slices": { + "get": { + "match": { + "type": "pattern", + "value": { "request": { "method": "GET" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "GET" } + } + } + }, + "excluded": ["resource", "search"], + "required": ["fullUrl", "request", "response"] + } + }, + "put": { + "match": { + "type": "pattern", + "value": { "request": { "method": "PUT" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "PUT" } + } + } + }, + "excluded": ["search"], + "required": [ + "fullUrl", + "resource", + "request", + "response" + ] + } + }, + "post": { + "max": 0, + "match": { + "type": "pattern", + "value": { "request": { "method": "POST" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "POST" } + } + } + }, + "excluded": ["search"], + "required": ["resource", "request", "response"] + } + }, + "patch": { + "max": 0, + "match": { "type": "pattern" }, + "schema": { "required": ["fullUrl"] } + }, + "delete": { + "match": { + "type": "pattern", + "value": { "request": { "method": "DELETE" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "DELETE" } + } + } + }, + "excluded": ["resource", "search"], + "required": ["fullUrl", "request", "response"] + } + } + }, + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + } + }, + "id": "history-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/history-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodyweight/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodyweight", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyWeightCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "29463-7", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "29463-7" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodyweight" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodyweight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyweight", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Claim/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Claim", + "type": "Claim", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "focal": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "scalar": true }, + "preAuthRef": { "type": "string", "array": true }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["sequence", "focal", "coverage"] + }, + "facility": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "onAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission" + } + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + } + }, + "required": ["sequence", "diagnosis", "diagnosis"] + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory" + } + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueString", + "valueQuantity", + "valueAttachment", + "valueReference", + "valueIdentifier" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" + } + }, + "timing": { + "scalar": true, + "choices": ["timingDate", "timingPeriod"] + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception" + } + }, + "timingDate": { + "type": "date", + "scalar": true, + "choiceOf": "timing" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["sequence", "category"] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "traceNumber": { "type": "Identifier", "array": true }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "diagnosisSequence": { + "type": "positiveInt", + "array": true + }, + "procedureSequence": { + "type": "positiveInt", + "array": true + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { "type": "Identifier", "array": true }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "tax": { "type": "Money", "scalar": true }, + "careTeamSequence": { + "type": "positiveInt", + "array": true + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "informationSequence": { + "type": "positiveInt", + "array": true + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "bodySite": { + "type": "BackboneElement", + "array": true, + "elements": { + "site": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + } + }, + "required": ["site"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "patientPaid": { + "type": "Money", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + } + }, + "required": ["sequence"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true } + }, + "required": ["sequence"] + } + }, + "required": ["sequence"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "procedure": { + "type": "BackboneElement", + "array": true, + "elements": { + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "date": { "type": "dateTime", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "procedure": { + "scalar": true, + "choices": [ + "procedureCodeableConcept", + "procedureReference" + ] + }, + "procedureReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + }, + "procedureCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + } + }, + "required": ["sequence", "procedure", "procedure"] + }, + "related": { + "type": "BackboneElement", + "array": true, + "elements": { + "claim": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ], + "scalar": true + }, + "reference": { "type": "Identifier", "scalar": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship" + } + } + } + }, + "referral": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "scalar": true + }, + "diagnosisRelatedGroup": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup" + } + }, + "total": { "type": "Money", "scalar": true }, + "event": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype" + } + }, + "when": { + "scalar": true, + "choices": ["whenDateTime", "whenPeriod"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when", + "required-element": true + }, + "whenDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "when", + "required-element": true + } + }, + "required": ["type", "when", "when"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority" + }, + "summary": true + }, + "accident": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode" + } + }, + "location": { + "scalar": true, + "choices": ["locationAddress", "locationReference"] + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "location" + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "choiceOf": "location" + } + }, + "required": ["date"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + }, + "required": ["type"] + }, + "prescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "billablePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "patientPaid": { "type": "Money", "scalar": true }, + "originalPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "careTeam": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "specialty": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification" + } + }, + "responsible": { "type": "boolean", "scalar": true } + }, + "required": ["sequence", "provider"] + } + }, + "id": "Claim", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Claim", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type", "use", "patient", "created"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/FiveWs/5.0.0", + "fhirVersion": null, + "name": "FiveWs", + "type": "FiveWs", + "resourceType": "FHIRSchema", + "id": "FiveWs", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/FiveWs", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Slot/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Slot", + "type": "Slot", + "resourceType": "FHIRSchema", + "elements": { + "schedule": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Schedule"], + "scalar": true, + "summary": true + }, + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "start": { "type": "instant", "scalar": true, "summary": true }, + "serviceType": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "appointmentType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus" + }, + "summary": true + }, + "comment": { "type": "string", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "end": { "type": "instant", "scalar": true, "summary": true }, + "overbooked": { "type": "boolean", "scalar": true } + }, + "id": "Slot", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Slot", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["schedule", "status", "start", "end"] + }, + { + "constraints": { + "qty-3": { + "human": "If a code for the unit is present, the system SHALL also be present", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Quantity/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Quantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "unit": { "type": "string", "scalar": true, "summary": true }, + "value": { "type": "decimal", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "comparator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quantity-comparator" + }, + "summary": true, + "modifier": true + } + }, + "id": "Quantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Quantity", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MessageDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MessageDefinition", + "type": "MessageDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "category": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/message-significance-category" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "parent": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "event": { "scalar": true, "choices": ["eventCoding", "eventUri"] }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "allowedResponse": { + "type": "BackboneElement", + "array": true, + "elements": { + "message": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true + }, + "situation": { "type": "markdown", "scalar": true } + }, + "required": ["message"] + }, + "graph": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/GraphDefinition" + ], + "scalar": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "focus": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "max": { "type": "string", "scalar": true }, + "min": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + } + }, + "required": ["code", "min"], + "constraints": { + "md-1": { + "human": "Max must be postive int or *", + "severity": "error", + "expression": "max='*' or (max.toInteger() > 0)" + } + } + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "replaces": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "summary": true + }, + "responseRequired": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request" + } + }, + "base": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "eventUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + }, + "eventCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events" + }, + "summary": true, + "choiceOf": "event", + "required-element": true + } + }, + "id": "MessageDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "date", "event", "event"] + }, + { + "constraints": { + "scs-1": { + "human": "If a codesystem contains nested concepts, it must specify hierarchyMeaning", + "severity": "error", + "expression": "concept.concept.exists() implies hierarchyMeaning.exists()" + }, + "scs-2": { + "human": "If a codesystem contains example, fragment, or complete content, it must have at least one concept", + "severity": "error", + "expression": "content in ( 'example' | 'fragment' | 'complete' ) implies concept.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareablecodesystem/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareablecodesystem", + "type": "CodeSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "mustSupport": true }, + "publisher": { "mustSupport": true }, + "content": { "mustSupport": true }, + "name": { "mustSupport": true }, + "experimental": { "mustSupport": true }, + "title": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "status": { "mustSupport": true }, + "hierarchyMeaning": { "mustSupport": true }, + "url": { "mustSupport": true }, + "concept": { + "elements": { + "code": { "mustSupport": true }, + "concept": { + "array": true, + "mustSupport": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "elements", + "org/fhir/StructureDefinition/CodeSystem#CodeSystem", + "elements", + "concept" + ] + }, + "display": { "mustSupport": true }, + "definition": { "mustSupport": true } + }, + "required": ["code"], + "mustSupport": true + }, + "caseSensitive": { "mustSupport": true }, + "version": { "type": "string", "mustSupport": true } + }, + "id": "shareablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "version": "5.0.0", + "required": [ + "url", + "version", + "title", + "experimental", + "description", + "caseSensitive" + ] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Resource/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Resource", + "type": "Resource", + "resourceType": "FHIRSchema", + "elements": { + "id": { "type": "id", "scalar": true, "summary": true }, + "meta": { "type": "Meta", "scalar": true, "summary": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "implicitRules": { + "type": "uri", + "scalar": true, + "summary": true, + "modifier": true + } + }, + "id": "Resource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Resource", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishablelibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishablelibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "endorser": { "mustSupport": true }, + "approvalDate": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "type": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "author": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "logicDefinition": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "usage": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "lastReviewDate": { "mustSupport": true }, + "editor": { "mustSupport": true }, + "reviewer": { "mustSupport": true }, + "relatedArtifact": { + "elements": { + "display": { "mustSupport": true }, + "document": { "mustSupport": true }, + "resource": { "mustSupport": true }, + "resourceReference": { "mustSupport": true } + }, + "mustSupport": true + }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablelibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "version": "5.0.0", + "required": ["type", "date"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/FormularyItem/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "FormularyItem", + "type": "FormularyItem", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/formularyitem-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "FormularyItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FormularyItem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Binary/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Binary", + "type": "Binary", + "resourceType": "FHIRSchema", + "elements": { + "data": { "type": "base64Binary", "scalar": true }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "securityContext": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "Binary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Binary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "5.0.0", + "required": ["contentType"] + }, + { + "constraints": { + "drt-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM.", + "severity": "error", + "expression": "code.exists() implies ((system = %ucum) and value.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Duration/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Duration", + "type": "Duration", + "resourceType": "FHIRSchema", + "id": "Duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Duration", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bp/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["valueQuantity"], + "name": "bp", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "85354-9", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "85354-9" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "component": { + "array": true, + "slicing": { + "rules": "open", + "slices": { + "SystolicBP": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": { + "code": "8480-6", + "system": "http://loinc.org" + } + } + } + }, + "schema": { + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "SBPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8480-6", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8480-6" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": [ + "system", + "code" + ] + } + } + }, + "ordered": false, + "discriminator": [ + { + "path": "code", + "type": "value" + }, + { + "path": "system", + "type": "value" + } + ] + } + } + } + }, + "valueQuantity": { + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mm[Hg]", + "mustSupport": true + }, + "unit": { + "type": "string", + "mustSupport": true + }, + "value": { + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": [ + "value", + "unit", + "system", + "code" + ] + } + } + } + }, + "DiastolicBP": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": { + "coding": { + "code": "8462-4", + "system": "http://loinc.org" + } + } + } + }, + "schema": { + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "DBPCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8462-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8462-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": [ + "system", + "code" + ] + } + } + }, + "ordered": false, + "discriminator": [ + { + "path": "code", + "type": "value" + }, + { + "path": "system", + "type": "value" + } + ] + } + } + } + }, + "valueQuantity": { + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mm[Hg]", + "mustSupport": true + }, + "unit": { + "type": "string", + "mustSupport": true + }, + "value": { + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": [ + "value", + "unit", + "system", + "code" + ] + } + } + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code.coding.code", "type": "value" }, + { "path": "code.coding.system", "type": "value" } + ] + } + } + }, + "id": "bp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bp", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationRequest", + "type": "MedicationRequest", + "resourceType": "FHIRSchema", + "elements": { + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-intended-performer-role" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-admin-location" + } + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "substitution": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason" + } + }, + "allowed": { + "scalar": true, + "choices": ["allowedBoolean", "allowedCodeableConcept"] + }, + "allowedBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + }, + "choiceOf": "allowed", + "required-element": true + }, + "allowedCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + }, + "choiceOf": "allowed", + "required-element": true + } + }, + "required": ["allowed", "allowed"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "dispenseRequest": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dispenser": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "doseAdministrationAid": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-dose-aid" + } + }, + "initialFill": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "duration": { "type": "Duration", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true } + } + }, + "dispenserInstruction": { + "type": "Annotation", + "array": true + }, + "dispenseInterval": { "type": "Duration", "scalar": true }, + "validityPeriod": { "type": "Period", "scalar": true }, + "numberOfRepeatsAllowed": { + "type": "unsignedInt", + "scalar": true + }, + "quantity": { "type": "Quantity", "scalar": true }, + "expectedSupplyDuration": { + "type": "Duration", + "scalar": true + } + } + }, + "reported": { "type": "boolean", "scalar": true, "summary": true }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason" + } + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "effectiveDosePeriod": { "type": "Period", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "statusChanged": { "type": "dateTime", "scalar": true }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status" + }, + "summary": true, + "modifier": true + }, + "dosageInstruction": { "type": "Dosage", "array": true }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent" + }, + "summary": true, + "modifier": true + }, + "device": { "type": "CodeableReference", "array": true }, + "renderedDosageInstruction": { "type": "markdown", "scalar": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ], + "summary": true + }, + "priorPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "informationSource": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "courseOfTherapyType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy" + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + }, + "medication": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + } + }, + "id": "MedicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent", "medication", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/clinicaldocument/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "clinicaldocument", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + }, + "id": "clinicaldocument", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/clinicaldocument", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "5.0.0" + }, + { + "constraints": { + "dis-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of length. If system is present, it SHALL be UCUM.", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum)" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Distance/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Distance", + "type": "Distance", + "resourceType": "FHIRSchema", + "id": "Distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Distance", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Event/5.0.0", + "fhirVersion": null, + "name": "Event", + "type": "Event", + "resourceType": "FHIRSchema", + "id": "Event", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Event", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TestPlan/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "TestPlan", + "type": "TestPlan", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes" + } + }, + "exitCriteria": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "dependency": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "predecessor": { "type": "Reference", "scalar": true } + } + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "scope": { "type": "Reference", "array": true }, + "title": { "type": "string", "scalar": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "testCase": { + "type": "BackboneElement", + "array": true, + "elements": { + "scope": { "type": "Reference", "array": true }, + "testRun": { + "type": "BackboneElement", + "array": true, + "elements": { + "script": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "source": { + "scalar": true, + "choices": [ + "sourceString", + "sourceReference" + ] + }, + "language": { + "type": "CodeableConcept", + "scalar": true + }, + "sourceString": { + "type": "string", + "scalar": true, + "choiceOf": "source" + }, + "sourceReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "source" + } + } + }, + "narrative": { "type": "markdown", "scalar": true } + } + }, + "sequence": { "type": "integer", "scalar": true }, + "testData": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "Coding", "scalar": true }, + "source": { + "scalar": true, + "choices": ["sourceString", "sourceReference"] + }, + "content": { "type": "Reference", "scalar": true }, + "sourceString": { + "type": "string", + "scalar": true, + "choiceOf": "source" + }, + "sourceReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "source" + } + }, + "required": ["type"] + }, + "assertion": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true + }, + "object": { + "type": "CodeableReference", + "array": true + }, + "result": { + "type": "CodeableReference", + "array": true + } + } + }, + "dependency": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { + "type": "markdown", + "scalar": true + }, + "predecessor": { + "type": "Reference", + "scalar": true + } + } + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "testTools": { "type": "markdown", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "TestPlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestPlan", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "rng-2": { + "human": "If present, low SHALL have a lower value than high", + "severity": "error", + "expression": "low.value.empty() or high.value.empty() or low.lowBoundary().comparable(high.highBoundary()).not() or (low.lowBoundary() <= high.highBoundary())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Range/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Range", + "type": "Range", + "resourceType": "FHIRSchema", + "elements": { + "low": { "type": "Quantity", "scalar": true, "summary": true }, + "high": { "type": "Quantity", "scalar": true, "summary": true } + }, + "id": "Range", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Range", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "pld-3": { + "human": "goalid should reference the id of a goal definition", + "severity": "warning", + "expression": "%context.repeat(action).where((goalId in %context.goal.id).not()).exists().not()" + }, + "pld-4": { + "human": "targetId should reference the id of an action", + "severity": "warning", + "expression": "%context.repeat(action).relatedAction.where((targetId in %context.repeat(action).id).not()).exists().not()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PlanDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PlanDefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "asNeeded": { + "scalar": true, + "choices": ["asNeededBoolean", "asNeededCodeableConcept"] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "goal": { + "type": "BackboneElement", + "array": true, + "elements": { + "start": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + } + }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "detailRange": { + "type": "Range", + "scalar": true, + "choiceOf": "detail" + }, + "detailQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "detail" + }, + "detailInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "detail" + }, + "detailString": { + "type": "string", + "scalar": true, + "choiceOf": "detail" + }, + "measure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + } + }, + "due": { "type": "Duration", "scalar": true }, + "detailRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "detail" + }, + "detailCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "detail" + }, + "detailBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "detail" + }, + "detail": { + "scalar": true, + "choices": [ + "detailQuantity", + "detailRange", + "detailCodeableConcept", + "detailString", + "detailBoolean", + "detailInteger", + "detailRatio" + ] + } + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority" + } + }, + "addresses": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "description": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "documentation": { + "type": "RelatedArtifact", + "array": true + } + }, + "required": ["description"] + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/plan-definition-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "asNeededBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "usage": { "type": "markdown", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { "type": "markdown", "scalar": true }, + "definition": { + "scalar": true, + "choices": ["definitionCanonical", "definitionUri"] + }, + "linkId": { "type": "string", "scalar": true }, + "transform": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "scalar": true + }, + "textEquivalent": { "type": "markdown", "scalar": true }, + "definitionUri": { + "type": "uri", + "scalar": true, + "choiceOf": "definition" + }, + "goalId": { "type": "id", "array": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ], + "scalar": true, + "choiceOf": "definition" + }, + "relatedAction": { + "type": "BackboneElement", + "array": true, + "elements": { + "offset": { + "scalar": true, + "choices": ["offsetDuration", "offsetRange"] + }, + "targetId": { "type": "id", "scalar": true }, + "offsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "offset" + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + }, + "offsetDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "offset" + }, + "endRelationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + } + }, + "required": ["targetId", "relationship"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + }, + "actorId": { "type": "string", "scalar": true }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function" + } + }, + "typeCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + }, + "typeReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + } + }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "title": { "type": "string", "scalar": true }, + "relatedData": { "type": "string", "scalar": true }, + "requirement": { + "type": "DataRequirement", + "scalar": true + } + }, + "constraints": { + "pld-1": { + "human": "Output data element must have a requirement or a relatedData, but not both", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + } + }, + "title": { "type": "string", "scalar": true }, + "documentation": { + "type": "RelatedArtifact", + "array": true + }, + "prefix": { "type": "string", "scalar": true }, + "selectionBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior" + } + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-reason-code" + } + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "requiredBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior" + } + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind" + } + }, + "expression": { + "type": "Expression", + "scalar": true + } + }, + "required": ["kind"] + }, + "timing": { + "scalar": true, + "choices": [ + "timingAge", + "timingDuration", + "timingRange", + "timingTiming" + ] + }, + "groupingBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior" + } + }, + "dynamicValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "string", "scalar": true }, + "expression": { + "type": "Expression", + "scalar": true + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code" + } + }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "action": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "elements", + "action" + ] + }, + "precheckBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior" + } + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "title": { "type": "string", "scalar": true }, + "relatedData": { "type": "id", "scalar": true }, + "requirement": { + "type": "DataRequirement", + "scalar": true + } + }, + "constraints": { + "pld-0": { + "human": "Input data elements must have a requirement or a relatedData, but not both", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + } + }, + "subjectCanonical": { + "type": "canonical", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "trigger": { "type": "TriggerDefinition", "array": true }, + "location": { "type": "CodeableReference", "scalar": true }, + "subjectReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": [ + "subjectCodeableConcept", + "subjectReference", + "subjectCanonical" + ] + }, + "cardinalityBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" + } + } + } + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "subjectCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": [ + "subjectCodeableConcept", + "subjectReference", + "subjectCanonical" + ] + }, + "asNeededCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "actor": { + "type": "BackboneElement", + "array": true, + "elements": { + "title": { "type": "string", "scalar": true }, + "option": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + }, + "typeCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + }, + "typeReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + } + }, + "description": { "type": "markdown", "scalar": true } + }, + "required": ["option"] + } + }, + "id": "PlanDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Group/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Group", + "type": "Group", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-type" + }, + "summary": true + }, + "membership": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-membership-basis" + }, + "summary": true + }, + "member": { + "type": "BackboneElement", + "array": true, + "elements": { + "entity": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "scalar": true + }, + "period": { "type": "Period", "scalar": true }, + "inactive": { "type": "boolean", "scalar": true } + }, + "required": ["entity"] + }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "exclude": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "period": { "type": "Period", "scalar": true }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "exclude" + ] + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "quantity": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "managingEntity": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + } + }, + "id": "Group", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Group", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["type", "membership"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TestScript/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "TestScript", + "type": "TestScript", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "variable": { + "type": "BackboneElement", + "array": true, + "elements": { + "hint": { "type": "string", "scalar": true }, + "name": { "type": "string", "scalar": true }, + "path": { "type": "string", "scalar": true }, + "sourceId": { "type": "id", "scalar": true }, + "expression": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "headerField": { "type": "string", "scalar": true }, + "defaultValue": { "type": "string", "scalar": true } + }, + "required": ["name"], + "constraints": { + "tst-3": { + "human": "Variable can only contain one of expression, headerField or path.", + "severity": "error", + "expression": "expression.empty() or headerField.empty() or path.empty()" + } + } + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "scope": { + "type": "BackboneElement", + "array": true, + "elements": { + "phase": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes" + } + }, + "artifact": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "conformance": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes" + } + } + }, + "required": ["artifact"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "setup": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "response": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-response-code-types" + } + }, + "description": { + "type": "string", + "scalar": true + }, + "path": { + "type": "string", + "scalar": true + }, + "headerField": { + "type": "string", + "scalar": true + }, + "compareToSourceId": { + "type": "string", + "scalar": true + }, + "requirement": { + "type": "BackboneElement", + "array": true, + "elements": { + "link": { + "scalar": true, + "choices": [ + "linkUri", + "linkCanonical" + ] + }, + "linkUri": { + "type": "uri", + "scalar": true, + "choiceOf": "link" + }, + "linkCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ], + "scalar": true, + "choiceOf": "link" + } + } + }, + "expression": { + "type": "string", + "scalar": true + }, + "stopTestOnFail": { + "type": "boolean", + "scalar": true + }, + "defaultManualCompletion": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes" + } + }, + "value": { + "type": "string", + "scalar": true + }, + "warningOnly": { + "type": "boolean", + "scalar": true + }, + "compareToSourceExpression": { + "type": "string", + "scalar": true + }, + "label": { + "type": "string", + "scalar": true + }, + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/concrete-fhir-types" + } + }, + "responseCode": { + "type": "string", + "scalar": true + }, + "minimumId": { + "type": "string", + "scalar": true + }, + "operator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes" + } + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "compareToSourcePath": { + "type": "string", + "scalar": true + }, + "validateProfileId": { + "type": "id", + "scalar": true + }, + "sourceId": { + "type": "id", + "scalar": true + }, + "requestMethod": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations" + } + }, + "requestURL": { + "type": "string", + "scalar": true + }, + "direction": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes" + } + }, + "navigationLinks": { + "type": "boolean", + "scalar": true + } + }, + "required": ["stopTestOnFail", "warningOnly"], + "constraints": { + "tst-5": { + "human": "Only a single assertion SHALL be present within setup action assert element.", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1) or (((expression.count() + minimumId.count() <=2) or (expression.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1)) or (((path.count() + minimumId.count() <=2) or (path.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1))" + }, + "tst-10": { + "human": "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + "tst-12": { + "human": "Setup action assert response and responseCode SHALL be empty when direction equals request", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + } + } + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { + "type": "string", + "scalar": true + }, + "method": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations" + } + }, + "targetId": { + "type": "id", + "scalar": true + }, + "requestHeader": { + "type": "BackboneElement", + "array": true, + "elements": { + "field": { + "type": "string", + "scalar": true + }, + "value": { + "type": "string", + "scalar": true + } + }, + "required": ["field", "value"] + }, + "params": { + "type": "string", + "scalar": true + }, + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes" + } + }, + "requestId": { + "type": "id", + "scalar": true + }, + "encodeRequestUrl": { + "type": "boolean", + "scalar": true + }, + "label": { + "type": "string", + "scalar": true + }, + "resource": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/concrete-fhir-types" + } + }, + "url": { "type": "string", "scalar": true }, + "origin": { + "type": "integer", + "scalar": true + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "sourceId": { + "type": "id", + "scalar": true + }, + "responseId": { + "type": "id", + "scalar": true + }, + "destination": { + "type": "integer", + "scalar": true + }, + "accept": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + } + }, + "required": ["encodeRequestUrl"], + "constraints": { + "tst-7": { + "human": "Setup operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" + } + } + } + }, + "constraints": { + "tst-1": { + "human": "Setup action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + } + }, + "required": ["action"] + }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "origin": { + "type": "BackboneElement", + "array": true, + "elements": { + "url": { "type": "url", "scalar": true }, + "index": { "type": "integer", "scalar": true }, + "profile": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types" + } + } + }, + "required": ["index", "profile"] + }, + "fixture": { + "type": "BackboneElement", + "array": true, + "elements": { + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "autocreate": { "type": "boolean", "scalar": true }, + "autodelete": { "type": "boolean", "scalar": true } + }, + "required": ["autocreate", "autodelete"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "teardown": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "operation": { + "scalar": true, + "constraints": { + "tst-9": { + "human": "Teardown operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "required": ["operation"] + } + }, + "required": ["action"] + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "metadata": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "url": { "type": "uri", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["url"] + }, + "capability": { + "type": "BackboneElement", + "array": true, + "elements": { + "link": { "type": "uri", "array": true }, + "origin": { "type": "integer", "array": true }, + "required": { "type": "boolean", "scalar": true }, + "validated": { "type": "boolean", "scalar": true }, + "description": { "type": "string", "scalar": true }, + "destination": { + "type": "integer", + "scalar": true + }, + "capabilities": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + } + }, + "required": ["required", "validated", "capabilities"] + } + }, + "required": ["capability"], + "constraints": { + "tst-4": { + "human": "TestScript metadata capability SHALL contain required or validated or both.", + "severity": "error", + "expression": "capability.required.exists() or capability.validated.exists()" + } + } + }, + "destination": { + "type": "BackboneElement", + "array": true, + "elements": { + "url": { "type": "url", "scalar": true }, + "index": { "type": "integer", "scalar": true }, + "profile": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types" + } + } + }, + "required": ["index", "profile"] + }, + "test": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "scalar": true, + "constraints": { + "tst-6": { + "human": "Only a single assertion SHALL be present within test action assert element.", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1) or (((expression.count() + minimumId.count() <=2) or (expression.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1)) or (((path.count() + minimumId.count() <=2) or (path.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1))" + }, + "tst-11": { + "human": "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + "tst-13": { + "human": "Test action assert response and response and responseCode SHALL be empty when direction equals request", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "assert" + ] + }, + "operation": { + "scalar": true, + "constraints": { + "tst-8": { + "human": "Test operation SHALL contain either sourceId or targetId or params or url.", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + }, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestScript", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "constraints": { + "tst-2": { + "human": "Test action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["action"] + }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + }, + "id": "TestScript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestScript", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["name", "status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Coverage/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Coverage", + "type": "Coverage", + "resourceType": "FHIRSchema", + "elements": { + "policyHolder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "insurancePlan": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/InsurancePlan" + ], + "scalar": true + }, + "beneficiary": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "contract": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Contract"] + }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriber-relationship" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-type" + }, + "summary": true + }, + "costToBeneficiary": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit" + } + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": ["valueQuantity", "valueMoney"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-copay-type" + }, + "summary": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term" + } + }, + "exception": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-financial-exception" + }, + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "required": ["type"] + }, + "network": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network" + } + } + } + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "subrogation": { "type": "boolean", "scalar": true }, + "subscriber": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "class": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-class" + }, + "summary": true + }, + "value": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "required": ["type", "value"] + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-kind" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "order": { "type": "positiveInt", "scalar": true, "summary": true }, + "network": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "dependent": { "type": "string", "scalar": true, "summary": true }, + "paymentBy": { + "type": "BackboneElement", + "array": true, + "elements": { + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "responsibility": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["party"] + }, + "subscriberId": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "Coverage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Coverage", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "kind", "beneficiary"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ContactDetail/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ContactDetail", + "type": "ContactDetail", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "string", "scalar": true, "summary": true }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + } + }, + "id": "ContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactDetail", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/uri/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "uri", + "type": "uri", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "uri", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uri", + "packageVersion": "5.0.0", + "regex": "\\S*", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "constraints": { + "docRef-1": { + "human": "facilityType SHALL only be present if context is not an encounter", + "severity": "warning", + "expression": "facilityType.empty() or context.where(resolve() is Encounter).empty()" + }, + "docRef-2": { + "human": "practiceSetting SHALL only be present if context is not present", + "severity": "warning", + "expression": "practiceSetting.empty() or context.where(resolve() is Encounter).empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DocumentReference/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DocumentReference", + "type": "DocumentReference", + "resourceType": "FHIRSchema", + "elements": { + "practiceSetting": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + } + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referenced-item-category" + }, + "summary": true + }, + "date": { "type": "instant", "scalar": true, "summary": true }, + "docStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status" + }, + "summary": true + }, + "content": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "profile": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "value": { + "scalar": true, + "choices": [ + "valueCoding", + "valueUri", + "valueCanonical" + ] + }, + "valueUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": ["value", "value", "value"] + }, + "attachment": { + "type": "Attachment", + "scalar": true, + "summary": true + } + }, + "required": ["attachment"] + }, + "attester": { + "type": "BackboneElement", + "array": true, + "elements": { + "mode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-attestation-mode" + } + }, + "time": { "type": "dateTime", "scalar": true }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["mode"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes" + }, + "summary": true + }, + "modality": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html" + }, + "summary": true + }, + "facilityType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes" + } + }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "summary": true + }, + "event": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + } + }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "relatesTo": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type" + }, + "summary": true + }, + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + } + }, + "required": ["code", "target"] + }, + "context": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "securityLabel": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples" + }, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "DocumentReference", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "content"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EvidenceVariable/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EvidenceVariable", + "type": "EvidenceVariable", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "category": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { "type": "boolean", "scalar": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "characteristic": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "exclude": { "type": "boolean", "scalar": true }, + "definitionByCombination": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/characteristic-combination" + } + }, + "threshold": { + "type": "positiveInt", + "scalar": true + }, + "characteristic": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "elements", + "characteristic" + ] + } + }, + "required": ["code", "characteristic"] + }, + "linkId": { "type": "id", "scalar": true }, + "definitionExpression": { + "type": "Expression", + "scalar": true, + "summary": true + }, + "definitionByTypeAndValue": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "offset": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/characteristic-offset" + } + }, + "method": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-method" + } + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange", + "valueReference", + "valueId" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/usage-context-type" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ], + "scalar": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "instancesQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "instances" + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "http://hl7.org/fhir/StructureDefinition/Evidence" + ], + "scalar": true, + "summary": true + }, + "definitionReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Evidence" + ], + "scalar": true, + "summary": true + }, + "duration": { + "scalar": true, + "choices": ["durationQuantity", "durationRange"] + }, + "definitionId": { + "type": "id", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "durationRange": { + "type": "Range", + "scalar": true, + "choiceOf": "duration" + }, + "durationQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "duration" + }, + "instances": { + "scalar": true, + "choices": ["instancesQuantity", "instancesRange"] + }, + "definitionCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "timeFromEvent": { + "type": "BackboneElement", + "array": true, + "elements": { + "eventReference": { + "type": "Reference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variable-event" + }, + "choiceOf": "event" + }, + "description": { + "type": "markdown", + "scalar": true + }, + "eventCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variable-event" + }, + "choiceOf": "event" + }, + "note": { "type": "Annotation", "array": true }, + "eventId": { + "type": "id", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variable-event" + }, + "choiceOf": "event" + }, + "eventDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variable-event" + }, + "choiceOf": "event" + }, + "event": { + "scalar": true, + "choices": [ + "eventCodeableConcept", + "eventReference", + "eventDateTime", + "eventId" + ] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "range": { "type": "Range", "scalar": true } + } + }, + "instancesRange": { + "type": "Range", + "scalar": true, + "choiceOf": "instances" + } + }, + "constraints": { + "evv-1": { + "human": "In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination", + "severity": "error", + "expression": "(definitionReference.count() + definitionCanonical.count() + definitionCodeableConcept.count() + definitionId.count() + definitionByTypeAndValue.count() + definitionByCombination.count()) < 2" + } + } + }, + "handling": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-handling" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "shortTitle": { "type": "string", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "actual": { "type": "boolean", "scalar": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { "type": "Period", "scalar": true } + }, + "id": "EvidenceVariable", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/fhirpathlibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "fhirpathlibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "content": { + "slicing": { + "rules": "open", + "slices": { + "fhirPathContent": { + "max": 2147483647, + "min": 1, + "match": { + "type": "pattern", + "value": { "contentType": "text/fhirpath" } + }, + "schema": { + "elements": { + "id": { "mustSupport": true }, + "data": { "mustSupport": true }, + "contentType": { + "type": "code", + "fixed": "text/fhirpath", + "mustSupport": true + } + }, + "required": ["id", "contentType", "data"], + "mustSupport": true + } + } + }, + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + } + }, + "id": "fhirpathlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/fhirpathlibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/logiclibrary", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/computableplandefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "computableplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "library": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + } + }, + "id": "computableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computableplandefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "5.0.0", + "required": ["library"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Goal/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Goal", + "type": "Goal", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category" + }, + "summary": true + }, + "addresses": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + }, + "startDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + }, + "summary": true, + "choiceOf": "start" + }, + "start": { + "scalar": true, + "choices": ["startDate", "startCodeableConcept"] + }, + "achievementStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-achievement" + }, + "summary": true + }, + "continuous": { "type": "boolean", "scalar": true }, + "statusReason": { "type": "string", "scalar": true }, + "outcome": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "startCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event" + }, + "summary": true, + "choiceOf": "start" + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "statusDate": { "type": "date", "scalar": true, "summary": true }, + "target": { + "type": "BackboneElement", + "array": true, + "elements": { + "detailRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "measure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "due": { + "scalar": true, + "choices": ["dueDate", "dueDuration"] + }, + "detailRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "detailCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "dueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "due" + }, + "detailBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "detail" + }, + "dueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "due" + }, + "detail": { + "scalar": true, + "choices": [ + "detailQuantity", + "detailRange", + "detailCodeableConcept", + "detailString", + "detailBoolean", + "detailInteger", + "detailRatio" + ] + } + }, + "constraints": { + "gol-1": { + "human": "Goal.target.measure is required if Goal.target.detail is populated", + "severity": "error", + "expression": "(detail.exists() and measure.exists()) or detail.exists().not()" + } + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "lifecycleStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-status" + }, + "summary": true, + "modifier": true + } + }, + "id": "Goal", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Goal", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["lifecycleStatus", "description", "subject"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ValueSet/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ValueSet", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "compose": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "exclude": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "compose", + "elements", + "include" + ] + }, + "include": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "filter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "op": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator" + }, + "summary": true + }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "property": { + "type": "code", + "scalar": true, + "summary": true + } + }, + "required": ["property", "op", "value"] + }, + "system": { + "type": "uri", + "scalar": true, + "summary": true + }, + "concept": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "display": { + "type": "string", + "scalar": true + }, + "designation": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + }, + "value": { + "type": "string", + "scalar": true + }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "additionalUse": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + } + }, + "required": ["value"], + "constraints": { + "vsd-11": { + "human": "Must have a value for concept.designation.use if concept.designation.additionalUse is present", + "severity": "error", + "expression": "additionalUse.exists() implies use.exists()" + } + } + } + }, + "required": ["code"] + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueSet": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "summary": true + }, + "copyright": { "type": "string", "scalar": true } + }, + "constraints": { + "vsd-1": { + "human": "A value set include/exclude SHALL have a value set or a system", + "severity": "error", + "expression": "valueSet.exists() or system.exists()" + }, + "vsd-2": { + "human": "A value set with concepts or filters SHALL include a system", + "severity": "error", + "expression": "(concept.exists() or filter.exists()) implies system.exists()" + }, + "vsd-3": { + "human": "Cannot have both concept and filter", + "severity": "error", + "expression": "concept.empty() or filter.empty()" + } + } + }, + "inactive": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "property": { "type": "string", "array": true }, + "lockedDate": { + "type": "date", + "scalar": true, + "summary": true + } + }, + "required": ["include"] + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "scope": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "exclusionCriteria": { "type": "string", "scalar": true }, + "inclusionCriteria": { "type": "string", "scalar": true } + } + }, + "expansion": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "next": { "type": "uri", "scalar": true }, + "total": { "type": "integer", "scalar": true }, + "offset": { "type": "integer", "scalar": true }, + "contains": { + "type": "BackboneElement", + "array": true, + "elements": { + "inactive": { "type": "boolean", "scalar": true }, + "system": { "type": "uri", "scalar": true }, + "contains": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "expansion", + "elements", + "contains" + ] + }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCode", + "valueCoding", + "valueString", + "valueInteger", + "valueBoolean", + "valueDateTime", + "valueDecimal" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "subProperty": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCode", + "valueCoding", + "valueString", + "valueInteger", + "valueBoolean", + "valueDateTime", + "valueDecimal" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { + "type": "code", + "scalar": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { "type": "code", "scalar": true }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "abstract": { "type": "boolean", "scalar": true }, + "code": { "type": "code", "scalar": true }, + "display": { "type": "string", "scalar": true }, + "designation": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "elements", + "compose", + "elements", + "include", + "elements", + "concept", + "elements", + "designation" + ] + }, + "version": { "type": "string", "scalar": true } + }, + "constraints": { + "vsd-6": { + "human": "SHALL have a code or a display", + "severity": "error", + "expression": "code.exists() or display.exists()" + }, + "vsd-9": { + "human": "SHALL have a code if not abstract", + "severity": "error", + "expression": "code.exists() or abstract = true" + }, + "vsd-10": { + "human": "SHALL have a system if a code is present", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + } + }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "code": { "type": "code", "scalar": true } + }, + "required": ["code"] + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value" + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value" + }, + "name": { "type": "string", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueString", + "valueBoolean", + "valueInteger", + "valueDecimal", + "valueUri", + "valueCode", + "valueDateTime" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["name"] + }, + "timestamp": { "type": "dateTime", "scalar": true }, + "identifier": { "type": "uri", "scalar": true } + }, + "required": ["timestamp"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "immutable": { "type": "boolean", "scalar": true, "summary": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ValueSet", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "ipn-1": { + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/InsurancePlan/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "InsurancePlan", + "type": "InsurancePlan", + "resourceType": "FHIRSchema", + "elements": { + "coverageArea": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "coverage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "limit": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "type": "Quantity", + "scalar": true + } + } + }, + "requirement": { "type": "string", "scalar": true } + }, + "required": ["type"] + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + }, + "required": ["type", "benefit"] + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-type" + }, + "summary": true + }, + "alias": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "administeredBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "ownedBy": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "period": { "type": "Period", "scalar": true }, + "plan": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { "type": "CodeableConcept", "scalar": true }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "generalCost": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { "type": "Money", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "comment": { "type": "string", "scalar": true }, + "groupSize": { + "type": "positiveInt", + "scalar": true + } + } + }, + "coverageArea": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "summary": true + }, + "specificCost": { + "type": "BackboneElement", + "array": true, + "elements": { + "benefit": { + "type": "BackboneElement", + "array": true, + "elements": { + "cost": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true + }, + "value": { + "type": "Quantity", + "scalar": true + }, + "qualifiers": { + "type": "CodeableConcept", + "array": true + }, + "applicability": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability" + } + } + }, + "required": ["type"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["type"] + }, + "category": { + "type": "CodeableConcept", + "scalar": true + } + }, + "required": ["category"] + } + } + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { "type": "ExtendedContactDetail", "array": true } + }, + "id": "InsurancePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "mtqy-1": { + "human": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:iso:std:iso:4217\" - currency).", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = 'urn:iso:std:iso:4217')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MoneyQuantity/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "MoneyQuantity", + "type": "Quantity", + "resourceType": "FHIRSchema", + "id": "MoneyQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MoneyQuantity", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Quantity", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/triglyceride/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "triglyceride", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "35217-9", + "system": "http://loinc.org", + "display": "Triglyceride [Moles/​volume] in Serum or Plasma" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "triglyceride", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/triglyceride", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": ["code", "referenceRange"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AdverseEvent/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "AdverseEvent", + "type": "AdverseEvent", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-category" + }, + "summary": true + }, + "actuality": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-actuality" + }, + "summary": true, + "modifier": true + }, + "study": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "summary": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemReference", "itemCodeableConcept"] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-supporting-info" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-supporting-info" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "suspectEntity": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "instance": { + "scalar": true, + "choices": [ + "instanceCodeableConcept", + "instanceReference" + ] + }, + "causality": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ], + "scalar": true, + "summary": true + }, + "assessmentMethod": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method" + }, + "summary": true + }, + "entityRelatedness": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess" + }, + "summary": true + } + } + }, + "instanceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "scalar": true, + "summary": true, + "choiceOf": "instance", + "required-element": true + }, + "instanceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "instance", + "required-element": true + } + }, + "required": ["instance", "instance"] + }, + "expectedInResearchStudy": { "type": "boolean", "scalar": true }, + "outcome": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-outcome" + }, + "summary": true + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-participant-function" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "recordedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "contributingFactor": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemReference", "itemCodeableConcept"] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceUsage", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-contributing-factor" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-contributing-factor" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-status" + }, + "summary": true, + "modifier": true + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ], + "scalar": true, + "summary": true + }, + "seriousness": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness" + }, + "summary": true + }, + "mitigatingAction": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemReference", "itemCodeableConcept"] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-mitigating-action" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-mitigating-action" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-type" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "detected": { "type": "dateTime", "scalar": true, "summary": true }, + "resultingEffect": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "summary": true + }, + "preventiveAction": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemReference", "itemCodeableConcept"] + }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-preventive-action" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-preventive-action" + }, + "summary": true, + "choiceOf": "item", + "required-element": true + } + }, + "required": ["item", "item"] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + } + }, + "id": "AdverseEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdverseEvent", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "actuality", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksguidanceresponse", + "type": "GuidanceResponse", + "resourceType": "FHIRSchema", + "elements": { + "result": { "mustSupport": true }, + "subject": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "cdsHooksEndpoint": { + "max": 1, + "min": 1, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "performer": { "mustSupport": true }, + "occurrenceDateTime": { "mustSupport": true } + }, + "id": "cdshooksguidanceresponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "version": "5.0.0", + "required": ["requestIdentifier", "identifier", "moduleUri"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Participant/5.0.0", + "fhirVersion": null, + "name": "Participant", + "type": "Participant", + "resourceType": "FHIRSchema", + "id": "Participant", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Participant", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ArtifactAssessment/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ArtifactAssessment", + "type": "ArtifactAssessment", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "artifactCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "artifact", + "required-element": true + }, + "artifactUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "artifact", + "required-element": true + }, + "approvalDate": { "type": "date", "scalar": true }, + "content": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "uri", "array": true }, + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-rating" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-type" + } + }, + "freeToShare": { "type": "boolean", "scalar": true }, + "component": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", + "elements", + "content" + ] + }, + "informationType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-information-type" + } + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + }, + "summary": { "type": "markdown", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "relatedArtifact": { + "type": "RelatedArtifact", + "array": true + } + } + }, + "citeAsMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "citeAs" + }, + "citeAs": { + "scalar": true, + "choices": ["citeAsReference", "citeAsMarkdown"] + }, + "copyright": { "type": "markdown", "scalar": true }, + "workflowStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status" + }, + "summary": true + }, + "artifactReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true, + "choiceOf": "artifact", + "required-element": true + }, + "disposition": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-disposition" + }, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { + "type": "date", + "scalar": true, + "summary": true + }, + "artifact": { + "scalar": true, + "choices": [ + "artifactReference", + "artifactCanonical", + "artifactUri" + ] + }, + "citeAsReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Citation"], + "scalar": true, + "choiceOf": "citeAs" + } + }, + "id": "ArtifactAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["artifact", "artifact", "artifact"] + }, + { + "constraints": { + "fhs-1": { + "human": "Can have age[x] or born[x], but not both", + "severity": "error", + "expression": "age.empty() or born.empty()" + }, + "fhs-2": { + "human": "Can only have estimatedAge if age[x] is present", + "severity": "error", + "expression": "age.exists() or estimatedAge.empty()" + }, + "fhs-3": { + "human": "Can have age[x] or deceased[x], but not both", + "severity": "error", + "expression": "age.empty() or deceased.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "FamilyMemberHistory", + "type": "FamilyMemberHistory", + "resourceType": "FHIRSchema", + "elements": { + "deceasedAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "age": { + "scalar": true, + "choices": ["ageAge", "ageRange", "ageString"] + }, + "sex": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "ageRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "bornString": { + "type": "string", + "scalar": true, + "choiceOf": "born" + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember" + }, + "summary": true + }, + "procedure": { + "type": "BackboneElement", + "array": true, + "elements": { + "contributedToDeath": { "type": "boolean", "scalar": true }, + "performedAge": { + "type": "Age", + "scalar": true, + "choiceOf": "performed" + }, + "performedString": { + "type": "string", + "scalar": true, + "choiceOf": "performed" + }, + "performed": { + "scalar": true, + "choices": [ + "performedAge", + "performedRange", + "performedPeriod", + "performedString", + "performedDateTime" + ] + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "note": { "type": "Annotation", "array": true }, + "performedRange": { + "type": "Range", + "scalar": true, + "choiceOf": "performed" + }, + "performedDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "performed" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + } + }, + "performedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "performed" + } + }, + "required": ["code"] + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "deceased": { + "scalar": true, + "choices": [ + "deceasedBoolean", + "deceasedAge", + "deceasedRange", + "deceasedDate", + "deceasedString" + ] + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/history-status" + }, + "summary": true, + "modifier": true + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "onset": { + "scalar": true, + "choices": [ + "onsetAge", + "onsetRange", + "onsetPeriod", + "onsetString" + ] + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "onset" + }, + "onsetAge": { + "type": "Age", + "scalar": true, + "choiceOf": "onset" + }, + "contributedToDeath": { "type": "boolean", "scalar": true }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "onset" + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-outcome" + } + }, + "note": { "type": "Annotation", "array": true }, + "onsetString": { + "type": "string", + "scalar": true, + "choiceOf": "onset" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + } + }, + "required": ["code"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "born": { + "scalar": true, + "choices": ["bornPeriod", "bornDate", "bornString"] + }, + "ageString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "deceasedRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "deceasedDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "bornPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "born" + }, + "deceasedString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "ageAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "age" + }, + "bornDate": { "type": "date", "scalar": true, "choiceOf": "born" }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/history-absent-reason" + }, + "summary": true + }, + "estimatedAge": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "id": "FamilyMemberHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "patient", "relationship"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/xhtml/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "xhtml", + "type": "xhtml", + "resourceType": "FHIRSchema", + "scalar": true, + "max": 0, + "id": "xhtml", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/xhtml", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "5.0.0", + "required-element": true + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OperationOutcome/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "OperationOutcome", + "type": "OperationOutcome", + "resourceType": "FHIRSchema", + "elements": { + "issue": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-type" + }, + "summary": true + }, + "details": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome" + }, + "summary": true + }, + "location": { + "type": "string", + "array": true, + "summary": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-severity" + }, + "summary": true + }, + "expression": { + "type": "string", + "array": true, + "summary": true + }, + "diagnostics": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["severity", "code"] + } + }, + "id": "OperationOutcome", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationOutcome", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["issue"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PrimitiveType/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PrimitiveType", + "type": "PrimitiveType", + "resourceType": "FHIRSchema", + "id": "PrimitiveType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "maxValue": 2147483647, + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/unsignedInt/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Integer", + "fhirVersion": null, + "name": "unsignedInt", + "type": "unsignedInt", + "minValue": 0, + "resourceType": "FHIRSchema", + "scalar": true, + "id": "unsignedInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/unsignedInt", + "packageVersion": "5.0.0", + "regex": "[0]|([1-9][0-9]*)", + "base": "http://hl7.org/fhir/StructureDefinition/integer", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImagingSelection/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImagingSelection", + "type": "ImagingSelection", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html" + }, + "summary": true + }, + "seriesNumber": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "seriesUid": { "type": "id", "scalar": true, "summary": true }, + "instance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uid": { "type": "id", "scalar": true, "summary": true }, + "number": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "subset": { "type": "string", "array": true }, + "sopClass": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1" + } + }, + "imageRegion2D": { + "type": "BackboneElement", + "array": true, + "elements": { + "coordinate": { "type": "decimal", "array": true }, + "regionType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype" + } + } + }, + "required": ["regionType", "coordinate"] + }, + "imageRegion3D": { + "type": "BackboneElement", + "array": true, + "elements": { + "coordinate": { "type": "decimal", "array": true }, + "regionType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype" + } + } + }, + "required": ["regionType", "coordinate"] + } + }, + "required": ["uid"] + }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "frameOfReferenceUid": { + "type": "id", + "scalar": true, + "summary": true + }, + "focus": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImagingSelection" + ], + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "studyUid": { "type": "id", "scalar": true, "summary": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ], + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function" + }, + "summary": true + } + } + } + }, + "id": "ImagingSelection", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingSelection", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code"] + }, + { + "constraints": { + "eld-28": { + "human": "Can't have valueAlternatives if mustHaveValue is true", + "severity": "error", + "expression": "mustHaveValue.value implies valueAlternatives.empty()" + }, + "eld-27": { + "human": "Mappings SHOULD be unique by key", + "severity": "warning", + "expression": "mapping.select(identity).isDistinct()" + }, + "eld-18": { + "human": "Must have a modifier reason if isModifier = true", + "severity": "error", + "expression": "(isModifier.exists() and isModifier) implies isModifierReason.exists()" + }, + "eld-2": { + "human": "Min <= Max", + "severity": "error", + "expression": "min.empty() or max.empty() or (max = '*') or iif(max != '*', min <= max.toInteger())" + }, + "eld-7": { + "human": "Pattern may only be specified if there is one type", + "severity": "error", + "expression": "pattern.empty() or (type.count() <= 1)" + }, + "eld-11": { + "human": "Binding can only be present for coded elements, string, and uri if using FHIR-defined types", + "severity": "error", + "expression": "binding.empty() or type.code.empty() or type.code.contains(\":\") or type.select((code = 'code') or (code = 'Coding') or (code='CodeableConcept') or (code = 'Quantity') or (code = 'string') or (code = 'uri') or (code = 'Duration')).exists()" + }, + "eld-22": { + "human": "sliceIsConstraining can only appear if slicename is present", + "severity": "error", + "expression": "sliceIsConstraining.exists() implies sliceName.exists()" + }, + "eld-8": { + "human": "Pattern and fixed are mutually exclusive", + "severity": "error", + "expression": "pattern.empty() or fixed.empty()" + }, + "eld-16": { + "human": "sliceName must be composed of proper tokens separated by \"/\"", + "severity": "error", + "expression": "sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\\\/\\\\-_\\\\[\\\\]\\\\@]+$')" + }, + "eld-5": { + "human": "if the element definition has a contentReference, it cannot have type, defaultValue, fixed, pattern, example, minValue, maxValue, maxLength, or binding", + "severity": "error", + "expression": "contentReference.empty() or (type.empty() and defaultValue.empty() and fixed.empty() and pattern.empty() and example.empty() and minValue.empty() and maxValue.empty() and maxLength.empty() and binding.empty())" + }, + "eld-14": { + "human": "Constraints must be unique by key", + "severity": "error", + "expression": "constraint.select(key).isDistinct()" + }, + "eld-13": { + "human": "Types must be unique by code", + "severity": "error", + "expression": "type.select(code).isDistinct()" + }, + "eld-24": { + "human": "pattern[x] should be used rather than fixed[x]", + "severity": "warning", + "expression": "fixed.exists().not()" + }, + "eld-25": { + "human": "Order has no meaning (and cannot be asserted to have meaning), so enforcing rules on order is improper", + "severity": "warning", + "expression": "orderMeaning.empty() implies slicing.where(rules='openAtEnd' or ordered).exists().not()" + }, + "eld-20": { + "human": "The first component of the path should be UpperCamelCase. Additional components (following a '.') should be lowerCamelCase. If this syntax is not adhered to, code generation tools may be broken. Logical models may be less concerned about this implication.", + "severity": "warning", + "expression": "path.matches('^[A-Za-z][A-Za-z0-9]{0,63}(\\\\.[a-z][A-Za-z0-9]{0,63}(\\\\[x])?)*$')" + }, + "eld-15": { + "human": "default value and meaningWhenMissing are mutually exclusive", + "severity": "error", + "expression": "defaultValue.empty() or meaningWhenMissing.empty()" + }, + "eld-19": { + "human": "Element path SHALL be expressed as a set of '.'-separated components with each component restricted to a maximum of 64 characters and with some limits on the allowed choice of characters", + "severity": "error", + "expression": "path.matches('^[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\.[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\[x\\\\])?(\\\\:[^\\\\s\\\\.]+)?)*$')" + }, + "eld-6": { + "human": "Fixed value may only be specified if there is one type", + "severity": "error", + "expression": "fixed.empty() or (type.count() <= 1)" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ElementDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ElementDefinition", + "type": "ElementDefinition", + "resourceType": "FHIRSchema", + "elements": { + "constraint": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "key": { "type": "id", "scalar": true, "summary": true }, + "human": { + "type": "string", + "scalar": true, + "summary": true + }, + "source": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity" + }, + "summary": true + }, + "suppress": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "expression": { + "type": "string", + "scalar": true, + "summary": true + }, + "requirements": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "required": ["key", "severity", "human"], + "constraints": { + "eld-21": { + "human": "Constraints should have an expression or else validators will not be able to enforce them", + "severity": "warning", + "expression": "expression.exists()" + }, + "eld-26": { + "human": "Errors cannot be suppressed", + "severity": "error", + "expression": "(severity = 'error') implies suppress.empty()" + } + } + }, + "fixedMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "path": { "type": "string", "scalar": true, "summary": true }, + "patternRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "maxValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "requirements": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "patternDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "min": { "type": "unsignedInt", "scalar": true, "summary": true }, + "defaultValueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedPositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "definition": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "maxValue": { + "scalar": true, + "choices": [ + "maxValueDate", + "maxValueDateTime", + "maxValueInstant", + "maxValueTime", + "maxValueDecimal", + "maxValueInteger", + "maxValueInteger64", + "maxValuePositiveInt", + "maxValueUnsignedInt", + "maxValueQuantity" + ] + }, + "patternContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "minValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "defaultValueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "isModifier": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "patternRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "short": { "type": "string", "scalar": true, "summary": true }, + "fixedAvailability": { + "type": "Availability", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "maxValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "minValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "defaultValueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "minValueInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "patternSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "minValueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "mapping": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "map": { + "type": "string", + "scalar": true, + "summary": true + }, + "comment": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "identity": { + "type": "id", + "scalar": true, + "summary": true + }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + } + }, + "required": ["identity", "map"] + }, + "contentReference": { + "type": "uri", + "scalar": true, + "summary": true + }, + "fixedOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "slicing": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "rules": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-slicing-rules" + }, + "summary": true + }, + "ordered": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "discriminator": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/discriminator-type" + }, + "summary": true + } + }, + "required": ["type", "path"] + } + }, + "required": ["rules"] + }, + "fixedInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "type": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/elementdefinition-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + }, + "versioning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-version-rules" + }, + "summary": true + }, + "aggregation": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode" + }, + "summary": true + }, + "targetProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + } + }, + "required": ["code"], + "constraints": { + "eld-4": { + "human": "Aggregation may only be specified if one of the allowed types for the element is a reference", + "severity": "error", + "expression": "aggregation.empty() or (code = 'Reference') or (code = 'canonical') or (code = 'CodeableReference')" + }, + "eld-17": { + "human": "targetProfile is only allowed if the type is Reference or canonical", + "severity": "error", + "expression": "(code='Reference' or code = 'canonical' or code = 'CodeableReference') or targetProfile.empty()" + } + } + }, + "defaultValueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "mustSupport": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "patternRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "minValue": { + "scalar": true, + "choices": [ + "minValueDate", + "minValueDateTime", + "minValueInstant", + "minValueTime", + "minValueDecimal", + "minValueInteger", + "minValueInteger64", + "minValuePositiveInt", + "minValueUnsignedInt", + "minValueQuantity" + ] + }, + "sliceName": { "type": "string", "scalar": true, "summary": true }, + "fixedUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternAvailability": { + "type": "Availability", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueAvailability": { + "type": "Availability", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "patternTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "meaningWhenMissing": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "maxValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "valueAlternatives": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + }, + "patternDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "binding": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "strength": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength" + }, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true + }, + "additional": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "any": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "usage": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "purpose": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/additional-binding-purpose" + }, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true + }, + "shortDoco": { + "type": "string", + "scalar": true, + "summary": true + }, + "documentation": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "required": ["purpose", "valueSet"] + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "required": ["strength"], + "constraints": { + "eld-12": { + "human": "ValueSet SHALL start with http:// or https:// or urn: or #", + "severity": "error", + "expression": "valueSet.exists() implies (valueSet.startsWith('http:') or valueSet.startsWith('https') or valueSet.startsWith('urn:') or valueSet.startsWith('#'))" + }, + "eld-23": { + "human": "binding SHALL have either description or valueSet", + "severity": "error", + "expression": "description.exists() or valueSet.exists()" + } + } + }, + "patternCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "maxValueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "alias": { "type": "string", "array": true, "summary": true }, + "defaultValueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "representation": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/property-representation" + }, + "summary": true + }, + "patternParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "maxValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "fixedContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "max": { + "type": "string", + "scalar": true, + "summary": true, + "constraints": { + "eld-3": { + "human": "Max SHALL be a number or \"*\"", + "severity": "error", + "expression": "empty() or ($this = '*') or (toInteger() >= 0)" + } + } + }, + "minValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "label": { "type": "string", "scalar": true, "summary": true }, + "condition": { "type": "id", "array": true, "summary": true }, + "defaultValueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "comment": { "type": "markdown", "scalar": true, "summary": true }, + "defaultValueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://loinc.org/vs" + }, + "summary": true + }, + "fixedExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "patternCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "maxLength": { "type": "integer", "scalar": true, "summary": true }, + "defaultValueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "patternUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "patternOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "sliceIsConstraining": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "defaultValueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "example": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "label": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "label", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "defaultValueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternPositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "fixedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "orderMeaning": { + "type": "string", + "scalar": true, + "summary": true + }, + "defaultValueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "mustHaveValue": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "fixedAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValue": { + "scalar": true, + "choices": [ + "defaultValueBase64Binary", + "defaultValueBoolean", + "defaultValueCanonical", + "defaultValueCode", + "defaultValueDate", + "defaultValueDateTime", + "defaultValueDecimal", + "defaultValueId", + "defaultValueInstant", + "defaultValueInteger", + "defaultValueInteger64", + "defaultValueMarkdown", + "defaultValueOid", + "defaultValuePositiveInt", + "defaultValueString", + "defaultValueTime", + "defaultValueUnsignedInt", + "defaultValueUri", + "defaultValueUrl", + "defaultValueUuid", + "defaultValueAddress", + "defaultValueAge", + "defaultValueAnnotation", + "defaultValueAttachment", + "defaultValueCodeableConcept", + "defaultValueCodeableReference", + "defaultValueCoding", + "defaultValueContactPoint", + "defaultValueCount", + "defaultValueDistance", + "defaultValueDuration", + "defaultValueHumanName", + "defaultValueIdentifier", + "defaultValueMoney", + "defaultValuePeriod", + "defaultValueQuantity", + "defaultValueRange", + "defaultValueRatio", + "defaultValueRatioRange", + "defaultValueReference", + "defaultValueSampledData", + "defaultValueSignature", + "defaultValueTiming", + "defaultValueContactDetail", + "defaultValueDataRequirement", + "defaultValueExpression", + "defaultValueParameterDefinition", + "defaultValueRelatedArtifact", + "defaultValueTriggerDefinition", + "defaultValueUsageContext", + "defaultValueAvailability", + "defaultValueExtendedContactDetail", + "defaultValueDosage", + "defaultValueMeta" + ] + }, + "fixed": { + "scalar": true, + "choices": [ + "fixedBase64Binary", + "fixedBoolean", + "fixedCanonical", + "fixedCode", + "fixedDate", + "fixedDateTime", + "fixedDecimal", + "fixedId", + "fixedInstant", + "fixedInteger", + "fixedInteger64", + "fixedMarkdown", + "fixedOid", + "fixedPositiveInt", + "fixedString", + "fixedTime", + "fixedUnsignedInt", + "fixedUri", + "fixedUrl", + "fixedUuid", + "fixedAddress", + "fixedAge", + "fixedAnnotation", + "fixedAttachment", + "fixedCodeableConcept", + "fixedCodeableReference", + "fixedCoding", + "fixedContactPoint", + "fixedCount", + "fixedDistance", + "fixedDuration", + "fixedHumanName", + "fixedIdentifier", + "fixedMoney", + "fixedPeriod", + "fixedQuantity", + "fixedRange", + "fixedRatio", + "fixedRatioRange", + "fixedReference", + "fixedSampledData", + "fixedSignature", + "fixedTiming", + "fixedContactDetail", + "fixedDataRequirement", + "fixedExpression", + "fixedParameterDefinition", + "fixedRelatedArtifact", + "fixedTriggerDefinition", + "fixedUsageContext", + "fixedAvailability", + "fixedExtendedContactDetail", + "fixedDosage", + "fixedMeta" + ] + }, + "patternCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "minValueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "minValue" + }, + "base": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "max": { + "type": "string", + "scalar": true, + "summary": true + }, + "min": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "path": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["path", "min", "max"] + }, + "patternInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "defaultValueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "isModifierReason": { + "type": "string", + "scalar": true, + "summary": true + }, + "patternAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "patternDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "defaultValueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "fixedRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "maxValueInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "defaultValueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "maxValueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "maxValue" + }, + "defaultValueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "defaultValueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "isSummary": { "type": "boolean", "scalar": true, "summary": true }, + "fixedMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "fixedInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + }, + "defaultValueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "patternExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "pattern" + }, + "pattern": { + "scalar": true, + "choices": [ + "patternBase64Binary", + "patternBoolean", + "patternCanonical", + "patternCode", + "patternDate", + "patternDateTime", + "patternDecimal", + "patternId", + "patternInstant", + "patternInteger", + "patternInteger64", + "patternMarkdown", + "patternOid", + "patternPositiveInt", + "patternString", + "patternTime", + "patternUnsignedInt", + "patternUri", + "patternUrl", + "patternUuid", + "patternAddress", + "patternAge", + "patternAnnotation", + "patternAttachment", + "patternCodeableConcept", + "patternCodeableReference", + "patternCoding", + "patternContactPoint", + "patternCount", + "patternDistance", + "patternDuration", + "patternHumanName", + "patternIdentifier", + "patternMoney", + "patternPeriod", + "patternQuantity", + "patternRange", + "patternRatio", + "patternRatioRange", + "patternReference", + "patternSampledData", + "patternSignature", + "patternTiming", + "patternContactDetail", + "patternDataRequirement", + "patternExpression", + "patternParameterDefinition", + "patternRelatedArtifact", + "patternTriggerDefinition", + "patternUsageContext", + "patternAvailability", + "patternExtendedContactDetail", + "patternDosage", + "patternMeta" + ] + }, + "defaultValueInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "defaultValue" + }, + "fixedInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "fixed" + } + }, + "id": "ElementDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "version": "5.0.0", + "required": ["path"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/example-section-library/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "example-section-library", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "section": { + "slicing": { + "rules": "closed", + "slices": { + "plan": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + } + }, + "order": 2, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + }, + "title": { + "fixed": "Discharge Treatment Plan" + } + }, + "required": ["title", "code"] + } + }, + "procedure": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + } + }, + "order": 0, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + }, + "title": { "fixed": "Procedures Performed" } + }, + "required": ["title", "code"] + } + }, + "medications": { + "match": { + "type": "pattern", + "value": { + "code": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + } + }, + "order": 1, + "schema": { + "elements": { + "code": { + "pattern": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + }, + "title": { + "fixed": "Medications Administered" + } + }, + "required": ["title", "code"] + } + } + }, + "ordered": true, + "description": "Slice by .section.code when using this library of sections", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + } + }, + "id": "example-section-library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/example-section-library", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RiskAssessment/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RiskAssessment", + "type": "RiskAssessment", + "resourceType": "FHIRSchema", + "elements": { + "parent": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "prediction": { + "type": "BackboneElement", + "array": true, + "elements": { + "relativeRisk": { "type": "decimal", "scalar": true }, + "when": { + "scalar": true, + "choices": ["whenPeriod", "whenRange"] + }, + "whenRange": { + "type": "Range", + "scalar": true, + "choiceOf": "when" + }, + "outcome": { "type": "CodeableConcept", "scalar": true }, + "probability": { + "scalar": true, + "choices": ["probabilityDecimal", "probabilityRange"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when" + }, + "rationale": { "type": "string", "scalar": true }, + "probabilityRange": { + "type": "Range", + "scalar": true, + "choiceOf": "probability", + "constraints": { + "ras-1": { + "human": "low and high must be percentages, if present", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + } + }, + "qualitativeRisk": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability" + } + }, + "probabilityDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "probability", + "constraints": { + "ras-1": { + "human": "low and high must be percentages, if present", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + } + } + }, + "constraints": { + "ras-2": { + "human": "Probability as a deciml must be <= 100", + "severity": "error", + "expression": "probability.empty() or ((probability is decimal) implies ((probability as decimal) <= 100))" + } + } + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "basis": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "mitigation": { "type": "string", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "CodeableReference", "array": true }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "summary": true + }, + "condition": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Condition"], + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrencePeriod"] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + } + }, + "id": "RiskAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceSourceMaterial", + "type": "SubstanceSourceMaterial", + "resourceType": "FHIRSchema", + "elements": { + "parentSubstanceName": { + "type": "string", + "array": true, + "summary": true + }, + "organism": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "genus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "author": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "authorType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "authorDescription": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "family": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "hybrid": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "hybridType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "maternalOrganismId": { + "type": "string", + "scalar": true, + "summary": true + }, + "paternalOrganismId": { + "type": "string", + "scalar": true, + "summary": true + }, + "maternalOrganismName": { + "type": "string", + "scalar": true, + "summary": true + }, + "paternalOrganismName": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "species": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismGeneral": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "class": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "order": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "phylum": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "kingdom": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "intraspecificType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "intraspecificDescription": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "partDescription": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "part": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "partLocation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "developmentStage": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "fractionDescription": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "fraction": { + "type": "string", + "scalar": true, + "summary": true + }, + "materialType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "sourceMaterialState": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "countryOfOrigin": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "sourceMaterialType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismId": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "organismName": { + "type": "string", + "scalar": true, + "summary": true + }, + "parentSubstanceId": { + "type": "Identifier", + "array": true, + "summary": true + }, + "geographicalLocation": { + "type": "string", + "array": true, + "summary": true + }, + "sourceMaterialClass": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceSourceMaterial", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/moduledefinitionlibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["content"], + "name": "moduledefinitionlibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "logic-library", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "inputParameters": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "logicDefinition": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "directReferenceCode": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "parameter": { "mustSupport": true }, + "dataRequirement": { "mustSupport": true }, + "relatedArtifact": { + "slicing": { + "rules": "open", + "slices": { + "dependency": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "type": "depends-on" } + }, + "schema": { + "elements": { + "type": { + "type": "code", + "fixed": "depends-on", + "mustSupport": true + }, + "resource": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "http://hl7.org/fhir/StructureDefinition/Library" + ], + "mustSupport": true + } + }, + "required": ["resource"], + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "mustSupport": true + } + }, + "id": "moduledefinitionlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/moduledefinitionlibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "version": "5.0.0", + "required": ["type"] + }, + { + "description": "The annotation - text content (as markdown)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-notes/5.0.0", + "expression": "List.note.text", + "fhirVersion": null, + "name": "notes", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-notes", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-notes", + "code": "notes", + "packageVersion": "5.0.0", + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-notes" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MessageHeader/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MessageHeader", + "type": "MessageHeader", + "resourceType": "FHIRSchema", + "elements": { + "response": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/response-code" + }, + "summary": true + }, + "details": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "required": ["identifier", "code"] + }, + "eventCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EventDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "event", + "required-element": true + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + }, + "source": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "contact": { + "type": "ContactPoint", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "endpoint": { + "scalar": true, + "choices": ["endpointUrl", "endpointReference"] + }, + "software": { + "type": "string", + "scalar": true, + "summary": true + }, + "endpointUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "endpoint" + }, + "endpointReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "scalar": true, + "summary": true, + "choiceOf": "endpoint" + } + } + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter" + }, + "summary": true + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "event": { + "scalar": true, + "choices": ["eventCoding", "eventCanonical"] + }, + "sender": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "destination": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "endpoint": { + "scalar": true, + "choices": ["endpointUrl", "endpointReference"] + }, + "receiver": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "endpointUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "endpoint" + }, + "endpointReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "scalar": true, + "summary": true, + "choiceOf": "endpoint" + } + } + }, + "eventCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "event", + "required-element": true + } + }, + "id": "MessageHeader", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageHeader", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["event", "event", "source"] + }, + { + "constraints": { + "dgr-1": { + "human": "When a Composition is referenced in `Diagnostic.composition`, all Observation resources referenced in `Composition.entry` must also be referenced in `Diagnostic.entry` or in the references Observations in `Observation.hasMember`", + "severity": "error", + "expression": "composition.exists() implies (composition.resolve().section.entry.reference.where(resolve() is Observation) in (result.reference|result.reference.resolve().hasMember.reference))" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DiagnosticReport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DiagnosticReport", + "type": "DiagnosticReport", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" + }, + "summary": true + }, + "conclusionCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + } + }, + "conclusion": { "type": "markdown", "scalar": true }, + "study": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/GenomicStudy", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0936" + } + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Citation" + ], + "scalar": true + } + }, + "required": ["type", "reference"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "specimen": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "note": { "type": "Annotation", "array": true }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "resultsInterpreter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-report-status" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + }, + "effective": { + "scalar": true, + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/report-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "presentedForm": { "type": "Attachment", "array": true }, + "composition": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Composition" + ], + "scalar": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "media": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "link": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + }, + "comment": { "type": "string", "scalar": true } + }, + "required": ["link"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "DiagnosticReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Meta/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Meta", + "type": "Meta", + "resourceType": "FHIRSchema", + "elements": { + "tag": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/common-tags" + }, + "summary": true + }, + "source": { "type": "uri", "scalar": true, "summary": true }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + }, + "security": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels" + }, + "summary": true + }, + "versionId": { "type": "id", "scalar": true, "summary": true }, + "lastUpdated": { + "type": "instant", + "scalar": true, + "summary": true + } + }, + "id": "Meta", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Meta", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/markdown/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "markdown", + "type": "markdown", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "markdown", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/markdown", + "packageVersion": "5.0.0", + "regex": "^[\\s\\S]+$", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Publishable/5.0.0", + "fhirVersion": null, + "name": "Publishable", + "type": "Publishable", + "resourceType": "FHIRSchema", + "id": "Publishable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Publishable", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/oxygensat/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "oxygensat", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "OxygenSatCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "2708-6", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "2708-6" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "%", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "oxygensat", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/oxygensat", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cdshooksrequestorchestration/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "cdshooksrequestorchestration", + "type": "RequestOrchestration", + "resourceType": "FHIRSchema", + "elements": { + "action": { + "elements": { + "description": { "mustSupport": true }, + "type": { "mustSupport": true }, + "participant": { "mustSupport": true }, + "title": { "mustSupport": true }, + "documentation": { "mustSupport": true }, + "selectionBehavior": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "condition": { "mustSupport": true }, + "resource": { "mustSupport": true } + } + }, + "author": { "mustSupport": true }, + "subject": { "mustSupport": true }, + "priority": { "mustSupport": true }, + "authoredOn": { "mustSupport": true } + }, + "id": "cdshooksrequestorchestration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksrequestorchestration", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "version": "5.0.0", + "required": ["identifier", "instantiatesUri"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/InventoryReport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "InventoryReport", + "type": "InventoryReport", + "resourceType": "FHIRSchema", + "elements": { + "reportingPeriod": { "type": "Period", "scalar": true }, + "reportedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "inventoryListing": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "quantity": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "required": ["quantity", "item"] + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "itemStatus": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "countingDateTime": { "type": "dateTime", "scalar": true } + } + }, + "countType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryreport-counttype" + }, + "summary": true, + "modifier": true + }, + "operationTypeReason": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "reporter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryreport-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "operationType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + }, + "id": "InventoryReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InventoryReport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "countType", "reportedDateTime"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CoverageEligibilityRequest", + "type": "CoverageEligibilityRequest", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "elements": { + "focal": { "type": "boolean", "scalar": true }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true + }, + "businessArrangement": { "type": "string", "scalar": true } + }, + "required": ["coverage"] + }, + "facility": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "sequence": { "type": "positiveInt", "scalar": true }, + "information": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "appliesToAll": { "type": "boolean", "scalar": true } + }, + "required": ["sequence", "information"] + }, + "purpose": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose" + }, + "summary": true + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "facility": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis" + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis" + } + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "supportingInfoSequence": { + "type": "positiveInt", + "array": true + }, + "unitPrice": { "type": "Money", "scalar": true }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + } + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "event": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype" + } + }, + "when": { + "scalar": true, + "choices": ["whenDateTime", "whenPeriod"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when", + "required-element": true + }, + "whenDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "when", + "required-element": true + } + }, + "required": ["type", "when", "when"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "identifier": { "type": "Identifier", "array": true }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + } + }, + "id": "CoverageEligibilityRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "purpose", "patient", "created", "insurer"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/logiclibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "logiclibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "module-definition", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + "content": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { "mustSupport": true } + }, + "mustSupport": true + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "directReferenceCode": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "parameter": { "mustSupport": true }, + "dataRequirement": { "mustSupport": true }, + "relatedArtifact": { + "slicing": { + "rules": "open", + "slices": { + "dependency": { + "max": 2147483647, + "min": 0, + "match": { + "type": "pattern", + "value": { "type": "depends-on" } + }, + "schema": { + "elements": { + "type": { + "type": "code", + "fixed": "depends-on", + "mustSupport": true + }, + "resource": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "http://hl7.org/fhir/StructureDefinition/Library" + ], + "mustSupport": true + } + }, + "required": ["resource"], + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "mustSupport": true + } + }, + "id": "logiclibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/logiclibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/modelinfolibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "modelinfolibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "CodeableConcept", + "pattern": { + "coding": [ + { + "code": "model-definition", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + "content": { + "slicing": { + "rules": "open", + "slices": { + "modelInfoXmlContent": { + "match": { + "type": "pattern", + "value": { "contentType": "application/xml" } + }, + "schema": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { + "max": 1, + "min": 0, + "type": "code", + "fixed": "application/xml", + "mustSupport": true + } + }, + "required": ["data"], + "mustSupport": true + } + }, + "modelInfoJsonContent": { + "match": { + "type": "pattern", + "value": { "contentType": "application/json" } + }, + "schema": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { + "max": 1, + "min": 0, + "type": "code", + "fixed": "application/json", + "mustSupport": true + } + }, + "required": ["data"], + "mustSupport": true + } + } + }, + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + } + }, + "id": "modelinfolibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/modelinfolibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/UsageContext/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "UsageContext", + "type": "UsageContext", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/usage-context-type" + }, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context" + }, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "id": "UsageContext", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/UsageContext", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["code", "value", "value", "value", "value"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SpecimenDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SpecimenDefinition", + "type": "SpecimenDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { "type": "UsageContext", "array": true }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "timeAspect": { "type": "string", "scalar": true, "summary": true }, + "derivedFromCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ], + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "patientPreparation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection" + }, + "summary": true + }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "derivedFromUri": { "type": "uri", "array": true, "summary": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "typeCollected": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + }, + "summary": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "collection": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection" + }, + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "summary": true, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "typeTested": { + "type": "BackboneElement", + "array": true, + "elements": { + "requirement": { "type": "markdown", "scalar": true }, + "retentionTime": { "type": "Duration", "scalar": true }, + "isDerived": { "type": "boolean", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + } + }, + "rejectionCriterion": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria" + } + }, + "preference": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference" + } + }, + "handling": { + "type": "BackboneElement", + "array": true, + "elements": { + "instruction": { + "type": "markdown", + "scalar": true + }, + "maxDuration": { + "type": "Duration", + "scalar": true + }, + "temperatureRange": { + "type": "Range", + "scalar": true + }, + "temperatureQualifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition" + } + } + } + }, + "container": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "description": { + "type": "markdown", + "scalar": true + }, + "capacity": { "type": "Quantity", "scalar": true }, + "minimumVolumeQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "minimumVolume" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type" + } + }, + "cap": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-cap" + } + }, + "preparation": { + "type": "markdown", + "scalar": true + }, + "minimumVolume": { + "scalar": true, + "choices": [ + "minimumVolumeQuantity", + "minimumVolumeString" + ] + }, + "material": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-material" + } + }, + "additive": { + "type": "BackboneElement", + "array": true, + "elements": { + "additive": { + "scalar": true, + "choices": [ + "additiveCodeableConcept", + "additiveReference" + ] + }, + "additiveReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive", + "required-element": true + }, + "additiveCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371" + }, + "choiceOf": "additive", + "required-element": true + } + }, + "required": ["additive", "additive"] + }, + "minimumVolumeString": { + "type": "string", + "scalar": true, + "choiceOf": "minimumVolume" + } + } + }, + "singleUse": { "type": "boolean", "scalar": true }, + "testingDestination": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" + } + } + }, + "required": ["preference"] + } + }, + "id": "SpecimenDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Person/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Person", + "type": "Person", + "resourceType": "FHIRSchema", + "elements": { + "address": { "type": "Address", "array": true, "summary": true }, + "deceasedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "deceased": { + "scalar": true, + "choices": ["deceasedBoolean", "deceasedDateTime"] + }, + "photo": { "type": "Attachment", "array": true }, + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Person" + ], + "scalar": true + }, + "assurance": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel" + } + } + }, + "required": ["target"] + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "maritalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status" + } + } + }, + "id": "Person", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Person", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/GenomicStudy/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "GenomicStudy", + "type": "GenomicStudy", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "scalar": true + }, + "instantiatesUri": { "type": "uri", "scalar": true }, + "interpreter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "startDate": { "type": "dateTime", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-type" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "CodeableReference", "array": true }, + "referrer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "analysis": { + "type": "BackboneElement", + "array": true, + "elements": { + "regionsStudied": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + }, + "date": { "type": "dateTime", "scalar": true }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "scalar": true + }, + "instantiatesUri": { "type": "uri", "scalar": true }, + "specimen": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "summary": true + }, + "genomeBuild": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/vs/LL1040-6" + } + }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "file": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-dataformat" + }, + "summary": true + } + } + }, + "title": { + "type": "string", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "focus": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "summary": true + }, + "device": { + "type": "BackboneElement", + "array": true, + "elements": { + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true + } + } + }, + "changeType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-changetype" + } + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "file": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-dataformat" + } + }, + "generatedBy": { + "scalar": true, + "choices": [ + "generatedByIdentifier", + "generatedByReference" + ] + }, + "generatedByReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ], + "scalar": true, + "choiceOf": "generatedBy" + }, + "generatedByIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "generatedBy" + } + } + }, + "protocolPerformed": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Task" + ], + "scalar": true + }, + "methodType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-methodtype" + }, + "summary": true + }, + "regionsCalled": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true + }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + } + } + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ], + "scalar": true, + "summary": true + } + }, + "id": "GenomicStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GenomicStudy", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceRequest", + "type": "DeviceRequest", + "resourceType": "FHIRSchema", + "elements": { + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "asNeeded": { "type": "boolean", "scalar": true }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest" + ], + "summary": true + }, + "asNeededFor": { "type": "CodeableConcept", "scalar": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "quantity": { "type": "integer", "scalar": true }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueRange", + "valueBoolean" + ] + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + } + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "CodeableReference", + "scalar": true, + "summary": true + } + }, + "id": "DeviceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["intent", "code", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BackboneElement/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "BackboneElement", + "type": "BackboneElement", + "resourceType": "FHIRSchema", + "elements": { + "modifierExtension": { + "type": "Extension", + "array": true, + "summary": true, + "modifier": true + } + }, + "id": "BackboneElement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/base64Binary/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "base64Binary", + "type": "base64Binary", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "base64Binary", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/base64Binary", + "packageVersion": "5.0.0", + "regex": "(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "constraints": { + "lnk-1": { + "human": "Must have at least two items", + "severity": "error", + "expression": "item.count()>1" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Linkage/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Linkage", + "type": "Linkage", + "resourceType": "FHIRSchema", + "elements": { + "item": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/linkage-type" + }, + "summary": true + }, + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + } + }, + "required": ["type", "resource"] + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Linkage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Linkage", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["item"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstancePolymer/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstancePolymer", + "type": "SubstancePolymer", + "resourceType": "FHIRSchema", + "elements": { + "class": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "repeat": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "repeatUnit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "unit": { + "type": "string", + "scalar": true, + "summary": true + }, + "amount": { + "type": "integer", + "scalar": true, + "summary": true + }, + "orientation": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "degreeOfPolymerisation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "low": { + "type": "integer", + "scalar": true, + "summary": true + }, + "high": { + "type": "integer", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "average": { + "type": "integer", + "scalar": true, + "summary": true + } + } + }, + "structuralRepresentation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "format": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "attachment": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "representation": { + "type": "string", + "scalar": true, + "summary": true + } + } + } + } + }, + "repeatUnitAmountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "averageMolecularFormula": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "geometry": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "monomerSet": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "ratioType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "startingMaterial": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amount": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "isDefining": { + "type": "boolean", + "scalar": true, + "summary": true + } + } + } + } + }, + "modification": { + "type": "string", + "scalar": true, + "summary": true + }, + "copolymerConnectivity": { + "type": "CodeableConcept", + "array": true, + "summary": true + } + }, + "id": "SubstancePolymer", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstancePolymer", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CarePlan/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CarePlan", + "type": "CarePlan", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category" + }, + "summary": true + }, + "addresses": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "goal": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Goal"] + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "activity": { + "type": "BackboneElement", + "array": true, + "elements": { + "progress": { "type": "Annotation", "array": true }, + "performedActivity": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-performed" + } + }, + "plannedActivityReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ], + "scalar": true + } + } + }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "contributor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent" + }, + "summary": true, + "modifier": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "careTeam": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + } + }, + "id": "CarePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CarePlan", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PractitionerRole/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PractitionerRole", + "type": "PractitionerRole", + "resourceType": "FHIRSchema", + "elements": { + "availability": { "type": "Availability", "array": true }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "characteristic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-mode" + } + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "communication": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/practitioner-role" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "practitioner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { "type": "ExtendedContactDetail", "array": true }, + "healthcareService": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + }, + "id": "PractitionerRole", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "mdd-1": { + "human": "whenHandedOver cannot be before whenPrepared", + "severity": "error", + "expression": "whenHandedOver.empty() or whenPrepared.empty() or whenHandedOver >= whenPrepared" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationDispense/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationDispense", + "type": "MedicationDispense", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-admin-location" + } + }, + "whenHandedOver": { "type": "dateTime", "scalar": true }, + "whenPrepared": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "substitution": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode" + } + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason" + } + }, + "wasSubstituted": { "type": "boolean", "scalar": true }, + "responsibleParty": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["wasSubstituted"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType" + } + }, + "recorded": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "statusChanged": { "type": "dateTime", "scalar": true }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "notPerformedReason": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status" + }, + "summary": true, + "modifier": true + }, + "dosageInstruction": { "type": "Dosage", "array": true }, + "daysSupply": { "type": "Quantity", "scalar": true }, + "identifier": { "type": "Identifier", "array": true }, + "renderedDosageInstruction": { "type": "markdown", "scalar": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ] + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "authorizingPrescription": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + }, + "receiver": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function" + } + } + }, + "required": ["actor"] + }, + "medication": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + } + }, + "id": "MedicationDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "medication", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Transport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Transport", + "type": "Transport", + "resourceType": "FHIRSchema", + "elements": { + "restriction": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "period": { "type": "Period", "scalar": true }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "repetitions": { "type": "positiveInt", "scalar": true } + } + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "performerType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + } + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ], + "scalar": true, + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "scalar": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "requestedLocation": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "history": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Transport"], + "scalar": true + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/transport-status-reason" + }, + "summary": true + }, + "authoredOn": { "type": "dateTime", "scalar": true }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "completionTime": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "reason": { "type": "CodeableReference", "scalar": true }, + "for": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "lastModified": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/transport-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/transport-code" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/transport-intent" + }, + "summary": true + }, + "focus": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAge": { + "type": "Age", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { "type": "CodeableConcept", "scalar": true }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueOid": { + "type": "oid", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueId": { + "type": "id", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueUrl": { + "type": "url", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Transport"], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "currentLocation": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "id": "Transport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Transport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["intent", "requestedLocation", "currentLocation"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/bodyheight/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "bodyheight", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "BodyHeightCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8302-2", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8302-2" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength" + }, + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "bodyheight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyheight", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "constraints": { + "prr-1": { + "human": "orderDetail SHALL only be present if code is present", + "severity": "error", + "expression": "orderDetail.empty() or code.exists()" + }, + "bdystr-1": { + "human": "bodyStructure SHALL only be present if bodySite is not present", + "severity": "error", + "expression": "bodySite.exists() implies bodyStructure.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ServiceRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ServiceRequest", + "type": "ServiceRequest", + "resourceType": "FHIRSchema", + "elements": { + "performerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role" + }, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-category" + }, + "summary": true + }, + "insurance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "relevantHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "asNeeded": { + "scalar": true, + "choices": ["asNeededBoolean", "asNeededCodeableConcept"] + }, + "supportingInfo": { "type": "CodeableReference", "array": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "patientInstruction": { + "type": "BackboneElement", + "array": true, + "elements": { + "instruction": { + "scalar": true, + "choices": [ + "instructionMarkdown", + "instructionReference" + ] + }, + "instructionMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "instruction" + }, + "instructionReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "scalar": true, + "summary": true, + "choiceOf": "instruction" + } + } + }, + "specimen": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"], + "summary": true + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "asNeededBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "requisition": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "quantityRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "code": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "quantityRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "quantityQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "quantity" + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "orderDetail": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "parameter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueRatio", + "valueRange", + "valueBoolean", + "valueCodeableConcept", + "valueString", + "valuePeriod" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail-parameter-code" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "parameterFocus": { + "type": "CodeableReference", + "scalar": true + } + }, + "required": ["parameter"] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "summary": true + }, + "quantity": { + "scalar": true, + "choices": [ + "quantityQuantity", + "quantityRatio", + "quantityRange" + ] + }, + "bodyStructure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "scalar": true, + "summary": true + }, + "location": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType" + }, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "asNeededCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + } + }, + "id": "ServiceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent", "subject"] + }, + { + "constraints": { + "ratrng-1": { + "human": "One of lowNumerator or highNumerator and denominator SHALL be present, or all are absent. If all are absent, there SHALL be some extension present", + "severity": "error", + "expression": "((lowNumerator.exists() or highNumerator.exists()) and denominator.exists()) or (lowNumerator.empty() and highNumerator.empty() and denominator.empty() and extension.exists())" + }, + "ratrng-2": { + "human": "If present, lowNumerator SHALL have a lower value than highNumerator", + "severity": "error", + "expression": "lowNumerator.hasValue().not() or highNumerator.hasValue().not() or (lowNumerator.lowBoundary() <= highNumerator.highBoundary())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RatioRange/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RatioRange", + "type": "RatioRange", + "resourceType": "FHIRSchema", + "elements": { + "denominator": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "lowNumerator": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "highNumerator": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "id": "RatioRange", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RatioRange", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EnrollmentResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EnrollmentResponse", + "type": "EnrollmentResponse", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/enrollment-outcome" + } + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" + ], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true }, + "disposition": { "type": "string", "scalar": true }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "requestProvider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "id": "EnrollmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "exp-1": { + "human": "An expression or a reference must be provided", + "severity": "error", + "expression": "expression.exists() or reference.exists()" + }, + "exp-2": { + "human": "The name must be a valid variable name in most computer languages", + "severity": "error", + "expression": "name.hasValue() implies name.matches('[A-Za-z][A-Za-z0-9\\\\_]{0,63}')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Expression/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Expression", + "type": "Expression", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "code", "scalar": true, "summary": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/expression-language" + }, + "summary": true + }, + "reference": { "type": "uri", "scalar": true, "summary": true }, + "expression": { "type": "string", "scalar": true, "summary": true }, + "description": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Expression", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Expression", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CodeableReference/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CodeableReference", + "type": "CodeableReference", + "resourceType": "FHIRSchema", + "elements": { + "concept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "reference": { + "type": "Reference", + "scalar": true, + "summary": true + } + }, + "id": "CodeableReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableReference", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/elementdefinition-de/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": [ + "representation", + "slicing", + "short", + "contentReference", + "fixed", + "pattern", + "isModifier", + "isSummary" + ], + "name": "elementdefinition-de", + "type": "ElementDefinition", + "resourceType": "FHIRSchema", + "elements": { + "type": { "excluded": ["profile", "aggregation"] }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "Question": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + }, + "AllowedUnits": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension", "scalar": true } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "elementdefinition-de", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-de", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareableactivitydefinition", + "type": "ActivityDefinition", + "resourceType": "FHIRSchema", + "elements": { + "url": { "mustSupport": true }, + "name": { "mustSupport": true }, + "title": { "mustSupport": true }, + "version": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "artifactComment": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeCapability": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "publisher": { "mustSupport": true }, + "description": { "mustSupport": true }, + "experimental": { "mustSupport": true } + }, + "id": "shareableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "version": "5.0.0", + "required": ["url", "version", "title", "experimental", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishableconceptmap/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishableconceptmap", + "type": "ConceptMap", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishableconceptmap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableconceptmap", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareableconceptmap", + "version": "5.0.0", + "required": ["date"] + }, + { + "description": "Whether the practitioner record is active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-active/5.0.0", + "expression": "Practitioner.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-active" + }, + { + "constraints": { + "ext-1": { + "human": "Must have either extensions or value[x], not both", + "severity": "error", + "expression": "extension.exists() != value.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Extension/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Extension", + "type": "Extension", + "resourceType": "FHIRSchema", + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value" + }, + "valueAge": { "type": "Age", "scalar": true, "choiceOf": "value" }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "choiceOf": "value" + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "value" + }, + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value" + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "choiceOf": "value" + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "choiceOf": "value" + }, + "valueUri": { "type": "uri", "scalar": true, "choiceOf": "value" }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "choiceOf": "value" + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value" + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "value" + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value" + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "choiceOf": "value" + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "value" + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "choiceOf": "value" + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "choiceOf": "value" + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value" + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "choiceOf": "value" + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "choiceOf": "value" + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "choiceOf": "value" + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "choiceOf": "value" + }, + "url": { "type": "uri", "scalar": true }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "choiceOf": "value" + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value" + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value" + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "choiceOf": "value" + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value" + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "choiceOf": "value" + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + }, + "valueOid": { "type": "oid", "scalar": true, "choiceOf": "value" }, + "valueAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "value" + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "choiceOf": "value" + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "choiceOf": "value" + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "value" + }, + "valueId": { "type": "id", "scalar": true, "choiceOf": "value" }, + "valueUrl": { "type": "url", "scalar": true, "choiceOf": "value" }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "choiceOf": "value" + } + }, + "id": "Extension", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Extension", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["url"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RelatedArtifact/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RelatedArtifact", + "type": "RelatedArtifact", + "resourceType": "FHIRSchema", + "elements": { + "classifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier" + }, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type" + }, + "summary": true + }, + "resourceReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "document": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "citation": { "type": "markdown", "scalar": true, "summary": true }, + "label": { "type": "string", "scalar": true, "summary": true }, + "resource": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "publicationStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "display": { "type": "string", "scalar": true, "summary": true }, + "publicationDate": { + "type": "date", + "scalar": true, + "summary": true + } + }, + "id": "RelatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["type"] + }, + { + "constraints": { + "ig-2": { + "human": "If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guide", + "severity": "error", + "expression": "definition.resource.fhirVersion.all(%context.fhirVersion contains $this)" + }, + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImplementationGuide/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImplementationGuide", + "type": "ImplementationGuide", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "definition": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "page": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "name": { "type": "url", "scalar": true }, + "page": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "elements", + "definition", + "elements", + "page" + ] + }, + "title": { "type": "string", "scalar": true }, + "source": { + "scalar": true, + "choices": [ + "sourceUrl", + "sourceString", + "sourceMarkdown" + ] + }, + "sourceUrl": { + "type": "url", + "scalar": true, + "choiceOf": "source" + }, + "generation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-page-generation" + } + }, + "sourceString": { + "type": "string", + "scalar": true, + "choiceOf": "source" + }, + "sourceMarkdown": { + "type": "markdown", + "scalar": true, + "choiceOf": "source" + } + }, + "required": ["name", "title", "generation"], + "constraints": { + "ig-3": { + "human": "Source must be absent if 'generated' is generated", + "severity": "error", + "expression": "generation='generated' implies source.empty()" + } + } + }, + "grouping": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true + } + }, + "required": ["name"] + }, + "resource": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + }, + "isExample": { "type": "boolean", "scalar": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "groupingId": { "type": "id", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true + }, + "fhirVersion": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + } + } + }, + "required": ["reference"] + }, + "template": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "scope": { "type": "string", "scalar": true }, + "source": { "type": "string", "scalar": true } + }, + "required": ["code", "source"] + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-parameter-code" + } + }, + "value": { "type": "string", "scalar": true } + }, + "required": ["code", "value"] + } + }, + "constraints": { + "ig-1": { + "human": "If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guide", + "severity": "error", + "expression": "resource.groupingId.all(%context.grouping.id contains $this)" + } + } + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "fhirVersion": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "license": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/spdx-license" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "global": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["type", "profile"] + }, + "purpose": { "type": "markdown", "scalar": true }, + "dependsOn": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "scalar": true, + "summary": true + }, + "reason": { "type": "markdown", "scalar": true }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "packageId": { + "type": "id", + "scalar": true, + "summary": true + } + }, + "required": ["uri"] + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "manifest": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "page": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "title": { "type": "string", "scalar": true }, + "anchor": { "type": "string", "array": true } + }, + "required": ["name"] + }, + "image": { "type": "string", "array": true }, + "other": { "type": "string", "array": true }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + }, + "isExample": { "type": "boolean", "scalar": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "relativePath": { "type": "url", "scalar": true } + }, + "required": ["reference"] + }, + "rendering": { + "type": "url", + "scalar": true, + "summary": true + } + }, + "required": ["resource"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "packageId": { "type": "id", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "ImplementationGuide", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["url", "name", "status", "packageId", "fhirVersion"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Substance/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Substance", + "type": "Substance", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-category" + }, + "summary": true + }, + "expiry": { "type": "dateTime", "scalar": true, "summary": true }, + "instance": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "ingredient": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "quantity": { + "type": "Ratio", + "scalar": true, + "summary": true + }, + "substance": { + "scalar": true, + "choices": [ + "substanceCodeableConcept", + "substanceReference" + ] + }, + "substanceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true, + "choiceOf": "substance", + "required-element": true + }, + "substanceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true, + "choiceOf": "substance", + "required-element": true + } + }, + "required": ["substance", "substance"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true, "summary": true } + }, + "id": "Substance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Substance", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["instance", "code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cqllibrary/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "cqllibrary", + "type": "Library", + "resourceType": "FHIRSchema", + "elements": { + "content": { + "slicing": { + "rules": "open", + "slices": { + "cqlContent": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { "contentType": "text/cql" } + }, + "schema": { + "elements": { + "data": { "mustSupport": true }, + "contentType": { + "type": "code", + "fixed": "text/cql", + "mustSupport": true + } + }, + "required": ["contentType", "data"], + "mustSupport": true + } + } + }, + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + } + }, + "id": "cqllibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqllibrary", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/logiclibrary", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishablevalueset/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishablevalueset", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "compose": { + "elements": { + "include": { + "elements": { "copyright": { "mustSupport": true } } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "composeCreatedBy": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + }, + "composeCreationDate": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [ + { "path": "url", "type": "value" } + ] + } + } + } + }, + "date": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "otherTitle": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + }, + "sourceReference": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + }, + "trustedExpansion": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "identifier": { "mustSupport": true }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablevalueset", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "version": "5.0.0", + "required": ["date"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Money/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Money", + "type": "Money", + "resourceType": "FHIRSchema", + "elements": { + "value": { "type": "decimal", "scalar": true, "summary": true }, + "currency": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies" + }, + "summary": true + } + }, + "id": "Money", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Money", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImagingStudy/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImagingStudy", + "type": "ImagingStudy", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "started": { "type": "dateTime", "scalar": true, "summary": true }, + "numberOfSeries": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "series": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "started": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "laterality": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html" + }, + "summary": true + }, + "instance": { + "type": "BackboneElement", + "array": true, + "elements": { + "uid": { "type": "id", "scalar": true }, + "title": { "type": "string", "scalar": true }, + "number": { "type": "unsignedInt", "scalar": true }, + "sopClass": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1" + } + } + }, + "required": ["uid", "sopClass"] + }, + "number": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "uid": { "type": "id", "scalar": true, "summary": true }, + "specimen": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "summary": true + }, + "modality": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html" + }, + "summary": true + }, + "bodySite": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "summary": true + }, + "numberOfInstances": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function" + }, + "summary": true + } + }, + "required": ["actor"] + } + }, + "required": ["uid", "modality"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "procedure": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://loinc.org/vs/loinc-rsna-radiology-playbook" + }, + "summary": true + }, + "modality": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true, "summary": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "referrer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingstudy-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Procedure"], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "numberOfInstances": { + "type": "unsignedInt", + "scalar": true, + "summary": true + } + }, + "id": "ImagingStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BodyStructure/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "BodyStructure", + "type": "BodyStructure", + "resourceType": "FHIRSchema", + "elements": { + "image": { "type": "Attachment", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "morphology": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-code" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "excludedStructure": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure", + "elements", + "includedStructure" + ] + }, + "includedStructure": { + "type": "BackboneElement", + "array": true, + "elements": { + "qualifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location" + } + }, + "structure": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "laterality": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location" + } + }, + "spatialReference": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImagingSelection" + ] + }, + "bodyLandmarkOrientation": { + "type": "BackboneElement", + "array": true, + "elements": { + "clockFacePosition": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-bodylandmarkorientation-clockface-position" + } + }, + "surfaceOrientation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location" + } + }, + "landmarkDescription": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "distanceFromLandmark": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "type": "Quantity", + "array": true + }, + "device": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + } + } + } + } + } + } + }, + "required": ["structure"] + } + }, + "id": "BodyStructure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BodyStructure", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["includedStructure", "patient"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ResearchSubject/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ResearchSubject", + "type": "ResearchSubject", + "resourceType": "FHIRSchema", + "elements": { + "assignedComparisonGroup": { "type": "id", "scalar": true }, + "study": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ], + "scalar": true, + "summary": true + }, + "consent": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Consent"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "progress": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-state-type" + } + }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/state-change-reason" + } + }, + "endDate": { "type": "dateTime", "scalar": true }, + "milestone": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-milestone" + } + }, + "startDate": { "type": "dateTime", "scalar": true }, + "subjectState": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-state" + } + } + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ], + "scalar": true, + "summary": true + }, + "actualComparisonGroup": { "type": "id", "scalar": true } + }, + "id": "ResearchSubject", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchSubject", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "study", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/batch-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total"], + "name": "batch-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "bundle" }, + "entry": { + "slicing": { + "rules": "closed", + "slices": { + "get": { + "match": { + "type": "pattern", + "value": { "request": { "method": "GET" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "GET" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + }, + "put": { + "match": { + "type": "pattern", + "value": { "request": { "method": "PUT" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "PUT" } + } + } + }, + "excluded": ["search", "response"], + "required": ["fullUrl", "resource", "request"] + } + }, + "head": { + "match": { + "type": "pattern", + "value": { "request": { "method": "HEAD" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "HEAD" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + }, + "post": { + "match": { + "type": "pattern", + "value": { "request": { "method": "POST" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "POST" } + } + } + }, + "excluded": ["search", "response"], + "required": ["resource", "request"] + } + }, + "patch": { + "match": { + "type": "pattern", + "value": { "request": { "method": "PATCH" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "PATCH" } + } + } + }, + "excluded": ["search", "response"], + "required": ["fullUrl", "resource", "request"] + } + }, + "delete": { + "match": { + "type": "pattern", + "value": { "request": { "method": "DELETE" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "DELETE" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + } + }, + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + } + }, + "id": "batch-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/batch-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "constraints": { + "vs-2": { + "human": "If there is no component or hasMember element then either a value[x] or a data absent reason must be present.", + "severity": "error", + "expression": "(component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/vitalsigns/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "vitalsigns", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "slicing": { + "rules": "open", + "slices": { + "VSCat": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "coding": { + "code": "vital-signs", + "system": "http://terminology.hl7.org/CodeSystem/observation-category" + } + } + }, + "schema": { + "type": "CodeableConcept", + "elements": { + "coding": { + "type": "Coding", + "array": true, + "elements": { + "code": { + "type": "code", + "fixed": "vital-signs", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://terminology.hl7.org/CodeSystem/observation-category", + "mustSupport": true + } + }, + "required": ["system", "code"], + "mustSupport": true + } + }, + "required": ["coding"], + "mustSupport": true + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "coding.code", "type": "value" }, + { "path": "coding.system", "type": "value" } + ] + }, + "mustSupport": true + }, + "hasMember": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + }, + "derivedFrom": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + }, + "value": { "max": 1, "min": 0 }, + "component": { + "elements": { + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult" + }, + "mustSupport": true + }, + "value": { "max": 1, "min": 0 }, + "valueQuantity": { + "max": 1, + "min": 0, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-vitals-common" + }, + "mustSupport": true + }, + "dataAbsentReason": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + } + }, + "required": ["code"], + "constraints": { + "vs-3": { + "human": "If there is no a value a data absent reason must be present", + "severity": "error", + "expression": "value.exists() or dataAbsentReason.exists()" + } + }, + "mustSupport": true + }, + "effectiveDateTime": { + "type": "dateTime", + "choiceOf": "effective", + "constraints": { + "vs-1": { + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + }, + "mustSupport": true, + "required-element": true + }, + "status": { + "type": "code", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "mustSupport": true + }, + "effective": { + "choices": ["effectiveDateTime", "effectivePeriod"] + }, + "code": { + "type": "CodeableConcept", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult" + }, + "mustSupport": true + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "mustSupport": true + }, + "dataAbsentReason": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "effectivePeriod": { + "type": "Period", + "choiceOf": "effective", + "constraints": { + "vs-1": { + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + }, + "mustSupport": true, + "required-element": true + } + }, + "id": "vitalsigns", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": [ + "status", + "category", + "code", + "subject", + "effective", + "effective" + ] + }, + { + "description": "A code for the type of location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-type/5.0.0", + "expression": "Location.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-type" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/heartrate/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "heartrate", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "HeartRateCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "8867-4", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "8867-4" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "/min", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "heartrate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/heartrate", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/code/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "code", + "type": "code", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "code", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/code", + "packageVersion": "5.0.0", + "regex": "[^\\s]+( [^\\s]+)*", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "5.0.0" + }, + { + "constraints": { + "con-2": { + "human": "If category is problems list item, the clinicalStatus should not be unknown", + "severity": "warning", + "expression": "category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()" + }, + "con-3": { + "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission.", + "severity": "error", + "expression": "abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Condition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Condition", + "type": "Condition", + "resourceType": "FHIRSchema", + "elements": { + "onset": { + "scalar": true, + "choices": [ + "onsetDateTime", + "onsetAge", + "onsetPeriod", + "onsetRange", + "onsetString" + ] + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-category" + } + }, + "clinicalStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-clinical" + }, + "summary": true, + "modifier": true + }, + "abatementAge": { + "type": "Age", + "scalar": true, + "choiceOf": "abatement" + }, + "onsetRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "onsetAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "stage": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage-type" + } + }, + "summary": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage" + } + }, + "assessment": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + }, + "constraints": { + "con-1": { + "human": "Stage SHALL have summary or assessment", + "severity": "error", + "expression": "summary.exists() or assessment.exists()" + } + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "evidence": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings" + }, + "summary": true + }, + "onsetPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "participant": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + }, + "summary": true + } + }, + "required": ["actor"] + }, + "abatement": { + "scalar": true, + "choices": [ + "abatementDateTime", + "abatementAge", + "abatementPeriod", + "abatementRange", + "abatementString" + ] + }, + "abatementPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "abatement" + }, + "note": { "type": "Annotation", "array": true }, + "abatementString": { + "type": "string", + "scalar": true, + "choiceOf": "abatement" + }, + "abatementRange": { + "type": "Range", + "scalar": true, + "choiceOf": "abatement" + }, + "recordedDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "onsetString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "severity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "onsetDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "onset" + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "abatementDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "abatement" + }, + "verificationStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-ver-status" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + } + }, + "id": "Condition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Condition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["clinicalStatus", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Request/5.0.0", + "fhirVersion": null, + "name": "Request", + "type": "Request", + "resourceType": "FHIRSchema", + "id": "Request", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Request", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "OrganizationAffiliation", + "type": "OrganizationAffiliation", + "resourceType": "FHIRSchema", + "elements": { + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "organization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "participatingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "active": { "type": "boolean", "scalar": true, "summary": true }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-role" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "network": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { + "type": "ExtendedContactDetail", + "array": true, + "constraints": { + "org-3": { + "human": "The telecom of an organization can never be of use 'home'", + "severity": "error", + "expression": "telecom.where(use = 'home').empty()" + }, + "org-4": { + "human": "The address of an organization can never be of use 'home'", + "severity": "error", + "expression": "address.where(use = 'home').empty()" + } + } + }, + "healthcareService": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + }, + "id": "OrganizationAffiliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "cpb-14": { + "human": "If kind = instance, implementation must be present and software may be present", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + "cpb-4": { + "human": "There should only be one CapabilityStatement.rest per mode.", + "severity": "error", + "expression": "rest.mode.isDistinct()" + }, + "cpb-16": { + "human": "If kind = requirements, implementation and software must be absent", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + "cpb-15": { + "human": "If kind = capability, implementation must be absent, software must be present", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + "cpb-7": { + "human": "The set of documents must be unique by the combination of profile and mode.", + "severity": "error", + "expression": "document.select(profile&mode).isDistinct()" + }, + "cpb-1": { + "human": "A Capability Statement SHALL have at least one of REST, messaging or document element.", + "severity": "error", + "expression": "rest.exists() or messaging.exists() or document.exists()" + }, + "cpb-2": { + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + "cpb-3": { + "human": "Messaging end-point is only permitted when a capability statement is for an implementation.", + "severity": "error", + "expression": "messaging.endpoint.empty() or kind = 'instance'" + }, + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CapabilityStatement/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CapabilityStatement", + "type": "CapabilityStatement", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "format": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "patchFormat": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "fhirVersion": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "instantiates": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "imports": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "document": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-mode" + }, + "summary": true + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { "type": "markdown", "scalar": true } + }, + "required": ["mode", "profile"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "messaging": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "endpoint": { + "type": "BackboneElement", + "array": true, + "elements": { + "address": { "type": "url", "scalar": true }, + "protocol": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/message-transport" + } + } + }, + "required": ["protocol", "address"] + }, + "documentation": { "type": "markdown", "scalar": true }, + "reliableCache": { "type": "unsignedInt", "scalar": true }, + "supportedMessage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-capability-mode" + }, + "summary": true + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ], + "scalar": true, + "summary": true + } + }, + "required": ["mode", "definition"] + } + } + }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind" + }, + "summary": true + }, + "implementationGuide": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ], + "summary": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "software": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "version": { + "type": "string", + "scalar": true, + "summary": true + }, + "releaseDate": { + "type": "dateTime", + "scalar": true, + "summary": true + } + }, + "required": ["name"] + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "implementation": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "url": { "type": "url", "scalar": true, "summary": true }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + } + }, + "required": ["description"] + }, + "rest": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-capability-mode" + }, + "summary": true + }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "searchRevInclude": { + "type": "string", + "array": true + }, + "searchParam": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { + "type": "string", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + } + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["name", "type"] + }, + "conditionalUpdate": { + "type": "boolean", + "scalar": true + }, + "conditionalRead": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-read-status" + } + }, + "operation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ], + "scalar": true, + "summary": true + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["name", "definition"] + }, + "referencePolicy": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-handling-policy" + } + }, + "readHistory": { + "type": "boolean", + "scalar": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "interaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-restful-interaction" + } + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["code"] + }, + "documentation": { + "type": "markdown", + "scalar": true + }, + "updateCreate": { + "type": "boolean", + "scalar": true + }, + "conditionalCreate": { + "type": "boolean", + "scalar": true + }, + "supportedProfile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + }, + "searchInclude": { + "type": "string", + "array": true + }, + "versioning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy" + } + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true, + "summary": true + }, + "conditionalPatch": { + "type": "boolean", + "scalar": true + }, + "conditionalDelete": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-delete-status" + } + } + }, + "required": ["type"], + "constraints": { + "cpb-12": { + "human": "Search parameter names must be unique in the context of a resource.", + "severity": "error", + "expression": "searchParam.select(name).isDistinct()" + } + } + }, + "security": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "cors": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "service": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-security-service" + }, + "summary": true + }, + "description": { + "type": "markdown", + "scalar": true + } + } + }, + "operation": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "elements", + "rest", + "elements", + "resource", + "elements", + "operation" + ] + }, + "compartment": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" + ] + }, + "interaction": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/system-restful-interaction" + } + }, + "documentation": { + "type": "markdown", + "scalar": true + } + }, + "required": ["code"] + }, + "searchParam": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "elements", + "rest", + "elements", + "resource", + "elements", + "searchParam" + ] + }, + "documentation": { "type": "markdown", "scalar": true } + }, + "required": ["mode"], + "constraints": { + "cpb-9": { + "human": "A given resource can only be described once per RESTful mode.", + "severity": "error", + "expression": "resource.select(type).isDistinct()" + } + } + }, + "acceptLanguage": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + }, + "summary": true + } + }, + "id": "CapabilityStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "date", "kind", "fhirVersion", "format"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareableplandefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareableplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "url": { "mustSupport": true }, + "name": { "mustSupport": true }, + "title": { "mustSupport": true }, + "version": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "artifactComment": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeCapability": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + }, + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "publisher": { "mustSupport": true }, + "description": { "mustSupport": true }, + "experimental": { "mustSupport": true } + }, + "id": "shareableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "version": "5.0.0", + "required": ["url", "version", "title", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PackagedProductDefinition", + "type": "PackagedProductDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "packageFor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ], + "summary": true + }, + "packaging": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "shelfLifeStorage": { + "type": "ProductShelfLife", + "array": true, + "summary": true + }, + "packaging": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "elements", + "packaging" + ] + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes" + }, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueDate", + "valueBoolean", + "valueAttachment" + ] + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "componentPart": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "alternateMaterial": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-material" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/packaging-type" + }, + "summary": true + }, + "material": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-material" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "containedItem": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "item": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "amount": { + "type": "Quantity", + "scalar": true, + "summary": true + } + }, + "required": ["item"] + }, + "quantity": { + "type": "integer", + "scalar": true, + "summary": true + } + } + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copackagedIndicator": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-type" + }, + "summary": true + }, + "characteristic": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "elements", + "packaging", + "elements", + "property" + ] + }, + "marketingStatus": { + "type": "MarketingStatus", + "array": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "containedItemQuantity": { + "type": "Quantity", + "array": true, + "summary": true + }, + "statusDate": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "attachedDocument": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "legalStatusOfSupply": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/legal-status-of-supply" + }, + "summary": true + }, + "jurisdiction": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + } + } + } + }, + "id": "PackagedProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "description": "The ServiceRequest that initiated this encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-based-on/5.0.0", + "expression": "Encounter.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest" + ], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-based-on" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishableactivitydefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishableactivitydefinition", + "type": "ActivityDefinition", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "endorser": { "mustSupport": true }, + "approvalDate": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "author": { "mustSupport": true }, + "usage": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "lastReviewDate": { "mustSupport": true }, + "editor": { "mustSupport": true }, + "reviewer": { "mustSupport": true }, + "relatedArtifact": { + "elements": { + "display": { "mustSupport": true }, + "document": { "mustSupport": true }, + "resource": { "mustSupport": true }, + "resourceReference": { "mustSupport": true } + }, + "mustSupport": true + }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableactivitydefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition", + "version": "5.0.0", + "required": ["date"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MedicationAdministration/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MedicationAdministration", + "type": "MedicationAdministration", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-location" + } + }, + "occurencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurence", + "required-element": true + }, + "request": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "eventHistory": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Provenance"] + }, + "dosage": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "dose": { "type": "Quantity", "scalar": true }, + "rate": { + "scalar": true, + "choices": ["rateRatio", "rateQuantity"] + }, + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes" + } + }, + "text": { "type": "string", "scalar": true }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + } + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes" + } + }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "rate" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "rate" + } + }, + "constraints": { + "mad-1": { + "human": "If dosage attribute is present then SHALL have at least one of dosage.text or dosage.dose or dosage.rate[x]", + "severity": "error", + "expression": "(dose.exists() or rate.exists() or text.exists())" + } + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "occurenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurence", + "required-element": true + }, + "subPotentReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-subpotent-reason" + } + }, + "isSubPotent": { "type": "boolean", "scalar": true }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes" + } + }, + "recorded": { "type": "dateTime", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes" + } + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-status" + }, + "summary": true, + "modifier": true + }, + "occurence": { + "scalar": true, + "choices": [ + "occurenceDateTime", + "occurencePeriod", + "occurenceTiming" + ] + }, + "identifier": { "type": "Identifier", "array": true }, + "device": { "type": "CodeableReference", "array": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CarePlan"] + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense" + ], + "summary": true + }, + "occurenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurence", + "required-element": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/med-admin-perform-function" + } + } + }, + "required": ["actor"] + }, + "medication": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "summary": true + } + }, + "id": "MedicationAdministration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "status", + "medication", + "subject", + "occurence", + "occurence", + "occurence" + ] + }, + { + "constraints": { + "ref-1": { + "human": "SHALL have a contained resource if a local reference is provided", + "severity": "error", + "expression": "reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))" + }, + "ref-2": { + "human": "At least one of reference, identifier and display SHALL be present (unless an extension is provided).", + "severity": "error", + "expression": "reference.exists() or identifier.exists() or display.exists() or extension.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Reference/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Reference", + "type": "Reference", + "resourceType": "FHIRSchema", + "elements": { + "type": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "display": { "type": "string", "scalar": true, "summary": true }, + "reference": { "type": "string", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + } + }, + "id": "Reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Reference", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "sdd-1": { + "human": "A SampledData SAHLL have either an interval and offsets but not both", + "severity": "error", + "expression": "interval.exists().not() xor offsets.exists().not()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SampledData/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SampledData", + "type": "SampledData", + "resourceType": "FHIRSchema", + "elements": { + "upperLimit": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "intervalUnit": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units" + }, + "summary": true + }, + "lowerLimit": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "dimensions": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "factor": { "type": "decimal", "scalar": true, "summary": true }, + "codeMap": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ], + "scalar": true + }, + "origin": { "type": "Quantity", "scalar": true, "summary": true }, + "interval": { "type": "decimal", "scalar": true, "summary": true }, + "offsets": { "type": "string", "scalar": true }, + "data": { "type": "string", "scalar": true } + }, + "id": "SampledData", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SampledData", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["origin", "intervalUnit", "dimensions"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/HumanName/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "HumanName", + "type": "HumanName", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-use" + }, + "summary": true, + "modifier": true + }, + "text": { "type": "string", "scalar": true, "summary": true }, + "given": { "type": "string", "array": true, "summary": true }, + "family": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "prefix": { "type": "string", "array": true, "summary": true }, + "suffix": { "type": "string", "array": true, "summary": true } + }, + "id": "HumanName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/HumanName", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Schedule/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Schedule", + "type": "Schedule", + "resourceType": "FHIRSchema", + "elements": { + "serviceCategory": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category" + }, + "summary": true + }, + "specialty": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "serviceType": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type" + }, + "summary": true + }, + "planningHorizon": { + "type": "Period", + "scalar": true, + "summary": true + }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "comment": { "type": "markdown", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "actor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "summary": true + } + }, + "id": "Schedule", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Schedule", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["actor"] + }, + { + "constraints": { + "per-1": { + "human": "If present, start SHALL have a lower or equal value than end", + "severity": "error", + "expression": "start.hasValue().not() or end.hasValue().not() or (start.lowBoundary() <= end.highBoundary())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Period/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Period", + "type": "Period", + "resourceType": "FHIRSchema", + "elements": { + "end": { "type": "dateTime", "scalar": true, "summary": true }, + "start": { "type": "dateTime", "scalar": true, "summary": true } + }, + "id": "Period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Period", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "apr-1": { + "human": "Either the participantType or actor must be specified", + "severity": "error", + "expression": "participantType.exists() or actor.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AppointmentResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "AppointmentResponse", + "type": "AppointmentResponse", + "resourceType": "FHIRSchema", + "elements": { + "appointment": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ], + "scalar": true, + "summary": true + }, + "recurrenceId": { "type": "positiveInt", "scalar": true }, + "proposedNewTime": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "start": { "type": "instant", "scalar": true }, + "participantStatus": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentresponse-status" + }, + "summary": true, + "modifier": true + }, + "recurring": { "type": "boolean", "scalar": true }, + "occurrenceDate": { "type": "date", "scalar": true }, + "participantType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type" + }, + "summary": true + }, + "comment": { "type": "markdown", "scalar": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "end": { "type": "instant", "scalar": true }, + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + } + }, + "id": "AppointmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["appointment", "participantStatus"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Subscription/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Subscription", + "type": "Subscription", + "resourceType": "FHIRSchema", + "elements": { + "maxCount": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "content": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-payload-content" + }, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "topic": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ], + "scalar": true, + "summary": true + }, + "reason": { "type": "string", "scalar": true, "summary": true }, + "heartbeatPeriod": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "contentType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + }, + "timeout": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "managingEntity": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "end": { "type": "instant", "scalar": true, "summary": true }, + "filterBy": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "modifier": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code" + } + }, + "comparator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator" + } + }, + "resourceType": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types" + }, + "summary": true + }, + "filterParameter": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["filterParameter", "value"], + "constraints": { + "scr-1": { + "human": "Subscription filters may only contain a modifier or a comparator", + "severity": "error", + "expression": "(comparator.exists() and modifier.exists()).not()" + } + } + }, + "endpoint": { "type": "url", "scalar": true, "summary": true }, + "contact": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "parameter": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "value": { "type": "string", "scalar": true } + }, + "required": ["name", "value"] + }, + "channelType": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-channel-type" + }, + "summary": true + } + }, + "id": "Subscription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Subscription", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "topic", "channelType"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/batch-response-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total"], + "name": "batch-response-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "batch-response" }, + "entry": { + "excluded": ["search", "request"], + "required": ["fullUrl"] + } + }, + "id": "batch-response-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/batch-response-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/shareableconceptmap/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "shareableconceptmap", + "type": "ConceptMap", + "resourceType": "FHIRSchema", + "elements": { + "description": { "mustSupport": true }, + "publisher": { "mustSupport": true }, + "name": { "mustSupport": true }, + "experimental": { "mustSupport": true }, + "title": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "knowledgeRepresentationLevel": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "status": { "mustSupport": true }, + "url": { "mustSupport": true }, + "version": { "mustSupport": true } + }, + "id": "shareableconceptmap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableconceptmap", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "version": "5.0.0", + "required": ["url", "version", "title", "experimental", "description"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishableplandefinition/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishableplandefinition", + "type": "PlanDefinition", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "endorser": { "mustSupport": true }, + "approvalDate": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "author": { "mustSupport": true }, + "usage": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "lastReviewDate": { "mustSupport": true }, + "editor": { "mustSupport": true }, + "reviewer": { "mustSupport": true }, + "relatedArtifact": { + "elements": { + "display": { "mustSupport": true }, + "document": { "mustSupport": true }, + "resource": { "mustSupport": true }, + "resourceReference": { "mustSupport": true } + }, + "mustSupport": true + }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableplandefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition", + "version": "5.0.0", + "required": ["date"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceProtein/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceProtein", + "type": "SubstanceProtein", + "resourceType": "FHIRSchema", + "elements": { + "subunit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "length": { + "type": "integer", + "scalar": true, + "summary": true + }, + "subunit": { + "type": "integer", + "scalar": true, + "summary": true + }, + "sequence": { + "type": "string", + "scalar": true, + "summary": true + }, + "sequenceAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true + }, + "cTerminalModification": { + "type": "string", + "scalar": true, + "summary": true + }, + "nTerminalModification": { + "type": "string", + "scalar": true, + "summary": true + }, + "cTerminalModificationId": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "nTerminalModificationId": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + }, + "sequenceType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "disulfideLinkage": { + "type": "string", + "array": true, + "summary": true + }, + "numberOfSubunits": { + "type": "integer", + "scalar": true, + "summary": true + } + }, + "id": "SubstanceProtein", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceProtein", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "org-1": { + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Organization/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Organization", + "type": "Organization", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-type" + }, + "summary": true + }, + "alias": { "type": "string", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "qualification": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "CodeableConcept", "scalar": true }, + "issuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "period": { "type": "Period", "scalar": true }, + "identifier": { "type": "Identifier", "array": true } + }, + "required": ["code"] + }, + "partOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "endpoint": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Endpoint"] + }, + "contact": { + "type": "ExtendedContactDetail", + "array": true, + "constraints": { + "org-3": { + "human": "The telecom of an organization can never be of use 'home'", + "severity": "error", + "expression": "telecom.where(use = 'home').empty()" + }, + "org-4": { + "human": "The address of an organization can never be of use 'home'", + "severity": "error", + "expression": "address.where(use = 'home').empty()" + } + } + } + }, + "id": "Organization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Organization", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "cpt-2": { + "human": "A system is required if a value is provided.", + "severity": "error", + "expression": "value.empty() or system.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ContactPoint/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ContactPoint", + "type": "ContactPoint", + "resourceType": "FHIRSchema", + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use" + }, + "summary": true, + "modifier": true + }, + "rank": { "type": "positiveInt", "scalar": true, "summary": true }, + "value": { "type": "string", "scalar": true, "summary": true }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "system": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system" + }, + "summary": true + } + }, + "id": "ContactPoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactPoint", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "constraints": { + "ing-1": { + "human": "If an ingredient is noted as an allergen (allergenicIndicator) then its substance should be a code. If the substance is a SubstanceDefinition, then the allegen information should be documented in that resource", + "severity": "error", + "expression": "Ingredient.where(allergenicIndicator=true).count() + Ingredient.substance.code.reference.count() < 2" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Ingredient/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Ingredient", + "type": "Ingredient", + "resourceType": "FHIRSchema", + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-role" + }, + "summary": true + }, + "group": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "function": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-function" + }, + "summary": true + }, + "substance": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "strength": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "textConcentration": { + "type": "string", + "scalar": true, + "summary": true + }, + "presentationRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "presentation" + }, + "textPresentation": { + "type": "string", + "scalar": true, + "summary": true + }, + "concentrationRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "concentration" + }, + "presentationRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "presentation" + }, + "presentationQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "presentation" + }, + "presentationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "presentation" + }, + "concentration": { + "scalar": true, + "choices": [ + "concentrationRatio", + "concentrationRatioRange", + "concentrationCodeableConcept", + "concentrationQuantity" + ] + }, + "basis": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "concentrationRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "concentration" + }, + "concentrationQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "concentration" + }, + "measurementPoint": { + "type": "string", + "scalar": true, + "summary": true + }, + "presentation": { + "scalar": true, + "choices": [ + "presentationRatio", + "presentationRatioRange", + "presentationCodeableConcept", + "presentationQuantity" + ] + }, + "concentrationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "concentration" + }, + "country": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country" + }, + "summary": true + }, + "referenceStrength": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "country": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country" + }, + "summary": true + }, + "strength": { + "scalar": true, + "choices": [ + "strengthRatio", + "strengthRatioRange", + "strengthQuantity" + ] + }, + "substance": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "strengthRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "strength", + "required-element": true + }, + "measurementPoint": { + "type": "string", + "scalar": true, + "summary": true + }, + "strengthQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "strength", + "required-element": true + }, + "strengthRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "strength", + "required-element": true + } + }, + "required": [ + "substance", + "strength", + "strength", + "strength" + ] + } + } + } + }, + "required": ["code"] + }, + "for": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition" + ], + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "allergenicIndicator": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "comment": { "type": "markdown", "scalar": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "manufacturer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-manufacturer-role" + }, + "summary": true + }, + "manufacturer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "required": ["manufacturer"] + } + }, + "id": "Ingredient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Ingredient", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "role", "substance"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AuditEvent/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "AuditEvent", + "type": "AuditEvent", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type" + }, + "summary": true + }, + "occurred": { + "scalar": true, + "choices": ["occurredPeriod", "occurredDateTime"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "authorization": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + }, + "summary": true + }, + "occurredDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "occurred" + }, + "outcome": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "code": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome" + }, + "summary": true + }, + "detail": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome-detail" + }, + "summary": true + } + }, + "required": ["code"] + }, + "source": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "site": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/security-source-type" + } + }, + "observer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "required": ["observer"] + }, + "recorded": { "type": "instant", "scalar": true, "summary": true }, + "agent": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type" + } + }, + "requestor": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "authorization": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type" + } + }, + "networkReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "scalar": true, + "choiceOf": "network" + }, + "networkString": { + "type": "string", + "scalar": true, + "choiceOf": "network" + }, + "policy": { "type": "uri", "array": true }, + "networkUri": { + "type": "uri", + "scalar": true, + "choiceOf": "network" + }, + "network": { + "scalar": true, + "choices": [ + "networkReference", + "networkUri", + "networkString" + ] + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + } + }, + "required": ["who"] + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-severity" + }, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-sub-type" + }, + "summary": true + }, + "action": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-action" + }, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + }, + "entity": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/object-role" + } + }, + "what": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + }, + "agent": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "elements", + "agent" + ] + }, + "query": { + "type": "base64Binary", + "scalar": true, + "summary": true + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueRatio", + "valueTime", + "valueDateTime", + "valuePeriod", + "valueBase64Binary" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type" + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "type", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "securityLabel": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples" + } + } + } + }, + "occurredPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "occurred" + } + }, + "id": "AuditEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["code", "recorded", "agent", "source"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "QuestionnaireResponse", + "type": "QuestionnaireResponse", + "resourceType": "FHIRSchema", + "elements": { + "questionnaire": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "scalar": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "elements", + "item" + ] + }, + "text": { "type": "string", "scalar": true }, + "answer": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "elements", + "item" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "linkId": { "type": "string", "scalar": true }, + "definition": { "type": "uri", "scalar": true } + }, + "required": ["linkId"], + "constraints": { + "qrs-1": { + "human": "Item cannot contain both item and answer", + "severity": "error", + "expression": "(answer.exists() and item.exists()).not()" + }, + "qrs-2": { + "human": "Repeated answers are combined in the answers array of a single item", + "severity": "error", + "expression": "repeat(answer|item).select(item.where(answer.value.exists()).linkId.isDistinct()).allTrue()" + } + } + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "authored": { "type": "dateTime", "scalar": true, "summary": true }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + } + }, + "id": "QuestionnaireResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["questionnaire", "status"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "spd-1": { + "human": "If an expression is present, there SHALL be a processingMode", + "severity": "error", + "expression": "expression.empty() or processingMode.exists()" + }, + "spd-2": { + "human": "Search parameters can only have chain names when the search parameter type is 'reference'", + "severity": "error", + "expression": "chain.empty() or type = 'reference'" + }, + "spd-3": { + "human": "Search parameters comparator can only be used on type 'number', 'date', 'quantity' or 'special'.", + "severity": "error", + "expression": "comparator.empty() or (type in ('number' | 'date' | 'quantity' | 'special'))" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SearchParameter/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SearchParameter", + "type": "SearchParameter", + "resourceType": "FHIRSchema", + "elements": { + "constraint": { "type": "string", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "expression": { "type": "string", "scalar": true }, + "modifier": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code" + } + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "multipleAnd": { "type": "boolean", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "multipleOr": { "type": "boolean", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type" + }, + "summary": true + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "definition": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ], + "scalar": true + }, + "expression": { "type": "string", "scalar": true } + }, + "required": ["definition", "expression"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "chain": { "type": "string", "array": true }, + "processingMode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-processingmode" + } + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { "type": "code", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "comparator": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator" + } + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "target": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types" + } + }, + "base": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types" + }, + "summary": true + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "SearchParameter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": [ + "url", + "name", + "status", + "description", + "code", + "base", + "type" + ] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DetectedIssue/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DetectedIssue", + "type": "DetectedIssue", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category" + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "evidence": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom" + } + }, + "detail": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + } + }, + "mitigation": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "action": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action" + } + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + } + }, + "required": ["action"] + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "identifiedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "identified" + }, + "reference": { "type": "uri", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-status" + }, + "summary": true, + "modifier": true + }, + "severity": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-severity" + }, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "identified": { + "scalar": true, + "choices": ["identifiedDateTime", "identifiedPeriod"] + }, + "implicated": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ], + "scalar": true, + "summary": true + }, + "identifiedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "identified" + }, + "detail": { "type": "markdown", "scalar": true } + }, + "id": "DetectedIssue", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DetectedIssue", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RelatedPerson/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RelatedPerson", + "type": "RelatedPerson", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "address": { "type": "Address", "array": true, "summary": true }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "relationship": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype" + }, + "summary": true + }, + "photo": { "type": "Attachment", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + }, + "period": { "type": "Period", "scalar": true } + }, + "id": "RelatedPerson", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["patient"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/PaymentReconciliation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "PaymentReconciliation", + "type": "PaymentReconciliation", + "resourceType": "FHIRSchema", + "elements": { + "requestor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "amount": { "type": "Money", "scalar": true, "summary": true }, + "date": { "type": "date", "scalar": true, "summary": true }, + "request": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Task"], + "scalar": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + } + } + }, + "cardBrand": { "type": "string", "scalar": true }, + "accountNumber": { "type": "string", "scalar": true }, + "returnedAmount": { "type": "Money", "scalar": true }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0570" + } + }, + "authorization": { "type": "string", "scalar": true }, + "tenderedAmount": { "type": "Money", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-outcome" + } + }, + "referenceNumber": { "type": "string", "scalar": true }, + "disposition": { "type": "string", "scalar": true }, + "paymentIdentifier": { "type": "Identifier", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "kind": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-kind" + } + }, + "identifier": { "type": "Identifier", "array": true }, + "issuerType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-issuertype" + } + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "paymentIssuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "processor": { "type": "string", "scalar": true }, + "allocation": { + "type": "BackboneElement", + "array": true, + "elements": { + "response": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "amount": { "type": "Money", "scalar": true }, + "date": { "type": "date", "scalar": true }, + "targetItemString": { + "type": "string", + "scalar": true, + "choiceOf": "targetItem" + }, + "encounter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ], + "scalar": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type" + } + }, + "account": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ], + "scalar": true + }, + "responsible": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "payee": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "predecessor": { "type": "Identifier", "scalar": true }, + "targetItemIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "targetItem" + }, + "targetItem": { + "scalar": true, + "choices": [ + "targetItemString", + "targetItemIdentifier", + "targetItemPositiveInt" + ] + }, + "targetItemPositiveInt": { + "type": "positiveInt", + "scalar": true, + "choiceOf": "targetItem" + }, + "identifier": { "type": "Identifier", "scalar": true }, + "target": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Account", + "http://hl7.org/fhir/StructureDefinition/Invoice", + "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/Contract" + ], + "scalar": true + }, + "submitter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + } + }, + "expirationDate": { "type": "date", "scalar": true } + }, + "id": "PaymentReconciliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["type", "status", "created", "date", "amount"] + }, + { + "constraints": { + "lst-1": { + "human": "A list can only have an emptyReason if it is empty", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/List/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "List", + "type": "List", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "orderedBy": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order" + } + }, + "mode": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-mode" + }, + "summary": true, + "modifier": true + }, + "source": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "emptyReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-status" + }, + "summary": true, + "modifier": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-example-codes" + }, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "entry": { + "type": "BackboneElement", + "array": true, + "elements": { + "date": { "type": "dateTime", "scalar": true }, + "flag": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-item-flag" + } + }, + "item": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "deleted": { + "type": "boolean", + "scalar": true, + "modifier": true + } + }, + "required": ["item"] + }, + "subject": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + } + }, + "id": "List", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/List", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "mode"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Contributor/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Contributor", + "type": "Contributor", + "resourceType": "FHIRSchema", + "elements": { + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-type" + }, + "summary": true + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "Contributor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Contributor", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["type", "name"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Timing/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Timing", + "type": "Timing", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/timing-abbreviation" + }, + "summary": true + }, + "event": { "type": "dateTime", "array": true, "summary": true }, + "repeat": { + "type": "Element", + "scalar": true, + "summary": true, + "elements": { + "boundsRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "frequencyMax": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "boundsPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "when": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-timing" + }, + "summary": true + }, + "offset": { + "type": "unsignedInt", + "scalar": true, + "summary": true + }, + "periodUnit": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time" + }, + "summary": true + }, + "frequency": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "durationMax": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "duration": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "bounds": { + "scalar": true, + "choices": [ + "boundsDuration", + "boundsRange", + "boundsPeriod" + ] + }, + "boundsDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "bounds" + }, + "durationUnit": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time" + }, + "summary": true + }, + "dayOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + }, + "summary": true + }, + "count": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "periodMax": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "period": { + "type": "decimal", + "scalar": true, + "summary": true + }, + "countMax": { + "type": "positiveInt", + "scalar": true, + "summary": true + }, + "timeOfDay": { + "type": "time", + "array": true, + "summary": true + } + }, + "constraints": { + "tim-8": { + "human": "If there's a countMax, there must be a count", + "severity": "error", + "expression": "countMax.empty() or count.exists()" + }, + "tim-4": { + "human": "duration SHALL be a non-negative value", + "severity": "error", + "expression": "duration.exists() implies duration >= 0" + }, + "tim-7": { + "human": "If there's a durationMax, there must be a duration", + "severity": "error", + "expression": "durationMax.empty() or duration.exists()" + }, + "tim-6": { + "human": "If there's a periodMax, there must be a period", + "severity": "error", + "expression": "periodMax.empty() or period.exists()" + }, + "tim-10": { + "human": "If there's a timeOfDay, there cannot be a when, or vice versa", + "severity": "error", + "expression": "timeOfDay.empty() or when.empty()" + }, + "tim-1": { + "human": "if there's a duration, there needs to be duration units", + "severity": "error", + "expression": "duration.empty() or durationUnit.exists()" + }, + "tim-9": { + "human": "If there's an offset, there must be a when (and not C, CM, CD, CV)", + "severity": "error", + "expression": "offset.empty() or (when.exists() and when.select($this in ('C' | 'CM' | 'CD' | 'CV')).allFalse())" + }, + "tim-2": { + "human": "if there's a period, there needs to be period units", + "severity": "error", + "expression": "period.empty() or periodUnit.exists()" + }, + "tim-5": { + "human": "period SHALL be a non-negative value", + "severity": "error", + "expression": "period.exists() implies period >= 0" + } + } + } + }, + "id": "Timing", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Timing", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "version": "5.0.0" + }, + { + "constraints": { + "mrp-1": { + "human": "Measure Reports used for data collection SHALL NOT communicate group and score information", + "severity": "error", + "expression": "(type != 'data-exchange') or group.exists().not()" + }, + "mrp-2": { + "human": "Stratifiers SHALL be either a single criteria or a set of criteria components", + "severity": "error", + "expression": "group.stratifier.stratum.all(value.exists() xor component.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MeasureReport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MeasureReport", + "type": "MeasureReport", + "resourceType": "FHIRSchema", + "elements": { + "evaluatedResource": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "group": { + "type": "BackboneElement", + "array": true, + "elements": { + "measureScorePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "linkId": { "type": "string", "scalar": true }, + "measureScore": { + "scalar": true, + "choices": [ + "measureScoreQuantity", + "measureScoreDateTime", + "measureScoreCodeableConcept", + "measureScorePeriod", + "measureScoreRange", + "measureScoreDuration" + ] + }, + "stratifier": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example" + } + }, + "linkId": { "type": "string", "scalar": true }, + "stratum": { + "type": "BackboneElement", + "array": true, + "elements": { + "measureScorePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "measureScore" + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value" + }, + "measureScore": { + "scalar": true, + "choices": [ + "measureScoreQuantity", + "measureScoreDateTime", + "measureScoreCodeableConcept", + "measureScorePeriod", + "measureScoreRange", + "measureScoreDuration" + ] + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value" + }, + "measureScoreQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "measureScore" + }, + "measureScoreDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "measureScore" + }, + "component": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example" + } + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueBoolean", + "valueQuantity", + "valueRange", + "valueReference" + ] + }, + "linkId": { + "type": "string", + "scalar": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value" + ] + }, + "measureScoreCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "measureScore" + }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + } + }, + "count": { + "type": "integer", + "scalar": true + }, + "linkId": { + "type": "string", + "scalar": true + }, + "subjects": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "subjectReport": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MeasureReport" + ] + }, + "subjectResults": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/List" + ], + "scalar": true + } + } + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value" + }, + "measureScoreRange": { + "type": "Range", + "scalar": true, + "choiceOf": "measureScore" + }, + "measureScoreDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "measureScore" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example" + }, + "choiceOf": "value" + } + } + } + } + }, + "measureScoreQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "measureScoreDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "measureScoreCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "population": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population" + }, + "summary": true + }, + "count": { "type": "integer", "scalar": true }, + "linkId": { "type": "string", "scalar": true }, + "subjects": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "subjectReport": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MeasureReport" + ] + }, + "subjectResults": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/List" + ], + "scalar": true + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-group-example" + }, + "summary": true + }, + "measureScoreRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "measureScoreDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "measureScore" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-type" + }, + "summary": true + }, + "measure": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/Measure"], + "scalar": true, + "summary": true + }, + "supplementalData": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "reporter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-status" + }, + "summary": true, + "modifier": true + }, + "dataUpdateType": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/submit-data-update-type" + }, + "summary": true, + "modifier": true + }, + "reportingVendor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "inputParameters": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "scoring": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring" + }, + "summary": true, + "modifier": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "improvementNotation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation" + }, + "summary": true, + "modifier": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + } + }, + "id": "MeasureReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type", "period"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "que-2": { + "human": "The link ids for groups and questions must be unique within the questionnaire", + "severity": "error", + "expression": "descendants().linkId.isDistinct()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Questionnaire/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Questionnaire", + "type": "Questionnaire", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "subjectType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "enableBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior" + } + }, + "definition": { "type": "uri", "scalar": true }, + "disabledDisplay": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-disabled-display" + } + }, + "linkId": { + "type": "string", + "scalar": true, + "constraints": { + "que-15": { + "human": "Link ids should be 255 characters or less", + "severity": "warning", + "expression": "$this.length() <= 255" + } + } + }, + "repeats": { "type": "boolean", "scalar": true }, + "answerConstraint": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answer-constraint" + } + }, + "item": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "elements", + "item" + ] + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/item-type" + } + }, + "enableWhen": { + "type": "BackboneElement", + "array": true, + "elements": { + "answerQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "question": { "type": "string", "scalar": true }, + "answerDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answer": { + "scalar": true, + "choices": [ + "answerBoolean", + "answerDecimal", + "answerInteger", + "answerDate", + "answerDateTime", + "answerTime", + "answerString", + "answerCoding", + "answerQuantity", + "answerReference" + ] + }, + "answerString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "operator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator" + } + }, + "answerBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + }, + "answerTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "answer", + "required-element": true + } + }, + "modifier": true, + "required": [ + "question", + "operator", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer", + "answer" + ], + "constraints": { + "que-7": { + "human": "If the operator is 'exists', the value must be a boolean", + "severity": "error", + "expression": "operator = 'exists' implies (answer is boolean)" + } + } + }, + "answerOption": { + "type": "BackboneElement", + "array": true, + "elements": { + "value": { + "scalar": true, + "choices": [ + "valueInteger", + "valueDate", + "valueTime", + "valueString", + "valueCoding", + "valueReference" + ] + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "initialSelected": { + "type": "boolean", + "scalar": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "prefix": { "type": "string", "scalar": true }, + "readOnly": { "type": "boolean", "scalar": true }, + "answerValueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions" + } + }, + "initial": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueUri": { + "type": "uri", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueTime": { + "type": "time", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueDecimal", + "valueInteger", + "valueDate", + "valueDateTime", + "valueTime", + "valueString", + "valueUri", + "valueAttachment", + "valueCoding", + "valueQuantity", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueDate": { + "type": "date", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers" + }, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "maxLength": { "type": "integer", "scalar": true }, + "required": { "type": "boolean", "scalar": true }, + "text": { "type": "string", "scalar": true } + }, + "required": ["linkId", "type"], + "constraints": { + "que-5": { + "human": "Only coding, decimal, integer, date, dateTime, time, string or quantity items can have answerOption or answerValueSet", + "severity": "error", + "expression": "(type='coding' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())" + }, + "que-12": { + "human": "If there are more than one enableWhen, enableBehavior must be specified", + "severity": "error", + "expression": "enableWhen.count() > 1 implies enableBehavior.exists()" + }, + "que-9": { + "human": "Read-only can't be specified for \"display\" items", + "severity": "error", + "expression": "type!='display' or readOnly.empty()" + }, + "que-1b": { + "human": "Groups should have items", + "severity": "warning", + "expression": "type='group' implies item.empty().not()" + }, + "que-8": { + "human": "Initial values can't be specified for groups or display items", + "severity": "error", + "expression": "(type!='group' and type!='display') or initial.empty()" + }, + "que-11": { + "human": "If one or more answerOption is present, initial cannot be present. Use answerOption.initialSelected instead", + "severity": "error", + "expression": "answerOption.empty() or initial.empty()" + }, + "que-1a": { + "human": "Group items must have nested items when Questionanire is complete", + "severity": "error", + "expression": "(type='group' and %resource.status='complete') implies item.empty().not()" + }, + "que-6": { + "human": "Required and repeat aren't permitted for display items", + "severity": "error", + "expression": "type!='display' or (required.empty() and repeats.empty())" + }, + "que-13": { + "human": "Can only have multiple initial values for repeating items", + "severity": "error", + "expression": "repeats=true or initial.count() <= 1" + }, + "que-14": { + "human": "Can only have answerConstraint if answerOption or answerValueSet are present. (This is a warning because extensions may serve the same purpose)", + "severity": "warning", + "expression": "answerConstraint.exists() implies answerOption.exists() or answerValueSet.exists()" + }, + "que-10": { + "human": "Maximum length can only be declared for simple question types", + "severity": "error", + "expression": "(type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url')) or answerConstraint='optionOrString' or maxLength.empty()" + }, + "que-1c": { + "human": "Display items cannot have child items", + "severity": "error", + "expression": "type='display' implies item.empty()" + }, + "que-4": { + "human": "A question cannot have both answerOption and answerValueSet", + "severity": "error", + "expression": "answerOption.empty() or answerValueSet.empty()" + }, + "que-3": { + "human": "Display items cannot have a \"code\" asserted", + "severity": "error", + "expression": "type!='display' or code.empty()" + } + } + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { + "type": "Coding", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "Questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EventDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EventDefinition", + "type": "EventDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "usage": { "type": "markdown", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { + "type": "date", + "scalar": true, + "summary": true + }, + "editor": { "type": "ContactDetail", "array": true }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "trigger": { + "type": "TriggerDefinition", + "array": true, + "summary": true + }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "EventDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "trigger"] + }, + { + "constraints": { + "nor-1": { + "human": "Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class", + "severity": "warning", + "expression": "oralDiet.exists() or supplement.exists() or enteralFormula.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/NutritionOrder/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "NutritionOrder", + "type": "NutritionOrder", + "resourceType": "FHIRSchema", + "elements": { + "oralDiet": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type" + }, + "summary": true + }, + "texture": { + "type": "BackboneElement", + "array": true, + "elements": { + "foodType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/modified-foodtype" + } + }, + "modifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/texture-code" + } + } + } + }, + "nutrient": { + "type": "BackboneElement", + "array": true, + "elements": { + "amount": { "type": "Quantity", "scalar": true }, + "modifier": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code" + } + } + } + }, + "schedule": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "timing": { "type": "Timing", "array": true }, + "asNeeded": { "type": "boolean", "scalar": true }, + "asNeededFor": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + } + } + } + }, + "instruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "fluidConsistencyType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consistency-type" + } + } + } + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "instantiates": { "type": "uri", "array": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "note": { "type": "Annotation", "array": true }, + "outsideFoodAllowed": { "type": "boolean", "scalar": true }, + "dateTime": { "type": "dateTime", "scalar": true, "summary": true }, + "enteralFormula": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "routeOfAdministration": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/enteral-route" + } + }, + "maxVolumeToDeliver": { + "type": "Quantity", + "scalar": true + }, + "baseFormulaType": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-type" + }, + "summary": true + }, + "deliveryDevice": { + "type": "CodeableReference", + "array": true + }, + "caloricDensity": { "type": "Quantity", "scalar": true }, + "additive": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-additive" + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "productName": { "type": "string", "scalar": true } + } + }, + "administrationInstruction": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "administration": { + "type": "BackboneElement", + "array": true, + "elements": { + "rate": { + "scalar": true, + "choices": ["rateQuantity", "rateRatio"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "schedule": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "timing": { + "type": "Timing", + "array": true + }, + "asNeeded": { + "type": "boolean", + "scalar": true + }, + "asNeededFor": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + } + } + } + }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "choiceOf": "rate" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "rate" + } + } + }, + "baseFormulaProductName": { + "type": "string", + "scalar": true + } + } + }, + "supportingInformation": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "foodPreferenceModifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet" + } + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "excludeFoodModifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type" + } + }, + "identifier": { "type": "Identifier", "array": true }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "orderer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "supplement": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplement-type" + }, + "summary": true + }, + "quantity": { "type": "Quantity", "scalar": true }, + "schedule": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "timing": { "type": "Timing", "array": true }, + "asNeeded": { "type": "boolean", "scalar": true }, + "asNeededFor": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + } + } + } + }, + "instruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "productName": { "type": "string", "scalar": true } + } + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "summary": true + }, + "performer": { "type": "CodeableReference", "array": true }, + "allergyIntolerance": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + }, + "id": "NutritionOrder", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent", "subject", "dateTime"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/transaction-response-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total"], + "name": "transaction-response-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "transaction-response" }, + "entry": { + "excluded": ["search", "request"], + "required": ["fullUrl"] + } + }, + "id": "transaction-response-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/transaction-response-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DataType/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DataType", + "type": "DataType", + "resourceType": "FHIRSchema", + "id": "DataType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataType", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Element", + "version": "5.0.0" + }, + { + "constraints": { + "obs-6": { + "human": "dataAbsentReason SHALL only be present if Observation.value[x] is not present", + "severity": "error", + "expression": "dataAbsentReason.empty() or value.empty()" + }, + "obs-7": { + "human": "If Observation.component.code is the same as Observation.code, then Observation.value SHALL NOT be present (the Observation.component.value[x] holds the value).", + "severity": "error", + "expression": "value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()" + }, + "obs-8": { + "human": "bodyStructure SHALL only be present if Observation.bodySite is not present", + "severity": "error", + "expression": "bodySite.exists() implies bodyStructure.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Observation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Observation", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + } + }, + "referenceRange": { + "type": "BackboneElement", + "array": true, + "elements": { + "age": { "type": "Range", "scalar": true }, + "low": { "type": "Quantity", "scalar": true }, + "high": { "type": "Quantity", "scalar": true }, + "text": { "type": "markdown", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning" + } + }, + "appliesTo": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto" + } + }, + "normalValue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue" + } + } + }, + "constraints": { + "obs-3": { + "human": "Must have at least a low or a high or text", + "severity": "error", + "expression": "low.exists() or high.exists() or text.exists()" + } + } + }, + "hasMember": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "summary": true + }, + "instantiatesCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "instantiates" + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "instantiatesReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ], + "scalar": true, + "summary": true, + "choiceOf": "instantiates" + }, + "instantiates": { + "scalar": true, + "choices": ["instantiatesCanonical", "instantiatesReference"] + }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/ImagingSelection", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ], + "summary": true + }, + "interpretation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + } + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods" + } + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "specimen": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true, + "constraints": { + "obs-9": { + "human": "If Observation.specimen is a reference to Group, the group can only have specimens", + "severity": "error", + "expression": "(reference.resolve().exists() and reference.resolve() is Group) implies reference.resolve().member.entity.resolve().all($this is Specimen)" + } + } + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod", + "valueAttachment", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "component": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "referenceRange": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "elements", + "referenceRange" + ] + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "interpretation": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation" + } + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueQuantity", + "valueCodeableConcept", + "valueString", + "valueBoolean", + "valueInteger", + "valueRange", + "valueRatio", + "valueSampledData", + "valueTime", + "valueDateTime", + "valuePeriod", + "valueAttachment", + "valueReference" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + } + } + }, + "required": ["code"] + }, + "note": { "type": "Annotation", "array": true }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "effectiveDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status" + }, + "summary": true, + "modifier": true + }, + "effective": { + "scalar": true, + "choices": [ + "effectiveDateTime", + "effectivePeriod", + "effectiveTiming", + "effectiveInstant" + ] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "effectiveTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "issued": { "type": "instant", "scalar": true, "summary": true }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ], + "scalar": true + }, + "effectiveInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "effective" + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ], + "summary": true + }, + "bodyStructure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "scalar": true + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "triggeredBy": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-triggeredbytype" + }, + "summary": true + }, + "reason": { "type": "string", "scalar": true }, + "observation": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ], + "scalar": true, + "summary": true + } + }, + "required": ["observation", "type"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ], + "scalar": true, + "summary": true + }, + "performer": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + }, + "dataAbsentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason" + } + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "effective" + } + }, + "id": "Observation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Observation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DataRequirement/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DataRequirement", + "type": "DataRequirement", + "resourceType": "FHIRSchema", + "elements": { + "valueFilter": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueDateTime", + "valuePeriod", + "valueDuration" + ] + }, + "comparator": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/value-filter-comparator" + }, + "summary": true + }, + "searchParam": { + "type": "string", + "scalar": true, + "summary": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + } + }, + "limit": { "type": "positiveInt", "scalar": true, "summary": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "summary": true, + "choiceOf": "subject" + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types" + }, + "summary": true + }, + "mustSupport": { "type": "string", "array": true, "summary": true }, + "codeFilter": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "Coding", + "array": true, + "summary": true + }, + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ], + "scalar": true, + "summary": true + }, + "searchParam": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "constraints": { + "drq-1": { + "human": "Either a path or a searchParam must be provided, but not both", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + } + }, + "subjectReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Group"], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "summary": true, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": ["subjectCodeableConcept", "subjectReference"] + }, + "dateFilter": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "value": { + "scalar": true, + "choices": [ + "valueDateTime", + "valuePeriod", + "valueDuration" + ] + }, + "searchParam": { + "type": "string", + "scalar": true, + "summary": true + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "constraints": { + "drq-2": { + "human": "Either a path or a searchParam must be provided, but not both", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + } + }, + "sort": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "path": { + "type": "string", + "scalar": true, + "summary": true + }, + "direction": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sort-direction" + }, + "summary": true + } + }, + "required": ["path", "direction"] + }, + "profile": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "summary": true + } + }, + "id": "DataRequirement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Endpoint/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Endpoint", + "type": "Endpoint", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "string", + "scalar": true, + "summary": true + }, + "connectionType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-connection-type" + }, + "summary": true + }, + "address": { "type": "url", "scalar": true, "summary": true }, + "payload": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-payload-type" + }, + "summary": true + }, + "mimeType": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + }, + "summary": true + } + } + }, + "managingOrganization": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "environmentType": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-environment" + }, + "summary": true + }, + "header": { "type": "string", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "contact": { "type": "ContactPoint", "array": true } + }, + "id": "Endpoint", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "connectionType", "address"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/EnrollmentRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "EnrollmentRequest", + "type": "EnrollmentRequest", + "resourceType": "FHIRSchema", + "elements": { + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status" + }, + "summary": true, + "modifier": true + }, + "created": { "type": "dateTime", "scalar": true }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "coverage": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Coverage"], + "scalar": true + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "candidate": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "identifier": { "type": "Identifier", "array": true } + }, + "id": "EnrollmentRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Narrative/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Narrative", + "type": "Narrative", + "resourceType": "FHIRSchema", + "elements": { + "div": { + "type": "xhtml", + "scalar": true, + "constraints": { + "txt-1": { + "human": "The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained style attributes", + "severity": "error", + "expression": "htmlChecks()" + }, + "txt-2": { + "human": "The narrative SHALL have some non-whitespace content", + "severity": "error", + "expression": "htmlChecks()" + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/narrative-status" + } + } + }, + "id": "Narrative", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Narrative", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["status", "div"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/BackboneType/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "BackboneType", + "type": "BackboneType", + "resourceType": "FHIRSchema", + "elements": { + "modifierExtension": { + "type": "Extension", + "array": true, + "summary": true, + "modifier": true + } + }, + "id": "BackboneType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Signature/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Signature", + "type": "Signature", + "resourceType": "FHIRSchema", + "elements": { + "who": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "data": { "type": "base64Binary", "scalar": true }, + "type": { + "type": "Coding", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type" + }, + "summary": true + }, + "when": { "type": "instant", "scalar": true, "summary": true }, + "sigFormat": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "targetFormat": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes" + } + } + }, + "id": "Signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Signature", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishablemeasure/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishablemeasure", + "type": "Measure", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "endorser": { "mustSupport": true }, + "approvalDate": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "author": { "mustSupport": true }, + "usage": { "mustSupport": true }, + "identifier": { "mustSupport": true }, + "lastReviewDate": { "mustSupport": true }, + "editor": { "mustSupport": true }, + "reviewer": { "mustSupport": true }, + "relatedArtifact": { + "elements": { + "display": { "mustSupport": true }, + "document": { "mustSupport": true }, + "resource": { "mustSupport": true }, + "resourceReference": { "mustSupport": true } + }, + "mustSupport": true + }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishablemeasure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablemeasure", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablemeasure", + "version": "5.0.0", + "required": ["date"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "exs-3": { + "human": "Must have actors if status is active or required", + "severity": "error", + "expression": "status='active' or status='retired' implies actor.exists()" + }, + "exs-4": { + "human": "Must have processes if status is active or required", + "severity": "error", + "expression": "status='active' or status='retired' implies process.exists()" + }, + "exs-6": { + "human": "Actor keys must be unique", + "severity": "error", + "expression": "actor.key.count() = actor.key.distinct().count()" + }, + "exs-7": { + "human": "Actor titles must be unique", + "severity": "error", + "expression": "actor.title.count() = actor.title.distinct().count()" + }, + "exs-8": { + "human": "Instance keys must be unique", + "severity": "error", + "expression": "instance.key.count() = instance.key.distinct().count()" + }, + "exs-9": { + "human": "Instance titles must be unique", + "severity": "error", + "expression": "instance.title.count() = instance.title.distinct().count()" + }, + "exs-12": { + "human": "Process titles must be unique", + "severity": "error", + "expression": "process.title.count() = process.title.distinct().count()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ExampleScenario/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ExampleScenario", + "type": "ExampleScenario", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "instance": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "key": { "type": "string", "scalar": true }, + "containedInstance": { + "type": "BackboneElement", + "array": true, + "elements": { + "versionReference": { + "type": "string", + "scalar": true + }, + "instanceReference": { + "type": "string", + "scalar": true + } + }, + "required": ["instanceReference"], + "constraints": { + "exs-14": { + "human": "InstanceReference must be a key of an instance defined in the ExampleScenario", + "severity": "error", + "expression": "%resource.instance.where(key=%context.instanceReference).exists()" + }, + "exs-15": { + "human": "versionReference must be specified if the referenced instance defines versions", + "severity": "error", + "expression": "versionReference.empty() implies %resource.instance.where(key=%context.instanceReference).version.empty()" + }, + "exs-16": { + "human": "versionReference must be a key of a version within the instance pointed to by instanceReference", + "severity": "error", + "expression": "versionReference.exists() implies %resource.instance.where(key=%context.instanceReference).version.where(key=%context.versionReference).exists()" + } + } + }, + "content": { "type": "Reference", "scalar": true }, + "structureType": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-instance-type" + } + }, + "title": { "type": "string", "scalar": true }, + "structureVersion": { "type": "string", "scalar": true }, + "structureProfileUri": { + "type": "uri", + "scalar": true, + "choiceOf": "structureProfile" + }, + "structureProfile": { + "scalar": true, + "choices": [ + "structureProfileCanonical", + "structureProfileUri" + ] + }, + "structureProfileCanonical": { + "type": "canonical", + "scalar": true, + "choiceOf": "structureProfile" + }, + "version": { + "type": "BackboneElement", + "array": true, + "elements": { + "key": { "type": "string", "scalar": true }, + "title": { "type": "string", "scalar": true }, + "content": { "type": "Reference", "scalar": true }, + "description": { + "type": "markdown", + "scalar": true + } + }, + "required": ["key", "title"] + } + }, + "required": ["key", "structureType", "title"], + "constraints": { + "exs-1": { + "human": "StructureVersion is required if structureType is not FHIR (but may still be present even if FHIR)", + "severity": "error", + "expression": "structureType.exists() and structureType.memberOf('http://hl7.org/fhir/ValueSet/resource-types').not() implies structureVersion.exists()" + }, + "exs-2": { + "human": "instance.content is only allowed if there are no instance.versions", + "severity": "error", + "expression": "content.exists() implies version.empty()" + }, + "exs-10": { + "human": "Version keys must be unique within an instance", + "severity": "error", + "expression": "version.key.count() = version.key.distinct().count()" + }, + "exs-11": { + "human": "Version titles must be unique within an instance", + "severity": "error", + "expression": "version.title.count() = version.title.distinct().count()" + }, + "exs-20": { + "human": "Instance should be referenced in at least one location", + "severity": "warning", + "expression": "%resource.process.descendants().select(instanceReference).where($this=%context.key).exists()" + }, + "exs-21": { + "human": "Instance version should be referenced in at least one operation", + "severity": "warning", + "expression": "version.exists() implies version.key.intersect(%resource.process.descendants().where(instanceReference = %context.key).versionReference).exists()" + } + } + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "process": { + "type": "BackboneElement", + "array": true, + "elements": { + "step": { + "type": "BackboneElement", + "array": true, + "elements": { + "pause": { "type": "boolean", "scalar": true }, + "number": { "type": "string", "scalar": true }, + "process": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "process" + ] + }, + "workflow": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario" + ], + "scalar": true + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "response": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "instance", + "elements", + "containedInstance" + ] + }, + "description": { + "type": "markdown", + "scalar": true + }, + "request": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "instance", + "elements", + "containedInstance" + ] + }, + "initiator": { + "type": "string", + "scalar": true + }, + "type": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes" + } + }, + "receiverActive": { + "type": "boolean", + "scalar": true + }, + "title": { + "type": "string", + "scalar": true + }, + "initiatorActive": { + "type": "boolean", + "scalar": true + }, + "receiver": { + "type": "string", + "scalar": true + } + }, + "required": ["title"], + "constraints": { + "exs-17": { + "human": "If specified, initiator must be a key of an actor within the ExampleScenario", + "severity": "error", + "expression": "initiator.exists() implies initiator = 'OTHER' or %resource.actor.where(key=%context.initiator).exists()" + }, + "exs-18": { + "human": "If specified, receiver must be a key of an actor within the ExampleScenario", + "severity": "error", + "expression": "receiver.exists() implies receiver = 'OTHER' or %resource.actor.where(key=%context.receiver).exists()" + } + } + }, + "alternative": { + "type": "BackboneElement", + "array": true, + "elements": { + "step": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "elements", + "process", + "elements", + "step" + ] + }, + "title": { + "type": "string", + "scalar": true + }, + "description": { + "type": "markdown", + "scalar": true + } + }, + "required": ["title"] + } + }, + "constraints": { + "exs-13": { + "human": "Alternative titles must be unique within a step", + "severity": "error", + "expression": "alternative.title.count() = alternative.title.distinct().count()" + }, + "exs-22": { + "human": "Can have a process, a workflow, one or more operations or none of these, but cannot have a combination", + "severity": "error", + "expression": "(process.exists() implies workflow.empty() and operation.empty()) and (workflow.exists() implies operation.empty())" + } + } + }, + "title": { + "type": "string", + "scalar": true, + "summary": true + }, + "description": { "type": "markdown", "scalar": true }, + "preConditions": { "type": "markdown", "scalar": true }, + "postConditions": { "type": "markdown", "scalar": true } + }, + "required": ["title"], + "constraints": { + "exs-5": { + "human": "Processes must have steps if ExampleScenario status is active or required", + "severity": "error", + "expression": "%resource.status='active' or %resource.status='retired' implies step.exists()" + } + } + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "actor": { + "type": "BackboneElement", + "array": true, + "elements": { + "key": { "type": "string", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type" + } + }, + "title": { "type": "string", "scalar": true }, + "description": { "type": "markdown", "scalar": true } + }, + "required": ["key", "type", "title"], + "constraints": { + "exs-19": { + "human": "Actor should be referenced in at least one operation", + "severity": "warning", + "expression": "%resource.process.descendants().select(operation).where(initiator=%context.key or receiver=%context.key).exists()" + }, + "exs-23": { + "human": "actor.key canot be 'OTHER'", + "severity": "error", + "expression": "key != 'OTHER'" + } + } + } + }, + "id": "ExampleScenario", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "description": "Search by requests this task is based on", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-based-on/5.0.0", + "expression": "Task.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-based-on" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given/5.0.0", + "expression": "MedicationAdministration.reason.reference", + "fhirVersion": null, + "name": "reason-given", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-reason-given", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", + "code": "reason-given", + "packageVersion": "5.0.0", + "target": ["Observation", "DiagnosticReport", "Condition"], + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-reason-given" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/publishablecodesystem/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "publishablecodesystem", + "type": "CodeSystem", + "resourceType": "FHIRSchema", + "elements": { + "date": { "mustSupport": true }, + "jurisdiction": { "mustSupport": true }, + "purpose": { "mustSupport": true }, + "copyrightLabel": { "mustSupport": true }, + "useContext": { "mustSupport": true }, + "copyright": { "mustSupport": true }, + "topic": { "mustSupport": true }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "otherName": { + "max": 2147483647, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + }, + "sourceReference": { + "max": 1, + "min": 0, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + }, + "identifier": { "mustSupport": true }, + "contact": { "mustSupport": true }, + "effectivePeriod": { "mustSupport": true } + }, + "id": "publishablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablecodesystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "version": "5.0.0", + "required": ["date"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ConditionDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ConditionDefinition", + "type": "ConditionDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "definition": { "type": "uri", "array": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "questionnaire": { + "type": "BackboneElement", + "array": true, + "elements": { + "purpose": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-questionnaire-purpose" + } + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "scalar": true + } + }, + "required": ["purpose", "reference"] + }, + "stage": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage" + }, + "summary": true + }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "hasBodySite": { "type": "boolean", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "observation": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category" + } + } + } + }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "team": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/CareTeam"] + }, + "hasSeverity": { "type": "boolean", "scalar": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "subtitle": { "type": "string", "scalar": true }, + "hasStage": { "type": "boolean", "scalar": true }, + "severity": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity" + }, + "summary": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "plan": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { "type": "CodeableConcept", "scalar": true }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ], + "scalar": true + } + }, + "required": ["reference"] + }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "medication": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/medicationrequest-category" + } + } + } + }, + "precondition": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-precondition-type" + } + }, + "value": { + "scalar": true, + "choices": ["valueCodeableConcept", "valueQuantity"] + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["type", "code"] + } + }, + "id": "ConditionDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ConditionDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "code"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ActivityDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ActivityDefinition", + "type": "ActivityDefinition", + "resourceType": "FHIRSchema", + "elements": { + "observationResultRequirement": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "transform": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "scalar": true + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "asNeeded": { + "scalar": true, + "choices": ["asNeededBoolean", "asNeededCodeableConcept"] + }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "dosage": { "type": "Dosage", "array": true }, + "observationRequirement": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + "purpose": { "type": "markdown", "scalar": true }, + "subjectCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "productCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "productReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Ingredient", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes" + }, + "choiceOf": "product" + }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function" + } + }, + "typeCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + }, + "typeReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "library": { + "type": "canonical", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Library"] + }, + "asNeededBoolean": { + "type": "boolean", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "product": { + "scalar": true, + "choices": ["productReference", "productCodeableConcept"] + }, + "usage": { "type": "markdown", "scalar": true }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingTiming", + "timingAge", + "timingRange", + "timingDuration" + ] + }, + "subtitle": { "type": "string", "scalar": true }, + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-resource-types" + }, + "summary": true + }, + "dynamicValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "string", "scalar": true }, + "expression": { "type": "Expression", "scalar": true } + }, + "required": ["path", "expression"] + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + } + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "specimenRequirement": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + }, + "subjectCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "location": { "type": "CodeableReference", "scalar": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "subjectReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ], + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types" + }, + "choiceOf": "subject" + }, + "subject": { + "scalar": true, + "choices": [ + "subjectCodeableConcept", + "subjectReference", + "subjectCanonical" + ] + }, + "asNeededCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true, + "choiceOf": "asNeeded" + }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "ActivityDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TestReport/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "TestReport", + "type": "TestReport", + "resourceType": "FHIRSchema", + "elements": { + "tester": { "type": "string", "scalar": true, "summary": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "testScript": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/TestScript" + ], + "scalar": true, + "summary": true + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "uri": { "type": "uri", "scalar": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-participant-type" + } + }, + "display": { "type": "string", "scalar": true } + }, + "required": ["type", "uri"] + }, + "setup": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "detail": { + "type": "string", + "scalar": true + }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes" + } + }, + "message": { + "type": "markdown", + "scalar": true + }, + "requirement": { + "type": "BackboneElement", + "array": true, + "elements": { + "link": { + "scalar": true, + "choices": [ + "linkUri", + "linkCanonical" + ] + }, + "linkUri": { + "type": "uri", + "scalar": true, + "choiceOf": "link" + }, + "linkCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ], + "scalar": true, + "choiceOf": "link" + } + } + } + }, + "required": ["result"] + }, + "operation": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "detail": { "type": "uri", "scalar": true }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes" + } + }, + "message": { + "type": "markdown", + "scalar": true + } + }, + "required": ["result"] + } + }, + "constraints": { + "inv-1": { + "human": "Setup action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + } + }, + "required": ["action"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes" + }, + "summary": true, + "modifier": true + }, + "result": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes" + }, + "summary": true + }, + "score": { "type": "decimal", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "issued": { "type": "dateTime", "scalar": true, "summary": true }, + "teardown": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "operation": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "required": ["operation"] + } + }, + "required": ["action"] + }, + "test": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "assert": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "assert" + ] + }, + "operation": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/TestReport", + "elements", + "setup", + "elements", + "action", + "elements", + "operation" + ] + } + }, + "constraints": { + "inv-2": { + "human": "Test action SHALL contain either an operation or assert but not both.", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + } + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["action"] + } + }, + "id": "TestReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestReport", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "testScript", "result"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/GraphDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "GraphDefinition", + "type": "GraphDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "start": { "type": "id", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "node": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types" + } + }, + "nodeId": { "type": "id", "scalar": true }, + "profile": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ], + "scalar": true + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["nodeId", "type"] + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "link": { + "type": "BackboneElement", + "array": true, + "elements": { + "description": { "type": "string", "scalar": true }, + "path": { "type": "string", "scalar": true }, + "min": { "type": "integer", "scalar": true }, + "targetId": { "type": "id", "scalar": true }, + "params": { "type": "string", "scalar": true }, + "sliceName": { "type": "string", "scalar": true }, + "max": { "type": "string", "scalar": true }, + "compartment": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-use" + } + }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type" + } + }, + "rule": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-rule" + } + }, + "expression": { "type": "string", "scalar": true }, + "description": { "type": "string", "scalar": true } + }, + "required": ["use", "rule", "code"] + }, + "sourceId": { "type": "id", "scalar": true } + }, + "required": ["sourceId", "targetId"] + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "GraphDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["name", "status"] + }, + { + "package": "hl7.fhir.r5.core", + "maxValue": 2147483647, + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/integer/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.Integer", + "fhirVersion": null, + "name": "integer", + "type": "integer", + "minValue": -2147483648, + "resourceType": "FHIRSchema", + "scalar": true, + "id": "integer", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer", + "packageVersion": "5.0.0", + "regex": "[0]|[-+]?[1-9][0-9]*", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/RequestOrchestration/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "RequestOrchestration", + "type": "RequestOrchestration", + "resourceType": "FHIRSchema", + "elements": { + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true + }, + "goal": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Goal"] + }, + "authoredOn": { "type": "dateTime", "scalar": true }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true + }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-reason-code" + } + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "action": { + "type": "BackboneElement", + "array": true, + "elements": { + "timingRange": { + "type": "Range", + "scalar": true, + "choiceOf": "timing" + }, + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "definition": { + "scalar": true, + "choices": ["definitionCanonical", "definitionUri"] + }, + "linkId": { "type": "string", "scalar": true }, + "transform": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ], + "scalar": true + }, + "textEquivalent": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "definitionUri": { + "type": "uri", + "scalar": true, + "choiceOf": "definition" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "definitionCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ], + "scalar": true, + "choiceOf": "definition" + }, + "relatedAction": { + "type": "BackboneElement", + "array": true, + "elements": { + "offset": { + "scalar": true, + "choices": ["offsetDuration", "offsetRange"] + }, + "targetId": { "type": "id", "scalar": true }, + "offsetRange": { + "type": "Range", + "scalar": true, + "choiceOf": "offset" + }, + "relationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + }, + "offsetDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "offset" + }, + "endRelationship": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type" + } + } + }, + "required": ["targetId", "relationship"] + }, + "goal": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type" + } + }, + "participant": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role" + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type" + } + }, + "actor": { + "scalar": true, + "choices": ["actorCanonical", "actorReference"] + }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function" + } + }, + "typeCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true + }, + "typeReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "actorCanonical": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ], + "scalar": true, + "choiceOf": "actor" + }, + "actorReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "choiceOf": "actor" + } + } + }, + "output": { + "type": "BackboneElement", + "array": true, + "elements": { + "title": { "type": "string", "scalar": true }, + "relatedData": { "type": "string", "scalar": true }, + "requirement": { + "type": "DataRequirement", + "scalar": true + } + }, + "constraints": { + "pld-1": { + "human": "Output data element must have a requirement or a relatedData, but not both", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + } + }, + "title": { "type": "string", "scalar": true }, + "documentation": { + "type": "RelatedArtifact", + "array": true + }, + "prefix": { "type": "string", "scalar": true }, + "selectionBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior" + } + }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "choiceOf": "timing" + }, + "timingDuration": { + "type": "Duration", + "scalar": true, + "choiceOf": "timing" + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + } + }, + "requiredBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior" + } + }, + "condition": { + "type": "BackboneElement", + "array": true, + "elements": { + "kind": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind" + } + }, + "expression": { + "type": "Expression", + "scalar": true + } + }, + "required": ["kind"] + }, + "resource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingDateTime", + "timingAge", + "timingPeriod", + "timingDuration", + "timingRange", + "timingTiming" + ] + }, + "groupingBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior" + } + }, + "dynamicValue": { + "type": "BackboneElement", + "array": true, + "elements": { + "path": { "type": "string", "scalar": true }, + "expression": { + "type": "Expression", + "scalar": true + } + } + }, + "code": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code" + } + }, + "timingAge": { + "type": "Age", + "scalar": true, + "choiceOf": "timing" + }, + "action": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "elements", + "action" + ] + }, + "precheckBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior" + } + }, + "input": { + "type": "BackboneElement", + "array": true, + "elements": { + "title": { "type": "string", "scalar": true }, + "relatedData": { "type": "id", "scalar": true }, + "requirement": { + "type": "DataRequirement", + "scalar": true + } + }, + "constraints": { + "pld-0": { + "human": "Input data elements must have a requirement or a relatedData, but not both", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + } + }, + "location": { "type": "CodeableReference", "scalar": true }, + "cardinalityBehavior": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior" + } + } + }, + "constraints": { + "rqg-1": { + "human": "Must have resource or action but not both", + "severity": "error", + "expression": "resource.exists() != action.exists()" + } + } + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + }, + "id": "RequestOrchestration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Composition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Composition", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referenced-item-category" + }, + "summary": true + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "section": { + "type": "BackboneElement", + "array": true, + "elements": { + "orderedBy": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order" + } + }, + "section": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "elements", + "section" + ] + }, + "title": { "type": "string", "scalar": true }, + "emptyReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason" + } + }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-section-codes" + } + }, + "focus": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true + }, + "entry": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + "text": { "type": "Narrative", "scalar": true } + }, + "constraints": { + "cmp-1": { + "human": "A section must contain at least one of text, entries, or sub-sections", + "severity": "error", + "expression": "text.exists() or entry.exists() or section.exists()" + }, + "cmp-2": { + "human": "A section can only have an emptyReason if it is empty", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + } + } + }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "attester": { + "type": "BackboneElement", + "array": true, + "elements": { + "mode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-attestation-mode" + } + }, + "time": { "type": "dateTime", "scalar": true }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["mode"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes" + }, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "note": { "type": "Annotation", "array": true }, + "author": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "event": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "detail": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode" + }, + "summary": true + }, + "period": { + "type": "Period", + "scalar": true, + "summary": true + } + } + }, + "custodian": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status" + }, + "summary": true, + "modifier": true + }, + "url": { "type": "uri", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "relatesTo": { "type": "RelatedArtifact", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + } + }, + "id": "Composition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Composition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type", "date", "author", "title"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Permission/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Permission", + "type": "Permission", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "array": true, "summary": true }, + "rule": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "data": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "period": { + "type": "Period", + "array": true, + "summary": true + }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "meaning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning" + }, + "summary": true + }, + "reference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "summary": true + } + }, + "required": ["meaning", "reference"] + }, + "security": { + "type": "Coding", + "array": true, + "summary": true + }, + "expression": { + "type": "Expression", + "scalar": true, + "summary": true + } + } + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type" + }, + "summary": true, + "modifier": true + }, + "limit": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-event-examples" + }, + "summary": true + }, + "activity": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "summary": true + }, + "action": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action" + }, + "summary": true + }, + "purpose": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse" + }, + "summary": true + } + } + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permission-status" + }, + "summary": true + }, + "asserter": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "validity": { "type": "Period", "scalar": true, "summary": true }, + "combining": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permission-rule-combining" + }, + "summary": true, + "modifier": true + }, + "justification": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "basis": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy" + }, + "summary": true + }, + "evidence": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "summary": true + } + } + } + }, + "id": "Permission", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Permission", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "combining"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/catalog/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["subject"], + "name": "catalog", + "type": "Composition", + "resourceType": "FHIRSchema", + "elements": { + "date": { + "slicing": { + "slices": { + "IssueDate": { + "max": 1, + "min": 1, + "schema": { "type": "dateTime" } + } + } + } + }, + "type": { + "type": "CodeableConcept", + "fixed": { "text": "Catalog" } + }, + "section": { "array": true }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "category": { + "type": "CodeableConcept", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/catalogType" + } + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "ValidityPeriod": { + "max": 1, + "min": 1, + "match": { "type": "pattern" }, + "schema": { "type": "Extension" } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "catalog", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/catalog", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Composition", + "version": "5.0.0", + "required": ["type", "category"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Account/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Account", + "type": "Account", + "resourceType": "FHIRSchema", + "elements": { + "description": { + "type": "markdown", + "scalar": true, + "summary": true + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "condition": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + }, + "summary": true + }, + "onAdmission": { "type": "boolean", "scalar": true }, + "packageCode": { "type": "CodeableConcept", "array": true }, + "dateOfDiagnosis": { "type": "dateTime", "scalar": true } + }, + "required": ["condition"], + "constraints": { + "act-1": { + "human": "The dateOfDiagnosis is not valid when using a reference to a diagnosis", + "severity": "error", + "expression": "condition.reference.empty().not() implies dateOfDiagnosis.empty()" + } + } + }, + "calculatedAt": { "type": "instant", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "servicePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "positiveInt", + "scalar": true, + "summary": true + } + }, + "required": ["coverage"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-type" + }, + "summary": true + }, + "procedure": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "type": { "type": "CodeableConcept", "array": true }, + "device": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "summary": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "packageCode": { "type": "CodeableConcept", "array": true }, + "dateOfService": { "type": "dateTime", "scalar": true } + }, + "required": ["code"], + "constraints": { + "act-2": { + "human": "The dateOfService is not valid when using a reference to a procedure", + "severity": "error", + "expression": "code.reference.empty().not() implies dateOfService.empty()" + } + } + }, + "relatedAccount": { + "type": "BackboneElement", + "array": true, + "elements": { + "account": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ], + "scalar": true + }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-relationship" + } + } + }, + "required": ["account"] + }, + "currency": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies" + } + }, + "balance": { + "type": "BackboneElement", + "array": true, + "elements": { + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/account-balance-term" + } + }, + "amount": { "type": "Money", "scalar": true }, + "estimate": { "type": "boolean", "scalar": true }, + "aggregate": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/account-aggregate" + } + } + }, + "required": ["amount"] + }, + "guarantor": { + "type": "BackboneElement", + "array": true, + "elements": { + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "onHold": { "type": "boolean", "scalar": true }, + "period": { "type": "Period", "scalar": true } + }, + "required": ["party"] + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/account-status" + }, + "summary": true, + "modifier": true + }, + "billingStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-billing-status" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "subject": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "summary": true + }, + "owner": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "Account", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Account", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Basic/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Basic", + "type": "Basic", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/basic-resource-type" + }, + "summary": true, + "modifier": true + }, + "author": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ], + "scalar": true, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "subject": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + } + }, + "id": "Basic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Basic", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["code"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/cholesterol/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["hasMember", "derivedFrom"], + "name": "cholesterol", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "type": "CodeableConcept", + "fixed": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + }, + "mustSupport": true + }, + "note": { + "type": "Annotation", + "array": true, + "mustSupport": true + }, + "valueQuantity": { + "max": 1, + "min": 0, + "type": "Quantity", + "elements": { + "code": { + "type": "code", + "fixed": "mmol/L", + "mustSupport": true + }, + "unit": { + "type": "string", + "fixed": "mmol/L", + "mustSupport": true + }, + "value": { + "max": 1, + "min": 0, + "type": "decimal", + "mustSupport": true + }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + }, + "comparator": { "type": "code" } + }, + "excluded": ["comparator"], + "required": ["unit", "system", "code"], + "mustSupport": true + }, + "interpretation": { + "max": 1, + "min": 0, + "type": "CodeableConcept", + "mustSupport": true + }, + "referenceRange": { + "elements": { + "age": { "type": "Range" }, + "high": { "type": "Quantity", "fixed": { "value": 4.5 } }, + "type": { "type": "CodeableConcept" }, + "appliesTo": { "type": "CodeableConcept" } + }, + "excluded": ["low", "type", "appliesTo", "age"], + "required": ["high"], + "mustSupport": true + } + }, + "id": "cholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cholesterol", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Observation", + "version": "5.0.0", + "required": ["code", "referenceRange"] + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CompartmentDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CompartmentDefinition", + "type": "CompartmentDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "search": { "type": "boolean", "scalar": true, "summary": true }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "resource": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types" + }, + "summary": true + }, + "param": { + "type": "string", + "array": true, + "summary": true + }, + "endParam": { "type": "uri", "scalar": true }, + "startParam": { "type": "uri", "scalar": true }, + "documentation": { "type": "string", "scalar": true } + }, + "required": ["code"] + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "code": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type" + }, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + } + }, + "id": "CompartmentDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["url", "name", "status", "code", "search"] + }, + { + "constraints": { + "apd-1": { + "human": "RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa)", + "severity": "error", + "expression": "AdministrableProductDefinition.formOf.resolve().route.empty()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "AdministrableProductDefinition", + "type": "AdministrableProductDefinition", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "routeOfAdministration": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + }, + "summary": true + }, + "firstDose": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxDosePerDay": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxSingleDose": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "targetSpecies": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/target-species" + }, + "summary": true + }, + "withdrawalPeriod": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "value": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "tissue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-tissue-type" + }, + "summary": true + }, + "supportingInformation": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["tissue", "value"] + } + }, + "required": ["code"] + }, + "maxTreatmentPeriod": { + "type": "Duration", + "scalar": true, + "summary": true + }, + "maxDosePerTreatmentPeriod": { + "type": "Ratio", + "scalar": true, + "summary": true + } + }, + "required": ["code"] + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ], + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueCodeableConcept", + "valueQuantity", + "valueDate", + "valueBoolean", + "valueMarkdown", + "valueAttachment", + "valueReference" + ] + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes" + }, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["type"] + }, + "unitOfPresentation": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/unit-of-presentation" + }, + "summary": true + }, + "producedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition" + ], + "summary": true + }, + "ingredient": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes" + }, + "summary": true + }, + "administrableDoseForm": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administrable-dose-form" + }, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ], + "scalar": true, + "summary": true + }, + "formOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ], + "summary": true + } + }, + "id": "AdministrableProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "routeOfAdministration"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Specimen/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Specimen", + "type": "Specimen", + "resourceType": "FHIRSchema", + "elements": { + "role": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-role" + } + }, + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + }, + "receivedTime": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "processing": { + "type": "BackboneElement", + "array": true, + "elements": { + "time": { + "scalar": true, + "choices": ["timeDateTime", "timePeriod"] + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-processing-method" + } + }, + "additive": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + }, + "timePeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "time" + }, + "description": { "type": "string", "scalar": true }, + "timeDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "time" + } + } + }, + "parent": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"] + }, + "combined": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-combined" + }, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487" + }, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-status" + }, + "summary": true, + "modifier": true + }, + "condition": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0493" + }, + "summary": true + }, + "container": { + "type": "BackboneElement", + "array": true, + "elements": { + "device": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + }, + "location": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true + }, + "specimenQuantity": { "type": "Quantity", "scalar": true } + }, + "required": ["device"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "accessionIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "feature": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["type", "description"] + }, + "collection": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "collectedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "collected" + }, + "fastingStatusCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916" + }, + "summary": true, + "choiceOf": "fastingStatus" + }, + "fastingStatus": { + "scalar": true, + "choices": [ + "fastingStatusCodeableConcept", + "fastingStatusDuration" + ] + }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-method" + } + }, + "fastingStatusDuration": { + "type": "Duration", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916" + }, + "summary": true, + "choiceOf": "fastingStatus" + }, + "procedure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true + }, + "duration": { + "type": "Duration", + "scalar": true, + "summary": true + }, + "collector": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true, + "summary": true + }, + "bodySite": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + } + }, + "device": { "type": "CodeableReference", "scalar": true }, + "quantity": { "type": "Quantity", "scalar": true }, + "collectedPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "collected" + }, + "collected": { + "scalar": true, + "choices": ["collectedDateTime", "collectedPeriod"] + } + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + } + }, + "id": "Specimen", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Specimen", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/transaction-bundle/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["total"], + "name": "transaction-bundle", + "type": "Bundle", + "resourceType": "FHIRSchema", + "elements": { + "type": { "pattern": "transaction" }, + "entry": { + "slicing": { + "rules": "closed", + "slices": { + "get": { + "match": { + "type": "pattern", + "value": { "request": { "method": "GET" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "GET" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + }, + "put": { + "match": { + "type": "pattern", + "value": { "request": { "method": "PUT" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "PUT" } + } + } + }, + "excluded": ["search", "response"], + "required": ["fullUrl", "resource", "request"] + } + }, + "head": { + "match": { + "type": "pattern", + "value": { "request": { "method": "HEAD" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "HEAD" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + }, + "post": { + "match": { + "type": "pattern", + "value": { "request": { "method": "POST" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "POST" } + } + } + }, + "excluded": ["search", "response"], + "required": ["resource", "request"] + } + }, + "patch": { + "match": { + "type": "pattern", + "value": { "request": { "method": "PATCH" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "PATCH" } + } + } + }, + "excluded": ["search", "response"], + "required": ["fullUrl", "resource", "request"] + } + }, + "delete": { + "match": { + "type": "pattern", + "value": { "request": { "method": "DELETE" } } + }, + "schema": { + "elements": { + "request": { + "elements": { + "method": { "pattern": "DELETE" } + } + } + }, + "excluded": ["resource", "search", "response"], + "required": ["fullUrl", "request"] + } + } + }, + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + } + }, + "id": "transaction-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/transaction-bundle", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Bundle", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ImmunizationRecommendation", + "type": "ImmunizationRecommendation", + "resourceType": "FHIRSchema", + "elements": { + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "authority": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "recommendation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "description": { "type": "markdown", "scalar": true }, + "contraindicatedVaccineCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "series": { "type": "string", "scalar": true }, + "doseNumber": { + "type": "string", + "scalar": true, + "summary": true + }, + "vaccineCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code" + }, + "summary": true + }, + "seriesDoses": { "type": "string", "scalar": true }, + "forecastStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status" + }, + "summary": true, + "modifier": true + }, + "forecastReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason" + }, + "summary": true + }, + "dateCriterion": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion" + } + }, + "value": { "type": "dateTime", "scalar": true } + }, + "required": ["code", "value"] + }, + "targetDisease": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease" + }, + "summary": true + }, + "supportingImmunization": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation" + ] + }, + "supportingPatientInformation": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + }, + "required": ["forecastStatus"], + "constraints": { + "imr-1": { + "human": "One of vaccineCode or targetDisease SHALL be present", + "severity": "error", + "expression": "vaccineCode.exists() or targetDisease.exists()" + } + } + } + }, + "id": "ImmunizationRecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["patient", "date", "recommendation"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceUsage/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceUsage", + "type": "DeviceUsage", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "category": { "type": "CodeableConcept", "array": true }, + "usageReason": { "type": "CodeableConcept", "array": true }, + "derivedFrom": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "adherence": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-code" + } + }, + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason" + } + } + }, + "required": ["code", "reason"] + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "summary": true + }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-status" + }, + "summary": true, + "modifier": true + }, + "timing": { + "scalar": true, + "choices": ["timingTiming", "timingPeriod", "timingDateTime"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableReference", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "usageStatus": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-status" + } + }, + "context": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ], + "scalar": true, + "summary": true + }, + "device": { + "type": "CodeableReference", + "scalar": true, + "summary": true + }, + "dateAsserted": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "informationSource": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "DeviceUsage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceUsage", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "patient", "device"] + }, + { + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): Account number\r\n* [AdverseEvent](adverseevent.html): Business identifier for the event\r\n* [AllergyIntolerance](allergyintolerance.html): External ids for this item\r\n* [Appointment](appointment.html): An Identifier of the Appointment\r\n* [AppointmentResponse](appointmentresponse.html): An Identifier in this appointment response\r\n* [Basic](basic.html): Business identifier\r\n* [BodyStructure](bodystructure.html): Bodystructure identifier\r\n* [CarePlan](careplan.html): External Ids for this plan\r\n* [CareTeam](careteam.html): External Ids for this team\r\n* [ChargeItem](chargeitem.html): Business Identifier for item\r\n* [Claim](claim.html): The primary identifier of the financial resource\r\n* [ClaimResponse](claimresponse.html): The identity of the ClaimResponse\r\n* [ClinicalImpression](clinicalimpression.html): Business identifier\r\n* [Communication](communication.html): Unique identifier\r\n* [CommunicationRequest](communicationrequest.html): Unique identifier\r\n* [Composition](composition.html): Version-independent identifier for the Composition\r\n* [Condition](condition.html): A unique identifier of the condition record\r\n* [Consent](consent.html): Identifier for this record (external references)\r\n* [Contract](contract.html): The identity of the contract\r\n* [Coverage](coverage.html): The primary identifier of the insured and the coverage\r\n* [CoverageEligibilityRequest](coverageeligibilityrequest.html): The business identifier of the Eligibility\r\n* [CoverageEligibilityResponse](coverageeligibilityresponse.html): The business identifier\r\n* [DetectedIssue](detectedissue.html): Unique id for the detected issue\r\n* [DeviceRequest](devicerequest.html): Business identifier for request/order\r\n* [DeviceUsage](deviceusage.html): Search by identifier\r\n* [DiagnosticReport](diagnosticreport.html): An identifier for the report\r\n* [DocumentReference](documentreference.html): Identifier of the attachment binary\r\n* [Encounter](encounter.html): Identifier(s) by which this encounter is known\r\n* [EnrollmentRequest](enrollmentrequest.html): The business identifier of the Enrollment\r\n* [EpisodeOfCare](episodeofcare.html): Business Identifier(s) relevant for this EpisodeOfCare\r\n* [ExplanationOfBenefit](explanationofbenefit.html): The business identifier of the Explanation of Benefit\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a record identifier\r\n* [Flag](flag.html): Business identifier\r\n* [Goal](goal.html): External Ids for this goal\r\n* [GuidanceResponse](guidanceresponse.html): The identifier of the guidance response\r\n* [ImagingSelection](imagingselection.html): Identifiers for the imaging selection\r\n* [ImagingStudy](imagingstudy.html): Identifiers for the Study, such as DICOM Study Instance UID\r\n* [Immunization](immunization.html): Business identifier\r\n* [ImmunizationEvaluation](immunizationevaluation.html): ID of the evaluation\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Business identifier\r\n* [Invoice](invoice.html): Business Identifier for item\r\n* [List](list.html): Business identifier\r\n* [MeasureReport](measurereport.html): External identifier of the measure report to be returned\r\n* [Medication](medication.html): Returns medications with this external identifier\r\n* [MedicationAdministration](medicationadministration.html): Return administrations with this external identifier\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with this external identifier\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this external identifier\r\n* [MedicationStatement](medicationstatement.html): Return statements with this external identifier\r\n* [MolecularSequence](molecularsequence.html): The unique identity for a particular sequence\r\n* [NutritionIntake](nutritionintake.html): Return statements with this external identifier\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this external identifier\r\n* [Observation](observation.html): The unique id for a particular observation\r\n* [Person](person.html): A person Identifier\r\n* [Procedure](procedure.html): A unique identifier for a procedure\r\n* [QuestionnaireResponse](questionnaireresponse.html): The unique identifier for the questionnaire response\r\n* [RelatedPerson](relatedperson.html): An Identifier of the RelatedPerson\r\n* [RequestOrchestration](requestorchestration.html): External identifiers for the request orchestration\r\n* [ResearchSubject](researchsubject.html): Business Identifier for research subject in a study\r\n* [RiskAssessment](riskassessment.html): Unique identifier for the assessment\r\n* [ServiceRequest](servicerequest.html): Identifiers assigned to this order\r\n* [Specimen](specimen.html): The unique identifier associated with the specimen\r\n* [SupplyDelivery](supplydelivery.html): External identifier\r\n* [SupplyRequest](supplyrequest.html): Business Identifier for SupplyRequest\r\n* [Task](task.html): Search for a task instance by its business identifier\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this external identifier\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-identifier/5.0.0", + "expression": "Account.identifier | AdverseEvent.identifier | AllergyIntolerance.identifier | Appointment.identifier | AppointmentResponse.identifier | Basic.identifier | BodyStructure.identifier | CarePlan.identifier | CareTeam.identifier | ChargeItem.identifier | Claim.identifier | ClaimResponse.identifier | ClinicalImpression.identifier | Communication.identifier | CommunicationRequest.identifier | Composition.identifier | Condition.identifier | Consent.identifier | Contract.identifier | Coverage.identifier | CoverageEligibilityRequest.identifier | CoverageEligibilityResponse.identifier | DetectedIssue.identifier | DeviceRequest.identifier | DeviceUsage.identifier | DiagnosticReport.identifier | DocumentReference.identifier | Encounter.identifier | EnrollmentRequest.identifier | EpisodeOfCare.identifier | ExplanationOfBenefit.identifier | FamilyMemberHistory.identifier | Flag.identifier | Goal.identifier | GuidanceResponse.identifier | ImagingSelection.identifier | ImagingStudy.identifier | Immunization.identifier | ImmunizationEvaluation.identifier | ImmunizationRecommendation.identifier | Invoice.identifier | List.identifier | MeasureReport.identifier | Medication.identifier | MedicationAdministration.identifier | MedicationDispense.identifier | MedicationRequest.identifier | MedicationStatement.identifier | MolecularSequence.identifier | NutritionIntake.identifier | NutritionOrder.identifier | Observation.identifier | Person.identifier | Procedure.identifier | QuestionnaireResponse.identifier | RelatedPerson.identifier | RequestOrchestration.identifier | ResearchSubject.identifier | RiskAssessment.identifier | ServiceRequest.identifier | Specimen.identifier | SupplyDelivery.identifier | SupplyRequest.identifier | Task.identifier | VisionPrescription.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": [ + "Account", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "Basic", + "BodyStructure", + "CarePlan", + "CareTeam", + "ChargeItem", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EnrollmentRequest", + "EpisodeOfCare", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GuidanceResponse", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "MolecularSequence", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Person", + "Procedure", + "QuestionnaireResponse", + "RelatedPerson", + "RequestOrchestration", + "ResearchSubject", + "RiskAssessment", + "ServiceRequest", + "Specimen", + "SupplyDelivery", + "SupplyRequest", + "Task", + "VisionPrescription" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-identifier" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SupplyDelivery/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SupplyDelivery", + "type": "SupplyDelivery", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true + }, + "supplier": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "suppliedItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "item": { + "scalar": true, + "choices": ["itemCodeableConcept", "itemReference"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "itemReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/InventoryItem" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype" + }, + "choiceOf": "item" + }, + "itemCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype" + }, + "choiceOf": "item" + } + } + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype" + } + }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-status" + }, + "summary": true, + "modifier": true + }, + "identifier": { "type": "Identifier", "array": true }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "http://hl7.org/fhir/StructureDefinition/Contract" + ], + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "receiver": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "destination": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceTiming" + ] + } + }, + "id": "SupplyDelivery", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "cod-1": { + "human": "A Coding SHOULD NOT have a display unless a code is also present. Computation on Coding.display alone is generally unsafe. Consider using CodeableConcept.text", + "severity": "warning", + "expression": "code.exists().not() implies display.exists().not()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Coding/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Coding", + "type": "Coding", + "resourceType": "FHIRSchema", + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "system": { "type": "uri", "scalar": true, "summary": true }, + "display": { "type": "string", "scalar": true, "summary": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "userSelected": { + "type": "boolean", + "scalar": true, + "summary": true + } + }, + "id": "Coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Coding", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/MolecularSequence/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "MolecularSequence", + "type": "MolecularSequence", + "resourceType": "FHIRSchema", + "elements": { + "specimen": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Specimen"], + "scalar": true, + "summary": true + }, + "formatted": { + "type": "Attachment", + "array": true, + "summary": true + }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-type" + }, + "summary": true + }, + "literal": { "type": "string", "scalar": true, "summary": true }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "focus": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "device": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ], + "scalar": true, + "summary": true + }, + "relative": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "edit": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "end": { + "type": "integer", + "scalar": true, + "summary": true + }, + "start": { + "type": "integer", + "scalar": true, + "summary": true + }, + "replacedSequence": { + "type": "string", + "scalar": true, + "summary": true + }, + "replacementSequence": { + "type": "string", + "scalar": true, + "summary": true + } + } + }, + "sequenceRange": { "type": "Range", "scalar": true }, + "ordinalPosition": { "type": "integer", "scalar": true }, + "coordinateSystem": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/LL5323-2/" + }, + "summary": true + }, + "startingSequence": { + "type": "BackboneElement", + "scalar": true, + "summary": true, + "elements": { + "chromosome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://loinc.org/LL2938-0/" + }, + "summary": true + }, + "windowEnd": { + "type": "integer", + "scalar": true, + "summary": true + }, + "sequenceString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "sequence" + }, + "strand": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/strand-type" + }, + "summary": true + }, + "orientation": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/orientation-type" + }, + "summary": true + }, + "genomeAssembly": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/LL1040-6/" + }, + "summary": true + }, + "sequenceReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ], + "scalar": true, + "summary": true, + "choiceOf": "sequence" + }, + "sequenceCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "sequence" + }, + "sequence": { + "scalar": true, + "choices": [ + "sequenceCodeableConcept", + "sequenceString", + "sequenceReference" + ] + }, + "windowStart": { + "type": "integer", + "scalar": true, + "summary": true + } + }, + "constraints": { + "msq-5": { + "human": "Both genomeAssembly and chromosome must be both contained if either one of them is contained", + "severity": "error", + "expression": "chromosome.exists() = genomeAssembly.exists()" + }, + "msq-6": { + "human": "Have and only have one of the following elements in startingSequence: 1. genomeAssembly; 2 sequence", + "severity": "error", + "expression": "genomeAssembly.exists() xor sequence.exists()" + } + } + } + }, + "required": ["coordinateSystem"] + }, + "performer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + } + }, + "id": "MolecularSequence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Requirements/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Requirements", + "type": "Requirements", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "statement": { + "type": "BackboneElement", + "array": true, + "elements": { + "requirement": { "type": "markdown", "scalar": true }, + "key": { "type": "id", "scalar": true }, + "parent": { "type": "string", "scalar": true }, + "conformance": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conformance-expectation" + } + }, + "derivedFrom": { "type": "string", "scalar": true }, + "conditionality": { "type": "boolean", "scalar": true }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + }, + "reference": { "type": "url", "array": true }, + "label": { "type": "string", "scalar": true }, + "satisfiedBy": { "type": "url", "array": true } + }, + "required": ["key", "requirement"] + }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "derivedFrom": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ], + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reference": { "type": "url", "array": true }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "version": { "type": "string", "scalar": true, "summary": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "actor": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ActorDefinition" + ] + } + }, + "id": "Requirements", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Requirements", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Definition/5.0.0", + "fhirVersion": null, + "name": "Definition", + "type": "Definition", + "resourceType": "FHIRSchema", + "id": "Definition", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Definition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/resprate/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "resprate", + "type": "Observation", + "resourceType": "FHIRSchema", + "elements": { + "code": { + "elements": { + "coding": { + "slicing": { + "rules": "open", + "slices": { + "RespRateCode": { + "max": 1, + "min": 1, + "match": { + "type": "pattern", + "value": { + "code": "9279-1", + "system": "http://loinc.org" + } + }, + "schema": { + "elements": { + "code": { + "type": "code", + "fixed": "9279-1" + }, + "system": { + "type": "uri", + "fixed": "http://loinc.org" + } + }, + "required": ["system", "code"] + } + } + }, + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + } + } + }, + "valueQuantity": { + "elements": { + "code": { + "type": "code", + "fixed": "/min", + "mustSupport": true + }, + "unit": { "type": "string", "mustSupport": true }, + "value": { "type": "decimal", "mustSupport": true }, + "system": { + "type": "uri", + "fixed": "http://unitsofmeasure.org", + "mustSupport": true + } + }, + "required": ["value", "unit", "system", "code"] + } + }, + "id": "resprate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/resprate", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "version": "5.0.0" + }, + { + "constraints": { + "dos-1": { + "human": "AsNeededFor can only be set if AsNeeded is empty or true", + "severity": "error", + "expression": "asNeededFor.empty() or asNeeded.empty() or asNeeded" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Dosage/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Dosage", + "type": "Dosage", + "resourceType": "FHIRSchema", + "elements": { + "site": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes" + }, + "summary": true + }, + "asNeeded": { "type": "boolean", "scalar": true, "summary": true }, + "method": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes" + }, + "summary": true + }, + "patientInstruction": { + "type": "string", + "scalar": true, + "summary": true + }, + "maxDosePerLifetime": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "maxDosePerAdministration": { + "type": "Quantity", + "scalar": true, + "summary": true + }, + "route": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes" + }, + "summary": true + }, + "timing": { "type": "Timing", "scalar": true, "summary": true }, + "additionalInstruction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/additional-instruction-codes" + }, + "summary": true + }, + "sequence": { "type": "integer", "scalar": true, "summary": true }, + "maxDosePerPeriod": { + "type": "Ratio", + "array": true, + "summary": true + }, + "asNeededFor": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason" + }, + "summary": true + }, + "doseAndRate": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "dose": { + "scalar": true, + "choices": ["doseRange", "doseQuantity"] + }, + "rate": { + "scalar": true, + "choices": ["rateRatio", "rateRange", "rateQuantity"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/dose-rate-type" + }, + "summary": true + }, + "doseRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "dose" + }, + "rateRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "rate" + }, + "rateRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "rate" + }, + "doseQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "dose" + }, + "rateQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "rate" + } + } + }, + "text": { "type": "string", "scalar": true, "summary": true } + }, + "id": "Dosage", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Dosage", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/id/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "id", + "type": "id", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "id", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/id", + "packageVersion": "5.0.0", + "regex": "[A-Za-z0-9\\-\\.]{1,64}", + "base": "http://hl7.org/fhir/StructureDefinition/string", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/DeviceAssociation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "DeviceAssociation", + "type": "DeviceAssociation", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "summary": true + }, + "operation": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "period": { + "type": "Period", + "scalar": true, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-operationstatus" + }, + "summary": true + }, + "operator": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "summary": true + } + }, + "required": ["status"] + }, + "statusReason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-status-reason" + }, + "summary": true + }, + "status": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-status" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "device": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Device"], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true, "summary": true }, + "bodyStructure": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ], + "scalar": true, + "summary": true + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + } + }, + "id": "DeviceAssociation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceAssociation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["device", "status"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Procedure/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Procedure", + "type": "Procedure", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-category" + }, + "summary": true + }, + "occurrenceRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "report": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Composition" + ] + }, + "instantiatesCanonical": { + "type": "canonical", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ], + "summary": true + }, + "instantiatesUri": { + "type": "uri", + "array": true, + "summary": true + }, + "focalDevice": { + "type": "BackboneElement", + "array": true, + "elements": { + "action": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/device-action" + } + }, + "manipulated": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true + } + }, + "required": ["manipulated"] + }, + "supportingInfo": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "occurrenceAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "reported": { + "scalar": true, + "choices": ["reportedBoolean", "reportedReference"] + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason" + }, + "summary": true + }, + "outcome": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-outcome" + }, + "summary": true + }, + "recorded": { "type": "dateTime", "scalar": true, "summary": true }, + "occurrenceTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason" + }, + "summary": true + }, + "reportedReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true, + "choiceOf": "reported" + }, + "complication": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code" + } + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status" + }, + "summary": true, + "modifier": true + }, + "recorder": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ], + "scalar": true, + "summary": true + }, + "reportedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "reported" + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "bodySite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site" + }, + "summary": true + }, + "focus": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ], + "scalar": true, + "summary": true + }, + "occurrenceString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "summary": true + }, + "partOf": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ], + "summary": true + }, + "location": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Location"], + "scalar": true, + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "followUp": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-followup" + } + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "summary": true + }, + "occurrence": { + "scalar": true, + "choices": [ + "occurrenceDateTime", + "occurrencePeriod", + "occurrenceString", + "occurrenceAge", + "occurrenceRange", + "occurrenceTiming" + ] + }, + "performer": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "actor": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ], + "scalar": true, + "summary": true + }, + "period": { "type": "Period", "scalar": true }, + "function": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role" + }, + "summary": true + }, + "onBehalfOf": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + } + }, + "required": ["actor"], + "constraints": { + "prc-1": { + "human": "Procedure.performer.onBehalfOf can only be populated when performer.actor isn't Practitioner or PractitionerRole", + "severity": "error", + "expression": "onBehalfOf.exists() and actor.resolve().exists() implies actor.resolve().where($this is Practitioner or $this is PractitionerRole).empty()" + } + } + }, + "used": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type" + } + } + }, + "id": "Procedure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Procedure", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "subject"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "SubstanceReferenceInformation", + "type": "SubstanceReferenceInformation", + "resourceType": "FHIRSchema", + "elements": { + "gene": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "gene": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "geneSequenceOrigin": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + } + } + }, + "target": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "scalar": true, + "choices": [ + "amountQuantity", + "amountRange", + "amountString" + ] + }, + "organism": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "organismType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "amountType": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "interaction": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "amountQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "amountString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "amount" + }, + "target": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "amountRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "amount" + } + } + }, + "comment": { "type": "string", "scalar": true, "summary": true }, + "geneElement": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "source": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ], + "summary": true + }, + "element": { + "type": "Identifier", + "scalar": true, + "summary": true + } + } + } + }, + "id": "SubstanceReferenceInformation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Practitioner/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Practitioner", + "type": "Practitioner", + "resourceType": "FHIRSchema", + "elements": { + "address": { "type": "Address", "array": true, "summary": true }, + "deceasedDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "deceasedBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "deceased" + }, + "name": { "type": "HumanName", "array": true, "summary": true }, + "birthDate": { "type": "date", "scalar": true, "summary": true }, + "deceased": { + "scalar": true, + "choices": ["deceasedBoolean", "deceasedDateTime"] + }, + "photo": { "type": "Attachment", "array": true }, + "active": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "communication": { + "type": "BackboneElement", + "array": true, + "elements": { + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "preferred": { "type": "boolean", "scalar": true } + }, + "required": ["language"] + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "qualification": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0360" + } + }, + "issuer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "period": { "type": "Period", "scalar": true }, + "identifier": { "type": "Identifier", "array": true } + }, + "required": ["code"] + }, + "telecom": { + "type": "ContactPoint", + "array": true, + "summary": true + }, + "gender": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender" + }, + "summary": true + } + }, + "id": "Practitioner", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Practitioner", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Availability/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Availability", + "type": "Availability", + "resourceType": "FHIRSchema", + "elements": { + "availableTime": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "allDay": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "daysOfWeek": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week" + }, + "summary": true + }, + "availableEndTime": { + "type": "time", + "scalar": true, + "summary": true + }, + "availableStartTime": { + "type": "time", + "scalar": true, + "summary": true + } + }, + "constraints": { + "av-1": { + "human": "Cannot include start/end times when selecting all day availability.", + "severity": "error", + "expression": "allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())" + } + } + }, + "notAvailableTime": { + "type": "Element", + "array": true, + "summary": true, + "elements": { + "during": { + "type": "Period", + "scalar": true, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + } + } + }, + "id": "Availability", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Availability", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "ExplanationOfBenefit", + "type": "ExplanationOfBenefit", + "resourceType": "FHIRSchema", + "elements": { + "patient": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Patient"], + "scalar": true, + "summary": true + }, + "claimResponse": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ], + "scalar": true + }, + "insurance": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "focal": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "coverage": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ], + "scalar": true, + "summary": true + }, + "preAuthRef": { "type": "string", "array": true } + }, + "required": ["focal", "coverage"] + }, + "benefitBalance": { + "type": "BackboneElement", + "array": true, + "elements": { + "name": { "type": "string", "scalar": true }, + "term": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term" + } + }, + "unit": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit" + } + }, + "network": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "excluded": { "type": "boolean", "scalar": true }, + "financial": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type" + } + }, + "used": { + "scalar": true, + "choices": ["usedUnsignedInt", "usedMoney"] + }, + "allowed": { + "scalar": true, + "choices": [ + "allowedUnsignedInt", + "allowedString", + "allowedMoney" + ] + }, + "usedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "used" + }, + "allowedMoney": { + "type": "Money", + "scalar": true, + "choiceOf": "allowed" + }, + "allowedString": { + "type": "string", + "scalar": true, + "choiceOf": "allowed" + }, + "usedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "used" + }, + "allowedUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "choiceOf": "allowed" + } + }, + "required": ["type"] + }, + "description": { "type": "string", "scalar": true } + }, + "required": ["category"] + }, + "facility": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "processNote": { + "type": "BackboneElement", + "array": true, + "elements": { + "text": { "type": "string", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type" + } + }, + "number": { "type": "positiveInt", "scalar": true }, + "language": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + } + } + }, + "diagnosis": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "diagnosis": { + "scalar": true, + "choices": [ + "diagnosisCodeableConcept", + "diagnosisReference" + ] + }, + "onAdmission": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission" + } + }, + "diagnosisReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + }, + "diagnosisCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10" + }, + "choiceOf": "diagnosis", + "required-element": true + } + }, + "required": ["sequence", "diagnosis", "diagnosis"] + }, + "preAuthRef": { "type": "string", "array": true }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "enterer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + }, + "supportingInfo": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory" + } + }, + "valueReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "choiceOf": "value" + }, + "timingPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "timing" + }, + "value": { + "scalar": true, + "choices": [ + "valueBoolean", + "valueString", + "valueQuantity", + "valueAttachment", + "valueReference", + "valueIdentifier" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value" + }, + "reason": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason" + } + }, + "timing": { + "scalar": true, + "choices": ["timingDate", "timingPeriod"] + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception" + } + }, + "timingDate": { + "type": "date", + "scalar": true, + "choiceOf": "timing" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "value" + } + }, + "required": ["sequence", "category"] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"] + }, + "use": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use" + }, + "summary": true + }, + "payment": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype" + } + }, + "amount": { "type": "Money", "scalar": true }, + "adjustment": { "type": "Money", "scalar": true }, + "identifier": { "type": "Identifier", "scalar": true }, + "adjustmentReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason" + } + } + } + }, + "traceNumber": { "type": "Identifier", "array": true }, + "item": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "diagnosisSequence": { + "type": "positiveInt", + "array": true + }, + "procedureSequence": { + "type": "positiveInt", + "array": true + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "type": "BackboneElement", + "array": true, + "elements": { + "amount": { "type": "Money", "scalar": true }, + "reason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason" + } + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + } + }, + "quantity": { "type": "Quantity", "scalar": true } + }, + "required": ["category"] + }, + "encounter": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { "type": "Identifier", "array": true }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "tax": { "type": "Money", "scalar": true }, + "careTeamSequence": { + "type": "positiveInt", + "array": true + }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "informationSequence": { + "type": "positiveInt", + "array": true + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "bodySite": { + "type": "BackboneElement", + "array": true, + "elements": { + "site": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + } + }, + "required": ["site"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "reviewOutcome": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "reason": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision-reason" + } + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision" + } + }, + "preAuthRef": { "type": "string", "scalar": true }, + "preAuthPeriod": { + "type": "Period", + "scalar": true + } + } + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory" + } + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "sequence": { + "type": "positiveInt", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "patientPaid": { + "type": "Money", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + }, + "required": ["sequence"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + }, + "required": ["sequence"] + } + }, + "required": ["sequence"] + }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type" + }, + "summary": true + }, + "created": { "type": "dateTime", "scalar": true, "summary": true }, + "procedure": { + "type": "BackboneElement", + "array": true, + "elements": { + "udi": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + }, + "date": { "type": "dateTime", "scalar": true }, + "type": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type" + } + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "procedure": { + "scalar": true, + "choices": [ + "procedureCodeableConcept", + "procedureReference" + ] + }, + "procedureReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + }, + "procedureCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures" + }, + "choiceOf": "procedure", + "required-element": true + } + }, + "required": ["sequence", "procedure", "procedure"] + }, + "outcome": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-outcome" + }, + "summary": true + }, + "related": { + "type": "BackboneElement", + "array": true, + "elements": { + "claim": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ], + "scalar": true + }, + "reference": { "type": "Identifier", "scalar": true }, + "relationship": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship" + } + } + } + }, + "disposition": { "type": "string", "scalar": true }, + "referral": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ], + "scalar": true + }, + "preAuthRefPeriod": { "type": "Period", "array": true }, + "diagnosisRelatedGroup": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup" + } + }, + "total": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "amount": { + "type": "Money", + "scalar": true, + "summary": true + }, + "category": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication" + }, + "summary": true + } + }, + "required": ["category", "amount"] + }, + "event": { + "type": "BackboneElement", + "array": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype" + } + }, + "when": { + "scalar": true, + "choices": ["whenDateTime", "whenPeriod"] + }, + "whenPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "when", + "required-element": true + }, + "whenDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "when", + "required-element": true + } + }, + "required": ["type", "when", "when"] + }, + "insurer": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "fundsReserve": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "priority": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority" + } + }, + "accident": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "date": { "type": "date", "scalar": true }, + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode" + } + }, + "location": { + "scalar": true, + "choices": ["locationAddress", "locationReference"] + }, + "locationAddress": { + "type": "Address", + "scalar": true, + "choiceOf": "location" + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "choiceOf": "location" + } + } + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status" + }, + "summary": true, + "modifier": true + }, + "payee": { + "type": "BackboneElement", + "scalar": true, + "elements": { + "type": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype" + } + }, + "party": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ], + "scalar": true + } + } + }, + "prescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ], + "scalar": true + }, + "billablePeriod": { + "type": "Period", + "scalar": true, + "summary": true + }, + "identifier": { "type": "Identifier", "array": true }, + "form": { "type": "Attachment", "scalar": true }, + "subType": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype" + } + }, + "fundsReserveRequested": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve" + } + }, + "benefitPeriod": { "type": "Period", "scalar": true }, + "precedence": { "type": "positiveInt", "scalar": true }, + "formCode": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true, + "summary": true + }, + "patientPaid": { "type": "Money", "scalar": true }, + "addItem": { + "type": "BackboneElement", + "array": true, + "elements": { + "locationAddress": { + "type": "Address", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "request": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + }, + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { "type": "Identifier", "array": true }, + "locationCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "itemSequence": { "type": "positiveInt", "array": true }, + "net": { "type": "Money", "scalar": true }, + "serviced": { + "scalar": true, + "choices": ["servicedDate", "servicedPeriod"] + }, + "detailSequence": { "type": "positiveInt", "array": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "locationReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ], + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place" + }, + "choiceOf": "location" + }, + "programCode": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "servicedDate": { + "type": "date", + "scalar": true, + "choiceOf": "serviced" + }, + "subDetailSequence": { + "type": "positiveInt", + "array": true + }, + "bodySite": { + "type": "BackboneElement", + "array": true, + "elements": { + "site": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth" + } + }, + "subSite": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface" + } + } + }, + "required": ["site"] + }, + "quantity": { "type": "Quantity", "scalar": true }, + "location": { + "scalar": true, + "choices": [ + "locationCodeableConcept", + "locationAddress", + "locationReference" + ] + }, + "provider": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + "noteNumber": { "type": "positiveInt", "array": true }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "servicedPeriod": { + "type": "Period", + "scalar": true, + "choiceOf": "serviced" + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "reviewOutcome" + ] + }, + "detail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { "type": "decimal", "scalar": true }, + "subDetail": { + "type": "BackboneElement", + "array": true, + "elements": { + "modifier": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers" + } + }, + "revenue": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center" + } + }, + "adjudication": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "adjudication" + ] + }, + "productOrServiceEnd": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "traceNumber": { + "type": "Identifier", + "array": true + }, + "net": { "type": "Money", "scalar": true }, + "tax": { "type": "Money", "scalar": true }, + "productOrService": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls" + } + }, + "factor": { + "type": "decimal", + "scalar": true + }, + "quantity": { + "type": "Quantity", + "scalar": true + }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "patientPaid": { + "type": "Money", + "scalar": true + }, + "unitPrice": { + "type": "Money", + "scalar": true + }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + } + }, + "quantity": { "type": "Quantity", "scalar": true }, + "noteNumber": { + "type": "positiveInt", + "array": true + }, + "patientPaid": { "type": "Money", "scalar": true }, + "unitPrice": { "type": "Money", "scalar": true }, + "reviewOutcome": { + "scalar": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "elements", + "item", + "elements", + "reviewOutcome" + ] + } + } + } + } + }, + "originalPrescription": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ], + "scalar": true + }, + "decision": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision" + }, + "summary": true + }, + "careTeam": { + "type": "BackboneElement", + "array": true, + "elements": { + "role": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole" + } + }, + "provider": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ], + "scalar": true + }, + "sequence": { "type": "positiveInt", "scalar": true }, + "specialty": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification" + } + }, + "responsible": { "type": "boolean", "scalar": true } + }, + "required": ["sequence", "provider"] + }, + "claim": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Claim"], + "scalar": true + } + }, + "id": "ExplanationOfBenefit", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "type", "use", "patient", "created", "outcome"] + }, + { + "description": "Search for products that match this code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-device/5.0.0", + "expression": "DeviceAssociation.device", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-device" + }, + { + "constraints": { + "trd-1": { + "human": "Either timing, or a data requirement, but not both", + "severity": "error", + "expression": "data.empty() or timing.empty()" + }, + "trd-2": { + "human": "A condition only if there is a data requirement", + "severity": "error", + "expression": "condition.exists() implies data.exists()" + }, + "trd-3": { + "human": "A named event requires a name, a periodic event requires timing, and a data event requires data", + "severity": "error", + "expression": "(type = 'named-event' implies name.exists()) and (type = 'periodic' implies timing.exists()) and (type.startsWith('data-') implies data.exists())" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/TriggerDefinition/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "TriggerDefinition", + "type": "TriggerDefinition", + "resourceType": "FHIRSchema", + "elements": { + "timingReference": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Schedule"], + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/trigger-type" + }, + "summary": true + }, + "timingDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "timingTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "condition": { + "type": "Expression", + "scalar": true, + "summary": true + }, + "timing": { + "scalar": true, + "choices": [ + "timingTiming", + "timingReference", + "timingDate", + "timingDateTime" + ] + }, + "code": { + "type": "CodeableConcept", + "scalar": true, + "summary": true + }, + "timingDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "timing" + }, + "subscriptionTopic": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ], + "scalar": true, + "summary": true + }, + "data": { + "type": "DataRequirement", + "array": true, + "summary": true + } + }, + "id": "TriggerDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DataType", + "version": "5.0.0", + "required": ["type"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Parameters/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "Parameters", + "type": "Parameters", + "resourceType": "FHIRSchema", + "elements": { + "parameter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "valueBase64Binary": { + "type": "base64Binary", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAge": { + "type": "Age", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueParameterDefinition": { + "type": "ParameterDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTiming": { + "type": "Timing", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCode": { + "type": "code", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueReference": { + "type": "Reference", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueContactDetail": { + "type": "ContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUri": { + "type": "uri", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUsageContext": { + "type": "UsageContext", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTime": { + "type": "time", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCanonical": { + "type": "canonical", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "name": { + "type": "string", + "scalar": true, + "summary": true + }, + "valueMarkdown": { + "type": "markdown", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueTriggerDefinition": { + "type": "TriggerDefinition", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueQuantity": { + "type": "Quantity", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "value": { + "scalar": true, + "choices": [ + "valueBase64Binary", + "valueBoolean", + "valueCanonical", + "valueCode", + "valueDate", + "valueDateTime", + "valueDecimal", + "valueId", + "valueInstant", + "valueInteger", + "valueInteger64", + "valueMarkdown", + "valueOid", + "valuePositiveInt", + "valueString", + "valueTime", + "valueUnsignedInt", + "valueUri", + "valueUrl", + "valueUuid", + "valueAddress", + "valueAge", + "valueAnnotation", + "valueAttachment", + "valueCodeableConcept", + "valueCodeableReference", + "valueCoding", + "valueContactPoint", + "valueCount", + "valueDistance", + "valueDuration", + "valueHumanName", + "valueIdentifier", + "valueMoney", + "valuePeriod", + "valueQuantity", + "valueRange", + "valueRatio", + "valueRatioRange", + "valueReference", + "valueSampledData", + "valueSignature", + "valueTiming", + "valueContactDetail", + "valueDataRequirement", + "valueExpression", + "valueParameterDefinition", + "valueRelatedArtifact", + "valueTriggerDefinition", + "valueUsageContext", + "valueAvailability", + "valueExtendedContactDetail", + "valueDosage", + "valueMeta" + ] + }, + "part": { + "array": true, + "summary": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/Parameters", + "elements", + "parameter" + ] + }, + "valueCount": { + "type": "Count", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueString": { + "type": "string", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCodeableReference": { + "type": "CodeableReference", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatio": { + "type": "Ratio", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInstant": { + "type": "instant", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDate": { + "type": "date", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDuration": { + "type": "Duration", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDataRequirement": { + "type": "DataRequirement", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMeta": { + "type": "Meta", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueMoney": { + "type": "Money", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger64": { + "type": "integer64", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueExpression": { + "type": "Expression", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSampledData": { + "type": "SampledData", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "resource": { + "type": "Resource", + "scalar": true, + "summary": true + }, + "valueDosage": { + "type": "Dosage", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueContactPoint": { + "type": "ContactPoint", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAnnotation": { + "type": "Annotation", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAvailability": { + "type": "Availability", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueDistance": { + "type": "Distance", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRange": { + "type": "Range", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueSignature": { + "type": "Signature", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUuid": { + "type": "uuid", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueInteger": { + "type": "integer", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueHumanName": { + "type": "HumanName", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUnsignedInt": { + "type": "unsignedInt", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAttachment": { + "type": "Attachment", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueOid": { + "type": "oid", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueAddress": { + "type": "Address", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRelatedArtifact": { + "type": "RelatedArtifact", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueRatioRange": { + "type": "RatioRange", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valuePositiveInt": { + "type": "positiveInt", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueId": { + "type": "id", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueUrl": { + "type": "url", + "scalar": true, + "summary": true, + "choiceOf": "value" + }, + "valueExtendedContactDetail": { + "type": "ExtendedContactDetail", + "scalar": true, + "summary": true, + "choiceOf": "value" + } + }, + "required": ["name"], + "constraints": { + "inv-1": { + "human": "A parameter must have one and only one of (value, resource, part)", + "severity": "error", + "expression": "(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))" + } + } + } + }, + "id": "Parameters", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Parameters", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Resource", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/executablevalueset/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "name": "executablevalueset", + "type": "ValueSet", + "resourceType": "FHIRSchema", + "elements": { + "expansion": { + "elements": { + "total": { "mustSupport": true }, + "offset": { "mustSupport": true }, + "contains": { + "elements": { + "code": { "mustSupport": true }, + "system": { "mustSupport": true }, + "display": { "mustSupport": true }, + "version": { "mustSupport": true }, + "abstract": { "mustSupport": true }, + "contains": { + "mustSupport": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/executablevalueset", + "elements", + "expansion", + "elements", + "contains" + ] + }, + "inactive": { "mustSupport": true }, + "property": { + "elements": { "code": { "mustSupport": true } }, + "mustSupport": true + } + }, + "required": ["code"], + "mustSupport": true + }, + "parameter": { "mustSupport": true }, + "timestamp": { "mustSupport": true }, + "identifier": { "mustSupport": true } + }, + "constraints": { + "evs-1": { + "human": "For contains, a version SHALL be provided unless the parameters element has a \"system-version\" parameter corresponding to the system of the entry and the version matches the system-version parameter.", + "severity": "error", + "expression": "contains.version.exists() xor parameter.where(name = 'system-version').exists()" + } + }, + "mustSupport": true + }, + "extension": { + "slicing": { + "rules": "open", + "slices": { + "usageWarning": { + "max": 1, + "min": 1, + "match": { "type": "pattern" }, + "schema": { + "type": "Extension", + "elements": { + "value": { "choices": ["valueMarkdown"] }, + "valueMarkdown": { + "type": "markdown", + "fixed": "This value set contains a point-in-time expansion enumerating the codes that meet the value set intent. As new versions of the code systems used by the value set are released, the contents of this expansion will need to be updated to incorporate newly defined codes that meet the value set intent. Before, and periodically during production use, the value set expansion contents SHOULD be updated.", + "choiceOf": "value", + "mustSupport": true, + "required-element": true + } + }, + "required": ["value"], + "mustSupport": true + } + } + }, + "discriminator": [{ "path": "url", "type": "value" }] + } + } + }, + "id": "executablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/executablevalueset", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "version": "5.0.0", + "required": ["expansion"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Base/5.0.0", + "fhirVersion": null, + "name": "Base", + "type": "Base", + "resourceType": "FHIRSchema", + "id": "Base", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Base", + "packageVersion": "5.0.0", + "version": "5.0.0" + }, + { + "constraints": { + "cnl-0": { + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + "csd-1": { + "human": "Within a code system definition, all the codes SHALL be unique", + "severity": "error", + "expression": "concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()" + }, + "csd-2": { + "human": "If there is an explicit hierarchy, a hierarchyMeaning should be provided", + "severity": "warning", + "expression": "concept.concept.exists() implies hierarchyMeaning.exists()" + }, + "csd-3": { + "human": "If there is an implicit hierarchy, a hierarchyMeaning should be provided", + "severity": "warning", + "expression": "concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()" + }, + "csd-4": { + "human": "If the code system content = supplement, it must nominate what it's a supplement for", + "severity": "error", + "expression": "CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()" + } + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CodeSystem/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CodeSystem", + "type": "CodeSystem", + "resourceType": "FHIRSchema", + "elements": { + "description": { "type": "markdown", "scalar": true }, + "date": { "type": "dateTime", "scalar": true, "summary": true }, + "versionNeeded": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "endorser": { "type": "ContactDetail", "array": true }, + "publisher": { "type": "string", "scalar": true, "summary": true }, + "approvalDate": { "type": "date", "scalar": true }, + "jurisdiction": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction" + }, + "summary": true + }, + "purpose": { "type": "markdown", "scalar": true }, + "content": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode" + }, + "summary": true + }, + "property": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "uri": { "type": "uri", "scalar": true, "summary": true }, + "code": { "type": "code", "scalar": true, "summary": true }, + "type": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-property-type" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "type"] + }, + "name": { "type": "string", "scalar": true, "summary": true }, + "copyrightLabel": { "type": "string", "scalar": true }, + "useContext": { + "type": "UsageContext", + "array": true, + "summary": true + }, + "copyright": { "type": "markdown", "scalar": true }, + "versionAlgorithm": { + "scalar": true, + "choices": ["versionAlgorithmString", "versionAlgorithmCoding"] + }, + "experimental": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "topic": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic" + } + }, + "title": { "type": "string", "scalar": true, "summary": true }, + "author": { "type": "ContactDetail", "array": true }, + "versionAlgorithmCoding": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "filter": { + "type": "BackboneElement", + "array": true, + "summary": true, + "elements": { + "code": { "type": "code", "scalar": true, "summary": true }, + "value": { + "type": "string", + "scalar": true, + "summary": true + }, + "operator": { + "type": "code", + "array": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator" + }, + "summary": true + }, + "description": { + "type": "string", + "scalar": true, + "summary": true + } + }, + "required": ["code", "operator", "value"] + }, + "supplements": { + "type": "canonical", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ], + "scalar": true, + "summary": true + }, + "compositional": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status" + }, + "summary": true, + "modifier": true + }, + "hierarchyMeaning": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning" + }, + "summary": true + }, + "valueSet": { + "type": "canonical", + "refers": ["http://hl7.org/fhir/StructureDefinition/ValueSet"], + "scalar": true, + "summary": true + }, + "count": { "type": "unsignedInt", "scalar": true, "summary": true }, + "url": { + "type": "uri", + "scalar": true, + "summary": true, + "constraints": { + "cnl-1": { + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + } + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "lastReviewDate": { "type": "date", "scalar": true }, + "editor": { "type": "ContactDetail", "array": true }, + "concept": { + "type": "BackboneElement", + "array": true, + "elements": { + "code": { "type": "code", "scalar": true }, + "concept": { + "array": true, + "elementReference": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "elements", + "concept" + ] + }, + "display": { "type": "string", "scalar": true }, + "property": { + "type": "BackboneElement", + "array": true, + "elements": { + "valueCode": { + "type": "code", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDecimal": { + "type": "decimal", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "value": { + "scalar": true, + "choices": [ + "valueCode", + "valueCoding", + "valueString", + "valueInteger", + "valueBoolean", + "valueDateTime", + "valueDecimal" + ] + }, + "valueString": { + "type": "string", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueBoolean": { + "type": "boolean", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueDateTime": { + "type": "dateTime", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "valueCoding": { + "type": "Coding", + "scalar": true, + "choiceOf": "value", + "required-element": true + }, + "code": { "type": "code", "scalar": true }, + "valueInteger": { + "type": "integer", + "scalar": true, + "choiceOf": "value", + "required-element": true + } + }, + "required": [ + "code", + "value", + "value", + "value", + "value", + "value", + "value", + "value" + ] + }, + "definition": { "type": "string", "scalar": true }, + "designation": { + "type": "BackboneElement", + "array": true, + "elements": { + "use": { + "type": "Coding", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + }, + "value": { "type": "string", "scalar": true }, + "language": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages" + } + }, + "additionalUse": { + "type": "Coding", + "array": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use" + } + } + }, + "required": ["value"], + "constraints": { + "csd-5": { + "human": "Must have a value for concept.designation.use if concept.designation.additionalUse is present", + "severity": "error", + "expression": "additionalUse.exists() implies use.exists()" + } + } + } + }, + "required": ["code"] + }, + "caseSensitive": { + "type": "boolean", + "scalar": true, + "summary": true + }, + "versionAlgorithmString": { + "type": "string", + "scalar": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "summary": true, + "choiceOf": "versionAlgorithm" + }, + "reviewer": { "type": "ContactDetail", "array": true }, + "version": { "type": "string", "scalar": true, "summary": true }, + "relatedArtifact": { "type": "RelatedArtifact", "array": true }, + "contact": { + "type": "ContactDetail", + "array": true, + "summary": true + }, + "effectivePeriod": { + "type": "Period", + "scalar": true, + "summary": true + } + }, + "id": "CodeSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "content"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/string/5.0.0", + "derivation": "specialization", + "system-type": "http://hl7.org/fhirpath/System.String", + "fhirVersion": null, + "name": "string", + "type": "string", + "resourceType": "FHIRSchema", + "scalar": true, + "id": "string", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/string", + "packageVersion": "5.0.0", + "maxLength": 1048576, + "regex": "^[\\s\\S]+$", + "base": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/Product/5.0.0", + "fhirVersion": null, + "name": "Product", + "type": "Product", + "resourceType": "FHIRSchema", + "id": "Product", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Product", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/Base", + "version": "5.0.0" + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/ebmrecommendation/5.0.0", + "derivation": "constraint", + "fhirVersion": null, + "excluded": ["workflowStatus", "disposition"], + "name": "ebmrecommendation", + "type": "ArtifactAssessment", + "resourceType": "FHIRSchema", + "elements": { + "citeAs": { "max": 1, "min": 0 }, + "artifact": { "type": "uri", "mustSupport": true } + }, + "id": "ebmrecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ebmrecommendation", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", + "version": "5.0.0", + "required": ["artifact", "artifact", "artifact"] + }, + { + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/FHIRSchema/http://hl7.org/fhir/StructureDefinition/CommunicationRequest/5.0.0", + "derivation": "specialization", + "fhirVersion": null, + "name": "CommunicationRequest", + "type": "CommunicationRequest", + "resourceType": "FHIRSchema", + "elements": { + "category": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category" + } + }, + "payload": { + "type": "BackboneElement", + "array": true, + "elements": { + "content": { + "scalar": true, + "choices": [ + "contentAttachment", + "contentReference", + "contentCodeableConcept" + ] + }, + "contentReference": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ], + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentAttachment": { + "type": "Attachment", + "scalar": true, + "choiceOf": "content", + "required-element": true + }, + "contentCodeableConcept": { + "type": "CodeableConcept", + "scalar": true, + "choiceOf": "content", + "required-element": true + } + }, + "required": ["content", "content", "content"] + }, + "encounter": { + "type": "Reference", + "refers": ["http://hl7.org/fhir/StructureDefinition/Encounter"], + "scalar": true, + "summary": true + }, + "medium": { + "type": "CodeableConcept", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode" + } + }, + "informationProvider": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ], + "summary": true + }, + "recipient": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + }, + "statusReason": { + "type": "CodeableConcept", + "scalar": true, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-request-status-reason" + } + }, + "authoredOn": { + "type": "dateTime", + "scalar": true, + "summary": true + }, + "note": { "type": "Annotation", "array": true }, + "reason": { + "type": "CodeableReference", + "array": true, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActReason" + }, + "summary": true + }, + "requester": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ], + "scalar": true, + "summary": true + }, + "priority": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority" + }, + "summary": true + }, + "occurrencePeriod": { + "type": "Period", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "status": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status" + }, + "summary": true, + "modifier": true + }, + "groupIdentifier": { + "type": "Identifier", + "scalar": true, + "summary": true + }, + "identifier": { + "type": "Identifier", + "array": true, + "summary": true + }, + "doNotPerform": { + "type": "boolean", + "scalar": true, + "summary": true, + "modifier": true + }, + "intent": { + "type": "code", + "scalar": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent" + }, + "summary": true, + "modifier": true + }, + "replaces": { + "type": "Reference", + "array": true, + "refers": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ], + "summary": true + }, + "basedOn": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"], + "summary": true + }, + "occurrenceDateTime": { + "type": "dateTime", + "scalar": true, + "summary": true, + "choiceOf": "occurrence" + }, + "subject": { + "type": "Reference", + "refers": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ], + "scalar": true + }, + "occurrence": { + "scalar": true, + "choices": ["occurrenceDateTime", "occurrencePeriod"] + }, + "about": { + "type": "Reference", + "array": true, + "refers": ["http://hl7.org/fhir/StructureDefinition/Resource"] + } + }, + "id": "CommunicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "packageVersion": "5.0.0", + "base": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "version": "5.0.0", + "required": ["status", "intent"] + }, + { + "description": "Actual number of participants enrolled in study across all groups", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual/5.0.0", + "expression": "ResearchStudy.recruitment.actualNumber", + "fhirVersion": null, + "name": "recruitment-actual", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-recruitment-actual", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-actual", + "code": "recruitment-actual", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-recruitment-actual" + }, + { + "description": "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity/5.0.0", + "expression": "Observation.component.value.ofType(Quantity) | Observation.component.value.ofType(SampledData)", + "fhirVersion": null, + "name": "component-value-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "code": "component-value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-value-quantity" + }, + { + "description": "Name of a resource mentioned in a capability statement", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource/5.0.0", + "expression": "CapabilityStatement.rest.resource.type", + "fhirVersion": null, + "name": "resource", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-resource", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", + "code": "resource", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-resource" + }, + { + "description": "Definition that this type is constrained/specialized from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-base/5.0.0", + "expression": "StructureDefinition.baseDefinition", + "fhirVersion": null, + "name": "base", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-base", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", + "code": "base", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-base" + }, + { + "description": "What the molecular sequence is about, when it is not about the subject of record", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-focus/5.0.0", + "expression": "MolecularSequence.focus", + "fhirVersion": null, + "name": "focus", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-focus", + "code": "focus", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["MolecularSequence"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MolecularSequence-focus" + }, + { + "description": "The status of the imaging selection", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-status/5.0.0", + "expression": "ImagingSelection.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-status" + }, + { + "description": "The source of the decision", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-author/5.0.0", + "expression": "MessageHeader.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-author" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [Person](person.html): A portion of name using some kind of phonetic matching algorithm\r\n* [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm\r\n* [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-phonetic/5.0.0", + "expression": "Patient.name | Person.name | Practitioner.name | RelatedPerson.name", + "fhirVersion": null, + "name": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-phonetic", + "processingMode": "phonetic", + "url": "http://hl7.org/fhir/SearchParameter/individual-phonetic", + "code": "phonetic", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-phonetic" + }, + { + "description": "Procedure request to obtain this biologically derived product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-request/5.0.0", + "expression": "BiologicallyDerivedProduct.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["ServiceRequest"], + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-request" + }, + { + "description": "Type of action performed during the event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-action/5.0.0", + "expression": "AuditEvent.action", + "fhirVersion": null, + "name": "action", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-action", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-action", + "code": "action", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-action" + }, + { + "description": "Business identifier for this product. Could be an MPID", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier/5.0.0", + "expression": "MedicinalProductDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-identifier" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of/5.0.0", + "expression": "ActivityDefinition.relatedArtifact.where(type='composed-of').resource | EventDefinition.relatedArtifact.where(type='composed-of').resource | EvidenceVariable.relatedArtifact.where(type='composed-of').resource | Library.relatedArtifact.where(type='composed-of').resource | Measure.relatedArtifact.where(type='composed-of').resource | PlanDefinition.relatedArtifact.where(type='composed-of').resource", + "fhirVersion": null, + "name": "composed-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-composed-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-composed-of", + "code": "composed-of", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-composed-of" + }, + { + "description": "UDI associated with a line item product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi/5.0.0", + "expression": "ExplanationOfBenefit.item.udi", + "fhirVersion": null, + "name": "item-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-item-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-item-udi", + "code": "item-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-item-udi" + }, + { + "description": "The reference to the reporter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-reporter/5.0.0", + "expression": "PaymentNotice.reporter", + "fhirVersion": null, + "name": "reporter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-reporter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-reporter", + "code": "reporter", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-reporter" + }, + { + "description": "The identity of a patient, animal or group to list statements for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionIntake-subject/5.0.0", + "expression": "NutritionIntake.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionIntake-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["NutritionIntake"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionIntake-subject" + }, + { + "description": "A (part of the) address of the location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address/5.0.0", + "expression": "Location.address", + "fhirVersion": null, + "name": "address", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address", + "code": "address", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address" + }, + { + "description": "The artifact under test", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact/5.0.0", + "expression": "TestScript.scope.artifact", + "fhirVersion": null, + "name": "scope-artifact", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-scope-artifact", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact", + "code": "scope-artifact", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["TestScript"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestScript-scope-artifact" + }, + { + "description": "The specific service (by coding) that is to be performed during this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-service-type/5.0.0", + "expression": "Appointment.serviceType.concept", + "fhirVersion": null, + "name": "service-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-service-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-type", + "code": "service-type", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-service-type" + }, + { + "description": "Part of referenced CarePlan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-part-of/5.0.0", + "expression": "CarePlan.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["CarePlan"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-part-of" + }, + { + "description": "Whether the patient record is active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-active/5.0.0", + "expression": "Patient.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-active" + }, + { + "description": "The clinician performing the assessment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer/5.0.0", + "expression": "ClinicalImpression.performer", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-performer" + }, + { + "description": "Who participated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent/5.0.0", + "expression": "Provenance.agent.who", + "fhirVersion": null, + "name": "agent", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent", + "code": "agent", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-agent" + }, + { + "description": "The identity of the individual who administered the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer/5.0.0", + "expression": "MedicationAdministration.performer.actor.reference", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-performer" + }, + { + "description": "CarePlan replaced by this CarePlan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-replaces/5.0.0", + "expression": "CarePlan.replaces", + "fhirVersion": null, + "name": "replaces", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-replaces", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", + "code": "replaces", + "packageVersion": "5.0.0", + "target": ["CarePlan"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-replaces" + }, + { + "description": "Code and coded value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-concept/5.0.0", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-concept", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ], + "status": "active", + "id": "Observation-code-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", + "code": "code-value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-code-value-concept" + }, + { + "description": "Unique identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier/5.0.0", + "expression": "PackagedProductDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-identifier" + }, + { + "description": "The identity of a patient for whom to list dispenses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-patient/5.0.0", + "expression": "BiologicallyDerivedProductDispense.patient", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProductDispense-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["BiologicallyDerivedProductDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense-patient" + }, + { + "description": "Name of system", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-source/5.0.0", + "expression": "MessageHeader.source.name", + "fhirVersion": null, + "name": "source", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-source", + "code": "source", + "packageVersion": "5.0.0", + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-source" + }, + { + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ], + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): The entity that caused the expenses\r\n* [AdverseEvent](adverseevent.html): Subject impacted by event\r\n* [AllergyIntolerance](allergyintolerance.html): Who the sensitivity is for\r\n* [Appointment](appointment.html): One of the individuals of the appointment is this patient\r\n* [AppointmentResponse](appointmentresponse.html): This Response is for this Patient\r\n* [AuditEvent](auditevent.html): Where the activity involved patient data\r\n* [Basic](basic.html): Identifies the focus of this resource\r\n* [BodyStructure](bodystructure.html): Who this is about\r\n* [CarePlan](careplan.html): Who the care plan is for\r\n* [CareTeam](careteam.html): Who care team is for\r\n* [ChargeItem](chargeitem.html): Individual service was done for/to\r\n* [Claim](claim.html): Patient receiving the products or services\r\n* [ClaimResponse](claimresponse.html): The subject of care\r\n* [ClinicalImpression](clinicalimpression.html): Patient assessed\r\n* [Communication](communication.html): Focus of message\r\n* [CommunicationRequest](communicationrequest.html): Focus of message\r\n* [Composition](composition.html): Who and/or what the composition is about\r\n* [Condition](condition.html): Who has the condition?\r\n* [Consent](consent.html): Who the consent applies to\r\n* [Contract](contract.html): The identity of the subject of the contract (if a patient)\r\n* [Coverage](coverage.html): Retrieve coverages for a patient\r\n* [CoverageEligibilityRequest](coverageeligibilityrequest.html): The reference to the patient\r\n* [CoverageEligibilityResponse](coverageeligibilityresponse.html): The reference to the patient\r\n* [DetectedIssue](detectedissue.html): Associated patient\r\n* [DeviceRequest](devicerequest.html): Individual the service is ordered for\r\n* [DeviceUsage](deviceusage.html): Search by patient who used / uses the device\r\n* [DiagnosticReport](diagnosticreport.html): The subject of the report if a patient\r\n* [DocumentReference](documentreference.html): Who/what is the subject of the document\r\n* [Encounter](encounter.html): The patient present at the encounter\r\n* [EnrollmentRequest](enrollmentrequest.html): The party to be enrolled\r\n* [EpisodeOfCare](episodeofcare.html): The patient who is the focus of this episode of care\r\n* [ExplanationOfBenefit](explanationofbenefit.html): The reference to the patient\r\n* [FamilyMemberHistory](familymemberhistory.html): The identity of a subject to list family member history items for\r\n* [Flag](flag.html): The identity of a subject to list flags for\r\n* [Goal](goal.html): Who this goal is intended for\r\n* [GuidanceResponse](guidanceresponse.html): The identity of a patient to search for guidance response results\r\n* [ImagingSelection](imagingselection.html): Who the study is about\r\n* [ImagingStudy](imagingstudy.html): Who the study is about\r\n* [Immunization](immunization.html): The patient for the vaccination record\r\n* [ImmunizationEvaluation](immunizationevaluation.html): The patient being evaluated\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Who this profile is for\r\n* [Invoice](invoice.html): Recipient(s) of goods and services\r\n* [List](list.html): If all resources have the same subject\r\n* [MeasureReport](measurereport.html): The identity of a patient to search for individual measure report results for\r\n* [MedicationAdministration](medicationadministration.html): The identity of a patient to list administrations for\r\n* [MedicationDispense](medicationdispense.html): The identity of a patient to list dispenses for\r\n* [MedicationRequest](medicationrequest.html): Returns prescriptions for a specific patient\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific patient.\r\n* [MolecularSequence](molecularsequence.html): The subject that the sequence is about\r\n* [NutritionIntake](nutritionintake.html): Returns statements for a specific patient.\r\n* [NutritionOrder](nutritionorder.html): The identity of the individual or set of individuals who requires the diet, formula or nutritional supplement\r\n* [Observation](observation.html): The subject that the observation is about (if patient)\r\n* [Person](person.html): The Person links to this Patient\r\n* [Procedure](procedure.html): Search by subject - a patient\r\n* [Provenance](provenance.html): Where the activity involved patient data\r\n* [QuestionnaireResponse](questionnaireresponse.html): The patient that is the subject of the questionnaire response\r\n* [RelatedPerson](relatedperson.html): The patient this related person is related to\r\n* [RequestOrchestration](requestorchestration.html): The identity of a patient to search for request orchestrations\r\n* [ResearchSubject](researchsubject.html): Who or what is part of study\r\n* [RiskAssessment](riskassessment.html): Who/what does assessment apply to?\r\n* [ServiceRequest](servicerequest.html): Search by subject - a patient\r\n* [Specimen](specimen.html): The patient the specimen comes from\r\n* [SupplyDelivery](supplydelivery.html): Patient for whom the item is supplied\r\n* [SupplyRequest](supplyrequest.html): The patient or subject for whom the supply is destined\r\n* [Task](task.html): Search by patient\r\n* [VisionPrescription](visionprescription.html): The identity of a patient to list dispenses for\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-patient/5.0.0", + "expression": "Account.subject.where(resolve() is Patient) | AdverseEvent.subject.where(resolve() is Patient) | AllergyIntolerance.patient | Appointment.participant.actor.where(resolve() is Patient) | Appointment.subject.where(resolve() is Patient) | AppointmentResponse.actor.where(resolve() is Patient) | AuditEvent.patient | Basic.subject.where(resolve() is Patient) | BodyStructure.patient | CarePlan.subject.where(resolve() is Patient) | CareTeam.subject.where(resolve() is Patient) | ChargeItem.subject.where(resolve() is Patient) | Claim.patient | ClaimResponse.patient | ClinicalImpression.subject.where(resolve() is Patient) | Communication.subject.where(resolve() is Patient) | CommunicationRequest.subject.where(resolve() is Patient) | Composition.subject.where(resolve() is Patient) | Condition.subject.where(resolve() is Patient) | Consent.subject.where(resolve() is Patient) | Contract.subject.where(resolve() is Patient) | Coverage.beneficiary | CoverageEligibilityRequest.patient | CoverageEligibilityResponse.patient | DetectedIssue.subject.where(resolve() is Patient) | DeviceRequest.subject.where(resolve() is Patient) | DeviceUsage.patient | DiagnosticReport.subject.where(resolve() is Patient) | DocumentReference.subject.where(resolve() is Patient) | Encounter.subject.where(resolve() is Patient) | EnrollmentRequest.candidate | EpisodeOfCare.patient | ExplanationOfBenefit.patient | FamilyMemberHistory.patient | Flag.subject.where(resolve() is Patient) | Goal.subject.where(resolve() is Patient) | GuidanceResponse.subject.where(resolve() is Patient) | ImagingSelection.subject.where(resolve() is Patient) | ImagingStudy.subject.where(resolve() is Patient) | Immunization.patient | ImmunizationEvaluation.patient | ImmunizationRecommendation.patient | Invoice.subject.where(resolve() is Patient) | List.subject.where(resolve() is Patient) | MeasureReport.subject.where(resolve() is Patient) | MedicationAdministration.subject.where(resolve() is Patient) | MedicationDispense.subject.where(resolve() is Patient) | MedicationRequest.subject.where(resolve() is Patient) | MedicationStatement.subject.where(resolve() is Patient) | MolecularSequence.subject.where(resolve() is Patient) | NutritionIntake.subject.where(resolve() is Patient) | NutritionOrder.subject.where(resolve() is Patient) | Observation.subject.where(resolve() is Patient) | Person.link.target.where(resolve() is Patient) | Procedure.subject.where(resolve() is Patient) | Provenance.patient | QuestionnaireResponse.subject.where(resolve() is Patient) | RelatedPerson.patient | RequestOrchestration.subject.where(resolve() is Patient) | ResearchSubject.subject.where(resolve() is Patient) | RiskAssessment.subject.where(resolve() is Patient) | ServiceRequest.subject.where(resolve() is Patient) | Specimen.subject.where(resolve() is Patient) | SupplyDelivery.patient | SupplyRequest.deliverFor | Task.for.where(resolve() is Patient) | VisionPrescription.patient", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": [ + "Account", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "AuditEvent", + "Basic", + "BodyStructure", + "CarePlan", + "CareTeam", + "ChargeItem", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EnrollmentRequest", + "EpisodeOfCare", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "Goal", + "GuidanceResponse", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "MolecularSequence", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Person", + "Procedure", + "Provenance", + "QuestionnaireResponse", + "RelatedPerson", + "RequestOrchestration", + "ResearchSubject", + "RiskAssessment", + "ServiceRequest", + "Specimen", + "SupplyDelivery", + "SupplyRequest", + "Task", + "VisionPrescription" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-patient" + }, + { + "description": "The identity of a patient for whom to list associations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-patient/5.0.0", + "expression": "DeviceAssociation.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-patient" + }, + { + "description": "Identifies elements being mapped", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-code/5.0.0", + "expression": "ConceptMap.group.element.code", + "fhirVersion": null, + "name": "source-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code", + "code": "source-code", + "packageVersion": "5.0.0", + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-source-code" + }, + { + "description": "Recipient(s) of goods and services", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-subject/5.0.0", + "expression": "Invoice.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-subject" + }, + { + "description": "An identifier for the location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-identifier/5.0.0", + "expression": "Location.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-identifier" + }, + { + "description": "The expiration date of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-expiration-date/5.0.0", + "expression": "Device.expirationDate", + "fhirVersion": null, + "name": "expiration-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-expiration-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-expiration-date", + "code": "expiration-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-expiration-date" + }, + { + "description": "Reference to a concept (by class)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-substance-code/5.0.0", + "expression": "Ingredient.substance.code.concept", + "fhirVersion": null, + "name": "substance-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-substance-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-code", + "code": "substance-code", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-substance-code" + }, + { + "description": "active | inactive | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-status/5.0.0", + "expression": "Flag.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Flag-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Flag"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Flag-status" + }, + { + "description": "A coded conclusion (interpretation/impression) on the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion/5.0.0", + "expression": "DiagnosticReport.conclusionCode", + "fhirVersion": null, + "name": "conclusion", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-conclusion", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion", + "code": "conclusion", + "packageVersion": "5.0.0", + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-conclusion" + }, + { + "description": "Classification of patient encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-class/5.0.0", + "expression": "Encounter.class", + "fhirVersion": null, + "name": "class", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-class", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-class", + "code": "class", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-class" + }, + { + "description": "Descriptive name for the list", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-title/5.0.0", + "expression": "List.title", + "fhirVersion": null, + "name": "title", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-title", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-title", + "code": "title", + "packageVersion": "5.0.0", + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-title" + }, + { + "description": "The free/busy status of the appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-status/5.0.0", + "expression": "Slot.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-status" + }, + { + "description": "partial | completed | entered-in-error | health-unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status/5.0.0", + "expression": "FamilyMemberHistory.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["FamilyMemberHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory-status" + }, + { + "description": "The actual content of the message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-focus/5.0.0", + "expression": "MessageHeader.focus", + "fhirVersion": null, + "name": "focus", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", + "code": "focus", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-focus" + }, + { + "description": "A channel of communication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium/5.0.0", + "expression": "CommunicationRequest.medium", + "fhirVersion": null, + "name": "medium", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-medium", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", + "code": "medium", + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-medium" + }, + { + "description": "The type of resources the group contains", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-type/5.0.0", + "expression": "Group.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-type" + }, + { + "description": "How the subject was exposed to the substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route/5.0.0", + "expression": "AllergyIntolerance.reaction.exposureRoute", + "fhirVersion": null, + "name": "route", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-route", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route", + "code": "route", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-route" + }, + { + "description": "Returns medication request to be administered on a specific date or within a date range", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date/5.0.0", + "expression": "MedicationRequest.dosageInstruction.timing.event | (MedicationRequest.dosageInstruction.timing.repeat.bounds.ofType(Period))", + "fhirVersion": null, + "name": "combo-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-combo-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-combo-date", + "code": "combo-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-combo-date" + }, + { + "description": "Searches for locations with a specific kind of status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-status/5.0.0", + "expression": "Location.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-status" + }, + { + "description": "Author of the Linkage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-author/5.0.0", + "expression": "Linkage.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-author", + "code": "author", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["Linkage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Linkage-author" + }, + { + "description": "The identity of a subject to list flags for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-subject/5.0.0", + "expression": "Flag.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Flag-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Procedure", + "PlanDefinition", + "Group", + "Practitioner", + "Location", + "Patient", + "Medication" + ], + "base": ["Flag"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Flag-subject" + }, + { + "description": "Is the schedule in active use", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-active/5.0.0", + "expression": "Schedule.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-active" + }, + { + "description": "Who or what participated in the activities related to the condition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-participant-actor/5.0.0", + "expression": "Condition.participant.actor", + "fhirVersion": null, + "name": "participant-actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-participant-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-participant-actor", + "code": "participant-actor", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-participant-actor" + }, + { + "description": "actual | potential", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality/5.0.0", + "expression": "AdverseEvent.actuality", + "fhirVersion": null, + "name": "actuality", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-actuality", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", + "code": "actuality", + "packageVersion": "5.0.0", + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-actuality" + }, + { + "description": "The status of the issue", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-status/5.0.0", + "expression": "DetectedIssue.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-status" + }, + { + "description": "The EligibilityRequest provider", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor/5.0.0", + "expression": "CoverageEligibilityResponse.requestor", + "fhirVersion": null, + "name": "requestor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-requestor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-requestor", + "code": "requestor", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-requestor" + }, + { + "description": "Validation information for out parameters", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile/5.0.0", + "expression": "OperationDefinition.outputProfile", + "fhirVersion": null, + "name": "output-profile", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-output-profile", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", + "code": "output-profile", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-output-profile" + }, + { + "description": "The medicinal product that this is an administrable form of. This is not a reference to the item(s) that make up this administrable form - it is the whole product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of/5.0.0", + "expression": "AdministrableProductDefinition.formOf", + "fhirVersion": null, + "name": "form-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-form-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-form-of", + "code": "form-of", + "packageVersion": "5.0.0", + "target": ["MedicinalProductDefinition"], + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-form-of" + }, + { + "description": "The organization that receives the services from the participating organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization/5.0.0", + "expression": "OrganizationAffiliation.organization", + "fhirVersion": null, + "name": "primary-organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-primary-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-primary-organization", + "code": "primary-organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-primary-organization" + }, + { + "description": "Body structure Where procedure is going to be done", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-body-structure/5.0.0", + "expression": "ServiceRequest.bodyStructure", + "fhirVersion": null, + "name": "body-structure", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-body-structure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-structure", + "code": "body-structure", + "packageVersion": "5.0.0", + "target": ["BodyStructure"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-body-structure" + }, + { + "description": "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-operational-status/5.0.0", + "expression": "Location.operationalStatus", + "fhirVersion": null, + "name": "operational-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-operational-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-operational-status", + "code": "operational-status", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-operational-status" + }, + { + "description": "The series being followed by the provider", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-series/5.0.0", + "expression": "Immunization.protocolApplied.series", + "fhirVersion": null, + "name": "series", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-series", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-series", + "code": "series", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-series" + }, + { + "description": "The identity of the individual or group to list administrations for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject/5.0.0", + "expression": "MedicationAdministration.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-subject" + }, + { + "description": "The identifier of the component", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier/5.0.0", + "expression": "DeviceDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-identifier" + }, + { + "description": "Combination of relation and relatesTo", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relationship/5.0.0", + "expression": "DocumentReference.relatesTo", + "fhirVersion": null, + "multipleOr": false, + "name": "relationship", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "expression": "target" + } + ], + "status": "draft", + "id": "DocumentReference-relationship", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship", + "code": "relationship", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-relationship" + }, + { + "description": "The diagnosis or procedure relevant to the encounter (coded)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-code/5.0.0", + "expression": "Encounter.diagnosis.condition.concept", + "fhirVersion": null, + "name": "diagnosis-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-diagnosis-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-code", + "code": "diagnosis-code", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-diagnosis-code" + }, + { + "description": "Returns dispenses where dispensing activity began on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded/5.0.0", + "expression": "MedicationDispense.recorded", + "fhirVersion": null, + "name": "recorded", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-recorded", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-recorded", + "code": "recorded", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-recorded" + }, + { + "description": "Who did assessment?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-performer/5.0.0", + "expression": "RiskAssessment.performer", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-performer" + }, + { + "description": "Category of the medication or product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type/5.0.0", + "expression": "MedicationKnowledge.productType", + "fhirVersion": null, + "name": "product-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-product-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-product-type", + "code": "product-type", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-product-type" + }, + { + "description": "Individual who was performing", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor/5.0.0", + "expression": "ChargeItem.performer.actor", + "fhirVersion": null, + "name": "performer-actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performer-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-actor", + "code": "performer-actor", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-performer-actor" + }, + { + "description": "Allows the product to be classified by various systems", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification/5.0.0", + "expression": "MedicinalProductDefinition.classification", + "fhirVersion": null, + "name": "product-classification", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-product-classification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-product-classification", + "code": "product-classification", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-product-classification" + }, + { + "description": "Main clinical acts documented as references", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-event-reference/5.0.0", + "expression": "Composition.event.detail.reference", + "fhirVersion": null, + "name": "event-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-event-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-event-reference", + "code": "event-reference", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-event-reference" + }, + { + "description": "Returns medications for a specific dose form", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-form/5.0.0", + "fhirVersion": null, + "name": "form", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-form", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-form", + "code": "form", + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-form" + }, + { + "description": "The subject that the sequence is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MolecularSequence-subject/5.0.0", + "expression": "MolecularSequence.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MolecularSequence-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MolecularSequence-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "NutritionProduct", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Patient" + ], + "base": ["MolecularSequence"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MolecularSequence-subject" + }, + { + "description": "in-progress | completed | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Transport-status/5.0.0", + "expression": "Transport.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Transport-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Transport-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Transport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Transport-status" + }, + { + "description": "Search by recommended type of performer (e.g., Requester, Performer, Scheduler).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-performer/5.0.0", + "expression": "Task.requestedPerformer.concept", + "fhirVersion": null, + "name": "performer", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-performer", + "code": "performer", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-performer" + }, + { + "description": "When the report was issued", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued/5.0.0", + "expression": "DiagnosticReport.issued", + "fhirVersion": null, + "name": "issued", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-issued", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-issued" + }, + { + "description": "Abatement as age or age range", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-age/5.0.0", + "expression": "Condition.abatement.ofType(Age) | Condition.abatement.ofType(Range)", + "fhirVersion": null, + "name": "abatement-age", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-age", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-age", + "code": "abatement-age", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-abatement-age" + }, + { + "description": "Factor overriding the associated rules", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override/5.0.0", + "expression": "ChargeItem.totalPriceComponent.factor", + "fhirVersion": null, + "name": "factor-override", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-factor-override", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", + "code": "factor-override", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-factor-override" + }, + { + "description": "The body site studied", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite-reference/5.0.0", + "expression": "DocumentReference.bodySite.reference", + "fhirVersion": null, + "name": "bodysite-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-bodysite-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite-reference", + "code": "bodysite-reference", + "packageVersion": "5.0.0", + "target": ["BodyStructure"], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-bodysite-reference" + }, + { + "description": "Logical id of this artifact", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-id/5.0.0", + "expression": "Resource.id", + "fhirVersion": null, + "name": "_id", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Resource-id", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-id", + "code": "_id", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-id" + }, + { + "description": "Search by task owner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-owner/5.0.0", + "expression": "Task.owner", + "fhirVersion": null, + "name": "owner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-owner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-owner", + "code": "owner", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-owner" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical/5.0.0", + "expression": "Communication.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-instantiates-canonical" + }, + { + "description": "An external identifier for the test report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-identifier/5.0.0", + "expression": "TestReport.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-identifier" + }, + { + "description": "What is being requested/ordered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-code-concept/5.0.0", + "expression": "ServiceRequest.code.concept", + "fhirVersion": null, + "name": "code-concept", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-code-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-concept", + "code": "code-concept", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-code-concept" + }, + { + "description": "Primary specimen (false) or derived specimen (true)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived/5.0.0", + "expression": "SpecimenDefinition.typeTested.isDerived", + "fhirVersion": null, + "name": "is-derived", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-is-derived", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-is-derived", + "code": "is-derived", + "packageVersion": "5.0.0", + "base": ["SpecimenDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition-is-derived" + }, + { + "description": "Select validation information for data that was attested to using the specified method", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-method/5.0.0", + "expression": "VerificationResult.attestation.communicationMethod", + "fhirVersion": null, + "name": "attestation-method", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-attestation-method", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-method", + "code": "attestation-method", + "packageVersion": "5.0.0", + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-attestation-method" + }, + { + "description": "The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status/5.0.0", + "expression": "RegulatedAuthorization.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-status" + }, + { + "description": "The organization (facility) responsible for this encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-service-provider/5.0.0", + "expression": "Encounter.serviceProvider", + "fhirVersion": null, + "name": "service-provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-service-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", + "code": "service-provider", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-service-provider" + }, + { + "description": "Product administrator", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by/5.0.0", + "expression": "InsurancePlan.administeredBy", + "fhirVersion": null, + "name": "administered-by", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-administered-by", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-administered-by", + "code": "administered-by", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-administered-by" + }, + { + "description": "Provides limited support for reverse chaining - that is, selecting resources based on the properties of resources that refer to them (instead of chaining where resources can be selected based on the properties of resources that they refer to). See the FHIR search page for further documentation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-has/5.0.0", + "fhirVersion": null, + "name": "_has", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-has", + "processingMode": "other", + "url": "http://hl7.org/fhir/SearchParameter/Resource-has", + "code": "_has", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-has" + }, + { + "description": "The imaging study from which the imaging selection was derived", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from/5.0.0", + "expression": "ImagingSelection.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-derived-from", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-derived-from", + "code": "derived-from", + "packageVersion": "5.0.0", + "target": ["ImagingStudy", "DocumentReference"], + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-derived-from" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical/5.0.0", + "expression": "Procedure.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-instantiates-canonical" + }, + { + "description": "UDI associated with a line item detail product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi/5.0.0", + "expression": "ExplanationOfBenefit.item.detail.udi", + "fhirVersion": null, + "name": "detail-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-detail-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-detail-udi", + "code": "detail-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-detail-udi" + }, + { + "description": "Who created", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-author/5.0.0", + "expression": "Basic.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Basic-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Basic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Basic-author" + }, + { + "description": "The location of the Healthcare Service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-location/5.0.0", + "expression": "HealthcareService.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-location" + }, + { + "description": "A source definition of the contract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-instantiates/5.0.0", + "expression": "Contract.instantiatesUri", + "fhirVersion": null, + "name": "instantiates", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-instantiates", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-instantiates", + "code": "instantiates", + "packageVersion": "5.0.0", + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-instantiates" + }, + { + "description": "Member of the CareTeam", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team/5.0.0", + "expression": "ExplanationOfBenefit.careTeam.provider", + "fhirVersion": null, + "name": "care-team", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-care-team", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", + "code": "care-team", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-care-team" + }, + { + "description": "The period covered by the documentation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-period/5.0.0", + "expression": "Composition.event.period", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-period" + }, + { + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic/5.0.0", + "expression": "InsurancePlan.name", + "fhirVersion": null, + "name": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-phonetic", + "processingMode": "phonetic", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-phonetic", + "code": "phonetic", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-phonetic" + }, + { + "description": "A device within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-device", + "code": "device", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-device" + }, + { + "description": "Returns medications made or sold for this marketing authorization holder", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder/5.0.0", + "expression": "Medication.marketingAuthorizationHolder", + "fhirVersion": null, + "name": "marketingauthorizationholder", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-marketingauthorizationholder", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-marketingauthorizationholder", + "code": "marketingauthorizationholder", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-marketingauthorizationholder" + }, + { + "description": "The period of the measure report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-period/5.0.0", + "expression": "MeasureReport.period", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-period" + }, + { + "description": "The event that triggers the message or link to the event definition.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-event/5.0.0", + "expression": "MessageDefinition.event.ofType(Coding)", + "fhirVersion": null, + "name": "event", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", + "code": "event", + "packageVersion": "5.0.0", + "base": ["MessageDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageDefinition-event" + }, + { + "description": "Is the Organization record active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-active/5.0.0", + "expression": "Organization.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-active" + }, + { + "description": "Protocol/Profile/Standard to be used with this endpoint connection", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-connection-type/5.0.0", + "expression": "Endpoint.connectionType", + "fhirVersion": null, + "name": "connection-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-connection-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", + "code": "connection-type", + "packageVersion": "5.0.0", + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-connection-type" + }, + { + "description": "A search by a relationship type", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship/5.0.0", + "expression": "FamilyMemberHistory.relationship", + "fhirVersion": null, + "name": "relationship", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-relationship", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship", + "code": "relationship", + "packageVersion": "5.0.0", + "base": ["FamilyMemberHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory-relationship" + }, + { + "description": "Business Identifier for study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier/5.0.0", + "expression": "ResearchStudy.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-identifier" + }, + { + "description": "Persistent identifier for the bundle", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-identifier/5.0.0", + "expression": "Bundle.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Bundle-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle-identifier" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri/5.0.0", + "expression": "Procedure.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-instantiates-uri" + }, + { + "description": "High or low level categorization, e.g. polymer vs. nucleic acid or linear vs. branch chain", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification/5.0.0", + "expression": "SubstanceDefinition.classification", + "fhirVersion": null, + "name": "classification", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceDefinition-classification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-classification", + "code": "classification", + "packageVersion": "5.0.0", + "base": ["SubstanceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition-classification" + }, + { + "description": "The type of actor", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ActorDefinition-type/5.0.0", + "expression": "ActorDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActorDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ActorDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["ActorDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ActorDefinition-type" + }, + { + "description": "Refers to the specific entity that caused the adverse event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-substance/5.0.0", + "expression": "(AdverseEvent.suspectEntity.instance as Reference)", + "fhirVersion": null, + "name": "substance", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-substance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", + "code": "substance", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Procedure", + "MedicationStatement", + "ResearchStudy", + "MedicationAdministration", + "BiologicallyDerivedProduct", + "Immunization", + "Substance", + "Medication" + ], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-substance" + }, + { + "description": "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity/5.0.0", + "expression": "Observation.value.ofType(Quantity) | Observation.value.ofType(SampledData) | Observation.component.value.ofType(Quantity) | Observation.component.value.ofType(SampledData)", + "fhirVersion": null, + "name": "combo-value-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-combo-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "code": "combo-value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-value-quantity" + }, + { + "description": "Context of activities covered by this rule", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-purpose/5.0.0", + "expression": "Consent.provision.purpose", + "fhirVersion": null, + "name": "purpose", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-purpose", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-purpose", + "code": "purpose", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-purpose" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome/5.0.0", + "expression": "PaymentReconciliation.outcome", + "fhirVersion": null, + "name": "outcome", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-outcome", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", + "code": "outcome", + "packageVersion": "5.0.0", + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-outcome" + }, + { + "description": "Additional details about where the content was created (e.g. clinical specialty)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-setting/5.0.0", + "expression": "DocumentReference.practiceSetting", + "fhirVersion": null, + "name": "setting", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-setting", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-setting", + "code": "setting", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-setting" + }, + { + "description": "When the resource version last changed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-lastUpdated/5.0.0", + "expression": "Resource.meta.lastUpdated", + "fhirVersion": null, + "name": "_lastUpdated", + "type": "date", + "resourceType": "SearchParameter", + "status": "active", + "id": "Resource-lastUpdated", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated", + "code": "_lastUpdated", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-lastUpdated" + }, + { + "description": "A code for the StructureDefinition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword/5.0.0", + "expression": "StructureDefinition.keyword", + "fhirVersion": null, + "name": "keyword", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "StructureDefinition-keyword", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", + "code": "keyword", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-keyword" + }, + { + "description": "The ClaimResponse", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-response/5.0.0", + "expression": "PaymentNotice.response", + "fhirVersion": null, + "name": "response", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-response", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", + "code": "response", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-response" + }, + { + "description": "The body site code associated with the imaging selection", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site/5.0.0", + "expression": "ImagingSelection.bodySite.concept", + "fhirVersion": null, + "name": "body-site", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-body-site", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-site", + "code": "body-site", + "packageVersion": "5.0.0", + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-body-site" + }, + { + "description": "Who the study is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-subject/5.0.0", + "expression": "ImagingStudy.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Device", "Group", "Patient"], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-subject" + }, + { + "description": "A category for the characteristic", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type/5.0.0", + "expression": "MedicinalProductDefinition.characteristic.type", + "fhirVersion": null, + "name": "characteristic-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-characteristic-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic-type", + "code": "characteristic-type", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-characteristic-type" + }, + { + "description": "Code used in URL", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-code/5.0.0", + "expression": "SearchParameter.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-code" + }, + { + "description": "The questionnaire the answers are provided for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire/5.0.0", + "expression": "QuestionnaireResponse.questionnaire", + "fhirVersion": null, + "name": "questionnaire", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-questionnaire", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire", + "code": "questionnaire", + "packageVersion": "5.0.0", + "target": ["Questionnaire"], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-questionnaire" + }, + { + "description": "Specific category assigned to the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification/5.0.0", + "expression": "MedicationKnowledge.medicineClassification.classification", + "fhirVersion": null, + "name": "classification", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-classification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification", + "code": "classification", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-classification" + }, + { + "description": "The uri that will receive the notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-url/5.0.0", + "expression": "Subscription.endpoint", + "fhirVersion": null, + "name": "url", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-url", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-url", + "code": "url", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-url" + }, + { + "description": "The status of the payment reconciliation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status/5.0.0", + "expression": "PaymentReconciliation.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-status" + }, + { + "description": "Actual entry", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-item/5.0.0", + "expression": "List.entry.item", + "fhirVersion": null, + "name": "item", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-item", + "code": "item", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-item" + }, + { + "description": "Who should share the information", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider/5.0.0", + "expression": "CommunicationRequest.informationProvider", + "fhirVersion": null, + "name": "information-provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-information-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-information-provider", + "code": "information-provider", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "Organization", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-information-provider" + }, + { + "description": "The udi Device Identifier (DI)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-udi-di/5.0.0", + "expression": "Device.udiCarrier.deviceIdentifier", + "fhirVersion": null, + "name": "udi-di", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-udi-di", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-di", + "code": "udi-di", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-udi-di" + }, + { + "description": "The kind of activity definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind/5.0.0", + "expression": "ActivityDefinition.kind", + "fhirVersion": null, + "name": "kind", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ActivityDefinition-kind", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-kind", + "code": "kind", + "packageVersion": "5.0.0", + "base": ["ActivityDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ActivityDefinition-kind" + }, + { + "description": "UDI associated with a line item, detail product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-detail-udi/5.0.0", + "expression": "Claim.item.detail.udi", + "fhirVersion": null, + "name": "detail-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-detail-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-detail-udi", + "code": "detail-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-detail-udi" + }, + { + "description": "Description of the purpose/content", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-topic/5.0.0", + "expression": "Communication.topic", + "fhirVersion": null, + "name": "topic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-topic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-topic", + "code": "topic", + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-topic" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-based-on/5.0.0", + "expression": "Provenance.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "Task", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ], + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-based-on" + }, + { + "description": "The status of the measure report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-status/5.0.0", + "expression": "MeasureReport.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-status" + }, + { + "description": "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-achievement-status/5.0.0", + "expression": "Goal.achievementStatus", + "fhirVersion": null, + "name": "achievement-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-achievement-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-achievement-status", + "code": "achievement-status", + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-achievement-status" + }, + { + "description": "Date record was first recorded", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-recorded-date/5.0.0", + "expression": "Condition.recordedDate", + "fhirVersion": null, + "name": "recorded-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-recorded-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-recorded-date", + "code": "recorded-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-recorded-date" + }, + { + "description": "A portion of the Group's name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-name/5.0.0", + "expression": "Group.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-name" + }, + { + "description": "The result disposition of the test execution", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-result/5.0.0", + "expression": "TestReport.result", + "fhirVersion": null, + "name": "result", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-result", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-result", + "code": "result", + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-result" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer/5.0.0", + "expression": "ClaimResponse.insurer", + "fhirVersion": null, + "name": "insurer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-insurer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", + "code": "insurer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-insurer" + }, + { + "description": "The identity of the subject of the contract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-subject/5.0.0", + "expression": "Contract.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-subject" + }, + { + "description": "The status of the request orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-status/5.0.0", + "expression": "RequestOrchestration.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-status" + }, + { + "description": "Select validation information for data that was validated against the specified type of primary source organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-type/5.0.0", + "expression": "VerificationResult.primarySource.type", + "fhirVersion": null, + "name": "primarysource-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-primarysource-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-type", + "code": "primarysource-type", + "packageVersion": "5.0.0", + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-primarysource-type" + }, + { + "description": "routine | urgent | asap | stat", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority/5.0.0", + "expression": "CommunicationRequest.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-priority" + }, + { + "description": "The set of accounts that may be used for billing for this Encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-account/5.0.0", + "expression": "Encounter.account", + "fhirVersion": null, + "name": "account", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-account", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-account", + "code": "account", + "packageVersion": "5.0.0", + "target": ["Account"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-account" + }, + { + "description": "Associated documentation about the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph/5.0.0", + "expression": "MedicationKnowledge.monograph.source", + "fhirVersion": null, + "name": "monograph", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monograph", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph", + "code": "monograph", + "packageVersion": "5.0.0", + "target": ["DocumentReference"], + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-monograph" + }, + { + "description": "Returns prescriptions with different priorities", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-priority/5.0.0", + "expression": "MedicationRequest.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-priority" + }, + { + "description": "The unique identifier associated with the specimen container", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-container-device/5.0.0", + "expression": "Specimen.container.device.where(resolve() is Device)", + "fhirVersion": null, + "name": "container-device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-container-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-container-device", + "code": "container-device", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-container-device" + }, + { + "description": "Returns formulary items for a specific code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FormularyItem-code/5.0.0", + "expression": "FormularyItem.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FormularyItem-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FormularyItem-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["FormularyItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FormularyItem-code" + }, + { + "description": "Activity or plan definitions used by plan definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-definition/5.0.0", + "expression": "PlanDefinition.action.definition.ofType(canonical) | PlanDefinition.action.definition.ofType(uri)", + "fhirVersion": null, + "name": "definition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-definition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", + "code": "definition", + "packageVersion": "5.0.0", + "target": [ + "ObservationDefinition", + "ActivityDefinition", + "PlanDefinition", + "MessageDefinition", + "Questionnaire", + "SpecimenDefinition" + ], + "base": ["PlanDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PlanDefinition-definition" + }, + { + "description": "The modality of the series", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-modality/5.0.0", + "expression": "ImagingStudy.series.modality", + "fhirVersion": null, + "name": "modality", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-modality", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality", + "code": "modality", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-modality" + }, + { + "description": "Vaccine recommendation status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status/5.0.0", + "expression": "ImmunizationRecommendation.recommendation.forecastStatus", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ImmunizationRecommendation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation-status" + }, + { + "description": "Business identifier for the authorization, typically assigned by the authorizing body", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier/5.0.0", + "expression": "RegulatedAuthorization.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-identifier" + }, + { + "description": "A code defined in the code system", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-code/5.0.0", + "expression": "CodeSystem.concept.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CodeSystem-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["CodeSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem-code" + }, + { + "description": "One of the HealthcareService's eligibility requirements", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-eligibility/5.0.0", + "expression": "HealthcareService.eligibility.code", + "fhirVersion": null, + "name": "eligibility", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-eligibility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-eligibility", + "code": "eligibility", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-eligibility" + }, + { + "description": "proposed | active | suspended | inactive | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-status/5.0.0", + "expression": "CareTeam.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["CareTeam"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam-status" + }, + { + "description": "Parent and other related accounts", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-relatedaccount/5.0.0", + "expression": "Account.relatedAccount.account", + "fhirVersion": null, + "name": "relatedaccount", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-relatedaccount", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-relatedaccount", + "code": "relatedaccount", + "packageVersion": "5.0.0", + "target": ["Account"], + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-relatedaccount" + }, + { + "description": "The practitioner has this specialty at an organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty/5.0.0", + "expression": "PractitionerRole.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-specialty" + }, + { + "description": "The type of regulated product, treatment, facility or activity that is being authorized", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject/5.0.0", + "expression": "RegulatedAuthorization.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Ingredient", + "Organization", + "ObservationDefinition", + "ActivityDefinition", + "PlanDefinition", + "BiologicallyDerivedProduct", + "Practitioner", + "PackagedProductDefinition", + "SubstanceDefinition", + "Location", + "MedicinalProductDefinition", + "NutritionProduct", + "DeviceDefinition", + "ResearchStudy", + "ManufacturedItemDefinition" + ], + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-subject" + }, + { + "description": "Types of resource (if a resource reference)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-target/5.0.0", + "expression": "SearchParameter.target", + "fhirVersion": null, + "name": "target", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-target", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-target", + "code": "target", + "packageVersion": "5.0.0", + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-target" + }, + { + "description": "Who is responsible for the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer/5.0.0", + "expression": "DiagnosticReport.performer", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "PractitionerRole", + "Practitioner" + ], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-performer" + }, + { + "description": "The organization that has assumed the specific responsibilities of this EpisodeOfCare", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization/5.0.0", + "expression": "EpisodeOfCare.managingOrganization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-organization" + }, + { + "description": "A reference to the image source.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-media/5.0.0", + "expression": "DiagnosticReport.media.link", + "fhirVersion": null, + "name": "media", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-media", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", + "code": "media", + "packageVersion": "5.0.0", + "target": ["DocumentReference"], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-media" + }, + { + "description": "One of the PractitionerRole's characteristics", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-characteristic/5.0.0", + "expression": "PractitionerRole.characteristic", + "fhirVersion": null, + "name": "characteristic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-characteristic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-characteristic", + "code": "characteristic", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-characteristic" + }, + { + "description": "Vaccine Product Administered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code/5.0.0", + "expression": "Immunization.vaccineCode", + "fhirVersion": null, + "name": "vaccine-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-vaccine-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code", + "code": "vaccine-code", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-vaccine-code" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): External identifier for the activity definition\r\n* [ActorDefinition](actordefinition.html): External identifier for the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): External identifier for the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): External identifier for the charge item definition\r\n* [Citation](citation.html): External identifier for the citation\r\n* [CodeSystem](codesystem.html): External identifier for the code system\r\n* [ConceptMap](conceptmap.html): External identifier for the concept map\r\n* [ConditionDefinition](conditiondefinition.html): External identifier for the condition definition\r\n* [EventDefinition](eventdefinition.html): External identifier for the event definition\r\n* [Evidence](evidence.html): External identifier for the evidence\r\n* [EvidenceReport](evidencereport.html): External identifier for the evidence report\r\n* [EvidenceVariable](evidencevariable.html): External identifier for the evidence variable\r\n* [ExampleScenario](examplescenario.html): External identifier for the example scenario\r\n* [GraphDefinition](graphdefinition.html): External identifier for the graph definition\r\n* [ImplementationGuide](implementationguide.html): External identifier for the implementation guide\r\n* [Library](library.html): External identifier for the library\r\n* [Measure](measure.html): External identifier for the measure\r\n* [MedicationKnowledge](medicationknowledge.html): Business identifier for this medication\r\n* [MessageDefinition](messagedefinition.html): External identifier for the message definition\r\n* [NamingSystem](namingsystem.html): External identifier for the naming system\r\n* [ObservationDefinition](observationdefinition.html): The unique identifier associated with the specimen definition\r\n* [OperationDefinition](operationdefinition.html): External identifier for the search parameter\r\n* [PlanDefinition](plandefinition.html): External identifier for the plan definition\r\n* [Questionnaire](questionnaire.html): External identifier for the questionnaire\r\n* [Requirements](requirements.html): External identifier for the requirements\r\n* [SearchParameter](searchparameter.html): External identifier for the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): The unique identifier associated with the SpecimenDefinition\r\n* [StructureDefinition](structuredefinition.html): External identifier for the structure definition\r\n* [StructureMap](structuremap.html): External identifier for the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Business Identifier for SubscriptionTopic\r\n* [TerminologyCapabilities](terminologycapabilities.html): External identifier for the terminology capabilities\r\n* [TestPlan](testplan.html): An identifier for the test plan\r\n* [TestScript](testscript.html): External identifier for the test script\r\n* [ValueSet](valueset.html): External identifier for the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier/5.0.0", + "expression": "ActivityDefinition.identifier | ActorDefinition.identifier | CapabilityStatement.identifier | ChargeItemDefinition.identifier | Citation.identifier | CodeSystem.identifier | ConceptMap.identifier | ConditionDefinition.identifier | EventDefinition.identifier | Evidence.identifier | EvidenceReport.identifier | EvidenceVariable.identifier | ExampleScenario.identifier | GraphDefinition.identifier | ImplementationGuide.identifier | Library.identifier | Measure.identifier | MedicationKnowledge.identifier | MessageDefinition.identifier | NamingSystem.identifier | ObservationDefinition.identifier | OperationDefinition.identifier | PlanDefinition.identifier | Questionnaire.identifier | Requirements.identifier | SearchParameter.identifier | SpecimenDefinition.identifier | StructureDefinition.identifier | StructureMap.identifier | SubscriptionTopic.identifier | TerminologyCapabilities.identifier | TestPlan.identifier | TestScript.identifier | ValueSet.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MedicationKnowledge", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-identifier" + }, + { + "description": "The organization at which this person record is being managed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-organization/5.0.0", + "expression": "Person.managingOrganization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-organization" + }, + { + "description": "The identity of a receiver to list dispenses for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver/5.0.0", + "expression": "MedicationDispense.receiver", + "fhirVersion": null, + "name": "receiver", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-receiver", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver", + "code": "receiver", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-receiver" + }, + { + "description": "This Practitioner has been marked as deceased, or has a death date entered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-deceased/5.0.0", + "expression": "Practitioner.deceased.exists() and Practitioner.deceased != false", + "fhirVersion": null, + "name": "deceased", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-deceased", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-deceased", + "code": "deceased", + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-deceased" + }, + { + "description": "The test script executed to produce this report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-testscript/5.0.0", + "expression": "TestReport.testScript", + "fhirVersion": null, + "name": "testscript", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-testscript", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-testscript", + "code": "testscript", + "packageVersion": "5.0.0", + "target": ["TestScript"], + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-testscript" + }, + { + "description": "The identity of a subject to search for individual measure report results for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-subject/5.0.0", + "expression": "MeasureReport.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-subject" + }, + { + "description": "Abatement as a string", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-string/5.0.0", + "expression": "Condition.abatement.ofType(string)", + "fhirVersion": null, + "name": "abatement-string", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-string", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", + "code": "abatement-string", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-abatement-string" + }, + { + "description": "Organization which maintains the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-custodian/5.0.0", + "expression": "DocumentReference.custodian", + "fhirVersion": null, + "name": "custodian", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-custodian", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian", + "code": "custodian", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-custodian" + }, + { + "description": "Information supporting the clinical impression", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info/5.0.0", + "expression": "ClinicalImpression.supportingInfo", + "fhirVersion": null, + "name": "supporting-info", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-supporting-info", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-supporting-info", + "code": "supporting-info", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-supporting-info" + }, + { + "description": "Code and coded value parameter pair, including in components", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept/5.0.0", + "expression": "Observation | Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "combo-code-value-concept", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ], + "status": "active", + "id": "Observation-combo-code-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", + "code": "combo-code-value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-code-value-concept" + }, + { + "description": "UDI associated with a procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-procedure-udi/5.0.0", + "expression": "Claim.procedure.udi", + "fhirVersion": null, + "name": "procedure-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-procedure-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-procedure-udi", + "code": "procedure-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-procedure-udi" + }, + { + "description": "proposal | plan | directive | order +", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-intent/5.0.0", + "expression": "ServiceRequest.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-intent" + }, + { + "description": "Careteam allocated to participate in the encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-careteam/5.0.0", + "expression": "Encounter.careTeam", + "fhirVersion": null, + "name": "careteam", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-careteam", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-careteam", + "code": "careteam", + "packageVersion": "5.0.0", + "target": ["CareTeam"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-careteam" + }, + { + "description": "Who maintains system namespace?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-responsible/5.0.0", + "expression": "NamingSystem.responsible", + "fhirVersion": null, + "name": "responsible", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-responsible", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible", + "code": "responsible", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-responsible" + }, + { + "description": "Related resource that belongs to the Observation group", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-has-member/5.0.0", + "expression": "Observation.hasMember", + "fhirVersion": null, + "name": "has-member", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-has-member", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-has-member", + "code": "has-member", + "packageVersion": "5.0.0", + "target": ["Observation", "MolecularSequence", "QuestionnaireResponse"], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-has-member" + }, + { + "description": "Reference to a concept (coded)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-code/5.0.0", + "expression": "EpisodeOfCare.reason.value.concept", + "fhirVersion": null, + "name": "reason-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-reason-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-code", + "code": "reason-code", + "packageVersion": "5.0.0", + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-reason-code" + }, + { + "description": "Type of enteral or infant formula", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-formula/5.0.0", + "expression": "NutritionOrder.enteralFormula.baseFormulaType.concept", + "fhirVersion": null, + "name": "formula", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-formula", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", + "code": "formula", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-formula" + }, + { + "description": "One of the languages that the practitioner can communicate with", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-communication/5.0.0", + "expression": "PractitionerRole.communication", + "fhirVersion": null, + "name": "communication", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-communication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-communication", + "code": "communication", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-communication" + }, + { + "description": "Value held by characteristic", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-value/5.0.0", + "expression": "(Group.characteristic.value.ofType(CodeableConcept)) | (Group.characteristic.value.ofType(boolean))", + "fhirVersion": null, + "name": "value", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-value", + "code": "value", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-value" + }, + { + "description": "The expected payment date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date/5.0.0", + "expression": "ClaimResponse.payment.date", + "fhirVersion": null, + "name": "payment-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-payment-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", + "code": "payment-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-payment-date" + }, + { + "description": "What type of performance was done", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function/5.0.0", + "expression": "ChargeItem.performer.function", + "fhirVersion": null, + "name": "performer-function", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performer-function", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performer-function", + "code": "performer-function", + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-performer-function" + }, + { + "description": "Reasons for administering the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code/5.0.0", + "expression": "MedicationAdministration.reason.concept", + "fhirVersion": null, + "name": "reason-given-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-reason-given-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given-code", + "code": "reason-given-code", + "packageVersion": "5.0.0", + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-reason-given-code" + }, + { + "description": "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-actor/5.0.0", + "expression": "Schedule.actor", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ], + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-actor" + }, + { + "description": "indication | contraindication | interaction | undesirable-effect | warning", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type/5.0.0", + "expression": "ClinicalUseDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-type" + }, + { + "description": "Status of the nutrition order.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-status/5.0.0", + "expression": "NutritionOrder.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-status" + }, + { + "description": "Profile that all resources must conform to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-global/5.0.0", + "expression": "ImplementationGuide.global.profile", + "fhirVersion": null, + "name": "global", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-global", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-global", + "code": "global", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["ImplementationGuide"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImplementationGuide-global" + }, + { + "description": "When the activity was recorded / updated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-recorded/5.0.0", + "expression": "Provenance.recorded", + "fhirVersion": null, + "name": "recorded", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-recorded", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-recorded", + "code": "recorded", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-recorded" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri/5.0.0", + "expression": "ServiceRequest.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-instantiates-uri" + }, + { + "description": "Definitional or enumerated group", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-membership/5.0.0", + "expression": "Group.membership", + "fhirVersion": null, + "name": "membership", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-membership", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-membership", + "code": "membership", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-membership" + }, + { + "description": "Classification of section (recommended)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-section/5.0.0", + "expression": "Composition.section.code", + "fhirVersion": null, + "name": "section", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-section", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-section", + "code": "section", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-section" + }, + { + "description": "The entity that caused the expenses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-subject/5.0.0", + "expression": "Account.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "Organization", + "PractitionerRole", + "Practitioner", + "Location", + "Patient" + ], + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-subject" + }, + { + "description": "A broad categorization of the service that is to be performed during this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-service-category/5.0.0", + "expression": "Appointment.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-service-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-category", + "code": "service-category", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-service-category" + }, + { + "description": "The organization that provides this Healthcare Service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-organization/5.0.0", + "expression": "HealthcareService.providedBy", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-organization" + }, + { + "description": "Who the study is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GenomicStudy-patient/5.0.0", + "expression": "GenomicStudy.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GenomicStudy-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["GenomicStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy-patient" + }, + { + "description": "The situation that is being documented as contraindicating against this item, as a code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication/5.0.0", + "expression": "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure.concept", + "fhirVersion": null, + "name": "contraindication", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-contraindication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication", + "code": "contraindication", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-contraindication" + }, + { + "description": "The ingredients of this administrable medicinal product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient/5.0.0", + "expression": "AdministrableProductDefinition.ingredient", + "fhirVersion": null, + "name": "ingredient", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-ingredient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-ingredient", + "code": "ingredient", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-ingredient" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-city/5.0.0", + "expression": "Location.address.city", + "fhirVersion": null, + "name": "address-city", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-city", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-city", + "code": "address-city", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address-city" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-country/5.0.0", + "expression": "Location.address.country", + "fhirVersion": null, + "name": "address-country", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-country", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-country", + "code": "address-country", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address-country" + }, + { + "description": "The type of specimen conditioned for testing", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested/5.0.0", + "expression": "SpecimenDefinition.typeTested.type", + "fhirVersion": null, + "name": "type-tested", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-type-tested", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type-tested", + "code": "type-tested", + "packageVersion": "5.0.0", + "base": ["SpecimenDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition-type-tested" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A state specified in an address\r\n* [Person](person.html): A state specified in an address\r\n* [Practitioner](practitioner.html): A state specified in an address\r\n* [RelatedPerson](relatedperson.html): A state specified in an address\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-state/5.0.0", + "expression": "Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state", + "fhirVersion": null, + "name": "address-state", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address-state", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-state", + "code": "address-state", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address-state" + }, + { + "description": "Who shares the information", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-sender/5.0.0", + "expression": "Communication.sender", + "fhirVersion": null, + "name": "sender", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-sender", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-sender", + "code": "sender", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "Organization", + "Endpoint", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-sender" + }, + { + "description": "The measure to return measure report results for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-measure/5.0.0", + "expression": "MeasureReport.measure", + "fhirVersion": null, + "name": "measure", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-measure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-measure", + "code": "measure", + "packageVersion": "5.0.0", + "target": ["Measure"], + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-measure" + }, + { + "description": "Profiles this resource claims to conform to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-profile/5.0.0", + "expression": "Resource.meta.profile", + "fhirVersion": null, + "name": "_profile", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Resource-profile", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-profile", + "code": "_profile", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-profile" + }, + { + "description": "not-present | example | fragment | complete | supplement", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode/5.0.0", + "expression": "CodeSystem.content", + "fhirVersion": null, + "name": "content-mode", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CodeSystem-content-mode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", + "code": "content-mode", + "packageVersion": "5.0.0", + "base": ["CodeSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem-content-mode" + }, + { + "description": "Consent Enforcer", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-controller/5.0.0", + "expression": "Consent.controller", + "fhirVersion": null, + "name": "controller", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-controller", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-controller", + "code": "controller", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "Practitioner", + "Patient" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-controller" + }, + { + "description": "The identifier of the dispense", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDispense-identifier/5.0.0", + "expression": "DeviceDispense.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDispense-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["DeviceDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense-identifier" + }, + { + "description": "Search by specific performer.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-actor/5.0.0", + "expression": "Task.performer.actor", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-actor" + }, + { + "description": "Who care team is for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-subject/5.0.0", + "expression": "CareTeam.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["CareTeam"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam-subject" + }, + { + "description": "TestScript required and validated capability", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability/5.0.0", + "expression": "TestScript.metadata.capability.description", + "fhirVersion": null, + "name": "testscript-capability", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestScript-testscript-capability", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", + "code": "testscript-capability", + "packageVersion": "5.0.0", + "base": ["TestScript"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestScript-testscript-capability" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-successor/5.0.0", + "expression": "ActivityDefinition.relatedArtifact.where(type='successor').resource | EventDefinition.relatedArtifact.where(type='successor').resource | EvidenceVariable.relatedArtifact.where(type='successor').resource | Library.relatedArtifact.where(type='successor').resource | Measure.relatedArtifact.where(type='successor').resource | PlanDefinition.relatedArtifact.where(type='successor').resource", + "fhirVersion": null, + "name": "successor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-successor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-successor", + "code": "successor", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-successor" + }, + { + "description": "Returns medications for this status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-status/5.0.0", + "expression": "Medication.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-status" + }, + { + "description": "Component code and component coded value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept/5.0.0", + "expression": "Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "component-code-value-concept", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "expression": "value.ofType(CodeableConcept)" + } + ], + "status": "active", + "id": "Observation-component-code-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", + "code": "component-code-value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-code-value-concept" + }, + { + "description": "Entity that is the custodian of the Group's definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-managing-entity/5.0.0", + "expression": "Group.managingEntity", + "fhirVersion": null, + "name": "managing-entity", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-managing-entity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-managing-entity", + "code": "managing-entity", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner" + ], + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-managing-entity" + }, + { + "description": "The status of the Coverage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-status/5.0.0", + "expression": "Coverage.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-status" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): MedicationAdministration event status (for example one of active/paused/completed/nullified)\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specified dispense status\r\n* [MedicationRequest](medicationrequest.html): Status of the prescription\r\n* [MedicationStatement](medicationstatement.html): Return statements that match the given status\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-status/5.0.0", + "expression": "MedicationAdministration.status | MedicationDispense.status | MedicationRequest.status | MedicationStatement.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/medications-status", + "code": "status", + "packageVersion": "5.0.0", + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medications-status" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-use/5.0.0", + "expression": "Location.address.use", + "fhirVersion": null, + "name": "address-use", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-use", + "code": "address-use", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address-use" + }, + { + "description": "Relevant impressions of patient state", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem/5.0.0", + "expression": "ClinicalImpression.problem", + "fhirVersion": null, + "name": "problem", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-problem", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem", + "code": "problem", + "packageVersion": "5.0.0", + "target": ["AllergyIntolerance", "Condition"], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-problem" + }, + { + "description": "The situation in which the undesirable effect may manifest, as a reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference/5.0.0", + "expression": "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect.reference", + "fhirVersion": null, + "name": "effect-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-effect-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect-reference", + "code": "effect-reference", + "packageVersion": "5.0.0", + "target": ["ObservationDefinition"], + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-effect-reference" + }, + { + "description": "Who and/or what the composition is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-subject/5.0.0", + "expression": "Composition.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-subject" + }, + { + "description": "The device type", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-type/5.0.0", + "expression": "DeviceDefinition.conformsTo.category", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-type" + }, + { + "description": "Account that is being balanced", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-account/5.0.0", + "expression": "Invoice.account", + "fhirVersion": null, + "name": "account", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-account", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-account", + "code": "account", + "packageVersion": "5.0.0", + "target": ["Account"], + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-account" + }, + { + "description": "Search by items in inventory report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryReport-item/5.0.0", + "expression": "InventoryReport.inventoryListing.item.item.concept", + "fhirVersion": null, + "name": "item", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryReport-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-item", + "code": "item", + "packageVersion": "5.0.0", + "base": ["InventoryReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryReport-item" + }, + { + "description": "A classification type and value assigned to the citation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Citation-classification/5.0.0", + "expression": "Citation.classification", + "fhirVersion": null, + "multipleOr": false, + "name": "classification", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Citation-classification-type", + "expression": "type" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Citation-classifier", + "expression": "classifier" + } + ], + "status": "draft", + "id": "Citation-classification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Citation-classification", + "code": "classification", + "packageVersion": "5.0.0", + "base": ["Citation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Citation-classification" + }, + { + "description": "The cost of the packaged medication, if the cost is a CodeableConcept", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept/5.0.0", + "fhirVersion": null, + "name": "packaging-cost-concept", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-packaging-cost-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost-concept", + "code": "packaging-cost-concept", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-packaging-cost-concept" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical/5.0.0", + "expression": "DeviceRequest.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": ["ActivityDefinition", "PlanDefinition"], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-instantiates-canonical" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-name/5.0.0", + "expression": "Person.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-name" + }, + { + "description": "Where the procedure happened", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-location/5.0.0", + "expression": "Procedure.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-location" + }, + { + "description": "Final responsibility for event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-responsible/5.0.0", + "expression": "MessageHeader.responsible", + "fhirVersion": null, + "name": "responsible", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-responsible", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", + "code": "responsible", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-responsible" + }, + { + "description": "Plan/proposal/order fulfilled by this questionnaire response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on/5.0.0", + "expression": "QuestionnaireResponse.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": ["ServiceRequest", "CarePlan"], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-based-on" + }, + { + "description": "Code that identifies this medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code/5.0.0", + "expression": "MedicationKnowledge.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-code" + }, + { + "description": "Indicates if the related person record is active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-active/5.0.0", + "expression": "RelatedPerson.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson-active" + }, + { + "description": "The party who is responsible for the request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer/5.0.0", + "expression": "CoverageEligibilityRequest.enterer", + "fhirVersion": null, + "name": "enterer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-enterer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-enterer", + "code": "enterer", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["CoverageEligibilityRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest-enterer" + }, + { + "description": "The severity of the condition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-severity/5.0.0", + "expression": "Condition.severity", + "fhirVersion": null, + "name": "severity", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-severity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-severity", + "code": "severity", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-severity" + }, + { + "description": "The model of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-model/5.0.0", + "expression": "Device.modelNumber", + "fhirVersion": null, + "name": "model", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-model", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-model", + "code": "model", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-model" + }, + { + "description": "The manufacture date of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-manufacture-date/5.0.0", + "expression": "Device.manufactureDate", + "fhirVersion": null, + "name": "manufacture-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-manufacture-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-manufacture-date", + "code": "manufacture-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-manufacture-date" + }, + { + "description": "Category (class) of observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ObservationDefinition-category/5.0.0", + "expression": "ObservationDefinition.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ObservationDefinition-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["ObservationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ObservationDefinition-category" + }, + { + "description": "The plan under which the claim was adjudicated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage/5.0.0", + "expression": "ExplanationOfBenefit.insurance.coverage", + "fhirVersion": null, + "name": "coverage", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-coverage", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", + "code": "coverage", + "packageVersion": "5.0.0", + "target": ["Coverage"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-coverage" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-status/5.0.0", + "expression": "CommunicationRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-status" + }, + { + "description": "Marks this as a profile of the base", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-base/5.0.0", + "expression": "OperationDefinition.base", + "fhirVersion": null, + "name": "base", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-base", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", + "code": "base", + "packageVersion": "5.0.0", + "target": ["OperationDefinition"], + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-base" + }, + { + "description": "The period during which the participatingOrganization is affiliated with the primary organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date/5.0.0", + "expression": "OrganizationAffiliation.period", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-date" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-status/5.0.0", + "expression": "ClinicalImpression.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-status" + }, + { + "description": "When the study began and ended", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-date/5.0.0", + "expression": "ResearchStudy.period", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-date" + }, + { + "description": "The identifier for the physical instance, typically a serial number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier/5.0.0", + "expression": "NutritionProduct.instance.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionProduct-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["NutritionProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct-identifier" + }, + { + "description": "The status of the enrollment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status/5.0.0", + "expression": "EnrollmentRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["EnrollmentRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentRequest-status" + }, + { + "description": "The manufacturer of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-manufacturer/5.0.0", + "expression": "DeviceDefinition.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-manufacturer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-manufacturer", + "code": "manufacturer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-manufacturer" + }, + { + "description": "Returns prescriptions prescribed by this prescriber", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-requester/5.0.0", + "expression": "MedicationRequest.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-requester" + }, + { + "description": "Select locations that contain the specified co-ordinates", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-contains/5.0.0", + "expression": "Location.extension('http://hl7.org/fhir/StructureDefinition/location-boundary-geojson').value", + "fhirVersion": null, + "name": "contains", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-contains", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-contains", + "code": "contains", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-contains" + }, + { + "description": "The artifact assessment identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ArtifactAssessment-identifier/5.0.0", + "expression": "ArtifactAssessment.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ArtifactAssessment-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["ArtifactAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ArtifactAssessment-identifier" + }, + { + "description": "An identifier or code by which the ingredient can be referenced", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-identifier/5.0.0", + "expression": "Ingredient.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-identifier" + }, + { + "description": "The standards, specifications, or formal guidances.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-specification/5.0.0", + "expression": "Device.conformsTo.specification", + "fhirVersion": null, + "name": "specification", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-specification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-specification", + "code": "specification", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-specification" + }, + { + "description": "Performer role", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type/5.0.0", + "expression": "ServiceRequest.performerType", + "fhirVersion": null, + "name": "performer-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-performer-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", + "code": "performer-type", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-performer-type" + }, + { + "description": "Text search against the narrative", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-text/5.0.0", + "fhirVersion": null, + "name": "_text", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-text", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-text", + "code": "_text", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-text" + }, + { + "description": "High-level category", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-service-category/5.0.0", + "expression": "Schedule.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-service-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-category", + "code": "service-category", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-service-category" + }, + { + "description": "An organization of which this organization forms a part", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-partof/5.0.0", + "expression": "Organization.partOf", + "fhirVersion": null, + "name": "partof", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-partof", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-partof", + "code": "partof", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-partof" + }, + { + "description": "Target of the relationship", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto/5.0.0", + "expression": "DocumentReference.relatesTo.target", + "fhirVersion": null, + "name": "relatesto", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-relatesto", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto", + "code": "relatesto", + "packageVersion": "5.0.0", + "target": ["DocumentReference"], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-relatesto" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The uri that identifies the activity definition\r\n* [ActorDefinition](actordefinition.html): The uri that identifies the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The uri that identifies the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The uri that identifies the charge item definition\r\n* [Citation](citation.html): The uri that identifies the citation\r\n* [CodeSystem](codesystem.html): The uri that identifies the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The uri that identifies the compartment definition\r\n* [ConceptMap](conceptmap.html): The URI that identifies the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The uri that identifies the condition definition\r\n* [EventDefinition](eventdefinition.html): The uri that identifies the event definition\r\n* [Evidence](evidence.html): The uri that identifies the evidence\r\n* [EvidenceReport](evidencereport.html): The uri that identifies the evidence report\r\n* [EvidenceVariable](evidencevariable.html): The uri that identifies the evidence variable\r\n* [ExampleScenario](examplescenario.html): The uri that identifies the example scenario\r\n* [GraphDefinition](graphdefinition.html): The uri that identifies the graph definition\r\n* [ImplementationGuide](implementationguide.html): The uri that identifies the implementation guide\r\n* [Library](library.html): The uri that identifies the library\r\n* [Measure](measure.html): The uri that identifies the measure\r\n* [MessageDefinition](messagedefinition.html): The uri that identifies the message definition\r\n* [NamingSystem](namingsystem.html): The uri that identifies the naming system\r\n* [ObservationDefinition](observationdefinition.html): The uri that identifies the observation definition\r\n* [OperationDefinition](operationdefinition.html): The uri that identifies the operation definition\r\n* [PlanDefinition](plandefinition.html): The uri that identifies the plan definition\r\n* [Questionnaire](questionnaire.html): The uri that identifies the questionnaire\r\n* [Requirements](requirements.html): The uri that identifies the requirements\r\n* [SearchParameter](searchparameter.html): The uri that identifies the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): The uri that identifies the specimen definition\r\n* [StructureDefinition](structuredefinition.html): The uri that identifies the structure definition\r\n* [StructureMap](structuremap.html): The uri that identifies the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Logical canonical URL to reference this SubscriptionTopic (globally unique)\r\n* [TerminologyCapabilities](terminologycapabilities.html): The uri that identifies the terminology capabilities\r\n* [TestPlan](testplan.html): The uri that identifies the test plan\r\n* [TestScript](testscript.html): The uri that identifies the test script\r\n* [ValueSet](valueset.html): The uri that identifies the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-url/5.0.0", + "expression": "ActivityDefinition.url | ActorDefinition.url | CapabilityStatement.url | ChargeItemDefinition.url | Citation.url | CodeSystem.url | CompartmentDefinition.url | ConceptMap.url | ConditionDefinition.url | EventDefinition.url | Evidence.url | EvidenceReport.url | EvidenceVariable.url | ExampleScenario.url | GraphDefinition.url | ImplementationGuide.url | Library.url | Measure.url | MessageDefinition.url | NamingSystem.url | ObservationDefinition.url | OperationDefinition.url | PlanDefinition.url | Questionnaire.url | Requirements.url | SearchParameter.url | SpecimenDefinition.url | StructureDefinition.url | StructureMap.url | SubscriptionTopic.url | TerminologyCapabilities.url | TestPlan.url | TestScript.url | ValueSet.url", + "fhirVersion": null, + "name": "url", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-url", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-url", + "code": "url", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-url" + }, + { + "description": "Ingredient presentation strength as ratio, numerator and denominator parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-ratio/5.0.0", + "expression": "Ingredient.substance.strength.presentation.ofType(Ratio)", + "fhirVersion": null, + "multipleOr": false, + "name": "strength-presentation-ratio", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Ingredient-numerator", + "expression": "numerator" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Ingredient-denominator", + "expression": "denominator" + } + ], + "status": "draft", + "id": "Ingredient-strength-presentation-ratio", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-ratio", + "code": "strength-presentation-ratio", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-strength-presentation-ratio" + }, + { + "description": "Human Readable name/title", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-title/5.0.0", + "expression": "Composition.title", + "fhirVersion": null, + "name": "title", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-title", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-title", + "code": "title", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-title" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use/5.0.0", + "expression": "InsurancePlan.contact.address.use", + "fhirVersion": null, + "name": "address-use", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-use", + "code": "address-use", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address-use" + }, + { + "description": "The code identifying a specific nutrition product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionProduct-code/5.0.0", + "expression": "NutritionProduct.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionProduct-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["NutritionProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct-code" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri/5.0.0", + "expression": "CarePlan.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-instantiates-uri" + }, + { + "description": "The overall status of the appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-status/5.0.0", + "expression": "Appointment.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-status" + }, + { + "description": "Kind of facility where patient was seen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-facility/5.0.0", + "expression": "DocumentReference.facilityType", + "fhirVersion": null, + "name": "facility", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-facility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-facility", + "code": "facility", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-facility" + }, + { + "description": "A portion of the given name of the related person", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-given/5.0.0", + "expression": "RelatedPerson.name.given", + "fhirVersion": null, + "name": "given", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-given", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-given", + "code": "given", + "packageVersion": "5.0.0", + "base": ["RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson-given" + }, + { + "description": "Allowed resource for this definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource/5.0.0", + "expression": "SubscriptionTopic.resourceTrigger.resource | SubscriptionTopic.eventTrigger.resource | SubscriptionTopic.canFilterBy.resource | SubscriptionTopic.notificationShape.resource", + "fhirVersion": null, + "name": "resource", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubscriptionTopic-resource", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-resource", + "code": "resource", + "packageVersion": "5.0.0", + "base": ["SubscriptionTopic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic-resource" + }, + { + "description": "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-code/5.0.0", + "expression": "ValueSet.expansion.contains.code | ValueSet.compose.include.concept.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "ValueSet-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["ValueSet"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ValueSet-code" + }, + { + "description": "Part of referenced event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-part-of/5.0.0", + "expression": "Procedure.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["Procedure", "Observation", "MedicationAdministration"], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-part-of" + }, + { + "description": "Mode - restful (server/client) or messaging (sender/receiver)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode/5.0.0", + "expression": "CapabilityStatement.rest.mode", + "fhirVersion": null, + "name": "mode", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-mode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", + "code": "mode", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-mode" + }, + { + "description": "The type of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-type/5.0.0", + "expression": "Device.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-type" + }, + { + "description": "The code of the substance or ingredient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-code/5.0.0", + "expression": "Substance.code.concept | (Substance.ingredient.substance.ofType(CodeableConcept))", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-code" + }, + { + "description": "The organization responsible for the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-organization/5.0.0", + "expression": "DeviceDefinition.owner", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-organization" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-reason-reference/5.0.0", + "expression": "Appointment.reason.reference", + "fhirVersion": null, + "name": "reason-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-reason-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-reference", + "code": "reason-reference", + "packageVersion": "5.0.0", + "target": [ + "Procedure", + "Observation", + "ImmunizationRecommendation", + "Condition" + ], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-reason-reference" + }, + { + "description": "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-message/5.0.0", + "expression": "Bundle.entry[0].resource as MessageHeader", + "fhirVersion": null, + "name": "message", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Bundle-message", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-message", + "code": "message", + "packageVersion": "5.0.0", + "target": ["MessageHeader"], + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle-message" + }, + { + "description": "The business identifier of the notice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier/5.0.0", + "expression": "PaymentNotice.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-identifier" + }, + { + "description": "Body site includedStructure structure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-includedstructure/5.0.0", + "expression": "BodyStructure.includedStructure.structure", + "fhirVersion": null, + "name": "included_structure", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-includedstructure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-includedstructure", + "code": "included_structure", + "packageVersion": "5.0.0", + "base": ["BodyStructure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BodyStructure-includedstructure" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode/5.0.0", + "expression": "InsurancePlan.contact.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-postalcode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-postalcode", + "code": "address-postalcode", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address-postalcode" + }, + { + "description": "Allows searching for QuestionnaireResponses by item value where the item has isSubject=true", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject/5.0.0", + "expression": "QuestionnaireResponse.item.where(extension('http://hl7.org/fhir/StructureDefinition/questionnaireresponse-isSubject').exists()).answer.value.ofType(Reference)", + "fhirVersion": null, + "name": "item-subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-item-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-item-subject", + "code": "item-subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-item-subject" + }, + { + "description": "current | retired | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-status/5.0.0", + "expression": "List.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-status" + }, + { + "description": "If the substance applies to only human or veterinary use", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain/5.0.0", + "expression": "SubstanceDefinition.domain", + "fhirVersion": null, + "name": "domain", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceDefinition-domain", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-domain", + "code": "domain", + "packageVersion": "5.0.0", + "base": ["SubstanceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition-domain" + }, + { + "description": "Technical endpoints providing access to electronic services operated for the healthcare service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint/5.0.0", + "expression": "HealthcareService.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-endpoint" + }, + { + "description": "Search for products that match this code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryItem-code/5.0.0", + "expression": "InventoryItem.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryItem-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["InventoryItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryItem-code" + }, + { + "description": "When the charged service was applied", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence/5.0.0", + "expression": "ChargeItem.occurrence.ofType(dateTime) | ChargeItem.occurrence.ofType(Period) | ChargeItem.occurrence.ofType(Timing)", + "fhirVersion": null, + "name": "occurrence", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-occurrence", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-occurrence" + }, + { + "description": "A resource that was validated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-target/5.0.0", + "expression": "VerificationResult.target", + "fhirVersion": null, + "name": "target", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-target", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-target", + "code": "target", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-target" + }, + { + "description": "The value of the observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-concept/5.0.0", + "expression": "Observation.value.ofType(CodeableConcept)", + "fhirVersion": null, + "name": "value-concept", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", + "code": "value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-concept" + }, + { + "description": "A language in which a designation is provided", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-language/5.0.0", + "expression": "CodeSystem.concept.designation.language", + "fhirVersion": null, + "name": "language", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CodeSystem-language", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-language", + "code": "language", + "packageVersion": "5.0.0", + "base": ["CodeSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem-language" + }, + { + "description": "Returns medications for this ingredient reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-ingredient/5.0.0", + "expression": "Medication.ingredient.item.reference", + "fhirVersion": null, + "name": "ingredient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-ingredient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient", + "code": "ingredient", + "packageVersion": "5.0.0", + "target": ["Substance", "Medication"], + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-ingredient" + }, + { + "description": "The location(s) at which the role occurs", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location/5.0.0", + "expression": "OrganizationAffiliation.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-location" + }, + { + "description": "Why list is empty", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-empty-reason/5.0.0", + "expression": "List.emptyReason", + "fhirVersion": null, + "name": "empty-reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-empty-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-empty-reason", + "code": "empty-reason", + "packageVersion": "5.0.0", + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-empty-reason" + }, + { + "description": "Steps followed in executing study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol/5.0.0", + "expression": "ResearchStudy.protocol", + "fhirVersion": null, + "name": "protocol", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-protocol", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", + "code": "protocol", + "packageVersion": "5.0.0", + "target": ["PlanDefinition"], + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-protocol" + }, + { + "description": "Vaccine Lot Number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-lot-number/5.0.0", + "expression": "Immunization.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-lot-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", + "code": "lot-number", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-lot-number" + }, + { + "description": "The administrable dose form, i.e. the dose form of the final product after necessary reconstitution or processing", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form/5.0.0", + "expression": "AdministrableProductDefinition.administrableDoseForm", + "fhirVersion": null, + "name": "dose-form", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-dose-form", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-dose-form", + "code": "dose-form", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-dose-form" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the given name of the patient\r\n* [Practitioner](practitioner.html): A portion of the given name\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-given/5.0.0", + "expression": "Patient.name.given | Practitioner.name.given", + "fhirVersion": null, + "name": "given", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-given", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-given", + "code": "given", + "packageVersion": "5.0.0", + "base": ["Patient", "Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-given" + }, + { + "description": "Search for locations where the location.position is near to, or within a specified distance of, the provided coordinates expressed as [latitude]|[longitude]|[distance]|[units] (using the WGS84 datum, see notes).\n\nServers which support the near parameter SHALL support the unit string 'km' for kilometers and SHOULD support '[mi_us]' for miles, support for other units is optional. If the units are omitted, then kms should be assumed. If the distance is omitted, then the server can use its own discretion as to what distances should be considered near (and units are irrelevant).\r\rIf the server is unable to understand the units (and does support the near search parameter), it MIGHT return an OperationOutcome and fail the search with a http status 400 BadRequest. If the server does not support the near parameter, the parameter MIGHT report the unused parameter in a bundled OperationOutcome and still perform the search ignoring the near parameter.\n\nNote: The algorithm to determine the distance is not defined by the specification, and systems might have different engines that calculate things differently. They could consider geographic point to point, or path via road, or including current traffic conditions, or just simple neighboring postcodes/localities if that's all it had access to.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-near/5.0.0", + "expression": "Location.position", + "fhirVersion": null, + "name": "near", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-near", + "processingMode": "other", + "url": "http://hl7.org/fhir/SearchParameter/Location-near", + "code": "near", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-near" + }, + { + "description": "A manufactured item of medication within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "medication", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-medication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-medication", + "code": "medication", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-medication" + }, + { + "description": "Link to an atomic result (observation resource)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-result/5.0.0", + "expression": "DiagnosticReport.result", + "fhirVersion": null, + "name": "result", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-result", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result", + "code": "result", + "packageVersion": "5.0.0", + "target": ["Observation"], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-result" + }, + { + "description": "Code and date/time value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-date/5.0.0", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-date", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "expression": "value.ofType(dateTime) | value.ofType(Period)" + } + ], + "status": "active", + "id": "Observation-code-value-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", + "code": "code-value-date", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-code-value-date" + }, + { + "description": "The service within which this service is offered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-offered-in/5.0.0", + "expression": "HealthcareService.offeredIn", + "fhirVersion": null, + "name": "offered-in", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-offered-in", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-offered-in", + "code": "offered-in", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-offered-in" + }, + { + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-specialty/5.0.0", + "expression": "Slot.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-specialty" + }, + { + "description": "Individual who was involved", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-participant/5.0.0", + "expression": "Invoice.participant.actor", + "fhirVersion": null, + "name": "participant", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant", + "code": "participant", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-participant" + }, + { + "description": "Individual the service is ordered for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-subject/5.0.0", + "expression": "DeviceRequest.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Device", "Group", "Location", "Patient"], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-subject" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-subject/5.0.0", + "expression": "Task.for", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-subject" + }, + { + "description": "active | active-but-not-recruiting | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | enrolling-by-invitation | in-review | not-yet-recruiting | recruiting | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | terminated | withdrawn", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-status/5.0.0", + "expression": "ResearchStudy.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-status" + }, + { + "description": "Whether the product is currently available.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-status/5.0.0", + "expression": "BiologicallyDerivedProduct.productStatus", + "fhirVersion": null, + "name": "product-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-product-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-status", + "code": "product-status", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-product-status" + }, + { + "description": "The identity of a patient for whom to list dispenses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-subject/5.0.0", + "expression": "MedicationDispense.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-subject" + }, + { + "description": "The cost of the packaged medication, if the cost is Money", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost/5.0.0", + "fhirVersion": null, + "name": "packaging-cost", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-packaging-cost", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-packaging-cost", + "code": "packaging-cost", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-packaging-cost" + }, + { + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address/5.0.0", + "expression": "Organization.contact.address", + "fhirVersion": null, + "name": "address", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address", + "code": "address", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address" + }, + { + "description": "The category of medication document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type/5.0.0", + "expression": "MedicationKnowledge.monograph.type", + "fhirVersion": null, + "name": "monograph-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monograph-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monograph-type", + "code": "monograph-type", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-monograph-type" + }, + { + "description": "Type of supplement product requested", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement/5.0.0", + "expression": "NutritionOrder.supplement.type.concept", + "fhirVersion": null, + "name": "supplement", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-supplement", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement", + "code": "supplement", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-supplement" + }, + { + "description": "Select validation information with a validation status that occurred at the specified date/time", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-status-date/5.0.0", + "expression": "VerificationResult.statusDate", + "fhirVersion": null, + "name": "status-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-status-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-status-date", + "code": "status-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-status-date" + }, + { + "description": "One of the HealthcareService's characteristics", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic/5.0.0", + "expression": "HealthcareService.characteristic", + "fhirVersion": null, + "name": "characteristic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-characteristic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", + "code": "characteristic", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-characteristic" + }, + { + "description": "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-other-map/5.0.0", + "expression": "ConceptMap.group.unmapped.otherMap", + "fhirVersion": null, + "name": "other-map", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-other-map", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-other-map", + "code": "other-map", + "packageVersion": "5.0.0", + "target": ["ConceptMap"], + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-other-map" + }, + { + "description": "Provider responsible for the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-provider/5.0.0", + "expression": "Claim.provider", + "fhirVersion": null, + "name": "provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-provider", + "code": "provider", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-provider" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-status/5.0.0", + "expression": "Procedure.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-status" + }, + { + "description": "Target of the relationship", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-related/5.0.0", + "expression": "Composition.relatesTo.resourceReference", + "fhirVersion": null, + "name": "related", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-related", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-related", + "code": "related", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-related" + }, + { + "description": "Health insurance provider network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network/5.0.0", + "expression": "OrganizationAffiliation.network", + "fhirVersion": null, + "name": "network", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-network", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-network", + "code": "network", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-network" + }, + { + "description": "A portion of the location's name or alias", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-name/5.0.0", + "expression": "Location.name | Location.alias", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-name" + }, + { + "description": "Path that identifies the base element", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path/5.0.0", + "expression": "StructureDefinition.snapshot.element.base.path | StructureDefinition.differential.element.base.path", + "fhirVersion": null, + "name": "base-path", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-base-path", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path", + "code": "base-path", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-base-path" + }, + { + "description": "Main clinical acts documented as codes", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-event-code/5.0.0", + "expression": "Composition.event.detail.concept", + "fhirVersion": null, + "name": "event-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-event-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-event-code", + "code": "event-code", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-event-code" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): Gender of the patient\r\n* [Person](person.html): The gender of the person\r\n* [Practitioner](practitioner.html): Gender of the practitioner\r\n* [RelatedPerson](relatedperson.html): Gender of the related person\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-gender/5.0.0", + "expression": "Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender", + "fhirVersion": null, + "name": "gender", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-gender", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-gender", + "code": "gender", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-gender" + }, + { + "description": "Manifestation/symptom", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-evidence/5.0.0", + "expression": "Condition.evidence.concept", + "fhirVersion": null, + "name": "evidence", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-evidence", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence", + "code": "evidence", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-evidence" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A city specified in an address\r\n* [Person](person.html): A city specified in an address\r\n* [Practitioner](practitioner.html): A city specified in an address\r\n* [RelatedPerson](relatedperson.html): A city specified in an address\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-city/5.0.0", + "expression": "Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city", + "fhirVersion": null, + "name": "address-city", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address-city", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-city", + "code": "address-city", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address-city" + }, + { + "description": "Reach goal on or before", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-target-date/5.0.0", + "expression": "(Goal.target.due.ofType(date))", + "fhirVersion": null, + "name": "target-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-target-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-target-date", + "code": "target-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-target-date" + }, + { + "description": "Type of diet that can be consumed orally (i.e., take via the mouth).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet/5.0.0", + "expression": "NutritionOrder.oralDiet.type", + "fhirVersion": null, + "name": "oraldiet", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-oraldiet", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet", + "code": "oraldiet", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-oraldiet" + }, + { + "description": "Date-related abatements (dateTime and period)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-abatement-date/5.0.0", + "expression": "Condition.abatement.ofType(dateTime) | Condition.abatement.ofType(Period)", + "fhirVersion": null, + "name": "abatement-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-abatement-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-abatement-date", + "code": "abatement-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-abatement-date" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A portion of the family name of the patient\r\n* [Practitioner](practitioner.html): A portion of the family name\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-family/5.0.0", + "expression": "Patient.name.family | Practitioner.name.family", + "fhirVersion": null, + "name": "family", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-family", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-family", + "code": "family", + "packageVersion": "5.0.0", + "base": ["Patient", "Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-family" + }, + { + "description": "Incoming Referral Request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral/5.0.0", + "expression": "EpisodeOfCare.referralRequest", + "fhirVersion": null, + "name": "incoming-referral", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-incoming-referral", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incoming-referral", + "code": "incoming-referral", + "packageVersion": "5.0.0", + "target": ["ServiceRequest"], + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-incoming-referral" + }, + { + "description": "The name of the testing organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-tester/5.0.0", + "expression": "TestReport.tester", + "fhirVersion": null, + "name": "tester", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-tester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-tester", + "code": "tester", + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-tester" + }, + { + "description": "Intended \"real-world\" recipient for the data", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-receiver/5.0.0", + "expression": "MessageHeader.destination.receiver", + "fhirVersion": null, + "name": "receiver", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-receiver", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver", + "code": "receiver", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-receiver" + }, + { + "description": "Patient observations supporting recommendation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information/5.0.0", + "expression": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "fhirVersion": null, + "name": "information", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-information", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information", + "code": "information", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ImmunizationRecommendation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation-information" + }, + { + "description": "Language of the resource content", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-language/5.0.0", + "expression": "Resource.language", + "fhirVersion": null, + "name": "_language", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-language", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-language", + "code": "_language", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-language" + }, + { + "description": "Onsets as a string", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-info/5.0.0", + "expression": "Condition.onset.ofType(string)", + "fhirVersion": null, + "name": "onset-info", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-info", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-info", + "code": "onset-info", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-onset-info" + }, + { + "description": "Identifier of who", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-agent/5.0.0", + "expression": "AuditEvent.agent.who", + "fhirVersion": null, + "name": "agent", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-agent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent", + "code": "agent", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-agent" + }, + { + "description": "Associated subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-subject/5.0.0", + "expression": "DetectedIssue.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "Procedure", + "NutritionProduct", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ], + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-subject" + }, + { + "description": "Part of referenced event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-part-of/5.0.0", + "expression": "Observation.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": [ + "ImagingStudy", + "Procedure", + "MedicationStatement", + "MedicationAdministration", + "GenomicStudy", + "Immunization", + "MedicationDispense" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-part-of" + }, + { + "description": "Status of study by state, period and actual", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period-actual/5.0.0", + "expression": "ResearchStudy.progressStatus", + "fhirVersion": null, + "multipleOr": false, + "name": "progress-status-state-period-actual", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-state", + "expression": "state" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-period", + "expression": "period" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-actual", + "expression": "actual" + } + ], + "status": "draft", + "id": "ResearchStudy-progress-status-state-period-actual", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period-actual", + "code": "progress-status-state-period-actual", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-progress-status-state-period-actual" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created/5.0.0", + "expression": "CoverageEligibilityResponse.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-created" + }, + { + "description": "A code that corresponds to one of its items in the questionnaire", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code/5.0.0", + "expression": "Questionnaire.code | Questionnaire.item.code", + "fhirVersion": null, + "name": "combo-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-combo-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-combo-code", + "code": "combo-code", + "packageVersion": "5.0.0", + "base": ["Questionnaire"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire-combo-code" + }, + { + "description": "The subject of the specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-subject/5.0.0", + "expression": "Specimen.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient" + ], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-subject" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition/5.0.0", + "expression": "CoverageEligibilityResponse.disposition", + "fhirVersion": null, + "name": "disposition", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-disposition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-disposition", + "code": "disposition", + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-disposition" + }, + { + "description": "Security Labels applied to this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-security/5.0.0", + "expression": "Resource.meta.security", + "fhirVersion": null, + "name": "_security", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-security", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-security", + "code": "_security", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-security" + }, + { + "constraint": "Bundle.type = 'document' and Bundle.entry[0].resource is Composition", + "description": "Search Composition Bundle", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/example-constraint/5.0.0", + "expression": "Bundle.entry[0].resource", + "fhirVersion": null, + "name": "Exampleconstraint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example-constraint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/example-constraint", + "code": "example-constraint", + "packageVersion": "5.0.0", + "target": ["Composition"], + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-constraint" + }, + { + "description": "An ingredient of this product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient/5.0.0", + "expression": "MedicinalProductDefinition.ingredient", + "fhirVersion": null, + "name": "ingredient", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-ingredient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-ingredient", + "code": "ingredient", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-ingredient" + }, + { + "description": "Immunization event status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-status/5.0.0", + "expression": "Immunization.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-status" + }, + { + "description": "in-progress | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-status/5.0.0", + "expression": "AdverseEvent.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-status" + }, + { + "description": "The author of the questionnaire response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author/5.0.0", + "expression": "QuestionnaireResponse.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-author" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome/5.0.0", + "expression": "ClaimResponse.outcome", + "fhirVersion": null, + "name": "outcome", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-outcome", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", + "code": "outcome", + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-outcome" + }, + { + "description": "A practitioner's Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier/5.0.0", + "expression": "PractitionerRole.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-identifier" + }, + { + "description": "Unique id", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-identifier/5.0.0", + "expression": "Group.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-identifier" + }, + { + "description": "Consent workflow management", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-manager/5.0.0", + "expression": "Consent.manager", + "fhirVersion": null, + "name": "manager", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-manager", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-manager", + "code": "manager", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "Practitioner", + "Patient" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-manager" + }, + { + "description": "Whether the event succeeded or failed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-outcome/5.0.0", + "expression": "AuditEvent.outcome.code", + "fhirVersion": null, + "name": "outcome", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-outcome", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome", + "code": "outcome", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-outcome" + }, + { + "description": "current | superseded | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-status/5.0.0", + "expression": "DocumentReference.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-status" + }, + { + "description": "Particular delivery destination within the destination", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-target/5.0.0", + "expression": "MessageHeader.destination.target", + "fhirVersion": null, + "name": "target", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-target", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-target", + "code": "target", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-target" + }, + { + "description": "The identifier of the device association", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-identifier/5.0.0", + "expression": "DeviceAssociation.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-identifier" + }, + { + "description": "The status of the item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryItem-status/5.0.0", + "expression": "InventoryItem.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryItem-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["InventoryItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryItem-status" + }, + { + "description": "Search for products that match this code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-product/5.0.0", + "expression": "BiologicallyDerivedProductDispense.product", + "fhirVersion": null, + "name": "product", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProductDispense-product", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-product", + "code": "product", + "packageVersion": "5.0.0", + "target": ["BiologicallyDerivedProduct"], + "base": ["BiologicallyDerivedProductDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense-product" + }, + { + "description": "Tags applied to this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-tag/5.0.0", + "expression": "Resource.meta.tag", + "fhirVersion": null, + "name": "_tag", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-tag", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-tag", + "code": "_tag", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-tag" + }, + { + "description": "Status of the instance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status/5.0.0", + "expression": "ExplanationOfBenefit.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-status" + }, + { + "description": "Who collected the specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-collector/5.0.0", + "expression": "Specimen.collection.collector", + "fhirVersion": null, + "name": "collector", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-collector", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collector", + "code": "collector", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-collector" + }, + { + "description": "The actual end date of the Encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-end-date/5.0.0", + "expression": "Encounter.actualPeriod.end", + "fhirVersion": null, + "name": "end-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-end-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-end-date", + "code": "end-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-end-date" + }, + { + "description": "The target disease the dose is being administered against", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-target-disease/5.0.0", + "expression": "Immunization.protocolApplied.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-target-disease", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-target-disease", + "code": "target-disease", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-target-disease" + }, + { + "description": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate/5.0.0", + "expression": "ResearchSubject.progress.subjectState", + "fhirVersion": null, + "name": "subject_state", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-subjectstate", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subjectstate", + "code": "subject_state", + "packageVersion": "5.0.0", + "base": ["ResearchSubject"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchSubject-subjectstate" + }, + { + "description": "The subject of the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject/5.0.0", + "expression": "DiagnosticReport.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-subject" + }, + { + "description": "active | inactive | entered-in-error | on-hold | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-status/5.0.0", + "expression": "Account.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-status" + }, + { + "description": "Additional information on reaction", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reaction/5.0.0", + "expression": "Immunization.reaction.manifestation.reference", + "fhirVersion": null, + "name": "reaction", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reaction", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction", + "code": "reaction", + "packageVersion": "5.0.0", + "target": ["Observation"], + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-reaction" + }, + { + "description": "The business identifier of the EnrollmentResponse", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier/5.0.0", + "expression": "EnrollmentResponse.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["EnrollmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentResponse-identifier" + }, + { + "description": "A component of the substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-substance-reference/5.0.0", + "expression": "(Substance.ingredient.substance.ofType(Reference))", + "fhirVersion": null, + "name": "substance-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-substance-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-substance-reference", + "code": "substance-reference", + "packageVersion": "5.0.0", + "target": ["Substance"], + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-substance-reference" + }, + { + "description": "Where the activity occurred, if relevant", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-location/5.0.0", + "expression": "Provenance.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-location" + }, + { + "description": "The category of the flag, such as clinical, administrative, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-category/5.0.0", + "expression": "Flag.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Flag-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Flag"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Flag-category" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Name of the publisher of the activity definition\r\n* [ActorDefinition](actordefinition.html): Name of the publisher of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): Name of the publisher of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): Name of the publisher of the charge item definition\r\n* [Citation](citation.html): Name of the publisher of the citation\r\n* [CodeSystem](codesystem.html): Name of the publisher of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Name of the publisher of the compartment definition\r\n* [ConceptMap](conceptmap.html): Name of the publisher of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Name of the publisher of the condition definition\r\n* [EventDefinition](eventdefinition.html): Name of the publisher of the event definition\r\n* [Evidence](evidence.html): Name of the publisher of the evidence\r\n* [EvidenceReport](evidencereport.html): Name of the publisher of the evidence report\r\n* [EvidenceVariable](evidencevariable.html): Name of the publisher of the evidence variable\r\n* [ExampleScenario](examplescenario.html): Name of the publisher of the example scenario\r\n* [GraphDefinition](graphdefinition.html): Name of the publisher of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Name of the publisher of the implementation guide\r\n* [Library](library.html): Name of the publisher of the library\r\n* [Measure](measure.html): Name of the publisher of the measure\r\n* [MessageDefinition](messagedefinition.html): Name of the publisher of the message definition\r\n* [NamingSystem](namingsystem.html): Name of the publisher of the naming system\r\n* [OperationDefinition](operationdefinition.html): Name of the publisher of the operation definition\r\n* [PlanDefinition](plandefinition.html): Name of the publisher of the plan definition\r\n* [Questionnaire](questionnaire.html): Name of the publisher of the questionnaire\r\n* [Requirements](requirements.html): Name of the publisher of the requirements\r\n* [SearchParameter](searchparameter.html): Name of the publisher of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Name of the publisher of the structure definition\r\n* [StructureMap](structuremap.html): Name of the publisher of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Name of the publisher of the terminology capabilities\r\n* [TestScript](testscript.html): Name of the publisher of the test script\r\n* [ValueSet](valueset.html): Name of the publisher of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher/5.0.0", + "expression": "ActivityDefinition.publisher | ActorDefinition.publisher | CapabilityStatement.publisher | ChargeItemDefinition.publisher | Citation.publisher | CodeSystem.publisher | CompartmentDefinition.publisher | ConceptMap.publisher | ConditionDefinition.publisher | EventDefinition.publisher | Evidence.publisher | EvidenceReport.publisher | EvidenceVariable.publisher | ExampleScenario.publisher | GraphDefinition.publisher | ImplementationGuide.publisher | Library.publisher | Measure.publisher | MessageDefinition.publisher | NamingSystem.publisher | OperationDefinition.publisher | PlanDefinition.publisher | Questionnaire.publisher | Requirements.publisher | SearchParameter.publisher | StructureDefinition.publisher | StructureMap.publisher | TerminologyCapabilities.publisher | TestScript.publisher | ValueSet.publisher", + "fhirVersion": null, + "name": "publisher", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-publisher", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-publisher", + "code": "publisher", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-publisher" + }, + { + "description": "Classification for the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier/5.0.0", + "expression": "ResearchStudy.classifier", + "fhirVersion": null, + "name": "classifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-classifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-classifier", + "code": "classifier", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-classifier" + }, + { + "description": "Reference to a concept (by class)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code/5.0.0", + "expression": "ClinicalImpression.finding.item.concept", + "fhirVersion": null, + "name": "finding-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-finding-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code", + "code": "finding-code", + "packageVersion": "5.0.0", + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-finding-code" + }, + { + "description": "The component code of the observation type", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code/5.0.0", + "expression": "Observation.component.code", + "fhirVersion": null, + "name": "component-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "code": "component-code", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-code" + }, + { + "description": "Time period during which the patient was present at the location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-location-period/5.0.0", + "expression": "Encounter.location", + "fhirVersion": null, + "multipleOr": false, + "name": "location-period", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "expression": "location.reference" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Encounter-period", + "expression": "period" + } + ], + "status": "draft", + "id": "Encounter-location-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location-period", + "code": "location-period", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-location-period" + }, + { + "description": "Returns dispenses that should be sent to a specific destination", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-destination/5.0.0", + "expression": "MedicationDispense.destination", + "fhirVersion": null, + "name": "destination", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-destination", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", + "code": "destination", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-destination" + }, + { + "description": "Matches on any item in the Linkage with a type of 'source'", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-source/5.0.0", + "expression": "Linkage.item.resource", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Linkage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Linkage-source" + }, + { + "description": "The identity of a patient for whom to list associations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-subject/5.0.0", + "expression": "DeviceAssociation.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-subject" + }, + { + "description": "The case or procedure number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case/5.0.0", + "expression": "RegulatedAuthorization.case.identifier", + "fhirVersion": null, + "name": "case", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-case", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case", + "code": "case", + "packageVersion": "5.0.0", + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-case" + }, + { + "description": "Reference to a resource (resource reference)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-reference/5.0.0", + "expression": "EpisodeOfCare.reason.value.reference", + "fhirVersion": null, + "name": "reason-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-reason-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-reason-reference", + "code": "reason-reference", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Procedure", + "Observation", + "Condition" + ], + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-reason-reference" + }, + { + "description": "Procedure request to obtain this biologically derived product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-collector/5.0.0", + "expression": "BiologicallyDerivedProduct.collection.collector", + "fhirVersion": null, + "name": "collector", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-collector", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-collector", + "code": "collector", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-collector" + }, + { + "description": "The organization that is the custodian of the patient record", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-organization/5.0.0", + "expression": "Patient.managingOrganization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-organization" + }, + { + "description": "draft | active | inactive | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-status/5.0.0", + "expression": "Consent.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-status" + }, + { + "description": "Technical endpoints providing access to services operated for this role", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint/5.0.0", + "expression": "OrganizationAffiliation.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-endpoint" + }, + { + "description": "Whether this is a current issue or one that has been retired etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-status/5.0.0", + "expression": "ClinicalUseDefinition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-status" + }, + { + "description": "Additional information to support the appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-supporting-info/5.0.0", + "expression": "Appointment.supportingInformation", + "fhirVersion": null, + "name": "supporting-info", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-supporting-info", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-supporting-info", + "code": "supporting-info", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-supporting-info" + }, + { + "description": "Who/what does assessment apply to?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-subject/5.0.0", + "expression": "RiskAssessment.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-subject" + }, + { + "description": "If all resources have the same subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-subject/5.0.0", + "expression": "List.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-subject" + }, + { + "description": "A language to communicate with the practitioner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-communication/5.0.0", + "expression": "Practitioner.communication.language", + "fhirVersion": null, + "name": "communication", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-communication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-communication", + "code": "communication", + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-communication" + }, + { + "description": "The resource type(s) this search parameter applies to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-base/5.0.0", + "expression": "SearchParameter.base", + "fhirVersion": null, + "name": "base", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-base", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-base", + "code": "base", + "packageVersion": "5.0.0", + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-base" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri/5.0.0", + "expression": "FamilyMemberHistory.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["FamilyMemberHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory-instantiates-uri" + }, + { + "description": "Main clinical acts documented", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-event-reference/5.0.0", + "expression": "DocumentReference.event.reference", + "fhirVersion": null, + "name": "event-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-event-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-reference", + "code": "event-reference", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-event-reference" + }, + { + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null + ], + "description": "Multiple Resources: \r\n\r\n* [AdverseEvent](adverseevent.html): Event or incident that occurred or was averted\r\n* [AllergyIntolerance](allergyintolerance.html): Code that identifies the allergy or intolerance\r\n* [AuditEvent](auditevent.html): More specific code for the event\r\n* [Basic](basic.html): Kind of Resource\r\n* [ChargeItem](chargeitem.html): A code that identifies the charge, like a billing code\r\n* [Condition](condition.html): Code for the condition\r\n* [DetectedIssue](detectedissue.html): Issue Type, e.g. drug-drug, duplicate therapy, etc.\r\n* [DeviceRequest](devicerequest.html): Code for what is being requested/ordered\r\n* [DiagnosticReport](diagnosticreport.html): The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result\r\n* [FamilyMemberHistory](familymemberhistory.html): A search by a condition code\r\n* [ImagingSelection](imagingselection.html): The imaging selection status\r\n* [List](list.html): What the purpose of this list is\r\n* [Medication](medication.html): Returns medications for a specific code\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication code\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine code\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions of this medication code\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication code\r\n* [NutritionIntake](nutritionintake.html): Returns statements of this code of NutritionIntake\r\n* [Observation](observation.html): The code of the observation type\r\n* [Procedure](procedure.html): A code to identify a procedure\r\n* [RequestOrchestration](requestorchestration.html): The code of the request orchestration\r\n* [Task](task.html): Search by task code\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-code/5.0.0", + "expression": "AdverseEvent.code | AllergyIntolerance.code | AllergyIntolerance.reaction.substance | AuditEvent.code | Basic.code | ChargeItem.code | Condition.code | DetectedIssue.code | DeviceRequest.code.concept | DiagnosticReport.code | FamilyMemberHistory.condition.code | ImagingSelection.status | List.code | Medication.code | MedicationAdministration.medication.concept | MedicationDispense.medication.concept | MedicationRequest.medication.concept | MedicationStatement.medication.concept | NutritionIntake.code | Observation.code | Procedure.code | RequestOrchestration.code | Task.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-code", + "code": "code", + "packageVersion": "5.0.0", + "base": [ + "AdverseEvent", + "AllergyIntolerance", + "AuditEvent", + "Basic", + "ChargeItem", + "Condition", + "DetectedIssue", + "DeviceRequest", + "DiagnosticReport", + "FamilyMemberHistory", + "ImagingSelection", + "List", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement", + "NutritionIntake", + "Observation", + "Procedure", + "RequestOrchestration", + "Task" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-code" + }, + { + "description": "Who is the designated responsible party", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-custodian/5.0.0", + "expression": "CarePlan.custodian", + "fhirVersion": null, + "name": "custodian", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-custodian", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-custodian", + "code": "custodian", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-custodian" + }, + { + "description": "When sent", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-sent/5.0.0", + "expression": "Communication.sent", + "fhirVersion": null, + "name": "sent", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-sent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-sent", + "code": "sent", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-sent" + }, + { + "description": "Length of encounter in days", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-length/5.0.0", + "expression": "Encounter.length", + "fhirVersion": null, + "name": "length", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-length", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-length", + "code": "length", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-length" + }, + { + "description": "The URI for the source value set that contains the concepts being mapped", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope-uri/5.0.0", + "expression": "(ConceptMap.sourceScope as uri)", + "fhirVersion": null, + "name": "source-scope-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-scope-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope-uri", + "code": "source-scope-uri", + "packageVersion": "5.0.0", + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-source-scope-uri" + }, + { + "description": "The defining type of case", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type/5.0.0", + "expression": "RegulatedAuthorization.case.type", + "fhirVersion": null, + "name": "case-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-case-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-case-type", + "code": "case-type", + "packageVersion": "5.0.0", + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-case-type" + }, + { + "description": "When the study was started", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-started/5.0.0", + "expression": "ImagingStudy.started", + "fhirVersion": null, + "name": "started", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-started", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-started", + "code": "started", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-started" + }, + { + "description": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-specialty/5.0.0", + "expression": "Appointment.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-specialty" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer/5.0.0", + "expression": "CoverageEligibilityResponse.insurer", + "fhirVersion": null, + "name": "insurer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-insurer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-insurer", + "code": "insurer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-insurer" + }, + { + "description": "Type of involvement in creation of this Invoice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-participant-role/5.0.0", + "expression": "Invoice.participant.role", + "fhirVersion": null, + "name": "participant-role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-participant-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", + "code": "participant-role", + "packageVersion": "5.0.0", + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-participant-role" + }, + { + "description": "The provider or device that identified the issue", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-author/5.0.0", + "expression": "DetectedIssue.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-author" + }, + { + "description": "A location of which this location is a part", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-partof/5.0.0", + "expression": "Location.partOf", + "fhirVersion": null, + "name": "partof", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-partof", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-partof", + "code": "partof", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-partof" + }, + { + "description": "A Schedule Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-identifier/5.0.0", + "expression": "Schedule.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-identifier" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state/5.0.0", + "expression": "InsurancePlan.contact.address.state", + "fhirVersion": null, + "name": "address-state", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-state", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-state", + "code": "address-state", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address-state" + }, + { + "description": "Dose form as manufactured and before any transformation into the pharmaceutical product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form/5.0.0", + "expression": "ManufacturedItemDefinition.manufacturedDoseForm", + "fhirVersion": null, + "name": "dose-form", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ManufacturedItemDefinition-dose-form", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-dose-form", + "code": "dose-form", + "packageVersion": "5.0.0", + "base": ["ManufacturedItemDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition-dose-form" + }, + { + "description": "The target value set which provides context for the mappings", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope/5.0.0", + "expression": "(ConceptMap.targetScope as canonical)", + "fhirVersion": null, + "name": "target-scope", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-scope", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope", + "code": "target-scope", + "packageVersion": "5.0.0", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-target-scope" + }, + { + "description": "The patient or group present at the encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-subject/5.0.0", + "expression": "Encounter.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-subject" + }, + { + "description": "Type of resource at which the graph starts", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GraphDefinition-start/5.0.0", + "expression": "GraphDefinition.start", + "fhirVersion": null, + "name": "start", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GraphDefinition-start", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", + "code": "start", + "packageVersion": "5.0.0", + "base": ["GraphDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GraphDefinition-start" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations that share this encounter\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions with this encounter identifier\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-encounter/5.0.0", + "expression": "MedicationAdministration.encounter | MedicationRequest.encounter", + "fhirVersion": null, + "name": "encounter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-encounter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/medications-encounter", + "code": "encounter", + "packageVersion": "5.0.0", + "target": ["Encounter"], + "base": ["MedicationAdministration", "MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medications-encounter" + }, + { + "description": "A code for the type of organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-type/5.0.0", + "expression": "InsurancePlan.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-type" + }, + { + "description": "The artifact under test and phase of testing", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase/5.0.0", + "expression": "TestScript.scope", + "fhirVersion": null, + "multipleOr": false, + "name": "scope-artifact-phase", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-artifact", + "expression": "artifact" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-phase", + "expression": "phase.ofType(CodeableConcept)" + } + ], + "status": "draft", + "id": "TestScript-scope-artifact-phase", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-phase", + "code": "scope-artifact-phase", + "packageVersion": "5.0.0", + "base": ["TestScript"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestScript-scope-artifact-phase" + }, + { + "description": "The subject that the guidance response is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject/5.0.0", + "expression": "GuidanceResponse.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["GuidanceResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GuidanceResponse-subject" + }, + { + "description": "Specific specialty of the participatingOrganization in the context of the role", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty/5.0.0", + "expression": "OrganizationAffiliation.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-specialty" + }, + { + "description": "During what period was the Appointment requested to take place", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-requested-period/5.0.0", + "expression": "requestedPeriod", + "fhirVersion": null, + "name": "requested-period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-requested-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-requested-period", + "code": "requested-period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-requested-period" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A quantity- or range-valued use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A quantity- or range-valued use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A quantity- or range-valued use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A quantity- or range-valued use context assigned to the charge item definition\r\n* [Citation](citation.html): A quantity- or range-valued use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A quantity- or range-valued use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A quantity- or range-valued use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A quantity- or range-valued use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A quantity- or range-valued use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A quantity- or range-valued use context assigned to the event definition\r\n* [Evidence](evidence.html): A quantity- or range-valued use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A quantity- or range-valued use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A quantity- or range-valued use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A quantity- or range-valued use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A quantity- or range-valued use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A quantity- or range-valued use context assigned to the implementation guide\r\n* [Library](library.html): A quantity- or range-valued use context assigned to the library\r\n* [Measure](measure.html): A quantity- or range-valued use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A quantity- or range-valued use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A quantity- or range-valued use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A quantity- or range-valued use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A quantity- or range-valued use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A quantity- or range-valued use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A quantity- or range-valued use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A quantity- or range-valued use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A quantity- or range-valued use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A quantity- or range-valued use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A quantity- or range-valued use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A quantity- or range-valued use context assigned to the test script\r\n* [ValueSet](valueset.html): A quantity- or range-valued use context assigned to the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity/5.0.0", + "expression": "(ActivityDefinition.useContext.value.ofType(Quantity)) | (ActivityDefinition.useContext.value.ofType(Range)) | (ActorDefinition.useContext.value.ofType(Quantity)) | (ActorDefinition.useContext.value.ofType(Range)) | (CapabilityStatement.useContext.value.ofType(Quantity)) | (CapabilityStatement.useContext.value.ofType(Range)) | (ChargeItemDefinition.useContext.value.ofType(Quantity)) | (ChargeItemDefinition.useContext.value.ofType(Range)) | (Citation.useContext.value.ofType(Quantity)) | (Citation.useContext.value.ofType(Range)) | (CodeSystem.useContext.value.ofType(Quantity)) | (CodeSystem.useContext.value.ofType(Range)) | (CompartmentDefinition.useContext.value.ofType(Quantity)) | (CompartmentDefinition.useContext.value.ofType(Range)) | (ConceptMap.useContext.value.ofType(Quantity)) | (ConceptMap.useContext.value.ofType(Range)) | (ConditionDefinition.useContext.value.ofType(Quantity)) | (ConditionDefinition.useContext.value.ofType(Range)) | (EventDefinition.useContext.value.ofType(Quantity)) | (EventDefinition.useContext.value.ofType(Range)) | (Evidence.useContext.value.ofType(Quantity)) | (Evidence.useContext.value.ofType(Range)) | (EvidenceReport.useContext.value.ofType(Quantity)) | (EvidenceReport.useContext.value.ofType(Range)) | (EvidenceVariable.useContext.value.ofType(Quantity)) | (EvidenceVariable.useContext.value.ofType(Range)) | (ExampleScenario.useContext.value.ofType(Quantity)) | (ExampleScenario.useContext.value.ofType(Range)) | (GraphDefinition.useContext.value.ofType(Quantity)) | (GraphDefinition.useContext.value.ofType(Range)) | (ImplementationGuide.useContext.value.ofType(Quantity)) | (ImplementationGuide.useContext.value.ofType(Range)) | (Library.useContext.value.ofType(Quantity)) | (Library.useContext.value.ofType(Range)) | (Measure.useContext.value.ofType(Quantity)) | (Measure.useContext.value.ofType(Range)) | (MessageDefinition.useContext.value.ofType(Quantity)) | (MessageDefinition.useContext.value.ofType(Range)) | (NamingSystem.useContext.value.ofType(Quantity)) | (NamingSystem.useContext.value.ofType(Range)) | (OperationDefinition.useContext.value.ofType(Quantity)) | (OperationDefinition.useContext.value.ofType(Range)) | (PlanDefinition.useContext.value.ofType(Quantity)) | (PlanDefinition.useContext.value.ofType(Range)) | (Questionnaire.useContext.value.ofType(Quantity)) | (Questionnaire.useContext.value.ofType(Range)) | (Requirements.useContext.value.ofType(Quantity)) | (Requirements.useContext.value.ofType(Range)) | (SearchParameter.useContext.value.ofType(Quantity)) | (SearchParameter.useContext.value.ofType(Range)) | (StructureDefinition.useContext.value.ofType(Quantity)) | (StructureDefinition.useContext.value.ofType(Range)) | (StructureMap.useContext.value.ofType(Quantity)) | (StructureMap.useContext.value.ofType(Range)) | (TerminologyCapabilities.useContext.value.ofType(Quantity)) | (TerminologyCapabilities.useContext.value.ofType(Range)) | (TestScript.useContext.value.ofType(Quantity)) | (TestScript.useContext.value.ofType(Range)) | (ValueSet.useContext.value.ofType(Quantity)) | (ValueSet.useContext.value.ofType(Range))", + "fhirVersion": null, + "name": "context-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-context-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity", + "code": "context-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-context-quantity" + }, + { + "description": "Who and/or what authored the composition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-author/5.0.0", + "expression": "Composition.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-author" + }, + { + "description": "Unique identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier/5.0.0", + "expression": "ManufacturedItemDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ManufacturedItemDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["ManufacturedItemDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition-identifier" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, given, prefix, suffix, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-name/5.0.0", + "expression": "Patient.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-name" + }, + { + "description": "Wheelchair, translator, stretcher, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement/5.0.0", + "expression": "Encounter.specialArrangement", + "fhirVersion": null, + "name": "special-arrangement", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-special-arrangement", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement", + "code": "special-arrangement", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-special-arrangement" + }, + { + "description": "Select validation information with the specified status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-status/5.0.0", + "expression": "VerificationResult.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-status" + }, + { + "description": "Human-readable label", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-name/5.0.0", + "expression": "Account.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-name" + }, + { + "description": "The actual data reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-data/5.0.0", + "expression": "Consent.provision.data.reference", + "fhirVersion": null, + "name": "data", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-data", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-data", + "code": "data", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-data" + }, + { + "description": "Broad category of this product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-category/5.0.0", + "expression": "BiologicallyDerivedProduct.productCategory", + "fhirVersion": null, + "name": "product-category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-product-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-product-category", + "code": "product-category", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-product-category" + }, + { + "description": "An evaluated resource referenced by the measure report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource/5.0.0", + "expression": "MeasureReport.evaluatedResource", + "fhirVersion": null, + "name": "evaluated-resource", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-evaluated-resource", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource", + "code": "evaluated-resource", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-evaluated-resource" + }, + { + "description": "Who recorded the adverse event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder/5.0.0", + "expression": "AdverseEvent.recorder", + "fhirVersion": null, + "name": "recorder", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-recorder", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", + "code": "recorder", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "PractitionerRole", + "ResearchSubject", + "Practitioner", + "Patient" + ], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-recorder" + }, + { + "description": "When scheduled", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence/5.0.0", + "expression": "CommunicationRequest.occurrence.ofType(dateTime) | CommunicationRequest.occurrence.ofType(Period)", + "fhirVersion": null, + "name": "occurrence", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-occurrence", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-occurrence" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The current status of the activity definition\r\n* [ActorDefinition](actordefinition.html): The current status of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The current status of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The current status of the charge item definition\r\n* [Citation](citation.html): The current status of the citation\r\n* [CodeSystem](codesystem.html): The current status of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The current status of the compartment definition\r\n* [ConceptMap](conceptmap.html): The current status of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The current status of the condition definition\r\n* [EventDefinition](eventdefinition.html): The current status of the event definition\r\n* [Evidence](evidence.html): The current status of the evidence\r\n* [EvidenceReport](evidencereport.html): The current status of the evidence report\r\n* [EvidenceVariable](evidencevariable.html): The current status of the evidence variable\r\n* [ExampleScenario](examplescenario.html): The current status of the example scenario\r\n* [GraphDefinition](graphdefinition.html): The current status of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The current status of the implementation guide\r\n* [Library](library.html): The current status of the library\r\n* [Measure](measure.html): The current status of the measure\r\n* [MedicationKnowledge](medicationknowledge.html): active | inactive | entered-in-error\r\n* [MessageDefinition](messagedefinition.html): The current status of the message definition\r\n* [NamingSystem](namingsystem.html): The current status of the naming system\r\n* [ObservationDefinition](observationdefinition.html): Publication status of the ObservationDefinition: draft, active, retired, unknown\r\n* [OperationDefinition](operationdefinition.html): The current status of the operation definition\r\n* [PlanDefinition](plandefinition.html): The current status of the plan definition\r\n* [Questionnaire](questionnaire.html): The current status of the questionnaire\r\n* [Requirements](requirements.html): The current status of the requirements\r\n* [SearchParameter](searchparameter.html): The current status of the search parameter\r\n* [SpecimenDefinition](specimendefinition.html): Publication status of the SpecimenDefinition: draft, active, retired, unknown\r\n* [StructureDefinition](structuredefinition.html): The current status of the structure definition\r\n* [StructureMap](structuremap.html): The current status of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): draft | active | retired | unknown\r\n* [TerminologyCapabilities](terminologycapabilities.html): The current status of the terminology capabilities\r\n* [TestPlan](testplan.html): The current status of the test plan\r\n* [TestScript](testscript.html): The current status of the test script\r\n* [ValueSet](valueset.html): The current status of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-status/5.0.0", + "expression": "ActivityDefinition.status | ActorDefinition.status | CapabilityStatement.status | ChargeItemDefinition.status | Citation.status | CodeSystem.status | CompartmentDefinition.status | ConceptMap.status | ConditionDefinition.status | EventDefinition.status | Evidence.status | EvidenceReport.status | EvidenceVariable.status | ExampleScenario.status | GraphDefinition.status | ImplementationGuide.status | Library.status | Measure.status | MedicationKnowledge.status | MessageDefinition.status | NamingSystem.status | ObservationDefinition.status | OperationDefinition.status | PlanDefinition.status | Questionnaire.status | Requirements.status | SearchParameter.status | SpecimenDefinition.status | StructureDefinition.status | StructureMap.status | SubscriptionTopic.status | TerminologyCapabilities.status | TestPlan.status | TestScript.status | ValueSet.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-status", + "code": "status", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MedicationKnowledge", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-status" + }, + { + "description": "Identity of the IG that this depends on", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on/5.0.0", + "expression": "ImplementationGuide.dependsOn.uri", + "fhirVersion": null, + "name": "depends-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-depends-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", + "code": "depends-on", + "packageVersion": "5.0.0", + "target": ["ImplementationGuide"], + "base": ["ImplementationGuide"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImplementationGuide-depends-on" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The patient's date of birth\r\n* [Person](person.html): The person's date of birth\r\n* [RelatedPerson](relatedperson.html): The Related Person's date of birth\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-birthdate/5.0.0", + "expression": "Patient.birthDate | Person.birthDate | RelatedPerson.birthDate", + "fhirVersion": null, + "name": "birthdate", + "type": "date", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-birthdate", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-birthdate", + "code": "birthdate", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-birthdate" + }, + { + "description": "The canonical topic url that triggers notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-topic/5.0.0", + "expression": "Subscription.topic", + "fhirVersion": null, + "name": "topic", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-topic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-topic", + "code": "topic", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-topic" + }, + { + "description": "What the genomic study analysis is about, when it is not about the subject of record", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GenomicStudy-focus/5.0.0", + "expression": "GenomicStudy.analysis.focus", + "fhirVersion": null, + "name": "focus", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GenomicStudy-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-focus", + "code": "focus", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["GenomicStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy-focus" + }, + { + "description": "Coverage class (e.g. plan, group)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-class-type/5.0.0", + "expression": "Coverage.class.type", + "fhirVersion": null, + "name": "class-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-class-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-type", + "code": "class-type", + "packageVersion": "5.0.0", + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-class-type" + }, + { + "description": "Composite request this is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier/5.0.0", + "expression": "MedicationRequest.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-group-identifier" + }, + { + "description": "Search for devices that match this code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDispense-code/5.0.0", + "expression": "DeviceDispense.device.concept", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDispense-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["DeviceDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense-code" + }, + { + "description": "Gross total of this Invoice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-totalgross/5.0.0", + "expression": "Invoice.totalGross", + "fhirVersion": null, + "name": "totalgross", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-totalgross", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", + "code": "totalgross", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-totalgross" + }, + { + "description": "The appointment that the response is attached to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment/5.0.0", + "expression": "AppointmentResponse.appointment", + "fhirVersion": null, + "name": "appointment", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-appointment", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment", + "code": "appointment", + "packageVersion": "5.0.0", + "target": ["Appointment"], + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-appointment" + }, + { + "description": "Search by url for a participation agreement, which is stored as an extension referencing a DocumentReference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/example-extension/5.0.0", + "expression": "Patient.extension('http://example.org/fhir/StructureDefinition/participation-agreement').value", + "fhirVersion": null, + "name": "ExampleSearchParameterOnAnExtension", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example-extension", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/example-extension", + "code": "part-agree", + "packageVersion": "5.0.0", + "target": ["DocumentReference"], + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-extension" + }, + { + "description": "Language code (irrespective of use value)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-language/5.0.0", + "expression": "Patient.communication.language", + "fhirVersion": null, + "name": "language", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-language", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-language", + "code": "language", + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-language" + }, + { + "description": "Specimen used for this observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-specimen/5.0.0", + "expression": "Observation.specimen", + "fhirVersion": null, + "name": "specimen", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-specimen", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-specimen", + "code": "specimen", + "packageVersion": "5.0.0", + "target": ["Group", "Specimen"], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-specimen" + }, + { + "description": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-verification-status/5.0.0", + "expression": "Condition.verificationStatus", + "fhirVersion": null, + "name": "verification-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-verification-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-verification-status", + "code": "verification-status", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-verification-status" + }, + { + "description": "Procedure or observation this questionnaire response was performed as a part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of/5.0.0", + "expression": "QuestionnaireResponse.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["Procedure", "Observation"], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-part-of" + }, + { + "description": "A portion of the family name of the person", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-family/5.0.0", + "expression": "Person.name.family", + "fhirVersion": null, + "name": "family", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-family", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-family", + "code": "family", + "packageVersion": "5.0.0", + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-family" + }, + { + "description": "Reference to last assessment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous/5.0.0", + "expression": "ClinicalImpression.previous", + "fhirVersion": null, + "name": "previous", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-previous", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous", + "code": "previous", + "packageVersion": "5.0.0", + "target": ["ClinicalImpression"], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-previous" + }, + { + "description": "The status of the questionnaire response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status/5.0.0", + "expression": "QuestionnaireResponse.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-status" + }, + { + "description": "Appointment date/time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-start/5.0.0", + "expression": "Slot.start", + "fhirVersion": null, + "name": "start", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-start", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-start", + "code": "start", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-start" + }, + { + "description": "The status of the dispense", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDispense-status/5.0.0", + "expression": "DeviceDispense.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDispense-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DeviceDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense-status" + }, + { + "description": "The reason for the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-reason/5.0.0", + "fhirVersion": null, + "name": "reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason", + "code": "reason", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-reason" + }, + { + "description": "Type of team", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-category/5.0.0", + "expression": "CareTeam.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["CareTeam"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam-category" + }, + { + "description": "The manufactured item(s) that this administrable product is produced from. Either a single item, or several that are mixed before administration (e.g. a power item and a solution item). Note that these are not raw ingredients", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item/5.0.0", + "expression": "AdministrableProductDefinition.producedFrom", + "fhirVersion": null, + "name": "manufactured-item", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-manufactured-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-manufactured-item", + "code": "manufactured-item", + "packageVersion": "5.0.0", + "target": ["ManufacturedItemDefinition"], + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-manufactured-item" + }, + { + "description": "Search by condition subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/example-reference/5.0.0", + "expression": "Condition.subject", + "modifier": ["missing"], + "fhirVersion": null, + "name": "ExampleSearchParameter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example-reference", + "chain": ["name", "identifier"], + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/example-reference", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-reference" + }, + { + "description": "Research study that the subject is enrolled in", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-study/5.0.0", + "expression": "AdverseEvent.study", + "fhirVersion": null, + "name": "study", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-study", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", + "code": "study", + "packageVersion": "5.0.0", + "target": ["ResearchStudy"], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-study" + }, + { + "description": "Source system where concepts to be mapped are defined", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-group-system/5.0.0", + "expression": "ConceptMap.group.source", + "fhirVersion": null, + "name": "source-group-system", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-group-system", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-group-system", + "code": "source-group-system", + "packageVersion": "5.0.0", + "target": ["CodeSystem"], + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-source-group-system" + }, + { + "description": "The parent of the specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-parent/5.0.0", + "expression": "Specimen.parent", + "fhirVersion": null, + "name": "parent", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-parent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-parent", + "code": "parent", + "packageVersion": "5.0.0", + "target": ["Specimen"], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-parent" + }, + { + "description": "The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status/5.0.0", + "expression": "MedicinalProductDefinition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-status" + }, + { + "description": "The author of the request orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-author/5.0.0", + "expression": "RequestOrchestration.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-author", + "code": "author", + "packageVersion": "5.0.0", + "target": ["Device", "PractitionerRole", "Practitioner"], + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-author" + }, + { + "description": "An extension context assigned to the structure definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context/5.0.0", + "expression": "StructureDefinition.context", + "fhirVersion": null, + "multipleOr": false, + "name": "ext-context", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type", + "expression": "type" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression", + "expression": "expression" + } + ], + "status": "active", + "id": "StructureDefinition-ext-context", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context", + "code": "ext-context", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-ext-context" + }, + { + "description": "The actual name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name/5.0.0", + "expression": "SubstanceDefinition.name.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceDefinition-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["SubstanceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition-name" + }, + { + "description": "A code that identifies the kind of this biologically derived product (SNOMED CT code).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-code/5.0.0", + "expression": "BiologicallyDerivedProduct.productCode", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-code" + }, + { + "description": "The code of the observation type or component type", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code/5.0.0", + "expression": "Observation.code | Observation.component.code", + "fhirVersion": null, + "name": "combo-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-combo-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "code": "combo-code", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-code" + }, + { + "description": "powder | tablets | capsule +", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform/5.0.0", + "expression": "MedicationKnowledge.definitional.doseForm", + "fhirVersion": null, + "name": "doseform", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-doseform", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-doseform", + "code": "doseform", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-doseform" + }, + { + "description": "Returns device dispenses for a specific patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDispense-patient/5.0.0", + "expression": "DeviceDispense.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDispense-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["DeviceDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense-patient" + }, + { + "description": "Who or what participated in the activities related to the allergy or intolerance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-participant/5.0.0", + "expression": "AllergyIntolerance.participant.actor", + "fhirVersion": null, + "name": "participant", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-participant", + "code": "participant", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-participant" + }, + { + "description": "Returns medications for this ingredient code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-ingredient-code/5.0.0", + "expression": "Medication.ingredient.item.concept", + "fhirVersion": null, + "name": "ingredient-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-ingredient-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", + "code": "ingredient-code", + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-ingredient-code" + }, + { + "description": "Search by status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryReport-status/5.0.0", + "expression": "InventoryReport.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryReport-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["InventoryReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryReport-status" + }, + { + "description": "Search by creation date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-authored-on/5.0.0", + "expression": "Task.authoredOn", + "fhirVersion": null, + "name": "authored-on", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-authored-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-authored-on", + "code": "authored-on", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-authored-on" + }, + { + "description": "Detailed narrative of the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-description/5.0.0", + "expression": "ResearchStudy.description", + "fhirVersion": null, + "name": "description", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-description", + "code": "description", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-description" + }, + { + "description": "The diagnosis or procedure relevant to the encounter (resource reference)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-reference/5.0.0", + "expression": "Encounter.diagnosis.condition.reference", + "fhirVersion": null, + "name": "diagnosis-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-diagnosis-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis-reference", + "code": "diagnosis-reference", + "packageVersion": "5.0.0", + "target": ["Condition"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-diagnosis-reference" + }, + { + "description": "The serial number of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-serial-number/5.0.0", + "expression": "Device.serialNumber | Device.identifier.where(type='SNO')", + "fhirVersion": null, + "name": "serial-number", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-serial-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-serial-number", + "code": "serial-number", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-serial-number" + }, + { + "description": "The type of specimen conditioned in container expected by the lab", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container/5.0.0", + "expression": "SpecimenDefinition.typeTested.container.type", + "fhirVersion": null, + "name": "container", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-container", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", + "code": "container", + "packageVersion": "5.0.0", + "base": ["SpecimenDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition-container" + }, + { + "description": "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to search its contents", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-composition/5.0.0", + "expression": "Bundle.entry[0].resource as Composition", + "fhirVersion": null, + "name": "composition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Bundle-composition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-composition", + "code": "composition", + "packageVersion": "5.0.0", + "target": ["Composition"], + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle-composition" + }, + { + "description": "Reference to the policyholder", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-policy-holder/5.0.0", + "expression": "Coverage.policyHolder", + "fhirVersion": null, + "name": "policy-holder", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-policy-holder", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", + "code": "policy-holder", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Patient"], + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-policy-holder" + }, + { + "description": "A profile id invoked in a capability statement", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile/5.0.0", + "expression": "CapabilityStatement.rest.resource.profile", + "fhirVersion": null, + "name": "resource-profile", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-resource-profile", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", + "code": "resource-profile", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-resource-profile" + }, + { + "description": "Amount of substance in the package", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-quantity/5.0.0", + "expression": "Substance.quantity", + "fhirVersion": null, + "name": "quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-quantity", + "code": "quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-quantity" + }, + { + "description": "The current state of the subscription", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-status/5.0.0", + "expression": "Subscription.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-status" + }, + { + "description": "Who attested the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-attester/5.0.0", + "expression": "DocumentReference.attester.party", + "fhirVersion": null, + "name": "attester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-attester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-attester", + "code": "attester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-attester" + }, + { + "description": "Returns medications in a batch with this expiration date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-expiration-date/5.0.0", + "expression": "Medication.batch.expirationDate", + "fhirVersion": null, + "name": "expiration-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-expiration-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", + "code": "expiration-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-expiration-date" + }, + { + "description": "Resource for the actor (or group, by role)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-actor/5.0.0", + "expression": "Consent.provision.actor.reference", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": [ + "Device", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Patient" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-actor" + }, + { + "description": "A descriptive name applied to this item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-name/5.0.0", + "expression": "ManufacturedItemDefinition.name", + "fhirVersion": null, + "name": "name", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ManufacturedItemDefinition-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["ManufacturedItemDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition-name" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical/5.0.0", + "expression": "CarePlan.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-instantiates-canonical" + }, + { + "description": "Evaluation mechanism", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-method/5.0.0", + "expression": "RiskAssessment.method", + "fhirVersion": null, + "name": "method", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-method", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-method", + "code": "method", + "packageVersion": "5.0.0", + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-method" + }, + { + "description": "The artifact under test and conformance testing expectation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance/5.0.0", + "expression": "TestScript.scope", + "fhirVersion": null, + "multipleOr": false, + "name": "scope-artifact-conformance", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-artifact", + "expression": "artifact" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/TestScript-conformance", + "expression": "conformance.ofType(CodeableConcept)" + } + ], + "status": "draft", + "id": "TestScript-scope-artifact-conformance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestScript-scope-artifact-conformance", + "code": "scope-artifact-conformance", + "packageVersion": "5.0.0", + "base": ["TestScript"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestScript-scope-artifact-conformance" + }, + { + "description": "The party receiving any payment for the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-payee/5.0.0", + "expression": "Claim.payee.party", + "fhirVersion": null, + "name": "payee", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-payee", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-payee", + "code": "payee", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-payee" + }, + { + "description": "wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-category/5.0.0", + "expression": "AdverseEvent.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-category" + }, + { + "description": "The vaccine preventable disease being evaluated against", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease/5.0.0", + "expression": "ImmunizationEvaluation.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-target-disease", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", + "code": "target-disease", + "packageVersion": "5.0.0", + "base": ["ImmunizationEvaluation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationEvaluation-target-disease" + }, + { + "description": "Facility responsible for the goods and services", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility/5.0.0", + "expression": "ExplanationOfBenefit.facility", + "fhirVersion": null, + "name": "facility", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-facility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", + "code": "facility", + "packageVersion": "5.0.0", + "target": ["Organization", "Location"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-facility" + }, + { + "description": "Categorization of Composition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-category/5.0.0", + "expression": "Composition.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-category" + }, + { + "description": "The identity of the organization the practitioner represents / acts on behalf of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-organization/5.0.0", + "expression": "PractitionerRole.organization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-organization" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Return administrations of this medication reference\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of this medicine resource\r\n* [MedicationRequest](medicationrequest.html): Return prescriptions for this medication reference\r\n* [MedicationStatement](medicationstatement.html): Return statements of this medication reference\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-medication/5.0.0", + "expression": "MedicationAdministration.medication.reference | MedicationDispense.medication.reference | MedicationRequest.medication.reference | MedicationStatement.medication.reference", + "fhirVersion": null, + "name": "medication", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-medication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/medications-medication", + "code": "medication", + "packageVersion": "5.0.0", + "target": ["Medication"], + "base": [ + "MedicationAdministration", + "MedicationDispense", + "MedicationRequest", + "MedicationStatement" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medications-medication" + }, + { + "description": "Which diagnostic discipline/department created the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-category/5.0.0", + "expression": "DiagnosticReport.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-category" + }, + { + "description": "Type of plan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-category/5.0.0", + "expression": "CarePlan.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-category" + }, + { + "description": "The specification that the device conforms to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification/5.0.0", + "expression": "DeviceDefinition.conformsTo.specification", + "fhirVersion": null, + "name": "specification", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-specification", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification", + "code": "specification", + "packageVersion": "5.0.0", + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-specification" + }, + { + "description": "Regulatory type, e.g. Investigational or Authorized", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type/5.0.0", + "expression": "MedicinalProductDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-type" + }, + { + "description": "The status of the dispense", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-status/5.0.0", + "expression": "BiologicallyDerivedProductDispense.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProductDispense-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProductDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense-status" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Topics associated with the module\r\n* [CodeSystem](codesystem.html): Topics associated with the CodeSystem\r\n* [ConceptMap](conceptmap.html): Topics associated with the ConceptMap\r\n* [EventDefinition](eventdefinition.html): Topics associated with the module\r\n* [EvidenceVariable](evidencevariable.html): Topics associated with the EvidenceVariable\r\n* [Library](library.html): Topics associated with the module\r\n* [Measure](measure.html): Topics associated with the measure\r\n* [NamingSystem](namingsystem.html): Topics associated with the NamingSystem\r\n* [PlanDefinition](plandefinition.html): Topics associated with the module\r\n* [ValueSet](valueset.html): Topics associated with the ValueSet\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-topic/5.0.0", + "expression": "ActivityDefinition.topic | CodeSystem.topic | ConceptMap.topic | EventDefinition.topic | Library.topic | Measure.topic | NamingSystem.topic | PlanDefinition.topic | ValueSet.topic", + "fhirVersion": null, + "name": "topic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-topic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-topic", + "code": "topic", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-topic" + }, + { + "description": "Account to place this charge", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-account/5.0.0", + "expression": "ChargeItem.account", + "fhirVersion": null, + "name": "account", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-account", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-account", + "code": "account", + "packageVersion": "5.0.0", + "target": ["Account"], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-account" + }, + { + "description": "The intent of the request orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-intent/5.0.0", + "expression": "RequestOrchestration.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-intent" + }, + { + "description": "What request replaces", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces/5.0.0", + "expression": "ServiceRequest.replaces", + "fhirVersion": null, + "name": "replaces", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-replaces", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", + "code": "replaces", + "packageVersion": "5.0.0", + "target": ["ServiceRequest"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-replaces" + }, + { + "description": "Name of an individual to contact", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-contact/5.0.0", + "expression": "NamingSystem.contact.name", + "fhirVersion": null, + "name": "contact", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-contact", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-contact", + "code": "contact", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-contact" + }, + { + "description": "The creation date for the EOB", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created/5.0.0", + "expression": "ExplanationOfBenefit.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-created" + }, + { + "description": "The EligibilityRequest status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status/5.0.0", + "expression": "CoverageEligibilityResponse.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-status" + }, + { + "description": "Study subject is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-study/5.0.0", + "expression": "ResearchSubject.study", + "fhirVersion": null, + "name": "study", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-study", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", + "code": "study", + "packageVersion": "5.0.0", + "target": ["ResearchStudy"], + "base": ["ResearchSubject"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchSubject-study" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-postalcode/5.0.0", + "expression": "Organization.contact.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-postalcode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode", + "code": "address-postalcode", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address-postalcode" + }, + { + "description": "The subject that the observation is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-subject/5.0.0", + "expression": "Observation.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "Procedure", + "NutritionProduct", + "Group", + "Practitioner", + "BiologicallyDerivedProduct", + "Substance", + "Location", + "Patient", + "Medication" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-subject" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context assigned to the charge item definition\r\n* [Citation](citation.html): A use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context assigned to the event definition\r\n* [Evidence](evidence.html): A use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context assigned to the implementation guide\r\n* [Library](library.html): A use context assigned to the library\r\n* [Measure](measure.html): A use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context assigned to the test script\r\n* [ValueSet](valueset.html): A use context assigned to the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-context/5.0.0", + "expression": "(ActivityDefinition.useContext.value.ofType(CodeableConcept)) | (ActorDefinition.useContext.value.ofType(CodeableConcept)) | (CapabilityStatement.useContext.value.ofType(CodeableConcept)) | (ChargeItemDefinition.useContext.value.ofType(CodeableConcept)) | (Citation.useContext.value.ofType(CodeableConcept)) | (CodeSystem.useContext.value.ofType(CodeableConcept)) | (CompartmentDefinition.useContext.value.ofType(CodeableConcept)) | (ConceptMap.useContext.value.ofType(CodeableConcept)) | (ConditionDefinition.useContext.value.ofType(CodeableConcept)) | (EventDefinition.useContext.value.ofType(CodeableConcept)) | (Evidence.useContext.value.ofType(CodeableConcept)) | (EvidenceReport.useContext.value.ofType(CodeableConcept)) | (EvidenceVariable.useContext.value.ofType(CodeableConcept)) | (ExampleScenario.useContext.value.ofType(CodeableConcept)) | (GraphDefinition.useContext.value.ofType(CodeableConcept)) | (ImplementationGuide.useContext.value.ofType(CodeableConcept)) | (Library.useContext.value.ofType(CodeableConcept)) | (Measure.useContext.value.ofType(CodeableConcept)) | (MessageDefinition.useContext.value.ofType(CodeableConcept)) | (NamingSystem.useContext.value.ofType(CodeableConcept)) | (OperationDefinition.useContext.value.ofType(CodeableConcept)) | (PlanDefinition.useContext.value.ofType(CodeableConcept)) | (Questionnaire.useContext.value.ofType(CodeableConcept)) | (Requirements.useContext.value.ofType(CodeableConcept)) | (SearchParameter.useContext.value.ofType(CodeableConcept)) | (StructureDefinition.useContext.value.ofType(CodeableConcept)) | (StructureMap.useContext.value.ofType(CodeableConcept)) | (TerminologyCapabilities.useContext.value.ofType(CodeableConcept)) | (TestScript.useContext.value.ofType(CodeableConcept)) | (ValueSet.useContext.value.ofType(CodeableConcept))", + "fhirVersion": null, + "name": "context", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-context", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context", + "code": "context", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-context" + }, + { + "description": "The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status/5.0.0", + "expression": "PackagedProductDefinition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-status" + }, + { + "description": "Type of module component to add to the feeding", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-additive/5.0.0", + "expression": "NutritionOrder.enteralFormula.additive.type.concept", + "fhirVersion": null, + "name": "additive", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-additive", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", + "code": "additive", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-additive" + }, + { + "description": "The status of this ingredient. Enables tracking the life-cycle of the content", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-status/5.0.0", + "expression": "Ingredient.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-status" + }, + { + "description": "This patient has been marked as deceased, or has a death date entered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-deceased/5.0.0", + "expression": "Patient.deceased.exists() and Patient.deceased != false", + "fhirVersion": null, + "name": "deceased", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-deceased", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-deceased", + "code": "deceased", + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-deceased" + }, + { + "description": "active | inactive | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-status/5.0.0", + "expression": "Substance.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-status" + }, + { + "description": "Content level included in notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-content-level/5.0.0", + "expression": "Subscription.content", + "fhirVersion": null, + "name": "content-level", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-content-level", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-content-level", + "code": "content-level", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-content-level" + }, + { + "description": "The specific service (by HealthcareService) that is to be performed during this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-service-type-reference/5.0.0", + "expression": "Appointment.serviceType.reference", + "fhirVersion": null, + "name": "service-type-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-service-type-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-service-type-reference", + "code": "service-type-reference", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-service-type-reference" + }, + { + "description": "A name that this endpoint can be identified by", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-name/5.0.0", + "expression": "Endpoint.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-name" + }, + { + "description": "Search on the entire content of the resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-content/5.0.0", + "fhirVersion": null, + "name": "_content", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-content", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-content", + "code": "_content", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-content" + }, + { + "description": "A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name/5.0.0", + "expression": "PackagedProductDefinition.name", + "fhirVersion": null, + "name": "name", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-name" + }, + { + "description": "Any link has this Patient, Person, RelatedPerson or Practitioner reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-link/5.0.0", + "expression": "Person.link.target", + "fhirVersion": null, + "name": "link", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-link", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-link", + "code": "link", + "packageVersion": "5.0.0", + "target": ["RelatedPerson", "Practitioner", "Person", "Patient"], + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-link" + }, + { + "description": "Reference to a concept (coded)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-reason-code/5.0.0", + "expression": "Encounter.reason.value.concept", + "fhirVersion": null, + "name": "reason-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-reason-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-code", + "code": "reason-code", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-reason-code" + }, + { + "description": "This person has been marked as deceased, or has a death date entered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-deceased/5.0.0", + "expression": "Person.deceased.exists() and Person.deceased != false", + "fhirVersion": null, + "name": "deceased", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-deceased", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-deceased", + "code": "deceased", + "packageVersion": "5.0.0", + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-deceased" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient/5.0.0", + "expression": "MedicationKnowledge.definitional.ingredient.item.reference", + "fhirVersion": null, + "name": "ingredient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-ingredient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient", + "code": "ingredient", + "packageVersion": "5.0.0", + "target": ["Substance"], + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-ingredient" + }, + { + "description": "The order for the image, such as Accession Number associated with a ServiceRequest", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-based-on/5.0.0", + "expression": "ImagingStudy.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Appointment", + "ServiceRequest", + "CarePlan", + "Task", + "AppointmentResponse" + ], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-based-on" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request/5.0.0", + "expression": "PaymentReconciliation.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["Task"], + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-request" + }, + { + "description": "Returns medications in a batch with this lot number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-lot-number/5.0.0", + "expression": "Medication.batch.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-lot-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-lot-number", + "code": "lot-number", + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-lot-number" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject/5.0.0", + "expression": "CommunicationRequest.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-subject" + }, + { + "description": "Drugs, devices, etc. under study, as a reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-reference/5.0.0", + "expression": "ResearchStudy.focus.reference", + "fhirVersion": null, + "name": "focus-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-focus-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-reference", + "code": "focus-reference", + "packageVersion": "5.0.0", + "target": [ + "MedicinalProductDefinition", + "EvidenceVariable", + "SubstanceDefinition", + "Medication" + ], + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-focus-reference" + }, + { + "description": "A location, where the resource is found", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-location/5.0.0", + "expression": "Device.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-location" + }, + { + "description": "Component code and component quantity value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity/5.0.0", + "expression": "Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "component-code-value-quantity", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", + "expression": "value.ofType(Quantity)" + } + ], + "status": "active", + "id": "Observation-component-code-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", + "code": "component-code-value-quantity", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-code-value-quantity" + }, + { + "description": "Code or text describing goal", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-description/5.0.0", + "expression": "Goal.description", + "fhirVersion": null, + "name": "description", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-description", + "code": "description", + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-description" + }, + { + "description": "Seriousness or gravity of the event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness/5.0.0", + "expression": "AdverseEvent.seriousness", + "fhirVersion": null, + "name": "seriousness", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-seriousness", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", + "code": "seriousness", + "packageVersion": "5.0.0", + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-seriousness" + }, + { + "description": "Clinical symptoms/signs associated with the Event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code/5.0.0", + "expression": "AllergyIntolerance.reaction.manifestation.concept", + "fhirVersion": null, + "name": "manifestation-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-manifestation-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-code", + "code": "manifestation-code", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-manifestation-code" + }, + { + "description": "Request fulfilled by this communication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-based-on/5.0.0", + "expression": "Communication.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-based-on" + }, + { + "description": "Contact details for the subscription", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-contact/5.0.0", + "expression": "Subscription.contact", + "fhirVersion": null, + "name": "contact", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-contact", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-contact", + "code": "contact", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-contact" + }, + { + "description": "The endpoint for the study or series", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint/5.0.0", + "expression": "ImagingStudy.endpoint | ImagingStudy.series.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-endpoint" + }, + { + "description": "The device resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-device/5.0.0", + "expression": "DeviceMetric.device", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["DeviceMetric"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceMetric-device" + }, + { + "description": "Returns dispenses handed over on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover/5.0.0", + "expression": "MedicationDispense.whenHandedOver", + "fhirVersion": null, + "name": "whenhandedover", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-whenhandedover", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover", + "code": "whenhandedover", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-whenhandedover" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context type and value assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context type and value assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and value assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context type and value assigned to the charge item definition\r\n* [Citation](citation.html): A use context type and value assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context type and value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and value assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context type and value assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context type and value assigned to the event definition\r\n* [Evidence](evidence.html): A use context type and value assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context type and value assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context type and value assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context type and value assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context type and value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and value assigned to the implementation guide\r\n* [Library](library.html): A use context type and value assigned to the library\r\n* [Measure](measure.html): A use context type and value assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context type and value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and value assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context type and value assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context type and value assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context type and value assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context type and value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and value assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context type and value assigned to the test script\r\n* [ValueSet](valueset.html): A use context type and value assigned to the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value/5.0.0", + "expression": "ActivityDefinition.useContext | ActorDefinition.useContext | CapabilityStatement.useContext | ChargeItemDefinition.useContext | Citation.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | ConditionDefinition.useContext | EventDefinition.useContext | Evidence.useContext | EvidenceReport.useContext | EvidenceVariable.useContext | ExampleScenario.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | Library.useContext | Measure.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | PlanDefinition.useContext | Questionnaire.useContext | Requirements.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | TestScript.useContext | ValueSet.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-value", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context", + "expression": "value.ofType(CodeableConcept)" + } + ], + "status": "draft", + "id": "CanonicalResource-context-type-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-value", + "code": "context-type-value", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-context-type-value" + }, + { + "description": "The scope that is to be tested with this test plan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestPlan-scope/5.0.0", + "expression": "TestPlan.scope", + "fhirVersion": null, + "name": "scope", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestPlan-scope", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestPlan-scope", + "code": "scope", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["TestPlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestPlan-scope" + }, + { + "description": "Date(/time) of last known occurrence of a reaction", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date/5.0.0", + "expression": "AllergyIntolerance.lastOccurrence", + "fhirVersion": null, + "name": "last-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-last-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", + "code": "last-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-last-date" + }, + { + "description": "Date related onsets (dateTime and Period)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-date/5.0.0", + "expression": "Condition.onset.ofType(dateTime) | Condition.onset.ofType(Period)", + "fhirVersion": null, + "name": "onset-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-date", + "code": "onset-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-onset-date" + }, + { + "description": "Target system that the concepts are to be mapped to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-group-system/5.0.0", + "expression": "ConceptMap.group.target", + "fhirVersion": null, + "name": "target-group-system", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-group-system", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-group-system", + "code": "target-group-system", + "packageVersion": "5.0.0", + "target": ["CodeSystem"], + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-target-group-system" + }, + { + "description": "Who was the source of the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter/5.0.0", + "expression": "DiagnosticReport.resultsInterpreter", + "fhirVersion": null, + "name": "results-interpreter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-results-interpreter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", + "code": "results-interpreter", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "PractitionerRole", + "Practitioner" + ], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-results-interpreter" + }, + { + "description": "Search by specific requested performer.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-requestedperformer-reference/5.0.0", + "expression": "Task.requestedPerformer.reference", + "fhirVersion": null, + "name": "requestedperformer-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-requestedperformer-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-requestedperformer-reference", + "code": "requestedperformer-reference", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-requestedperformer-reference" + }, + { + "description": "The situation that is being documented as an indicaton for this item, as a code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication/5.0.0", + "expression": "ClinicalUseDefinition.indication.diseaseSymptomProcedure.concept", + "fhirVersion": null, + "name": "indication", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-indication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication", + "code": "indication", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-indication" + }, + { + "description": "Identifiers for the Study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GenomicStudy-identifier/5.0.0", + "expression": "GenomicStudy.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GenomicStudy-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["GenomicStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy-identifier" + }, + { + "description": "Individual service was done for/to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-subject/5.0.0", + "expression": "ChargeItem.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-subject" + }, + { + "description": "The date / time the imaging selection was created", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-issued/5.0.0", + "expression": "ImagingSelection.issued", + "fhirVersion": null, + "name": "issued", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-issued", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-issued" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref/5.0.0", + "expression": "ClinicalImpression.finding.item.reference", + "fhirVersion": null, + "name": "finding-ref", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-finding-ref", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref", + "code": "finding-ref", + "packageVersion": "5.0.0", + "target": ["DocumentReference", "Observation", "Condition"], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-finding-ref" + }, + { + "description": "Who/what is the subject of the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-subject/5.0.0", + "expression": "DocumentReference.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-subject" + }, + { + "description": "The kind of supply (central, non-stock, etc.)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-category/5.0.0", + "expression": "SupplyRequest.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["SupplyRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest-category" + }, + { + "description": "The product which this ingredient is a constituent part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-for/5.0.0", + "expression": "Ingredient.for", + "fhirVersion": null, + "name": "for", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-for", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-for", + "code": "for", + "packageVersion": "5.0.0", + "target": [ + "MedicinalProductDefinition", + "AdministrableProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-for" + }, + { + "description": "A search by a sex code of a family member", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex/5.0.0", + "expression": "FamilyMemberHistory.sex", + "fhirVersion": null, + "name": "sex", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-sex", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-sex", + "code": "sex", + "packageVersion": "5.0.0", + "base": ["FamilyMemberHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory-sex" + }, + { + "description": "Method of observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ObservationDefinition-method/5.0.0", + "expression": "ObservationDefinition.method", + "fhirVersion": null, + "name": "method", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ObservationDefinition-method", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-method", + "code": "method", + "packageVersion": "5.0.0", + "base": ["ObservationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ObservationDefinition-method" + }, + { + "description": "Search on the section narrative of the resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-section-text/5.0.0", + "expression": "Composition.section.text | Composition.section.section.text", + "fhirVersion": null, + "name": "section-text", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-section-text", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "code": "section-text", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-section-text" + }, + { + "description": "Likelihood of specified outcome", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-probability/5.0.0", + "expression": "RiskAssessment.prediction.probability.ofType(decimal)", + "fhirVersion": null, + "name": "probability", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-probability", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", + "code": "probability", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-probability" + }, + { + "description": "A human-readable name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-name/5.0.0", + "expression": "Subscription.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-name" + }, + { + "description": "preliminary | final | amended | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-status/5.0.0", + "expression": "Composition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-status" + }, + { + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-identifier/5.0.0", + "expression": "Organization.identifier | Organization.qualification.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-identifier" + }, + { + "description": "Episode(s) of care that this encounter should be recorded against", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care/5.0.0", + "expression": "Encounter.episodeOfCare", + "fhirVersion": null, + "name": "episode-of-care", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-episode-of-care", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-episode-of-care", + "code": "episode-of-care", + "packageVersion": "5.0.0", + "target": ["EpisodeOfCare"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-episode-of-care" + }, + { + "description": "A reference to data that supports this section", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-entry/5.0.0", + "expression": "Composition.section.entry", + "fhirVersion": null, + "name": "entry", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-entry", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-entry", + "code": "entry", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-entry" + }, + { + "description": "Who or where the information in the statement came from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-source/5.0.0", + "expression": "MedicationStatement.informationSource", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["MedicationStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement-source" + }, + { + "description": "The creation date for the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-created/5.0.0", + "expression": "Claim.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-created" + }, + { + "description": "Defines how the part works", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-component/5.0.0", + "expression": "SearchParameter.component.definition", + "fhirVersion": null, + "name": "component", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-component", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-component", + "code": "component", + "packageVersion": "5.0.0", + "target": ["SearchParameter"], + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-component" + }, + { + "description": "A request for this procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-based-on/5.0.0", + "expression": "Procedure.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": ["ServiceRequest", "CarePlan"], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-based-on" + }, + { + "description": "A complete packaged product within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "package", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-package", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package", + "code": "package", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-package" + }, + { + "description": "The status of this item. Enables tracking the life-cycle of the content.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-status/5.0.0", + "expression": "ManufacturedItemDefinition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ManufacturedItemDefinition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ManufacturedItemDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition-status" + }, + { + "description": "The modality used", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-modality/5.0.0", + "expression": "DocumentReference.modality", + "fhirVersion": null, + "name": "modality", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-modality", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-modality", + "code": "modality", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-modality" + }, + { + "description": "A portion of the Schedule name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-name/5.0.0", + "expression": "Schedule.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-name" + }, + { + "description": "The date the specimen was collected", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-collected/5.0.0", + "expression": "Specimen.collection.collected.ofType(dateTime) | Specimen.collection.collected.ofType(Period)", + "fhirVersion": null, + "name": "collected", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-collected", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-collected", + "code": "collected", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-collected" + }, + { + "description": "Indication of the reason the entity signed the object(s)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-signature-type/5.0.0", + "expression": "Provenance.signature.type", + "fhirVersion": null, + "name": "signature-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-signature-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", + "code": "signature-type", + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-signature-type" + }, + { + "description": "Code and quantity value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity/5.0.0", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-quantity", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "expression": "value.ofType(Quantity)" + } + ], + "status": "active", + "id": "Observation-code-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", + "code": "code-value-quantity", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-code-value-quantity" + }, + { + "description": "Persons involved in the encounter other than the patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-participant/5.0.0", + "expression": "Encounter.participant.actor", + "fhirVersion": null, + "name": "participant", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant", + "code": "participant", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Patient" + ], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-participant" + }, + { + "description": "The type of content in the library (e.g. text/cql)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-content-type/5.0.0", + "expression": "Library.content.contentType", + "fhirVersion": null, + "name": "content-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-content-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Library-content-type", + "code": "content-type", + "packageVersion": "5.0.0", + "base": ["Library"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Library-content-type" + }, + { + "description": "Status of study by state and period", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period/5.0.0", + "expression": "ResearchStudy.progressStatus", + "fhirVersion": null, + "multipleOr": false, + "name": "progress-status-state-period", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-state", + "expression": "state" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-period", + "expression": "period" + } + ], + "status": "draft", + "id": "ResearchStudy-progress-status-state-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-period", + "code": "progress-status-state-period", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-progress-status-state-period" + }, + { + "description": "The external definition from which the request orchestration is realized", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-uri/5.0.0", + "expression": "RequestOrchestration.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-instantiates-uri" + }, + { + "description": "Fulfills CarePlan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-based-on/5.0.0", + "expression": "CarePlan.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "RequestOrchestration", + "ServiceRequest", + "CarePlan", + "NutritionOrder" + ], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-based-on" + }, + { + "description": "A nutrition product within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "nutrition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-nutrition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-nutrition", + "code": "nutrition", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-nutrition" + }, + { + "description": "Format code content rules for the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-format-code/5.0.0", + "expression": "(DocumentReference.content.profile.value.ofType(Coding))", + "fhirVersion": null, + "name": "format-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-format-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-code", + "code": "format-code", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-format-code" + }, + { + "description": "Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-identifier/5.0.0", + "expression": "BiologicallyDerivedProduct.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-identifier" + }, + { + "description": "The system for any codes defined by this code system (same as 'url')", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-system/5.0.0", + "expression": "CodeSystem.url", + "fhirVersion": null, + "name": "system", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "CodeSystem-system", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-system", + "code": "system", + "packageVersion": "5.0.0", + "base": ["CodeSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem-system" + }, + { + "description": "UDI Barcode (RFID or other technology) string in *HRF* format.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-udi-carrier/5.0.0", + "expression": "Device.udiCarrier.carrierHRF", + "fhirVersion": null, + "name": "udi-carrier", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-udi-carrier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", + "code": "udi-carrier", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-udi-carrier" + }, + { + "description": "Reference contained in valueReference.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-reference/5.0.0", + "expression": "Observation.component.value.ofType(Reference)", + "fhirVersion": null, + "name": "component-value-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-value-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-reference", + "code": "component-value-reference", + "packageVersion": "5.0.0", + "target": ["MolecularSequence"], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-value-reference" + }, + { + "description": "Instance id from manufacturer, owner, and others", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-identifier/5.0.0", + "expression": "Device.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-identifier" + }, + { + "description": "Composite request this is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier/5.0.0", + "expression": "CommunicationRequest.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-group-identifier" + }, + { + "description": "The type (by coding) of appointments that can be booked into the slot", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-service-type/5.0.0", + "expression": "Slot.serviceType.concept", + "fhirVersion": null, + "name": "service-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-service-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-type", + "code": "service-type", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-service-type" + }, + { + "description": "Date attachment was first created", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-creation/5.0.0", + "expression": "DocumentReference.content.attachment.creation", + "fhirVersion": null, + "name": "creation", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-creation", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-creation", + "code": "creation", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-creation" + }, + { + "description": "An actor these requirements are for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Requirements-actor/5.0.0", + "expression": "Requirements.actor", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Requirements-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Requirements-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": ["ActorDefinition"], + "base": ["Requirements"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Requirements-actor" + }, + { + "description": "The reference to the provider who submitted the claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor/5.0.0", + "expression": "PaymentReconciliation.requestor", + "fhirVersion": null, + "name": "requestor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-requestor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-requestor", + "code": "requestor", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-requestor" + }, + { + "description": "The biological source for the biologically derived product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source-event/5.0.0", + "expression": "BiologicallyDerivedProduct.biologicalSourceEvent", + "fhirVersion": null, + "name": "biological-source-event", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-biological-source-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-biological-source-event", + "code": "biological-source-event", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-biological-source-event" + }, + { + "description": "The clinical status of the condition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-clinical-status/5.0.0", + "expression": "Condition.clinicalStatus", + "fhirVersion": null, + "name": "clinical-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-clinical-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", + "code": "clinical-status", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-clinical-status" + }, + { + "description": "Return intakes for a specific consumed item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition/5.0.0", + "expression": "NutritionIntake.consumedItem.nutritionProduct.concept", + "fhirVersion": null, + "name": "nutrition", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionIntake-nutrition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-nutrition", + "code": "nutrition", + "packageVersion": "5.0.0", + "base": ["NutritionIntake"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionIntake-nutrition" + }, + { + "description": "A portion of the Healthcare service name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-name/5.0.0", + "expression": "HealthcareService.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-name" + }, + { + "description": "The current status of the subject in relation to the Encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-subject-status/5.0.0", + "expression": "Encounter.subjectStatus", + "fhirVersion": null, + "name": "subject-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-subject-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-subject-status", + "code": "subject-status", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-subject-status" + }, + { + "description": "Location where adverse event occurred", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-location/5.0.0", + "expression": "AdverseEvent.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-location" + }, + { + "description": "A patient identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-identifier/5.0.0", + "expression": "Patient.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-identifier" + }, + { + "description": "The reference to the provider", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider/5.0.0", + "expression": "CoverageEligibilityRequest.provider", + "fhirVersion": null, + "name": "provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-provider", + "code": "provider", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["CoverageEligibilityRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest-provider" + }, + { + "description": "The uri that identifies the activity definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-url/5.0.0", + "expression": "Composition.url", + "fhirVersion": null, + "name": "url", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-url", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-url", + "code": "url", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-url" + }, + { + "description": "What request fulfills", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on/5.0.0", + "expression": "ServiceRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": ["ServiceRequest", "CarePlan", "MedicationRequest"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-based-on" + }, + { + "description": "The situation that is being documented as contraindicating against this item, as a reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference/5.0.0", + "expression": "ClinicalUseDefinition.contraindication.diseaseSymptomProcedure.reference", + "fhirVersion": null, + "name": "contraindication-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-contraindication-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-contraindication-reference", + "code": "contraindication-reference", + "packageVersion": "5.0.0", + "target": ["ObservationDefinition"], + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-contraindication-reference" + }, + { + "description": "Reasons for not administering the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given/5.0.0", + "expression": "MedicationAdministration.statusReason", + "fhirVersion": null, + "name": "reason-not-given", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-reason-not-given", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", + "code": "reason-not-given", + "packageVersion": "5.0.0", + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-reason-not-given" + }, + { + "description": "Coded expression for the species", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species/5.0.0", + "expression": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code", + "fhirVersion": null, + "name": "target-species", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-target-species", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-target-species", + "code": "target-species", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-target-species" + }, + { + "description": "Uri where the data can be found", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-location/5.0.0", + "expression": "DocumentReference.content.attachment.url", + "fhirVersion": null, + "name": "location", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-location", + "code": "location", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-location" + }, + { + "description": "The method used for the observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-method/5.0.0", + "expression": "Observation.method", + "fhirVersion": null, + "name": "method", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-method", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-method", + "code": "method", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-method" + }, + { + "description": "Identifier(s) by which this encounter is known", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EncounterHistory-identifier/5.0.0", + "expression": "EncounterHistory.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EncounterHistory-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["EncounterHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EncounterHistory-identifier" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on/5.0.0", + "expression": "ActivityDefinition.relatedArtifact.where(type='depends-on').resource | ActivityDefinition.library | EventDefinition.relatedArtifact.where(type='depends-on').resource | EvidenceVariable.relatedArtifact.where(type='depends-on').resource | Library.relatedArtifact.where(type='depends-on').resource | Measure.relatedArtifact.where(type='depends-on').resource | Measure.library | PlanDefinition.relatedArtifact.where(type='depends-on').resource | PlanDefinition.library", + "fhirVersion": null, + "name": "depends-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-depends-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-depends-on", + "code": "depends-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": [ + "ActivityDefinition", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "PlanDefinition" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-depends-on" + }, + { + "description": "Invoke at the system level?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-system/5.0.0", + "expression": "OperationDefinition.system", + "fhirVersion": null, + "name": "system", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-system", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-system", + "code": "system", + "packageVersion": "5.0.0", + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-system" + }, + { + "description": "The Schedule Resource that we are seeking a slot within", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-schedule/5.0.0", + "expression": "Slot.schedule", + "fhirVersion": null, + "name": "schedule", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-schedule", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-schedule", + "code": "schedule", + "packageVersion": "5.0.0", + "target": ["Schedule"], + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-schedule" + }, + { + "description": "Who the information is shared with", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-recipient/5.0.0", + "expression": "Communication.recipient", + "fhirVersion": null, + "name": "recipient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-recipient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-recipient", + "code": "recipient", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-recipient" + }, + { + "description": "Reference to resource that is being requested/ordered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-device/5.0.0", + "expression": "DeviceRequest.code.reference", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["Device", "DeviceDefinition"], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-device" + }, + { + "description": "mild | moderate | severe (of event as a whole)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity/5.0.0", + "expression": "AllergyIntolerance.reaction.severity", + "fhirVersion": null, + "name": "severity", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-severity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity", + "code": "severity", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-severity" + }, + { + "description": "Profiles for use cases supported", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile/5.0.0", + "expression": "CapabilityStatement.rest.resource.supportedProfile", + "fhirVersion": null, + "name": "supported-profile", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CapabilityStatement-supported-profile", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", + "code": "supported-profile", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-supported-profile" + }, + { + "description": "The domain of the contract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-domain/5.0.0", + "expression": "Contract.domain", + "fhirVersion": null, + "name": "domain", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-domain", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-domain", + "code": "domain", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-domain" + }, + { + "description": "Issuing Organization of Invoice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-issuer/5.0.0", + "expression": "Invoice.issuer", + "fhirVersion": null, + "name": "issuer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-issuer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-issuer", + "code": "issuer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-issuer" + }, + { + "description": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address/5.0.0", + "expression": "InsurancePlan.contact.address", + "fhirVersion": null, + "name": "address", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address", + "code": "address", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address" + }, + { + "description": "The current status of the test report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-status/5.0.0", + "expression": "TestReport.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-status" + }, + { + "description": "The group identifier for the request orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-group-identifier/5.0.0", + "expression": "RequestOrchestration.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-group-identifier" + }, + { + "description": "Date the charge item was entered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date/5.0.0", + "expression": "ChargeItem.enteredDate", + "fhirVersion": null, + "name": "entered-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-entered-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", + "code": "entered-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-entered-date" + }, + { + "description": "The type of the instance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class/5.0.0", + "expression": "ImagingStudy.series.instance.sopClass", + "fhirVersion": null, + "name": "dicom-class", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-dicom-class", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", + "code": "dicom-class", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-dicom-class" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri/5.0.0", + "expression": "DeviceRequest.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-instantiates-uri" + }, + { + "description": "routine | urgent | asap | stat", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-priority/5.0.0", + "expression": "ServiceRequest.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-priority" + }, + { + "description": "Date request signed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-authored/5.0.0", + "expression": "ServiceRequest.authoredOn", + "fhirVersion": null, + "name": "authored", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-authored", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-authored" + }, + { + "description": "Returns the intended performer of the administration of the medication request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer/5.0.0", + "expression": "MedicationRequest.performer", + "fhirVersion": null, + "name": "intended-performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", + "code": "intended-performer", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "DeviceDefinition", + "Practitioner", + "Patient" + ], + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-intended-performer" + }, + { + "description": "The party responsible for the entry of the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-enterer/5.0.0", + "expression": "Claim.enterer", + "fhirVersion": null, + "name": "enterer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-enterer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-enterer", + "code": "enterer", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-enterer" + }, + { + "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/example/5.0.0", + "expression": "id", + "fhirVersion": null, + "derivedFrom": "http://hl7.org/fhir/SearchParameter/Resource-id", + "name": "IDSEARCHPARAMETER", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "example", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/example", + "code": "_id", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example" + }, + { + "description": "The business version of the activity definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-version/5.0.0", + "expression": "Composition.version", + "fhirVersion": null, + "name": "version", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-version", + "code": "version", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-version" + }, + { + "description": "A portion of the organization's name or alias", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-name/5.0.0", + "expression": "InsurancePlan.name | InsurancePlan.alias", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-name" + }, + { + "description": "The style of appointment or patient that may be booked in the slot (not service type)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-appointment-type/5.0.0", + "expression": "Slot.appointmentType", + "fhirVersion": null, + "name": "appointment-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-appointment-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-appointment-type", + "code": "appointment-type", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-appointment-type" + }, + { + "description": "low | high | unable-to-assess", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality/5.0.0", + "expression": "AllergyIntolerance.criticality", + "fhirVersion": null, + "name": "criticality", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-criticality", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", + "code": "criticality", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-criticality" + }, + { + "description": "Anatomical location, if relevant", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-body-site/5.0.0", + "expression": "Condition.bodySite", + "fhirVersion": null, + "name": "body-site", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-body-site", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-body-site", + "code": "body-site", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-body-site" + }, + { + "description": "A composite of both characteristic and value", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-characteristic-value/5.0.0", + "expression": "Group.characteristic", + "fhirVersion": null, + "multipleOr": false, + "name": "characteristic-value", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Group-value", + "expression": "(value.ofType(CodeableConcept)) | (value.ofType(boolean))" + } + ], + "status": "draft", + "id": "Group-characteristic-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic-value", + "code": "characteristic-value", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-characteristic-value" + }, + { + "description": "A practitioner's Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-identifier/5.0.0", + "expression": "Practitioner.identifier | Practitioner.qualification.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-identifier" + }, + { + "description": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-payload-type/5.0.0", + "expression": "Endpoint.payload.type", + "fhirVersion": null, + "name": "payload-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-payload-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type", + "code": "payload-type", + "packageVersion": "5.0.0", + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-payload-type" + }, + { + "description": "This is the formal declaration for the _filter parameter, documented at [http://hl7.org/fhir/search_filter.html](http://hl7.org/fhir/search_filter.html)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/filter/5.0.0", + "fhirVersion": null, + "name": "FilterSearchParameter", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "filter", + "url": "http://hl7.org/fhir/SearchParameter/filter", + "code": "_filter", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/filter" + }, + { + "description": "Requested performer", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-performer/5.0.0", + "expression": "ServiceRequest.performer", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-performer" + }, + { + "description": "When the activity occurred", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-when/5.0.0", + "expression": "(Provenance.occurred.ofType(dateTime))", + "fhirVersion": null, + "name": "when", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-when", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-when", + "code": "when", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-when" + }, + { + "description": "The organization that is managing the endpoint", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-organization/5.0.0", + "expression": "Endpoint.managingOrganization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-organization" + }, + { + "description": "The full product name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name/5.0.0", + "expression": "MedicinalProductDefinition.name.productName", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-name" + }, + { + "description": "The referring physician", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer/5.0.0", + "expression": "ImagingStudy.referrer", + "fhirVersion": null, + "name": "referrer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-referrer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-referrer", + "code": "referrer", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-referrer" + }, + { + "description": "The identifier of the item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryItem-identifier/5.0.0", + "expression": "InventoryItem.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryItem-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["InventoryItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryItem-identifier" + }, + { + "description": "The specialty of the service provided by this healthcare service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-specialty/5.0.0", + "expression": "HealthcareService.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-specialty" + }, + { + "description": "The Healthcare Service is currently marked as active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-active/5.0.0", + "expression": "HealthcareService.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-active" + }, + { + "description": "Not for genuine usage (true)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental/5.0.0", + "expression": "ObservationDefinition.experimental", + "fhirVersion": null, + "name": "experimental", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ObservationDefinition-experimental", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-experimental", + "code": "experimental", + "packageVersion": "5.0.0", + "base": ["ObservationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ObservationDefinition-experimental" + }, + { + "description": "The EligibilityRequest reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request/5.0.0", + "expression": "CoverageEligibilityResponse.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["CoverageEligibilityRequest"], + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-request" + }, + { + "description": "Who or where the information in the statement came from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionIntake-source/5.0.0", + "expression": "(NutritionIntake.reported as Reference)", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionIntake-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["NutritionIntake"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionIntake-source" + }, + { + "description": "Status of study by state and actual", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-actual/5.0.0", + "expression": "ResearchStudy.progressStatus", + "fhirVersion": null, + "multipleOr": false, + "name": "progress-status-state-actual", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-state", + "expression": "state" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-actual", + "expression": "actual" + } + ], + "status": "draft", + "id": "ResearchStudy-progress-status-state-actual", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-progress-status-state-actual", + "code": "progress-status-state-actual", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-progress-status-state-actual" + }, + { + "description": "One of the individuals of the appointment is this practitioner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-practitioner/5.0.0", + "expression": "Appointment.participant.actor.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-practitioner", + "code": "practitioner", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-practitioner" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-reason-reference/5.0.0", + "expression": "Procedure.reason.reference", + "fhirVersion": null, + "name": "reason-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-reason-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-reference", + "code": "reason-reference", + "packageVersion": "5.0.0", + "target": [ + "Procedure", + "DocumentReference", + "Observation", + "DiagnosticReport", + "Condition" + ], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-reason-reference" + }, + { + "description": "When identified", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-identified/5.0.0", + "expression": "DetectedIssue.identified.ofType(dateTime) | DetectedIssue.identified.ofType(Period)", + "fhirVersion": null, + "name": "identified", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-identified", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-identified", + "code": "identified", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-identified" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A use code specified in an address\r\n* [Person](person.html): A use code specified in an address\r\n* [Practitioner](practitioner.html): A use code specified in an address\r\n* [RelatedPerson](relatedperson.html): A use code specified in an address\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-use/5.0.0", + "expression": "Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use", + "fhirVersion": null, + "name": "address-use", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-use", + "code": "address-use", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address-use" + }, + { + "description": "Invoke on an instance?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-instance/5.0.0", + "expression": "OperationDefinition.instance", + "fhirVersion": null, + "name": "instance", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-instance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance", + "code": "instance", + "packageVersion": "5.0.0", + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-instance" + }, + { + "description": "The identity of the insurer", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-insurer/5.0.0", + "expression": "Coverage.insurer", + "fhirVersion": null, + "name": "insurer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-insurer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-insurer", + "code": "insurer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-insurer" + }, + { + "description": "formats supported (xml | json | ttl | mime type)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-format/5.0.0", + "expression": "CapabilityStatement.format", + "fhirVersion": null, + "name": "format", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-format", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", + "code": "format", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-format" + }, + { + "description": "The party to be enrolled", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject/5.0.0", + "expression": "EnrollmentRequest.candidate", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["EnrollmentRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentRequest-subject" + }, + { + "description": "The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction/5.0.0", + "expression": "ClinicalUseDefinition.interaction.type", + "fhirVersion": null, + "name": "interaction", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-interaction", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-interaction", + "code": "interaction", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-interaction" + }, + { + "description": "The type of service provided by this healthcare service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-service-type/5.0.0", + "expression": "HealthcareService.type", + "fhirVersion": null, + "name": "service-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-service-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type", + "code": "service-type", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-service-type" + }, + { + "description": "Select validation information for data that was attested to by the specified source", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-who/5.0.0", + "expression": "VerificationResult.attestation.who", + "fhirVersion": null, + "name": "attestation-who", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-attestation-who", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-who", + "code": "attestation-who", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-attestation-who" + }, + { + "description": "The status of the observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-status/5.0.0", + "expression": "Observation.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-status" + }, + { + "description": "Healthcare services provided through the role", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service/5.0.0", + "expression": "OrganizationAffiliation.healthcareService", + "fhirVersion": null, + "name": "service", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-service", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-service", + "code": "service", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-service" + }, + { + "description": "Supporting information found elsewhere", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-evidence-detail/5.0.0", + "expression": "Condition.evidence.reference", + "fhirVersion": null, + "name": "evidence-detail", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-evidence-detail", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", + "code": "evidence-detail", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-evidence-detail" + }, + { + "description": "A postal code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-postalcode/5.0.0", + "expression": "Location.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-postalcode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-postalcode", + "code": "address-postalcode", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address-postalcode" + }, + { + "description": "The participant in the requests in the orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant/5.0.0", + "expression": "RequestOrchestration.action.participant.actor.ofType(Reference) | RequestOrchestration.action.participant.actor.ofType(canonical)", + "fhirVersion": null, + "name": "participant", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-participant", + "code": "participant", + "packageVersion": "5.0.0", + "target": [ + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "Group", + "Practitioner", + "CapabilityStatement", + "Location", + "HealthcareService", + "Endpoint", + "DeviceDefinition", + "PractitionerRole", + "Patient" + ], + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-participant" + }, + { + "description": "Disease to be immunized against", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease/5.0.0", + "expression": "ImmunizationRecommendation.recommendation.targetDisease", + "fhirVersion": null, + "name": "target-disease", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-target-disease", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", + "code": "target-disease", + "packageVersion": "5.0.0", + "base": ["ImmunizationRecommendation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation-target-disease" + }, + { + "description": "The patient or group present at the encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EncounterHistory-subject/5.0.0", + "expression": "EncounterHistory.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EncounterHistory-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["EncounterHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EncounterHistory-subject" + }, + { + "description": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type/5.0.0", + "expression": "MedicationKnowledge.medicineClassification.type", + "fhirVersion": null, + "name": "classification-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-classification-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-classification-type", + "code": "classification-type", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-classification-type" + }, + { + "description": "The business identifier of the ExplanationOfBenefit", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier/5.0.0", + "expression": "PaymentReconciliation.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-identifier" + }, + { + "description": "The identifier of the request associated with the response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-request/5.0.0", + "expression": "GuidanceResponse.requestIdentifier", + "fhirVersion": null, + "name": "request", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", + "code": "request", + "packageVersion": "5.0.0", + "base": ["GuidanceResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GuidanceResponse-request" + }, + { + "description": "Issue Category, e.g. drug-drug, duplicate therapy, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-category/5.0.0", + "expression": "DetectedIssue.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-category" + }, + { + "description": "Technical endpoints providing access to services operated for the practitioner with this role", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint/5.0.0", + "expression": "PractitionerRole.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-endpoint" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The human-friendly name of the activity definition\r\n* [ActorDefinition](actordefinition.html): The human-friendly name of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The human-friendly name of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The human-friendly name of the charge item definition\r\n* [Citation](citation.html): The human-friendly name of the citation\r\n* [CodeSystem](codesystem.html): The human-friendly name of the code system\r\n* [ConceptMap](conceptmap.html): The human-friendly name of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The human-friendly name of the condition definition\r\n* [EventDefinition](eventdefinition.html): The human-friendly name of the event definition\r\n* [Evidence](evidence.html): The human-friendly name of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The human-friendly name of the evidence variable\r\n* [ImplementationGuide](implementationguide.html): The human-friendly name of the implementation guide\r\n* [Library](library.html): The human-friendly name of the library\r\n* [Measure](measure.html): The human-friendly name of the measure\r\n* [MessageDefinition](messagedefinition.html): The human-friendly name of the message definition\r\n* [ObservationDefinition](observationdefinition.html): Human-friendly name of the ObservationDefinition\r\n* [OperationDefinition](operationdefinition.html): The human-friendly name of the operation definition\r\n* [PlanDefinition](plandefinition.html): The human-friendly name of the plan definition\r\n* [Questionnaire](questionnaire.html): The human-friendly name of the questionnaire\r\n* [Requirements](requirements.html): The human-friendly name of the requirements\r\n* [SpecimenDefinition](specimendefinition.html): Human-friendly name of the SpecimenDefinition\r\n* [StructureDefinition](structuredefinition.html): The human-friendly name of the structure definition\r\n* [StructureMap](structuremap.html): The human-friendly name of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Name for this SubscriptionTopic (Human friendly)\r\n* [TerminologyCapabilities](terminologycapabilities.html): The human-friendly name of the terminology capabilities\r\n* [TestScript](testscript.html): The human-friendly name of the test script\r\n* [ValueSet](valueset.html): The human-friendly name of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-title/5.0.0", + "expression": "ActivityDefinition.title | ActorDefinition.title | CapabilityStatement.title | ChargeItemDefinition.title | Citation.title | CodeSystem.title | ConceptMap.title | ConditionDefinition.title | EventDefinition.title | Evidence.title | EvidenceVariable.title | ImplementationGuide.title | Library.title | Measure.title | MessageDefinition.title | ObservationDefinition.title | OperationDefinition.title | PlanDefinition.title | Questionnaire.title | Requirements.title | SpecimenDefinition.title | StructureDefinition.title | StructureMap.title | SubscriptionTopic.title | TerminologyCapabilities.title | TestScript.title | ValueSet.title", + "fhirVersion": null, + "name": "title", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-title", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-title", + "code": "title", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-title" + }, + { + "description": "Type of program under which the medication is monitored", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type/5.0.0", + "expression": "MedicationKnowledge.monitoringProgram.type", + "fhirVersion": null, + "name": "monitoring-program-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monitoring-program-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-type", + "code": "monitoring-program-type", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-monitoring-program-type" + }, + { + "description": "The manufacturer of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-manufacturer/5.0.0", + "expression": "Device.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-manufacturer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-manufacturer", + "code": "manufacturer", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-manufacturer" + }, + { + "description": "Type of involvement of the actor in the activities related to the condition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-participant-function/5.0.0", + "expression": "Condition.participant.function", + "fhirVersion": null, + "name": "participant-function", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-participant-function", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-participant-function", + "code": "participant-function", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-participant-function" + }, + { + "description": "The body structure associated with the imaging selection", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-body-structure/5.0.0", + "expression": "ImagingSelection.bodySite.reference", + "fhirVersion": null, + "name": "body-structure", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-body-structure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-body-structure", + "code": "body-structure", + "packageVersion": "5.0.0", + "target": ["BodyStructure"], + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-body-structure" + }, + { + "description": "Definition of the role the participatingOrganization plays", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role/5.0.0", + "expression": "OrganizationAffiliation.code", + "fhirVersion": null, + "name": "role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-role", + "code": "role", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-role" + }, + { + "description": "A portion of the given name of the person", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-given/5.0.0", + "expression": "Person.name.given", + "fhirVersion": null, + "name": "given", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-given", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-given", + "code": "given", + "packageVersion": "5.0.0", + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-given" + }, + { + "description": "DICOM Series Instance UID for a series", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-series/5.0.0", + "expression": "ImagingStudy.series.uid", + "fhirVersion": null, + "name": "series", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-series", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", + "code": "series", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-series" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-based-on/5.0.0", + "expression": "AuditEvent.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "Task", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ], + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-based-on" + }, + { + "description": "Covered party", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-beneficiary/5.0.0", + "expression": "Coverage.beneficiary", + "fhirVersion": null, + "name": "beneficiary", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-beneficiary", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", + "code": "beneficiary", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-beneficiary" + }, + { + "description": "Profile canonical content rules for the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical/5.0.0", + "expression": "(DocumentReference.content.profile.value.ofType(canonical))", + "fhirVersion": null, + "name": "format-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-format-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-canonical", + "code": "format-canonical", + "packageVersion": "5.0.0", + "target": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "ConditionDefinition", + "Contract", + "Device", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "ResearchStudy", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-format-canonical" + }, + { + "description": "Who is involved", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-participant/5.0.0", + "expression": "CareTeam.participant.member", + "fhirVersion": null, + "name": "participant", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-participant", + "code": "participant", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["CareTeam"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam-participant" + }, + { + "description": "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Library-type/5.0.0", + "expression": "Library.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Library-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Library-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Library"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Library-type" + }, + { + "description": "Status of the Encounter history entry", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EncounterHistory-status/5.0.0", + "expression": "EncounterHistory.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EncounterHistory-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["EncounterHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EncounterHistory-status" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition/5.0.0", + "expression": "Ingredient.substance.code.reference", + "fhirVersion": null, + "name": "substance-definition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-substance-definition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance-definition", + "code": "substance-definition", + "packageVersion": "5.0.0", + "target": ["SubstanceDefinition"], + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-substance-definition" + }, + { + "description": "Select validation information for data that was validated against a primary source on the specified date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-date/5.0.0", + "expression": "VerificationResult.primarySource.validationDate", + "fhirVersion": null, + "name": "primarysource-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-primarysource-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-date", + "code": "primarysource-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-primarysource-date" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Person](person.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [Practitioner](practitioner.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n* [RelatedPerson](relatedperson.html): A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address/5.0.0", + "expression": "Patient.address | Person.address | Practitioner.address | RelatedPerson.address", + "fhirVersion": null, + "name": "address", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address", + "code": "address", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address" + }, + { + "description": "The parties ultimately responsible for balancing the Account", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-guarantor/5.0.0", + "expression": "Account.guarantor.party", + "fhirVersion": null, + "name": "guarantor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-guarantor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-guarantor", + "code": "guarantor", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Patient"], + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-guarantor" + }, + { + "description": "Reference to a concept (by class)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code/5.0.0", + "expression": "MedicationKnowledge.definitional.ingredient.item.concept", + "fhirVersion": null, + "name": "ingredient-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-ingredient-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-ingredient-code", + "code": "ingredient-code", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-ingredient-code" + }, + { + "description": "The priority of the request orchestration", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-priority/5.0.0", + "expression": "RequestOrchestration.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-priority" + }, + { + "description": "draft | active | suspended +", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-status/5.0.0", + "expression": "SupplyRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["SupplyRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest-status" + }, + { + "description": "Return nutrition orders requested on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime/5.0.0", + "expression": "NutritionOrder.dateTime", + "fhirVersion": null, + "name": "datetime", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-datetime", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", + "code": "datetime", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-datetime" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Computationally friendly name of the activity definition\r\n* [CapabilityStatement](capabilitystatement.html): Computationally friendly name of the capability statement\r\n* [Citation](citation.html): Computationally friendly name of the citation\r\n* [CodeSystem](codesystem.html): Computationally friendly name of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): Computationally friendly name of the compartment definition\r\n* [ConceptMap](conceptmap.html): Computationally friendly name of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Computationally friendly name of the condition definition\r\n* [EventDefinition](eventdefinition.html): Computationally friendly name of the event definition\r\n* [EvidenceVariable](evidencevariable.html): Computationally friendly name of the evidence variable\r\n* [ExampleScenario](examplescenario.html): Computationally friendly name of the example scenario\r\n* [GraphDefinition](graphdefinition.html): Computationally friendly name of the graph definition\r\n* [ImplementationGuide](implementationguide.html): Computationally friendly name of the implementation guide\r\n* [Library](library.html): Computationally friendly name of the library\r\n* [Measure](measure.html): Computationally friendly name of the measure\r\n* [MessageDefinition](messagedefinition.html): Computationally friendly name of the message definition\r\n* [NamingSystem](namingsystem.html): Computationally friendly name of the naming system\r\n* [OperationDefinition](operationdefinition.html): Computationally friendly name of the operation definition\r\n* [PlanDefinition](plandefinition.html): Computationally friendly name of the plan definition\r\n* [Questionnaire](questionnaire.html): Computationally friendly name of the questionnaire\r\n* [Requirements](requirements.html): Computationally friendly name of the requirements\r\n* [SearchParameter](searchparameter.html): Computationally friendly name of the search parameter\r\n* [StructureDefinition](structuredefinition.html): Computationally friendly name of the structure definition\r\n* [StructureMap](structuremap.html): Computationally friendly name of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Computationally friendly name of the terminology capabilities\r\n* [TestScript](testscript.html): Computationally friendly name of the test script\r\n* [ValueSet](valueset.html): Computationally friendly name of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-name/5.0.0", + "expression": "ActivityDefinition.name | CapabilityStatement.name | Citation.name | CodeSystem.name | CompartmentDefinition.name | ConceptMap.name | ConditionDefinition.name | EventDefinition.name | EvidenceVariable.name | ExampleScenario.name | GraphDefinition.name | ImplementationGuide.name | Library.name | Measure.name | MessageDefinition.name | NamingSystem.name | OperationDefinition.name | PlanDefinition.name | Questionnaire.name | Requirements.name | SearchParameter.name | StructureDefinition.name | StructureMap.name | TerminologyCapabilities.name | TestScript.name | ValueSet.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-name", + "code": "name", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "CapabilityStatement", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-name" + }, + { + "description": "When created", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-created/5.0.0", + "expression": "Basic.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Basic-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Basic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Basic-created" + }, + { + "description": "Returns prescriptions intended to be dispensed by this Organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser/5.0.0", + "expression": "MedicationRequest.dispenseRequest.dispenser", + "fhirVersion": null, + "name": "intended-dispenser", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-dispenser", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", + "code": "intended-dispenser", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-intended-dispenser" + }, + { + "description": "Main clinical acts documented", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-event-code/5.0.0", + "expression": "DocumentReference.event.concept", + "fhirVersion": null, + "name": "event-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-event-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-event-code", + "code": "event-code", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-event-code" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created/5.0.0", + "expression": "PaymentReconciliation.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-created" + }, + { + "description": "The identity of a patient to list orders for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-subject/5.0.0", + "expression": "MedicationRequest.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-subject" + }, + { + "description": "The identity of a operator for whom to list associations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-operator/5.0.0", + "expression": "DeviceAssociation.operation.operator", + "fhirVersion": null, + "name": "operator", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-operator", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-operator", + "code": "operator", + "packageVersion": "5.0.0", + "target": ["RelatedPerson", "Practitioner", "Patient"], + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-operator" + }, + { + "description": "entered-in-error | draft | active |suspended | completed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-status/5.0.0", + "expression": "DeviceRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-status" + }, + { + "description": "When the request transitioned to being actionable", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on/5.0.0", + "expression": "DeviceRequest.authoredOn", + "fhirVersion": null, + "name": "authored-on", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-authored-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", + "code": "authored-on", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-authored-on" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical/5.0.0", + "expression": "FamilyMemberHistory.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FamilyMemberHistory-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": [ + "Measure", + "OperationDefinition", + "ActivityDefinition", + "PlanDefinition", + "Questionnaire" + ], + "base": ["FamilyMemberHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory-instantiates-canonical" + }, + { + "description": "Languages that are available at this service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-communication/5.0.0", + "expression": "HealthcareService.communication", + "fhirVersion": null, + "name": "communication", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-communication", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-communication", + "code": "communication", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-communication" + }, + { + "description": "The type of channel for the sent notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-type/5.0.0", + "expression": "Subscription.channelType", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-type" + }, + { + "description": "Effective period", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubscriptionTopic-effective/5.0.0", + "expression": "SubscriptionTopic.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubscriptionTopic-effective", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["SubscriptionTopic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic-effective" + }, + { + "description": "When the bundle was assembled", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-timestamp/5.0.0", + "expression": "Bundle.timestamp", + "fhirVersion": null, + "name": "timestamp", + "type": "date", + "resourceType": "SearchParameter", + "status": "active", + "id": "Bundle-timestamp", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", + "code": "timestamp", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle-timestamp" + }, + { + "description": "The kind of study objective", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type/5.0.0", + "expression": "ResearchStudy.objective.type", + "fhirVersion": null, + "name": "objective-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-objective-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-type", + "code": "objective-type", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-objective-type" + }, + { + "description": "The patient present at the encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EncounterHistory-patient/5.0.0", + "expression": "EncounterHistory.subject.where(resolve() is Patient)", + "fhirVersion": null, + "name": "patient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EncounterHistory-patient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EncounterHistory-patient", + "code": "patient", + "packageVersion": "5.0.0", + "target": ["Patient"], + "base": ["EncounterHistory"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EncounterHistory-patient" + }, + { + "description": "The serial number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionProduct-serial-number/5.0.0", + "expression": "NutritionProduct.instance.identifier", + "fhirVersion": null, + "name": "serial-number", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionProduct-serial-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-serial-number", + "code": "serial-number", + "packageVersion": "5.0.0", + "base": ["NutritionProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct-serial-number" + }, + { + "description": "The subject that the request orchestration is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-subject/5.0.0", + "expression": "RequestOrchestration.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-subject" + }, + { + "description": "This Response is for this Practitioner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner/5.0.0", + "expression": "AppointmentResponse.actor.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner", + "code": "practitioner", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-practitioner" + }, + { + "description": "Search by task status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-status/5.0.0", + "expression": "Task.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-status" + }, + { + "description": "Search by task priority", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-priority/5.0.0", + "expression": "Task.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-priority" + }, + { + "description": "The status of the device usage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceUsage-status/5.0.0", + "expression": "DeviceUsage.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceUsage-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceUsage-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DeviceUsage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceUsage-status" + }, + { + "description": "The reference to a participant in the test execution", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-participant/5.0.0", + "expression": "TestReport.participant.uri", + "fhirVersion": null, + "name": "participant", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-participant", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-participant", + "code": "participant", + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-participant" + }, + { + "description": "The organization that manufactures this ingredient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer/5.0.0", + "expression": "Ingredient.manufacturer.manufacturer", + "fhirVersion": null, + "name": "manufacturer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-manufacturer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-manufacturer", + "code": "manufacturer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-manufacturer" + }, + { + "description": "Which rendered service is being charged?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-service/5.0.0", + "expression": "ChargeItem.service.reference", + "fhirVersion": null, + "name": "service", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-service", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-service", + "code": "service", + "packageVersion": "5.0.0", + "target": [ + "SupplyDelivery", + "ImagingStudy", + "Procedure", + "Observation", + "ServiceRequest", + "MedicationAdministration", + "DiagnosticReport", + "Immunization", + "MedicationRequest", + "MedicationDispense" + ], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-service" + }, + { + "description": "SOP Instance UID for an instance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-instance/5.0.0", + "expression": "ImagingStudy.series.instance.uid", + "fhirVersion": null, + "name": "instance", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-instance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-instance", + "code": "instance", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-instance" + }, + { + "description": "The Person links to this Practitioner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-practitioner/5.0.0", + "expression": "Person.link.target.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-practitioner", + "code": "practitioner", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-practitioner" + }, + { + "description": "The type of artifact the plan (e.g. order-set, eca-rule, protocol)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PlanDefinition-type/5.0.0", + "expression": "PlanDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PlanDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["PlanDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PlanDefinition-type" + }, + { + "description": "A type of classification assigned to the citation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Citation-classification-type/5.0.0", + "expression": "(Citation.classification.type)", + "fhirVersion": null, + "name": "classification-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Citation-classification-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Citation-classification-type", + "code": "classification-type", + "packageVersion": "5.0.0", + "base": ["Citation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Citation-classification-type" + }, + { + "description": "The organization that holds the granted authorization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder/5.0.0", + "expression": "RegulatedAuthorization.holder", + "fhirVersion": null, + "name": "holder", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-holder", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-holder", + "code": "holder", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-holder" + }, + { + "description": "Processing priority requested", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-priority/5.0.0", + "expression": "Claim.priority", + "fhirVersion": null, + "name": "priority", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-priority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-priority", + "code": "priority", + "packageVersion": "5.0.0", + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-priority" + }, + { + "description": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-service/5.0.0", + "expression": "PractitionerRole.healthcareService", + "fhirVersion": null, + "name": "service", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-service", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", + "code": "service", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-service" + }, + { + "description": "Actions controlled by this rule", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-action/5.0.0", + "expression": "Consent.provision.action", + "fhirVersion": null, + "name": "action", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-action", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-action", + "code": "action", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-action" + }, + { + "description": "Return prescriptions written on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten/5.0.0", + "expression": "VisionPrescription.dateWritten", + "fhirVersion": null, + "name": "datewritten", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-datewritten", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten", + "code": "datewritten", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["VisionPrescription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VisionPrescription-datewritten" + }, + { + "description": "Body site excludedStructure structure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-excludedstructure/5.0.0", + "expression": "BodyStructure.excludedStructure.structure", + "fhirVersion": null, + "name": "excluded_structure", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-excludedstructure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-excludedstructure", + "code": "excluded_structure", + "packageVersion": "5.0.0", + "base": ["BodyStructure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BodyStructure-excludedstructure" + }, + { + "description": "Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-serial-number/5.0.0", + "expression": "BiologicallyDerivedProduct.identifier", + "fhirVersion": null, + "name": "serial-number", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProduct-serial-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProduct-serial-number", + "code": "serial-number", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct-serial-number" + }, + { + "description": "Subject impacted by event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-subject/5.0.0", + "expression": "AdverseEvent.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "ResearchSubject", + "Group", + "Practitioner", + "Patient" + ], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-subject" + }, + { + "description": "The identity of the individual or set of individuals who requires the diet, formula or nutritional supplement", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-subject/5.0.0", + "expression": "NutritionOrder.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-subject" + }, + { + "description": "Who performed the procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-performer/5.0.0", + "expression": "Procedure.performer.actor", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-performer" + }, + { + "description": "Whether this organization affiliation record is in active use", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active/5.0.0", + "expression": "OrganizationAffiliation.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-active" + }, + { + "description": "The relationship between the patient and the relatedperson", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship/5.0.0", + "expression": "RelatedPerson.relationship", + "fhirVersion": null, + "name": "relationship", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-relationship", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-relationship", + "code": "relationship", + "packageVersion": "5.0.0", + "base": ["RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson-relationship" + }, + { + "description": "What the agents role was", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent-role/5.0.0", + "expression": "Provenance.agent.role", + "fhirVersion": null, + "name": "agent-role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", + "code": "agent-role", + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-agent-role" + }, + { + "description": "ok | transient-error | fatal-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-code/5.0.0", + "expression": "MessageHeader.response.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-code" + }, + { + "description": "The reason why the expected value in the element Observation.value[x] is missing.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason/5.0.0", + "expression": "Observation.dataAbsentReason", + "fhirVersion": null, + "name": "data-absent-reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-data-absent-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason", + "code": "data-absent-reason", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-data-absent-reason" + }, + { + "description": "Related measurements the observation is made from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-derived-from/5.0.0", + "expression": "Observation.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-derived-from", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-derived-from", + "code": "derived-from", + "packageVersion": "5.0.0", + "target": [ + "ImagingStudy", + "DocumentReference", + "Observation", + "MolecularSequence", + "GenomicStudy", + "ImagingSelection", + "QuestionnaireResponse" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-derived-from" + }, + { + "description": "Inclusion and exclusion criteria", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility/5.0.0", + "expression": "ResearchStudy.recruitment.eligibility", + "fhirVersion": null, + "name": "eligibility", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-eligibility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-eligibility", + "code": "eligibility", + "packageVersion": "5.0.0", + "target": ["Group", "EvidenceVariable"], + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-eligibility" + }, + { + "description": "Any report resulting from the procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-report/5.0.0", + "expression": "Procedure.report", + "fhirVersion": null, + "name": "report", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-report", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-report", + "code": "report", + "packageVersion": "5.0.0", + "target": ["Composition", "DocumentReference", "DiagnosticReport"], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-report" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-substance/5.0.0", + "expression": "Ingredient.substance.code.reference", + "fhirVersion": null, + "name": "substance", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-substance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-substance", + "code": "substance", + "packageVersion": "5.0.0", + "target": ["SubstanceDefinition"], + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-substance" + }, + { + "description": "Implementation guides supported", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide/5.0.0", + "expression": "CapabilityStatement.implementationGuide", + "fhirVersion": null, + "name": "guide", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-guide", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", + "code": "guide", + "packageVersion": "5.0.0", + "target": ["ImplementationGuide"], + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-guide" + }, + { + "description": "Search by task intent", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-intent/5.0.0", + "expression": "Task.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-intent" + }, + { + "description": "Returns dispense for a given location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-location/5.0.0", + "expression": "MedicationDispense.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-location" + }, + { + "description": "The mime-type of notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-payload/5.0.0", + "expression": "Subscription.contentType", + "fhirVersion": null, + "name": "payload", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Subscription-payload", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-payload", + "code": "payload", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-payload" + }, + { + "description": "Searches for locations that are managed by the provided organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-organization/5.0.0", + "expression": "Location.managingOrganization", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-organization" + }, + { + "description": "Matches on any item in the Linkage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Linkage-item/5.0.0", + "expression": "Linkage.item.resource", + "fhirVersion": null, + "name": "item", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Linkage-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Linkage-item", + "code": "item", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Linkage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Linkage-item" + }, + { + "description": "The Provider of the claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor/5.0.0", + "expression": "ClaimResponse.requestor", + "fhirVersion": null, + "name": "requestor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-requestor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-requestor", + "code": "requestor", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-requestor" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): The value in any kind of telecom details of the patient\r\n* [Person](person.html): The value in any kind of contact\r\n* [Practitioner](practitioner.html): The value in any kind of contact\r\n* [PractitionerRole](practitionerrole.html): The value in any kind of contact\r\n* [RelatedPerson](relatedperson.html): The value in any kind of contact\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-telecom/5.0.0", + "expression": "Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.contact.telecom | RelatedPerson.telecom", + "fhirVersion": null, + "name": "telecom", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-telecom", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-telecom", + "code": "telecom", + "packageVersion": "5.0.0", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-telecom" + }, + { + "description": "Request takes the place of referenced completed or terminated requests", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request/5.0.0", + "expression": "DeviceRequest.replaces", + "fhirVersion": null, + "name": "prior-request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-prior-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-prior-request", + "code": "prior-request", + "packageVersion": "5.0.0", + "target": ["DeviceRequest"], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-prior-request" + }, + { + "description": "Composite Request ID", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-group-identifier/5.0.0", + "expression": "NutritionOrder.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-group-identifier" + }, + { + "description": "Identifies where the resource comes from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-source/5.0.0", + "expression": "Resource.meta.source", + "fhirVersion": null, + "name": "_source", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "Resource-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-source", + "code": "_source", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-source" + }, + { + "description": "A custom search profile that describes a specific defined query operation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-query/5.0.0", + "fhirVersion": null, + "name": "_query", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-query", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-query", + "code": "_query", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-query" + }, + { + "description": "Who attested the composition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-attester/5.0.0", + "expression": "Composition.attester.party", + "fhirVersion": null, + "name": "attester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Composition-attester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-attester", + "code": "attester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-attester" + }, + { + "description": "Reason why the vaccine was not administered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-status-reason/5.0.0", + "expression": "Immunization.statusReason", + "fhirVersion": null, + "name": "status-reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-status-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", + "code": "status-reason", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-status-reason" + }, + { + "description": "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-role/5.0.0", + "expression": "Ingredient.role", + "fhirVersion": null, + "name": "role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-role", + "code": "role", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-role" + }, + { + "description": "Who authorized the vision prescription", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber/5.0.0", + "expression": "VisionPrescription.prescriber", + "fhirVersion": null, + "name": "prescriber", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-prescriber", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber", + "code": "prescriber", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["VisionPrescription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VisionPrescription-prescriber" + }, + { + "description": "Technical endpoints providing access to services operated for the location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-endpoint/5.0.0", + "expression": "Location.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-endpoint" + }, + { + "description": "The basal contract definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-url/5.0.0", + "expression": "Contract.url", + "fhirVersion": null, + "name": "url", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-url", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-url", + "code": "url", + "packageVersion": "5.0.0", + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-url" + }, + { + "description": "A server defined search that may match any of the string fields in DeviceDefinition.name or DeviceDefinition.classification.type - the latter to search for 'generic' devices.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-device-name/5.0.0", + "expression": "DeviceDefinition.deviceName.name | DeviceDefinition.classification.type.coding.display | DeviceDefinition.classification.type.text", + "fhirVersion": null, + "name": "device-name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDefinition-device-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-device-name", + "code": "device-name", + "packageVersion": "5.0.0", + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-device-name" + }, + { + "description": "Target Reference(s) (usually version specific)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-target/5.0.0", + "expression": "Provenance.target", + "fhirVersion": null, + "name": "target", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-target", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-target", + "code": "target", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-target" + }, + { + "description": "Specific instance of resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity/5.0.0", + "expression": "AuditEvent.entity.what", + "fhirVersion": null, + "name": "entity", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity", + "code": "entity", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-entity" + }, + { + "description": "The appointment that scheduled this encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-appointment/5.0.0", + "expression": "Encounter.appointment", + "fhirVersion": null, + "name": "appointment", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-appointment", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-appointment", + "code": "appointment", + "packageVersion": "5.0.0", + "target": ["Appointment"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-appointment" + }, + { + "description": "Find code system supplements for the referenced code system", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CodeSystem-supplements/5.0.0", + "expression": "CodeSystem.supplements", + "fhirVersion": null, + "name": "supplements", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CodeSystem-supplements", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", + "code": "supplements", + "packageVersion": "5.0.0", + "target": ["CodeSystem"], + "base": ["CodeSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem-supplements" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-city/5.0.0", + "expression": "Organization.contact.address.city", + "fhirVersion": null, + "name": "address-city", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-city", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-city", + "code": "address-city", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address-city" + }, + { + "description": "Returns dispenses with the specified responsible party", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty/5.0.0", + "expression": "MedicationDispense.substitution.responsibleParty", + "fhirVersion": null, + "name": "responsibleparty", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-responsibleparty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", + "code": "responsibleparty", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-responsibleparty" + }, + { + "description": "For testing purposes, not real usage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental/5.0.0", + "expression": "ImplementationGuide.experimental", + "fhirVersion": null, + "name": "experimental", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-experimental", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", + "code": "experimental", + "packageVersion": "5.0.0", + "base": ["ImplementationGuide"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImplementationGuide-experimental" + }, + { + "description": "The specific code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code/5.0.0", + "expression": "SubstanceDefinition.code.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceDefinition-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["SubstanceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition-code" + }, + { + "description": "food | medication | environment | biologic", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category/5.0.0", + "expression": "AllergyIntolerance.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-category" + }, + { + "description": "Any one of the individuals participating in the appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-actor/5.0.0", + "expression": "Appointment.participant.actor", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-actor" + }, + { + "description": "Who collected the Supply", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver/5.0.0", + "expression": "SupplyDelivery.receiver", + "fhirVersion": null, + "name": "receiver", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-receiver", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver", + "code": "receiver", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["SupplyDelivery"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyDelivery-receiver" + }, + { + "description": "A composite of both specification and version", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification-version/5.0.0", + "expression": "DeviceDefinition.conformsTo", + "fhirVersion": null, + "multipleOr": false, + "name": "specification-version", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification", + "expression": "specification" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-version", + "expression": "version" + } + ], + "status": "draft", + "id": "DeviceDefinition-specification-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDefinition-specification-version", + "code": "specification-version", + "packageVersion": "5.0.0", + "base": ["DeviceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition-specification-version" + }, + { + "description": "Reference to a concept (by class)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-reason-code/5.0.0", + "expression": "Procedure.reason.concept", + "fhirVersion": null, + "name": "reason-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-reason-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-reason-code", + "code": "reason-code", + "packageVersion": "5.0.0", + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-reason-code" + }, + { + "description": "Search by task output", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-output/5.0.0", + "expression": "Task.output.value.ofType(Reference)", + "fhirVersion": null, + "name": "output", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-output", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-output", + "code": "output", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-output" + }, + { + "description": "A code system included or excluded in the value set or an imported value set", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-reference/5.0.0", + "expression": "ValueSet.compose.include.system", + "fhirVersion": null, + "name": "reference", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "ValueSet-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-reference", + "code": "reference", + "packageVersion": "5.0.0", + "base": ["ValueSet"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ValueSet-reference" + }, + { + "description": "Returns prescriptions with different intents", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intent/5.0.0", + "expression": "MedicationRequest.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-intent" + }, + { + "description": "Issues addressed by this goal", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-addresses/5.0.0", + "expression": "Goal.addresses", + "fhirVersion": null, + "name": "addresses", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-addresses", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-addresses", + "code": "addresses", + "packageVersion": "5.0.0", + "target": [ + "RiskAssessment", + "Procedure", + "Observation", + "MedicationStatement", + "ServiceRequest", + "MedicationRequest", + "Condition", + "NutritionOrder" + ], + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-addresses" + }, + { + "description": "Is the Organization record active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-status/5.0.0", + "expression": "InsurancePlan.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-status" + }, + { + "description": "An identifier for the administrable product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier/5.0.0", + "expression": "AdministrableProductDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-identifier" + }, + { + "description": "A subscription identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-identifier/5.0.0", + "expression": "Subscription.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-identifier" + }, + { + "description": "The category of the condition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-category/5.0.0", + "expression": "Condition.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-category" + }, + { + "description": "active | entered-in-error | draft | rejected", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Permission-status/5.0.0", + "expression": "Permission.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Permission-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Permission-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Permission"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Permission-status" + }, + { + "description": "Onsets as age or age range", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-onset-age/5.0.0", + "expression": "Condition.onset.ofType(Age) | Condition.onset.ofType(Range)", + "fhirVersion": null, + "name": "onset-age", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-onset-age", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-onset-age", + "code": "onset-age", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-onset-age" + }, + { + "description": "The reason why the expected value in the element Observation.component.value[x] is missing.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason/5.0.0", + "expression": "Observation.component.dataAbsentReason", + "fhirVersion": null, + "name": "component-data-absent-reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-data-absent-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", + "code": "component-data-absent-reason", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-data-absent-reason" + }, + { + "description": "active | inactive | resolved", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status/5.0.0", + "expression": "AllergyIntolerance.clinicalStatus", + "fhirVersion": null, + "name": "clinical-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-clinical-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", + "code": "clinical-status", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-clinical-status" + }, + { + "description": "oid | uuid | uri | other", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-id-type/5.0.0", + "expression": "NamingSystem.uniqueId.type", + "fhirVersion": null, + "name": "id-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-id-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type", + "code": "id-type", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-id-type" + }, + { + "description": "Identifies the focus of this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Basic-subject/5.0.0", + "expression": "Basic.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Basic-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Basic-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Basic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Basic-subject" + }, + { + "description": "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-part-status/5.0.0", + "expression": "Appointment.participant.status", + "fhirVersion": null, + "name": "part-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-part-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-part-status", + "code": "part-status", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-part-status" + }, + { + "description": "Time of service that is being documented", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-period/5.0.0", + "expression": "DocumentReference.period", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-period" + }, + { + "description": "Past immunizations supporting recommendation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support/5.0.0", + "expression": "ImmunizationRecommendation.recommendation.supportingImmunization", + "fhirVersion": null, + "name": "support", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-support", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support", + "code": "support", + "packageVersion": "5.0.0", + "target": ["ImmunizationEvaluation", "Immunization"], + "base": ["ImmunizationRecommendation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation-support" + }, + { + "description": "Kind of Structure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BodyStructure-morphology/5.0.0", + "expression": "BodyStructure.morphology", + "fhirVersion": null, + "name": "morphology", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BodyStructure-morphology", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", + "code": "morphology", + "packageVersion": "5.0.0", + "base": ["BodyStructure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BodyStructure-morphology" + }, + { + "description": "Returns dispenses performed by a specific individual", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-performer/5.0.0", + "expression": "MedicationDispense.performer.actor", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-performer" + }, + { + "description": "The value in any kind of contact", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom/5.0.0", + "expression": "OrganizationAffiliation.contact.telecom", + "fhirVersion": null, + "name": "telecom", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-telecom", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-telecom", + "code": "telecom", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-telecom" + }, + { + "description": "The status of the device associations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceAssociation-status/5.0.0", + "expression": "DeviceAssociation.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceAssociation-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceAssociation-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DeviceAssociation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation-status" + }, + { + "description": "Desired performer for service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-performer-code/5.0.0", + "expression": "DeviceRequest.performer.concept", + "fhirVersion": null, + "name": "performer-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-performer-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer-code", + "code": "performer-code", + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-performer-code" + }, + { + "description": "The current status of the Endpoint (usually expected to be active)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-status/5.0.0", + "expression": "Endpoint.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-status" + }, + { + "description": "An ingredient of this item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient/5.0.0", + "expression": "ManufacturedItemDefinition.ingredient", + "fhirVersion": null, + "name": "ingredient", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ManufacturedItemDefinition-ingredient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ManufacturedItemDefinition-ingredient", + "code": "ingredient", + "packageVersion": "5.0.0", + "base": ["ManufacturedItemDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition-ingredient" + }, + { + "description": "Conditions/problems/diagnoses this episode of care is for (coded)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-code/5.0.0", + "expression": "EpisodeOfCare.diagnosis.condition.concept", + "fhirVersion": null, + "name": "diagnosis-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-diagnosis-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-code", + "code": "diagnosis-code", + "packageVersion": "5.0.0", + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-diagnosis-code" + }, + { + "description": "The service request this appointment is allocated to assess", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-based-on/5.0.0", + "expression": "Appointment.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest" + ], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-based-on" + }, + { + "description": "A composite of both specification and version", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-specification-version/5.0.0", + "expression": "Device.conformsTo", + "fhirVersion": null, + "multipleOr": false, + "name": "specification-version", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-specification", + "expression": "specification" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-version", + "expression": "version" + } + ], + "status": "draft", + "id": "Device-specification-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-specification-version", + "code": "specification-version", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-specification-version" + }, + { + "description": "Search on the narrative of the resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DomainResource-text/5.0.0", + "fhirVersion": null, + "name": "_text", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DomainResource-text", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DomainResource-text", + "code": "_text", + "packageVersion": "5.0.0", + "base": ["DomainResource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DomainResource-text" + }, + { + "description": "The Person links to this RelatedPerson", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-relatedperson/5.0.0", + "expression": "Person.link.target.where(resolve() is RelatedPerson)", + "fhirVersion": null, + "name": "relatedperson", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-relatedperson", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-relatedperson", + "code": "relatedperson", + "packageVersion": "5.0.0", + "target": ["RelatedPerson"], + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-relatedperson" + }, + { + "description": "The party receiving any payment for the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee/5.0.0", + "expression": "ExplanationOfBenefit.payee.party", + "fhirVersion": null, + "name": "payee", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-payee", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", + "code": "payee", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-payee" + }, + { + "description": "The Device that generated the observation data.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-device/5.0.0", + "expression": "Observation.device", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["Device", "DeviceMetric"], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-device" + }, + { + "description": "The encounter to which payment or adjustment was applied.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-encounter/5.0.0", + "expression": "PaymentReconciliation.allocation.encounter", + "fhirVersion": null, + "name": "allocation-encounter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-allocation-encounter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-encounter", + "code": "allocation-encounter", + "packageVersion": "5.0.0", + "target": ["Encounter"], + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-allocation-encounter" + }, + { + "description": "Search by period Task is/was underway", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-period/5.0.0", + "expression": "Task.executionPeriod", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-period" + }, + { + "description": "Message category", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-category/5.0.0", + "expression": "CommunicationRequest.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-category" + }, + { + "description": "Text representation of the trigger", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description/5.0.0", + "expression": "SubscriptionTopic.resourceTrigger.description", + "fhirVersion": null, + "name": "trigger-description", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubscriptionTopic-trigger-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-trigger-description", + "code": "trigger-description", + "packageVersion": "5.0.0", + "base": ["SubscriptionTopic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic-trigger-description" + }, + { + "description": "e.g. driver, provider, patient, bank etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-type/5.0.0", + "expression": "NamingSystem.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-type" + }, + { + "description": "proposal | plan | order | option | directive", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-intent/5.0.0", + "expression": "CarePlan.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-intent" + }, + { + "description": "Select validation information for data that was validated against the specified primary source", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-who/5.0.0", + "expression": "VerificationResult.primarySource.who", + "fhirVersion": null, + "name": "primarysource-who", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-primarysource-who", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-primarysource-who", + "code": "primarysource-who", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-primarysource-who" + }, + { + "description": "Who's involved in plan?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-care-team/5.0.0", + "expression": "CarePlan.careTeam", + "fhirVersion": null, + "name": "care-team", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-care-team", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", + "code": "care-team", + "packageVersion": "5.0.0", + "target": ["CareTeam"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-care-team" + }, + { + "description": "Event trigger", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubscriptionTopic-event/5.0.0", + "expression": "SubscriptionTopic.eventTrigger.event", + "fhirVersion": null, + "name": "event", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubscriptionTopic-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-event", + "code": "event", + "packageVersion": "5.0.0", + "base": ["SubscriptionTopic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic-event" + }, + { + "description": "How the agent participated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-agent-type/5.0.0", + "expression": "Provenance.agent.type", + "fhirVersion": null, + "name": "agent-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-agent-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", + "code": "agent-type", + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-agent-type" + }, + { + "description": "The category of the substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-category/5.0.0", + "expression": "Substance.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-category" + }, + { + "description": "UDI associated with a line item product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-item-udi/5.0.0", + "expression": "Claim.item.udi", + "fhirVersion": null, + "name": "item-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-item-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-item-udi", + "code": "item-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-item-udi" + }, + { + "description": "Search by reference to a Consent, DocumentReference, Contract or QuestionnaireResponse", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-source-reference/5.0.0", + "expression": "Consent.sourceReference", + "fhirVersion": null, + "name": "source-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-source-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-source-reference", + "code": "source-reference", + "packageVersion": "5.0.0", + "target": [ + "Consent", + "DocumentReference", + "Contract", + "QuestionnaireResponse" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-source-reference" + }, + { + "description": "Type of specialty needed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-specialty/5.0.0", + "expression": "Schedule.specialty", + "fhirVersion": null, + "name": "specialty", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-specialty", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-specialty", + "code": "specialty", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-specialty" + }, + { + "description": "The definition / type of the device (code)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-code/5.0.0", + "expression": "Device.definition.concept", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-code" + }, + { + "description": "Service Category of the Healthcare Service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-service-category/5.0.0", + "expression": "HealthcareService.category", + "fhirVersion": null, + "name": "service-category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-service-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category", + "code": "service-category", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-service-category" + }, + { + "description": "Returns formulary items with this external identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/FormularyItem-identifier/5.0.0", + "expression": "FormularyItem.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "FormularyItem-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/FormularyItem-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["FormularyItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FormularyItem-identifier" + }, + { + "description": "Not for genuine usage (true)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental/5.0.0", + "expression": "SpecimenDefinition.experimental", + "fhirVersion": null, + "name": "experimental", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-experimental", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-experimental", + "code": "experimental", + "packageVersion": "5.0.0", + "base": ["SpecimenDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition-experimental" + }, + { + "description": "Return administrations with this administration device identity", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-device/5.0.0", + "expression": "MedicationAdministration.device.reference", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-device" + }, + { + "description": "The date/time the contract was issued", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-issued/5.0.0", + "expression": "Contract.issued", + "fhirVersion": null, + "name": "issued", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-issued", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-issued" + }, + { + "description": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-status/5.0.0", + "expression": "Communication.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-status" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-bodysite/5.0.0", + "expression": "Specimen.collection.bodySite.reference", + "fhirVersion": null, + "name": "bodysite", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-bodysite", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-bodysite", + "code": "bodysite", + "packageVersion": "5.0.0", + "target": ["BodyStructure"], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-bodysite" + }, + { + "description": "Real world sender of the message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-sender/5.0.0", + "expression": "MessageHeader.sender", + "fhirVersion": null, + "name": "sender", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-sender", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", + "code": "sender", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ], + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-sender" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-state/5.0.0", + "expression": "Organization.contact.address.state", + "fhirVersion": null, + "name": "address-state", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-state", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-state", + "code": "address-state", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address-state" + }, + { + "description": "Search by items in inventory report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryReport-item-reference/5.0.0", + "expression": "InventoryReport.inventoryListing.item.item.reference", + "fhirVersion": null, + "name": "item-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryReport-item-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-item-reference", + "code": "item-reference", + "packageVersion": "5.0.0", + "target": [ + "Device", + "InventoryItem", + "NutritionProduct", + "BiologicallyDerivedProduct", + "Medication" + ], + "base": ["InventoryReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryReport-item-reference" + }, + { + "description": "The type (by coding) of appointments that can be booked into associated slot(s)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-service-type/5.0.0", + "expression": "Schedule.serviceType.concept", + "fhirVersion": null, + "name": "service-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-service-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-type", + "code": "service-type", + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-service-type" + }, + { + "description": "The situation in which the undesirable effect may manifest, as a code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect/5.0.0", + "expression": "ClinicalUseDefinition.undesirableEffect.symptomConditionEffect.concept", + "fhirVersion": null, + "name": "effect", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-effect", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-effect", + "code": "effect", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-effect" + }, + { + "description": "Returns statements based on adherence or compliance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-adherence/5.0.0", + "expression": "MedicationStatement.adherence.code", + "fhirVersion": null, + "name": "adherence", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-adherence", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-adherence", + "code": "adherence", + "packageVersion": "5.0.0", + "base": ["MedicationStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement-adherence" + }, + { + "description": "A server defined search that may match any of the string fields in Device.name or Device.type.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-device-name/5.0.0", + "expression": "Device.name.value | Device.type.coding.display | Device.type.text", + "fhirVersion": null, + "name": "device-name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-device-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-device-name", + "code": "device-name", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-device-name" + }, + { + "description": "One of the individuals of the appointment is this patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-group/5.0.0", + "expression": "Appointment.participant.actor.where(resolve() is Group) | Appointment.subject.where(resolve() is Group)", + "fhirVersion": null, + "name": "group", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-group", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-group", + "code": "group", + "packageVersion": "5.0.0", + "target": ["Group"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-group" + }, + { + "description": "The organization responsible for the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-organization/5.0.0", + "expression": "Device.owner", + "fhirVersion": null, + "name": "organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-organization", + "code": "organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-organization" + }, + { + "description": "proposal | plan | original-order |reflex-order", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-intent/5.0.0", + "expression": "DeviceRequest.intent", + "fhirVersion": null, + "name": "intent", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-intent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", + "code": "intent", + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-intent" + }, + { + "description": "The organization which generated this resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer/5.0.0", + "expression": "PaymentReconciliation.paymentIssuer", + "fhirVersion": null, + "name": "payment-issuer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-payment-issuer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-payment-issuer", + "code": "payment-issuer", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Patient"], + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-payment-issuer" + }, + { + "description": "Vaccine or vaccine group recommendation applies to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type/5.0.0", + "expression": "ImmunizationRecommendation.recommendation.vaccineCode", + "fhirVersion": null, + "name": "vaccine-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationRecommendation-vaccine-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type", + "code": "vaccine-type", + "packageVersion": "5.0.0", + "base": ["ImmunizationRecommendation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation-vaccine-type" + }, + { + "description": "The status of this administrable product. Enables tracking the life-cycle of the content.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-status/5.0.0", + "expression": "AdministrableProductDefinition.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-status" + }, + { + "description": "The claim reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-request/5.0.0", + "expression": "ClaimResponse.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["Claim"], + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-request" + }, + { + "description": "Code for the event this message represents or link to event definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-event/5.0.0", + "expression": "MessageHeader.event.ofType(Coding) | MessageHeader.event.ofType(canonical)", + "fhirVersion": null, + "name": "event", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-event", + "code": "event", + "packageVersion": "5.0.0", + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-event" + }, + { + "description": "A city specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city/5.0.0", + "expression": "InsurancePlan.contact.address.city", + "fhirVersion": null, + "name": "address-city", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-city", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-city", + "code": "address-city", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address-city" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-condition/5.0.0", + "expression": "CarePlan.addresses.reference", + "fhirVersion": null, + "name": "condition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-condition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-condition", + "code": "condition", + "packageVersion": "5.0.0", + "target": ["Condition"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-condition" + }, + { + "description": "UDI associated with a line item detail subdetail product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi/5.0.0", + "expression": "ExplanationOfBenefit.item.detail.subDetail.udi", + "fhirVersion": null, + "name": "subdetail-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-subdetail-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-subdetail-udi", + "code": "subdetail-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-subdetail-udi" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on/5.0.0", + "expression": "DiagnosticReport.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "ServiceRequest", + "CarePlan", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-based-on" + }, + { + "description": "Human language of the content (BCP-47)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-language/5.0.0", + "expression": "DocumentReference.content.attachment.language", + "fhirVersion": null, + "name": "language", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-language", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-language", + "code": "language", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-language" + }, + { + "description": "The specimen details", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen/5.0.0", + "expression": "DiagnosticReport.specimen", + "fhirVersion": null, + "name": "specimen", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-specimen", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen", + "code": "specimen", + "packageVersion": "5.0.0", + "target": ["Specimen"], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-specimen" + }, + { + "description": "Code and value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-code-value-concept/5.0.0", + "expression": "Device", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-concept", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-specification", + "expression": "specification.ofType(CodeableConcept)" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Device-version", + "expression": "version.ofType(string)" + } + ], + "status": "draft", + "id": "Device-code-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-code-value-concept", + "code": "code-value-concept", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-code-value-concept" + }, + { + "description": "Location the encounter takes place", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-location/5.0.0", + "expression": "Encounter.location.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-location" + }, + { + "description": "The value of the component observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-concept/5.0.0", + "expression": "Observation.component.value.ofType(CodeableConcept)", + "fhirVersion": null, + "name": "component-value-concept", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", + "code": "component-value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-value-concept" + }, + { + "description": "Allows for the retrieval of resources that are referenced by a List resource or by one of the pre-defined functional lists", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-list/5.0.0", + "fhirVersion": null, + "name": "_list", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-list", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-list", + "code": "_list", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-list" + }, + { + "description": "Agent role in the event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role/5.0.0", + "expression": "AuditEvent.agent.role", + "fhirVersion": null, + "name": "agent-role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-agent-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", + "code": "agent-role", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-agent-role" + }, + { + "description": "The status of the report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-status/5.0.0", + "expression": "DiagnosticReport.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-status" + }, + { + "description": "Filter search parameter which supports a more sophisticated grammar for searching. See [documentation](search_filter.html) for further details", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-filter/5.0.0", + "fhirVersion": null, + "name": "_filter", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-filter", + "url": "http://hl7.org/fhir/SearchParameter/Resource-filter", + "code": "_filter", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-filter" + }, + { + "description": "A reference to the defining substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-code-reference/5.0.0", + "expression": "Substance.code.reference", + "fhirVersion": null, + "name": "code-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-code-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-code-reference", + "code": "code-reference", + "packageVersion": "5.0.0", + "target": ["SubstanceDefinition"], + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-code-reference" + }, + { + "description": "Individual making the request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-requester/5.0.0", + "expression": "SupplyRequest.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["SupplyRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest-requester" + }, + { + "description": "Validation information for in parameters", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile/5.0.0", + "expression": "OperationDefinition.inputProfile", + "fhirVersion": null, + "name": "input-profile", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-input-profile", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", + "code": "input-profile", + "packageVersion": "5.0.0", + "target": ["StructureDefinition"], + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-input-profile" + }, + { + "description": "A master file for to the medicinal product (e.g. Pharmacovigilance System Master File)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file/5.0.0", + "expression": "MedicinalProductDefinition.masterFile", + "fhirVersion": null, + "name": "master-file", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-master-file", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-master-file", + "code": "master-file", + "packageVersion": "5.0.0", + "target": ["DocumentReference"], + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-master-file" + }, + { + "description": "Categorization of document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-category/5.0.0", + "expression": "DocumentReference.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-category" + }, + { + "description": "A resource that is a permitted focus of the message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-focus/5.0.0", + "expression": "MessageDefinition.focus.code", + "fhirVersion": null, + "name": "focus", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", + "code": "focus", + "packageVersion": "5.0.0", + "base": ["MessageDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageDefinition-focus" + }, + { + "description": "The date(s) a qualification is valid for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-qualification-period/5.0.0", + "expression": "Practitioner.qualification.period", + "fhirVersion": null, + "name": "qualification-period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-qualification-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-qualification-period", + "code": "qualification-period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-qualification-period" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationAdministration](medicationadministration.html): Date administration happened (or did not happen)\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-date/5.0.0", + "expression": "MedicationAdministration.occurence.ofType(dateTime) | MedicationAdministration.occurence.ofType(Period)", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/medications-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medications-date" + }, + { + "description": "The DICOM Study Instance UID from which the images were selected", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid/5.0.0", + "expression": "ImagingSelection.studyUid", + "fhirVersion": null, + "name": "study-uid", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-study-uid", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-study-uid", + "code": "study-uid", + "packageVersion": "5.0.0", + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-study-uid" + }, + { + "description": "The date the request orchestration was authored", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-authored/5.0.0", + "expression": "RequestOrchestration.authoredOn", + "fhirVersion": null, + "name": "authored", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-authored", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-authored" + }, + { + "description": "The identity of the provider who placed the nutrition order", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionOrder-provider/5.0.0", + "expression": "NutritionOrder.orderer", + "fhirVersion": null, + "name": "provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionOrder-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", + "code": "provider", + "packageVersion": "5.0.0", + "target": ["PractitionerRole", "Practitioner"], + "base": ["NutritionOrder"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder-provider" + }, + { + "description": "Used to search for the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword/5.0.0", + "expression": "ResearchStudy.keyword", + "fhirVersion": null, + "name": "keyword", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-keyword", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", + "code": "keyword", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-keyword" + }, + { + "description": "Vaccine Manufacturer", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-manufacturer/5.0.0", + "expression": "Immunization.manufacturer.reference", + "fhirVersion": null, + "name": "manufacturer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-manufacturer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", + "code": "manufacturer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-manufacturer" + }, + { + "description": "The medicinal product for which this is a clinical usage issue", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product/5.0.0", + "expression": "ClinicalUseDefinition.subject.where(resolve() is MedicinalProductDefinition)", + "fhirVersion": null, + "name": "product", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-product", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-product", + "code": "product", + "packageVersion": "5.0.0", + "target": ["MedicinalProductDefinition"], + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-product" + }, + { + "description": "Net total of this Invoice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-totalnet/5.0.0", + "expression": "Invoice.totalNet", + "fhirVersion": null, + "name": "totalnet", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-totalnet", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", + "code": "totalnet", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-totalnet" + }, + { + "description": "Identifier by which this substance is known", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier/5.0.0", + "expression": "SubstanceDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubstanceDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubstanceDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["SubstanceDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition-identifier" + }, + { + "description": "When the questionnaire response was last changed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored/5.0.0", + "expression": "QuestionnaireResponse.authored", + "fhirVersion": null, + "name": "authored", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-authored", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-authored" + }, + { + "description": "draft | active | retired | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-status/5.0.0", + "expression": "ResearchSubject.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ResearchSubject"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchSubject-status" + }, + { + "description": "Immunization evaluation status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status/5.0.0", + "expression": "ImmunizationEvaluation.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ImmunizationEvaluation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationEvaluation-status" + }, + { + "description": "Who/what is requesting service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-requester/5.0.0", + "expression": "DeviceRequest.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "PractitionerRole", + "Practitioner" + ], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-requester" + }, + { + "description": "Coded expression for the route", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route/5.0.0", + "expression": "AdministrableProductDefinition.routeOfAdministration.code", + "fhirVersion": null, + "name": "route", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-route", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-route", + "code": "route", + "packageVersion": "5.0.0", + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-route" + }, + { + "description": "Clinical symptoms/signs associated with the Event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference/5.0.0", + "expression": "AllergyIntolerance.reaction.manifestation.reference", + "fhirVersion": null, + "name": "manifestation-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-manifestation-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation-reference", + "code": "manifestation-reference", + "packageVersion": "5.0.0", + "target": ["Observation"], + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-manifestation-reference" + }, + { + "description": "Identifies the value set expansion (business identifier)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ValueSet-expansion/5.0.0", + "expression": "ValueSet.expansion.identifier", + "fhirVersion": null, + "name": "expansion", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "ValueSet-expansion", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", + "code": "expansion", + "packageVersion": "5.0.0", + "base": ["ValueSet"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ValueSet-expansion" + }, + { + "description": "This Response is for this Location", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-location/5.0.0", + "expression": "AppointmentResponse.actor.where(resolve() is Location)", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-location" + }, + { + "description": "Business identifier for this issue", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier/5.0.0", + "expression": "ClinicalUseDefinition.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-identifier" + }, + { + "description": "Part of the name of a software application", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-software/5.0.0", + "expression": "CapabilityStatement.software.name", + "fhirVersion": null, + "name": "software", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-software", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", + "code": "software", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-software" + }, + { + "description": "Target number of participants enrolled in study across all groups", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target/5.0.0", + "expression": "ResearchStudy.recruitment.targetNumber", + "fhirVersion": null, + "name": "recruitment-target", + "type": "number", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-recruitment-target", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-recruitment-target", + "code": "recruitment-target", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-recruitment-target" + }, + { + "description": "Price overriding the associated rules", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-price-override/5.0.0", + "expression": "ChargeItem.totalPriceComponent.amount", + "fhirVersion": null, + "name": "price-override", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-price-override", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", + "code": "price-override", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-price-override" + }, + { + "description": "Dependent number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-dependent/5.0.0", + "expression": "Coverage.dependent", + "fhirVersion": null, + "name": "dependent", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-dependent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-dependent", + "code": "dependent", + "packageVersion": "5.0.0", + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-dependent" + }, + { + "description": "Identity of entity", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-entity/5.0.0", + "expression": "Provenance.entity.what", + "fhirVersion": null, + "name": "entity", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-entity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-entity", + "code": "entity", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-entity" + }, + { + "description": "UDI associated with a procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi/5.0.0", + "expression": "ExplanationOfBenefit.procedure.udi", + "fhirVersion": null, + "name": "procedure-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-procedure-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-procedure-udi", + "code": "procedure-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-procedure-udi" + }, + { + "description": "Activity that is intended to be part of the care plan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference/5.0.0", + "expression": "CarePlan.activity.plannedActivityReference", + "fhirVersion": null, + "name": "activity-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-activity-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", + "code": "activity-reference", + "packageVersion": "5.0.0", + "target": [ + "Appointment", + "RequestOrchestration", + "DeviceRequest", + "ServiceRequest", + "CommunicationRequest", + "Task", + "MedicationRequest", + "SupplyRequest", + "ImmunizationRecommendation", + "NutritionOrder", + "VisionPrescription" + ], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-activity-reference" + }, + { + "description": "Return prescriptions written on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon/5.0.0", + "expression": "MedicationRequest.authoredOn", + "fhirVersion": null, + "name": "authoredon", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-authoredon", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", + "code": "authoredon", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-authoredon" + }, + { + "description": "The person who performed the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-performer/5.0.0", + "expression": "ImagingStudy.series.performer.actor", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-performer" + }, + { + "description": "A portion of the organization's name using some kind of phonetic matching algorithm", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-phonetic/5.0.0", + "expression": "Organization.name", + "fhirVersion": null, + "name": "phonetic", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-phonetic", + "processingMode": "phonetic", + "url": "http://hl7.org/fhir/SearchParameter/Organization-phonetic", + "code": "phonetic", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-phonetic" + }, + { + "description": "unconfirmed | presumed | confirmed | refuted | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status/5.0.0", + "expression": "AllergyIntolerance.verificationStatus", + "fhirVersion": null, + "name": "verification-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AllergyIntolerance-verification-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", + "code": "verification-status", + "packageVersion": "5.0.0", + "base": ["AllergyIntolerance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance-verification-status" + }, + { + "description": "The specific version of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-version/5.0.0", + "expression": "Device.version.value", + "fhirVersion": null, + "name": "version", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-version", + "code": "version", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-version" + }, + { + "description": "The status of the Claim instance.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-status/5.0.0", + "expression": "Claim.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-status" + }, + { + "description": "Flag creator", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Flag-author/5.0.0", + "expression": "Flag.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Flag-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Flag-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Flag"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Flag-author" + }, + { + "description": "The parameter whose value is being tracked", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-target-measure/5.0.0", + "expression": "Goal.target.measure", + "fhirVersion": null, + "name": "target-measure", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-target-measure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-target-measure", + "code": "target-measure", + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-target-measure" + }, + { + "description": "The version of FHIR", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion/5.0.0", + "expression": "CapabilityStatement.fhirVersion", + "fhirVersion": null, + "name": "fhirversion", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-fhirversion", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", + "code": "fhirversion", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-fhirversion" + }, + { + "description": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason/5.0.0", + "expression": "Observation.dataAbsentReason | Observation.component.dataAbsentReason", + "fhirVersion": null, + "name": "combo-data-absent-reason", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-combo-data-absent-reason", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", + "code": "combo-data-absent-reason", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-data-absent-reason" + }, + { + "description": "Timeframe for this rule", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-period/5.0.0", + "expression": "Consent.provision.period", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-period" + }, + { + "description": "The requirements these are derived from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Requirements-derived-from/5.0.0", + "expression": "Requirements.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Requirements-derived-from", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Requirements-derived-from", + "code": "derived-from", + "packageVersion": "5.0.0", + "target": ["Requirements"], + "base": ["Requirements"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Requirements-derived-from" + }, + { + "description": "The situation that is being documented as an indicaton for this item, as a reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference/5.0.0", + "expression": "ClinicalUseDefinition.indication.diseaseSymptomProcedure.reference", + "fhirVersion": null, + "name": "indication-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-indication-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-indication-reference", + "code": "indication-reference", + "packageVersion": "5.0.0", + "target": ["ObservationDefinition"], + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-indication-reference" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-name/5.0.0", + "expression": "RelatedPerson.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson-name" + }, + { + "description": "The status of the enrollment response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status/5.0.0", + "expression": "EnrollmentResponse.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["EnrollmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentResponse-status" + }, + { + "description": "One of the Location's characteristics", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-characteristic/5.0.0", + "expression": "Location.characteristic", + "fhirVersion": null, + "name": "characteristic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-characteristic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-characteristic", + "code": "characteristic", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-characteristic" + }, + { + "description": "Whether this practitioner role record is in active use", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-active/5.0.0", + "expression": "PractitionerRole.active", + "fhirVersion": null, + "name": "active", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-active", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", + "code": "active", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-active" + }, + { + "description": "Allows for the retrieval of resources that are active members of a CareTeam, Group, or List", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-in/5.0.0", + "expression": "Resource.id", + "fhirVersion": null, + "name": "_in", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-in", + "processingMode": "other", + "url": "http://hl7.org/fhir/SearchParameter/Resource-in", + "code": "_in", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-in" + }, + { + "description": "Name for this study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-name/5.0.0", + "expression": "ResearchStudy.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-name" + }, + { + "description": "Search by task focus", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-focus/5.0.0", + "expression": "Task.focus", + "fhirVersion": null, + "name": "focus", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-focus", + "code": "focus", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-focus" + }, + { + "description": "The definition / type of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-definition/5.0.0", + "expression": "Device.definition.reference", + "fhirVersion": null, + "name": "definition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-definition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-definition", + "code": "definition", + "packageVersion": "5.0.0", + "target": ["DeviceDefinition"], + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-definition" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [CodeSystem](codesystem.html): The predecessor of the CodeSystem\r\n* [ConceptMap](conceptmap.html): The predecessor of the ConceptMap\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [NamingSystem](namingsystem.html): The predecessor of the NamingSystem\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n* [ValueSet](valueset.html): The predecessor of the ValueSet\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor/5.0.0", + "expression": "ActivityDefinition.relatedArtifact.where(type='predecessor').resource | CodeSystem.relatedArtifact.where(type='predecessor').resource | ConceptMap.relatedArtifact.where(type='predecessor').resource | EventDefinition.relatedArtifact.where(type='predecessor').resource | EvidenceVariable.relatedArtifact.where(type='predecessor').resource | Library.relatedArtifact.where(type='predecessor').resource | Measure.relatedArtifact.where(type='predecessor').resource | NamingSystem.relatedArtifact.where(type='predecessor').resource | PlanDefinition.relatedArtifact.where(type='predecessor').resource | ValueSet.relatedArtifact.where(type='predecessor').resource", + "fhirVersion": null, + "name": "predecessor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-predecessor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-predecessor", + "code": "predecessor", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-predecessor" + }, + { + "description": "replaces | transforms | signs | appends", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-relation/5.0.0", + "expression": "DocumentReference.relatesTo.code", + "fhirVersion": null, + "name": "relation", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-relation", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-relation", + "code": "relation", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-relation" + }, + { + "description": "Entity managing the Account", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-owner/5.0.0", + "expression": "Account.owner", + "fhirVersion": null, + "name": "owner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-owner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-owner", + "code": "owner", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-owner" + }, + { + "description": "Location(s) service is intended for/available to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area/5.0.0", + "expression": "HealthcareService.coverageArea", + "fhirVersion": null, + "name": "coverage-area", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-coverage-area", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-coverage-area", + "code": "coverage-area", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-coverage-area" + }, + { + "description": "Profile URI content rules for the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-format-uri/5.0.0", + "expression": "(DocumentReference.content.profile.value.ofType(uri))", + "fhirVersion": null, + "name": "format-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-format-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-format-uri", + "code": "format-uri", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-format-uri" + }, + { + "description": "The party responsible for the entry of the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer/5.0.0", + "expression": "ExplanationOfBenefit.enterer", + "fhirVersion": null, + "name": "enterer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-enterer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", + "code": "enterer", + "packageVersion": "5.0.0", + "target": [ + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-enterer" + }, + { + "description": "The individual providing the information reflected in the questionnaire respose", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source/5.0.0", + "expression": "QuestionnaireResponse.source", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-source" + }, + { + "description": "Organization providing the charged service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization/5.0.0", + "expression": "ChargeItem.performingOrganization", + "fhirVersion": null, + "name": "performing-organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-performing-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", + "code": "performing-organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-performing-organization" + }, + { + "description": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-name/5.0.0", + "expression": "Practitioner.name", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-name" + }, + { + "description": "The practitioner can perform this role at for the organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-role/5.0.0", + "expression": "PractitionerRole.code", + "fhirVersion": null, + "name": "role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-role", + "code": "role", + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-role" + }, + { + "description": "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\"", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic/5.0.0", + "expression": "MedicinalProductDefinition.characteristic.value.ofType(Quantity) | MedicinalProductDefinition.characteristic.value.ofType(CodeableConcept)", + "fhirVersion": null, + "name": "characteristic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-characteristic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-characteristic", + "code": "characteristic", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-characteristic" + }, + { + "description": "Category of event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-category/5.0.0", + "expression": "AuditEvent.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-category" + }, + { + "description": "Fulfills plan or proposal", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on/5.0.0", + "expression": "CommunicationRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-based-on" + }, + { + "description": "Any identifier for the organization (not the accreditation issuer's identifier)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier/5.0.0", + "expression": "InsurancePlan.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-identifier" + }, + { + "description": "Technical endpoints providing access to services operated for the organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-endpoint/5.0.0", + "expression": "Organization.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-endpoint" + }, + { + "description": "Transaction window", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Account-period/5.0.0", + "expression": "Account.servicePeriod", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Account-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Account-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Account"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account-period" + }, + { + "description": "A type of extension context assigned to the structure definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type/5.0.0", + "expression": "StructureDefinition.context.type", + "fhirVersion": null, + "name": "ext-context-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-ext-context-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-type", + "code": "ext-context-type", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-ext-context-type" + }, + { + "description": "Facility where the products or services have been or will be provided", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-facility/5.0.0", + "expression": "Claim.facility", + "fhirVersion": null, + "name": "facility", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-facility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-facility", + "code": "facility", + "packageVersion": "5.0.0", + "target": ["Organization", "Location"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-facility" + }, + { + "description": "Name of system", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-destination/5.0.0", + "expression": "MessageHeader.destination.name", + "fhirVersion": null, + "name": "destination", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-destination", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-destination", + "code": "destination", + "packageVersion": "5.0.0", + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-destination" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-subject/5.0.0", + "expression": "Procedure.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-subject" + }, + { + "description": "Parties who will pay for services", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-paymentby-party/5.0.0", + "expression": "Coverage.paymentBy.party", + "fhirVersion": null, + "name": "paymentby-party", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-paymentby-party", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-paymentby-party", + "code": "paymentby-party", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Patient"], + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-paymentby-party" + }, + { + "description": "The target payor/insurer for the Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-insurer/5.0.0", + "expression": "Claim.insurer", + "fhirVersion": null, + "name": "insurer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-insurer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-insurer", + "code": "insurer", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-insurer" + }, + { + "description": "Network address to contact device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-url/5.0.0", + "expression": "Device.url", + "fhirVersion": null, + "name": "url", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-url", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-url", + "code": "url", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-url" + }, + { + "description": "The stage in the progression of a study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-phase/5.0.0", + "expression": "ResearchStudy.phase", + "fhirVersion": null, + "name": "phase", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-phase", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-phase", + "code": "phase", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-phase" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition/5.0.0", + "expression": "ExplanationOfBenefit.disposition", + "fhirVersion": null, + "name": "disposition", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-disposition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", + "code": "disposition", + "packageVersion": "5.0.0", + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-disposition" + }, + { + "description": "The current status of the Episode of Care as provided (does not check the status history collection)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status/5.0.0", + "expression": "EpisodeOfCare.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-status" + }, + { + "description": "The status of the dose relative to published recommendations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status/5.0.0", + "expression": "ImmunizationEvaluation.doseStatus", + "fhirVersion": null, + "name": "dose-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-dose-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", + "code": "dose-status", + "packageVersion": "5.0.0", + "base": ["ImmunizationEvaluation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationEvaluation-dose-status" + }, + { + "description": "The type of collected specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type/5.0.0", + "expression": "SpecimenDefinition.typeCollected", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SpecimenDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["SpecimenDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition-type" + }, + { + "description": "The human readable name of the research study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-title/5.0.0", + "expression": "ResearchStudy.title", + "fhirVersion": null, + "name": "title", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-title", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", + "code": "title", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-title" + }, + { + "description": "For testing purposes, not real usage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental/5.0.0", + "expression": "StructureDefinition.experimental", + "fhirVersion": null, + "name": "experimental", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-experimental", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", + "code": "experimental", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-experimental" + }, + { + "description": "The lot number of the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-lot-number/5.0.0", + "expression": "Device.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-lot-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-lot-number", + "code": "lot-number", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-lot-number" + }, + { + "description": "Message category", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-category/5.0.0", + "expression": "Communication.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-category" + }, + { + "description": "The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region/5.0.0", + "expression": "RegulatedAuthorization.region", + "fhirVersion": null, + "name": "region", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RegulatedAuthorization-region", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RegulatedAuthorization-region", + "code": "region", + "packageVersion": "5.0.0", + "base": ["RegulatedAuthorization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization-region" + }, + { + "description": "What this request fullfills.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-based-on/5.0.0", + "expression": "RequestOrchestration.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-based-on" + }, + { + "description": "Type defined or constrained by this structure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-type/5.0.0", + "expression": "StructureDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-type" + }, + { + "description": "Likelihood of specified outcome as a qualitative value", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-risk/5.0.0", + "expression": "RiskAssessment.prediction.qualitativeRisk", + "fhirVersion": null, + "name": "risk", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-risk", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", + "code": "risk", + "packageVersion": "5.0.0", + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-risk" + }, + { + "description": "The status of the payment notice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-status/5.0.0", + "expression": "PaymentNotice.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-status" + }, + { + "description": "specialization | constraint - How relates to base definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation/5.0.0", + "expression": "StructureDefinition.derivation", + "fhirVersion": null, + "name": "derivation", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-derivation", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", + "code": "derivation", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-derivation" + }, + { + "description": "The organization that provides services to the primary organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization/5.0.0", + "expression": "OrganizationAffiliation.participatingOrganization", + "fhirVersion": null, + "name": "participating-organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-participating-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-participating-organization", + "code": "participating-organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-participating-organization" + }, + { + "description": "The business version identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-version/5.0.0", + "expression": "DocumentReference.version", + "fhirVersion": null, + "name": "version", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-version", + "code": "version", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-version" + }, + { + "description": "The category of the metric", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-category/5.0.0", + "expression": "DeviceMetric.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["DeviceMetric"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceMetric-category" + }, + { + "description": "The value of the observation, if the value is a date or period of time", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-date/5.0.0", + "expression": "Observation.value.ofType(dateTime) | Observation.value.ofType(Period)", + "fhirVersion": null, + "name": "value-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-date", + "code": "value-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-date" + }, + { + "description": "Location of the resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource/5.0.0", + "expression": "ImplementationGuide.definition.resource.reference", + "fhirVersion": null, + "name": "resource", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImplementationGuide-resource", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-resource", + "code": "resource", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["ImplementationGuide"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImplementationGuide-resource" + }, + { + "description": "Who this goal is intended for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-subject/5.0.0", + "expression": "Goal.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Organization", "Group", "Patient"], + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-subject" + }, + { + "description": "The identity of a patient for whom to list dispenses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceDispense-subject/5.0.0", + "expression": "DeviceDispense.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceDispense-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceDispense-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Practitioner", "Patient"], + "base": ["DeviceDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense-subject" + }, + { + "description": "The accession number associated with the specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-accession/5.0.0", + "expression": "Specimen.accessionIdentifier", + "fhirVersion": null, + "name": "accession", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-accession", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-accession", + "code": "accession", + "packageVersion": "5.0.0", + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-accession" + }, + { + "description": "Select validation information for data that was attested to on behalf of the specified source", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-onbehalfof/5.0.0", + "expression": "VerificationResult.attestation.onBehalfOf", + "fhirVersion": null, + "name": "attestation-onbehalfof", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-attestation-onbehalfof", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-attestation-onbehalfof", + "code": "attestation-onbehalfof", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-attestation-onbehalfof" + }, + { + "description": "Multiple Resources: \r\n\r\n* [MedicationDispense](medicationdispense.html): The identity of a prescription to list dispenses from\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/medications-prescription/5.0.0", + "expression": "MedicationDispense.authorizingPrescription", + "fhirVersion": null, + "name": "prescription", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "medications-prescription", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/medications-prescription", + "code": "prescription", + "packageVersion": "5.0.0", + "target": ["MedicationRequest"], + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medications-prescription" + }, + { + "description": "UDI associated with a line item, detail, subdetail product or service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi/5.0.0", + "expression": "Claim.item.detail.subDetail.udi", + "fhirVersion": null, + "name": "subdetail-udi", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-subdetail-udi", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-subdetail-udi", + "code": "subdetail-udi", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-subdetail-udi" + }, + { + "description": "Search by business status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-business-status/5.0.0", + "expression": "Task.businessStatus", + "fhirVersion": null, + "name": "business-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-business-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-business-status", + "code": "business-status", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-business-status" + }, + { + "description": "The status of the ClaimResponse", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-status/5.0.0", + "expression": "ClaimResponse.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-status" + }, + { + "description": "Language code for this name", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language/5.0.0", + "expression": "MedicinalProductDefinition.name.usage.language", + "fhirVersion": null, + "name": "name-language", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-name-language", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-name-language", + "code": "name-language", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-name-language" + }, + { + "description": "Search for Schedule resources that have a period that contains this date specified", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-date/5.0.0", + "expression": "Schedule.planningHorizon", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-date" + }, + { + "description": "The focus of an observation when the focus is not the patient of record.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-focus/5.0.0", + "expression": "Observation.focus", + "fhirVersion": null, + "name": "focus", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Observation-focus", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-focus", + "code": "focus", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-focus" + }, + { + "description": "The type of payment notice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status/5.0.0", + "expression": "PaymentNotice.paymentStatus", + "fhirVersion": null, + "name": "payment-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-payment-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", + "code": "payment-status", + "packageVersion": "5.0.0", + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-payment-status" + }, + { + "description": "The creation date for the EOB", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created/5.0.0", + "expression": "CoverageEligibilityRequest.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest-created" + }, + { + "description": "When received", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-received/5.0.0", + "expression": "Communication.received", + "fhirVersion": null, + "name": "received", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-received", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-received", + "code": "received", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-received" + }, + { + "description": "Persons involved in the encounter other than the patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-practitioner/5.0.0", + "expression": "Encounter.participant.actor.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", + "code": "practitioner", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-practitioner" + }, + { + "description": "The body structure resource associated with the ImagingStudy", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-body-structure/5.0.0", + "expression": "ImagingStudy.series.bodySite.reference", + "fhirVersion": null, + "name": "body-structure", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-body-structure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-structure", + "code": "body-structure", + "packageVersion": "5.0.0", + "target": ["BodyStructure"], + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-body-structure" + }, + { + "description": "Has been verified", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-verified/5.0.0", + "expression": "Consent.verification.verified", + "fhirVersion": null, + "name": "verified", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-verified", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-verified", + "code": "verified", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-verified" + }, + { + "description": "The identity of source detecting the event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-source/5.0.0", + "expression": "AuditEvent.source.observer", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-source" + }, + { + "description": "Name of the reviewing program", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name/5.0.0", + "expression": "MedicationKnowledge.monitoringProgram.name", + "fhirVersion": null, + "name": "monitoring-program-name", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-monitoring-program-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-monitoring-program-name", + "code": "monitoring-program-name", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-monitoring-program-name" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim/5.0.0", + "expression": "ExplanationOfBenefit.claim", + "fhirVersion": null, + "name": "claim", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-claim", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", + "code": "claim", + "packageVersion": "5.0.0", + "target": ["Claim"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-claim" + }, + { + "description": "Conditions/problems/diagnoses this episode of care is for (resource reference)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-reference/5.0.0", + "expression": "EpisodeOfCare.diagnosis.condition.reference", + "fhirVersion": null, + "name": "diagnosis-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-diagnosis-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-diagnosis-reference", + "code": "diagnosis-reference", + "packageVersion": "5.0.0", + "target": ["Condition"], + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-diagnosis-reference" + }, + { + "description": "Facility responsible for the goods and services", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility/5.0.0", + "expression": "CoverageEligibilityRequest.facility", + "fhirVersion": null, + "name": "facility", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-facility", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-facility", + "code": "facility", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["CoverageEligibilityRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest-facility" + }, + { + "description": "All patients/related persons linked to the given patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-link/5.0.0", + "expression": "Patient.link.other", + "fhirVersion": null, + "name": "link", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-link", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-link", + "code": "link", + "packageVersion": "5.0.0", + "target": ["RelatedPerson", "Patient"], + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-link" + }, + { + "description": "Whether the structure is abstract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract/5.0.0", + "expression": "StructureDefinition.abstract", + "fhirVersion": null, + "name": "abstract", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-abstract", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", + "code": "abstract", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-abstract" + }, + { + "description": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-markdown/5.0.0", + "expression": "Observation.value.ofType(markdown) | Observation.value.ofType(CodeableConcept).text", + "fhirVersion": null, + "name": "value-markdown", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-markdown", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-markdown", + "code": "value-markdown", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-markdown" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The time during which the activity definition is intended to be in use\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The time during which the charge item definition is intended to be in use\r\n* [Citation](citation.html): The time during which the citation is intended to be in use\r\n* [CodeSystem](codesystem.html): The time during which the CodeSystem is intended to be in use\r\n* [ConceptMap](conceptmap.html): The time during which the ConceptMap is intended to be in use\r\n* [EventDefinition](eventdefinition.html): The time during which the event definition is intended to be in use\r\n* [Library](library.html): The time during which the library is intended to be in use\r\n* [Measure](measure.html): The time during which the measure is intended to be in use\r\n* [NamingSystem](namingsystem.html): The time during which the NamingSystem is intended to be in use\r\n* [PlanDefinition](plandefinition.html): The time during which the plan definition is intended to be in use\r\n* [Questionnaire](questionnaire.html): The time during which the questionnaire is intended to be in use\r\n* [ValueSet](valueset.html): The time during which the ValueSet is intended to be in use\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-effective/5.0.0", + "expression": "ActivityDefinition.effectivePeriod | ChargeItemDefinition.applicability.effectivePeriod | Citation.effectivePeriod | CodeSystem.effectivePeriod | ConceptMap.effectivePeriod | EventDefinition.effectivePeriod | Library.effectivePeriod | Measure.effectivePeriod | NamingSystem.effectivePeriod | PlanDefinition.effectivePeriod | Questionnaire.effectivePeriod | ValueSet.effectivePeriod", + "fhirVersion": null, + "name": "effective", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-effective", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "Questionnaire", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-effective" + }, + { + "description": "The behavior associated with the message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-category/5.0.0", + "expression": "MessageDefinition.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["MessageDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageDefinition-category" + }, + { + "description": "Associated insurance coverage", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance/5.0.0", + "expression": "DeviceRequest.insurance", + "fhirVersion": null, + "name": "insurance", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-insurance", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", + "code": "insurance", + "packageVersion": "5.0.0", + "target": ["ClaimResponse", "Coverage"], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-insurance" + }, + { + "description": "The artifact assessment publication date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date/5.0.0", + "expression": "ArtifactAssessment.date", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ArtifactAssessment-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ArtifactAssessment-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ArtifactAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ArtifactAssessment-date" + }, + { + "description": "preliminary | final | amended | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status/5.0.0", + "expression": "DocumentReference.docStatus", + "fhirVersion": null, + "name": "doc-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-doc-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-doc-status", + "code": "doc-status", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-doc-status" + }, + { + "description": "The identifier of the metric", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier/5.0.0", + "expression": "DeviceMetric.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["DeviceMetric"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceMetric-identifier" + }, + { + "description": "A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: Antioxidant, Alkalizing Agent", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-function/5.0.0", + "expression": "Ingredient.function", + "fhirVersion": null, + "name": "function", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-function", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-function", + "code": "function", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-function" + }, + { + "description": "An expression of extension context assigned to the structure definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression/5.0.0", + "expression": "StructureDefinition.context.expression", + "fhirVersion": null, + "name": "ext-context-expression", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-ext-context-expression", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context-expression", + "code": "ext-context-expression", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-ext-context-expression" + }, + { + "description": "The subject of the Imaging Selection, such as the associated Patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-subject/5.0.0", + "expression": "ImagingSelection.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "Procedure", + "Group", + "Practitioner", + "Specimen", + "Substance", + "Location", + "Patient", + "Medication" + ], + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-subject" + }, + { + "description": "Search by subject", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-subject/5.0.0", + "expression": "ServiceRequest.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Device", "Group", "Location", "Patient"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-subject" + }, + { + "description": "Geographic area for the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-region/5.0.0", + "expression": "ResearchStudy.region", + "fhirVersion": null, + "name": "region", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-region", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-region", + "code": "region", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-region" + }, + { + "description": "Is this charge item active", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-status/5.0.0", + "expression": "ChargeItem.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-status" + }, + { + "description": "Returns requests for a specific type of performer", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype/5.0.0", + "expression": "MedicationRequest.performerType", + "fhirVersion": null, + "name": "intended-performertype", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-intended-performertype", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", + "code": "intended-performertype", + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-intended-performertype" + }, + { + "description": "One of the Programs supported by this HealthcareService", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-program/5.0.0", + "expression": "HealthcareService.program", + "fhirVersion": null, + "name": "program", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-program", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-program", + "code": "program", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-program" + }, + { + "description": "Facility where study activities are conducted", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-site/5.0.0", + "expression": "ResearchStudy.site", + "fhirVersion": null, + "name": "site", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-site", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", + "code": "site", + "packageVersion": "5.0.0", + "target": ["Organization", "ResearchStudy", "Location"], + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-site" + }, + { + "description": "The actual start date of the Encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-date-start/5.0.0", + "expression": "Encounter.actualPeriod.start", + "fhirVersion": null, + "name": "date-start", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-date-start", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-date-start", + "code": "date-start", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-date-start" + }, + { + "description": "Part of referenced event (e.g. Communication, Procedure)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-part-of/5.0.0", + "expression": "Communication.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-part-of" + }, + { + "description": "A broad categorization of the service that is to be performed during this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-service-category/5.0.0", + "expression": "Slot.serviceCategory", + "fhirVersion": null, + "name": "service-category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-service-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-category", + "code": "service-category", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-service-category" + }, + { + "description": "The type of claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-use/5.0.0", + "expression": "ClaimResponse.use", + "fhirVersion": null, + "name": "use", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-use", + "code": "use", + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-use" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in an email contact\r\n* [Person](person.html): A value in an email contact\r\n* [Practitioner](practitioner.html): A value in an email contact\r\n* [PractitionerRole](practitionerrole.html): A value in an email contact\r\n* [RelatedPerson](relatedperson.html): A value in an email contact\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-email/5.0.0", + "expression": "Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.contact.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')", + "fhirVersion": null, + "name": "email", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-email", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-email", + "code": "email", + "packageVersion": "5.0.0", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-email" + }, + { + "description": "A resource that is the parent of the definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageDefinition-parent/5.0.0", + "expression": "MessageDefinition.parent", + "fhirVersion": null, + "name": "parent", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageDefinition-parent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageDefinition-parent", + "code": "parent", + "packageVersion": "5.0.0", + "target": ["ActivityDefinition", "PlanDefinition"], + "base": ["MessageDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageDefinition-parent" + }, + { + "description": "The vaccine administration event being evaluated", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event/5.0.0", + "expression": "ImmunizationEvaluation.immunizationEvent", + "fhirVersion": null, + "name": "immunization-event", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImmunizationEvaluation-immunization-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", + "code": "immunization-event", + "packageVersion": "5.0.0", + "target": ["Immunization"], + "base": ["ImmunizationEvaluation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationEvaluation-immunization-event" + }, + { + "description": "A manufactured item of medication within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "manufactured-item", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-manufactured-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-manufactured-item", + "code": "manufactured-item", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-manufactured-item" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country/5.0.0", + "expression": "InsurancePlan.contact.address.country", + "fhirVersion": null, + "name": "address-country", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-address-country", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-address-country", + "code": "address-country", + "packageVersion": "5.0.0", + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-address-country" + }, + { + "description": "Care manager/care coordinator for the patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager/5.0.0", + "expression": "EpisodeOfCare.careManager.where(resolve() is Practitioner)", + "fhirVersion": null, + "name": "care-manager", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EpisodeOfCare-care-manager", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager", + "code": "care-manager", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["EpisodeOfCare"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare-care-manager" + }, + { + "description": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service/5.0.0", + "expression": "CapabilityStatement.rest.security.service", + "fhirVersion": null, + "name": "security-service", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "CapabilityStatement-security-service", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", + "code": "security-service", + "packageVersion": "5.0.0", + "base": ["CapabilityStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement-security-service" + }, + { + "description": "The lot number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionProduct-lot-number/5.0.0", + "expression": "NutritionProduct.instance.lotNumber", + "fhirVersion": null, + "name": "lot-number", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionProduct-lot-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-lot-number", + "code": "lot-number", + "packageVersion": "5.0.0", + "base": ["NutritionProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct-lot-number" + }, + { + "description": "Composite request this is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier/5.0.0", + "expression": "DeviceRequest.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-group-identifier" + }, + { + "description": "Document security-tags", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-security-label/5.0.0", + "expression": "DocumentReference.securityLabel", + "fhirVersion": null, + "name": "security-label", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-security-label", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-security-label", + "code": "security-label", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-security-label" + }, + { + "description": "Condition assessed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RiskAssessment-condition/5.0.0", + "expression": "RiskAssessment.condition", + "fhirVersion": null, + "name": "condition", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RiskAssessment-condition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition", + "code": "condition", + "packageVersion": "5.0.0", + "target": ["Condition"], + "base": ["RiskAssessment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment-condition" + }, + { + "description": "The identifier of the dispense", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-identifier/5.0.0", + "expression": "BiologicallyDerivedProductDispense.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProductDispense-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["BiologicallyDerivedProductDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense-identifier" + }, + { + "description": "Search by task this task is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-part-of/5.0.0", + "expression": "Task.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["Task"], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-part-of" + }, + { + "description": "Plan/proposal/order fulfilled by this request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on/5.0.0", + "expression": "DeviceRequest.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-based-on" + }, + { + "description": "Classification of the procedure", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Procedure-category/5.0.0", + "expression": "Procedure.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Procedure-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Procedure-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Procedure"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure-category" + }, + { + "description": "URL contained in valueCanonical.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-component-value-canonical/5.0.0", + "expression": "Observation.component.value.ofType(canonical)", + "fhirVersion": null, + "name": "component-value-canonical", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-component-value-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-component-value-canonical", + "code": "component-value-canonical", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-component-value-canonical" + }, + { + "description": "The date of death has been provided and satisfies this search value", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Practitioner-death-date/5.0.0", + "expression": "(Practitioner.deceased.ofType(dateTime))", + "fhirVersion": null, + "name": "death-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Practitioner-death-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Practitioner-death-date", + "code": "death-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Practitioner"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner-death-date" + }, + { + "description": "Focus of message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-subject/5.0.0", + "expression": "Communication.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-subject" + }, + { + "description": "The identity of a patient for whom to list dispenses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-performer/5.0.0", + "expression": "BiologicallyDerivedProductDispense.performer.actor", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "BiologicallyDerivedProductDispense-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/BiologicallyDerivedProductDispense-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["BiologicallyDerivedProductDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense-performer" + }, + { + "description": "The Person, Location/HealthcareService or Device that this appointment response replies for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor/5.0.0", + "expression": "AppointmentResponse.actor", + "fhirVersion": null, + "name": "actor", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-actor", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor", + "code": "actor", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Location", + "Patient" + ], + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-actor" + }, + { + "description": "Part of larger study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of/5.0.0", + "expression": "ResearchStudy.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["ResearchStudy"], + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-part-of" + }, + { + "description": "A portion of the organization's name or alias", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-name/5.0.0", + "expression": "Organization.name | Organization.alias", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-name" + }, + { + "description": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status/5.0.0", + "expression": "Goal.lifecycleStatus", + "fhirVersion": null, + "name": "lifecycle-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-lifecycle-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-lifecycle-status", + "code": "lifecycle-status", + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-lifecycle-status" + }, + { + "description": "Ingredient concentration strength as ratio, numerator and denominator parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-ratio/5.0.0", + "expression": "Ingredient.substance.strength.concentration.ofType(Ratio)", + "fhirVersion": null, + "multipleOr": false, + "name": "strength-concentration-ratio", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Ingredient-numerator", + "expression": "numerator" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Ingredient-denominator", + "expression": "denominator" + } + ], + "status": "draft", + "id": "Ingredient-strength-concentration-ratio", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-ratio", + "code": "strength-concentration-ratio", + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-strength-concentration-ratio" + }, + { + "description": "Any of the contained items within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "contained-item", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-contained-item", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-contained-item", + "code": "contained-item", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-contained-item" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): What resource is being referenced\r\n* [CodeSystem](codesystem.html): A resource that the CodeSystem is derived from\r\n* [ConceptMap](conceptmap.html): A resource that the ConceptMap is derived from\r\n* [EventDefinition](eventdefinition.html): What resource is being referenced\r\n* [EvidenceVariable](evidencevariable.html): What resource is being referenced\r\n* [Library](library.html): What resource is being referenced\r\n* [Measure](measure.html): What resource is being referenced\r\n* [NamingSystem](namingsystem.html): A resource that the NamingSystem is derived from\r\n* [PlanDefinition](plandefinition.html): What resource is being referenced\r\n* [ValueSet](valueset.html): A resource that the ValueSet is derived from\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from/5.0.0", + "expression": "ActivityDefinition.relatedArtifact.where(type='derived-from').resource | CodeSystem.relatedArtifact.where(type='derived-from').resource | ConceptMap.relatedArtifact.where(type='derived-from').resource | EventDefinition.relatedArtifact.where(type='derived-from').resource | EvidenceVariable.relatedArtifact.where(type='derived-from').resource | Library.relatedArtifact.where(type='derived-from').resource | Measure.relatedArtifact.where(type='derived-from').resource | NamingSystem.relatedArtifact.where(type='derived-from').resource | PlanDefinition.relatedArtifact.where(type='derived-from').resource | ValueSet.relatedArtifact.where(type='derived-from').resource", + "fhirVersion": null, + "name": "derived-from", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MetadataResource-derived-from", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MetadataResource-derived-from", + "code": "derived-from", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": [ + "ActivityDefinition", + "CodeSystem", + "ConceptMap", + "EventDefinition", + "EvidenceVariable", + "Library", + "Measure", + "NamingSystem", + "PlanDefinition", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MetadataResource-derived-from" + }, + { + "description": "Ingredient concentration strength as quantity", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-quantity/5.0.0", + "expression": "Ingredient.substance.strength.concentration.ofType(Quantity)", + "fhirVersion": null, + "name": "strength-concentration-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-strength-concentration-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-concentration-quantity", + "code": "strength-concentration-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-strength-concentration-quantity" + }, + { + "description": "A biologically derived product within this packaged product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological/5.0.0", + "expression": "PackagedProductDefinition.packaging.containedItem.item.reference", + "fhirVersion": null, + "name": "biological", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-biological", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-biological", + "code": "biological", + "packageVersion": "5.0.0", + "target": [ + "DeviceDefinition", + "NutritionProduct", + "BiologicallyDerivedProduct", + "PackagedProductDefinition", + "ManufacturedItemDefinition" + ], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-biological" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition/5.0.0", + "expression": "ClaimResponse.disposition", + "fhirVersion": null, + "name": "disposition", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-disposition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition", + "code": "disposition", + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-disposition" + }, + { + "description": "Procedure that caused this media to be created", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-based-on/5.0.0", + "expression": "DocumentReference.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Claim", + "RequestOrchestration", + "DeviceRequest", + "ServiceRequest", + "EnrollmentRequest", + "CarePlan", + "Contract", + "MedicationRequest", + "ImmunizationRecommendation", + "CoverageEligibilityRequest", + "VisionPrescription", + "Appointment", + "CommunicationRequest", + "AppointmentResponse", + "SupplyRequest", + "NutritionOrder" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-based-on" + }, + { + "description": "A code that matches one of the Questionnaire.code codings", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code/5.0.0", + "expression": "Questionnaire.code", + "fhirVersion": null, + "name": "questionnaire-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-questionnaire-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-questionnaire-code", + "code": "questionnaire-code", + "packageVersion": "5.0.0", + "base": ["Questionnaire"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire-questionnaire-code" + }, + { + "description": "Select validation information for data that was validated by the specified organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VerificationResult-validator-organization/5.0.0", + "expression": "VerificationResult.validator.organization", + "fhirVersion": null, + "name": "validator-organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VerificationResult-validator-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VerificationResult-validator-organization", + "code": "validator-organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["VerificationResult"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult-validator-organization" + }, + { + "description": "Contact details for individual or organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-telecom/5.0.0", + "expression": "NamingSystem.contact.telecom", + "fhirVersion": null, + "name": "telecom", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-telecom", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", + "code": "telecom", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-telecom" + }, + { + "description": "Multiple Resources: \r\n\r\n* [Account](account.html): E.g. patient, expense, depreciation\r\n* [AllergyIntolerance](allergyintolerance.html): allergy | intolerance - Underlying mechanism (if known)\r\n* [Composition](composition.html): Kind of composition (LOINC if possible)\r\n* [Coverage](coverage.html): The kind of coverage (health plan, auto, Workers Compensation)\r\n* [DocumentReference](documentreference.html): Kind of document (LOINC if possible)\r\n* [Encounter](encounter.html): Specific type of encounter\r\n* [EpisodeOfCare](episodeofcare.html): Type/class - e.g. specialist referral, disease management\r\n* [Invoice](invoice.html): Type of Invoice\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses of a specific type\r\n* [MolecularSequence](molecularsequence.html): Amino Acid Sequence/ DNA Sequence / RNA Sequence\r\n* [Specimen](specimen.html): The specimen type\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-type/5.0.0", + "expression": "Account.type | AllergyIntolerance.type | Composition.type | Coverage.type | DocumentReference.type | Encounter.type | EpisodeOfCare.type | Invoice.type | MedicationDispense.type | MolecularSequence.type | Specimen.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-type", + "code": "type", + "packageVersion": "5.0.0", + "base": [ + "Account", + "AllergyIntolerance", + "Composition", + "Coverage", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "Invoice", + "MedicationDispense", + "MolecularSequence", + "Specimen" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-type" + }, + { + "description": "This Response is for this Group", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-group/5.0.0", + "expression": "AppointmentResponse.actor.where(resolve() is Group)", + "fhirVersion": null, + "name": "group", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-group", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-group", + "code": "group", + "packageVersion": "5.0.0", + "target": ["Group"], + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-group" + }, + { + "description": "The parent device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-parent/5.0.0", + "expression": "Device.parent", + "fhirVersion": null, + "name": "parent", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-parent", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-parent", + "code": "parent", + "packageVersion": "5.0.0", + "target": ["Device"], + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-parent" + }, + { + "description": "When request transitioned to being actionable", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored/5.0.0", + "expression": "CommunicationRequest.authoredOn", + "fhirVersion": null, + "name": "authored", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-authored", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", + "code": "authored", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-authored" + }, + { + "description": "A country specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-country/5.0.0", + "expression": "Organization.contact.address.country", + "fhirVersion": null, + "name": "address-country", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-country", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-country", + "code": "address-country", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address-country" + }, + { + "description": "The body site code studied", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-body-site/5.0.0", + "expression": "ImagingStudy.series.bodySite.concept", + "fhirVersion": null, + "name": "body-site", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-body-site", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-body-site", + "code": "body-site", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-body-site" + }, + { + "description": "Simple summary (disease specific)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-stage/5.0.0", + "expression": "Condition.stage.summary", + "fhirVersion": null, + "name": "stage", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-stage", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-stage", + "code": "stage", + "packageVersion": "5.0.0", + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-stage" + }, + { + "description": "Security Labels that define affected resources", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-security-label/5.0.0", + "expression": "Consent.provision.securityLabel", + "fhirVersion": null, + "name": "security-label", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-security-label", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-security-label", + "code": "security-label", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-security-label" + }, + { + "description": "The unique identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-value/5.0.0", + "expression": "NamingSystem.uniqueId.value", + "fhirVersion": null, + "name": "value", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-value", + "code": "value", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-value" + }, + { + "description": "A value in an email contact", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email/5.0.0", + "expression": "OrganizationAffiliation.contact.telecom.where(system='email')", + "fhirVersion": null, + "name": "email", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-email", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-email", + "code": "email", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-email" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A country specified in an address\r\n* [Person](person.html): A country specified in an address\r\n* [Practitioner](practitioner.html): A country specified in an address\r\n* [RelatedPerson](relatedperson.html): A country specified in an address\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-country/5.0.0", + "expression": "Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country", + "fhirVersion": null, + "name": "address-country", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address-country", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-country", + "code": "address-country", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address-country" + }, + { + "description": "A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product. This is not intended for devices that are just co-packaged", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device/5.0.0", + "expression": "AdministrableProductDefinition.device", + "fhirVersion": null, + "name": "device", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdministrableProductDefinition-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdministrableProductDefinition-device", + "code": "device", + "packageVersion": "5.0.0", + "target": ["DeviceDefinition"], + "base": ["AdministrableProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition-device" + }, + { + "description": "Reason why the vaccine was administered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reason-code/5.0.0", + "expression": "Immunization.reason.concept", + "fhirVersion": null, + "name": "reason-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reason-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", + "code": "reason-code", + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-reason-code" + }, + { + "description": "Human-readable description", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-description/5.0.0", + "expression": "DocumentReference.description", + "fhirVersion": null, + "name": "description", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-description", + "code": "description", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-description" + }, + { + "description": "Who has the condition?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Condition-subject/5.0.0", + "expression": "Condition.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Condition-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Condition-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["Condition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition-subject" + }, + { + "description": "The period during which the practitioner is authorized to perform in these role(s)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-date/5.0.0", + "expression": "PractitionerRole.period", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-date" + }, + { + "description": "Individual who was entering", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-enterer/5.0.0", + "expression": "ChargeItem.enterer", + "fhirVersion": null, + "name": "enterer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-enterer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", + "code": "enterer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-enterer" + }, + { + "description": "Desired outcome of plan", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-goal/5.0.0", + "expression": "CarePlan.goal", + "fhirVersion": null, + "name": "goal", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-goal", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-goal", + "code": "goal", + "packageVersion": "5.0.0", + "target": ["Goal"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-goal" + }, + { + "description": "Dispenser", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier/5.0.0", + "expression": "SupplyDelivery.supplier", + "fhirVersion": null, + "name": "supplier", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-supplier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier", + "code": "supplier", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["SupplyDelivery"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyDelivery-supplier" + }, + { + "description": "A path that is constrained in the StructureDefinition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-path/5.0.0", + "expression": "StructureDefinition.snapshot.element.path | StructureDefinition.differential.element.path", + "fhirVersion": null, + "name": "path", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-path", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-path", + "code": "path", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-path" + }, + { + "description": "Specimen to be tested", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen/5.0.0", + "expression": "ServiceRequest.specimen", + "fhirVersion": null, + "name": "specimen", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-specimen", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", + "code": "specimen", + "packageVersion": "5.0.0", + "target": ["Specimen"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-specimen" + }, + { + "description": "The practitioner, individual or organization who played a role in the vaccination", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-performer/5.0.0", + "expression": "Immunization.performer.actor", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-performer" + }, + { + "description": "The identity of a request to list administrations from", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-request/5.0.0", + "expression": "MedicationAdministration.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["MedicationRequest"], + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-request" + }, + { + "description": "Creation date for the notice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-created/5.0.0", + "expression": "PaymentNotice.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-created" + }, + { + "description": "Problem resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated/5.0.0", + "expression": "DetectedIssue.implicated", + "fhirVersion": null, + "name": "implicated", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DetectedIssue-implicated", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated", + "code": "implicated", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["DetectedIssue"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue-implicated" + }, + { + "description": "Return statements that match the given status", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionIntake-status/5.0.0", + "expression": "NutritionIntake.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionIntake-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionIntake-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["NutritionIntake"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionIntake-status" + }, + { + "description": "The type of metric", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceMetric-type/5.0.0", + "expression": "DeviceMetric.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceMetric-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceMetric-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["DeviceMetric"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceMetric-type" + }, + { + "description": "Search by group identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-group-identifier/5.0.0", + "expression": "Task.groupIdentifier", + "fhirVersion": null, + "name": "group-identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-group-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-group-identifier", + "code": "group-identifier", + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-group-identifier" + }, + { + "description": "The broad product group or category of the nutrition product", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NutritionProduct-status/5.0.0", + "expression": "NutritionProduct.category", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NutritionProduct-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NutritionProduct-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["NutritionProduct"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct-status" + }, + { + "description": "The kind of resources contained", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-code/5.0.0", + "expression": "Group.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-code" + }, + { + "description": "operation | query", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-kind/5.0.0", + "expression": "OperationDefinition.kind", + "fhirVersion": null, + "name": "kind", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-kind", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind", + "code": "kind", + "packageVersion": "5.0.0", + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-kind" + }, + { + "description": "Effect on the subject due to this event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingeffect/5.0.0", + "expression": "AdverseEvent.resultingEffect", + "fhirVersion": null, + "name": "resultingeffect", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AdverseEvent-resultingeffect", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingeffect", + "code": "resultingeffect", + "packageVersion": "5.0.0", + "target": ["Observation", "Condition"], + "base": ["AdverseEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent-resultingeffect" + }, + { + "description": "The subject of the questionnaire response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject/5.0.0", + "expression": "QuestionnaireResponse.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "QuestionnaireResponse-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["QuestionnaireResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse-subject" + }, + { + "description": "The date of death has been provided and satisfies this search value", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-death-date/5.0.0", + "expression": "(Patient.deceased.ofType(dateTime))", + "fhirVersion": null, + "name": "death-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-death-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-death-date", + "code": "death-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-death-date" + }, + { + "description": "The test report generation date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/TestReport-issued/5.0.0", + "expression": "TestReport.issued", + "fhirVersion": null, + "name": "issued", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "TestReport-issued", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/TestReport-issued", + "code": "issued", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["TestReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport-issued" + }, + { + "description": "The status of the contract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-status/5.0.0", + "expression": "Contract.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-status" + }, + { + "description": "Free text description of the objective of the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description/5.0.0", + "expression": "ResearchStudy.objective.description", + "fhirVersion": null, + "name": "objective-description", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-objective-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-objective-description", + "code": "objective-description", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-objective-description" + }, + { + "description": "Who and/or what authored the document", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-author/5.0.0", + "expression": "DocumentReference.author", + "fhirVersion": null, + "name": "author", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-author", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-author", + "code": "author", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-author" + }, + { + "description": "Returns dispenses prepared on this date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared/5.0.0", + "expression": "MedicationDispense.whenPrepared", + "fhirVersion": null, + "name": "whenprepared", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationDispense-whenprepared", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared", + "code": "whenprepared", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationDispense"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense-whenprepared" + }, + { + "description": "Identifies this endpoint across multiple systems", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Endpoint-identifier/5.0.0", + "expression": "Endpoint.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Endpoint-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Endpoint-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Endpoint"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint-identifier" + }, + { + "description": "The status of the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GenomicStudy-status/5.0.0", + "expression": "GenomicStudy.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GenomicStudy-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["GenomicStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy-status" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The description of the activity definition\r\n* [ActorDefinition](actordefinition.html): The description of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The description of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The description of the charge item definition\r\n* [Citation](citation.html): The description of the citation\r\n* [CodeSystem](codesystem.html): The description of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The description of the compartment definition\r\n* [ConceptMap](conceptmap.html): The description of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The description of the condition definition\r\n* [EventDefinition](eventdefinition.html): The description of the event definition\r\n* [Evidence](evidence.html): The description of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The description of the evidence variable\r\n* [GraphDefinition](graphdefinition.html): The description of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The description of the implementation guide\r\n* [Library](library.html): The description of the library\r\n* [Measure](measure.html): The description of the measure\r\n* [MessageDefinition](messagedefinition.html): The description of the message definition\r\n* [NamingSystem](namingsystem.html): The description of the naming system\r\n* [OperationDefinition](operationdefinition.html): The description of the operation definition\r\n* [PlanDefinition](plandefinition.html): The description of the plan definition\r\n* [Questionnaire](questionnaire.html): The description of the questionnaire\r\n* [Requirements](requirements.html): The description of the requirements\r\n* [SearchParameter](searchparameter.html): The description of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The description of the structure definition\r\n* [StructureMap](structuremap.html): The description of the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): The description of the terminology capabilities\r\n* [TestScript](testscript.html): The description of the test script\r\n* [ValueSet](valueset.html): The description of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-description/5.0.0", + "expression": "ActivityDefinition.description | ActorDefinition.description | CapabilityStatement.description | ChargeItemDefinition.description | Citation.description | CodeSystem.description | CompartmentDefinition.description | ConceptMap.description | ConditionDefinition.description | EventDefinition.description | Evidence.description | EvidenceVariable.description | GraphDefinition.description | ImplementationGuide.description | Library.description | Measure.description | MessageDefinition.description | NamingSystem.description | OperationDefinition.description | PlanDefinition.description | Questionnaire.description | Requirements.description | SearchParameter.description | StructureDefinition.description | StructureMap.description | TerminologyCapabilities.description | TestScript.description | ValueSet.description", + "fhirVersion": null, + "name": "description", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-description", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-description", + "code": "description", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-description" + }, + { + "description": "Drugs, devices, etc. under study, as a code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code/5.0.0", + "expression": "ResearchStudy.focus.concept", + "fhirVersion": null, + "name": "focus-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-focus-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus-code", + "code": "focus-code", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-focus-code" + }, + { + "description": "ElementDefinition - details for the item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-definition/5.0.0", + "expression": "Questionnaire.item.definition", + "fhirVersion": null, + "name": "definition", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-definition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", + "code": "definition", + "packageVersion": "5.0.0", + "base": ["Questionnaire"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire-definition" + }, + { + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null + ], + "description": "Multiple Resources: \r\n\r\n* [AdverseEvent](adverseevent.html): When the event occurred\r\n* [AllergyIntolerance](allergyintolerance.html): Date first version of the resource instance was recorded\r\n* [Appointment](appointment.html): Appointment date/time.\r\n* [AuditEvent](auditevent.html): Time when the event was recorded\r\n* [CarePlan](careplan.html): Time period plan covers\r\n* [CareTeam](careteam.html): A date within the coverage time period.\r\n* [ClinicalImpression](clinicalimpression.html): When the assessment was documented\r\n* [Composition](composition.html): Composition editing time\r\n* [Consent](consent.html): When consent was agreed to\r\n* [DiagnosticReport](diagnosticreport.html): The clinically relevant time of the report\r\n* [DocumentReference](documentreference.html): When this document reference was created\r\n* [Encounter](encounter.html): A date within the actualPeriod the Encounter lasted\r\n* [EpisodeOfCare](episodeofcare.html): The provided date search value falls within the episode of care's period\r\n* [FamilyMemberHistory](familymemberhistory.html): When history was recorded or last updated\r\n* [Flag](flag.html): Time period when flag is active\r\n* [Immunization](immunization.html): Vaccination (non)-Administration Date\r\n* [ImmunizationEvaluation](immunizationevaluation.html): Date the evaluation was generated\r\n* [ImmunizationRecommendation](immunizationrecommendation.html): Date recommendation(s) created\r\n* [Invoice](invoice.html): Invoice date / posting date\r\n* [List](list.html): When the list was prepared\r\n* [MeasureReport](measurereport.html): The date of the measure report\r\n* [NutritionIntake](nutritionintake.html): Date when patient was taking (or not taking) the medication\r\n* [Observation](observation.html): Clinically relevant time/time-period for observation\r\n* [Procedure](procedure.html): When the procedure occurred or is occurring\r\n* [ResearchSubject](researchsubject.html): Start and end of participation\r\n* [RiskAssessment](riskassessment.html): When was assessment made?\r\n* [SupplyRequest](supplyrequest.html): When the request was made\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-date/5.0.0", + "expression": "AdverseEvent.occurrence.ofType(dateTime) | AdverseEvent.occurrence.ofType(Period) | AdverseEvent.occurrence.ofType(Timing) | AllergyIntolerance.recordedDate | (start | requestedPeriod.start).first() | AuditEvent.recorded | CarePlan.period | ClinicalImpression.date | Composition.date | Consent.date | DiagnosticReport.effective.ofType(dateTime) | DiagnosticReport.effective.ofType(Period) | DocumentReference.date | Encounter.actualPeriod | EpisodeOfCare.period | FamilyMemberHistory.date | Flag.period | (Immunization.occurrence.ofType(dateTime)) | ImmunizationEvaluation.date | ImmunizationRecommendation.date | Invoice.date | List.date | MeasureReport.date | NutritionIntake.occurrence.ofType(dateTime) | NutritionIntake.occurrence.ofType(Period) | Observation.effective.ofType(dateTime) | Observation.effective.ofType(Period) | Observation.effective.ofType(Timing) | Observation.effective.ofType(instant) | Procedure.occurrence.ofType(dateTime) | Procedure.occurrence.ofType(Period) | Procedure.occurrence.ofType(Timing) | ResearchSubject.period | (RiskAssessment.occurrence.ofType(dateTime)) | SupplyRequest.authoredOn", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": [ + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AuditEvent", + "CarePlan", + "CareTeam", + "ClinicalImpression", + "Composition", + "Consent", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EpisodeOfCare", + "FamilyMemberHistory", + "Flag", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "Invoice", + "List", + "MeasureReport", + "NutritionIntake", + "Observation", + "Procedure", + "ResearchSubject", + "RiskAssessment", + "SupplyRequest" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-date" + }, + { + "description": "Search by identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryReport-identifier/5.0.0", + "expression": "InventoryReport.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryReport-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryReport-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["InventoryReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryReport-identifier" + }, + { + "description": "Name of the team, such as crisis assessment team", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CareTeam-name/5.0.0", + "expression": "CareTeam.name | CareTeam.extension('http://hl7.org/fhir/StructureDefinition/careteam-alias').value", + "fhirVersion": null, + "name": "name", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CareTeam-name", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CareTeam-name", + "code": "name", + "packageVersion": "5.0.0", + "base": ["CareTeam"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam-name" + }, + { + "description": "A resource type filter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Resource-type/5.0.0", + "fhirVersion": null, + "name": "_type", + "type": "special", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Resource-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Resource-type", + "code": "_type", + "packageVersion": "5.0.0", + "base": ["Resource"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource-type" + }, + { + "description": "When service should occur", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence/5.0.0", + "expression": "ServiceRequest.occurrence.ofType(dateTime) | ServiceRequest.occurrence.ofType(Period) | ServiceRequest.occurrence.ofType(Timing)", + "fhirVersion": null, + "name": "occurrence", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-occurrence", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", + "code": "occurrence", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-occurrence" + }, + { + "description": "Code that identifies the target element", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-code/5.0.0", + "expression": "ConceptMap.group.element.target.code", + "fhirVersion": null, + "name": "target-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code", + "code": "target-code", + "packageVersion": "5.0.0", + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-target-code" + }, + { + "description": "When goal pursuit begins", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-start-date/5.0.0", + "expression": "(Goal.start.ofType(date))", + "fhirVersion": null, + "name": "start-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-start-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-start-date", + "code": "start-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-start-date" + }, + { + "description": "Returns prescriptions with different categories", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationRequest-category/5.0.0", + "expression": "MedicationRequest.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationRequest-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["MedicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest-category" + }, + { + "description": "Who the consent applies to", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-subject/5.0.0", + "expression": "Consent.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Practitioner", "Group", "Patient"], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-subject" + }, + { + "description": "The service delivery location or facility in which the vaccine was / was to be administered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-location/5.0.0", + "expression": "Immunization.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-location" + }, + { + "description": "Instantiates FHIR protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical/5.0.0", + "expression": "ServiceRequest.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": ["ActivityDefinition", "PlanDefinition"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-instantiates-canonical" + }, + { + "description": "Reference to a resource (by instance)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reason-reference/5.0.0", + "expression": "Immunization.reason.reference", + "fhirVersion": null, + "name": "reason-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reason-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", + "code": "reason-reference", + "packageVersion": "5.0.0", + "target": ["Observation", "DiagnosticReport", "Condition"], + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-reason-reference" + }, + { + "description": "What is being requested/ordered", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-code-reference/5.0.0", + "expression": "ServiceRequest.code.reference", + "fhirVersion": null, + "name": "code-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-code-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-code-reference", + "code": "code-reference", + "packageVersion": "5.0.0", + "target": ["ActivityDefinition", "PlanDefinition"], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-code-reference" + }, + { + "description": "A code that corresponds to one of the items in the questionnaire", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-item-code/5.0.0", + "expression": "Questionnaire.item.code", + "fhirVersion": null, + "name": "item-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-item-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-item-code", + "code": "item-code", + "packageVersion": "5.0.0", + "base": ["Questionnaire"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire-item-code" + }, + { + "description": "The processing outcome", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome/5.0.0", + "expression": "CoverageEligibilityResponse.outcome", + "fhirVersion": null, + "name": "outcome", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityResponse-outcome", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityResponse-outcome", + "code": "outcome", + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse-outcome" + }, + { + "description": "Condition being studied", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-condition/5.0.0", + "expression": "ResearchStudy.condition", + "fhirVersion": null, + "name": "condition", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-condition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-condition", + "code": "condition", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-condition" + }, + { + "description": "When reaction started", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Immunization-reaction-date/5.0.0", + "expression": "Immunization.reaction.date", + "fhirVersion": null, + "name": "reaction-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Immunization-reaction-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Immunization-reaction-date", + "code": "reaction-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Immunization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization-reaction-date" + }, + { + "description": "The status of the vision prescription", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/VisionPrescription-status/5.0.0", + "expression": "VisionPrescription.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "VisionPrescription-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["VisionPrescription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VisionPrescription-status" + }, + { + "description": "External identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Transport-identifier/5.0.0", + "expression": "Transport.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Transport-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Transport-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Transport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Transport-identifier" + }, + { + "description": "Mime type of the content, with charset etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype/5.0.0", + "expression": "DocumentReference.content.attachment.contentType", + "fhirVersion": null, + "name": "contenttype", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-contenttype", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", + "code": "contenttype", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-contenttype" + }, + { + "description": "Recipient of this invoice", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-recipient/5.0.0", + "expression": "Invoice.recipient", + "fhirVersion": null, + "name": "recipient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-recipient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-recipient", + "code": "recipient", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Patient"], + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-recipient" + }, + { + "description": "available | unavailable | unsatisfactory | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-status/5.0.0", + "expression": "Specimen.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-status" + }, + { + "description": "A Slot Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-identifier/5.0.0", + "expression": "Slot.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-identifier" + }, + { + "description": "Patient or group assessed", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject/5.0.0", + "expression": "ClinicalImpression.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalImpression-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["ClinicalImpression"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression-subject" + }, + { + "description": "Who asks for the information to be shared", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester/5.0.0", + "expression": "CommunicationRequest.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-requester" + }, + { + "description": "Reference to the service request.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-based-on/5.0.0", + "expression": "Observation.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "DeviceRequest", + "ServiceRequest", + "CarePlan", + "MedicationRequest", + "ImmunizationRecommendation", + "NutritionOrder" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-based-on" + }, + { + "description": "An entity referenced in a characteristic", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-characteristic-reference/5.0.0", + "expression": "(Group.characteristic.value.ofType(Reference))", + "fhirVersion": null, + "name": "characteristic-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-characteristic-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic-reference", + "code": "characteristic-reference", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-characteristic-reference" + }, + { + "description": "The kind of financial resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-use/5.0.0", + "expression": "Claim.use", + "fhirVersion": null, + "name": "use", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-use", + "code": "use", + "packageVersion": "5.0.0", + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-use" + }, + { + "description": "The destination of the supply", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-subject/5.0.0", + "expression": "SupplyRequest.deliverTo", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Organization", "RelatedPerson", "Location", "Patient"], + "base": ["SupplyRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest-subject" + }, + { + "description": "Classifications of the study design characteristics", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design/5.0.0", + "expression": "ResearchStudy.studyDesign", + "fhirVersion": null, + "name": "study-design", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchStudy-study-design", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchStudy-study-design", + "code": "study-design", + "packageVersion": "5.0.0", + "base": ["ResearchStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy-study-design" + }, + { + "description": "Context of the document content", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-context/5.0.0", + "expression": "DocumentReference.context", + "fhirVersion": null, + "name": "context", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-context", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-context", + "code": "context", + "packageVersion": "5.0.0", + "target": ["Appointment", "Encounter", "EpisodeOfCare"], + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-context" + }, + { + "description": "Contract Signatory Party", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-signer/5.0.0", + "expression": "Contract.signer.party", + "fhirVersion": null, + "name": "signer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-signer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-signer", + "code": "signer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-signer" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-status/5.0.0", + "expression": "CarePlan.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-status" + }, + { + "description": "Search by task requester", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-requester/5.0.0", + "expression": "Task.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-requester" + }, + { + "description": "Code and quantity value parameter pair, including in components", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity/5.0.0", + "expression": "Observation | Observation.component", + "fhirVersion": null, + "multipleOr": false, + "name": "combo-code-value-quantity", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity", + "expression": "value.ofType(Quantity)" + } + ], + "status": "active", + "id": "Observation-combo-code-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", + "code": "combo-code-value-quantity", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-code-value-quantity" + }, + { + "description": "Original definition for the search parameter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from/5.0.0", + "expression": "SearchParameter.derivedFrom", + "fhirVersion": null, + "name": "derived-from", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-derived-from", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", + "code": "derived-from", + "packageVersion": "5.0.0", + "target": ["SearchParameter"], + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-derived-from" + }, + { + "description": "Who to share the information with", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient/5.0.0", + "expression": "CommunicationRequest.recipient", + "fhirVersion": null, + "name": "recipient", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-recipient", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient", + "code": "recipient", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Device", + "Organization", + "CareTeam", + "Endpoint", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Group", + "Patient" + ], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-recipient" + }, + { + "description": "E.g. Treatment, dietary, behavioral, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Goal-category/5.0.0", + "expression": "Goal.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Goal-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Goal-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Goal"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal-category" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): Intended jurisdiction for the activity definition\r\n* [ActorDefinition](actordefinition.html): Intended jurisdiction for the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): Intended jurisdiction for the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): Intended jurisdiction for the charge item definition\r\n* [Citation](citation.html): Intended jurisdiction for the citation\r\n* [CodeSystem](codesystem.html): Intended jurisdiction for the code system\r\n* [ConceptMap](conceptmap.html): Intended jurisdiction for the concept map\r\n* [ConditionDefinition](conditiondefinition.html): Intended jurisdiction for the condition definition\r\n* [EventDefinition](eventdefinition.html): Intended jurisdiction for the event definition\r\n* [ExampleScenario](examplescenario.html): Intended jurisdiction for the example scenario\r\n* [GraphDefinition](graphdefinition.html): Intended jurisdiction for the graph definition\r\n* [ImplementationGuide](implementationguide.html): Intended jurisdiction for the implementation guide\r\n* [Library](library.html): Intended jurisdiction for the library\r\n* [Measure](measure.html): Intended jurisdiction for the measure\r\n* [MessageDefinition](messagedefinition.html): Intended jurisdiction for the message definition\r\n* [NamingSystem](namingsystem.html): Intended jurisdiction for the naming system\r\n* [OperationDefinition](operationdefinition.html): Intended jurisdiction for the operation definition\r\n* [PlanDefinition](plandefinition.html): Intended jurisdiction for the plan definition\r\n* [Questionnaire](questionnaire.html): Intended jurisdiction for the questionnaire\r\n* [Requirements](requirements.html): Intended jurisdiction for the requirements\r\n* [SearchParameter](searchparameter.html): Intended jurisdiction for the search parameter\r\n* [StructureDefinition](structuredefinition.html): Intended jurisdiction for the structure definition\r\n* [StructureMap](structuremap.html): Intended jurisdiction for the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): Intended jurisdiction for the terminology capabilities\r\n* [TestScript](testscript.html): Intended jurisdiction for the test script\r\n* [ValueSet](valueset.html): Intended jurisdiction for the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction/5.0.0", + "expression": "ActivityDefinition.jurisdiction | ActorDefinition.jurisdiction | CapabilityStatement.jurisdiction | ChargeItemDefinition.jurisdiction | Citation.jurisdiction | CodeSystem.jurisdiction | ConceptMap.jurisdiction | ConditionDefinition.jurisdiction | EventDefinition.jurisdiction | ExampleScenario.jurisdiction | GraphDefinition.jurisdiction | ImplementationGuide.jurisdiction | Library.jurisdiction | Measure.jurisdiction | MessageDefinition.jurisdiction | NamingSystem.jurisdiction | OperationDefinition.jurisdiction | PlanDefinition.jurisdiction | Questionnaire.jurisdiction | Requirements.jurisdiction | SearchParameter.jurisdiction | StructureDefinition.jurisdiction | StructureMap.jurisdiction | TerminologyCapabilities.jurisdiction | TestScript.jurisdiction | ValueSet.jurisdiction", + "fhirVersion": null, + "name": "jurisdiction", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-jurisdiction", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-jurisdiction", + "code": "jurisdiction", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-jurisdiction" + }, + { + "description": "The biological source for the device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-biological-source-event/5.0.0", + "expression": "Device.biologicalSourceEvent", + "fhirVersion": null, + "name": "biological-source-event", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-biological-source-event", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-biological-source-event", + "code": "biological-source-event", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-biological-source-event" + }, + { + "description": "A use code specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-address-use/5.0.0", + "expression": "Organization.contact.address.use", + "fhirVersion": null, + "name": "address-use", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-address-use", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-address-use", + "code": "address-use", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-address-use" + }, + { + "description": "The managing entity", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-owner/5.0.0", + "expression": "Subscription.managingEntity", + "fhirVersion": null, + "name": "owner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-owner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-owner", + "code": "owner", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-owner" + }, + { + "description": "A vocabulary binding reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset/5.0.0", + "expression": "StructureDefinition.snapshot.element.binding.valueSet", + "fhirVersion": null, + "name": "valueset", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-valueset", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset", + "code": "valueset", + "packageVersion": "5.0.0", + "target": ["ValueSet"], + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-valueset" + }, + { + "description": "Policy that authorized event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-policy/5.0.0", + "expression": "AuditEvent.agent.policy", + "fhirVersion": null, + "name": "policy", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-policy", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-policy", + "code": "policy", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-policy" + }, + { + "description": "Who is intended to fulfill the request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier/5.0.0", + "expression": "SupplyRequest.supplier", + "fhirVersion": null, + "name": "supplier", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyRequest-supplier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", + "code": "supplier", + "packageVersion": "5.0.0", + "target": ["HealthcareService", "Organization"], + "base": ["SupplyRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest-supplier" + }, + { + "description": "A product specific contact, person (in a role), or an organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact/5.0.0", + "expression": "MedicinalProductDefinition.contact.contact", + "fhirVersion": null, + "name": "contact", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-contact", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-contact", + "code": "contact", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole"], + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-contact" + }, + { + "description": "active | inactive | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Device-status/5.0.0", + "expression": "Device.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Device-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Device-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Device"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device-status" + }, + { + "description": "Desired performer for service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-performer/5.0.0", + "expression": "DeviceRequest.performer.reference", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "Organization", + "CareTeam", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-performer" + }, + { + "description": "Classification of the consent statement - for indexing/retrieval", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-category/5.0.0", + "expression": "Consent.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-category" + }, + { + "description": "Reference to the group member", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-member/5.0.0", + "expression": "Group.member.entity", + "fhirVersion": null, + "name": "member", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-member", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-member", + "code": "member", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Device", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Group", + "Practitioner", + "Specimen", + "Location", + "Patient" + ], + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-member" + }, + { + "description": "The FHIR-based definition from which the request orchestration is realized", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical/5.0.0", + "expression": "RequestOrchestration.instantiatesCanonical", + "fhirVersion": null, + "name": "instantiates-canonical", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RequestOrchestration-instantiates-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RequestOrchestration-instantiates-canonical", + "code": "instantiates-canonical", + "packageVersion": "5.0.0", + "target": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "ConditionDefinition", + "Contract", + "Device", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "ObservationDefinition", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "ResearchStudy", + "SearchParameter", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestPlan", + "TestScript", + "ValueSet" + ], + "base": ["RequestOrchestration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration-instantiates-canonical" + }, + { + "description": "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-quantity/5.0.0", + "expression": "Observation.value.ofType(Quantity) | Observation.value.ofType(SampledData)", + "fhirVersion": null, + "name": "value-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-quantity", + "code": "value-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-quantity" + }, + { + "description": "The product that this is a pack for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for/5.0.0", + "expression": "PackagedProductDefinition.packageFor", + "fhirVersion": null, + "name": "package-for", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PackagedProductDefinition-package-for", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PackagedProductDefinition-package-for", + "code": "package-for", + "packageVersion": "5.0.0", + "target": ["MedicinalProductDefinition"], + "base": ["PackagedProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition-package-for" + }, + { + "description": "The status of the EligibilityRequest", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status/5.0.0", + "expression": "CoverageEligibilityRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CoverageEligibilityRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CoverageEligibilityRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["CoverageEligibilityRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest-status" + }, + { + "description": "A value in a phone contact", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone/5.0.0", + "expression": "OrganizationAffiliation.contact.telecom.where(system='phone')", + "fhirVersion": null, + "name": "phone", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-phone", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-phone", + "code": "phone", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-phone" + }, + { + "description": "The reference to the claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request/5.0.0", + "expression": "EnrollmentResponse.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "EnrollmentResponse-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", + "code": "request", + "packageVersion": "5.0.0", + "target": ["EnrollmentRequest"], + "base": ["EnrollmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentResponse-request" + }, + { + "description": "Practitioner that is able to provide the defined services for the organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner/5.0.0", + "expression": "PractitionerRole.practitioner", + "fhirVersion": null, + "name": "practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner", + "code": "practitioner", + "packageVersion": "5.0.0", + "target": ["Practitioner"], + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-practitioner" + }, + { + "description": "The reference to the provider", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider/5.0.0", + "expression": "ExplanationOfBenefit.provider", + "fhirVersion": null, + "name": "provider", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ExplanationOfBenefit-provider", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", + "code": "provider", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["ExplanationOfBenefit"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit-provider" + }, + { + "description": "primitive-type | complex-type | resource | logical", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/StructureDefinition-kind/5.0.0", + "expression": "StructureDefinition.kind", + "fhirVersion": null, + "name": "kind", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "StructureDefinition-kind", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind", + "code": "kind", + "packageVersion": "5.0.0", + "base": ["StructureDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition-kind" + }, + { + "description": "What role the entity played", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role/5.0.0", + "expression": "AuditEvent.entity.role", + "fhirVersion": null, + "name": "entity-role", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-entity-role", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role", + "code": "entity-role", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-entity-role" + }, + { + "description": "Search by last modification date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Task-modified/5.0.0", + "expression": "Task.lastModified", + "fhirVersion": null, + "name": "modified", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Task-modified", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Task-modified", + "code": "modified", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Task"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task-modified" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The activity definition publication date\r\n* [ActorDefinition](actordefinition.html): The Actor Definition publication date\r\n* [CapabilityStatement](capabilitystatement.html): The capability statement publication date\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The charge item definition publication date\r\n* [Citation](citation.html): The citation publication date\r\n* [CodeSystem](codesystem.html): The code system publication date\r\n* [CompartmentDefinition](compartmentdefinition.html): The compartment definition publication date\r\n* [ConceptMap](conceptmap.html): The concept map publication date\r\n* [ConditionDefinition](conditiondefinition.html): The condition definition publication date\r\n* [EventDefinition](eventdefinition.html): The event definition publication date\r\n* [Evidence](evidence.html): The evidence publication date\r\n* [EvidenceVariable](evidencevariable.html): The evidence variable publication date\r\n* [ExampleScenario](examplescenario.html): The example scenario publication date\r\n* [GraphDefinition](graphdefinition.html): The graph definition publication date\r\n* [ImplementationGuide](implementationguide.html): The implementation guide publication date\r\n* [Library](library.html): The library publication date\r\n* [Measure](measure.html): The measure publication date\r\n* [MessageDefinition](messagedefinition.html): The message definition publication date\r\n* [NamingSystem](namingsystem.html): The naming system publication date\r\n* [OperationDefinition](operationdefinition.html): The operation definition publication date\r\n* [PlanDefinition](plandefinition.html): The plan definition publication date\r\n* [Questionnaire](questionnaire.html): The questionnaire publication date\r\n* [Requirements](requirements.html): The requirements publication date\r\n* [SearchParameter](searchparameter.html): The search parameter publication date\r\n* [StructureDefinition](structuredefinition.html): The structure definition publication date\r\n* [StructureMap](structuremap.html): The structure map publication date\r\n* [SubscriptionTopic](subscriptiontopic.html): Date status first applied\r\n* [TerminologyCapabilities](terminologycapabilities.html): The terminology capabilities publication date\r\n* [TestScript](testscript.html): The test script publication date\r\n* [ValueSet](valueset.html): The value set publication date\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-date/5.0.0", + "expression": "ActivityDefinition.date | ActorDefinition.date | CapabilityStatement.date | ChargeItemDefinition.date | Citation.date | CodeSystem.date | CompartmentDefinition.date | ConceptMap.date | ConditionDefinition.date | EventDefinition.date | Evidence.date | EvidenceVariable.date | ExampleScenario.date | GraphDefinition.date | ImplementationGuide.date | Library.date | Measure.date | MessageDefinition.date | NamingSystem.date | OperationDefinition.date | PlanDefinition.date | Questionnaire.date | Requirements.date | SearchParameter.date | StructureDefinition.date | StructureMap.date | SubscriptionTopic.date | TerminologyCapabilities.date | TestScript.date | ValueSet.date", + "fhirVersion": null, + "name": "date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-date", + "code": "date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-date" + }, + { + "description": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-status/5.0.0", + "expression": "ServiceRequest.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-status" + }, + { + "description": "Reference to a concept (by class)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-reason-code/5.0.0", + "expression": "Appointment.reason.concept", + "fhirVersion": null, + "name": "reason-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-reason-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-reason-code", + "code": "reason-code", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-reason-code" + }, + { + "description": "Composite Request ID", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition/5.0.0", + "expression": "ServiceRequest.requisition", + "fhirVersion": null, + "name": "requisition", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-requisition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", + "code": "requisition", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-requisition" + }, + { + "description": "A code for the type of organization", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Organization-type/5.0.0", + "expression": "Organization.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Organization-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Organization-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Organization"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization-type" + }, + { + "description": "Studies associated with the diagnostic report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DiagnosticReport-study/5.0.0", + "expression": "DiagnosticReport.study", + "fhirVersion": null, + "name": "study", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DiagnosticReport-study", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-study", + "code": "study", + "packageVersion": "5.0.0", + "target": ["ImagingStudy", "GenomicStudy"], + "base": ["DiagnosticReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport-study" + }, + { + "description": "Who and/or what defined the list contents (aka Author)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/List-source/5.0.0", + "expression": "List.source", + "fhirVersion": null, + "name": "source", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "List-source", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/List-source", + "code": "source", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["List"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List-source" + }, + { + "description": "Reference contained in valueReference.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-reference/5.0.0", + "expression": "Observation.value.ofType(Reference)", + "fhirVersion": null, + "name": "value-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-reference", + "code": "value-reference", + "packageVersion": "5.0.0", + "target": ["MolecularSequence"], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-reference" + }, + { + "description": "Invoke at the type level?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-type/5.0.0", + "expression": "OperationDefinition.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-type" + }, + { + "description": "Value of the class (e.g. Plan number, group number)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-class-value/5.0.0", + "expression": "Coverage.class.value", + "fhirVersion": null, + "name": "class-value", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-class-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-class-value", + "code": "class-value", + "packageVersion": "5.0.0", + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-class-value" + }, + { + "description": "Quantity of which the charge item has been serviced", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-quantity/5.0.0", + "expression": "ChargeItem.quantity", + "fhirVersion": null, + "name": "quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", + "code": "quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-quantity" + }, + { + "description": "Date when patient was taking (or not taking) the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-effective/5.0.0", + "expression": "MedicationStatement.effective.ofType(dateTime) | MedicationStatement.effective.ofType(Period)", + "fhirVersion": null, + "name": "effective", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-effective", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective", + "code": "effective", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["MedicationStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement-effective" + }, + { + "description": "The reporter to return measure report results for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-reporter/5.0.0", + "expression": "MeasureReport.reporter", + "fhirVersion": null, + "name": "reporter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-reporter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter", + "code": "reporter", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner", "Group"], + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-reporter" + }, + { + "description": "Returns medications in a batch with this lot number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Medication-serial-number/5.0.0", + "expression": "Medication.identifier", + "fhirVersion": null, + "name": "serial-number", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Medication-serial-number", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Medication-serial-number", + "code": "serial-number", + "packageVersion": "5.0.0", + "base": ["Medication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication-serial-number" + }, + { + "description": "The Claim", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentNotice-request/5.0.0", + "expression": "PaymentNotice.request", + "fhirVersion": null, + "name": "request", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentNotice-request", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", + "code": "request", + "packageVersion": "5.0.0", + "target": [ + "Account", + "ActivityDefinition", + "ActorDefinition", + "AdministrableProductDefinition", + "AdverseEvent", + "AllergyIntolerance", + "Appointment", + "AppointmentResponse", + "ArtifactAssessment", + "AuditEvent", + "Basic", + "Binary", + "BiologicallyDerivedProduct", + "BiologicallyDerivedProductDispense", + "BodyStructure", + "Bundle", + "CapabilityStatement", + "CarePlan", + "CareTeam", + "ChargeItem", + "ChargeItemDefinition", + "Citation", + "Claim", + "ClaimResponse", + "ClinicalImpression", + "ClinicalUseDefinition", + "CodeSystem", + "Communication", + "CommunicationRequest", + "CompartmentDefinition", + "Composition", + "ConceptMap", + "Condition", + "ConditionDefinition", + "Consent", + "Contract", + "Coverage", + "CoverageEligibilityRequest", + "CoverageEligibilityResponse", + "DetectedIssue", + "Device", + "DeviceAssociation", + "DeviceDefinition", + "DeviceDispense", + "DeviceMetric", + "DeviceRequest", + "DeviceUsage", + "DiagnosticReport", + "DocumentReference", + "Encounter", + "EncounterHistory", + "Endpoint", + "EnrollmentRequest", + "EnrollmentResponse", + "EpisodeOfCare", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "ExplanationOfBenefit", + "FamilyMemberHistory", + "Flag", + "FormularyItem", + "GenomicStudy", + "Goal", + "GraphDefinition", + "Group", + "GuidanceResponse", + "HealthcareService", + "ImagingSelection", + "ImagingStudy", + "Immunization", + "ImmunizationEvaluation", + "ImmunizationRecommendation", + "ImplementationGuide", + "Ingredient", + "InsurancePlan", + "InventoryItem", + "InventoryReport", + "Invoice", + "Library", + "Linkage", + "List", + "Location", + "ManufacturedItemDefinition", + "Measure", + "MeasureReport", + "Medication", + "MedicationAdministration", + "MedicationDispense", + "MedicationKnowledge", + "MedicationRequest", + "MedicationStatement", + "MedicinalProductDefinition", + "MessageDefinition", + "MessageHeader", + "MolecularSequence", + "NamingSystem", + "NutritionIntake", + "NutritionOrder", + "NutritionProduct", + "Observation", + "ObservationDefinition", + "OperationDefinition", + "OperationOutcome", + "Organization", + "OrganizationAffiliation", + "PackagedProductDefinition", + "Parameters", + "Patient", + "PaymentNotice", + "PaymentReconciliation", + "Permission", + "Person", + "PlanDefinition", + "Practitioner", + "PractitionerRole", + "Procedure", + "Provenance", + "Questionnaire", + "QuestionnaireResponse", + "RegulatedAuthorization", + "RelatedPerson", + "RequestOrchestration", + "Requirements", + "ResearchStudy", + "ResearchSubject", + "RiskAssessment", + "Schedule", + "SearchParameter", + "ServiceRequest", + "Slot", + "Specimen", + "SpecimenDefinition", + "StructureDefinition", + "StructureMap", + "Subscription", + "SubscriptionStatus", + "SubscriptionTopic", + "Substance", + "SubstanceDefinition", + "SubstanceNucleicAcid", + "SubstancePolymer", + "SubstanceProtein", + "SubstanceReferenceInformation", + "SubstanceSourceMaterial", + "SupplyDelivery", + "SupplyRequest", + "Task", + "TerminologyCapabilities", + "TestPlan", + "TestReport", + "TestScript", + "Transport", + "ValueSet", + "VerificationResult", + "VisionPrescription" + ], + "base": ["PaymentNotice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice-request" + }, + { + "description": "The identity of a patient for whom to list associations", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InventoryItem-subject/5.0.0", + "expression": "InventoryItem.instance.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InventoryItem-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InventoryItem-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Organization", "Patient"], + "base": ["InventoryItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryItem-subject" + }, + { + "description": "draft | issued | balanced | cancelled | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Invoice-status/5.0.0", + "expression": "Invoice.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Invoice-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Invoice-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Invoice"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice-status" + }, + { + "description": "The procedure that collected the specimen", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Specimen-procedure/5.0.0", + "expression": "Specimen.collection.procedure", + "fhirVersion": null, + "name": "procedure", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Specimen-procedure", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Specimen-procedure", + "code": "procedure", + "packageVersion": "5.0.0", + "target": ["Procedure"], + "base": ["Specimen"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen-procedure" + }, + { + "description": "Search on the section narrative of the resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Composition-section-code-text/5.0.0", + "expression": "Composition.section", + "fhirVersion": null, + "multipleOr": false, + "name": "section-code-text", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/Composition-section", + "expression": "section.code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Composition-section-text", + "expression": "section.text" + } + ], + "status": "draft", + "id": "Composition-section-code-text", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Composition-section-code-text", + "code": "section-code-text", + "packageVersion": "5.0.0", + "base": ["Composition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Composition-section-code-text" + }, + { + "description": "Id of original message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MessageHeader-response-id/5.0.0", + "expression": "MessageHeader.response.identifier", + "fhirVersion": null, + "name": "response-id", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MessageHeader-response-id", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", + "code": "response-id", + "packageVersion": "5.0.0", + "base": ["MessageHeader"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader-response-id" + }, + { + "description": "Who the care plan is for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CarePlan-subject/5.0.0", + "expression": "CarePlan.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CarePlan-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CarePlan-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["CarePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan-subject" + }, + { + "description": "When is identifier valid?", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-period/5.0.0", + "expression": "NamingSystem.uniqueId.period", + "fhirVersion": null, + "name": "period", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-period", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-period", + "code": "period", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-period" + }, + { + "_base": [ + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): The business version of the activity definition\r\n* [ActorDefinition](actordefinition.html): The business version of the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): The business version of the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): The business version of the charge item definition\r\n* [Citation](citation.html): The business version of the citation\r\n* [CodeSystem](codesystem.html): The business version of the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): The business version of the compartment definition\r\n* [ConceptMap](conceptmap.html): The business version of the concept map\r\n* [ConditionDefinition](conditiondefinition.html): The business version of the condition definition\r\n* [EventDefinition](eventdefinition.html): The business version of the event definition\r\n* [Evidence](evidence.html): The business version of the evidence\r\n* [EvidenceVariable](evidencevariable.html): The business version of the evidence variable\r\n* [ExampleScenario](examplescenario.html): The business version of the example scenario\r\n* [GraphDefinition](graphdefinition.html): The business version of the graph definition\r\n* [ImplementationGuide](implementationguide.html): The business version of the implementation guide\r\n* [Library](library.html): The business version of the library\r\n* [Measure](measure.html): The business version of the measure\r\n* [MessageDefinition](messagedefinition.html): The business version of the message definition\r\n* [NamingSystem](namingsystem.html): The business version of the naming system\r\n* [OperationDefinition](operationdefinition.html): The business version of the operation definition\r\n* [PlanDefinition](plandefinition.html): The business version of the plan definition\r\n* [Questionnaire](questionnaire.html): The business version of the questionnaire\r\n* [Requirements](requirements.html): The business version of the requirements\r\n* [SearchParameter](searchparameter.html): The business version of the search parameter\r\n* [StructureDefinition](structuredefinition.html): The business version of the structure definition\r\n* [StructureMap](structuremap.html): The business version of the structure map\r\n* [SubscriptionTopic](subscriptiontopic.html): Business version of the SubscriptionTopic\r\n* [TerminologyCapabilities](terminologycapabilities.html): The business version of the terminology capabilities\r\n* [TestScript](testscript.html): The business version of the test script\r\n* [ValueSet](valueset.html): The business version of the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-version/5.0.0", + "expression": "ActivityDefinition.version | ActorDefinition.version | CapabilityStatement.version | ChargeItemDefinition.version | Citation.version | CodeSystem.version | CompartmentDefinition.version | ConceptMap.version | ConditionDefinition.version | EventDefinition.version | Evidence.version | EvidenceVariable.version | ExampleScenario.version | GraphDefinition.version | ImplementationGuide.version | Library.version | Measure.version | MessageDefinition.version | NamingSystem.version | OperationDefinition.version | PlanDefinition.version | Questionnaire.version | Requirements.version | SearchParameter.version | StructureDefinition.version | StructureMap.version | SubscriptionTopic.version | TerminologyCapabilities.version | TestScript.version | ValueSet.version", + "fhirVersion": null, + "name": "version", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-version", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-version", + "code": "version", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "SubscriptionTopic", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-version" + }, + { + "description": "When service should occur", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date/5.0.0", + "expression": "(DeviceRequest.occurrence.ofType(dateTime)) | (DeviceRequest.occurrence.ofType(Period))", + "fhirVersion": null, + "name": "event-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceRequest-event-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", + "code": "event-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["DeviceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest-event-date" + }, + { + "description": "One of the individuals of the appointment is this patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-subject/5.0.0", + "expression": "Appointment.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-subject" + }, + { + "description": "An organization of which this organization forms a part", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by/5.0.0", + "expression": "InsurancePlan.ownedBy", + "fhirVersion": null, + "name": "owned-by", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-owned-by", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-owned-by", + "code": "owned-by", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-owned-by" + }, + { + "description": "A server defined search that matches either the url or derivedFrom", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self/5.0.0", + "expression": "SubscriptionTopic.url | SubscriptionTopic.derivedFrom", + "fhirVersion": null, + "name": "derived-or-self", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SubscriptionTopic-derived-or-self", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SubscriptionTopic-derived-or-self", + "code": "derived-or-self", + "packageVersion": "5.0.0", + "base": ["SubscriptionTopic"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic-derived-or-self" + }, + { + "description": "A portion of the family name of the related person", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/RelatedPerson-family/5.0.0", + "expression": "RelatedPerson.name.family", + "fhirVersion": null, + "name": "family", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "RelatedPerson-family", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/RelatedPerson-family", + "code": "family", + "packageVersion": "5.0.0", + "base": ["RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson-family" + }, + { + "description": "The request associated with an imaging selection", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on/5.0.0", + "expression": "ImagingSelection.basedOn", + "fhirVersion": null, + "name": "based-on", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingSelection-based-on", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingSelection-based-on", + "code": "based-on", + "packageVersion": "5.0.0", + "target": [ + "Appointment", + "ServiceRequest", + "CarePlan", + "Task", + "AppointmentResponse" + ], + "base": ["ImagingSelection"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection-based-on" + }, + { + "description": "The source value set that contains the concepts that are being mapped", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope/5.0.0", + "expression": "(ConceptMap.sourceScope as canonical)", + "fhirVersion": null, + "name": "source-scope", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-source-scope", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-source-scope", + "code": "source-scope", + "packageVersion": "5.0.0", + "target": ["ValueSet"], + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-source-scope" + }, + { + "description": "The account to which payment or adjustment was applied.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-account/5.0.0", + "expression": "PaymentReconciliation.allocation.account", + "fhirVersion": null, + "name": "allocation-account", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-allocation-account", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-allocation-account", + "code": "allocation-account", + "packageVersion": "5.0.0", + "target": ["Account"], + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-allocation-account" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A use context type and quantity- or range-based value assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A use context type and quantity- or range-based value assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A use context type and quantity- or range-based value assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A use context type and quantity- or range-based value assigned to the charge item definition\r\n* [Citation](citation.html): A use context type and quantity- or range-based value assigned to the citation\r\n* [CodeSystem](codesystem.html): A use context type and quantity- or range-based value assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A use context type and quantity- or range-based value assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A use context type and quantity- or range-based value assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A use context type and quantity- or range-based value assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A use context type and quantity- or range-based value assigned to the event definition\r\n* [Evidence](evidence.html): A use context type and quantity- or range-based value assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A use context type and quantity- or range-based value assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A use context type and quantity- or range-based value assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A use context type and quantity- or range-based value assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A use context type and quantity- or range-based value assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A use context type and quantity- or range-based value assigned to the implementation guide\r\n* [Library](library.html): A use context type and quantity- or range-based value assigned to the library\r\n* [Measure](measure.html): A use context type and quantity- or range-based value assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A use context type and quantity- or range-based value assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A use context type and quantity- or range-based value assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A use context type and quantity- or range-based value assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A use context type and quantity- or range-based value assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A use context type and quantity- or range-based value assigned to the questionnaire\r\n* [Requirements](requirements.html): A use context type and quantity- or range-based value assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A use context type and quantity- or range-based value assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A use context type and quantity- or range-based value assigned to the structure definition\r\n* [StructureMap](structuremap.html): A use context type and quantity- or range-based value assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A use context type and quantity- or range-based value assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A use context type and quantity- or range-based value assigned to the test script\r\n* [ValueSet](valueset.html): A use context type and quantity- or range-based value assigned to the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity/5.0.0", + "expression": "ActivityDefinition.useContext | ActorDefinition.useContext | CapabilityStatement.useContext | ChargeItemDefinition.useContext | Citation.useContext | CodeSystem.useContext | CompartmentDefinition.useContext | ConceptMap.useContext | ConditionDefinition.useContext | EventDefinition.useContext | Evidence.useContext | EvidenceReport.useContext | EvidenceVariable.useContext | ExampleScenario.useContext | GraphDefinition.useContext | ImplementationGuide.useContext | Library.useContext | Measure.useContext | MessageDefinition.useContext | NamingSystem.useContext | OperationDefinition.useContext | PlanDefinition.useContext | Questionnaire.useContext | Requirements.useContext | SearchParameter.useContext | StructureDefinition.useContext | StructureMap.useContext | TerminologyCapabilities.useContext | TestScript.useContext | ValueSet.useContext", + "fhirVersion": null, + "multipleOr": false, + "name": "context-type-quantity", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-quantity", + "expression": "value.ofType(Quantity) | value.ofType(Range)" + } + ], + "status": "draft", + "id": "CanonicalResource-context-type-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type-quantity", + "code": "context-type-quantity", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-context-type-quantity" + }, + { + "description": "The type (by HealthcareService) of appointments that can be booked into associated slot(s)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Schedule-service-type-reference/5.0.0", + "expression": "Schedule.serviceType.reference", + "fhirVersion": null, + "name": "service-type-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Schedule-service-type-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Schedule-service-type-reference", + "code": "service-type-reference", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["Schedule"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule-service-type-reference" + }, + { + "description": "Request(s) replaced by this request", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces/5.0.0", + "expression": "CommunicationRequest.replaces", + "fhirVersion": null, + "name": "replaces", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CommunicationRequest-replaces", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", + "code": "replaces", + "packageVersion": "5.0.0", + "target": ["CommunicationRequest"], + "base": ["CommunicationRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest-replaces" + }, + { + "description": "Search by device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DeviceUsage-device/5.0.0", + "expression": "DeviceUsage.device.concept", + "fhirVersion": null, + "name": "device", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DeviceUsage-device", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DeviceUsage-device", + "code": "device", + "packageVersion": "5.0.0", + "base": ["DeviceUsage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceUsage-device" + }, + { + "description": "Name used to invoke the operation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OperationDefinition-code/5.0.0", + "expression": "OperationDefinition.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "OperationDefinition-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OperationDefinition-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["OperationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition-code" + }, + { + "description": "A classifier assigned to the citation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Citation-classifier/5.0.0", + "expression": "(Citation.classification.classifier)", + "fhirVersion": null, + "name": "classifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Citation-classifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Citation-classifier", + "code": "classifier", + "packageVersion": "5.0.0", + "base": ["Citation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Citation-classifier" + }, + { + "description": "Classification of service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-category/5.0.0", + "expression": "ServiceRequest.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-category" + }, + { + "description": "The URI for the target value set that contains the concepts being mapped.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope-uri/5.0.0", + "expression": "(ConceptMap.targetScope as uri)", + "fhirVersion": null, + "name": "target-scope-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-target-scope-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-scope-uri", + "code": "target-scope-uri", + "packageVersion": "5.0.0", + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-target-scope-uri" + }, + { + "description": "Instantiates external protocol or definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri/5.0.0", + "expression": "Communication.instantiatesUri", + "fhirVersion": null, + "name": "instantiates-uri", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-instantiates-uri", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-instantiates-uri", + "code": "instantiates-uri", + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-instantiates-uri" + }, + { + "description": "The authority of the contract", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Contract-authority/5.0.0", + "expression": "Contract.authority", + "fhirVersion": null, + "name": "authority", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Contract-authority", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Contract-authority", + "code": "authority", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["Contract"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract-authority" + }, + { + "description": "in-progress | completed | abandoned | entered-in-error", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SupplyDelivery-status/5.0.0", + "expression": "SupplyDelivery.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SupplyDelivery-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["SupplyDelivery"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyDelivery-status" + }, + { + "description": "External identifiers for this item", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/HealthcareService-identifier/5.0.0", + "expression": "HealthcareService.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "HealthcareService-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["HealthcareService"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService-identifier" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A value in a phone contact\r\n* [Person](person.html): A value in a phone contact\r\n* [Practitioner](practitioner.html): A value in a phone contact\r\n* [PractitionerRole](practitionerrole.html): A value in a phone contact\r\n* [RelatedPerson](relatedperson.html): A value in a phone contact\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-phone/5.0.0", + "expression": "Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.contact.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')", + "fhirVersion": null, + "name": "phone", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-phone", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-phone", + "code": "phone", + "packageVersion": "5.0.0", + "base": [ + "Patient", + "Person", + "Practitioner", + "PractitionerRole", + "RelatedPerson" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-phone" + }, + { + "description": "planned | in-progress | on-hold | completed | cancelled | entered-in-error | unknown", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-status/5.0.0", + "expression": "Encounter.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-status" + }, + { + "description": "Ingredient presentation strength as quantity", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-quantity/5.0.0", + "expression": "Ingredient.substance.strength.presentation.ofType(Quantity)", + "fhirVersion": null, + "name": "strength-presentation-quantity", + "type": "quantity", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Ingredient-strength-presentation-quantity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Ingredient-strength-presentation-quantity", + "code": "strength-presentation-quantity", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Ingredient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient-strength-presentation-quantity" + }, + { + "description": "Who/what is requesting service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-requester/5.0.0", + "expression": "ServiceRequest.requester", + "fhirVersion": null, + "name": "requester", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-requester", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", + "code": "requester", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "Device", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-requester" + }, + { + "description": "When consent verified", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-verified-date/5.0.0", + "expression": "Consent.verification.verificationDate", + "fhirVersion": null, + "name": "verified-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-verified-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-verified-date", + "code": "verified-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-verified-date" + }, + { + "description": "The date of death has been provided and satisfies this search value", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Person-death-date/5.0.0", + "expression": "(Person.deceased.ofType(dateTime))", + "fhirVersion": null, + "name": "death-date", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Person-death-date", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Person-death-date", + "code": "death-date", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Person"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person-death-date" + }, + { + "description": "Role of participant in encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-participant-type/5.0.0", + "expression": "Encounter.participant.type", + "fhirVersion": null, + "name": "participant-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-participant-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-participant-type", + "code": "participant-type", + "packageVersion": "5.0.0", + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-participant-type" + }, + { + "description": "This location is listed in the participants of the appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-location/5.0.0", + "expression": "Appointment.participant.actor.where(resolve() is Location)", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-location" + }, + { + "description": "The identity of the individual who administered the medication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer-device-code/5.0.0", + "expression": "MedicationAdministration.performer.actor.concept", + "fhirVersion": null, + "name": "performer-device-code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationAdministration-performer-device-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer-device-code", + "code": "performer-device-code", + "packageVersion": "5.0.0", + "base": ["MedicationAdministration"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration-performer-device-code" + }, + { + "description": "Who the study is about", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GenomicStudy-subject/5.0.0", + "expression": "GenomicStudy.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GenomicStudy-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GenomicStudy-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "NutritionProduct", + "Group", + "BiologicallyDerivedProduct", + "Substance", + "Patient" + ], + "base": ["GenomicStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy-subject" + }, + { + "description": "Who is agreeing to the policy and rules", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Consent-grantee/5.0.0", + "expression": "Consent.grantee", + "fhirVersion": null, + "name": "grantee", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Consent-grantee", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Consent-grantee", + "code": "grantee", + "packageVersion": "5.0.0", + "target": [ + "HealthcareService", + "CareTeam", + "Organization", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Consent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent-grantee" + }, + { + "description": "The classification of the type of observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-category/5.0.0", + "expression": "Observation.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-category" + }, + { + "description": "Patient's nominated general practitioner, not the organization that manages the record", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Patient-general-practitioner/5.0.0", + "expression": "Patient.generalPractitioner", + "fhirVersion": null, + "name": "general-practitioner", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Patient-general-practitioner", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner", + "code": "general-practitioner", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["Patient"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient-general-practitioner" + }, + { + "description": "Resource that can be subject of QuestionnaireResponse", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type/5.0.0", + "expression": "Questionnaire.subjectType", + "fhirVersion": null, + "name": "subject-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Questionnaire-subject-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", + "code": "subject-type", + "packageVersion": "5.0.0", + "base": ["Questionnaire"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire-subject-type" + }, + { + "description": "Group includes or excludes", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-exclude/5.0.0", + "expression": "Group.characteristic.exclude", + "fhirVersion": null, + "name": "exclude", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-exclude", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-exclude", + "code": "exclude", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-exclude" + }, + { + "description": "Technical endpoint", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint/5.0.0", + "expression": "InsurancePlan.endpoint", + "fhirVersion": null, + "name": "endpoint", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "InsurancePlan-endpoint", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/InsurancePlan-endpoint", + "code": "endpoint", + "packageVersion": "5.0.0", + "target": ["Endpoint"], + "base": ["InsurancePlan"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan-endpoint" + }, + { + "description": "The authorization (purposeOfUse) of the event", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AuditEvent-purpose/5.0.0", + "expression": "AuditEvent.authorization | AuditEvent.agent.authorization", + "fhirVersion": null, + "name": "purpose", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AuditEvent-purpose", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AuditEvent-purpose", + "code": "purpose", + "packageVersion": "5.0.0", + "base": ["AuditEvent"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent-purpose" + }, + { + "description": "The type (by HealthcareService) of appointments that can be booked into the slot", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Slot-service-type-reference/5.0.0", + "expression": "Slot.serviceType.reference", + "fhirVersion": null, + "name": "service-type-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Slot-service-type-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Slot-service-type-reference", + "code": "service-type-reference", + "packageVersion": "5.0.0", + "target": ["HealthcareService"], + "base": ["Slot"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot-service-type-reference" + }, + { + "description": "Filter value used to narrow notifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Subscription-filter-value/5.0.0", + "expression": "Subscription.filterBy.value", + "fhirVersion": null, + "name": "filter-value", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Subscription-filter-value", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Subscription-filter-value", + "code": "filter-value", + "packageVersion": "5.0.0", + "base": ["Subscription"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription-filter-value" + }, + { + "description": "One of the locations at which this practitioner provides care", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PractitionerRole-location/5.0.0", + "expression": "PractitionerRole.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PractitionerRole-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PractitionerRole-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["PractitionerRole"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole-location" + }, + { + "description": "The contents of the disposition message", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition/5.0.0", + "expression": "PaymentReconciliation.disposition", + "fhirVersion": null, + "name": "disposition", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "PaymentReconciliation-disposition", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition", + "code": "disposition", + "packageVersion": "5.0.0", + "base": ["PaymentReconciliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation-disposition" + }, + { + "description": "The location to return measure report results for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MeasureReport-location/5.0.0", + "expression": "MeasureReport.location", + "fhirVersion": null, + "name": "location", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MeasureReport-location", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MeasureReport-location", + "code": "location", + "packageVersion": "5.0.0", + "target": ["Location"], + "base": ["MeasureReport"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport-location" + }, + { + "description": "The creation date", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClaimResponse-created/5.0.0", + "expression": "ClaimResponse.created", + "fhirVersion": null, + "name": "created", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClaimResponse-created", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClaimResponse-created", + "code": "created", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["ClaimResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse-created" + }, + { + "_base": [ + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + }, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ] + } + ], + "description": "Multiple Resources: \r\n\r\n* [Patient](patient.html): A postalCode specified in an address\r\n* [Person](person.html): A postal code specified in an address\r\n* [Practitioner](practitioner.html): A postalCode specified in an address\r\n* [RelatedPerson](relatedperson.html): A postal code specified in an address\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/individual-address-postalcode/5.0.0", + "expression": "Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode", + "fhirVersion": null, + "name": "address-postalcode", + "type": "string", + "resourceType": "SearchParameter", + "status": "active", + "id": "individual-address-postalcode", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", + "code": "address-postalcode", + "packageVersion": "5.0.0", + "base": ["Patient", "Person", "Practitioner", "RelatedPerson"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/individual-address-postalcode" + }, + { + "_base": [ + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + } + ] + }, + null, + null, + null, + null, + null, + null, + null, + null + ], + "description": "Multiple Resources: \r\n\r\n* [AuditEvent](auditevent.html): Encounter related to the activity recorded in the AuditEvent\r\n* [CarePlan](careplan.html): The Encounter during which this CarePlan was created\r\n* [ChargeItem](chargeitem.html): Encounter associated with event\r\n* [Claim](claim.html): Encounters associated with a billed line item\r\n* [ClinicalImpression](clinicalimpression.html): The Encounter during which this ClinicalImpression was created\r\n* [Communication](communication.html): The Encounter during which this Communication was created\r\n* [CommunicationRequest](communicationrequest.html): The Encounter during which this CommunicationRequest was created\r\n* [Composition](composition.html): Context of the Composition\r\n* [Condition](condition.html): The Encounter during which this Condition was created\r\n* [DeviceRequest](devicerequest.html): Encounter during which request was created\r\n* [DiagnosticReport](diagnosticreport.html): The Encounter when the order was made\r\n* [EncounterHistory](encounterhistory.html): The Encounter associated with this set of history values\r\n* [ExplanationOfBenefit](explanationofbenefit.html): Encounters associated with a billed line item\r\n* [Flag](flag.html): Alert relevant during encounter\r\n* [ImagingStudy](imagingstudy.html): The context of the study\r\n* [List](list.html): Context in which list created\r\n* [MedicationDispense](medicationdispense.html): Returns dispenses with a specific encounter\r\n* [MedicationStatement](medicationstatement.html): Returns statements for a specific encounter\r\n* [NutritionIntake](nutritionintake.html): Returns statements for a specific encounter\r\n* [NutritionOrder](nutritionorder.html): Return nutrition orders with this encounter identifier\r\n* [Observation](observation.html): Encounter related to the observation\r\n* [Procedure](procedure.html): The Encounter during which this Procedure was created\r\n* [Provenance](provenance.html): Encounter related to the Provenance\r\n* [QuestionnaireResponse](questionnaireresponse.html): Encounter associated with the questionnaire response\r\n* [RequestOrchestration](requestorchestration.html): The encounter the request orchestration applies to\r\n* [RiskAssessment](riskassessment.html): Where was assessment performed?\r\n* [ServiceRequest](servicerequest.html): An encounter in which this request is made\r\n* [Task](task.html): Search by encounter\r\n* [VisionPrescription](visionprescription.html): Return prescriptions with this encounter identifier\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/clinical-encounter/5.0.0", + "expression": "AuditEvent.encounter | CarePlan.encounter | ChargeItem.encounter | Claim.item.encounter | ClinicalImpression.encounter | Communication.encounter | CommunicationRequest.encounter | Composition.encounter | Condition.encounter | DeviceRequest.encounter | DiagnosticReport.encounter | EncounterHistory.encounter | ExplanationOfBenefit.item.encounter | Flag.encounter | ImagingStudy.encounter | List.encounter | MedicationDispense.encounter | MedicationStatement.encounter | NutritionIntake.encounter | NutritionOrder.encounter | Observation.encounter | Procedure.encounter | Provenance.encounter | QuestionnaireResponse.encounter | RequestOrchestration.encounter | RiskAssessment.encounter | ServiceRequest.encounter | Task.encounter | VisionPrescription.encounter", + "fhirVersion": null, + "name": "encounter", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "clinical-encounter", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/clinical-encounter", + "code": "encounter", + "packageVersion": "5.0.0", + "target": ["Encounter"], + "base": [ + "AuditEvent", + "CarePlan", + "ChargeItem", + "Claim", + "ClinicalImpression", + "Communication", + "CommunicationRequest", + "Composition", + "Condition", + "DeviceRequest", + "DiagnosticReport", + "EncounterHistory", + "ExplanationOfBenefit", + "Flag", + "ImagingStudy", + "List", + "MedicationDispense", + "MedicationStatement", + "NutritionIntake", + "NutritionOrder", + "Observation", + "Procedure", + "Provenance", + "QuestionnaireResponse", + "RequestOrchestration", + "RiskAssessment", + "ServiceRequest", + "Task", + "VisionPrescription" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-encounter" + }, + { + "description": "Unique identifier for the substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-identifier/5.0.0", + "expression": "Substance.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-identifier" + }, + { + "description": "Reference to the subscriber", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-subscriber/5.0.0", + "expression": "Coverage.subscriber", + "fhirVersion": null, + "name": "subscriber", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-subscriber", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", + "code": "subscriber", + "packageVersion": "5.0.0", + "target": ["RelatedPerson", "Patient"], + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-subscriber" + }, + { + "description": "The body site studied", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite/5.0.0", + "expression": "DocumentReference.bodySite.concept", + "fhirVersion": null, + "name": "bodysite", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "DocumentReference-bodysite", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/DocumentReference-bodysite", + "code": "bodysite", + "packageVersion": "5.0.0", + "base": ["DocumentReference"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference-bodysite" + }, + { + "description": "URL contained in valueCanonical.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-value-canonical/5.0.0", + "expression": "Observation.value.ofType(canonical)", + "fhirVersion": null, + "name": "value-canonical", + "type": "uri", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-value-canonical", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-value-canonical", + "code": "value-canonical", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-value-canonical" + }, + { + "description": "The style of appointment or patient that has been booked in the slot (not service type)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-appointment-type/5.0.0", + "expression": "Appointment.appointmentType", + "fhirVersion": null, + "name": "appointment-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-appointment-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type", + "code": "appointment-type", + "packageVersion": "5.0.0", + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-appointment-type" + }, + { + "description": "A channel of communication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Communication-medium/5.0.0", + "expression": "Communication.medium", + "fhirVersion": null, + "name": "medium", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Communication-medium", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Communication-medium", + "code": "medium", + "packageVersion": "5.0.0", + "base": ["Communication"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication-medium" + }, + { + "description": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | subscription-notification", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Bundle-type/5.0.0", + "expression": "Bundle.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Bundle-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Bundle-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["Bundle"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle-type" + }, + { + "description": "The participants acceptance status for this appointment", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status/5.0.0", + "expression": "AppointmentResponse.participantStatus", + "fhirVersion": null, + "name": "part-status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "AppointmentResponse-part-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status", + "code": "part-status", + "packageVersion": "5.0.0", + "base": ["AppointmentResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse-part-status" + }, + { + "description": "If this medicine applies to human or veterinary uses", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain/5.0.0", + "expression": "MedicinalProductDefinition.domain", + "fhirVersion": null, + "name": "domain", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicinalProductDefinition-domain", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicinalProductDefinition-domain", + "code": "domain", + "packageVersion": "5.0.0", + "base": ["MedicinalProductDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition-domain" + }, + { + "description": "The identity of a patient, animal or group to list statements for", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-subject/5.0.0", + "expression": "MedicationStatement.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": ["Group", "Patient"], + "base": ["MedicationStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement-subject" + }, + { + "description": "Who performed the observation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-performer/5.0.0", + "expression": "Observation.performer", + "fhirVersion": null, + "name": "performer", + "type": "reference", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-performer", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-performer", + "code": "performer", + "packageVersion": "5.0.0", + "target": [ + "Organization", + "CareTeam", + "RelatedPerson", + "PractitionerRole", + "Practitioner", + "Patient" + ], + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-performer" + }, + { + "description": "Where procedure is going to be done", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site/5.0.0", + "expression": "ServiceRequest.bodySite", + "fhirVersion": null, + "name": "body-site", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ServiceRequest-body-site", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", + "code": "body-site", + "packageVersion": "5.0.0", + "base": ["ServiceRequest"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest-body-site" + }, + { + "description": "Multiple Resources: \r\n\r\n* [ActivityDefinition](activitydefinition.html): A type of use context assigned to the activity definition\r\n* [ActorDefinition](actordefinition.html): A type of use context assigned to the Actor Definition\r\n* [CapabilityStatement](capabilitystatement.html): A type of use context assigned to the capability statement\r\n* [ChargeItemDefinition](chargeitemdefinition.html): A type of use context assigned to the charge item definition\r\n* [Citation](citation.html): A type of use context assigned to the citation\r\n* [CodeSystem](codesystem.html): A type of use context assigned to the code system\r\n* [CompartmentDefinition](compartmentdefinition.html): A type of use context assigned to the compartment definition\r\n* [ConceptMap](conceptmap.html): A type of use context assigned to the concept map\r\n* [ConditionDefinition](conditiondefinition.html): A type of use context assigned to the condition definition\r\n* [EventDefinition](eventdefinition.html): A type of use context assigned to the event definition\r\n* [Evidence](evidence.html): A type of use context assigned to the evidence\r\n* [EvidenceReport](evidencereport.html): A type of use context assigned to the evidence report\r\n* [EvidenceVariable](evidencevariable.html): A type of use context assigned to the evidence variable\r\n* [ExampleScenario](examplescenario.html): A type of use context assigned to the example scenario\r\n* [GraphDefinition](graphdefinition.html): A type of use context assigned to the graph definition\r\n* [ImplementationGuide](implementationguide.html): A type of use context assigned to the implementation guide\r\n* [Library](library.html): A type of use context assigned to the library\r\n* [Measure](measure.html): A type of use context assigned to the measure\r\n* [MessageDefinition](messagedefinition.html): A type of use context assigned to the message definition\r\n* [NamingSystem](namingsystem.html): A type of use context assigned to the naming system\r\n* [OperationDefinition](operationdefinition.html): A type of use context assigned to the operation definition\r\n* [PlanDefinition](plandefinition.html): A type of use context assigned to the plan definition\r\n* [Questionnaire](questionnaire.html): A type of use context assigned to the questionnaire\r\n* [Requirements](requirements.html): A type of use context assigned to the requirements\r\n* [SearchParameter](searchparameter.html): A type of use context assigned to the search parameter\r\n* [StructureDefinition](structuredefinition.html): A type of use context assigned to the structure definition\r\n* [StructureMap](structuremap.html): A type of use context assigned to the structure map\r\n* [TerminologyCapabilities](terminologycapabilities.html): A type of use context assigned to the terminology capabilities\r\n* [TestScript](testscript.html): A type of use context assigned to the test script\r\n* [ValueSet](valueset.html): A type of use context assigned to the value set\r\n", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type/5.0.0", + "expression": "ActivityDefinition.useContext.code | ActorDefinition.useContext.code | CapabilityStatement.useContext.code | ChargeItemDefinition.useContext.code | Citation.useContext.code | CodeSystem.useContext.code | CompartmentDefinition.useContext.code | ConceptMap.useContext.code | ConditionDefinition.useContext.code | EventDefinition.useContext.code | Evidence.useContext.code | EvidenceReport.useContext.code | EvidenceVariable.useContext.code | ExampleScenario.useContext.code | GraphDefinition.useContext.code | ImplementationGuide.useContext.code | Library.useContext.code | Measure.useContext.code | MessageDefinition.useContext.code | NamingSystem.useContext.code | OperationDefinition.useContext.code | PlanDefinition.useContext.code | Questionnaire.useContext.code | Requirements.useContext.code | SearchParameter.useContext.code | StructureDefinition.useContext.code | StructureMap.useContext.code | TerminologyCapabilities.useContext.code | TestScript.useContext.code | ValueSet.useContext.code", + "fhirVersion": null, + "name": "context-type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CanonicalResource-context-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CanonicalResource-context-type", + "code": "context-type", + "packageVersion": "5.0.0", + "base": [ + "ActivityDefinition", + "ActorDefinition", + "CapabilityStatement", + "ChargeItemDefinition", + "Citation", + "CodeSystem", + "CompartmentDefinition", + "ConceptMap", + "ConditionDefinition", + "EventDefinition", + "Evidence", + "EvidenceReport", + "EvidenceVariable", + "ExampleScenario", + "GraphDefinition", + "ImplementationGuide", + "Library", + "Measure", + "MessageDefinition", + "NamingSystem", + "OperationDefinition", + "PlanDefinition", + "Questionnaire", + "Requirements", + "SearchParameter", + "StructureDefinition", + "StructureMap", + "TerminologyCapabilities", + "TestScript", + "ValueSet" + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource-context-type" + }, + { + "description": "Expiry date of package or container of substance", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Substance-expiry/5.0.0", + "expression": "Substance.expiry", + "fhirVersion": null, + "name": "expiry", + "type": "date", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Substance-expiry", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Substance-expiry", + "code": "expiry", + "comparator": ["eq", "ne", "gt", "ge", "lt", "le", "sa", "eb", "ap"], + "packageVersion": "5.0.0", + "base": ["Substance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Substance-expiry" + }, + { + "description": "A state specified in an address", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Location-address-state/5.0.0", + "expression": "Location.address.state", + "fhirVersion": null, + "name": "address-state", + "type": "string", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Location-address-state", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Location-address-state", + "code": "address-state", + "packageVersion": "5.0.0", + "base": ["Location"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location-address-state" + }, + { + "description": "The resource for which this is a clinical usage issue", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject/5.0.0", + "expression": "ClinicalUseDefinition.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ClinicalUseDefinition-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ClinicalUseDefinition-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "MedicinalProductDefinition", + "Device", + "DeviceDefinition", + "NutritionProduct", + "ActivityDefinition", + "PlanDefinition", + "BiologicallyDerivedProduct", + "Substance", + "Medication" + ], + "base": ["ClinicalUseDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalUseDefinition-subject" + }, + { + "description": "Organization requesting the charged service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization/5.0.0", + "expression": "ChargeItem.requestingOrganization", + "fhirVersion": null, + "name": "requesting-organization", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ChargeItem-requesting-organization", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", + "code": "requesting-organization", + "packageVersion": "5.0.0", + "target": ["Organization"], + "base": ["ChargeItem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem-requesting-organization" + }, + { + "description": "The status of the guidance response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/GuidanceResponse-status/5.0.0", + "expression": "GuidanceResponse.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "GuidanceResponse-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["GuidanceResponse"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GuidanceResponse-status" + }, + { + "description": "Kind of characteristic", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Group-characteristic/5.0.0", + "expression": "Group.characteristic.code", + "fhirVersion": null, + "name": "characteristic", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Group-characteristic", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Group-characteristic", + "code": "characteristic", + "packageVersion": "5.0.0", + "base": ["Group"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group-characteristic" + }, + { + "description": "Returns statements of this category of MedicationStatement", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationStatement-category/5.0.0", + "expression": "MedicationStatement.category", + "fhirVersion": null, + "name": "category", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationStatement-category", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationStatement-category", + "code": "category", + "packageVersion": "5.0.0", + "base": ["MedicationStatement"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement-category" + }, + { + "description": "codesystem | identifier | root", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/NamingSystem-kind/5.0.0", + "expression": "NamingSystem.kind", + "fhirVersion": null, + "name": "kind", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "NamingSystem-kind", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/NamingSystem-kind", + "code": "kind", + "packageVersion": "5.0.0", + "base": ["NamingSystem"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem-kind" + }, + { + "description": "Identifier of the subscriber", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Coverage-subscriberid/5.0.0", + "expression": "Coverage.subscriberId", + "fhirVersion": null, + "name": "subscriberid", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Coverage-subscriberid", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Coverage-subscriberid", + "code": "subscriberid", + "packageVersion": "5.0.0", + "base": ["Coverage"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage-subscriberid" + }, + { + "description": "The status of the study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ImagingStudy-status/5.0.0", + "expression": "ImagingStudy.status", + "fhirVersion": null, + "name": "status", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ImagingStudy-status", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", + "code": "status", + "packageVersion": "5.0.0", + "base": ["ImagingStudy"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy-status" + }, + { + "description": "The value or component value of the observation, if the value is a CodeableConcept", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept/5.0.0", + "expression": "Observation.value.ofType(CodeableConcept) | Observation.component.value.ofType(CodeableConcept)", + "fhirVersion": null, + "name": "combo-value-concept", + "type": "token", + "resourceType": "SearchParameter", + "status": "active", + "id": "Observation-combo-value-concept", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", + "code": "combo-value-concept", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-combo-value-concept" + }, + { + "description": "Observation code", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ObservationDefinition-code/5.0.0", + "expression": "ObservationDefinition.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ObservationDefinition-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ObservationDefinition-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["ObservationDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ObservationDefinition-code" + }, + { + "description": "Reference to a resource (resource reference)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-reason-reference/5.0.0", + "expression": "Encounter.reason.value.reference", + "fhirVersion": null, + "name": "reason-reference", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-reason-reference", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-reason-reference", + "code": "reason-reference", + "packageVersion": "5.0.0", + "target": [ + "Procedure", + "Observation", + "DiagnosticReport", + "ImmunizationRecommendation", + "Condition" + ], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-reason-reference" + }, + { + "description": "Member of the CareTeam", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Claim-care-team/5.0.0", + "expression": "Claim.careTeam.provider", + "fhirVersion": null, + "name": "care-team", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Claim-care-team", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Claim-care-team", + "code": "care-team", + "packageVersion": "5.0.0", + "target": ["Organization", "PractitionerRole", "Practitioner"], + "base": ["Claim"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim-care-team" + }, + { + "description": "Another Encounter this encounter is part of", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Encounter-part-of/5.0.0", + "expression": "Encounter.partOf", + "fhirVersion": null, + "name": "part-of", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Encounter-part-of", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Encounter-part-of", + "code": "part-of", + "packageVersion": "5.0.0", + "target": ["Encounter"], + "base": ["Encounter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter-part-of" + }, + { + "description": "Who or what is part of study", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ResearchSubject-subject/5.0.0", + "expression": "ResearchSubject.subject", + "fhirVersion": null, + "name": "subject", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ResearchSubject-subject", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ResearchSubject-subject", + "code": "subject", + "packageVersion": "5.0.0", + "target": [ + "Device", + "Group", + "BiologicallyDerivedProduct", + "Specimen", + "Substance", + "Patient", + "Medication" + ], + "base": ["ResearchSubject"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchSubject-subject" + }, + { + "description": "Activity that occurred", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Provenance-activity/5.0.0", + "expression": "Provenance.activity", + "fhirVersion": null, + "name": "activity", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Provenance-activity", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Provenance-activity", + "code": "activity", + "packageVersion": "5.0.0", + "base": ["Provenance"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance-activity" + }, + { + "description": "Name of resource type", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource/5.0.0", + "expression": "CompartmentDefinition.resource.code", + "fhirVersion": null, + "name": "resource", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CompartmentDefinition-resource", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource", + "code": "resource", + "packageVersion": "5.0.0", + "base": ["CompartmentDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CompartmentDefinition-resource" + }, + { + "description": "Code and string value parameter pair", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Observation-code-value-string/5.0.0", + "expression": "Observation", + "fhirVersion": null, + "multipleOr": false, + "name": "code-value-string", + "type": "composite", + "resourceType": "SearchParameter", + "component": [ + { + "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", + "expression": "code" + }, + { + "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-string", + "expression": "value.ofType(string)" + } + ], + "status": "active", + "id": "Observation-code-value-string", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", + "code": "code-value-string", + "packageVersion": "5.0.0", + "base": ["Observation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation-code-value-string" + }, + { + "description": "Other properties required for this mapping", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/ConceptMap-mapping-property/5.0.0", + "expression": "ConceptMap.property.uri", + "fhirVersion": null, + "name": "mapping-property", + "type": "uri", + "resourceType": "SearchParameter", + "status": "draft", + "id": "ConceptMap-mapping-property", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-mapping-property", + "code": "mapping-property", + "packageVersion": "5.0.0", + "base": ["ConceptMap"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConceptMap-mapping-property" + }, + { + "description": "number | date | string | token | reference | composite | quantity | uri | special", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/SearchParameter-type/5.0.0", + "expression": "SearchParameter.type", + "fhirVersion": null, + "name": "type", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "SearchParameter-type", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/SearchParameter-type", + "code": "type", + "packageVersion": "5.0.0", + "base": ["SearchParameter"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter-type" + }, + { + "description": "The slots that this appointment is filling", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/Appointment-slot/5.0.0", + "expression": "Appointment.slot", + "fhirVersion": null, + "name": "slot", + "type": "reference", + "resourceType": "SearchParameter", + "status": "draft", + "id": "Appointment-slot", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/Appointment-slot", + "code": "slot", + "packageVersion": "5.0.0", + "target": ["Slot"], + "base": ["Appointment"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment-slot" + }, + { + "description": "Patient | Encounter | RelatedPerson | Practitioner | Device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code/5.0.0", + "expression": "CompartmentDefinition.code", + "fhirVersion": null, + "name": "code", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "CompartmentDefinition-code", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code", + "code": "code", + "packageVersion": "5.0.0", + "base": ["CompartmentDefinition"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CompartmentDefinition-code" + }, + { + "description": "An organization affiliation's Identifier", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier/5.0.0", + "expression": "OrganizationAffiliation.identifier", + "fhirVersion": null, + "name": "identifier", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "OrganizationAffiliation-identifier", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/OrganizationAffiliation-identifier", + "code": "identifier", + "packageVersion": "5.0.0", + "base": ["OrganizationAffiliation"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation-identifier" + }, + { + "description": "The source or owner for the price information", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/SearchParameter/http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost/5.0.0", + "expression": "MedicationKnowledge.cost.source", + "fhirVersion": null, + "name": "source-cost", + "type": "token", + "resourceType": "SearchParameter", + "status": "draft", + "id": "MedicationKnowledge-source-cost", + "processingMode": "normal", + "url": "http://hl7.org/fhir/SearchParameter/MedicationKnowledge-source-cost", + "code": "source-cost", + "packageVersion": "5.0.0", + "base": ["MedicationKnowledge"], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge-source-cost" + }, + { + "description": "There is an instance of the device compartment for each Device resource, and the identity of the compartment is the same as the Device. The set of resources associated with a particular device", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/device/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Device", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "device", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent", "param": ["agent"] }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam" }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { + "code": "Claim", + "param": [ + "procedure-udi", + "item-udi", + "detail-udi", + "subdetail-udi" + ] + }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["information-provider", "recipient"] + }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["author"] }, + { "code": "ConceptMap" }, + { "code": "Condition" }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue", "param": ["author"] }, + { "code": "Device" }, + { "code": "DeviceAssociation", "param": ["device"] }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { + "code": "DeviceRequest", + "param": ["subject", "requester", "performer"] + }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport", "param": ["subject"] }, + { "code": "DocumentReference", "param": ["subject", "author"] }, + { "code": "Encounter" }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { + "code": "ExplanationOfBenefit", + "param": [ + "procedure-udi", + "item-udi", + "detail-udi", + "subdetail-udi" + ] + }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag", "param": ["author"] }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice", "param": ["participant"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List", "param": ["subject", "source"] }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader", "param": ["target"] }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake" }, + { "code": "NutritionOrder" }, + { "code": "NutritionProduct" }, + { "code": "Observation", "param": ["subject", "device"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure" }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author"] }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson" }, + { "code": "RequestOrchestration", "param": ["author"] }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject", "param": ["subject"] }, + { "code": "RiskAssessment", "param": ["performer"] }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer", "requester"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["subject"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/device", + "code": "Device", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the practitioner compartment for each Practitioner resource, and the identity of the compartment is the same as the Practitioner. The set of resources associated with a particular practitioner", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/practitioner/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Practitioner", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "practitioner", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent", "param": ["recorder"] }, + { "code": "AllergyIntolerance", "param": ["participant"] }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent", "param": ["agent"] }, + { "code": "Basic", "param": ["author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense", + "param": ["performer"] + }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam", "param": ["participant"] }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { + "code": "Claim", + "param": ["enterer", "provider", "payee", "care-team"] + }, + { "code": "ClaimResponse", "param": ["requestor"] }, + { "code": "ClinicalImpression", "param": ["performer"] }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["information-provider", "recipient", "requester"] + }, + { "code": "CompartmentDefinition" }, + { + "code": "Composition", + "param": ["subject", "author", "attester"] + }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["participant-actor"] }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { + "code": "CoverageEligibilityRequest", + "param": ["enterer", "provider"] + }, + { "code": "CoverageEligibilityResponse", "param": ["requestor"] }, + { "code": "DetectedIssue", "param": ["author"] }, + { "code": "Device" }, + { "code": "DeviceAssociation", "param": ["operator"] }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["requester", "performer"] }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport", "param": ["performer"] }, + { + "code": "DocumentReference", + "param": ["subject", "author", "attester"] + }, + { "code": "Encounter", "param": ["practitioner", "participant"] }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare", "param": ["care-manager"] }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { + "code": "ExplanationOfBenefit", + "param": ["enterer", "provider", "payee", "care-team"] + }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag", "param": ["author"] }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization", "param": ["performer"] }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice", "param": ["participant"] }, + { "code": "Library" }, + { "code": "Linkage", "param": ["author"] }, + { "code": "List", "param": ["source"] }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { + "code": "MedicationDispense", + "param": ["performer", "receiver"] + }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["requester"] }, + { "code": "MedicationStatement", "param": ["source"] }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { + "code": "MessageHeader", + "param": ["receiver", "author", "responsible"] + }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake", "param": ["source"] }, + { "code": "NutritionOrder", "param": ["provider"] }, + { "code": "NutritionProduct" }, + { "code": "Observation", "param": ["performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Patient", "param": ["general-practitioner"] }, + { "code": "PaymentNotice", "param": ["reporter"] }, + { "code": "PaymentReconciliation", "param": ["requestor"] }, + { "code": "Permission" }, + { "code": "Person", "param": ["practitioner"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner", "param": ["{def}"] }, + { "code": "PractitionerRole", "param": ["practitioner"] }, + { "code": "Procedure", "param": ["performer"] }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author", "source"] }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson" }, + { + "code": "RequestOrchestration", + "param": ["participant", "author"] + }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment", "param": ["performer"] }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer", "requester"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["collector"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery", "param": ["supplier", "receiver"] }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["prescriber"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/practitioner", + "code": "Practitioner", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/practitioner", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The set of resources associated with a particular Device (example with Communication and CommunicationRequest resourses only).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/example/5.0.0", + "date": "2017-02-24", + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": null, + "purpose": "Provides an example of a FHIR compartment definition based on the Device resource type.", + "name": "EXAMPLE", + "useContext": [ + { + "code": { + "code": "focus", + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" + }, + "valueCodeableConcept": { + "coding": [ + { + "code": "Device", + "system": "http://hl7.org/fhir/fhir-types" + } + ] + } + } + ], + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "title": "E X A M P L E", + "status": "draft", + "id": "example", + "resource": [ + { + "code": "Communication", + "param": ["sender", "recipient"], + "documentation": "The device used as the message sender and recipient" + }, + { + "code": "CommunicationRequest", + "param": ["sender", "recipient"], + "documentation": "The device used as the message sender and recipient" + } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/example", + "code": "Device", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example", + "contact": [ + { + "name": "[string]", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "There is an instance of the patient compartment for each patient resource, and the identity of the compartment is the same as the patient. When a patient is linked to another patient resource, the records associated with the linked patient resource will not be returned as part of the compartment search. Those records will be returned only with another compartment search using the \"id\" for the linked patient resource.\n \nIn cases where two patients have been merged rather than linked, associated resources should be moved to the target patient as part of the merge process, so the patient compartment for the target patient would include all relevant data, and the patient compartment for the source patient would include only the linked Patient and possibly remnant resources like AuditEvent.. The set of resources associated with a particular patient", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/patient/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Patient", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "patient", + "resource": [ + { "code": "Account", "param": ["subject"] }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent", "param": ["subject"] }, + { + "code": "AllergyIntolerance", + "param": ["patient", "participant"] + }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent", "param": ["patient"] }, + { "code": "Basic", "param": ["patient", "author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { + "code": "BiologicallyDerivedProductDispense", + "param": ["patient"] + }, + { "code": "BodyStructure", "param": ["patient"] }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["patient"] }, + { "code": "CareTeam", "param": ["patient", "participant"] }, + { "code": "ChargeItem", "param": ["subject"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim", "param": ["patient", "payee"] }, + { "code": "ClaimResponse", "param": ["patient"] }, + { "code": "ClinicalImpression", "param": ["subject"] }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { + "code": "Communication", + "param": ["subject", "sender", "recipient"] + }, + { + "code": "CommunicationRequest", + "param": [ + "subject", + "information-provider", + "recipient", + "requester" + ] + }, + { "code": "CompartmentDefinition" }, + { + "code": "Composition", + "param": ["subject", "author", "attester"] + }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["patient", "participant-actor"] }, + { "code": "ConditionDefinition" }, + { "code": "Consent", "param": ["subject"] }, + { "code": "Contract", "param": ["patient"] }, + { + "code": "Coverage", + "param": [ + "policy-holder", + "subscriber", + "beneficiary", + "paymentby-party" + ] + }, + { "code": "CoverageEligibilityRequest", "param": ["patient"] }, + { "code": "CoverageEligibilityResponse", "param": ["patient"] }, + { "code": "DetectedIssue", "param": ["patient"] }, + { "code": "Device" }, + { "code": "DeviceAssociation", "param": ["subject", "operator"] }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["subject", "performer"] }, + { "code": "DeviceUsage", "param": ["patient"] }, + { "code": "DiagnosticReport", "param": ["subject"] }, + { "code": "DocumentReference", "param": ["subject", "author"] }, + { "code": "Encounter", "param": ["patient"] }, + { "code": "EncounterHistory", "param": ["patient"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest", "param": ["subject"] }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare", "param": ["patient"] }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["patient", "payee"] }, + { "code": "FamilyMemberHistory", "param": ["patient"] }, + { "code": "Flag", "param": ["patient"] }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy", "param": ["patient"] }, + { "code": "Goal", "param": ["patient"] }, + { "code": "GraphDefinition" }, + { "code": "Group", "param": ["member"] }, + { "code": "GuidanceResponse", "param": ["patient"] }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection", "param": ["patient"] }, + { "code": "ImagingStudy", "param": ["patient"] }, + { "code": "Immunization", "param": ["patient"] }, + { "code": "ImmunizationEvaluation", "param": ["patient"] }, + { "code": "ImmunizationRecommendation", "param": ["patient"] }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice", "param": ["subject", "patient", "recipient"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List", "param": ["subject", "source"] }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport", "param": ["patient"] }, + { "code": "Medication" }, + { + "code": "MedicationAdministration", + "param": ["patient", "subject"] + }, + { + "code": "MedicationDispense", + "param": ["subject", "patient", "receiver"] + }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["subject"] }, + { "code": "MedicationStatement", "param": ["subject"] }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence", "param": ["subject"] }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake", "param": ["subject", "source"] }, + { "code": "NutritionOrder", "param": ["patient"] }, + { "code": "NutritionProduct" }, + { "code": "Observation", "param": ["subject", "performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Patient", "param": ["{def}", "link"] }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person", "param": ["patient"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["patient", "performer"] }, + { "code": "Provenance", "param": ["patient"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["subject", "author"] }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson", "param": ["patient"] }, + { + "code": "RequestOrchestration", + "param": ["subject", "participant"] + }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject", "param": ["subject"] }, + { "code": "RiskAssessment", "param": ["subject"] }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["subject", "performer"] }, + { "code": "Slot" }, + { "code": "Specimen", "param": ["subject"] }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery", "param": ["patient"] }, + { "code": "SupplyRequest", "param": ["subject"] }, + { "code": "Task", "param": ["patient", "focus"] }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["patient"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/patient", + "code": "Patient", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/patient", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the encounter compartment for each encounter resource, and the identity of the compartment is the same as the encounter. The set of resources associated with a particular encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/encounter/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for Encounter", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "encounter", + "resource": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent" }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan", "param": ["encounter"] }, + { "code": "CareTeam" }, + { "code": "ChargeItem", "param": ["encounter"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim", "param": ["encounter"] }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression", "param": ["encounter"] }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["encounter"] }, + { "code": "CommunicationRequest", "param": ["encounter"] }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["encounter"] }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["encounter"] }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceAssociation" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest", "param": ["encounter"] }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport", "param": ["encounter"] }, + { "code": "DocumentReference", "param": ["context"] }, + { "code": "Encounter", "param": ["{def}"] }, + { "code": "EncounterHistory", "param": ["encounter"] }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["encounter"] }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice" }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration", "param": ["encounter"] }, + { "code": "MedicationDispense", "param": ["encounter"] }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest", "param": ["encounter"] }, + { "code": "MedicationStatement", "param": ["encounter"] }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake", "param": ["encounter"] }, + { "code": "NutritionOrder", "param": ["encounter"] }, + { "code": "NutritionProduct" }, + { "code": "Observation", "param": ["encounter"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["encounter"] }, + { "code": "Provenance" }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["encounter"] }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson" }, + { "code": "RequestOrchestration", "param": ["encounter"] }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "Schedule" }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["encounter"] }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription", "param": ["encounter"] } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/encounter", + "code": "Encounter", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "There is an instance of the relatedPerson compartment for each relatedPerson resource, and the identity of the compartment is the same as the relatedPerson. The set of resources associated with a particular 'related person'", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/CompartmentDefinition/http://hl7.org/fhir/CompartmentDefinition/relatedPerson/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project Team", + "fhirVersion": null, + "name": "Base FHIR compartment definition for RelatedPerson", + "experimental": true, + "resourceType": "CompartmentDefinition", + "search": true, + "status": "draft", + "id": "relatedPerson", + "resource": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent", "param": ["recorder"] }, + { "code": "AllergyIntolerance", "param": ["participant"] }, + { "code": "Appointment", "param": ["actor"] }, + { "code": "AppointmentResponse", "param": ["actor"] }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent" }, + { "code": "Basic", "param": ["author"] }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam", "param": ["participant"] }, + { "code": "ChargeItem", "param": ["enterer", "performer-actor"] }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim", "param": ["payee"] }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication", "param": ["sender", "recipient"] }, + { + "code": "CommunicationRequest", + "param": ["information-provider", "recipient", "requester"] + }, + { "code": "CompartmentDefinition" }, + { "code": "Composition", "param": ["author"] }, + { "code": "ConceptMap" }, + { "code": "Condition", "param": ["participant-actor"] }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { + "code": "Coverage", + "param": ["policy-holder", "subscriber", "paymentby-party"] + }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceAssociation" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest" }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport" }, + { "code": "DocumentReference", "param": ["author"] }, + { "code": "Encounter", "param": ["participant"] }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit", "param": ["payee"] }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice", "param": ["recipient"] }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement", "param": ["source"] }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake", "param": ["source"] }, + { "code": "NutritionOrder" }, + { "code": "NutritionProduct" }, + { "code": "Observation", "param": ["performer"] }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Patient", "param": ["link"] }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person", "param": ["link"] }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure", "param": ["performer"] }, + { "code": "Provenance", "param": ["agent"] }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse", "param": ["author", "source"] }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson", "param": ["{def}"] }, + { "code": "RequestOrchestration", "param": ["participant"] }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "Schedule", "param": ["actor"] }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest", "param": ["performer"] }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest", "param": ["requester"] }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ], + "url": "http://hl7.org/fhir/CompartmentDefinition/relatedPerson", + "code": "RelatedPerson", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/relatedPerson", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set represents codes for properties that can be measured and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept has a parent of 118598001 Property of measurement (qualifier value).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "118598001", + "property": "parent" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measurement-property/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodesForProductCharacteristics", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Codes for Product Characteristics", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measurement-property", + "url": "http://hl7.org/fhir/ValueSet/measurement-property", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3269", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measurement-property", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes that can be used to indicate the type of food being ordered for a patient. This value set is provided as a suggestive example. It includes codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 182922004 (Dietary regime (regime/therapy))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "182922004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/diet-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DietCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Diet Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diet-type", + "url": "http://hl7.org/fhir/ValueSet/diet-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.385", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.372", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.206", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/diet-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example Set of Location Characteristics", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/location-characteristic" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/location-characteristic/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LocationCharacteristic", + "experimental": true, + "resourceType": "ValueSet", + "title": "Location Characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "location-characteristic", + "url": "http://hl7.org/fhir/ValueSet/location-characteristic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3079", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/location-characteristic" + }, + { + "description": "Distinguishes whether the transport is a proposal, plan or full order.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/transport-intent" }, + { + "system": "http://hl7.org/fhir/request-intent", + "concept": [ + { "code": "proposal" }, + { "code": "plan" }, + { "code": "order" }, + { "code": "original-order" }, + { "code": "reflex-order" }, + { "code": "filler-order" }, + { "code": "instance-order" }, + { "code": "option" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/transport-intent/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TransportIntent", + "experimental": true, + "resourceType": "ValueSet", + "title": "Transport Intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "transport-intent", + "url": "http://hl7.org/fhir/ValueSet/transport-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3034", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transport-intent", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Used to distinguish different roles a resource can play within a set of linked resources.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/linkage-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/linkage-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LinkageType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Linkage Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "linkage-type", + "url": "http://hl7.org/fhir/ValueSet/linkage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.314", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.305", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/linkage-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A single value set for all security labels defined by FHIR.", + "compose": { + "include": [ + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-Confidentiality" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-Compartment" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-SecurityIntegrityObservationValue" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-SecurityControlObservationValue" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActUSPrivacyLaw" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-labels/5.0.0", + "date": "2014-07-28", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllSecurityLabels", + "experimental": false, + "resourceType": "ValueSet", + "title": "All Security Labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "security-labels", + "url": "http://hl7.org/fhir/ValueSet/security-labels", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.47", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.46", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.31", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-labels", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes common codes from BCP-47 (see http://tools.ietf.org/html/bcp47)", + "compose": { + "include": [ + { + "system": "urn:ietf:bcp:47", + "concept": [ + { + "code": "ar", + "display": "Arabic", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisk", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabic", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "阿拉伯语", + "language": "zh" + } + ] + }, + { + "code": "bg", + "display": "Bulgarian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bulgarian", + "language": "en" + } + ] + }, + { + "code": "bg-BG", + "display": "Bulgarian (Bulgaria)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bulgarian (Bulgaria)", + "language": "en" + } + ] + }, + { + "code": "bn", + "display": "Bengali", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengali", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengaals", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Бенгальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "孟加拉语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalsk", + "language": "da" + } + ] + }, + { + "code": "cs", + "display": "Czech", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Czech", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tsjechisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Чешский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "捷克语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tschechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tjekkisk", + "language": "da" + } + ] + }, + { + "code": "cs-CZ", + "display": "Czech (Czechia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Czech (Czechia)", + "language": "en" + } + ] + }, + { + "code": "bs", + "display": "Bosnian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bosnian", + "language": "en" + } + ] + }, + { + "code": "bs-BA", + "display": "Bosnian (Bosnia and Herzegovina)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bosnian (Bosnia and Herzegovina))", + "language": "en" + } + ] + }, + { + "code": "da", + "display": "Danish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Danish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deens", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Датский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "丹麦语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dänisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dansk", + "language": "da" + } + ] + }, + { + "code": "da-DK", + "display": "Danish (Denmark)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Danish (Denmark)", + "language": "en" + } + ] + }, + { + "code": "de", + "display": "German", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk", + "language": "da" + } + ] + }, + { + "code": "de-AT", + "display": "German (Austria)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Austria)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Oostenrijk)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Австрия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (奥地利)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Österreich)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Østrig", + "language": "da" + } + ] + }, + { + "code": "de-CH", + "display": "German (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "de-DE", + "display": "German (Germany)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German (Germany)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits (Duitsland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий (Германия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语 (德国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch (Deutschland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk (Tyskland)", + "language": "da" + } + ] + }, + { + "code": "el", + "display": "Greek", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Greek", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Grieks", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Греческий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "希腊语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Griechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Græsk", + "language": "da" + } + ] + }, + { + "code": "el-GR", + "display": "Greek (Greece)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Greek (Greece)", + "language": "en" + } + ] + }, + { + "code": "en", + "display": "English", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk", + "language": "da" + } + ] + }, + { + "code": "en-AU", + "display": "English (Australia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Australia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Australië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Австралия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (澳大利亚)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Australien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Australien)", + "language": "da" + } + ] + }, + { + "code": "en-CA", + "display": "English (Canada)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Canada)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Canada)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Канада)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (加拿大)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Kanada)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Canada)", + "language": "da" + } + ] + }, + { + "code": "en-GB", + "display": "English (Great Britain)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Great Britain)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Groot Brittannië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Великобритания)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (英国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Großbritannien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Storbritannien)", + "language": "da" + } + ] + }, + { + "code": "en-IN", + "display": "English (India)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (India)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (India)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Индия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (印度)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Indien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Indien)", + "language": "da" + } + ] + }, + { + "code": "en-NZ", + "display": "English (New Zealand)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (New Zealand)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Nieuw Zeeland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Новая Зеландия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (新西兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Neuseeland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (New Zeeland)", + "language": "da" + } + ] + }, + { + "code": "en-SG", + "display": "English (Singapore)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (Singapore)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Singapore)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (Сингапур)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (新加坡)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (Singapur)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Singapore)", + "language": "da" + } + ] + }, + { + "code": "en-US", + "display": "English (United States)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English (United States)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels (Verenigde Staten)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский (США)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语 (美国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch (USA)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk (Amerikansk)", + "language": "da" + } + ] + }, + { + "code": "es", + "display": "Spanish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk", + "language": "da" + } + ] + }, + { + "code": "es-AR", + "display": "Spanish (Argentina)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Argentina)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Argentinië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Аргентина)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (阿根廷)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Argentinien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Argentina)", + "language": "da" + } + ] + }, + { + "code": "es-ES", + "display": "Spanish (Spain)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Spain)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Spanje)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Испания)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (西班牙)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Spanien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Spanien)", + "language": "da" + } + ] + }, + { + "code": "es-UY", + "display": "Spanish (Uruguay)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish (Uruguay)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans (Uruguay)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский (Уругвай)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语 (乌拉圭)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch (Uruguay)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk (Uruguay)", + "language": "da" + } + ] + }, + { + "code": "et", + "display": "Estonian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Estonian", + "language": "en" + } + ] + }, + { + "code": "et-EE", + "display": "Estonian (Estonia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Estonian (Estonia)", + "language": "en" + } + ] + }, + { + "code": "fi", + "display": "Finnish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fins", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Финский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "芬兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk", + "language": "da" + } + ] + }, + { + "code": "fr", + "display": "French", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk", + "language": "da" + } + ] + }, + { + "code": "fr-BE", + "display": "French (Belgium)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (Belgium)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (België)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Belgien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk (Belgien)", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (比利时)", + "language": "zh" + } + ] + }, + { + "code": "fr-CH", + "display": "French (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "fr-FR", + "display": "French (France)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (France)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (Frankrijk)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский (Франция)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (法国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Frankreich)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk (Frankrig)", + "language": "da" + } + ] + }, + { + "code": "fi-FI", + "display": "Finnish (Finland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnish (Finland)", + "language": "en" + } + ] + }, + { + "code": "fr-CA", + "display": "French (Canada)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French (Canada)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans (Frankrijk)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский (Канада)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语 (加拿大)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch (Kanada)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk (Canada)", + "language": "da" + } + ] + }, + { + "code": "fy", + "display": "Frisian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk", + "language": "da" + } + ] + }, + { + "code": "fy-NL", + "display": "Frisian (Netherlands)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisian (Netherlands)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries (Nederland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语(荷兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch (Niederlande)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk (Holland)", + "language": "da" + } + ] + }, + { + "code": "hi", + "display": "Hindi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "印地语", + "language": "zh" + } + ] + }, + { + "code": "hr", + "display": "Croatian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Croatian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Хорватский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "克罗地亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisk", + "language": "da" + } + ] + }, + { + "code": "hr-HR", + "display": "Croatian (Croatia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Croatian (Croatia)", + "language": "en" + } + ] + }, + { + "code": "is", + "display": "Icelandic", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Icelandic", + "language": "en" + } + ] + }, + { + "code": "is-IS", + "display": "Icelandic (Iceland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Icelandic (Iceland)", + "language": "en" + } + ] + }, + { + "code": "it", + "display": "Italian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk", + "language": "da" + } + ] + }, + { + "code": "it-CH", + "display": "Italian (Switzerland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian (Switzerland)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans (Zwitserland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский (Швейцария)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语 (瑞士)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch (Schweiz)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk (Schweiz)", + "language": "da" + } + ] + }, + { + "code": "it-IT", + "display": "Italian (Italy)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian (Italy)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans (Italië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский (Италия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语 (意大利)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch (Italien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk (Italien)", + "language": "da" + } + ] + }, + { + "code": "ja", + "display": "Japanese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Японский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "日语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japansk", + "language": "da" + } + ] + }, + { + "code": "ko", + "display": "Korean", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Korean", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Корейский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "朝鲜语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreansk", + "language": "da" + } + ] + }, + { + "code": "lt", + "display": "Lithuanian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Lithuanian", + "language": "en" + } + ] + }, + { + "code": "lt-LT", + "display": "Lithuanian (Lithuania)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Lithuanian (Lithuania)", + "language": "en" + } + ] + }, + { + "code": "lv", + "display": "Latvian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Latvian", + "language": "en" + } + ] + }, + { + "code": "lv-LV", + "display": "Latvian (Latvia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Latvian (Latvia)", + "language": "en" + } + ] + }, + { + "code": "nl", + "display": "Dutch", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk", + "language": "da" + } + ] + }, + { + "code": "nl-BE", + "display": "Dutch (Belgium)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch (Belgium)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands (België)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语 (比利时)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch (Belgien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk (Belgien)", + "language": "da" + } + ] + }, + { + "code": "nl-NL", + "display": "Dutch (Netherlands)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch (Netherlands)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands (Nederland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский (Нидерланды)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语 (荷兰)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch (Niederlande)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk (Holland)", + "language": "da" + } + ] + }, + { + "code": "no", + "display": "Norwegian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk", + "language": "da" + } + ] + }, + { + "code": "no-NO", + "display": "Norwegian (Norway)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian (Norway)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors (Noorwegen)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский (Норвегия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语 (挪威)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch (Norwegen)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk (Norge)", + "language": "da" + } + ] + }, + { + "code": "pa", + "display": "Punjabi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "旁遮普语", + "language": "zh" + } + ] + }, + { + "code": "pl", + "display": "Polish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Polskie", + "language": "pl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "波兰语", + "language": "zh" + } + ] + }, + { + "code": "pl-PL", + "display": "Polish (Poland)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Polish (Poland)", + "language": "en" + } + ] + }, + { + "code": "pt", + "display": "Portuguese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk", + "language": "da" + } + ] + }, + { + "code": "pt-PT", + "display": "Portuguese (Portugal)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese (Portugal)", + "language": "en" + } + ] + }, + { + "code": "pt-BR", + "display": "Portuguese (Brazil)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese (Brazil)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees (Brazilië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский (Бразилия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语 (巴西)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch (Brasilien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk (Brasilien)", + "language": "da" + } + ] + }, + { + "code": "ro", + "display": "Romanian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Romanian", + "language": "en" + } + ] + }, + { + "code": "ro-RO", + "display": "Romanian (Romania)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Romanian (Romania)", + "language": "en" + } + ] + }, + { + "code": "ru", + "display": "Russian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk", + "language": "da" + } + ] + }, + { + "code": "ru-RU", + "display": "Russian (Russia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian (Russia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch (Rusland)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский (Россия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语 (俄罗斯)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch (Russland)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk (Rusland)", + "language": "da" + } + ] + }, + { + "code": "sk", + "display": "Slovakian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Slovakian", + "language": "en" + } + ] + }, + { + "code": "sk-SK", + "display": "Slovakian (Slovakia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Slovakian (Slovakia)", + "language": "en" + } + ] + }, + { + "code": "sl", + "display": "Slovenian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Slovenian", + "language": "en" + } + ] + }, + { + "code": "sl-SI", + "display": "Slovenian (Slovenia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Slovenian (Slovenia)", + "language": "en" + } + ] + }, + { + "code": "sr", + "display": "Serbian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk", + "language": "da" + } + ] + }, + { + "code": "sr-RS", + "display": "Serbian (Serbia)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian (Serbia)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch (Servië)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский (Сербия)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语 (塞尔维亚)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch (Serbien)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk (Serbien)", + "language": "da" + } + ] + }, + { + "code": "sv", + "display": "Swedish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk", + "language": "da" + } + ] + }, + { + "code": "sv-SE", + "display": "Swedish (Sweden)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish (Sweden)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds (Zweden)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский (Швеция)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语 (瑞典)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch (Schweden)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk (Sverige)", + "language": "da" + } + ] + }, + { + "code": "te", + "display": "Telugu", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Teloegoe", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Телугу", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "泰卢固语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "da" + } + ] + }, + { + "code": "zh", + "display": "Chinese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk", + "language": "da" + } + ] + }, + { + "code": "zh-CN", + "display": "Chinese (China)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (China)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (China)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Китай)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (中国)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (China)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Kina)", + "language": "da" + } + ] + }, + { + "code": "zh-HK", + "display": "Chinese (Hong Kong)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Hong Kong)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Hong Kong)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Гонконг)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (香港特别行政区)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Hong Kong)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Hong Kong)", + "language": "da" + } + ] + }, + { + "code": "zh-SG", + "display": "Chinese (Singapore)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Singapore)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Singapore)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Сингапур)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (新加坡)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Singapur)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Singapore)", + "language": "da" + } + ] + }, + { + "code": "zh-TW", + "display": "Chinese (Taiwan)", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese (Taiwan)", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees (Taiwan)", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский (Тайвань)", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文 (台湾)", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch (Taiwan)", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk (Taiwan)", + "language": "da" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/languages/5.0.0", + "date": "2016-08-22T09:53:05+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02.749+00:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommonLanguages", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common Languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "languages", + "url": "http://hl7.org/fhir/ValueSet/languages", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.20", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.891", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/languages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that indicates how the server supports conditional delete.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conditional-delete-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conditional-delete-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionalDeleteStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Conditional Delete Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conditional-delete-status", + "url": "http://hl7.org/fhir/ValueSet/conditional-delete-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.194", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.184", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.91", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conditional-delete-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Citation contribution.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/artifact-contribution-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifact-contribution-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactContributionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Contribution Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifact-contribution-type", + "url": "http://hl7.org/fhir/ValueSet/artifact-contribution-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2959", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifact-contribution-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the adverse event or incident that occurred or was averted.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "370894009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "1912002" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-type", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.835", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.808", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Preferred value set for Condition/Diagnosis severity grading.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "24484000" }, + { "code": "6736007" }, + { "code": "255604002" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-severity/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionDiagnosisSeverity", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition/Diagnosis Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-severity", + "url": "http://hl7.org/fhir/ValueSet/condition-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.168", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.159", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.76", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-severity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This FHIR value set is comprised of Actor participation Type codes, which can be used to value FHIR agents, actors, and other role elements. The codes are intended to express how the agent participated in some activity. Sometimes refered to the agent functional-role relative to the activity.", + "compose": { + "include": [ + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/provenance-agent-type" + ] + }, + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "valueSet": [ + "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_402.html" + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/participation-role-type/5.0.0", + "date": "2021-12-06T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipationRoleType", + "copyright": "This is an example FHIR value set based on ASTM Standard, E1762-95 (2013) Some codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Participation Role Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "participation-role-type", + "url": "http://hl7.org/fhir/ValueSet/participation-role-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.54", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/participation-role-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes used to identify medical devices. Includes concepts from SNOMED CT (http://www.snomed.org/) where concept is-a 49062001 (Device) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:11073:10101", + "concept": [ + { "code": "528391", "display": "Blood Pressure Cuff" }, + { + "code": "528404", + "display": "Body Composition Analyzer" + }, + { + "code": "528425", + "display": "Cardiovascular Device" + }, + { "code": "528402", "display": "Coagulation meter" }, + { + "code": "528409", + "display": "Continuous Glucose Monitor" + }, + { "code": "528390", "display": "Electro cardiograph" }, + { "code": "528457", "display": "Generic 20601 Device" }, + { "code": "528401", "display": "Glucose Monitor" }, + { + "code": "528455", + "display": "Independent Activity/Living Hub" + }, + { "code": "528403", "display": "Insulin Pump" }, + { "code": "528405", "display": "Peak Flow meter" }, + { "code": "528388", "display": "Pulse Oximeter" }, + { "code": "528397", "display": "Respiration rate" }, + { + "code": "528408", + "display": "Sleep Apnea Breathing Equipment" + }, + { "code": "528426", "display": "Strength Equipment" }, + { "code": "528392", "display": "Thermometer" }, + { "code": "528399", "display": "Weight Scale" } + ] + }, + { + "system": "urn:oid:2.16.840.1.113883.6.276", + "concept": [ + { + "code": "38017", + "display": "Dry salt inhalation therapy device" + }, + { + "code": "38663", + "display": "Flexible video nephroscope" + }, + { + "code": "42347", + "display": "Dental implant, endosseous, partially-embedded" + }, + { + "code": "46352", + "display": "Bare-metal intracranial vascular stent" + }, + { + "code": "47264", + "display": "Dual-chamber implantable pacemaker, demand" + }, + { + "code": "62163", + "display": "Intrauterine cannula, reusable" + }, + { + "code": "62260", + "display": "Air-conduction hearing aid acoustic tube" + }, + { + "code": "62423", + "display": "Spinal cord/peripheral nerve implantable analgesic electrical stimulation system lead, wired connection" + }, + { + "code": "62414", + "display": "Blue-light phototherapy lamp, home-use" + }, + { + "code": "64587", + "display": "Uncoated knee femur prosthesis, ceramic" + }, + { + "code": "64992", + "display": "ADAMTS13 activity IVD, kit, chemiluminescent immunoassay" + } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "49062001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-property-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Property Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-property-type", + "url": "http://hl7.org/fhir/ValueSet/device-property-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3195", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-property-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. \r\n \r\n Note: The codes for countries and country subdivisions are taken from [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) while the codes for \"supra-national\" regions are from [UN Standard country or area codes for statistical use (M49)](http://unstats.un.org/unsd/methods/m49/m49.htm).", + "compose": { + "include": [ + { "system": "urn:iso:std:iso:3166" }, + { "system": "urn:iso:std:iso:3166:-2" }, + { + "filter": [ + { "op": "=", "value": "region", "property": "class" } + ], + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/jurisdiction/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "JurisdictionValueSet", + "experimental": true, + "resourceType": "ValueSet", + "title": "Jurisdiction ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "jurisdiction", + "url": "http://hl7.org/fhir/ValueSet/jurisdiction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.48", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/jurisdiction", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of information contained in a component of an artifact assessment.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/artifactassessment-information-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifactassessment-information-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactAssessmentInformationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Assessment Information Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifactassessment-information-type", + "url": "http://hl7.org/fhir/ValueSet/artifactassessment-information-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3156", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifactassessment-information-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether the account is available to be used for billing purposes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/account-billing-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-billing-status/5.0.0", + "date": "2021-05-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountBillingStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Account Billing Statuses", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "account-billing-status", + "url": "http://hl7.org/fhir/ValueSet/account-billing-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3224", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-billing-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " The type of payment issuer.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/payment-issuertype" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-issuertype/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentIssuerType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Issuer Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "payment-issuertype", + "url": "http://hl7.org/fhir/ValueSet/payment-issuertype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3208", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-issuertype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The optical rotation type of a substance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-stereochemistry" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-stereochemistry/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Stereochemistry", + "experimental": true, + "resourceType": "ValueSet", + "title": "Stereochemistry", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-stereochemistry", + "url": "http://hl7.org/fhir/ValueSet/substance-stereochemistry", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3258", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-stereochemistry", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Claim Adjudication Decision codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/claim-decision" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-decision/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimAdjudicationDecisionsCodes", + "copyright": "HL7 Inc.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Claim Adjudication Decision Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-decision", + "url": "http://hl7.org/fhir/ValueSet/claim-decision", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2983", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-decision", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes smattering of Adjudication Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adjudication-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdjudicationReasonCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adjudication Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication-reason", + "url": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.598", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.590", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adjudication-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The allowable request method or HTTP operation codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/http-operations" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/http-operations/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptRequestMethodCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test Script Request Method Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "http-operations", + "url": "http://hl7.org/fhir/ValueSet/http-operations", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.716", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.704", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/http-operations", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The verification status to support or decline the clinical status of the allergy or intolerance.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-verification/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceVerificationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Verification Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergyintolerance-verification", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1370", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergyintolerance-verification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "What Search Comparator Codes are supported in search.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-comparator" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/search-comparator/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchComparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "Search Comparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "search-comparator", + "url": "http://hl7.org/fhir/ValueSet/search-comparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.637", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.622", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-comparator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Claim Type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/claim-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimTypeCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "claim-type", + "url": "http://hl7.org/fhir/ValueSet/claim-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.558", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.550", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set has asset availability codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/asset-availability" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/asset-availability/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceAssetAvailiabilityCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Availiability codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "asset-availability", + "url": "http://hl7.org/fhir/ValueSet/asset-availability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1295", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/asset-availability", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example Measure Stratification Value for MeasureReports Resource.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/measurereport-stratifier-value-example" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureReportStratifierValueExample", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Report Stratifier Value Example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measurereport-stratifier-value-example", + "url": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3054", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measurereport-stratifier-value-example" + }, + { + "description": "EnteralRouteOfAdministration: Codes specifying the route of administration of enteral formula. This value set is composed of HL7 V3 codes and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration", + "concept": [ + { "code": "PO" }, + { "code": "EFT" }, + { "code": "ENTINSTL" }, + { "code": "GT" }, + { "code": "NGT" }, + { "code": "OGT" }, + { "code": "GJT" }, + { "code": "JJTINSTL" }, + { "code": "OJJ" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/enteral-route/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnteralRouteCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Enteral Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "enteral-route", + "url": "http://hl7.org/fhir/ValueSet/enteral-route", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.394", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.381", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.214", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/enteral-route", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The availability status of the device.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/device-availability-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-availability-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDeviceAvailabilityStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Device Availability Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-availability-status", + "url": "http://hl7.org/fhir/ValueSet/device-availability-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3198", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-availability-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a product.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/nutritionproduct-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/nutritionproduct-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NutritionProductStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Nutrition Product Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutritionproduct-status", + "url": "http://hl7.org/fhir/ValueSet/nutritionproduct-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3271", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/nutritionproduct-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The Participation status of an appointment.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/participationstatus" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/participationstatus/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Participation Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "participationstatus", + "url": "http://hl7.org/fhir/ValueSet/participationstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.486", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.479", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.285", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/participationstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the InventoryReport.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/inventoryreport-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/inventoryreport-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryReportStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Inventory Report Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "inventoryreport-status", + "url": "http://hl7.org/fhir/ValueSet/inventoryreport-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3031", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/inventoryreport-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Structure Definition Use Codes / Keywords", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/definition-use" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/definition-use/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DefinitionUseCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Definition Use Codes / Keywords", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "definition-use", + "url": "http://hl7.org/fhir/ValueSet/definition-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1190", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/definition-use", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Relationship to another Medicinal Product.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-cross-reference-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-cross-reference-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductCrossReferenceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Cross Reference Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-cross-reference-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-cross-reference-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3029", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-cross-reference-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the progression of a study subject through the study milestones.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-subject-milestone" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-subject-milestone/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchSubjectMilestone", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Subject Milestone", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-subject-milestone", + "url": "http://hl7.org/fhir/ValueSet/research-subject-milestone", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3133", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-subject-milestone", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "SNOMED-CT concepts modifying the anatomic location", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "7771000", + "display": "Left (qualifier value)" + }, + { + "code": "24028007", + "display": "Right (qualifier value)" + }, + { "code": "51440002", "display": "Bilateral" }, + { "code": "46053002", "display": "Distal" }, + { "code": "255554000", "display": "Dorsal" }, + { "code": "264147007", "display": "Plantar" }, + { "code": "261183002", "display": "Upper" }, + { "code": "261122009", "display": "Lower" }, + { "code": "255561001", "display": "Medial" }, + { "code": "49370004", "display": "Lateral" }, + { "code": "264217000", "display": "Superior" }, + { "code": "261089000", "display": "Inferior" }, + { "code": "255551008", "display": "Posterior" }, + { "code": "351726001", "display": "Below" }, + { "code": "352730000", "display": "Above" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/bodystructure-relative-location/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Order and Observation Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodystructureLocationQualifier", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": true, + "resourceType": "ValueSet", + "title": "Bodystructure Location Qualifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodystructure-relative-location", + "url": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.140", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodystructure-relative-location", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the role of one Organization in relation to another.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/organization-role" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/organization-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OrganizationAffiliationRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Organization Affiliation Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-role", + "url": "http://hl7.org/fhir/ValueSet/organization-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.880", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/organization-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the operational status of the DeviceMetric.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-operational-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/metric-operational-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetricOperationalStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Metric Operational Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-operational-status", + "url": "http://hl7.org/fhir/ValueSet/metric-operational-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.646", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.630", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.337", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/metric-operational-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The presentation types of notes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/note-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/note-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NoteType", + "experimental": false, + "resourceType": "ValueSet", + "title": "NoteType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "note-type", + "url": "http://hl7.org/fhir/ValueSet/note-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.15", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/note-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Concrete FHIR Resource Types", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent" }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam" }, + { "code": "ChargeItem" }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim" }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication" }, + { "code": "CommunicationRequest" }, + { "code": "CompartmentDefinition" }, + { "code": "Composition" }, + { "code": "ConceptMap" }, + { "code": "Condition" }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceAssociation" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest" }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport" }, + { "code": "DocumentReference" }, + { "code": "Encounter" }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit" }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice" }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake" }, + { "code": "NutritionOrder" }, + { "code": "NutritionProduct" }, + { "code": "Observation" }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Parameters" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure" }, + { "code": "Provenance" }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse" }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson" }, + { "code": "RequestOrchestration" }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "Schedule" }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest" }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResourceType", + "copyright": "FHIR", + "experimental": true, + "resourceType": "ValueSet", + "title": "Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "resource-types", + "url": "http://hl7.org/fhir/ValueSet/resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.27", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-source-material-genus" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-source-material-genus/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SourceMaterialGenus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Source Material Genus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-source-material-genus", + "url": "http://hl7.org/fhir/ValueSet/substance-source-material-genus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3253", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-source-material-genus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The set of weeks in a month.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/week-of-month" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/week-of-month/5.0.0", + "date": "2022-06-14", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "WeekOfMonth", + "experimental": false, + "resourceType": "ValueSet", + "title": "Week Of Month", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "week-of-month", + "url": "http://hl7.org/fhir/ValueSet/week-of-month", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2994", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/week-of-month", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value sets refers to a Category of supply.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/supply-kind" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-kind/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supply Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-kind", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.693", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.679", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.353", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplyrequest-kind", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a ChargeItem.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/chargeitem-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/chargeitem-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ChargeItemStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Charge Item Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "chargeitem-status", + "url": "http://hl7.org/fhir/ValueSet/chargeitem-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.846", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.821", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/chargeitem-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why an administered dose has been assigned a particular status. Often, this reason describes why a dose is considered invalid. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationEvaluationDoseStatusReasonCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Dose Status Reason codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-dose-status-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.303", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-evaluation-dose-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A interaction effect of clinical use of a medication or other substance.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "363788007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interaction-effect/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InteractionEffect", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Interaction Effect", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "interaction-effect", + "url": "http://hl7.org/fhir/ValueSet/interaction-effect", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3111", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interaction-effect", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a name given to a substance.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/substance-name-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-name-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceNameType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Name Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-name-type", + "url": "http://hl7.org/fhir/ValueSet/substance-name-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3252", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-name-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for asset context.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-context" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetcontext/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceAssetContextCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Context codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetcontext", + "url": "http://hl7.org/fhir/ValueSet/contract-assetcontext", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1297", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-assetcontext", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the GenomicStudy.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/genomicstudy-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/genomicstudy-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudyStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Genomic Study Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "genomicstudy-status", + "url": "http://hl7.org/fhir/ValueSet/genomicstudy-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3083", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/genomicstudy-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/messageheader-response-request" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/messageheader-response-request/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MessageheaderResponseRequest", + "experimental": true, + "resourceType": "ValueSet", + "title": "messageheader-response-request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "messageheader-response-request", + "url": "http://hl7.org/fhir/ValueSet/messageheader-response-request", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.924", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.843", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/messageheader-response-request", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The days of the week.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/days-of-week" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/days-of-week/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DaysOfWeek", + "experimental": false, + "resourceType": "ValueSet", + "title": "Days Of Week", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "days-of-week", + "url": "http://hl7.org/fhir/ValueSet/days-of-week", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.512", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.506", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.302", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/days-of-week", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the ImagingSelection.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/imagingselection-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/imagingselection-status/5.0.0", + "date": "2022-06-29T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingSelectionStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Imaging Selection Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "imagingselection-status", + "url": "http://hl7.org/fhir/ValueSet/imagingselection-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3096", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/imagingselection-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The prescription supply types appropriate to a medicinal product", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/legal-status-of-supply" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/legal-status-of-supply/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LegalStatusOfSupply", + "experimental": true, + "resourceType": "ValueSet", + "title": "Legal Status Of Supply", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "legal-status-of-supply", + "url": "http://hl7.org/fhir/ValueSet/legal-status-of-supply", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3017", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/legal-status-of-supply", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the validity of a dose relative to a particular recommended schedule. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationEvaluationDoseStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Dose Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-dose-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.301", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-evaluation-dose-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Claim Adjudication Decision Reason codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/claim-decision-reason" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-decision-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimAdjudicationDecisionReasonCodes", + "copyright": "HL7 Inc.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Claim Adjudication Decision Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-decision-reason", + "url": "http://hl7.org/fhir/ValueSet/claim-decision-reason", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-decision-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Medication Cost Category Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/medication-cost-category" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-cost-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationCostCategoryCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medication Cost Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-cost-category", + "url": "http://hl7.org/fhir/ValueSet/medication-cost-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3230", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-cost-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes CoverageEligibilityResponse Auth Support codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageEligibilityResponseAuthSupportCodes", + "copyright": "HL7 Inc.", + "experimental": true, + "resourceType": "ValueSet", + "title": "CoverageEligibilityResponse Auth Support Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "coverageeligibilityresponse-ex-auth-support", + "url": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1393", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverageeligibilityresponse-ex-auth-support", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Type of the validation primary source", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/primary-source-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PrimarySourceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "primary-source-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "verificationresult-primary-source-type", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.892", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-primary-source-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example list of codes for questions and groups of questions. (Not necessarily complete or appropriate.)", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-questions/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireQuestionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Questionnaire Question Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-questions", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.443", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.434", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.255", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-questions", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes describing the purpose or content of the communication.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-topic" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/communication-topic/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommunicationTopic", + "experimental": true, + "resourceType": "ValueSet", + "title": "Communication Topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-topic", + "url": "http://hl7.org/fhir/ValueSet/communication-topic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.983", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/communication-topic", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "EnteralFormulaType : Codes for type of enteral formula to be administered to patient. This value set is composed of SNOMED CT (US Extension) Concepts from SCTID 470581016 (Enteral+supplement feeds hierarchy (product)) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "443031000124106", + "display": "Adult critical care formula" + }, + { + "code": "443051000124104", + "display": "Adult diabetes specialty formula" + }, + { + "code": "442911000124109", + "display": "Adult elemental formula" + }, + { + "code": "443021000124108", + "display": "Adult hepatic specialty formula" + }, + { + "code": "442971000124100", + "display": "Adult high energy formula" + }, + { + "code": "442981000124102", + "display": "Adult hydrolyzed protein formula" + }, + { + "code": "442991000124104", + "display": "Adult high protein formula" + }, + { + "code": "443011000124100", + "display": "Adult high protein high fiber formula" + }, + { + "code": "442961000124107", + "display": "Adult low carbohydrate formula" + }, + { + "code": "442951000124105", + "display": "Adult pulmonary specialty formula" + }, + { + "code": "442941000124108", + "display": "Adult renal specialty formula" + }, + { + "code": "442921000124101", + "display": "Adult standard formula" + }, + { + "code": "442931000124103", + "display": "Adult soy protein isolate formula" + }, + { + "code": "443361000124100", + "display": "Pediatric Formula" + }, + { + "code": "443401000124105", + "display": "Pediatric elemental formula" + }, + { + "code": "443491000124103", + "display": "Pediatric high energy formula" + }, + { + "code": "443501000124106", + "display": "Pediatric high energy formula with increased fiber" + }, + { + "code": "443421000124100", + "display": "Pediatric hydrolyzed protein formula" + }, + { + "code": "443471000124104", + "display": "Pediatric increased fiber formula" + }, + { + "code": "444431000124104", + "display": "Pediatric reduced energy formula" + }, + { + "code": "443451000124109", + "display": "Pediatric standard formula" + }, + { + "code": "441561000124106", + "display": "Standard enteral formula with fiber" + }, + { + "code": "443461000124106", + "display": "Standard Formula" + }, + { + "code": "441531000124102", + "display": "Standard Enteral Formula" + }, + { + "code": "443561000124107", + "display": "Soy based formula" + }, + { + "code": "443481000124101", + "display": "Renal Formula" + }, + { + "code": "441571000124104", + "display": "High energy enteral formula with fiber" + }, + { + "code": "441591000124103", + "display": "Diabetic enteral formula with fiber" + }, + { + "code": "441601000124106", + "display": "Diabetic high calorie high protein enteral formula with fiber" + }, + { + "code": "443351000124102", + "display": "Increased fiber formula" + }, + { + "code": "443771000124106", + "display": "Hydrolyzed protein formula" + }, + { + "code": "441671000124100", + "display": "Hydrolyzed peptide-based high protein enteral formula" + }, + { + "code": "443111000124101", + "display": "High protein formula" + }, + { + "code": "443431000124102", + "display": "High Energy Formula" + }, + { + "code": "443411000124108", + "display": "Elemental Formula" + }, + { + "code": "442651000124102", + "display": "Adult formula" + } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/entformula-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnteralFormulaTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Enteral Formula Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "entformula-type", + "url": "http://hl7.org/fhir/ValueSet/entformula-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.391", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.378", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.212", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/entformula-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Term Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contracttermtypecodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-term-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractTermTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Term Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-term-type", + "url": "http://hl7.org/fhir/ValueSet/contract-term-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.733", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.721", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.97", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-term-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Actions that can be taken for the collection of specimen from a subject.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "129316008", + "display": "Aspiration - action" + }, + { "code": "129314006", "display": "Biopsy - action" }, + { "code": "129300006", "display": "Puncture - action" }, + { "code": "129304002", "display": "Excision - action" }, + { "code": "129323009", "display": "Scraping - action" }, + { + "code": "73416001", + "display": "Urine specimen collection, clean catch" + }, + { + "code": "225113003", + "display": "Timed urine collection" + }, + { + "code": "70777001", + "display": "Urine specimen collection, catheterized" + }, + { + "code": "386089008", + "display": "Collection of coughed sputum" + }, + { + "code": "278450005", + "display": "Finger-prick sampling" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-collection/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenCollection", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Specimen collection methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-collection", + "url": "http://hl7.org/fhir/ValueSet/specimen-collection", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1398", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-collection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Overall nature of the adverse event, e.g. real or potential.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/adverse-event-actuality" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-actuality/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventActuality", + "experimental": false, + "resourceType": "ValueSet", + "title": "Adverse Event Actuality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "adverse-event-actuality", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-actuality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.831", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-actuality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Confidentiality rating, e.g. commercial sensitivity for a Medicinal Product.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-confidentiality" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-confidentiality/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductConfidentiality", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Confidentiality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-confidentiality", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-confidentiality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3026", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-confidentiality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all the codes in HL7 V2 table 0074.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0074" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/diagnostic-service-sections/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiagnosticServiceSectionCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Diagnostic Service Section Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "diagnostic-service-sections", + "url": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.234", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.229", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.117", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/diagnostic-service-sections", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Type of a name for a Medicinal Product.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/medicinal-product-name-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-name-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductNameType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Name Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-name-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-name-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3015", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-name-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Details of how a designation would be used", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "900000000000003001" }, + { "code": "900000000000013009" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/designation-use/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DesignationUse", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Designation Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "designation-use", + "url": "http://hl7.org/fhir/ValueSet/designation-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.264", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.259", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.281", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/designation-use" + }, + { + "description": "This value set includes a smattering of Service Place codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-serviceplace" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-place/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleServicePlaceCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Service Place Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-place", + "url": "http://hl7.org/fhir/ValueSet/service-place", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.564", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.556", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-place", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of general categories for flagged issues. (Not complete or necessarily appropriate.)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/flag-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/flag-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FlagCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Flag Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-category", + "url": "http://hl7.org/fhir/ValueSet/flag-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.122", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.112", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.403", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/flag-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes that convey the current status of the research study.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "research-study-status", + "url": "http://hl7.org/fhir/ValueSet/research-study-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.819", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.802", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "UCUM units for recording Body Temperature", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [{ "code": "Cel" }, { "code": "[degF]" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodytemp/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodyTemperatureUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Temperature Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodytemp", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodytemp", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.957", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.872", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-bodytemp" + }, + { + "description": "Preferred value set for AllergyIntolerance Clinical Status.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-clinical/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceClinicalStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Clinical Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergyintolerance-clinical", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1372", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergyintolerance-clinical", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Types of resource structures that can be passed in or out of exchange operations. Not necessarily FHIR.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/resource-types"] }, + { "system": "http://terminology.hl7.org/CodeSystem/v2-0354" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/examplescenario-instance-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 FHIR Infrastructure WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleScenarioResourceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Scenario Resource Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "examplescenario-instance-type", + "url": "http://hl7.org/fhir/ValueSet/examplescenario-instance-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3006", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/examplescenario-instance-type" + }, + { + "description": "MedicationDispense Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationdispense-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDispenseStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "MedicationDispense Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "medicationdispense-status", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1312", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationdispense-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Criterion for rejection of the specimen by laboratory.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/rejection-criteria" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/rejection-criteria/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RejectionCriterion", + "experimental": true, + "resourceType": "ValueSet", + "title": "Rejection Criterion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "rejection-criteria", + "url": "http://hl7.org/fhir/ValueSet/rejection-criteria", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.856", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/rejection-criteria", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Logical Model: A pattern followed by resources that represent a participant that can be contacted.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ParticipantContactable/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipantContactable", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ParticipantContactable", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "participantcontactable", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "ParticipantContactable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/ParticipantContactable", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ParticipantContactable", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "Codes for the kind of study objective.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/research-study-objective-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-objective-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyObjectiveType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Research Study Objective Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "research-study-objective-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-objective-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.823", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-objective-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the measure report.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/measure-report-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-report-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureReportStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Report Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-report-status", + "url": "http://hl7.org/fhir/ValueSet/measure-report-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.776", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.759", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-report-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a request.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/request-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RequestStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "RequestStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "request-status", + "url": "http://hl7.org/fhir/ValueSet/request-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.111", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/request-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) used on data (.meta.security) to indicate confidentialityCode classification and maybe sensitivity codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality", + "concept": [{ "code": "N" }, { "code": "R" }] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [ + { "code": "ETH" }, + { "code": "PSY" }, + { "code": "STD" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-label-data-examples/5.0.0", + "date": "2022-05-10", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Security Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SecurityLabelDataExamples", + "experimental": false, + "resourceType": "ValueSet", + "title": "Example set of Data Security Labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "security-label-data-examples", + "url": "http://hl7.org/fhir/ValueSet/security-label-data-examples", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3013", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-label-data-examples", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ContactPoint/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track phone, fax, mobile, sms numbers, email addresses, twitter tags, etc.", + "name": "ContactPoint", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "ContactPoint", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "ContactPoint", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactPoint", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ContactPoint", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cpt-2", + "human": "A system is required if a value is provided.", + "source": "http://hl7.org/fhir/StructureDefinition/ContactPoint", + "severity": "error", + "expression": "value.empty() or system.exists()" + } + ], + "path": "ContactPoint", + "min": 0, + "definition": "Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.", + "short": "Details of a Technology mediated contact point (phone, fax, email, etc.)", + "mapping": [ + { "map": "XTN", "identity": "v2" }, + { "map": "TEL", "identity": "rim" }, + { "map": "ContactPoint", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "ContactPoint" + }, + { + "path": "ContactPoint.system", + "min": 0, + "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", + "short": "phone | fax | email | pager | url | sms | other", + "mapping": [ + { "map": "XTN.3", "identity": "v2" }, + { "map": "./scheme", "identity": "rim" }, + { "map": "./ContactPointType", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Telecommunications form for contact point." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPointSystem" + } + ], + "description": "Telecommunications form for contact point." + }, + "max": "1", + "id": "ContactPoint.system", + "condition": ["cpt-2"], + "isSummary": true + }, + { + "path": "ContactPoint.value", + "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", + "min": 0, + "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", + "short": "The actual contact point details", + "mapping": [ + { "map": "XTN.1 (or XTN.12)", "identity": "v2" }, + { "map": "./url", "identity": "rim" }, + { "map": "./Value", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ContactPoint.value", + "condition": ["cpt-2"], + "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", + "isSummary": true + }, + { + "path": "ContactPoint.use", + "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", + "min": 0, + "definition": "Identifies the purpose for the contact point.", + "isModifier": true, + "short": "home | work | temp | old | mobile - purpose of this contact point", + "mapping": [ + { + "map": "XTN.2 - but often indicated by field", + "identity": "v2" + }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./ContactPointPurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Use of contact point." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactPointUse" + } + ], + "description": "Use of contact point." + }, + "max": "1", + "id": "ContactPoint.use", + "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "ContactPoint.rank", + "min": 0, + "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", + "short": "Specify preferred order of use (1 = highest)", + "mapping": [ + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "ContactPoint.rank", + "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.\n\nRanks need not be unique. E.g. it's possible to have multiple contacts with rank=1. If the ranks have different systems or uses, this would be interpreted to mean \"X is my most preferred phone number, Y is my most preferred email address\" or \"X is my preferred home email and Y is my preferred work email\". If the system and use for equally-ranked contacts are the same, then the level of preference is equivalent for both repetitions. \n\nRanks need not be sequential and not all repetitions must have a rank. For example, it's possible to have 4 contacts with ranks of 2, 5 and two with no rank specified. That would be interpreted to mean the first is preferred over the second and no preference stated for the remaining contacts.", + "isSummary": true + }, + { + "path": "ContactPoint.period", + "min": 0, + "definition": "Time period when the contact point was/is in use.", + "short": "Time period when the contact point was/is in use", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "ContactPoint.period", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "functional description of an inventory item used in inventory and supply-related workflows.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/InventoryItem/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryItem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "InventoryItem", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "InventoryItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InventoryItem", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryItem", + "differential": { + "element": [ + { + "path": "InventoryItem", + "min": 0, + "definition": "A functional description of an inventory item used in inventory and supply-related workflows.", + "isModifier": false, + "short": "A functional description of an inventory item used in inventory and supply-related workflows", + "mapping": [ + { "map": "administrative.entity", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "InventoryItem" + }, + { + "path": "InventoryItem.identifier", + "min": 0, + "definition": "Business identifier for the inventory item.", + "isModifier": false, + "short": "Business identifier for the inventory item", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.identifier", + "isSummary": true + }, + { + "path": "InventoryItem.status", + "min": 1, + "definition": "Status of the item entry.", + "isModifier": false, + "short": "active | inactive | entered-in-error | unknown", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryitem-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the status of the inventory item." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InventoryItemStatus" + } + ], + "description": "Status of the inventory item." + }, + "max": "1", + "id": "InventoryItem.status", + "isSummary": true + }, + { + "path": "InventoryItem.category", + "min": 0, + "definition": "Category or class of the item.", + "isModifier": false, + "short": "Category or class of the item", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.category", + "isSummary": true + }, + { + "path": "InventoryItem.code", + "min": 0, + "definition": "Code designating the specific type of item.", + "isModifier": false, + "short": "Code designating the specific type of item", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.code", + "isSummary": true + }, + { + "path": "InventoryItem.name", + "min": 0, + "definition": "The item name(s) - the brand name, or common name, functional name, generic name.", + "isModifier": false, + "short": "The item name(s) - the brand name, or common name, functional name, generic name or others", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.name", + "isSummary": true + }, + { + "path": "InventoryItem.name.nameType", + "min": 1, + "definition": "The type of name e.g. 'brand-name', 'functional-name', 'common-name'.", + "isModifier": false, + "short": "The type of name e.g. 'brand-name', 'functional-name', 'common-name'", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryitem-nametype", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of name for the item" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameType" + } + ], + "description": "Name types." + }, + "max": "1", + "id": "InventoryItem.name.nameType", + "isSummary": true + }, + { + "path": "InventoryItem.name.language", + "min": 1, + "definition": "The language that the item name is expressed in.", + "isModifier": false, + "short": "The language used to express the item name", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The languages for an item name" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameLanguage" + } + ], + "description": "Name languages." + }, + "max": "1", + "id": "InventoryItem.name.language", + "isSummary": true + }, + { + "path": "InventoryItem.name.name", + "min": 1, + "definition": "The name or designation that the item is given.", + "isModifier": false, + "short": "The name or designation of the item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.name.name", + "isSummary": true + }, + { + "path": "InventoryItem.responsibleOrganization", + "min": 0, + "definition": "Organization(s) responsible for the product.", + "isModifier": false, + "short": "Organization(s) responsible for the product", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.responsibleOrganization", + "isSummary": false + }, + { + "path": "InventoryItem.responsibleOrganization.role", + "min": 1, + "definition": "The role of the organization e.g. manufacturer, distributor, etc.", + "isModifier": false, + "short": "The role of the organization e.g. manufacturer, distributor, or other", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.responsibleOrganization.role", + "isSummary": false + }, + { + "path": "InventoryItem.responsibleOrganization.organization", + "min": 1, + "definition": "An organization that has an association with the item, e.g. manufacturer, distributor, responsible, etc.", + "isModifier": false, + "short": "An organization that is associated with the item", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.responsibleOrganization.organization", + "isSummary": false + }, + { + "path": "InventoryItem.description", + "min": 0, + "definition": "The descriptive characteristics of the inventory item.", + "isModifier": false, + "short": "Descriptive characteristics of the item", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.description", + "isSummary": false + }, + { + "path": "InventoryItem.description.language", + "min": 0, + "definition": "The language for the item description, when an item must be described in different languages and those languages may be authoritative and not translations of a 'main' language.", + "isModifier": false, + "short": "The language that is used in the item description", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The languages for a description of an item" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ItemDescriptionLanguage" + } + ], + "description": "Description languages." + }, + "max": "1", + "id": "InventoryItem.description.language", + "isSummary": false + }, + { + "path": "InventoryItem.description.description", + "min": 0, + "definition": "Textual description of the item.", + "isModifier": false, + "short": "Textual description of the item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.description.description", + "isSummary": false + }, + { + "path": "InventoryItem.inventoryStatus", + "min": 0, + "definition": "The usage status e.g. recalled, in use, discarded... This can be used to indicate that the items have been taken out of inventory, or are in use, etc.", + "isModifier": false, + "short": "The usage status like recalled, in use, discarded", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.inventoryStatus", + "isSummary": true + }, + { + "path": "InventoryItem.baseUnit", + "min": 0, + "definition": "The base unit of measure - the unit in which the product is used or counted.", + "isModifier": false, + "short": "The base unit of measure - the unit in which the product is used or counted", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.baseUnit", + "isSummary": true + }, + { + "path": "InventoryItem.netContent", + "min": 0, + "definition": "Net content or amount present in the item.", + "isModifier": false, + "short": "Net content or amount present in the item", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.netContent", + "isSummary": true + }, + { + "path": "InventoryItem.association", + "min": 0, + "definition": "Association with other items or products.", + "isModifier": false, + "short": "Association with other items or products", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.association", + "isSummary": false + }, + { + "path": "InventoryItem.association.associationType", + "min": 1, + "definition": "This attribute defined the type of association when establishing associations or relations between items, e.g. 'packaged within' or 'used with' or 'to be mixed with.", + "isModifier": false, + "short": "The type of association between the device and the other item", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.association.associationType", + "isSummary": true + }, + { + "path": "InventoryItem.association.relatedItem", + "min": 1, + "definition": "The related item or product.", + "isModifier": false, + "short": "The related item or product", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/InventoryItem", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.association.relatedItem", + "isSummary": true + }, + { + "path": "InventoryItem.association.quantity", + "min": 1, + "definition": "The quantity of the related product in this product - Numerator is the quantity of the related product. Denominator is the quantity of the present product. For example a value of 20 means that this product contains 20 units of the related product; a value of 1:20 means the inverse - that the contained product contains 20 units of the present product.", + "isModifier": false, + "short": "The quantity of the product in this product", + "type": [{ "code": "Ratio" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.association.quantity", + "isSummary": true + }, + { + "path": "InventoryItem.characteristic", + "min": 0, + "definition": "The descriptive or identifying characteristics of the item.", + "isModifier": false, + "short": "Characteristic of the item", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.characteristic", + "isSummary": false + }, + { + "path": "InventoryItem.characteristic.characteristicType", + "min": 1, + "definition": "The type of characteristic that is being defined.", + "isModifier": false, + "short": "The characteristic that is being defined", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.characteristic.characteristicType", + "isSummary": false + }, + { + "path": "InventoryItem.characteristic.value[x]", + "min": 1, + "definition": "The value of the attribute.", + "isModifier": false, + "short": "The value of the attribute", + "type": [ + { "code": "string" }, + { "code": "integer" }, + { "code": "decimal" }, + { "code": "boolean" }, + { "code": "url" }, + { "code": "dateTime" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Annotation" }, + { "code": "Address" }, + { "code": "Duration" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.characteristic.value[x]", + "comment": "The string value is used for characteristics that are descriptive and not codeable information. CodeableConcept.text is used when the characteristic is discrete and could otherwise be coded but for which there is no code available.", + "isSummary": false + }, + { + "path": "InventoryItem.instance", + "min": 0, + "definition": "Instances or occurrences of the product.", + "isModifier": false, + "short": "Instances or occurrences of the product", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.instance", + "isSummary": false + }, + { + "path": "InventoryItem.instance.identifier", + "min": 0, + "definition": "The identifier for the physical instance, typically a serial number.", + "isModifier": false, + "short": "The identifier for the physical instance, typically a serial number", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "InventoryItem.instance.identifier", + "isSummary": false + }, + { + "path": "InventoryItem.instance.lotNumber", + "min": 0, + "definition": "The lot or batch number of the item.", + "isModifier": false, + "short": "The lot or batch number of the item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.instance.lotNumber", + "isSummary": false + }, + { + "path": "InventoryItem.instance.expiry", + "min": 0, + "definition": "The expiry date or date and time for the product.", + "isModifier": false, + "short": "The expiry date or date and time for the product", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.instance.expiry", + "isSummary": false + }, + { + "path": "InventoryItem.instance.subject", + "min": 0, + "definition": "The subject that the item is associated with.", + "isModifier": false, + "short": "The subject that the item is associated with", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.instance.subject", + "isSummary": false + }, + { + "path": "InventoryItem.instance.location", + "min": 0, + "definition": "The location that the item is associated with.", + "isModifier": false, + "short": "The location that the item is associated with", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.instance.location", + "isSummary": false + }, + { + "path": "InventoryItem.productReference", + "min": 0, + "definition": "Link to a product resource used in clinical workflows.", + "isModifier": false, + "short": "Link to a product resource used in clinical workflows", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryItem.productReference", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "To support structured, hierarchical reporting of data gathered using digital forms and other questionnaires.", + "name": "QuestionnaireResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "QuestionnaireResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "QuestionnaireResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/QuestionnaireResponse", + "differential": { + "element": [ + { + "path": "QuestionnaireResponse", + "min": 0, + "definition": "A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.", + "isModifier": false, + "short": "A structured set of questions and their answers", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "infrastructure.information", + "identity": "w5" + }, + { + "map": "Observation[moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Form", "QuestionnaireAnswers"], + "max": "*", + "id": "QuestionnaireResponse", + "comment": "The QuestionnaireResponse contains enough information about the questions asked and their organization that it can be interpreted somewhat independently from the Questionnaire it is based on. I.e. You don't need access to the Questionnaire in order to extract basic information from a QuestionnaireResponse." + }, + { + "path": "QuestionnaireResponse.identifier", + "requirements": "Allows identification of the questionnaire response as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this questionnaire response by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business identifier for this set of answers", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.identifier", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)).", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.basedOn", + "requirements": "Supports traceability of responsibility for the questionnaire response and allows linkage of the response to the proposals/recommendations acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this questionnaire response. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.", + "isModifier": false, + "short": "Request fulfilled by this QuestionnaireResponse", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["order"], + "max": "*", + "id": "QuestionnaireResponse.basedOn", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.partOf", + "min": 0, + "definition": "A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.partOf", + "comment": "Not to be used to link an questionnaire response to an Encounter - use 'context' for that.\n\nComposition of questionnaire responses will be handled using the Assemble operation defined in the SDC IG. For relationships to referrals, and other types of requests, use basedOn.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.questionnaire", + "requirements": "Needed to allow editing of the questionnaire response in a manner that enforces the constraints of the original form.", + "min": 1, + "definition": "The Questionnaire that defines and organizes the questions for which answers are being provided.", + "isModifier": false, + "short": "Canonical URL of Questionnaire being answered", + "mapping": [ + { + "map": "./outboundRelationship[typeCode=INST]/target[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "alias": ["Form"], + "max": "1", + "id": "QuestionnaireResponse.questionnaire", + "comment": "If a QuestionnaireResponse references a Questionnaire that can be resolved, then the QuestionnaireResponse structure must be consistent with the Questionnaire (i.e. questions must be organized into the same groups, nested questions must still be nested, etc.). It is possible to have a QuestionnaireResponse whose 'questionnaire' element does not resolve. It is also possible for the questionnaire element to not have a value but only extensions (e.g. conveying the title or identifier for the questionnaire). This may happen for legacy data. If there is no formally defined Questionnaire, it is undefined what the 'correct' values for the linkId elements should be and it is possible that linkIds might be inconsistent for QuestionnaireResponses for the same form if captured by distinct systems.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.status", + "requirements": "The information on Questionnaire resources may possibly be gathered during multiple sessions and altered after considered being finished.", + "min": 1, + "definition": "The current state of the questionnaire response.", + "isModifier": true, + "short": "in-progress | completed | amended | entered-in-error | stopped", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": ".statusCode (also whether there's a revisionControlAct - and possibly mood to distinguish \"in-progress\" from \"published)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireResponseStatus" + } + ], + "description": "Lifecycle status of the questionnaire response." + }, + "max": "1", + "id": "QuestionnaireResponse.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.subject", + "requirements": "Links the questionnaire response to the Patient context. May also affect access control.", + "min": 0, + "definition": "The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.", + "isModifier": false, + "short": "The subject of the questions", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["Patient", "Focus"], + "max": "1", + "id": "QuestionnaireResponse.subject", + "comment": "If the Questionnaire declared a subjectType, the resource pointed to by this element must be an instance of one of the listed types.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.encounter", + "requirements": "Links the questionnaire response to the Encounter context. May also affect access control.", + "min": 0, + "definition": "The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "Encounter the questionnaire response is part of", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "QuestionnaireResponse.encounter", + "comment": "This will typically be the encounter the questionnaire response was created during, but some questionnaire responses may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission forms). A questionnaire that was initiated during an encounter but not fully completed during the encounter would still generally be associated with the encounter.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.authored", + "requirements": "Clinicians need to be able to check the date that the information in the questionnaire was collected, to derive the context of the answers.", + "min": 0, + "definition": "The date and/or time that this questionnaire response was last modified by the user - e.g. changing answers or revising status.", + "isModifier": false, + "short": "Date the answers were gathered", + "mapping": [ + { "map": "Event.recorded", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": [ + "Date Created", + "Date published", + "Date Issued", + "Date updated" + ], + "max": "1", + "id": "QuestionnaireResponse.authored", + "comment": "May be different from the lastUpdateTime of the resource itself, because that reflects when the data was known to the server, not when the data was captured.\n\nThis element is optional to allow for systems that might not know the value, however it SHOULD be populated if possible.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.author", + "requirements": "Need to know who interpreted the subject's answers to the questions in the questionnaire, and selected the appropriate options for answers.", + "min": 0, + "definition": "The individual or device that received the answers to the questions in the QuestionnaireResponse and recorded them in the system.", + "isModifier": false, + "short": "The individual or device that received and recorded the answers", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "alias": [ + "Laboratory", + "Service", + "Practitioner", + "Department", + "Company", + "Performer" + ], + "max": "1", + "id": "QuestionnaireResponse.author", + "comment": "Mapping a subject's answers to multiple choice options and determining what to put in the textual answer is a matter of interpretation. Authoring by device would indicate that some portion of the questionnaire had been auto-populated. Device should only be used if it directly determined the answers, not if it was merely used as a capture tool to record answers provided by others. In the latter case, information about the physical device, software, etc. would be captured using Provenance.", + "isSummary": true + }, + { + "path": "QuestionnaireResponse.source", + "requirements": "When answering questions about a subject that is minor, incapable of answering or an animal, another human source may answer the questions.", + "min": 0, + "definition": "The individual or device that answered the questions about the subject.", + "isModifier": false, + "short": "The individual or device that answered the questions", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "QuestionnaireResponse.source", + "comment": "If not specified, no inference can be made about who provided the data. Device should only be used if it directly determined the answers, not if it was merely used as a capture tool to record answers provided by others. In the latter case, information about the physical device, software, etc. would be captured using Provenance.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "qrs-2", + "human": "Repeated answers are combined in the answers array of a single item", + "source": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "severity": "error", + "expression": "repeat(answer|item).select(item.where(answer.value.exists()).linkId.isDistinct()).allTrue()" + }, + { + "key": "qrs-1", + "human": "Item cannot contain both item and answer", + "source": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "severity": "error", + "expression": "(answer.exists() and item.exists()).not()" + } + ], + "path": "QuestionnaireResponse.item", + "min": 0, + "definition": "A group or question item from the original questionnaire for which answers are provided.", + "isModifier": false, + "short": "Groups and questions", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.item", + "comment": "Groups cannot have answers and therefore must nest directly within item. When dealing with questions, nesting must occur within each answer because some questions may have multiple answers (and the nesting occurs for each answer).\\nWhen dealing with repeating items, each group repetition will be handled by a separate item. However, repeating questions are handled with a single question item and potentially multiple answers.", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.linkId", + "requirements": "Items can repeat in the answers, so a direct 1..1 correspondence by position might not exist - requiring correspondence by identifier.", + "min": 1, + "definition": "The item from the Questionnaire that corresponds to this item in the QuestionnaireResponse resource.", + "isModifier": false, + "short": "Pointer to specific item from Questionnaire", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "QuestionnaireResponse.item.linkId", + "condition": ["qrs-2"], + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.definition", + "requirements": "A common pattern is to define a set of data elements, and then build multiple different questionnaires for different circumstances to gather the data. This element provides traceability to the common definition.", + "min": 0, + "definition": "A reference to an [ElementDefinition](elementdefinition.html) that provides the details for the item.", + "isModifier": false, + "short": "ElementDefinition - details for the item", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].code", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "QuestionnaireResponse.item.definition", + "comment": "The ElementDefinition must be in a [StructureDefinition](structuredefinition.html#), and must have a fragment identifier that identifies the specific data element by its id (Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x].\n\nThere is no need for this element if the item pointed to by the linkId has a definition listed.", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.text", + "requirements": "Allows the questionnaire response to be read without access to the questionnaire.", + "min": 0, + "definition": "Text that is displayed above the contents of the group or as the text of the question being answered.", + "isModifier": false, + "short": "Name for group or question text", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "QuestionnaireResponse.item.text", + "comment": "The text for an item SHOULD be identical to the text from the corresponding Questionnaire.item. This can't be strictly enforced because it's possible for the Questionnaire to be updated subsequent to the QuestionnaireResponse having been created, however the intention is that the text in the QuestionnaireResponse reflects what the user saw when completing the Questionnaire.", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.answer", + "min": 0, + "definition": "The respondent's answer(s) to the question.", + "isModifier": false, + "short": "The response(s) to the question", + "mapping": [ + { "map": ".value[type=LIST_ANY]", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.item.answer", + "condition": ["qrs-1", "qrs-2"], + "comment": "The value is nested because we cannot have a repeating structure that has variable type.", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.answer.value[x]", + "requirements": "Ability to retain a single-valued answer to a question.", + "min": 1, + "definition": "The answer (or one of the answers) provided by the respondent to the question.", + "isModifier": false, + "short": "Single-valued answer to the question", + "mapping": [{ "map": ".item", "identity": "rim" }], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Code indicating the response provided for a question." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireAnswer" + } + ], + "description": "Binding this is problematic because one value set can't apply to both codes and quantities." + }, + "max": "1", + "id": "QuestionnaireResponse.item.answer.value[x]", + "condition": ["qrs-2"], + "comment": "More complex structures (Attachment, Resource and Quantity) will typically be limited to electronic forms that can expose an appropriate user interface to capture the components and enforce the constraints of a complex data type. Additional complex types can be introduced through extensions. Must match the datatype specified by Questionnaire.item.type in the corresponding Questionnaire. Note that a question is answered using one of the possible choices defined with answerOption, answerValueSet or some other means and the answer has a complex data type, all elements within the answer in the QuestionnaireResponse **SHOULD** match the elements defined corresponding choice value in the Questionnaire. However, it is possible that not all elements will be propagated. Also, some systems might use language translations resulting in different displays. Comparison of value to the values defined in the Questionnaire (whether by answerOption, answerValueSet or answerExpression) **SHALL NOT** pay attention to Coding.display, Reference.display, Quantity.unit unless those are the only elements present. As well, systems are not required to check for a match on any extensions (e.g. ordinal values, translations, etc.). Systems **MAY** enforce that if extensions such as ordinal values are present in both Questionnaire and QuestionnaireResponse, they match.", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.answer.item", + "requirements": "It is useful to have \"sub-questions\", questions which normally appear when certain answers are given and which collect additional details.", + "min": 0, + "definition": "Nested groups and/or questions found within this particular answer.", + "isModifier": false, + "short": "Child items of question", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#QuestionnaireResponse.item", + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.item.answer.item", + "comment": "Only used when nesting beneath a question - see item.item for nesting beneath groups", + "isSummary": false + }, + { + "path": "QuestionnaireResponse.item.item", + "requirements": "Reports can consist of complex nested groups.", + "min": 0, + "definition": "Sub-questions, sub-groups or display items nested beneath a group.", + "isModifier": false, + "short": "Child items of group item", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#QuestionnaireResponse.item", + "mustSupport": false, + "max": "*", + "id": "QuestionnaireResponse.item.item", + "comment": "Only used when nesting beneath a group - see item.answer.item for nesting beneath questions", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Timing Type: Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Timing/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to able to track proposed timing schedules. There are several different ways to do this: one or more specified times, a simple rules like three times a day, or before/after meals.", + "name": "Timing", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Timing", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Timing", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Timing", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Timing", + "differential": { + "element": [ + { + "path": "Timing", + "min": 0, + "definition": "Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.", + "short": "A timing schedule that specifies an event that may occur multiple times", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "QSET (GTS)", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Timing", + "comment": "Describes the occurrence of an event that may occur multiple times. Timing schedules are used for specifying when events are expected or requested to occur, and may also be used to represent the summary of a past or ongoing event. For simplicity, the definitions of Timing components are expressed as 'future' events, but such components can also be used to describe historic or ongoing events.\n\nA Timing schedule can be a list of events and/or criteria for when the event happens, which can be expressed in a structured form and/or as a code. When both event and a repeating specification are provided, the list of events should be understood as an interpretation of the information in the repeat structure." + }, + { + "path": "Timing.event", + "requirements": "In a Medication Administration Record, for instance, you need to take a general specification, and turn it into a precise specification.", + "min": 0, + "definition": "Identifies specific times when the event occurs.", + "short": "When the event occurs", + "mapping": [{ "map": "QLIST", "identity": "rim" }], + "type": [{ "code": "dateTime" }], + "max": "*", + "id": "Timing.event", + "isSummary": true + }, + { + "constraint": [ + { + "key": "tim-9", + "human": "If there's an offset, there must be a when (and not C, CM, CD, CV)", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "offset.empty() or (when.exists() and when.select($this in ('C' | 'CM' | 'CD' | 'CV')).allFalse())" + }, + { + "key": "tim-5", + "human": "period SHALL be a non-negative value", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "period.exists() implies period >= 0" + }, + { + "key": "tim-6", + "human": "If there's a periodMax, there must be a period", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "periodMax.empty() or period.exists()" + }, + { + "key": "tim-7", + "human": "If there's a durationMax, there must be a duration", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "durationMax.empty() or duration.exists()" + }, + { + "key": "tim-8", + "human": "If there's a countMax, there must be a count", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "countMax.empty() or count.exists()" + }, + { + "key": "tim-1", + "human": "if there's a duration, there needs to be duration units", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "duration.empty() or durationUnit.exists()" + }, + { + "key": "tim-10", + "human": "If there's a timeOfDay, there cannot be a when, or vice versa", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "timeOfDay.empty() or when.empty()" + }, + { + "key": "tim-2", + "human": "if there's a period, there needs to be period units", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "period.empty() or periodUnit.exists()" + }, + { + "key": "tim-4", + "human": "duration SHALL be a non-negative value", + "source": "http://hl7.org/fhir/StructureDefinition/Timing", + "severity": "error", + "expression": "duration.exists() implies duration >= 0" + } + ], + "path": "Timing.repeat", + "requirements": "Many timing schedules are determined by regular repetitions.", + "min": 0, + "definition": "A set of rules that describe when the event is scheduled.", + "short": "When the event is to occur", + "mapping": [ + { "map": "Implies PIVL or EIVL", "identity": "rim" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "Timing.repeat", + "isSummary": true + }, + { + "path": "Timing.repeat.bounds[x]", + "min": 0, + "definition": "Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.", + "short": "Length/Range of lengths, or (Start and/or end) limits", + "mapping": [ + { "map": "IVL(TS) used in a QSI", "identity": "rim" } + ], + "type": [ + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Period" } + ], + "max": "1", + "id": "Timing.repeat.bounds[x]", + "isSummary": true + }, + { + "path": "Timing.repeat.count", + "requirements": "Repetitions may be limited by end time or total occurrences.", + "min": 0, + "definition": "A total count of the desired number of repetitions across the duration of the entire timing specification. If countMax is present, this element indicates the lower bound of the allowed range of count values.", + "short": "Number of times to repeat", + "mapping": [{ "map": "PIVL.count", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.count", + "condition": ["tim-8"], + "comment": "If you have both bounds and count, then this should be understood as within the bounds period, until count times happens.", + "isSummary": true + }, + { + "path": "Timing.repeat.countMax", + "min": 0, + "definition": "If present, indicates that the count is a range - so to perform the action between [count] and [countMax] times.", + "short": "Maximum number of times to repeat", + "mapping": [{ "map": "PIVL.count", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.countMax", + "condition": ["tim-8"], + "isSummary": true + }, + { + "path": "Timing.repeat.duration", + "requirements": "Some activities are not instantaneous and need to be maintained for a period of time.", + "min": 0, + "definition": "How long this thing happens for when it happens. If durationMax is present, this element indicates the lower bound of the allowed range of the duration.", + "short": "How long when it happens", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.duration", + "condition": ["tim-7", "tim-1", "tim-4"], + "comment": "For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise).", + "isSummary": true + }, + { + "path": "Timing.repeat.durationMax", + "requirements": "Some activities are not instantaneous and need to be maintained for a period of time.", + "min": 0, + "definition": "If present, indicates that the duration is a range - so to perform the action between [duration] and [durationMax] time length.", + "short": "How long when it happens (Max)", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.durationMax", + "condition": ["tim-7"], + "comment": "For some events the duration is part of the definition of the event (e.g. IV infusions, where the duration is implicit in the specified quantity and rate). For others, it's part of the timing specification (e.g. exercise).", + "isSummary": true + }, + { + "path": "Timing.repeat.durationUnit", + "min": 0, + "definition": "The units of time for the duration, in UCUM units\nNormal practice is to use the 'mo' code as a calendar month when calculating the next occurrence.", + "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)", + "mapping": [ + { "map": "PIVL.phase.unit", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A unit of time (units from UCUM)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitsOfTime" + } + ], + "description": "A unit of time (units from UCUM)." + }, + "max": "1", + "id": "Timing.repeat.durationUnit", + "condition": ["tim-1"], + "isSummary": true + }, + { + "path": "Timing.repeat.frequency", + "min": 0, + "definition": "The number of times to repeat the action within the specified period. If frequencyMax is present, this element indicates the lower bound of the allowed range of the frequency.", + "short": "Indicates the number of repetitions that should occur within a period. I.e. Event occurs frequency times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "meaningWhenMissing": "If no frequency is stated, the assumption is that the event occurs once per period, but systems SHOULD always be specific about this", + "max": "1", + "id": "Timing.repeat.frequency", + "isSummary": true + }, + { + "path": "Timing.repeat.frequencyMax", + "min": 0, + "definition": "If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.", + "short": "Event occurs up to frequencyMax times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "Timing.repeat.frequencyMax", + "isSummary": true + }, + { + "path": "Timing.repeat.period", + "min": 0, + "definition": "Indicates the duration of time over which repetitions are to occur; e.g. to express \"3 times per day\", 3 would be the frequency and \"1 day\" would be the period. If periodMax is present, this element indicates the lower bound of the allowed range of the period length.", + "short": "The duration to which the frequency applies. I.e. Event occurs frequency times per period", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.period", + "condition": ["tim-6", "tim-5", "tim-2"], + "isSummary": true + }, + { + "path": "Timing.repeat.periodMax", + "min": 0, + "definition": "If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as \"do this once every 3-5 days.", + "short": "Upper limit of period (3-4 hours)", + "mapping": [{ "map": "PIVL.phase", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Timing.repeat.periodMax", + "condition": ["tim-6"], + "isSummary": true + }, + { + "path": "Timing.repeat.periodUnit", + "min": 0, + "definition": "The units of time for the period in UCUM units\nNormal practice is to use the 'mo' code as a calendar month when calculating the next occurrence.", + "short": "s | min | h | d | wk | mo | a - unit of time (UCUM)", + "mapping": [ + { "map": "PIVL.phase.unit", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/units-of-time|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A unit of time (units from UCUM)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitsOfTime" + } + ], + "description": "A unit of time (units from UCUM)." + }, + "max": "1", + "id": "Timing.repeat.periodUnit", + "condition": ["tim-2"], + "isSummary": true + }, + { + "path": "Timing.repeat.dayOfWeek", + "min": 0, + "definition": "If one or more days of week is provided, then the action happens only on the specified day(s).", + "short": "mon | tue | wed | thu | fri | sat | sun", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DayOfWeek" + } + ] + }, + "max": "*", + "id": "Timing.repeat.dayOfWeek", + "comment": "If no days are specified, the action is assumed to happen every day as otherwise specified.", + "isSummary": true + }, + { + "path": "Timing.repeat.timeOfDay", + "min": 0, + "definition": "Specified time of day for action to take place.", + "short": "Time of day for action", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "time" }], + "max": "*", + "id": "Timing.repeat.timeOfDay", + "condition": ["tim-10"], + "comment": "When time of day is specified, it is inferred that the action happens every day (as filtered by dayofWeek) on the specified times. If there's a timeOfDay, there cannot be a when, or vice versa.", + "isSummary": true + }, + { + "path": "Timing.repeat.when", + "requirements": "Timings are frequently determined by occurrences such as waking, eating and sleep.", + "min": 0, + "definition": "An approximate time period during the day, potentially linked to an event of daily living that indicates when the action should occur.", + "short": "Code for time period of occurrence", + "mapping": [{ "map": "EIVL.event", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-timing|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Real-world event relating to the schedule." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventTiming" + } + ], + "description": "Real-world event relating to the schedule." + }, + "max": "*", + "id": "Timing.repeat.when", + "condition": ["tim-9", "tim-10"], + "comment": "When more than one event is listed, the event is tied to the union of the specified events.", + "isSummary": true + }, + { + "path": "Timing.repeat.offset", + "min": 0, + "definition": "The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.", + "short": "Minutes from event (before or after)", + "mapping": [{ "map": "EIVL.offset", "identity": "rim" }], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "Timing.repeat.offset", + "condition": ["tim-9"], + "isSummary": true + }, + { + "path": "Timing.code", + "min": 0, + "definition": "A code for the timing schedule (or just text in code.text). Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code).", + "short": "C | BID | TID | QID | AM | PM | QD | QOD | +", + "mapping": [{ "map": "QSC.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/timing-abbreviation", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Code for a known / defined timing pattern." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TimingAbbreviation" + } + ], + "description": "Code for a known / defined timing pattern." + }, + "max": "1", + "id": "Timing.code", + "comment": "BID etc. are defined as 'at institutionally specified times'. For example, an institution may choose that BID is \"always at 7am and 6pm\". If it is inappropriate for this choice to be made, the code BID should not be used. Instead, a distinct organization-specific code should be used in place of the HL7-defined BID code and/or a structured representation should be used (in this case, specifying the two event times).", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneType" + }, + { + "description": "NutrientModifier : Codes for types of nutrients that are being modified such as carbohydrate or sodium. This value set includes codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 226355009 (Nutrients(substance)), and the concepts for Sodium, Potassium and Fluid. This is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "33463005", "display": "Fluid" }, + { "code": "39972003", "display": "Sodium" }, + { "code": "88480006", "display": "Potassium" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "226355009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/nutrient-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NutrientModifierCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Nutrient Modifier Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutrient-code", + "url": "http://hl7.org/fhir/ValueSet/nutrient-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.386", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.373", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.207", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/nutrient-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Overall defining type of this Medicinal Product.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/medicinal-product-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicinalProductType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medicinal Product Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3022", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Revenue Center codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-revenue-center" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-revenue-center/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleRevenueCenterCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Revenue Center Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-revenue-center", + "url": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.594", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.586", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-revenue-center", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The Digital Signature Purposes, an indication of the reason an entity signs a document. This is included in the signed information and can be used when determining accountability for various actions concerning the document. Examples include: author, transcriptionist/recorder, and witness.", + "compose": { + "include": [ + { "system": "http://uri.etsi.org/01903/v1.2.2" }, + { "system": "urn:iso-astm:E1762-95:2013" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/signature-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 FHIR", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SignatureTypeCodes", + "copyright": "This value set includes contents from ASTM and ETSI which hold their own copyright.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Signature Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "signature-type", + "url": "http://hl7.org/fhir/ValueSet/signature-type", + "identifier": [ + { + "value": "urn:oid:1.2.840.10065.1.12", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/signature-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Citation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Citation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Citation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "Citation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Citation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Citation", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Citation", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "Citation", + "min": 0, + "definition": "The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.", + "isModifier": false, + "short": "A description of identification, location, or contributorship of a publication (article or artifact)", + "mapping": [ + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "Citation" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Citation", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Citation.url", + "requirements": "Allows the citation record to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this citation record when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this citation record, represented as a globally unique URI", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Citation.url", + "comment": "In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Citation.identifier", + "requirements": "Allows externally provided and/or usable identifiers to be associated with this citation record.", + "min": 0, + "definition": "A formal identifier that is used to identify this citation record when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Identifier for the citation record itself", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Citation.identifier", + "comment": "Use this element if you need to identify the citation record independently from identifying the cited artifact.", + "isSummary": true + }, + { + "path": "Citation.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the citation record when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the citation record author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the citation record", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.version", + "comment": "There may be different citation record instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the citation record with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Citation.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Citation.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 is newer, and a 0 if the version ordering can't successfully be determined.", + "isSummary": true + }, + { + "path": "Citation.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the citation record. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this citation record (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Citation.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the citation record.", + "isModifier": false, + "short": "Name for this citation record (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc. Use this element if you have a need for naming the citation record for human use, such as a display name for the citation record that is used when selecting citations from a list.", + "isSummary": true + }, + { + "path": "Citation.status", + "requirements": "Allows filtering of citation records that are appropriate for use versus not.", + "min": 1, + "definition": "The status of this summary. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "Citation.status", + "comment": "Allows filtering of summaries that are appropriate for use versus not. Use \"active\" when the citation record is the version for others to actively use, \"draft\" while you are developing the content, and \"retired\" when this record should no longer be used for any purpose.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Citation.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level citation record.", + "min": 0, + "definition": "A Boolean value to indicate that this citation record is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Citation.experimental", + "comment": "Allows filtering of citation records that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Citation.date", + "min": 0, + "definition": "The date (and optionally time) when the citation record was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the citation record changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Citation.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the citation record. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Citation.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the citation record. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual that published the citation record.", + "isModifier": false, + "short": "The publisher of the citation record, not the publisher of the article or artifact being cited", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the citation record is the organization or individual primarily responsible for the maintenance and upkeep of the citation record. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the citation record. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Citation.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher of the citation record", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Citation.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Citation.description", + "min": 0, + "definition": "A free text natural language description of the citation from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the citation", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the citation as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the citation is presumed to be the predominant language in the place the citation was created).", + "isSummary": false + }, + { + "path": "Citation.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate citation record instances.", + "isModifier": false, + "short": "The context that the citation record content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "Citation.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Citation.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the citation record is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for citation record (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "*", + "id": "Citation.jurisdiction", + "comment": "It may be possible for the citation record to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "Citation.purpose", + "min": 0, + "definition": "Explanation of why this citation is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this citation is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.purpose", + "comment": "This element does not describe the usage of the citation. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this citation.", + "isSummary": false + }, + { + "path": "Citation.copyright", + "min": 0, + "definition": "Use and/or publishing restrictions for the citation record, not for the cited artifact.", + "isModifier": false, + "short": "Use and/or publishing restrictions for the citation record, not for the cited artifact", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.copyright", + "isSummary": false + }, + { + "path": "Citation.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s) for the ciation record, not for the cited artifact", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Citation.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Citation.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the citation record was approved by publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Citation.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Citation.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the citation record was last reviewed by the publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Citation.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Citation.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the citation record are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the citation record content was or is planned to be in active use.", + "isModifier": false, + "short": "When the citation record is expected to be used", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Citation.effectivePeriod", + "comment": "The effective period for a citation record determines when the content is applicable for usage and is independent of publication and review dates. For example, a citation intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Citation.author", + "min": 0, + "definition": "Who authored or created the citation record.", + "isModifier": false, + "short": "Who authored the citation record", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Citation.author", + "comment": "The Citation.author element is structured to support a name (with a string datatype) and contact point information for the author/creator, and is not structured to support unique identifiers for the author. If detailed contributorship data is needed for the authorship of the citation record, then one can create a Citation Resource for the Citation Resource.", + "isSummary": false + }, + { + "path": "Citation.editor", + "min": 0, + "definition": "Who edited or revised the citation record.", + "isModifier": false, + "short": "Who edited the citation record", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Citation.editor", + "comment": "The Citation.editor element is structured to support a name (with a string datatype) and contact point information for the editor, and is not structured to support unique identifiers for the editor. If detailed contributorship data is needed for the editing of the citation record, then one can create a Citation Resource for the Citation Resource.", + "isSummary": false + }, + { + "path": "Citation.reviewer", + "min": 0, + "definition": "Who reviewed the citation record.", + "isModifier": false, + "short": "Who reviewed the citation record", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Citation.reviewer", + "comment": "The Citation.reviewer element is structured to support a name (with a string datatype) and contact point information for the reviewer, and is not structured to support unique identifiers for the reviewer. If detailed contributorship data is needed for the review of the citation record, then one can create a Citation Resource for the Citation Resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Citation.endorser", + "min": 0, + "definition": "Who endorsed the citation record.", + "isModifier": false, + "short": "Who endorsed the citation record", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Citation.endorser", + "comment": "The Citation.endorser element is structured to support a name (with a string datatype) and contact point information for the endorser, and is not structured to support unique identifiers for the endorser. If detailed contributorship data is needed for the endorsement of the citation record, then one can create a Citation Resource for the Citation Resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Citation.summary", + "min": 0, + "definition": "A human-readable display of key concepts to represent the citation.", + "isModifier": false, + "short": "A human-readable display of key concepts to represent the citation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.summary", + "isSummary": false + }, + { + "path": "Citation.summary.style", + "min": 0, + "definition": "Format for display of the citation summary.", + "isModifier": false, + "short": "Format for display of the citation summary", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-summary-style", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationSummaryStyle" + } + ] + }, + "max": "1", + "id": "Citation.summary.style", + "isSummary": false + }, + { + "path": "Citation.summary.text", + "min": 1, + "definition": "The human-readable display of the citation summary.", + "isModifier": false, + "short": "The human-readable display of the citation summary", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.summary.text", + "isSummary": true + }, + { + "path": "Citation.classification", + "min": 0, + "definition": "The assignment to an organizing scheme.", + "isModifier": false, + "short": "The assignment to an organizing scheme", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.classification", + "comment": "Use this element if you need to classify the citation record independently from classifying the cited artifact.", + "isSummary": false + }, + { + "path": "Citation.classification.type", + "min": 0, + "definition": "The kind of classifier (e.g. publication type, keyword).", + "isModifier": false, + "short": "The kind of classifier (e.g. publication type, keyword)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-classification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationClassificationType" + } + ] + }, + "max": "1", + "id": "Citation.classification.type", + "isSummary": false + }, + { + "path": "Citation.classification.classifier", + "min": 0, + "definition": "The specific classification value.", + "isModifier": false, + "short": "The specific classification value", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationArtifactClassifier" + } + ] + }, + "max": "*", + "id": "Citation.classification.classifier", + "isSummary": false + }, + { + "path": "Citation.note", + "min": 0, + "definition": "Used for general notes and annotations not coded elsewhere.", + "isModifier": false, + "short": "Used for general notes and annotations not coded elsewhere", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Citation.note", + "isSummary": false + }, + { + "path": "Citation.currentState", + "min": 0, + "definition": "The status of the citation record.", + "isModifier": false, + "short": "The status of the citation record", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationStatusType" + } + ] + }, + "max": "*", + "id": "Citation.currentState", + "comment": "Use this if needed for reporting the state or status of the citation record, NOT FOR reporting the state or status of the cited article.", + "isSummary": false + }, + { + "path": "Citation.statusDate", + "min": 0, + "definition": "The state or status of the citation record paired with an effective date or period for that state.", + "isModifier": false, + "short": "An effective date or period for a status of the citation record", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.statusDate", + "comment": "Use this if needed for reporting the state or status of the citation record, NOT FOR reporting the state or status of the cited article.", + "isSummary": false + }, + { + "path": "Citation.statusDate.activity", + "min": 1, + "definition": "The state or status of the citation record (that will be paired with the period).", + "isModifier": false, + "short": "Classification of the status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-status-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationStatusType" + } + ] + }, + "max": "1", + "id": "Citation.statusDate.activity", + "isSummary": false + }, + { + "path": "Citation.statusDate.actual", + "min": 0, + "definition": "Whether the status date is actual (has occurred) or expected (estimated or anticipated).", + "isModifier": false, + "short": "Either occurred or expected", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Citation.statusDate.actual", + "isSummary": false + }, + { + "path": "Citation.statusDate.period", + "min": 1, + "definition": "When the status started and/or ended.", + "isModifier": false, + "short": "When the status started and/or ended", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Citation.statusDate.period", + "comment": "For an instance, place the same value in both start and end elements.", + "isSummary": false + }, + { + "path": "Citation.relatedArtifact", + "min": 0, + "definition": "Artifact related to the citation record.", + "isModifier": false, + "short": "Artifact related to the citation record", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "Citation.relatedArtifact", + "comment": "Use this if needed for reporting artifacts related to the citation record, NOT FOR reporting artifacts related to the cited article. For example, one may use this element to report the data source for generation of the Citation Resource instance if it was automatically generated, such as conversion from a citation repository.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact", + "min": 0, + "definition": "The article or artifact being described.", + "isModifier": false, + "short": "The article or artifact being described", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.identifier", + "requirements": "Allows externally provided and/or usable identifiers to be associated with the cited artifact.", + "min": 0, + "definition": "A formal identifier that is used to identify the cited artifact when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Unique identifier. May include DOI, PMID, PMCID, etc", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.identifier", + "comment": "This element will contain unique identifiers that support de-duplication of citations. Commonly used identifiers for study citations include digital object identifier (DOI), PubMed ID (PMID), and PubMed Central ID (PMCID). To maintain interoperability, the suggested identifier.system values to use for these 3 identifiers are: DOI = \"https://doi.org\" PMID = \"https://pubmed.ncbi.nlm.nih.gov\" PMCID = \"https://www.ncbi.nlm.nih.gov/pmc/\"", + "isSummary": true + }, + { + "path": "Citation.citedArtifact.relatedIdentifier", + "requirements": "Allows externally provided and/or usable identifiers to be associated with this the cited artifact.", + "min": 0, + "definition": "A formal identifier that is used to identify things closely related to the cited artifact.", + "isModifier": false, + "short": "Identifier not unique to the cited artifact. May include trial registry identifiers", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.relatedIdentifier", + "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This related identifier would not be used as unique identifier for the cited artifact itself. Multiple published articles (each with their own unique identifier) may relate to the same study record in a research registry. Commonly used related identifiers for study registries include ClinicalTrials.gov identifier (NCTId) and PROSPERO identifier (used for registration of systematic reviews). To maintain interoperability, the suggested identifier.system values to use for these 2 identifiers are: ClinicalTrials.gov = \"https://clinicaltrials.gov\" PROSPERO = \"https://www.crd.york.ac.uk/prospero/\"", + "isSummary": true + }, + { + "path": "Citation.citedArtifact.dateAccessed", + "min": 0, + "definition": "When the cited artifact was accessed.", + "isModifier": false, + "short": "When the cited artifact was accessed", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.dateAccessed", + "comment": "Use this element when citing an artifact from a potentially unstable source, such as a webpage, to note the date (and time) the source was accessed.", + "isSummary": true + }, + { + "path": "Citation.citedArtifact.version", + "min": 0, + "definition": "The defined version of the cited artifact.", + "isModifier": false, + "short": "The defined version of the cited artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.version", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.version.value", + "min": 1, + "definition": "The version number or other version identifier.", + "isModifier": false, + "short": "The version number or other version identifier", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.version.value", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.version.baseCitation", + "min": 0, + "definition": "Citation for the main version of the cited artifact.", + "isModifier": false, + "short": "Citation for the main version of the cited artifact", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.version.baseCitation", + "comment": "When referencing a baseCitation, one may inherit any data from the referenced Citation Resource and consider any data in the current Citation Resource as superceding to be version-specific.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.currentState", + "min": 0, + "definition": "The status of the cited artifact.", + "isModifier": false, + "short": "The status of the cited artifact", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedArtifactStatusType" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.currentState", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.statusDate", + "min": 0, + "definition": "An effective date or period, historical or future, actual or expected, for a status of the cited artifact.", + "isModifier": false, + "short": "An effective date or period for a status of the cited artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.statusDate", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.statusDate.activity", + "min": 1, + "definition": "A definition of the status associated with a date or period.", + "isModifier": false, + "short": "Classification of the status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedArtifactStatusType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.statusDate.activity", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.statusDate.actual", + "min": 0, + "definition": "Either occurred or expected.", + "isModifier": false, + "short": "Either occurred or expected", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.statusDate.actual", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.statusDate.period", + "min": 1, + "definition": "When the status started and/or ended.", + "isModifier": false, + "short": "When the status started and/or ended", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.statusDate.period", + "comment": "For an instance, place the same value in both start and end elements.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.title", + "min": 0, + "definition": "The title details of the article or artifact.", + "isModifier": false, + "short": "The title details of the article or artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.title", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.title.type", + "min": 0, + "definition": "Used to express the reason for or classification of the title.", + "isModifier": false, + "short": "The kind of title", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/title-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TitleType" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.title.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.title.language", + "min": 0, + "definition": "Used to express the specific language of the title.", + "isModifier": false, + "short": "Used to express the specific language", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A human language." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + } + ], + "description": "A human language." + }, + "max": "1", + "id": "Citation.citedArtifact.title.language", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.title.text", + "min": 1, + "definition": "The title of the article or artifact.", + "isModifier": false, + "short": "The title of the article or artifact", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.title.text", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.abstract", + "min": 0, + "definition": "The abstract may be used to convey article-contained abstracts, externally-created abstracts, or other descriptive summaries.", + "isModifier": false, + "short": "Summary of the article or artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.abstract", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.abstract.type", + "min": 0, + "definition": "Used to express the reason for or classification of the abstract.", + "isModifier": false, + "short": "The kind of abstract", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedArtifactAbstractType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.abstract.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.abstract.language", + "min": 0, + "definition": "Used to express the specific language of the abstract.", + "isModifier": false, + "short": "Used to express the specific language", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A human language." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + } + ], + "description": "A human language." + }, + "max": "1", + "id": "Citation.citedArtifact.abstract.language", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.abstract.text", + "min": 1, + "definition": "Abstract content.", + "isModifier": false, + "short": "Abstract content", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.abstract.text", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.abstract.copyright", + "min": 0, + "definition": "Copyright notice for the abstract.", + "isModifier": false, + "short": "Copyright notice for the abstract", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.abstract.copyright", + "comment": "There is also a copyright element in the publicationForm element, so this copyright element is intended for copyright of the abstract.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.part", + "min": 0, + "definition": "The component of the article or artifact.", + "isModifier": false, + "short": "The component of the article or artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.part", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.part.type", + "min": 0, + "definition": "The kind of component.", + "isModifier": false, + "short": "The kind of component", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedArtifactPartType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.part.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.part.value", + "min": 0, + "definition": "The specification of the component.", + "isModifier": false, + "short": "The specification of the component", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.part.value", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.part.baseCitation", + "min": 0, + "definition": "The citation for the full article or artifact.", + "isModifier": false, + "short": "The citation for the full article or artifact", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.part.baseCitation", + "comment": "When referencing a baseCitation, one may inherit any data from the referenced Citation Resource and consider any data in the current Citation Resource as superceding to be specific to the citation of the specified part. For example, the part-specific Citation may have additional contributorship data that supercedes the contributorship data for the full citation when there is a need to uniquely report the contributorship for an image or supplement associated with the fuller citation record.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo", + "min": 0, + "definition": "The artifact related to the cited artifact.", + "isModifier": false, + "short": "The artifact related to the cited artifact", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.relatesTo", + "comment": "The citedArtifact.relatesTo element uses a BackboneElement instead of the RelatedArtifact Datatype to enable use of an extended value set for the required code for the type of relationship.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.type", + "min": 1, + "definition": "The type of relationship to the related artifact.", + "isModifier": false, + "short": "documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as | reprint | reprint-of", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type-all|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedArtifactTypeExpanded" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.classifier", + "min": 0, + "definition": "Provides additional classifiers of the related artifact.", + "isModifier": false, + "short": "Additional classifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationArtifactClassifier" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.relatesTo.classifier", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.label", + "min": 0, + "definition": "A short label that can be used to reference the related artifact from elsewhere in the containing artifact, such as a footnote index.", + "isModifier": false, + "short": "Short label", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.label", + "comment": "Though not commonly used in citation records, this could be used for referencing other articles in the abstract or explanatory notes.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.display", + "min": 0, + "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer.", + "isModifier": false, + "short": "Brief description of the related artifact", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.display", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.citation", + "min": 0, + "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", + "isModifier": false, + "short": "Bibliographic citation for the artifact", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.citation", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.document", + "min": 0, + "definition": "The document being referenced, represented as an attachment. Do not use this element if using the resource element to provide the canonical to the related artifact.", + "isModifier": false, + "short": "What document is being referenced", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.document", + "comment": "To refer to related artifacts by URL, the FHIR Attachment Datatype includes a url element, so the path would be Citation.citedArtifact.relatesTo.document.url", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.resource", + "min": 0, + "definition": "The related artifact, such as a library, value set, profile, or other knowledge resource.", + "isModifier": false, + "short": "What artifact is being referenced", + "type": [{ "code": "canonical" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.resource", + "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.relatesTo.resourceReference", + "min": 0, + "definition": "The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource.", + "isModifier": false, + "short": "What artifact, if not a conformance resource", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.relatesTo.resourceReference", + "comment": "If both resource and resourceReference are present, they SHOULD be consistent and reference the same resource. Although relatedArtifact is intended to support references to definitional resources, there are cases where non-definitional resources can be definitional (such as Location where the kind is mode). Related artifacts SHOULD be used to reference definitional resources, and profiles SHOULD be used to make that explicit for particular use cases.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm", + "min": 0, + "definition": "If multiple, used to represent alternative forms of the article that are not separate citations.", + "isModifier": false, + "short": "If multiple, used to represent alternative forms of the article that are not separate citations", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.publicationForm", + "comment": "A common use is a journal article with a publication date and pagination for a print version and a different publication date for the online version of the same article.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn", + "min": 0, + "definition": "The collection the cited article or artifact is published in.", + "isModifier": false, + "short": "The collection the cited article or artifact is published in", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publishedIn", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn.type", + "min": 0, + "definition": "Kind of container (e.g. Periodical, database, or book).", + "isModifier": false, + "short": "Kind of container (e.g. Periodical, database, or book)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/published-in-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublishedInType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publishedIn.type", + "comment": "Journals and newspapers are coded as Periodical.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn.identifier", + "min": 0, + "definition": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN.", + "isModifier": false, + "short": "Journal identifiers include ISSN, ISO Abbreviation and NLMuniqueID; Book identifiers include ISBN", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.publicationForm.publishedIn.identifier", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn.title", + "min": 0, + "definition": "Name of the database or title of the book or journal.", + "isModifier": false, + "short": "Name of the database or title of the book or journal", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publishedIn.title", + "comment": "ClinicalTrials.gov is a name of a database.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn.publisher", + "min": 0, + "definition": "Name of or resource describing the publisher.", + "isModifier": false, + "short": "Name of or resource describing the publisher", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publishedIn.publisher", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", + "min": 0, + "definition": "Geographic location of the publisher.", + "isModifier": false, + "short": "Geographic location of the publisher", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publishedIn.publisherLocation", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.citedMedium", + "min": 0, + "definition": "Describes the form of the medium cited. Common codes are \"Internet\" or \"Print\". The CitedMedium value set has 6 codes. The codes internet, print, and offline-digital-storage are the common codes for a typical publication form, though internet and print are more common for study citations. Three additional codes (each appending one of the primary codes with \"-without-issue\" are used for situations when a study is published both within an issue (of a periodical release as commonly done for journals) AND is published separately from the issue (as commonly done with early online publication), to represent specific identification of the publication form not associated with the issue.", + "isModifier": false, + "short": "Internet or Print", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-medium", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedMedium" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.citedMedium", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.volume", + "min": 0, + "definition": "Volume number of journal or other collection in which the article is published.", + "isModifier": false, + "short": "Volume number of journal or other collection in which the article is published", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.volume", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.issue", + "min": 0, + "definition": "Issue, part or supplement of journal or other collection in which the article is published.", + "isModifier": false, + "short": "Issue, part or supplement of journal or other collection in which the article is published", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.issue", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.articleDate", + "min": 0, + "definition": "The date the article was added to the database, or the date the article was released.", + "isModifier": false, + "short": "The date the article was added to the database, or the date the article was released", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.articleDate", + "comment": "The articleDate is the preferred element for expressing the publication date as structured data.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publicationDateText", + "min": 0, + "definition": "Text representation of the date on which the issue of the cited artifact was published.", + "isModifier": false, + "short": "Text representation of the date on which the issue of the cited artifact was published", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publicationDateText", + "comment": "The publicationDateText element is prefererntially used when a date is not represented in a form that can be handled as structured data in other elements.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.publicationDateSeason", + "min": 0, + "definition": "Spring, Summer, Fall/Autumn, Winter.", + "isModifier": false, + "short": "Season in which the cited artifact was published", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.publicationDateSeason", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.lastRevisionDate", + "min": 0, + "definition": "The date the article was last revised or updated in the database.", + "isModifier": false, + "short": "The date the article was last revised or updated in the database", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.lastRevisionDate", + "comment": "The lastRevisionDate is used for the cited article and not the date the Citation Resource is last revised.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.language", + "min": 0, + "definition": "The language or languages in which this form of the article is published.", + "isModifier": false, + "short": "Language(s) in which this form of the article is published", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/languages", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A human language." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + } + ], + "description": "A human language." + }, + "max": "*", + "id": "Citation.citedArtifact.publicationForm.language", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.accessionNumber", + "min": 0, + "definition": "Entry number or identifier for inclusion in a database.", + "isModifier": false, + "short": "Entry number or identifier for inclusion in a database", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.accessionNumber", + "comment": "Accession numbers may be used instead of or in addition to page numbers. Accession numbers are functionally identifiers when coupled with the identity of the database for which they are accession numbers. Accession numbers which are used for indexing citations in a dataset of citations should NOT be entered in Citation.citedArtifact.publicationForm.accessionNumber -- this use would be a type of Citation.identifier for the citation record itself.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.pageString", + "min": 0, + "definition": "Used for full display of pagination.", + "isModifier": false, + "short": "Used for full display of pagination", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.pageString", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.firstPage", + "min": 0, + "definition": "Used for isolated representation of first page.", + "isModifier": false, + "short": "Used for isolated representation of first page", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.firstPage", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.lastPage", + "min": 0, + "definition": "Used for isolated representation of last page.", + "isModifier": false, + "short": "Used for isolated representation of last page", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.lastPage", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.pageCount", + "min": 0, + "definition": "Actual or approximate number of pages or screens. Distinct from reporting the page numbers.", + "isModifier": false, + "short": "Number of pages or screens", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.pageCount", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.publicationForm.copyright", + "min": 0, + "definition": "Copyright notice for the full article or artifact.", + "isModifier": false, + "short": "Copyright notice for the full article or artifact", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.publicationForm.copyright", + "comment": "It is possible that different publication forms have different copyright notices.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.webLocation", + "min": 0, + "definition": "Used for any URL for the article or artifact cited.", + "isModifier": false, + "short": "Used for any URL for the article or artifact cited", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.webLocation", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.webLocation.classifier", + "min": 0, + "definition": "A characterization of the object expected at the web location.", + "isModifier": false, + "short": "Code the reason for different URLs, e.g. abstract and full-text", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-url-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ArtifactUrlClassifier" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.webLocation.classifier", + "comment": "Categories that may be frequently used for study citations may include abstract, full-text, supplement, webpage, and doi-based.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.webLocation.url", + "min": 0, + "definition": "The specific URL.", + "isModifier": false, + "short": "The specific URL", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.webLocation.url", + "comment": "Persistent URLs, like doi, are preferred.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.classification", + "min": 0, + "definition": "The assignment to an organizing scheme.", + "isModifier": false, + "short": "The assignment to an organizing scheme", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.classification", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.classification.type", + "min": 0, + "definition": "The kind of classifier (e.g. publication type, keyword).", + "isModifier": false, + "short": "The kind of classifier (e.g. publication type, keyword)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitedArtifactClassificationType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.classification.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.classification.classifier", + "min": 0, + "definition": "The specific classification value.", + "isModifier": false, + "short": "The specific classification value", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CitationArtifactClassifier" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.classification.classifier", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.classification.artifactAssessment", + "min": 0, + "definition": "Complex or externally created classification.", + "isModifier": false, + "short": "Complex or externally created classification", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.classification.artifactAssessment", + "comment": "Examples relevant to study citations include MeSH Headings or Keywords that contain qualifier codings or sub-classifications, and include risk of bias assessments created by persons different from the creator of the citation record.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship", + "requirements": "Need to support individualized and collective attribution of authorship and contributorship to people and groups.", + "min": 0, + "definition": "This element is used to list authors and other contributors, their contact information, specific contributions, and summary statements.", + "isModifier": false, + "short": "Attribution of authors and other contributors", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.complete", + "min": 0, + "definition": "Indicates if the list includes all authors and/or contributors.", + "isModifier": false, + "short": "Indicates if the list includes all authors and/or contributors", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.complete", + "comment": "If list is incomplete, \"et al\" can be appended to Contributorship.summary.value for display purposes.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry", + "min": 0, + "definition": "An individual entity named as a contributor, for example in the author list or contributor list.", + "isModifier": false, + "short": "An individual entity named as a contributor", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.contributorship.entry", + "comment": "Used to report contributorship in individualized ways.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.contributor", + "min": 1, + "definition": "The identity of the individual contributor.", + "isModifier": false, + "short": "The identity of the individual contributor", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.contributor", + "comment": "If naming a contributor without additional detail or further structured data, the display element within the Reference datatype may be used for a simple string without referencing another resource.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.forenameInitials", + "min": 0, + "definition": "For citation styles that use initials.", + "isModifier": false, + "short": "For citation styles that use initials", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.forenameInitials", + "comment": "This element is used to support a data element used for citations that is not otherwise supported fully by FHIR HumanName datatype. In some citation summary styles (e.g. Medline), authors are presented with full spelling of their last name (family name) and initials for all forenames (first names, middle names, preceding names, given names). As the FHIR HumanName Datatype does not have a specific element for forename initials and this is common in citation usage, the element is added to contributorship.entry directly.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.affiliation", + "min": 0, + "definition": "Organization affiliated with the contributor.", + "isModifier": false, + "short": "Organizational affiliation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.contributorship.entry.affiliation", + "comment": "If naming an organization without additional detail or further structured data, the display element within the Reference datatype may be used for a simple string without referencing another resource.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.contributionType", + "min": 0, + "definition": "This element identifies the specific nature of an individual’s contribution with respect to the cited work.", + "isModifier": false, + "short": "The specific contribution", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ArtifactContributionType" + } + ] + }, + "max": "*", + "id": "Citation.citedArtifact.contributorship.entry.contributionType", + "comment": "The CreDiT taxonomy provides a way to encode contribution information. The purpose of CRediT is to provide transparency in contributions to scholarly published work, to enable improved systems of attribution, credit, and accountability.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.role", + "min": 0, + "definition": "The role of the contributor (e.g. author, editor, reviewer, funder).", + "isModifier": false, + "short": "The role of the contributor (e.g. author, editor, reviewer, funder)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorRole" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.role", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.contributionInstance", + "min": 0, + "definition": "Contributions with accounting for time or number.", + "isModifier": false, + "short": "Contributions with accounting for time or number", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.contributorship.entry.contributionInstance", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", + "min": 1, + "definition": "The specific contribution.", + "isModifier": false, + "short": "The specific contribution", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ArtifactContributionInstanceType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", + "min": 0, + "definition": "The time that the contribution was made.", + "isModifier": false, + "short": "The time that the contribution was made", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.contributionInstance.time", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.correspondingContact", + "min": 0, + "definition": "Whether the contributor is the corresponding contributor for the role.", + "isModifier": false, + "short": "Whether the contributor is the corresponding contributor for the role", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.correspondingContact", + "comment": "If there are multiple authors and one serves as the corresponding author, then that one would have correspondingContact = true.", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.entry.rankingOrder", + "min": 0, + "definition": "Provides a numerical ranking to represent the degree of contributorship relative to other contributors, such as 1 for first author and 2 for second author.", + "isModifier": false, + "short": "Ranked order of contribution", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.entry.rankingOrder", + "comment": "Used to retain order of authorship as structured data", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.summary", + "min": 0, + "definition": "Used to record a display of the author/contributor list without separate data element for each list member.", + "isModifier": false, + "short": "Used to record a display of the author/contributor list without separate data element for each list member", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContributorshipSummary" + } + ], + "max": "*", + "id": "Citation.citedArtifact.contributorship.summary", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.summary.type", + "min": 0, + "definition": "Used most commonly to express an author list or a contributorship statement.", + "isModifier": false, + "short": "Such as author list, contributorship statement, funding statement, acknowledgements statement, or conflicts of interest statement", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorSummaryType" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.contributorship.summary.type", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.summary.style", + "min": 0, + "definition": "The format for the display string, such as author last name with first letter capitalized followed by forename initials.", + "isModifier": false, + "short": "The format for the display string", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-style", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorSummaryStyle" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.contributorship.summary.style", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.summary.source", + "min": 0, + "definition": "Used to code the producer or rule for creating the display string.", + "isModifier": false, + "short": "Used to code the producer or rule for creating the display string", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-summary-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorSummarySource" + } + ] + }, + "max": "1", + "id": "Citation.citedArtifact.contributorship.summary.source", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.contributorship.summary.value", + "min": 1, + "definition": "The display string for the author list, contributor list, or contributorship statement.", + "isModifier": false, + "short": "The display string for the author list, contributor list, or contributorship statement", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Citation.citedArtifact.contributorship.summary.value", + "isSummary": false + }, + { + "path": "Citation.citedArtifact.note", + "min": 0, + "definition": "Any additional information or content for the article or artifact.", + "isModifier": false, + "short": "Any additional information or content for the article or artifact", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Citation.citedArtifact.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Indicates more detailed reason for outcome.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/operation-outcome" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-outcome-detail/5.0.0", + "date": "2021-11-12T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventOutcomeDetail", + "experimental": true, + "resourceType": "ValueSet", + "title": "Audit Event Outcome Detail", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "audit-event-outcome-detail", + "url": "http://hl7.org/fhir/ValueSet/audit-event-outcome-detail", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2979", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-outcome-detail", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of population.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-population" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-population/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasurePopulationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Population Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-population", + "url": "http://hl7.org/fhir/ValueSet/measure-population", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.765", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.749", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-population", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-improvement-notation" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-improvement-notation/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureImprovementNotation", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Improvement Notation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-improvement-notation", + "url": "http://hl7.org/fhir/ValueSet/measure-improvement-notation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1236", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-improvement-notation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to express the role of a diagnosis on the Encounter or EpisodeOfCare record.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/diagnosis-role/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiagnosisRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Diagnosis Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "diagnosis-role", + "url": "http://hl7.org/fhir/ValueSet/diagnosis-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.49", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/diagnosis-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AllergyIntolerance/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "To record a clinical assessment of a propensity, or potential risk to an individual, of an adverse reaction upon future exposure to the specified substance, or class of substance.", + "name": "AllergyIntolerance", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "AllergyIntolerance", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "AllergyIntolerance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AllergyIntolerance", + "differential": { + "element": [ + { + "path": "AllergyIntolerance", + "min": 0, + "definition": "Risk of harmful or undesirable physiological response which is specific to an individual and associated with exposure to a substance.", + "isModifier": false, + "short": "Allergy or Intolerance (generally: Risk of adverse reaction to a substance)", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Allergy", "Intolerance", "Adverse Reaction"], + "max": "*", + "id": "AllergyIntolerance", + "comment": "Substances include, but are not limited to: a therapeutic substance administered correctly at an appropriate dosage for the individual; food; material derived from plants or animals; or venom from insect stings." + }, + { + "path": "AllergyIntolerance.identifier", + "requirements": "Allows identification of the AllergyIntolerance as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this AllergyIntolerance by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "AllergyIntolerance.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.clinicalStatus", + "min": 0, + "definition": "The clinical status of the allergy or intolerance.", + "isModifier": true, + "short": "active | inactive | resolved", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceClinicalStatus" + } + ], + "description": "The clinical status of the allergy or intolerance." + }, + "max": "1", + "id": "AllergyIntolerance.clinicalStatus", + "comment": "AllergyIntolerance.clinicalStatus should be present if verificationStatus is not entered-in-error and the AllergyIntolerance.code isn't negated (No Known Allergy, No Drug Allergy, No Food Allergy, No Latex Allergy).\nRefer to [discussion](extensibility.html#Special-Case) if clinicalStatus is missing data.\nThe data type is CodeableConcept because clinicalStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "isModifierReason": "This element is labeled as a modifier because the status contains the codes inactive and resolved that mark the AllergyIntolerance as no longer active.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.verificationStatus", + "min": 0, + "definition": "Assertion about certainty associated with the propensity, or potential risk, of a reaction to the identified substance (including pharmaceutical product). The verification status pertains to the allergy or intolerance, itself, not to any specific AllergyIntolerance attribute.", + "isModifier": true, + "short": "unconfirmed | presumed | confirmed | refuted | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Observation ACT .inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-verification|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceVerificationStatus" + } + ], + "description": "Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance." + }, + "max": "1", + "id": "AllergyIntolerance.verificationStatus", + "comment": "The data type is CodeableConcept because verificationStatus has some clinical judgment involved, such that there might need to be more specificity than the required FHIR value set allows. For example, a SNOMED coding might allow for additional specificity.", + "isModifierReason": "This element is labeled as a modifier because the status contains the codes refuted and entered-in-error that mark the AllergyIntolerance as not currently valid.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.type", + "min": 0, + "definition": "Identification of the underlying physiological mechanism for the reaction risk.", + "isModifier": false, + "short": "allergy | intolerance - Underlying mechanism (if known)", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "IAM-9", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceType" + } + ], + "description": "Identification of the underlying physiological mechanism for a Reaction Risk." + }, + "alias": ["Category", "Class"], + "max": "1", + "id": "AllergyIntolerance.type", + "comment": "Allergic (typically immune-mediated) reactions have been traditionally regarded as an indicator for potential escalation to significant future risk. Contemporary knowledge suggests that some reactions previously thought to be immune-mediated are, in fact, non-immune, but in some cases can still pose a life threatening risk. It is acknowledged that many clinicians might not be in a position to distinguish the mechanism of a particular reaction. Often the term \"allergy\" is used rather generically and may overlap with the use of \"intolerance\" - in practice the boundaries between these two concepts might not be well-defined or understood. This data element is included nevertheless, because many legacy systems have captured this attribute. Immunologic testing may provide supporting evidence for the basis of the reaction and the causative substance, but no tests are 100% sensitive or specific for sensitivity to a particular substance. If, as is commonly the case, it is unclear whether the reaction is due to an allergy or an intolerance, then the type element should be omitted from the resource.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.category", + "min": 0, + "definition": "Category of the identified substance.", + "isModifier": false, + "short": "food | medication | environment | biologic", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "AL1-2", "identity": "v2" }, + { + "map": "value < IntoleranceValue (Agent)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCategory" + } + ], + "description": "Category of an identified substance associated with allergies or intolerances." + }, + "alias": ["Category", "Type", "Reaction Type", "Class"], + "max": "*", + "id": "AllergyIntolerance.category", + "comment": "This data element has been included because it is currently being captured in some clinical systems. This data can be derived from the substance where coding systems are used, and is effectively redundant in that situation. When searching on category, consider the implications of AllergyIntolerance resources without a category. For example, when searching on category = medication, medication allergies that don't have a category valued will not be returned. Refer to [search](search.html) for more information on how to search category with a :missing modifier to get allergies that don't have a category. Additionally, category should be used with caution because category can be subjective based on the sender.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.criticality", + "min": 0, + "definition": "Estimate of the potential clinical harm, or seriousness, of the reaction to the identified substance.", + "isModifier": false, + "short": "low | high | unable-to-assess", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "AL1-4", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCriticality" + } + ], + "description": "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance." + }, + "alias": [ + "Severity", + "Seriousness", + "Contra-indication", + "Risk" + ], + "max": "1", + "id": "AllergyIntolerance.criticality", + "comment": "The default criticality value for any propensity to an adverse reaction should be 'Low Risk', indicating at the very least a relative contraindication to deliberate or voluntary exposure to the substance. 'High Risk' is flagged if the clinician has identified a propensity for a more serious or potentially life-threatening reaction, such as anaphylaxis, and implies an absolute contraindication to deliberate or voluntary exposure to the substance. If this element is missing, the criticality is unknown (though it may be known elsewhere). Systems that capture a severity at the condition level are actually representing the concept of criticality whereas the severity documented at the reaction level is representing the true reaction severity. Existing systems that are capturing both condition criticality and reaction severity may use the term \"severity\" to represent both. Criticality is the worst it could be in the future (i.e. situation-agnostic) whereas severity is situation-dependent.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.code", + "min": 0, + "definition": "Code for an allergy or intolerance statement (either a positive or a negated/excluded statement). This may be a code for a substance or pharmaceutical product that is considered to be responsible for the adverse reaction risk (e.g., \"Latex\"), an allergy or intolerance condition (e.g., \"Latex allergy\"), or a negated/excluded code for a specific substance or class (e.g., \"No latex allergy\") or a general or categorical negated statement (e.g., \"No known allergy\", \"No known drug allergies\"). Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", + "isModifier": false, + "short": "Code that identifies the allergy or intolerance", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "AL1-3 / IAM-3", "identity": "v2" }, + { + "map": "substance/product:\r\r.participation[typeCode=CAGNT].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rnegated/excluded substance/product:\r\r.participation[typeCode=CAGNT, negationInd=true].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]\r\rpositive or negated/excluded condition/situation:\r\rObservation.code=ASSERTION; Observation.value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergyintolerance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceCode" + } + ], + "description": "Type of the substance/product, allergy or intolerance condition, or negation/exclusion codes for reporting no known allergies." + }, + "alias": ["Code"], + "max": "1", + "id": "AllergyIntolerance.code", + "comment": "It is strongly recommended that this element be populated using a terminology, where possible. For example, some terminologies used include RxNorm, SNOMED CT, DM+D, NDFRT, ICD-9, IDC-10, UNII, and ATC. Plain text should only be used if there is no appropriate terminology available. Additional details can be specified in the text.\r\rWhen a substance or product code is specified for the 'code' element, the \"default\" semantic context is that this is a positive statement of an allergy or intolerance (depending on the value of the 'type' element, if present) condition to the specified substance/product. In the corresponding SNOMED CT allergy model, the specified substance/product is the target (destination) of the \"Causative agent\" relationship.\r\rThe 'substanceExposureRisk' extension is available as a structured and more flexible alternative to the 'code' element for making positive or negative allergy or intolerance statements. This extension provides the capability to make \"no known allergy\" (or \"no risk of adverse reaction\") statements regarding any coded substance/product (including cases when a pre-coordinated \"no allergy to x\" concept for that substance/product does not exist). If the 'substanceExposureRisk' extension is present, the AllergyIntolerance.code element SHALL be omitted.", + "isSummary": true + }, + { + "path": "AllergyIntolerance.patient", + "min": 1, + "definition": "The patient who has the allergy or intolerance.", + "isModifier": false, + "short": "Who the allergy or intolerance is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "(PID-3)", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "alias": ["Patient"], + "max": "1", + "id": "AllergyIntolerance.patient", + "isSummary": true + }, + { + "path": "AllergyIntolerance.encounter", + "min": 0, + "definition": "The encounter when the allergy or intolerance was asserted.", + "isModifier": false, + "short": "Encounter when the allergy or intolerance was asserted", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.encounter", + "isSummary": false + }, + { + "path": "AllergyIntolerance.onset[x]", + "min": 0, + "definition": "Estimated or actual date, date-time, or age when allergy or intolerance was identified.", + "isModifier": false, + "short": "When allergy or intolerance was identified", + "mapping": [ + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "effectiveTime.low", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Range" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.onset[x]", + "comment": "Age is generally used when the patient reports an age at which the AllergyIntolerance was noted. Period is generally used to convey an imprecise onset that occurred within the time period. Range is generally used to convey an imprecise age range (e.g. 4 to 6 years old).", + "isSummary": false + }, + { + "path": "AllergyIntolerance.recordedDate", + "min": 0, + "definition": "The recordedDate represents when this particular AllergyIntolerance record was created in the system, which is often a system-generated date.", + "isModifier": false, + "short": "Date allergy or intolerance was first recorded", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "IAM-13", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.recordedDate", + "comment": "When onset date is unknown, recordedDate can be used to establish if the allergy or intolerance was present on or before a given date. If the recordedDate is known and provided by a sending system, it is preferred that the receiving system preserve that recordedDate value. If the recordedDate is not provided by the sending system, the receipt timestamp is sometimes used as the recordedDate.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.participant", + "min": 0, + "definition": "Indicates who or what participated in the activities related to the allergy or intolerance and how they were involved.", + "isModifier": false, + "short": "Who or what participated in the activities related to the allergy or intolerance and how they were involved", + "mapping": [ + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AllergyIntolerance.participant", + "isSummary": true + }, + { + "path": "AllergyIntolerance.participant.function", + "min": 0, + "definition": "Distinguishes the type of involvement of the actor in the activities related to the allergy or intolerance.", + "isModifier": false, + "short": "Type of involvement", + "mapping": [ + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceParticipantFunction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "AllergyIntolerance.participant.function", + "isSummary": true + }, + { + "path": "AllergyIntolerance.participant.actor", + "min": 1, + "definition": "Indicates who or what participated in the activities related to the allergy or intolerance.", + "isModifier": false, + "short": "Who or what participated in the activities related to the allergy or intolerance", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.participant.actor", + "isSummary": true + }, + { + "path": "AllergyIntolerance.lastOccurrence", + "min": 0, + "definition": "Represents the date and/or time of the last known occurrence of a reaction event.", + "isModifier": false, + "short": "Date(/time) of last known occurrence of a reaction", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.lastOccurrence", + "comment": "This date may be replicated by one of the Onset of Reaction dates. Where a textual representation of the date of last occurrence is required e.g. 'In Childhood, '10 years ago' the AllergyIntolerance.note element should be used.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.note", + "min": 0, + "definition": "Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.", + "isModifier": false, + "short": "Additional text not captured in other fields", + "mapping": [ + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "AllergyIntolerance.note", + "comment": "For example: including reason for flagging a seriousness of 'High Risk'; and instructions related to future exposure or administration of the substance, such as administration within an Intensive Care Unit or under corticosteroid cover. The notes should be related to an allergy or intolerance as a condition in general and not related to any particular episode of it. For episode notes and descriptions, use AllergyIntolerance.event.description and AllergyIntolerance.event.notes.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction", + "min": 0, + "definition": "Details about each adverse reaction event linked to exposure to the identified substance.", + "isModifier": false, + "short": "Adverse Reaction Events linked to exposure to substance", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN, code <= CommonClinicalObservationType, value <= ObservationValue (Reaction Type)]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "AllergyIntolerance.reaction", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.substance", + "min": 0, + "definition": "Identification of the specific substance (or pharmaceutical product) considered to be responsible for the Adverse Reaction event. Note: the substance for a specific reaction may be different from the substance identified as the cause of the risk, but it must be consistent with it. For instance, it may be a more specific substance (e.g. a brand medication) or a composite product that includes the identified substance. It must be clinically safe to only process the 'code' and ignore the 'reaction.substance'. If a receiving system is unable to confirm that AllergyIntolerance.reaction.substance falls within the semantic scope of AllergyIntolerance.code, then the receiving system should ignore AllergyIntolerance.reaction.substance.", + "isModifier": false, + "short": "Specific substance or pharmaceutical product considered to be responsible for event", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].participation[typeCode=CSM].role[classCode=ADMM].player[classCode=MAT, determinerCode=KIND, code <= ExposureAgentEntityType]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceCode" + } + ], + "description": "Codes defining the type of the substance (including pharmaceutical products)." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.substance", + "comment": "Coding of the specific substance (or pharmaceutical product) with a terminology capable of triggering decision support should be used wherever possible. The 'code' element allows for the use of a specific substance or pharmaceutical product, or a group or class of substances. In the case of an allergy or intolerance to a class of substances, (for example, \"penicillins\"), the 'reaction.substance' element could be used to code the specific substance that was identified as having caused the reaction (for example, \"amoxycillin\"). Duplication of the value in the 'code' and 'reaction.substance' elements is acceptable when a specific substance has been recorded in 'code'.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.manifestation", + "min": 1, + "definition": "Clinical symptoms and/or signs that are observed or associated with the adverse reaction event.", + "isModifier": false, + "short": "Clinical symptoms/signs associated with the Event", + "mapping": [ + { "map": "AL1-5", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Manifestation" + } + ], + "description": "Clinical symptoms and/or signs that are observed or associated with an Adverse Reaction Event." + }, + "alias": ["Symptoms", "Signs"], + "max": "*", + "id": "AllergyIntolerance.reaction.manifestation", + "comment": "Manifestation can be expressed as a single word, phrase or brief description. For example: nausea, rash or no reaction. It is preferable that manifestation should be coded with a terminology, where possible. The values entered here may be used to display on an application screen as part of a list of adverse reactions, as recommended in the UK NHS CUI guidelines. Terminologies commonly used include, but are not limited to, SNOMED CT or ICD10.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.description", + "min": 0, + "definition": "Text description about the reaction as a whole, including details of the manifestation if required.", + "isModifier": false, + "short": "Description of the event as a whole", + "mapping": [{ "map": "text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["Narrative", "Text"], + "max": "1", + "id": "AllergyIntolerance.reaction.description", + "comment": "Use the description to provide any details of a particular event of the occurred reaction such as circumstances, reaction specifics, what happened before/after. Information, related to the event, but not describing a particular care should be captured in the note field. For example: at the age of four, the patient was given penicillin for strep throat and subsequently developed severe hives.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.onset", + "min": 0, + "definition": "Record of the date and/or time of the onset of the Reaction.", + "isModifier": false, + "short": "Date(/time) when manifestations showed", + "mapping": [ + { "map": "AL1-6", "identity": "v2" }, + { "map": "effectiveTime.low", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AllergyIntolerance.reaction.onset", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.severity", + "min": 0, + "definition": "Clinical assessment of the severity of the reaction event as a whole, potentially considering multiple different manifestations.", + "isModifier": false, + "short": "mild | moderate | severe (of event as a whole)", + "mapping": [ + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV, value <= SeverityObservation (Severity Level)]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reaction-event-severity|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergyIntoleranceSeverity" + } + ], + "description": "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.severity", + "comment": "It is acknowledged that this assessment is very subjective. There may be some specific practice domains where objective scales have been applied. Objective scales can be included in this model as extensions.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.exposureRoute", + "min": 0, + "definition": "Identification of the route by which the subject was exposed to the substance.", + "isModifier": false, + "short": "How the subject was exposed to the substance", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=SAS].target[classCode=SBADM, code <= ExposureCode].routeCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RouteOfAdministration" + } + ], + "description": "A coded concept describing the route or physiological path of exposure to a substance." + }, + "max": "1", + "id": "AllergyIntolerance.reaction.exposureRoute", + "comment": "Coding of the route of exposure with a terminology should be used wherever possible.", + "isSummary": false + }, + { + "path": "AllergyIntolerance.reaction.note", + "min": 0, + "definition": "Additional text about the adverse reaction event not captured in other fields.", + "isModifier": false, + "short": "Text about event not captured in other fields", + "mapping": [ + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "AllergyIntolerance.reaction.note", + "comment": "Use this field to record information indirectly related to a particular event and not captured in the description. For example: Clinical records are no longer available, recorded based on information provided to the patient by her mother and her mother is deceased.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Goal/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Goal", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Goal", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Goal", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Goal", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Goal", + "differential": { + "element": [ + { + "path": "Goal", + "min": 0, + "definition": "Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.", + "isModifier": false, + "short": "Describes the intended objective(s) for a patient, group or organization", + "mapping": [ + { "map": "clinical.careprovision", "identity": "w5" }, + { "map": "GOL.1", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode<=OBJ].", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Goal", + "comment": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline." + }, + { + "path": "Goal.identifier", + "requirements": "Allows identification of the goal as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this goal by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External Ids for this goal", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Goal.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": false + }, + { + "path": "Goal.lifecycleStatus", + "requirements": "Allows knowing whether goal needs to be further tracked.", + "min": 1, + "definition": "The state of the goal throughout its lifecycle.", + "isModifier": true, + "short": "proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "GOL-18-goal life cycle status", + "identity": "v2" + }, + { + "map": ".statusCode in-progress = active (classCode = OBJ) cancelled = aborted", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalLifecycleStatus" + } + ], + "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted." + }, + "max": "1", + "id": "Goal.lifecycleStatus", + "comment": "This element is labeled as a modifier because the lifecycleStatus contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Goal.achievementStatus", + "min": 0, + "definition": "Describes the progression, or lack thereof, towards the goal against the target.", + "isModifier": false, + "short": "in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable", + "mapping": [ + { + "map": ".statusCode achieved = complete sustaining = active", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-achievement", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalAchievementStatus" + } + ], + "description": "Indicates the progression, or lack thereof, towards the goal against the target." + }, + "max": "1", + "id": "Goal.achievementStatus", + "isSummary": true + }, + { + "path": "Goal.category", + "requirements": "Allows goals to be filtered and sorted.", + "min": 0, + "definition": "Indicates a category the goal falls within.", + "isModifier": false, + "short": "E.g. Treatment, dietary, behavioral, etc", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalCategory" + } + ], + "description": "Codes for grouping and sorting goals." + }, + "max": "*", + "id": "Goal.category", + "isSummary": true + }, + { + "path": "Goal.continuous", + "requirements": "Allows for a system to programmatically update achievementStatus upon finding evidence the goal has been met.", + "min": 0, + "definition": "After meeting the goal, ongoing activity is needed to sustain the goal objective.", + "isModifier": false, + "short": "After meeting the goal, ongoing activity is needed to sustain the goal objective", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Goal.continuous", + "comment": "For example, getting a yellow fever vaccination for a planned trip is a goal that is designed to be completed (continuous = false). A goal to sustain HbA1c levels would not be a one-time goal (continuous = true).", + "isSummary": false + }, + { + "path": "Goal.priority", + "requirements": "Used for sorting and presenting goals.", + "min": 0, + "definition": "Identifies the mutually agreed level of importance associated with reaching/sustaining the goal.", + "isModifier": false, + "short": "high-priority | medium-priority | low-priority", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalPriority" + } + ], + "description": "The level of importance associated with a goal." + }, + "max": "1", + "id": "Goal.priority", + "comment": "Extensions are available to track priorities as established by each participant (i.e. Priority from the patient's perspective, different practitioners' perspectives, family member's perspectives)\r\rThe ordinal extension on Coding can be used to convey a numerically comparable ranking to priority. (Keep in mind that different coding systems may use a \"low value=important\".", + "isSummary": true + }, + { + "path": "Goal.description", + "requirements": "Without a description of what's trying to be achieved, element has no purpose.", + "min": 1, + "definition": "Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\".", + "isModifier": false, + "short": "Code or text describing goal", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "GOL-3.2-goal ID.text", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalDescription" + } + ], + "description": "Codes providing the details of a particular goal. This will generally be system or implementation guide-specific. In many systems, only the text element will be used." + }, + "max": "1", + "id": "Goal.description", + "comment": "If no code is available, use CodeableConcept.text.", + "isSummary": true + }, + { + "path": "Goal.subject", + "requirements": "Subject is optional to support annonymized reporting.", + "min": 1, + "definition": "Identifies the patient, group or organization for whom the goal is being established.", + "isModifier": false, + "short": "Who this goal is intended for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-patient ID list", "identity": "v2" }, + { + "map": ".participation[typeCode=PAT].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Goal.subject", + "isSummary": true + }, + { + "path": "Goal.start[x]", + "requirements": "Goals can be established prior to there being an intention to start pursuing them; e.g. Goals for post-surgical recovery established prior to surgery.", + "min": 0, + "definition": "The date or event after which the goal should begin being pursued.", + "isModifier": false, + "short": "When goal pursuit begins", + "mapping": [{ "map": "FiveWs.planned", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalStartEvent" + } + ], + "description": "Codes describing events that can trigger the initiation of a goal." + }, + "max": "1", + "id": "Goal.start[x]", + "isSummary": true + }, + { + "constraint": [ + { + "key": "gol-1", + "human": "Goal.target.measure is required if Goal.target.detail is populated", + "source": "http://hl7.org/fhir/StructureDefinition/Goal", + "severity": "error", + "expression": "(detail.exists() and measure.exists()) or detail.exists().not()" + } + ], + "path": "Goal.target", + "requirements": "Allows the progress of the goal to be monitored against an observation or due date. Target is 0..* to support Observations with multiple components, such as blood pressure goals with both a systolic and diastolic target.", + "min": 0, + "definition": "Indicates what should be done by when.", + "isModifier": false, + "short": "Target outcome for the goal", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Goal.target", + "comment": "When multiple targets are present for a single goal instance, all targets must be met for the overall goal to be met.", + "isSummary": false + }, + { + "path": "Goal.target.measure", + "min": 0, + "definition": "The parameter whose value is being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.", + "isModifier": false, + "short": "The parameter whose value is being tracked", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetMeasure" + } + ], + "description": "Codes to identify the value being tracked, e.g. body weight, blood pressure, or hemoglobin A1c level." + }, + "max": "1", + "id": "Goal.target.measure", + "condition": ["gol-1"], + "isSummary": true + }, + { + "path": "Goal.target.detail[x]", + "min": 0, + "definition": "The target value of the focus to be achieved to signify the fulfillment of the goal, e.g. 150 pounds, 7.0%. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any focus value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any focus value at or above the low value.", + "isModifier": false, + "short": "The target value to be achieved", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Ratio" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetDetail" + } + ], + "description": "Codes to identify the target value of the focus to be achieved to signify the fulfillment of the goal." + }, + "max": "1", + "id": "Goal.target.detail[x]", + "condition": ["gol-1"], + "comment": "A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Goal.target.measure defines a coded value.", + "isSummary": true + }, + { + "path": "Goal.target.due[x]", + "requirements": "Identifies when the goal should be evaluated.", + "min": 0, + "definition": "Indicates either the date or the duration after start by which the goal should be met.", + "isModifier": false, + "short": "Reach goal on or before", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "Goal.target.due[x]", + "isSummary": true + }, + { + "path": "Goal.statusDate", + "min": 0, + "definition": "Identifies when the current status. I.e. When initially created, when achieved, when cancelled, etc.", + "isModifier": false, + "short": "When goal status took effect", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Goal.statusDate", + "comment": "To see the date for past statuses, query history.", + "isSummary": true + }, + { + "path": "Goal.statusReason", + "min": 0, + "definition": "Captures the reason for the current status.", + "isModifier": false, + "short": "Reason for current status", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Goal.statusReason", + "comment": "This will typically be captured for statuses such as rejected, on-hold or cancelled, but could be present for others.", + "isSummary": false + }, + { + "path": "Goal.source", + "min": 0, + "definition": "Indicates whose goal this is - patient goal, practitioner goal, etc.", + "isModifier": false, + "short": "Who's responsible for creating Goal?", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Goal.source", + "comment": "This is the individual or team responsible for establishing the goal, not necessarily who recorded it. (For that, use the Provenance resource.).", + "isSummary": true + }, + { + "path": "Goal.addresses", + "requirements": "Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable.", + "min": 0, + "definition": "The identified conditions and other health record elements that are intended to be addressed by the goal.", + "isModifier": false, + "short": "Issues addressed by this goal", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target[classCode=CONC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Goal.addresses", + "isSummary": false + }, + { + "path": "Goal.note", + "requirements": "There's a need to capture information about the goal that doesn't actually describe the goal.", + "min": 0, + "definition": "Any comments related to the goal.", + "isModifier": false, + "short": "Comments about the goal", + "mapping": [ + { + "map": "GOL-16-goal evaluation + NTE?", + "identity": "v2" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Goal.note", + "comment": "May be used for progress notes, concerns or other related information that doesn't actually describe the goal itself.", + "isSummary": false + }, + { + "path": "Goal.outcome", + "requirements": "Outcome tracking is a key aspect of care planning.", + "min": 0, + "definition": "Identifies the change (or lack of change) at the point when the status of the goal is assessed.", + "isModifier": false, + "short": "What result was achieved regarding the goal?", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalOutcome" + } + ], + "description": "The result of the goal; e.g. \"25% increase in shoulder mobility\", \"Anxiety reduced to moderate levels\". \"15 kg weight loss sustained over 6 months\"." + }, + "max": "*", + "id": "Goal.outcome", + "comment": "Note that this should not duplicate the goal status; The goal outcome is independent of the outcome of the related activities. For example, if the Goal is to achieve a target body weight of 150 lb and a care plan activity is defined to diet, then the care plan’s activity outcome could be calories consumed whereas goal outcome is an observation for the actual body weight measured.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DataRequirement/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DataRequirement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DataRequirement", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "DataRequirement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DataRequirement", + "differential": { + "element": [ + { + "id": "DataRequirement", + "max": "*", + "min": 0, + "path": "DataRequirement", + "short": "Describes a required data item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data." + }, + { + "path": "DataRequirement.type", + "min": 1, + "definition": "The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.", + "short": "The type of the required data", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "List of FHIR types (resources, data types)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "List of FHIR types (resources, data types)." + }, + "max": "1", + "id": "DataRequirement.type", + "isSummary": true + }, + { + "id": "DataRequirement.profile", + "max": "*", + "min": 0, + "path": "DataRequirement.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "The profile of the required data", + "isSummary": true, + "definition": "The profile of the required data, specified as the uri of the profile definition." + }, + { + "path": "DataRequirement.subject[x]", + "min": 0, + "definition": "The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.", + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The possible types of subjects for a data requirement (E.g., Patient, Practitioner, Organization, Location, etc.)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a data requirement (E.g., Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "DataRequirement.subject[x]", + "comment": "The subject of a data requirement is critical, as the data being specified is determined with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what data is available based on its relationship to the subject. In CQL, this corresponds to the context declaration.", + "isSummary": true + }, + { + "id": "DataRequirement.mustSupport", + "max": "*", + "min": 0, + "path": "DataRequirement.mustSupport", + "type": [{ "code": "string" }], + "short": "Indicates specific structure elements that are referenced by the knowledge module", + "isSummary": true, + "definition": "Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. \n\nThe value of mustSupport SHALL be a FHIRPath resolvable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details)." + }, + { + "constraint": [ + { + "key": "drq-1", + "human": "Either a path or a searchParam must be provided, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + ], + "path": "DataRequirement.codeFilter", + "min": 0, + "definition": "Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.", + "short": "What codes are expected", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.codeFilter", + "isSummary": true + }, + { + "path": "DataRequirement.codeFilter.path", + "min": 0, + "definition": "The code-valued attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept.", + "short": "A code-valued attribute to filter on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.codeFilter.path", + "condition": ["drq-1"], + "comment": "The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": true + }, + { + "path": "DataRequirement.codeFilter.searchParam", + "min": 0, + "definition": "A token parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type code, Coding, or CodeableConcept.", + "short": "A coded (token) parameter to search on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.codeFilter.searchParam", + "condition": ["drq-1"], + "isSummary": true + }, + { + "id": "DataRequirement.codeFilter.valueSet", + "max": "1", + "min": 0, + "path": "DataRequirement.codeFilter.valueSet", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "ValueSet for the filter", + "isSummary": true, + "definition": "The valueset for the code filter. The valueSet and code elements are additive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset." + }, + { + "id": "DataRequirement.codeFilter.code", + "max": "*", + "min": 0, + "path": "DataRequirement.codeFilter.code", + "type": [{ "code": "Coding" }], + "short": "What code is expected", + "isSummary": true, + "definition": "The codes for the code filter. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. If codes are specified in addition to a value set, the filter returns items matching a code in the value set or one of the specified codes." + }, + { + "constraint": [ + { + "key": "drq-2", + "human": "Either a path or a searchParam must be provided, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/DataRequirement", + "severity": "error", + "expression": "path.exists() xor searchParam.exists()" + } + ], + "path": "DataRequirement.dateFilter", + "min": 0, + "definition": "Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.", + "short": "What dates/date ranges are expected", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.dateFilter", + "isSummary": true + }, + { + "path": "DataRequirement.dateFilter.path", + "min": 0, + "definition": "The date-valued attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of type date, dateTime, Period, Schedule, or Timing.", + "short": "A date-valued attribute to filter on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.dateFilter.path", + "condition": ["drq-2"], + "comment": "The path attribute contains a [Simple FHIR Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": true + }, + { + "path": "DataRequirement.dateFilter.searchParam", + "min": 0, + "definition": "A date parameter that refers to a search parameter defined on the specified type of the DataRequirement, and which searches on elements of type date, dateTime, Period, Schedule, or Timing.", + "short": "A date valued parameter to search on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.dateFilter.searchParam", + "condition": ["drq-2"], + "isSummary": true + }, + { + "id": "DataRequirement.dateFilter.value[x]", + "max": "1", + "min": 0, + "path": "DataRequirement.dateFilter.value[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" } + ], + "short": "The value of the filter, as a Period, DateTime, or Duration value", + "isSummary": true, + "definition": "The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration before now." + }, + { + "id": "DataRequirement.valueFilter", + "max": "*", + "min": 0, + "path": "DataRequirement.valueFilter", + "type": [{ "code": "Element" }], + "short": "What values are expected", + "isSummary": true, + "definition": "Value filters specify additional constraints on the data for elements other than code-valued or date-valued. Each value filter specifies an additional constraint on the data (i.e. valueFilters are AND'ed, not OR'ed)." + }, + { + "path": "DataRequirement.valueFilter.path", + "min": 0, + "definition": "The attribute of the filter. The specified path SHALL be a FHIRPath resolvable on the specified type of the DataRequirement, and SHALL consist only of identifiers, constant indexers, and .resolve(). The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details). Note that the index must be an integer constant. The path must resolve to an element of a type that is comparable to the valueFilter.value[x] element for the filter.", + "short": "An attribute to filter on", + "type": [{ "code": "string" }], + "max": "1", + "id": "DataRequirement.valueFilter.path", + "comment": "The path attribute contains a [Simple FHIR Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": true + }, + { + "id": "DataRequirement.valueFilter.searchParam", + "max": "1", + "min": 0, + "path": "DataRequirement.valueFilter.searchParam", + "type": [{ "code": "string" }], + "short": "A parameter to search on", + "isSummary": true, + "definition": "A search parameter defined on the specified type of the DataRequirement, and which searches on elements of a type compatible with the type of the valueFilter.value[x] for the filter." + }, + { + "path": "DataRequirement.valueFilter.comparator", + "min": 0, + "definition": "The comparator to be used to determine whether the value is matching.", + "short": "eq | gt | lt | ge | le | sa | eb", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/value-filter-comparator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Possible comparators for the valueFilter element." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ValueFilterComparator" + } + ], + "description": "Possible comparators for the valueFilter element." + }, + "max": "1", + "id": "DataRequirement.valueFilter.comparator", + "isSummary": true + }, + { + "id": "DataRequirement.valueFilter.value[x]", + "max": "1", + "min": 0, + "path": "DataRequirement.valueFilter.value[x]", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Duration" } + ], + "short": "The value of the filter, as a Period, DateTime, or Duration value", + "isSummary": true, + "definition": "The value of the filter." + }, + { + "path": "DataRequirement.limit", + "requirements": "Enables the requirement \"most recent 5 results\" to be expressed.", + "min": 0, + "definition": "Specifies a maximum number of results that are required (uses the _count search parameter).", + "short": "Number of results", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "DataRequirement.limit", + "comment": "This element can be used in combination with the sort element to specify quota requirements such as \"the most recent 5\" or \"the highest 5\".", + "isSummary": true + }, + { + "path": "DataRequirement.sort", + "requirements": "Enables the requirement \"most recent 5 results\" to be expressed.", + "min": 0, + "definition": "Specifies the order of the results to be returned.", + "short": "Order of the results", + "type": [{ "code": "Element" }], + "max": "*", + "id": "DataRequirement.sort", + "comment": "This element can be used in combination with the sort element to specify quota requirements such as \"the most recent 5\" or \"the highest 5\". When multiple sorts are specified, they are applied in the order they appear in the resource.", + "isSummary": true + }, + { + "id": "DataRequirement.sort.path", + "max": "1", + "min": 1, + "path": "DataRequirement.sort.path", + "type": [{ "code": "string" }], + "short": "The name of the attribute to perform the sort", + "isSummary": true, + "definition": "The attribute of the sort. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant." + }, + { + "path": "DataRequirement.sort.direction", + "min": 1, + "definition": "The direction of the sort, ascending or descending.", + "short": "ascending | descending", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sort-direction|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The possible sort directions, ascending or descending." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SortDirection" + } + ], + "description": "The possible sort directions, ascending or descending." + }, + "max": "1", + "id": "DataRequirement.sort.direction", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Provenance/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Security)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Provenance", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/auditevent", + "name": "FHIR AuditEvent Mapping", + "identity": "fhirauditevent" + } + ], + "abstract": false, + "type": "Provenance", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "Provenance", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Provenance", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Provenance", + "differential": { + "element": [ + { + "path": "Provenance", + "min": 0, + "definition": "Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource. Provenance provides a critical foundation for assessing authenticity, enabling trust, and allowing reproducibility. Provenance assertions are a form of contextual metadata and can themselves become important records with their own provenance. Provenance statement indicates clinical significance in terms of confidence in authenticity, reliability, and trustworthiness, integrity, and stage in lifecycle (e.g. Document Completion - has the artifact been legally authenticated), all of which may impact security, privacy, and trust policies.", + "isModifier": false, + "short": "Who, What, When for a set of resources", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "infrastructure.information", + "identity": "w5" + }, + { + "map": "ControlAct[isNormalAct() and subsumes(CACT, classCode) and moodCode=EVN]", + "identity": "rim" + }, + { "map": "Activity", "identity": "w3c.prov" } + ], + "mustSupport": false, + "alias": ["History", "Event", "Activity"], + "max": "*", + "id": "Provenance", + "comment": "Some parties may be duplicated between the target resource and its provenance. For instance, the prescriber is usually (but not always) the author of the prescription resource. This resource is defined with close consideration for W3C Provenance." + }, + { + "path": "Provenance.target", + "min": 1, + "definition": "The Reference(s) that were generated or updated by the activity described in this resource. A provenance can point to more than one target if multiple resources were created/updated by the same activity.", + "isModifier": false, + "short": "Target Reference(s) (usually version specific)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "./outboundRelationship[isNormalActRelationship() and typeCode=SUBJ]/target OR ./participation[isNormalParticipation() and typeCode=SBJ]/role OR ./participation[isNormalParticipation() and typeCode=SBJ]/role[isNormalRole()]/player", + "identity": "rim" + }, + { + "map": "AuditEvent.entity.reference", + "identity": "fhirauditevent" + }, + { + "map": "Entity Created/Updated", + "identity": "w3c.prov" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Provenance.target", + "comment": "Target references are usually version specific, but might not be, if a version has not been assigned or if the provenance information is part of the set of resources being maintained (i.e. a document). When using the RESTful API, the identity of the resource might not be known (especially not the version specific one); the client may either submit the resource first, and then the provenance, or it may submit both using a single transaction. See the notes on transaction for further discussion.", + "isSummary": true + }, + { + "path": "Provenance.occurred[x]", + "min": 0, + "definition": "The period during which the activity occurred.", + "isModifier": false, + "short": "When the activity occurred", + "mapping": [ + { "map": "Event.occurrence", "identity": "workflow" }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "./effectiveTime[type=IVL_TS]", + "identity": "rim" + }, + { + "map": "Activity.startTime & Activity.endTime", + "identity": "w3c.prov" + } + ], + "type": [{ "code": "Period" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Provenance.occurred[x]", + "comment": "The period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time.", + "isSummary": false + }, + { + "path": "Provenance.recorded", + "min": 0, + "definition": "The instant of time at which the activity was recorded.", + "isModifier": false, + "short": "When the activity was recorded / updated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "unique(./participation[isNormalParticipation() and typeCode=AUT]/time[type=TS])", + "identity": "rim" + }, + { + "map": "AuditEvent.recorded", + "identity": "fhirauditevent" + }, + { "map": "Activity.when", "identity": "w3c.prov" } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Provenance.recorded", + "comment": "This can be a little different from the time stamp on the resource if there is a delay between recording the event and updating the provenance and target resource.", + "isSummary": true + }, + { + "path": "Provenance.policy", + "min": 0, + "definition": "Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.", + "isModifier": false, + "short": "Policy or plan the activity was defined by", + "mapping": [ + { + "map": "./inboundRelationship[isNormalActRelationship() and typeCode=\"SUBJ\"]/source[isNormalAct and subsumes(POLICY, classCode) and moodCode=EVN]/text[typeCode='ED'/tel", + "identity": "rim" + }, + { + "map": "AuditEvent.agent.policy", + "identity": "fhirauditevent" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "Provenance.policy", + "comment": "For example: Where an OAuth token authorizes, the unique identifier from the OAuth token is placed into the policy element Where a policy engine (e.g. XACML) holds policy logic, the unique policy identifier is placed into the policy element.", + "isSummary": false + }, + { + "path": "Provenance.location", + "min": 0, + "definition": "Where the activity occurred, if relevant.", + "isModifier": false, + "short": "Where the activity occurred, if relevant", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "unique(./participation[isNormalParticipation() and typeCode=LOC]/role[isNormalRole() and subsumes(SDLOC, classCode)]/player[isNormalEntity and classCode=\"LOC\" and determinerCode=\"INST\"]", + "identity": "rim" + }, + { + "map": "AuditEvent.agent.location", + "identity": "fhirauditevent" + }, + { "map": "Activity.location", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Provenance.location", + "isSummary": false + }, + { + "path": "Provenance.authorization", + "requirements": "Record of any relevant security context, not restricted to purposeOfUse valueSet. May include security compartments, refrain, obligation, or other security tags.", + "min": 0, + "definition": "The authorization (e.g., PurposeOfUse) that was used during the event being recorded.", + "isModifier": false, + "short": "Authorization (purposeOfUse) related to the event", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "unique(./reasonCode)", "identity": "rim" }, + { + "map": "AuditEvent.purposeOfEvent", + "identity": "fhirauditevent" + }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceReason" + } + ], + "description": "The authorized purposeOfUse for the activity." + }, + "alias": ["PurposeOfEvent"], + "max": "*", + "id": "Provenance.authorization", + "isSummary": false + }, + { + "path": "Provenance.activity", + "min": 0, + "definition": "An activity is something that occurs over a period of time and acts upon or with entities; it may include consuming, processing, transforming, modifying, relocating, using, or generating entities.", + "isModifier": false, + "short": "Activity that occurred", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { + "map": "AuditEvent.code", + "identity": "fhirauditevent" + }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-activity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceActivity" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The activity that took place." + }, + "max": "1", + "id": "Provenance.activity", + "isSummary": false + }, + { + "path": "Provenance.basedOn", + "min": 0, + "definition": "Allows tracing of authorizatino for the events and tracking whether proposals/recommendations were acted upon.", + "isModifier": false, + "short": "Workflow authorization within which this event occurred", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Provenance.basedOn", + "isSummary": false + }, + { + "path": "Provenance.patient", + "requirements": "When the .patient is populated it shall be accurate to the subject of the target data. The .patient shall not be populated when the target data created/updated (.target) by the activity does not involve a subject. Note that when the patient is an agent, they will be recorded as an agent. When the Patient resource is Created, Updated, or Deleted it will be recorded as an entity.", + "min": 0, + "definition": "The patient element is available to enable deterministic tracking of activities that involve the patient as the subject of the data used in an activity.", + "isModifier": false, + "short": "The patient is the subject of the data created/updated (.target) by the activity", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=RTGT]", + "identity": "rim" + }, + { "map": "Entity.Identity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Provenance.patient", + "isSummary": false + }, + { + "path": "Provenance.encounter", + "min": 0, + "definition": "This will typically be the encounter the event occurred, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests).", + "isModifier": false, + "short": "Encounter within which this event occurred or which the event is tightly associated", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Provenance.encounter", + "isSummary": false + }, + { + "constraint": [ + { + "key": "prov-1", + "human": "Who and onBehalfOf cannot be the same", + "source": "http://hl7.org/fhir/StructureDefinition/Provenance", + "severity": "error", + "expression": "who.resolve().exists() and onBehalfOf.resolve().exists() implies who.resolve() != onBehalfOf.resolve()" + }, + { + "key": "prov-3", + "human": "If who is an organization, onBehalfOf can't be a PractitionerRole within that organization", + "source": "http://hl7.org/fhir/StructureDefinition/Provenance", + "severity": "error", + "expression": "who.resolve().ofType(Organization).exists() and onBehalfOf.resolve().ofType(PractitionerRole).organization.resolve().exists() implies who.resolve() != onBehalfOf.resolve().organization.resolve()" + }, + { + "key": "prov-2", + "human": "If who is a PractitionerRole, onBehalfOf can't reference the same Practitioner", + "source": "http://hl7.org/fhir/StructureDefinition/Provenance", + "severity": "error", + "expression": "who.resolve().ofType(PractitionerRole).practitioner.resolve().exists() and onBehalfOf.resolve().ofType(Practitioner).exists() implies who.resolve().practitioner.resolve() != onBehalfOf.resolve()" + } + ], + "path": "Provenance.agent", + "requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.", + "min": 1, + "definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.", + "isModifier": false, + "short": "Actor involved", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "./participation[isNormalParticipation()] OR ./outboundRelationship[isNormalActRelationship() and typeCode='DRIV']", + "identity": "rim" + }, + { + "map": "AuditEvent.agent", + "identity": "fhirauditevent" + }, + { "map": "Agent", "identity": "w3c.prov" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Provenance.agent", + "comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa.", + "isSummary": true + }, + { + "path": "Provenance.agent.type", + "requirements": "Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. This element will hold the functional role that the agent played in the activity that is the focus of this Provenance. Where an agent played multiple functional roles, they will be listed as multiple .agent elements representing each functional participation. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models.", + "min": 0, + "definition": "The Functional Role of the agent with respect to the activity.", + "isModifier": false, + "short": "How the agent participated", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" }, + { + "map": "AuditEvent.agent.type", + "identity": "fhirauditevent" + }, + { "map": "Agent.Attribution", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceAgentType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of participation that a provenance agent played with respect to the activity." + }, + "max": "1", + "id": "Provenance.agent.type", + "comment": "For example: assembler, author, prescriber, signer, investigator, etc.", + "isSummary": true + }, + { + "path": "Provenance.agent.role", + "requirements": "Structural roles reflect the structural aspects of relationships between entities. Structural roles describe prerequisites, feasibilities, or competences for acts. Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models..", + "min": 0, + "definition": "The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity.", + "isModifier": false, + "short": "What the agents role was", + "mapping": [ + { "map": ".typecode", "identity": "rim" }, + { + "map": "AuditEvent.agent.role", + "identity": "fhirauditevent" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceAgentRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The role that a provenance agent played with respect to the activity." + }, + "max": "*", + "id": "Provenance.agent.role", + "comment": "For example: Chief-of-Radiology, Nurse, Physician, Medical-Student, etc.", + "isSummary": false + }, + { + "path": "Provenance.agent.who", + "min": 1, + "definition": "Indicates who or what performed in the event.", + "isModifier": false, + "short": "The agent that participated in the event", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Provenance.agent.who", + "condition": ["prov-1", "prov-2", "prov-3"], + "isSummary": true + }, + { + "path": "Provenance.agent.onBehalfOf", + "min": 0, + "definition": "The agent that delegated authority to perform the activity performed by the agent.who element.", + "isModifier": false, + "short": "The agent that delegated", + "mapping": [ + { + "map": "Person, Practitioner, Organization, Device :* .role [classCode = RoleClassMutualRelationship; role.code and * .scopes[Role](classCode=IDENT) and *.plays [Role.Code]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Provenance.agent.onBehalfOf", + "condition": ["prov-1", "prov-2", "prov-3"], + "isSummary": false + }, + { + "path": "Provenance.entity", + "min": 0, + "definition": "An entity used in this activity.", + "isModifier": false, + "short": "An entity used in this activity", + "mapping": [ + { "map": "./subjectOf", "identity": "rim" }, + { + "map": "AuditEvent.entity", + "identity": "fhirauditevent" + }, + { "map": "Entity", "identity": "w3c.prov" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Provenance.entity", + "isSummary": true + }, + { + "path": "Provenance.entity.role", + "min": 1, + "definition": "How the entity was used during the activity.", + "isModifier": false, + "short": "revision | quotation | source | instantiates | removal", + "mapping": [ + { "map": "./typeCode", "identity": "rim" }, + { + "map": "AuditEvent.entity.role", + "identity": "fhirauditevent" + }, + { "map": "Entity.role", "identity": "w3c.prov" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-entity-role|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceEntityRole" + } + ], + "description": "How an entity was used in an activity." + }, + "max": "1", + "id": "Provenance.entity.role", + "isSummary": true + }, + { + "path": "Provenance.entity.what", + "min": 1, + "definition": "Identity of the Entity used. May be a logical or physical uri and maybe absolute or relative.", + "isModifier": false, + "short": "Identity of entity", + "mapping": [ + { "map": "./text/reference", "identity": "rim" }, + { + "map": "AuditEvent.entity.reference", + "identity": "fhirauditevent" + }, + { "map": "Entity.Identity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Provenance.entity.what", + "comment": "whatIdentity should be used for entities that are not a Resource type.", + "isSummary": true + }, + { + "path": "Provenance.entity.agent", + "min": 0, + "definition": "The entity is attributed to an agent to express the agent's responsibility for that entity, possibly along with other agents. This description can be understood as shorthand for saying that the agent was responsible for the activity which used the entity.", + "isModifier": false, + "short": "Entity is attributed to this agent", + "mapping": [ + { "map": "./author/role", "identity": "rim" }, + { + "map": "AuditEvent.entity.agent", + "identity": "fhirauditevent" + } + ], + "contentReference": "#Provenance.agent", + "mustSupport": false, + "max": "*", + "id": "Provenance.entity.agent", + "comment": "A usecase where one Provenance.entity.agent is used where the Entity that was used in the creation/updating of the Target, is not in the context of the same custodianship as the Target, and thus the meaning of Provenance.entity.agent is to say that the entity referenced is managed elsewhere and that this Agent provided access to it. This would be similar to where the Entity being referenced is managed outside FHIR, such as through HL7 V2, v3, or XDS. This might be where the Entity being referenced is managed in another FHIR resource server. Thus it explains the Provenance of that Entity's use in the context of this Provenance activity.", + "isSummary": false + }, + { + "path": "Provenance.signature", + "min": 0, + "definition": "A digital signature on the target Reference(s). The signer should match a Provenance.agent. The purpose of the signature is indicated.", + "isModifier": false, + "short": "Signature on target", + "mapping": [ + { "map": "./signatureText", "identity": "rim" } + ], + "type": [{ "code": "Signature" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Provenance.signature", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/secure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.\nThe ISO21090-codedString may be used to provide a coded representation of the contents of strings in an Address.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Address/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to record postal addresses, along with notes about their use.", + "name": "Address", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + }, + { + "uri": "http://w3.org/vcard", + "name": "vCard Mapping", + "identity": "vcard" + } + ], + "abstract": false, + "type": "Address", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Address", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Address", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Address", + "differential": { + "element": [ + { + "path": "Address", + "min": 0, + "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world.\nThe ISO21090-codedString may be used to provide a coded representation of the contents of strings in an Address.", + "short": "An address expressed using postal conventions (as opposed to GPS or other location definition formats)", + "mapping": [ + { "map": "XAD", "identity": "v2" }, + { "map": "AD", "identity": "rim" }, + { "map": "Address", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Address", + "comment": "Note: address is intended to describe postal addresses for administrative purposes, not to describe absolute geographical coordinates. Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource)." + }, + { + "path": "Address.use", + "requirements": "Allows an appropriate address to be chosen from a list of many.", + "min": 0, + "definition": "The purpose of this address.", + "isModifier": true, + "short": "home | work | temp | old | billing - purpose of this address", + "mapping": [ + { "map": "XAD.7", "identity": "v2" }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./AddressPurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The use of an address." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressUse" + } + ], + "description": "The use of an address (home / work / etc.)." + }, + "max": "1", + "id": "Address.use", + "comment": "Applications can assume that an address is current unless it explicitly says that it is temporary or old.", + "example": [{ "label": "General", "valueCode": "home" }], + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "Address.type", + "min": 0, + "definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.", + "short": "postal | physical | both", + "mapping": [ + { "map": "XAD.18", "identity": "v2" }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "address type parameter", "identity": "vcard" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/address-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of an address (physical / postal)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AddressType" + } + ], + "description": "The type of an address (physical / postal)." + }, + "max": "1", + "id": "Address.type", + "comment": "The definition of Address states that \"address is intended to describe postal addresses, not physical locations\". However, many applications track whether an address has a dual purpose of being a location that can be visited as well as being a valid delivery destination, and Postal addresses are often used as proxies for physical locations (also see the [Location](location.html#) resource).", + "example": [{ "label": "General", "valueCode": "both" }], + "isSummary": true + }, + { + "path": "Address.text", + "requirements": "A renderable, unencoded form.", + "min": 0, + "definition": "Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.", + "short": "Text representation of the address", + "mapping": [ + { + "map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6", + "identity": "v2" + }, + { "map": "./formatted", "identity": "rim" }, + { + "map": "address label parameter", + "identity": "vcard" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Address.text", + "comment": "Can provide both a text representation and parts. Applications updating an address SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street, Erewhon 9132" + } + ], + "isSummary": true + }, + { + "path": "Address.line", + "min": 0, + "definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.", + "short": "Street name, number, direction & P.O. Box etc.", + "mapping": [ + { + "map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)", + "identity": "v2" + }, + { "map": "AD.part[parttype = AL]", "identity": "rim" }, + { "map": "street", "identity": "vcard" }, + { + "map": "./StreetAddress (newline delimitted)", + "identity": "servd" + } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "Address.line", + "example": [ + { + "label": "General", + "valueString": "137 Nowhere Street" + } + ], + "orderMeaning": "The order in which lines should appear in an address label", + "isSummary": true + }, + { + "path": "Address.city", + "min": 0, + "definition": "The name of the city, town, suburb, village or other community or delivery center.", + "short": "Name of city, town etc.", + "mapping": [ + { "map": "XAD.3", "identity": "v2" }, + { "map": "AD.part[parttype = CTY]", "identity": "rim" }, + { "map": "locality", "identity": "vcard" }, + { "map": "./Jurisdiction", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["Municpality"], + "max": "1", + "id": "Address.city", + "example": [ + { "label": "General", "valueString": "Erewhon" } + ], + "isSummary": true + }, + { + "path": "Address.district", + "min": 0, + "definition": "The name of the administrative area (county).", + "short": "District name (aka county)", + "mapping": [ + { "map": "XAD.9", "identity": "v2" }, + { + "map": "AD.part[parttype = CNT | CPA]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "alias": ["County"], + "max": "1", + "id": "Address.district", + "comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.", + "example": [ + { "label": "General", "valueString": "Madison" } + ], + "isSummary": true + }, + { + "path": "Address.state", + "min": 0, + "definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (e.g. US 2 letter state codes).", + "short": "Sub-unit of country (abbreviations ok)", + "mapping": [ + { "map": "XAD.4", "identity": "v2" }, + { "map": "AD.part[parttype = STA]", "identity": "rim" }, + { "map": "region", "identity": "vcard" }, + { "map": "./Region", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["Province", "Territory"], + "max": "1", + "id": "Address.state", + "isSummary": true + }, + { + "path": "Address.postalCode", + "min": 0, + "definition": "A postal code designating a region defined by the postal service.", + "short": "Postal code for area", + "mapping": [ + { "map": "XAD.5", "identity": "v2" }, + { "map": "AD.part[parttype = ZIP]", "identity": "rim" }, + { "map": "code", "identity": "vcard" }, + { + "map": "./PostalIdentificationCode", + "identity": "servd" + } + ], + "type": [{ "code": "string" }], + "alias": ["Zip"], + "max": "1", + "id": "Address.postalCode", + "example": [{ "label": "General", "valueString": "9132" }], + "isSummary": true + }, + { + "path": "Address.country", + "min": 0, + "definition": "Country - a nation as commonly understood or generally accepted.", + "short": "Country (e.g. may be ISO 3166 2 or 3 letter code)", + "mapping": [ + { "map": "XAD.6", "identity": "v2" }, + { "map": "AD.part[parttype = CNT]", "identity": "rim" }, + { "map": "country", "identity": "vcard" }, + { "map": "./Country", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Address.country", + "comment": "ISO 3166 2- or 3- letter codes MAY be used in place of a human readable country name.", + "isSummary": true + }, + { + "path": "Address.period", + "requirements": "Allows addresses to be placed in historical context.", + "min": 0, + "definition": "Time period when address was/is in use.", + "short": "Time period when address was/is in use", + "mapping": [ + { "map": "XAD.12 / XAD.13 + XAD.14", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Address.period", + "example": [ + { + "label": "General", + "valuePeriod": { + "end": "2010-07-01", + "start": "2010-03-23" + } + } + ], + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CareTeam/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CareTeam", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "CareTeam", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CareTeam", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CareTeam", + "differential": { + "element": [ + { + "path": "CareTeam", + "min": 0, + "definition": "The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.", + "isModifier": false, + "short": "Planned participants in the coordination and delivery of care", + "mapping": [ + { "map": "clinical.careprovision", "identity": "w5" }, + { "map": "Role", "identity": "rim" }, + { "map": "Participant", "identity": "interface" } + ], + "mustSupport": false, + "max": "*", + "id": "CareTeam" + }, + { + "path": "CareTeam.identifier", + "requirements": "Allows identification of the care team as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this care team by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External Ids for this team", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "Participant.identifier", + "identity": "interface" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CareTeam.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CareTeam.status", + "min": 0, + "definition": "Indicates the current state of the care team.", + "isModifier": true, + "short": "proposed | active | suspended | inactive | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Participant.active {map: active = true; :default = false}", + "identity": "interface" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamStatus" + } + ], + "description": "Indicates the status of the care team." + }, + "max": "1", + "id": "CareTeam.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the care team as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CareTeam.category", + "requirements": "Used for filtering what teams(s) are retrieved and displayed to different types of users.", + "min": 0, + "definition": "Identifies what kind of team. This is to support differentiation between multiple co-existing teams, such as care plan team, episode of care team, longitudinal care team.", + "isModifier": false, + "short": "Type of team", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-team-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamCategory" + } + ], + "description": "Indicates the type of care team." + }, + "max": "*", + "id": "CareTeam.category", + "comment": "There may be multiple axis of categorization and one team may serve multiple purposes.", + "isSummary": true + }, + { + "path": "CareTeam.name", + "min": 0, + "definition": "A label for human use intended to distinguish like teams. E.g. the \"red\" vs. \"green\" trauma teams.", + "isModifier": false, + "short": "Name of the team, such as crisis assessment team", + "mapping": [ + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CareTeam.name", + "comment": "The meaning/purpose of the team is conveyed in CareTeam.category. This element may also convey semantics of the team (e.g. \"Red trauma team\"), but its primary purpose is to distinguish between identical teams in a human-friendly way. (\"Team 18735\" isn't as friendly.).", + "isSummary": true + }, + { + "path": "CareTeam.subject", + "requirements": "Allows the team to care for a group (e.g. marriage) therapy. \nAllows for an organization to designate a team such as the PICC line team.", + "min": 0, + "definition": "Identifies the patient or group whose intended care is handled by the team.", + "isModifier": false, + "short": "Who care team is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "CareTeam.subject", + "comment": "Use Group for care provision to all members of the group (e.g. group therapy). Use Patient for care provision to an individual patient.", + "isSummary": true + }, + { + "path": "CareTeam.period", + "requirements": "Allows tracking what team(s) are in effect at a particular time.", + "min": 0, + "definition": "Indicates when the team did (or is intended to) come into effect and end.", + "isModifier": false, + "short": "Time period team covers", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CareTeam.period", + "isSummary": true + }, + { + "constraint": [ + { + "key": "ctm-2", + "human": "CareTeam.participant.role or CareTeam.participant.member exists", + "source": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "severity": "warning", + "expression": "role.exists() or member.exists()" + }, + { + "key": "ctm-1", + "human": "CareTeam.participant.onBehalfOf can only be populated when CareTeam.participant.member is a Practitioner", + "source": "http://hl7.org/fhir/StructureDefinition/CareTeam", + "severity": "error", + "expression": "onBehalfOf.exists() implies (member.resolve() is Practitioner)" + } + ], + "path": "CareTeam.participant", + "min": 0, + "definition": "Identifies all people and organizations who are expected to be involved in the care team.", + "isModifier": false, + "short": "Members of the team", + "mapping": [ + { + "map": "REL (REL.4 is always the Patient) ( or PRT?)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CareTeam.participant", + "isSummary": false + }, + { + "path": "CareTeam.participant.role", + "min": 0, + "definition": "Indicates specific responsibility of an individual within the care team, such as \"Primary care physician\", \"Trained social worker counselor\", \"Caregiver\", etc.", + "isModifier": false, + "short": "Type of involvement", + "mapping": [ + { "map": "REL.2 (or PRT-4?)", "identity": "v2" }, + { "map": ".functionCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamParticipantRole" + } + ], + "description": "Indicates specific responsibility of an individual within the care team, such as \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc." + }, + "max": "1", + "id": "CareTeam.participant.role", + "condition": ["ctm-2"], + "comment": "Roles may sometimes be inferred by type of Practitioner. These are relationships that hold only within the context of the care team. General relationships should be handled as properties of the Patient resource directly. If a participant has multiple roles within the team, then there should be multiple participants.", + "isSummary": true + }, + { + "path": "CareTeam.participant.member", + "min": 0, + "definition": "The specific person or organization who is participating/expected to participate in the care team.", + "isModifier": false, + "short": "Who is involved", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "REL.5 (or PRT-5 : ( PRV-4 {provider participations} ) / PRT-5 : ( PRV-4 {non-provider person participations} ) / PRT-5 : ( PRV-4 = (patient non-subject of care) ) / PRT-8?)", + "identity": "v2" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CareTeam.participant.member", + "condition": ["ctm-1", "ctm-2"], + "comment": "Patient only needs to be listed if they have a role other than \"subject of care\".\n\nMember is optional because some participants may be known only by their role, particularly in draft plans.", + "isSummary": true + }, + { + "path": "CareTeam.participant.onBehalfOf", + "requirements": "Practitioners can be associated with multiple organizations. This element indicates which organization they were acting on behalf of.", + "min": 0, + "definition": "The organization of the practitioner.", + "isModifier": false, + "short": "Organization of the practitioner", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CareTeam.participant.onBehalfOf", + "condition": ["ctm-1"], + "isSummary": true + }, + { + "path": "CareTeam.participant.coverage[x]", + "requirements": "To manage members who share the same role, but with different timing. For example, two physical therapists where one is available Monday through Friday whereas the other is available on the weekend.", + "min": 0, + "definition": "When the member is generally available within this care team.", + "isModifier": false, + "short": "When the member is generally available within this care team", + "type": [{ "code": "Period" }, { "code": "Timing" }], + "mustSupport": false, + "max": "1", + "id": "CareTeam.participant.coverage[x]", + "comment": "This is populated while creating / managing the CareTeam to ensure there is coverage when servicing CarePlan activities from the Schedule.", + "isSummary": false + }, + { + "path": "CareTeam.reason", + "min": 0, + "definition": "Describes why the care team exists.", + "isModifier": false, + "short": "Why the care team exists", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamReason" + } + ], + "description": "Indicates the reason for the care team." + }, + "max": "*", + "id": "CareTeam.reason", + "isSummary": false + }, + { + "path": "CareTeam.managingOrganization", + "requirements": "Allows for multiple organizations to collaboratively manage cross-organizational, longitudinal care plan.", + "min": 0, + "definition": "The organization responsible for the care team.", + "isModifier": false, + "short": "Organization responsible for the care team", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CareTeam.managingOrganization", + "isSummary": true + }, + { + "path": "CareTeam.telecom", + "min": 0, + "definition": "A central contact detail for the care team (that applies to all members).", + "isModifier": false, + "short": "A contact detail for the care team (that applies to all members)", + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "CareTeam.telecom", + "comment": "The ContactPoint.use code of home is not appropriate to use. These contacts are not the contact details of individual care team members.", + "isSummary": false + }, + { + "path": "CareTeam.note", + "min": 0, + "definition": "Comments made about the CareTeam.", + "isModifier": false, + "short": "Comments made about the CareTeam", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "CareTeam.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "How a search parameter relates to the set of elements returned by evaluating its expression query.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/search-processingmode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/search-processingmode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchProcessingModeType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Search Processing Mode Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "search-processingmode", + "url": "http://hl7.org/fhir/ValueSet/search-processingmode", + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-processingmode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether the location is still in use.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/location-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/location-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LocationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Location Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "location-status", + "url": "http://hl7.org/fhir/ValueSet/location-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.332", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.323", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.182", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/location-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes smattering of Payment Adjustment Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/payment-adjustment-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-adjustment-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentAdjustmentReasonCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Payment Adjustment Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payment-adjustment-reason", + "url": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.600", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.592", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-adjustment-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status for the device association operation.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/deviceassociation-operationstatus" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceassociation-operationstatus/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDeviceAssociationOperationStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "FHIR Device Association Operation Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "deviceassociation-operationstatus", + "url": "http://hl7.org/fhir/ValueSet/deviceassociation-operationstatus", + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceassociation-operationstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TerminologyCapabilities", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TerminologyCapabilities", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "TerminologyCapabilities", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TerminologyCapabilities", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "tcp-3", + "human": "If kind = instance, implementation must be present and software may be present", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + { + "key": "tcp-2", + "human": "A Terminology Capability statement SHALL have at least one of description, software, or implementation element", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + { + "key": "tcp-5", + "human": "If kind = requirements, implementation and software must be absent", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + { + "key": "tcp-4", + "human": "If kind = capability, implementation must be absent, software must be present", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + { + "key": "tcp-6", + "human": "Each instance of the codeSystem element must represent a distinct code system.", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "codeSystem.uri.isDistinct()" + } + ], + "path": "TerminologyCapabilities", + "min": 0, + "definition": "A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "isModifier": false, + "short": "A statement of system capabilities", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "TerminologyCapabilities.url", + "requirements": "Allows the terminology capabilities to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this terminology capabilities when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this terminology capabilities is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the terminology capabilities is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this terminology capabilities, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this terminology capabilities when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the terminology capabilities", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this terminology capabilities outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the terminology capabilities when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the terminology capabilities author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the terminology capabilities", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.version", + "comment": "There may be different terminology capabilities instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the terminology capabilities with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "TerminologyCapabilities.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the terminology capabilities. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this terminology capabilities (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the terminology capabilities.", + "isModifier": false, + "short": "Name for this terminology capabilities (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.status", + "min": 1, + "definition": "The status of this terminology capabilities. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "TerminologyCapabilities.status", + "comment": "Allows filtering of terminology capabilitiess that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level terminology capabilities.", + "min": 0, + "definition": "A Boolean value to indicate that this terminology capabilities is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "TerminologyCapabilities.experimental", + "comment": "Allows filtering of terminology capabilitiess that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.date", + "min": 1, + "definition": "The date (and optionally time) when the terminology capabilities was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the terminology capabilities changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "TerminologyCapabilities.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the terminology capabilities. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the terminology capabilities. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the terminology capabilities.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the terminology capabilities is the organization or individual primarily responsible for the maintenance and upkeep of the terminology capabilities. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the terminology capabilities. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.description", + "min": 0, + "definition": "A free text natural language description of the terminology capabilities from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.", + "isModifier": false, + "short": "Natural language description of the terminology capabilities", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.description", + "condition": ["tcp-2"], + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the terminology capabilities as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the terminology capabilities is presumed to be the predominant language in the place the terminology capabilities was created).This does not need to be populated if the description is adequately implied by the software or implementation details.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate terminology capabilities instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the terminology capabilities is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for terminology capabilities (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "TerminologyCapabilities.jurisdiction", + "comment": "It may be possible for the terminology capabilities to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.purpose", + "min": 0, + "definition": "Explanation of why this terminology capabilities is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this terminology capabilities is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.purpose", + "comment": "This element does not describe the usage of the terminology capabilities. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this terminology capabilities.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the terminology capabilities and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the terminology capabilities and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the terminology capabilities.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "TerminologyCapabilities.copyright", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.kind", + "requirements": "Allow searching the 3 modes.", + "min": 1, + "definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).", + "isModifier": false, + "short": "instance | capability | requirements", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CapabilityStatementKind" + } + ], + "description": "How a capability statement is intended to be used." + }, + "max": "1", + "id": "TerminologyCapabilities.kind", + "condition": ["tcp-3", "tcp-5", "tcp-4"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.software", + "min": 0, + "definition": "Software that is covered by this terminology capability statement. It is used when the statement describes the capabilities of a particular software version, independent of an installation.", + "isModifier": false, + "short": "Software that is covered by this terminology capability statement", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.software", + "condition": ["tcp-2", "tcp-5", "tcp-4"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.software.name", + "min": 1, + "definition": "Name the software is known by.", + "isModifier": false, + "short": "A name the software is known by", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.software.name", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.software.version", + "min": 0, + "definition": "The version identifier for the software covered by this statement.", + "isModifier": false, + "short": "Version covered by this statement", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.software.version", + "comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.implementation", + "min": 0, + "definition": "Identifies a specific implementation instance that is described by the terminology capability statement - i.e. a particular installation, rather than the capabilities of a software program.", + "isModifier": false, + "short": "If this describes a specific instance", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.implementation", + "condition": ["tcp-3", "tcp-2", "tcp-5", "tcp-4"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.implementation.description", + "min": 1, + "definition": "Information about the specific installation that this terminology capability statement relates to.", + "isModifier": false, + "short": "Describes this specific instance", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.implementation.description", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.implementation.url", + "min": 0, + "definition": "An absolute base URL for the implementation.", + "isModifier": false, + "short": "Base URL for the implementation", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.implementation.url", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.lockedDate", + "min": 0, + "definition": "Whether the server supports lockedDate.", + "isModifier": false, + "short": "Whether lockedDate is supported", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.lockedDate", + "isSummary": true + }, + { + "constraint": [ + { + "key": "tcp-1", + "human": "If there is more than one version, a version code must be defined", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "version.count() > 1 implies version.all(code.exists())" + }, + { + "key": "tcp-7", + "human": "Each version.code element must be distinct for a particular code system.", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "version.code.isDistinct()" + }, + { + "key": "tcp-8", + "human": "A codeSystem element instance may have at most one version.isDefault element with a value of 'true'.", + "source": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", + "severity": "error", + "expression": "version.where(isDefault = true).count() <= 1" + } + ], + "path": "TerminologyCapabilities.codeSystem", + "min": 0, + "definition": "Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource.", + "isModifier": false, + "short": "A code system supported by the server", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["1"], + "max": "*", + "id": "TerminologyCapabilities.codeSystem", + "condition": ["tcp-6"], + "comment": "The code system - identified by its system URL - may also be declared explicitly as a Code System Resource at /CodeSystem, but it might not be.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.uri", + "min": 0, + "definition": "Canonical identifier for the code system, represented as a URI.", + "isModifier": false, + "short": "Canonical identifier for the code system, represented as a URI", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.uri", + "condition": ["tcp-6"], + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version", + "min": 0, + "definition": "For the code system, a list of versions that are supported by the server.", + "isModifier": false, + "short": "Version of Code System supported", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.codeSystem.version", + "condition": ["tcp-1", "tcp-7", "tcp-8"], + "comment": "Language translations might not be available for all codes.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.code", + "min": 0, + "definition": "For version-less code systems, there should be a single version with no identifier.", + "isModifier": false, + "short": "Version identifier for this version", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.version.code", + "condition": ["tcp-1", "tcp-7"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.codeSystem.version.isDefault", + "min": 0, + "definition": "If this is the default version for this code system.", + "isModifier": false, + "short": "If this is the default version for this code system", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.version.isDefault", + "condition": ["tcp-8"], + "isSummary": true + }, + { + "path": "TerminologyCapabilities.codeSystem.version.compositional", + "min": 0, + "definition": "If the compositional grammar defined by the code system is supported.", + "isModifier": false, + "short": "If compositional grammar is supported", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.version.compositional", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.language", + "min": 0, + "definition": "Language Displays supported.", + "isModifier": false, + "short": "Language Displays supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + } + ], + "description": "IETF language tag" + }, + "max": "*", + "id": "TerminologyCapabilities.codeSystem.version.language", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.filter", + "min": 0, + "definition": "Filter Properties supported.", + "isModifier": false, + "short": "Filter Properties supported", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.codeSystem.version.filter", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.filter.code", + "min": 1, + "definition": "Code of the property supported.", + "isModifier": false, + "short": "Code of the property supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.codeSystem.version.filter.code", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.filter.op", + "min": 1, + "definition": "Operations supported for the property.", + "isModifier": false, + "short": "Operations supported for the property", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "*", + "id": "TerminologyCapabilities.codeSystem.version.filter.op", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.version.property", + "min": 0, + "definition": "Properties supported for $lookup.", + "isModifier": false, + "short": "Properties supported for $lookup", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "*", + "id": "TerminologyCapabilities.codeSystem.version.property", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSystem.content", + "min": 1, + "definition": "The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.", + "isModifier": false, + "short": "not-present | example | fragment | complete | supplement", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSystemContentMode" + } + ], + "description": "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource." + }, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.content", + "isSummary": true + }, + { + "path": "TerminologyCapabilities.codeSystem.subsumption", + "min": 0, + "definition": "True if subsumption is supported for this version of the code system.", + "isModifier": false, + "short": "Whether subsumption is supported", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.codeSystem.subsumption", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion", + "min": 0, + "definition": "Information about the [ValueSet/$expand](valueset-operation-expand.html) operation.", + "isModifier": false, + "short": "Information about the [ValueSet/$expand](valueset-operation-expand.html) operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.hierarchical", + "min": 0, + "definition": "Whether the server can return nested value sets.", + "isModifier": false, + "short": "Whether the server can return nested value sets", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion.hierarchical", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.paging", + "min": 0, + "definition": "Whether the server supports paging on expansion.", + "isModifier": false, + "short": "Whether the server supports paging on expansion", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion.paging", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.incomplete", + "min": 0, + "definition": "True if requests for incomplete expansions are allowed.", + "isModifier": false, + "short": "Allow request for incomplete expansions?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion.incomplete", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.parameter", + "min": 0, + "definition": "Supported expansion parameter.", + "isModifier": false, + "short": "Supported expansion parameter", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TerminologyCapabilities.expansion.parameter", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.parameter.name", + "min": 1, + "definition": "Name of the supported expansion parameter.", + "isModifier": false, + "short": "Name of the supported expansion parameter", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "TerminologyCapabilities.expansion.parameter.name", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.parameter.documentation", + "min": 0, + "definition": "Description of support for parameter.", + "isModifier": false, + "short": "Description of support for parameter", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion.parameter.documentation", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.expansion.textFilter", + "min": 0, + "definition": "Documentation about text searching works.", + "isModifier": false, + "short": "Documentation about text searching works", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.expansion.textFilter", + "comment": "This documentation should cover things like case sensitivity, use of punctuation if not ignored, what wild cards are supported (if any), whether text is starts with or contains, and whether word order matters.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.codeSearch", + "min": 0, + "definition": "The degree to which the server supports the code search parameter on ValueSet, if it is supported.", + "isModifier": false, + "short": "in-compose | in-expansion | in-compose-or-expansion", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/code-search-support|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSearchSupport" + } + ], + "description": "The degree to which the server supports the code search parameter on ValueSet, if it is supported." + }, + "max": "1", + "id": "TerminologyCapabilities.codeSearch", + "comment": "See notes on the [ValueSet](valueset.html#) resource.", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.validateCode", + "min": 0, + "definition": "Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation.", + "isModifier": false, + "short": "Information about the [ValueSet/$validate-code](valueset-operation-validate-code.html) operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.validateCode", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.validateCode.translations", + "min": 1, + "definition": "Whether translations are validated.", + "isModifier": false, + "short": "Whether translations are validated", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.validateCode.translations", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.translation", + "min": 0, + "definition": "Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation.", + "isModifier": false, + "short": "Information about the [ConceptMap/$translate](conceptmap-operation-translate.html) operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.translation", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.translation.needsMap", + "min": 1, + "definition": "Whether the client must identify the map.", + "isModifier": false, + "short": "Whether the client must identify the map", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.translation.needsMap", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.closure", + "min": 0, + "definition": "Whether the $closure operation is supported.", + "isModifier": false, + "short": "Information about the [ConceptMap/$closure](conceptmap-operation-closure.html) operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.closure", + "isSummary": false + }, + { + "path": "TerminologyCapabilities.closure.translation", + "min": 0, + "definition": "If cross-system closure is supported.", + "isModifier": false, + "short": "If cross-system closure is supported", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TerminologyCapabilities.closure.translation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "ParameterDefinition Type: The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ParameterDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParameterDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ParameterDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ParameterDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ParameterDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ParameterDefinition", + "differential": { + "element": [ + { + "id": "ParameterDefinition", + "max": "*", + "min": 0, + "path": "ParameterDefinition", + "short": "Definition of a parameter to a module", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse." + }, + { + "path": "ParameterDefinition.name", + "min": 0, + "definition": "The name of the parameter used to allow access to the value of the parameter in evaluation contexts.", + "short": "Name used to access the parameter value", + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ParameterDefinition.name", + "isSummary": true + }, + { + "path": "ParameterDefinition.use", + "min": 1, + "definition": "Whether the parameter is input or output for the module.", + "short": "in | out", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Whether the parameter is input or output." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParameterUse" + } + ], + "description": "Whether the parameter is input or output." + }, + "max": "1", + "id": "ParameterDefinition.use", + "isSummary": true + }, + { + "id": "ParameterDefinition.min", + "max": "1", + "min": 0, + "path": "ParameterDefinition.min", + "type": [{ "code": "integer" }], + "short": "Minimum cardinality", + "isSummary": true, + "definition": "The minimum number of times this parameter SHALL appear in the request or response." + }, + { + "id": "ParameterDefinition.max", + "max": "1", + "min": 0, + "path": "ParameterDefinition.max", + "type": [{ "code": "string" }], + "short": "Maximum cardinality (a number of *)", + "isSummary": true, + "definition": "The maximum number of times this element is permitted to appear in the request or response." + }, + { + "id": "ParameterDefinition.documentation", + "max": "1", + "min": 0, + "path": "ParameterDefinition.documentation", + "type": [{ "code": "string" }], + "short": "A brief description of the parameter", + "isSummary": true, + "definition": "A brief discussion of what the parameter is for and how it is used by the module." + }, + { + "path": "ParameterDefinition.type", + "min": 1, + "definition": "The type of the parameter.", + "short": "What type of value", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "List of FHIR types (resources, data types)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "List of FHIR types (resources, data types)." + }, + "max": "1", + "id": "ParameterDefinition.type", + "isSummary": true + }, + { + "id": "ParameterDefinition.profile", + "max": "1", + "min": 0, + "path": "ParameterDefinition.profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "short": "What profile the value is expected to be", + "isSummary": true, + "definition": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationDispense/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDispense", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.hl7.org/v3/PORX_RM020070UV", + "name": "V3 Pharmacy Dispense RMIM", + "identity": "rx-dispense-rmim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationDispense", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationDispense", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "mdd-1", + "human": "whenHandedOver cannot be before whenPrepared", + "source": "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "severity": "error", + "expression": "whenHandedOver.empty() or whenPrepared.empty() or whenHandedOver >= whenPrepared" + } + ], + "path": "MedicationDispense", + "min": 0, + "definition": "Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.", + "isModifier": false, + "short": "Dispensing a medication to a named patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "Supply[moodCode=EVN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense" + }, + { + "path": "MedicationDispense.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Dispense that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.id", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": false + }, + { + "path": "MedicationDispense.basedOn", + "min": 0, + "definition": "A plan that is fulfilled in whole or in part by this MedicationDispense.", + "isModifier": false, + "short": "Plan that is fulfilled by this dispense", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.basedOn", + "isSummary": false + }, + { + "path": "MedicationDispense.partOf", + "min": 0, + "definition": "The procedure or medication administration that triggered the dispense.", + "isModifier": false, + "short": "Event that dispense is part of", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=PROC,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.partOf", + "comment": "While both a procedure and a medication administration may have triggered the dispense, but it is not expected that multiple procedures and/or multiple medication administrations would be triggers.", + "isSummary": false + }, + { + "path": "MedicationDispense.status", + "min": 1, + "definition": "A code specifying the state of the set of dispense events.", + "isModifier": true, + "short": "preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.statusCode", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the state of the dispense event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseStatus" + } + ], + "description": "Describes the lifecycle of the dispense." + }, + "max": "1", + "id": "MedicationDispense.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationDispense.notPerformedReason", + "min": 0, + "definition": "Indicates the reason why a dispense was not performed.", + "isModifier": false, + "short": "Why a dispense was not performed", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseStatusReason" + } + ] + }, + "max": "1", + "id": "MedicationDispense.notPerformedReason", + "isSummary": false + }, + { + "path": "MedicationDispense.statusChanged", + "min": 0, + "definition": "The date (and maybe time) when the status of the dispense record changed.", + "isModifier": false, + "short": "When the status changed", + "mapping": [ + { + "map": ".subjectOf Observation[code = statusChange].value = date", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.statusChanged", + "isSummary": false + }, + { + "path": "MedicationDispense.category", + "min": 0, + "definition": "Indicates the type of medication dispense (for example, drug classification like ATC, where meds would be administered, legal category of the medication.).", + "isModifier": false, + "short": "Type of medication dispense", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication dispense\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-admin-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseAdminLocation" + } + ], + "description": "A code describing where the dispensed medication is expected to be consumed or administered." + }, + "max": "*", + "id": "MedicationDispense.category", + "comment": "The category can be used to include where the medication is expected to be consumed or other types of dispenses. Invariants can be used to bind to different value sets when profiling to bind.", + "isSummary": false + }, + { + "path": "MedicationDispense.medication", + "min": 1, + "definition": "Identifies the medication supplied. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "isModifier": false, + "short": "What medication was supplied", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXD-2 Dispense/Give Code", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationRequest.component1.AdministrationRequest.consumable", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying which substance or product can be dispensed." + }, + "max": "1", + "id": "MedicationDispense.medication", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationDispense.subject", + "min": 1, + "definition": "A link to a resource representing the person or the group to whom the medication will be given.", + "isModifier": false, + "short": "Who the dispense is for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3 Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.subject", + "comment": "SubstanceAdministration->subject->Patient.", + "isSummary": true + }, + { + "path": "MedicationDispense.encounter", + "min": 0, + "definition": "The encounter that establishes the context for this event.", + "isModifier": false, + "short": "Encounter associated with event", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.encounter", + "isSummary": false + }, + { + "path": "MedicationDispense.supportingInformation", + "min": 0, + "definition": "Additional information that supports the medication being dispensed. For example, there may be requirements that a specific lab test has been completed prior to dispensing or the patient's weight at the time of dispensing is documented.", + "isModifier": false, + "short": "Information that supports the dispensing of the medication", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.supportingInformation", + "isSummary": false + }, + { + "path": "MedicationDispense.performer", + "min": 0, + "definition": "Indicates who or what performed the event.", + "isModifier": false, + "short": "Who performed event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.performer", + "isSummary": false + }, + { + "path": "MedicationDispense.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of performer in the dispense. For example, date enterer, packager, final checker.", + "isModifier": false, + "short": "Who performed the dispense and what they did", + "mapping": [ + { + "map": "participation[typeCode=PRF].functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispensePerformerFunction" + } + ], + "description": "A code describing the role an individual played in dispensing a medication." + }, + "max": "1", + "id": "MedicationDispense.performer.function", + "isSummary": false + }, + { + "path": "MedicationDispense.performer.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed the action. It should be assumed that the actor is the dispenser of the medication.", + "isModifier": false, + "short": "Individual who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.performer.actor", + "isSummary": false + }, + { + "path": "MedicationDispense.location", + "min": 0, + "definition": "The principal physical location where the dispense was performed.", + "isModifier": false, + "short": "Where the dispense occurred", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.location", + "isSummary": false + }, + { + "path": "MedicationDispense.authorizingPrescription", + "min": 0, + "definition": "Indicates the medication order that is being dispensed against.", + "isModifier": false, + "short": "Medication order that authorizes the dispense", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC-2 Placer Order Number", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=RQO]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.inFulfillmentOf", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.authorizingPrescription", + "comment": "Maps to basedOn in Event logical model.", + "isSummary": false + }, + { + "path": "MedicationDispense.type", + "min": 0, + "definition": "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.", + "isModifier": false, + "short": "Trial fill, partial fill, emergency fill, etc", + "mapping": [ + { "map": "RXD-33 Dispense Type", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.code", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPharmacySupplyType", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationDispenseType" + } + ], + "description": "ActPharmacySupplyType " + }, + "max": "1", + "id": "MedicationDispense.type", + "isSummary": false + }, + { + "path": "MedicationDispense.quantity", + "min": 0, + "definition": "The amount of medication that has been dispensed. Includes unit of measure.", + "isModifier": false, + "short": "Amount dispensed", + "mapping": [ + { + "map": "RXD-4 Actual Dispense Amount / RXD-5.1 Actual Dispense Units.code / RXD-5.3 Actual Dispense Units.name of coding system", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.SupplyEvent.quantity", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.quantity", + "isSummary": false + }, + { + "path": "MedicationDispense.daysSupply", + "min": 0, + "definition": "The amount of medication expressed as a timing amount.", + "isModifier": false, + "short": "Amount of medication expressed as a timing amount", + "mapping": [ + { + "map": "TQ1.6 Timing/Quantity Segment Service Duration.\rPrior to v2.5, ORC.7.3 Common Order Segment / Quantity/Timing / Duration component. This is a formatted string, first character for the time unit (e.g., D=days), followed by the value. For example, “D14” represents “14 days supply”\rFrom v2.5 on, TQ1.6 Timing/Quantity Segment / Service Duration. This is a CQ data type ( ^ ), thus for days supply, assuming the unit of measure is “days”, the numeric value is TQ1.6.1 (…|14^\rFor backwards compatibility, ORC.7 was permitted through v2.6. Both forms (field and segment) may be present in v2.5, v2.5.1, and v2.6", + "identity": "v2" + }, + { "map": "effectiveUseTime", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.daysSupply", + "isSummary": false + }, + { + "path": "MedicationDispense.recorded", + "min": 0, + "definition": "The date (and maybe time) when the dispense activity started if whenPrepared or whenHandedOver is not populated.", + "isModifier": false, + "short": "When the recording of the dispense started", + "mapping": [ + { + "map": ".MedicationDispense.dataEnterer..time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.recorded", + "isSummary": false + }, + { + "path": "MedicationDispense.whenPrepared", + "min": 0, + "definition": "The time when the dispensed product was packaged and reviewed.", + "isModifier": false, + "short": "When product was packaged and reviewed", + "mapping": [ + { + "map": "RXD-3 Date/Time Dispensed", + "identity": "v2" + }, + { + "map": ".effectiveTime[xmi:type=IVL_TS].low", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.effectiveTime", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.whenPrepared", + "condition": ["mdd-1"], + "isSummary": true + }, + { + "path": "MedicationDispense.whenHandedOver", + "min": 0, + "definition": "The time the dispensed product was provided to the patient or their representative.", + "isModifier": false, + "short": "When product was given out", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": "RXD-3 Date/Time Dispensed", + "identity": "v2" + }, + { + "map": ".effectiveTime[xmi:type=IVL_TS].high", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.effectiveTime", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.whenHandedOver", + "condition": ["mdd-1"], + "isSummary": false + }, + { + "path": "MedicationDispense.destination", + "min": 0, + "definition": "Identification of the facility/location where the medication was/will be shipped to, as part of the dispense event.", + "isModifier": false, + "short": "Where the medication was/will be sent", + "mapping": [ + { + "map": "RXD-13 Dispense-to Location; RXD-30 Dispense to Pharmacy; RXD-31 Dispense to Pharmacy Address", + "identity": "v2" + }, + { + "map": ".participation[typeCode=DST].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.destination", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.destination", + "isSummary": false + }, + { + "path": "MedicationDispense.receiver", + "min": 0, + "definition": "Identifies the person who picked up the medication or the location of where the medication was delivered. This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional or a location.", + "isModifier": false, + "short": "Who collected the medication or where the medication was delivered", + "mapping": [ + { + "map": ".participation[typeCode=RCV].role", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.SupplyEvent.receiver", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.receiver", + "isSummary": false + }, + { + "path": "MedicationDispense.note", + "min": 0, + "definition": "Extra information about the dispense that could not be conveyed in the other attributes.", + "isModifier": false, + "short": "Information about the dispense", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "RXD-9 Dispense Notes", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=ACT,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.note", + "isSummary": false + }, + { + "path": "MedicationDispense.renderedDosageInstruction", + "min": 0, + "definition": "The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.", + "isModifier": false, + "short": "Full representation of the dosage instructions", + "mapping": [ + { + "map": "SubstanceAdministration.text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.renderedDosageInstruction", + "comment": "The content of the renderedDosageInstructions must not be different than the dose represented in the dosageInstruction content.", + "isSummary": false + }, + { + "path": "MedicationDispense.dosageInstruction", + "min": 0, + "definition": "Indicates how the medication is to be used by the patient.", + "isModifier": false, + "short": "How the medication is to be used by the patient or administered by the caregiver", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=INT]", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.dosageInstruction", + "comment": "When the dose or rate is intended to change over the entire administration period (e.g. Tapering dose prescriptions), multiple instances of dosage instructions will need to be supplied to convey the different doses/rates.\rThe pharmacist reviews the medication order prior to dispense and updates the dosageInstruction based on the actual product being dispensed.", + "isSummary": false + }, + { + "path": "MedicationDispense.substitution", + "min": 0, + "definition": "Indicates whether or not substitution was made as part of the dispense. In some cases, substitution will be expected but does not happen, in other cases substitution is not expected but does happen. This block explains what substitution did or did not happen and why. If nothing is specified, substitution was not done.", + "isModifier": false, + "short": "Whether a substitution was performed on the dispense", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SUBST, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.substitutionMade", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.substitution", + "isSummary": false + }, + { + "path": "MedicationDispense.substitution.wasSubstituted", + "min": 1, + "definition": "True if the dispenser dispensed a different drug or product from what was prescribed.", + "isModifier": false, + "short": "Whether a substitution was or was not performed on the dispense", + "mapping": [ + { "map": ".actionNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.substitution.wasSubstituted", + "isSummary": false + }, + { + "path": "MedicationDispense.substitution.type", + "min": 0, + "definition": "A code signifying whether a different drug was dispensed from what was prescribed.", + "isModifier": false, + "short": "Code signifying whether a different drug was dispensed from what was prescribed", + "mapping": [ + { + "map": "RXO-9 Allow Substitutions / RXE-9 Substitution Status", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.substitutionMade.code", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept describing whether a different medicinal product may be dispensed other than the product as specified exactly in the prescription." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionType" + } + ], + "description": "ActSubstanceAdminSubstitutionCode" + }, + "max": "1", + "id": "MedicationDispense.substitution.type", + "isSummary": false + }, + { + "path": "MedicationDispense.substitution.reason", + "min": 0, + "definition": "Indicates the reason for the substitution (or lack of substitution) from what was prescribed.", + "isModifier": false, + "short": "Why was substitution made", + "mapping": [ + { "map": ".reasonCode", "identity": "rim" }, + { + "map": "CombinedMedicationDispense.substitutionMade.reasonCode", + "identity": "rx-dispense-rmim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionReason" + } + ], + "description": "SubstanceAdminSubstitutionReason" + }, + "max": "*", + "id": "MedicationDispense.substitution.reason", + "isSummary": false + }, + { + "path": "MedicationDispense.substitution.responsibleParty", + "min": 0, + "definition": "The person or organization that has primary responsibility for the substitution.", + "isModifier": false, + "short": "Who is responsible for the substitution", + "mapping": [ + { + "map": ".participation[typeCode=PFM].role[classCode=ASSIGN]", + "identity": "rim" + }, + { + "map": "CombinedMedicationDispense.substitutionMade.ResponsibleParty", + "identity": "rx-dispense-rmim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationDispense.substitution.responsibleParty", + "isSummary": false + }, + { + "path": "MedicationDispense.eventHistory", + "min": 0, + "definition": "A summary of the events of interest that have occurred, such as when the dispense was verified.", + "isModifier": false, + "short": "A list of relevant lifecycle events", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationDispense.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.).", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This is a specialized resource that defines the characteristics and capabilities of a device.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDefinition", + "differential": { + "element": [ + { + "path": "DeviceDefinition", + "min": 0, + "definition": "The characteristics, operational status and capabilities of a medical-related component of a medical device.", + "isModifier": false, + "short": "An instance of a medical-related component of a medical device", + "mapping": [ + { "map": "administrative.device", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition", + "comment": "For the initial scope, this DeviceDefinition resource is only applicable to describe a single node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard and that does not represent a metric. Examples for such a node are MDS, VMD, or Channel." + }, + { + "path": "DeviceDefinition.description", + "min": 0, + "definition": "Additional information to describe the device.", + "isModifier": false, + "short": "Additional information to describe the device", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.description", + "isSummary": false + }, + { + "path": "DeviceDefinition.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID. The identifier is typically valued if the udiDeviceIdentifier, partNumber or modelNumber is not valued and represents a different type of identifier. However, it is permissible to still include those identifiers in DeviceDefinition.identifier with the appropriate identifier.type.", + "isModifier": false, + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.identifier", + "isSummary": true + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier", + "min": 0, + "definition": "Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.", + "isModifier": false, + "short": "Unique Device Identifier (UDI) Barcode string", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.udiDeviceIdentifier", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier", + "min": 1, + "definition": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier.", + "isModifier": false, + "short": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.issuer", + "min": 1, + "definition": "The organization that assigns the identifier algorithm.", + "isModifier": false, + "short": "The organization that assigns the identifier algorithm", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.udiDeviceIdentifier.issuer", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.jurisdiction", + "min": 1, + "definition": "The jurisdiction to which the deviceIdentifier applies.", + "isModifier": false, + "short": "The jurisdiction to which the deviceIdentifier applies", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.udiDeviceIdentifier.jurisdiction", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution", + "min": 0, + "definition": "Indicates where and when the device is available on the market.", + "isModifier": false, + "short": "Indicates whether and when the device is available on the market", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "UdiDeviceIdentifierMarketDistribution" + } + ], + "max": "*", + "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod", + "min": 1, + "definition": "Begin and end dates for the commercial distribution of the device.", + "isModifier": false, + "short": "Begin and end dates for the commercial distribution of the device", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod", + "isSummary": false + }, + { + "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction", + "min": 1, + "definition": "National state or territory to which the marketDistribution recers, typically where the device is commercialized.", + "isModifier": false, + "short": "National state or territory where the device is commercialized", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction", + "isSummary": false + }, + { + "path": "DeviceDefinition.regulatoryIdentifier", + "min": 0, + "definition": "Identifier associated with the regulatory documentation (certificates, technical documentation, post-market surveillance documentation and reports) of a set of device models sharing the same intended purpose, risk class and essential design and manufacturing characteristics. One example is the Basic UDI-DI in Europe.", + "isModifier": false, + "short": "Regulatory identifier(s) associated with this device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.regulatoryIdentifier", + "comment": "This should not be used for regulatory authorization numbers which are to be captured elsewhere.", + "isSummary": false + }, + { + "path": "DeviceDefinition.regulatoryIdentifier.type", + "min": 1, + "definition": "The type of identifier itself.", + "isModifier": false, + "short": "basic | master | license", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedefinition-regulatory-identifier-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceRegulatoryIdentifierType" + } + ], + "description": "Device regulatory identifier type." + }, + "max": "1", + "id": "DeviceDefinition.regulatoryIdentifier.type", + "isSummary": false + }, + { + "path": "DeviceDefinition.regulatoryIdentifier.deviceIdentifier", + "min": 1, + "definition": "The identifier itself.", + "isModifier": false, + "short": "The identifier itself", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.regulatoryIdentifier.deviceIdentifier", + "isSummary": false + }, + { + "path": "DeviceDefinition.regulatoryIdentifier.issuer", + "min": 1, + "definition": "The organization that issued this identifier.", + "isModifier": false, + "short": "The organization that issued this identifier", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.regulatoryIdentifier.issuer", + "isSummary": false + }, + { + "path": "DeviceDefinition.regulatoryIdentifier.jurisdiction", + "min": 1, + "definition": "The jurisdiction to which the deviceIdentifier applies.", + "isModifier": false, + "short": "The jurisdiction to which the deviceIdentifier applies", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.regulatoryIdentifier.jurisdiction", + "isSummary": false + }, + { + "path": "DeviceDefinition.partNumber", + "min": 0, + "definition": "The part number or catalog number of the device.", + "isModifier": false, + "short": "The part number or catalog number of the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.partNumber", + "comment": "Alphanumeric Maximum 20.", + "isSummary": false + }, + { + "path": "DeviceDefinition.manufacturer", + "min": 0, + "definition": "A name of the manufacturer or legal representative e.g. labeler. Whether this is the actual manufacturer or the labeler or responsible depends on implementation and jurisdiction.", + "isModifier": false, + "short": "Name of device manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].scoper.name", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.manufacturer", + "isSummary": true + }, + { + "path": "DeviceDefinition.deviceName", + "min": 0, + "definition": "The name or names of the device as given by the manufacturer.", + "isModifier": false, + "short": "The name or names of the device as given by the manufacturer", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.deviceName", + "isSummary": true + }, + { + "path": "DeviceDefinition.deviceName.name", + "min": 1, + "definition": "A human-friendly name that is used to refer to the device - depending on the type, it can be the brand name, the common name or alias, or other.", + "isModifier": false, + "short": "A name that is used to refer to the device", + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["Σ"], + "max": "1", + "id": "DeviceDefinition.deviceName.name", + "isSummary": true + }, + { + "path": "DeviceDefinition.deviceName.type", + "min": 1, + "definition": "The type of deviceName.\nRegisteredName | UserFriendlyName | PatientReportedName.", + "isModifier": false, + "short": "registered-name | user-friendly-name | patient-reported-name", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceNameType" + } + ], + "description": "The type of name the device is referred by." + }, + "max": "1", + "id": "DeviceDefinition.deviceName.type", + "isSummary": true + }, + { + "path": "DeviceDefinition.modelNumber", + "min": 0, + "definition": "The model number for the device for example as defined by the manufacturer or labeler, or other agency.", + "isModifier": false, + "short": "The catalog or model number for the device for example as defined by the manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".softwareName (included as part)", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.modelNumber", + "isSummary": true + }, + { + "path": "DeviceDefinition.classification", + "min": 0, + "definition": "What kind of device or device system this is.", + "isModifier": false, + "short": "What kind of device or device system this is", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.classification", + "comment": "In this element various classifications can be used, such as GMDN, EMDN, SNOMED CT, risk classes, national product codes.", + "isSummary": true + }, + { + "path": "DeviceDefinition.classification.type", + "min": 1, + "definition": "A classification or risk class of the device model.", + "isModifier": false, + "short": "A classification or risk class of the device model", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceKind" + } + ], + "description": "Type of device e.g. according to official classification." + }, + "max": "1", + "id": "DeviceDefinition.classification.type", + "isSummary": true + }, + { + "path": "DeviceDefinition.classification.justification", + "min": 0, + "definition": "Further information qualifying this classification of the device model.", + "isModifier": false, + "short": "Further information qualifying this classification of the device model", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.classification.justification", + "isSummary": false + }, + { + "path": "DeviceDefinition.conformsTo", + "min": 0, + "definition": "Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards.", + "isModifier": false, + "short": "Identifies the standards, specifications, or formal guidances for the capabilities supported by the device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.conformsTo", + "isSummary": true + }, + { + "path": "DeviceDefinition.conformsTo.category", + "min": 0, + "definition": "Describes the type of the standard, specification, or formal guidance.", + "isModifier": false, + "short": "Describes the common type of the standard, specification, or formal guidance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceSpecificationCategory" + } + ] + }, + "max": "1", + "id": "DeviceDefinition.conformsTo.category", + "isSummary": true + }, + { + "path": "DeviceDefinition.conformsTo.specification", + "min": 1, + "definition": "Code that identifies the specific standard, specification, protocol, formal guidance, regulation, legislation, or certification scheme to which the device adheres.", + "isModifier": false, + "short": "Identifies the standard, specification, or formal guidance that the device adheres to the Device Specification type", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceSpecificationType" + } + ] + }, + "max": "1", + "id": "DeviceDefinition.conformsTo.specification", + "isSummary": true + }, + { + "path": "DeviceDefinition.conformsTo.version", + "min": 0, + "definition": "Identifies the specific form or variant of the standard, specification, or formal guidance. This may be a 'version number', release, document edition, publication year, or other label.", + "isModifier": false, + "short": "The specific form or variant of the standard, specification or formal guidance", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.conformsTo.version", + "isSummary": true + }, + { + "path": "DeviceDefinition.conformsTo.source", + "min": 0, + "definition": "Standard, regulation, certification, or guidance website, document, or other publication, or similar, supporting the conformance.", + "isModifier": false, + "short": "Standard, regulation, certification, or guidance website, document, or other publication, or similar, supporting the conformance", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.conformsTo.source", + "isSummary": false + }, + { + "path": "DeviceDefinition.hasPart", + "min": 0, + "definition": "A device that is part (for example a component) of the present device.", + "isModifier": false, + "short": "A device, part of the current one", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.hasPart", + "isSummary": true + }, + { + "path": "DeviceDefinition.hasPart.reference", + "min": 1, + "definition": "Reference to the device that is part of the current device.", + "isModifier": false, + "short": "Reference to the part", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.hasPart.reference", + "isSummary": true + }, + { + "path": "DeviceDefinition.hasPart.count", + "min": 0, + "definition": "Number of instances of the component device in the current device.", + "isModifier": false, + "short": "Number of occurrences of the part", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.hasPart.count", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging", + "min": 0, + "definition": "Information about the packaging of the device, i.e. how the device is packaged.", + "isModifier": false, + "short": "Information about the packaging of the device, i.e. how the device is packaged", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.packaging", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.identifier", + "min": 0, + "definition": "The business identifier of the packaged medication.", + "isModifier": false, + "short": "Business identifier of the packaged medication", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.packaging.identifier", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.type", + "min": 0, + "definition": "A code that defines the specific type of packaging.", + "isModifier": false, + "short": "A code that defines the specific type of packaging", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.packaging.type", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.count", + "min": 0, + "definition": "The number of items contained in the package (devices or sub-packages).", + "isModifier": false, + "short": "The number of items contained in the package (devices or sub-packages)", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.packaging.count", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.distributor", + "min": 0, + "definition": "An organization that distributes the packaged device.", + "isModifier": false, + "short": "An organization that distributes the packaged device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "PackagingDistributor" + } + ], + "max": "*", + "id": "DeviceDefinition.packaging.distributor", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.distributor.name", + "min": 0, + "definition": "Distributor's human-readable name.", + "isModifier": false, + "short": "Distributor's human-readable name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.packaging.distributor.name", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.distributor.organizationReference", + "min": 0, + "definition": "Distributor as an Organization resource.", + "isModifier": false, + "short": "Distributor as an Organization resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.packaging.distributor.organizationReference", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.udiDeviceIdentifier", + "min": 0, + "definition": "Unique Device Identifier (UDI) Barcode string on the packaging.", + "isModifier": false, + "short": "Unique Device Identifier (UDI) Barcode string on the packaging", + "contentReference": "#DeviceDefinition.udiDeviceIdentifier", + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.packaging.udiDeviceIdentifier", + "isSummary": false + }, + { + "path": "DeviceDefinition.packaging.packaging", + "min": 0, + "definition": "Allows packages within packages.", + "isModifier": false, + "short": "Allows packages within packages", + "contentReference": "#DeviceDefinition.packaging", + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.packaging.packaging", + "isSummary": false + }, + { + "path": "DeviceDefinition.version", + "min": 0, + "definition": "The version of the device or software.", + "isModifier": false, + "short": "The version of the device or software", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.version", + "isSummary": false + }, + { + "path": "DeviceDefinition.version.type", + "min": 0, + "definition": "The type of the device version, e.g. manufacturer, approved, internal.", + "isModifier": false, + "short": "The type of the device version, e.g. manufacturer, approved, internal", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "alias": ["Σ"], + "max": "1", + "id": "DeviceDefinition.version.type", + "isSummary": false + }, + { + "path": "DeviceDefinition.version.component", + "min": 0, + "definition": "The hardware or software module of the device to which the version applies.", + "isModifier": false, + "short": "The hardware or software module of the device to which the version applies", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.version.component", + "comment": "Note that the module of the device would not need to be tracked as a separate device, e.g., using different UDI, thus would typically involve one or more software modules. For example, a device may involve two software modules each on a different version.", + "isSummary": false + }, + { + "path": "DeviceDefinition.version.value", + "min": 1, + "definition": "The version text.", + "isModifier": false, + "short": "The version text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.version.value", + "isSummary": false + }, + { + "path": "DeviceDefinition.safety", + "min": 0, + "definition": "Safety characteristics of the device.", + "isModifier": false, + "short": "Safety characteristics of the device", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Safety" + } + ] + }, + "max": "*", + "id": "DeviceDefinition.safety", + "isSummary": true + }, + { + "path": "DeviceDefinition.shelfLifeStorage", + "min": 0, + "definition": "Shelf Life and storage information.", + "isModifier": false, + "short": "Shelf Life and storage information", + "type": [{ "code": "ProductShelfLife" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.shelfLifeStorage", + "isSummary": false + }, + { + "path": "DeviceDefinition.languageCode", + "min": 0, + "definition": "Language code for the human-readable text strings produced by the device (all supported).", + "isModifier": false, + "short": "Language code for the human-readable text strings produced by the device (all supported)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.languageCode", + "isSummary": false + }, + { + "path": "DeviceDefinition.property", + "min": 0, + "definition": "Static or essentially fixed characteristics or features of this kind of device that are otherwise not captured in more specific attributes, e.g., time or timing attributes, resolution, accuracy, and physical attributes.", + "isModifier": false, + "short": "Inherent, essentially fixed, characteristics of this kind of device, e.g., time properties, size, etc", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.property", + "comment": "Dynamic or current properties, such as settings, of an individual device are described using a Device instance-specific DeviceMetric and recorded using Observation. Static characteristics of an individual device could also be documented in a [Device] instance. The Device instance's properties, and their values, could be, but need not be, the same as in the associated DeviceDefinition.", + "isSummary": false + }, + { + "path": "DeviceDefinition.property.type", + "min": 1, + "definition": "Code that specifies the property such as a resolution or color being represented.", + "isModifier": false, + "short": "Code that specifies the property being represented", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-property-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DevicePropertyType" + } + ], + "description": "Device property type." + }, + "max": "1", + "id": "DeviceDefinition.property.type", + "isSummary": false + }, + { + "path": "DeviceDefinition.property.value[x]", + "min": 1, + "definition": "The value of the property specified by the associated property.type code.", + "isModifier": false, + "short": "Value of the property", + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.property.value[x]", + "comment": "This use of string or CodeableConcept is supported to address different purposes The text element of the valueCodeableConcept choice type is used for properties which would usually be coded (such as the size of an implant, or a security classification) but for which there is not currently an appropriate concept in the vocabulary (e.g., a custom implant size, or a security classification which depends on configuration. Otherwise the valueString choice type is used for textual descriptive device properties that cannot be expressed in other elements.", + "isSummary": false + }, + { + "path": "DeviceDefinition.owner", + "min": 0, + "definition": "An organization that is responsible for the provision and ongoing maintenance of the device.", + "isModifier": false, + "short": "Organization responsible for device", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".playedRole[typeCode=OWN].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.owner", + "isSummary": false + }, + { + "path": "DeviceDefinition.contact", + "min": 0, + "definition": "Contact details for an organization or a particular human that is responsible for the device.", + "isModifier": false, + "short": "Details for human/organization for support", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".scopedRole[typeCode=CON].player", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.contact", + "comment": "used for troubleshooting etc.", + "isSummary": false + }, + { + "path": "DeviceDefinition.link", + "min": 0, + "definition": "An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device.", + "isModifier": false, + "short": "An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.link", + "isSummary": false + }, + { + "path": "DeviceDefinition.link.relation", + "min": 1, + "definition": "The type indicates the relationship of the related device to the device instance.", + "isModifier": false, + "short": "The type indicates the relationship of the related device to the device instance", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedefinition-relationtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceDefinitionRelationType" + } + ], + "description": "The type of relation between this and the linked device." + }, + "max": "1", + "id": "DeviceDefinition.link.relation", + "isSummary": false + }, + { + "path": "DeviceDefinition.link.relatedDevice", + "min": 1, + "definition": "A reference to the linked device.", + "isModifier": false, + "short": "A reference to the linked device", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.link.relatedDevice", + "isSummary": false + }, + { + "path": "DeviceDefinition.note", + "min": 0, + "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element.", + "isModifier": false, + "short": "Device notes and comments", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.note", + "isSummary": false + }, + { + "path": "DeviceDefinition.material", + "min": 0, + "definition": "A substance used to create the material(s) of which the device is made.", + "isModifier": false, + "short": "A substance used to create the material(s) of which the device is made", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.material", + "isSummary": false + }, + { + "path": "DeviceDefinition.material.substance", + "min": 1, + "definition": "A substance that the device contains, may contain, or is made of - for example latex - to be used to determine patient compatibility. This is not intended to represent the composition of the device, only the clinically relevant materials.", + "isModifier": false, + "short": "A relevant substance that the device contains, may contain, or is made of", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.material.substance", + "isSummary": false + }, + { + "path": "DeviceDefinition.material.alternate", + "min": 0, + "definition": "Indicates an alternative material of the device.", + "isModifier": false, + "short": "Indicates an alternative material of the device", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.material.alternate", + "isSummary": false + }, + { + "path": "DeviceDefinition.material.allergenicIndicator", + "min": 0, + "definition": "Whether the substance is a known or suspected allergen.", + "isModifier": false, + "short": "Whether the substance is a known or suspected allergen", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.material.allergenicIndicator", + "isSummary": false + }, + { + "path": "DeviceDefinition.productionIdentifierInUDI", + "min": 0, + "definition": "Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label.", + "isModifier": false, + "short": "lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-productidentifierinudi|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceProductionIdentifierInUDI" + } + ], + "description": "The production identifier(s) that are expected to appear in the UDI carrier." + }, + "max": "*", + "id": "DeviceDefinition.productionIdentifierInUDI", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline", + "min": 0, + "definition": "Information aimed at providing directions for the usage of this model of device.", + "isModifier": false, + "short": "Information aimed at providing directions for the usage of this model of device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.guideline", + "comment": "For more structured data, a ClinicalUseDefinition that points to the DeviceDefinition can be used.", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.useContext", + "min": 0, + "definition": "The circumstances that form the setting for using the device.", + "isModifier": false, + "short": "The circumstances that form the setting for using the device", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.guideline.useContext", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.usageInstruction", + "min": 0, + "definition": "Detailed written and visual directions for the user on how to use the device.", + "isModifier": false, + "short": "Detailed written and visual directions for the user on how to use the device", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.guideline.usageInstruction", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.relatedArtifact", + "min": 0, + "definition": "A source of information or reference for this guideline.", + "isModifier": false, + "short": "A source of information or reference for this guideline", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.guideline.relatedArtifact", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.indication", + "min": 0, + "definition": "A clinical condition for which the device was designed to be used.", + "isModifier": false, + "short": "A clinical condition for which the device was designed to be used", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.guideline.indication", + "comment": "A ClinicalUseDefinition that points to the DeviceDefinition can be used if more structured data is needed.", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.contraindication", + "min": 0, + "definition": "A specific situation when a device should not be used because it may cause harm.", + "isModifier": false, + "short": "A specific situation when a device should not be used because it may cause harm", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.guideline.contraindication", + "comment": "A ClinicalUseDefinition that points to the DeviceDefinition can be used if more structured data is needed.", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.warning", + "min": 0, + "definition": "Specific hazard alert information that a user needs to know before using the device.", + "isModifier": false, + "short": "Specific hazard alert information that a user needs to know before using the device", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.guideline.warning", + "comment": "A ClinicalUseDefinition that points to the DeviceDefinition can be used if more structured data is needed.", + "isSummary": false + }, + { + "path": "DeviceDefinition.guideline.intendedUse", + "min": 0, + "definition": "A description of the general purpose or medical use of the device or its function.", + "isModifier": false, + "short": "A description of the general purpose or medical use of the device or its function", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.guideline.intendedUse", + "isSummary": false + }, + { + "path": "DeviceDefinition.correctiveAction", + "min": 0, + "definition": "Tracking of latest field safety corrective action.", + "isModifier": false, + "short": "Tracking of latest field safety corrective action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.correctiveAction", + "isSummary": false + }, + { + "path": "DeviceDefinition.correctiveAction.recall", + "min": 1, + "definition": "Whether the last corrective action known for this device was a recall.", + "isModifier": false, + "short": "Whether the corrective action was a recall", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.correctiveAction.recall", + "comment": "When a field safety action has been initiated but not yet resulted in a recall, this element will be set to 'false'.", + "isSummary": false + }, + { + "path": "DeviceDefinition.correctiveAction.scope", + "min": 0, + "definition": "The scope of the corrective action - whether the action targeted all units of a given device model, or only a specific set of batches identified by lot numbers, or individually identified devices identified by the serial name.", + "isModifier": false, + "short": "model | lot-numbers | serial-numbers", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-correctiveactionscope|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceCorrectiveActionScope" + } + ], + "description": "The type or scope of the corrective action." + }, + "max": "1", + "id": "DeviceDefinition.correctiveAction.scope", + "isSummary": false + }, + { + "path": "DeviceDefinition.correctiveAction.period", + "min": 1, + "definition": "Start and end dates of the corrective action.", + "isModifier": false, + "short": "Start and end dates of the corrective action", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.correctiveAction.period", + "isSummary": false + }, + { + "path": "DeviceDefinition.chargeItem", + "min": 0, + "definition": "Billing code or reference associated with the device.", + "isModifier": false, + "short": "Billing code or reference associated with the device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.chargeItem", + "isSummary": false + }, + { + "path": "DeviceDefinition.chargeItem.chargeItemCode", + "min": 1, + "definition": "The code or reference for the charge item.", + "isModifier": false, + "short": "The code or reference for the charge item", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.chargeItem.chargeItemCode", + "isSummary": false + }, + { + "path": "DeviceDefinition.chargeItem.count", + "min": 1, + "definition": "Coefficient applicable to the billing code.", + "isModifier": false, + "short": "Coefficient applicable to the billing code", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.chargeItem.count", + "isSummary": false + }, + { + "path": "DeviceDefinition.chargeItem.effectivePeriod", + "min": 0, + "definition": "A specific time period in which this charge item applies.", + "isModifier": false, + "short": "A specific time period in which this charge item applies", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDefinition.chargeItem.effectivePeriod", + "isSummary": false + }, + { + "path": "DeviceDefinition.chargeItem.useContext", + "min": 0, + "definition": "The context to which this charge item applies.", + "isModifier": false, + "short": "The context to which this charge item applies", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDefinition.chargeItem.useContext", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "MedicationDispense Performer Function Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-performer-function/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDispensePerformerFunctionCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationDispense Performer Function Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationdispense-performer-function", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-performer-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1318", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationdispense-performer-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The meaning of the hierarchy of concepts in a code system.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/codesystem-hierarchy-meaning" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodeSystemHierarchyMeaning", + "experimental": false, + "resourceType": "ValueSet", + "title": "Code System Hierarchy Meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "codesystem-hierarchy-meaning", + "url": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.784", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.767", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/codesystem-hierarchy-meaning", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes example Procedure Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-procedure-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-procedure-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleProcedureTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Procedure Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-procedure-type", + "url": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1387", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-procedure-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the administrative routes used during vaccination. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration", + "concept": [ + { + "code": "IDINJ", + "display": "Injection, intradermal" + }, + { "code": "IM", "display": "Injection, intramuscular" }, + { + "code": "IVINJ", + "display": "Injection, intravenous" + }, + { "code": "PO", "display": "Swallow, oral" }, + { "code": "SQ", "display": "Injection, subcutaneous" }, + { "code": "TRNSDERM", "display": "Transdermal" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-route/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationRouteCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-route", + "url": "http://hl7.org/fhir/ValueSet/immunization-route", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.289", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.284", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.162", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-route", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medicationstatement and a medicationadministration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medicationstatement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the Medication Statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationStatement/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationStatement", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationStatement", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationStatement", + "differential": { + "element": [ + { + "path": "MedicationStatement", + "min": 0, + "definition": "A record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay. The medication information may come from sources such as the patient's memory, from a prescription bottle, or from a list of medications the patient, clinician or other party maintains. \n\nThe primary difference between a medicationstatement and a medicationadministration is that the medication administration has complete administration information and is based on actual administration information from the person who administered the medication. A medicationstatement is often, if not always, less specific. There is no required date/time when the medication was administered, in fact we only know that a source has reported the patient is taking this medication, where details such as time, quantity, or rate or even medication product may be incomplete or missing or less precise. As stated earlier, the Medication Statement information may come from the patient's memory, from a prescription bottle or from a list of medications the patient, clinician or other party maintains. Medication administration is more formal and is not missing detailed information.\n\nThe MedicationStatement resource was previously called MedicationStatement.", + "isModifier": false, + "short": "Record of medication being taken by a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["MedicationStatement"], + "max": "*", + "id": "MedicationStatement" + }, + { + "path": "MedicationStatement.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Statement that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": true + }, + { + "path": "MedicationStatement.partOf", + "min": 0, + "definition": "A larger event of which this particular MedicationStatement is a component or step.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=SPLY or SBADM or PROC or OBS,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.partOf", + "isSummary": false + }, + { + "path": "MedicationStatement.status", + "min": 1, + "definition": "A code representing the status of recording the medication statement.", + "isModifier": true, + "short": "recorded | entered-in-error | draft", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementStatus" + } + ], + "description": "A coded concept indicating the current status of a MedicationStatement." + }, + "max": "1", + "id": "MedicationStatement.status", + "comment": "This status concerns just the recording of the medication statement. MedicationStatement.adherence should be used for indicating a patient's adherence to the information in this resource. Note, the statuses are different than in previous releases for MedicationStatement or MedicationStatement.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationStatement.category", + "min": 0, + "definition": "Type of medication statement (for example, drug classification like ATC, where meds would be administered, legal category of the medication.).", + "isModifier": false, + "short": "Type of medication statement", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication statement\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-admin-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementAdministrationLocation" + } + ], + "description": "A coded concept identifying where the medication included in the MedicationStatement is expected to be consumed or administered." + }, + "max": "*", + "id": "MedicationStatement.category", + "isSummary": true + }, + { + "path": "MedicationStatement.medication", + "min": 1, + "definition": "Identifies the medication being administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "isModifier": false, + "short": "What medication was taken", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADMM or MANU]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying the substance or product being taken." + }, + "max": "1", + "id": "MedicationStatement.medication", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationStatement.subject", + "min": 1, + "definition": "The person, animal or group who is/was taking the medication.", + "isModifier": false, + "short": "Who is/was taking the medication", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3 Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.subject", + "isSummary": true + }, + { + "path": "MedicationStatement.encounter", + "min": 0, + "definition": "The encounter that establishes the context for this MedicationStatement.", + "isModifier": false, + "short": "Encounter associated with MedicationStatement", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.encounter", + "isSummary": true + }, + { + "path": "MedicationStatement.effective[x]", + "min": 0, + "definition": "The interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationStatement.adherence element is Not Taking).", + "isModifier": false, + "short": "The date/time or interval when the medication is/was/will be taken", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.effective[x]", + "comment": "This attribute reflects the period over which the patient consumed the medication and is expected to be populated on the majority of Medication Statements. If the medication is still being taken and is expected to continue indefinitely at the time the usage is recorded, the \"end\" date will be omitted. If the end date is known, then it is included as the \"end date\". The date/time attribute supports a variety of dates - year, year/month and exact date. If something more than this is required, this should be conveyed as text.", + "isSummary": true + }, + { + "path": "MedicationStatement.dateAsserted", + "min": 0, + "definition": "The date when the Medication Statement was asserted by the information source.", + "isModifier": false, + "short": "When the usage was asserted?", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.dateAsserted", + "isSummary": true + }, + { + "path": "MedicationStatement.informationSource", + "min": 0, + "definition": "The person or organization that provided the information about the taking of this medication. Note: Use derivedFrom when a MedicationStatement is derived from other resources, e.g. Claim or MedicationRequest.", + "isModifier": false, + "short": "Person or organization that provided the information about the taking of this medication", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT, or codes for Practitioner or Related Person (if PAT is the informer, then syntax for self-reported =true)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.informationSource", + "isSummary": false + }, + { + "path": "MedicationStatement.derivedFrom", + "min": 0, + "definition": "Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.", + "isModifier": false, + "short": "Link to information used to derive the MedicationStatement", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=SPRT]/target[classCode=ACT,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.derivedFrom", + "comment": "Likely references would be to MedicationRequest, MedicationDispense, Claim, Observation or QuestionnaireAnswers. The most common use cases for deriving a MedicationStatement comes from creating a MedicationStatement from a MedicationRequest or from a lab observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the MedicationStatement from.", + "isSummary": false + }, + { + "path": "MedicationStatement.reason", + "min": 0, + "definition": "A concept, Condition or observation that supports why the medication is being/was taken.", + "isModifier": false, + "short": "Reason for why the medication is being/was taken", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationReason" + } + ], + "description": "A coded concept identifying why the medication is being taken." + }, + "max": "*", + "id": "MedicationStatement.reason", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonForUseReference.", + "isSummary": false + }, + { + "path": "MedicationStatement.note", + "min": 0, + "definition": "Provides extra information about the Medication Statement that is not conveyed by the other attributes.", + "isModifier": false, + "short": "Further information about the usage", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.note", + "isSummary": false + }, + { + "path": "MedicationStatement.relatedClinicalInformation", + "min": 0, + "definition": "Link to information that is relevant to a medication statement, for example, illicit drug use, gestational age, etc.", + "isModifier": false, + "short": "Link to information relevant to the usage of a medication", + "mapping": [{ "map": "TBD", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.relatedClinicalInformation", + "isSummary": false + }, + { + "path": "MedicationStatement.renderedDosageInstruction", + "requirements": "The content of the renderedDosageInstructions must not be different than the dose represented in the dosageInstruction content.", + "min": 0, + "definition": "The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.", + "isModifier": false, + "short": "Full representation of the dosage instructions", + "mapping": [ + { + "map": "SubstanceAdministration.text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.renderedDosageInstruction", + "isSummary": false + }, + { + "path": "MedicationStatement.dosage", + "min": 0, + "definition": "Indicates how the medication is/was or should be taken by the patient.", + "isModifier": false, + "short": "Details of how medication is/was taken or should be taken", + "mapping": [ + { + "map": "refer dosageInstruction mapping", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "mustSupport": false, + "max": "*", + "id": "MedicationStatement.dosage", + "comment": "The dates included in the dosage on a Medication Statement reflect the dates for a given dose. For example, \"from November 1, 2016 to November 3, 2016, take one tablet daily and from November 4, 2016 to November 7, 2016, take two tablets daily.\" It is expected that this specificity may only be populated where the patient brings in their labeled container or where the Medication Statement is derived from a MedicationRequest.", + "isSummary": false + }, + { + "path": "MedicationStatement.adherence", + "min": 0, + "definition": "Indicates whether the medication is or is not being consumed or administered.", + "isModifier": false, + "short": "Indicates whether the medication is or is not being consumed or administered", + "mapping": [ + { + "map": "outboundRelationship[typeCode=PERT].target[classCode=OBV,moodCode=EVN].value[xsi:type=BL]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationStatement.adherence", + "comment": "This element can be used to indicate whether a patient is following a course of treatment as instructed/prescribed or whether they are taking medications of their own volition. It can also be used to indicate that a patient is not taking a medication, either because they were told not to or because they decided on their own.", + "isSummary": true + }, + { + "path": "MedicationStatement.adherence.code", + "min": 1, + "definition": "Type of the adherence for the medication.", + "isModifier": false, + "short": "Type of adherence", + "mapping": [ + { + "map": "outboundRelationship[typeCode=PERT].target[classCode=OBV,moodCode=EVN].value[xsi:type=BL]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-adherence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementAdherence" + } + ] + }, + "max": "1", + "id": "MedicationStatement.adherence.code", + "isSummary": true + }, + { + "path": "MedicationStatement.adherence.reason", + "min": 0, + "definition": "Captures the reason for the current use or adherence of a medication.", + "isModifier": false, + "short": "Details of the reason for the current use of the medication", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatementStatusReason" + } + ] + }, + "max": "1", + "id": "MedicationStatement.adherence.reason", + "comment": "This is generally only used for \"exception\" statuses such as \"entered-in-error\". The reason for performing the event at all is captured in reasonCode, not here.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RiskAssessment/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RiskAssessment", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://openehr.org", + "name": "Open EHR Archetype Mapping", + "identity": "openehr" + } + ], + "abstract": false, + "type": "RiskAssessment", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "RiskAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RiskAssessment", + "differential": { + "element": [ + { + "path": "RiskAssessment", + "min": 0, + "definition": "An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.", + "isModifier": false, + "short": "Potential outcomes for a subject with likelihood", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN, code=\"Risk Assessment\"]", + "identity": "rim" + }, + { + "map": "OpenEHR-EHR-EVALUATION.risk.v1", + "identity": "openehr" + } + ], + "mustSupport": false, + "alias": ["Prognosis"], + "max": "*", + "id": "RiskAssessment" + }, + { + "path": "RiskAssessment.identifier", + "min": 0, + "definition": "Business identifier assigned to the risk assessment.", + "isModifier": false, + "short": "Unique identifier for the assessment", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "Workflow Identifier", "identity": "openehr" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "RiskAssessment.identifier", + "isSummary": true + }, + { + "path": "RiskAssessment.basedOn", + "min": 0, + "definition": "A reference to the request that is fulfilled by this risk assessment.", + "isModifier": false, + "short": "Request fulfilled by this assessment", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.basedOn", + "isSummary": false + }, + { + "path": "RiskAssessment.parent", + "min": 0, + "definition": "A reference to a resource that this risk assessment is part of, such as a Procedure.", + "isModifier": false, + "short": "Part of this occurrence", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.parent", + "isSummary": false + }, + { + "path": "RiskAssessment.status", + "min": 1, + "definition": "The status of the RiskAssessment, using the same statuses as an Observation.", + "isModifier": false, + "short": "registered | preliminary | final | amended +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentStatus" + } + ], + "description": "The status of the risk assessment; e.g. preliminary, final, amended, etc." + }, + "max": "1", + "id": "RiskAssessment.status", + "isSummary": true + }, + { + "path": "RiskAssessment.method", + "requirements": "The method can influence the results of the assessment.", + "min": 0, + "definition": "The algorithm, process or mechanism used to evaluate the risk.", + "isModifier": false, + "short": "Evaluation mechanism", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentMethod" + } + ], + "description": "The mechanism or algorithm used to make the assessment; e.g. TIMI, PRISM, Cardiff Type 2 diabetes, etc." + }, + "max": "1", + "id": "RiskAssessment.method", + "isSummary": true + }, + { + "path": "RiskAssessment.code", + "min": 0, + "definition": "The type of the risk assessment performed.", + "isModifier": false, + "short": "Type of assessment", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.code", + "isSummary": true + }, + { + "path": "RiskAssessment.subject", + "min": 1, + "definition": "The patient or group the risk assessment applies to.", + "isModifier": false, + "short": "Who/what does assessment apply to?", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "Subject of Care", "identity": "openehr" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.subject", + "isSummary": true + }, + { + "path": "RiskAssessment.encounter", + "min": 0, + "definition": "The encounter where the assessment was performed.", + "isModifier": false, + "short": "Where was assessment performed?", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.encounter", + "isSummary": true + }, + { + "path": "RiskAssessment.occurrence[x]", + "requirements": "The assessment results lose validity the more time elapses from when they are first made.", + "min": 0, + "definition": "The date (and possibly time) the risk assessment was performed.", + "isModifier": false, + "short": "When was assessment made?", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.occurrence[x]", + "isSummary": true + }, + { + "path": "RiskAssessment.condition", + "min": 0, + "definition": "For assessments or prognosis specific to a particular condition, indicates the condition being assessed.", + "isModifier": false, + "short": "Condition assessed", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.condition", + "isSummary": true + }, + { + "path": "RiskAssessment.performer", + "min": 0, + "definition": "The provider, patient, related person, or software application that performed the assessment.", + "isModifier": false, + "short": "Who did assessment?", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PFM].role[classCode=ASSIGNED]", + "identity": "rim" + }, + { "map": "Information Provider", "identity": "openehr" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.performer", + "isSummary": true + }, + { + "path": "RiskAssessment.reason", + "min": 0, + "definition": "The reason the risk assessment was performed.", + "isModifier": false, + "short": "Why the assessment was necessary?", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RiskAssessment.reason", + "isSummary": false + }, + { + "path": "RiskAssessment.basis", + "min": 0, + "definition": "Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).", + "isModifier": false, + "short": "Information used in assessment", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DRIV].target", + "identity": "rim" + }, + { + "map": "Risk Factor; Link to Evidence", + "identity": "openehr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RiskAssessment.basis", + "isSummary": false + }, + { + "constraint": [ + { + "key": "ras-2", + "human": "Probability as a deciml must be <= 100", + "source": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "severity": "error", + "expression": "probability.empty() or ((probability is decimal) implies ((probability as decimal) <= 100))" + } + ], + "path": "RiskAssessment.prediction", + "min": 0, + "definition": "Describes the expected outcome for the subject.", + "isModifier": false, + "short": "Outcome predicted", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=VALUE].target[classCod=OBS, moodCode=RISK]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RiskAssessment.prediction", + "comment": "Multiple repetitions can be used to identify the same type of outcome in different timeframes as well as different types of outcomes.", + "isSummary": false + }, + { + "path": "RiskAssessment.prediction.outcome", + "min": 0, + "definition": "One of the potential outcomes for the patient (e.g. remission, death, a particular condition).", + "isModifier": false, + "short": "Possible outcome for the subject", + "mapping": [ + { "map": ".value", "identity": "rim" }, + { "map": "Risk", "identity": "openehr" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentOutcome" + } + ], + "description": "The condition or other outcome; e.g. death, remission, amputation, infection, etc." + }, + "max": "1", + "id": "RiskAssessment.prediction.outcome", + "isSummary": false + }, + { + "constraint": [ + { + "key": "ras-1", + "human": "low and high must be percentages, if present", + "source": "http://hl7.org/fhir/StructureDefinition/RiskAssessment", + "severity": "error", + "expression": "(low.empty() or ((low.code = '%') and (low.system = %ucum))) and (high.empty() or ((high.code = '%') and (high.system = %ucum)))" + } + ], + "path": "RiskAssessment.prediction.probability[x]", + "min": 0, + "definition": "Indicates how likely the outcome is (in the specified timeframe).", + "isModifier": false, + "short": "Likelihood of specified outcome", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"probability\"].value", + "identity": "rim" + }, + { "map": "Category", "identity": "openehr" } + ], + "type": [{ "code": "decimal" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.prediction.probability[x]", + "condition": ["ras-2"], + "comment": "If range is used, it represents the lower and upper bounds of certainty; e.g. 40-60% Decimal values are expressed as percentages as well (max = 100).", + "isSummary": false + }, + { + "path": "RiskAssessment.prediction.qualitativeRisk", + "min": 0, + "definition": "Indicates how likely the outcome is (in the specified timeframe), expressed as a qualitative value (e.g. low, medium, or high).", + "isModifier": false, + "short": "Likelihood of specified outcome as a qualitative value", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/risk-probability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RiskAssessmentProbability" + } + ], + "description": "The likelihood of the occurrence of a specified outcome." + }, + "max": "1", + "id": "RiskAssessment.prediction.qualitativeRisk", + "isSummary": false + }, + { + "path": "RiskAssessment.prediction.relativeRisk", + "requirements": "Absolute risk is less meaningful than relative risk.", + "min": 0, + "definition": "Indicates the risk for this particular subject (with their specific characteristics) divided by the risk of the population in general. (Numbers greater than 1 = higher risk than the population, numbers less than 1 = lower risk.).", + "isModifier": false, + "short": "Relative likelihood", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"relative risk\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.prediction.relativeRisk", + "isSummary": false + }, + { + "path": "RiskAssessment.prediction.when[x]", + "min": 0, + "definition": "Indicates the period of time or age range of the subject to which the specified probability applies.", + "isModifier": false, + "short": "Timeframe or age range", + "mapping": [ + { + "map": ".effectiveTime or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.prediction.when[x]", + "comment": "If not specified, the risk applies \"over the subject's lifespan\".", + "isSummary": false + }, + { + "path": "RiskAssessment.prediction.rationale", + "min": 0, + "definition": "Additional information explaining the basis for the prediction.", + "isModifier": false, + "short": "Explanation of prediction", + "mapping": [ + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "Rationale", "identity": "openehr" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.prediction.rationale", + "isSummary": false + }, + { + "path": "RiskAssessment.mitigation", + "requirements": "One of the main reasons for assessing risks is to identify whether interventional steps are needed to reduce risk.", + "min": 0, + "definition": "A description of the steps that might be taken to reduce the identified risk(s).", + "isModifier": false, + "short": "How to reduce risk", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=MTGT].target[classCode=ACT, moodCode=EVN].text", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RiskAssessment.mitigation", + "isSummary": false + }, + { + "path": "RiskAssessment.note", + "min": 0, + "definition": "Additional comments about the risk assessment.", + "isModifier": false, + "short": "Comments on the risk assessment", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "RiskAssessment.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Information about a person that is involved in a patient's health or the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RelatedPerson/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track persons related to the patient or the healthcare process.", + "name": "RelatedPerson", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "RelatedPerson", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "RelatedPerson", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedPerson", + "differential": { + "element": [ + { + "path": "RelatedPerson", + "min": 0, + "definition": "Information about a person that is involved in a patient's health or the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.", + "isModifier": false, + "short": "A person that is related to a patient, but who is not a direct target of care", + "mapping": [ + { + "map": "administrative.individual", + "identity": "w5" + }, + { "map": "role", "identity": "rim" }, + { "map": "ParticipantLiving", "identity": "interface" } + ], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson" + }, + { + "path": "RelatedPerson.identifier", + "requirements": "People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the patient. Examples are national person identifier and local identifier.", + "min": 0, + "definition": "Identifier for a person within a particular scope.", + "isModifier": false, + "short": "A human identifier for this person", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "NK1-33", "identity": "v2" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.identifier", + "comment": "RelatedPerson identifiers might not be unique across instances within a system, as a single human individual may be represented as many different RelatedPerson resources with different roles, periods, or relationships.", + "isSummary": true + }, + { + "path": "RelatedPerson.active", + "requirements": "Need to be able to mark a related person record as not to be used, such as if it was created in error.", + "min": 0, + "definition": "Whether this related person record is in active use.", + "isModifier": true, + "short": "Whether this related person's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "RelatedPerson.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "RelatedPerson.patient", + "requirements": "We need to know which patient this RelatedPerson is related to.", + "min": 1, + "definition": "The patient this person is related to.", + "isModifier": false, + "short": "The patient this person is related to", + "mapping": [ + { "map": "PID-3", "identity": "v2" }, + { + "map": "scoper[classCode=PSN|ANM and determinerCode='INSTANCE']/playedRole[classCode='PAT']/id", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RelatedPerson.patient", + "isSummary": true + }, + { + "path": "RelatedPerson.relationship", + "requirements": "We need to know the relationship with the patient since it influences the interpretation of the information attributed to this person.", + "min": 0, + "definition": "The nature of the relationship between the related person and the patient.", + "isModifier": false, + "short": "The relationship of the related person to the patient", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "NK1-3", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientRelationshipType" + } + ], + "description": "The nature of the relationship between a patient and the related person." + }, + "max": "*", + "id": "RelatedPerson.relationship", + "comment": "The directionality of the relationship is from the RelatedPerson to the Patient. For example, if the Patient is a child, and the RelatedPerson is the mother, the relationship would be PRN (parent) or MTH (mother).", + "isSummary": true + }, + { + "path": "RelatedPerson.name", + "requirements": "Related persons need to be identified by name, but it is uncommon to need details about multiple other names for that person.", + "min": 0, + "definition": "A name associated with the person.", + "isModifier": false, + "short": "A name associated with the person", + "mapping": [ + { "map": "NK1-2", "identity": "v2" }, + { "map": "name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "HumanName" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.name", + "isSummary": true + }, + { + "path": "RelatedPerson.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "isModifier": false, + "short": "A contact detail for the person", + "mapping": [ + { "map": "NK1-5 / NK1-6 / NK1-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" }, + { + "map": "ParticipantContactable.telecom", + "identity": "interface" + } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.", + "isSummary": true + }, + { + "path": "RelatedPerson.gender", + "requirements": "Needed for identification of the person, in combination with (at least) name and birth date.", + "min": 0, + "definition": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.", + "isModifier": false, + "short": "male | female | other | unknown", + "mapping": [ + { "map": "NK1-15", "identity": "v2" }, + { "map": "administrativeGender", "identity": "rim" }, + { + "map": "ParticipantLiving.gender", + "identity": "interface" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "RelatedPerson.gender", + "isSummary": true + }, + { + "path": "RelatedPerson.birthDate", + "min": 0, + "definition": "The date on which the related person was born.", + "isModifier": false, + "short": "The date on which the related person was born", + "mapping": [ + { "map": "player.birthTime", "identity": "rim" }, + { + "map": "ParticipantLiving.birthDate", + "identity": "interface" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "RelatedPerson.birthDate", + "isSummary": true + }, + { + "path": "RelatedPerson.address", + "requirements": "Need to keep track where the related person can be contacted per postal mail or visited.", + "min": 0, + "definition": "Address where the related person can be contacted or visited.", + "isModifier": false, + "short": "Address where the related person can be contacted or visited", + "mapping": [ + { "map": "NK1-4", "identity": "v2" }, + { "map": "addr", "identity": "rim" }, + { + "map": "ParticipantContactable.address", + "identity": "interface" + } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.address", + "isSummary": true + }, + { + "path": "RelatedPerson.photo", + "requirements": "Many EHR systems have the capability to capture an image of persons. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the person.", + "isModifier": false, + "short": "Image of the person", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode='PSN' and determinerCode='INSTANCE']/desc", + "identity": "rim" + }, + { + "map": "ParticipantLiving.photo", + "identity": "interface" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.photo", + "isSummary": false + }, + { + "path": "RelatedPerson.period", + "min": 0, + "definition": "The period of time during which this relationship is or was active. If there are no dates defined, then the interval is unknown.", + "isModifier": false, + "short": "Period of time that this relationship is considered valid", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "RelatedPerson.period", + "comment": "If an individual has a relationship with a patient over multiple, non-adjacent periods, there should be a distinct RelatedPerson instance for each period. For example, if a person is a roommate for a period of time, moves out, and is later a roommate with the same person again, you would have two RelatedPerson instances.", + "isSummary": false + }, + { + "path": "RelatedPerson.communication", + "requirements": "If a related person does not speak the local language, interpreters may be required, so languages spoken and proficiency is an important things to keep track of both for patient and other persons of interest.", + "min": 0, + "definition": "A language which may be used to communicate with the related person about the patient's health.", + "isModifier": false, + "short": "A language which may be used to communicate with the related person about the patient's health", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" }, + { + "map": "ParticipantLiving.communication", + "identity": "interface" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RelatedPerson.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple RelatedPerson.Communication associations. If the RelatedPerson does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.", + "isSummary": false + }, + { + "path": "RelatedPerson.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English.", + "isModifier": false, + "short": "The language which can be used to communicate with the related person about the patient's health", + "mapping": [ + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "RelatedPerson.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", + "isSummary": false + }, + { + "path": "RelatedPerson.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the related person prefers this language (over other languages he or she masters up a certain level).", + "isModifier": false, + "short": "Language preference indicator", + "mapping": [{ "map": "preferenceInd", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "RelatedPerson.communication.preferred", + "comment": "This language is specifically identified for communicating healthcare information.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This is an example value set that illustrates usage of the metadata resource elements introduced in R5", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/example-metadata", + "version": "20210721" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-metadata/5.0.0", + "date": "2021-07-21", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "endorser": [ + { + "name": "National Foundation for ValueSet Quality", + "telecom": [ + { "value": "http://example.org/nfvq", "system": "url" } + ] + } + ], + "publisher": "FHIR (Example)", + "approvalDate": "2021-07-21", + "fhirVersion": null, + "name": "ExampleMetadata", + "experimental": true, + "topic": [ + { + "coding": [ + { + "code": "treatment", + "system": "http://terminology.hl7.org/CodeSystem/definition-topic", + "display": "Treatment" + } + ] + } + ], + "resourceType": "ValueSet", + "title": "Metadata Example", + "author": [ + { + "name": "ACME ValueSet Development", + "telecom": [ + { "value": "http://acme.org/development", "system": "url" } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-metadata", + "url": "http://hl7.org/fhir/ValueSet/example-metadata", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3139", + "system": "urn:ietf:rfc:3986" + } + ], + "lastReviewDate": "2022-07-21", + "editor": [ + { + "name": "ACME ValueSet Management", + "telecom": [ + { "value": "http://acme.org/management", "system": "url" } + ] + } + ], + "packageVersion": "5.0.0", + "reviewer": [ + { + "name": "Society for Creative ValueSet Review", + "telecom": [ + { "value": "http://example.org/scvr", "system": "url" } + ] + } + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-metadata", + "relatedArtifact": [ + { + "type": "derived-from", + "resource": "http://hl7.org/fhir/ValueSet/example" + } + ], + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ], + "effectivePeriod": { "end": "2022-07-31", "start": "2021-08-01" } + }, + { + "description": "The type of the GenomicStudy.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/genomicstudy-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/genomicstudy-type/5.0.0", + "date": "2022-08-17T16:25:11-05:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-25T23:21:02.749-05:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudyType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Genomic Study Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "genomicstudy-type", + "url": "http://hl7.org/fhir/ValueSet/genomicstudy-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3082", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/genomicstudy-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The kind of report, such as grouping of classifiers, search results, or human-compiled expression.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/evidence-report-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/evidence-report-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceReportType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Report Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "evidence-report-type", + "url": "http://hl7.org/fhir/ValueSet/evidence-report-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3065", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/evidence-report-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contains example structural roles. In general, two types of roles can be distinguished: structural roles and functional roles. Structural Roles reflect human or organizational categories (hierarchies), and describe prerequisites, feasibilities, or competences for actions. Functional roles are bound to the realization or performance of actions.", + "compose": { + "include": [{ "system": "sample-security-structural-roles" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-role-type/5.0.0", + "date": "2017-07-28T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SecurityRoleType", + "copyright": "This is an example FHIR value set with sample codes derived from ISO-21298 - Functional and Structural Roles.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Security Role Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "security-role-type", + "url": "http://hl7.org/fhir/ValueSet/security-role-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.978", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-role-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Biologically derived product dispense - match status", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/biologicallyderivedproductdispense-match-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-match-status/5.0.0", + "date": "2023-01-29T21:19:50+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Example Publisher", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductDispenseMatchStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically derived product dispense - match status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderivedproductdispense-match-status", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-match-status", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderivedproductdispense-match-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How an element value is interpreted when discrimination is evaluated.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/discriminator-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/discriminator-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiscriminatorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "DiscriminatorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "discriminator-type", + "url": "http://hl7.org/fhir/ValueSet/discriminator-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.91", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/discriminator-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of action to be performed.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/action-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-type", + "url": "http://hl7.org/fhir/ValueSet/action-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.809", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.792", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A categorisation for an undesirable effect.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "363788007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/undesirable-effect-classification/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UndesirableEffectClassification", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Undesirable Effect Classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "undesirable-effect-classification", + "url": "http://hl7.org/fhir/ValueSet/undesirable-effect-classification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3116", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/undesirable-effect-classification", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes example Diagnosis on Admission codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosis-on-admission" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleDiagnosisOnAdmissionCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Diagnosis on Admission Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosis-on-admission", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1169", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-diagnosis-on-admission", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the episode of care.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/episode-of-care-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/episode-of-care-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EpisodeOfCareStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Episode Of Care Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "episode-of-care-status", + "url": "http://hl7.org/fhir/ValueSet/episode-of-care-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.664", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.648", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.346", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/episode-of-care-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate dietary preferences or restrictions a patient may have.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/diet" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-diet/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterDiet", + "experimental": true, + "resourceType": "ValueSet", + "title": "Diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-diet", + "url": "http://hl7.org/fhir/ValueSet/encounter-diet", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.255", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.250", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.142", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-diet", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The kind of coverage: insurance, selfpay or other.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/coverage-kind" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverage-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Kind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "coverage-kind", + "url": "http://hl7.org/fhir/ValueSet/coverage-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3244", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverage-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is an example value set illustrating some typical scoring units used in quality measure specifications.", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "1", "display": "Default units" }, + { + "code": "/1000.d", + "display": "per 1000 patient days" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-scoring-unit/5.0.0", + "date": "2021-04-06T19:00:36+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Clinical Quality Information Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureScoringUnit", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Scoring Unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "measure-scoring-unit", + "url": "http://hl7.org/fhir/ValueSet/measure-scoring-unit", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3188", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-scoring-unit", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ingredient-function" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ingredient-function/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IngredientFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "Ingredient Function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ingredient-function", + "url": "http://hl7.org/fhir/ValueSet/ingredient-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3245", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ingredient-function", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Artifact Contribution Instance Type", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/artifact-contribution-instance-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactContributionInstanceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Contribution Instance Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifact-contribution-instance-type", + "url": "http://hl7.org/fhir/ValueSet/artifact-contribution-instance-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2963", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifact-contribution-instance-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether the application produces or consumes documents.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/document-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/document-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DocumentMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Document Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "document-mode", + "url": "http://hl7.org/fhir/ValueSet/document-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.186", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.176", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.87", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/document-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The phase of testing for this artifact.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/testscript-scope-phase-codes" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes/5.0.0", + "date": "2021-01-25T17:01:24-04:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptScopePhaseType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Script Scope Phase Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "testscript-scope-phase-codes", + "url": "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3056", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/testscript-scope-phase-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code specifying the types of information being requested.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/eligibilityresponse-purpose" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EligibilityResponsePurpose", + "experimental": false, + "resourceType": "ValueSet", + "title": "Eligibility Response Purpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "eligibilityresponse-purpose", + "url": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1184", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/eligibilityresponse-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The use of a human name.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/name-use" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/name-use/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NameUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "NameUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "name-use", + "url": "http://hl7.org/fhir/ValueSet/name-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.65", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/name-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationDispense Administration Location Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicationdispense-admin-location" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-admin-location/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDispenseAdministrationLocationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationDispense Administration Location Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationdispense-admin-location", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-admin-location", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3080", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationdispense-admin-location", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Common Tag Codes defined by FHIR project", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/common-tags" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", + "concept": [{ "code": "SUBSETTED", "display": "subsetted" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/common-tags/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommonTags", + "experimental": true, + "resourceType": "ValueSet", + "title": "Common Tags", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "common-tags", + "url": "http://hl7.org/fhir/ValueSet/common-tags", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.79", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/common-tags", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all common UCUM codes used for Duration - that it is, all commonly used units which have the same canonical unit as 'a' (year)", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "ms", "display": "milliseconds" }, + { "code": "s", "display": "seconds" }, + { "code": "min", "display": "minutes" }, + { "code": "h", "display": "hours" }, + { "code": "d", "display": "days" }, + { "code": "wk", "display": "weeks" }, + { "code": "mo", "display": "months" }, + { "code": "a", "display": "years" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/duration-units/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommonUCUMCodesForDuration", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Duration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "duration-units", + "url": "http://hl7.org/fhir/ValueSet/duration-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.61", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/duration-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Defines how a compartment rule is used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/graph-compartment-use" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/graph-compartment-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GraphCompartmentUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "Graph Compartment Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "graph-compartment-use", + "url": "http://hl7.org/fhir/ValueSet/graph-compartment-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.282", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/graph-compartment-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-definition-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-definition-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceDefinitionTypeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Definition Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-definition-type", + "url": "http://hl7.org/fhir/ValueSet/contract-definition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1210", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-definition-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of an Invoice.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/invoice-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/invoice-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InvoiceStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Invoice Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "invoice-status", + "url": "http://hl7.org/fhir/ValueSet/invoice-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.866", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/invoice-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is an example value set that illustrates usage of the metadata resource elements introduced in R5", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/example-metadata", + "version": "20220721" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-metadata-2/5.0.0", + "date": "2022-07-21", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "endorser": [ + { + "name": "National Foundation for ValueSet Quality", + "telecom": [ + { "value": "http://example.org/nfvq", "system": "url" } + ] + } + ], + "publisher": "FHIR (Example)", + "approvalDate": "2021-07-21", + "fhirVersion": null, + "name": "ExampleMetadata", + "experimental": true, + "topic": [ + { + "coding": [ + { + "code": "treatment", + "system": "http://terminology.hl7.org/CodeSystem/definition-topic", + "display": "Treatment" + } + ] + } + ], + "resourceType": "ValueSet", + "title": "Metadata Example", + "author": [ + { + "name": "ACME ValueSet Development", + "telecom": [ + { "value": "http://acme.org/development", "system": "url" } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-metadata-2", + "url": "http://hl7.org/fhir/ValueSet/example-metadata-2", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3143", + "system": "urn:ietf:rfc:3986" + } + ], + "lastReviewDate": "2022-07-21", + "editor": [ + { + "name": "ACME ValueSet Management", + "telecom": [ + { "value": "http://acme.org/management", "system": "url" } + ] + } + ], + "packageVersion": "5.0.0", + "reviewer": [ + { + "name": "Society for Creative ValueSet Review", + "telecom": [ + { "value": "http://example.org/scvr", "system": "url" } + ] + } + ], + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-metadata-2", + "relatedArtifact": [ + { + "type": "derived-from", + "resource": "http://hl7.org/fhir/ValueSet/example" + }, + { + "type": "predecessor", + "resource": "http://hl7.org/fhir/ValueSet/example-metadata|20210701" + } + ], + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ], + "effectivePeriod": { "end": "2023-07-31", "start": "2022-08-01" } + }, + { + "description": "The type of coordinates describing a 3D image region.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/imagingselection-3dgraphictype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingSelection3DGraphicType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Imaging Selection3 D Graphic Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "imagingselection-3dgraphictype", + "url": "http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3097", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/imagingselection-3dgraphictype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the reason why a communication did not happen.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-not-done-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/communication-not-done-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommunicationNotDoneReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Communication Not Done Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-not-done-reason", + "url": "http://hl7.org/fhir/ValueSet/communication-not-done-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.174", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.164", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/communication-not-done-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contract-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-type", + "url": "http://hl7.org/fhir/ValueSet/contract-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.729", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.717", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.95", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code to indicate if the substance is actively used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/substance-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRSubstanceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRSubstanceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "substance-status", + "url": "http://hl7.org/fhir/ValueSet/substance-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.474", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.467", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code that indicates how the page is generated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guide-page-generation" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/guide-page-generation/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GuidePageGeneration", + "experimental": false, + "resourceType": "ValueSet", + "title": "Guide Page Generation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "guide-page-generation", + "url": "http://hl7.org/fhir/ValueSet/guide-page-generation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.998", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/guide-page-generation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicator for type of action performed during the event that generated the event.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/audit-event-action" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-action/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventAction", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "audit-event-action", + "url": "http://hl7.org/fhir/ValueSet/audit-event-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.452", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.445", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.263", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-action", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 442083009 (Anatomical or acquired body site (body structure)).", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "53075003", + "display": "Distal phalanx of hallux" + }, + { + "code": "76986006", + "display": "Distal phalanx of second toe" + }, + { + "code": "65258003", + "display": "Distal phalanx of third toe" + }, + { + "code": "54333003", + "display": "Distal phalanx of fourth toe" + }, + { + "code": "10770001", + "display": "Distal phalanx of fifth toe" + }, + { + "code": "363670009", + "display": "Interphalangeal joint structure of great toe" + }, + { + "code": "371216008", + "display": "Distal interphalangeal joint of second toe" + }, + { + "code": "371219001", + "display": "Distal interphalangeal joint of third toe" + }, + { + "code": "371205001", + "display": "Distal interphalangeal joint of fourth toe" + }, + { + "code": "371203008", + "display": "Distal interphalangeal joint of fifth toe" + }, + { + "code": "371292009", + "display": "Proximal interphalangeal joint of second toe" + }, + { + "code": "371255009", + "display": "Proximal interphalangeal joint of third toe" + }, + { + "code": "371288002", + "display": "Proximal interphalangeal joint of fourth toe" + }, + { + "code": "371284000", + "display": "Proximal interphalangeal joint of fifth toe" + }, + { + "code": "67169006", + "display": "Head of first metatarsal bone" + }, + { + "code": "9677004", + "display": "Head of second metatarsal bone" + }, + { + "code": "46971007", + "display": "Head of third metatarsal bone" + }, + { + "code": "3134008", + "display": "Head of fourth metatarsal bone" + }, + { + "code": "71822005", + "display": "Head of fifth metatarsal bone" + }, + { + "code": "89221001", + "display": "Base of first metatarsal bone" + }, + { + "code": "90894004", + "display": "Base of second metatarsal bone" + }, + { + "code": "89995006", + "display": "Base of third metatarsal bone" + }, + { + "code": "15368009", + "display": "Base of fourth metatarsal bone" + }, + { + "code": "30980004", + "display": "Base of fifth metatarsal bone" + }, + { + "code": "38607000", + "display": "Styloid process of fifth metatarsal bone" + }, + { + "code": "2979003", + "display": "Medial cuneiform bone" + }, + { + "code": "19193007", + "display": "Intermediate cuneiform bone" + }, + { + "code": "67411009", + "display": "Lateral cuneiform bone" + }, + { + "code": "81012005", + "display": "Bone structure of cuboid" + }, + { + "code": "75772009", + "display": "Bone structure of navicular" + }, + { + "code": "67453005", + "display": "Bone structure of talus" + }, + { + "code": "80144004", + "display": "Bone structure of calcaneum" + }, + { "code": "6417001", "display": "Medial malleolus" }, + { + "code": "113225006", + "display": "Lateral malleolus of fibula" + }, + { "code": "22457002", "display": "Head of fibula" }, + { "code": "45879002", "display": "Tibial tuberosity" }, + { + "code": "122474001", + "display": "Medial condyle of femur" + }, + { + "code": "122475000", + "display": "Lateral condyle of femur" + }, + { "code": "69030007", "display": "Ischial tuberosity" }, + { "code": "29850006", "display": "Iliac crest" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "442083009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/body-site/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTBodyStructures", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Body Structures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "body-site", + "url": "http://hl7.org/fhir/ValueSet/body-site", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.141", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.653", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.78", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/body-site", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Example Coverage Financial Exception Codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-coverage-financial-exception" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverage-financial-exception/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleCoverageFinancialExceptionCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Coverage Financial Exception Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "coverage-financial-exception", + "url": "http://hl7.org/fhir/ValueSet/coverage-financial-exception", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1328", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverage-financial-exception", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The processing mode that applies to this list.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/list-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ListMode", + "experimental": true, + "resourceType": "ValueSet", + "title": "List Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "list-mode", + "url": "http://hl7.org/fhir/ValueSet/list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.318", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.309", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.174", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying rule combining algorithm.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/permission-rule-combining" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/permission-rule-combining/5.0.0", + "date": "2022-08-05T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PermissionRuleCombining", + "experimental": true, + "resourceType": "ValueSet", + "title": "Permission Rule Combining", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "permission-rule-combining", + "url": "http://hl7.org/fhir/ValueSet/permission-rule-combining", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3231", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/permission-rule-combining", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "What the target is validated against", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-type/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ValidationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "validation-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-validation-type", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.886", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-validation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Operation Outcome codes for translatable phrases used by FHIR test servers (see Implementation file translations.xml)", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/operation-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/operation-outcome/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationOutcomeCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Operation Outcome Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "operation-outcome", + "url": "http://hl7.org/fhir/ValueSet/operation-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.412", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/operation-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Payment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/payment-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "payment-type", + "url": "http://hl7.org/fhir/ValueSet/payment-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.641", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.626", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.333", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "code type: A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/code/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "code", + "abstract": false, + "type": "code", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "code", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/code", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/code", + "differential": { + "element": [ + { + "id": "code", + "max": "*", + "min": 0, + "path": "code", + "short": "Primitive Type code", + "definition": "A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents" + }, + { + "id": "code.value", + "max": "1", + "min": 0, + "path": "code.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "code" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[^\\s]+( [^\\s]+)*" + } + ] + } + ], + "short": "Primitive value for code", + "definition": "Primitive value for code", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/string" + }, + { + "description": "Codes providing the status of an observation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/observation-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "observation-status", + "url": "http://hl7.org/fhir/ValueSet/observation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.400", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.387", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.219", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes indicating the type of action that is expected to be performed", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/transport-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/transport-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TransportCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Transport Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "transport-code", + "url": "http://hl7.org/fhir/ValueSet/transport-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3038", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transport-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes for the main intent of the study.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-focus-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-focus-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyFocusType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Focus Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-focus-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-focus-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3076", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-focus-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Status of the transport", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/transport-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/transport-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TransportStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Transport Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "transport-status", + "url": "http://hl7.org/fhir/ValueSet/transport-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3035", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transport-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageEligibilityRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CoverageEligibilityRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "CoverageEligibilityRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityRequest", + "differential": { + "element": [ + { + "path": "CoverageEligibilityRequest", + "min": 0, + "definition": "The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.", + "isModifier": false, + "short": "CoverageEligibilityRequest resource", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityRequest" + }, + { + "path": "CoverageEligibilityRequest.identifier", + "requirements": "Allows coverage eligibility requests to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this coverage eligiblity request.", + "isModifier": false, + "short": "Business Identifier for coverage eligiblity request", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityRequest.identifier", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityRequestStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "CoverageEligibilityRequest.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CoverageEligibilityRequest.priority", + "requirements": "Needed to advise the prossesor on the urgency of the request.", + "min": 0, + "definition": "When the requestor expects the processor to complete processing.", + "isModifier": false, + "short": "Desired processing priority", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessPriority" + } + ], + "description": "The timeliness with which processing is required: STAT, normal, Deferred." + }, + "max": "1", + "id": "CoverageEligibilityRequest.priority", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.purpose", + "requirements": "To indicate the processing actions requested.", + "min": 1, + "definition": "Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.", + "isModifier": false, + "short": "auth-requirements | benefits | discovery | validation", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityRequestPurpose" + } + ], + "description": "A code specifying the types of information being requested." + }, + "max": "*", + "id": "CoverageEligibilityRequest.purpose", + "isSummary": true + }, + { + "path": "CoverageEligibilityRequest.patient", + "requirements": "Required to provide context and coverage validation.", + "min": 1, + "definition": "The party who is the beneficiary of the supplied coverage and for whom eligibility is sought.", + "isModifier": false, + "short": "Intended recipient of products and services", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.patient", + "comment": "1..1.", + "isSummary": true + }, + { + "path": "CoverageEligibilityRequest.event", + "min": 0, + "definition": "Information code for an event with a corresponding date or period.", + "isModifier": false, + "short": "Event information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityRequest.event", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.event.type", + "min": 1, + "definition": "A coded event such as when a service is expected or a card printed.", + "isModifier": false, + "short": "Specific event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DatesType" + } + ] + }, + "max": "1", + "id": "CoverageEligibilityRequest.event.type", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.event.when[x]", + "min": 1, + "definition": "A date or period in the past or future indicating when the event occurred or is expectd to occur.", + "isModifier": false, + "short": "Occurance date or period", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.event.when[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.serviced[x]", + "requirements": "Required to provide time context for the request.", + "min": 0, + "definition": "The date or dates when the enclosed suite of services were performed or completed.", + "isModifier": false, + "short": "Estimated date or dates of service", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.serviced[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date when this resource was created.", + "isModifier": false, + "short": "Creation date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.created", + "isSummary": true + }, + { + "path": "CoverageEligibilityRequest.enterer", + "requirements": "Some jurisdictions require the contact information for personnel completing eligibility requests.", + "min": 0, + "definition": "Person who created the request.", + "isModifier": false, + "short": "Author", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.enterer", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.provider", + "requirements": "Needed to identify the requestor.", + "min": 0, + "definition": "The provider which is responsible for the request.", + "isModifier": false, + "short": "Party responsible for the request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.provider", + "comment": "Typically this field would be 1..1 where this party is accountable for the data content within the claim but is not necessarily the facility, provider group or practitioner who provided the products and services listed within this claim resource. This field is the Billing Provider, for example, a facility, provider group, lab or practitioner.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.insurer", + "requirements": "Need to identify the recipient.", + "min": 1, + "definition": "The Insurer who issued the coverage in question and is the recipient of the request.", + "isModifier": false, + "short": "Coverage issuer", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.insurer", + "isSummary": true + }, + { + "path": "CoverageEligibilityRequest.facility", + "requirements": "Insurance adjudication can be dependant on where services were delivered.", + "min": 0, + "definition": "Facility where the services are intended to be provided.", + "isModifier": false, + "short": "Servicing facility", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.facility", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.supportingInfo", + "requirements": "Typically these information codes are required to support the services rendered or the adjudication of the services rendered.", + "min": 0, + "definition": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.", + "isModifier": false, + "short": "Supporting information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupportingInformation" + } + ], + "max": "*", + "id": "CoverageEligibilityRequest.supportingInfo", + "comment": "Often there are multiple jurisdiction specific valuesets which are required.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.supportingInfo.sequence", + "requirements": "Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify supporting information entries.", + "isModifier": false, + "short": "Information instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.supportingInfo.sequence", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.supportingInfo.information", + "requirements": "To convey the data content to be provided when the information is more than a simple code or period.", + "min": 1, + "definition": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", + "isModifier": false, + "short": "Data to be provided", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.supportingInfo.information", + "comment": "Could be used to provide references to other resources, document. For example could contain a PDF in an Attachment of the Police Report for an Accident.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.supportingInfo.appliesToAll", + "requirements": "Needed to convey that the information is universal to the request.", + "min": 0, + "definition": "The supporting materials are applicable for all detail items, product/servce categories and specific billing codes.", + "isModifier": false, + "short": "Applies to all items", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.supportingInfo.appliesToAll", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.insurance", + "requirements": "There must be at least one coverage for which eligibility is requested.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services.", + "isModifier": false, + "short": "Patient insurance information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "CoverageEligibilityRequest.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.insurance.focal", + "requirements": "To identify which coverage in the list is being used to evaluate this request.", + "min": 0, + "definition": "A flag to indicate that this Coverage is to be used for evaluation of this request when set to true.", + "isModifier": false, + "short": "Applicable coverage", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimburement for healthcare services and products. For example a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for evaluating this request. Other requests would be created to request evaluation against the other listed policies.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "isModifier": false, + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.insurance.coverage", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.insurance.businessArrangement", + "requirements": "Providers may have multiple business arrangements with a given insurer and must supply the specific contract number for adjudication.", + "min": 0, + "definition": "A business agreement number established between the provider and the insurer for special business processing purposes.", + "isModifier": false, + "short": "Additional provider contract number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.insurance.businessArrangement", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item", + "requirements": "The items to be processed for the request.", + "min": 0, + "definition": "Service categories or billable services for which benefit details and/or an authorization prior to service delivery may be required by the payor.", + "isModifier": false, + "short": "Item to be evaluated for eligibiity", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Details" + } + ], + "max": "*", + "id": "CoverageEligibilityRequest.item", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.supportingInfoSequence", + "requirements": "Needed to support or inform the consideration for eligibility.", + "min": 0, + "definition": "Exceptions, special conditions and supporting information applicable for this service or product line.", + "isModifier": false, + "short": "Applicable exception or supporting information", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityRequest.item.supportingInfoSequence", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision etc." + }, + "max": "1", + "id": "CoverageEligibilityRequest.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.productOrService", + "requirements": "Needed to convey the actual service or product for which eligibility is sought.", + "min": 0, + "definition": "This contains the product, service, drug or other billing code for the item.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "CoverageEligibilityRequest.item.productOrService", + "comment": "Code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI).", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.modifier", + "requirements": "To support provision of the item or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "CoverageEligibilityRequest.item.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.provider", + "requirements": "Needed to support the evaluation of the eligibility.", + "min": 0, + "definition": "The practitioner who is responsible for the product or service to be rendered to the patient.", + "isModifier": false, + "short": "Perfoming practitioner", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.item.provider", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.item.quantity", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.unitPrice", + "requirements": "Needed to support the evaluation of the eligibility.", + "min": 0, + "definition": "The amount charged to the patient by the provider for a single unit.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.item.unitPrice", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.facility", + "requirements": "Needed to support the evaluation of the eligibility.", + "min": 0, + "definition": "Facility where the services will be provided.", + "isModifier": false, + "short": "Servicing facility", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityRequest.item.facility", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.diagnosis", + "requirements": "Needed to support the evaluation of the eligibility.", + "min": 0, + "definition": "Patient diagnosis for which care is sought.", + "isModifier": false, + "short": "Applicable diagnosis", + "mapping": [ + { "map": "Request.reasonReference", "identity": "v2" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "CoverageEligibilityRequest.item.diagnosis", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.diagnosis.diagnosis[x]", + "requirements": "Provides health context for the evaluation of the products and/or services.", + "min": 0, + "definition": "The nature of illness or problem in a coded form or as a reference to an external defined Condition.", + "isModifier": false, + "short": "Nature of illness or problem", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10" + } + ], + "description": "ICD10 Diagnostic codes." + }, + "max": "1", + "id": "CoverageEligibilityRequest.item.diagnosis.diagnosis[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityRequest.item.detail", + "requirements": "Needed to provide complex service proposal such as a Device or a plan.", + "min": 0, + "definition": "The plan/proposal/order describing the proposed service in detail.", + "isModifier": false, + "short": "Product or service details", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityRequest.item.detail", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ResearchStudy/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudy", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://bridgmodel.nci.nih.gov", + "name": "BRIDG 5.1 Mapping", + "identity": "BRIDG5.1" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://clinicaltrials.gov", + "name": "ClinicalTrials.gov Mapping", + "identity": "clinicaltrials-gov" + } + ], + "abstract": false, + "type": "ResearchStudy", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Public Health & Research" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "ResearchStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchStudy", + "differential": { + "element": [ + { + "path": "ResearchStudy", + "min": 0, + "definition": "A scientific study of nature that sometimes includes processes involved in health and disease. For example, clinical trials are research studies that involve people. These studies may be related to new ways to screen, prevent, diagnose, and treat disease. They may also study certain outcomes and certain groups of people by looking at data collected in the past or future.", + "isModifier": false, + "short": "Investigation to increase healthcare-related patient-independent knowledge", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" }, + { + "map": "ObservationalStudyProtocolVersion; Study;\nStudyProtocolVersion", + "identity": "BRIDG5.1" + }, + { "map": "OBX", "identity": "v2" }, + { + "map": "Observation[classCode=CLNTRL, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Clinical Trial", "Study"], + "max": "*", + "id": "ResearchStudy", + "comment": "Need to make sure we encompass public health studies." + }, + { + "path": "ResearchStudy.url", + "min": 0, + "definition": "Canonical identifier for this study resource, represented as a globally unique URI.", + "isModifier": false, + "short": "Canonical identifier for this study resource", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.url", + "isSummary": false + }, + { + "path": "ResearchStudy.identifier", + "requirements": "Allows identification of the research study as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Identifiers assigned to this research study by the sponsor or other systems.", + "isModifier": false, + "short": "Business Identifier for study", + "mapping": [ + { + "map": "Organization's Unique Protocol ID; Secondary IDs", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "No BRIDG mapping (although there is DocumentVersion.identifier > StudyProtocolDocumentVersion, this is arguably a different semantic)", + "identity": "BRIDG5.1" + }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.identifier", + "isSummary": true + }, + { + "path": "ResearchStudy.version", + "min": 0, + "definition": "The business version for the study record.", + "isModifier": false, + "short": "The business version for the study record", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.version", + "isSummary": false + }, + { + "path": "ResearchStudy.name", + "min": 0, + "definition": "Name for this study (computer friendly).", + "isModifier": false, + "short": "Name for this study (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.name", + "isSummary": false + }, + { + "path": "ResearchStudy.title", + "min": 0, + "definition": "The human readable name of the research study.", + "isModifier": false, + "short": "Human readable name of the study", + "mapping": [ + { + "map": "Brief Title", + "identity": "clinicaltrials-gov" + }, + { + "map": "No BRIDG mapping (although there is StudyProtocolDocumentVersionPublicTitle this is arguably a different semantic: title of a document vs title of a research study)", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.title", + "isSummary": true + }, + { + "path": "ResearchStudy.label", + "min": 0, + "definition": "Additional names for the study.", + "isModifier": false, + "short": "Additional names for the study", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.label", + "isSummary": false + }, + { + "path": "ResearchStudy.label.type", + "min": 0, + "definition": "Kind of name.", + "isModifier": false, + "short": "primary | official | scientific | plain-language | subtitle | short-title | acronym | earlier-title | language | auto-translated | human-use | machine-use | duplicate-uid", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/title-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TitleType" + } + ], + "description": "desc." + }, + "max": "1", + "id": "ResearchStudy.label.type", + "isSummary": false + }, + { + "path": "ResearchStudy.label.value", + "min": 0, + "definition": "The name.", + "isModifier": false, + "short": "The name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.label.value", + "isSummary": false + }, + { + "path": "ResearchStudy.protocol", + "min": 0, + "definition": "The set of steps expected to be performed as part of the execution of the study.", + "isModifier": false, + "short": "Steps followed in executing study", + "mapping": [ + { + "map": "Interventions; Arm/Intervention Cross-Reference", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocumentVersionPublicTitle.name", + "identity": "BRIDG5.1" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.protocol", + "isSummary": true + }, + { + "path": "ResearchStudy.partOf", + "requirements": "Allows breaking a study into components (e.g. by study site) each with their own PI, status, enrollment, etc.", + "min": 0, + "definition": "A larger research study of which this particular study is a component or step.", + "isModifier": false, + "short": "Part of larger study", + "mapping": [ + { + "map": "CompanionStudyRelationship", + "identity": "BRIDG5.1" + }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "mustSupport": false, + "alias": ["container"], + "max": "*", + "id": "ResearchStudy.partOf", + "isSummary": true + }, + { + "path": "ResearchStudy.relatedArtifact", + "min": 0, + "definition": "Citations, references, URLs and other related documents. When using relatedArtifact to share URLs, the relatedArtifact.type will often be set to one of \"documentation\" or \"supported-with\" and the URL value will often be in relatedArtifact.document.url but another possible location is relatedArtifact.resource when it is a canonical URL.", + "isModifier": false, + "short": "References, URLs, and attachments", + "mapping": [ + { + "map": "Citations, Links, Available Study Data/Documents", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocument, StudyProtocolDocumentVersion", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.relatedArtifact", + "isSummary": false + }, + { + "path": "ResearchStudy.date", + "min": 0, + "definition": "The date (and optionally time) when the ResearchStudy Resource was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the ResearchStudy Resource changes.", + "isModifier": false, + "short": "Date the resource last changed", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.date", + "isSummary": false + }, + { + "path": "ResearchStudy.status", + "min": 1, + "definition": "The publication state of the resource (not of the study).", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudyOverallStatus.code", + "identity": "BRIDG5.1" + }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes that convey the current publication status of the research study resource." + }, + "max": "1", + "id": "ResearchStudy.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ResearchStudy.primaryPurposeType", + "min": 0, + "definition": "The type of study based upon the intent of the study activities. A classification of the intent of the study.", + "isModifier": false, + "short": "treatment | prevention | diagnostic | supportive-care | screening | health-services-research | basic-science | device-feasibility", + "mapping": [ + { + "map": "StudyProtocolVersion.primaryPurposeTypeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPrimaryPurposeType" + } + ], + "description": "Codes for the main intent of the study." + }, + "max": "1", + "id": "ResearchStudy.primaryPurposeType", + "isSummary": true + }, + { + "path": "ResearchStudy.phase", + "min": 0, + "definition": "The stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.", + "isModifier": false, + "short": "n-a | early-phase-1 | phase-1 | phase-1-phase-2 | phase-2 | phase-2-phase-3 | phase-3 | phase-4", + "mapping": [ + { + "map": "Study Phase", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolVersion.phaseCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-phase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPhase" + } + ], + "description": "Codes for the stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation." + }, + "max": "1", + "id": "ResearchStudy.phase", + "isSummary": true + }, + { + "path": "ResearchStudy.studyDesign", + "min": 0, + "definition": "Codes categorizing the type of study such as investigational vs. observational, type of blinding, type of randomization, safety vs. efficacy, etc.", + "isModifier": false, + "short": "Classifications of the study design characteristics", + "mapping": [ + { + "map": "Study Type; Primary Purpose; Interventional Model; Masking; Allocation; study Classification; Observational Study Model; Time Perspective; Biospecimen Retention", + "identity": "clinicaltrials-gov" + }, + { + "map": "InterventionalStudyProtocolVersion; InterventionalStudyProtocol.allocationCode; InterventionalStudyProtocol.blindedRoleCode; InterventionalStudyProtocol.blindingSchemaCode; InterventionalStudyProtocol.controlTypeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/study-design", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StudyDesign" + } + ], + "description": "This is a set of terms for study design characteristics." + }, + "max": "*", + "id": "ResearchStudy.studyDesign", + "isSummary": true + }, + { + "path": "ResearchStudy.focus", + "min": 0, + "definition": "The medication(s), food(s), therapy(ies), device(s) or other concerns or interventions that the study is seeking to gain more information about.", + "isModifier": false, + "short": "Drugs, devices, etc. under study", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-focus-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyFocusType" + } + ], + "description": "Common codes of research study focus" + }, + "max": "*", + "id": "ResearchStudy.focus", + "isSummary": false + }, + { + "path": "ResearchStudy.condition", + "min": 0, + "definition": "The condition that is the focus of the study. For example, In a study to examine risk factors for Lupus, might have as an inclusion criterion \"healthy volunteer\", but the target condition code would be a Lupus SNOMED code.", + "isModifier": false, + "short": "Condition being studied", + "mapping": [ + { + "map": "Conditions", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "StudyCondition.code", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionCode" + } + ], + "description": "Identification of the condition or diagnosis." + }, + "max": "*", + "id": "ResearchStudy.condition", + "isSummary": true + }, + { + "path": "ResearchStudy.keyword", + "min": 0, + "definition": "Key terms to aid in searching for or filtering the study.", + "isModifier": false, + "short": "Used to search for the study", + "mapping": [ + { "map": "Keywords", "identity": "clinicaltrials-gov" }, + { + "map": "DocumentVersion.keywordCode; DocumentVersion.keywordText", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyKeyword" + } + ], + "description": "Words associated with the study that may be useful in discovery." + }, + "max": "*", + "id": "ResearchStudy.keyword", + "isSummary": true + }, + { + "path": "ResearchStudy.region", + "min": 0, + "definition": "A country, state or other area where the study is taking place rather than its precise geographic location or address.", + "isModifier": false, + "short": "Geographic area for the study", + "mapping": [ + { + "map": "StudyProtocolVersion.participatingLocationCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ResearchStudy.region", + "isSummary": true + }, + { + "path": "ResearchStudy.descriptionSummary", + "min": 0, + "definition": "A brief text for explaining the study.", + "isModifier": false, + "short": "Brief text explaining the study", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.descriptionSummary", + "isSummary": false + }, + { + "path": "ResearchStudy.description", + "min": 0, + "definition": "A detailed and human-readable narrative of the study. E.g., study abstract.", + "isModifier": false, + "short": "Detailed narrative of the study", + "mapping": [ + { + "map": "Detailed Description", + "identity": "clinicaltrials-gov" + }, + { + "map": "StudyProtocolDocumentVersion.publicDescription", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.description", + "isSummary": false + }, + { + "path": "ResearchStudy.period", + "min": 0, + "definition": "Identifies the start date and the expected (or actual, depending on status) end date for the study.", + "isModifier": false, + "short": "When the study began and ended", + "mapping": [ + { + "map": "Study Start Date (start); Study Completion Date (end)", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "ProjectConduct.dateRange; StudyProtocolVersion.plannedDuration", + "identity": "BRIDG5.1" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "ResearchStudy.period", + "isSummary": true + }, + { + "path": "ResearchStudy.site", + "min": 0, + "definition": "A facility in which study activities are conducted.", + "isModifier": false, + "short": "Facility where study activities are conducted", + "mapping": [ + { "map": "Facility", "identity": "clinicaltrials-gov" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "PlannedStudySite; StudySite", + "identity": "BRIDG5.1" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.site", + "isSummary": true + }, + { + "path": "ResearchStudy.note", + "min": 0, + "definition": "Comments made about the study by the performer, subject or other participants.", + "isModifier": false, + "short": "Comments made about the study", + "mapping": [ + { "map": "No BRIDG mapping", "identity": "BRIDG5.1" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.note", + "isSummary": false + }, + { + "path": "ResearchStudy.classifier", + "min": 0, + "definition": "Additional grouping mechanism or categorization of a research study. Example: FDA regulated device, FDA regulated drug, MPG Paragraph 23b (a German legal requirement), IRB-exempt, etc. Implementation Note: do not use the classifier element to support existing semantics that are already supported thru explicit elements in the resource.", + "isModifier": false, + "short": "Classification for the study", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-classifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyClassifiers" + } + ], + "description": "desc." + }, + "max": "*", + "id": "ResearchStudy.classifier", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty", + "requirements": "While there are explicit attributes for a Sponsor and a PrincipalInvestigator many trial record a range of other organizations and individuals in key roles.", + "min": 0, + "definition": "Sponsors, collaborators, and other parties.", + "isModifier": false, + "short": "Sponsors, collaborators, and other parties", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.associatedParty", + "comment": "For a Sponsor or a PrincipalInvestigator use the dedicated attributes provided.", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty.name", + "min": 0, + "definition": "Name of associated party.", + "isModifier": false, + "short": "Name of associated party", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.associatedParty.name", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty.role", + "min": 1, + "definition": "Type of association.", + "isModifier": false, + "short": "sponsor | lead-sponsor | sponsor-investigator | primary-investigator | collaborator | funding-source | general-contact | recruitment-contact | sub-investigator | study-director | study-chair", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-party-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPartyRole" + } + ], + "description": "desc." + }, + "max": "1", + "id": "ResearchStudy.associatedParty.role", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty.period", + "min": 0, + "definition": "Identifies the start date and the end date of the associated party in the role.", + "isModifier": false, + "short": "When active in the role", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.associatedParty.period", + "comment": "The cardinality is 0..* due to the fact that an associated party may be intermittently active in a given role over multiple time periods.", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty.classifier", + "min": 0, + "definition": "A categorization other than role for the associated party.", + "isModifier": false, + "short": "nih | fda | government | nonprofit | academic | industry", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-party-organization-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyPartyOrganizationType" + } + ], + "description": "A characterization or type of the entity." + }, + "max": "*", + "id": "ResearchStudy.associatedParty.classifier", + "isSummary": false + }, + { + "path": "ResearchStudy.associatedParty.party", + "min": 0, + "definition": "Individual or organization associated with study (use practitionerRole to specify their organisation).", + "isModifier": false, + "short": "Individual or organization associated with study (use practitionerRole to specify their organisation)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.associatedParty.party", + "comment": "Suggestions of a better attribute name are appreciated", + "isSummary": false + }, + { + "path": "ResearchStudy.progressStatus", + "min": 0, + "definition": "Status of study with time for that status.", + "isModifier": false, + "short": "Status of study with time for that status", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.progressStatus", + "isSummary": false + }, + { + "path": "ResearchStudy.progressStatus.state", + "min": 1, + "definition": "Label for status or state (e.g. recruitment status).", + "isModifier": false, + "short": "Label for status or state (e.g. recruitment status)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyStudyStatus" + } + ], + "description": "defn." + }, + "max": "1", + "id": "ResearchStudy.progressStatus.state", + "isSummary": false + }, + { + "path": "ResearchStudy.progressStatus.actual", + "min": 0, + "definition": "An indication of whether or not the date is a known date when the state changed or will change. A value of true indicates a known date. A value of false indicates an estimated date.", + "isModifier": false, + "short": "Actual if true else anticipated", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.progressStatus.actual", + "isSummary": false + }, + { + "path": "ResearchStudy.progressStatus.period", + "min": 0, + "definition": "Date range.", + "isModifier": false, + "short": "Date range", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.progressStatus.period", + "isSummary": false + }, + { + "path": "ResearchStudy.whyStopped", + "min": 0, + "definition": "A description and/or code explaining the premature termination of the study.", + "isModifier": false, + "short": "accrual-goal-met | closed-due-to-toxicity | closed-due-to-lack-of-study-progress | temporarily-closed-per-study-design", + "mapping": [ + { + "map": "Why Study Stopped", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "StudyOverallStatus.studyStoppedReasonCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyReasonStopped" + } + ], + "description": "Codes for why the study ended prematurely." + }, + "max": "1", + "id": "ResearchStudy.whyStopped", + "isSummary": true + }, + { + "path": "ResearchStudy.recruitment", + "min": 0, + "definition": "Target or actual group of participants enrolled in study.", + "isModifier": false, + "short": "Target or actual group of participants enrolled in study", + "mapping": [ + { + "map": "Enrollment; Number of Groups/Cohorts (= number of \"enrollment\" instances); Groups (Group/Cohort Label = Group.name; Group/Cohort Description = Group.description); Eligibility (Group criteria)", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "InterventionalStudyProtocol.interventionGroupQuantity", + "identity": "BRIDG5.1" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.recruitment", + "isSummary": true + }, + { + "path": "ResearchStudy.recruitment.targetNumber", + "min": 0, + "definition": "Estimated total number of participants to be enrolled.", + "isModifier": false, + "short": "Estimated total number of participants to be enrolled", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.recruitment.targetNumber", + "isSummary": false + }, + { + "path": "ResearchStudy.recruitment.actualNumber", + "min": 0, + "definition": "Actual total number of participants enrolled in study.", + "isModifier": false, + "short": "Actual total number of participants enrolled in study", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.recruitment.actualNumber", + "isSummary": false + }, + { + "path": "ResearchStudy.recruitment.eligibility", + "min": 0, + "definition": "Inclusion and exclusion criteria.", + "isModifier": false, + "short": "Inclusion and exclusion criteria", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.recruitment.eligibility", + "isSummary": false + }, + { + "path": "ResearchStudy.recruitment.actualGroup", + "min": 0, + "definition": "Group of participants who were enrolled in study.", + "isModifier": false, + "short": "Group of participants who were enrolled in study", + "mapping": [ + { + "map": "Enrollment; Number of Groups/Cohorts (= number of \"enrollment\" instances); Groups (Group/Cohort Label = Group.name; Group/Cohort Description = Group.description); Eligibility (Group criteria)", + "identity": "clinicaltrials-gov" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "InterventionalStudyProtocol.interventionGroupQuantity", + "identity": "BRIDG5.1" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.recruitment.actualGroup", + "isSummary": true + }, + { + "path": "ResearchStudy.comparisonGroup", + "min": 0, + "definition": "Describes an expected event or sequence of events for one of the subjects of a study. E.g. for a living subject: exposure to drug A, wash-out, exposure to drug B, wash-out, follow-up. E.g. for a stability study: {store sample from lot A at 25 degrees for 1 month}, {store sample from lot A at 40 degrees for 1 month}.", + "isModifier": false, + "short": "Defined path through the study for a subject", + "mapping": [ + { "map": "Arms", "identity": "clinicaltrials-gov" }, + { "map": "Arm", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["arm"], + "max": "*", + "id": "ResearchStudy.comparisonGroup", + "comment": "In many clinical trials this is refered to as the ARM of the study, but such a term is not used in other sorts of trials even when there is a comparison between two or more groups.", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.linkId", + "min": 0, + "definition": "Allows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily.", + "isModifier": false, + "short": "Allows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.comparisonGroup.linkId", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.name", + "min": 1, + "definition": "Unique, human-readable label for this comparisonGroup of the study.", + "isModifier": false, + "short": "Label for study comparisonGroup", + "mapping": [ + { + "map": "Arm Label", + "identity": "clinicaltrials-gov" + }, + { "map": "Arm.name", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.comparisonGroup.name", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.type", + "min": 0, + "definition": "Categorization of study comparisonGroup, e.g. experimental, active comparator, placebo comparater.", + "isModifier": false, + "short": "Categorization of study comparisonGroup", + "mapping": [ + { "map": "Arm Type", "identity": "clinicaltrials-gov" }, + { "map": "Arm.typeCode", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-arm-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyArmType" + } + ], + "description": "desc." + }, + "max": "1", + "id": "ResearchStudy.comparisonGroup.type", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.description", + "min": 0, + "definition": "A succinct description of the path through the study that would be followed by a subject adhering to this comparisonGroup.", + "isModifier": false, + "short": "Short explanation of study path", + "mapping": [ + { + "map": "Arm Description", + "identity": "clinicaltrials-gov" + }, + { "map": "Arm.description", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.comparisonGroup.description", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.intendedExposure", + "requirements": "this is necessary for ClinicalTrials.gov use which relates 1 to many interventions to comparisonGroups (aka arms)", + "min": 0, + "definition": "Interventions or exposures in this comparisonGroup or cohort.", + "isModifier": false, + "short": "Interventions or exposures in this comparisonGroup or cohort", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.comparisonGroup.intendedExposure", + "isSummary": false + }, + { + "path": "ResearchStudy.comparisonGroup.observedGroup", + "requirements": "This is necessary to relate comparisonGroups to actual groups", + "min": 0, + "definition": "Group of participants who were enrolled in study comparisonGroup.", + "isModifier": false, + "short": "Group of participants who were enrolled in study comparisonGroup", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.comparisonGroup.observedGroup", + "isSummary": false + }, + { + "path": "ResearchStudy.objective", + "min": 0, + "definition": "A goal that the study is aiming to achieve in terms of a scientific question to be answered by the analysis of data collected during the study.", + "isModifier": false, + "short": "A goal for the study", + "mapping": [ + { "map": "StudyObjective", "identity": "BRIDG5.1" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.objective", + "isSummary": false + }, + { + "path": "ResearchStudy.objective.name", + "min": 0, + "definition": "Unique, human-readable label for this objective of the study.", + "isModifier": false, + "short": "Label for the objective", + "mapping": [ + { + "map": "No BRIDG mapping (BRIDG has a description, but not a name)", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.objective.name", + "isSummary": false + }, + { + "path": "ResearchStudy.objective.type", + "min": 0, + "definition": "The kind of study objective.", + "isModifier": false, + "short": "primary | secondary | exploratory", + "mapping": [ + { + "map": "StudyObjective.typeCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyObjectiveType" + } + ], + "description": "Codes for the kind of study objective." + }, + "max": "1", + "id": "ResearchStudy.objective.type", + "isSummary": false + }, + { + "path": "ResearchStudy.objective.description", + "min": 0, + "definition": "Free text description of the objective of the study. This is what the study is trying to achieve rather than how it is going to achieve it (see ResearchStudy.description).", + "isModifier": false, + "short": "Description of the objective", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.objective.description", + "isSummary": false + }, + { + "path": "ResearchStudy.outcomeMeasure", + "min": 0, + "definition": "An \"outcome measure\", \"endpoint\", \"effect measure\" or \"measure of effect\" is a specific measurement or observation used to quantify the effect of experimental variables on the participants in a study, or for observational studies, to describe patterns of diseases or traits or associations with exposures, risk factors or treatment.", + "isModifier": false, + "short": "A variable measured during the study", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.outcomeMeasure", + "comment": "A study may have multiple distinct outcome measures that can be used to assess the overall goal for a study. The goal of a study is in the objective whereas the metric by which the goal is assessed is the outcomeMeasure. Examples: Time to Local Recurrence (TLR), Disease-free Survival (DFS), 30 Day Mortality, Systolic BP", + "isSummary": false + }, + { + "path": "ResearchStudy.outcomeMeasure.name", + "min": 0, + "definition": "Label for the outcome.", + "isModifier": false, + "short": "Label for the outcome", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.outcomeMeasure.name", + "isSummary": false + }, + { + "path": "ResearchStudy.outcomeMeasure.type", + "min": 0, + "definition": "The parameter or characteristic being assessed as one of the values by which the study is assessed.", + "isModifier": false, + "short": "primary | secondary | exploratory", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/research-study-objective-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchStudyObjectiveType" + } + ], + "description": "defn." + }, + "max": "*", + "id": "ResearchStudy.outcomeMeasure.type", + "isSummary": false + }, + { + "path": "ResearchStudy.outcomeMeasure.description", + "min": 0, + "definition": "Description of the outcome.", + "isModifier": false, + "short": "Description of the outcome", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.outcomeMeasure.description", + "isSummary": false + }, + { + "path": "ResearchStudy.outcomeMeasure.reference", + "min": 0, + "definition": "Structured outcome definition.", + "isModifier": false, + "short": "Structured outcome definition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchStudy.outcomeMeasure.reference", + "isSummary": false + }, + { + "path": "ResearchStudy.result", + "min": 0, + "definition": "Link to one or more sets of results generated by the study. Could also link to a research registry holding the results such as ClinicalTrials.gov.", + "isModifier": false, + "short": "Link to results generated during the study", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "http://hl7.org/fhir/StructureDefinition/Citation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ResearchStudy.result", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Types of medicinal product packs", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-package-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-package-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicinalProductPackageType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medicinal Product Package Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-package-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-package-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3014", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-package-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example Measure Groups for the Measure Resource.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/measure-group-example" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-group-example/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureGroupExample", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Group Example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measure-group-example", + "url": "http://hl7.org/fhir/ValueSet/measure-group-example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3191", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-group-example" + }, + { + "description": "Medication Ingredient Strength Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-ingredientstrength" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-ingredientstrength/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationIngredientStrengthCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medication Ingredient Strength Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-ingredientstrength", + "url": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1953", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-ingredientstrength", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) as the combination of data and event codes.", + "compose": { + "include": [ + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/security-label-data-examples" + ] + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/security-label-event-examples" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-label-examples/5.0.0", + "date": "2022-05-10", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Security Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SecurityLabelExamples", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example set of Security Labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "security-label-examples", + "url": "http://hl7.org/fhir/ValueSet/security-label-examples", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3011", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-label-examples", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Dose forms for a product as a whole, considering all individual parts, but before any mixing", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/combined-dose-form" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/combined-dose-form/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CombinedDoseForm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Combined Dose Form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "combined-dose-form", + "url": "http://hl7.org/fhir/ValueSet/combined-dose-form", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3019", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/combined-dose-form", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes example Diagnosis Related Group codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosisrelatedgroup" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleDiagnosisRelatedGroupCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Diagnosis Related Group Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosisrelatedgroup", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.588", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.580", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-diagnosisrelatedgroup", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates who is expected to pay a part of the account balance.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/account-aggregate" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-aggregate/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountAggregate", + "experimental": false, + "resourceType": "ValueSet", + "title": "Account Aggregate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "account-aggregate", + "url": "http://hl7.org/fhir/ValueSet/account-aggregate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3227", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-aggregate" + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-expiration-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-expiration-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceExpirationTypeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Expiration Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-expiration-type", + "url": "http://hl7.org/fhir/ValueSet/contract-expiration-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1214", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-expiration-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Logical Model: A pattern followed by resources that represent the participant in some activity, process, or responsible for providing information about a resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Participant/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Participant", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Participant", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "participant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Participant", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Participant", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Participant", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "This is a ResearchStudy's party organization type.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/research-study-party-organization-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-party-organization-type/5.0.0", + "date": "2022-05-12T12:40:00+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyPartyOrgType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Party Organization Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-party-organization-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-party-organization-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3077", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-party-organization-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The lifecycle status of an artifact.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/publication-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/publication-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PublicationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "PublicationStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "publication-status", + "url": "http://hl7.org/fhir/ValueSet/publication-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publication-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "All FHIR types", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/fhir-types" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/fhir-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "All FHIR Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "fhir-types", + "url": "http://hl7.org/fhir/ValueSet/fhir-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3299", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/fhir-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Citation status type", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/citation-status-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/citation-status-type/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitationStatusType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Citation Status Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "citation-status-type", + "url": "http://hl7.org/fhir/ValueSet/citation-status-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2972", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/citation-status-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "SampledData Type: A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SampledData/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "There is a need for a concise way to handle the data produced by devices that sample a physical state at a high frequency.", + "name": "SampledData", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SampledData", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "SampledData", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SampledData", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SampledData", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "sdd-1", + "human": "A SampledData SAHLL have either an interval and offsets but not both", + "source": "http://hl7.org/fhir/StructureDefinition/SampledData", + "severity": "error", + "expression": "interval.exists().not() xor offsets.exists().not()" + } + ], + "path": "SampledData", + "min": 0, + "definition": "A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.", + "short": "A series of measurements taken by a device", + "mapping": [ + { + "map": "N/A (but see section 7.14 in v2.7)", + "identity": "v2" + }, + { "map": "SLIST + GLIST", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "SampledData", + "comment": "The data is not interpretable without at least origin, period, and dimensions, but these are optional to allow a separation between the template of measurement and the actual measurement, such as between DeviceCapabilities and DeviceLog. When providing a summary view (for example with Observation.value[x]) SampledData should be represented with a brief display text such as \"Sampled Data\"." + }, + { + "path": "SampledData.origin", + "min": 1, + "definition": "The base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.", + "short": "Zero value and units", + "mapping": [{ "map": "SLIST.origin", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "SampledData.origin", + "isSummary": true + }, + { + "path": "SampledData.interval", + "min": 0, + "definition": "Amount of intervalUnits between samples, e.g. milliseconds for time-based sampling.", + "short": "Number of intervalUnits between samples", + "mapping": [ + { "map": "GLIST.increment", "identity": "rim" } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.interval", + "condition": ["sdd-1"], + "comment": "This is usually a whole number.", + "isSummary": true + }, + { + "path": "SampledData.intervalUnit", + "min": 1, + "definition": "The measurement unit in which the sample interval is expressed.", + "short": "The measurement unit of the interval between samples", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Units of measure allowed for an element." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Units" + } + ], + "description": "Units of measure allowed for an element." + }, + "max": "1", + "id": "SampledData.intervalUnit", + "isSummary": true + }, + { + "path": "SampledData.factor", + "min": 0, + "definition": "A correction factor that is applied to the sampled data points before they are added to the origin.", + "short": "Multiply data by this before adding to origin", + "mapping": [{ "map": "SLIST.factor", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "meaningWhenMissing": "If no factor is assigned, the data is not adjusted before adding to the origin", + "max": "1", + "id": "SampledData.factor", + "isSummary": true + }, + { + "path": "SampledData.lowerLimit", + "min": 0, + "definition": "The lower limit of detection of the measured points. This is needed if any of the data points have the value \"L\" (lower than detection limit).", + "short": "Lower limit of detection", + "mapping": [ + { + "map": "N/A (use SLIST.digits.nullFlavor)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.lowerLimit", + "isSummary": true + }, + { + "path": "SampledData.upperLimit", + "min": 0, + "definition": "The upper limit of detection of the measured points. This is needed if any of the data points have the value \"U\" (higher than detection limit).", + "short": "Upper limit of detection", + "mapping": [ + { + "map": "N/A (use SLIST.digits.nullFlavor)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "SampledData.upperLimit", + "isSummary": true + }, + { + "path": "SampledData.dimensions", + "min": 1, + "definition": "The number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.", + "short": "Number of sample points at each time point", + "mapping": [ + { "map": "N/A (fixed to 1)", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "SampledData.dimensions", + "comment": "If there is more than one dimension, the code for the type of data will define the meaning of the dimensions (typically ECG data).", + "isSummary": true + }, + { + "path": "SampledData.codeMap", + "min": 0, + "definition": "Reference to ConceptMap that defines the codes used in the data.", + "short": "Defines the codes used in the data", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ] + } + ], + "max": "1", + "id": "SampledData.codeMap", + "comment": "The ConceptMap cannot define meanings for the codes 'E', 'U', or 'L' (nor 'e', 'u', or 'l')." + }, + { + "path": "SampledData.offsets", + "min": 0, + "definition": "A series of data points which are decimal values separated by a single space (character u20). The units in which the offsets are expressed are found in intervalUnit. The absolute point at which the measurements begin SHALL be conveyed outside the scope of this datatype, e.g. Observation.effectiveDateTime for a timing offset.", + "short": "Offsets, typically in time, at which data values were taken", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "SampledData.offsets", + "condition": ["sdd-1"], + "comment": "If offsets is present, the number of data points must be equal to the number of offsets mlutipled by the dimensions." + }, + { + "path": "SampledData.data", + "min": 0, + "definition": "A series of data points which are decimal values or codes separated by a single space (character u20). The special codes \"E\" (error), \"L\" (below detection limit) and \"U\" (above detection limit) are also defined for used in place of decimal values.", + "short": "Decimal values with spaces, or \"E\" | \"U\" | \"L\", or another code", + "mapping": [{ "map": "SLIST.digits", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "SampledData.data", + "comment": "The data may be missing if it is omitted for summarization purposes. In general, data is required for any actual use of a SampledData." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "The type of an address (physical / postal).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/address-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/address-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AddressType", + "experimental": false, + "resourceType": "ValueSet", + "title": "AddressType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "address-type", + "url": "http://hl7.org/fhir/ValueSet/address-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.69", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/address-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes indicating the type of action that is expected to be performed", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/task-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/task-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TaskCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Task Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "task-code", + "url": "http://hl7.org/fhir/ValueSet/task-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1396", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/task-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Evidence focus characteristic code.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/focus-characteristic-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/focus-characteristic-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FocusCharacteristicCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Focus Characteristic Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "focus-characteristic-code", + "url": "http://hl7.org/fhir/ValueSet/focus-characteristic-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3064", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/focus-characteristic-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Subtype codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsubtypecodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-subtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractSubtypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Subtype Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.731", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.719", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.96", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "DataType Type: The base class for all re-useable types defined as part of the FHIR Specification.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DataType/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DataType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "DataType", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "DataType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/DataType", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DataType", + "differential": { + "element": [ + { + "id": "DataType", + "max": "*", + "min": 0, + "path": "DataType", + "short": "Reuseable Types", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "The base class for all re-useable types defined as part of the FHIR Specification." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "Link Relation Types defined at https://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/iana-link-relations" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/iana-link-relations/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Internet Assigned Numbers Authority (IANA)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LinkRelationTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Link Relation Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "iana-link-relations", + "url": "http://hl7.org/fhir/ValueSet/iana-link-relations", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/iana-link-relations", + "contact": [ + { + "telecom": [ + { + "value": "https://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1", + "system": "url" + } + ] + } + ] + }, + { + "description": "Identifies the purpose of the naming system.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/namingsystem-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/namingsystem-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NamingSystemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Naming System Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "namingsystem-type", + "url": "http://hl7.org/fhir/ValueSet/namingsystem-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.490", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.483", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.290", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/namingsystem-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The criteria by which a question is enabled.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-enable-operator" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-enable-operator/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireItemOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Item Operator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "questionnaire-enable-operator", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1005", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-enable-operator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The event used as a base point (reference point) in time.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/evidence-variable-event" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/evidence-variable-event/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceVariableEvent", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Variable Event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "evidence-variable-event", + "url": "http://hl7.org/fhir/ValueSet/evidence-variable-event", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3063", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/evidence-variable-event", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A container for slots of time that may be available for booking appointments.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Schedule/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Schedule", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + } + ], + "abstract": false, + "type": "Schedule", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Schedule", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Schedule", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Schedule", + "differential": { + "element": [ + { + "path": "Schedule", + "min": 0, + "definition": "A container for slots of time that may be available for booking appointments.", + "isModifier": false, + "short": "A container for slots of time that may be available for booking appointments", + "mapping": [ + { "map": "workflow.scheduling", "identity": "w5" }, + { "map": "n/a", "identity": "rim" }, + { + "map": "BEGIN:VFREEBUSY ??? END:VFREEBUSY (If your fhir server provides this information via calDAV, then you may want to include addressing information in a URL section, and with the search, a DTSTART and DTEND component can be included to indicate the range of time that has been covered in the collection of slots, where these overlap the resources period values. For all slots that reference this resource, include a FREEBUSY row for each slot)", + "identity": "ical" + } + ], + "mustSupport": false, + "alias": ["Availability"], + "max": "*", + "id": "Schedule" + }, + { + "path": "Schedule.identifier", + "min": 0, + "definition": "External Ids for this item.", + "isModifier": false, + "short": "External Ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Schedule.identifier", + "isSummary": true + }, + { + "path": "Schedule.active", + "min": 0, + "definition": "Whether this schedule record is in active use or should not be used (such as was entered in error).", + "isModifier": true, + "short": "Whether this schedule is in active use", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Schedule.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Schedule.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "isModifier": false, + "short": "High-level category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Schedule.serviceCategory", + "isSummary": true + }, + { + "path": "Schedule.serviceType", + "min": 0, + "definition": "The specific service that is to be performed during this appointment.", + "isModifier": false, + "short": "Specific service", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "ical" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Schedule.serviceType", + "isSummary": true + }, + { + "path": "Schedule.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "isModifier": false, + "short": "Type of specialty needed", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "*", + "id": "Schedule.specialty", + "isSummary": true + }, + { + "path": "Schedule.name", + "min": 0, + "definition": "Further description of the schedule as it would be presented to a consumer while searching.", + "isModifier": false, + "short": "Human-readable label", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Schedule.name", + "comment": "This MAY be used to describe what the schedule is for where it is clearer than just the name of the single actor.", + "isSummary": true + }, + { + "path": "Schedule.actor", + "min": 1, + "definition": "Slots that reference this schedule resource provide the availability details to these referenced resource(s).", + "isModifier": false, + "short": "Resource(s) that availability information is being provided for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "ATTENDEE:MAILTO:john_public@host2.com This can be populated with a value from the referenced resource", + "identity": "ical" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Schedule.actor", + "comment": "The capacity to support multiple referenced resource types should be used in cases where the specific resources themselves cannot be scheduled without the other, and thus only make sense to the system exposing them as a group. Common examples of this are where the combination of a practitioner and a room (Location) are always required by a system.", + "isSummary": true + }, + { + "path": "Schedule.planningHorizon", + "min": 0, + "definition": "The period of time that the slots that reference this Schedule resource cover (even if none exist). These cover the amount of time that an organization's planning horizon; the interval for which they are currently accepting appointments. This does not define a \"template\" for planning outside these dates.", + "isModifier": false, + "short": "Period of time covered by schedule", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "DTSTART:20131201T003000Z DTEND:2014030101T003000Z", + "identity": "ical" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Schedule.planningHorizon", + "isSummary": true + }, + { + "path": "Schedule.comment", + "min": 0, + "definition": "Comments on the availability to describe any extended information. Such as custom constraints on the slots that may be associated.", + "isModifier": false, + "short": "Comments on availability", + "mapping": [ + { + "map": "COMMENT:(comment) If there is no comment, then the line can be excluded from the iCalendar entry", + "identity": "ical" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Schedule.comment", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource provides the status of the payment for goods and services rendered, and the request and response resource references.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PaymentNotice/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentNotice", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "PaymentNotice", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Payment" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "PaymentNotice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentNotice", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentNotice", + "differential": { + "element": [ + { + "path": "PaymentNotice", + "min": 0, + "definition": "This resource provides the status of the payment for goods and services rendered, and the request and response resource references.", + "isModifier": false, + "short": "PaymentNotice request", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.payment", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "PaymentNotice" + }, + { + "path": "PaymentNotice.identifier", + "requirements": "Allows payment notices to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this payment notice.", + "isModifier": false, + "short": "Business Identifier for the payment notice", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PaymentNotice.identifier", + "isSummary": false + }, + { + "path": "PaymentNotice.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentNoticeStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "PaymentNotice.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "PaymentNotice.request", + "min": 0, + "definition": "Reference of resource for which payment is being made.", + "isModifier": false, + "short": "Request reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.request", + "isSummary": false + }, + { + "path": "PaymentNotice.response", + "min": 0, + "definition": "Reference of response to resource for which payment is being made.", + "isModifier": false, + "short": "Response reference", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.response", + "isSummary": false + }, + { + "path": "PaymentNotice.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date when this resource was created.", + "isModifier": false, + "short": "Creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.created", + "isSummary": true + }, + { + "path": "PaymentNotice.reporter", + "min": 0, + "definition": "The party who reports the payment notice.", + "isModifier": false, + "short": "Responsible practitioner", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" }, + { "map": "B01", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.reporter", + "isSummary": false + }, + { + "path": "PaymentNotice.payment", + "requirements": "Need to identify the actual payment.", + "min": 0, + "definition": "A reference to the payment which is the subject of this notice.", + "isModifier": false, + "short": "Payment reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.payment", + "isSummary": true + }, + { + "path": "PaymentNotice.paymentDate", + "requirements": "Need to convey the date when the action being notified occurred.", + "min": 0, + "definition": "The date when the above payment action occurred.", + "isModifier": false, + "short": "Payment or clearing date", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.paymentDate", + "isSummary": false + }, + { + "path": "PaymentNotice.payee", + "min": 0, + "definition": "The party who will receive or has received payment that is the subject of this notification.", + "isModifier": false, + "short": "Party being paid", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.payee", + "isSummary": false + }, + { + "path": "PaymentNotice.recipient", + "requirements": "Need to identified the recipient of the notification.", + "min": 1, + "definition": "The party who is notified of the payment status.", + "isModifier": false, + "short": "Party being notified", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.recipient", + "isSummary": true + }, + { + "path": "PaymentNotice.amount", + "requirements": "Provided for validation purposes.", + "min": 1, + "definition": "The amount sent to the payee.", + "isModifier": false, + "short": "Monetary amount of the payment", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "PaymentNotice.amount", + "isSummary": true + }, + { + "path": "PaymentNotice.paymentStatus", + "requirements": "The purpose of the notification.", + "min": 0, + "definition": "A code indicating whether payment has been sent or cleared.", + "isModifier": false, + "short": "Issued or cleared Status of the payment", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentStatus" + } + ], + "description": "The payment conveyance status codes." + }, + "max": "1", + "id": "PaymentNotice.paymentStatus", + "comment": "Typically paid: payment sent, cleared: payment received.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Organization/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Organization", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "Organization", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Organization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Organization", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Organization", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "org-1", + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "source": "http://hl7.org/fhir/StructureDefinition/Organization", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + ], + "path": "Organization", + "min": 0, + "definition": "A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.", + "isModifier": false, + "short": "A grouping of people or organizations with a common purpose", + "mapping": [ + { "map": "administrative.group", "identity": "w5" }, + { + "map": "(also see master files messages)", + "identity": "v2" + }, + { + "map": "Organization(classCode=ORG, determinerCode=INST)", + "identity": "rim" + }, + { + "map": "ParticipantContactable", + "identity": "interface" + }, + { "map": "Organization", "identity": "servd" } + ], + "mustSupport": false, + "max": "*", + "id": "Organization" + }, + { + "path": "Organization.identifier", + "requirements": "Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization.", + "min": 0, + "definition": "Identifier for the organization that is used to identify the organization across multiple disparate systems.", + "isModifier": false, + "short": "Identifies this organization across multiple systems", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "XON.10 / XON.3", "identity": "v2" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + }, + { + "map": "Participant.identifier", + "identity": "interface" + }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Organization.identifier", + "condition": ["org-1"], + "isSummary": true + }, + { + "path": "Organization.active", + "requirements": "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.", + "min": 0, + "definition": "Whether the organization's record is still in active use.", + "isModifier": true, + "short": "Whether the organization's record is still in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "No equivalent in HL7 V2", "identity": "v2" }, + { "map": ".status", "identity": "rim" }, + { + "map": "Participant.active", + "identity": "interface" + }, + { + "map": "./Status (however this concept in ServD more covers why the organization is active or not, could be delisted, deregistered, not operational yet) this could alternatively be derived from ./StartDate and ./EndDate and given a context date.", + "identity": "servd" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Organization.active", + "comment": "This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used.\n\nThis element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Organization.type", + "requirements": "Need to be able to track the kind of organization that this is - different organization types have different uses.", + "min": 0, + "definition": "The kind(s) of organization that this is.", + "isModifier": false, + "short": "Kind of organization", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "No equivalent in v2", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "n/a", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationType" + } + ], + "description": "Used to categorize the organization." + }, + "max": "*", + "id": "Organization.type", + "comment": "Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes\n\nWhen considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center.\n\nWe expect that some jurisdictions will profile this optionality to be a single cardinality.", + "isSummary": true + }, + { + "path": "Organization.name", + "requirements": "Need to use the name as the label of the organization.", + "min": 0, + "definition": "A name associated with the organization.", + "isModifier": false, + "short": "Name used for the organization", + "mapping": [ + { "map": "XON.1", "identity": "v2" }, + { "map": ".name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" }, + { "map": ".PreferredName/Name", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Organization.name", + "condition": ["org-1"], + "comment": "If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "Organization.alias", + "requirements": "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the organization was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the organization is known as, or was known as in the past.", + "isModifier": false, + "short": "A list of alternate names that the organization is known as, or was known as in the past", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Organization.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization.", + "isSummary": false + }, + { + "path": "Organization.description", + "requirements": "Humans need additional information to verify a correct Organization has been selected.", + "min": 0, + "definition": "Description of the organization, which helps provide additional general context on the organization to ensure that the correct organization is selected.", + "isModifier": false, + "short": "Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name", + "mapping": [ + { + "map": ".playingEntity[classCode=PLC determinerCode=INSTANCE].desc", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Organization.description", + "isSummary": true + }, + { + "constraint": [ + { + "key": "org-4", + "human": "The address of an organization can never be of use 'home'", + "source": "http://hl7.org/fhir/StructureDefinition/Organization", + "severity": "error", + "expression": "address.where(use = 'home').empty()" + }, + { + "key": "org-3", + "human": "The telecom of an organization can never be of use 'home'", + "source": "http://hl7.org/fhir/StructureDefinition/Organization", + "severity": "error", + "expression": "telecom.where(use = 'home').empty()" + } + ], + "path": "Organization.contact", + "requirements": "Need to keep track of assigned contact points within bigger organization.", + "min": 0, + "definition": "The contact details of communication devices available relevant to the specific Organization. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.", + "isModifier": false, + "short": "Official contact details for the Organization", + "mapping": [{ "map": ".contactParty", "identity": "rim" }], + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Organization.contact", + "comment": "The address/telecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the Organization itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc.", + "isSummary": false + }, + { + "path": "Organization.partOf", + "requirements": "Need to be able to track the hierarchy of organizations within an organization.", + "min": 0, + "definition": "The organization of which this organization forms a part.", + "isModifier": false, + "short": "The organization of which this organization forms a part", + "mapping": [ + { "map": "No equivalent in HL7 V2", "identity": "v2" }, + { + "map": ".playedBy[classCode=Part].scoper", + "identity": "rim" + }, + { "map": "n/a", "identity": "servd" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Organization.partOf", + "isSummary": true + }, + { + "path": "Organization.endpoint", + "requirements": "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the organization.", + "isModifier": false, + "short": "Technical endpoints providing access to services operated for the organization", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Organization.endpoint", + "isSummary": false + }, + { + "path": "Organization.qualification", + "min": 0, + "definition": "The official certifications, accreditations, training, designations and licenses that authorize and/or otherwise endorse the provision of care by the organization.\r\rFor example, an approval to provide a type of services issued by a certifying body (such as the US Joint Commission) to an organization.", + "isModifier": false, + "short": "Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care", + "mapping": [ + { "map": "CER?", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Organization.qualification", + "isSummary": false + }, + { + "path": "Organization.qualification.identifier", + "requirements": "Often, specific identities are assigned for the qualification by the assigning organization.", + "min": 0, + "definition": "An identifier allocated to this qualification for this organization.", + "isModifier": false, + "short": "An identifier for this qualification for the organization", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Organization.qualification.identifier", + "isSummary": false + }, + { + "path": "Organization.qualification.code", + "min": 1, + "definition": "Coded representation of the qualification.", + "isModifier": false, + "short": "Coded representation of the qualification", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Qualification" + } + ], + "description": "Specific qualification the organization has to provide a service." + }, + "max": "1", + "id": "Organization.qualification.code", + "isSummary": false + }, + { + "path": "Organization.qualification.period", + "requirements": "Qualifications are often for a limited period of time, and can be revoked.", + "min": 0, + "definition": "Period during which the qualification is valid.", + "isModifier": false, + "short": "Period during which the qualification is valid", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Organization.qualification.period", + "isSummary": false + }, + { + "path": "Organization.qualification.issuer", + "min": 0, + "definition": "Organization that regulates and issues the qualification.", + "isModifier": false, + "short": "Organization that regulates and issues the qualification", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Organization.qualification.issuer", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The workflow/clinical status of the composition.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/composition-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/composition-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CompositionStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Composition Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "composition-status", + "url": "http://hl7.org/fhir/ValueSet/composition-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.241", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.236", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.123", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/composition-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A coded concept indicating the current status of the Device Usage.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/deviceusage-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceusage-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceUsageStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Usage Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "deviceusage-status", + "url": "http://hl7.org/fhir/ValueSet/deviceusage-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3212", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceusage-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Select SNOMED CT codes. A set of codes that describe a things orientation based on a hourly positions of a clock face.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "260318004", + "display": "1 o'clock position" + }, + { + "code": "260328008", + "display": "2 o'clock position" + }, + { + "code": "260330005", + "display": "3 o'clock position" + }, + { + "code": "260333007", + "display": "4 o'clock position" + }, + { + "code": "260335000", + "display": "5 o'clock position" + }, + { + "code": "260337008", + "display": "6 o'clock position" + }, + { + "code": "260339006", + "display": "7 o'clock position" + }, + { + "code": "260341007", + "display": "8 o'clock position" + }, + { + "code": "260343005", + "display": "9 o'clock position" + }, + { + "code": "260322009", + "display": "10 o'clock position" + }, + { + "code": "260324005", + "display": "11 o'clock position" + }, + { + "code": "260326007", + "display": "12 o'clock position" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/bodystructure-bodylandmarkorientation-clockface-position/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodystructureBodyLandmarkClockFacePosition", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Bodystructure Body Landmark Clock Face Position", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodystructure-bodylandmarkorientation-clockface-position", + "url": "http://hl7.org/fhir/ValueSet/bodystructure-bodylandmarkorientation-clockface-position", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodystructure-bodylandmarkorientation-clockface-position", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Diagnosis Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-diagnosistype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleDiagnosisTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Diagnosis Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-diagnosistype", + "url": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.590", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.582", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-diagnosistype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "An anatomical origin of the source material within an organism.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-source-material-part" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-source-material-part/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SourceMaterialPart", + "experimental": true, + "resourceType": "ValueSet", + "title": "Source Material Part", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-source-material-part", + "url": "http://hl7.org/fhir/ValueSet/substance-source-material-part", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3255", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-source-material-part", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the potential degree of impact of the identified issue on the patient.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/detectedissue-severity" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-severity/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DetectedIssueSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "detectedissue-severity", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.206", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.196", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.105", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/detectedissue-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "All Resource Types that represent event resources", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "AdverseEvent" }, + { "code": "AuditEvent" }, + { "code": "ChargeItem" }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "Communication" }, + { "code": "Composition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "DeviceDispense" }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport" }, + { "code": "DocumentReference" }, + { "code": "Encounter" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "ExplanationOfBenefit" }, + { "code": "FamilyMemberHistory" }, + { "code": "GenomicStudy" }, + { "code": "GuidanceResponse" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "InventoryReport" }, + { "code": "Invoice" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationStatement" }, + { "code": "MessageHeader" }, + { "code": "NutritionIntake" }, + { "code": "Observation" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Procedure" }, + { "code": "Provenance" }, + { "code": "QuestionnaireResponse" }, + { "code": "RiskAssessment" }, + { "code": "SupplyDelivery" }, + { "code": "Transport" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/event-resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EventResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Event Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "event-resource-types", + "url": "http://hl7.org/fhir/ValueSet/event-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1060", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/event-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "SupplementType : Codes for nutritional supplements to be provided to the patient. This value set is composed of SNOMED CT (US Extension) Concepts from SCTID 470581016 (Enteral+supplement feeds hierarchy (product)) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "442901000124106", + "display": "Adult clear liquid supplement" + }, + { + "code": "443031000124106", + "display": "Adult critical care formula" + }, + { + "code": "443051000124104", + "display": "Adult diabetes specialty formula" + }, + { + "code": "442911000124109", + "display": "Adult elemental formula" + }, + { + "code": "443021000124108", + "display": "Adult hepatic specialty formula" + }, + { + "code": "442971000124100", + "display": "Adult high energy formula" + }, + { + "code": "442981000124102", + "display": "Adult hydrolyzed protein formula" + }, + { + "code": "442991000124104", + "display": "Adult high protein formula" + }, + { + "code": "443011000124100", + "display": "Adult high protein high fiber formula" + }, + { + "code": "442961000124107", + "display": "Adult low carbohydrate formula" + }, + { + "code": "442951000124105", + "display": "Adult pulmonary specialty formula" + }, + { + "code": "442941000124108", + "display": "Adult renal specialty formula" + }, + { + "code": "442921000124101", + "display": "Adult standard formula" + }, + { + "code": "442931000124103", + "display": "Adult soy protein isolate formula" + }, + { + "code": "444331000124106", + "display": "Diabetic meal replacement bar" + }, + { + "code": "443361000124100", + "display": "Pediatric Formula" + }, + { + "code": "443391000124108", + "display": "Pediatric clear liquid supplement" + }, + { + "code": "443401000124105", + "display": "Pediatric elemental formula" + }, + { + "code": "443491000124103", + "display": "Pediatric high energy formula" + }, + { + "code": "443501000124106", + "display": "Pediatric high energy formula with increased fiber" + }, + { + "code": "443421000124100", + "display": "Pediatric hydrolyzed protein formula" + }, + { + "code": "443471000124104", + "display": "Pediatric increased fiber formula" + }, + { + "code": "444431000124104", + "display": "Pediatric reduced energy formula" + }, + { + "code": "443451000124109", + "display": "Pediatric standard formula" + }, + { + "code": "444321000124108", + "display": "Standard pudding oral supplement" + }, + { + "code": "441561000124106", + "display": "Standard enteral formula with fiber" + }, + { + "code": "443461000124106", + "display": "Standard Formula" + }, + { + "code": "441531000124102", + "display": "Standard Enteral Formula" + }, + { + "code": "443561000124107", + "display": "Soy based formula" + }, + { + "code": "443481000124101", + "display": "Renal Formula" + }, + { + "code": "441571000124104", + "display": "High energy enteral formula with fiber" + }, + { + "code": "441591000124103", + "display": "Diabetic enteral formula with fiber" + }, + { + "code": "441601000124106", + "display": "Diabetic high calorie high protein enteral formula with fiber" + }, + { + "code": "443351000124102", + "display": "Increased fiber formula" + }, + { + "code": "443771000124106", + "display": "Hydrolyzed protein formula" + }, + { + "code": "441671000124100", + "display": "Hydrolyzed peptide-based high protein enteral formula" + }, + { + "code": "443111000124101", + "display": "High protein formula" + }, + { + "code": "443431000124102", + "display": "High Energy Formula" + }, + { + "code": "443411000124108", + "display": "Elemental Formula" + }, + { + "code": "444361000124102", + "display": "Electrolyte replacement supplement" + }, + { + "code": "444401000124107", + "display": "Frozen electrolyte replacement supplement" + }, + { + "code": "444381000124107", + "display": "Liquid electrolyte replacement supplement" + }, + { + "code": "444371000124109", + "display": "Powdered electrolyte replacement supplement" + }, + { + "code": "443441000124107", + "display": "Clear liquid supplement" + }, + { + "code": "442651000124102", + "display": "Adult formula" + } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplement-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplementTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supplement Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplement-type", + "url": "http://hl7.org/fhir/ValueSet/supplement-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.390", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.377", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.211", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplement-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes for use in UsageContext.valueCodeableConcept when UsageContext.code is agreement-scope", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/usage-context-agreement-scope" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/usage-context-agreement-scope/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/usage-context-agreement-scope", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UsageContextAgreementScope", + "experimental": true, + "resourceType": "ValueSet", + "title": "Usage Context Agreement Scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "usage-context-agreement-scope", + "url": "http://hl7.org/fhir/ValueSet/usage-context-agreement-scope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3302", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/usage-context-agreement-scope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A classification that provides the origin of the substance raw material.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-source-material-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-source-material-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SourceMaterialType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Source Material Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-source-material-type", + "url": "http://hl7.org/fhir/ValueSet/substance-source-material-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3256", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-source-material-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Used to code the format of the display string.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contributor-role" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contributor-role/5.0.0", + "date": "2021-03-11T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContributorRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contributor Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contributor-role", + "url": "http://hl7.org/fhir/ValueSet/contributor-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2961", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contributor-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Additional Binding Purpose", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/additional-binding-purpose" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/additional-binding-purpose/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" + } + ] + } + ], + "name": "AdditionalBindingPurposeVS", + "experimental": true, + "resourceType": "ValueSet", + "title": "Additional Binding Purpose ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "additional-binding-purpose", + "url": "http://hl7.org/fhir/ValueSet/additional-binding-purpose", + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/additional-binding-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Procedure Category code: A selection of relevant SNOMED CT codes.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "24642003" }, + { "code": "409063005" }, + { "code": "409073007" }, + { "code": "387713003" }, + { "code": "103693007" }, + { "code": "46947000" }, + { "code": "410606002" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureCategoryCodesSNOMEDCT", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Category Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-category", + "url": "http://hl7.org/fhir/ValueSet/procedure-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.430", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.421", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.241", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the progression, or lack thereof, towards the goal against the target.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-achievement" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/goal-achievement/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GoalAchievementStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal Achievement Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-achievement", + "url": "http://hl7.org/fhir/ValueSet/goal-achievement", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1374", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/goal-achievement", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "The nature of the relationship between the patient and the contact person.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-not-a", + "value": "O", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v2-0131" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/patient-contactrelationship/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PatientContactRelationship", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient Contact Relationship ", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "patient-contactrelationship", + "url": "http://hl7.org/fhir/ValueSet/patient-contactrelationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1130", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/patient-contactrelationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set contains all LOINC code", + "compose": { + "exclude": [ + { + "filter": [ + { "op": "=", "value": "Doc", "property": "SCALE_TYP" } + ], + "system": "http://loinc.org" + } + ], + "include": [{ "system": "http://loinc.org" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-content-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentContentCodes", + "copyright": "This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Content Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-content-code", + "url": "http://hl7.org/fhir/ValueSet/consent-content-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.748", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.746", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-content-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes LOINC codes that relate to Diagnostic Observations.", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LOINCDiagnosticReportCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "LOINC Diagnostic Report Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "report-codes", + "url": "http://hl7.org/fhir/ValueSet/report-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.233", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.228", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.116", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the ImagingStudy.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/imagingstudy-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/imagingstudy-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingStudyStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Imaging Study Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "imagingstudy-status", + "url": "http://hl7.org/fhir/ValueSet/imagingstudy-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.990", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/imagingstudy-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Commonly used classifiers for evidence sets.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/evidence-classifier-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/evidence-classifier-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceClassifier", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "evidence-classifier-code", + "url": "http://hl7.org/fhir/ValueSet/evidence-classifier-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3067", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/evidence-classifier-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes indicating the category a care plan falls within. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "734163000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CarePlanCategory", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Care Plan Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-plan-category", + "url": "http://hl7.org/fhir/ValueSet/care-plan-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.148", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.136", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.67", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/care-plan-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "363787002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/product-characteristic-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductCharacteristic", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "product-characteristic-codes", + "url": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3016", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/product-characteristic-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Missing Tooth Reason codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/missingtoothreason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/missing-tooth-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MissingToothReasonCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Missing Tooth Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "missing-tooth-reason", + "url": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.534", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.526", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.310", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/missing-tooth-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-validation-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/resource-validation-mode/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResourceValidationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Resource Validation Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "resource-validation-mode", + "url": "http://hl7.org/fhir/ValueSet/resource-validation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.118", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.108", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.48", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resource-validation-mode" + }, + { + "description": "BiologicallyDerivedProductDispense Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/biologicallyderivedproductdispense-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductDispenseCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "BiologicallyDerivedProductDispense Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "biologicallyderivedproductdispense-status", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderivedproductdispense-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of codes for answers to questions. (Not complete or necessarily appropriate.)", + "compose": { "include": [{ "system": "http://snomed.info/sct" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-answers/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireAnswerCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Questionnaire Answer Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "questionnaire-answers", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.446", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.439", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.423", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-answers", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "A coded concept indicating the adherence of device usage.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/deviceusage-adherence-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceusage-adherence-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceUsageAdherenceCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Usage Adherence Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "deviceusage-adherence-code", + "url": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3213", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceusage-adherence-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "All published FHIR Versions.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/FHIR-version" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/FHIR-version/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRVersion", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRVersion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "FHIR-version", + "url": "http://hl7.org/fhir/ValueSet/FHIR-version", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1309", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FHIR-version", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A therapy.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "277132007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/therapy/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Therapy", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Therapy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "therapy", + "url": "http://hl7.org/fhir/ValueSet/therapy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3112", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/therapy", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Evidence Report Section Type.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/evidence-report-section" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/evidence-report-section/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReportSectionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Report Section Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "evidence-report-section", + "url": "http://hl7.org/fhir/ValueSet/evidence-report-section", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3068", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/evidence-report-section", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "HL7 v3 ActMood Predicate codes, including inactive codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "descendent-of", + "value": "_ActMoodPredicate", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood" + } + ], + "inactive": true + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/inactive/5.0.0", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "fhirVersion": null, + "name": "ExampleInactive", + "experimental": true, + "resourceType": "ValueSet", + "expansion": { + "contains": [ + { + "code": "CRT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "criterion", + "inactive": true + }, + { + "code": "EXPEC", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "expectation", + "contains": [ + { + "code": "GOL", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "goal" + }, + { + "code": "RSK", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "risk" + } + ] + }, + { + "code": "OPT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ActMood", + "display": "option" + } + ], + "timestamp": "2017-02-26T10:00:00Z", + "identifier": "urn:uuid:46c00b3f-003a-4f31-9d4b-ea2de58b2a99" + }, + "title": "Example with inactive codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "inactive", + "url": "http://hl7.org/fhir/ValueSet/inactive", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3146", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/inactive" + }, + { + "description": "Types of security services used with FHIR.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/restful-security-service" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/restful-security-service/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RestfulSecurityService", + "experimental": false, + "resourceType": "ValueSet", + "title": "Restful Security Service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "restful-security-service", + "url": "http://hl7.org/fhir/ValueSet/restful-security-service", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.178", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.168", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.82", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/restful-security-service", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The association state of the device.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/device-category" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDeviceCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "FHIR Device Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-category", + "url": "http://hl7.org/fhir/ValueSet/device-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3307", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Code the reason for different URLs, eg abstract and full-text.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/artifact-url-classifier" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifact-url-classifier/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactUrlClassifier", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Url Classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifact-url-classifier", + "url": "http://hl7.org/fhir/ValueSet/artifact-url-classifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2966", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifact-url-classifier", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Telecommunications form for contact point.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contact-point-system" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contact-point-system/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContactPointSystem", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContactPointSystem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "contact-point-system", + "url": "http://hl7.org/fhir/ValueSet/contact-point-system", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.71", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contact-point-system", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Provides examples of actions to be performed.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/action-code" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Action Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "action-code", + "url": "http://hl7.org/fhir/ValueSet/action-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3051", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of relationship between documents.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/document-relationship-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/document-relationship-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DocumentRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Document Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "document-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/document-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.244", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.239", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.133", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/document-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Procedure Outcome code: A selection of relevant SNOMED CT codes.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "385669000" }, + { "code": "385671000" }, + { "code": "385670004" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-outcome/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureOutcomeCodesSNOMEDCT", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Outcome Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-outcome", + "url": "http://hl7.org/fhir/ValueSet/procedure-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.428", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.419", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.239", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A high level categorisation of a package.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/package-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/package-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PackageType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Package Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "package-type", + "url": "http://hl7.org/fhir/ValueSet/package-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3073", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/package-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes to represent how much resource content to send in the notification payload.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/subscription-payload-content" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-payload-content/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionPayloadContent", + "experimental": false, + "resourceType": "ValueSet", + "title": "Subscription Payload Content", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "subscription-payload-content", + "url": "http://hl7.org/fhir/ValueSet/subscription-payload-content", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3154", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-payload-content", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationDispense Status Reason Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationdispense-status-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationdispense-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDispenseStatusReasonCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationDispense Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationdispense-status-reason", + "url": "http://hl7.org/fhir/ValueSet/medicationdispense-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1316", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationdispense-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A coded concept listing the base codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/vision-base-codes" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/vision-base-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VisionBase", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vision Base", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "vision-base-codes", + "url": "http://hl7.org/fhir/ValueSet/vision-base-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.662", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.646", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.345", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vision-base-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The purpose of the Claim: predetermination, preauthorization, claim.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/claim-use" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Use", + "experimental": false, + "resourceType": "ValueSet", + "title": "Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "claim-use", + "url": "http://hl7.org/fhir/ValueSet/claim-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.544", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.536", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Category of an identified substance associated with allergies or intolerances.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/allergy-intolerance-category" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Allergy Intolerance Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-category", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.133", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.123", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.53", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergy-intolerance-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes that describe the types of constraints possible on a question item that has a list of permitted answers", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-answer-constraint" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-answer-constraint/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireAnswerConstraint", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire answer constraints value set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "questionnaire-answer-constraint", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-answer-constraint", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3151", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-answer-constraint" + }, + { + "description": "Codes used to identify health care device metric types and units and component types as part of the ISO/IEEE 11073-10101 Medical Device Communication Nomenclature.", + "compose": { "include": [{ "system": "urn:iso:std:iso:11073:10101" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/devicemetric-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Health Care Devices Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetricAndComponentTypes", + "copyright": "This value set is available IEEE (https://standards.ieee.org/findstds/standard/11073-10101a-2015.html) as well as at https://rtmms.nist.gov/rtmms/index.htm#!hrosetta through NIST's Rosetta Terminology Mapping Management System which has a Royalty Free Agreement with IEEE to make the terminology [specifically five attributes: Reference ID, Terminology Code, Description, Systematic Name, and Common Term] available for development of IEEE 11073 compliant products.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Device Metric and Component Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + } + ], + "status": "draft", + "id": "devicemetric-type", + "url": "http://hl7.org/fhir/ValueSet/devicemetric-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.6.24", + "system": "urn:ietf:rfc:3986" + }, + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.645", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.895", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicemetric-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code that describes the type of issue.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/issue-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/issue-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IssueType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Issue Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "issue-type", + "url": "http://hl7.org/fhir/ValueSet/issue-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.410", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.399", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.224", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/issue-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This examples value set defines the set of codes that can be used to indicate reasons for an encounter.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "243796009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "272379006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Encounter Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-reason", + "url": "http://hl7.org/fhir/ValueSet/encounter-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.261", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.256", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.146", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Claim Care Team Role codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-careteamrole/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimCareTeamRoleCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Claim Care Team Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-careteamrole", + "url": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.586", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.578", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-careteamrole", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes examples of Benefit Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-benefitcategory" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-benefitcategory/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BenefitCategoryCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Benefit Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-benefitcategory", + "url": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1174", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-benefitcategory", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "One of the message events defined as part of this version of FHIR.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/message-events" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/message-events/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MessageEvent", + "experimental": true, + "resourceType": "ValueSet", + "title": "MessageEvent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-special-status", + "valueString": "This Value Set is normative - it is generated based on the information defined in this specification. The definition will remain fixed across versions, but the actual contents will change from version to version" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "message-events", + "url": "http://hl7.org/fhir/ValueSet/message-events", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.26", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/message-events", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes that reflect the current state of a goal and whether the goal is still being targeted.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/goal-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/goal-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GoalLifecycleStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal Lifecycle Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "goal-status", + "url": "http://hl7.org/fhir/ValueSet/goal-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.271", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.266", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.150", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/goal-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example Message Reasons. These are the set of codes that might be used an updating an encounter using admin-update.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/message-reasons-encounter" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/message-reason-encounter/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleMessageReasonCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Message Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "message-reason-encounter", + "url": "http://hl7.org/fhir/ValueSet/message-reason-encounter", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.378", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.365", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.202", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/message-reason-encounter", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FluidConsistencyType : Codes used to represent the consistency of fluids and liquids provided to the patient. This value set includes concepts from [SNOMED CT](http://snomed.info/sct)(US Extension) where concept is a 435681000124103 (Dietary liquid consistency diet (regime/therapy)). It is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "439031000124108", + "display": "honey thick liquid" + }, + { + "code": "439021000124105", + "display": "nectar thick liquid" + }, + { + "code": "439041000124103", + "display": "spoon thick liquid" + }, + { "code": "439081000124109", "display": "thin liquid" } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consistency-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FluidConsistencyTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Fluid Consistency Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consistency-type", + "url": "http://hl7.org/fhir/ValueSet/consistency-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.389", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.376", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.210", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consistency-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Possible values for the disposition of a comment or change request, typically used for comments and change requests, to indicate the disposition of the responsible party towards the changes suggested by the comment or change request.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/artifactassessment-disposition" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifactassessment-disposition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactAssessmentDisposition", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Assessment Disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifactassessment-disposition", + "url": "http://hl7.org/fhir/ValueSet/artifactassessment-disposition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3155", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifactassessment-disposition", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Dose form for a medication, in the form suitable for administering to the patient, after mixing, where necessary.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/administrable-dose-form" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/administrable-dose-form/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdministrableDoseForm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Administrable Dose Form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "administrable-dose-form", + "url": "http://hl7.org/fhir/ValueSet/administrable-dose-form", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3167", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/administrable-dose-form", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the Device record.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/device-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDeviceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Device Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-status", + "url": "http://hl7.org/fhir/ValueSet/device-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.209", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.199", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Distinguishes whether the task is a proposal, plan or full order.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/task-intent" }, + { + "system": "http://hl7.org/fhir/request-intent", + "concept": [ + { "code": "proposal" }, + { "code": "plan" }, + { "code": "order" }, + { "code": "original-order" }, + { "code": "reflex-order" }, + { "code": "filler-order" }, + { "code": "instance-order" }, + { "code": "option" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/task-intent/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TaskIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "Task Intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "task-intent", + "url": "http://hl7.org/fhir/ValueSet/task-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1240", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/task-intent", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether the account is available to be used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/account-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Account Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "account-status", + "url": "http://hl7.org/fhir/ValueSet/account-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.726", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.714", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.362", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample ICD-10 codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/sid/icd-10" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/icd-10/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ICD10Codes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "ICD-10 Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "icd-10", + "url": "http://hl7.org/fhir/ValueSet/icd-10", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.531", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.523", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.308", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/icd-10", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is an example value set defined by the FHIR project, that could be used to represent possible payload document types.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-payload-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-endpoint-payload-type", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Patient Administration", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EndpointPayloadType", + "copyright": "Some content from IHE® Copyright © 2015 IHE International, Inc. This content is from the IHE Technical Frameworks and Supplements, available for free download and use at http://www.ihe.net/Technical_Frameworks/", + "experimental": true, + "resourceType": "ValueSet", + "title": "Endpoint Payload Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "endpoint-payload-type", + "url": "http://hl7.org/fhir/ValueSet/endpoint-payload-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.496", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.489", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/endpoint-payload-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The optical rotation type of a substance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-optical-activity" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-optical-activity/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OpticalActivity", + "experimental": true, + "resourceType": "ValueSet", + "title": "Optical Activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-optical-activity", + "url": "http://hl7.org/fhir/ValueSet/substance-optical-activity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3250", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-optical-activity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "time Type: A time during the day, with no date specified", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/time/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "time", + "abstract": false, + "type": "time", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "time", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/time", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/time", + "differential": { + "element": [ + { + "id": "time", + "max": "*", + "min": 0, + "path": "time", + "short": "Primitive Type time", + "definition": "A time during the day, with no date specified" + }, + { + "id": "time.value", + "max": "1", + "min": 0, + "path": "time.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Time", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "time" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?" + } + ] + } + ], + "short": "Primitive value for time", + "definition": "Primitive value for time", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the definition of dates relevant to recommendations for future doses of vaccines. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "30981-5" }, + { "code": "30980-7" }, + { "code": "59777-3" }, + { "code": "59778-1" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationRecommendationDateCriterionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Date Criterion Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-date-criterion", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.308", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.298", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.169", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-recommendation-date-criterion", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "InventoryItem Status Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/inventoryitem-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/inventoryitem-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryItemStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "InventoryItem Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "inventoryitem-status", + "url": "http://hl7.org/fhir/ValueSet/inventoryitem-status", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/inventoryitem-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of participant for the action.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-participant-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-participant-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Participant Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-participant-type", + "url": "http://hl7.org/fhir/ValueSet/action-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.811", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.794", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-participant-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Set of handling instructions prior testing of the specimen.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/handling-condition" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/handling-condition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "HandlingConditionSet", + "experimental": true, + "resourceType": "ValueSet", + "title": "Handling Condition Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "handling-condition", + "url": "http://hl7.org/fhir/ValueSet/handling-condition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.854", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/handling-condition", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes used to define implementation guide parameters", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guide-parameter-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/guide-parameter-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GuideParameterCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Guide Parameter Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "active", + "id": "guide-parameter-code", + "url": "http://hl7.org/fhir/ValueSet/guide-parameter-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.996", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/guide-parameter-code" + }, + { + "description": "The free/busy status of an appointment.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/appointmentstatus" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/appointmentstatus/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AppointmentStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Appointment Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "appointmentstatus", + "url": "http://hl7.org/fhir/ValueSet/appointmentstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.484", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.477", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.284", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/appointmentstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 2-letter codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "regex", + "value": "[A-Z]{2}", + "property": "code" + } + ], + "system": "urn:iso:std:iso:3166" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-2/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso316612", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: 2 Letter Codes", + "status": "active", + "id": "iso3166-1-2", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-2", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/iso3166-1-2", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Information Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-informationcategory/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimInformationCategoryCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Claim Information Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-informationcategory", + "url": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.582", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.574", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-informationcategory", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the disease that the dose is being administered against. This value set is provided as a suggestive example and includes SNOMED CT concepts from the 64572001 (Disease) hierarchy.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "397428000" }, + { "code": "27836007" }, + { "code": "76902006" }, + { "code": "721764008" }, + { "code": "14189004" }, + { "code": "36989005" }, + { "code": "36653000" }, + { "code": "16814004" }, + { "code": "23511006" }, + { "code": "709410003" }, + { "code": "56717001" }, + { "code": "363354003" }, + { "code": "266113007" }, + { "code": "415822001" }, + { "code": "66071002" }, + { "code": "40468003" }, + { "code": "7111000119109" }, + { "code": "719590007" }, + { "code": "719865001" }, + { "code": "38907003" }, + { "code": "4740000" }, + { "code": "55735004" }, + { "code": "240613006" }, + { "code": "4834000" }, + { "code": "85904008" }, + { "code": "63650001" }, + { "code": "16541001" }, + { "code": "38362002" }, + { "code": "61462000" }, + { "code": "14168008" }, + { "code": "186772009" }, + { "code": "712986001" }, + { "code": "52947006" }, + { "code": "186788009" }, + { "code": "409498004" }, + { "code": "58750007" }, + { "code": "19265001" }, + { "code": "23502006" }, + { "code": "75702008" }, + { "code": "80612004" }, + { "code": "186747009" }, + { "code": "67924001" }, + { "code": "70090004" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-target-disease/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationTargetDiseaseCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Target Disease Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-target-disease", + "url": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1047", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-target-disease", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the category of the metric.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/metric-category" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/metric-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetricCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Metric Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-category", + "url": "http://hl7.org/fhir/ValueSet/metric-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.648", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.632", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.338", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/metric-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A walkthrough of a workflow showing the interaction between systems and the instances shared, possibly including the evolution of instances over time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ExampleScenario/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleScenario", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ExampleScenario", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ExampleScenario", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExampleScenario", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "exs-4", + "human": "Must have processes if status is active or required", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "status='active' or status='retired' implies process.exists()" + }, + { + "key": "exs-3", + "human": "Must have actors if status is active or required", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "status='active' or status='retired' implies actor.exists()" + }, + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "exs-12", + "human": "Process titles must be unique", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "process.title.count() = process.title.distinct().count()" + }, + { + "key": "exs-9", + "human": "Instance titles must be unique", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "instance.title.count() = instance.title.distinct().count()" + }, + { + "key": "exs-8", + "human": "Instance keys must be unique", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "instance.key.count() = instance.key.distinct().count()" + }, + { + "key": "exs-7", + "human": "Actor titles must be unique", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "actor.title.count() = actor.title.distinct().count()" + }, + { + "key": "exs-6", + "human": "Actor keys must be unique", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "actor.key.count() = actor.key.distinct().count()" + } + ], + "path": "ExampleScenario", + "min": 0, + "definition": "Example of workflow instance.", + "isModifier": false, + "short": "Example of workflow instance", + "mapping": [ + { + "map": "infrastructure.information", + "identity": "w5" + } + ], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ExampleScenario.url", + "requirements": "Allows the example scenario to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this example scenario is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the example scenario is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this example scenario, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ExampleScenario.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this example scenario when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the example scenario", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this example scenario outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ExampleScenario.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the example scenario when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the example scenario author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the example scenario", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.version", + "comment": "There may be different example scenario instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the example scenario with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ExampleScenario.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ExampleScenario.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ExampleScenario.name", + "min": 0, + "definition": "Temporarily retained for tooling purposes.", + "isModifier": false, + "short": "To be removed?", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.name", + "condition": ["cnl-0"], + "comment": "Not needed as code will never be generated from one of these", + "isSummary": true + }, + { + "path": "ExampleScenario.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the ExampleScenario.", + "isModifier": false, + "short": "Name for this example scenario (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ExampleScenario.status", + "min": 1, + "definition": "The status of this example scenario. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ExampleScenario.status", + "condition": ["exs-3", "exs-4", "exs-5"], + "comment": "Allows filtering of example scenarios that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ExampleScenario.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level example scenario.", + "min": 0, + "definition": "A Boolean value to indicate that this example scenario is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ExampleScenario.experimental", + "comment": "Allows filtering of example scenarios that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ExampleScenario.date", + "min": 0, + "definition": "The date (and optionally time) when the example scenario was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the example scenario changes. (e.g. the 'content logical definition').", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ExampleScenario.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the example scenario. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ExampleScenario.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the example scenario. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the example scenario.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the example scenario is the organization or individual primarily responsible for the maintenance and upkeep of the example scenario. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the example scenario. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ExampleScenario.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ExampleScenario.description", + "min": 0, + "definition": "A free text natural language description of the ExampleScenario from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the ExampleScenario", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.description", + "comment": "This description can be used to capture details such as comments about misuse. It is not a rendering of the ExampleScenario as conveyed in the 'text' field of the resource itself.", + "isSummary": true + }, + { + "path": "ExampleScenario.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate example scenario instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ExampleScenario.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the example scenario is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for example scenario (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ExampleScenario.jurisdiction", + "comment": "It may be possible for the example scenario to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ExampleScenario.purpose", + "min": 0, + "definition": "What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.", + "isModifier": false, + "short": "The purpose of the example, e.g. to illustrate a scenario", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.purpose", + "comment": "This element does not describe the usage of the example scenario. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this example scenario.", + "isSummary": false + }, + { + "path": "ExampleScenario.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the example scenario and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ExampleScenario.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "ExampleScenario.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-23", + "human": "actor.key canot be 'OTHER'", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "key != 'OTHER'" + }, + { + "key": "exs-19", + "human": "Actor should be referenced in at least one operation", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "warning", + "expression": "%resource.process.descendants().select(operation).where(initiator=%context.key or receiver=%context.key).exists()" + } + ], + "path": "ExampleScenario.actor", + "requirements": "This is optional to allow for ExampleScenarios that are still draft", + "min": 0, + "definition": "A system or person who shares or receives an instance within the scenario.", + "isModifier": false, + "short": "Individual involved in exchange", + "mapping": [{ "map": "FiveWs.who", "identity": "w5" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.actor", + "condition": [ + "exs-3", + "exs-6", + "exs-7", + "exs-17", + "exs-18" + ], + "isSummary": false + }, + { + "path": "ExampleScenario.actor.key", + "min": 1, + "definition": "A unique string within the scenario that is used to reference the actor.", + "isModifier": false, + "short": "ID or acronym of the actor", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.actor.key", + "condition": [ + "exs-6", + "exs-23", + "exs-17", + "exs-18", + "exs-19" + ], + "isSummary": false + }, + { + "path": "ExampleScenario.actor.type", + "min": 1, + "definition": "The category of actor - person or system.", + "isModifier": false, + "short": "person | system", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExampleScenarioActorType" + } + ], + "description": "The type of actor - system or human." + }, + "max": "1", + "id": "ExampleScenario.actor.type", + "isSummary": false + }, + { + "path": "ExampleScenario.actor.title", + "min": 1, + "definition": "The human-readable name for the actor used when rendering the scenario.", + "isModifier": false, + "short": "Label for actor when rendering", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.actor.title", + "condition": ["exs-7"], + "isSummary": false + }, + { + "path": "ExampleScenario.actor.description", + "min": 0, + "definition": "An explanation of who/what the actor is and its role in the scenario.", + "isModifier": false, + "short": "Details about actor", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.actor.description", + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-2", + "human": "instance.content is only allowed if there are no instance.versions", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "content.exists() implies version.empty()" + }, + { + "key": "exs-20", + "human": "Instance should be referenced in at least one location", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "warning", + "expression": "%resource.process.descendants().select(instanceReference).where($this=%context.key).exists()" + }, + { + "key": "exs-1", + "human": "StructureVersion is required if structureType is not FHIR (but may still be present even if FHIR)", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "structureType.exists() and structureType.memberOf('http://hl7.org/fhir/ValueSet/resource-types').not() implies structureVersion.exists()" + }, + { + "key": "exs-11", + "human": "Version titles must be unique within an instance", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "version.title.count() = version.title.distinct().count()" + }, + { + "key": "exs-10", + "human": "Version keys must be unique within an instance", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "version.key.count() = version.key.distinct().count()" + }, + { + "key": "exs-21", + "human": "Instance version should be referenced in at least one operation", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "warning", + "expression": "version.exists() implies version.key.intersect(%resource.process.descendants().where(instanceReference = %context.key).versionReference).exists()" + } + ], + "path": "ExampleScenario.instance", + "min": 0, + "definition": "A single data collection that is shared as part of the scenario.", + "isModifier": false, + "short": "Data used in the scenario", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.instance", + "condition": [ + "exs-8", + "exs-9", + "exs-14", + "exs-15", + "exs-16" + ], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.key", + "min": 1, + "definition": "A unique string within the scenario that is used to reference the instance.", + "isModifier": false, + "short": "ID or acronym of the instance", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.key", + "condition": [ + "exs-8", + "exs-14", + "exs-15", + "exs-16", + "exs-20", + "exs-21" + ], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.structureType", + "min": 1, + "definition": "A code indicating the kind of data structure (FHIR resource or some other standard) this is an instance of.", + "isModifier": false, + "short": "Data structure for example", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-instance-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InstanceType" + } + ], + "description": "The structure that defines the instance" + }, + "max": "1", + "id": "ExampleScenario.instance.structureType", + "condition": ["exs-1"], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.structureVersion", + "min": 0, + "definition": "Conveys the version of the data structure instantiated. I.e. what release of FHIR, X12, OpenEHR, etc. is instance compliant with.", + "isModifier": false, + "short": "E.g. 4.0.1", + "type": [{ "code": "string" }], + "mustSupport": false, + "meaningWhenMissing": "If the structureType is a FHIR resource, then the version is the same FHIR version this ExampleScenario is expressed in.", + "max": "1", + "id": "ExampleScenario.instance.structureVersion", + "condition": ["exs-1"], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.structureProfile[x]", + "min": 0, + "definition": "Refers to a profile, template or other ruleset the instance adheres to.", + "isModifier": false, + "short": "Rules instance adheres to", + "type": [{ "code": "canonical" }, { "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.structureProfile[x]", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.title", + "min": 1, + "definition": "A short descriptive label the instance to be used in tables or diagrams.", + "isModifier": false, + "short": "Label for instance", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.instance.title", + "condition": ["exs-9"], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.description", + "min": 0, + "definition": "An explanation of what the instance contains and what it's for.", + "isModifier": false, + "short": "Human-friendly description of the instance", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.instance.description", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.content", + "min": 0, + "definition": "Points to an instance (typically an example) that shows the data that would corespond to this instance.", + "isModifier": false, + "short": "Example instance data", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.content", + "condition": ["exs-2"], + "comment": "If not conveying FHIR data or not using the same version of FHIR as this ExampleScenario instance, the reference must be to a Binary.", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.version", + "requirements": "Allows representing the 'same' instance as it evolves throughout the scenario.", + "min": 0, + "definition": "Represents the instance as it was at a specific time-point.", + "isModifier": false, + "short": "Snapshot of instance that changes", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.instance.version", + "condition": [ + "exs-10", + "exs-11", + "exs-15", + "exs-16", + "exs-2", + "exs-21" + ], + "comment": "Not used if an instance doesn't change", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.version.key", + "min": 1, + "definition": "A unique string within the instance that is used to reference the version of the instance.", + "isModifier": false, + "short": "ID or acronym of the version", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.version.key", + "condition": ["exs-10", "exs-16", "exs-21"], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.version.title", + "min": 1, + "definition": "A short descriptive label the version to be used in tables or diagrams.", + "isModifier": false, + "short": "Label for instance version", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.version.title", + "condition": ["exs-11"], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.version.description", + "min": 0, + "definition": "An explanation of what this specific version of the instance contains and represents.", + "isModifier": false, + "short": "Details about version", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.instance.version.description", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.version.content", + "min": 0, + "definition": "Points to an instance (typically an example) that shows the data that would flow at this point in the scenario.", + "isModifier": false, + "short": "Example instance version data", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.version.content", + "comment": "If not conveying FHIR data or not using the same version of FHIR as this ExampleScenario instance, the reference must be to a Binary.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-15", + "human": "versionReference must be specified if the referenced instance defines versions", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "versionReference.empty() implies %resource.instance.where(key=%context.instanceReference).version.empty()" + }, + { + "key": "exs-14", + "human": "InstanceReference must be a key of an instance defined in the ExampleScenario", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "%resource.instance.where(key=%context.instanceReference).exists()" + }, + { + "key": "exs-16", + "human": "versionReference must be a key of a version within the instance pointed to by instanceReference", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "versionReference.exists() implies %resource.instance.where(key=%context.instanceReference).version.where(key=%context.versionReference).exists()" + } + ], + "path": "ExampleScenario.instance.containedInstance", + "min": 0, + "definition": "References to other instances that can be found within this instance (e.g. the observations contained in a bundle).", + "isModifier": false, + "short": "Resources contained in the instance", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.instance.containedInstance", + "isSummary": false + }, + { + "path": "ExampleScenario.instance.containedInstance.instanceReference", + "min": 1, + "definition": "A reference to the key of an instance found within this one.", + "isModifier": false, + "short": "Key of contained instance", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.containedInstance.instanceReference", + "condition": [ + "exs-14", + "exs-15", + "exs-16", + "exs-20", + "exs-21" + ], + "isSummary": false + }, + { + "path": "ExampleScenario.instance.containedInstance.versionReference", + "min": 0, + "definition": "A reference to the key of a specific version of an instance in this instance.", + "isModifier": false, + "short": "Key of contained instance version", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.instance.containedInstance.versionReference", + "condition": ["exs-15", "exs-16", "exs-21"], + "comment": "Required if the referenced instance has versions", + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-5", + "human": "Processes must have steps if ExampleScenario status is active or required", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "%resource.status='active' or %resource.status='retired' implies step.exists()" + } + ], + "path": "ExampleScenario.process", + "min": 0, + "definition": "A group of operations that represents a significant step within a scenario.", + "isModifier": false, + "short": "Major process within scenario", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.process", + "condition": [ + "exs-4", + "exs-12", + "exs-22", + "exs-20", + "exs-21", + "exs-19" + ], + "comment": "Some scenarios might describe only one process.", + "isSummary": false + }, + { + "path": "ExampleScenario.process.title", + "min": 1, + "definition": "A short descriptive label the process to be used in tables or diagrams.", + "isModifier": false, + "short": "Label for procss", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.title", + "condition": ["exs-12"], + "isSummary": true + }, + { + "path": "ExampleScenario.process.description", + "min": 0, + "definition": "An explanation of what the process represents and what it does.", + "isModifier": false, + "short": "Human-friendly description of the process", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.description", + "isSummary": false + }, + { + "path": "ExampleScenario.process.preConditions", + "min": 0, + "definition": "Description of the initial state of the actors, environment and data before the process starts.", + "isModifier": false, + "short": "Status before process starts", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.preConditions", + "isSummary": false + }, + { + "path": "ExampleScenario.process.postConditions", + "min": 0, + "definition": "Description of the final state of the actors, environment and data after the process has been successfully completed.", + "isModifier": false, + "short": "Status after successful completion", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.postConditions", + "comment": "Alternate steps might not result in all post conditions holding", + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-22", + "human": "Can have a process, a workflow, one or more operations or none of these, but cannot have a combination", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "(process.exists() implies workflow.empty() and operation.empty()) and (workflow.exists() implies operation.empty())" + }, + { + "key": "exs-13", + "human": "Alternative titles must be unique within a step", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "alternative.title.count() = alternative.title.distinct().count()" + } + ], + "path": "ExampleScenario.process.step", + "min": 0, + "definition": "A significant action that occurs as part of the process.", + "isModifier": false, + "short": "Event within of the process", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.process.step", + "condition": ["exs-5"], + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.number", + "min": 0, + "definition": "The sequential number of the step, e.g. 1.2.5.", + "isModifier": false, + "short": "Sequential number of the step", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.number", + "comment": "If step numbers are simultaneous, they will be the same. Numbers don't have to be numeric. E.g. '2c)' is a valid step number", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.process", + "min": 0, + "definition": "Indicates that the step is a complex sub-process with its own steps.", + "isModifier": false, + "short": "Step is nested process", + "contentReference": "#ExampleScenario.process", + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.process", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.workflow", + "min": 0, + "definition": "Indicates that the step is defined by a seaparate scenario instance.", + "isModifier": false, + "short": "Step is nested workflow", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ExampleScenario" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.workflow", + "condition": ["exs-22"], + "isSummary": false + }, + { + "constraint": [ + { + "key": "exs-17", + "human": "If specified, initiator must be a key of an actor within the ExampleScenario", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "initiator.exists() implies initiator = 'OTHER' or %resource.actor.where(key=%context.initiator).exists()" + }, + { + "key": "exs-18", + "human": "If specified, receiver must be a key of an actor within the ExampleScenario", + "source": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", + "severity": "error", + "expression": "receiver.exists() implies receiver = 'OTHER' or %resource.actor.where(key=%context.receiver).exists()" + } + ], + "path": "ExampleScenario.process.step.operation", + "min": 0, + "definition": "The step represents a single operation invoked on receiver by sender.", + "isModifier": false, + "short": "Step is simple action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation", + "condition": ["exs-19", "exs-22"], + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.type", + "min": 0, + "definition": "The standardized type of action (FHIR or otherwise).", + "isModifier": false, + "short": "Kind of action", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes" + }, + "max": "1", + "id": "ExampleScenario.process.step.operation.type", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.title", + "min": 1, + "definition": "A short descriptive label the step to be used in tables or diagrams.", + "isModifier": false, + "short": "Label for step", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.title", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.initiator", + "min": 0, + "definition": "The system that invokes the action/transmits the data.", + "isModifier": false, + "short": "Who starts the operation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.initiator", + "condition": ["exs-17", "exs-19"], + "comment": "This must either be the 'key' of one of the actors defined in this scenario or the special keyword 'OTHER' if the initiator is not one of the actors defined for the scenario. (Multiple references to 'OTHER' don't necessarily indicate the same actor.)", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.receiver", + "min": 0, + "definition": "The system on which the action is invoked/receives the data.", + "isModifier": false, + "short": "Who receives the operation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.receiver", + "condition": ["exs-18", "exs-19"], + "comment": "This must either be the 'key' of one of the actors defined in this scenario or the special keyword 'OTHER' if the receiver is not one of the actors defined for the scenario. (Multiple references to 'OTHER' don't necessarily indicate the same actor.) In some cases, receiver could be same as sender if representing a local operation", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.description", + "min": 0, + "definition": "An explanation of what the operation represents and what it does.", + "isModifier": false, + "short": "Human-friendly description of the operation", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.step.operation.description", + "comment": "This should contain information not already present in the process step. It's more of a description of what the operation in general does - if not already evident from the operation.type", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.initiatorActive", + "requirements": "The notion of 'activation' in a flow diagram is used to indicate 'who has responsibility/is still doing work'.", + "min": 0, + "definition": "If false, the initiator is deactivated right after the operation.", + "isModifier": false, + "short": "Initiator stays active?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.initiatorActive", + "comment": "De-activation of an actor means they have no further role until such time as they are the recipient of an operation.", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.receiverActive", + "requirements": "The notion of 'activation' in a flow diagram is used to indicate 'who has responsibility/is still doing work'.", + "min": 0, + "definition": "If false, the receiver is deactivated right after the operation.", + "isModifier": false, + "short": "Receiver stays active?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.receiverActive", + "comment": "De-activation of an actor means they have no further role until such time as they are the recipient of an operation.", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.request", + "min": 0, + "definition": "A reference to the instance that is transmitted from requester to receiver as part of the invocation of the operation.", + "isModifier": false, + "short": "Instance transmitted on invocation", + "contentReference": "#ExampleScenario.instance.containedInstance", + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.request", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.operation.response", + "min": 0, + "definition": "A reference to the instance that is transmitted from receiver to requester as part of the operation's synchronous response (if any).", + "isModifier": false, + "short": "Instance transmitted on invocation response", + "contentReference": "#ExampleScenario.instance.containedInstance", + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.operation.response", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.alternative", + "min": 0, + "definition": "Indicates an alternative step that can be taken instead of the sub-process, scenario or operation. E.g. to represent non-happy-path/exceptional/atypical circumstances.", + "isModifier": false, + "short": "Alternate non-typical step action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.process.step.alternative", + "condition": ["exs-13"], + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.alternative.title", + "min": 1, + "definition": "The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked.", + "isModifier": false, + "short": "Label for alternative", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.step.alternative.title", + "condition": ["exs-13"], + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.alternative.description", + "min": 0, + "definition": "A human-readable description of the alternative explaining when the alternative should occur rather than the base step.", + "isModifier": false, + "short": "Human-readable description of option", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ExampleScenario.process.step.alternative.description", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.alternative.step", + "min": 0, + "definition": "Indicates the operation, sub-process or scenario that happens if the alternative option is selected.", + "isModifier": false, + "short": "Alternative action(s)", + "contentReference": "#ExampleScenario.process.step", + "mustSupport": false, + "max": "*", + "id": "ExampleScenario.process.step.alternative.step", + "isSummary": false + }, + { + "path": "ExampleScenario.process.step.pause", + "min": 0, + "definition": "If true, indicates that, following this step, there is a pause in the flow and the subsequent step will occur at some later time (triggered by some event).", + "isModifier": false, + "short": "Pause in the flow?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExampleScenario.process.step.pause", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Library/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Library", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "Library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Library", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Library", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Library", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "Library", + "min": 0, + "definition": "The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.", + "isModifier": false, + "short": "Represents a library of quality improvement components", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Act[classCode=GROUPER;moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Library" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Library", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Library.url", + "requirements": "Allows the library to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this library when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this library is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the library is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this library, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Library.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Library.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this library when it is represented in other formats, or referenced in a specification, model, design or an instance. e.g. CMS or NQF identifiers for a measure artifact. Note that at least one identifier is required for non-experimental active artifacts.", + "isModifier": false, + "short": "Additional identifier for the library", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Library.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this library outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Library.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the library when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the library author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "isModifier": false, + "short": "Business version of the library", + "mapping": [ + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Library.version", + "comment": "There may be different library instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the library with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Library.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Library.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "Library.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the library. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this library (computer friendly)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Library.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Library.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the library.", + "isModifier": false, + "short": "Name for this library (human friendly)", + "mapping": [{ "map": ".title", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Library.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the library giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the library", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.subtitle", + "isSummary": false + }, + { + "path": "Library.status", + "min": 1, + "definition": "The status of this library. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Library.status", + "comment": "Allows filtering of libraries that are appropriate for use vs. not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Library.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level library.", + "min": 0, + "definition": "A Boolean value to indicate that this library is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Library.experimental", + "comment": "Allows filtering of librarys that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Library.type", + "min": 1, + "definition": "Identifies the type of library such as a Logic Library, Model Definition, Asset Collection, or Module Definition.", + "isModifier": false, + "short": "logic-library | model-definition | asset-collection | module-definition", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/library-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LibraryType" + } + ], + "description": "The type of knowledge asset this library contains." + }, + "max": "1", + "id": "Library.type", + "isSummary": true + }, + { + "path": "Library.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the contents of the library.", + "isModifier": false, + "short": "Type of individual the library content is focused on", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a library (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "Library.subject[x]", + "isSummary": false + }, + { + "path": "Library.date", + "min": 0, + "definition": "The date (and optionally time) when the library was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the library changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Library.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the library. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Library.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the library. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the library.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the library is the organization or individual primarily responsible for the maintenance and upkeep of the library. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the library. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Library.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Library.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Library.description", + "min": 0, + "definition": "A free text natural language description of the library from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the library", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the library as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the library is presumed to be the predominant language in the place the library was created).", + "isSummary": true + }, + { + "path": "Library.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate library instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "Library.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Library.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the library is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for library (if applicable)", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Library.jurisdiction", + "comment": "It may be possible for the library to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "Library.purpose", + "min": 0, + "definition": "Explanation of why this library is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this library is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.purpose", + "comment": "This element does not describe the usage of the library. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this library.", + "isSummary": false + }, + { + "path": "Library.usage", + "min": 0, + "definition": "A detailed description of how the library is used from a clinical perspective.", + "isModifier": false, + "short": "Describes the clinical usage of the library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.usage", + "isSummary": false + }, + { + "path": "Library.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the library and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the library and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the library.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Library.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "Library.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Library.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Library.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the library was approved by publisher", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Library.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Library.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the library was last reviewed by the publisher", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Library.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Library.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the library are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the library content was or is planned to be in active use.", + "isModifier": false, + "short": "When the library is expected to be used", + "mapping": [ + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Library.effectivePeriod", + "comment": "The effective period for a library determines when the content is applicable for usage and is independent of publication and review dates. For example, a library intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Library.topic", + "requirements": "Repositories must be able to determine how to categorize the library so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the library. Topics provide a high-level categorization of the library that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "Library.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "Library.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Library.author", + "isSummary": false + }, + { + "path": "Library.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Library.editor", + "isSummary": false + }, + { + "path": "Library.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Library.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Library.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Library.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Library.relatedArtifact", + "requirements": "Libraries must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "Library.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "Library.parameter", + "min": 0, + "definition": "The parameter element defines parameters used by the library.", + "isModifier": false, + "short": "Parameters defined by the library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "ParameterDefinition" }], + "mustSupport": false, + "max": "*", + "id": "Library.parameter", + "isSummary": false + }, + { + "path": "Library.dataRequirement", + "min": 0, + "definition": "Describes a set of data that must be provided in order to be able to successfully perform the computations defined by the library.", + "isModifier": false, + "short": "What data is referenced by this library", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "*", + "id": "Library.dataRequirement", + "isSummary": false + }, + { + "path": "Library.content", + "min": 0, + "definition": "The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content.", + "isModifier": false, + "short": "Contents of the library, either embedded or referenced", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "Library.content", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of food or fluid that is being consumed by a patient. A NutritionIntake may indicate that the patient may be consuming the food or fluid now or has consumed the food or fluid in the past. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay or through an app that tracks food or fluids consumed. The consumption information may come from sources such as the patient's memory, from a nutrition label, or from a clinician documenting observed intake.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NutritionIntake/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NutritionIntake", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "NutritionIntake", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "NutritionIntake", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionIntake", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionIntake", + "differential": { + "element": [ + { + "path": "NutritionIntake", + "min": 0, + "definition": "A record of food or fluid that is being consumed by a patient. A NutritionIntake may indicate that the patient may be consuming the food or fluid now or has consumed the food or fluid in the past. The source of this information can be the patient, significant other (such as a family member or spouse), or a clinician. A common scenario where this information is captured is during the history taking process during a patient visit or stay or through an app that tracks food or fluids consumed. The consumption information may come from sources such as the patient's memory, from a nutrition label, or from a clinician documenting observed intake.", + "isModifier": false, + "short": "Record of food or fluid being taken by a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.careprovision", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake" + }, + { + "path": "NutritionIntake.identifier", + "min": 0, + "definition": "Identifiers associated with this Nutrition Intake that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": true + }, + { + "path": "NutritionIntake.instantiatesCanonical", + "min": 0, + "definition": "Instantiates FHIR protocol or definition.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "type": [ + { + "code": "canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-pattern", + "valueCanonical": "http://hl7.org/fhir/StructureDefinition/Definition" + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition", + "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Requirements", + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic", + "http://hl7.org/fhir/StructureDefinition/TestPlan", + "http://hl7.org/fhir/StructureDefinition/TestScript" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.instantiatesCanonical", + "isSummary": false + }, + { + "path": "NutritionIntake.instantiatesUri", + "min": 0, + "definition": "Instantiates external protocol or definition.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.instantiatesUri", + "isSummary": false + }, + { + "path": "NutritionIntake.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event.", + "isModifier": false, + "short": "Fulfils plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.basedOn", + "isSummary": true + }, + { + "path": "NutritionIntake.partOf", + "requirements": "This should not be used when indicating which resource a NutritionIntake has been derived from. If that is the use case, then NutritionIntake.derivedFrom should be used.", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionIntake", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.partOf", + "isSummary": true + }, + { + "path": "NutritionIntake.status", + "min": 1, + "definition": "A code representing the patient or other source's judgment about the state of the intake that this assertion is about. Generally, this will be active or completed.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionIntakeStatus" + } + ], + "description": "A coded concept indicating the current status of a NutritionIntake." + }, + "max": "1", + "id": "NutritionIntake.status", + "comment": "NutritionIntake is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for NutritionIntake.status contains codes that assert the status of the consumption of the food or fluid by the patient (for example, stopped or on hold) as well as codes that assert the status of the Nutrition Intake itself (for example, entered in error).\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "NutritionIntake.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the NutritionIntake.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionIntakeStatusReason" + } + ], + "description": "A coded concept indicating the reason for the status of the statement." + }, + "max": "*", + "id": "NutritionIntake.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-taken\", \"on-hold\", \"cancelled\" or \"entered-in-error\". The reason for performing the event at all is captured in reasonCode, not here.", + "isSummary": false + }, + { + "path": "NutritionIntake.code", + "min": 0, + "definition": "Overall type of nutrition intake.", + "isModifier": false, + "short": "Code representing an overall type of nutrition intake", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionIntakeCategory" + } + ], + "description": "A coded concept identifying an overall type of diet or nutrition that is represented by this intake. See consumedItem for more details." + }, + "max": "1", + "id": "NutritionIntake.code", + "isSummary": true + }, + { + "path": "NutritionIntake.subject", + "min": 1, + "definition": "The person, animal or group who is/was consuming the food or fluid.", + "isModifier": false, + "short": "Who is/was consuming the food or fluid", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.subject", + "isSummary": true + }, + { + "path": "NutritionIntake.encounter", + "min": 0, + "definition": "The encounter that establishes the context for this NutritionIntake.", + "isModifier": false, + "short": "Encounter associated with NutritionIntake", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.encounter", + "isSummary": true + }, + { + "path": "NutritionIntake.occurrence[x]", + "min": 0, + "definition": "The interval of time during which it is being asserted that the patient is/was consuming the food or fluid.", + "isModifier": false, + "short": "The date/time or interval when the food or fluid is/was consumed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.occurrence[x]", + "comment": "This attribute reflects the period over which the patient consumed the food fluid and is expected to be populated on the majority of NutritionIntake. If the food or fluid is still being taken and is expected to continue indefinitely at the time the usage is recorded, the \"end\" date will be omitted. If the end date is known, then it is included as the \"end date\". The date/time attribute supports a variety of dates - year, year/month and exact date. If something more than this is required, this should be conveyed as text.", + "isSummary": true + }, + { + "path": "NutritionIntake.recorded", + "min": 0, + "definition": "The date when the Nutrition Intake was asserted by the information source.", + "isModifier": false, + "short": "When the intake was recorded", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.recorded", + "isSummary": true + }, + { + "path": "NutritionIntake.reported[x]", + "min": 0, + "definition": "The person or organization that provided the information about the consumption of this food or fluid. Note: Use derivedFrom when a NutritionIntake is derived from other resources.", + "isModifier": false, + "short": "Person or organization that provided the information about the consumption of this food or fluid", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { "code": "boolean" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.reported[x]", + "isSummary": false + }, + { + "path": "NutritionIntake.consumedItem", + "min": 1, + "definition": "What food or fluid product or item was consumed.", + "isModifier": false, + "short": "What food or fluid product or item was consumed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.consumedItem", + "isSummary": false + }, + { + "path": "NutritionIntake.consumedItem.type", + "min": 1, + "definition": "Indicates what a category of item that was consumed: e.g., food, fluid, enteral, etc.", + "isModifier": false, + "short": "The type of food or fluid product", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/edible-substance-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FoodType" + } + ], + "description": "Types of food." + }, + "max": "1", + "id": "NutritionIntake.consumedItem.type", + "isSummary": true + }, + { + "path": "NutritionIntake.consumedItem.nutritionProduct", + "min": 1, + "definition": "Identifies the food or fluid product that was consumed. This is potentially a link to a resource representing the details of the food product (TBD) or a simple attribute carrying a code that identifies the food from a known list of foods.", + "isModifier": false, + "short": "Code that identifies the food or fluid product that was consumed", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FoodProduct" + } + ], + "description": "Specific food that can be consumed by a patient." + }, + "max": "1", + "id": "NutritionIntake.consumedItem.nutritionProduct", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of a new nutritionProduct resource is recommended.", + "isSummary": true + }, + { + "path": "NutritionIntake.consumedItem.schedule", + "min": 0, + "definition": "Scheduled frequency of consumption.", + "isModifier": false, + "short": "Scheduled frequency of consumption", + "type": [{ "code": "Timing" }], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.consumedItem.schedule", + "isSummary": false + }, + { + "path": "NutritionIntake.consumedItem.amount", + "min": 0, + "definition": "Quantity of the specified food.", + "isModifier": false, + "short": "Quantity of the specified food", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.consumedItem.amount", + "isSummary": true + }, + { + "path": "NutritionIntake.consumedItem.rate", + "min": 0, + "definition": "Rate at which enteral feeding was administered.", + "isModifier": false, + "short": "Rate at which enteral feeding was administered", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.consumedItem.rate", + "isSummary": true + }, + { + "path": "NutritionIntake.consumedItem.notConsumed", + "min": 0, + "definition": "Indicator when a patient is in a setting where it is helpful to know if food was not consumed, such as it was refused, held (as in tube feedings), or otherwise not provided. If a consumption is being recorded from an app, such as MyFitnessPal, this indicator will likely not be used.", + "isModifier": false, + "short": "Flag to indicate if the food or fluid item was refused or otherwise not consumed", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.consumedItem.notConsumed", + "isSummary": false + }, + { + "path": "NutritionIntake.consumedItem.notConsumedReason", + "min": 0, + "definition": "Document the reason the food or fluid was not consumed, such as refused, held, etc.", + "isModifier": false, + "short": "Reason food or fluid was not consumed", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/not-consumed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NotConsumedReason" + } + ], + "description": "Reasons for why something was not consumed." + }, + "max": "1", + "id": "NutritionIntake.consumedItem.notConsumedReason", + "isSummary": false + }, + { + "path": "NutritionIntake.ingredientLabel", + "min": 0, + "definition": "Total nutrient amounts for the whole meal, product, serving, etc.", + "isModifier": false, + "short": "Total nutrient for the whole meal, product, serving", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.ingredientLabel", + "comment": "Individual item nutrients are not currently included in the resource and will likely end up as a reference in nutritionProduct to represent the individual items.", + "isSummary": false + }, + { + "path": "NutritionIntake.ingredientLabel.nutrient", + "min": 1, + "definition": "Total nutrient consumed. This could be a macronutrient (protein, fat, carbohydrate), or a vitamin and mineral.", + "isModifier": false, + "short": "Total nutrient consumed", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutrientType" + } + ], + "description": "Types of nutrients that can be found in a nutrition product." + }, + "max": "1", + "id": "NutritionIntake.ingredientLabel.nutrient", + "isSummary": false + }, + { + "path": "NutritionIntake.ingredientLabel.amount", + "min": 1, + "definition": "Total amount of nutrient consumed.", + "isModifier": false, + "short": "Total amount of nutrient consumed", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.ingredientLabel.amount", + "isSummary": false + }, + { + "path": "NutritionIntake.performer", + "min": 0, + "definition": "Who performed the intake and how they were involved.", + "isModifier": false, + "short": "Who was performed in the intake", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.performer", + "isSummary": false + }, + { + "path": "NutritionIntake.performer.function", + "min": 0, + "definition": "Type of performer.", + "isModifier": false, + "short": "Type of performer", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionPerformerType" + } + ], + "description": "Type of performance." + }, + "max": "1", + "id": "NutritionIntake.performer.function", + "isSummary": false + }, + { + "path": "NutritionIntake.performer.actor", + "min": 1, + "definition": "Who performed the intake.", + "isModifier": false, + "short": "Who performed the intake", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.performer.actor", + "isSummary": false + }, + { + "path": "NutritionIntake.location", + "min": 0, + "definition": "Where the intake occurred.", + "isModifier": false, + "short": "Where the intake occurred", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionIntake.location", + "isSummary": false + }, + { + "path": "NutritionIntake.derivedFrom", + "min": 0, + "definition": "Allows linking the NutritionIntake to the underlying NutritionOrder, or to other information, such as AllergyIntolerance, that supports or is used to derive the NutritionIntake.", + "isModifier": false, + "short": "Additional supporting information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.derivedFrom", + "comment": "Likely references would be to AllergyIntolerance, Observation or QuestionnaireAnswers.", + "isSummary": false + }, + { + "path": "NutritionIntake.reason", + "min": 0, + "definition": "A reason, Condition or observation for why the food or fluid is /was consumed.", + "isModifier": false, + "short": "Reason for why the food or fluid is /was consumed", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IntakeReason" + } + ], + "description": "Reason for why something was ingested." + }, + "max": "*", + "id": "NutritionIntake.reason", + "isSummary": false + }, + { + "path": "NutritionIntake.note", + "min": 0, + "definition": "Provides extra information about the Nutrition Intake that is not conveyed by the other attributes.", + "isModifier": false, + "short": "Further information about the consumption", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "NutritionIntake.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationRecommendation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ImmunizationRecommendation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "ImmunizationRecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationRecommendation", + "differential": { + "element": [ + { + "path": "ImmunizationRecommendation", + "min": 0, + "definition": "A patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.", + "isModifier": false, + "short": "Guidance or advice relating to an immunization", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "VXU_V04", "identity": "v2" }, + { + "map": "SubstanceAdministration[moodCode=RMD]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation" + }, + { + "path": "ImmunizationRecommendation.identifier", + "min": 0, + "definition": "A unique identifier assigned to this particular recommendation record.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation.identifier", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.patient", + "min": 1, + "definition": "The patient the recommendation(s) are for.", + "isModifier": false, + "short": "Who this profile is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".partipication[typeCode=SUBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.patient", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.date", + "min": 1, + "definition": "The date the immunization recommendation(s) were created.", + "isModifier": false, + "short": "Date recommendation(s) created", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "OBX-15", "identity": "v2" }, + { + "map": ".partipication[typeCode=AUTH].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.date", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.authority", + "min": 0, + "definition": "Indicates the authority who published the protocol (e.g. ACIP).", + "isModifier": false, + "short": "Who is responsible for protocol", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59779-9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.authority", + "isSummary": false + }, + { + "constraint": [ + { + "key": "imr-1", + "human": "One of vaccineCode or targetDisease SHALL be present", + "source": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "severity": "error", + "expression": "vaccineCode.exists() or targetDisease.exists()" + } + ], + "path": "ImmunizationRecommendation.recommendation", + "min": 1, + "definition": "Vaccine administration recommendations.", + "isModifier": false, + "short": "Vaccine administration recommendations", + "mapping": [ + { + "map": ".outboundRelationship[typeCode='COMP'].target[classCode=SBADM, moodCode=RMD]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation.recommendation", + "comment": "A given instance of the .recommendation backbone element should correspond to a single recommended administration.", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.vaccineCode", + "min": 0, + "definition": "Vaccine(s) or vaccine group that pertain to the recommendation.", + "isModifier": false, + "short": "Vaccine or vaccine group recommendation applies to", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + }, + { + "map": ".partipication[typeCode=CSM].role[classCode=ADMM].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "The type of vaccine administered." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.vaccineCode", + "condition": ["imr-1"], + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.targetDisease", + "min": 0, + "definition": "The targeted disease for the recommendation.", + "isModifier": false, + "short": "Disease to be immunized against", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + }, + { + "map": ".partipication[typeCode=CSM].role[classCode=ADMM].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TargetDisease" + } + ], + "description": "The disease that the recommended vaccination targets." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.targetDisease", + "condition": ["imr-1"], + "comment": "A given instance of the .recommendation backbone element should correspond to a single recommended administration but sometimes that administration (e.g. MMR) will encompass multiple diseases, thus the targetDisease element is allowed to repeat.", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode", + "min": 0, + "definition": "Vaccine(s) which should not be used to fulfill the recommendation.", + "isModifier": false, + "short": "Vaccine which is contraindicated to fulfill the recommendation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "The type of vaccine administered." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.contraindicatedVaccineCode", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.forecastStatus", + "min": 1, + "definition": "Indicates the patient status with respect to the path to immunity for the target disease.", + "isModifier": true, + "short": "Vaccine recommendation status", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59783-1", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ] .source[classCode=OBS, moodCode=EVN, code=\"Immunization Forecast Status\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationStatus" + } + ], + "description": "The patient's status with respect to a vaccination protocol." + }, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.forecastStatus", + "isModifierReason": "This element is labeled as a modifier because the forecastStatus indicates whether a patient needs additional doses (due, overdue, etc.) or not (contraindicated, complete, etc.).", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.forecastReason", + "min": 0, + "definition": "The reason for the assigned forecast status.", + "isModifier": false, + "short": "Vaccine administration status reason", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30982-3", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationReason" + } + ], + "description": "The reason for the patient's status with respect to a vaccination protocol." + }, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.forecastReason", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.dateCriterion", + "min": 0, + "definition": "Vaccine date recommendations. For example, earliest date to administer, latest date to administer, etc.", + "isModifier": false, + "short": "Dates governing proposed immunization", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": "OBX-3: 30980-7 = Next dose recommended, 59777-3 = Latest next dose should be given, 59778-1 = Dose is overdue", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode='LIMIT'].target[classCode=OBS, moodCode=EVN, isCriterionInd=true]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.dateCriterion", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.dateCriterion.code", + "min": 1, + "definition": "Date classification of recommendation. For example, earliest date to give, latest date to give, etc.", + "isModifier": false, + "short": "Type of date", + "mapping": [ + { "map": "OBX-3", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRecommendationDateCriterion" + } + ], + "description": "Classifies date criterion with respect to conveying information about a patient's vaccination status (e.g. due date, latest to give date, etc.)." + }, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.dateCriterion.code", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.dateCriterion.value", + "min": 1, + "definition": "The date whose meaning is specified by dateCriterion.code.", + "isModifier": false, + "short": "Recommended date", + "mapping": [ + { "map": "OBX-5", "identity": "v2" }, + { "map": ".value", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.dateCriterion.value", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.description", + "min": 0, + "definition": "Contains the description about the protocol under which the vaccine was administered.", + "isModifier": false, + "short": "Protocol details", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30956-7", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.description", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.series", + "min": 0, + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority.", + "isModifier": false, + "short": "Name of vaccination series", + "mapping": [ + { "map": "RXA-5-administered code", "identity": "v2" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.series", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.doseNumber", + "min": 0, + "definition": "Nominal position of the recommended dose in a series as determined by the evaluation and forecasting process (e.g. dose 2 is the next recommended dose).", + "isModifier": false, + "short": "Recommended dose number within series", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 30973-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP, .source[classCode=SBADM, moodCode=INT]].sequenceNumber", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.doseNumber", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).", + "isSummary": true + }, + { + "path": "ImmunizationRecommendation.recommendation.seriesDoses", + "min": 0, + "definition": "The recommended number of doses to achieve immunity as determined by the evaluation and forecasting process.", + "isModifier": false, + "short": "Recommended number of doses for immunity", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 59782-3", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP, .source[classCode=SBADM, moodCode=DEF]].sequenceNumber", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationRecommendation.recommendation.seriesDoses", + "comment": "The use of an integer is preferred if known.", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.supportingImmunization", + "min": 0, + "definition": "Immunization event history and/or evaluation that supports the status and recommendation.", + "isModifier": false, + "short": "Past immunizations supporting recommendation", + "mapping": [ + { + "map": "? No clear way to associate in HL7 V2 or IG", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=SBADM, moodCode=EVN, code=\"immunization\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.supportingImmunization", + "isSummary": false + }, + { + "path": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "min": 0, + "definition": "Patient Information that supports the status and recommendation. This includes patient observations, adverse reactions and allergy/intolerance information.", + "isModifier": false, + "short": "Patient observations supporting recommendation", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { + "map": "OBX If OBX is associated with ( RXA : RXA-5-administered code = '998^No vaccine administered^CVX'), could contain the reason the vaccine was not administered", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImmunizationRecommendation.recommendation.supportingPatientInformation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Demographics and administrative information about a person independent of a specific health-related context.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Person/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track persons potentially across multiple roles.", + "name": "Person", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Person", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Person", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Person", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Person", + "differential": { + "element": [ + { + "path": "Person", + "min": 0, + "definition": "Demographics and administrative information about a person independent of a specific health-related context.", + "isModifier": false, + "short": "A generic person record", + "mapping": [ + { "map": "administrative.entity", "identity": "w5" }, + { + "map": "Person(classCode=\"PSN\" and determinerCode=\"INST\" and quantity=\"1\")", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Person", + "comment": "The Person resource does justice to person registries that keep track of persons regardless of their role. The Person resource is also a primary resource to point to for people acting in a particular role such as SubjectofCare, Practitioner, and Agent. Very few attributes are specific to any role and so Person is kept lean. Most attributes are expected to be tied to the role the Person plays rather than the Person himself. Examples of that are Guardian (SubjectofCare), ContactParty (SubjectOfCare, Practitioner), and multipleBirthInd (SubjectofCare)." + }, + { + "path": "Person.identifier", + "requirements": "People are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the person. Examples are national person identifier and local identifier.", + "min": 0, + "definition": "Identifier for a person within a particular scope.", + "isModifier": false, + "short": "A human identifier for this person", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".plays:Role(classCode='IDENT').id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Person.identifier", + "isSummary": true + }, + { + "path": "Person.active", + "requirements": "Need to be able to mark a person record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this person's record is in active use.", + "isModifier": true, + "short": "This person's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Person.active", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Person.name", + "requirements": "Need to be able to track the person by multiple names. Examples are your official name and a partner name.", + "min": 0, + "definition": "A name associated with the person.", + "isModifier": false, + "short": "A name associated with the person", + "mapping": [ + { "map": "PID-5, PID-9", "identity": "v2" }, + { "map": "./name", "identity": "rim" } + ], + "type": [{ "code": "HumanName" }], + "mustSupport": false, + "max": "*", + "id": "Person.name", + "comment": "Person may have multiple names with different uses or applicable periods.", + "isSummary": true + }, + { + "path": "Person.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "isModifier": false, + "short": "A contact detail for the person", + "mapping": [ + { "map": "PID-13, PID-14", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Person.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification.", + "isSummary": true + }, + { + "path": "Person.gender", + "requirements": "Needed for identification of the person, in combination with (at least) name and birth date. Gender of person drives many clinical processes.", + "min": 0, + "definition": "Administrative Gender.", + "isModifier": false, + "short": "male | female | other | unknown", + "mapping": [ + { "map": "PID-8", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Person.gender", + "comment": "The gender might not match the biological sex as determined by genetics, or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than M and F, though a clear majority of systems and contexts only support M and F.", + "isSummary": true + }, + { + "path": "Person.birthDate", + "requirements": "Age of person drives many clinical processes, and is often used in performing identification of the person. Times are not included so as to not confuse things with potential timezone issues.", + "min": 0, + "definition": "The birth date for the person.", + "isModifier": false, + "short": "The date on which the person was born", + "mapping": [ + { "map": "PID-7", "identity": "v2" }, + { "map": "./birthTime", "identity": "rim" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Person.birthDate", + "comment": "At least an estimated year should be provided as a guess if the real DOB is unknown.", + "isSummary": true + }, + { + "path": "Person.deceased[x]", + "min": 0, + "definition": "Indicates if the individual is deceased or not.", + "isModifier": false, + "short": "Indicates if the individual is deceased or not", + "mapping": [ + { + "map": "PID-30 (bool) and PID-29 (datetime)", + "identity": "v2" + }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Person.deceased[x]", + "comment": "If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", + "isSummary": true + }, + { + "path": "Person.address", + "requirements": "May need to keep track of person's addresses for contacting, billing or reporting requirements and also to help with identification.", + "min": 0, + "definition": "One or more addresses for the person.", + "isModifier": false, + "short": "One or more addresses for the person", + "mapping": [ + { "map": "PID-11", "identity": "v2" }, + { "map": "./addr", "identity": "rim" } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "*", + "id": "Person.address", + "comment": "Person may have multiple addresses with different uses or applicable periods.", + "isSummary": true + }, + { + "path": "Person.maritalStatus", + "min": 0, + "definition": "This field contains a person's most recent marital (civil) status.", + "isModifier": false, + "short": "Marital (civil) status of a person", + "mapping": [ + { "map": "PID-16", "identity": "v2" }, + { + "map": "player[classCode=PSN]/maritalStatusCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MaritalStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The domestic partnership status of a person." + }, + "max": "1", + "id": "Person.maritalStatus", + "comment": "Many countries maintain a register of births, deaths and marriages, and this would simplify that interaction", + "isSummary": false + }, + { + "path": "Person.photo", + "min": 0, + "definition": "An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.", + "isModifier": false, + "short": "Image of the person", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc", + "identity": "rim" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "Person.photo", + "isSummary": false + }, + { + "path": "Person.communication", + "requirements": "If a person does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for person and other persons of interest.", + "min": 0, + "definition": "A language which may be used to communicate with the person about his or her health.", + "isModifier": false, + "short": "A language which may be used to communicate with the person about his or her health", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Person.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Person.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.\n\nNote that this property should not be used to update any linked/logically linked practitioner resources as it serves as a language that can be used to communicate with patients - however it may be used to inform the value on practitioner, along with their role at the organization (with the practitioner's permission)", + "isSummary": false + }, + { + "path": "Person.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English.", + "isModifier": false, + "short": "The language which can be used to communicate with the person about his or her health", + "mapping": [ + { "map": "PID-15, LAN-2", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "Person.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", + "isSummary": false + }, + { + "path": "Person.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the person prefers this language (over other languages he masters up a certain level).", + "isModifier": false, + "short": "Language preference indicator", + "mapping": [ + { "map": "PID-15", "identity": "v2" }, + { "map": "preferenceInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Person.communication.preferred", + "comment": "This language is specifically identified for communicating healthcare information.", + "isSummary": false + }, + { + "path": "Person.managingOrganization", + "requirements": "Need to know who recognizes this person record, manages and updates it.", + "min": 0, + "definition": "The organization that is the custodian of the person record.", + "isModifier": false, + "short": "The organization that is the custodian of the person record", + "mapping": [{ "map": "scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Person.managingOrganization", + "isSummary": true + }, + { + "path": "Person.link", + "min": 0, + "definition": "Link to a resource that concerns the same actual person.", + "isModifier": false, + "short": "Link to a resource that concerns the same actual person", + "mapping": [{ "map": "outboundLink", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Person.link", + "isSummary": false + }, + { + "path": "Person.link.target", + "min": 1, + "definition": "The resource to which this actual person is associated.", + "isModifier": false, + "short": "The resource to which this actual person is associated", + "mapping": [{ "map": "id", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Person" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Person.link.target", + "isSummary": false + }, + { + "path": "Person.link.assurance", + "min": 0, + "definition": "Level of assurance that this link is associated with the target resource.", + "isModifier": false, + "short": "level1 | level2 | level3 | level4", + "mapping": [ + { "map": "priorityNumber?", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentityAssuranceLevel" + } + ], + "description": "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels." + }, + "max": "1", + "id": "Person.link.assurance", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Representation of a molecular sequence.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MolecularSequence/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MolecularSequence", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MolecularSequence", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "MolecularSequence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MolecularSequence", + "differential": { + "element": [ + { + "path": "MolecularSequence", + "min": 0, + "definition": "Representation of a molecular sequence.", + "isModifier": false, + "short": "Representation of a molecular sequence", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence" + }, + { + "path": "MolecularSequence.identifier", + "requirements": "Allows sequences to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier for this particular sequence instance.", + "isModifier": false, + "short": "Unique ID for this particular sequence", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence.identifier", + "isSummary": true + }, + { + "path": "MolecularSequence.type", + "min": 0, + "definition": "Amino Acid Sequence/ DNA Sequence / RNA Sequence.", + "isModifier": false, + "short": "aa | dna | rna", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/sequence-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sequenceType" + } + ], + "description": "Type if a sequence -- DNA, RNA, or amino acid sequence." + }, + "max": "1", + "id": "MolecularSequence.type", + "isSummary": true + }, + { + "path": "MolecularSequence.subject", + "min": 0, + "definition": "Indicates the subject this sequence is associated too.", + "isModifier": false, + "short": "Subject this sequence is associated too", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.subject", + "isSummary": true + }, + { + "path": "MolecularSequence.focus", + "min": 0, + "definition": "The actual focus of a molecular sequence when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the subject would be the child (proband) and the focus would be the parent.", + "isModifier": false, + "short": "What the molecular sequence is about, when it is not about the subject of record", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence.focus", + "isSummary": true + }, + { + "path": "MolecularSequence.specimen", + "min": 0, + "definition": "Specimen used for sequencing.", + "isModifier": false, + "short": "Specimen used for sequencing", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.specimen", + "isSummary": true + }, + { + "path": "MolecularSequence.device", + "min": 0, + "definition": "The method for sequencing, for example, chip information.", + "isModifier": false, + "short": "The method for sequencing", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.device", + "isSummary": true + }, + { + "path": "MolecularSequence.performer", + "min": 0, + "definition": "The organization or lab that should be responsible for this result.", + "isModifier": false, + "short": "Who should be responsible for test result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.performer", + "isSummary": true + }, + { + "path": "MolecularSequence.literal", + "min": 0, + "definition": "Sequence that was observed.", + "isModifier": false, + "short": "Sequence that was observed", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.literal", + "isSummary": true + }, + { + "path": "MolecularSequence.formatted", + "min": 0, + "definition": "Sequence that was observed as file content. Can be an actual file contents, or referenced by a URL to an external system.", + "isModifier": false, + "short": "Embedded file or a link (URL) which contains content to represent the sequence", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence.formatted", + "isSummary": true + }, + { + "path": "MolecularSequence.relative", + "min": 0, + "definition": "A sequence defined relative to another sequence.", + "isModifier": false, + "short": "A sequence defined relative to another sequence", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence.relative", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.coordinateSystem", + "min": 1, + "definition": "These are different ways of identifying nucleotides or amino acids within a sequence. Different databases and file types may use different systems. For detail definitions, see https://loinc.org/92822-6/ for more detail.", + "isModifier": false, + "short": "Ways of identifying nucleotides or amino acids within a sequence", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/LL5323-2/", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LL5323-2" + } + ], + "description": "Genomic coordinate system." + }, + "max": "1", + "id": "MolecularSequence.relative.coordinateSystem", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.ordinalPosition", + "min": 0, + "definition": "Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together.", + "isModifier": false, + "short": "Indicates the order in which the sequence should be considered when putting multiple 'relative' elements together", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.ordinalPosition", + "isSummary": false + }, + { + "path": "MolecularSequence.relative.sequenceRange", + "min": 0, + "definition": "Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together.", + "isModifier": false, + "short": "Indicates the nucleotide range in the composed sequence when multiple 'relative' elements are used together", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.sequenceRange", + "isSummary": false + }, + { + "constraint": [ + { + "key": "msq-6", + "human": "Have and only have one of the following elements in startingSequence: 1. genomeAssembly; 2 sequence", + "source": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "severity": "error", + "expression": "genomeAssembly.exists() xor sequence.exists()" + }, + { + "key": "msq-5", + "human": "Both genomeAssembly and chromosome must be both contained if either one of them is contained", + "source": "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "severity": "error", + "expression": "chromosome.exists() = genomeAssembly.exists()" + } + ], + "path": "MolecularSequence.relative.startingSequence", + "min": 0, + "definition": "A sequence that is used as a starting sequence to describe variants that are present in a sequence analyzed.", + "isModifier": false, + "short": "A sequence used as starting sequence", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.startingSequence", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.genomeAssembly", + "min": 0, + "definition": "The genome assembly used for starting sequence, e.g. GRCh38.", + "isModifier": false, + "short": "The genome assembly used for starting sequence, e.g. GRCh38", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/LL1040-6/", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LL1040-6" + } + ], + "description": "Human reference sequence NCBI build ID." + }, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.genomeAssembly", + "condition": ["msq-6", "msq-5"], + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.chromosome", + "min": 0, + "definition": "Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication ([SO:0000340](http://www.sequenceontology.org/browser/current_svn/term/SO:0000340)).", + "isModifier": false, + "short": "Chromosome Identifier", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://loinc.org/LL2938-0/|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LL2938-0" + } + ], + "description": "The chromosome containing the sequence." + }, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.chromosome", + "condition": ["msq-5"], + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.sequence[x]", + "min": 0, + "definition": "The reference sequence that represents the starting sequence.", + "isModifier": false, + "short": "The reference sequence that represents the starting sequence", + "type": [ + { "code": "CodeableConcept" }, + { "code": "string" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Multiple bindings acceptable (NCBI or LRG)" + } + ], + "description": "Multiple bindings acceptable (NCBI or LRG)" + }, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.sequence[x]", + "condition": ["msq-6"], + "comment": "A starting sequence may be represented in one of three ways:\n 1. CodeableConcept, using NCBI, LRG or other appropriate code systems\n 1. a simple string of IUPAC codes\n 1. a reference to another MolecularSequence resource.", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.windowStart", + "min": 0, + "definition": "Start position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.", + "isModifier": false, + "short": "Start position of the window on the starting sequence", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.windowStart", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.windowEnd", + "min": 0, + "definition": "End position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.", + "isModifier": false, + "short": "End position of the window on the starting sequence", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.windowEnd", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.orientation", + "min": 0, + "definition": "A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the \"sense\" strand, and the opposite complementary strand is the \"antisense\" strand.", + "isModifier": false, + "short": "sense | antisense", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/orientation-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "orientationType" + } + ], + "description": "Type for orientation" + }, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.orientation", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.startingSequence.strand", + "min": 0, + "definition": "An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm.", + "isModifier": false, + "short": "watson | crick", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/strand-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "strandType" + } + ], + "description": "Type for strand" + }, + "max": "1", + "id": "MolecularSequence.relative.startingSequence.strand", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.edit", + "min": 0, + "definition": "Changes in sequence from the starting sequence.", + "isModifier": false, + "short": "Changes in sequence from the starting sequence", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MolecularSequence.relative.edit", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.edit.start", + "min": 0, + "definition": "Start position of the edit on the starting sequence. If the coordinate system is either 0-based or 1-based, then start position is inclusive.", + "isModifier": false, + "short": "Start position of the edit on the starting sequence", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.edit.start", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.edit.end", + "min": 0, + "definition": "End position of the edit on the starting sequence. If the coordinate system is 0-based then end is exclusive and does not include the last position. If the coordinate system is 1-base, then end is inclusive and includes the last position.", + "isModifier": false, + "short": "End position of the edit on the starting sequence", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.edit.end", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.edit.replacementSequence", + "min": 0, + "definition": "Allele that was observed. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the observed sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.", + "isModifier": false, + "short": "Allele that was observed", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.edit.replacementSequence", + "isSummary": true + }, + { + "path": "MolecularSequence.relative.edit.replacedSequence", + "min": 0, + "definition": "Allele in the starting sequence. Nucleotide(s)/amino acids from start position of sequence to stop position of sequence on the positive (+) strand of the starting sequence. When the sequence type is DNA, it should be the sequence on the positive (+) strand. This will lay in the range between variant.start and variant.end.", + "isModifier": false, + "short": "Allele in the starting sequence", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MolecularSequence.relative.edit.replacedSequence", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "MedicationStatement Adherence Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-adherence" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-statement-adherence/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationStatementAdherenceCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationStatement Adherence Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-statement-adherence", + "url": "http://hl7.org/fhir/ValueSet/medication-statement-adherence", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3090", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-statement-adherence", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes concept codes for specific substances/pharmaceutical products, allergy or intolerance conditions, and negation/exclusion codes to specify the absence of specific types of allergies or intolerances.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/substance-code"] }, + { + "filter": [ + { + "op": "is-a", + "value": "418038007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "267425008", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "29736007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "340519003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "190753003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "413427002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "716186003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergyintolerance-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceProductAndConditionAndNegationCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AllergyIntolerance Substance/Product, Condition and Negation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergyintolerance-code", + "url": "http://hl7.org/fhir/ValueSet/allergyintolerance-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.137", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.127", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergyintolerance-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The operation mode of the device.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/device-operation-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-operation-mode/5.0.0", + "date": "2022-03-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDeviceOperationMode", + "experimental": true, + "resourceType": "ValueSet", + "title": "FHIR Device Operation Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-operation-mode", + "url": "http://hl7.org/fhir/ValueSet/device-operation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3309", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-operation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-entry-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/search-entry-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchEntryMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Search Entry Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "search-entry-mode", + "url": "http://hl7.org/fhir/ValueSet/search-entry-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.622", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.614", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.328", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-entry-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The frequency with which the target must be validated", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/need" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-need/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Need", + "experimental": false, + "resourceType": "ValueSet", + "title": "need", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-need", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-need", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.882", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-need", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A set of resources composed into a single coherent clinical statement with clinical attestation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/catalog/5.0.0", + "date": "2014-01-31", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Clinical Quality Information WG", + "fhirVersion": "5.0.0", + "name": "ProfileForCatalog", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/documentreference", + "name": "FHIR DocumentReference", + "identity": "fhirdocumentreference" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Profile for Catalog", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "catalog", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/catalog", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1175", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/catalog", + "differential": { + "element": [ + { + "id": "Composition", + "max": "*", + "min": 0, + "path": "Composition", + "short": "A set of resources composed into a single coherent clinical statement with clinical attestation", + "definition": "A set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained." + }, + { + "id": "Composition.extension:ValidityPeriod", + "max": "1", + "min": 1, + "path": "Composition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqm-ValidityPeriod" + ] + } + ], + "short": "The validity of the catalog", + "sliceName": "ValidityPeriod", + "definition": "The validity of the catalog." + }, + { + "id": "Composition.type", + "max": "1", + "min": 1, + "path": "Composition.type", + "type": [{ "code": "CodeableConcept" }], + "short": "The type of document - a Catalog", + "definition": "The type of document - a Catalog.", + "fixedCodeableConcept": { "text": "Catalog" } + }, + { + "id": "Composition.category", + "max": "1", + "min": 1, + "path": "Composition.category", + "type": [{ "code": "CodeableConcept" }], + "short": "The Content of the section", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/catalogType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CatalogType" + } + ], + "description": "The type of catalog." + }, + "definition": "The content (narrative and data) associated with the section." + }, + { + "id": "Composition.subject", + "max": "0", + "min": 0, + "path": "Composition.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "short": "Who and/or what the composition is about", + "definition": "Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure)." + }, + { + "path": "Composition.date", + "min": 1, + "definition": "When the Catalog was created.", + "short": "When the Catalog was created", + "type": [{ "code": "dateTime" }], + "sliceName": "IssueDate", + "alias": ["IssueDate"], + "max": "1", + "id": "Composition.date:IssueDate" + }, + { + "id": "Composition.section", + "max": "*", + "min": 0, + "path": "Composition.section" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "Type if a sequence -- DNA, RNA, or amino acid sequence.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/sequence-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/sequence-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SequenceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "sequence Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "sequence-type", + "url": "http://hl7.org/fhir/ValueSet/sequence-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.219", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.214", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/sequence-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type of alerts/updates the primary source can send", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/push-type-available" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-push-type-available/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PushTypeAvailable", + "experimental": false, + "resourceType": "ValueSet", + "title": "push-type-available", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-push-type-available", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-push-type-available", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.898", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-push-type-available", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Code representing the role the entity played in the audit event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/object-role" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/object-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventEntityRole", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Audit Event Entity Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "object-role", + "url": "http://hl7.org/fhir/ValueSet/object-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.460", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.453", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.267", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/object-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Type for orientation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/orientation-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/orientation-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OrientationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "orientation Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "orientation-type", + "url": "http://hl7.org/fhir/ValueSet/orientation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.987", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/orientation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for Condition/Problem/Diagnosis codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "160245001", + "display": "No current problems or disability" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionProblemDiagnosisCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition/Problem/Diagnosis Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-code", + "url": "http://hl7.org/fhir/ValueSet/condition-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.161", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.152", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.72", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Location/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Location", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + } + ], + "abstract": false, + "type": "Location", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Location", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Location", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Location", + "differential": { + "element": [ + { + "path": "Location", + "min": 0, + "definition": "Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.", + "isModifier": false, + "short": "Details and position information for a place", + "mapping": [ + { "map": "administrative.entity", "identity": "w5" }, + { "map": ".Role[classCode=SDLC]", "identity": "rim" }, + { + "map": "ParticipantContactable", + "identity": "interface" + } + ], + "mustSupport": false, + "max": "*", + "id": "Location" + }, + { + "path": "Location.identifier", + "requirements": "Organization label locations in registries, need to keep track of those.", + "min": 0, + "definition": "Unique code or number identifying the location to its users.", + "isModifier": false, + "short": "Unique code or number identifying the location to its users", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Location.identifier", + "isSummary": true + }, + { + "path": "Location.status", + "min": 0, + "definition": "The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.", + "isModifier": true, + "short": "active | suspended | inactive", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationStatus" + } + ], + "description": "Indicates whether the location is still in use." + }, + "max": "1", + "id": "Location.status", + "isModifierReason": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid", + "isSummary": true + }, + { + "path": "Location.operationalStatus", + "min": 0, + "definition": "The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance.", + "isModifier": false, + "short": "The operational status of the location (typically only for a bed/room)", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0116", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationalStatus" + } + ], + "description": "The operational status if the location (where typically a bed/room)." + }, + "max": "1", + "id": "Location.operationalStatus", + "isSummary": true + }, + { + "path": "Location.name", + "min": 0, + "definition": "Name of the location as used by humans. Does not need to be unique.", + "isModifier": false, + "short": "Name of the location as used by humans", + "mapping": [ + { "map": ".name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Location.name", + "comment": "If the name of a location changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "Location.alias", + "requirements": "Over time locations and organizations go through many changes and can be known by different names.\n\nFor searching knowing previous names that the location was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the location is known as, or was known as, in the past.", + "isModifier": false, + "short": "A list of alternate names that the location is known as, or was known as, in the past", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Location.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the location.", + "isSummary": false + }, + { + "path": "Location.description", + "requirements": "Humans need additional information to verify a correct location has been identified.", + "min": 0, + "definition": "Description of the Location, which helps in finding or referencing the place.", + "isModifier": false, + "short": "Additional details about the location that could be displayed as further information to identify the location beyond its name", + "mapping": [ + { + "map": ".playingEntity[classCode=PLC determinerCode=INSTANCE].desc", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Location.description", + "isSummary": true + }, + { + "path": "Location.mode", + "requirements": "When using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.", + "min": 0, + "definition": "Indicates whether a resource instance represents a specific location or a class of locations.", + "isModifier": false, + "short": "instance | kind", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".playingEntity[classCode=PLC].determinerCode", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/location-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationMode" + } + ], + "description": "Indicates whether a resource instance represents a specific location or a class of locations." + }, + "max": "1", + "id": "Location.mode", + "comment": "This is labeled as a modifier because whether or not the location is a class of locations changes how it can be used and understood.", + "isSummary": true + }, + { + "path": "Location.type", + "min": 0, + "definition": "Indicates the type of function performed at the location.", + "isModifier": false, + "short": "Type of function performed", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationType" + } + ], + "description": "Indicates the type of function performed at the location." + }, + "max": "*", + "id": "Location.type", + "isSummary": true + }, + { + "path": "Location.contact", + "requirements": "Need to keep track of both simple contact details and also assigned contacts within larger organizations.", + "min": 0, + "definition": "The contact details of communication devices available at the location. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.", + "isModifier": false, + "short": "Official contact details for the location", + "mapping": [ + { + "map": ".telecom and .addr and other .role(relevant datatype properties mapped from role into extendedcontactdetail)", + "identity": "rim" + } + ], + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Location.contact", + "comment": "The address/telecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the Healthcare itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc.\n\nIf this is empty (or the type of interest is empty), refer to the organization's contacts.", + "isSummary": false + }, + { + "path": "Location.address", + "requirements": "If locations can be visited, we need to keep track of their address.", + "min": 0, + "definition": "Physical location.", + "isModifier": false, + "short": "Physical location", + "mapping": [ + { "map": ".addr", "identity": "rim" }, + { + "map": "ParticipantContactable.address", + "identity": "interface" + } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "1", + "id": "Location.address", + "comment": "Additional addresses should be recorded using another instance of the Location resource, or via the Organization.", + "isSummary": false + }, + { + "path": "Location.form", + "requirements": "For purposes of showing relevant locations in queries, we need to categorize locations.", + "min": 0, + "definition": "Physical form of the location, e.g. building, room, vehicle, road, virtual.", + "isModifier": false, + "short": "Physical form of the location", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".playingEntity [classCode=PLC].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationForm" + } + ], + "description": "Physical form of the location." + }, + "max": "1", + "id": "Location.form", + "isSummary": true + }, + { + "path": "Location.position", + "requirements": "For mobile applications and automated route-finding knowing the exact location of the Location is required.", + "min": 0, + "definition": "The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).", + "isModifier": false, + "short": "The absolute geographic location", + "mapping": [ + { + "map": ".playingEntity [classCode=PLC determinerCode=INSTANCE].positionText", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Location.position", + "comment": "To define a boundary shape for this location use the standard extension `[http://hl7.org/fhir/StructureDefinition/location-boundary-geojson](http://hl7.org/fhir/extensions/StructureDefinition-location-boundary-geojson.html)`, and search using the `contains` special search parameter.", + "isSummary": false + }, + { + "path": "Location.position.longitude", + "min": 1, + "definition": "Longitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes on Location main page).", + "isModifier": false, + "short": "Longitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Location.position.longitude", + "isSummary": false + }, + { + "path": "Location.position.latitude", + "min": 1, + "definition": "Latitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes on Location main page).", + "isModifier": false, + "short": "Latitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Location.position.latitude", + "isSummary": false + }, + { + "path": "Location.position.altitude", + "min": 0, + "definition": "Altitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes on Location main page).", + "isModifier": false, + "short": "Altitude with WGS84 datum", + "mapping": [ + { + "map": "(RIM Opted not to map the sub-elements of GPS location, is now an OBS)", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Location.position.altitude", + "isSummary": false + }, + { + "path": "Location.managingOrganization", + "requirements": "Need to know who manages the location.", + "min": 0, + "definition": "The organization responsible for the provisioning and upkeep of the location.", + "isModifier": false, + "short": "Organization responsible for provisioning and upkeep", + "mapping": [ + { + "map": ".scopingEntity[classCode=ORG determinerKind=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Location.managingOrganization", + "comment": "This can also be used as the part of the organization hierarchy where this location provides services. These services can be defined through the HealthcareService resource.", + "isSummary": true + }, + { + "path": "Location.partOf", + "requirements": "For purposes of location, display and identification, knowing which locations are located within other locations is important.", + "min": 0, + "definition": "Another Location of which this Location is physically a part of.", + "isModifier": false, + "short": "Another Location this one is physically a part of", + "mapping": [ + { + "map": ".inboundLink[typeCode=PART].source[classCode=SDLOC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Location.partOf", + "isSummary": false + }, + { + "path": "Location.characteristic", + "min": 0, + "definition": "Collection of characteristics (attributes).", + "isModifier": false, + "short": "Collection of characteristics (attributes)", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationCharacteristic" + } + ], + "description": "A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy)." + }, + "max": "*", + "id": "Location.characteristic", + "comment": "These could be such things as is wheelchair accessible.", + "isSummary": false + }, + { + "path": "Location.hoursOfOperation", + "min": 0, + "definition": "What days/times during a week is this location usually open, and any exceptions where the location is not available.", + "isModifier": false, + "short": "What days/times during a week is this location usually open (including exceptions)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "Availability" }], + "mustSupport": false, + "max": "*", + "id": "Location.hoursOfOperation", + "comment": "This type of information is commonly found published in directories and on websites informing customers when the facility is available.\n\nSpecific services within the location may have their own hours which could be shorter (or longer) than the locations hours.\n\nSystems may choose to render availability differently than it is exchanged on the interface. For example, rather than \"Mon, Tue, Wed, Thur, Fri from 9am-12am; Mon, Tue, Wed, Thur, Fri from 1pm-5pm\" as would be implied by two availableTime repetitions, an application could render this information as \"Mon-Fri 9-12am and 1-5pm\".\r\rThe availableStartTime is the opening time, and the availableEndTime is the closing time.", + "isSummary": false + }, + { + "path": "Location.virtualService", + "min": 0, + "definition": "Connection details of a virtual service (e.g. shared conference call facility with dedicated number/details).", + "isModifier": false, + "short": "Connection details of a virtual service (e.g. conference call)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "VirtualServiceDetail" }], + "mustSupport": false, + "max": "*", + "id": "Location.virtualService", + "comment": "There are two types of virtual meetings that often exist:\r\r* a persistent, virtual meeting room that can only be used for a single purpose at a time,\r * and a dynamic virtual meeting room that is generated on demand for a specific purpose.\r\r Implementers may consider using Appointment.virtualService for virtual meeting rooms that are generated on-demand.", + "isSummary": false + }, + { + "path": "Location.endpoint", + "requirements": "Organizations may have different systems at different locations that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the location.", + "isModifier": false, + "short": "Technical endpoints providing access to services operated for the location", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Location.endpoint", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "exclude": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "5932-9", + "display": "Cholesterol [Presence] in Blood by Test strip" + } + ] + } + ], + "include": [ + { + "filter": [ + { + "op": "=", + "value": "LP43571-6", + "property": "parent" + } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-intensional/5.0.0", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "name": "LOINCCodesForCholesterolInSerumPlasma", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": true, + "resourceType": "ValueSet", + "title": "LOINC Codes for Cholesterol in Serum/Plasma", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-intensional", + "url": "http://hl7.org/fhir/ValueSet/example-intensional", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3145", + "system": "urn:ietf:rfc:3986" + }, + { + "value": "loinc-cholesterol-ext", + "system": "http://acme.com/identifiers/valuesets" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-intensional", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "Used to express the reason and specific aspect for the variant abstract, such as language and specific language.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/cited-artifact-abstract-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitedArtifactAbstractType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Cited Artifact Abstract Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cited-artifact-abstract-type", + "url": "http://hl7.org/fhir/ValueSet/cited-artifact-abstract-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2962", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cited-artifact-abstract-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Use of contact point.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contact-point-use" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contact-point-use/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContactPointUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContactPointUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "contact-point-use", + "url": "http://hl7.org/fhir/ValueSet/contact-point-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.73", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contact-point-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The intended usage for supplemental data elements in the measure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-data-usage" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-data-usage/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureDataUsage", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Data Usage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-data-usage", + "url": "http://hl7.org/fhir/ValueSet/measure-data-usage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.771", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.755", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-data-usage", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The Requirements resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Requirements/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Requirements", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Requirements", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Requirements", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Requirements", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Requirements", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Requirements", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "Requirements", + "min": 0, + "definition": "A set of requirements - a list of features or behaviors of designed systems that are necessary to achieve organizational or regulatory goals.", + "isModifier": false, + "short": "A set of requirements - features of systems that are necessary", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "conformance.content", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "Requirements" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Requirements", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Requirements.url", + "requirements": "Allows the Requirements to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this Requirements when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this Requirements is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Requirements is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this Requirements, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Requirements.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this Requirements when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the Requirements (business identifier)", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.identifier", + "isSummary": true + }, + { + "path": "Requirements.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the Requirements when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Requirements author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the Requirements", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.version", + "comment": "There may be different Requirements instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the Requirements with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Requirements.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Requirements.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "Requirements.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the Requirements. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this Requirements (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Requirements.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the Requirements.", + "isModifier": false, + "short": "Name for this Requirements (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Requirements.status", + "min": 1, + "definition": "The status of this Requirements. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Requirements.status", + "comment": "Allows filtering of Requirements that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because designs and applications should not use a retired Requirements without due consideration", + "isSummary": true + }, + { + "path": "Requirements.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level Requirements.", + "min": 0, + "definition": "A Boolean value to indicate that this Requirements is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Requirements.experimental", + "comment": "Allows filtering of Requirements that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Requirements.date", + "min": 0, + "definition": "The date (and optionally time) when the Requirements was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the Requirements changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Requirements.date", + "comment": "Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the Requirements. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Requirements.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the Requirements. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the Requirements.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the Requirements is the organization or individual primarily responsible for the maintenance and upkeep of the Requirements. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the Requirements. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Requirements.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Requirements.description", + "min": 0, + "definition": "A free text natural language description of the requirements.", + "isModifier": false, + "short": "Natural language description of the requirements", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Scope", "Purpose"], + "max": "1", + "id": "Requirements.description", + "comment": "This description can be used for a general description of the requirements, and which covers why it was defined.", + "isSummary": false + }, + { + "path": "Requirements.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate Requirements instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Requirements.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Requirements.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the Requirements is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for Requirements (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Requirements.jurisdiction", + "comment": "It may be possible for the Requirements to be used in jurisdictions other than those for which it was originally designed or intended\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.).", + "isSummary": true + }, + { + "path": "Requirements.purpose", + "min": 0, + "definition": "Explanation of why this Requirements is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this Requirements is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.purpose", + "comment": "This element does not describe the usage of the Requirements. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this Requirements.", + "isSummary": false + }, + { + "path": "Requirements.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the Requirements.", + "min": 0, + "definition": "A copyright statement relating to the Requirements and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the Requirements.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Requirements.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "Requirements.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Requirements.derivedFrom", + "min": 0, + "definition": "Another set of Requirements that this set of Requirements builds on and updates.", + "isModifier": false, + "short": "Other set of Requirements this builds on", + "mapping": [ + { + "map": "Definition.derivedFromCanonical", + "identity": "workflow" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Requirements.derivedFrom", + "comment": "Existing statements (by key) may be narrowed or clarified, and additional statements added.", + "isSummary": true + }, + { + "path": "Requirements.reference", + "min": 0, + "definition": "A reference to another artifact that created this set of requirements. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere.", + "isModifier": false, + "short": "External artifact (rule/document etc. that) created this set of requirements", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.reference", + "isSummary": false + }, + { + "path": "Requirements.actor", + "min": 0, + "definition": "An actor these requirements are in regard to.", + "isModifier": false, + "short": "Actor for these requirements", + "mapping": [{ "map": "FiveWs.who", "identity": "w5" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActorDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Requirements.actor", + "comment": "If more than one actor is specified, then it's up to the statements to describe in narrative if they don't apply to all actors.", + "isSummary": false + }, + { + "path": "Requirements.statement", + "min": 0, + "definition": "The actual statement of requirement, in markdown format.", + "isModifier": false, + "short": "Actual statement as markdown", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.statement", + "isSummary": false + }, + { + "path": "Requirements.statement.key", + "min": 1, + "definition": "Key that identifies this statement (unique within this resource).", + "isModifier": false, + "short": "Key that identifies this statement", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.statement.key", + "comment": "Refer directly to the statement by {url}#{key}", + "isSummary": false + }, + { + "path": "Requirements.statement.label", + "min": 0, + "definition": "A short human usable label for this statement.", + "isModifier": false, + "short": "Short Human label for this statement", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.statement.label", + "comment": "The key is intended for computers, while this is intended for humans. In its absence, the key should be convenient for a human to say (e.g. not a UUID)", + "isSummary": false + }, + { + "path": "Requirements.statement.conformance", + "requirements": "This element is allowed to repeat because a single requirements statement might contain multiple conformance words and thus need to be indexed under multiple conformance categories.", + "min": 0, + "definition": "A short human usable label for this statement.", + "isModifier": false, + "short": "SHALL | SHOULD | MAY | SHOULD-NOT", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conformance-expectation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "??" + } + ] + }, + "max": "*", + "id": "Requirements.statement.conformance", + "comment": "The conformance code is extracted from the requirement to make indexing and display easier. The requirement needs to express the conformance verbs directly in the markdown content. It's not unusual to mix verbs in a single sentence (e.g. System SHALL do X and SHOULD do Y)", + "isSummary": false + }, + { + "path": "Requirements.statement.conditionality", + "min": 0, + "definition": "This boolean flag is set to true of the text of the requirement is conditional on something e.g. it includes lanauage like 'if x then y'. This conditionality flag is introduced for purposes of filtering and colour highlighting etc.", + "isModifier": false, + "short": "Set to true if requirements statement is conditional", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.statement.conditionality", + "comment": "There is no intent that the conditional statement by evaluatable", + "isSummary": false + }, + { + "path": "Requirements.statement.requirement", + "min": 1, + "definition": "The actual requirement for human consumption.", + "isModifier": false, + "short": "The actual requirement", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Requirements.statement.requirement", + "isSummary": false + }, + { + "path": "Requirements.statement.derivedFrom", + "min": 0, + "definition": "Another statement on one of the requirements that this requirement clarifies or restricts.", + "isModifier": false, + "short": "Another statement this clarifies/restricts ([url#]key)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.statement.derivedFrom", + "comment": "This can be just a key, if there is only one matching statement in the requirements statements referenced in Requirements.derivedFrom. If there is more than one, it should be in the format ```url#key```", + "isSummary": false + }, + { + "path": "Requirements.statement.parent", + "requirements": "Allows requirements to be organized compositionally. E.g. Epic/Story/Task.", + "min": 0, + "definition": "A larger requirement that this requirement helps to refine and enable.", + "isModifier": false, + "short": "A larger requirement that this requirement helps to refine and enable", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Requirements.statement.parent", + "comment": "Follows the same convention as statement.derivedFrom, where a reference is the canonical of the Requirements followed by '#' and the 'key' of the specific requirement.", + "isSummary": false + }, + { + "path": "Requirements.statement.satisfiedBy", + "min": 0, + "definition": "A reference to another artifact that satisfies this requirement. This could be a Profile, extension, or an element in one of those, or a CapabilityStatement, OperationDefinition, SearchParameter, CodeSystem(/code), ValueSet, Libary etc.", + "isModifier": false, + "short": "Design artifact that satisfies this requirement", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.statement.satisfiedBy", + "comment": "This is for use when the requirement is met be a pre-existing artifact e.g. a rule that's met by the base FHIR spec, or a national implementation guide.", + "isSummary": false + }, + { + "path": "Requirements.statement.reference", + "min": 0, + "definition": "A reference to another artifact that created this requirement. This could be a Profile, etc., or external regulation, or business requirements expressed elsewhere.", + "isModifier": false, + "short": "External artifact (rule/document etc. that) created this requirement", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "*", + "id": "Requirements.statement.reference", + "isSummary": false + }, + { + "path": "Requirements.statement.source", + "min": 0, + "definition": "Who asked for this statement to be a requirement. By default, it's assumed that the publisher knows who it is if it matters.", + "isModifier": false, + "short": "Who asked for this statement", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Requirements.statement.source", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "RatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RatioRange/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to specify ranges of ratios.", + "name": "RatioRange", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RatioRange", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + } + ], + "status": "draft", + "id": "RatioRange", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RatioRange", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RatioRange", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ratrng-1", + "human": "One of lowNumerator or highNumerator and denominator SHALL be present, or all are absent. If all are absent, there SHALL be some extension present", + "source": "http://hl7.org/fhir/StructureDefinition/RatioRange", + "severity": "error", + "expression": "((lowNumerator.exists() or highNumerator.exists()) and denominator.exists()) or (lowNumerator.empty() and highNumerator.empty() and denominator.empty() and extension.exists())" + }, + { + "key": "ratrng-2", + "human": "If present, lowNumerator SHALL have a lower value than highNumerator", + "source": "http://hl7.org/fhir/StructureDefinition/RatioRange", + "severity": "error", + "expression": "lowNumerator.hasValue().not() or highNumerator.hasValue().not() or (lowNumerator.lowBoundary() <= highNumerator.highBoundary())" + } + ], + "path": "RatioRange", + "min": 0, + "definition": "A range of ratios expressed as a low and high numerator and a denominator.", + "short": "Range of ratio values", + "mapping": [ + { + "map": "NR and also possibly SN (but see also quantity)", + "identity": "v2" + }, + { + "map": "IVL> [lowClosed=\"true\" and highClosed=\"true\"]or URG<>", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "RatioRange", + "comment": "The stated low and high value are assumed to have arbitrarily high precision when it comes to determining which values are in the range. I.e. 1.99 is not in the range 2 -> 3." + }, + { + "path": "RatioRange.lowNumerator", + "min": 0, + "definition": "The value of the low limit numerator.", + "short": "Low Numerator limit", + "mapping": [ + { "map": "NR.1", "identity": "v2" }, + { "map": "./low", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "RatioRange.lowNumerator", + "condition": ["ratrng-1", "ratrng-2"], + "comment": "If the low element is missing, the low boundary is not known.", + "isSummary": true + }, + { + "path": "RatioRange.highNumerator", + "min": 0, + "definition": "The value of the high limit numerator.", + "short": "High Numerator limit", + "mapping": [ + { "map": "NR.2", "identity": "v2" }, + { "map": "./high", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "RatioRange.highNumerator", + "condition": ["ratrng-1", "ratrng-2"], + "comment": "If the high element is missing, the high boundary is not known.", + "isSummary": true + }, + { + "path": "RatioRange.denominator", + "min": 0, + "definition": "The value of the denominator.", + "short": "Denominator value", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "RatioRange.denominator", + "condition": ["ratrng-1"], + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "To describe the reason for the variant citation, such as version number or subpart specification.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/cited-artifact-part-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cited-artifact-part-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitedArtifactPartType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Cited Artifact Part Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cited-artifact-part-type", + "url": "http://hl7.org/fhir/ValueSet/cited-artifact-part-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2964", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cited-artifact-part-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The result if validation fails", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/failure-action" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-failure-action/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FailureAction", + "experimental": false, + "resourceType": "ValueSet", + "title": "failure-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-failure-action", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-failure-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.890", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-failure-action", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The outcome of the processing.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/eligibility-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/eligibility-outcome/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EligibilityOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "Eligibility Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "eligibility-outcome", + "url": "http://hl7.org/fhir/ValueSet/eligibility-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3233", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/eligibility-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the stage in the progression of a therapy from initial experimental use in humans in clinical trials to post-market evaluation.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-phase" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-phase/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyPhase", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Phase", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-phase", + "url": "http://hl7.org/fhir/ValueSet/research-study-phase", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.821", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-phase", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Document Structure (For testing section templates)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/example-composition/5.0.0", + "date": "2018-11-05T17:47:00+11:00", + "derivation": "constraint", + "fhirVersion": null, + "name": "DocumentStructure", + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Document Structure (For testing section templates)", + "status": "active", + "id": "example-composition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/example-composition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1040", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-composition", + "differential": { + "element": [ + { "id": "Composition", "path": "Composition" }, + { + "id": "Composition.section", + "path": "Composition.section", + "slicing": { + "rules": "closed", + "ordered": true, + "description": "Slice by .section.code", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + }, + { + "id": "Composition.section:procedure", + "min": 1, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/example-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:procedure" + } + ] + } + ] + } + ], + "sliceName": "procedure" + }, + { + "id": "Composition.section:medications", + "min": 1, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/example-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:medications" + } + ] + } + ] + } + ], + "sliceName": "medications" + }, + { + "id": "Composition.section:plan", + "min": 0, + "path": "Composition.section", + "type": [ + { + "code": "BackboneElement", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/example-section-library" + ], + "_profile": [ + { + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element", + "valueString": "Composition.section:plan" + } + ] + } + ] + } + ], + "sliceName": "plan" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "Logical grouping of characteristics.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/characteristic-combination" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/characteristic-combination/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CharacteristicCombination", + "experimental": true, + "resourceType": "ValueSet", + "title": "Characteristic Combination", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "characteristic-combination", + "url": "http://hl7.org/fhir/ValueSet/characteristic-combination", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3060", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/characteristic-combination", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The presentation type in which an administrable medicinal product is given to a patient.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/unit-of-presentation" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/unit-of-presentation/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UnitOfPresentation", + "experimental": true, + "resourceType": "ValueSet", + "title": "Unit Of Presentation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "unit-of-presentation", + "url": "http://hl7.org/fhir/ValueSet/unit-of-presentation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3168", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/unit-of-presentation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Status reason of the transport.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/transport-status-reason" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/transport-status-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TransportStatusReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Transport Status Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "transport-status-reason", + "url": "http://hl7.org/fhir/ValueSet/transport-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3037", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transport-status-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A set of codes that can be used to indicate the relationship between a Patient and a Related Person.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [{ "code": "WIT" }] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass", + "concept": [ + { "code": "NOT" }, + { "code": "ECON" }, + { "code": "NOK" }, + { "code": "GUARD" }, + { "code": "DEPEN" }, + { "code": "EMP" }, + { "code": "GUAR" }, + { "code": "CAREGIVER" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0131", + "concept": [ + { "code": "E" }, + { "code": "O" }, + { "code": "U" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", + "concept": [ + { "code": "INTPRTER" }, + { "code": "POWATT" }, + { "code": "DPOWATT" }, + { "code": "HPOWATT" }, + { "code": "SPOWATT" }, + { "code": "BILL" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PatientRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Patient Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "relatedperson-relationshiptype", + "url": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.449", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.442", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.259", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/relatedperson-relationshiptype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The media type of the expression language.", + "compose": { + "include": [ + { + "system": "urn:ietf:bcp:13", + "concept": [ + { + "code": "text/cql", + "display": "CQL", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Clinical Quality Language" + } + ] + }, + { + "code": "text/fhirpath", + "display": "FHIRPath", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "FHIRPath" + } + ] + }, + { + "code": "text/x-fhir-query", + "display": "FHIR Query", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "FHIR's RESTful query syntax - typically independent of base URL" + } + ] + }, + { + "code": "text/cql-identifier", + "display": "CQL Identifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A Clinical Quality Language identifier, typically the name of a top-level definition within a library" + } + ] + }, + { + "code": "text/cql-expression", + "display": "CQL Expression", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A Clinical Quality Language expression," + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/expression-language/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExpressionLanguage", + "experimental": false, + "resourceType": "ValueSet", + "title": "Expression Language", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "expression-language", + "url": "http://hl7.org/fhir/ValueSet/expression-language", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.105", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/expression-language", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of link between this Patient resource and another Patient/RelatedPerson resource.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/link-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/link-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LinkType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Link Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "link-type", + "url": "http://hl7.org/fhir/ValueSet/link-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.423", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.412", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.234", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/link-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Identifies types of events that might trigger the start of a goal.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "32485007", + "display": "Admission to hospital" + }, + { + "code": "308283009", + "display": "Discharge from hospital" + }, + { + "code": "442137000", + "display": "Completion time of procedure" + }, + { "code": "386216000", "display": "Childbirth" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/goal-start-event/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GoalStartEvent", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Goal Start Event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "goal-start-event", + "url": "http://hl7.org/fhir/ValueSet/goal-start-event", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.279", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.274", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.413", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/goal-start-event", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "All Resource Types that represent request resources", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "CarePlan" }, + { "code": "Claim" }, + { "code": "CommunicationRequest" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "DeviceRequest" }, + { "code": "EnrollmentRequest" }, + { "code": "ImmunizationRecommendation" }, + { "code": "MedicationRequest" }, + { "code": "NutritionOrder" }, + { "code": "RequestOrchestration" }, + { "code": "ServiceRequest" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "Transport" }, + { "code": "VisionPrescription" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/request-resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RequestResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Request Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "request-resource-types", + "url": "http://hl7.org/fhir/ValueSet/request-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1058", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/request-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes [SNOMED CT](http://snomed.info/sct) where concept is-a 105590001 (Substance (substance)) or concept is-a 260787004 (Physical object) and provided as an example value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "260787004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supply-item/5.0.0", + "date": "2016-05-18T16:57:59+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTSupplyItem", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Supply Item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supply-item", + "url": "http://hl7.org/fhir/ValueSet/supply-item", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.699", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.685", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supply-item", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTSubstanceCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Substance Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-codes", + "url": "http://hl7.org/fhir/ValueSet/substance-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3023", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes indicating the degree of authority/intentionality associated with a request.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-intent" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/request-intent/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RequestIntent", + "experimental": true, + "resourceType": "ValueSet", + "title": "RequestIntent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "request-intent", + "url": "http://hl7.org/fhir/ValueSet/request-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.113", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/request-intent", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes indicating the kind of the price component.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/price-component-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/price-component-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PriceComponentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Price Component Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "price-component-type", + "url": "http://hl7.org/fhir/ValueSet/price-component-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3093", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/price-component-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the main intent of the study.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-arm-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-arm-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyArmType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Arm Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "research-study-arm-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-arm-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3078", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-arm-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Value set for stages of cancer and other conditions.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "385356007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "431855005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "431856006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "433144002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "431857002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "433146000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "408847006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "408848001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "408849009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "408850009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "408851008", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "416780008" }] + }, + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "715345007" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-stage/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionStage", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition Stage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-stage", + "url": "http://hl7.org/fhir/ValueSet/condition-stage", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.170", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.161", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.408", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-stage", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "The SubscriptionStatus resource describes the state of a Subscription during notifications. It is not persisted.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubscriptionStatus/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionStatus", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubscriptionStatus", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "SubscriptionStatus", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubscriptionStatus", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionStatus", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "sst-1", + "human": "Event notifications must contain events", + "source": "http://hl7.org/fhir/StructureDefinition/SubscriptionStatus", + "severity": "error", + "expression": "(type = 'event-notification' or type = 'query-event') implies notificationEvent.exists()" + }, + { + "key": "sst-2", + "human": "Status messages must contain status", + "source": "http://hl7.org/fhir/StructureDefinition/SubscriptionStatus", + "severity": "error", + "expression": "type = 'query-status' implies status.exists()" + } + ], + "path": "SubscriptionStatus", + "min": 0, + "definition": "The SubscriptionStatus resource describes the state of a Subscription during notifications.", + "isModifier": false, + "short": "Status information about a Subscription provided during event notification", + "mapping": [ + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SubscriptionStatus" + }, + { + "path": "SubscriptionStatus.status", + "min": 0, + "definition": "The status of the subscription, which marks the server state for managing the subscription.", + "isModifier": false, + "short": "requested | active | error | off | entered-in-error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionStatus" + } + ], + "description": "The status of a subscription at the time this notification was generated." + }, + "max": "1", + "id": "SubscriptionStatus.status", + "condition": ["sst-2"], + "isSummary": true + }, + { + "path": "SubscriptionStatus.type", + "min": 1, + "definition": "The type of event being conveyed with this notification.", + "isModifier": true, + "short": "handshake | heartbeat | event-notification | query-status | query-event", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-notification-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionNotificationType" + } + ], + "description": "The type of notification represented by the status message." + }, + "max": "1", + "id": "SubscriptionStatus.type", + "condition": ["sst-1", "sst-2"], + "isModifierReason": "Not known why this is labelled a modifier", + "isSummary": true + }, + { + "path": "SubscriptionStatus.eventsSinceSubscriptionStart", + "min": 0, + "definition": "The total number of actual events which have been generated since the Subscription was created (inclusive of this notification) - regardless of how many have been successfully communicated. This number is NOT incremented for handshake and heartbeat notifications.", + "isModifier": false, + "short": "Events since the Subscription was created", + "type": [{ "code": "integer64" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.eventsSinceSubscriptionStart", + "isSummary": true + }, + { + "path": "SubscriptionStatus.notificationEvent", + "min": 0, + "definition": "Detailed information about events relevant to this subscription notification.", + "isModifier": false, + "short": "Detailed information about any events relevant to this notification", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionStatus.notificationEvent", + "condition": ["sst-1"], + "isSummary": false + }, + { + "path": "SubscriptionStatus.notificationEvent.eventNumber", + "min": 1, + "definition": "Either the sequential number of this event in this subscription context or a relative event number for this notification.", + "isModifier": false, + "short": "Sequencing index of this event", + "type": [{ "code": "integer64" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.notificationEvent.eventNumber", + "comment": "In subscriptions where delivery of notifications IS NOT guaranteed (e.g., REST-Hook), this number is a unique and monotonically-increasing event number for a subscription. In channels where delivery of notifications IS guaranteed, this number is a relative index for the events present in the notification (e.g., 1, 2, etc.).", + "isSummary": false + }, + { + "path": "SubscriptionStatus.notificationEvent.timestamp", + "min": 0, + "definition": "The actual time this event occurred on the server.", + "isModifier": false, + "short": "The instant this event occurred", + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.notificationEvent.timestamp", + "isSummary": false + }, + { + "path": "SubscriptionStatus.notificationEvent.focus", + "min": 0, + "definition": "The focus of this event. While this will usually be a reference to the focus resource of the event, it MAY contain a reference to a non-FHIR object.", + "isModifier": false, + "short": "Reference to the primary resource or information of this event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.notificationEvent.focus", + "isSummary": false + }, + { + "path": "SubscriptionStatus.notificationEvent.additionalContext", + "min": 0, + "definition": "Additional context information for this event. Generally, this will contain references to additional resources included with the event (e.g., the Patient relevant to an Encounter), however it MAY refer to non-FHIR objects.", + "isModifier": false, + "short": "References related to the focus resource and/or context of this event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubscriptionStatus.notificationEvent.additionalContext", + "isSummary": false + }, + { + "path": "SubscriptionStatus.subscription", + "min": 1, + "definition": "The reference to the Subscription which generated this notification.", + "isModifier": false, + "short": "Reference to the Subscription responsible for this notification", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Subscription" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.subscription", + "isSummary": true + }, + { + "path": "SubscriptionStatus.topic", + "min": 0, + "definition": "The reference to the SubscriptionTopic for the Subscription which generated this notification.", + "isModifier": false, + "short": "Reference to the SubscriptionTopic this notification relates to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubscriptionStatus.topic", + "comment": "This value SHOULD NOT be present when using `empty` payloads, MAY be present when using `id-only` payloads, and SHOULD be present when using `full-resource` payloads.", + "isSummary": true + }, + { + "path": "SubscriptionStatus.error", + "min": 0, + "definition": "A record of errors that occurred when the server processed a notification.", + "isModifier": false, + "short": "List of errors on the subscription", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-error", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionError" + } + ], + "description": "Codes to represent subscription error details." + }, + "max": "*", + "id": "SubscriptionStatus.error", + "comment": "Recommended practice: clear errors when status is updated.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Describes a measurement, calculation or setting capability of a device. The DeviceMetric resource is derived from the ISO/IEEE 11073-10201 Domain Information Model standard, but is more widely applicable. ", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceMetric/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Health Care Devices)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetric", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceMetric", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + } + ], + "status": "draft", + "id": "DeviceMetric", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceMetric", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceMetric", + "differential": { + "element": [ + { + "path": "DeviceMetric", + "min": 0, + "definition": "Describes a measurement, calculation or setting capability of a device.", + "isModifier": false, + "short": "Measurement, calculation or setting capability of a medical device", + "mapping": [ + { "map": "administrative.device", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceMetric", + "comment": "The DeviceMetric resource is derived from the ISO/IEEE 11073-10201 Domain Information Model standard, but is more widely applicable." + }, + { + "path": "DeviceMetric.identifier", + "min": 0, + "definition": "Instance identifiers assigned to a device, by the device or gateway software, manufacturers, other organizations or owners. For example, handle ID.", + "isModifier": false, + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceMetric.identifier", + "comment": "For identifiers assigned to a device by the device or gateway software, the `system` element of the identifier should be set to any identifier of the device.", + "isSummary": true + }, + { + "path": "DeviceMetric.type", + "min": 1, + "definition": "Describes the type of the metric. For example: Heart Rate, PEEP Setting, etc.", + "isModifier": false, + "short": "Identity of metric, for example Heart Rate or PEEP Setting", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/devicemetric-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Describes the metric type." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MetricType" + } + ], + "description": "IEEE 11073-10101" + }, + "max": "1", + "id": "DeviceMetric.type", + "comment": "DeviceMetric.type can be referred to either IEEE 11073-10101 or LOINC.", + "isSummary": true + }, + { + "path": "DeviceMetric.unit", + "min": 0, + "definition": "Describes the unit that an observed value determined for this metric will have. For example: Percent, Seconds, etc.", + "isModifier": false, + "short": "Unit of Measure for the Metric", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Describes the unit of the metric." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MetricUnit" + } + ], + "description": "IEEE 11073-10101" + }, + "max": "1", + "id": "DeviceMetric.unit", + "comment": "DeviceMetric.unit can refer to either UCUM or preferable a RTMMS coding system.", + "isSummary": true + }, + { + "path": "DeviceMetric.device", + "min": 1, + "definition": "Describes the link to the Device. This is also known as a channel device.", + "isModifier": false, + "short": "Describes the link to the Device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceMetric.device", + "comment": "Note if this is not the top level device - also know as the source device, it may be referenced in the device.parent element.", + "isSummary": true + }, + { + "path": "DeviceMetric.operationalStatus", + "min": 0, + "definition": "Indicates current operational state of the device. For example: On, Off, Standby, etc.", + "isModifier": false, + "short": "on | off | standby | entered-in-error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-operational-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricOperationalStatus" + } + ], + "description": "Describes the operational status of the DeviceMetric." + }, + "max": "1", + "id": "DeviceMetric.operationalStatus", + "isSummary": true + }, + { + "path": "DeviceMetric.color", + "min": 0, + "definition": "The preferred color associated with the metric (e.g., display color). This is often used to aid clinicians to track and identify parameter types by color. In practice, consider a Patient Monitor that has ECG/HR and Pleth; the metrics are displayed in different characteristic colors, such as HR in blue, BP in green, and PR and SpO2 in magenta.", + "isModifier": false, + "short": "Color name (from CSS4) or #RRGGBB code", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/color-codes|5.0.0", + "description": "Describes the typical color of representation." + }, + "max": "1", + "id": "DeviceMetric.color", + "isSummary": false + }, + { + "path": "DeviceMetric.category", + "min": 1, + "definition": "Indicates the category of the observation generation process. A DeviceMetric can be for example a setting, measurement, or calculation.", + "isModifier": false, + "short": "measurement | setting | calculation | unspecified", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-category|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCategory" + } + ], + "description": "Describes the category of the metric." + }, + "max": "1", + "id": "DeviceMetric.category", + "isSummary": true + }, + { + "path": "DeviceMetric.measurementFrequency", + "min": 0, + "definition": "The frequency at which the metric is taken or recorded. Devices measure metrics at a wide range of frequencies; for example, an ECG might sample measurements in the millisecond range, while an NIBP might trigger only once an hour. Less often, the measurementFrequency may be based on a unit other than time, such as distance (e.g. for a measuring wheel). The update period may be different than the measurement frequency, if the device does not update the published observed value with the same frequency as it was measured.", + "isModifier": false, + "short": "Indicates how often the metric is taken or recorded", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "DeviceMetric.measurementFrequency", + "isSummary": false + }, + { + "path": "DeviceMetric.calibration", + "min": 0, + "definition": "Describes the calibrations that have been performed or that are required to be performed.", + "isModifier": false, + "short": "Describes the calibrations that have been performed or that are required to be performed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceMetric.calibration", + "isSummary": false + }, + { + "path": "DeviceMetric.calibration.type", + "min": 0, + "definition": "Describes the type of the calibration method.", + "isModifier": false, + "short": "unspecified | offset | gain | two-point", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCalibrationType" + } + ], + "description": "Describes the type of a metric calibration." + }, + "max": "1", + "id": "DeviceMetric.calibration.type", + "isSummary": false + }, + { + "path": "DeviceMetric.calibration.state", + "min": 0, + "definition": "Describes the state of the calibration.", + "isModifier": false, + "short": "not-calibrated | calibration-required | calibrated | unspecified", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/metric-calibration-state|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceMetricCalibrationState" + } + ], + "description": "Describes the state of a metric calibration." + }, + "max": "1", + "id": "DeviceMetric.calibration.state", + "isSummary": false + }, + { + "path": "DeviceMetric.calibration.time", + "min": 0, + "definition": "Describes the time last calibration has been performed.", + "isModifier": false, + "short": "Describes the time last calibration has been performed", + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "DeviceMetric.calibration.time", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/healthcaredevices/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Binary/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "There are situations where it is useful or required to handle pure binary content using the same framework as other resources.", + "name": "Binary", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Binary", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Binary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Binary", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Binary", + "differential": { + "element": [ + { + "path": "Binary", + "min": 0, + "definition": "A resource that represents the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc.", + "isModifier": false, + "short": "Pure binary content defined by a format other than FHIR", + "mapping": [ + { "map": "infrastructure.structure", "identity": "w5" }, + { "map": "ED", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Binary", + "comment": "Typically, Binary resources are used for handling content such as: \n\n* CDA Documents (i.e. with XDS) \n* PDF Documents \n* Images." + }, + { + "path": "Binary.contentType", + "min": 1, + "definition": "MimeType of the binary content represented as a standard MimeType (BCP 13).", + "isModifier": false, + "short": "MimeType of the binary content", + "mapping": [{ "map": "ED.mediaType", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "1", + "id": "Binary.contentType", + "isSummary": true + }, + { + "path": "Binary.securityContext", + "min": 0, + "definition": "This element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource. Given that the Binary resource contains very few elements that can be used to determine the sensitivity of the data and relationships to individuals, the referenced resource stands in as a proxy equivalent for this purpose. This referenced resource may be related to the Binary (e.g. DocumentReference), or may be some non-related Resource purely as a security proxy. E.g. to identify that the binary resource relates to a patient, and access should only be granted to applications that have access to the patient.", + "isModifier": false, + "short": "Identifies another resource to use as proxy when enforcing access control", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Binary.securityContext", + "comment": "Very often, a server will also know of a resource that references the binary, and can automatically apply the appropriate access rules based on that reference. However, there are some circumstances where this is not appropriate, e.g. the binary is uploaded directly to the server without any linking resource, the binary is referred to from multiple different resources, and/or the binary is content such as an application logo that has less protection than any of the resources that reference it.", + "isSummary": true + }, + { + "path": "Binary.data", + "min": 0, + "definition": "The actual content, base64 encoded.", + "isModifier": false, + "short": "The actual content", + "mapping": [{ "map": "ED.data", "identity": "rim" }], + "type": [{ "code": "base64Binary" }], + "mustSupport": false, + "max": "1", + "id": "Binary.data", + "comment": "If the content type is itself base64 encoding, then this will be base64 encoded twice - what is created by un-base64ing the content must be the specified content type.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "This value set includes a smattering of Adjudication Value codes which includes codes to indicate the amounts eligible under the plan, the amount of benefit, copays etc.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adjudication/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdjudicationValueCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adjudication Value Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication", + "url": "http://hl7.org/fhir/ValueSet/adjudication", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.596", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.588", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.325", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adjudication", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes representing the likelihood of a particular outcome in a risk assessment.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/risk-probability" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/risk-probability/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RiskProbability", + "experimental": true, + "resourceType": "ValueSet", + "title": "Risk Probability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "risk-probability", + "url": "http://hl7.org/fhir/ValueSet/risk-probability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.450", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.443", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.262", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/risk-probability", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "InventoryItem Name Types", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/inventoryitem-nametype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/inventoryitem-nametype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryItemStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "InventoryItem Name Typess", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "inventoryitem-nametype", + "url": "http://hl7.org/fhir/ValueSet/inventoryitem-nametype", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/inventoryitem-nametype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes base Consent Verification codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentverification" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-verification/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentVerificationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Vefication Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-verification", + "url": "http://hl7.org/fhir/ValueSet/consent-verification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3178", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-verification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type or specification of a standard that devices can adhere to", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:11073:10101", + "concept": [ + { "code": "528391", "display": "Blood Pressure Cuff" }, + { + "code": "528404", + "display": "Body Composition Analyzer" + }, + { + "code": "528425", + "display": "Cardiovascular Device" + }, + { "code": "528402", "display": "Coagulation meter" }, + { + "code": "528409", + "display": "Continuous Glucose Monitor" + }, + { "code": "528390", "display": "Electro cardiograph" }, + { "code": "528457", "display": "Generic 20601 Device" }, + { "code": "528401", "display": "Glucose Monitor" }, + { + "code": "528455", + "display": "Independent Activity/Living Hub" + }, + { "code": "528403", "display": "Insulin Pump" }, + { "code": "528405", "display": "Peak Flow meter" }, + { "code": "528388", "display": "Pulse Oximeter" }, + { "code": "528397", "display": "Respiration rate" }, + { + "code": "528408", + "display": "Sleep Apnea Breathing Equipment" + }, + { "code": "528426", "display": "Strength Equipment" }, + { "code": "528392", "display": "Thermometer" }, + { "code": "528399", "display": "Weight Scale" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-specification-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceSpecificationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Specification Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-specification-type", + "url": "http://hl7.org/fhir/ValueSet/device-specification-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3204", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-specification-type" + }, + { + "description": "This identifies the vaccine substance administered - CVX codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/sid/cvx" }, + { "system": "urn:oid:1.2.36.1.2001.1005.17" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/vaccine-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 FHIR", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VaccineAdministeredValueSet", + "experimental": true, + "resourceType": "ValueSet", + "title": "Vaccine Administered Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "vaccine-code", + "url": "http://hl7.org/fhir/ValueSet/vaccine-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.22", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.414", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vaccine-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Data types allowed to be used for search parameters.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/search-param-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/search-param-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchParamType", + "experimental": false, + "resourceType": "ValueSet", + "title": "SearchParamType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "search-param-type", + "url": "http://hl7.org/fhir/ValueSet/search-param-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.11", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-param-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines selection behavior of a group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-selection-behavior" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-selection-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionSelectionBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Selection Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-selection-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-selection-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.801", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.784", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-selection-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for the main intent of the study.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/research-study-prim-purp-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-prim-purp-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyPrimaryPurposeType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Research Study Primary Purpose Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "research-study-prim-purp-type", + "url": "http://hl7.org/fhir/ValueSet/research-study-prim-purp-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.827", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-prim-purp-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "FHIR Respiratory Rate Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/resprate/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationresprate", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Respiratory Rate Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9279-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9279-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + } + ], + "status": "draft", + "id": "resprate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/resprate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1466", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resprate", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Respiratory Rate Profile", + "definition": "This profile defines how to represent Respiratory Rate observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Respiratory Rate", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Respiratory Rate." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:RespRateCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "RespRateCode" + }, + { + "id": "Observation.code.coding:RespRateCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:RespRateCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "9279-1" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "/min", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/service-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-mode/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceMode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Service Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-mode", + "url": "http://hl7.org/fhir/ValueSet/service-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3322", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-mode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the method by which a specimen was collected.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "129316008", + "display": "Aspiration - action" + }, + { "code": "129314006", "display": "Biopsy - action" }, + { "code": "129300006", "display": "Puncture - action" }, + { "code": "129304002", "display": "Excision - action" }, + { "code": "129323009", "display": "Scraping - action" }, + { + "code": "73416001", + "display": "Urine specimen collection, clean catch" + }, + { + "code": "225113003", + "display": "Timed urine collection" + }, + { + "code": "70777001", + "display": "Urine specimen collection, catheterized" + }, + { + "code": "386089008", + "display": "Collection of coughed sputum" + }, + { + "code": "278450005", + "display": "Finger-prick sampling" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-collection-method/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRSpecimenCollectionMethod", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "FHIR Specimen Collection Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-collection-method", + "url": "http://hl7.org/fhir/ValueSet/specimen-collection-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.468", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.461", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.275", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-collection-method", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the care plan activity that was performed. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "397640006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-activity-performed/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CarePlanActivityPerformed", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Care Plan Activity Performed", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-plan-activity-performed", + "url": "http://hl7.org/fhir/ValueSet/care-plan-activity-performed", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3000", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/care-plan-activity-performed", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "The type of contributor.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contributor-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contributor-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContributorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ContributorType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "contributor-type", + "url": "http://hl7.org/fhir/ValueSet/contributor-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.93", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contributor-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of a resource narrative.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/narrative-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/narrative-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NarrativeStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "NarrativeStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "narrative-status", + "url": "http://hl7.org/fhir/ValueSet/narrative-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.55", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/narrative-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Consent Directive Type codes, including several consent directive related LOINC codes; HL7 VALUE SET: ActConsentType(2.16.840.1.113883.1.11.19897); examples of US realm consent directive legal descriptions and references to online and/or downloadable forms such as the SSA-827 Authorization to Disclose Information to the Social Security Administration; and other anticipated consent directives related to participation in a clinical trial, medical procedures, reproductive procedures; health care directive (Living Will); advance directive, do not resuscitate (DNR); Physician Orders for Life-Sustaining Treatment (POLST)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentscope" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes" + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActConsentType" + ] + }, + { + "system": "http://loinc.org", + "concept": [ + { "code": "59284-0", "display": "Patient Consent " }, + { + "code": "57016-8", + "display": "Privacy policy acknowledgement Document" + }, + { + "code": "57017-6", + "display": "Privacy policy Organization Document " + }, + { + "code": "64292-6", + "display": "Release of information consent " + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project (CBCC)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentCategoryCodes", + "copyright": "This value set includes content from LOINC® which is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-category", + "url": "http://hl7.org/fhir/ValueSet/consent-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.751", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.735", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of direction to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-direction-codes" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/assert-direction-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AssertionDirectionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Assertion Direction Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "assert-direction-codes", + "url": "http://hl7.org/fhir/ValueSet/assert-direction-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.706", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.694", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.359", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/assert-direction-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "State values for FHIR Subscriptions.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/subscription-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Subscription Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "subscription-status", + "url": "http://hl7.org/fhir/ValueSet/subscription-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.502", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.495", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.295", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of actor - system or human.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/examplescenario-actor-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/examplescenario-actor-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleScenarioActorType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Scenario Actor Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "examplescenario-actor-type", + "url": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.858", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/examplescenario-actor-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a type relates to its baseDefinition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/type-derivation-rule" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/type-derivation-rule/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TypeDerivationRule", + "experimental": false, + "resourceType": "ValueSet", + "title": "Type Derivation Rule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "type-derivation-rule", + "url": "http://hl7.org/fhir/ValueSet/type-derivation-rule", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.673", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.659", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/type-derivation-rule", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A supported modifier for a search parameter.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/search-modifier-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/search-modifier-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchModifierCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Search Modifier Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "search-modifier-code", + "url": "http://hl7.org/fhir/ValueSet/search-modifier-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.639", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.624", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.92", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-modifier-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The way in which this manufacturer is associated with the ingredient. For example whether it is a possible one (others allowed), or an exclusive authorized one for this ingredient. Note that this is not the manufacturing process role.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/ingredient-manufacturer-role" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ingredient-manufacturer-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IngredientManufacturerRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Ingredient Manufacturer Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "ingredient-manufacturer-role", + "url": "http://hl7.org/fhir/ValueSet/ingredient-manufacturer-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3247", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ingredient-manufacturer-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all medication refused, medication not administered, and non-administration of necessary drug or medicine codes from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "242990004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "182895007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTReasonMedicationNotGivenCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Reason Medication Not Given Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-not-given-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.342", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.332", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.187", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reason-medication-not-given-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Kind of precondition for the condition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/condition-precondition-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-precondition-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionPreconditionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition Precondition Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "condition-precondition-type", + "url": "http://hl7.org/fhir/ValueSet/condition-precondition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3179", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-precondition-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Medication Status Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/medication-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medication-status", + "url": "http://hl7.org/fhir/ValueSet/medication-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.376", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.363", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of relationship between reports.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/report-relation-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-relation-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReportRelationshipType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Report Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "report-relation-type", + "url": "http://hl7.org/fhir/ValueSet/report-relation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3066", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-relation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set captures the set of indicator codes defined by the CDS Hooks specification.", + "compose": { + "include": [ + { "system": "http://cds-hooks.hl7.org/CodeSystem/indicator" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cdshooks-indicator/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Indicator", + "experimental": true, + "resourceType": "ValueSet", + "title": "Indicator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "cdshooks-indicator", + "url": "http://hl7.org/fhir/ValueSet/cdshooks-indicator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1065", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cdshooks-indicator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Payee Type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/payeetype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payeetype/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimPayeeTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Claim Payee Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payeetype", + "url": "http://hl7.org/fhir/ValueSet/payeetype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.31", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payeetype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Used to specify why the normally expected content of the data element is missing.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/data-absent-reason/5.0.0", + "date": "2022-12-13T10:04:31+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DataAbsentReason", + "experimental": false, + "resourceType": "ValueSet", + "title": "Data Absent Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "data-absent-reason", + "url": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.5", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/data-absent-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "What a specific Encounter/EpisodeOfCare `reason.value` is to be used for.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/encounter-reason-use" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-reason-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterReasonUse", + "experimental": true, + "resourceType": "ValueSet", + "title": "Encounter Reason Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-reason-use", + "url": "http://hl7.org/fhir/ValueSet/encounter-reason-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3320", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-reason-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a ConceptMap mapping attribute value.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conceptmap-attribute-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conceptmap-attribute-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConceptMapAttributeType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptMap Attribute Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conceptmap-attribute-type", + "url": "http://hl7.org/fhir/ValueSet/conceptmap-attribute-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3325", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conceptmap-attribute-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is the code representing the type of organizational setting where the clinical encounter, service, interaction, or treatment occurred. The value set used for Healthcare Facility Type has been defined by HITSP to be the value set reproduced from HITSP C80 Table 2-147.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "82242000", + "display": "Hospital-children's" + }, + { + "code": "225732001", + "display": "Hospital-community" + }, + { + "code": "79993009", + "display": "Hospital-government" + }, + { + "code": "32074000", + "display": "Hospital-long term care" + }, + { + "code": "4322002", + "display": "Hospital-military field" + }, + { "code": "224687002", "display": "Hospital-prison" }, + { + "code": "62480006", + "display": "Hospital-psychiatric" + }, + { + "code": "80522000", + "display": "Hospital-rehabilitation" + }, + { + "code": "36125001", + "display": "Hospital-trauma center" + }, + { + "code": "48311003", + "display": "Hospital-Veterans' Administration" + }, + { "code": "284546000", "display": "Hospice facility" }, + { "code": "42665001", "display": "Nursing home" }, + { + "code": "45618002", + "display": "Skilled nursing facility" + }, + { + "code": "418518002", + "display": "Dialysis unit--hospital" + }, + { + "code": "73770003", + "display": "Emergency department--hospital" + }, + { + "code": "69362002", + "display": "Hospital ambulatory surgery facility" + }, + { + "code": "52668009", + "display": "Hospital birthing center" + }, + { + "code": "360957003", + "display": "Hospital outpatient allergy clinic" + }, + { + "code": "10206005", + "display": "Hospital outpatient dental clinic" + }, + { + "code": "37550003", + "display": "Hospital outpatient dermatology clinic" + }, + { + "code": "73644007", + "display": "Hospital outpatient endocrinology clinic" + }, + { + "code": "31628002", + "display": "Hospital outpatient family medicine clinic" + }, + { + "code": "58482006", + "display": "Hospital outpatient gastroenterology clinic" + }, + { + "code": "90484001", + "display": "Hospital outpatient general surgery clinic" + }, + { + "code": "1814000", + "display": "Hospital outpatient geriatric health center" + }, + { + "code": "22549003", + "display": "Hospital outpatient gynecology clinic" + }, + { + "code": "56293002", + "display": "Hospital outpatient hematology clinic" + }, + { + "code": "360966004", + "display": "Hospital outpatient immunology clinic" + }, + { + "code": "2849009", + "display": "Hospital outpatient infectious disease clinic" + }, + { + "code": "14866005", + "display": "Hospital outpatient mental health center" + }, + { + "code": "38238005", + "display": "Hospital outpatient neurology clinic" + }, + { + "code": "56189001", + "display": "Hospital outpatient obstetrical clinic" + }, + { + "code": "89972002", + "display": "Hospital outpatient oncology clinic" + }, + { + "code": "78088001", + "display": "Hospital outpatient ophthalmology clinic" + }, + { + "code": "78001009", + "display": "Hospital outpatient orthopedics clinic" + }, + { + "code": "23392004", + "display": "Hospital outpatient otorhinolaryngology clinic" + }, + { + "code": "36293008", + "display": "Hospital outpatient pain clinic" + }, + { + "code": "3729002", + "display": "Hospital outpatient pediatric clinic" + }, + { + "code": "5584006", + "display": "Hospital outpatient peripheral vascular clinic" + }, + { + "code": "37546005", + "display": "Hospital outpatient rehabilitation clinic" + }, + { + "code": "57159002", + "display": "Hospital outpatient respiratory disease clinic" + }, + { + "code": "331006", + "display": "Hospital outpatient rheumatology clinic" + }, + { + "code": "50569004", + "display": "Hospital outpatient urology clinic" + }, + { + "code": "79491001", + "display": "Hospital radiology facility" + }, + { + "code": "33022008", + "display": "Hospital-based outpatient clinic or department--OTHER-NOT LISTED" + }, + { + "code": "19602009", + "display": "Fee-for-service private physicians' group office" + }, + { + "code": "39350007", + "display": "Private physicians' group office" + }, + { + "code": "83891005", + "display": "Solo practice private office" + }, + { + "code": "394759007", + "display": "Independent ambulatory care provider site--OTHER--NOT LISTED" + }, + { + "code": "405607001", + "display": "Ambulatory surgery center" + }, + { + "code": "309900005", + "display": "Care of the elderly day hospital" + }, + { + "code": "275576008", + "display": "Elderly assessment clinic" + }, + { + "code": "10531005", + "display": "Free-standing ambulatory surgery facility" + }, + { + "code": "91154008", + "display": "Free-standing birthing center" + }, + { + "code": "41844007", + "display": "Free-standing geriatric health center" + }, + { + "code": "45899008", + "display": "Free-standing laboratory facility" + }, + { + "code": "51563005", + "display": "Free-standing mental health center" + }, + { + "code": "1773006", + "display": "Free-standing radiology facility" + }, + { + "code": "72311000", + "display": "Health maintenance organization" + }, + { + "code": "6827000", + "display": "Local community health center" + }, + { + "code": "309898008", + "display": "Psychogeriatric day hospital" + }, + { + "code": "39913001", + "display": "Residential school infirmary" + }, + { + "code": "77931003", + "display": "Rural health center" + }, + { + "code": "25681007", + "display": "Sexually transmitted disease health center" + }, + { + "code": "20078004", + "display": "Substance abuse treatment center" + }, + { "code": "46224007", "display": "Vaccination clinic" }, + { "code": "81234003", "display": "Walk-in clinic" }, + { + "code": "35971002", + "display": "Ambulatory care site--OTHER--NOT LISTED" + }, + { + "code": "11424001", + "display": "Ambulance-based care" + }, + { + "code": "409519008", + "display": "Contained casualty setting" + }, + { + "code": "901005", + "display": "Helicopter-based care" + }, + { "code": "2081004", "display": "Hospital ship" }, + { + "code": "59374000", + "display": "Traveler's aid clinic" + }, + { + "code": "413456002", + "display": "Adult day care center" + }, + { + "code": "413817003", + "display": "Child day care center" + }, + { + "code": "310205006", + "display": "Private residential home" + }, + { + "code": "419955002", + "display": "Residential institution" + }, + { "code": "272501009", "display": "Sports facility" }, + { + "code": "394777002", + "display": "Health encounter site--NOT LISTED" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/c80-facilitycodes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HITSP", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FacilityTypeCodeValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Facility Type Code Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "c80-facilitycodes", + "url": "http://hl7.org/fhir/ValueSet/c80-facilitycodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.67", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.131", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/c80-facilitycodes" + }, + { + "description": "The type of notification represented by the status message.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/subscription-notification-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-notification-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionNotificationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Subscription Notification Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "subscription-notification-type", + "url": "http://hl7.org/fhir/ValueSet/subscription-notification-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3161", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-notification-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/identity-assuranceLevel" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/identity-assuranceLevel/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IdentityAssuranceLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "Identity Assurance Level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "identity-assuranceLevel", + "url": "http://hl7.org/fhir/ValueSet/identity-assuranceLevel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.656", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.640", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.342", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/identity-assuranceLevel", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A symptom, disease or procedure.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "363788007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "64572001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/disease-symptom-procedure/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiseaseSymptomProcedure", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Disease Symptom Procedure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "disease-symptom-procedure", + "url": "http://hl7.org/fhir/ValueSet/disease-symptom-procedure", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3114", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/disease-symptom-procedure", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Distinguishes groups from questions and display text and indicates data type for questions.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/item-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/item-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireItemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Item Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "item-type", + "url": "http://hl7.org/fhir/ValueSet/item-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.444", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.437", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/item-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The quality standard, established benchmark, to which a substance complies.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/substance-grade" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-grade/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceGrade", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Grade", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-grade", + "url": "http://hl7.org/fhir/ValueSet/substance-grade", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3262", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-grade", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines the kinds of conditions that can appear on actions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-condition-kind" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-condition-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionConditionKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Condition Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-condition-kind", + "url": "http://hl7.org/fhir/ValueSet/action-condition-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.815", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.798", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-condition-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "DeviceDispense Status Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/devicedispense-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/devicedispense-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDispenseStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "DeviceDispense Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "devicedispense-status", + "url": "http://hl7.org/fhir/ValueSet/devicedispense-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3153", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicedispense-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationAdministration Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-admin-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-admin-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationAdministrationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "MedicationAdministration Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "medication-admin-status", + "url": "http://hl7.org/fhir/ValueSet/medication-admin-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.340", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.330", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.186", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-admin-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates that a parameter applies when the operation is being invoked at the specified level", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/operation-parameter-scope" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/operation-parameter-scope/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationParameterScope", + "experimental": false, + "resourceType": "ValueSet", + "title": "Operation Parameter Scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "5.0.0" + } + ], + "status": "active", + "id": "operation-parameter-scope", + "url": "http://hl7.org/fhir/ValueSet/operation-parameter-scope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3206", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/operation-parameter-scope", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The current status of the task.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/task-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/task-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TaskStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Task Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "task-status", + "url": "http://hl7.org/fhir/ValueSet/task-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.790", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.773", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/task-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Aggregation method for a measure (e.g. sum, average, median, minimum, maximum, count)", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/measure-aggregate-method" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-aggregate-method/5.0.0", + "date": "2019-03-14T23:21:03-06:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureAggregateMethod", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Aggregate Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "active", + "id": "measure-aggregate-method", + "url": "http://hl7.org/fhir/ValueSet/measure-aggregate-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3192", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-aggregate-method", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes all possible codes from BCP-47 (see http://tools.ietf.org/html/bcp47)", + "compose": { "include": [{ "system": "urn:ietf:bcp:47" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/all-languages/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllLanguages", + "experimental": false, + "resourceType": "ValueSet", + "title": "All Languages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "all-languages", + "url": "http://hl7.org/fhir/ValueSet/all-languages", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.21", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/all-languages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the administered dose of vaccine.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/event-status", + "concept": [ + { "code": "completed" }, + { "code": "entered-in-error" }, + { "code": "not-done" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "immunization-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.295", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.292", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the kinds of special arrangements in place for a patients visit.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/encounter-special-arrangements" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-special-arrangements/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecialArrangements", + "experimental": false, + "resourceType": "ValueSet", + "title": "Special Arrangements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-special-arrangements", + "url": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.253", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.248", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.141", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-special-arrangements", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code specifying the state of the resource instance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/explanationofbenefit-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/explanationofbenefit-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExplanationOfBenefitStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Explanation Of Benefit Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "explanationofbenefit-status", + "url": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.618", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.610", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/explanationofbenefit-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A species for which a medicinal product is intended.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/target-species" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/target-species/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TargetSpecies", + "experimental": true, + "resourceType": "ValueSet", + "title": "Target Species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "target-species", + "url": "http://hl7.org/fhir/ValueSet/target-species", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3166", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/target-species", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How an entity was used in an activity.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/provenance-entity-role" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provenance-entity-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProvenanceEntityRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance Entity Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "provenance-entity-role", + "url": "http://hl7.org/fhir/ValueSet/provenance-entity-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.436", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.427", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.247", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provenance-entity-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example set of codes that can be used for billing purposes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/chargeitem-billingcodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/chargeitem-billingcodes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ChargeItemCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Charge Item Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "chargeitem-billingcodes", + "url": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.848", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.823", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/chargeitem-billingcodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Behavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete).", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/subscriptiontopic-cr-behavior" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CriteriaNotExistsBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Criteria Not Exists Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "subscriptiontopic-cr-behavior", + "url": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3174", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscriptiontopic-cr-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An interactant - a substance that may have a clinically significant effect on another.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interactant/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Interactant", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Interactant", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "interactant", + "url": "http://hl7.org/fhir/ValueSet/interactant", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3105", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interactant", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for security control.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-security-control" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-control/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceSecurityControlCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Security Control codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-control", + "url": "http://hl7.org/fhir/ValueSet/contract-security-control", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1222", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-security-control", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The kind of response to a message.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/response-code" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/response-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResponseType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Response Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "response-code", + "url": "http://hl7.org/fhir/ValueSet/response-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.380", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.367", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.203", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/response-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A legal or regulatory framework against which an authorization is granted, or other reasons for it.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/regulated-authorization-basis" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/regulated-authorization-basis/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RegulatedAuthorizationBasis", + "experimental": true, + "resourceType": "ValueSet", + "title": "Regulated Authorization Basis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "regulated-authorization-basis", + "url": "http://hl7.org/fhir/ValueSet/regulated-authorization-basis", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2997", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/regulated-authorization-basis", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The relationship between two substance types.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-amount-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-amount-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceAmountType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Amount Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-amount-type", + "url": "http://hl7.org/fhir/ValueSet/substance-amount-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1612", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-amount-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range for a particular target population.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/referencerange-meaning/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationReferenceRangeMeaningCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Reference Range Meaning Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "referencerange-meaning", + "url": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.397", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.384", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.217", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/referencerange-meaning", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "All fhir datatypes", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/fhir-types" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/data-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "All FHIR Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "data-types", + "url": "http://hl7.org/fhir/ValueSet/data-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.22", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/data-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The recurrence type of a recurring appointment.", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { + "code": "d", + "display": "day", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "day" + } + ], + "designation": [{ "value": "天", "language": "zh" }] + }, + { + "code": "wk", + "display": "week", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "week" + } + ], + "designation": [ + { "value": "星期", "language": "zh" } + ] + }, + { + "code": "mo", + "display": "month", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "month - Normal practice is to use the 'mo' code as a calendar month when calculating the next occurrence." + } + ], + "designation": [{ "value": "月", "language": "zh" }] + }, + { + "code": "a", + "display": "year", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "year" + } + ], + "designation": [{ "value": "年", "language": "zh" }] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/appointment-recurrrence-type/5.0.0", + "date": "2022-03-01", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AppointmentRecurrenceType", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Appointment Recurrence Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "appointment-recurrrence-type", + "url": "http://hl7.org/fhir/ValueSet/appointment-recurrrence-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2995", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/appointment-recurrrence-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all UCUM codes", + "compose": { "include": [{ "system": "http://unitsofmeasure.org" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-units/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UCUMCodes", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": true, + "resourceType": "ValueSet", + "title": "UCUM Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ucum-units", + "url": "http://hl7.org/fhir/ValueSet/ucum-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.912", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes codes from the Anatomical Therapeutic Chemical Classification System - provided as an exemplar value set.", + "compose": { "include": [{ "system": "http://www.whocc.no/atc" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-classification/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductClassification", + "copyright": "This resource includes content from the Anatomical Therapeutic Chemical Classification System which is copyright of the WHO Collaborating Centre for Drug Statistics Methodology.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-classification", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-classification", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-classification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all dose form codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "736542009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-form-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTFormCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Form Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-form-codes", + "url": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.374", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.359", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.198", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-form-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The current state of the list.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/list-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ListStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "List Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "list-status", + "url": "http://hl7.org/fhir/ValueSet/list-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.326", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.317", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.178", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the type of care team.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "LA27975-4", + "display": "Event-focused care team" + }, + { + "code": "LA27976-2", + "display": "Encounter-focused care team" + }, + { + "code": "LA27977-0", + "display": "Episode of care-focused care team" + }, + { + "code": "LA27978-8", + "display": "Condition-focused care team" + }, + { + "code": "LA28865-6", + "display": "Longitudinal care-coordination focused care team" + }, + { + "code": "LA28866-4", + "display": "Home & Community Based Services (HCBS)-focused care team" + }, + { + "code": "LA27980-4", + "display": "Clinical research-focused care team" + }, + { + "code": "LA28867-2", + "display": "Public health-focused care team" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/care-team-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CareTeamCategory", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Care Team category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "care-team-category", + "url": "http://hl7.org/fhir/ValueSet/care-team-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.155", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.146", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/care-team-category" + }, + { + "description": "Situation codes describing the reason that a procedure, which might otherwise be expected, was not performed, or a procedure that was started and was not completed. Consists of SNOMED CT codes, children of procedure contraindicated (183932001), procedure discontinued (416406003), procedure not done (416237000), procedure not indicated (428119001), procedure not offered (416064006), procedure not wanted (416432009), procedure refused (183944003), and procedure stopped (394908001) as well as 410536001 Contraindicated (qualifier value).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "183932001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416406003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416237000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "428119001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416064006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416432009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "183944003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "394908001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "410536001" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-not-performed-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Health Level Seven, Inc. - CQI WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureNotPerformedReasonSNOMEDCT", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Not Performed Reason (SNOMED-CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "procedure-not-performed-reason", + "url": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.431", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.422", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.418", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-not-performed-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/CQI", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes color codes - either the color names as defined in [CSS4](https://www.w3.org/TR/css-color-4/), or any valid RGB code (```#RRGGBB``` in Hex).", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/color-names" }, + { "system": "http://hl7.org/fhir/color-rgb" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/color-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Infrastructure", + "fhirVersion": null, + "name": "ColorCodesOrRGB", + "copyright": "[Copyright](https://www.w3.org/Consortium/Legal/ipr-notice) ©2022 World Wide Web Consortium. All Rights Reserved. This work is distributed under the [W3C® Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software) in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Color Codes (Names or RGB Values)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "color-codes", + "url": "http://hl7.org/fhir/ValueSet/color-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3326", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.3326", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/color-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Whether an operation parameter is an input or an output parameter.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/operation-parameter-use" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/operation-parameter-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationParameterUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "Operation Parameter Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "operation-parameter-use", + "url": "http://hl7.org/fhir/ValueSet/operation-parameter-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.508", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.501", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.298", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/operation-parameter-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a ConceptMap mapping property value.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conceptmap-property-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conceptmap-property-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConceptMapPropertyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptMap Property Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conceptmap-property-type", + "url": "http://hl7.org/fhir/ValueSet/conceptmap-property-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3320", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conceptmap-property-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the status of the subject within the encounter", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/encounter-subject-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-subject-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterSubjectStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Encounter Subject Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-subject-status", + "url": "http://hl7.org/fhir/ValueSet/encounter-subject-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3159", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-subject-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Common UCUM units for recording Vital Signs", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "%", "display": "percent" }, + { "code": "cm", "display": "centimeter" }, + { "code": "[in_i]", "display": "inch (international)" }, + { "code": "kg", "display": "kilogram" }, + { "code": "g", "display": "gram" }, + { + "code": "[lb_av]", + "display": "pound (US and British)" + }, + { "code": "Cel", "display": "degree Celsius" }, + { "code": "[degF]", "display": "degree Fahrenheit" }, + { + "code": "mm[Hg]", + "display": "millimeter of mercury" + }, + { "code": "/min", "display": "per minute" }, + { + "code": "kg/m2", + "display": "kilogram / (meter ^ 2)" + }, + { "code": "m2", "display": "square meter" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-vitals-common/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VitalSignsUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vital Signs Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-vitals-common", + "url": "http://hl7.org/fhir/ValueSet/ucum-vitals-common", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.955", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.870", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-vitals-common" + }, + { + "description": "Codes indicating the degree of authority/intentionality associated with a care plan.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/request-intent", + "concept": [ + { "code": "proposal" }, + { "code": "plan" }, + { "code": "order" }, + { "code": "option" }, + { "code": "directive" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/care-plan-intent/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CarePlanIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Plan Intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-plan-intent", + "url": "http://hl7.org/fhir/ValueSet/care-plan-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.150", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.141", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/care-plan-intent", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Example guidance module codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guidance-module-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/guidance-module-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GuidanceModuleCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Guidance Module Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "guidance-module-code", + "url": "http://hl7.org/fhir/ValueSet/guidance-module-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3266", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/guidance-module-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the ameliorating actions taken after the adverse event occured in order to reduce the extent of harm.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "106181007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-mitigating-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventMitigatingAction", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Mitigating Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-mitigating-action", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-mitigating-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3234", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-mitigating-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The data formats relevant to Genomic Study analysis.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/genomicstudy-dataformat" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/genomicstudy-dataformat/5.0.0", + "date": "2022-08-17T15:02:11-05:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudyDataFormat", + "experimental": true, + "resourceType": "ValueSet", + "title": "Genomic Study Data Format", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "genomicstudy-dataformat", + "url": "http://hl7.org/fhir/ValueSet/genomicstudy-dataformat", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3084", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/genomicstudy-dataformat", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes common codes from BCP-47 (see http://tools.ietf.org/html/bcp47) for the purpose of writing; this value set (unlike the common languages value set) doesn't include dialects except where they are relevant for written languages", + "compose": { + "include": [ + { + "system": "urn:ietf:bcp:47", + "concept": [ + { + "code": "ar", + "display": "Arabic", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisk", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabic", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Arabisch", + "language": "nl" + } + ] + }, + { + "code": "bn", + "display": "Bengali", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengali", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengaals", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Бенгальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "孟加拉语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Bengalsk", + "language": "da" + } + ] + }, + { + "code": "cs", + "display": "Czech", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Czech", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tsjechisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Чешский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "捷克语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tschechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tjekkisk", + "language": "da" + } + ] + }, + { + "code": "da", + "display": "Danish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Danish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deens", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Датский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "丹麦语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dänisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dansk", + "language": "da" + } + ] + }, + { + "code": "de", + "display": "German", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "German", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Duits", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Немецкий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "德语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Deutsch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Tysk", + "language": "da" + } + ] + }, + { + "code": "el", + "display": "Greek", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Greek", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Grieks", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Греческий", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "希腊语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Griechisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Græsk", + "language": "da" + } + ] + }, + { + "code": "en", + "display": "English", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "English", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engels", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Английский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "英语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Englisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Engelsk", + "language": "da" + } + ] + }, + { + "code": "es", + "display": "Spanish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Испанский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "西班牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Spansk", + "language": "da" + } + ] + }, + { + "code": "fi", + "display": "Finnish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fins", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Финский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "芬兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finnisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Finsk", + "language": "da" + } + ] + }, + { + "code": "fr", + "display": "French", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "French", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Французский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "法语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Französisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fransk", + "language": "da" + } + ] + }, + { + "code": "fy", + "display": "Frisian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Fries", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "弗里士兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Friesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Frisisk", + "language": "da" + } + ] + }, + { + "code": "hi", + "display": "Hindi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hindi", + "language": "nl" + } + ] + }, + { + "code": "hr", + "display": "Croatian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Croatian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Хорватский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "克罗地亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kroatisk", + "language": "da" + } + ] + }, + { + "code": "it", + "display": "Italian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Итальянский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "意大利语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italienisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Italiensk", + "language": "da" + } + ] + }, + { + "code": "ja", + "display": "Japanese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Японский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "日语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Japansk", + "language": "da" + } + ] + }, + { + "code": "ko", + "display": "Korean", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Korean", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreaans", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Корейский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "朝鲜语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreanisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Koreansk", + "language": "da" + } + ] + }, + { + "code": "nl", + "display": "Dutch", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Dutch", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Nederlands", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Нидерландский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "荷兰语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Niederländisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Hollandsk", + "language": "da" + } + ] + }, + { + "code": "no", + "display": "Norwegian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Noors", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Норвежский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "挪威语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norwegisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Norsk", + "language": "da" + } + ] + }, + { + "code": "pa", + "display": "Punjabi", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "da" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Punjabi", + "language": "nl" + } + ] + }, + { + "code": "pl", + "display": "Polish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Polskie", + "language": "pl" + } + ] + }, + { + "code": "pt", + "display": "Portuguese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portuguese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Португальский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "葡萄牙语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugiesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Portugisisk", + "language": "da" + } + ] + }, + { + "code": "ru", + "display": "Russian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Русский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "俄语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Russisk", + "language": "da" + } + ] + }, + { + "code": "sr", + "display": "Serbian", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbian", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Servisch", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Сербский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "塞尔维亚语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Serbisk", + "language": "da" + } + ] + }, + { + "code": "sv", + "display": "Swedish", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Swedish", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Zweeds", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Шведский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "瑞典语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Schwedisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Svensk", + "language": "da" + } + ] + }, + { + "code": "te", + "display": "Telugu", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Teloegoe", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Телугу", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "泰卢固语", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Telugu", + "language": "da" + } + ] + }, + { + "code": "zh", + "display": "Chinese", + "designation": [ + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinese", + "language": "en" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinees", + "language": "nl" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kитайский", + "language": "ru" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "中文", + "language": "zh" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Chinesisch", + "language": "de" + }, + { + "use": { + "code": "display", + "system": "http://terminology.hl7.org/CodeSystem/designation-usage" + }, + "value": "Kinesisk", + "language": "da" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/written-languages/5.0.0", + "date": "2016-08-22T09:53:05+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02.749+00:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "name": "CommonLanguagesWritten", + "experimental": false, + "resourceType": "ValueSet", + "title": "Common Languages (Written)", + "status": "draft", + "id": "written-languages", + "url": "http://hl7.org/fhir/ValueSet/written-languages", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3010", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/written-languages", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The technique that is used to perform the process or preserve the specimen. These are codes from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "descendent-of", + "value": "9265001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-processing-method/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenProcessingMethod", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Specimen Processing Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-processing-method", + "url": "http://hl7.org/fhir/ValueSet/specimen-processing-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3215", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-processing-method", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "positiveInt type: An integer with a value that is positive (e.g. >0)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/positiveInt/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "positiveInt", + "abstract": false, + "type": "positiveInt", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "positiveInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/positiveInt", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/positiveInt", + "differential": { + "element": [ + { + "id": "positiveInt", + "max": "*", + "min": 0, + "path": "positiveInt", + "short": "Primitive Type positiveInt", + "definition": "An integer with a value that is positive (e.g. >0)" + }, + { + "path": "positiveInt.value", + "min": 0, + "definition": "Primitive value for positiveInt", + "short": "Primitive value for positiveInt", + "maxValuePositiveInt": 2147483647, + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Integer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "positiveInt" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[1-9][0-9]*" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "positiveInt.value", + "minValuePositiveInt": 1 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/integer" + }, + { + "description": "This value set includes a smattering of Prescription Product codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-visionprescriptionproduct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/vision-product/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleVisionPrescriptionProductCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Vision Prescription Product Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "vision-product", + "url": "http://hl7.org/fhir/ValueSet/vision-product", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.658", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.642", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.343", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vision-product", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Substance category codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/substance-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Substance Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "substance-category", + "url": "http://hl7.org/fhir/ValueSet/substance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.476", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.469", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.279", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set is suitable for use with the provenance resource. It is derived from, but not compatible with, the HL7 v3 Purpose of use Code system.", + "compose": { + "include": [{ "system": "http://healthit.gov/nhin/purposeofuse" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/nhin-purposeofuse/5.0.0", + "date": "2010-01-29", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Nationwide Health Information Network (NHIN)", + "fhirVersion": null, + "name": "NHINPurposeOfUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "NHIN PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-map", + "valueCanonical": "#map" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "contained": [ + { + "id": "map", + "name": "NHIN / V3 Mapping", + "group": [ + { + "source": "http://healthit.gov/nhin/purposeofuse", + "target": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "element": [ + { + "code": "TREATMENT", + "target": [ + { + "code": "TREAT", + "relationship": "equivalent" + } + ] + }, + { + "code": "PAYMENT", + "target": [ + { + "code": "HPAYMT", + "relationship": "equivalent" + } + ] + }, + { + "code": "OPERATIONS", + "target": [ + { + "code": "HOPERAT", + "relationship": "equivalent" + } + ] + }, + { + "code": "SYSADMIN", + "target": [ + { + "code": "SYSADMN", + "relationship": "equivalent" + } + ] + }, + { + "code": "FRAUD", + "target": [ + { + "code": "FRAUD", + "relationship": "equivalent" + } + ] + }, + { "code": "PSYCHOTHERAPY", "noMap": true }, + { + "code": "TRAINING", + "target": [ + { + "code": "TRAIN", + "relationship": "equivalent" + } + ] + }, + { + "code": "LEGAL", + "target": [ + { + "code": "HLEGAL", + "relationship": "equivalent" + } + ] + }, + { + "code": "MARKETING", + "target": [ + { + "code": "HMARKT", + "comment": "Not clear how much difference there is between 'marketing' and 'healthcare marketing'", + "relationship": "source-is-broader-than-target" + } + ] + }, + { + "code": "DIRECTORY", + "target": [ + { + "code": "HDIRECT", + "relationship": "equivalent" + } + ] + }, + { + "code": "DISASTER", + "target": [ + { + "code": "DISASTER", + "relationship": "equivalent" + } + ] + }, + { + "code": "PUBLICHEALTH", + "target": [ + { + "code": "PUBHLTH", + "relationship": "equivalent" + } + ] + }, + { + "code": "JUDICIAL", + "target": [ + { + "code": "HLEGAL", + "relationship": "source-is-narrower-than-target" + } + ] + }, + { + "code": "LAW", + "target": [ + { + "code": "HLEGAL", + "relationship": "source-is-narrower-than-target" + } + ] + }, + { + "code": "DONATION", + "target": [ + { + "code": "DONAT", + "relationship": "equivalent" + } + ] + }, + { + "code": "RESEARCH", + "target": [ + { + "code": "HRESCH", + "comment": "Not clear how much difference there is between 'research' and 'healthcare research'", + "relationship": "source-is-broader-than-target" + } + ] + }, + { + "code": "THREAT", + "target": [ + { + "code": "THREAT", + "relationship": "equivalent" + } + ] + }, + { + "code": "GOVERNMENT", + "target": [ + { + "code": "GOV", + "relationship": "equivalent" + } + ] + }, + { + "code": "COVERAGE", + "target": [ + { + "code": "COVAUTH", + "relationship": "equivalent" + } + ] + }, + { + "code": "REQUEST", + "target": [ + { + "code": "PATRQT", + "relationship": "equivalent" + } + ] + } + ] + } + ], + "status": "draft", + "resourceType": "ConceptMap" + } + ], + "status": "active", + "id": "nhin-purposeofuse", + "url": "http://hl7.org/fhir/ValueSet/nhin-purposeofuse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3142", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/nhin-purposeofuse", + "contact": [ + { + "telecom": [ + { + "value": "https://www.healthit.gov/sites/default/files/nhin-authorization-framework-production-specification-v2.0-1.pdf", + "system": "url" + } + ] + } + ] + }, + { + "description": "Current and past FHIR resource types (deleted or renamed)", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/resource-types"] }, + { "system": "http://hl7.org/fhir/fhir-old-types" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/version-independent-resource-types/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7, International", + "fhirVersion": null, + "name": "VersionIndependentResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Version Independent Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "version-independent-resource-types", + "url": "http://hl7.org/fhir/ValueSet/version-independent-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3318", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/version-independent-resource-types" + }, + { + "description": "This resource describes the properties (regulated, has real time clock, etc.), adminstrative (manufacturer name, model number, serial number, firmware, etc.), and type (knee replacement, blood pressure cuff, MRI, etc.) of a physical unit (these values do not change much within a given module, for example the serail number, manufacturer name, and model number). An actual unit may consist of several modules in a distinct hierarchy and these are represented by multiple Device resources and bound through the 'parent' element.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Device/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Allows institutions to track their devices.", + "name": "Device", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://fda.gov/UDI", + "name": "UDI Mapping", + "identity": "udi" + } + ], + "abstract": false, + "type": "Device", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Device", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Device", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Device", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "dev-1", + "human": "only one Device.name.display SHALL be true when there is more than one Device.name", + "source": "http://hl7.org/fhir/StructureDefinition/Device", + "severity": "error", + "expression": "name.where(display=true).count() <= 1" + } + ], + "path": "Device", + "min": 0, + "definition": "A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device.", + "isModifier": false, + "short": "Item used in healthcare", + "mapping": [ + { "map": "administrative.device", "identity": "w5" }, + { "map": "Device", "identity": "rim" }, + { "map": "Participant", "identity": "interface" } + ], + "mustSupport": false, + "max": "*", + "id": "Device" + }, + { + "path": "Device.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a device by manufacturers other organizations or owners.", + "isModifier": false, + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + }, + { + "map": "The serial number which is a component of the production identifier (PI), a conditional, variable portion of a UDI. The identifier.type code should be set to “SNO”(Serial Number) and the system left empty.", + "identity": "udi" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Device.identifier", + "comment": "Certain attributes, like serial number and UDI Carrier (the HRF or AIDC barcode string) are not device instance identifiers as they are not consistently able to uniquely identify the instance of a device, thus are not appropriate to be used to value Device.identifier. The barcode string from a barcode present on a device label or package may identify the instance, include names given to the device in local usage, or may identify the type of device. If the identifier identifies the type of device, Device.type element should be used. The identifier is typically valued if the serialNumber or lotNumber is not valued and represents a different type of identifier. However, it is permissible to still include those identifiers in DeviceDefinition.identifier with the appropriate identifier.type.", + "isSummary": false + }, + { + "path": "Device.displayName", + "min": 0, + "definition": "The name used to display by default when the device is referenced. Based on intent of use by the resource creator, this may reflect one of the names in Device.name, or may be another simple name.", + "isModifier": false, + "short": "The name used to display by default when the device is referenced", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.displayName", + "isSummary": false + }, + { + "path": "Device.definition", + "min": 0, + "definition": "The reference to the definition for the device.", + "isModifier": false, + "short": "The reference to the definition for the device", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Device.definition", + "isSummary": false + }, + { + "path": "Device.udiCarrier", + "min": 0, + "definition": "Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.", + "isModifier": false, + "short": "Unique Device Identifier (UDI) Barcode string", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id and .code", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Device.udiCarrier", + "comment": "UDI may identify an unique instance of a device, or it may only identify the type of the device. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.deviceIdentifier", + "min": 1, + "definition": "The device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.", + "isModifier": false, + "short": "Mandatory fixed portion of UDI", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "The device identifier (DI), a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["DI"], + "max": "1", + "id": "Device.udiCarrier.deviceIdentifier", + "isSummary": true + }, + { + "path": "Device.udiCarrier.issuer", + "min": 1, + "definition": "Organization that is charged with issuing UDIs for devices. For example, the US FDA issuers include: \n1) GS1: http://hl7.org/fhir/NamingSystem/gs1-di, \n2) HIBCC: http://hl7.org/fhir/NamingSystem/hibcc-diI, \n3) ICCBBA for blood containers: http://hl7.org/fhir/NamingSystem/iccbba-blood-di, \n4) ICCBA for other devices: http://hl7.org/fhir/NamingSystem/iccbba-other-di # Informationsstelle für Arzneispezialitäten (IFA GmbH) (EU only): http://hl7.org/fhir/NamingSystem/ifa-gmbh-di.", + "isModifier": false, + "short": "UDI Issuing Organization", + "mapping": [ + { "map": "Role.id.root", "identity": "rim" }, + { + "map": "All UDIs are to be issued under a system operated by an Jurisdiction-accredited issuing agency.\nGS1 DIs: \n http://hl7.org/fhir/NamingSystem/gs1\nHIBCC DIs:\n http://hl7.org/fhir/NamingSystem/hibcc\nICCBBA DIs for blood containers:\n http://hl7.org/fhir/NamingSystem/iccbba-blood\nICCBA DIs for other devices:\n http://hl7.org/fhir/NamingSystem/iccbba-other", + "identity": "udi" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": ["Barcode System"], + "max": "1", + "id": "Device.udiCarrier.issuer", + "isSummary": true + }, + { + "path": "Device.udiCarrier.jurisdiction", + "requirements": "Allows a recipient of a UDI to know which database will contain the UDI-associated metadata.", + "min": 0, + "definition": "The identity of the authoritative source for UDI generation within a jurisdiction. All UDIs are globally unique within a single namespace with the appropriate repository uri as the system. For example, UDIs of devices managed in the U.S. by the FDA, the value is http://hl7.org/fhir/NamingSystem/us-fda-udi or in the European Union by the European Commission http://hl7.org/fhir/NamingSystem/eu-ec-udi.", + "isModifier": false, + "short": "Regional UDI authority", + "mapping": [{ "map": "Role.scoper", "identity": "rim" }], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Device.udiCarrier.jurisdiction", + "isSummary": false + }, + { + "path": "Device.udiCarrier.carrierAIDC", + "min": 0, + "definition": "The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - e.g., a barcode or RFID. Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC Formats *SHALL* be base64 encoded.", + "isModifier": false, + "short": "UDI Machine Readable Barcode String", + "mapping": [ + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "A unique device identifier (UDI) on a device label a form that uses automatic identification and data capture (AIDC) technology.", + "identity": "udi" + } + ], + "type": [{ "code": "base64Binary" }], + "mustSupport": false, + "alias": ["Automatic Identification and Data Capture"], + "max": "1", + "id": "Device.udiCarrier.carrierAIDC", + "comment": "The AIDC form of UDIs should be scanned or otherwise used for the identification of the device whenever possible to minimize errors in records resulting from manual transcriptions. If separate barcodes for DI and PI are present, concatenate the string with DI first and in order of human readable expression on label.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.carrierHRF", + "min": 0, + "definition": "The full UDI carrier as the human readable form (HRF) representation of the barcode string as printed on the packaging of the device.", + "isModifier": false, + "short": "UDI Human Readable Barcode String", + "mapping": [ + { "map": "Role.id.extension", "identity": "rim" }, + { + "map": "A unique device identifier (UDI) on a device label in plain text", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["Human Readable Form"], + "max": "1", + "id": "Device.udiCarrier.carrierHRF", + "comment": "If separate barcodes for DI and PI are present, concatenate the string with DI first and in order of human readable expression on label.", + "isSummary": true + }, + { + "path": "Device.udiCarrier.entryType", + "requirements": "Supports a way to distinguish hand entered from machine read data.", + "min": 0, + "definition": "A coded entry to indicate how the data was entered.", + "isModifier": false, + "short": "barcode | rfid | manual | card | self-reported | electronic-transmission | unknown", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/udi-entry-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UDIEntryType" + } + ], + "description": "Codes to identify how UDI data was entered." + }, + "max": "1", + "id": "Device.udiCarrier.entryType", + "isSummary": false + }, + { + "path": "Device.status", + "min": 0, + "definition": "The Device record status. This is not the status of the device like availability.", + "isModifier": true, + "short": "active | inactive | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDeviceStatus" + } + ], + "description": "The record status of the device." + }, + "max": "1", + "id": "Device.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Device.availabilityStatus", + "min": 0, + "definition": "The availability of the device.", + "isModifier": false, + "short": "lost | damaged | destroyed | available", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/device-availability-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDeviceAvailabilityStatus" + } + ], + "description": "The availability status reason of the device." + }, + "max": "1", + "id": "Device.availabilityStatus", + "isSummary": false + }, + { + "path": "Device.biologicalSourceEvent", + "min": 0, + "definition": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.", + "isModifier": false, + "short": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["Distinct Identification Code (DIC)"], + "max": "1", + "id": "Device.biologicalSourceEvent", + "comment": "Necessary to support mandatory requirements for traceability from donor/source to recipient and vice versa, while also satisfying donor anonymity requirements. The element is defined consistently across BiologicallyDerivedProduct, NutritionProduct, and Device. The identifier references an event that links to a single biological entity such as a blood donor, or to multiple biological entities (e.g. when the product is an embryo or a pooled platelet product). A single biologicalSourceEvent identifier may appear on multiple products of many types derived from a single donation event or source extraction. As an example, a single donation event may provide 2 kidneys and a liver for organ transplantation, 2 corneas for eye surgery, heart valves and arterial tissue for cardiovascular surgery, multiple skin grafts, tendons, multiple shaped bone grafts and a large number of bone putty/paste products; and each of them may be assigned to the same biological source event identifier.", + "isSummary": false + }, + { + "path": "Device.manufacturer", + "min": 0, + "definition": "A name of the manufacturer or entity legally responsible for the device.", + "isModifier": false, + "short": "Name of device manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].scoper.name", + "identity": "rim" + }, + { "map": "N/A", "identity": "udi" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.manufacturer", + "isSummary": false + }, + { + "path": "Device.manufactureDate", + "min": 0, + "definition": "The date and time when the device was manufactured.", + "isModifier": false, + "short": "Date when the device was made", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".existenceTime.low", "identity": "rim" }, + { + "map": "The date a specific device was manufactured - which is a component of the production identifier (PI), a conditional, variable portion of a UDI. For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS]. If hour is present, the minutes and seconds should both be set to “00”.", + "identity": "udi" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Device.manufactureDate", + "isSummary": false + }, + { + "path": "Device.expirationDate", + "min": 0, + "definition": "The date and time beyond which this device is no longer valid or should not be used (if applicable).", + "isModifier": false, + "short": "Date and time of expiry of this device (if applicable)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".expirationTime", "identity": "rim" }, + { + "map": "the expiration date of a specific device - which is a component of the production identifier (PI), a conditional, variable portion of a UDI. For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS]. If hour is present, the minutes and seconds should both be set to “00”.", + "identity": "udi" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Device.expirationDate", + "isSummary": false + }, + { + "path": "Device.lotNumber", + "min": 0, + "definition": "Lot number assigned by the manufacturer.", + "isModifier": false, + "short": "Lot number of manufacture", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".lotNumberText", "identity": "rim" }, + { + "map": "The lot or batch number within which a device was manufactured - which is a component of the production identifier (PI), a conditional, variable portion of a UDI.", + "identity": "udi" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.lotNumber", + "isSummary": false + }, + { + "path": "Device.serialNumber", + "min": 0, + "definition": "The serial number assigned by the organization when the device was manufactured.", + "isModifier": false, + "short": "Serial number assigned by the manufacturer", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.serialNumber", + "comment": "Alphanumeric Maximum 20. While a serial number is a type of identifier, in the context of devices for which a UDI is required, thus a serial number may be part of the production identifier, it is more informative to have the serial number as a dedicated attribute together with the other UDI production identifier. When the device is not subject to including the UDI (e.g., its presence and exchange is not mandated by local regulatory requirements or specific use case at hand), thus the concept of production identifiers is not relevant as a set, it remains helpful for consistency to still use Device.serialNumber rather than using Device.identifier with an appropriate type. Systems that do not realize an identifier is a serial number may place it in Device.identifier or if the identifier.system is known for the serial number, it may also be populated in the Device.identifier as a globally unique id_.", + "isSummary": false + }, + { + "path": "Device.name", + "min": 0, + "definition": "This represents the manufacturer's name of the device as provided by the device, from a UDI label, or by a person describing the Device. This typically would be used when a person provides the name(s) or when the device represents one of the names available from DeviceDefinition.", + "isModifier": false, + "short": "The name or names of the device as known to the manufacturer and/or patient", + "mapping": [ + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Device.name", + "condition": ["dev-1"], + "isSummary": false + }, + { + "path": "Device.name.value", + "min": 1, + "definition": "The actual name that identifies the device.", + "isModifier": false, + "short": "The term that names the device", + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["Σ"], + "max": "1", + "id": "Device.name.value", + "isSummary": true + }, + { + "path": "Device.name.type", + "min": 1, + "definition": "Indicates the kind of name. RegisteredName | UserFriendlyName | PatientReportedName.", + "isModifier": false, + "short": "registered-name | user-friendly-name | patient-reported-name", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceNameType" + } + ], + "description": "The type of name the device is referred by." + }, + "max": "1", + "id": "Device.name.type", + "isSummary": true + }, + { + "path": "Device.name.display", + "min": 0, + "definition": "Indicates the default or preferred name to be displayed.", + "isModifier": true, + "short": "The preferred device name", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Device.name.display", + "condition": ["dev-1"], + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that that a name is preferred.", + "isSummary": true + }, + { + "path": "Device.modelNumber", + "min": 0, + "definition": "The manufacturer's model number for the device.", + "isModifier": false, + "short": "The manufacturer's model number for the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".softwareName (included as part)", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.modelNumber", + "isSummary": false + }, + { + "path": "Device.partNumber", + "min": 0, + "definition": "The part number or catalog number of the device.", + "isModifier": false, + "short": "The part number or catalog number of the device", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=MANU].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.partNumber", + "comment": "Alphanumeric Maximum 20.", + "isSummary": false + }, + { + "path": "Device.category", + "min": 0, + "definition": "Devices may be associated with one or more categories.", + "isModifier": false, + "short": "Indicates a high-level grouping of the device", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceCategory" + } + ], + "description": "Categories of medical devices." + }, + "max": "*", + "id": "Device.category", + "isSummary": false + }, + { + "path": "Device.type", + "min": 0, + "definition": "The kind or type of device. A device instance may have more than one type - in which case those are the types that apply to the specific instance of the device.", + "isModifier": false, + "short": "The kind or type of device", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceType" + } + ], + "description": "Codes to identify medical devices." + }, + "max": "*", + "id": "Device.type", + "comment": "Multiple device types are use when a device is categorized in more than one context – for example, hybrid devices in which the device is both of type gateway and sensor.", + "isSummary": false + }, + { + "path": "Device.version", + "min": 0, + "definition": "The actual design of the device or software version running on the device.", + "isModifier": false, + "short": "The actual design of the device or software version running on the device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Device.version", + "isSummary": false + }, + { + "path": "Device.version.type", + "min": 0, + "definition": "The type of the device version, e.g. manufacturer, approved, internal.", + "isModifier": false, + "short": "The type of the device version, e.g. manufacturer, approved, internal", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-versiontype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRDeviceVersionType" + } + ], + "description": "The type of version indicated for the device." + }, + "alias": ["Σ"], + "max": "1", + "id": "Device.version.type", + "isSummary": false + }, + { + "path": "Device.version.component", + "min": 0, + "definition": "The hardware or software module of the device to which the version applies.", + "isModifier": false, + "short": "The hardware or software module of the device to which the version applies", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Device.version.component", + "comment": "Note that the module of the device would not need to be tracked as a separate device, e.g., using different UDI, thus would typically involve one or more software modules. For example, a device may involve two software modules each on a different version.", + "isSummary": false + }, + { + "path": "Device.version.installDate", + "min": 0, + "definition": "The date the version was installed on the device.", + "isModifier": false, + "short": "The date the version was installed on the device", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Device.version.installDate", + "isSummary": false + }, + { + "path": "Device.version.value", + "min": 1, + "definition": "The version text.", + "isModifier": false, + "short": "The version text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.version.value", + "isSummary": false + }, + { + "path": "Device.conformsTo", + "min": 0, + "definition": "Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards.", + "isModifier": false, + "short": "Identifies the standards, specifications, or formal guidances for the capabilities supported by the device", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Device.conformsTo", + "isSummary": false + }, + { + "path": "Device.conformsTo.category", + "min": 0, + "definition": "Describes the type of the standard, specification, or formal guidance.", + "isModifier": false, + "short": "Describes the common type of the standard, specification, or formal guidance. communication | performance | measurement", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceSpecificationCategory" + } + ], + "description": "The kind of standards used by the device." + }, + "max": "1", + "id": "Device.conformsTo.category", + "isSummary": false + }, + { + "path": "Device.conformsTo.specification", + "min": 1, + "definition": "Code that identifies the specific standard, specification, protocol, formal guidance, regulation, legislation, or certification scheme to which the device adheres.", + "isModifier": false, + "short": "Identifies the standard, specification, or formal guidance that the device adheres to", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-specification-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceSpecification-type" + } + ], + "description": "The type of version indicated for the device." + }, + "max": "1", + "id": "Device.conformsTo.specification", + "isSummary": false + }, + { + "path": "Device.conformsTo.version", + "min": 0, + "definition": "Identifies the specific form or variant of the standard, specification, or formal guidance. This may be a 'version number', release, document edition, publication year, or other label.", + "isModifier": false, + "short": "Specific form or variant of the standard", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Device.conformsTo.version", + "isSummary": false + }, + { + "path": "Device.property", + "min": 0, + "definition": "Static or essentially fixed characteristics or features of the device (e.g., time or timing attributes, resolution, accuracy, intended use or instructions for use, and physical attributes) that are not otherwise captured in more specific attributes.", + "isModifier": false, + "short": "Inherent, essentially fixed, characteristics of the device. e.g., time properties, size, material, etc.", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Device.property", + "comment": "Dynamic or current properties, such as settings, of an individual device are described using a Device instance-specific [DeviceMetric] and recorded using [Observation]. Static characteristics of a device could also be documented in an associated [DeviceDefinition] instance. The Device instance's properties, and their values, could be, but need not be, the same as those described in an associated DeviceDefinition.", + "isSummary": false + }, + { + "path": "Device.property.type", + "min": 1, + "definition": "Code that specifies the property, such as resolution, color, size, being represented.", + "isModifier": false, + "short": "Code that specifies the property being represented", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-property-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DevicePropertyType" + } + ], + "description": "Device property type." + }, + "max": "1", + "id": "Device.property.type", + "isSummary": false + }, + { + "path": "Device.property.value[x]", + "min": 1, + "definition": "The value of the property specified by the associated property.type code.", + "isModifier": false, + "short": "Value of the property", + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "Device.property.value[x]", + "comment": "The text element in CodeableConcept.text is used for properties which would usually be coded (such as the size of an implant, or a security classification) but for which there is not currently an appropriate concept in the vocabulary (e.g. a custom implant size, or a security classification which depends on configuration). Otherwise the string choice type is used for descriptive properties, or instructions.", + "isSummary": false + }, + { + "path": "Device.mode", + "min": 0, + "definition": "The designated condition for performing a task with the device.", + "isModifier": false, + "short": "The designated condition for performing a task", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-operation-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceOperationMode" + } + ], + "description": "Operational mode of a device." + }, + "max": "1", + "id": "Device.mode", + "isSummary": false + }, + { + "path": "Device.cycle", + "min": 0, + "definition": "The series of occurrences that repeats during the operation of the device.", + "isModifier": false, + "short": "The series of occurrences that repeats during the operation of the device", + "type": [{ "code": "Count" }], + "mustSupport": false, + "max": "1", + "id": "Device.cycle", + "isSummary": false + }, + { + "path": "Device.duration", + "min": 0, + "definition": "A measurement of time during the device's operation (e.g., days, hours, mins, etc.).", + "isModifier": false, + "short": "A measurement of time during the device's operation (e.g., days, hours, mins, etc.)", + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "Device.duration", + "isSummary": false + }, + { + "path": "Device.owner", + "min": 0, + "definition": "An organization that is responsible for the provision and ongoing maintenance of the device.", + "isModifier": false, + "short": "Organization responsible for device", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".playedRole[typeCode=OWN].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Device.owner", + "isSummary": false + }, + { + "path": "Device.contact", + "min": 0, + "definition": "Contact details for an organization or a particular human that is responsible for the device.", + "isModifier": false, + "short": "Details for human/organization for support", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".scopedRole[typeCode=CON].player", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Device.contact", + "comment": "used for troubleshooting etc.", + "isSummary": false + }, + { + "path": "Device.location", + "requirements": "Device.location can be used to track device location.", + "min": 0, + "definition": "The place where the device can be found.", + "isModifier": false, + "short": "Where the device is found", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".playedRole[typeCode=LOCE].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Device.location", + "isSummary": false + }, + { + "path": "Device.url", + "min": 0, + "definition": "A network address on which the device may be contacted directly.", + "isModifier": false, + "short": "Network address to contact device", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": ".telecom", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Device.url", + "comment": "If the device is running a FHIR server, the network address should be the Base URL from which a conformance statement may be retrieved.", + "isSummary": false + }, + { + "path": "Device.endpoint", + "min": 0, + "definition": "Technical endpoints providing access to services provided by the device defined at this resource.", + "isModifier": false, + "short": "Technical endpoints providing access to electronic services provided by the device", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Device.endpoint", + "isSummary": false + }, + { + "path": "Device.gateway", + "min": 0, + "definition": "The linked device acting as a communication controller, data collector, translator, or concentrator for the current device (e.g., mobile phone application that relays a blood pressure device's data).", + "isModifier": false, + "short": "Linked device acting as a communication/data collector, translator or controller", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Device.gateway", + "comment": "The Device.gateway may be used when the Device being referenced has a gateway and/or to capture one or more gateways associated with the device. If the Gateway is included in the Observation resource, the Observation.gatewayDevice should be used instead.", + "isSummary": false + }, + { + "path": "Device.note", + "min": 0, + "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element.", + "isModifier": false, + "short": "Device notes and comments", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Device.note", + "isSummary": false + }, + { + "path": "Device.safety", + "min": 0, + "definition": "Provides additional safety characteristics about a medical device. For example devices containing latex.", + "isModifier": false, + "short": "Safety Characteristics of Device", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-safety", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Safety" + } + ] + }, + "max": "*", + "id": "Device.safety", + "isSummary": true + }, + { + "path": "Device.parent", + "min": 0, + "definition": "The higher level or encompassing device that this device is a logical part of.", + "isModifier": false, + "short": "The higher level or encompassing device that this device is a logical part of", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Device.parent", + "comment": "For example a vital signs monitor (parent) where three separate modules can be plugged into such as interchangeable blood pressure, oximeter, temperature modules. These modules are represented as devices with the .parent valued to the vital signs monitor when plugged in.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines organization behavior of a group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-grouping-behavior" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-grouping-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionGroupingBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Grouping Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-grouping-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-grouping-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.799", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.782", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-grouping-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "More detailed code concerning the type of the audit event - defined by DICOM with some additional FHIR, HL7, and other additions.", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "valueSet": [ + "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_401.html" + ] + }, + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "valueSet": [ + "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_403.html" + ] + }, + { "system": "http://hl7.org/fhir/restful-interaction" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-sub-type/5.0.0", + "date": "2020-08-04", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventSubType", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association. Additional codes added by HL7 FHIR use-case analysis", + "experimental": true, + "resourceType": "ValueSet", + "title": "Audit Event Sub-Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "audit-event-sub-type", + "url": "http://hl7.org/fhir/ValueSet/audit-event-sub-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.464", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.457", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.270", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-sub-type" + }, + { + "description": "Ability of the primary source to push updates/alerts", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/can-push-updates" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CanPushUpdates", + "experimental": false, + "resourceType": "ValueSet", + "title": "can-push-updates", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-can-push-updates", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.896", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-can-push-updates", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "LP43571-6", + "property": "parent" + } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-expansion/5.0.0", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "LOINCCodesForCholesterolInSerumPlasma", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "expansion": { + "total": 8, + "offset": 0, + "contains": [ + { + "code": "14647-2", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/volume] in Serum or Plasma", + "version": "2.50", + "property": [{ "code": "PROPERTY", "valueCode": "SCnc" }] + }, + { + "display": "Cholesterol codes", + "abstract": true, + "contains": [ + { + "code": "2093-3", + "system": "http://loinc.org", + "display": "Cholesterol [Mass/volume] in Serum or Plasma", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "SCnc" } + ] + }, + { + "code": "48620-9", + "system": "http://loinc.org", + "display": "Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "MCnc" } + ] + }, + { + "code": "9342-7", + "system": "http://loinc.org", + "display": "Cholesterol [Percentile]", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "Prctl" } + ] + } + ] + }, + { + "display": "Cholesterol Ratios", + "abstract": true, + "contains": [ + { + "code": "2096-6", + "system": "http://loinc.org", + "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "SCnc" } + ] + }, + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "SCnc" } + ] + }, + { + "code": "48089-7", + "system": "http://loinc.org", + "display": "Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "SCnc" } + ] + }, + { + "code": "55838-7", + "system": "http://loinc.org", + "display": "Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma", + "version": "2.50", + "property": [ + { "code": "PROPERTY", "valueCode": "SCnc" } + ] + } + ] + } + ], + "property": [ + { + "uri": "http://loinc.org/property/PROPERTY", + "code": "PROPERTY" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", + "valueUri": "http://hl7.org/fhir/ValueSet/example" + } + ], + "parameter": [{ "name": "version", "valueString": "2.50" }], + "timestamp": "2015-06-22T13:56:07Z", + "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc" + }, + "title": "LOINC Codes for Cholesterol in Serum/Plasma", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-expansion", + "url": "http://hl7.org/fhir/ValueSet/example-expansion", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3141", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-expansion", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This resource provides the details including amount of a payment and allocates the payment items being paid.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PaymentReconciliation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentReconciliation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PaymentReconciliation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Payment" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "PaymentReconciliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PaymentReconciliation", + "differential": { + "element": [ + { + "path": "PaymentReconciliation", + "min": 0, + "definition": "This resource provides the details including amount of a payment and allocates the payment items being paid.", + "isModifier": false, + "short": "PaymentReconciliation resource", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.payment", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "PaymentReconciliation" + }, + { + "path": "PaymentReconciliation.identifier", + "requirements": "Allows payment reconciliations to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this payment reconciliation.", + "isModifier": false, + "short": "Business Identifier for a payment reconciliation", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PaymentReconciliation.identifier", + "isSummary": false + }, + { + "path": "PaymentReconciliation.type", + "min": 1, + "definition": "Code to indicate the nature of the payment such as payment, adjustment.", + "isModifier": false, + "short": "Category of payment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ] + }, + "max": "1", + "id": "PaymentReconciliation.type", + "isSummary": true + }, + { + "path": "PaymentReconciliation.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentReconciliationStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "PaymentReconciliation.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "PaymentReconciliation.kind", + "min": 0, + "definition": "The workflow or activity which gave rise to or during which the payment ocurred such as a kiosk, deposit on account, periodic payment etc.", + "isModifier": false, + "short": "Workflow originating payment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentKind" + } + ] + }, + "max": "1", + "id": "PaymentReconciliation.kind", + "isSummary": false + }, + { + "path": "PaymentReconciliation.period", + "requirements": "Needed to allow receivers to monitor and reconcile payment issuer schedules.", + "min": 0, + "definition": "The period of time for which payments have been gathered into this bulk payment for settlement.", + "isModifier": false, + "short": "Period covered", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.period", + "isSummary": true + }, + { + "path": "PaymentReconciliation.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date when the resource was created.", + "isModifier": false, + "short": "Creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.created", + "isSummary": true + }, + { + "path": "PaymentReconciliation.enterer", + "min": 0, + "definition": "Payment enterer if not the actual payment issuer.", + "isModifier": false, + "short": "Who entered the payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.enterer", + "isSummary": false + }, + { + "path": "PaymentReconciliation.issuerType", + "requirements": "Providers may need to identify the source to know to which sub-ledger to apply the payment.", + "min": 0, + "definition": "The type of the source such as patient or insurance.", + "isModifier": false, + "short": "Nature of the source", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-issuertype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentIssuerType" + } + ] + }, + "max": "1", + "id": "PaymentReconciliation.issuerType", + "isSummary": false + }, + { + "path": "PaymentReconciliation.paymentIssuer", + "requirements": "Need to identify the party resonsible for the payment and this resource.", + "min": 0, + "definition": "The party who generated the payment.", + "isModifier": false, + "short": "Party generating payment", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.paymentIssuer", + "comment": "This party is also responsible for the reconciliation.", + "isSummary": true + }, + { + "path": "PaymentReconciliation.request", + "requirements": "Needed to allow the response to be linked to the request.", + "min": 0, + "definition": "Original request resource reference.", + "isModifier": false, + "short": "Reference to requesting resource", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.request", + "isSummary": false + }, + { + "path": "PaymentReconciliation.requestor", + "requirements": "Need to identify the party responsible for the request.", + "min": 0, + "definition": "The practitioner who is responsible for the services rendered to the patient.", + "isModifier": false, + "short": "Responsible practitioner", + "mapping": [{ "map": "B01", "identity": "cdanetv4" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.requestor", + "isSummary": false + }, + { + "path": "PaymentReconciliation.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 0, + "definition": "The outcome of a request for a reconciliation.", + "isModifier": false, + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-outcome|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentOutcome" + } + ], + "description": "The outcome of the processing." + }, + "max": "1", + "id": "PaymentReconciliation.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", + "isSummary": false + }, + { + "path": "PaymentReconciliation.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the request for the reconciliation.", + "isModifier": false, + "short": "Disposition message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.disposition", + "isSummary": false + }, + { + "path": "PaymentReconciliation.date", + "requirements": "To advise the payee when payment can be expected.", + "min": 1, + "definition": "The date of payment as indicated on the financial instrument.", + "isModifier": false, + "short": "When payment issued", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.date", + "isSummary": true + }, + { + "path": "PaymentReconciliation.location", + "min": 0, + "definition": "The location of the site or device for electronic transfers or physical location for cash payments.", + "isModifier": false, + "short": "Where payment collected", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.location", + "isSummary": false + }, + { + "path": "PaymentReconciliation.method", + "min": 0, + "definition": "The means of payment such as check, card cash, or electronic funds transfer.", + "isModifier": false, + "short": "Payment instrument", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0570", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentMethod" + } + ] + }, + "max": "1", + "id": "PaymentReconciliation.method", + "isSummary": false + }, + { + "path": "PaymentReconciliation.cardBrand", + "min": 0, + "definition": "The card brand such as debit, Visa, Amex etc. used if a card is the method of payment.", + "isModifier": false, + "short": "Type of card", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.cardBrand", + "isSummary": false + }, + { + "path": "PaymentReconciliation.accountNumber", + "min": 0, + "definition": "A portion of the account number, often the last 4 digits, used for verification not charging purposes.", + "isModifier": false, + "short": "Digits for verification", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.accountNumber", + "isSummary": false + }, + { + "path": "PaymentReconciliation.expirationDate", + "min": 0, + "definition": "The year and month (YYYY-MM) when the instrument, typically card, expires.", + "isModifier": false, + "short": "Expiration year-month", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.expirationDate", + "isSummary": false + }, + { + "path": "PaymentReconciliation.processor", + "min": 0, + "definition": "The name of the card processor, etf processor, bank for checks.", + "isModifier": false, + "short": "Processor name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.processor", + "isSummary": false + }, + { + "path": "PaymentReconciliation.referenceNumber", + "min": 0, + "definition": "The check number, eft reference, car processor reference.", + "isModifier": false, + "short": "Check number or payment reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.referenceNumber", + "isSummary": false + }, + { + "path": "PaymentReconciliation.authorization", + "min": 0, + "definition": "An alphanumeric issued by the processor to confirm the successful issuance of payment.", + "isModifier": false, + "short": "Authorization number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.authorization", + "isSummary": false + }, + { + "path": "PaymentReconciliation.tenderedAmount", + "min": 0, + "definition": "The amount offered by the issuer, typically applies to cash when the issuer provides an amount in bank note denominations equal to or excess of the amount actually being paid.", + "isModifier": false, + "short": "Amount offered by the issuer", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.tenderedAmount", + "isSummary": false + }, + { + "path": "PaymentReconciliation.returnedAmount", + "min": 0, + "definition": "The amount returned by the receiver which is excess to the amount payable, often referred to as 'change'.", + "isModifier": false, + "short": "Amount returned by the receiver", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.returnedAmount", + "isSummary": false + }, + { + "path": "PaymentReconciliation.amount", + "requirements": "Needed to provide the actual payment amount.", + "min": 1, + "definition": "Total payment amount as indicated on the financial instrument.", + "isModifier": false, + "short": "Total amount of Payment", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.amount", + "isSummary": true + }, + { + "path": "PaymentReconciliation.paymentIdentifier", + "requirements": "Enable the receiver to reconcile when payment is received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "isModifier": false, + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.paymentIdentifier", + "comment": "For example: EFT number or check number.", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation", + "requirements": "Needed to show how the payment amount is distributed across the payables.", + "min": 0, + "definition": "Distribution of the payment amount for a previously acknowledged payable.", + "isModifier": false, + "short": "Settlement particulars", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PaymentReconciliation.allocation", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.identifier", + "requirements": "Needed for reconciliation of payments.", + "min": 0, + "definition": "Unique identifier for the current payment item for the referenced payable.", + "isModifier": false, + "short": "Business identifier of the payment detail", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.identifier", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.predecessor", + "requirements": "Needed for reconciliation of payments.", + "min": 0, + "definition": "Unique identifier for the prior payment item for the referenced payable.", + "isModifier": false, + "short": "Business identifier of the prior payment detail", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.predecessor", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.target", + "min": 0, + "definition": "Specific resource to which the payment/adjustment/advance applies.", + "isModifier": false, + "short": "Subject of the payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Account", + "http://hl7.org/fhir/StructureDefinition/Invoice", + "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.target", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.targetItem[x]", + "min": 0, + "definition": " Identifies the claim line item, encounter or other sub-element being paid. Note payment may be partial, that is not match the then outstanding balance or amount incurred.", + "isModifier": false, + "short": "Sub-element of the subject", + "type": [ + { "code": "string" }, + { "code": "Identifier" }, + { "code": "positiveInt" } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.targetItem[x]", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.encounter", + "min": 0, + "definition": "The Encounter to which this payment applies, may be completed by the receiver, used for search.", + "isModifier": false, + "short": "Applied-to encounter", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.encounter", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.account", + "min": 0, + "definition": "The Account to which this payment applies, may be completed by the receiver, used for search.", + "isModifier": false, + "short": "Applied-to account", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.account", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.type", + "requirements": "Needed to provide context for the amount.", + "min": 0, + "definition": "Code to indicate the nature of the payment.", + "isModifier": false, + "short": "Category of payment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ] + }, + "max": "1", + "id": "PaymentReconciliation.allocation.type", + "comment": "For example: payment, adjustment, funds advance, etc.", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.submitter", + "requirements": "Needed for audit and validation.", + "min": 0, + "definition": "The party which submitted the claim or financial transaction.", + "isModifier": false, + "short": "Submitter of the request", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.submitter", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.response", + "requirements": "Needed to provide a linkage to the payment commitment.", + "min": 0, + "definition": "A resource, such as a ClaimResponse, which contains a commitment to payment.", + "isModifier": false, + "short": "Response committing to a payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.response", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.date", + "requirements": "Needed for audit and validation.", + "min": 0, + "definition": "The date from the response resource containing a commitment to pay.", + "isModifier": false, + "short": "Date of commitment to pay", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.date", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.responsible", + "requirements": "To provide contact information.", + "min": 0, + "definition": "A reference to the individual who is responsible for inquiries regarding the response and its payment.", + "isModifier": false, + "short": "Contact for the response", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.responsible", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.payee", + "requirements": "Needed for audit and validation.", + "min": 0, + "definition": "The party which is receiving the payment.", + "isModifier": false, + "short": "Recipient of the payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.payee", + "isSummary": false + }, + { + "path": "PaymentReconciliation.allocation.amount", + "requirements": "Needed to explain the distribution of the payment to the payables.", + "min": 0, + "definition": "The monetary amount allocated from the total payment to the payable.", + "isModifier": false, + "short": "Amount allocated to this payable", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.allocation.amount", + "isSummary": false + }, + { + "path": "PaymentReconciliation.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "isModifier": false, + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "PaymentReconciliation.formCode", + "comment": "May be needed to identify specific jurisdictional forms.", + "isSummary": false + }, + { + "path": "PaymentReconciliation.processNote", + "requirements": "Provides the specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains the processing in a human readable form.", + "isModifier": false, + "short": "Note concerning processing", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Notes" + } + ], + "max": "*", + "id": "PaymentReconciliation.processNote", + "isSummary": false + }, + { + "path": "PaymentReconciliation.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "isModifier": false, + "short": "display | print | printoper", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "PaymentReconciliation.processNote.type", + "isSummary": false + }, + { + "path": "PaymentReconciliation.processNote.text", + "requirements": "Required to provide human readable explanation.", + "min": 0, + "definition": "The explanation or description associated with the processing.", + "isModifier": false, + "short": "Note explanatory text", + "mapping": [{ "map": "G32", "identity": "cdanetv4" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PaymentReconciliation.processNote.text", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing programs that a patient may be eligible for to cover vaccine administration costs. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [{ "code": "64994-7" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-vaccine-funding-program/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodesForVaccineFundingPrograms", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Vaccine Funding Programs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-vaccine-funding-program", + "url": "http://hl7.org/fhir/ValueSet/immunization-vaccine-funding-program", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3162", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-vaccine-funding-program", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of a guidance response.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/guidance-response-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/guidance-response-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GuidanceResponseStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Guidance Response Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "guidance-response-status", + "url": "http://hl7.org/fhir/ValueSet/guidance-response-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.817", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.800", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/guidance-response-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/spdx-license" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/spdx-license/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SPDXLicense", + "experimental": false, + "resourceType": "ValueSet", + "title": "S P D X License", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "spdx-license", + "url": "http://hl7.org/fhir/ValueSet/spdx-license", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1026", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/spdx-license", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-publicationstatus" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-publicationstatus/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourcePublicationStatusCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Publication Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-publicationstatus", + "url": "http://hl7.org/fhir/ValueSet/contract-publicationstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1208", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-publicationstatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Defines the type of structure that a definition is describing.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/structure-definition-kind" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/structure-definition-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureDefinitionKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Definition Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "structure-definition-kind", + "url": "http://hl7.org/fhir/ValueSet/structure-definition-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.668", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.654", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.348", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/structure-definition-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Exception codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/claim-exception" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-exception/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExceptionCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Exception Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-exception", + "url": "http://hl7.org/fhir/ValueSet/claim-exception", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.580", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.572", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.307", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-exception", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of comparator operator to use", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/search-comparator", + "concept": [ + { "code": "eq", "display": "Equals" }, + { "code": "gt", "display": "Greater Than" }, + { "code": "lt", "display": "Less Than" }, + { "code": "ge", "display": "Greater or Equals" }, + { "code": "le", "display": "Less of Equal" }, + { "code": "sa", "display": "Starts After" }, + { "code": "eb", "display": "Ends Before" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/value-filter-comparator/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ValueFilterComparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "Value Filter Comparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "value-filter-comparator", + "url": "http://hl7.org/fhir/ValueSet/value-filter-comparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3306", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/value-filter-comparator", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/codesystem-content-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/codesystem-content-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodeSystemContentMode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Code System Content Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "codesystem-content-mode", + "url": "http://hl7.org/fhir/ValueSet/codesystem-content-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.782", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.765", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/codesystem-content-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set represents codes for types of edible substances and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 762766007 Edible Substance (substance).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "302188001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "228018009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "386617003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/not-consumed-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReasonsFoodItemNotConsumed", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Reasons for why a food item was not consumed", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "not-consumed-reason", + "url": "http://hl7.org/fhir/ValueSet/not-consumed-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2978", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/not-consumed-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageEligibilityResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CoverageEligibilityResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "CoverageEligibilityResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CoverageEligibilityResponse", + "differential": { + "element": [ + { + "path": "CoverageEligibilityResponse", + "min": 0, + "definition": "This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.", + "isModifier": false, + "short": "CoverageEligibilityResponse resource", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityResponse" + }, + { + "path": "CoverageEligibilityResponse.identifier", + "requirements": "Allows coverage eligibility requests to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this coverage eligiblity request.", + "isModifier": false, + "short": "Business Identifier for coverage eligiblity request", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityResponse.identifier", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "CoverageEligibilityResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.purpose", + "requirements": "To indicate the processing actions requested.", + "min": 1, + "definition": "Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.", + "isModifier": false, + "short": "auth-requirements | benefits | discovery | validation", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibilityresponse-purpose|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityResponsePurpose" + } + ], + "description": "A code specifying the types of information being requested." + }, + "max": "*", + "id": "CoverageEligibilityResponse.purpose", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.patient", + "requirements": "Required to provide context and coverage validation.", + "min": 1, + "definition": "The party who is the beneficiary of the supplied coverage and for whom eligibility is sought.", + "isModifier": false, + "short": "Intended recipient of products and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "C06,C07,C08, C05, C04", + "identity": "cdanetv4" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.patient", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.event", + "min": 0, + "definition": "Information code for an event with a corresponding date or period.", + "isModifier": false, + "short": "Event information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityResponse.event", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.event.type", + "min": 1, + "definition": "A coded event such as when a service is expected or a card printed.", + "isModifier": false, + "short": "Specific event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DatesType" + } + ] + }, + "max": "1", + "id": "CoverageEligibilityResponse.event.type", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.event.when[x]", + "min": 1, + "definition": "A date or period in the past or future indicating when the event occurred or is expectd to occur.", + "isModifier": false, + "short": "Occurance date or period", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.event.when[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.serviced[x]", + "requirements": "Required to provide time context for the request.", + "min": 0, + "definition": "The date or dates when the enclosed suite of services were performed or completed.", + "isModifier": false, + "short": "Estimated date or dates of service", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "F09", "identity": "cdanetv4" } + ], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.serviced[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "isModifier": false, + "short": "Response creation date", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.created", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.requestor", + "min": 0, + "definition": "The provider which is responsible for the request.", + "isModifier": false, + "short": "Party responsible for the request", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.requestor", + "comment": "This party is responsible for the claim but not necessarily professionally responsible for the provision of the individual products and services listed below. This field is the Billing Provider, for example, a facility, provider group, lab or practitioner.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.request", + "requirements": "Needed to allow the response to be linked to the request.", + "min": 1, + "definition": "Reference to the original request resource.", + "isModifier": false, + "short": "Eligibility request reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.request", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the request processing.", + "isModifier": false, + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/eligibility-outcome|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EligibilityOutcome" + } + ], + "description": "The outcome of the processing." + }, + "max": "1", + "id": "CoverageEligibilityResponse.outcome", + "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the adjudication.", + "isModifier": false, + "short": "Disposition Message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.disposition", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurer", + "requirements": "Need to identify the author.", + "min": 1, + "definition": "The Insurer who issued the coverage in question and is the author of the response.", + "isModifier": false, + "short": "Coverage issuer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurer", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.insurance", + "requirements": "There must be at least one coverage for which eligibility is requested.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services.", + "isModifier": false, + "short": "Patient insurance information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "380;0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "isModifier": false, + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.coverage", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.insurance.inforce", + "requirements": "Needed to convey the answer to the eligibility validation request.", + "min": 0, + "definition": "Flag indicating if the coverage provided is inforce currently if no service date(s) specified or for the whole duration of the service dates.", + "isModifier": false, + "short": "Coverage inforce indicator", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.inforce", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.benefitPeriod", + "requirements": "Needed as coverages may be multi-year while benefits tend to be annual therefore a separate expression of the benefit period is needed.", + "min": 0, + "definition": "The term of the benefits documented in this response.", + "isModifier": false, + "short": "When the benefits are applicable", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.benefitPeriod", + "isSummary": false + }, + { + "constraint": [ + { + "key": "ces-1", + "human": "SHALL contain a category or a billcode but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse", + "severity": "error", + "expression": "category.exists() xor productOrService.exists()" + } + ], + "path": "CoverageEligibilityResponse.insurance.item", + "min": 0, + "definition": "Benefits and optionally current balances, and authorization details by category or service.", + "isModifier": false, + "short": "Benefits and authorization details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "340;120" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Items" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision etc." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.category", + "condition": ["ces-1"], + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.productOrService", + "requirements": "Needed to convey the actual service or product for which eligibility is sought.", + "min": 0, + "definition": "This contains the product, service, drug or other billing code for the item.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.productOrService", + "condition": ["ces-1"], + "comment": "Code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI).", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.modifier", + "requirements": "To support provision of the item or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.provider", + "requirements": "Needed to convey the eligible provider.", + "min": 0, + "definition": "The practitioner who is eligible for the provision of the product or service.", + "isModifier": false, + "short": "Performing practitioner", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.provider", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.excluded", + "requirements": "Needed to identify items that are specifically excluded from the coverage.", + "min": 0, + "definition": "True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.", + "isModifier": false, + "short": "Excluded from the plan", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.excluded", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.name", + "requirements": "Required to align with other plan names.", + "min": 0, + "definition": "A short name or tag for the benefit.", + "isModifier": false, + "short": "Short name for the benefit", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.name", + "comment": "For example: MED01, or DENT2.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.description", + "requirements": "Needed for human readable reference.", + "min": 0, + "definition": "A richer description of the benefit or services covered.", + "isModifier": false, + "short": "Description of the benefit or services covered", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.description", + "comment": "For example 'DENT2 covers 100% of basic, 50% of major but excludes Ortho, Implants and Cosmetic services'.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.network", + "requirements": "Needed as in or out of network providers are treated differently under the coverage.", + "min": 0, + "definition": "Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.", + "isModifier": false, + "short": "In or out of network", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitNetwork" + } + ], + "description": "Code to classify in or out of network services." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.network", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.unit", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "Indicates if the benefits apply to an individual or to the family.", + "isModifier": false, + "short": "Individual or family", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitUnit" + } + ], + "description": "Unit covered/serviced - individual or family." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.unit", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.term", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.", + "isModifier": false, + "short": "Annual or lifetime", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitTerm" + } + ], + "description": "Coverage unit - annual, lifetime." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.term", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.benefit", + "min": 0, + "definition": "Benefits used to date.", + "isModifier": false, + "short": "Benefit Summary", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "340;320" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Benefit" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item.benefit", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.benefit.type", + "requirements": "Needed to convey the nature of the benefit.", + "min": 1, + "definition": "Classification of benefit being provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitType" + } + ], + "description": "Deductable, visits, co-pay, etc." + }, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.benefit.type", + "comment": "For example: deductible, visits, benefit amount.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.benefit.allowed[x]", + "requirements": "Needed to convey the benefits offered under the coverage.", + "min": 0, + "definition": "The quantity of the benefit which is permitted under the coverage.", + "isModifier": false, + "short": "Benefits allowed", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.benefit.allowed[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.benefit.used[x]", + "requirements": "Needed to convey the benefits consumed to date.", + "min": 0, + "definition": "The quantity of the benefit which have been consumed to date.", + "isModifier": false, + "short": "Benefits used", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.benefit.used[x]", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.authorizationRequired", + "requirements": "Needed to convey that preauthorization is required.", + "min": 0, + "definition": "A boolean flag indicating whether a preauthorization is required prior to actual service delivery.", + "isModifier": false, + "short": "Authorization required flag", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.authorizationRequired", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.authorizationSupporting", + "requirements": "Needed to inform the provider of collateral materials or actions needed for preauthorization.", + "min": 0, + "definition": "Codes or comments regarding information or actions associated with the preauthorization.", + "isModifier": false, + "short": "Type of required supporting materials", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuthSupporting" + } + ], + "description": "Type of supporting information to provide with a preauthorization." + }, + "max": "*", + "id": "CoverageEligibilityResponse.insurance.item.authorizationSupporting", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.insurance.item.authorizationUrl", + "requirements": "Needed to enable insurers to advise providers of informative information.", + "min": 0, + "definition": "A web location for obtaining requirements or descriptive information regarding the preauthorization.", + "isModifier": false, + "short": "Preauthorization requirements endpoint", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.insurance.item.authorizationUrl", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.preAuthRef", + "requirements": "To provide any preauthorization reference for provider use.", + "min": 0, + "definition": "A reference from the Insurer to which these services pertain to be used on further communication and as proof that the request occurred.", + "isModifier": false, + "short": "Preauthorization reference", + "mapping": [ + { "map": "F03", "identity": "cdanetv4" }, + { "map": "23", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CoverageEligibilityResponse.preAuthRef", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.form", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "isModifier": false, + "short": "Printed form identifier", + "mapping": [{ "map": "G42", "identity": "cdanetv4" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "CoverageEligibilityResponse.form", + "comment": "May be needed to identify specific jurisdictional forms.", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.error", + "requirements": "Need to communicate processing issues to the requestor.", + "min": 0, + "definition": "Errors encountered during the processing of the request.", + "isModifier": false, + "short": "Processing errors", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Errors" + } + ], + "max": "*", + "id": "CoverageEligibilityResponse.error", + "isSummary": false + }, + { + "path": "CoverageEligibilityResponse.error.code", + "requirements": "Required to convey processing errors.", + "min": 1, + "definition": "An error code,from a specified code system, which details why the eligibility check could not be performed.", + "isModifier": false, + "short": "Error code detailing processing issues", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationError" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The error codes for adjudication processing." + }, + "max": "1", + "id": "CoverageEligibilityResponse.error.code", + "isSummary": true + }, + { + "path": "CoverageEligibilityResponse.error.expression", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.", + "isModifier": false, + "short": "FHIRPath of element(s) related to issue", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "CoverageEligibilityResponse.error.expression", + "comment": "The root of the FHIRPath is the resource or bundle that generated OperationOutcome. Each FHIRPath SHALL resolve to a single node.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/GraphDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GraphDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "GraphDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "GraphDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GraphDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "GraphDefinition", + "min": 0, + "definition": "A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.", + "isModifier": false, + "short": "Definition of a graph of resources", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "GraphDefinition.url", + "requirements": "Allows the graph definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this graph definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this graph definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the graph definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this graph definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "GraphDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this GraphDefinition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the GraphDefinition (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.identifier", + "isSummary": true + }, + { + "path": "GraphDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the graph definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the graph definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the graph definition", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.version", + "comment": "There may be different graph definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the graph definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "GraphDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "??" + } + ] + }, + "max": "1", + "id": "GraphDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "GraphDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the graph definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this graph definition (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "GraphDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the capability statement.", + "isModifier": false, + "short": "Name for this graph definition (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "GraphDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "GraphDefinition.status", + "min": 1, + "definition": "The status of this graph definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "GraphDefinition.status", + "comment": "Allows filtering of graph definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "GraphDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level graph definition.", + "min": 0, + "definition": "A Boolean value to indicate that this graph definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "GraphDefinition.experimental", + "comment": "Allows filtering of graph definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "GraphDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the graph definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the graph definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "GraphDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the graph definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "GraphDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the graph definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the graph definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "GraphDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the graph definition is the organization or individual primarily responsible for the maintenance and upkeep of the graph definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the graph definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "GraphDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "GraphDefinition.description", + "min": 0, + "definition": "A free text natural language description of the graph definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the graph definition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "GraphDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the graph definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the graph definition is presumed to be the predominant language in the place the graph definition was created).", + "isSummary": false + }, + { + "path": "GraphDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate graph definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "GraphDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the graph definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for graph definition (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "GraphDefinition.jurisdiction", + "comment": "It may be possible for the graph definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "GraphDefinition.purpose", + "min": 0, + "definition": "Explanation of why this graph definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this graph definition is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "GraphDefinition.purpose", + "comment": "This element does not describe the usage of the graph definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this graph definition.", + "isSummary": false + }, + { + "path": "GraphDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the graph definition.", + "min": 0, + "definition": "A copyright statement relating to the graph definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the graph definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "GraphDefinition.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "GraphDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "GraphDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "GraphDefinition.start", + "min": 0, + "definition": "The Node at which instances of this graph start. If there is no nominated start, the graph can start at any of the nodes.", + "isModifier": false, + "short": "Starting Node", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.start", + "isSummary": false + }, + { + "path": "GraphDefinition.node", + "min": 0, + "definition": "Potential target for the link.", + "isModifier": false, + "short": "Potential target for the link", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.node", + "isSummary": false + }, + { + "path": "GraphDefinition.node.nodeId", + "min": 1, + "definition": "Internal ID of node - target for link references.", + "isModifier": false, + "short": "Internal ID - target for link references", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.node.nodeId", + "isSummary": false + }, + { + "path": "GraphDefinition.node.description", + "min": 0, + "definition": "Information about why this node is of interest in this graph definition.", + "isModifier": false, + "short": "Why this node is specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.node.description", + "isSummary": false + }, + { + "path": "GraphDefinition.node.type", + "min": 1, + "definition": "Type of resource this link refers to.", + "isModifier": false, + "short": "Type of resource this link refers to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "GraphDefinition.node.type", + "isSummary": false + }, + { + "path": "GraphDefinition.node.profile", + "min": 0, + "definition": "Profile for the target resource.", + "isModifier": false, + "short": "Profile for the target resource", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.node.profile", + "isSummary": false + }, + { + "path": "GraphDefinition.link", + "min": 0, + "definition": "Links this graph makes rules about.", + "isModifier": false, + "short": "Links this graph makes rules about", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.link", + "isSummary": false + }, + { + "path": "GraphDefinition.link.description", + "min": 0, + "definition": "Information about why this link is of interest in this graph definition.", + "isModifier": false, + "short": "Why this link is specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.description", + "isSummary": false + }, + { + "path": "GraphDefinition.link.min", + "min": 0, + "definition": "Minimum occurrences for this link.", + "isModifier": false, + "short": "Minimum occurrences for this link", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.min", + "isSummary": false + }, + { + "path": "GraphDefinition.link.max", + "min": 0, + "definition": "Maximum occurrences for this link.", + "isModifier": false, + "short": "Maximum occurrences for this link", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.max", + "isSummary": false + }, + { + "path": "GraphDefinition.link.sourceId", + "min": 1, + "definition": "The source node for this link.", + "isModifier": false, + "short": "Source Node for this link", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.sourceId", + "isSummary": false + }, + { + "path": "GraphDefinition.link.path", + "min": 0, + "definition": "A FHIRPath expression that identifies one of FHIR References to other resources.", + "isModifier": false, + "short": "Path in the resource that contains the link", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.path", + "comment": "The path expression cannot contain a resolve() function. If there is no path, the link is a reverse lookup, using target.params. If the path is \"*\" then this means all references in the resource.", + "isSummary": false + }, + { + "path": "GraphDefinition.link.sliceName", + "min": 0, + "definition": "Which slice (if profiled).", + "isModifier": false, + "short": "Which slice (if profiled)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.sliceName", + "isSummary": false + }, + { + "path": "GraphDefinition.link.targetId", + "min": 1, + "definition": "The target node for this link.", + "isModifier": false, + "short": "Target Node for this link", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.targetId", + "isSummary": false + }, + { + "path": "GraphDefinition.link.params", + "min": 0, + "definition": "A set of parameters to look up.", + "isModifier": false, + "short": "Criteria for reverse lookup", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.params", + "comment": "At least one of the parameters must have the value {ref} which identifies the focus resource.", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment", + "min": 0, + "definition": "Compartment Consistency Rules.", + "isModifier": false, + "short": "Compartment Consistency Rules", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GraphDefinition.link.compartment", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment.use", + "min": 1, + "definition": "Defines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.", + "isModifier": false, + "short": "where | requires", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GraphCompartmentUse" + } + ] + }, + "max": "1", + "id": "GraphDefinition.link.compartment.use", + "comment": "All conditional rules are evaluated; if they are true, then the rules are evaluated.", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment.rule", + "min": 1, + "definition": "identical | matching | different | no-rule | custom.", + "isModifier": false, + "short": "identical | matching | different | custom", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/graph-compartment-rule|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GraphCompartmentRule" + } + ] + }, + "max": "1", + "id": "GraphDefinition.link.compartment.rule", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment.code", + "min": 1, + "definition": "Identifies the compartment.", + "isModifier": false, + "short": "Patient | Encounter | RelatedPerson | Practitioner | Device | EpisodeOfCare", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompartmentCode" + } + ] + }, + "max": "1", + "id": "GraphDefinition.link.compartment.code", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment.expression", + "min": 0, + "definition": "Custom rule, as a FHIRPath expression.", + "isModifier": false, + "short": "Custom rule, as a FHIRPath expression", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.compartment.expression", + "isSummary": false + }, + { + "path": "GraphDefinition.link.compartment.description", + "min": 0, + "definition": "Documentation for FHIRPath expression.", + "isModifier": false, + "short": "Documentation for FHIRPath expression", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GraphDefinition.link.compartment.description", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A food or supplement that is consumed by patients.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NutritionProduct/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NutritionProduct", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "NutritionProduct", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "NutritionProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionProduct", + "differential": { + "element": [ + { + "path": "NutritionProduct", + "min": 0, + "definition": "A food or supplement that is consumed by patients.", + "isModifier": false, + "short": "A product used for nutritional purposes (i.e. food or supplement)", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { "map": "Act[moodCode=EVN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct" + }, + { + "path": "NutritionProduct.code", + "min": 0, + "definition": "The code assigned to the product, for example a USDA NDB number, a USDA FDC ID number, or a Langual code.", + "isModifier": false, + "short": "A code that can identify the detailed nutrients and ingredients in a specific food product", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/edible-substance-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionProductCode" + } + ], + "description": "Codes identifying specific types of nutrition products." + }, + "alias": ["type"], + "max": "1", + "id": "NutritionProduct.code", + "isSummary": true + }, + { + "path": "NutritionProduct.status", + "min": 1, + "definition": "The current state of the product.", + "isModifier": true, + "short": "active | inactive | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/nutritionproduct-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionProductStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a product." + }, + "max": "1", + "id": "NutritionProduct.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "NutritionProduct.category", + "min": 0, + "definition": "Nutrition products can have different classifications - according to its nutritional properties, preparation methods, etc.", + "isModifier": false, + "short": "Broad product groups or categories used to classify the product, such as Legume and Legume Products, Beverages, or Beef Products", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrition-product-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionProductCategory" + } + ], + "description": "Codes identifying classes of nutrition products." + }, + "alias": ["class"], + "max": "*", + "id": "NutritionProduct.category", + "isSummary": true + }, + { + "path": "NutritionProduct.manufacturer", + "min": 0, + "definition": "The organisation (manufacturer, representative or legal authorization holder) that is responsible for the device.", + "isModifier": false, + "short": "Manufacturer, representative or officially responsible for the product", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.manufacturer", + "isSummary": true + }, + { + "path": "NutritionProduct.nutrient", + "requirements": "Allows identification of the {{title}} as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "The product's nutritional information expressed by the nutrients.", + "isModifier": false, + "short": "The product's nutritional information expressed by the nutrients", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.nutrient", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "NutritionProduct.nutrient.item", + "min": 0, + "definition": "The (relevant) nutrients in the product.", + "isModifier": false, + "short": "The (relevant) nutrients in the product", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrition-product-nutrient", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionProductNutrient" + } + ], + "description": "Codes that identify nutrients that could be parts of nutrition products." + }, + "max": "1", + "id": "NutritionProduct.nutrient.item", + "isSummary": false + }, + { + "path": "NutritionProduct.nutrient.amount", + "min": 0, + "definition": "The amount of nutrient expressed in one or more units: X per pack / per serving / per dose.", + "isModifier": false, + "short": "The amount of nutrient expressed in one or more units: X per pack / per serving / per dose", + "type": [{ "code": "Ratio" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.nutrient.amount", + "isSummary": false + }, + { + "path": "NutritionProduct.ingredient", + "min": 0, + "definition": "Ingredients contained in this product.", + "isModifier": false, + "short": "Ingredients contained in this product", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.ingredient", + "isSummary": false + }, + { + "path": "NutritionProduct.ingredient.item", + "min": 1, + "definition": "The ingredient contained in the product.", + "isModifier": false, + "short": "The ingredient contained in the product", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.ingredient.item", + "isSummary": true + }, + { + "path": "NutritionProduct.ingredient.amount", + "min": 0, + "definition": "The amount of ingredient that is in the product.", + "isModifier": false, + "short": "The amount of ingredient that is in the product", + "type": [{ "code": "Ratio" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.ingredient.amount", + "isSummary": true + }, + { + "path": "NutritionProduct.knownAllergen", + "min": 0, + "definition": "Allergens that are known or suspected to be a part of this nutrition product.", + "isModifier": false, + "short": "Known or suspected allergens that are a part of this product", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/allergen-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AllergenClass" + } + ], + "description": "Codes that identify substances that can be an allergen." + }, + "max": "*", + "id": "NutritionProduct.knownAllergen", + "isSummary": false + }, + { + "path": "NutritionProduct.characteristic", + "min": 0, + "definition": "Specifies descriptive properties of the nutrition product.", + "isModifier": false, + "short": "Specifies descriptive properties of the nutrition product", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.characteristic", + "isSummary": false + }, + { + "path": "NutritionProduct.characteristic.type", + "min": 1, + "definition": "A code specifying which characteristic of the product is being described (for example, colour, shape).", + "isModifier": false, + "short": "Code specifying the type of characteristic", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurement-property", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyCharacteristic" + } + ], + "description": "Codes that identify properties that can be measured." + }, + "max": "1", + "id": "NutritionProduct.characteristic.type", + "isSummary": false + }, + { + "path": "NutritionProduct.characteristic.value[x]", + "min": 1, + "definition": "The actual characteristic value corresponding to the type.", + "isModifier": false, + "short": "The value of the characteristic", + "type": [ + { "code": "CodeableConcept" }, + { "code": "string" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "base64Binary" }, + { "code": "Attachment" }, + { "code": "boolean" } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.characteristic.value[x]", + "comment": "The description should be provided as a CodeableConcept, SimpleQuantity or an image. The description can be a string only when these others are not available.", + "isSummary": false + }, + { + "path": "NutritionProduct.instance", + "min": 0, + "definition": "Conveys instance-level information about this product item. One or several physical, countable instances or occurrences of the product.", + "isModifier": false, + "short": "One or several physical instances or occurrences of the nutrition product", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.instance", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.quantity", + "min": 0, + "definition": "The amount of items or instances that the resource considers, for instance when referring to 2 identical units together.", + "isModifier": false, + "short": "The amount of items or instances", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.instance.quantity", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.identifier", + "min": 0, + "definition": "The identifier for the physical instance, typically a serial number or manufacturer number.", + "isModifier": false, + "short": "The identifier for the physical instance, typically a serial number or manufacturer number", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["serialNumber"], + "max": "*", + "id": "NutritionProduct.instance.identifier", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.name", + "min": 0, + "definition": "The name for the specific product.", + "isModifier": false, + "short": "The name for the specific product", + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["productName"], + "max": "1", + "id": "NutritionProduct.instance.name", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.lotNumber", + "min": 0, + "definition": "The identification of the batch or lot of the product.", + "isModifier": false, + "short": "The identification of the batch or lot of the product", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.instance.lotNumber", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.expiry", + "min": 0, + "definition": "The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed.", + "isModifier": false, + "short": "The expiry date or date and time for the product", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.instance.expiry", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.useBy", + "min": 0, + "definition": "The time after which the product is no longer expected to be in proper condition, or its use is not advised or not allowed.", + "isModifier": false, + "short": "The date until which the product is expected to be good for consumption", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.instance.useBy", + "isSummary": false + }, + { + "path": "NutritionProduct.instance.biologicalSourceEvent", + "min": 0, + "definition": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.", + "isModifier": false, + "short": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "NutritionProduct.instance.biologicalSourceEvent", + "comment": "Necessary to support mandatory requirements for traceability from donor/source to recipient and vice versa, while also satisfying donor anonymity requirements. The element is defined consistently across BiologicallyDerivedProduct, NutritionProduct, and Device. The identifier references an event that links to a single biological entity such as a blood donor, or to multiple biological entities (e.g. when the product is an embryo or a pooled platelet product). A single biologicalSourceEvent identifier may appear on multiple products of many types derived from a single donation event or source extraction. As an example, a single donation event may provide 2 kidneys and a liver for organ transplantation, 2 corneas for eye surgery, heart valves and arterial tissue for cardiovascular surgery, multiple skin grafts, tendons, multiple shaped bone grafts and a large number of bone putty/paste products; and each of them may be assigned to the same biological source event identifier.", + "isSummary": false + }, + { + "path": "NutritionProduct.note", + "min": 0, + "definition": "Comments made about the product.", + "isModifier": false, + "short": "Comments made about the product", + "mapping": [{ "map": "NTE", "identity": "v2" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "NutritionProduct.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The method by which the substance weight was measured.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-weight-method" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-weight-method/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "WeightMethod", + "experimental": true, + "resourceType": "ValueSet", + "title": "Weight Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-weight-method", + "url": "http://hl7.org/fhir/ValueSet/substance-weight-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3263", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-weight-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Used to code the format of the display string.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contributor-summary-style" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contributor-summary-style/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContributorSummaryStyle", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contributor Summary Style", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contributor-summary-style", + "url": "http://hl7.org/fhir/ValueSet/contributor-summary-style", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2970", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contributor-summary-style", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for security category.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-security-category" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-category", + "url": "http://hl7.org/fhir/ValueSet/contract-security-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1220", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-security-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Controls how multiple enableWhen values are interpreted - whether all or any must be true.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-enable-behavior" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnableWhenBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Enable When Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "questionnaire-enable-behavior", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1007", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-enable-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Describes how the lab report is used for a standard Lipid Profile - Cholesterol, Triglyceride and Cholesterol fractions. Uses LOINC codes", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cholesterol/5.0.0", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "5.0.0", + "name": "ExampleLipidProfile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": true, + "resourceType": "StructureDefinition", + "title": "Example Lipid Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cholesterol", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1397", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cholesterol", + "differential": { + "element": [ + { + "id": "Observation", + "max": "1", + "min": 1, + "path": "Observation" + }, + { + "path": "Observation.code", + "min": 1, + "definition": "Cholesterol.", + "short": "Cholesterol", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "fixedCodeableConcept": { + "coding": [ + { + "code": "35200-5", + "system": "http://loinc.org", + "display": "Cholesterol [Moles/​volume] in Serum or Plasma" + } + ] + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "Cholesterol value", + "definition": "Cholesterol value. If a result is not available, use the comments field.", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "short": "Actual numerical value", + "definition": "Actual numerical value.", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.comparator", + "max": "0", + "min": 0, + "path": "Observation.valueQuantity.comparator", + "type": [{ "code": "code" }], + "comment": "No need for this on cholesterol." + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "fixedString": "mmol/L", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.code", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.code", + "type": [{ "code": "code" }], + "fixedCode": "mmol/L", + "mustSupport": true + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "short": "+ | ++ | +++ | - | -- | ---", + "definition": "+ | ++ | +++ | - | -- | ---.", + "mustSupport": true + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about result", + "definition": "May include statements about significant, unexpected or unreliable. values, or information about the source of the value where this may be relevant to the interpretation of the result.", + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 1, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.referenceRange.low", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.low" + }, + { + "id": "Observation.referenceRange.high", + "max": "1", + "min": 1, + "path": "Observation.referenceRange.high", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "comment": "Per Australian NHF Recommendations.", + "definition": "<4.5 mmol/L.", + "fixedQuantity": { "value": 4.5 } + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Claim/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "The Claim resource is used by providers to exchange services and products rendered to patients or planned to be rendered with insurers for reimbuserment. It is also used by insurers to exchange claims information with statutory reporting and data analytics firms.", + "name": "Claim", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Claim", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Claim", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Claim", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Claim", + "differential": { + "element": [ + { + "path": "Claim", + "min": 0, + "definition": "A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.", + "isModifier": false, + "short": "Claim, Pre-determination or Pre-authorization", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "financial.billing", "identity": "w5" } + ], + "mustSupport": false, + "alias": [ + "Adjudication Request", + "Preauthorization Request", + "Predetermination Request" + ], + "max": "*", + "id": "Claim", + "comment": "The Claim resource fulfills three information request requirements: Claim - a request for adjudication for reimbursement for products and/or services provided; Preauthorization - a request to authorize the future provision of products and/or services including an anticipated adjudication; and, Predetermination - a request for a non-bind adjudication of possible future products and/or services." + }, + { + "path": "Claim.identifier", + "requirements": "Allows claims to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this claim.", + "isModifier": false, + "short": "Business Identifier for claim", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["Claim Number"], + "max": "*", + "id": "Claim.identifier", + "isSummary": false + }, + { + "path": "Claim.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Claim.traceNumber", + "isSummary": false + }, + { + "path": "Claim.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Claim.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Claim.type", + "requirements": "Claim type determine the general sets of business rules applied for information requirements and adjudication.", + "min": 1, + "definition": "The category of claim, e.g. oral, pharmacy, vision, institutional, professional.", + "isModifier": false, + "short": "Category or discipline", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "Claim.type", + "comment": "The code system provides oral, pharmacy, vision, professional and institutional claim types. Those supported depends on the requirements of the jurisdiction. The valueset is extensible to accommodate other types of claims as required by the jurisdiction.", + "isSummary": true + }, + { + "path": "Claim.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "isModifier": false, + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "Claim.subType", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type.", + "isSummary": false + }, + { + "path": "Claim.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.", + "isModifier": false, + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "The purpose of the Claim: predetermination, preauthorization, claim." + }, + "max": "1", + "id": "Claim.use", + "isSummary": true + }, + { + "path": "Claim.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual or forecast reimbursement is sought.", + "isModifier": false, + "short": "The recipient of the products and services", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.patient", + "isSummary": true + }, + { + "path": "Claim.billablePeriod", + "requirements": "A number jurisdictions required the submission of the billing period when submitting claims for example for hospital stays or long-term care.", + "min": 0, + "definition": "The period for which charges are being submitted.", + "isModifier": false, + "short": "Relevant time frame for the claim", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Claim.billablePeriod", + "comment": "Typically this would be today or in the past for a claim, and today or in the future for preauthorizations and predeterminations. Typically line item dates of service should fall within the billing period if one is specified.", + "isSummary": true + }, + { + "path": "Claim.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "isModifier": false, + "short": "Resource creation date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Claim.created", + "comment": "This field is independent of the date of creation of the resource as it may reflect the creation date of a source document prior to digitization. Typically for claims all services must be completed as of this date.", + "isSummary": true + }, + { + "path": "Claim.enterer", + "requirements": "Some jurisdictions require the contact information for personnel completing claims.", + "min": 0, + "definition": "Individual who created the claim, predetermination or preauthorization.", + "isModifier": false, + "short": "Author of the claim", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.enterer", + "isSummary": false + }, + { + "path": "Claim.insurer", + "min": 0, + "definition": "The Insurer who is target of the request.", + "isModifier": false, + "short": "Target", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.insurer", + "isSummary": true + }, + { + "path": "Claim.provider", + "min": 0, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "isModifier": false, + "short": "Party responsible for the claim", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.provider", + "comment": "Typically this field would be 1..1 where this party is accountable for the data content within the claim but is not necessarily the facility, provider group or practitioner who provided the products and services listed within this claim resource. This field is the Billing Provider, for example, a facility, provider group, lab or practitioner.", + "isSummary": true + }, + { + "path": "Claim.priority", + "requirements": "The provider may need to indicate their processing requirements so that the processor can indicate if they are unable to comply.", + "min": 0, + "definition": "The provider-required urgency of processing the request. Typical values include: stat, normal, deferred.", + "isModifier": false, + "short": "Desired processing urgency", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessPriority" + } + ], + "description": "The timeliness with which processing is required: stat, normal, deferred." + }, + "max": "1", + "id": "Claim.priority", + "comment": "If a claim processor is unable to complete the processing as per the priority then they should generate an error and not process the request.", + "isSummary": true + }, + { + "path": "Claim.fundsReserve", + "requirements": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.", + "min": 0, + "definition": "A code to indicate whether and for whom funds are to be reserved for future claims.", + "isModifier": false, + "short": "For whom to reserve funds", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "alias": ["Fund pre-allocation"], + "max": "1", + "id": "Claim.fundsReserve", + "comment": "This field is only used for preauthorizations.", + "isSummary": false + }, + { + "path": "Claim.related", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.", + "isModifier": false, + "short": "Prior or corollary claims", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "RelatedClaim" + } + ], + "max": "*", + "id": "Claim.related", + "comment": "For example, for the original treatment and follow-up exams.", + "isSummary": false + }, + { + "path": "Claim.related.claim", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Reference to a related claim.", + "isModifier": false, + "short": "Reference to the related claim", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.related.claim", + "isSummary": false + }, + { + "path": "Claim.related.relationship", + "requirements": "Some insurers need a declaration of the type of relationship.", + "min": 0, + "definition": "A code to convey how the claims are related.", + "isModifier": false, + "short": "How the reference claim is related", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedClaimRelationship" + } + ], + "description": "Relationship of this claim to a related Claim." + }, + "max": "1", + "id": "Claim.related.relationship", + "comment": "For example, prior claim or umbrella.", + "isSummary": false + }, + { + "path": "Claim.related.reference", + "requirements": "In cases where an event-triggered claim is being submitted to an insurer which requires a reference number to be specified on all exchanges.", + "min": 0, + "definition": "An alternate organizational reference to the case or file to which this particular claim pertains.", + "isModifier": false, + "short": "File or case reference", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Claim.related.reference", + "comment": "For example, Property/Casualty insurer claim # or Workers Compensation case # .", + "isSummary": false + }, + { + "path": "Claim.prescription", + "requirements": "Required to authorize the dispensing of controlled substances and devices.", + "min": 0, + "definition": "Prescription is the document/authorization given to the claim author for them to provide products and services for which consideration (reimbursement) is sought. Could be a RX for medications, an 'order' for oxygen or wheelchair or physiotherapy treatments.", + "isModifier": false, + "short": "Prescription authorizing services and products", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.prescription", + "isSummary": false + }, + { + "path": "Claim.originalPrescription", + "requirements": "Often required when a fulfiller varies what is fulfilled from that authorized on the original prescription.", + "min": 0, + "definition": "Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.", + "isModifier": false, + "short": "Original prescription if superseded by fulfiller", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.originalPrescription", + "comment": "For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefore issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'.", + "isSummary": false + }, + { + "path": "Claim.payee", + "requirements": "The provider needs to specify who they wish to be reimbursed and the claims processor needs express who they will reimburse.", + "min": 0, + "definition": "The party to be reimbursed for cost of the products and services according to the terms of the policy.", + "isModifier": false, + "short": "Recipient of benefits payable", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payee" + } + ], + "max": "1", + "id": "Claim.payee", + "comment": "Often providers agree to receive the benefits payable to reduce the near-term costs to the patient. The insurer may decline to pay the provider and choose to pay the subscriber instead.", + "isSummary": false + }, + { + "path": "Claim.payee.type", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 1, + "definition": "Type of Party to be reimbursed: subscriber, provider, other.", + "isModifier": false, + "short": "Category of recipient", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "Claim.payee.type", + "isSummary": false + }, + { + "path": "Claim.payee.party", + "requirements": "Need to provide demographics if the payee is not 'subscriber' nor 'provider'.", + "min": 0, + "definition": "Reference to the individual or organization to whom any payment will be made.", + "isModifier": false, + "short": "Recipient reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.payee.party", + "comment": "Not required if the payee is 'subscriber' or 'provider'.", + "isSummary": false + }, + { + "path": "Claim.referral", + "requirements": "Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "min": 0, + "definition": "The referral information received by the claim author, it is not to be used when the author generates a referral for a patient. A copy of that referral may be provided as supporting information. Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "isModifier": false, + "short": "Treatment referral", + "mapping": [{ "map": "FiveWs.cause", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.referral", + "comment": "The referral resource which lists the date, practitioner, reason and other supporting information.", + "isSummary": false + }, + { + "path": "Claim.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "Healthcare encounters related to this claim.", + "isModifier": false, + "short": "Encounters associated with the listed treatments", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": false + }, + { + "path": "Claim.facility", + "requirements": "Insurance adjudication can be dependant on where services were delivered.", + "min": 0, + "definition": "Facility where the services were provided.", + "isModifier": false, + "short": "Servicing facility", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.facility", + "isSummary": false + }, + { + "path": "Claim.diagnosisRelatedGroup", + "requirements": "Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.", + "min": 0, + "definition": "A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.", + "isModifier": false, + "short": "Package billing code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRelatedGroup" + } + ] + }, + "max": "1", + "id": "Claim.diagnosisRelatedGroup", + "comment": "For example DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardial Infarction and a DRG for HeartAttack would be assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event.", + "isSummary": false + }, + { + "path": "Claim.event", + "min": 0, + "definition": "Information code for an event with a corresponding date or period.", + "isModifier": false, + "short": "Event information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Claim.event", + "isSummary": false + }, + { + "path": "Claim.event.type", + "min": 1, + "definition": "A coded event such as when a service is expected or a card printed.", + "isModifier": false, + "short": "Specific event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DatesType" + } + ] + }, + "max": "1", + "id": "Claim.event.type", + "isSummary": false + }, + { + "path": "Claim.event.when[x]", + "min": 1, + "definition": "A date or period in the past or future indicating when the event occurred or is expectd to occur.", + "isModifier": false, + "short": "Occurance date or period", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Claim.event.when[x]", + "isSummary": false + }, + { + "path": "Claim.careTeam", + "requirements": "Common to identify the responsible and supporting practitioners.", + "min": 0, + "definition": "The members of the team who provided the products and services.", + "isModifier": false, + "short": "Members of the care team", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CareTeam" + } + ], + "max": "*", + "id": "Claim.careTeam", + "isSummary": false + }, + { + "path": "Claim.careTeam.sequence", + "requirements": "Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details.", + "min": 1, + "definition": "A number to uniquely identify care team entries.", + "isModifier": false, + "short": "Order of care team", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.careTeam.sequence", + "isSummary": false + }, + { + "path": "Claim.careTeam.provider", + "requirements": "Often a regulatory requirement to specify the responsible provider.", + "min": 1, + "definition": "Member of the team who provided the product or service.", + "isModifier": false, + "short": "Practitioner or organization", + "mapping": [{ "map": "FiveWs.actor", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.careTeam.provider", + "isSummary": false + }, + { + "path": "Claim.careTeam.responsible", + "requirements": "When multiple parties are present it is required to distinguish the lead or responsible individual.", + "min": 0, + "definition": "The party who is billing and/or responsible for the claimed products or services.", + "isModifier": false, + "short": "Indicator of the lead practitioner", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Claim.careTeam.responsible", + "comment": "Responsible might not be required when there is only a single provider listed.", + "isSummary": false + }, + { + "path": "Claim.careTeam.role", + "requirements": "When multiple parties are present it is required to distinguish the roles performed by each member.", + "min": 0, + "definition": "The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.", + "isModifier": false, + "short": "Function within the team", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamRole" + } + ], + "description": "The role codes for the care team members." + }, + "max": "1", + "id": "Claim.careTeam.role", + "comment": "Role might not be required when there is only a single provider listed.", + "isSummary": false + }, + { + "path": "Claim.careTeam.specialty", + "requirements": "Need to specify which specialization a practitioner or provider acting under when delivering the product or service.", + "min": 0, + "definition": "The specialization of the practitioner or provider which is applicable for this service.", + "isModifier": false, + "short": "Practitioner or provider specialization", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProviderQualification" + } + ] + }, + "max": "1", + "id": "Claim.careTeam.specialty", + "isSummary": false + }, + { + "path": "Claim.supportingInfo", + "requirements": "Typically these information codes are required to support the services rendered or the adjudication of the services rendered.", + "min": 0, + "definition": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.", + "isModifier": false, + "short": "Supporting information", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupportingInformation" + } + ], + "alias": [ + "Attachments\nException Codes\nOccurrence Codes\nValue codes" + ], + "max": "*", + "id": "Claim.supportingInfo", + "comment": "Often there are multiple jurisdiction specific valuesets which are required.", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.sequence", + "requirements": "Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify supporting information entries.", + "isModifier": false, + "short": "Information instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.supportingInfo.sequence", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.category", + "requirements": "Required to group or associate information items with common characteristics. For example: admission information or prior treatments.", + "min": 1, + "definition": "The general class of the information supplied: information; exception; accident, employment; onset, etc.", + "isModifier": false, + "short": "Classification of the supplied information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCategory" + } + ], + "description": "The valuset used for additional information category codes." + }, + "max": "1", + "id": "Claim.supportingInfo.category", + "comment": "This may contain a category for the local bill type codes.", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.code", + "requirements": "Required to identify the kind of additional information.", + "min": 0, + "definition": "System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.", + "isModifier": false, + "short": "Type of information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCode" + } + ], + "description": "The valuset used for additional information codes." + }, + "max": "1", + "id": "Claim.supportingInfo.code", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.timing[x]", + "min": 0, + "definition": "The date when or period to which this information refers.", + "isModifier": false, + "short": "When it occurred", + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Claim.supportingInfo.timing[x]", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.value[x]", + "requirements": "To convey the data content to be provided when the information is more than a simple code or period.", + "min": 0, + "definition": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", + "isModifier": false, + "short": "Data to be provided", + "type": [ + { "code": "boolean" }, + { "code": "string" }, + { "code": "Quantity" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "Identifier" } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.supportingInfo.value[x]", + "comment": "Could be used to provide references to other resources, document. For example could contain a PDF in an Attachment of the Police Report for an Accident.", + "isSummary": false + }, + { + "path": "Claim.supportingInfo.reason", + "requirements": "Needed when the supporting information has both a date and amount/value and requires explanation.", + "min": 0, + "definition": "Provides the reason in the situation where a reason code is required in addition to the content.", + "isModifier": false, + "short": "Explanation for the information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MissingReason" + } + ], + "description": "Reason codes for the missing teeth." + }, + "max": "1", + "id": "Claim.supportingInfo.reason", + "comment": "For example: the reason for the additional stay, or why a tooth is missing.", + "isSummary": false + }, + { + "path": "Claim.diagnosis", + "requirements": "Required for the adjudication by provided context for the services and product listed.", + "min": 0, + "definition": "Information about diagnoses relevant to the claim items.", + "isModifier": false, + "short": "Pertinent diagnosis information", + "mapping": [ + { + "map": "Request.reasonReference", + "identity": "workflow" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "Claim.diagnosis", + "isSummary": false + }, + { + "path": "Claim.diagnosis.sequence", + "requirements": "Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify diagnosis entries.", + "isModifier": false, + "short": "Diagnosis instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.diagnosis.sequence", + "comment": "Diagnosis are presented in list order to their expected importance: primary, secondary, etc.", + "isSummary": false + }, + { + "path": "Claim.diagnosis.diagnosis[x]", + "requirements": "Provides health context for the evaluation of the products and/or services.", + "min": 1, + "definition": "The nature of illness or problem in a coded form or as a reference to an external defined Condition.", + "isModifier": false, + "short": "Nature of illness or problem", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10" + } + ], + "description": "Example ICD10 Diagnostic codes." + }, + "max": "1", + "id": "Claim.diagnosis.diagnosis[x]", + "isSummary": false + }, + { + "path": "Claim.diagnosis.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "isModifier": false, + "short": "Timing or nature of the diagnosis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisType" + } + ], + "description": "The type of the diagnosis: admitting, principal, discharge." + }, + "max": "*", + "id": "Claim.diagnosis.type", + "comment": "For example: admitting, primary, secondary, discharge.", + "isSummary": false + }, + { + "path": "Claim.diagnosis.onAdmission", + "requirements": "Many systems need to understand for adjudication if the diagnosis was present a time of admission.", + "min": 0, + "definition": "Indication of whether the diagnosis was present on admission to a facility.", + "isModifier": false, + "short": "Present on admission", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisOnAdmission" + } + ], + "description": "Present on admission." + }, + "max": "1", + "id": "Claim.diagnosis.onAdmission", + "isSummary": false + }, + { + "path": "Claim.procedure", + "requirements": "The specific clinical invention are sometimes required to be provided to justify billing a greater than customary amount for a service.", + "min": 0, + "definition": "Procedures performed on the patient relevant to the billing items with the claim.", + "isModifier": false, + "short": "Clinical procedures performed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Procedure" + } + ], + "max": "*", + "id": "Claim.procedure", + "isSummary": false + }, + { + "path": "Claim.procedure.sequence", + "requirements": "Necessary to provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify procedure entries.", + "isModifier": false, + "short": "Procedure instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.procedure.sequence", + "isSummary": false + }, + { + "path": "Claim.procedure.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "isModifier": false, + "short": "Category of Procedure", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureType" + } + ], + "description": "Example procedure type codes." + }, + "max": "*", + "id": "Claim.procedure.type", + "comment": "For example: primary, secondary.", + "isSummary": false + }, + { + "path": "Claim.procedure.date", + "requirements": "Required for auditing purposes.", + "min": 0, + "definition": "Date and optionally time the procedure was performed.", + "isModifier": false, + "short": "When the procedure was performed", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Claim.procedure.date", + "isSummary": false + }, + { + "path": "Claim.procedure.procedure[x]", + "requirements": "This identifies the actual clinical procedure.", + "min": 1, + "definition": "The code or reference to a Procedure resource which identifies the clinical intervention performed.", + "isModifier": false, + "short": "Specific clinical procedure", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10_Procedures" + } + ], + "description": "Example ICD10 Procedure codes." + }, + "max": "1", + "id": "Claim.procedure.procedure[x]", + "isSummary": false + }, + { + "path": "Claim.procedure.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.procedure.udi", + "isSummary": false + }, + { + "path": "Claim.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "isModifier": false, + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "Claim.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": true + }, + { + "path": "Claim.insurance.sequence", + "requirements": "To maintain order of the coverages.", + "min": 1, + "definition": "A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.", + "isModifier": false, + "short": "Insurance instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.sequence", + "isSummary": true + }, + { + "path": "Claim.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "isModifier": false, + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.", + "isSummary": true + }, + { + "path": "Claim.insurance.identifier", + "requirements": "This will be the claim number should it be necessary to create this claim in the future. This is provided so that payors may forward claims to other payors in the Coordination of Benefit for adjudication rather than the provider being required to initiate each adjudication.", + "min": 0, + "definition": "The business identifier to be used when the claim is sent for adjudication against this insurance policy.", + "isModifier": false, + "short": "Pre-assigned Claim number", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.identifier", + "comment": "Only required in jurisdictions where insurers, rather than the provider, are required to send claims to insurers that appear after them in the list. This element is not required when 'subrogation=true'.", + "isSummary": false + }, + { + "path": "Claim.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "isModifier": false, + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.coverage", + "isSummary": true + }, + { + "path": "Claim.insurance.businessArrangement", + "requirements": "Providers may have multiple business arrangements with a given insurer and must supply the specific contract number for adjudication.", + "min": 0, + "definition": "A business agreement number established between the provider and the insurer for special business processing purposes.", + "isModifier": false, + "short": "Additional provider contract number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.businessArrangement", + "isSummary": false + }, + { + "path": "Claim.insurance.preAuthRef", + "requirements": "Providers must quote previously issued authorization reference numbers in order to obtain adjudication as previously advised on the Preauthorization.", + "min": 0, + "definition": "Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.", + "isModifier": false, + "short": "Prior authorization reference number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Claim.insurance.preAuthRef", + "comment": "This value is an alphanumeric string that may be provided over the phone, via text, via paper, or within a ClaimResponse resource and is not a FHIR Identifier.", + "isSummary": false + }, + { + "path": "Claim.insurance.claimResponse", + "requirements": "An insurer need the adjudication results from prior insurers to determine the outstanding balance remaining by item for the items in the curent claim.", + "min": 0, + "definition": "The result of the adjudication of the line items for the Coverage specified in this insurance.", + "isModifier": false, + "short": "Adjudication results", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.insurance.claimResponse", + "comment": "Must not be specified when 'focal=true' for this insurance.", + "isSummary": false + }, + { + "path": "Claim.accident", + "requirements": "When healthcare products and services are accident related, benefits may be payable under accident provisions of policies, such as automotive, etc before they are payable under normal health insurance.", + "min": 0, + "definition": "Details of an accident which resulted in injuries which required the products and services listed in the claim.", + "isModifier": false, + "short": "Details of the event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Accident" + } + ], + "max": "1", + "id": "Claim.accident", + "isSummary": false + }, + { + "path": "Claim.accident.date", + "requirements": "Required for audit purposes and adjudication.", + "min": 1, + "definition": "Date of an accident event related to the products and services contained in the claim.", + "isModifier": false, + "short": "When the incident occurred", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Claim.accident.date", + "comment": "The date of the accident has to precede the dates of the products and services but within a reasonable timeframe.", + "isSummary": false + }, + { + "path": "Claim.accident.type", + "requirements": "Coverage may be dependant on the type of accident.", + "min": 0, + "definition": "The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.", + "isModifier": false, + "short": "The nature of the accident", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccidentType" + } + ], + "description": "Type of accident: work place, auto, etc." + }, + "max": "1", + "id": "Claim.accident.type", + "isSummary": false + }, + { + "path": "Claim.accident.location[x]", + "requirements": "Required for audit purposes and determination of applicable insurance liability.", + "min": 0, + "definition": "The physical location of the accident event.", + "isModifier": false, + "short": "Where the event occurred", + "type": [ + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.accident.location[x]", + "isSummary": false + }, + { + "path": "Claim.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.patientPaid", + "isSummary": false + }, + { + "path": "Claim.item", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim line. Either a simple product or service or a 'group' of details which can each be a simple items or groups of sub-details.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "Claim.item", + "isSummary": false + }, + { + "path": "Claim.item.sequence", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.", + "min": 1, + "definition": "A number to uniquely identify item entries.", + "isModifier": false, + "short": "Item instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.sequence", + "isSummary": false + }, + { + "path": "Claim.item.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.traceNumber", + "isSummary": false + }, + { + "path": "Claim.item.careTeamSequence", + "requirements": "Need to identify the individuals and their roles in the provision of the product or service.", + "min": 0, + "definition": "CareTeam members related to this service or product.", + "isModifier": false, + "short": "Applicable careTeam members", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.careTeamSequence", + "isSummary": false + }, + { + "path": "Claim.item.diagnosisSequence", + "requirements": "Need to related the product or service to the associated diagnoses.", + "min": 0, + "definition": "Diagnosis applicable for this service or product.", + "isModifier": false, + "short": "Applicable diagnoses", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.diagnosisSequence", + "isSummary": false + }, + { + "path": "Claim.item.procedureSequence", + "requirements": "Need to provide any listed specific procedures to support the product or service being claimed.", + "min": 0, + "definition": "Procedures applicable for this service or product.", + "isModifier": false, + "short": "Applicable procedures", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.procedureSequence", + "isSummary": false + }, + { + "path": "Claim.item.informationSequence", + "requirements": "Need to reference the supporting information items that relate directly to this product or service.", + "min": 0, + "definition": "Exceptions, special conditions and supporting information applicable for this service or product.", + "isModifier": false, + "short": "Applicable exception and supporting information", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.informationSequence", + "isSummary": false + }, + { + "path": "Claim.item.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.revenue", + "isSummary": false + }, + { + "path": "Claim.item.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "Claim.item.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "Claim.item.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "Claim.item.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "Claim.item.productOrServiceEnd", + "isSummary": false + }, + { + "path": "Claim.item.request", + "requirements": "May identify the service to be provided or provider authorization for the service.", + "min": 0, + "definition": "Request or Referral for Goods or Service to be rendered.", + "isModifier": false, + "short": "Request or Referral for Service", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.item.request", + "isSummary": false + }, + { + "path": "Claim.item.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.", + "isSummary": false + }, + { + "path": "Claim.item.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "Claim.item.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "isModifier": false, + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.serviced[x]", + "isSummary": false + }, + { + "path": "Claim.item.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "isModifier": false, + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place of service: pharmacy, school, prison, etc." + }, + "max": "1", + "id": "Claim.item.location[x]", + "isSummary": false + }, + { + "path": "Claim.item.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.patientPaid", + "isSummary": false + }, + { + "path": "Claim.item.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.item.quantity", + "isSummary": false + }, + { + "path": "Claim.item.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.unitPrice", + "isSummary": false + }, + { + "path": "Claim.item.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "Claim.item.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.tax", + "isSummary": false + }, + { + "path": "Claim.item.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the line item. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "Claim.item.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.item.udi", + "isSummary": false + }, + { + "path": "Claim.item.bodySite", + "min": 0, + "definition": "Physical location where the service is performed or applies.", + "isModifier": false, + "short": "Anatomical location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "BodySite" + } + ], + "max": "*", + "id": "Claim.item.bodySite", + "isSummary": false + }, + { + "path": "Claim.item.bodySite.site", + "requirements": "Allows insurer to validate specific procedures.", + "min": 1, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "isModifier": false, + "short": "Location", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ] + }, + "max": "*", + "id": "Claim.item.bodySite.site", + "comment": "For example: Providing a tooth code, allows an insurer to identify a provider performing a filling on a tooth that was previously removed.", + "isSummary": false + }, + { + "path": "Claim.item.bodySite.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "isModifier": false, + "short": "Sub-location", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ] + }, + "max": "*", + "id": "Claim.item.bodySite.subSite", + "isSummary": false + }, + { + "path": "Claim.item.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "Healthcare encounters related to this claim.", + "isModifier": false, + "short": "Encounters associated with the listed treatments", + "mapping": [ + { "map": "Request.context", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.item.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": false + }, + { + "path": "Claim.item.detail", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Detail" + } + ], + "max": "*", + "id": "Claim.item.detail", + "isSummary": false + }, + { + "path": "Claim.item.detail.sequence", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.", + "min": 1, + "definition": "A number to uniquely identify item entries.", + "isModifier": false, + "short": "Item instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.sequence", + "isSummary": false + }, + { + "path": "Claim.item.detail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.detail.traceNumber", + "isSummary": false + }, + { + "path": "Claim.item.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.detail.revenue", + "isSummary": false + }, + { + "path": "Claim.item.detail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.detail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "Claim.item.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "Claim.item.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "Claim.item.detail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "Claim.item.detail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "Claim.item.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.detail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "Claim.item.detail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.detail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "Claim.item.detail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.patientPaid", + "isSummary": false + }, + { + "path": "Claim.item.detail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.quantity", + "isSummary": false + }, + { + "path": "Claim.item.detail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.unitPrice", + "isSummary": false + }, + { + "path": "Claim.item.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "Claim.item.detail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.tax", + "isSummary": false + }, + { + "path": "Claim.item.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the line item.detail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "Claim.item.detail.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.item.detail.udi", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "max": "*", + "id": "Claim.item.detail.subDetail", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.sequence", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.", + "min": 1, + "definition": "A number to uniquely identify item entries.", + "isModifier": false, + "short": "Item instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.sequence", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Claim.item.detail.subDetail.traceNumber", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.revenue", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral-basic, major, glasses." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "Claim.item.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "Claim.item.detail.subDetail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "Claim.item.detail.subDetail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "Claim.item.detail.subDetail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.patientPaid", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.quantity", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.unitPrice", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.tax", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for line item.detail.subDetail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.item.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "Claim.item.detail.subDetail.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Claim.item.detail.subDetail.udi", + "isSummary": false + }, + { + "path": "Claim.total", + "requirements": "Used for control total purposes.", + "min": 0, + "definition": "The total value of the all the items in the claim.", + "isModifier": false, + "short": "Total claim cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Claim.total", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The results of executing an action.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/report-action-result-codes" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-action-result-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestReportActionResult", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Report Action Result", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "report-action-result-codes", + "url": "http://hl7.org/fhir/ValueSet/report-action-result-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.720", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.708", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-action-result-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose of vaccine was not administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "concept": [ + { "code": "IMMUNE" }, + { "code": "MEDPREC" }, + { "code": "OSTOCK" }, + { "code": "PATOBJ" }, + { "code": "PHILISOP" }, + { "code": "RELIG" }, + { "code": "VACEFF" }, + { "code": "VACSAF" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationStatusReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-status-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.992", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Observation Category codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/observation-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationCategoryCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-category", + "url": "http://hl7.org/fhir/ValueSet/observation-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.403", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.392", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.222", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of Benefit Term codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-term" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/benefit-term/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BenefitTermCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Benefit Term Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-term", + "url": "http://hl7.org/fhir/ValueSet/benefit-term", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.612", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.604", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/benefit-term", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 703763000 |Precondition value (qualifier value)|", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "703763000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PreparePatient", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Patient preparation prior specimen collection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "prepare-patient-prior-specimen-collection", + "url": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1399", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/prepare-patient-prior-specimen-collection", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Procedure follow up codes: A selection of SNOMED CT codes relevant to procedure follow up.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "18949003" }, + { "code": "30549001" }, + { "code": "241031001" }, + { "code": "35963001" }, + { "code": "225164002" }, + { "code": "447346005" }, + { "code": "229506003" }, + { "code": "274441001" }, + { "code": "394725008" }, + { "code": "359825008" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-followup/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureFollowUpCodesSNOMEDCT", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Follow up Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-followup", + "url": "http://hl7.org/fhir/ValueSet/procedure-followup", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.429", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.420", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.240", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-followup", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Attested information may be validated by process that are manual or automated. For automated processes it may accomplished by the system of record reaching out through another system's API or information may be sent to the system of record. This value set defines a set of codes to describing the process, the how, a resource or data element is validated.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-communication-method/5.0.0", + "date": "2018-10-31", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VerificationresultCommunicationMethod", + "experimental": true, + "resourceType": "ValueSet", + "title": "VerificationResult Communication Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "verificationresult-communication-method", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1401", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-communication-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "other" } + ] + } + ] + }, + { + "description": "A unit of time (units from UCUM).", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { + "code": "s", + "display": "second", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "second" + } + ], + "designation": [{ "value": "秒", "language": "zh" }] + }, + { + "code": "min", + "display": "minute", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "minute" + } + ], + "designation": [ + { "value": "分钟", "language": "zh" } + ] + }, + { + "code": "h", + "display": "hour", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "hour" + } + ], + "designation": [ + { "value": "小时", "language": "zh" } + ] + }, + { + "code": "d", + "display": "day", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "day" + } + ], + "designation": [{ "value": "天", "language": "zh" }] + }, + { + "code": "wk", + "display": "week", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "week" + } + ], + "designation": [ + { "value": "星期", "language": "zh" } + ] + }, + { + "code": "mo", + "display": "month", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "month - Normal practice is to use the 'mo' code as a calendar month when calculating the next occurrence." + } + ], + "designation": [{ "value": "月", "language": "zh" }] + }, + { + "code": "a", + "display": "year", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "year" + } + ], + "designation": [{ "value": "年", "language": "zh" }] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/units-of-time/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UnitsOfTime", + "copyright": "These codes are excerpted from UCUM (THE UNIFIED CODE FOR UNITS OF MEASURE). UCUM is Copyright © 1989-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details.", + "experimental": false, + "resourceType": "ValueSet", + "title": "UnitsOfTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "units-of-time", + "url": "http://hl7.org/fhir/ValueSet/units-of-time", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.77", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/units-of-time", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Unit type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-unit" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/benefit-unit/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UnitTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Unit Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-unit", + "url": "http://hl7.org/fhir/ValueSet/benefit-unit", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.610", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.602", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/benefit-unit", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How a capability statement is intended to be used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/capability-statement-kind" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/capability-statement-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CapabilityStatementKind", + "experimental": true, + "resourceType": "ValueSet", + "title": "Capability Statement Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "capability-statement-kind", + "url": "http://hl7.org/fhir/ValueSet/capability-statement-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.198", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.188", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/capability-statement-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Color of the container cap.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/container-cap" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/container-cap/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContainerCap", + "experimental": true, + "resourceType": "ValueSet", + "title": "Container Cap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "container-cap", + "url": "http://hl7.org/fhir/ValueSet/container-cap", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.850", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/container-cap", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes providing the status/availability of a specimen.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/specimen-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "specimen-status", + "url": "http://hl7.org/fhir/ValueSet/specimen-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.471", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.464", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.426", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An example value set of SNOMED CT concepts that can classify a requested service", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "108252007", + "display": "Laboratory procedure" + }, + { "code": "363679005", "display": "Imaging" }, + { "code": "409063005", "display": "Counselling" }, + { "code": "409073007", "display": "Education" }, + { "code": "387713003", "display": "Surgical procedure" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/servicerequest-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Orders and Observations Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceRequestCategoryCodes", + "copyright": "This specification includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Service Request Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-category", + "url": "http://hl7.org/fhir/ValueSet/servicerequest-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.434", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/servicerequest-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "The severity of the audit entry.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/audit-event-severity" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-severity/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "audit-event-severity", + "url": "http://hl7.org/fhir/ValueSet/audit-event-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2980", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Identifies the level of importance to be assigned to actioning the request.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/request-priority" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/request-priority/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RequestPriority", + "experimental": true, + "resourceType": "ValueSet", + "title": "RequestPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "request-priority", + "url": "http://hl7.org/fhir/ValueSet/request-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.115", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/request-priority", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Medication Dose Aids", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-dose-aid" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-dose-aid/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationDoseAids", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medication Dose Aids", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-dose-aid", + "url": "http://hl7.org/fhir/ValueSet/medication-dose-aid", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3241", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-dose-aid", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "If this is the default rule set to apply for the source type, or this combination of types.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-group-type-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-group-type-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapGroupTypeMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Group Type Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-group-type-mode", + "url": "http://hl7.org/fhir/ValueSet/map-group-type-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.687", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.673", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-group-type-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "What a specific Encounter/EpisodeOfCare `diagnosis.condition` is to be used for.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/encounter-diagnosis-use" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-diagnosis-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterDiagnosisUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "Encounter Diagnosis Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "encounter-diagnosis-use", + "url": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3321", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-diagnosis-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is a set of terms for study design characteristics.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/study-design" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/study-design/5.0.0", + "date": "2022-08-24T12:40:00+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StudyDesign", + "experimental": true, + "resourceType": "ValueSet", + "title": "Study Design", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "study-design", + "url": "http://hl7.org/fhir/ValueSet/study-design", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3045", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/study-design", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines an example set of codes of service-types.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Service Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-type", + "url": "http://hl7.org/fhir/ValueSet/service-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.518", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.512", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How resource references can be aggregated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-aggregation-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/resource-aggregation-mode/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AggregationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "AggregationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "resource-aggregation-mode", + "url": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.85", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resource-aggregation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A categorical assessment, providing a rough qualitative interpretation of the observation value, such as “normal”/ “abnormal”,”low” / “high”, “better” / “worse”, “susceptible” / “resistant”, “expected”/ “not expected”. The value set is intended to be for ANY use where coded representation of an interpretation is needed. \r\n \r\n Notes:\r\n \r\n This is being communicated in v2.x in OBX-8 (Observation Interpretation), in v3 in ObservationInterpretation (CWE) in R1 (Representative Realm) and in FHIR in Observation.interpretation. Historically these values come from the laboratory domain, and these codes are extensively used. The value set binding is extensible, so codes outside the value set that are needed for interpretation concepts (i.e. particular meanings) that are not included in the value set can be used, and these new codes may also be added to the value set and published in a future version.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-interpretation/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationInterpretationCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Interpretation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "observation-interpretation", + "url": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.399", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.386", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.218", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-interpretation", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How the issue affects the success of the action.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/issue-severity" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/issue-severity/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IssueSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "Issue Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "issue-severity", + "url": "http://hl7.org/fhir/ValueSet/issue-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.408", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.397", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.223", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/issue-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the preventive actions that contributed to avoiding the adverse event.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "425457005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "365861007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "106181007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-preventive-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventPreventiveAction", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Preventive Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-preventive-action", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-preventive-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3238", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-preventive-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Extra monitoring defined for a Medicinal Product.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-additional-monitoring" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdditionalMonitoring", + "experimental": true, + "resourceType": "ValueSet", + "title": "Additional Monitoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-additional-monitoring", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3020", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-additional-monitoring", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "If field is a list, how to manage the production.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/map-target-list-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-target-list-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapTargetListMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Target List Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-target-list-mode", + "url": "http://hl7.org/fhir/ValueSet/map-target-list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.685", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.671", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-target-list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set represents codes for food nutrients and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept has a parent of 226355009 Nutrients (substance).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "226355009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/nutrition-product-nutrient/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodesForNutritionProductNutrients", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Codes for Nutrition Product Nutrients", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutrition-product-nutrient", + "url": "http://hl7.org/fhir/ValueSet/nutrition-product-nutrient", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3270", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/nutrition-product-nutrient", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Status of the supply delivery.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/supplydelivery-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplydelivery-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyDeliveryStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supply Delivery Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplydelivery-status", + "url": "http://hl7.org/fhir/ValueSet/supplydelivery-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.700", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.686", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.355", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplydelivery-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Current state of the encounter.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/encounter-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Encounter Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "encounter-status", + "url": "http://hl7.org/fhir/ValueSet/encounter-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.246", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.241", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of manual completion to use for assertion.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/assert-manual-completion-codes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/assert-manual-completion-codes/5.0.0", + "date": "2022-12-20T09:43:11-05:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AssertionManualCompletionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Assertion Manual Completion Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "assert-manual-completion-codes", + "url": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.702", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/assert-manual-completion-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate how an individual participates in an encounter.", + "compose": { + "exclude": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [{ "code": "_ParticipationAncillary" }] + } + ], + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ParticipationAncillary", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/participant-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-participant-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipantType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Participant Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "encounter-participant-type", + "url": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.250", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.245", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.139", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-participant-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example Measure Definitions for the Measure Resource.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/measure-definition-example" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-definition-example/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureDefinitionExample", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Definition Example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measure-definition-example", + "url": "http://hl7.org/fhir/ValueSet/measure-definition-example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3190", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-definition-example" + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all possible UCUM codes used for time measures (Age, Duration etc.) - that it is, all units which have the same canonical unit as 'a' (year)", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "a", "property": "canonical" } + ], + "system": "http://unitsofmeasure.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/all-time-units/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllUCUMExpressionForTime", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "All UCUM Expression for Time", + "status": "draft", + "id": "all-time-units", + "url": "http://hl7.org/fhir/ValueSet/all-time-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3304", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/all-time-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Code for a known / defined timing pattern.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/timing-abbreviation" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation", + "concept": [ + { + "code": "BID", + "display": "BID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Two times a day at institution specified time" + } + ] + }, + { + "code": "TID", + "display": "TID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Three times a day at institution specified time" + } + ] + }, + { + "code": "QID", + "display": "QID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Four times a day at institution specified time" + } + ] + }, + { + "code": "AM", + "display": "AM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every morning at institution specified times" + } + ] + }, + { + "code": "PM", + "display": "PM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every afternoon at institution specified times" + } + ] + }, + { + "code": "QD", + "display": "QD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every Day at institution specified times" + } + ] + }, + { + "code": "QOD", + "display": "QOD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every Other Day at institution specified times" + } + ] + }, + { + "code": "Q1H", + "display": "every hour", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every hour at institution specified times" + } + ] + }, + { + "code": "Q2H", + "display": "every 2 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 2 hours at institution specified times" + } + ] + }, + { + "code": "Q3H", + "display": "every 3 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 3 hours at institution specified times" + } + ] + }, + { + "code": "Q4H", + "display": "Q4H", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 4 hours at institution specified times" + } + ] + }, + { + "code": "Q6H", + "display": "Q6H", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 6 Hours at institution specified times" + } + ] + }, + { + "code": "Q8H", + "display": "every 8 hours", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Every 8 hours at institution specified times" + } + ] + }, + { + "code": "BED", + "display": "at bedtime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "At bedtime (institution specified time)" + } + ] + }, + { + "code": "WK", + "display": "weekly", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Weekly at institution specified time" + } + ] + }, + { + "code": "MO", + "display": "monthly", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Monthly at institution specified time" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/timing-abbreviation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TimingAbbreviation", + "experimental": false, + "resourceType": "ValueSet", + "title": "TimingAbbreviation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "timing-abbreviation", + "url": "http://hl7.org/fhir/ValueSet/timing-abbreviation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.78", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/timing-abbreviation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of operator to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-operator-codes" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/assert-operator-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AssertionOperatorType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Assertion Operator Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "assert-operator-codes", + "url": "http://hl7.org/fhir/ValueSet/assert-operator-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.708", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.696", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.360", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/assert-operator-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines the set of codes that can be used to indicate a reason for a procedure.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-reason", + "url": "http://hl7.org/fhir/ValueSet/procedure-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.432", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.423", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.419", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Provides examples of reasons for actions to be performed.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/action-reason-code" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-reason-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionReasonCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Action Reason Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "action-reason-code", + "url": "http://hl7.org/fhir/ValueSet/action-reason-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3053", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-reason-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": " The type of workflow from which this payment arose.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/payment-kind" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "payment-kind", + "url": "http://hl7.org/fhir/ValueSet/payment-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3209", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The handling of the variable in statistical analysis for exposures or outcomes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/statistic-model-code" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/statistic-model-code/5.0.0", + "date": "2021-08-05T12:00:00+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StatisticModelCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Statistic Model Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "statistic-model-code", + "url": "http://hl7.org/fhir/ValueSet/statistic-model-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3046", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/statistic-model-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Biologically derived product dispense - origin relationship", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/biologicallyderivedproductdispense-origin-relationship" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-origin-relationship/5.0.0", + "date": "2023-01-29T21:19:50+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Example Publisher", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductDispenseOriginRelationship", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically derived product dispense - origin relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderivedproductdispense-origin-relationship", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-origin-relationship", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderivedproductdispense-origin-relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "UCUM units for recording Body Weight", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "kg" }, + { "code": "[lb_av]" }, + { "code": "g" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodyweight/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodyWeightUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Weight Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodyweight", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodyweight", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.956", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.871", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-bodyweight" + }, + { + "description": "Type of part of a name for a Medicinal Product.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-name-part-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-name-part-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductNamePartType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Name Part Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-name-part-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-name-part-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3028", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-name-part-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 Numeric codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "regex", + "value": "[0-9]{3}", + "property": "code" + } + ], + "system": "urn:iso:std:iso:3166" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-N/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso31661N", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: Numeric Codes", + "status": "active", + "id": "iso3166-1-N", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-N", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/iso3166-1-N", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Permitted data type for observation value.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/permitted-data-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/permitted-data-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationDataType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Data Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "permitted-data-type", + "url": "http://hl7.org/fhir/ValueSet/permitted-data-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1331", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/permitted-data-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationRequest Intent Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-intent" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-intent/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationRequestIntent", + "experimental": false, + "resourceType": "ValueSet", + "title": "medicationRequest Intent", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medicationrequest-intent", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-intent", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1321", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationrequest-intent", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Claim SubType codes which are used to distinguish the claim types for example within type institutional there may be subtypes for emergency services, bed stay and transportation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-claimsubtype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-subtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleClaimSubTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Claim SubType Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-subtype", + "url": "http://hl7.org/fhir/ValueSet/claim-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.566", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.558", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Device Production Identifier in UDI", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/device-productidentifierinudi" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-productidentifierinudi/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceProductionIdentifierInUDI", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Production Identifier In UDI", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "device-productidentifierinudi", + "url": "http://hl7.org/fhir/ValueSet/device-productidentifierinudi", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3039", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-productidentifierinudi" + }, + { + "description": "uuid type: A UUID, represented as a URI", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/uuid/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "uuid", + "abstract": false, + "type": "uuid", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "uuid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uuid", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/uuid", + "differential": { + "element": [ + { + "id": "uuid", + "max": "*", + "min": 0, + "path": "uuid", + "short": "Primitive Type uuid", + "comment": "See The Open Group, CDE 1.1 Remote Procedure Call specification, Appendix A.", + "definition": "A UUID, represented as a URI" + }, + { + "id": "uuid.value", + "max": "1", + "min": 0, + "path": "uuid.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uuid" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" + } + ] + } + ], + "short": "Primitive value for uuid", + "definition": "Primitive value for uuid", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "Classification of warning type.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/warning-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/warning-type/5.0.0", + "date": "2021-08-15T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "WarningType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Warning Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "warning-type", + "url": "http://hl7.org/fhir/ValueSet/warning-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3104", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/warning-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a base set of codes for countries. \r\n \r\n Note: The codes for countries are taken from [ISO 3166](https://www.iso.org/iso-3166-country-codes.html).", + "compose": { "include": [{ "system": "urn:iso:std:iso:3166" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/country/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CountryValueSet", + "experimental": true, + "resourceType": "ValueSet", + "title": "Country ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "country", + "url": "http://hl7.org/fhir/ValueSet/country", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3297", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/country", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/devicedefinition-relationtype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/devicedefinition-relationtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDefinitionRelationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Definition Relation Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "devicedefinition-relationtype", + "url": "http://hl7.org/fhir/ValueSet/devicedefinition-relationtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3040", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicedefinition-relationtype" + }, + { + "description": "The possible sort directions, ascending or descending.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/sort-direction" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/sort-direction/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SortDirection", + "experimental": false, + "resourceType": "ValueSet", + "title": "SortDirection", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "sort-direction", + "url": "http://hl7.org/fhir/ValueSet/sort-direction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.979", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/sort-direction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample funds reservation type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/fundsreserve" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/fundsreserve/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FundsReservationCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Funds Reservation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "fundsreserve", + "url": "http://hl7.org/fhir/ValueSet/fundsreserve", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.33", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/fundsreserve", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Types of resources that are part of group.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/group-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/group-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GroupType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Group Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "group-type", + "url": "http://hl7.org/fhir/ValueSet/group-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.284", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.277", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.156", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/group-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Document section codes (LOINC codes used in CCDA sections).", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "10154-3" }, + { "code": "10157-6" }, + { "code": "10160-0" }, + { "code": "10164-2" }, + { "code": "10183-2" }, + { "code": "10184-0" }, + { "code": "10187-3" }, + { "code": "10210-3" }, + { "code": "10216-0" }, + { "code": "10218-6" }, + { "code": "10218-6" }, + { "code": "10223-6" }, + { "code": "10222-8" }, + { "code": "11329-0" }, + { "code": "11348-0" }, + { "code": "11369-6" }, + { "code": "57852-6" }, + { "code": "11493-4" }, + { "code": "11535-2" }, + { "code": "11537-8" }, + { "code": "18776-5" }, + { "code": "18841-7" }, + { "code": "29299-5" }, + { "code": "29545-1" }, + { "code": "29549-3" }, + { "code": "29554-3" }, + { "code": "29762-2" }, + { "code": "30954-2" }, + { "code": "42344-2" }, + { "code": "42346-7" }, + { "code": "42348-3" }, + { "code": "42349-1" }, + { "code": "46240-8" }, + { "code": "46241-6" }, + { "code": "46264-8" }, + { "code": "47420-5" }, + { "code": "47519-4" }, + { "code": "48765-2" }, + { "code": "48768-6" }, + { "code": "51848-0" }, + { "code": "55109-3" }, + { "code": "55122-6" }, + { "code": "59768-2" }, + { "code": "59769-0" }, + { "code": "59770-8" }, + { "code": "59771-6" }, + { "code": "59772-4" }, + { "code": "59773-2" }, + { "code": "59775-7" }, + { "code": "59776-5" }, + { "code": "61149-1" }, + { "code": "61150-9" }, + { "code": "61150-9" }, + { "code": "69730-0" }, + { "code": "8648-8" }, + { "code": "8653-8" }, + { "code": "8716-3" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/doc-section-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DocumentSectionCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Document Section Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "doc-section-codes", + "url": "http://hl7.org/fhir/ValueSet/doc-section-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.237", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.232", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.119", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/doc-section-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/restful-interaction" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/testscript-operation-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptOperationCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Script Operation Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "testscript-operation-codes", + "url": "http://hl7.org/fhir/ValueSet/testscript-operation-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.704", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.690", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.357", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/testscript-operation-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR RESTful interaction codes used for SubscriptionTopic trigger.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/restful-interaction", + "concept": [ + { "code": "create" }, + { "code": "update" }, + { "code": "delete" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interaction-trigger/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InteractionTrigger", + "experimental": false, + "resourceType": "ValueSet", + "title": "Interaction Trigger", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "active", + "id": "interaction-trigger", + "url": "http://hl7.org/fhir/ValueSet/interaction-trigger", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3173", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interaction-trigger", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the purpose of a bundle - how it is intended to be used.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/bundle-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/bundle-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BundleType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Bundle Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "bundle-type", + "url": "http://hl7.org/fhir/ValueSet/bundle-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.620", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.612", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.327", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bundle-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A sample of security labels from [Healthcare Privacy and Security Classification System](security-labels.html#hcs) that are used on events and requests/responses (aka user context or organization context) made up of PurposeOfUse and maybe a refrain/obligation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", + "concept": [ + { "code": "TREAT" }, + { "code": "HPAYMT" }, + { "code": "ETREAT" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", + "concept": [ + { "code": "NOAUTH" }, + { "code": "DELAU" }, + { "code": "NORDSCLCD" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-label-event-examples/5.0.0", + "date": "2022-05-10", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Security Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SecurityLabelEventExamples", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example set of Event / Bundle used Security Labels", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "security-label-event-examples", + "url": "http://hl7.org/fhir/ValueSet/security-label-event-examples", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3008", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-label-event-examples", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Consent Action codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentaction" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentActionCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-action", + "url": "http://hl7.org/fhir/ValueSet/consent-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.753", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.737", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The outcome of the processing.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/enrollment-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/enrollment-outcome/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnrollmentOutcome", + "experimental": true, + "resourceType": "ValueSet", + "title": "Enrollment Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "enrollment-outcome", + "url": "http://hl7.org/fhir/ValueSet/enrollment-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3081", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/enrollment-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code that identifies the status of the family history record.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/history-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/history-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FamilyHistoryStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Family History Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "history-status", + "url": "http://hl7.org/fhir/ValueSet/history-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.267", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.262", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.409", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/history-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The free/busy status of the slot.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/slotstatus" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/slotstatus/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SlotStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Slot Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "slotstatus", + "url": "http://hl7.org/fhir/ValueSet/slotstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.482", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.475", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.283", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/slotstatus", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate from where the patient came in.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/admit-source" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-admit-source/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdmitSource", + "experimental": false, + "resourceType": "ValueSet", + "title": "Admit Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-admit-source", + "url": "http://hl7.org/fhir/ValueSet/encounter-admit-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.257", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.252", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.144", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-admit-source", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Status codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/fm-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/fm-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FinancialResourceStatusCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Financial Resource Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "fm-status", + "url": "http://hl7.org/fhir/ValueSet/fm-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.592", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.584", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/fm-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the account balance's age.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/account-balance-term" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-balance-term/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountBalanceTerm", + "experimental": false, + "resourceType": "ValueSet", + "title": "Account Balance Term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "account-balance-term", + "url": "http://hl7.org/fhir/ValueSet/account-balance-term", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3226", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-balance-term" + }, + { + "description": "MedicationRequest Administration Location Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-admin-location" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-admin-location/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationRequestAdministrationLocationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "medicationRequest Administration Location Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationrequest-admin-location", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-admin-location", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3242", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationrequest-admin-location", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Classification of relationship between a therapy and a contraindication or an indication.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/therapy-relationship-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/therapy-relationship-type/5.0.0", + "date": "2021-08-15T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TherapyRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Therapy Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "therapy-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/therapy-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3113", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/therapy-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Describes the type of a metric calibration.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-calibration-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/metric-calibration-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetricCalibrationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Metric Calibration Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-calibration-type", + "url": "http://hl7.org/fhir/ValueSet/metric-calibration-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.650", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.634", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.339", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/metric-calibration-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the lifecycle stage of a product.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/permission-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/permission-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PermissionStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Permission Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "permission-status", + "url": "http://hl7.org/fhir/ValueSet/permission-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3232", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/permission-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the status of the patient towards perceived immunity against a vaccine preventable disease. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationRecommendationStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.305", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.296", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.168", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-recommendation-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for action status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-action-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-actionstatus/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceActionStatusCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Action Status codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-actionstatus", + "url": "http://hl7.org/fhir/ValueSet/contract-actionstatus", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1303", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-actionstatus", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "All Resource Types that represent definition resources", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "ActivityDefinition" }, + { "code": "ChargeItemDefinition" }, + { "code": "ClinicalUseDefinition" }, + { "code": "EventDefinition" }, + { "code": "Measure" }, + { "code": "MessageDefinition" }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "PlanDefinition" }, + { "code": "Questionnaire" }, + { "code": "Requirements" }, + { "code": "SubscriptionTopic" }, + { "code": "TestPlan" }, + { "code": "TestScript" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/definition-resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DefinitionResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Definition Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "definition-resource-types", + "url": "http://hl7.org/fhir/ValueSet/definition-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1056", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/definition-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-subsumption-outcome" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/concept-subsumption-outcome/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConceptSubsumptionOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "Concept Subsumption Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "concept-subsumption-outcome", + "url": "http://hl7.org/fhir/ValueSet/concept-subsumption-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1238", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/concept-subsumption-outcome" + }, + { + "description": "This value set includes sample Program Reason Span codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-programcode" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-program-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleProgramReasonCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Program Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-program-code", + "url": "http://hl7.org/fhir/ValueSet/ex-program-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.576", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.568", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-program-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example use codes for the List resource - typical kinds of use.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-example-use-codes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-example-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleUseCodesForList", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Use Codes for List", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-example-codes", + "url": "http://hl7.org/fhir/ValueSet/list-example-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.316", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.307", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.173", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-example-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Overall type of this authorization.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/regulated-authorization-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/regulated-authorization-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RegulatedAuthorizationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Regulated Authorization Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "regulated-authorization-type", + "url": "http://hl7.org/fhir/ValueSet/regulated-authorization-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2999", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/regulated-authorization-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Claim Processing Outcome codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/claim-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-outcome/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimProcessingCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Claim Processing Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "claim-outcome", + "url": "http://hl7.org/fhir/ValueSet/claim-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2984", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Device - Corrective action scope", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/device-correctiveactionscope" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-correctiveactionscope/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceCorrectiveActionScope", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Corrective Action Scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "device-correctiveactionscope", + "url": "http://hl7.org/fhir/ValueSet/device-correctiveactionscope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3041", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-correctiveactionscope" + }, + { + "description": "Types of roles indicating how a particular agent was involved with the creation or modification of a resource for use when exposing event history", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "AUT", "display": "Author" }, + { "code": "INF", "display": "Informant" }, + { "code": "VRF", "display": "Verifier" }, + { "code": "ENT", "display": "Data Enterer" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provenance-history-agent-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/provenance-history-agent-type", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProvenanceEventHistoryAgentRoleCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance Event History Agent Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "provenance-history-agent-type", + "url": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.927", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provenance-history-agent-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Identifies the style of unique identifier used to identify a namespace.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/v2-0203" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NamingSystemIdentifierSystemType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Naming System Identifier System Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "namingsystem-identifier-system-type", + "url": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.11.21013", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/namingsystem-identifier-system-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the supporting information relevant to the event.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "609328004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416471007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "425457005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "365861007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "106181007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-supporting-info/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventSupportingInforation", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Supporting Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-supporting-info", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-supporting-info", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3239", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-supporting-info", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes codes for the relationship between the Subscriber and the Beneficiary (insured/covered party/patient).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscriber-relationship" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscriber-relationship/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriberRelationshipCodes", + "copyright": "This is an extensible set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "SubscriberPolicyholder Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "subscriber-relationship", + "url": "http://hl7.org/fhir/ValueSet/subscriber-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1385", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscriber-relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reaction-event-severity" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reaction-event-severity/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "Allergy Intolerance Severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "reaction-event-severity", + "url": "http://hl7.org/fhir/ValueSet/reaction-event-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.135", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.125", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.56", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reaction-event-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The expectation of whether the test must pass for the system to be considered conformant with the artifact.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/testscript-scope-conformance-codes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes/5.0.0", + "date": "2021-01-25T17:01:24-04:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptScopeConformanceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test Script Scope Conformance Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "testscript-scope-conformance-codes", + "url": "http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3057", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/testscript-scope-conformance-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Regulatory consent policy types from the US and other regions.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/consentpolicycodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-policy/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project (CBCC)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentPolicyRuleCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent PolicyRule Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-policy", + "url": "http://hl7.org/fhir/ValueSet/consent-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1014", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-policy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. The value set used for clinical specialty has been limited by HITSP to the value set reproduced from HITSP C80 Table 2-149 Clinical Specialty Value Set Definition.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "408467006", + "display": "Adult mental illness" + }, + { "code": "394577000", "display": "Anesthetics" }, + { + "code": "394578005", + "display": "Audiological medicine" + }, + { + "code": "421661004", + "display": "Blood banking and transfusion medicine" + }, + { "code": "408462000", "display": "Burns care" }, + { "code": "394579002", "display": "Cardiology" }, + { + "code": "394804000", + "display": "Clinical cytogenetics and molecular genetics" + }, + { "code": "394580004", "display": "Clinical genetics" }, + { + "code": "394803006", + "display": "Clinical hematology" + }, + { + "code": "408480009", + "display": "Clinical immunology" + }, + { + "code": "408454008", + "display": "Clinical microbiology" + }, + { + "code": "394809005", + "display": "Clinical neuro-physiology" + }, + { "code": "394592004", "display": "Clinical oncology" }, + { + "code": "394600006", + "display": "Clinical pharmacology" + }, + { + "code": "394601005", + "display": "Clinical physiology" + }, + { + "code": "394581000", + "display": "Community medicine" + }, + { + "code": "408478003", + "display": "Critical care medicine" + }, + { + "code": "394812008", + "display": "Dental medicine specialties" + }, + { + "code": "408444009", + "display": "Dental-General dental practice" + }, + { "code": "394582007", "display": "Dermatology" }, + { "code": "408475000", "display": "Diabetic medicine" }, + { "code": "410005002", "display": "Dive medicine" }, + { "code": "394583002", "display": "Endocrinology" }, + { "code": "419772000", "display": "Family practice" }, + { "code": "394584008", "display": "Gastroenterology" }, + { + "code": "408443003", + "display": "General medical practice" + }, + { "code": "394802001", "display": "General medicine" }, + { "code": "394915009", "display": "General pathology" }, + { "code": "394814009", "display": "General practice" }, + { + "code": "394808002", + "display": "Genito-urinary medicine" + }, + { + "code": "394811001", + "display": "Geriatric medicine" + }, + { + "code": "408446006", + "display": "Gynecological oncology" + }, + { "code": "394586005", "display": "Gynecology" }, + { "code": "394916005", "display": "Hematopathology" }, + { "code": "408472002", "display": "Hepatology" }, + { "code": "394597005", "display": "Histopathology" }, + { "code": "394598000", "display": "Immunopathology" }, + { + "code": "394807007", + "display": "Infectious diseases" + }, + { "code": "419192003", "display": "Internal medicine" }, + { + "code": "408468001", + "display": "Learning disability" + }, + { "code": "394593009", "display": "Medical oncology" }, + { + "code": "394813003", + "display": "Medical ophthalmology" + }, + { "code": "410001006", "display": "Military medicine" }, + { "code": "394589003", "display": "Nephrology" }, + { "code": "394591006", "display": "Neurology" }, + { "code": "394599008", "display": "Neuropathology" }, + { "code": "394649004", "display": "Nuclear medicine" }, + { "code": "408470005", "display": "Obstetrics" }, + { + "code": "394585009", + "display": "Obstetrics and gynecology" + }, + { + "code": "394821009", + "display": "Occupational medicine" + }, + { + "code": "422191005", + "display": "Ophthalmic surgery" + }, + { "code": "394594003", "display": "Ophthalmology" }, + { + "code": "416304004", + "display": "Osteopathic manipulative medicine" + }, + { "code": "418960008", "display": "Otolaryngology" }, + { "code": "394882004", "display": "Pain management" }, + { + "code": "394806003", + "display": "Palliative medicine" + }, + { + "code": "394588006", + "display": "Pediatric (Child and adolescent) psychiatry" + }, + { + "code": "408459003", + "display": "Pediatric cardiology" + }, + { + "code": "394607009", + "display": "Pediatric dentistry" + }, + { + "code": "419610006", + "display": "Pediatric endocrinology" + }, + { + "code": "418058008", + "display": "Pediatric gastroenterology" + }, + { + "code": "420208008", + "display": "Pediatric genetics" + }, + { + "code": "418652005", + "display": "Pediatric hematology" + }, + { + "code": "418535003", + "display": "Pediatric immunology" + }, + { + "code": "418862001", + "display": "Pediatric infectious diseases" + }, + { + "code": "419365004", + "display": "Pediatric nephrology" + }, + { + "code": "418002000", + "display": "Pediatric oncology" + }, + { + "code": "419983000", + "display": "Pediatric ophthalmology" + }, + { + "code": "419170002", + "display": "Pediatric pulmonology" + }, + { + "code": "419472004", + "display": "Pediatric rheumatology" + }, + { "code": "394539006", "display": "Pediatric surgery" }, + { + "code": "420112009", + "display": "Pediatric surgery-bone marrow transplantation" + }, + { + "code": "409968004", + "display": "Preventive medicine" + }, + { "code": "394587001", "display": "Psychiatry" }, + { "code": "394913002", "display": "Psychotherapy" }, + { + "code": "408440000", + "display": "Public health medicine" + }, + { + "code": "418112009", + "display": "Pulmonary medicine" + }, + { + "code": "419815003", + "display": "Radiation oncology" + }, + { "code": "394914008", "display": "Radiology" }, + { + "code": "408455009", + "display": "Radiology-Interventional radiology" + }, + { "code": "394602003", "display": "Rehabilitation" }, + { "code": "408447002", "display": "Respite care" }, + { "code": "394810000", "display": "Rheumatology" }, + { "code": "408450004", "display": "Sleep studies" }, + { + "code": "408476004", + "display": "Surgery-Bone and marrow transplantation" + }, + { + "code": "408469009", + "display": "Surgery-Breast surgery" + }, + { + "code": "408466002", + "display": "Surgery-Cardiac surgery" + }, + { + "code": "408471009", + "display": "Surgery-Cardiothoracic transplantation" + }, + { + "code": "408464004", + "display": "Surgery-Colorectal surgery" + }, + { + "code": "408441001", + "display": "Surgery-Dental-Endodontics" + }, + { + "code": "408465003", + "display": "Surgery-Dental-Oral and maxillofacial surgery" + }, + { + "code": "394605001", + "display": "Surgery-Dental-Oral surgery" + }, + { + "code": "394608004", + "display": "Surgery-Dental-Orthodontics" + }, + { + "code": "408461007", + "display": "Surgery-Dental-Periodontal surgery" + }, + { + "code": "408460008", + "display": "Surgery-Dental-Prosthetic dentistry (Prosthodontics)" + }, + { + "code": "408460008", + "display": "Surgery-Dental-surgical-Prosthodontics" + }, + { + "code": "394606000", + "display": "Surgery-Dentistry-Restorative dentistry" + }, + { + "code": "408449004", + "display": "Surgery-Dentistry--surgical" + }, + { + "code": "394608004", + "display": "Surgery-Dentistry-surgical-Orthodontics" + }, + { + "code": "418018006", + "display": "Surgery-Dermatologic surgery" + }, + { + "code": "394604002", + "display": "Surgery-Ear, nose and throat surgery" + }, + { "code": "394609007", "display": "Surgery-general" }, + { + "code": "408474001", + "display": "Surgery-Hepatobiliary and pancreatic surgery" + }, + { + "code": "394610002", + "display": "Surgery-Neurosurgery" + }, + { + "code": "394611003", + "display": "Surgery-Plastic surgery" + }, + { + "code": "408477008", + "display": "Surgery-Transplantation surgery" + }, + { + "code": "394801008", + "display": "Surgery-Trauma and orthopedics" + }, + { "code": "408463005", "display": "Surgery-Vascular" }, + { "code": "419321007", "display": "Surgical oncology" }, + { + "code": "394576009", + "display": "Surgical-Accident & emergency" + }, + { "code": "394590007", "display": "Thoracic medicine" }, + { "code": "409967009", "display": "Toxicology" }, + { "code": "408448007", "display": "Tropical medicine" }, + { + "code": "419043006", + "display": "Urological oncology" + }, + { "code": "394612005", "display": "Urology" }, + { + "code": "394733009", + "display": "Medical specialty--OTHER--NOT LISTED" + }, + { + "code": "394732004", + "display": "Surgical specialty--OTHER-NOT LISTED" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/c80-practice-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HITSP", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PracticeSettingCodeValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Practice Setting Code Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "c80-practice-codes", + "url": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.72", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.134", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/c80-practice-codes" + }, + { + "description": "A coded concept listing the eye codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/vision-eye-codes" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/vision-eye-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VisionEyes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vision Eyes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "vision-eye-codes", + "url": "http://hl7.org/fhir/ValueSet/vision-eye-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.660", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.644", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.344", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vision-eye-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Common format types for FHIR.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/fhir-format-type" }, + { + "system": "urn:ietf:bcp:13", + "concept": [ + { "code": "application/fhir+json" }, + { "code": "application/fhir+xml" }, + { "code": "application/fhir+ttl" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/capability-format-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CapabilityFormatType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Capability Format Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "capability-format-type", + "url": "http://hl7.org/fhir/ValueSet/capability-format-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2987", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/capability-format-type" + }, + { + "description": "The format for display of the citation.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/citation-summary-style" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/citation-summary-style/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitationSummaryStyle", + "experimental": true, + "resourceType": "ValueSet", + "title": "Citation Summary Style", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "citation-summary-style", + "url": "http://hl7.org/fhir/ValueSet/citation-summary-style", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2976", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/citation-summary-style", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The use context of a substance name for example if there is a different name when used as a drug active ingredient as opposed to a food colour additive.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-name-domain" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-name-domain/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceNameDomain", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Name Domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-name-domain", + "url": "http://hl7.org/fhir/ValueSet/substance-name-domain", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3260", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-name-domain", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Applicable domain for this product (e.g. human, veterinary)", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/medicinal-product-domain" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-domain/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicinalProductDomain", + "experimental": true, + "resourceType": "ValueSet", + "title": "Medicinal Product Domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-domain", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-domain", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3018", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-domain", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Operations supported by REST at the system level.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/restful-interaction", + "concept": [ + { "code": "transaction" }, + { "code": "batch" }, + { "code": "search-system" }, + { "code": "history-system" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/system-restful-interaction/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SystemRestfulInteraction", + "experimental": false, + "resourceType": "ValueSet", + "title": "System Restful Interaction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "system-restful-interaction", + "url": "http://hl7.org/fhir/ValueSet/system-restful-interaction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.181", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.171", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.84", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/system-restful-interaction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of FDI oral site codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/ex-tooth" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/tooth/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OralSiteCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Oral Site Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "tooth", + "url": "http://hl7.org/fhir/ValueSet/tooth", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.540", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.532", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.313", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/tooth", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate a type of insurance plan.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/insurance-plan-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/insuranceplan-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InsurancePlanType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Insurance Plan Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "insuranceplan-type", + "url": "http://hl7.org/fhir/ValueSet/insuranceplan-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.870", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/insuranceplan-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Observation Method codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 272394005 (Technique (qualifier value)) or is-a 129264002 (Action (qualifier value)) or is-a 386053000 (Evaluation procedure(procedure))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "272394005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "129264002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "386053000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-methods/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationMethods", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-methods", + "url": "http://hl7.org/fhir/ValueSet/observation-methods", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.395", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.382", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.215", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-methods", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of relationship to the related artifact.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/related-artifact-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/related-artifact-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RelatedArtifactType", + "experimental": false, + "resourceType": "ValueSet", + "title": "RelatedArtifactType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "related-artifact-type", + "url": "http://hl7.org/fhir/ValueSet/related-artifact-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.99", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/related-artifact-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Base values for the order of the items in a list resource.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/list-order" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-order/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ListOrderCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "List Order Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "list-order", + "url": "http://hl7.org/fhir/ValueSet/list-order", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.324", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.315", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.177", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-order", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The status of the location.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/encounter-location-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-location-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterLocationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Encounter Location Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "encounter-location-status", + "url": "http://hl7.org/fhir/ValueSet/encounter-location-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.262", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.257", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.147", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-location-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the category of observation range.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/observation-range-category" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-range-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationRangeCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Range Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-range-category", + "url": "http://hl7.org/fhir/ValueSet/observation-range-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1333", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-range-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How the referenced structure is used in this mapping.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-model-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-model-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapModelMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Model Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-model-mode", + "url": "http://hl7.org/fhir/ValueSet/map-model-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.675", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.661", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-model-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/testscript-profile-destination-types" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/testscript-profile-destination-types/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptProfileDestinationType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test Script Profile Destination Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "testscript-profile-destination-types", + "url": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.714", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.702", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/testscript-profile-destination-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationRequest Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationrequest-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationrequestStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "medicationrequest Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medicationrequest-status", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1320", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationrequest-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a sample set of Forms codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/forms-codes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/forms/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FormCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Form Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "forms", + "url": "http://hl7.org/fhir/ValueSet/forms", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.37", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/forms", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates whether the event succeeded or failed.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/issue-severity" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-outcome/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "audit-event-outcome", + "url": "http://hl7.org/fhir/ValueSet/audit-event-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.454", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.447", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.264", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Term SubType codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contracttermsubtypecodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-term-subtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractTermSubtypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Term Subtype Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-term-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-term-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.735", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.723", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.98", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-term-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A material used in the construction of packages and their components.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/package-material" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/package-material/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PackageMaterial", + "experimental": true, + "resourceType": "ValueSet", + "title": "Package Material", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "package-material", + "url": "http://hl7.org/fhir/ValueSet/package-material", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3071", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/package-material", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "General reasons for a list to be empty. Reasons are either related to a summary list (i.e. problem or medication list) or to a workflow related list (i.e. consultation list).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/list-empty-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-empty-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ListEmptyReasons", + "experimental": false, + "resourceType": "ValueSet", + "title": "List Empty Reasons", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "list-empty-reason", + "url": "http://hl7.org/fhir/ValueSet/list-empty-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.322", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.313", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.176", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-empty-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Allowed types for FHIR elements in ElementDefinition.type.code", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/fhirpath-types" }, + { "valueSet": ["http://hl7.org/fhir/ValueSet/fhir-types"] } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/elementdefinition-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ElementDefinitionTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Element Definition Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "elementdefinition-types", + "url": "http://hl7.org/fhir/ValueSet/elementdefinition-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3298", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/elementdefinition-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "SHALL applications comply with this constraint?", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/constraint-severity" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/constraint-severity/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConstraintSeverity", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConstraintSeverity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "constraint-severity", + "url": "http://hl7.org/fhir/ValueSet/constraint-severity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.81", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/constraint-severity", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether a resource instance represents a specific location or a class of locations.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/location-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/location-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LocationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Location Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "location-mode", + "url": "http://hl7.org/fhir/ValueSet/location-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.330", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.321", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.181", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/location-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An authority that officates substance names.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-name-authority" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-name-authority/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceNameAuthority", + "experimental": false, + "resourceType": "ValueSet", + "title": "Substance Name Authority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-name-authority", + "url": "http://hl7.org/fhir/ValueSet/substance-name-authority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3259", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-name-authority", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indication of the degree of conformance expectations associated with a binding.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/binding-strength" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/binding-strength/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BindingStrength", + "experimental": false, + "resourceType": "ValueSet", + "title": "BindingStrength", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "binding-strength", + "url": "http://hl7.org/fhir/ValueSet/binding-strength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.43", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/binding-strength", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a statistic, e.g. relative risk or mean", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/statistic-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/statistic-type/5.0.0", + "date": "2021-08-05T12:00:00+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StatisticType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Statistic Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "statistic-type", + "url": "http://hl7.org/fhir/ValueSet/statistic-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3044", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/statistic-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Biologically Derived Product Status.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/biologicallyderived-product-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderived-product-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically Derived Product Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderived-product-status", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3124", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderived-product-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Cited Artifact Status Type", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/cited-artifact-status-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cited-artifact-status-type/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitedArtifactStatusType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Cited Artifact Status Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cited-artifact-status-type", + "url": "http://hl7.org/fhir/ValueSet/cited-artifact-status-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2960", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cited-artifact-status-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "DeviceDispense Status Reason Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/devicedispense-status-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/devicedispense-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDispenseStatusReasonCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "DeviceDispense Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "devicedispense-status-reason", + "url": "http://hl7.org/fhir/ValueSet/devicedispense-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3312", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicedispense-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes to represent subscription error details", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscription-error" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-error/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionErrorCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Subscription Error Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "subscription-error", + "url": "http://hl7.org/fhir/ValueSet/subscription-error", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3160", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-error", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "DeviceAssociation Status Codes", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/deviceassociation-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceassociation-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceAssociationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "DeviceAssociation Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "deviceassociation-status", + "url": "http://hl7.org/fhir/ValueSet/deviceassociation-status", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceassociation-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The function performed by the participant for the action.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-participant-function" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-participant-function/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionParticipantFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "Action Participant Function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "action-participant-function", + "url": "http://hl7.org/fhir/ValueSet/action-participant-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3052", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-participant-function", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for scope.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-scope" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-scope/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-scope", + "url": "http://hl7.org/fhir/ValueSet/contract-scope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1216", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-scope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Mode for this instance of data.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-input-mode" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-input-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapInputMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Input Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-input-mode", + "url": "http://hl7.org/fhir/ValueSet/map-input-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.677", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.663", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-input-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The Participation status for a participant in response to a request for an appointment.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/participationstatus" }, + { + "system": "http://hl7.org/fhir/appointmentstatus", + "concept": [ + { + "code": "entered-in-error", + "display": "Entered in error" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/appointmentresponse-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "AppointmentResponseStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Appointment Response Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "appointmentresponse-status", + "url": "http://hl7.org/fhir/ValueSet/appointmentresponse-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3314", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/appointmentresponse-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of name the device is referred by.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/device-nametype" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-nametype/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceNameType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Name Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-nametype", + "url": "http://hl7.org/fhir/ValueSet/device-nametype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1083", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-nametype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The overall intended use of a product.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/product-intended-use" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/product-intended-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductIntendedUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "Product Intended Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "product-intended-use", + "url": "http://hl7.org/fhir/ValueSet/product-intended-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2996", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/product-intended-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Signer Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-signer-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractSignerTypeCodes", + "copyright": "This is an example set based on ASTM Standard, E1762-95 (2013) HL7 RoleClass OID 2.16.840.1.113883.5.110, HL7 Role Code 2.16.840.1.113883.5.111, HL7 ParticipationType OID: 2.16.840.1.113883.5.90, HL7 ParticipationFunction codes at OID: 2.16.840.1.113883.5.88, and HL7 Security and Privacy Domain Analysis Model roles classes.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Contract Signer Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "contract-signer-type", + "url": "http://hl7.org/fhir/ValueSet/contract-signer-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.737", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.725", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.99", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-signer-type" + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the physical form of the Location.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/location-physical-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/location-form/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LocationForm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Location Form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "location-form", + "url": "http://hl7.org/fhir/ValueSet/location-form", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.328", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/location-form", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the change pattern of a ClinicalImpression. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "230993007" }, + { "code": "385633008" }, + { "code": "260388006" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinicalimpression-change-pattern/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalImpressionChangePatter", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "ClinicalImpression Change Pattern", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinicalimpression-change-pattern", + "url": "http://hl7.org/fhir/ValueSet/clinicalimpression-change-pattern", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3182", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinicalimpression-change-pattern", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set defines an example set of codes that can be used to classify groupings of service-types/specialties.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Service Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-category", + "url": "http://hl7.org/fhir/ValueSet/service-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.516", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.510", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the type of version", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:11073:10101", + "concept": [ + { "code": "531974", "display": "Hardware revision" }, + { "code": "531975", "display": "Software revision" }, + { "code": "531976", "display": "Firmware revision" }, + { "code": "531977", "display": "Protocol revision" }, + { "code": "532352", "display": "Continua version" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-versiontype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceVersionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Version Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-versiontype", + "url": "http://hl7.org/fhir/ValueSet/device-versiontype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3202", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-versiontype" + }, + { + "description": "Which type a compartment definition describes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/compartment-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/compartment-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CompartmentType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Compartment Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "compartment-type", + "url": "http://hl7.org/fhir/ValueSet/compartment-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.786", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.769", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/compartment-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationAdministration Location Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medication-admin-location" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-admin-location/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationAdministrationLocationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationAdministration Location Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-admin-location", + "url": "http://hl7.org/fhir/ValueSet/medication-admin-location", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3127", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-admin-location", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes identifying the lifecycle stage of an event.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/event-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/event-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EventStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "EventStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "event-status", + "url": "http://hl7.org/fhir/ValueSet/event-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.109", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/event-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Roles of participants that may be included in a care team. Defined as: Healthcare professional (occupation) or Services (qualifier value).", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "429577009" }, + { "code": "116154003" }, + { "code": "133932002" } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "224930009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/participant-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipantRoles", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Participant Roles", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "participant-role", + "url": "http://hl7.org/fhir/ValueSet/participant-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.152", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.143", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.61", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/participant-role" + }, + { + "description": "MedicationAdministration Performer Function Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/med-admin-perform-function" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/med-admin-perform-function/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationAdministrationPerformerFunctionCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationAdministration Performer Function Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "med-admin-perform-function", + "url": "http://hl7.org/fhir/ValueSet/med-admin-perform-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.349", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/med-admin-perform-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the status of the care team.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/care-team-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/care-team-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CareTeamStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Care Team Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "care-team-status", + "url": "http://hl7.org/fhir/ValueSet/care-team-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.153", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.144", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/care-team-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A tissue type of an animal.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/animal-tissue-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/animal-tissue-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AnimalTissueType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Animal Tissue Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "animal-tissue-type", + "url": "http://hl7.org/fhir/ValueSet/animal-tissue-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3165", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/animal-tissue-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all LOINC codes", + "compose": { "include": [{ "system": "http://loinc.org" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LOINCCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "LOINC Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "observation-codes", + "url": "http://hl7.org/fhir/ValueSet/observation-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.396", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.383", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.216", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication process.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/reason-medication-given" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-given-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReasonMedicationGivenCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Reason Medication Given Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-given-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.344", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.334", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.188", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reason-medication-given-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines the set of codes that can be used to indicate a role of a procedure performer.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/performer-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedurePerformerRoleCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Performer Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "performer-role", + "url": "http://hl7.org/fhir/ValueSet/performer-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.433", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.424", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.420", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/performer-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The relationship between concepts.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-map-relationship" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/concept-map-relationship/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConceptMapRelationship", + "experimental": false, + "resourceType": "ValueSet", + "title": "ConceptMapRelationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "concept-map-relationship", + "url": "http://hl7.org/fhir/ValueSet/concept-map-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3295", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/concept-map-relationship", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Extra measures defined for a Medicinal Product, such as heightened reporting requirements.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-pediatric-use" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PediatricUse", + "experimental": true, + "resourceType": "ValueSet", + "title": "Pediatric Use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-pediatric-use", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3025", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-pediatric-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationKnowledge Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medicationknowledge-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationknowledge-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationKnowledgeStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationKnowledge Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationknowledge-status", + "url": "http://hl7.org/fhir/ValueSet/medicationknowledge-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1335", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationknowledge-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The method used to define, describe, or determine a characteristic value.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/definition-method" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/definition-method/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DefinitionMethod", + "experimental": true, + "resourceType": "ValueSet", + "title": "Definition Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "definition-method", + "url": "http://hl7.org/fhir/ValueSet/definition-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3059", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/definition-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR. Many of the codes listed here will eventually be turned into official resources. However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here. Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/basic-resource-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/basic-resource-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BasicResourceTypes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Basic Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "basic-resource-type", + "url": "http://hl7.org/fhir/ValueSet/basic-resource-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.138", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.128", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.59", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/basic-resource-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example value set for clinical impression prognosis.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "365858006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalImpressionPrognosis", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Clinical Impression Prognosis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinicalimpression-prognosis", + "url": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.160", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.151", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinicalimpression-prognosis", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all Route codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "284009009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/route-codes/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTRouteCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Route Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "route-codes", + "url": "http://hl7.org/fhir/ValueSet/route-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.98", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/route-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set represents codes for types of foods and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 255620007 (Foods (substance)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "255620007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/food-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FoodTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Food Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "food-type", + "url": "http://hl7.org/fhir/ValueSet/food-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.384", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.371", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.205", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/food-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of PlanDefinition.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/plan-definition-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PlanDefinitionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Plan Definition Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "plan-definition-type", + "url": "http://hl7.org/fhir/ValueSet/plan-definition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.797", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.780", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/plan-definition-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines which action to take if there is no match in the group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conceptmap-unmapped-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConceptMapGroupUnmappedMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Concept Map Group Unmapped Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "conceptmap-unmapped-mode", + "url": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.480", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.473", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conceptmap-unmapped-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate special courtesies provided to the patient.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-EncounterSpecialCourtesy", + "concept": [ + { "code": "EXT" }, + { "code": "NRM" }, + { "code": "PRF" }, + { "code": "STF" }, + { "code": "VIP" } + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [{ "code": "UNK" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-special-courtesy/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecialCourtesy", + "experimental": false, + "resourceType": "ValueSet", + "title": "Special Courtesy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "encounter-special-courtesy", + "url": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.252", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.247", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.140", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-special-courtesy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationRequest Status Reason Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationRequestStatusReasonCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "medicationRequest Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationrequest-status-reason", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1324", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationrequest-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Describes the state of a metric calibration.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/metric-calibration-state" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/metric-calibration-state/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceMetricCalibrationState", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Metric Calibration State", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "dev" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "metric-calibration-state", + "url": "http://hl7.org/fhir/ValueSet/metric-calibration-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.652", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.636", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.340", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/metric-calibration-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The aspect of quality, confidence, or certainty.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/certainty-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/certainty-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceCertaintyType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Certainty Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "certainty-type", + "url": "http://hl7.org/fhir/ValueSet/certainty-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3043", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/certainty-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/allergy-intolerance-criticality" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceCriticality", + "experimental": false, + "resourceType": "ValueSet", + "title": "Allergy Intolerance Criticality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-criticality", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.129", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.119", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.51", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergy-intolerance-criticality", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An IANA timezone code for the timezone offset per [BCP 175](https://www.iana.org/go/rfc6557). The offset is specified as part of a dateTime/instant (or using the tzOffset extension on a date if necessary). The timezone code may also be provided to allow for human display of the location associated with the offset. These are codes like 'America/New_York' or 'America/Los_Angeles'. See [IANA Timezones](https://www.iana.org/time-zones) for the official source, and [Wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for information", + "compose": { + "include": [{ "system": "https://www.iana.org/time-zones" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/timezones/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IANATimezones", + "experimental": true, + "resourceType": "ValueSet", + "title": "IANA Timezones", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "timezones", + "url": "http://hl7.org/fhir/ValueSet/timezones", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1036", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/timezones", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes providing the type of triggeredBy observation.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/observation-triggeredbytype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-triggeredbytype/5.0.0", + "date": "2022-03-16T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TriggeredBytype", + "experimental": false, + "resourceType": "ValueSet", + "title": "triggered Bytype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "observation-triggeredbytype", + "url": "http://hl7.org/fhir/ValueSet/observation-triggeredbytype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3265", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-triggeredbytype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A code that indicates how the server supports conditional read.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conditional-read-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conditional-read-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionalReadStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Conditional Read Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "conditional-read-status", + "url": "http://hl7.org/fhir/ValueSet/conditional-read-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.200", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.190", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conditional-read-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The outcome of the processing.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/payment-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-outcome/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "Payment Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "payment-outcome", + "url": "http://hl7.org/fhir/ValueSet/payment-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3207", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A coded concept indicating the adherence of device usage.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/deviceusage-adherence-reason" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceUsageAdherenceReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Usage Adherence Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "deviceusage-adherence-reason", + "url": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3214", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceusage-adherence-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of publication such as book, database, or journal.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/published-in-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/published-in-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PublishedInType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Published In Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "published-in-type", + "url": "http://hl7.org/fhir/ValueSet/published-in-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2973", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/published-in-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Procedure Code: All SNOMED CT procedure codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/procedure-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureCodesSNOMEDCT", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Procedure Codes (SNOMED CT)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "procedure-code", + "url": "http://hl7.org/fhir/ValueSet/procedure-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.427", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.418", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.417", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/procedure-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the function a practitioner or organization may play in the immunization event. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0443", + "concept": [{ "code": "OP" }, { "code": "AP" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-function/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationFunctionCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Immunization Function Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "immunization-function", + "url": "http://hl7.org/fhir/ValueSet/immunization-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.995", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-function", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "Indicates the mechanism used to compare versions to determine which is more current.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/version-algorithm" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/version-algorithm/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VersionAlgorithm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Version Algorithm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "version-algorithm", + "url": "http://hl7.org/fhir/ValueSet/version-algorithm", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3103", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/version-algorithm", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the type of outcome from the adverse event.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "descendent-of", + "value": "405533003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-outcome/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventOutcome", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-outcome", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.836", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.809", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source at a specific stage in its lifecycle, which is sufficient to manage that source information, for example, in a repository, registry, processes and workflows, for making access control decisions, and providing query responses.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contract-content-derivative" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-content-derivative/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractContentDerivationCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Content Derivation Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-content-derivative", + "url": "http://hl7.org/fhir/ValueSet/contract-content-derivative", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.745", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.733", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-content-derivative", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the origin within a TestScript.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/testscript-profile-origin-types" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/testscript-profile-origin-types/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScriptProfileOriginType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Test Script Profile Origin Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "testscript-profile-origin-types", + "url": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.712", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.700", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/testscript-profile-origin-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all the \"Clinical finding\" [SNOMED CT](http://snomed.info/sct) codes - concepts where concept is-a 404684003 (Clinical finding (finding)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinical-findings/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTClinicalFindings", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Clinical Findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinical-findings", + "url": "http://hl7.org/fhir/ValueSet/clinical-findings", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.232", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.227", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.115", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-findings", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-legalstate" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-legalstate/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceLegalStateCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Legal State codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-legalstate", + "url": "http://hl7.org/fhir/ValueSet/contract-legalstate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1206", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-legalstate", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Identifier subgroups in a population for measuring purposes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/measure-stratifier-example" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-stratifier-example/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureStratifierExample", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Stratifier Example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measure-stratifier-example", + "url": "http://hl7.org/fhir/ValueSet/measure-stratifier-example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3187", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-stratifier-example" + }, + { + "description": "The substance form, whether it is the base form or a salt.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/substance-form" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-form/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceForm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-form", + "url": "http://hl7.org/fhir/ValueSet/substance-form", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3313", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-form", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Overall seriousness of this event for the patient.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-seriousness/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventSeriousness", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adverse Event Seriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-seriousness", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.838", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.811", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-seriousness", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The relationship between two substance types.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-relationship-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-relationship-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceRelationshipType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/substance-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3251", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The methods of referral can be used when referring to a specific HealthcareService resource.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-referral-method" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-referral-method/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReferralMethod", + "experimental": true, + "resourceType": "ValueSet", + "title": "Referral Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-referral-method", + "url": "http://hl7.org/fhir/ValueSet/service-referral-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.510", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.504", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.301", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-referral-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates the progression of a study subject through a study.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-subject-state" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-subject-state/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchSubjectState", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Subject State", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-subject-state", + "url": "http://hl7.org/fhir/ValueSet/research-subject-state", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3131", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-subject-state", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes the Patient to subscriber relationship codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/relationship" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/relationship/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BeneficiaryRelationshipCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Beneficiary Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "relationship", + "url": "http://hl7.org/fhir/ValueSet/relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.35", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Biologically derived product dispense - performer function", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/biologicallyderivedproductdispense-performer-function" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-performer-function/5.0.0", + "date": "2023-01-29T21:19:50+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Example Publisher", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductDispensePerformerFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically derived product dispense - performer function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderivedproductdispense-performer-function", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-performer-function", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderivedproductdispense-performer-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines the set of codes that can be used to indicate the marital status of a person.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" + }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", + "concept": [{ "code": "UNK" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/marital-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MaritalStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Marital Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "marital-status", + "url": "http://hl7.org/fhir/ValueSet/marital-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.29", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/marital-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Some potential code systems are:\n- [v3-DocumentCompletion](http://terminology.hl7.org/3.0.0/CodeSystem-v3-DocumentCompletion.html)\n- [v3-DataOperation](http://terminology.hl7.org/3.0.0/CodeSystem-v3-DataOperation.html)\n- [v3-ActCode](http://hl7.org/fhir/v3/ActCode/cs.html)\n- [ISO Lifecycle](http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle)", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle", + "concept": [ + { "code": "amend" }, + { "code": "originate" }, + { "code": "merge" }, + { "code": "deidentify" }, + { "code": "receive" }, + { "code": "transform" }, + { "code": "verify" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provenance-activity-type/5.0.0", + "date": "2022-05-10T18:00:00+01:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Security Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProvenanceActivityType", + "experimental": true, + "resourceType": "ValueSet", + "title": "ValueSet of sample of representative activity type codes.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "provenance-activity-type", + "url": "http://hl7.org/fhir/ValueSet/provenance-activity-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.438", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.429", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provenance-activity-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The reported execution result.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/report-result-codes" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-result-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestReportResult", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Report Result", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "report-result-codes", + "url": "http://hl7.org/fhir/ValueSet/report-result-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.718", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.706", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-result-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a property value.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/concept-property-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/concept-property-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PropertyType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Property Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "concept-property-type", + "url": "http://hl7.org/fhir/ValueSet/concept-property-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.780", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.763", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/concept-property-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How the Quantity should be understood and represented.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/quantity-comparator" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/quantity-comparator/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuantityComparator", + "experimental": false, + "resourceType": "ValueSet", + "title": "QuantityComparator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "quantity-comparator", + "url": "http://hl7.org/fhir/ValueSet/quantity-comparator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.59", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/quantity-comparator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or was entered in error.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/flag-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/flag-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FlagStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Flag Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-status", + "url": "http://hl7.org/fhir/ValueSet/flag-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.120", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.110", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.49", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/flag-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A categorisation for a frequency of occurence of an undesirable effect.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/undesirable-effect-frequency" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/undesirable-effect-frequency/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UndesirablEffectFrequency", + "experimental": true, + "resourceType": "ValueSet", + "title": "Undesirabl Effect Frequency", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "undesirable-effect-frequency", + "url": "http://hl7.org/fhir/ValueSet/undesirable-effect-frequency", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3118", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/undesirable-effect-frequency", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/encounter-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Encounter Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-type", + "url": "http://hl7.org/fhir/ValueSet/encounter-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.248", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.243", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.137", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The use of a questionnaire.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/condition-questionnaire-purpose" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-questionnaire-purpose/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionQuestionnairePurpose", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition Questionnaire Purpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "condition-questionnaire-purpose", + "url": "http://hl7.org/fhir/ValueSet/condition-questionnaire-purpose", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3180", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-questionnaire-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a case involved in an application.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/regulated-authorization-case-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/regulated-authorization-case-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RegulatedAuthorizationCaseType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Regulated Authorization Case Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "regulated-authorization-case-type", + "url": "http://hl7.org/fhir/ValueSet/regulated-authorization-case-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2998", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/regulated-authorization-case-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all SNOMED CT Additional Dosage Instructions.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "419492006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/additional-instruction-codes/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTAdditionalDosageInstructions", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Additional Dosage Instructions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "additional-instruction-codes", + "url": "http://hl7.org/fhir/ValueSet/additional-instruction-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.95", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/additional-instruction-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set represents codes for types of edible substances and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept has a parent of 255620007 Foods (substance) or has a parent of 226465004 Drinks (substance).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "255620007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "226465004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/nutrition-product-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CategoriesOfNutritionProducts", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Categories of Nutrition Products", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "nutrition-product-category", + "url": "http://hl7.org/fhir/ValueSet/nutrition-product-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3267", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/nutrition-product-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example Item Flags for the List Resource. In this case, these are the kind of flags that would be used on a medication list at the end of a consultation.", + "compose": { + "include": [ + { "system": "urn:oid:1.2.36.1.2001.1001.101.104.16592" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/list-item-flag/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "National E-Health Transition Authority Ltd (NEHTA)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PatientMedicineChangeTypes", + "copyright": " Copyright © 2012-2013 National E-Health Transition Authority Ltd : This document contains information which is protected by copyright. All Rights Reserved. No part of this work may be reproduced or used in any form or by any means--graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems--without the permission of NEHTA. All copies of this document must include the copyright and other information contained on this page. Revision 1 Telephone: 1300 901 001 or email: servicedesk@nehta.gov.au Disclaimer: The National E-Health Transition Authority Ltd (NEHTA) makes the information and other material ('Information') in this document available in good faith but without any representation or warranty as to its accuracy or completeness. NEHTA cannot accept any responsibility for the consequences of any use of the Information. As the Information is of a general nature only, it is up to any person using or relying on the Information to ensure that it is accurate, complete and suitable for the circumstances of its use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Patient Medicine Change Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "list-item-flag", + "url": "http://hl7.org/fhir/ValueSet/list-item-flag", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.320", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.311", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.175", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/list-item-flag", + "contact": [ + { + "telecom": [ + { "value": "http://www.nehta.gov.au", "system": "url" } + ] + } + ] + }, + { + "description": "A classification of the ingredient identifying its purpose within the product.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/ingredient-role" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ingredient-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IngredientRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Ingredient Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ingredient-role", + "url": "http://hl7.org/fhir/ValueSet/ingredient-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3246", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ingredient-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Citation artifact classifier", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/citation-artifact-classifier" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/citation-artifact-classifier/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitationArtifactClassifier", + "experimental": true, + "resourceType": "ValueSet", + "title": "Citation Artifact Classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "citation-artifact-classifier", + "url": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3092", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/citation-artifact-classifier", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The kind of standards used by the device.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/device-specification-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-specification-category/5.0.0", + "date": "2022-03-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceSpecificationCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Specification Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "device-specification-category", + "url": "http://hl7.org/fhir/ValueSet/device-specification-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3197", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-specification-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Overall defining type of this clinical use definition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/clinical-use-definition-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinical-use-definition-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalUseDefinitionType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Clinical Use Definition Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "clinical-use-definition-type", + "url": "http://hl7.org/fhir/ValueSet/clinical-use-definition-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3107", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-use-definition-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Degree of preference of a type of conditioned specimen.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/specimen-contained-preference" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-contained-preference/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenContainedPreference", + "experimental": true, + "resourceType": "ValueSet", + "title": "Specimen Contained Preference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-contained-preference", + "url": "http://hl7.org/fhir/ValueSet/specimen-contained-preference", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.852", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-contained-preference", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Cited Artifact Classification Type", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/cited-artifact-classification-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cited-artifact-classification-type/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitedArtifactClassificationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Cited Artifact Classification Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cited-artifact-classification-type", + "url": "http://hl7.org/fhir/ValueSet/cited-artifact-classification-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2958", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cited-artifact-classification-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The types of involvement of the performer in the Event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "TRANS" }, + { "code": "PART" }, + { "code": "ATND" }, + { "code": "CON" }, + { "code": "AUT" }, + { "code": "INF" }, + { "code": "ENT" }, + { "code": "WIT" }, + { "code": "PPRF" }, + { "code": "SPRF" }, + { "code": "RESP" }, + { "code": "VRF" }, + { "code": "AUTHEN" }, + { "code": "LA" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/performer-function/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Orders and Observations WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PerformerFunctionCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Performer Function Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "performer-function", + "url": "http://hl7.org/fhir/ValueSet/performer-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3012", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/performer-function", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "TextureModifiedFoodType: Codes for types of foods that are texture-modified. This value set is composed SNOMED CT Concepts from SCTID 255620007 Foods (substance) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "255620007", "display": "Foods" }, + { "code": "28647000", "display": "Meat" }, + { "code": "22836000", "display": "Vegetables" }, + { "code": "72511004", "display": "Fruit" }, + { "code": "226760005", "display": "Dairy foods" }, + { + "code": "226887002", + "display": "Dietary Fats and Oils" + }, + { "code": "102263004", "display": "Eggs" }, + { "code": "74242007", "display": "Food Starch" }, + { + "code": "227415002", + "display": "Fruit Nuts and Seeds" + }, + { "code": "264331002", "display": "Grain" }, + { + "code": "227518002", + "display": "Sauce seasonings and soups" + }, + { "code": "44027008", "display": "Seafood" }, + { "code": "226529007", "display": "Starchy food" }, + { + "code": "227210005", + "display": "Vegetables plus herbs and spices" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/modified-foodtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TextureModifiedFoodTypeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Texture Modified Food Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "modified-foodtype", + "url": "http://hl7.org/fhir/ValueSet/modified-foodtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.388", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.375", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.209", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/modified-foodtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Currency codes from ISO 4217 (see https://www.iso.org/iso-4217-currency-codes.html)", + "compose": { "include": [{ "system": "urn:iso:std:iso:4217" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/currencies/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Currencies", + "experimental": false, + "resourceType": "ValueSet", + "title": "Currencies", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "currencies", + "url": "http://hl7.org/fhir/ValueSet/currencies", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1025", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/currencies", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The protocol used for message transport.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/message-transport" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/message-transport/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MessageTransport", + "experimental": false, + "resourceType": "ValueSet", + "title": "Message Transport", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "message-transport", + "url": "http://hl7.org/fhir/ValueSet/message-transport", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.184", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.174", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.86", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/message-transport", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes describing the reason why a family member's history is not available.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/history-absent-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/history-absent-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FamilyHistoryAbsentReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Family History Absent Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "history-absent-reason", + "url": "http://hl7.org/fhir/ValueSet/history-absent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.269", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/history-absent-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Regulatory Identifier type", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/devicedefinition-regulatory-identifier-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/devicedefinition-regulatory-identifier-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDefinitionRegulatoryIdentifierType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Definition Regulatory Identifier Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "devicedefinition-regulatory-identifier-type", + "url": "http://hl7.org/fhir/ValueSet/devicedefinition-regulatory-identifier-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3311", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicedefinition-regulatory-identifier-type" + }, + { + "description": "FormularyItem Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/formularyitem-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/formularyitem-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FormularyItemStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "FormularyItem Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "formularyitem-status", + "url": "http://hl7.org/fhir/ValueSet/formularyitem-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3099", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/formularyitem-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The mode of a RESTful capability statement.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/restful-capability-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/restful-capability-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RestfulCapabilityMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Restful Capability Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "restful-capability-mode", + "url": "http://hl7.org/fhir/ValueSet/restful-capability-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.176", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.166", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/restful-capability-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Commonly encountered UCUM units (for purposes of helping populate look ups).", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "%", "display": "percent" }, + { "code": "%/100", "display": "percent / 100" }, + { "code": "%[slope]", "display": "percent of slope" }, + { "code": "/(12.h)", "display": "per 12 * hour" }, + { "code": "/(2.h)", "display": "per 2 hour" }, + { "code": "/10*10", "display": "PerTenGiga" }, + { "code": "/10*12", "display": "PerTrillion" }, + { "code": "/10*3", "display": "per thousand" }, + { "code": "/10*4", "display": "per 10 thousand" }, + { "code": "/10*6", "display": "PerMillion" }, + { "code": "/10*9", "display": "PerBillion" }, + { "code": "/100", "display": "per 100" }, + { "code": "/100.g", "display": "per 100 gram" }, + { "code": "/L", "display": "per liter" }, + { "code": "/U", "display": "per enzyme unit" }, + { "code": "/[HPF]", "display": "per high power field" }, + { "code": "/[HPF]", "display": "per hpf" }, + { + "code": "/[IU]", + "display": "per international unit" + }, + { "code": "/[LPF]", "display": "per low power field" }, + { "code": "/[LPF]", "display": "per LPF" }, + { "code": "/[arb'U]", "display": "per arbitrary unit" }, + { + "code": "/[iU]", + "display": "per international unit" + }, + { "code": "/a", "display": "/ year" }, + { + "code": "/cm[H2O]", + "display": "per centimeter of water" + }, + { "code": "/d", "display": "per day" }, + { "code": "/dL", "display": "per deciliter" }, + { "code": "/g", "display": "per gram" }, + { "code": "/h", "display": "per hour" }, + { "code": "/kg", "display": "per kilogram" }, + { "code": "/m2", "display": "per square meter" }, + { "code": "/m3", "display": "per cubic meter" }, + { "code": "/mL", "display": "per milliliter" }, + { "code": "/mg", "display": "per milligram" }, + { "code": "/min", "display": "per minute" }, + { + "code": "/min/10*3", + "display": "per minute per thousand" + }, + { "code": "/mm", "display": "per millimeter" }, + { "code": "/mm3", "display": "per cubic millimeter" }, + { "code": "/mmol", "display": "per millimole" }, + { "code": "/mo", "display": "per month" }, + { "code": "/s", "display": "per second" }, + { "code": "/uL", "display": "per microliter" }, + { "code": "/ug", "display": "per microgram" }, + { "code": "/wk", "display": "per week" }, + { "code": "1", "display": "1*" }, + { "code": "1/d", "display": "one per day" }, + { "code": "1/min", "display": "one per minute" }, + { + "code": "10*", + "display": "the number ten for arbitrary powers" + }, + { + "code": "10*-3", + "display": "(the number ten for arbitrary powers ^ -3)" + }, + { + "code": "10*-6", + "display": "the number ten for arbitrary powers ^ -6" + }, + { "code": "10*12/L", "display": "trillion per liter" }, + { "code": "10*3", "display": "Thousand" }, + { "code": "10*3.U", "display": "Thousand Per * Unit" }, + { "code": "10*3/L", "display": "Thousand Per Liter" }, + { + "code": "10*3/mL", + "display": "Thousand Per MilliLiter" + }, + { + "code": "10*3/uL", + "display": "Thousands Per MicroLiter" + }, + { + "code": "10*4/uL", + "display": "10 thousand per microliter" + }, + { "code": "10*5", "display": "OneHundredThousand" }, + { "code": "10*6", "display": "Million" }, + { + "code": "10*6.U", + "display": "(the number ten for arbitrary powers ^ 6) * Unit" + }, + { + "code": "10*6.[CFU]/L", + "display": "million colony forming unit per liter" + }, + { + "code": "10*6.[IU]", + "display": "million international unit" + }, + { + "code": "10*6.[iU]", + "display": "MillionInternationalUnit" + }, + { + "code": "10*6.eq/mL", + "display": "MillionEquivalentsPerMilliLiter" + }, + { + "code": "10*6/(24.h)", + "display": "million per 24 hour" + }, + { "code": "10*6/L", "display": "million per liter" }, + { + "code": "10*6/kg", + "display": "million per kilogram" + }, + { + "code": "10*6/mL", + "display": "million per milliliter" + }, + { + "code": "10*6/mm3", + "display": "(the number ten for arbitrary powers ^ 6) / (millimeter ^ 3)" + }, + { + "code": "10*6/uL", + "display": "million per microliter" + }, + { "code": "10*8", "display": "TenToEighth" }, + { "code": "10*9/L", "display": "billion per liter" }, + { + "code": "10*9/mL", + "display": "billion per milliliter" + }, + { + "code": "10*9/uL", + "display": "billion per microliter" + }, + { + "code": "10.L/(min.m2)", + "display": "10 liter per minute per square meter" + }, + { + "code": "10.L/min", + "display": "10 liter per minute" + }, + { + "code": "10.uN.s/(cm.m2)", + "display": "10 * microNewton * second / centimeter * (meter ^ 2)" + }, + { + "code": "10.uN.s/(cm5.m2)", + "display": "10 micronewton second per centimeter to the fifth power per square meter" + }, + { + "code": "10.uN.s/cm", + "display": "10 * microNewton * second / centimeter" + }, + { + "code": "10.uN.s/cm2", + "display": "10 * microNewton * second / (centimeter ^ 2)" + }, + { + "code": "10^", + "display": "the number ten for arbitrary powers" + }, + { "code": "24.h", "display": "24 hour" }, + { "code": "A", "display": "Ampère" }, + { "code": "A/m", "display": "Ampère / meter" }, + { "code": "AU", "display": "astronomic unit" }, + { "code": "Ao", "display": "Ångström" }, + { "code": "B", "display": "bel" }, + { "code": "B[SPL]", "display": "bel sound pressure" }, + { "code": "B[V]", "display": "bel volt" }, + { "code": "B[W]", "display": "bel watt" }, + { "code": "B[kW]", "display": "bel kilowatt" }, + { "code": "B[mV]", "display": "bel millivolt" }, + { "code": "B[uV]", "display": "bel microvolt" }, + { "code": "Bd", "display": "baud" }, + { "code": "Bi", "display": "Biot" }, + { "code": "Bq", "display": "Becquerel" }, + { "code": "By", "display": "byte" }, + { "code": "C", "display": "Coulomb" }, + { "code": "Cel", "display": "degree Celsius" }, + { "code": "Ci", "display": "CURIE" }, + { "code": "F", "display": "Farad" }, + { "code": "G", "display": "Gauss" }, + { "code": "GBq", "display": "gigaBecquerel" }, + { "code": "Gal", "display": "Gal" }, + { "code": "Gb", "display": "Gilbert" }, + { "code": "Gy", "display": "Gray" }, + { "code": "H", "display": "Henry" }, + { "code": "Hz", "display": "Hertz" }, + { "code": "J", "display": "joule" }, + { "code": "J/L", "display": "joule per liter" }, + { "code": "K", "display": "Kelvin" }, + { "code": "K/W", "display": "Kelvin / Watt" }, + { "code": "Ky", "display": "Kayser" }, + { "code": "L", "display": "liter" }, + { + "code": "L.s2/s", + "display": "liter * (second ^ 2) / second" + }, + { "code": "L/(24.h)", "display": "liter per 24 hour" }, + { "code": "L/(8.h)", "display": "liter per 8 hour" }, + { + "code": "L/(min.m2)", + "display": "liter per minute per square meter" + }, + { "code": "L/L", "display": "liter per liter" }, + { "code": "L/d", "display": "liter per day" }, + { "code": "L/h", "display": "liter per hour" }, + { "code": "L/kg", "display": "liter per kilogram" }, + { "code": "L/min", "display": "liter per minute" }, + { "code": "L/s", "display": "liter / second" }, + { + "code": "L/s/s2", + "display": "liter per second per square second" + }, + { "code": "Lmb", "display": "Lambert" }, + { "code": "MBq", "display": "megaBecquerel" }, + { "code": "Ms", "display": "megasecond" }, + { "code": "Mx", "display": "Maxwell" }, + { "code": "N", "display": "Newton" }, + { "code": "N.cm", "display": "Newton centimeter" }, + { "code": "N.s", "display": "Newton second" }, + { "code": "Np", "display": "neper" }, + { "code": "Oe", "display": "Oersted" }, + { "code": "Ohm", "display": "Ohm" }, + { "code": "Ohm.m", "display": "Ohm meter" }, + { "code": "P", "display": "Poise" }, + { "code": "Pa", "display": "Pascal" }, + { "code": "R", "display": "Roentgen" }, + { "code": "RAD", "display": "radiation absorbed dose" }, + { + "code": "REM", + "display": "radiation equivalent man" + }, + { "code": "S", "display": "Siemens" }, + { "code": "St", "display": "Stokes" }, + { "code": "Sv", "display": "Sievert" }, + { "code": "T", "display": "Tesla" }, + { "code": "U", "display": "enzyme Unit" }, + { + "code": "U/(1.h)", + "display": "enzyme Unit per 1 hour" + }, + { + "code": "U/(10.g)", + "display": "enzyme unit per 10 gram" + }, + { + "code": "U/(12.h)", + "display": "enzyme unit per 12 hour" + }, + { + "code": "U/(18.h)", + "display": "enzyme Unit per 18 hour" + }, + { + "code": "U/(2.h)", + "display": "enzyme unit per 2 hour" + }, + { + "code": "U/(24.h)", + "display": "enzyme unit per 24 hour" + }, + { "code": "U/10", "display": "enzyme unit per 10" }, + { + "code": "U/10*10", + "display": "enzyme unit per 10 billion" + }, + { + "code": "U/10*12", + "display": "enzyme unit per trillion" + }, + { + "code": "U/10*12", + "display": "enzyme unit per trillion" + }, + { + "code": "U/10*6", + "display": "enzyme unit per million" + }, + { + "code": "U/10*9", + "display": "enzyme unit per billion" + }, + { "code": "U/L", "display": "enzyme unit per liter" }, + { "code": "U/d", "display": "enzyme unit per day" }, + { + "code": "U/dL", + "display": "enzyme unit per deciliter" + }, + { "code": "U/g", "display": "enzyme unit per gram" }, + { "code": "U/h", "display": "enzyme unit per hour" }, + { + "code": "U/kg", + "display": "enzyme unit per kilogram" + }, + { + "code": "U/kg/h", + "display": "Unit / kilogram / hour" + }, + { + "code": "U/mL", + "display": "enzyme unit per milliliter" + }, + { + "code": "U/min", + "display": "enzyme unit per minute" + }, + { + "code": "U/mmol", + "display": "enzyme unit per millimole" + }, + { "code": "U/mol", "display": "enzyme Unit per mole" }, + { "code": "U/s", "display": "enzyme unit per second" }, + { + "code": "U/umol", + "display": "enzyme Unit per micromole" + }, + { "code": "V", "display": "volt" }, + { "code": "W", "display": "Watt" }, + { "code": "Wb", "display": "Weber" }, + { + "code": "[APL'U]", + "display": "IgA anticardiolipin unit" + }, + { + "code": "[APL'U]/mL", + "display": "IgA anticardiolipin unit per milliliter" + }, + { "code": "[AU]", "display": "allergy unit" }, + { "code": "[Amb'a'1'U]", "display": "Amb a 1 units" }, + { + "code": "[BAU]", + "display": "bioequivalent allergen unit" + }, + { "code": "[Btu]", "display": "British thermal unit" }, + { + "code": "[Btu_39]", + "display": "British thermal unit at 39 °F" + }, + { + "code": "[Btu_59]", + "display": "British thermal unit at 59 °F" + }, + { + "code": "[Btu_60]", + "display": "British thermal unit at 60 °F" + }, + { + "code": "[Btu_IT]", + "display": "international table British thermal unit" + }, + { + "code": "[Btu_m]", + "display": "mean British thermal unit" + }, + { + "code": "[Btu_th]", + "display": "thermochemical British thermal unit" + }, + { + "code": "[CCID_50]", + "display": "CELL CULTURE INFECTIOUS DOSE 50%" + }, + { "code": "[CFU]", "display": "colony forming unit" }, + { + "code": "[CFU]/L", + "display": "colony forming unit per liter" + }, + { + "code": "[CFU]/mL", + "display": "colony forming unit per milliliter" + }, + { + "code": "[Cal]", + "display": "nutrition label Calories" + }, + { + "code": "[Ch]", + "display": "French (catheter gauge)" + }, + { "code": "[D'ag'U]", "display": "D-ANTIGEN UNITS" }, + { "code": "[FFU]", "display": "FOCUS-FORMING UNITS" }, + { + "code": "[GPL'U]", + "display": "IgG anticardiolipin unit" + }, + { + "code": "[GPL'U]/mL", + "display": "IgG anticardiolipin unit per milliliter**" + }, + { + "code": "[G]", + "display": "Newtonian constant of gravitation" + }, + { "code": "[HPF]", "display": "high power field" }, + { "code": "[HP]", "display": "horsepower" }, + { "code": "[IU]", "display": "international unit" }, + { + "code": "[IU]/(2.h)", + "display": "international unit per 2 hour" + }, + { + "code": "[IU]/(24.h)", + "display": "international unit per 24 hour" + }, + { + "code": "[IU]/10*9", + "display": "international unit per billion" + }, + { + "code": "[IU]/L", + "display": "international unit per liter" + }, + { + "code": "[IU]/d", + "display": "international unit per day" + }, + { + "code": "[IU]/dL", + "display": "international unit per deciliter" + }, + { + "code": "[IU]/g", + "display": "international unit per gram" + }, + { + "code": "[IU]/h", + "display": "international unit per hour" + }, + { + "code": "[IU]/kg", + "display": "international unit per kilogram" + }, + { + "code": "[IU]/kg/d", + "display": "international unit per kilogram per day" + }, + { + "code": "[IU]/mL", + "display": "international unit per milliliter" + }, + { + "code": "[IU]/min", + "display": "international unit per minute" + }, + { "code": "[LPF]", "display": "low power field" }, + { "code": "[Lf]", "display": "LIMIT OF FLOCCULATION" }, + { "code": "[MET]", "display": "metabolic equivalent" }, + { + "code": "[MPL'U]", + "display": "IgM anticardiolipin unit" + }, + { + "code": "[MPL'U]/mL", + "display": "IgM anticardiolipin unit per milliliter**" + }, + { "code": "[PFU]", "display": "PLAQUE-FORMING UNITS" }, + { + "code": "[PNU]", + "display": "PROTEIN NITROGEN UNITS" + }, + { + "code": "[PRU]", + "display": "peripheral vascular resistance unit" + }, + { "code": "[S]", "display": "Svedberg unit" }, + { + "code": "[TCID_50]", + "display": "TISSUE CULTURE INFECTIOUS DOSE 50%" + }, + { + "code": "[USP'U]", + "display": "UNITED STATES PHARMACOPEIA UNIT" + }, + { "code": "[acr_br]", "display": "acre" }, + { "code": "[acr_us]", "display": "acre" }, + { "code": "[arb'U]", "display": "arbitrary unit" }, + { + "code": "[arb'U]/L", + "display": "arbitary unit / liter" + }, + { + "code": "[arb'U]/mL", + "display": "arbitrary unit per milliliter" + }, + { "code": "[bbl_us]", "display": "barrel" }, + { "code": "[bdsk'U]", "display": "Bodansky unit" }, + { "code": "[beth'U]", "display": "Bethesda unit" }, + { "code": "[beth'U]", "display": "Bethesda unit" }, + { "code": "[bf_i]", "display": "board foot" }, + { "code": "[bu_br]", "display": "bushel" }, + { "code": "[bu_us]", "display": "bushel" }, + { "code": "[c]", "display": "velocity of light" }, + { + "code": "[car_Au]", + "display": "carat of gold alloys" + }, + { "code": "[car_m]", "display": "metric carat" }, + { "code": "[cft_i]", "display": "cubic foot" }, + { "code": "[ch_br]", "display": "Gunter's chain" }, + { + "code": "[ch_us]", + "display": "Gunter's chain Surveyor's chain" + }, + { + "code": "[cicero]", + "display": "cicero Didot's pica" + }, + { "code": "[cin_i]", "display": "cubic inch" }, + { "code": "[cml_i]", "display": "circular mil" }, + { "code": "[cr_i]", "display": "cord" }, + { "code": "[crd_us]", "display": "cord" }, + { "code": "[cup_us]", "display": "cup" }, + { "code": "[cyd_i]", "display": "cubic yard" }, + { "code": "[degF]", "display": "degree Fahrenheit" }, + { "code": "[didot]", "display": "didot Didot's point" }, + { "code": "[diop]", "display": "diopter" }, + { "code": "[dpt_us]", "display": "dry pint" }, + { "code": "[dqt_us]", "display": "dry quart" }, + { "code": "[dr_ap]", "display": "dram drachm" }, + { + "code": "[dr_av]", + "display": "Dram (US and British)" + }, + { "code": "[drp]", "display": "drop" }, + { "code": "[drp]/[HPF]", "display": "drop / HPF" }, + { "code": "[drp]/h", "display": "drop / hour" }, + { "code": "[drp]/mL", "display": "drop / milliliter" }, + { "code": "[drp]/min", "display": "drop / minute" }, + { "code": "[drp]/s", "display": "drop / second" }, + { "code": "[dye'U]", "display": "Dye unit" }, + { "code": "[e]", "display": "elementary charge" }, + { + "code": "[eps_0]", + "display": "permittivity of vacuum" + }, + { "code": "[fdr_br]", "display": "fluid dram" }, + { "code": "[fdr_us]", "display": "fluid dram" }, + { "code": "[foz_br]", "display": "fluid ounce" }, + { "code": "[foz_us]", "display": "fluid ounce" }, + { "code": "[ft_br]", "display": "foot" }, + { "code": "[ft_i]", "display": "Feet" }, + { "code": "[ft_us]", "display": "foot" }, + { "code": "[fth_br]", "display": "fathom" }, + { "code": "[fth_i]", "display": "fathom" }, + { "code": "[fth_us]", "display": "fathom" }, + { "code": "[fur_us]", "display": "furlong" }, + { "code": "[gal_br]", "display": "gallon" }, + { + "code": "[gal_us]", + "display": "Queen Anne's wine gallon" + }, + { + "code": "[gal_wi]", + "display": "historical winchester gallon" + }, + { "code": "[gil_br]", "display": "gill" }, + { "code": "[gil_us]", "display": "gill" }, + { "code": "[gr]", "display": "grain" }, + { "code": "[h]", "display": "Planck constant" }, + { "code": "[hd_i]", "display": "hand" }, + { "code": "[hnsf'U]", "display": "Hounsfield unit" }, + { + "code": "[hp_C]", + "display": "HOMEOPATHIC POTENCY OF CENTESIMAL SERIES" + }, + { + "code": "[hp_M]", + "display": "HOMEOPATHIC POTENCY OF MILLESIMAL SERIES" + }, + { + "code": "[hp_Q]", + "display": "HOMEOPATHIC POTENCY OF QUINTAMILLESIMAL SERIES" + }, + { + "code": "[hp_X]", + "display": "HOMEOPATHIC POTENCY OF DECIMAL SERIES" + }, + { "code": "[iU]", "display": "international unit" }, + { "code": "[iU]", "display": "international unit" }, + { + "code": "[iU]/L", + "display": "InternationalUnitsPerLiter" + }, + { + "code": "[iU]/dL", + "display": "InternationalUnitsPerDeciLiter" + }, + { + "code": "[iU]/g", + "display": "InternationalUnitsPerGram" + }, + { + "code": "[iU]/kg", + "display": "InternationalUnitsPerKilogram" + }, + { + "code": "[iU]/mL", + "display": "InternationalUnitsPerMilliLiter" + }, + { "code": "[in_br]", "display": "inch" }, + { + "code": "[in_i'H2O]", + "display": "inch (international) of water" + }, + { + "code": "[in_i'Hg]", + "display": "inch of mercury column" + }, + { "code": "[in_i]", "display": "inch (international)" }, + { "code": "[in_us]", "display": "inch" }, + { "code": "[k]", "display": "Boltzmann constant" }, + { "code": "[ka'U]", "display": "King Armstrong unit" }, + { "code": "[kn_br]", "display": "knot" }, + { "code": "[kn_i]", "display": "knot" }, + { "code": "[knk'U]", "display": "Kunkel unit" }, + { + "code": "[kp_C]", + "display": "HOMEOPATHIC POTENCY OF CENTESIMAL KORSAKOVIAN SERIES" + }, + { "code": "[lb_ap]", "display": "pound" }, + { + "code": "[lb_av]", + "display": "pound (US and British)" + }, + { "code": "[lb_tr]", "display": "pound" }, + { "code": "[lbf_av]", "display": "pound force" }, + { + "code": "[lcwt_av]", + "display": "long hunderdweight British hundredweight" + }, + { "code": "[ligne]", "display": "ligne French line" }, + { + "code": "[lk_br]", + "display": "link for Gunter's chain" + }, + { + "code": "[lk_us]", + "display": "link for Gunter's chain" + }, + { "code": "[lne]", "display": "line" }, + { + "code": "[lton_av]", + "display": "long ton British ton" + }, + { "code": "[ly]", "display": "light-year" }, + { "code": "[m_e]", "display": "electron mass" }, + { "code": "[m_p]", "display": "proton mass" }, + { "code": "[mclg'U]", "display": "Mac Lagan unit" }, + { "code": "[mesh_i]", "display": "mesh" }, + { "code": "[mi_br]", "display": "mile" }, + { "code": "[mi_i]", "display": "statute mile" }, + { "code": "[mi_us]", "display": "mile" }, + { "code": "[mil_i]", "display": "mil" }, + { "code": "[mil_us]", "display": "mil" }, + { "code": "[min_br]", "display": "minim" }, + { "code": "[min_us]", "display": "minim" }, + { + "code": "[mu_0]", + "display": "permeability of vacuum" + }, + { "code": "[nmi_br]", "display": "nautical mile" }, + { "code": "[nmi_i]", "display": "nautical mile" }, + { + "code": "[oz_ap]", + "display": "ounce (US and British)" + }, + { + "code": "[oz_av]", + "display": "ounce (US and British)" + }, + { "code": "[oz_tr]", "display": "ounce" }, + { "code": "[p'diop]", "display": "prism diopter" }, + { "code": "[pH]", "display": "pH" }, + { "code": "[pc_br]", "display": "pace" }, + { "code": "[pca]", "display": "pica" }, + { "code": "[pca_pr]", "display": "Printer's pica" }, + { "code": "[pi]", "display": "the number pi" }, + { + "code": "[pi].rad/min", + "display": "the number pi * radian / minute" + }, + { "code": "[pied]", "display": "pied French foot" }, + { "code": "[pk_br]", "display": "peck" }, + { "code": "[pk_us]", "display": "peck" }, + { "code": "[pnt]", "display": "point" }, + { "code": "[pnt_pr]", "display": "Printer's point" }, + { "code": "[pouce]", "display": "pouce French inch" }, + { "code": "[ppb]", "display": "part per billion" }, + { "code": "[ppm]", "display": "part per million" }, + { "code": "[ppth]", "display": "parts per thousand" }, + { "code": "[pptr]", "display": "part per trillion" }, + { "code": "[pptr]", "display": "parts per trillion" }, + { "code": "[psi]", "display": "pound per square inch" }, + { "code": "[pt_br]", "display": "pint" }, + { "code": "[pt_us]", "display": "pint" }, + { "code": "[pwt_tr]", "display": "pennyweight" }, + { "code": "[qt_br]", "display": "quart" }, + { "code": "[qt_us]", "display": "quart" }, + { + "code": "[rch_us]", + "display": "Ramden's chain Engineer's chain" + }, + { "code": "[rd_br]", "display": "rod" }, + { "code": "[rd_us]", "display": "rod" }, + { + "code": "[rlk_us]", + "display": "link for Ramden's chain" + }, + { "code": "[sc_ap]", "display": "scruple" }, + { "code": "[sct]", "display": "section" }, + { + "code": "[scwt_av]", + "display": "short hundredweight U.S. hundredweight" + }, + { + "code": "[sft_i]", + "display": "square foot (international)" + }, + { + "code": "[sin_i]", + "display": "square inch (international)" + }, + { "code": "[smgy'U]", "display": "Somogyi unit" }, + { "code": "[smi_us]", "display": "square mile" }, + { "code": "[smoot]", "display": "Smoot" }, + { "code": "[srd_us]", "display": "square rod" }, + { + "code": "[ston_av]", + "display": "short ton U.S. ton" + }, + { + "code": "[stone_av]", + "display": "stone British stone" + }, + { "code": "[syd_i]", "display": "square yard" }, + { "code": "[tb'U]", "display": "tuberculin unit" }, + { "code": "[tbs_us]", "display": "tablespoon (US)" }, + { "code": "[todd'U]", "display": "Todd unit" }, + { "code": "[todd'U]", "display": "Todd unit" }, + { "code": "[tsp_us]", "display": "teaspoon" }, + { "code": "[twp]", "display": "township" }, + { "code": "[yd_br]", "display": "yard" }, + { "code": "[yd_i]", "display": "yard" }, + { "code": "[yd_us]", "display": "yard" }, + { "code": "a", "display": "year" }, + { "code": "a_g", "display": "mean Gregorian year" }, + { "code": "a_j", "display": "mean Julian year" }, + { "code": "a_t", "display": "tropical year" }, + { "code": "ag", "display": "attogram" }, + { "code": "ar", "display": "are" }, + { "code": "atm", "display": "standard atmosphere" }, + { "code": "att", "display": "technical atmosphere" }, + { "code": "b", "display": "barn" }, + { "code": "bar", "display": "bar" }, + { "code": "bit", "display": "bit" }, + { "code": "bit_s", "display": "bit" }, + { "code": "cL", "display": "centiliter" }, + { "code": "cP", "display": "centiPoise" }, + { "code": "cSt", "display": "centiStokes" }, + { "code": "cal", "display": "calorie" }, + { + "code": "cal_IT", + "display": "international table calorie" + }, + { "code": "cal_[15]", "display": "calorie at 15 °C" }, + { "code": "cal_[20]", "display": "calorie at 20 °C" }, + { "code": "cal_m", "display": "mean calorie" }, + { + "code": "cal_th", + "display": "thermochemical calorie" + }, + { "code": "cd", "display": "candela" }, + { "code": "cg", "display": "centigram" }, + { "code": "circ", "display": "circle" }, + { "code": "cm", "display": "centimeter" }, + { "code": "cm2", "display": "square centimeter" }, + { + "code": "cm2/s", + "display": "square centimeter per second" + }, + { "code": "cm3", "display": "cubic centimeter" }, + { "code": "cm[H2O]", "display": "centimeter of water" }, + { + "code": "cm[H2O]/(s.m)", + "display": "centimeter of water column / second * meter" + }, + { + "code": "cm[H2O]/L/s", + "display": "centimeter of water per liter per second" + }, + { + "code": "cm[H2O]/s/m", + "display": "centimeter of water per second per meter" + }, + { + "code": "cm[Hg]", + "display": "centimeter of mercury" + }, + { "code": "d", "display": "day" }, + { "code": "dB", "display": "decibel" }, + { "code": "dL", "display": "deciliter" }, + { + "code": "daL/min", + "display": "dekaliter per minute" + }, + { + "code": "daL/min/m2", + "display": "dekaliter per minute per square meter" + }, + { "code": "deg", "display": "degree" }, + { "code": "deg/s", "display": "degree per second" }, + { "code": "dg", "display": "decigram" }, + { "code": "dm", "display": "decimeter" }, + { + "code": "dm2/s2", + "display": "square decimeter per square second" + }, + { "code": "dyn", "display": "dyne" }, + { + "code": "dyn.s/(cm.m2)", + "display": "dyne second per centimeter per square meter" + }, + { + "code": "dyn.s/cm", + "display": "dyne second per centimeter" + }, + { "code": "eV", "display": "electronvolt" }, + { "code": "eq", "display": "equivalents" }, + { "code": "eq/L", "display": "equivalents / liter" }, + { + "code": "eq/mL", + "display": "equivalents / milliliter" + }, + { + "code": "eq/mmol", + "display": "equivalents / millimole" + }, + { + "code": "eq/umol", + "display": "equivalents / micromole" + }, + { "code": "erg", "display": "erg" }, + { "code": "fL", "display": "femtoliter" }, + { + "code": "fL/nL", + "display": "femtoliter / nanoliter" + }, + { "code": "fg", "display": "femtogram" }, + { "code": "fm", "display": "femtometer" }, + { "code": "fmol", "display": "femtomole" }, + { "code": "fmol/L", "display": "femtomole per liter" }, + { "code": "fmol/g", "display": "femtomole per gram" }, + { + "code": "fmol/mL", + "display": "femtomole / milliliter" + }, + { + "code": "fmol/mg", + "display": "femtomole / milligram" + }, + { + "code": "fmol/mg", + "display": "femtomole per milligram" + }, + { "code": "g", "display": "gram" }, + { "code": "g%", "display": "gram percent" }, + { "code": "g.m", "display": "gram * meter" }, + { "code": "g/(100.g)", "display": "gram per 100 gram" }, + { "code": "g/(12.h)", "display": "gram per 12 hour" }, + { "code": "g/(24.h)", "display": "gram per 24 hour" }, + { "code": "g/(3.d)", "display": "gram per 3 days" }, + { "code": "g/(4.h)", "display": "gram per 4 hour" }, + { "code": "g/(48.h)", "display": "gram per 48 hour" }, + { "code": "g/(5.h)", "display": "gram per 5 hour" }, + { "code": "g/(6.h)", "display": "gram per 6 hour" }, + { "code": "g/(72.h)", "display": "gram per 72 hour" }, + { "code": "g/(8.h)", "display": "gram / 8 * hour" }, + { + "code": "g/(8.kg.h)", + "display": "gram / 8 * kilogram * hour" + }, + { + "code": "g/(kg.h)", + "display": "gram / kilogram * hour" + }, + { + "code": "g/(kg.min)", + "display": "gram / kilogram * minute" + }, + { "code": "g/L", "display": "gram per liter" }, + { + "code": "g/cm3", + "display": "gram per cubic centimeter" + }, + { "code": "g/d", "display": "gram per day" }, + { "code": "g/dL", "display": "gram per deciliter" }, + { "code": "g/g", "display": "gram per gram" }, + { "code": "g/h", "display": "gram per hour" }, + { + "code": "g/h/m2", + "display": "gram per hour per square meter" + }, + { "code": "g/kg", "display": "gram per kilogram" }, + { + "code": "g/kg/(8.h)", + "display": "gram per kilogram per 8 hour" + }, + { + "code": "g/kg/d", + "display": "gram per kilogram per day" + }, + { + "code": "g/kg/h", + "display": "gram per kilogram per hour" + }, + { + "code": "g/kg/min", + "display": "gram per kilogram per minute" + }, + { "code": "g/m2", "display": "grams Per Square Meter" }, + { "code": "g/mL", "display": "gram per milliliter" }, + { "code": "g/mg", "display": "gram per milligram" }, + { "code": "g/min", "display": "gram per minute" }, + { "code": "g/mmol", "display": "gram per millimole" }, + { "code": "g/mol", "display": "gram per mole" }, + { "code": "gf", "display": "gram-force" }, + { "code": "gon", "display": "gon grade" }, + { "code": "h", "display": "hour" }, + { "code": "hL", "display": "hectoliter" }, + { "code": "kBq", "display": "kiloBecquerel" }, + { "code": "kL", "display": "kiloliter" }, + { "code": "kPa", "display": "kiloPascal" }, + { "code": "kU", "display": "kilo enzyme unit" }, + { + "code": "kU/L", + "display": "kiloenzyme Unit per liter" + }, + { + "code": "kU/g", + "display": "kiloenzyme Unit per gram" + }, + { "code": "kU/h", "display": "kiloUnit / hour" }, + { + "code": "kU/mL", + "display": "kilo enzyme unit per milliliter" + }, + { + "code": "k[IU]/L", + "display": "kilo international unit per liter" + }, + { + "code": "k[IU]/mL", + "display": "kilo international unit per milliliter" + }, + { + "code": "k[iU]/mL", + "display": "KiloInternationalUnitsPerMilliLiter" + }, + { "code": "kat", "display": "katal" }, + { "code": "kat/L", "display": "katal / liter" }, + { "code": "kat/kg", "display": "katal / kilogram" }, + { "code": "kcal", "display": "kilocalorie" }, + { + "code": "kcal/(8.h)", + "display": "kilocalorie / 8 * hour" + }, + { + "code": "kcal/[oz_av]", + "display": "kilocalorie per ounce (US & British)" + }, + { "code": "kcal/d", "display": "kilocalorie per day" }, + { "code": "kcal/h", "display": "kilocalorie per hour" }, + { + "code": "kcal/kg/(24.h)", + "display": "kilocalorie per kilogram per 24 hour" + }, + { "code": "kg", "display": "kilogram" }, + { + "code": "kg.m/s", + "display": "kilogram meter per second" + }, + { + "code": "kg/(s.m2)", + "display": "kilogram per second per square meter" + }, + { "code": "kg/L", "display": "kilogram per liter" }, + { "code": "kg/h", "display": "kilogram per hour" }, + { + "code": "kg/m2", + "display": "kilogram / (meter ^ 2)" + }, + { + "code": "kg/m3", + "display": "kilogram / (meter ^ 3)" + }, + { "code": "kg/min", "display": "kilogram / minute" }, + { "code": "kg/mol", "display": "kilogram per mole" }, + { "code": "kg/s", "display": "kilogram / second" }, + { "code": "km", "display": "kilometer" }, + { "code": "ks", "display": "kilosecond" }, + { "code": "lm", "display": "lumen" }, + { "code": "lm.m2", "display": "lumen square meter" }, + { "code": "lm/m2", "display": "lumen / (meter ^ 2)" }, + { "code": "lx", "display": "lux" }, + { "code": "m", "display": "meter" }, + { "code": "m/s", "display": "meter per second" }, + { + "code": "m/s2", + "display": "meter per square second" + }, + { "code": "m2", "display": "square meter" }, + { + "code": "m2/s", + "display": "square meter per second" + }, + { "code": "m3/s", "display": "cubic meter per second" }, + { "code": "mA", "display": "milliAmpère" }, + { "code": "mCi", "display": "milliCurie" }, + { "code": "mL", "display": "milliliter" }, + { + "code": "mL/(10.h)", + "display": "milliliter per 10 hour" + }, + { + "code": "mL/(12.h)", + "display": "milliliter per 12 hour" + }, + { + "code": "mL/(2.h)", + "display": "milliliter per 2 hour" + }, + { + "code": "mL/(24.h)", + "display": "milliliter per 24 hour" + }, + { + "code": "mL/(4.h)", + "display": "milliliter per 4 hour" + }, + { + "code": "mL/(5.h)", + "display": "milliliter per 5 hour" + }, + { + "code": "mL/(6.h)", + "display": "milliliter per 6 hour" + }, + { + "code": "mL/(72.h)", + "display": "milliliter per 72 hour" + }, + { + "code": "mL/(8.h)", + "display": "milliliter per 8 hour" + }, + { + "code": "mL/(kg.min)", + "display": "milliliter / kilogram * minute" + }, + { "code": "mL/L", "display": "milliliter per liter" }, + { + "code": "mL/[sin_i]", + "display": "milliliter per square inch (international)" + }, + { + "code": "mL/cm[H2O]", + "display": "milliliter / centimeter of water column" + }, + { "code": "mL/d", "display": "milliliter per day" }, + { + "code": "mL/dL", + "display": "milliliter per deciliter" + }, + { "code": "mL/h", "display": "milliliter per hour" }, + { + "code": "mL/kg", + "display": "milliliter per kilogram" + }, + { + "code": "mL/kg/(8.h)", + "display": "milliliter per kilogram per 8 hour" + }, + { + "code": "mL/kg/d", + "display": "milliliter per kilogram per day" + }, + { + "code": "mL/kg/h", + "display": "milliliter per kilogram per hour" + }, + { + "code": "mL/kg/min", + "display": "milliliter per kilogram per minute" + }, + { + "code": "mL/m2", + "display": "milliliter per square meter" + }, + { + "code": "mL/mbar", + "display": "milliliter per millibar" + }, + { + "code": "mL/min", + "display": "milliliter per minute" + }, + { + "code": "mL/min/(173.10*-2.m2)", + "display": "milliliter / minute / 173 * (the number ten for arbitrary powers ^ -2) * (meter ^ 2)" + }, + { + "code": "mL/min/1.73.m2", + "display": "milliliter per minute per 1.73 square meter" + }, + { + "code": "mL/min/m2", + "display": "milliliter per minute per square meter" + }, + { + "code": "mL/mm", + "display": "milliliter per millimeter" + }, + { "code": "mL/s", "display": "milliliter per second" }, + { "code": "mPa", "display": "millipascal" }, + { "code": "mPa.s", "display": "millipascal second" }, + { "code": "mU", "display": "millienzyme Unit" }, + { + "code": "mU/L", + "display": "millienzyme Unit per liter" + }, + { + "code": "mU/g", + "display": "millienzyme Unit per gram" + }, + { + "code": "mU/mL", + "display": "millienzyme Unit per milliliter" + }, + { + "code": "mU/mL/min", + "display": "millienzyme Unit per milliliter per minute" + }, + { "code": "mU/mg", "display": "milliUnit / milligram" }, + { "code": "mU/min", "display": "milliUnit / minute" }, + { + "code": "mU/mmol", + "display": "millienzyme Unit per millimole" + }, + { "code": "mV", "display": "milliVolt" }, + { + "code": "m[H2O]", + "display": "meter of water column" + }, + { + "code": "m[Hg]", + "display": "meter of mercury column" + }, + { + "code": "m[IU]/L", + "display": "milli international unit per liter" + }, + { + "code": "m[IU]/mL", + "display": "milli international unit per milliliter" + }, + { + "code": "m[iU]", + "display": "milliinternational unit" + }, + { "code": "mbar", "display": "millibar" }, + { + "code": "mbar.s/L", + "display": "millibar second per liter" + }, + { + "code": "mbar/L/s", + "display": "millibar per liter per second" + }, + { "code": "meq", "display": "milliequivalent" }, + { + "code": "meq/(12.h)", + "display": "milliequivalent per 12 hour" + }, + { + "code": "meq/(2.h)", + "display": "milliequivalent per 2 hour" + }, + { + "code": "meq/(24.h)", + "display": "milliequivalent per 24 hour" + }, + { + "code": "meq/(8.h)", + "display": "milliequivalent per 8 hour" + }, + { + "code": "meq/(8.h.kg)", + "display": "milliequivalents / 8 * hour * kilogram" + }, + { + "code": "meq/(kg.d)", + "display": "milliequivalents / kilogram * day" + }, + { + "code": "meq/L", + "display": "milliequivalent per liter" + }, + { + "code": "meq/d", + "display": "milliequivalent per day" + }, + { + "code": "meq/dL", + "display": "milliequivalent per deciliter" + }, + { + "code": "meq/g", + "display": "milliequivalent per gram" + }, + { + "code": "meq/h", + "display": "milliequivalent per hour" + }, + { + "code": "meq/kg", + "display": "milliequivalent per kilogram" + }, + { + "code": "meq/kg/h", + "display": "milliequivalent per kilogram per hour" + }, + { + "code": "meq/kg/min", + "display": "milliequivalents / kilogram / minute" + }, + { + "code": "meq/m2", + "display": "milliequivalent per square meter" + }, + { + "code": "meq/mL", + "display": "milliequivalent per milliliter" + }, + { + "code": "meq/min", + "display": "milliequivalent per minute" + }, + { "code": "mg", "display": "milligram" }, + { + "code": "mg/(10.h)", + "display": "milligram per 10 hour" + }, + { + "code": "mg/(12.h)", + "display": "milligram per 12 hour" + }, + { + "code": "mg/(18.h)", + "display": "milligram per 18 hour" + }, + { + "code": "mg/(2.h)", + "display": "milligram per 2 hour" + }, + { + "code": "mg/(24.h)", + "display": "milligram per 24 hour" + }, + { + "code": "mg/(6.h)", + "display": "milligram per 6 hour" + }, + { + "code": "mg/(72.h)", + "display": "milligram per 72 hour" + }, + { + "code": "mg/(8.h)", + "display": "milligram per 8 hour" + }, + { + "code": "mg/(8.h.kg)", + "display": "milligram / 8 * hour * kilogram" + }, + { + "code": "mg/(kg.h)", + "display": "milligram / kilogram * hour" + }, + { "code": "mg/L", "display": "milligram per liter" }, + { "code": "mg/d", "display": "milligram per day" }, + { + "code": "mg/d/(173.10*-2.m2)", + "display": "milligram / day / 173 * (the number ten for arbitrary powers ^ -2) * (meter ^ 2)" + }, + { + "code": "mg/d/1.73.m2", + "display": "milligram per day per 1.73 square meter" + }, + { + "code": "mg/dL", + "display": "milligram per deciliter" + }, + { "code": "mg/g", "display": "milligram per gram" }, + { "code": "mg/h", "display": "milligram per hour" }, + { + "code": "mg/kg", + "display": "milligram per kilogram" + }, + { + "code": "mg/kg/(24.h)", + "display": "milligram / kilogram / 24 * hour" + }, + { + "code": "mg/kg/(8.h)", + "display": "milligram per kilogram per 8 hour" + }, + { + "code": "mg/kg/d", + "display": "milligram per kilogram per day" + }, + { + "code": "mg/kg/h", + "display": "milligram per kilogram per hour" + }, + { + "code": "mg/kg/min", + "display": "milligram per kilogram per minute" + }, + { + "code": "mg/m2", + "display": "milligram per square meter" + }, + { + "code": "mg/m3", + "display": "milligram per cubic meter" + }, + { + "code": "mg/mL", + "display": "milligram per milliliter" + }, + { + "code": "mg/mg", + "display": "milligram per milligram" + }, + { "code": "mg/min", "display": "milligram per minute" }, + { + "code": "mg/mmol", + "display": "milligram per millimole" + }, + { "code": "mg/wk", "display": "milligram per week" }, + { "code": "mho", "display": "mho" }, + { "code": "min", "display": "minute" }, + { "code": "mm", "display": "millimeter" }, + { "code": "mm/h", "display": "millimeter per hour" }, + { + "code": "mm/min", + "display": "millimeter per minute" + }, + { "code": "mm2", "display": "square millimeter" }, + { "code": "mm3", "display": "cubic millimeter" }, + { "code": "mm[H2O]", "display": "millimeter of water" }, + { + "code": "mm[Hg]", + "display": "millimeter of mercury" + }, + { "code": "mmol", "display": "millimole" }, + { + "code": "mmol/(12.h)", + "display": "millimole per 12 hour" + }, + { + "code": "mmol/(18.h)", + "display": "millimole per 18 hour" + }, + { + "code": "mmol/(2.h)", + "display": "millimole per 2 hour" + }, + { + "code": "mmol/(24.h)", + "display": "millimole per 24 hour" + }, + { + "code": "mmol/(5.h)", + "display": "millimole per 5 hour" + }, + { + "code": "mmol/(6.h)", + "display": "millimole per 6 hour" + }, + { + "code": "mmol/(8.h)", + "display": "millimole per 8 hour" + }, + { + "code": "mmol/(8.h.kg)", + "display": "millimole / 8 * hour * kilogram" + }, + { "code": "mmol/L", "display": "millimole per liter" }, + { + "code": "mmol/L/s", + "display": "millimole per liter per second" + }, + { "code": "mmol/d", "display": "millimole per day" }, + { + "code": "mmol/dL", + "display": "millimole per deciliter" + }, + { "code": "mmol/g", "display": "millimole per gram" }, + { "code": "mmol/h", "display": "millimole per hour" }, + { + "code": "mmol/h/mg", + "display": "millimole per hour per milligram" + }, + { + "code": "mmol/kg", + "display": "millimole per kilogram" + }, + { + "code": "mmol/kg/(8.h)", + "display": "millimole per kilogram per 8 hour" + }, + { + "code": "mmol/kg/d", + "display": "millimole per kilogram per day" + }, + { + "code": "mmol/kg/h", + "display": "millimole per kilogram per hour" + }, + { + "code": "mmol/kg/min", + "display": "millimole per kilogram per minute" + }, + { "code": "mmol/m", "display": "millimole / meter" }, + { + "code": "mmol/m2", + "display": "millimole per square meter" + }, + { + "code": "mmol/min", + "display": "millimole per minute" + }, + { + "code": "mmol/mmol", + "display": "millimole per millimole" + }, + { "code": "mmol/mol", "display": "millimole per mole" }, + { + "code": "mmol/s/L", + "display": "millimole per second per liter" + }, + { "code": "mo", "display": "month" }, + { "code": "mo_g", "display": "mean Gregorian month" }, + { "code": "mo_j", "display": "mean Julian month" }, + { "code": "mo_s", "display": "synodal month" }, + { "code": "mol", "display": "mole" }, + { "code": "mol/L", "display": "mole per liter" }, + { "code": "mol/d", "display": "mole per day" }, + { "code": "mol/kg", "display": "mole per kilogram" }, + { + "code": "mol/kg/s", + "display": "mole per kilogram per second" + }, + { "code": "mol/m3", "display": "mole per cubic meter" }, + { "code": "mol/mL", "display": "mole per milliliter" }, + { "code": "mol/mol", "display": "mole per mole" }, + { "code": "mol/s", "display": "mole per second" }, + { "code": "mosm", "display": "milliosmole" }, + { + "code": "mosm/L", + "display": "milliosmole per liter" + }, + { + "code": "mosm/kg", + "display": "milliosmole per kilogram" + }, + { "code": "ms", "display": "millisecond" }, + { "code": "nCi", "display": "nanoCurie" }, + { "code": "nL", "display": "nanoliter" }, + { + "code": "nU/mL", + "display": "nanoenzyme unit per milliliter" + }, + { "code": "nU", "display": "nanoenzyme unit" }, + { "code": "ng", "display": "nanogram" }, + { + "code": "ng/(24.h)", + "display": "nanogram per 24 hour" + }, + { + "code": "ng/(8.h)", + "display": "nanogram per 8 hour" + }, + { + "code": "ng/(8.h.kg)", + "display": "nanogram / 8 * hour * kilogram" + }, + { + "code": "ng/(kg.d)", + "display": "nanogram / kilogram * day" + }, + { + "code": "ng/(kg.h)", + "display": "nanogram / kilogram * hour" + }, + { + "code": "ng/(kg.min)", + "display": "nanogram / kilogram * minute" + }, + { + "code": "ng/10*6", + "display": "nanogram per million" + }, + { "code": "ng/L", "display": "nanogram per liter" }, + { + "code": "ng/U", + "display": "nanogram per enzyme unit" + }, + { "code": "ng/d", "display": "nanogram per day" }, + { + "code": "ng/dL", + "display": "nanogram per deciliter" + }, + { + "code": "ng/dL/h", + "display": "nanogram / deciliter / hour" + }, + { "code": "ng/g", "display": "nanogram per gram" }, + { "code": "ng/h", "display": "nanogram per hour" }, + { "code": "ng/kg", "display": "nanogram per kilogram" }, + { + "code": "ng/kg/(8.h)", + "display": "nanogram per kilogram per 8 hour" + }, + { + "code": "ng/kg/h", + "display": "nanogram per kilogram per hour" + }, + { + "code": "ng/kg/min", + "display": "nanogram per kilogram per minute" + }, + { + "code": "ng/m2", + "display": "nanogram per square meter" + }, + { + "code": "ng/mL", + "display": "nanogram per milliliter" + }, + { + "code": "ng/mL/h", + "display": "nanogram per milliliter per hour" + }, + { + "code": "ng/mg", + "display": "nanogram per milligram" + }, + { + "code": "ng/mg/h", + "display": "nanogram per milligram per hour" + }, + { "code": "ng/min", "display": "nanogram per minute" }, + { "code": "ng/s", "display": "nanogram per second" }, + { "code": "nkat", "display": "nanokatal" }, + { "code": "nm", "display": "nanometer" }, + { + "code": "nm/s/L", + "display": "nanometer per second per liter" + }, + { "code": "nmol", "display": "nanomole" }, + { + "code": "nmol/(24.h)", + "display": "nanomole per 24 hour" + }, + { "code": "nmol/L", "display": "nanomole per liter" }, + { + "code": "nmol/L/mmol", + "display": "nanomole per liter per millimole" + }, + { + "code": "nmol/L/s", + "display": "nanomole per liter per second" + }, + { "code": "nmol/d", "display": "nanomole per day" }, + { + "code": "nmol/dL", + "display": "nanomole per deciliter" + }, + { "code": "nmol/g", "display": "nanomole per gram" }, + { + "code": "nmol/h/L", + "display": "nanomole per hour per liter" + }, + { + "code": "nmol/h/mL", + "display": "nanomole per hour per milliliter" + }, + { + "code": "nmol/h/mg", + "display": "nanomole per hour per milligram" + }, + { + "code": "nmol/m/mg", + "display": "nanomole per meter per milligram" + }, + { + "code": "nmol/mL", + "display": "nanomole per milliliter" + }, + { + "code": "nmol/mL/h", + "display": "nanomole per milliliter per hour" + }, + { + "code": "nmol/mL/min", + "display": "nanomole per milliliter per minute" + }, + { + "code": "nmol/mg", + "display": "nanomole per milligram" + }, + { + "code": "nmol/mg/h", + "display": "nanomole per milligram per hour" + }, + { + "code": "nmol/min", + "display": "nanomole per minute" + }, + { + "code": "nmol/min/10*6", + "display": "nanomole per minute per million" + }, + { + "code": "nmol/min/mL", + "display": "nanomole per minute per milliliter" + }, + { + "code": "nmol/min/mg", + "display": "nanomole per minute per milligram" + }, + { + "code": "nmol/mmol", + "display": "nanomole per millimole" + }, + { "code": "nmol/mol", "display": "nanomole per mole" }, + { + "code": "nmol/nmol", + "display": "nanomole per nanomole" + }, + { "code": "nmol/s", "display": "nanomole per second" }, + { + "code": "nmol/s/L", + "display": "nanomole per second per liter" + }, + { "code": "ns", "display": "nanosecond" }, + { "code": "osm", "display": "osmole" }, + { "code": "osm/L", "display": "osmole per liter" }, + { "code": "osm/kg", "display": "osmole per kilogram" }, + { "code": "pA", "display": "picoampere" }, + { "code": "pL", "display": "picoliter" }, + { "code": "pT", "display": "picotesla" }, + { "code": "pc", "display": "parsec" }, + { "code": "pg", "display": "picogram" }, + { "code": "pg/L", "display": "picogram per liter" }, + { + "code": "pg/dL", + "display": "picogram per deciliter" + }, + { + "code": "pg/mL", + "display": "picogram per milliliter" + }, + { + "code": "pg/mg", + "display": "picogram per milligram" + }, + { + "code": "pg/mm", + "display": "picogram per millimeter" + }, + { "code": "ph", "display": "phot" }, + { "code": "pkat", "display": "picokatal" }, + { "code": "pm", "display": "picometer" }, + { "code": "pmol", "display": "picomole" }, + { + "code": "pmol/(24.h)", + "display": "picomole per 24 hour" + }, + { "code": "pmol/L", "display": "picomole per liter" }, + { "code": "pmol/d", "display": "picomole per day" }, + { + "code": "pmol/dL", + "display": "picomole per deciliter" + }, + { "code": "pmol/g", "display": "picomole per gram" }, + { + "code": "pmol/h/mL", + "display": "picomole per hour per milliliter" + }, + { + "code": "pmol/h/mg", + "display": "picomole per hour per milligram" + }, + { + "code": "pmol/mL", + "display": "picomole per milliliter" + }, + { + "code": "pmol/mg", + "display": "picomole per milligram" + }, + { + "code": "pmol/min", + "display": "picomole per minute" + }, + { + "code": "pmol/min/mg", + "display": "picomole per minute per milligram" + }, + { + "code": "pmol/mmol", + "display": "picomole per millimole" + }, + { "code": "pmol/mol", "display": "picomole per mole" }, + { + "code": "pmol/umol", + "display": "picomole per micromole" + }, + { "code": "ps", "display": "picosecond" }, + { "code": "rad", "display": "radian" }, + { "code": "s", "display": "second" }, + { "code": "sb", "display": "stilb" }, + { "code": "sph", "display": "spere" }, + { "code": "sr", "display": "steradian" }, + { "code": "st", "display": "stere" }, + { "code": "t", "display": "tonne" }, + { "code": "u", "display": "unified atomic mass unit" }, + { "code": "uCi", "display": "MICROCURIE" }, + { "code": "uL", "display": "microliter" }, + { + "code": "uL/(2.h)", + "display": "microliter per 2 hour" + }, + { "code": "uL/h", "display": "microliter per hour" }, + { "code": "uOhm", "display": "microOhm" }, + { "code": "uU", "display": "microUnit" }, + { + "code": "uU/L", + "display": "micro enzyme unit per liter" + }, + { + "code": "uU/g", + "display": "micro enzyme unit per gram" + }, + { + "code": "uU/mL", + "display": "micro enzyme unit per milliliter" + }, + { "code": "uV", "display": "microvolt" }, + { + "code": "u[IU]", + "display": "micro international unit" + }, + { + "code": "u[IU]/L", + "display": "microinternational unit per liter" + }, + { + "code": "u[IU]/mL", + "display": "micro international unit per milliliter" + }, + { "code": "ueq", "display": "microequivalents" }, + { + "code": "ueq/L", + "display": "microequivalent per liter" + }, + { + "code": "ueq/mL", + "display": "microequivalent per milliliter" + }, + { "code": "ug", "display": "microgram" }, + { + "code": "ug/(100.g)", + "display": "microgram per 100 gram" + }, + { + "code": "ug/(24.h)", + "display": "microgram per 24 hour" + }, + { + "code": "ug/(8.h)", + "display": "microgram per 8 hour" + }, + { + "code": "ug/(kg.d)", + "display": "microgram / kilogram * day" + }, + { + "code": "ug/(kg.h)", + "display": "microgram / kilogram * hour" + }, + { "code": "ug/L", "display": "microgram per liter" }, + { + "code": "ug/L/(24.h)", + "display": "microgram per liter per 24 hour" + }, + { + "code": "ug/[sft_i]", + "display": "microgram per square foot (international)" + }, + { "code": "ug/d", "display": "microgram per day" }, + { + "code": "ug/dL", + "display": "microgram per deciliter" + }, + { "code": "ug/g", "display": "microgram per gram" }, + { "code": "ug/h", "display": "microgram per hour" }, + { + "code": "ug/kg", + "display": "microgram per kilogram" + }, + { + "code": "ug/kg/(8.h)", + "display": "microgram per kilogram per 8 hour" + }, + { + "code": "ug/kg/d", + "display": "microgram per kilogram per day" + }, + { + "code": "ug/kg/h", + "display": "microgram per kilogram per hour" + }, + { + "code": "ug/kg/min", + "display": "microgram per kilogram per minute" + }, + { + "code": "ug/m2", + "display": "microgram per square meter" + }, + { + "code": "ug/m3", + "display": "microgram per cubic meter" + }, + { + "code": "ug/mL", + "display": "microgram per milliliter" + }, + { + "code": "ug/mg", + "display": "microgram per milligram" + }, + { "code": "ug/min", "display": "microgram per minute" }, + { + "code": "ug/mmol", + "display": "microgram per millimole" + }, + { + "code": "ug/ng", + "display": "microgram per nanogram" + }, + { "code": "ukat", "display": "microkatal" }, + { "code": "um", "display": "micrometer" }, + { "code": "um/s", "display": "micrometer per second" }, + { "code": "umol", "display": "micromole" }, + { + "code": "umol/(2.h)", + "display": "micromole per 2 hour" + }, + { + "code": "umol/(24.h)", + "display": "micromole per 24 hour" + }, + { + "code": "umol/(8.h)", + "display": "micromole per 8 hour" + }, + { "code": "umol/L", "display": "micromole per liter" }, + { + "code": "umol/L/h", + "display": "micromole per liter per hour" + }, + { "code": "umol/d", "display": "micromole per day" }, + { + "code": "umol/dL", + "display": "micromole per deciliter" + }, + { "code": "umol/g", "display": "micromole per gram" }, + { "code": "umol/h", "display": "micromole per hour" }, + { + "code": "umol/h/L", + "display": "micromole per hour per liter" + }, + { + "code": "umol/h/g", + "display": "micromole / hour / gram" + }, + { + "code": "umol/h/mg", + "display": "micromole per hour per milligram" + }, + { + "code": "umol/kg", + "display": "micromole per kilogram" + }, + { "code": "umol/m", "display": "micromole / meter" }, + { + "code": "umol/mL", + "display": "micromole per milliliter" + }, + { + "code": "umol/mL/min", + "display": "micromole per milliliter per minute" + }, + { + "code": "umol/mg", + "display": "micromole per milligram" + }, + { + "code": "umol/min", + "display": "micromole per minute" + }, + { + "code": "umol/min/L", + "display": "micromole per minute per liter" + }, + { + "code": "umol/min/g", + "display": "micromole per minute per gram" + }, + { + "code": "umol/mmol", + "display": "micromole per millimole" + }, + { "code": "umol/mol", "display": "micromole per mole" }, + { + "code": "umol/umol", + "display": "micromole per micromole" + }, + { "code": "us", "display": "microsecond" }, + { "code": "wk", "display": "week" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-common/5.0.0", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "FHIR Project", + "fhirVersion": null, + "name": "CommonUCUMUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Common UCUM units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ucum-common", + "url": "http://hl7.org/fhir/ValueSet/ucum-common", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3144", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-common" + }, + { + "description": "A statistic about a statistic, e.g. Confidence interval or p-value", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/attribute-estimate-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/attribute-estimate-type/5.0.0", + "date": "2021-08-05T12:00:00+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AttributeEstimateType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Attribute Estimate Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "attribute-estimate-type", + "url": "http://hl7.org/fhir/ValueSet/attribute-estimate-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3050", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/attribute-estimate-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Contract Actor Role codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractactorrole" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-actorrole/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractActorRoleCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Actor Role Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-actorrole", + "url": "http://hl7.org/fhir/ValueSet/contract-actorrole", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.741", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.729", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.102", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-actorrole", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes the FHIR resource types, along with some other important content class codes", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/doc-typecodes"] }, + { + "system": "urn:ietf:rfc:3986", + "concept": [ + { + "code": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "display": "Lipid Lab Report" + } + ] + }, + { + "system": "urn:ietf:bcp:13", + "concept": [ + { + "code": "application/hl7-cda+xml", + "display": "CDA Documents" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-content-class/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "CBCC", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentContentClass", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Content Class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "consent-content-class", + "url": "http://hl7.org/fhir/ValueSet/consent-content-class", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.747", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.745", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-content-class", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The mode of a message capability statement.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/event-capability-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/event-capability-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EventCapabilityMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Event Capability Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "event-capability-mode", + "url": "http://hl7.org/fhir/ValueSet/event-capability-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.182", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.172", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/event-capability-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The validation status of the target", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/verificationresult-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-status/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VerificationResultStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Verification Result status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "verificationresult-status", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.884", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/http-verb" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/http-verb/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "HTTPVerb", + "experimental": false, + "resourceType": "ValueSet", + "title": "H T T P Verb", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "http-verb", + "url": "http://hl7.org/fhir/ValueSet/http-verb", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.624", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.616", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.329", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/http-verb", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368).", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/measure-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-type", + "url": "http://hl7.org/fhir/ValueSet/measure-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.769", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.753", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of a disease or symptom.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "288524001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/disease-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiseaseStatus", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Disease Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "disease-status", + "url": "http://hl7.org/fhir/ValueSet/disease-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3117", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/disease-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is the code specifying the high-level kind of document (e.g. Prescription, Discharge Summary, Report, etc.). Made up of a set of non-healthcare specific codes and all LOINC codes where scale type = 'DOC'.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/media-category" + }, + { + "filter": [ + { "op": "=", "value": "Doc", "property": "SCALE_TYP" } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/referenced-item-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReferencedItemCategoryValueSet", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Referenced Item Category Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "referenced-item-category", + "url": "http://hl7.org/fhir/ValueSet/referenced-item-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3275", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/referenced-item-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The reason why the supply item was requested.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/supplyrequest-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyRequestReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supply Request Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-reason", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.697", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.683", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.464", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplyrequest-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "If field is a list, how to manage the source.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/map-source-list-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-source-list-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapSourceListMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Source List Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-source-list-mode", + "url": "http://hl7.org/fhir/ValueSet/map-source-list-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.683", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.669", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-source-list-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of relationship to the cited artifact.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/related-artifact-type" }, + { + "system": "http://hl7.org/fhir/related-artifact-type-expanded" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/related-artifact-type-all/5.0.0", + "date": "2022-03-22T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RelatedArtifactTypeExpanded", + "experimental": true, + "resourceType": "ValueSet", + "title": "Related Artifact Type All", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "related-artifact-type-all", + "url": "http://hl7.org/fhir/ValueSet/related-artifact-type-all", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3316", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/related-artifact-type-all", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Related Claim Relationship codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-relatedclaimrelationship" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/related-claim-relationship/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleRelatedClaimRelationshipCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Related Claim Relationship Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "related-claim-relationship", + "url": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.568", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.560", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/related-claim-relationship", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/catalogType" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/catalogType/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CatalogType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Catalog Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "active", + "id": "catalogType", + "url": "http://hl7.org/fhir/ValueSet/catalogType", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.968", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/catalogType" + }, + { + "description": "The current status reason of the task.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/task-status-reason" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/task-status-reason/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TaskStatusReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Task Status Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "task-status-reason", + "url": "http://hl7.org/fhir/ValueSet/task-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3185", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/task-status-reason", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of substance weight measurement.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/substance-weight-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-weight-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "WeightType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Weight Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-weight-type", + "url": "http://hl7.org/fhir/ValueSet/substance-weight-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3249", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-weight-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/observation-statistics" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-statistics/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StatisticsCode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Statistics Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "id": "observation-statistics", + "url": "http://hl7.org/fhir/ValueSet/observation-statistics", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.405", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.394", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-statistics" + }, + { + "description": "Indicates the state of the consent.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/consent-state-codes" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-state-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentState", + "experimental": false, + "resourceType": "ValueSet", + "title": "Consent State", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-state-codes", + "url": "http://hl7.org/fhir/ValueSet/consent-state-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.755", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.739", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-state-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a rule statement is applied, such as adding additional consent or removing consent.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/consent-provision-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-provision-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentProvisionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Provision Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-provision-type", + "url": "http://hl7.org/fhir/ValueSet/consent-provision-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.757", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-provision-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A format of a substance representation.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-representation-format" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-representation-format/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceRepresentationFormat", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Representation Format", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-representation-format", + "url": "http://hl7.org/fhir/ValueSet/substance-representation-format", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3257", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-representation-format", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Identifies the style of unique identifier used to identify a namespace.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/namingsystem-identifier-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/namingsystem-identifier-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NamingSystemIdentifierType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Naming System Identifier Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "namingsystem-identifier-type", + "url": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.492", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.485", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.293", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/namingsystem-identifier-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes to identify how UDI data was entered.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/udi-entry-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/udi-entry-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UDIEntryType", + "experimental": false, + "resourceType": "ValueSet", + "title": "UDI Entry Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "udi-entry-type", + "url": "http://hl7.org/fhir/ValueSet/udi-entry-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.211", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.201", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/udi-entry-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Description Needed Here", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/conformance-expectation" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/conformance-expectation/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7, International", + "fhirVersion": null, + "name": "ConformanceExpectation", + "experimental": true, + "resourceType": "ValueSet", + "title": "Conformance Expectation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "conformance-expectation", + "url": "http://hl7.org/fhir/ValueSet/conformance-expectation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.919", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.838", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.381", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/conformance-expectation" + }, + { + "description": "This value set includes some method codes from SNOMED CT - provided as an exemplar", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "736665006", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/administration-method-codes/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTAdministrationMethodCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Administration Method Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "administration-method-codes", + "url": "http://hl7.org/fhir/ValueSet/administration-method-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.97", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.90", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/administration-method-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/submit-data-update-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/submit-data-update-type/5.0.0", + "date": "2021-04-06T19:00:36+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Clinical Quality Information Work Group", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubmitDataUpdateType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Submit Data Update Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "active", + "id": "submit-data-update-type", + "url": "http://hl7.org/fhir/ValueSet/submit-data-update-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3055", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/submit-data-update-type", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all common UCUM codes used for Age - that it is, all commonly used units which have the same canonical unit as 'a' (year)", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "min", "display": "minutes" }, + { "code": "h", "display": "hours" }, + { "code": "d", "display": "days" }, + { "code": "wk", "display": "weeks" }, + { "code": "mo", "display": "months" }, + { "code": "a", "display": "years" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/age-units/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommonUCUMCodesForAge", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Age", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "age-units", + "url": "http://hl7.org/fhir/ValueSet/age-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.19", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/age-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationAdministration Subpotent Reason", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/administration-subpotent-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/administration-subpotent-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationAdministrationSubpotentReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "MedicationAdministration Subpotent Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "administration-subpotent-reason", + "url": "http://hl7.org/fhir/ValueSet/administration-subpotent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3128", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/administration-subpotent-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Used to code author list statement, contributorship statement, and such.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contributor-summary-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contributor-summary-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContributorSummaryType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contributor Summary Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contributor-summary-type", + "url": "http://hl7.org/fhir/ValueSet/contributor-summary-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2968", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contributor-summary-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes for possible virtual service connection types.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/virtual-service-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/virtual-service-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VirtualServiceType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Virtual Service Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "virtual-service-type", + "url": "http://hl7.org/fhir/ValueSet/virtual-service-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3094", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/virtual-service-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/resource-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/resource-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CanonicalStatusCodesForFHIRResources", + "experimental": true, + "resourceType": "ValueSet", + "title": "Canonical Status Codes for FHIR Resources", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "resource-status", + "url": "http://hl7.org/fhir/ValueSet/resource-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.117", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resource-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "ACME Codes for Cholesterol: Plasma only - demonstrating the use of a filter defined in a CodeSystem", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "true", + "property": "acme-plasma" + } + ], + "system": "http://hl7.org/fhir/CodeSystem/example" + } + ], + "property": ["status"] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-filter/5.0.0", + "date": "2018-11-01", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 International", + "fhirVersion": null, + "name": "ACMECholCodesPlasma", + "experimental": true, + "resourceType": "ValueSet", + "title": "ACME Codes for Cholesterol: Plasma only", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example-filter", + "url": "http://hl7.org/fhir/ValueSet/example-filter", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3148", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-filter", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "This value set contract specific codes for offer party participation.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-party-role" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-party-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourcePartyRoleCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Party Role codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-party-role", + "url": "http://hl7.org/fhir/ValueSet/contract-party-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1224", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-party-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "FHIR Document Codes - all LOINC codes where scale type = 'DOC'.", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "Doc", "property": "SCALE_TYP" } + ], + "system": "http://loinc.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/doc-typecodes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRDocumentTypeCodes", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIR Document Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + } + ], + "status": "draft", + "id": "doc-typecodes", + "url": "http://hl7.org/fhir/ValueSet/doc-typecodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.240", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.235", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.121", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/doc-typecodes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ] + }, + { + "description": "The environment type of the endpoint.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/endpoint-environment" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-environment/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EndpointEnvironment", + "experimental": false, + "resourceType": "ValueSet", + "title": "Endpoint Environment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "endpoint-environment", + "url": "http://hl7.org/fhir/ValueSet/endpoint-environment", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3184", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/endpoint-environment" + }, + { + "description": "This examples value set defines the set of codes that can be used to represent the type of an account.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActAccountCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountTypes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Account Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "account-type", + "url": "http://hl7.org/fhir/ValueSet/account-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.728", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.716", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes example Payment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-paymenttype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ex-paymenttype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExamplePaymentTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Payment Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "ex-paymenttype", + "url": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.616", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.608", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ex-paymenttype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Event Categories for Audit Events - defined by DICOM with some FHIR specific additions.", + "compose": { + "include": [ + { + "system": "http://dicom.nema.org/resources/ontology/DCM", + "valueSet": [ + "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_400.html" + ] + }, + { + "system": "http://terminology.hl7.org/CodeSystem/audit-event-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/audit-event-type/5.0.0", + "date": "2020-08-04", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventID", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association. Additional codes added by HL7 FHIR use-case analysis", + "experimental": true, + "resourceType": "ValueSet", + "title": "Audit Event ID", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "active", + "id": "audit-event-type", + "url": "http://hl7.org/fhir/ValueSet/audit-event-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.462", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.455", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.269", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/audit-event-type" + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-definition-subtype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-definition-subtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceDefinitionSubtypeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Definition Subtype codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-definition-subtype", + "url": "http://hl7.org/fhir/ValueSet/contract-definition-subtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1212", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-definition-subtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set can enumerate ISBT 128 Codes published by ICCBBA as a part of the ISBT 128 standard. These example codes represent data elements defined in ST-027 ISBT 128 Dictionary of Standard Data Elements and are used to define data structure and format expectations for electronic exchange with the ISBT 128 standard.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/biologicallyderived-product-property-type-codes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderived-product-property-type-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductPropertyTypeCodes", + "copyright": "This content from ICCBBA® is copyright © 2021 ICCBBA.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically Derived Product Property Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderived-product-property-type-codes", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-property-type-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3123", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderived-product-property-type-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contains concept codes for specific substances. It includes codes from [SNOMED](http://snomed.info/sct) where concept is-a 105590001 (Substance (substance))", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "105590001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceCode", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-code", + "url": "http://hl7.org/fhir/ValueSet/substance-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.473", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.466", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.57", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "TextureModifier: Codes for food consistency types or texture modifications to apply to foods. This value set is composed of SNOMED CT (US Extension and Core) Concepts from SCTID 229961002 Food consistency types (substance) hierarchy and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "228053002", "display": "Cut-up food" }, + { + "code": "439091000124107", + "display": "Easy to chew food" + }, + { "code": "228049004", "display": "Chopped food" }, + { "code": "441881000124103", "display": "Ground food" }, + { "code": "441761000124103", "display": "Minced food" }, + { "code": "441751000124100", "display": "Mashed food" }, + { "code": "228059003", "display": "Soft food" }, + { + "code": "441791000124106", + "display": "Strained food" + }, + { "code": "228055009", "display": "Liquidized food" }, + { "code": "228056005", "display": "Lumpy food" }, + { "code": "441771000124105", "display": "Moist food" }, + { "code": "228057001", "display": "Semi-solid food" }, + { + "code": "228058006", + "display": "Single texture food" + }, + { "code": "228060008", "display": "Solid food" } + ], + "version": "http://snomed.info/sct/731000124108" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/texture-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TextureModifierCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Texture Modifier Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "texture-code", + "url": "http://hl7.org/fhir/ValueSet/texture-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.387", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.374", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.208", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/texture-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "UCUM units for recording body length measures such as height and head circumference", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [{ "code": "cm" }, { "code": "[in_i]" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/ucum-bodylength/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodyLengthUnits", + "copyright": "UCUM is Copyright © 1999-2013 Regenstrief Institute, Inc. and The UCUM Organization, Indianapolis, IN. All rights reserved. See http://unitsofmeasure.org/trac//wiki/TermsOfUse for details", + "experimental": false, + "resourceType": "ValueSet", + "title": "Body Length Units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-extensible", + "valueBoolean": false + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ucum-bodylength", + "url": "http://hl7.org/fhir/ValueSet/ucum-bodylength", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.958", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.873", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ucum-bodylength" + }, + { + "description": "The gender of a person used for administrative purposes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/administrative-gender" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/administrative-gender/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdministrativeGender", + "experimental": false, + "resourceType": "ValueSet", + "title": "AdministrativeGender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "administrative-gender", + "url": "http://hl7.org/fhir/ValueSet/administrative-gender", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/administrative-gender", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines an example set of codes that could be can be used to classify groupings of service-types/specialties.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/program" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/program/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Program", + "experimental": true, + "resourceType": "ValueSet", + "title": "Program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "program", + "url": "http://hl7.org/fhir/ValueSet/program", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1383", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/program", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "14647-2", + "display": "Cholesterol [Moles/Volume]" + }, + { + "code": "2093-3", + "display": "Cholesterol [Mass/Volume]" + }, + { + "code": "35200-5", + "display": "Cholesterol [Mass Or Moles/Volume]" + }, + { + "code": "9342-7", + "display": "Cholesterol [Percentile]" + } + ], + "version": "2.36" + } + ], + "inactive": true, + "lockedDate": "2012-06-13" + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example/5.0.0", + "date": "2015-06-22", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { "coding": [{ "code": "US", "system": "urn:iso:std:iso:3166" }] } + ], + "purpose": "This value set was published by ACME Inc in order to make clear which codes are used for Cholesterol by AcmeClinicals (Adult Ambulatory care support in USA)", + "name": "LOINCCodesForCholesterolInSerumPlasma", + "useContext": [ + { + "code": { + "code": "age", + "system": "http://terminology.hl7.org/CodeSystem/usage-context-type" + }, + "valueQuantity": { + "code": "a", + "unit": "yrs", + "value": 18, + "system": "http://unitsofmeasure.org", + "comparator": ">" + } + } + ], + "copyright": "This content from LOINC ® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": true, + "resourceType": "ValueSet", + "title": "LOINC Codes for Cholesterol in Serum/Plasma", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "example", + "url": "http://hl7.org/fhir/ValueSet/example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3292", + "system": "urn:ietf:rfc:3986" + }, + { + "value": "loinc-cholesterol-int", + "system": "http://acme.com/identifiers/valuesets" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example", + "contact": [ + { + "name": "FHIR project team", + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + } + ] + }, + { + "description": "The impact of the content of a message.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/message-significance-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/message-significance-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MessageSignificanceCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Message Significance Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "message-significance-category", + "url": "http://hl7.org/fhir/ValueSet/message-significance-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.188", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.178", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.88", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/message-significance-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A knowledge representation level, narrative, semi-structured, structured, and executable", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/knowledge-representation-level" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/knowledge-representation-level/5.0.0", + "date": "2019-07-21", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Health Level 7 International - Clinical Decision Support WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "KnowledgeRepresentationLevel", + "experimental": false, + "resourceType": "ValueSet", + "title": "Knowledge Representation Level", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability", + "valueCode": "shareable" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability", + "valueCode": "computable" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability", + "valueCode": "publishable" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel", + "valueCode": "structured" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "knowledge-representation-level", + "url": "http://hl7.org/fhir/ValueSet/knowledge-representation-level", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3221", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/knowledge-representation-level", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes for the assessment of whether the entity caused the event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-assess" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-causality-assess/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventCausalityAssessment", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adverse Event Causality Assessment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-causality-assess", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.840", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.815", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-causality-assess", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How data is copied/created.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/map-transform" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/map-transform/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMapTransform", + "experimental": false, + "resourceType": "ValueSet", + "title": "Structure Map Transform", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "map-transform", + "url": "http://hl7.org/fhir/ValueSet/map-transform", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.681", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.667", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/map-transform", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)|", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "706041008", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-container-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenContainerType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Specimen Container Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "specimen-container-type", + "url": "http://hl7.org/fhir/ValueSet/specimen-container-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.470", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.463", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.277", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-container-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The primary process by which the target is validated", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-process" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-process/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ValidationProcess", + "experimental": true, + "resourceType": "ValueSet", + "title": "validation-process", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "verificationresult-validation-process", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-process", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.888", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-validation-process", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The role that the assertion variable plays.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/variable-role" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/variable-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceVariableRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Variable Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "variable-role", + "url": "http://hl7.org/fhir/ValueSet/variable-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3048", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/variable-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes some taken and not taken reason codes from SNOMED CT - provided as an exemplar", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "266710000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410684002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reason-medication-status-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTDrugTherapyStatusCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Drug Therapy Status codes ", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "reason-medication-status-codes", + "url": "http://hl7.org/fhir/ValueSet/reason-medication-status-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.369", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reason-medication-status-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate a type of organization.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/organization-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/organization-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OrganizationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Organization Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "organization-type", + "url": "http://hl7.org/fhir/ValueSet/organization-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.414", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.403", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.228", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/organization-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Extra measures defined for a Medicinal Product, such as a requirement to conduct post-authorization studies.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-special-measures" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-special-measures/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecialMeasures", + "experimental": true, + "resourceType": "ValueSet", + "title": "Special Measures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-special-measures", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-special-measures", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3024", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-special-measures", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Identifies the purpose for this identifier, if known .", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/identifier-use" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/identifier-use/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IdentifierUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "IdentifierUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "identifier-use", + "url": "http://hl7.org/fhir/ValueSet/identifier-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.57", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/identifier-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/practitioner-role" + }, + { + "filter": [ + { + "op": "is-a", + "value": "223366009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/practitioner-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PractitionerRole", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Practitioner Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "practitioner-role", + "url": "http://hl7.org/fhir/ValueSet/practitioner-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.439", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.430", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.251", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/practitioner-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Preferred value set for Condition Clinical Status.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-clinical" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-clinical/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionClinicalStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Clinical Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "condition-clinical", + "url": "http://hl7.org/fhir/ValueSet/condition-clinical", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.164", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.155", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.74", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-clinical", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example codes indicating the change that happened to the device during the procedure. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "129264002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcedureDeviceActionCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": false, + "resourceType": "ValueSet", + "title": "Procedure Device Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "device-action", + "url": "http://hl7.org/fhir/ValueSet/device-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.425", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.416", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.236", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-action", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Codes used to identify medical devices. Includes concepts from SNOMED CT (http://www.snomed.org/) where concept is-a 49062001 (Device) and is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "urn:iso:std:iso:11073:10101", + "concept": [ + { "code": "528391", "display": "Blood Pressure Cuff" }, + { + "code": "528404", + "display": "Body Composition Analyzer" + }, + { + "code": "528425", + "display": "Cardiovascular Device" + }, + { "code": "528402", "display": "Coagulation meter" }, + { + "code": "528409", + "display": "Continuous Glucose Monitor" + }, + { "code": "528390", "display": "Electro cardiograph" }, + { "code": "528457", "display": "Generic 20601 Device" }, + { "code": "528401", "display": "Glucose Monitor" }, + { + "code": "528455", + "display": "Independent Activity/Living Hub" + }, + { "code": "528403", "display": "Insulin Pump" }, + { "code": "528405", "display": "Peak Flow meter" }, + { "code": "528388", "display": "Pulse Oximeter" }, + { "code": "528397", "display": "Respiration rate" }, + { + "code": "528408", + "display": "Sleep Apnea Breathing Equipment" + }, + { "code": "528426", "display": "Strength Equipment" }, + { "code": "528392", "display": "Thermometer" }, + { "code": "528399", "display": "Weight Scale" } + ] + }, + { + "system": "urn:oid:2.16.840.1.113883.6.276", + "concept": [ + { + "code": "38017", + "display": "Dry salt inhalation therapy device" + }, + { + "code": "38663", + "display": "Flexible video nephroscope" + }, + { + "code": "42347", + "display": "Dental implant, endosseous, partially-embedded" + }, + { + "code": "46352", + "display": "Bare-metal intracranial vascular stent" + }, + { + "code": "47264", + "display": "Dual-chamber implantable pacemaker, demand" + }, + { + "code": "62163", + "display": "Intrauterine cannula, reusable" + }, + { + "code": "62260", + "display": "Air-conduction hearing aid acoustic tube" + }, + { + "code": "62423", + "display": "Spinal cord/peripheral nerve implantable analgesic electrical stimulation system lead, wired connection" + }, + { + "code": "62414", + "display": "Blue-light phototherapy lamp, home-use" + }, + { + "code": "64587", + "display": "Uncoated knee femur prosthesis, ceramic" + }, + { + "code": "64992", + "display": "ADAMTS13 activity IVD, kit, chemiluminescent immunoassay" + } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "49062001", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Orders and Observations Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-type", + "url": "http://hl7.org/fhir/ValueSet/device-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1376", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of participant.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/report-participant-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-participant-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestReportParticipantType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Report Participant Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "report-participant-type", + "url": "http://hl7.org/fhir/ValueSet/report-participant-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.722", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.710", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-participant-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the source of the data when the report of the immunization event is not based on information from the person, entity or organization who administered the vaccine. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-origin", + "concept": [ + { "code": "provider", "display": "Other Provider" }, + { "code": "record", "display": "Written Record" }, + { + "code": "recall", + "display": "Parent/Guardian/Patient Recall" + }, + { "code": "school", "display": "School Record" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-origin/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationOriginCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Origin Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-origin", + "url": "http://hl7.org/fhir/ValueSet/immunization-origin", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.296", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.293", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-origin", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value sets refers to a specific supply item.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/supplydelivery-supplyitemtype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyDeliverySupplyItemType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supply Delivery Supply Item Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplydelivery-supplyitemtype", + "url": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2988", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplydelivery-supplyitemtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Contract Action codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/contractaction" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractActionCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Action Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-action", + "url": "http://hl7.org/fhir/ValueSet/contract-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.739", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.727", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.100", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The kind of operation to perform as a part of a property based filter.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/filter-operator" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/filter-operator/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FilterOperator", + "experimental": false, + "resourceType": "ValueSet", + "title": "Filter Operator", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "filter-operator", + "url": "http://hl7.org/fhir/ValueSet/filter-operator", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.478", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.471", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.280", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/filter-operator", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes all drug or medicament substance codes and all pharmaceutical/biologic products from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "763158003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-codes/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTMedicationCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Medication Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-codes", + "url": "http://hl7.org/fhir/ValueSet/medication-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.375", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.360", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.199", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of adjudication codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adjudication-error" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adjudication-error/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdjudicationErrorCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adjudication Error Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adjudication-error", + "url": "http://hl7.org/fhir/ValueSet/adjudication-error", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.39", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adjudication-error", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of process where the audit event originated from. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/security-source-type", + "concept": [ + { "code": "1" }, + { "code": "2" }, + { "code": "3" }, + { "code": "4" }, + { "code": "5" }, + { "code": "6" }, + { "code": "7" }, + { "code": "8" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/security-source-type/5.0.0", + "date": "2010-08-26", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEventSourceType", + "copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association. Additional codes added by HL7 FHIR use-case analysis", + "experimental": false, + "resourceType": "ValueSet", + "title": "Audit Event Source Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "active", + "id": "security-source-type", + "url": "http://hl7.org/fhir/ValueSet/security-source-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2981", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/security-source-type" + }, + { + "description": "Codes for why the study ended prematurely.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/research-study-reason-stopped" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-reason-stopped/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyReasonStopped", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Reason Stopped", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-reason-stopped", + "url": "http://hl7.org/fhir/ValueSet/research-study-reason-stopped", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.825", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-reason-stopped", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A type of management for an interaction of a medication or other substance.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interaction-management/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InteractionManagement", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Interaction Management", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "interaction-management", + "url": "http://hl7.org/fhir/ValueSet/interaction-management", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3110", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interaction-management", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for the type of stages of cancer and other conditions", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "261023001", + "display": "Pathological staging (qualifier value)" + } + ] + }, + { + "system": "http://snomed.info/sct", + "concept": [ + { + "code": "260998006", + "display": "Clinical staging (qualifier value)" + } + ] + }, + { + "filter": [ + { + "op": "is-a", + "value": "254291000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-stage-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionStageType", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition Stage Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-stage-type", + "url": "http://hl7.org/fhir/ValueSet/condition-stage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.171", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-stage-type", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Defines selection frequency behavior for an action or group.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-precheck-behavior" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-precheck-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionPrecheckBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Precheck Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-precheck-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-precheck-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.805", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.788", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-precheck-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set contract specific codes for decision modes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-decision-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-decision-mode/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceDecisionModeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Decision Mode codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-decision-mode", + "url": "http://hl7.org/fhir/ValueSet/contract-decision-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1291", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-decision-mode", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example value set for condition outcomes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-outcome/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "ConditionOutcomeCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Condition Outcome Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "condition-outcome", + "url": "http://hl7.org/fhir/ValueSet/condition-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.967", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.881", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.149", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-outcome", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the patient's eligibility for a vaccination program. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-program-eligibility" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-program-eligibility/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationProgramEligibility", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Program Eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-program-eligibility", + "url": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.291", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-program-eligibility", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set represents codes for food nutrients and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept has a parent of 406455002 Allergen class (substance).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "=", + "value": "406455002", + "property": "parent" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergen-class/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodesForAllergenClasses", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Codes for Allergen Classes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "allergen-class", + "url": "http://hl7.org/fhir/ValueSet/allergen-class", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3268", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergen-class", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Contact type for a Medicinal Product.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/medicinal-product-contact-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicinal-product-contact-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductContactType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Product Contact Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicinal-product-contact-type", + "url": "http://hl7.org/fhir/ValueSet/medicinal-product-contact-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3027", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicinal-product-contact-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This is a ResearchStudy's party role.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-party-role" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-party-role/5.0.0", + "date": "2022-05-12T12:40:00+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyPartyRole", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Party Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "research-study-party-role", + "url": "http://hl7.org/fhir/ValueSet/research-study-party-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3075", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-party-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes identifying the lifecycle stage of an adverse event.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/event-status", + "concept": [ + { "code": "in-progress" }, + { "code": "completed" }, + { "code": "entered-in-error" }, + { "code": "unknown" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Adverse Event Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "adverse-event-status", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3236", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-status", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set contract specific codes for status.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceStatusCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-status", + "url": "http://hl7.org/fhir/ValueSet/contract-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.743", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.731", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Example list of detail codes for flagged issues. (Not complete or necessarily appropriate.)", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/flag-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FlagCode", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Flag Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "flag-code", + "url": "http://hl7.org/fhir/ValueSet/flag-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.124", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.114", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.404", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/flag-code", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare", + "system": "url" + } + ] + } + ] + }, + { + "description": "Defines the types of relationships between actions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-relationship-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-relationship-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionRelationshipType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Relationship Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-relationship-type", + "url": "http://hl7.org/fhir/ValueSet/action-relationship-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.813", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.796", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-relationship-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Biologically Derived Product Category.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/product-category" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/product-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically Derived Product Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "product-category", + "url": "http://hl7.org/fhir/ValueSet/product-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.900", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/product-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Kinds of issues or contraindications, such as 'drug-drug interaction', 'duplicate therapy', etc.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_AdministrationDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { + "filter": [ + { + "op": "is-a", + "value": "_ActSuppliedItemDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { + "filter": [ + { + "op": "is-a", + "value": "_ClinicalActionDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + }, + { + "filter": [ + { + "op": "is-a", + "value": "_SupplyDetectedIssueCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DetectedIssueCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "detectedissue-category", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.204", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.194", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.103", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/detectedissue-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes providing the role of a specimen.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/specimen-role" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-role/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "specimen-role", + "url": "http://hl7.org/fhir/ValueSet/specimen-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3216", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-role", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A categorisation for an interaction between two substances.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/interaction-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interaction-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InteractionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Interaction Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "interaction-type", + "url": "http://hl7.org/fhir/ValueSet/interaction-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3115", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interaction-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The current status of the test report.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/report-status-codes" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/report-status-codes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestReportStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Test Report Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "report-status-codes", + "url": "http://hl7.org/fhir/ValueSet/report-status-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.724", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.712", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/report-status-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines expectations around whether an action or action group is required.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-required-behavior" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-required-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionRequiredBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Required Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-required-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-required-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.803", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.786", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-required-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "An undesirable effect of clinical use.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "363788007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/undesirable-effect-symptom/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "UndesirableEffectSymptom", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Undesirable Effect Symptom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "undesirable-effect-symptom", + "url": "http://hl7.org/fhir/ValueSet/undesirable-effect-symptom", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3106", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/undesirable-effect-symptom", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A species of origin a substance raw material.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-source-material-species" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-source-material-species/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SourceMaterialSpecies", + "experimental": true, + "resourceType": "ValueSet", + "title": "Source Material Species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-source-material-species", + "url": "http://hl7.org/fhir/ValueSet/substance-source-material-species", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3248", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-source-material-species", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "A categorisation for incidence of occurence of an interaction.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/interaction-incidence" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/interaction-incidence/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InteractionIncidence", + "experimental": true, + "resourceType": "ValueSet", + "title": "Interaction Incidence", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "interaction-incidence", + "url": "http://hl7.org/fhir/ValueSet/interaction-incidence", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3108", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/interaction-incidence", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Status of the validation of the target against the primary source", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/validation-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/verificationresult-validation-status/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ValidationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "validation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "verificationresult-validation-status", + "url": "http://hl7.org/fhir/ValueSet/verificationresult-validation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.894", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/verificationresult-validation-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose is considered to be subpotent. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-subpotent-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-subpotent-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationSubpotentReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Subpotent Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-subpotent-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.993", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-subpotent-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "Identifies the kind of state being refered to.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/research-subject-state-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-subject-state-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchSubjectStateType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Subject State Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-subject-state-type", + "url": "http://hl7.org/fhir/ValueSet/research-subject-state-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3132", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-subject-state-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example value set for Manifestation and Symptom codes.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/manifestation-or-symptom/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ManifestationAndSymptomCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Manifestation and Symptom Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "manifestation-or-symptom", + "url": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.169", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.160", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.77", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/manifestation-or-symptom", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The method type of the GenomicStudy analysis.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/genomicstudy-methodtype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/genomicstudy-methodtype/5.0.0", + "date": "2022-08-16T13:55:11-05:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudyMethodType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Genomic Study Method Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "genomicstudy-methodtype", + "url": "http://hl7.org/fhir/ValueSet/genomicstudy-methodtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3085", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/genomicstudy-methodtype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of trigger.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/trigger-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/trigger-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TriggerType", + "experimental": false, + "resourceType": "ValueSet", + "title": "TriggerType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "trigger-type", + "url": "http://hl7.org/fhir/ValueSet/trigger-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.103", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/trigger-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether an operation is a normal operation or a query.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/operation-kind" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/operation-kind/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationKind", + "experimental": false, + "resourceType": "ValueSet", + "title": "Operation Kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "operation-kind", + "url": "http://hl7.org/fhir/ValueSet/operation-kind", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.506", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.499", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.297", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/operation-kind", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the evaluation for vaccine administration event.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-admin-status", + "concept": [ + { "code": "completed" }, + { "code": "entered-in-error" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-evaluation-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationEvaluationStatusCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Evaluation Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-evaluation-status", + "url": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.299", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-evaluation-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationStatement Status Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-statement-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationStatementStatusCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "MedicationStatement Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medication-statement-status", + "url": "http://hl7.org/fhir/ValueSet/medication-statement-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3088", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-statement-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Status of the supply request.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/supplyrequest-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/supplyrequest-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyRequestStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Supply Request Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "supplyrequest-status", + "url": "http://hl7.org/fhir/ValueSet/supplyrequest-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.695", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.681", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.354", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/supplyrequest-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Modifier type codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/modifiers" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/claim-modifiers/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ModifierTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Modifier type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "claim-modifiers", + "url": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.536", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.528", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.311", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/claim-modifiers", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A categorisation for a clinical use information item.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/clinical-use-definition-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinical-use-definition-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalUseDefinitionCategory", + "experimental": false, + "resourceType": "ValueSet", + "title": "Clinical Use Definition Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinical-use-definition-category", + "url": "http://hl7.org/fhir/ValueSet/clinical-use-definition-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3109", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinical-use-definition-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Dose form for a medication, as manufactured (and before any mixing etc.), not necessarily ready for administration to the patient.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/manufactured-dose-form" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/manufactured-dose-form/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ManufacturedDoseForm", + "experimental": true, + "resourceType": "ValueSet", + "title": "Manufactured Dose Form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "manufactured-dose-form", + "url": "http://hl7.org/fhir/ValueSet/manufactured-dose-form", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3042", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/manufactured-dose-form", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Coverage Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay" + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActCoverageTypeCode" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverage-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageTypeAndSelfPayCodes", + "copyright": "HL7 International.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Type and Self-Pay Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "coverage-type", + "url": "http://hl7.org/fhir/ValueSet/coverage-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.520", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.514", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverage-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes sample Coverage Copayment Type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-copay-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverage-copay-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageCopayTypeCodes", + "copyright": "This is an example set.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Copay Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "coverage-copay-type", + "url": "http://hl7.org/fhir/ValueSet/coverage-copay-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.527", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverage-copay-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A code specifying the types of information being requested.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/eligibilityrequest-purpose" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EligibilityRequestPurpose", + "experimental": false, + "resourceType": "ValueSet", + "title": "Eligibility Request Purpose", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "eligibilityrequest-purpose", + "url": "http://hl7.org/fhir/ValueSet/eligibilityrequest-purpose", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1182", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/eligibilityrequest-purpose", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of count.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/inventoryreport-counttype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/inventoryreport-counttype/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryCountType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Inventory Count Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "inventoryreport-counttype", + "url": "http://hl7.org/fhir/ValueSet/inventoryreport-counttype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3032", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/inventoryreport-counttype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of a name given to a substance.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-representation-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-representation-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceRepresentationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Substance Representation Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-representation-type", + "url": "http://hl7.org/fhir/ValueSet/substance-representation-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3261", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-representation-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes used to identify medical devices safety characteristics. These codes are taken from the [NCI Thesaurus](https://ncit.nci.nih.gov/ncitbrowser/pages/home.jsf) and are provided here as a suggestive example.", + "compose": { + "include": [ + { + "system": "urn:oid:2.16.840.1.113883.3.26.1.1", + "concept": [ + { + "code": "C106046", + "display": "Magnetic Resonance Conditional", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "A device with demonstrated safety in the MR environment within defined conditions. At a minimum, address the conditions of the static magnetic field, the switched gradient magnetic field and the radiofrequency fields. Additional conditions, including specific configurations of the item, may be required. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Conditional" }] + }, + { + "code": "C106045", + "display": "Magnetic Resonance Safe", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device poses no known hazards resulting from exposure to any MR environment. MR Safe items are composed of materials that are electrically nonconductive, nonmetallic, and nonmagnetic. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Safe" }] + }, + { + "code": "C106047", + "display": "Magnetic Resonance Unsafe", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device which poses unacceptable risks to the patient, medical staff or other persons within the MR environment. See ASTM F2503" + } + ], + "designation": [{ "value": "MR Unsafe" }] + }, + { + "code": "C113844", + "display": "Labeling does not Contain MRI Safety Information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "Information on the safety of using a device in a magnetic resonance (MR) environment has not been provided in the labeling by the labeler." + } + ] + }, + { + "code": "C101673", + "display": "Labeled as Containing Natural Rubber Latex", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The device label indicates natural rubber latex as a component." + } + ] + }, + { + "code": "C106038", + "display": "Not Made with Natural Rubber Latex", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "The composition of the materials of an item do not contain natural rubber latex." + } + ] + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-systemName", + "valueString": "NCI Thesaurus" + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/device-safety/5.0.0", + "date": "2017-02-17T23:28:06+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02.749+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceSafety", + "copyright": "MRI safety definitions reprinted, with permission, from F2503-08 Standard Practice for Marking Medical Devices and Other Items for Safety in the Magnetic Resonance Environment, copyright ASTM International, 100 Barr Harbor Drive, West Conshohocken, PA 19428. See [ASTM F2503](https://www.astm.org/Standards/F2503.htm).", + "experimental": true, + "resourceType": "ValueSet", + "title": "Device Safety", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "device-safety", + "url": "http://hl7.org/fhir/ValueSet/device-safety", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.213", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.893", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/device-safety", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Dates Type codes.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/datestype" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/datestype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DatesTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Dates Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "datestype", + "url": "http://hl7.org/fhir/ValueSet/datestype", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/datestype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a base set of codes that can be used to indicate that the content in a resource was developed with a focus and intent of supporting use within particular contexts.", + "compose": { + "include": [ + { "valueSet": ["http://terminology.hl7.org/ValueSet/v2-0265"] }, + { + "filter": [ + { + "op": "is-a", + "value": "394733009", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { "system": "urn:iso:std:iso:3166" }, + { + "filter": [ + { "op": "=", "value": "region", "property": "class" } + ], + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm" + }, + { + "filter": [ + { + "op": "is-a", + "value": "387961004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/administrative-gender" + ] + }, + { "valueSet": ["http://hl7.org/fhir/ValueSet/condition-code"] }, + { "system": "http://nucc.org/provider-taxonomy" }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode" + ] + }, + { + "valueSet": [ + "http://terminology.hl7.org/ValueSet/v3-ActTaskCode" + ] + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/usage-context-agreement-scope" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/use-context/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContextOfUseValueSet", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org. This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association. For commercial use, including sales or licensing, a license must be obtained", + "experimental": true, + "resourceType": "ValueSet", + "title": "Context of Use ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "use-context", + "url": "http://hl7.org/fhir/ValueSet/use-context", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.28", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/use-context", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "DeviceAssociation Status Reason Codes", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/deviceassociation-status-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/deviceassociation-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceAssociationCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "DeviceAssociation Status Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "deviceassociation-status-reason", + "url": "http://hl7.org/fhir/ValueSet/deviceassociation-status-reason", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/deviceassociation-status-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "All fhir resource types (including abstract resources)", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent" }, + { "code": "AllergyIntolerance" }, + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "ArtifactAssessment" }, + { "code": "AuditEvent" }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "Bundle" }, + { "code": "CanonicalResource" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam" }, + { "code": "ChargeItem" }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim" }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "ClinicalUseDefinition" }, + { "code": "CodeSystem" }, + { "code": "Communication" }, + { "code": "CommunicationRequest" }, + { "code": "CompartmentDefinition" }, + { "code": "Composition" }, + { "code": "ConceptMap" }, + { "code": "Condition" }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "Contract" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceAssociation" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest" }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport" }, + { "code": "DocumentReference" }, + { "code": "DomainResource" }, + { "code": "Encounter" }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit" }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "InsurancePlan" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice" }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "MetadataResource" }, + { "code": "MolecularSequence" }, + { "code": "NamingSystem" }, + { "code": "NutritionIntake" }, + { "code": "NutritionOrder" }, + { "code": "NutritionProduct" }, + { "code": "Observation" }, + { "code": "ObservationDefinition" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "Parameters" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Permission" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure" }, + { "code": "Provenance" }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse" }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedPerson" }, + { "code": "RequestOrchestration" }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "Resource" }, + { "code": "RiskAssessment" }, + { "code": "Schedule" }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest" }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "Transport" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VisionPrescription" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/all-resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllResourceTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "All Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "all-resource-types", + "url": "http://hl7.org/fhir/ValueSet/all-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3294", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/all-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reasons why a given recommendation status is assigned. This value set is provided as a suggestive example and includes SNOMED CT concepts.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "77176002" }, { "code": "77386006" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-recommendation-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationRecommendationReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Recommendation Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-recommendation-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-recommendation-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.307", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-recommendation-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all possible codes from BCP-13 (see http://tools.ietf.org/html/bcp13)", + "compose": { "include": [{ "system": "urn:ietf:bcp:13" }] }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/mimetypes/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - FHIR-Infrastructure", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MimeTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Mime Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "mimetypes", + "url": "http://hl7.org/fhir/ValueSet/mimetypes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1024", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/mimetypes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This is an example value set defined by the FHIR project, that could be used to represent possible connection type profile values.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-connection-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-endpoint-connection-type", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 Patient Administration", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EndpointConnectionType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Endpoint Connection Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "endpoint-connection-type", + "url": "http://hl7.org/fhir/ValueSet/endpoint-connection-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.498", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.491", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/endpoint-connection-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A value set that includes all CPT codes", + "compose": { + "include": [{ "system": "http://www.ama-assn.org/go/cpt" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/example-cpt-all/5.0.0", + "date": "2015-03-12", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Vocabulary)", + "fhirVersion": null, + "jurisdiction": [ + { "coding": [{ "code": "US", "system": "urn:iso:std:iso:3166" }] } + ], + "name": "AllCPTCodes", + "useContext": [ + { + "code": { + "code": "species", + "system": "http://example.org/fhir/CodeSystem/use-contexts" + }, + "valueCodeableConcept": { + "coding": [ + { + "code": "337915000", + "system": "http://snomed.info/sct", + "display": "Homo sapiens (organism)" + } + ] + } + } + ], + "copyright": "CPT Copyright © 2014 American Medical Association. All rights reserved.", + "experimental": true, + "resourceType": "ValueSet", + "title": "All CPT codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "example-cpt-all", + "url": "http://hl7.org/fhir/ValueSet/example-cpt-all", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3138", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-cpt-all" + }, + { + "description": "This example value set defines a set of reasons for the cancellation of an appointment.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/appointment-cancellation-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AppointmentCancellationReason", + "experimental": true, + "resourceType": "ValueSet", + "title": "Appointment Cancellation Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "appointment-cancellation-reason", + "url": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1381", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/appointment-cancellation-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why a dose of vaccine was administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [{ "code": "429060002" }, { "code": "14747002" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationReasonCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-reason", + "url": "http://hl7.org/fhir/ValueSet/immunization-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.290", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.285", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.163", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "High-level categorization of the definition, used for searching, sorting, and filtering.", + "compose": { + "include": [ + { "valueSet": ["http://hl7.org/fhir/ValueSet/definition-use"] }, + { + "system": "http://terminology.hl7.org/CodeSystem/definition-topic" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/definition-topic/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DefinitionTopic", + "experimental": true, + "resourceType": "ValueSet", + "title": "Definition Topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "definition-topic", + "url": "http://hl7.org/fhir/ValueSet/definition-topic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.794", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.777", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/definition-topic", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Benefit type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/benefit-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BenefitTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Benefit Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-type", + "url": "http://hl7.org/fhir/ValueSet/benefit-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.606", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.598", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/benefit-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A set of flags that defines how references are supported.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reference-handling-policy" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reference-handling-policy/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReferenceHandlingPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "Reference Handling Policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "reference-handling-policy", + "url": "http://hl7.org/fhir/ValueSet/reference-handling-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.202", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.192", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reference-handling-policy", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Preferred value set for Condition Categories.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionCategoryCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Category Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "condition-category", + "url": "http://hl7.org/fhir/ValueSet/condition-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.162", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.153", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.73", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-category", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This example value set defines a set of codes that can be used to express the usage type of an EpisodeOfCare record.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/episodeofcare-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EpisodeOfCareType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Episode Of Care Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "episodeofcare-type", + "url": "http://hl7.org/fhir/ValueSet/episodeofcare-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.666", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.650", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/episodeofcare-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set defines a set of codes that can be used to indicate the particular target population the reference range applies to.", + "compose": { + "include": [ + { "valueSet": ["http://terminology.hl7.org/ValueSet/v3-Race"] }, + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "248153007" }, + { "code": "248152002" }, + { "code": "77386006" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/referencerange-appliesto/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationReferenceRangeAppliesToCodes", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Observation Reference Range Applies To Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "referencerange-appliesto", + "url": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.407", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.396", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/referencerange-appliesto", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the level of importance associated with reaching or sustaining a goal.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-priority" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/goal-priority/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GoalPriority", + "experimental": false, + "resourceType": "ValueSet", + "title": "Goal Priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "goal-priority", + "url": "http://hl7.org/fhir/ValueSet/goal-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.273", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.268", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.151", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/goal-priority", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes sample ICD-10 Procedure codes.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/sid/ex-icd-10-procedures" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/icd-10-procedures/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ICD10ProcedureCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "ICD-10 Procedure Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "icd-10-procedures", + "url": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.574", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.566", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/icd-10-procedures", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The assessment of quality, confidence, or certainty.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/certainty-rating" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/certainty-rating/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceCertaintyRating", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Certainty Rating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "certainty-rating", + "url": "http://hl7.org/fhir/ValueSet/certainty-rating", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3049", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/certainty-rating", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "TODO.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-causality-method" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-causality-method/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventCausalityMethod", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adverse Event Causality Method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-causality-method", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.842", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.817", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-causality-method", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The verification status to support or decline the clinical status of the condition or diagnosis.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/condition-ver-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionVerificationStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Condition Verification Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "condition-ver-status", + "url": "http://hl7.org/fhir/ValueSet/condition-ver-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.166", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.157", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.75", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/condition-ver-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "MedicationKnowledge Characteristic Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationknowledge-characteristic" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationKnowledgeCharacteristicCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "medicationKnowledge Characteristic Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medicationknowledge-characteristic", + "url": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1337", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationknowledge-characteristic", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "For Capturing simple yes-no-don't know answers", + "compose": { + "include": [ + { "valueSet": ["http://terminology.hl7.org/ValueSet/v2-0136"] }, + { + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "concept": [ + { "code": "asked-unknown", "display": "Don't know" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/yesnodontknow/5.0.0", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "fhirVersion": null, + "name": "YesNoDontKnow", + "experimental": true, + "resourceType": "ValueSet", + "expansion": { + "contains": [ + { + "code": "Y", + "system": "http://terminology.hl7.org/CodeSystem/v2-0532", + "display": "Yes" + }, + { + "code": "N", + "system": "http://terminology.hl7.org/CodeSystem/v2-0532", + "display": "No" + }, + { + "code": "asked-unknown", + "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason", + "display": "Don't know" + } + ], + "timestamp": "2015-07-14T10:00:00Z", + "identifier": "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4" + }, + "title": "Yes/No/Don't Know", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "yesnodontknow", + "url": "http://hl7.org/fhir/ValueSet/yesnodontknow", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3149", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/yesnodontknow" + }, + { + "description": "This value set contract specific codes for asset type.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/contract-asset-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-assettype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceAssetTypeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assettype", + "url": "http://hl7.org/fhir/ValueSet/contract-assettype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1299", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-assettype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "All FHIRPath data types", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/CodeSystem/fhirpath-types" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/fhirpath-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FHIRPathTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "FHIRPath Types Value Set", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "fhirpath-types", + "url": "http://hl7.org/fhir/ValueSet/fhirpath-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3300", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/fhirpath-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes the financial processing priority codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/processpriority" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/process-priority/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProcessPriorityCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Process Priority Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "process-priority", + "url": "http://hl7.org/fhir/ValueSet/process-priority", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.552", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.544", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.319", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/process-priority", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Core-defined FHIR channel types allowed for use in Subscriptions.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/subscription-channel-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-channel-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionChannelType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Subscription Channel Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "active", + "id": "subscription-channel-type", + "url": "http://hl7.org/fhir/ValueSet/subscription-channel-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.500", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.493", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.294", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-channel-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for asset subtype.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-subtype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetsubtype/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceAssetSubTypeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Sub-Type codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetsubtype", + "url": "http://hl7.org/fhir/ValueSet/contract-assetsubtype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1301", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-assetsubtype", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "NUCC Healthcare Provider Taxonomy codes", + "compose": { + "include": [{ "system": "http://nucc.org/provider-taxonomy" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provider-taxonomy/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProviderTaxonomyCodes", + "copyright": "This value set includes content from NUCC Health Care Provider Taxonomy Code Set for providers which is copyright © 2016+ American Medical Association. For commercial use, including sales or licensing, a license must be obtained", + "experimental": true, + "resourceType": "ValueSet", + "title": "Provider Taxonomy Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "provider-taxonomy", + "url": "http://hl7.org/fhir/ValueSet/provider-taxonomy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.51", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provider-taxonomy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "MedicationRequest Course of Therapy Codes", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationRequestCourseOfTherapyCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "medicationRequest Course of Therapy Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medicationrequest-course-of-therapy", + "url": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1326", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medicationrequest-course-of-therapy", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Supplemental data in a population for measuring purposes.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/measure-supplemental-data-example" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-supplemental-data-example/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Clinical Quality Information Workgroup", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureSupplementalDataExample", + "experimental": true, + "resourceType": "ValueSet", + "title": "Measure Supplemental Data Example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "measure-supplemental-data-example", + "url": "http://hl7.org/fhir/ValueSet/measure-supplemental-data-example", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3189", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-supplemental-data-example" + }, + { + "description": "Current and past FHIR resource types (deleted or renamed), including abstract types", + "compose": { + "include": [ + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/all-resource-types" + ] + }, + { "system": "http://hl7.org/fhir/fhir-old-types" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/version-independent-all-resource-types/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7, International", + "fhirVersion": null, + "name": "VersionIndependentResourceTypesAll", + "experimental": false, + "resourceType": "ValueSet", + "title": "Version Independent Resource Types (All)", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "version-independent-all-resource-types", + "url": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3324", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/version-independent-all-resource-types" + }, + { + "description": "How a property is represented when serialized.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/property-representation" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/property-representation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PropertyRepresentation", + "experimental": false, + "resourceType": "ValueSet", + "title": "PropertyRepresentation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "property-representation", + "url": "http://hl7.org/fhir/ValueSet/property-representation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.87", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/property-representation", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "LDL Cholesterol codes - measured or calculated", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { + "code": "18262-6", + "display": "LDL Cholesterol (Assay)", + "designation": [ + { + "use": { + "code": "900000000000003001", + "system": "http://snomed.info/sct", + "display": "Fully specified name" + }, + "value": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by Direct assay" + } + ] + }, + { + "code": "13457-7", + "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation", + "designation": [ + { + "use": { + "code": "900000000000003001", + "system": "http://snomed.info/sct", + "display": "Fully specified name" + }, + "value": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/lipid-ldl-codes/5.0.0", + "date": "2015-06-23T10:59:44+10:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LDLCodes", + "copyright": "This content from LOINC© is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use.", + "experimental": false, + "resourceType": "ValueSet", + "title": "L D L Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "lipid-ldl-codes", + "url": "http://hl7.org/fhir/ValueSet/lipid-ldl-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3211", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/lipid-ldl-codes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the endpoint.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/endpoint-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/endpoint-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EndpointStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Endpoint Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "endpoint-status", + "url": "http://hl7.org/fhir/ValueSet/endpoint-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.494", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.487", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/endpoint-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How slices are interpreted when evaluating an instance.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/resource-slicing-rules" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/resource-slicing-rules/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SlicingRules", + "experimental": false, + "resourceType": "ValueSet", + "title": "SlicingRules", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "resource-slicing-rules", + "url": "http://hl7.org/fhir/ValueSet/resource-slicing-rules", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.83", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/resource-slicing-rules", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a compartment must be linked.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/graph-compartment-rule" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/graph-compartment-rule/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GraphCompartmentRule", + "experimental": false, + "resourceType": "ValueSet", + "title": "Graph Compartment Rule", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "graph-compartment-rule", + "url": "http://hl7.org/fhir/ValueSet/graph-compartment-rule", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.280", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.275", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/graph-compartment-rule", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for Provenance activities that are relevant when capturing event history for resources.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-DataOperation", + "concept": [ + { "code": "CREATE", "display": "Created" }, + { "code": "UPDATE", "display": "Updated" }, + { "code": "DELETE", "display": "Deleted" }, + { "code": "ABORT", "display": "Stopped/Ended/Aborted" }, + { "code": "HOLD", "display": "Held" }, + { "code": "RELEASE", "display": "Released" }, + { "code": "CANCEL", "display": "Cancelled" }, + { "code": "ACTIVATE", "display": "Activated" }, + { "code": "SUSPEND", "display": "Suspended" }, + { "code": "RESUME" }, + { "code": "COMPLETE", "display": "Completed" }, + { + "code": "NULLIFY", + "display": "Mark Entered-in-error" + }, + { "code": "OBSOLETE", "display": "Replaced" }, + { "code": "REACTIVATE", "display": "Reactivated" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provenance-history-record-activity/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/provenance-history-record-activity", + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProvenanceHistoryRecordActivityCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Provenance History Record Activity Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "provenance-history-record-activity", + "url": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.926", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provenance-history-record-activity", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes a smattering of FDI tooth surface codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/FDI-surface" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/surface/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SurfaceCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Surface Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "surface", + "url": "http://hl7.org/fhir/ValueSet/surface", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.546", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.538", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.316", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/surface", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of response code to use for assertion.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/assert-response-code-types" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/assert-response-code-types/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AssertionResponseTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Assertion Response Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "assert-response-code-types", + "url": "http://hl7.org/fhir/ValueSet/assert-response-code-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.710", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.698", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.361", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/assert-response-code-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "NLM codes Internet or Print.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/cited-medium" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/cited-medium/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitedMedium", + "experimental": true, + "resourceType": "ValueSet", + "title": "Cited Medium", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "cited-medium", + "url": "http://hl7.org/fhir/ValueSet/cited-medium", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2969", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cited-medium", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes sample Provider Qualification codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/ex-providerqualification" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/provider-qualification/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExampleProviderQualificationCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Example Provider Qualification Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "provider-qualification", + "url": "http://hl7.org/fhir/ValueSet/provider-qualification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.570", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.562", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provider-qualification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "All Resource Types that represent participant resources", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "CareTeam" }, + { "code": "Device" }, + { "code": "Group" }, + { "code": "HealthcareService" }, + { "code": "Location" }, + { "code": "Organization" }, + { "code": "Patient" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "RelatedPerson" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/participant-resource-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipantResourceTypes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Participant Resource Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "participant-resource-types", + "url": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3301", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/participant-resource-types", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Performer function of an agent in an imaging study series", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "CON", "display": "consultant" }, + { "code": "VRF", "display": "verifier" }, + { "code": "PRF", "display": "performer" }, + { "code": "SPRF", "display": "secondary performer" }, + { "code": "REF", "display": "referrer" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/series-performer-function/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingStudySeriesPerformerFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "ImagingStudy series performer function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "series-performer-function", + "url": "http://hl7.org/fhir/ValueSet/series-performer-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.989", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/series-performer-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The outcome of the processing.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/remittance-outcome" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/remittance-outcome/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RemittanceOutcome", + "experimental": false, + "resourceType": "ValueSet", + "title": "RemittanceOutcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "remittance-outcome", + "url": "http://hl7.org/fhir/ValueSet/remittance-outcome", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.13", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/remittance-outcome", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The composite scoring method of the measure.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/composite-measure-scoring" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/composite-measure-scoring/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CompositeMeasureScoring", + "experimental": false, + "resourceType": "ValueSet", + "title": "Composite Measure Scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "composite-measure-scoring", + "url": "http://hl7.org/fhir/ValueSet/composite-measure-scoring", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.773", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.757", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/composite-measure-scoring", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the diagnostic report.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/diagnostic-report-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/diagnostic-report-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DiagnosticReportStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Diagnostic Report Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "diagnostic-report-status", + "url": "http://hl7.org/fhir/ValueSet/diagnostic-report-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.235", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.230", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.118", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/diagnostic-report-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines the ISO 3166 Part 1 3-letter codes", + "compose": { + "include": [ + { + "filter": [ + { + "op": "regex", + "value": "[A-Z]{3}", + "property": "code" + } + ], + "system": "urn:iso:std:iso:3166" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/iso3166-1-3/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "Iso316613", + "experimental": false, + "resourceType": "ValueSet", + "title": "Iso 3166 Part 1: 3 Letter Codes", + "status": "active", + "id": "iso3166-1-3", + "url": "http://hl7.org/fhir/ValueSet/iso3166-1-3", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/iso3166-1-3", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all common UCUM codes used for distance - that it is, all commonly used units which have the same canonical unit as 'm' (meter)", + "compose": { + "include": [ + { + "system": "http://unitsofmeasure.org", + "concept": [ + { "code": "nm", "display": "nanometers" }, + { "code": "um", "display": "micrometers" }, + { "code": "mm", "display": "millimeters" }, + { "code": "m", "display": "meters" }, + { "code": "km", "display": "kilometers" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/distance-units/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommonUCUMCodesForDistance", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Common UCUM Codes for Distance", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "distance-units", + "url": "http://hl7.org/fhir/ValueSet/distance-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.62", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/distance-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Used to code the producer or rule for creating the display string.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contributor-summary-source" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contributor-summary-source/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContributorSummarySource", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contributor Summary Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contributor-summary-source", + "url": "http://hl7.org/fhir/ValueSet/contributor-summary-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2965", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contributor-summary-source", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a sample set of Payment Status codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/paymentstatus" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/payment-status/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PaymentStatusCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Payment Status Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "payment-status", + "url": "http://hl7.org/fhir/ValueSet/payment-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.643", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.628", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.334", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/payment-status", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "How the system supports versioning for a resource.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/versioning-policy" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/versioning-policy/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResourceVersionPolicy", + "experimental": false, + "resourceType": "ValueSet", + "title": "Resource Version Policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "versioning-policy", + "url": "http://hl7.org/fhir/ValueSet/versioning-policy", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.190", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.180", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.89", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/versioning-policy", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How a resource reference is interpreted when testing consent restrictions.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/consent-data-meaning" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/consent-data-meaning/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConsentDataMeaning", + "experimental": true, + "resourceType": "ValueSet", + "title": "Consent Data Meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "consent-data-meaning", + "url": "http://hl7.org/fhir/ValueSet/consent-data-meaning", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.759", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.743", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/consent-data-meaning", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set enumerates ISBT 128 Product Description Codes© published by ICCBBA as a part of the ISBT 128 standard. These codes support characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/biologicallyderived-productcodes" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/biologicallyderived-productcodes/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductCodes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Biologically Derived Product Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "biologicallyderived-productcodes", + "url": "http://hl7.org/fhir/ValueSet/biologicallyderived-productcodes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3125", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/biologicallyderived-productcodes", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of knowledge asset this library contains.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/library-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LibraryType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Library Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "library-type", + "url": "http://hl7.org/fhir/ValueSet/library-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.763", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.747", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/library-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "EnteralFormulaAdditiveType: Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/entformula-additive" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/entformula-additive/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR NutritionOrder team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnteralFormulaAdditiveTypeCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Enteral Formula Additive Type Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "entformula-additive", + "url": "http://hl7.org/fhir/ValueSet/entformula-additive", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.392", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.379", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.213", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/entformula-additive", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Medication Intended Performer Role", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/CodeSystem/medication-intended-performer-role" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-intended-performer-role/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationIntendedPerformerRole", + "experimental": false, + "resourceType": "ValueSet", + "title": "Medication Intended Performer Role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "medication-intended-performer-role", + "url": "http://hl7.org/fhir/ValueSet/medication-intended-performer-role", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1979", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-intended-performer-role", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set represents codes for types of edible substances and is provided as a suggestive example. It include codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 762766007 Edible Substance (substance).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "762766007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/edible-substance-type/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TypesOfEdibleSubstances", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Types of Edible Substances", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "edible-substance-type", + "url": "http://hl7.org/fhir/ValueSet/edible-substance-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2977", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/edible-substance-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The way in which a person authenticated a composition.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/composition-attestation-mode" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/composition-attestation-mode/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CompositionAttestationMode", + "experimental": false, + "resourceType": "ValueSet", + "title": "Composition Attestation Mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "composition-attestation-mode", + "url": "http://hl7.org/fhir/ValueSet/composition-attestation-mode", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.238", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.233", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.120", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/composition-attestation-mode", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the contributing factors suspected to have increased the probability or severity of the adverse event.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "609328004", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "416471007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "425457005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "365861007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "71388002", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "410942007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "373873005", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + }, + { + "filter": [ + { + "op": "is-a", + "value": "106181007", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-contributing-factor/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventContributingFactor", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Contributing Factor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-contributing-factor", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-contributing-factor", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3237", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-contributing-factor", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Indicates the status of a detected issue", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/observation-status", + "concept": [ + { "code": "preliminary", "display": "Preliminary" }, + { "code": "final", "display": "Final" }, + { + "code": "entered-in-error", + "display": "Entered in Error" + } + ] + }, + { + "system": "http://hl7.org/fhir/detectedissue-status", + "concept": [{ "code": "mitigated", "display": "Mitigated" }] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DetectedIssueStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "detectedissue-status", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3158", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/detectedissue-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes indicating the reason why a CommunicationRequest is on hold or revoked. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "281323002" }, + { "code": "397709008" }, + { "code": "105480006" }, + { "code": "719500002" }, + { "code": "445060000" }, + { "code": "704273008" }, + { "code": "704274002" }, + { "code": "704458005" }, + { "code": "704275001" }, + { "code": "704276000" }, + { "code": "704277009" }, + { "code": "310376006" }, + { "code": "414859005" }, + { "code": "416409005" }, + { "code": "416308001" }, + { "code": "737038009" }, + { "code": "713835001" }, + { "code": "398227009" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/communication-request-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommunicationRequestStatusReason", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "CommunicationRequest Status Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-request-status-reason", + "url": "http://hl7.org/fhir/ValueSet/communication-request-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3164", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/communication-request-status-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "This value set includes a smattering of Network type codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/benefit-network" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/benefit-network/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NetworkTypeCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Network Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "benefit-network", + "url": "http://hl7.org/fhir/ValueSet/benefit-network", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.608", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.600", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/benefit-network", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The order detail parameter codes.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/servicerequest-orderdetail-parameter-code" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/servicerequest-orderdetail-parameter-code/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceRequestOrderDetailParameterCode", + "experimental": true, + "resourceType": "ValueSet", + "title": "Servicerequest OrderDetail Parameter Code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "servicerequest-orderdetail-parameter-code", + "url": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail-parameter-code", + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/servicerequest-orderdetail-parameter-code", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Unified Code for Units of Measure (UCUM). This value set includes all possible UCUM codes used for distance measures - that it is, all units which have the same canonical unit as 'm' (metre)", + "compose": { + "include": [ + { + "filter": [ + { "op": "=", "value": "m", "property": "canonical" } + ], + "system": "http://unitsofmeasure.org" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/all-distance-units/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "name": "AllUCUMExpressionForDistance", + "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.", + "experimental": false, + "resourceType": "ValueSet", + "title": "All UCUM Expression for Distance", + "status": "draft", + "id": "all-distance-units", + "url": "http://hl7.org/fhir/ValueSet/all-distance-units", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3303", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/all-distance-units", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes SNOMED CT codes for materials that specimen containers are made of", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "32039001", "display": "glass" }, + { "code": "61088005", "display": "plastic" }, + { "code": "425620007", "display": "metal" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/container-material/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContainerMaterials", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "Types of material for specimen containers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "container-material", + "url": "http://hl7.org/fhir/ValueSet/container-material", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1400", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/container-material", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Basis for membership in a group", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/group-membership-basis" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/group-membership-basis/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GroupMembershipBasis", + "experimental": false, + "resourceType": "ValueSet", + "title": "Group Membership Basis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "group-membership-basis", + "url": "http://hl7.org/fhir/ValueSet/group-membership-basis", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3069", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/group-membership-basis", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "How an extension context is interpreted.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/extension-context-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/extension-context-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExtensionContextType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Extension Context Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "extension-context-type", + "url": "http://hl7.org/fhir/ValueSet/extension-context-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1012", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/extension-context-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the body site where the vaccination occurred. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite", + "concept": [ + { "code": "LA", "display": "Left arm" }, + { "code": "RA", "display": "Right arm" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-site/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodesForImmunizationSiteOfAdministration", + "experimental": true, + "resourceType": "ValueSet", + "title": "Codes for Immunization Site of Administration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-site", + "url": "http://hl7.org/fhir/ValueSet/immunization-site", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.288", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.283", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.161", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-site", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v2-0203", + "concept": [ + { "code": "DL" }, + { "code": "PPN" }, + { "code": "BRN" }, + { "code": "MR" }, + { "code": "MCN" }, + { "code": "EN" }, + { "code": "TAX" }, + { "code": "NIIP" }, + { "code": "PRN" }, + { "code": "MD" }, + { "code": "DR" }, + { "code": "ACSN" }, + { "code": "UDI" }, + { "code": "SNO" }, + { "code": "SB" }, + { "code": "PLAC" }, + { "code": "FILL" }, + { "code": "JHN" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/identifier-type/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "IdentifierTypeCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Identifier Type Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-warning", + "valueMarkdown": "Types are for general categories of identifiers. See [the identifier registry](identifier-registry.html) for a list of common identifier systems" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "identifier-type", + "url": "http://hl7.org/fhir/ValueSet/identifier-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.45", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/identifier-type", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Whether the cost applies to in-network or out-of-network providers.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/applicability" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/insuranceplan-applicability/5.0.0", + "date": "2018-06-05T14:06:02+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BenefitCostApplicability", + "experimental": true, + "resourceType": "ValueSet", + "title": "Benefit Cost Applicability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "insuranceplan-applicability", + "url": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.0", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/insuranceplan-applicability", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Operations supported by REST at the type or instance level.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/restful-interaction", + "concept": [ + { "code": "read" }, + { "code": "vread" }, + { "code": "update" }, + { "code": "patch" }, + { "code": "delete" }, + { "code": "history-instance" }, + { "code": "history-type" }, + { "code": "create" }, + { "code": "search-type" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/type-restful-interaction/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TypeRestfulInteraction", + "experimental": false, + "resourceType": "ValueSet", + "title": "Type Restful Interaction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "type-restful-interaction", + "url": "http://hl7.org/fhir/ValueSet/type-restful-interaction", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.180", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.170", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.83", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/type-restful-interaction", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The status of the document reference.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/document-reference-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/document-reference-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DocumentReferenceStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "DocumentReferenceStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "document-reference-status", + "url": "http://hl7.org/fhir/ValueSet/document-reference-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.7", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/document-reference-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "List of all non-abstract types, data types and resources", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [ + { "code": "Account" }, + { "code": "ActivityDefinition" }, + { "code": "ActorDefinition" }, + { "code": "Address" }, + { "code": "Address" }, + { "code": "AdministrableProductDefinition" }, + { "code": "AdverseEvent" }, + { "code": "Age" }, + { "code": "Age" }, + { "code": "AllergyIntolerance" }, + { "code": "Annotation" }, + { "code": "Annotation" }, + { "code": "Appointment" }, + { "code": "AppointmentResponse" }, + { "code": "ArtifactAssessment" }, + { "code": "Attachment" }, + { "code": "Attachment" }, + { "code": "AuditEvent" }, + { "code": "Availability" }, + { "code": "Availability" }, + { "code": "base64Binary" }, + { "code": "Basic" }, + { "code": "Binary" }, + { "code": "BiologicallyDerivedProduct" }, + { "code": "BiologicallyDerivedProductDispense" }, + { "code": "BodyStructure" }, + { "code": "boolean" }, + { "code": "Bundle" }, + { "code": "canonical" }, + { "code": "CapabilityStatement" }, + { "code": "CarePlan" }, + { "code": "CareTeam" }, + { "code": "ChargeItem" }, + { "code": "ChargeItemDefinition" }, + { "code": "Citation" }, + { "code": "Claim" }, + { "code": "ClaimResponse" }, + { "code": "ClinicalImpression" }, + { "code": "ClinicalUseDefinition" }, + { "code": "code" }, + { "code": "CodeableConcept" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "CodeableReference" }, + { "code": "CodeSystem" }, + { "code": "Coding" }, + { "code": "Coding" }, + { "code": "Communication" }, + { "code": "CommunicationRequest" }, + { "code": "CompartmentDefinition" }, + { "code": "Composition" }, + { "code": "ConceptMap" }, + { "code": "Condition" }, + { "code": "ConditionDefinition" }, + { "code": "Consent" }, + { "code": "ContactDetail" }, + { "code": "ContactDetail" }, + { "code": "ContactPoint" }, + { "code": "ContactPoint" }, + { "code": "Contract" }, + { "code": "Contributor" }, + { "code": "Contributor" }, + { "code": "Count" }, + { "code": "Count" }, + { "code": "Coverage" }, + { "code": "CoverageEligibilityRequest" }, + { "code": "CoverageEligibilityResponse" }, + { "code": "DataRequirement" }, + { "code": "DataRequirement" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "DetectedIssue" }, + { "code": "Device" }, + { "code": "DeviceAssociation" }, + { "code": "DeviceDefinition" }, + { "code": "DeviceDispense" }, + { "code": "DeviceMetric" }, + { "code": "DeviceRequest" }, + { "code": "DeviceUsage" }, + { "code": "DiagnosticReport" }, + { "code": "Distance" }, + { "code": "Distance" }, + { "code": "DocumentReference" }, + { "code": "Dosage" }, + { "code": "Dosage" }, + { "code": "Duration" }, + { "code": "Duration" }, + { "code": "ElementDefinition" }, + { "code": "ElementDefinition" }, + { "code": "Encounter" }, + { "code": "EncounterHistory" }, + { "code": "Endpoint" }, + { "code": "EnrollmentRequest" }, + { "code": "EnrollmentResponse" }, + { "code": "EpisodeOfCare" }, + { "code": "EventDefinition" }, + { "code": "Evidence" }, + { "code": "EvidenceReport" }, + { "code": "EvidenceVariable" }, + { "code": "ExampleScenario" }, + { "code": "ExplanationOfBenefit" }, + { "code": "Expression" }, + { "code": "Expression" }, + { "code": "ExtendedContactDetail" }, + { "code": "ExtendedContactDetail" }, + { "code": "Extension" }, + { "code": "Extension" }, + { "code": "FamilyMemberHistory" }, + { "code": "Flag" }, + { "code": "FormularyItem" }, + { "code": "GenomicStudy" }, + { "code": "Goal" }, + { "code": "GraphDefinition" }, + { "code": "Group" }, + { "code": "GuidanceResponse" }, + { "code": "HealthcareService" }, + { "code": "HumanName" }, + { "code": "HumanName" }, + { "code": "id" }, + { "code": "Identifier" }, + { "code": "Identifier" }, + { "code": "ImagingSelection" }, + { "code": "ImagingStudy" }, + { "code": "Immunization" }, + { "code": "ImmunizationEvaluation" }, + { "code": "ImmunizationRecommendation" }, + { "code": "ImplementationGuide" }, + { "code": "Ingredient" }, + { "code": "instant" }, + { "code": "InsurancePlan" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "InventoryItem" }, + { "code": "InventoryReport" }, + { "code": "Invoice" }, + { "code": "Library" }, + { "code": "Linkage" }, + { "code": "List" }, + { "code": "Location" }, + { "code": "ManufacturedItemDefinition" }, + { "code": "markdown" }, + { "code": "MarketingStatus" }, + { "code": "MarketingStatus" }, + { "code": "Measure" }, + { "code": "MeasureReport" }, + { "code": "Medication" }, + { "code": "MedicationAdministration" }, + { "code": "MedicationDispense" }, + { "code": "MedicationKnowledge" }, + { "code": "MedicationRequest" }, + { "code": "MedicationStatement" }, + { "code": "MedicinalProductDefinition" }, + { "code": "MessageDefinition" }, + { "code": "MessageHeader" }, + { "code": "Meta" }, + { "code": "Meta" }, + { "code": "MolecularSequence" }, + { "code": "MonetaryComponent" }, + { "code": "MonetaryComponent" }, + { "code": "Money" }, + { "code": "Money" }, + { "code": "NamingSystem" }, + { "code": "Narrative" }, + { "code": "Narrative" }, + { "code": "NutritionIntake" }, + { "code": "NutritionOrder" }, + { "code": "NutritionProduct" }, + { "code": "Observation" }, + { "code": "ObservationDefinition" }, + { "code": "oid" }, + { "code": "OperationDefinition" }, + { "code": "OperationOutcome" }, + { "code": "Organization" }, + { "code": "OrganizationAffiliation" }, + { "code": "PackagedProductDefinition" }, + { "code": "ParameterDefinition" }, + { "code": "ParameterDefinition" }, + { "code": "Parameters" }, + { "code": "Patient" }, + { "code": "PaymentNotice" }, + { "code": "PaymentReconciliation" }, + { "code": "Period" }, + { "code": "Period" }, + { "code": "Permission" }, + { "code": "Person" }, + { "code": "PlanDefinition" }, + { "code": "positiveInt" }, + { "code": "Practitioner" }, + { "code": "PractitionerRole" }, + { "code": "Procedure" }, + { "code": "ProductShelfLife" }, + { "code": "ProductShelfLife" }, + { "code": "Provenance" }, + { "code": "Quantity" }, + { "code": "Quantity" }, + { "code": "Questionnaire" }, + { "code": "QuestionnaireResponse" }, + { "code": "Range" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "Reference" }, + { "code": "RegulatedAuthorization" }, + { "code": "RelatedArtifact" }, + { "code": "RelatedArtifact" }, + { "code": "RelatedPerson" }, + { "code": "RequestOrchestration" }, + { "code": "Requirements" }, + { "code": "ResearchStudy" }, + { "code": "ResearchSubject" }, + { "code": "RiskAssessment" }, + { "code": "SampledData" }, + { "code": "SampledData" }, + { "code": "Schedule" }, + { "code": "SearchParameter" }, + { "code": "ServiceRequest" }, + { "code": "Signature" }, + { "code": "Signature" }, + { "code": "Slot" }, + { "code": "Specimen" }, + { "code": "SpecimenDefinition" }, + { "code": "string" }, + { "code": "StructureDefinition" }, + { "code": "StructureMap" }, + { "code": "Subscription" }, + { "code": "SubscriptionStatus" }, + { "code": "SubscriptionTopic" }, + { "code": "Substance" }, + { "code": "SubstanceDefinition" }, + { "code": "SubstanceNucleicAcid" }, + { "code": "SubstancePolymer" }, + { "code": "SubstanceProtein" }, + { "code": "SubstanceReferenceInformation" }, + { "code": "SubstanceSourceMaterial" }, + { "code": "SupplyDelivery" }, + { "code": "SupplyRequest" }, + { "code": "Task" }, + { "code": "TerminologyCapabilities" }, + { "code": "TestPlan" }, + { "code": "TestReport" }, + { "code": "TestScript" }, + { "code": "time" }, + { "code": "Timing" }, + { "code": "Timing" }, + { "code": "Transport" }, + { "code": "TriggerDefinition" }, + { "code": "TriggerDefinition" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "UsageContext" }, + { "code": "UsageContext" }, + { "code": "uuid" }, + { "code": "ValueSet" }, + { "code": "VerificationResult" }, + { "code": "VirtualServiceDetail" }, + { "code": "VirtualServiceDetail" }, + { "code": "VisionPrescription" }, + { "code": "xhtml" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/concrete-fhir-types/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConcreteFHIRTypes", + "experimental": true, + "resourceType": "ValueSet", + "title": "Concrete FHIR Types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "concrete-fhir-types", + "url": "http://hl7.org/fhir/ValueSet/concrete-fhir-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3296", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/concrete-fhir-types", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "A type of packaging.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/packaging-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/packaging-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PackagingType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Packaging Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "packaging-type", + "url": "http://hl7.org/fhir/ValueSet/packaging-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3072", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/packaging-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the source of the vaccine administered. This value set is provided as a suggestive example.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/immunization-funding-source" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/immunization-funding-source/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationFundingSource", + "experimental": true, + "resourceType": "ValueSet", + "title": "Immunization Funding Source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "immunization-funding-source", + "url": "http://hl7.org/fhir/ValueSet/immunization-funding-source", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.293", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/immunization-funding-source", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ] + }, + { + "description": "The type of the measure report.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/measure-report-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/measure-report-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureReportType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Measure Report Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "measure-report-type", + "url": "http://hl7.org/fhir/ValueSet/measure-report-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.778", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.761", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/measure-report-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Whether a reference needs to be version specific or version independent, or whether either can be used.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/reference-version-rules" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/reference-version-rules/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ReferenceVersionRules", + "experimental": false, + "resourceType": "ValueSet", + "title": "ReferenceVersionRules", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "reference-version-rules", + "url": "http://hl7.org/fhir/ValueSet/reference-version-rules", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.89", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/reference-version-rules", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Used to express the reason and specific aspect for the variant title, such as language and specific language.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/title-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/title-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TitleType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Title Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "title-type", + "url": "http://hl7.org/fhir/ValueSet/title-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2974", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/title-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Types used with Subscriptions", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/fhir-types", + "concept": [{ "code": "Reference" }] + }, + { + "valueSet": [ + "http://hl7.org/fhir/ValueSet/version-independent-resource-types" + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/subscription-types/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7, International", + "fhirVersion": null, + "name": "SubscriptionTypes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Types used with Subscriptions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "subscription-types", + "url": "http://hl7.org/fhir/ValueSet/subscription-types", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.4.3319", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-types" + }, + { + "description": "Citation classification type", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/citation-classification-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/citation-classification-type/5.0.0", + "date": "2021-03-11T10:55:11.085+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CitationClassificationType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Citation Classification Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "citation-classification-type", + "url": "http://hl7.org/fhir/ValueSet/citation-classification-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2971", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/citation-classification-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The code(s) that detail the conditions under which the healthcare service is available/offered.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-provision-conditions/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceProvisionConditions", + "experimental": true, + "resourceType": "ValueSet", + "title": "Service Provision Conditions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-provision-conditions", + "url": "http://hl7.org/fhir/ValueSet/service-provision-conditions", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.514", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.508", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.303", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-provision-conditions", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes a smattering of USCLS codes.", + "compose": { + "include": [ + { "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/service-uscls/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "USCLSCodes", + "copyright": "This is an example set.", + "experimental": true, + "resourceType": "ValueSet", + "title": "USCLS Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "service-uscls", + "url": "http://hl7.org/fhir/ValueSet/service-uscls", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.542", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.534", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.314", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/service-uscls", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes Coverage Class codes.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/coverage-class" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/coverage-class/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CoverageClassCodes", + "copyright": "HL7 Inc.", + "experimental": false, + "resourceType": "ValueSet", + "title": "Coverage Class Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "coverage-class", + "url": "http://hl7.org/fhir/ValueSet/coverage-class", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1009", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/coverage-class", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for security classification.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/contract-security-classification" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-security-classification/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceScopeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-security-classification", + "url": "http://hl7.org/fhir/ValueSet/contract-security-classification", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1218", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-security-classification", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The method used to elucidate the structure or characterization of the drug substance.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/substance-structure-technique" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/substance-structure-technique/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureTechnique", + "experimental": true, + "resourceType": "ValueSet", + "title": "Structure Technique", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "substance-structure-technique", + "url": "http://hl7.org/fhir/ValueSet/substance-structure-technique", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3254", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/substance-structure-technique", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set defines a set of codes that can be used to where the patient left the hospital.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/discharge-disposition" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/encounter-discharge-disposition/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DischargeDisposition", + "experimental": true, + "resourceType": "ValueSet", + "title": "Discharge Disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "encounter-discharge-disposition", + "url": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.259", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.254", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.145", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/encounter-discharge-disposition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all codes from [SNOMED CT](http://snomed.info/sct) where concept is-a 442083009 (Anatomical or acquired body site (body structure)).", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "49755003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/bodystructure-code/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTMorphologicAbnormalities", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Morphologic Abnormalities", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "bodystructure-code", + "url": "http://hl7.org/fhir/ValueSet/bodystructure-code", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.142", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodystructure-code", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set contract specific codes for asset scope.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/contract-asset-scope" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/contract-assetscope/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "Financial Management", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ContractResourceAssetScopeCodes", + "copyright": "HL7 International.", + "experimental": true, + "resourceType": "ValueSet", + "title": "Contract Resource Asset Scope codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "contract-assetscope", + "url": "http://hl7.org/fhir/ValueSet/contract-assetscope", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.1293", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/contract-assetscope", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes that convey the type of label that is provided.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/research-study-classifiers" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/research-study-classifiers/5.0.0", + "date": "2022-02-10T20:40:00+00:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T04:21:02+00:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchStudyClassifiers", + "experimental": true, + "resourceType": "ValueSet", + "title": "Research Study Classifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "research-study-classifiers", + "url": "http://hl7.org/fhir/ValueSet/research-study-classifiers", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3281", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/research-study-classifiers", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Defines behavior for an action or a group for how many times that item may be repeated.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/action-cardinality-behavior" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/action-cardinality-behavior/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActionCardinalityBehavior", + "experimental": false, + "resourceType": "ValueSet", + "title": "Action Cardinality Behavior", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + } + ], + "status": "draft", + "id": "action-cardinality-behavior", + "url": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.807", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.790", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/action-cardinality-behavior", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The handling of the variable in statistical analysis for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive).", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/variable-handling" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/variable-handling/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceVariableHandling", + "experimental": true, + "resourceType": "ValueSet", + "title": "Evidence Variable Handling", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "variable-handling", + "url": "http://hl7.org/fhir/ValueSet/variable-handling", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3062", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/variable-handling", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes indicating the reason why a ClinicalImpression is on hold or stopped. Note that these are in no way complete and might not even be appropriate for some uses.", + "compose": { + "include": [ + { + "system": "http://snomed.info/sct", + "concept": [ + { "code": "397709008" }, + { "code": "105480006" }, + { "code": "719500002" }, + { "code": "445060000" }, + { "code": "704273008" }, + { "code": "704274002" }, + { "code": "704458005" }, + { "code": "704275001" }, + { "code": "704276000" }, + { "code": "704277009" }, + { "code": "398090008" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalImpressionStatusReason", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "ClinicalImpression Status Reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "clinicalimpression-status-reason", + "url": "http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3183", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinicalimpression-status-reason", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Type for strand.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/strand-type" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/strand-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StrandType", + "experimental": true, + "resourceType": "ValueSet", + "title": "strand Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "strand-type", + "url": "http://hl7.org/fhir/ValueSet/strand-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.985", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/strand-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set indicates the allowed vital sign result types. The LOINC code for Vitals Signs panel (85353-1) is a grouping structure for a set of vital signs and includes related links (with type=has-member) to the Observations in this set (e.g. respiratory rate, heart rate, BP). The Blood pressure panel (85354-9) is used to group the component observations Systolic blood pressure (8480-6) and Diastolic blood pressure (8462-4).", + "compose": { + "include": [ + { + "system": "http://loinc.org", + "concept": [ + { "code": "85353-1" }, + { "code": "9279-1" }, + { "code": "8867-4" }, + { "code": "2708-6" }, + { "code": "8310-5" }, + { "code": "8302-2" }, + { "code": "9843-4" }, + { "code": "29463-7" }, + { "code": "39156-5" }, + { "code": "85354-9" }, + { "code": "8480-6" }, + { "code": "8462-4" }, + { "code": "8478-0" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-vitalsignresult/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VitalSigns", + "copyright": "This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use", + "experimental": false, + "resourceType": "ValueSet", + "title": "Vital Signs", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "id": "observation-vitalsignresult", + "url": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.3.88.12.80.62", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-vitalsignresult", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Relationship between accounts", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/account-relationship" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/account-relationship/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AccountRelationship", + "experimental": true, + "resourceType": "ValueSet", + "title": "Account Relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "account-relationship", + "url": "http://hl7.org/fhir/ValueSet/account-relationship", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3225", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/account-relationship" + }, + { + "description": "Codes identifying the lifecycle stage of a product.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/product-status" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/product-status/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "ProductStatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "product-status", + "url": "http://hl7.org/fhir/ValueSet/product-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.902", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/product-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Example codes for grouping goals to use for filtering or presentation.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/goal-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/goal-category/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International - Patient Care WG", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GoalCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Goal Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "goal-category", + "url": "http://hl7.org/fhir/ValueSet/goal-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.275", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.270", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.411", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/goal-category", + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/", + "system": "url" + } + ] + } + ] + }, + { + "description": "Identification of the underlying physiological mechanism for a Reaction Risk.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/allergy-intolerance-type" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/allergy-intolerance-type/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AllergyIntoleranceType", + "experimental": false, + "resourceType": "ValueSet", + "title": "Allergy Intolerance Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + } + ], + "status": "draft", + "id": "allergy-intolerance-type", + "url": "http://hl7.org/fhir/ValueSet/allergy-intolerance-type", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.131", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.121", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.52", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/allergy-intolerance-type", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Real-world event relating to the schedule.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/event-timing" }, + { + "system": "http://terminology.hl7.org/CodeSystem/v3-TimingEvent", + "concept": [ + { + "code": "HS", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before the hour of sleep (or trying to)" + } + ] + }, + { + "code": "WAKE", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after waking" + } + ] + }, + { + "code": "C", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at a meal (from the Latin cibus)" + } + ] + }, + { + "code": "CM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at breakfast (from the Latin cibus matutinus)" + } + ] + }, + { + "code": "CD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at lunch (from the Latin cibus diurnus)" + } + ] + }, + { + "code": "CV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs at dinner (from the Latin ante cibus vespertinus)" + } + ] + }, + { + "code": "AC", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before a meal (from the Latin ante cibus)" + } + ] + }, + { + "code": "ACM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before breakfast (from the Latin ante cibus matutinus)" + } + ] + }, + { + "code": "ACD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before lunch (from the Latin ante cibus diurnus)" + } + ] + }, + { + "code": "ACV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] before dinner (from the Latin ante cibus vespertinus)" + } + ] + }, + { + "code": "PC", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after a meal (from the Latin post cibus)" + } + ] + }, + { + "code": "PCM", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after breakfast (from the Latin post cibus matutinus)" + } + ] + }, + { + "code": "PCD", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after lunch (from the Latin post cibus diurnus)" + } + ] + }, + { + "code": "PCV", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition", + "valueString": "event occurs [offset] after dinner (from the Latin post cibus vespertinus)" + } + ] + } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/event-timing/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EventTiming", + "experimental": false, + "resourceType": "ValueSet", + "title": "EventTiming", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "event-timing", + "url": "http://hl7.org/fhir/ValueSet/event-timing", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.75", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/event-timing", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes providing the combined status of a specimen.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/specimen-combined" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/specimen-combined/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenCombined", + "experimental": false, + "resourceType": "ValueSet", + "title": "Specimen Combined", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + } + ], + "status": "draft", + "id": "specimen-combined", + "url": "http://hl7.org/fhir/ValueSet/specimen-combined", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3217", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/specimen-combined", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The use of an address.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/address-use" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/address-use/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AddressUse", + "experimental": false, + "resourceType": "ValueSet", + "title": "AddressUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "address-use", + "url": "http://hl7.org/fhir/ValueSet/address-use", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.67", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/address-use", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes for general categories of communications such as alerts, instructions, etc.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/communication-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/communication-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommunicationCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Communication Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "communication-category", + "url": "http://hl7.org/fhir/ValueSet/communication-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.172", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.162", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/communication-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The type of 2D coordinates describing a 2D image region.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/imagingselection-2dgraphictype" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingSelection2DGraphicType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Imaging Selection2 D Graphic Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "imagingselection-2dgraphictype", + "url": "http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3095", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/imagingselection-2dgraphictype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The degree to which the server supports the code search parameter on ValueSet, if it is supported.", + "compose": { + "include": [{ "system": "http://hl7.org/fhir/code-search-support" }] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/code-search-support/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodeSearchSupport", + "experimental": true, + "resourceType": "ValueSet", + "title": "Code Search Support", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "code-search-support", + "url": "http://hl7.org/fhir/ValueSet/code-search-support", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.860", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/code-search-support", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Reference point for characteristic.valueQuantity.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/characteristic-offset" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/characteristic-offset/5.0.0", + "date": "2022-03-04T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CharacteristicOffset", + "experimental": true, + "resourceType": "ValueSet", + "title": "Characteristic Offset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "characteristic-offset", + "url": "http://hl7.org/fhir/ValueSet/characteristic-offset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3061", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/characteristic-offset", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Overall categorization of the event, e.g. product-related or situational.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/adverse-event-category" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-category/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventCategory", + "experimental": true, + "resourceType": "ValueSet", + "title": "Adverse Event Category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-category", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-category", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.833", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.806", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-category", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes Anatomical Structure codes from SNOMED CT - provided as an exemplar.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "91723000", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/approach-site-codes/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTAnatomicalStructureAdministrationSites", + "copyright": "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Anatomical Structure for Administration Site Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "approach-site-codes", + "url": "http://hl7.org/fhir/ValueSet/approach-site-codes", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.346", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/approach-site-codes", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "The type of relationship to the cited artifact.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/related-artifact-type-expanded" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/related-artifact-type-expanded/5.0.0", + "date": "2022-03-22T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "name": "RelatedArtifactTypeExpanded", + "experimental": false, + "resourceType": "ValueSet", + "title": "Related Artifact Type Expanded", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + } + ], + "status": "draft", + "id": "related-artifact-type-expanded", + "url": "http://hl7.org/fhir/ValueSet/related-artifact-type-expanded", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.2975", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/related-artifact-type-expanded", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "This value set includes codes that describe the type of involvement of the actor in the adverse event.", + "compose": { + "include": [ + { + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", + "concept": [ + { "code": "INF" }, + { "code": "PART" }, + { "code": "WIT" }, + { "code": "AUT" } + ] + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/adverse-event-participant-function/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEventParticipantFunction", + "experimental": true, + "resourceType": "ValueSet", + "title": "AdverseEvent Participant Function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "adverse-event-participant-function", + "url": "http://hl7.org/fhir/ValueSet/adverse-event-participant-function", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3235", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/adverse-event-participant-function", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Lifecycle status of the questionnaire response.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/questionnaire-answers-status" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-answers-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireResponseStatus", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Response Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "questionnaire-answers-status", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-answers-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.440", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.258", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-answers-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Codes that guide the display of disabled questionnaire items", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/questionnaire-disabled-display" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/questionnaire-disabled-display/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 International", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "QuestionnaireItemDisabledDisplay", + "experimental": false, + "resourceType": "ValueSet", + "title": "Questionnaire Item Disabled Display", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "active", + "id": "questionnaire-disabled-display", + "url": "http://hl7.org/fhir/ValueSet/questionnaire-disabled-display", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3152", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/questionnaire-disabled-display" + }, + { + "description": "Possible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact.", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/artifactassessment-workflow-status" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactAssessmentWorkflowStatus", + "experimental": true, + "resourceType": "ValueSet", + "title": "Artifact Assessment Workflow Status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "artifactassessment-workflow-status", + "url": "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3157", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": true, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/artifactassessment-workflow-status", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "The change type of the GenomicStudy analysis.", + "compose": { + "include": [ + { "system": "http://hl7.org/fhir/genomicstudy-changetype" } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/genomicstudy-changetype/5.0.0", + "date": "2022-08-17T15:55:11-05:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-25T23:21:02.749-05:00" + }, + "publisher": "HL7 (FHIR Project)", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudyChangeType", + "experimental": true, + "resourceType": "ValueSet", + "title": "Genomic Study Change Type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "genomicstudy-changetype", + "url": "http://hl7.org/fhir/ValueSet/genomicstudy-changetype", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3086", + "system": "urn:ietf:rfc:3986" + } + ], + "immutable": false, + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/genomicstudy-changetype", + "contact": [ + { + "telecom": [ + { "value": "http://hl7.org/fhir", "system": "url" }, + { "value": "fhir@lists.hl7.org", "system": "email" } + ] + } + ] + }, + { + "description": "Kinds of mitigating actions and observations that can be associated with a detected issue or contraindication, such as 'added concurrent therapy', 'prior therapy documented', etc.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "_ActDetectedIssueManagementCode", + "property": "concept" + } + ], + "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DetectedIssueMitigationAction", + "experimental": false, + "resourceType": "ValueSet", + "title": "Detected Issue Mitigation Action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "detectedissue-mitigation-action", + "url": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.205", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.195", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.2.104", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/detectedissue-mitigation-action", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "Codes that describe the normal value in the reference range, such as “Negative” or “Absent”", + "compose": { + "include": [ + { + "system": "http://hl7.org/fhir/observation-referencerange-normalvalue" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue/5.0.0", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ObservationReferenceRangeNormalValueCodes", + "experimental": false, + "resourceType": "ValueSet", + "title": "Observation Reference Range Normal Value Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + } + ], + "status": "draft", + "id": "observation-referencerange-normalvalue", + "url": "http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.3264", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/observation-referencerange-normalvalue", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This value set includes all clinical findings from SNOMED CT - provided as an exemplar value set.", + "compose": { + "include": [ + { + "filter": [ + { + "op": "is-a", + "value": "404684003", + "property": "concept" + } + ], + "system": "http://snomed.info/sct" + } + ] + }, + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/ValueSet/http://hl7.org/fhir/ValueSet/medication-as-needed-reason/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { + "profile": [ + "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + ], + "lastUpdated": "2023-03-26T15:21:02.749+11:00" + }, + "publisher": "FHIR Project team", + "fhirVersion": null, + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SNOMEDCTMedicationAsNeededReasonCodes", + "copyright": "This value set includes content from SNOMED CT, which is copyright 2002 International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.", + "experimental": true, + "resourceType": "ValueSet", + "title": "SNOMED CT Medication As Needed Reason Codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + } + ], + "status": "draft", + "id": "medication-as-needed-reason", + "url": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.3.96", + "system": "urn:ietf:rfc:3986" + }, + { + "use": "old", + "value": "urn:oid:2.16.840.1.113883.4.642.3.89", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/medication-as-needed-reason", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "uri Type: String of characters used to identify a name or a resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/uri/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "uri", + "abstract": false, + "type": "uri", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "uri", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/uri", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/uri", + "differential": { + "element": [ + { + "id": "uri", + "max": "*", + "min": 0, + "path": "uri", + "short": "Primitive Type uri", + "comment": "see http://en.wikipedia.org/wiki/Uniform_resource_identifier", + "definition": "String of characters used to identify a name or a resource" + }, + { + "id": "uri.value", + "max": "1", + "min": 0, + "path": "uri.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uri" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for uri", + "definition": "Primitive value for uri", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "Lipid Lab Report", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/lipidprofile/5.0.0", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "5.0.0", + "name": "ExampleLipidProfile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "experimental": true, + "resourceType": "StructureDefinition", + "title": "Example Lipid Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "This is a test summary [lipids](observation.html)" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "This is a test summary [lipids](observation.html)" + } + ], + "status": "draft", + "id": "lipidprofile", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/lipidprofile", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1392", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/lipidprofile", + "differential": { + "element": [ + { + "id": "DiagnosticReport", + "max": "1", + "min": 1, + "path": "DiagnosticReport", + "short": "Lipid Lab Report", + "comment": "In this profile, mustSupport means that authoring systems must include the ability to report these elements, and processing systems must cater for them by either displaying them to the user or considering them appropriately in decision support systems.", + "definition": "The findings and interpretation of a general lipid lab profile." + }, + { + "path": "DiagnosticReport.code", + "min": 1, + "definition": "LOINC Code for Lipid Panel with LDL.", + "short": "LOINC Code for Lipid Panel with LDL", + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "DiagnosticReport.code", + "comment": "LOINC code includes \"direct\" LDL - does this mean LDL derived by measuring VLDL by ultracentrifugation? This panel includes both measured and calculated LDL.", + "patternCodeableConcept": { + "coding": [ + { + "code": "57698-3", + "system": "http://loinc.org", + "display": "Lipid panel with direct LDL - Serum or Plasma" + } + ] + } + }, + { + "id": "DiagnosticReport.result", + "max": "4", + "min": 3, + "path": "DiagnosticReport.result", + "slicing": { + "rules": "closed", + "ordered": true, + "discriminator": [ + { "path": "resolve().code", "type": "value" } + ] + } + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Reference to Cholesterol Result.", + "short": "Cholesterol Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/cholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "Cholesterol", + "max": "1", + "id": "DiagnosticReport.result:Cholesterol" + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Group of elements for Triglyceride result.", + "short": "Triglyceride Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/triglyceride" + ] + } + ], + "mustSupport": true, + "sliceName": "Triglyceride", + "max": "1", + "id": "DiagnosticReport.result:Triglyceride" + }, + { + "path": "DiagnosticReport.result", + "min": 1, + "definition": "Group of elements for HDL Cholesterol result.", + "short": "HDL Cholesterol Result", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/hdlcholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "HDLCholesterol", + "max": "1", + "id": "DiagnosticReport.result:HDLCholesterol" + }, + { + "path": "DiagnosticReport.result", + "min": 0, + "definition": "LDL Cholesterol result, if reported.", + "short": "LDL Cholesterol result, if reported", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ldlcholesterol" + ] + } + ], + "mustSupport": true, + "sliceName": "LDLCholesterol", + "max": "1", + "id": "DiagnosticReport.result:LDLCholesterol" + }, + { + "path": "DiagnosticReport.conclusion", + "min": 0, + "definition": "May include diagnosis or suggestions for follow up testing.", + "short": "Clinical Interpretation of Lipid Panel", + "type": [{ "code": "markdown" }], + "mustSupport": true, + "max": "1", + "id": "DiagnosticReport.conclusion", + "comment": "It's not unusual for the lab to make some kind of interpretative comment on the set of results." + }, + { + "id": "DiagnosticReport.conclusionCode", + "max": "0", + "min": 0, + "path": "DiagnosticReport.conclusionCode", + "type": [{ "code": "CodeableConcept" }], + "short": "No codes for a lipid panel", + "comment": "Not used in this context.", + "definition": "No codes for a lipid panel." + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + }, + { + "description": "BackboneElement Type: Base definition for all elements that are defined inside a resource - but not those in a data type.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BackboneElement/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BackboneElement", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "BackboneElement", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "BackboneElement", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneElement", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BackboneElement", + "differential": { + "element": [ + { + "id": "BackboneElement", + "max": "*", + "min": 0, + "path": "BackboneElement", + "short": "Base for elements defined inside a resource", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Base definition for all elements that are defined inside a resource - but not those in a data type." + }, + { + "path": "BackboneElement.modifierExtension", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "isModifier": true, + "short": "Extensions that cannot be ignored even if unrecognized", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content", "modifiers"], + "max": "*", + "id": "BackboneElement.modifierExtension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "The EventDefinition resource provides a reusable description of when a particular event can occur.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EventDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EventDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EventDefinition", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EventDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EventDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "EventDefinition", + "min": 0, + "definition": "The EventDefinition resource provides a reusable description of when a particular event can occur.", + "isModifier": false, + "short": "A description of when an event can occur", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EventDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/EventDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "EventDefinition.url", + "requirements": "Allows the event definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this event definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this event definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the event definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this event definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "EventDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this event definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the event definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this event definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "EventDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the event definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the event definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the event definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.version", + "comment": "There may be different event definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the event definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "EventDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "EventDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "EventDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the event definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this event definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "EventDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the event definition.", + "isModifier": false, + "short": "Name for this event definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EventDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "EventDefinition.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the event definition giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the event definition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.subtitle", + "isSummary": false + }, + { + "path": "EventDefinition.status", + "min": 1, + "definition": "The status of this event definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EventDefinition.status", + "comment": "Allows filtering of event definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EventDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level event definition.", + "min": 0, + "definition": "A Boolean value to indicate that this event definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "EventDefinition.experimental", + "comment": "Allows filtering of event definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "EventDefinition.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject of the event definition.", + "isModifier": false, + "short": "Type of individual the event definition is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for an event (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "EventDefinition.subject[x]", + "isSummary": false + }, + { + "path": "EventDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the event definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the event definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "EventDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the event definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EventDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the event definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the event definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EventDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the event definition is the organization or individual primarily responsible for the maintenance and upkeep of the event definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the event definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EventDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EventDefinition.description", + "min": 0, + "definition": "A free text natural language description of the event definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the event definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EventDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the event definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the event definition is presumed to be the predominant language in the place the event definition was created).", + "isSummary": false + }, + { + "path": "EventDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate event definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EventDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the event definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for event definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "EventDefinition.jurisdiction", + "comment": "It may be possible for the event definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "EventDefinition.purpose", + "min": 0, + "definition": "Explanation of why this event definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this event definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EventDefinition.purpose", + "comment": "This element does not describe the usage of the event definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this event definition.", + "isSummary": false + }, + { + "path": "EventDefinition.usage", + "min": 0, + "definition": "A detailed description of how the event definition is used from a clinical perspective.", + "isModifier": false, + "short": "Describes the clinical usage of the event definition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.usage", + "isSummary": false + }, + { + "path": "EventDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the event definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the event definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the event definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "EventDefinition.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "EventDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EventDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "EventDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the event definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EventDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the event definition was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EventDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the event definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the event definition content was or is planned to be in active use.", + "isModifier": false, + "short": "When the event definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EventDefinition.effectivePeriod", + "comment": "The effective period for an event definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a definition intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EventDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the module so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the module. Topics provide a high-level categorization of the module that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "EventDefinition.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "EventDefinition.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.author", + "isSummary": false + }, + { + "path": "EventDefinition.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.editor", + "isSummary": false + }, + { + "path": "EventDefinition.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EventDefinition.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EventDefinition.relatedArtifact", + "requirements": "Modules must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related resources such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.relatedArtifact", + "comment": "Each related resource is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "EventDefinition.trigger", + "min": 1, + "definition": "The trigger element defines when the event occurs. If more than one trigger condition is specified, the event fires whenever any one of the trigger conditions is met.", + "isModifier": false, + "short": "\"when\" the event occurs (multiple = 'or')", + "type": [{ "code": "TriggerDefinition" }], + "mustSupport": false, + "max": "*", + "id": "EventDefinition.trigger", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a product used in healthcare, for clinical or operational purposes.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Product/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Product", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Product", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "product", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Product", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Product", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Product", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "This resource provides the adjudication details from the processing of a Claim resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ClaimResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClaimResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ClaimResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ClaimResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClaimResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClaimResponse", + "differential": { + "element": [ + { + "path": "ClaimResponse", + "min": 0, + "definition": "This resource provides the adjudication details from the processing of a Claim resource.", + "isModifier": false, + "short": "Response to a claim predetermination or preauthorization", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.billing", "identity": "w5" } + ], + "mustSupport": false, + "alias": ["Remittance Advice"], + "max": "*", + "id": "ClaimResponse" + }, + { + "path": "ClaimResponse.identifier", + "requirements": "Allows claim responses to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this claim response.", + "isModifier": false, + "short": "Business Identifier for a claim response", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.identifier", + "isSummary": false + }, + { + "path": "ClaimResponse.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "ClaimResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ClaimResponse.type", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 1, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "isModifier": false, + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "ClaimResponse.type", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type.", + "isSummary": true + }, + { + "path": "ClaimResponse.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "isModifier": false, + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "ClaimResponse.subType", + "comment": "This may contain the local bill type codes, for example the US UB-04 bill type code or the CMS bill type.", + "isSummary": false + }, + { + "path": "ClaimResponse.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.", + "isModifier": false, + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "Claim, preauthorization, predetermination." + }, + "max": "1", + "id": "ClaimResponse.use", + "isSummary": true + }, + { + "path": "ClaimResponse.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service hstory may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for facast reimbursement is sought.", + "isModifier": false, + "short": "The recipient of the products and services", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.patient", + "isSummary": true + }, + { + "path": "ClaimResponse.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "isModifier": false, + "short": "Response creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.created", + "isSummary": true + }, + { + "path": "ClaimResponse.insurer", + "requirements": "To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.", + "min": 0, + "definition": "The party responsible for authorization, adjudication and reimbursement.", + "isModifier": false, + "short": "Party responsible for reimbursement", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurer", + "isSummary": true + }, + { + "path": "ClaimResponse.requestor", + "min": 0, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "isModifier": false, + "short": "Party responsible for the claim", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.requestor", + "comment": "Typically this field would be 1..1 where this party is accountable for the data content within the claim but is not necessarily the facility, provider group or practitioner who provided the products and services listed within this claim resource. This field is the Billing Provider, for example, a facility, provider group, lab or practitioner..", + "isSummary": false + }, + { + "path": "ClaimResponse.request", + "min": 0, + "definition": "Original request resource reference.", + "isModifier": false, + "short": "Id of resource triggering adjudication", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.request", + "isSummary": true + }, + { + "path": "ClaimResponse.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the claim, predetermination, or preauthorization processing.", + "isModifier": false, + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-outcome|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RemittanceOutcome" + } + ], + "description": "The result of the claim processing." + }, + "max": "1", + "id": "ClaimResponse.outcome", + "comment": "The resource may be used to indicate that the Claim/Preauthorization/Pre-determination has been received but processing has not begun (queued); that it has been processed and one or more errors have been detected (error); no errors were detected and some of the adjudication processing has been performed (partial); or all of the adjudication processing has completed without errors (complete).", + "isSummary": true + }, + { + "path": "ClaimResponse.decision", + "requirements": "To advise the requestor of the result of the adjudication process.", + "min": 0, + "definition": "The result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecision" + } + ], + "description": "The overall result of the claim adjudication." + }, + "max": "1", + "id": "ClaimResponse.decision", + "comment": "The element is used to indicate the current state of the adjudication overall for the claim resource, for example: the request has been held (pended) for adjudication processing, for manual review or other reasons; that it has been processed and will be paid, or the outstanding paid, as submitted (approved); that no amount will be paid (denied); or that some amount between zero and the submitted amount will be paid (partial).", + "isSummary": true + }, + { + "path": "ClaimResponse.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the adjudication.", + "isModifier": false, + "short": "Disposition Message", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.disposition", + "isSummary": false + }, + { + "path": "ClaimResponse.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "isModifier": false, + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.preAuthRef", + "comment": "This value is only present on preauthorization adjudications.", + "isSummary": false + }, + { + "path": "ClaimResponse.preAuthPeriod", + "requirements": "To convey to the provider when the authorized products and services must be supplied for the authorized adjudication to apply.", + "min": 0, + "definition": "The time frame during which this authorization is effective.", + "isModifier": false, + "short": "Preauthorization reference effective period", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.preAuthPeriod", + "isSummary": false + }, + { + "path": "ClaimResponse.event", + "min": 0, + "definition": "Information code for an event with a corresponding date or period.", + "isModifier": false, + "short": "Event information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.event", + "isSummary": false + }, + { + "path": "ClaimResponse.event.type", + "min": 1, + "definition": "A coded event such as when a service is expected or a card printed.", + "isModifier": false, + "short": "Specific event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DatesType" + } + ] + }, + "max": "1", + "id": "ClaimResponse.event.type", + "isSummary": false + }, + { + "path": "ClaimResponse.event.when[x]", + "min": 1, + "definition": "A date or period in the past or future indicating when the event occurred or is expectd to occur.", + "isModifier": false, + "short": "Occurance date or period", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.event.when[x]", + "isSummary": false + }, + { + "path": "ClaimResponse.payeeType", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 0, + "definition": "Type of Party to be reimbursed: subscriber, provider, other.", + "isModifier": false, + "short": "Party to be paid any benefits payable", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "ClaimResponse.payeeType", + "isSummary": false + }, + { + "path": "ClaimResponse.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "Healthcare encounters related to this claim.", + "isModifier": false, + "short": "Encounters associated with the listed treatments", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": false + }, + { + "path": "ClaimResponse.diagnosisRelatedGroup", + "requirements": "Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.", + "min": 0, + "definition": "A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.", + "isModifier": false, + "short": "Package billing code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRelatedGroup" + } + ] + }, + "max": "1", + "id": "ClaimResponse.diagnosisRelatedGroup", + "comment": "For example DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardial Infarction and a DRG for HeartAttack would be assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event.", + "isSummary": false + }, + { + "path": "ClaimResponse.item", + "requirements": "The adjudication for items provided on the claim.", + "min": 0, + "definition": "A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.", + "isModifier": false, + "short": "Adjudication for claim line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "ClaimResponse.item", + "isSummary": false + }, + { + "path": "ClaimResponse.item.itemSequence", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim item.", + "min": 1, + "definition": "A number to uniquely reference the claim item entries.", + "isModifier": false, + "short": "Claim item instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.itemSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.item.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Adjudication results", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ReviewOutcome" + } + ], + "max": "1", + "id": "ClaimResponse.item.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.item.reviewOutcome.decision", + "requirements": "To advise the requestor of the result of the adjudication process.", + "min": 0, + "definition": "The result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecision" + } + ] + }, + "max": "1", + "id": "ClaimResponse.item.reviewOutcome.decision", + "comment": "The element is used to indicate the current state of the adjudication overall for the claim resource, for example: the request has been held (pended) for adjudication processing, for manual review or other reasons; that it has been processed and will be paid, or the outstanding paid, as submitted (approved); that no amount will be paid (denied); or that some amount between zero and the submitted amount will be paid (partial).", + "isSummary": false + }, + { + "path": "ClaimResponse.item.reviewOutcome.reason", + "requirements": "To advise the requestor of the contributors to the result of the adjudication process.", + "min": 0, + "definition": "The reasons for the result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Reason for result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecisionReason" + } + ] + }, + "max": "*", + "id": "ClaimResponse.item.reviewOutcome.reason", + "isSummary": false + }, + { + "path": "ClaimResponse.item.reviewOutcome.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "isModifier": false, + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.reviewOutcome.preAuthRef", + "comment": "This value is only present on preauthorization adjudications.", + "isSummary": false + }, + { + "path": "ClaimResponse.item.reviewOutcome.preAuthPeriod", + "requirements": "To convey to the provider when the authorized products and services must be supplied for the authorized adjudication to apply.", + "min": 0, + "definition": "The time frame during which this authorization is effective.", + "isModifier": false, + "short": "Preauthorization reference effective period", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.reviewOutcome.preAuthPeriod", + "isSummary": false + }, + { + "path": "ClaimResponse.item.adjudication", + "requirements": "The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.", + "min": 0, + "definition": "If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.", + "isModifier": false, + "short": "Adjudication details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Adjudication" + } + ], + "max": "*", + "id": "ClaimResponse.item.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.item.adjudication.category", + "requirements": "Needed to enable understanding of the context of the other information in the adjudication.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include the value submitted, maximum values or percentages allowed or payable under the plan, amounts that: the patient is responsible for in aggregate or pertaining to this item; amounts paid by other coverages; and, the benefit payable for this item.", + "isModifier": false, + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ClaimResponse.item.adjudication.category", + "comment": "For example codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": false + }, + { + "path": "ClaimResponse.item.adjudication.reason", + "requirements": "To support understanding of variance from adjudication expectations.", + "min": 0, + "definition": "A code supporting the understanding of the adjudication result and explaining variance from expected amount.", + "isModifier": false, + "short": "Explanation of adjudication outcome", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationReason" + } + ], + "description": "The adjudication reason codes." + }, + "max": "1", + "id": "ClaimResponse.item.adjudication.reason", + "comment": "For example may indicate that the funds for this benefit type have been exhausted.", + "isSummary": false + }, + { + "path": "ClaimResponse.item.adjudication.amount", + "requirements": "Most adjudication categories convey a monetary amount.", + "min": 0, + "definition": "Monetary amount associated with the category.", + "isModifier": false, + "short": "Monetary amount", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.adjudication.amount", + "comment": "For example: amount submitted, eligible amount, co-payment, and benefit payable.", + "isSummary": false + }, + { + "path": "ClaimResponse.item.adjudication.quantity", + "requirements": "Some adjudication categories convey a percentage or a fixed value.", + "min": 0, + "definition": "A non-monetary value associated with the category. Mutually exclusive to the amount element above.", + "isModifier": false, + "short": "Non-monetary value", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.adjudication.quantity", + "comment": "For example: eligible percentage or co-payment percentage.", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail", + "requirements": "The adjudication for details provided on the claim.", + "min": 0, + "definition": "A claim detail. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "isModifier": false, + "short": "Adjudication for claim details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ItemDetail" + } + ], + "max": "*", + "id": "ClaimResponse.item.detail", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.detailSequence", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim detail.", + "min": 1, + "definition": "A number to uniquely reference the claim detail entry.", + "isModifier": false, + "short": "Claim detail instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.detail.detailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Detail level adjudication results", + "contentReference": "#ClaimResponse.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.detail.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Detail level adjudication details", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail", + "requirements": "The adjudication for sub-details provided on the claim.", + "min": 0, + "definition": "A sub-detail adjudication of a simple product or service.", + "isModifier": false, + "short": "Adjudication for claim sub-details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "max": "*", + "id": "ClaimResponse.item.detail.subDetail", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail.subDetailSequence", + "requirements": "Necessary to provide a mechanism to link the adjudication result to the submitted claim sub-detail.", + "min": 1, + "definition": "A number to uniquely reference the claim sub-detail entry.", + "isModifier": false, + "short": "Claim sub-detail instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.detail.subDetail.subDetailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.subDetail.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.subDetail.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Subdetail level adjudication results", + "contentReference": "#ClaimResponse.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.item.detail.subDetail.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.item.detail.subDetail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Subdetail level adjudication details", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.item.detail.subDetail.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem", + "requirements": "Insurers may redefine the provided product or service or may package and/or decompose groups of products and services. The addItems allows the insurer to provide their line item list with linkage to the submitted items/details/sub-details. In a preauthorization the insurer may use the addItem structure to provide additional information on authorized products and services.", + "min": 0, + "definition": "The first-tier service adjudications for payor added product or service lines.", + "isModifier": false, + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItem" + } + ], + "max": "*", + "id": "ClaimResponse.addItem", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.itemSequence", + "requirements": "Provides references to the claim items.", + "min": 0, + "definition": "Claim items which this service line is intended to replace.", + "isModifier": false, + "short": "Item sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.itemSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detailSequence", + "requirements": "Provides references to the claim details within the claim item.", + "min": 0, + "definition": "The sequence number of the details within the claim item which this line is intended to replace.", + "isModifier": false, + "short": "Detail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.subdetailSequence", + "requirements": "Provides references to the claim sub-details within the claim detail.", + "min": 0, + "definition": "The sequence number of the sub-details within the details within the claim item which this line is intended to replace.", + "isModifier": false, + "short": "Subdetail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.subdetailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.provider", + "requirements": "Insurer may provide authorization specifically to a restricted set of providers rather than an open authorization.", + "min": 0, + "definition": "The providers who are authorized for the services rendered to the patient.", + "isModifier": false, + "short": "Authorized providers", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.provider", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ClaimResponse.addItem.revenue", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ClaimResponse.addItem.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.request", + "requirements": "May identify the service to be provided or provider authorization for the service.", + "min": 0, + "definition": "Request or Referral for Goods or Service to be rendered.", + "isModifier": false, + "short": "Request or Referral for Service", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.request", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "mapping": [{ "map": "24.H", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ClaimResponse.addItem.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "isModifier": false, + "short": "Date or dates of service or product delivery", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "24.A", "identity": "rim" } + ], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.serviced[x]", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "isModifier": false, + "short": "Place of service or where product was supplied", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": "24.B", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place of service: pharmacy, school, prison, etc." + }, + "max": "1", + "id": "ClaimResponse.addItem.location[x]", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.quantity", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.unitPrice", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.tax", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.bodySite", + "min": 0, + "definition": "Physical location where the service is performed or applies.", + "isModifier": false, + "short": "Anatomical location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "BodySite" + } + ], + "max": "*", + "id": "ClaimResponse.addItem.bodySite", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.bodySite.site", + "requirements": "Allows insurer to validate specific procedures.", + "min": 1, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "isModifier": false, + "short": "Location", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ] + }, + "max": "*", + "id": "ClaimResponse.addItem.bodySite.site", + "comment": "For example: Providing a tooth code allows an insurer to identify a provider performing a filling on a tooth that was previously removed.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.bodySite.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "isModifier": false, + "short": "Sub-location", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ] + }, + "max": "*", + "id": "ClaimResponse.addItem.bodySite.subSite", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Added items adjudication results", + "contentReference": "#ClaimResponse.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items adjudication", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail", + "min": 0, + "definition": "The second-tier service adjudications for payor added services.", + "isModifier": false, + "short": "Insurer added line details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetail" + } + ], + "max": "*", + "id": "ClaimResponse.addItem.detail", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.revenue", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ClaimResponse.addItem.detail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.detail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.quantity", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.unitPrice", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.tax", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the addItem.detail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Added items detail level adjudication results", + "contentReference": "#ClaimResponse.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items detail adjudication", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail", + "min": 0, + "definition": "The third-tier service adjudications for payor added services.", + "isModifier": false, + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemSubDetail" + } + ], + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail.traceNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.revenue", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "mapping": [ + { "map": "24.C, 24.D mods", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail.modifier", + "comment": "For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "mapping": [{ "map": "24.G", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.quantity", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.unitPrice", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.tax", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the addItem.detail.subDetail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "mapping": [{ "map": "24.F", "identity": "rim" }], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail.noteNumber", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Added items subdetail level adjudication results", + "contentReference": "#ClaimResponse.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.addItem.detail.subDetail.reviewOutcome", + "isSummary": false + }, + { + "path": "ClaimResponse.addItem.detail.subDetail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items subdetail adjudication", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.addItem.detail.subDetail.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.adjudication", + "requirements": "Some insurers will receive line-items but provide the adjudication only at a summary or header-level.", + "min": 0, + "definition": "The adjudication results which are presented at the header level rather than at the line-item or add-item levels.", + "isModifier": false, + "short": "Header-level adjudication", + "contentReference": "#ClaimResponse.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.adjudication", + "isSummary": false + }, + { + "path": "ClaimResponse.total", + "requirements": "To provide the requestor with financial totals by category for the adjudication.", + "min": 0, + "definition": "Categorized monetary totals for the adjudication.", + "isModifier": false, + "short": "Adjudication totals", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Total" + } + ], + "max": "*", + "id": "ClaimResponse.total", + "comment": "Totals for amounts submitted, co-pays, benefits payable etc.", + "isSummary": true + }, + { + "path": "ClaimResponse.total.category", + "requirements": "Needed to convey the type of total provided.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "isModifier": false, + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ClaimResponse.total.category", + "comment": "For example codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": true + }, + { + "path": "ClaimResponse.total.amount", + "requirements": "Needed to convey the total monetary amount.", + "min": 1, + "definition": "Monetary total amount associated with the category.", + "isModifier": false, + "short": "Financial total for the category", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.total.amount", + "isSummary": true + }, + { + "path": "ClaimResponse.payment", + "requirements": "Needed to convey references to the financial instrument that has been used if payment has been made.", + "min": 0, + "definition": "Payment details for the adjudication of the claim.", + "isModifier": false, + "short": "Payment Details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payment" + } + ], + "max": "1", + "id": "ClaimResponse.payment", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.type", + "requirements": "To advise the requestor when the insurer believes all payments to have been completed.", + "min": 1, + "definition": "Whether this represents partial or complete payment of the benefits payable.", + "isModifier": false, + "short": "Partial or complete payment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ], + "description": "The type (partial, complete) of the payment." + }, + "max": "1", + "id": "ClaimResponse.payment.type", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.adjustment", + "requirements": "To advise the requestor of adjustments applied to the payment.", + "min": 0, + "definition": "Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.", + "isModifier": false, + "short": "Payment adjustment for non-claim issues", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.payment.adjustment", + "comment": "Insurers will deduct amounts owing from the provider (adjustment), such as a prior overpayment, from the amount owing to the provider (benefits payable) when payment is made to the provider.", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.adjustmentReason", + "requirements": "Needed to clarify the monetary adjustment.", + "min": 0, + "definition": "Reason for the payment adjustment.", + "isModifier": false, + "short": "Explanation for the adjustment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentAdjustmentReason" + } + ], + "description": "Payment Adjustment reason codes." + }, + "max": "1", + "id": "ClaimResponse.payment.adjustmentReason", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.date", + "requirements": "To advise the payee when payment can be expected.", + "min": 0, + "definition": "Estimated date the payment will be issued or the actual issue date of payment.", + "isModifier": false, + "short": "Expected date of payment", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.payment.date", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.amount", + "requirements": "Needed to provide the actual payment amount.", + "min": 1, + "definition": "Benefits payable less any payment adjustment.", + "isModifier": false, + "short": "Payable amount after adjustment", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.payment.amount", + "isSummary": false + }, + { + "path": "ClaimResponse.payment.identifier", + "requirements": "Enable the receiver to reconcile when payment received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "isModifier": false, + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.payment.identifier", + "comment": "For example: EFT number or check number.", + "isSummary": false + }, + { + "path": "ClaimResponse.fundsReserve", + "requirements": "Needed to advise the submitting provider on whether the rquest for reservation of funds has been honored.", + "min": 0, + "definition": "A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.", + "isModifier": false, + "short": "Funds reserved status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "max": "1", + "id": "ClaimResponse.fundsReserve", + "comment": "Fund would be release by a future claim quoting the preAuthRef of this response. Examples of values include: provider, patient, none.", + "isSummary": false + }, + { + "path": "ClaimResponse.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "isModifier": false, + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "ClaimResponse.formCode", + "comment": "May be needed to identify specific jurisdictional forms.", + "isSummary": false + }, + { + "path": "ClaimResponse.form", + "requirements": "Needed to include the specific form used for producing output for this response.", + "min": 0, + "definition": "The actual form, by reference or inclusion, for printing the content or an EOB.", + "isModifier": false, + "short": "Printed reference or actual form", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.form", + "comment": "Needed to permit insurers to include the actual form.", + "isSummary": false + }, + { + "path": "ClaimResponse.processNote", + "requirements": "Provides the insurer specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains adjudication results in a human readable form.", + "isModifier": false, + "short": "Note concerning adjudication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Note" + } + ], + "max": "*", + "id": "ClaimResponse.processNote", + "isSummary": false + }, + { + "path": "ClaimResponse.processNote.number", + "requirements": "Necessary to provide a mechanism to link from adjudications.", + "min": 0, + "definition": "A number to uniquely identify a note entry.", + "isModifier": false, + "short": "Note instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.processNote.number", + "isSummary": false + }, + { + "path": "ClaimResponse.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "isModifier": false, + "short": "Note purpose", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "ClaimResponse.processNote.type", + "isSummary": false + }, + { + "path": "ClaimResponse.processNote.text", + "requirements": "Required to provide human readable explanation.", + "min": 1, + "definition": "The explanation or description associated with the processing.", + "isModifier": false, + "short": "Note explanatory text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.processNote.text", + "isSummary": false + }, + { + "path": "ClaimResponse.processNote.language", + "requirements": "Note text may vary from the resource defined language.", + "min": 0, + "definition": "A code to define the language used in the text of the note.", + "isModifier": false, + "short": "Language of the text", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "ClaimResponse.processNote.language", + "comment": "Only required if the language is different from the resource language.", + "isSummary": false + }, + { + "path": "ClaimResponse.communicationRequest", + "requirements": "Need to communicate insurer request for additional information required to support the adjudication.", + "min": 0, + "definition": "Request for additional supporting or authorizing information.", + "isModifier": false, + "short": "Request for additional information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.communicationRequest", + "comment": "For example: professional reports, documents, images, clinical resources, or accident reports.", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "isModifier": false, + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "ClaimResponse.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance.sequence", + "requirements": "To maintain order of the coverages.", + "min": 1, + "definition": "A number to uniquely identify insurance entries and provide a sequence of coverages to convey coordination of benefit order.", + "isModifier": false, + "short": "Insurance instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurance.sequence", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "isModifier": false, + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "isModifier": false, + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurance.coverage", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance.businessArrangement", + "requirements": "Providers may have multiple business arrangements with a given insurer and must supply the specific contract number for adjudication.", + "min": 0, + "definition": "A business agreement number established between the provider and the insurer for special business processing purposes.", + "isModifier": false, + "short": "Additional provider contract number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurance.businessArrangement", + "isSummary": false + }, + { + "path": "ClaimResponse.insurance.claimResponse", + "requirements": "An insurer need the adjudication results from prior insurers to determine the outstanding balance remaining by item for the items in the curent claim.", + "min": 0, + "definition": "The result of the adjudication of the line items for the Coverage specified in this insurance.", + "isModifier": false, + "short": "Adjudication results", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.insurance.claimResponse", + "comment": "Must not be specified when 'focal=true' for this insurance.", + "isSummary": false + }, + { + "path": "ClaimResponse.error", + "requirements": "Need to communicate processing issues to the requestor.", + "min": 0, + "definition": "Errors encountered during the processing of the adjudication.", + "isModifier": false, + "short": "Processing errors", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Error" + } + ], + "max": "*", + "id": "ClaimResponse.error", + "comment": "If the request contains errors then an error element should be provided and no adjudication related sections (item, addItem, or payment) should be present.", + "isSummary": false + }, + { + "path": "ClaimResponse.error.itemSequence", + "requirements": "Provides references to the claim items.", + "min": 0, + "definition": "The sequence number of the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "isModifier": false, + "short": "Item sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.error.itemSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.error.detailSequence", + "requirements": "Provides references to the claim details within the claim item.", + "min": 0, + "definition": "The sequence number of the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "isModifier": false, + "short": "Detail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.error.detailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.error.subDetailSequence", + "requirements": "Provides references to the claim sub-details within the claim detail.", + "min": 0, + "definition": "The sequence number of the sub-detail within the detail within the line item submitted which contains the error. This value is omitted when the error occurs outside of the item structure.", + "isModifier": false, + "short": "Subdetail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ClaimResponse.error.subDetailSequence", + "isSummary": false + }, + { + "path": "ClaimResponse.error.code", + "requirements": "Required to convey processing errors.", + "min": 1, + "definition": "An error code, from a specified code system, which details why the claim could not be adjudicated.", + "isModifier": false, + "short": "Error code detailing processing issues", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-error", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationError" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The adjudication error codes." + }, + "max": "1", + "id": "ClaimResponse.error.code", + "isSummary": true + }, + { + "path": "ClaimResponse.error.expression", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.", + "isModifier": false, + "short": "FHIRPath of element(s) related to issue", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ClaimResponse.error.expression", + "comment": "The root of the FHIRPath is the resource or bundle that generated OperationOutcome. Each FHIRPath SHALL resolve to a single node.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceNucleicAcid", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceNucleicAcid", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceNucleicAcid", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceNucleicAcid", + "differential": { + "element": [ + { + "path": "SubstanceNucleicAcid", + "min": 0, + "definition": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction.", + "isModifier": false, + "short": "Nucleic acids are defined by three distinct elements: the base, sugar and linkage. Individual substance/moiety IDs will be created for each of these elements. The nucleotide sequence will be always entered in the 5’-3’ direction", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceNucleicAcid" + }, + { + "path": "SubstanceNucleicAcid.sequenceType", + "min": 0, + "definition": "The type of the sequence shall be specified based on a controlled vocabulary.", + "isModifier": false, + "short": "The type of the sequence shall be specified based on a controlled vocabulary", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.sequenceType", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.numberOfSubunits", + "min": 0, + "definition": "The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit.", + "isModifier": false, + "short": "The number of linear sequences of nucleotides linked through phosphodiester bonds shall be described. Subunits would be strands of nucleic acids that are tightly associated typically through Watson-Crick base pairing. NOTE: If not specified in the reference source, the assumption is that there is 1 subunit", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.numberOfSubunits", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.areaOfHybridisation", + "min": 0, + "definition": "The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”.", + "isModifier": false, + "short": "The area of hybridisation shall be described if applicable for double stranded RNA or DNA. The number associated with the subunit followed by the number associated to the residue shall be specified in increasing order. The underscore “” shall be used as separator as follows: “Subunitnumber Residue”", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.areaOfHybridisation", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.oligoNucleotideType", + "min": 0, + "definition": "(TBC).", + "isModifier": false, + "short": "(TBC)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.oligoNucleotideType", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit", + "min": 0, + "definition": "Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times.", + "isModifier": false, + "short": "Subunits are listed in order of decreasing length; sequences of the same length will be ordered by molecular weight; subunits that have identical sequences will be repeated multiple times", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceNucleicAcid.subunit", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.subunit", + "min": 0, + "definition": "Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts.", + "isModifier": false, + "short": "Index of linear sequences of nucleic acids in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.subunit", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sequence", + "min": 0, + "definition": "Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured.", + "isModifier": false, + "short": "Actual nucleotide sequence notation from 5' to 3' end using standard single letter codes. In addition to the base sequence, sugar and type of phosphate or non-phosphate linkage should also be captured", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.sequence", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.length", + "min": 0, + "definition": "The length of the sequence shall be captured.", + "isModifier": false, + "short": "The length of the sequence shall be captured", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.length", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sequenceAttachment", + "min": 0, + "definition": "(TBC).", + "isModifier": false, + "short": "(TBC)", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.sequenceAttachment", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.fivePrime", + "min": 0, + "definition": "The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant.", + "isModifier": false, + "short": "The nucleotide present at the 5’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the first position in the sequence. A separate representation would be redundant", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.fivePrime", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.threePrime", + "min": 0, + "definition": "The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant.", + "isModifier": false, + "short": "The nucleotide present at the 3’ terminal shall be specified based on a controlled vocabulary. Since the sequence is represented from the 5' to the 3' end, the 5’ prime nucleotide is the letter at the last position in the sequence. A separate representation would be redundant", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.threePrime", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.linkage", + "min": 0, + "definition": "The linkages between sugar residues will also be captured.", + "isModifier": false, + "short": "The linkages between sugar residues will also be captured", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceNucleicAcid.subunit.linkage", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.linkage.connectivity", + "min": 0, + "definition": "The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified.", + "isModifier": false, + "short": "The entity that links the sugar residues together should also be captured for nearly all naturally occurring nucleic acid the linkage is a phosphate group. For many synthetic oligonucleotides phosphorothioate linkages are often seen. Linkage connectivity is assumed to be 3’-5’. If the linkage is either 3’-3’ or 5’-5’ this should be specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.linkage.connectivity", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.linkage.identifier", + "min": 0, + "definition": "Each linkage will be registered as a fragment and have an ID.", + "isModifier": false, + "short": "Each linkage will be registered as a fragment and have an ID", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.linkage.identifier", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.linkage.name", + "min": 0, + "definition": "Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage.", + "isModifier": false, + "short": "Each linkage will be registered as a fragment and have at least one name. A single name shall be assigned to each linkage", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.linkage.name", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.linkage.residueSite", + "min": 0, + "definition": "Residues shall be captured as described in 5.3.6.8.3.", + "isModifier": false, + "short": "Residues shall be captured as described in 5.3.6.8.3", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.linkage.residueSite", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sugar", + "min": 0, + "definition": "5.3.6.8.1 Sugar ID (Mandatory).", + "isModifier": false, + "short": "5.3.6.8.1 Sugar ID (Mandatory)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceNucleicAcid.subunit.sugar", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sugar.identifier", + "min": 0, + "definition": "The Substance ID of the sugar or sugar-like component that make up the nucleotide.", + "isModifier": false, + "short": "The Substance ID of the sugar or sugar-like component that make up the nucleotide", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.sugar.identifier", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sugar.name", + "min": 0, + "definition": "The name of the sugar or sugar-like component that make up the nucleotide.", + "isModifier": false, + "short": "The name of the sugar or sugar-like component that make up the nucleotide", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.sugar.name", + "isSummary": true + }, + { + "path": "SubstanceNucleicAcid.subunit.sugar.residueSite", + "min": 0, + "definition": "The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above.", + "isModifier": false, + "short": "The residues that contain a given sugar will be captured. The order of given residues will be captured in the 5‘-3‘direction consistent with the base sequences listed above", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceNucleicAcid.subunit.sugar.residueSite", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/StructureDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "StructureDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "StructureDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "sdf-9", + "human": "In any snapshot or differential, no label, code or requirements on an element without a \".\" in the path (e.g. the first element)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "children().element.where(path.contains('.').not()).label.empty() and children().element.where(path.contains('.').not()).code.empty() and children().element.where(path.contains('.').not()).requirements.empty()", + "requirements": "Because these 3 fields seem to be have overlapping meaning with the ones in the root of StructureDefinition" + }, + { + "key": "sdf-15a", + "human": "If the first element in a differential has no \".\" in the path and it's not a logical model, it has no type", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "(kind!='logical' and differential.element.first().path.contains('.').not()) implies differential.element.first().type.empty()", + "requirements": "No Type on the root element (differential)" + }, + { + "key": "sdf-19", + "human": "FHIR Specification models only use FHIR defined types", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (differential | snapshot).element.type.code.all(matches('^[a-zA-Z0-9]+$') or matches('^http:\\\\/\\\\/hl7\\\\.org\\\\/fhirpath\\\\/System\\\\.[A-Z][A-Za-z]+$'))", + "requirements": "custom types only in logical models" + }, + { + "key": "sdf-16", + "human": "All element definitions must have unique ids (snapshot)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and snapshot.element.id.trace('ids').isDistinct()", + "requirements": "element ids need to be unique" + }, + { + "key": "sdf-27", + "human": "If there's a base definition, there must be a derivation ", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "baseDefinition.exists() implies derivation.exists()" + }, + { + "key": "sdf-15", + "human": "The first element in a snapshot has no type unless model is a logical model.", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "kind!='logical' implies snapshot.element.first().type.empty()", + "requirements": "No Type on the root element (snapshot)" + }, + { + "key": "sdf-18", + "human": "Context Invariants can only be used for extensions", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "contextInvariant.exists() implies type = 'Extension'", + "requirements": "contextInvariant" + }, + { + "key": "sdf-29", + "human": "Elements in Resources must have a min cardinality or 0 or 1 and a max cardinality of 1 or *", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "warning", + "expression": "((kind in 'resource' | 'complex-type') and (derivation = 'specialization')) implies differential.element.where((min != 0 and min != 1) or (max != '1' and max != '*')).empty()" + }, + { + "key": "sdf-17", + "human": "All element definitions must have unique ids (diff)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "differential.element.all(id.exists()) and differential.element.id.trace('ids').isDistinct()", + "requirements": "element ids need to be unique" + }, + { + "key": "sdf-23", + "human": "No slice name on root", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "(snapshot | differential).element.all(path.contains('.').not() implies sliceName.empty())", + "requirements": "no sliceName on root" + }, + { + "key": "sdf-11", + "human": "If there's a type, its content must match the path name in the first element of a snapshot", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "kind != 'logical' implies snapshot.empty() or snapshot.element.first().path = type", + "requirements": "Ensure that the type is not inconsistent with the other information in the structure" + }, + { + "key": "sdf-22", + "human": "FHIR Specification models never have default values", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "url.startsWith('http://hl7.org/fhir/StructureDefinition') implies (snapshot.element.defaultValue.empty() and differential.element.defaultValue.empty())", + "requirements": "no default values on data types or resources" + }, + { + "key": "sdf-14", + "human": "All element definitions must have an id", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "snapshot.element.all(id.exists()) and differential.element.all(id.exists())", + "requirements": "elements have id" + }, + { + "key": "sdf-1", + "human": "Element paths must be unique unless the structure is a constraint", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "derivation = 'constraint' or snapshot.element.select(path).isDistinct()" + }, + { + "key": "sdf-21", + "human": "Default values can only be specified on specializations", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "differential.element.defaultValue.exists() implies (derivation = 'specialization')", + "requirements": "no default values on data types or resources" + }, + { + "key": "sdf-6", + "human": "A structure must have either a differential, or a snapshot (or both)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "snapshot.exists() or differential.exists()" + }, + { + "key": "sdf-5", + "human": "If the structure defines an extension then the structure must have context information", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "type != 'Extension' or derivation = 'specialization' or (context.exists())" + }, + { + "key": "sdf-4", + "human": "If the structure is not abstract, then there SHALL be a baseDefinition", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "abstract = true or baseDefinition.exists()", + "requirements": "Ensure that the base types are abstract" + } + ], + "path": "StructureDefinition", + "min": 0, + "definition": "A definition of a FHIR structure. This resource is used to describe the underlying resources, data types defined in FHIR, and also for describing extensions and constraints on resources and data types.", + "isModifier": false, + "short": "Structural Definition", + "mapping": [ + { "map": "conformance.content", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["Template", "Profile"], + "max": "*", + "id": "StructureDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "StructureDefinition.url", + "requirements": "Allows the structure definition to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this structure definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this structure definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "StructureDefinition.url", + "condition": ["sdf-19", "sdf-22"], + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "StructureDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this structure definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the structure definition", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "Identifier part", "identity": "iso11179" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "StructureDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the structure definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure definition author and is not expected to be globally unique. There is no expectation that versions can be placed in a lexicographical sequence, so authors are encouraged to populate the StructureDefinition.versionAlgorithm[x] element to enable comparisons. If there is no managed version available, authors can consider using ISO date/time syntax (e.g., '2023-01-01').", + "isModifier": false, + "short": "Business version of the structure definition", + "mapping": [ + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "Version", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.version", + "comment": "There may be different structure definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "StructureDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "StructureDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "StructureDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the structure definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this structure definition (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.Some Examples: \n\n* O2SatObservation\n* PresentationReport\n* Immunization2\n* AcmeAdmissionRecordOld.", + "isSummary": true + }, + { + "path": "StructureDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the structure definition.", + "isModifier": false, + "short": "Name for this structure definition (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.Applications don't have to use this name but can always fall back to it. The title also corresponds to the label for the root element.", + "isSummary": true + }, + { + "path": "StructureDefinition.status", + "min": 1, + "definition": "The status of this structure definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Registration status", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "StructureDefinition.status", + "comment": "Allows filtering of structure definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "StructureDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure definition.", + "min": 0, + "definition": "A Boolean value to indicate that this structure definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "Registration status", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "StructureDefinition.experimental", + "comment": "Allows filtering of structure definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "StructureDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the structure definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "StructureDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "StructureDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the structure definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the structure definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "Registration Authority", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the structure definition is the organization or individual primarily responsible for the maintenance and upkeep of the structure definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "StructureDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "StructureDefinition.description", + "min": 0, + "definition": "A free text natural language description of the structure definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the structure definition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure definition is presumed to be the predominant language in the place the structure definition was created).", + "isSummary": false + }, + { + "path": "StructureDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "StructureDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "StructureDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the structure definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for structure definition (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "StructureDefinition.jurisdiction", + "comment": "It may be possible for the structure definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "StructureDefinition.purpose", + "min": 0, + "definition": "Explanation of why this structure definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this structure definition is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureDefinition.purpose", + "comment": "This element does not describe the usage of the structure definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure definition.", + "isSummary": false + }, + { + "path": "StructureDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the structure definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure definition. The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "StructureDefinition.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "StructureDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "StructureDefinition.keyword", + "requirements": "Assist in searching for appropriate StructureDefinitions.", + "min": 0, + "definition": "(DEPRECATED) A set of key words or terms from external terminologies that may be used to assist with indexing and searching of templates nby describing the use of this structure definition, or the content it describes.", + "isModifier": false, + "short": "Assist with indexing and finding", + "mapping": [{ "map": "keywords", "identity": "iso11179" }], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureDefinitionKeyword" + } + ], + "description": "Codes for the meaning of the defined structure (SNOMED CT and LOINC codes, as an example)." + }, + "max": "*", + "id": "StructureDefinition.keyword", + "comment": "Note that this element is deprecated. Use the [http://hl7.org/fhir/StructureDefinition/artifact-topic](http://hl7.org/fhir/extensions/StructureDefinition-artifact-topic.html) extension instead.", + "isSummary": true + }, + { + "path": "StructureDefinition.fhirVersion", + "min": 0, + "definition": "The version of the FHIR specification on which this StructureDefinition is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version.", + "isModifier": false, + "short": "FHIR Version this StructureDefinition targets", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "1", + "id": "StructureDefinition.fhirVersion", + "comment": "A StructureDefinition does not need to specify the target it applies to as StructureDefinitions will often be valid across multiple versions of FHIR. FHIR tooling can determine whether a StructureDefinition is consistent with a particular StructureDefinition if desired.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "sdf-2", + "human": "Must have at least a name or a uri (or both)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "name.exists() or uri.exists()" + } + ], + "path": "StructureDefinition.mapping", + "min": 0, + "definition": "An external specification that the content is mapped to.", + "isModifier": false, + "short": "External specification that the content is mapped to", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.mapping", + "isSummary": false + }, + { + "path": "StructureDefinition.mapping.identity", + "min": 1, + "definition": "An Internal id that is used to identify this mapping set when specific mappings are made.", + "isModifier": false, + "short": "Internal id when this mapping is used", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.mapping.identity", + "comment": "The specification is described once, with general comments, and then specific mappings are made that reference this declaration.", + "isSummary": false + }, + { + "path": "StructureDefinition.mapping.uri", + "min": 0, + "definition": "An absolute URI that identifies the specification that this mapping is expressed to.", + "isModifier": false, + "short": "Identifies what this mapping refers to", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.mapping.uri", + "condition": ["sdf-2"], + "comment": "A formal identity for the specification being mapped to helps with identifying maps consistently.", + "isSummary": false + }, + { + "path": "StructureDefinition.mapping.name", + "min": 0, + "definition": "A name for the specification that is being mapped to.", + "isModifier": false, + "short": "Names what this mapping refers to", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.mapping.name", + "condition": ["sdf-2"], + "isSummary": false + }, + { + "path": "StructureDefinition.mapping.comment", + "min": 0, + "definition": "Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.", + "isModifier": false, + "short": "Versions, Issues, Scope limitations etc", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.mapping.comment", + "isSummary": false + }, + { + "path": "StructureDefinition.kind", + "min": 1, + "definition": "Defines the kind of structure that this definition is describing.", + "isModifier": false, + "short": "primitive-type | complex-type | resource | logical", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/structure-definition-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureDefinitionKind" + } + ], + "description": "Defines the type of structure that a definition is describing." + }, + "max": "1", + "id": "StructureDefinition.kind", + "condition": [ + "sdf-15a", + "sdf-15", + "sdf-11", + "sdf-29", + "sdf-8", + "sdf-3", + "sdf-8a" + ], + "isSummary": true + }, + { + "path": "StructureDefinition.abstract", + "min": 1, + "definition": "Whether structure this definition describes is abstract or not - that is, whether the structure is not intended to be instantiated. For Resources and Data types, abstract types will never be exchanged between systems.", + "isModifier": false, + "short": "Whether the structure is abstract", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.abstract", + "condition": ["sdf-4"], + "comment": "Abstract Resources cannot be instantiated - a concrete sub-type must be used. Abstract datatypes and extensions cannot be used in an instance. For logical models, the exact implication of \"abstract\" will rest with the author, depending how the logical model is used. Flagging a constraint structure as abstract conveys design intent but makes no difference to how the structure definition is handled. Note that inline declared elements that are given the type \"Element\" in the StructureDefinition, but have children described, are anonymous concrete types that specialize Element.", + "isSummary": true + }, + { + "path": "StructureDefinition.context", + "min": 0, + "definition": "Identifies the types of resource or data type elements to which the extension can be applied. For more guidance on using the 'context' element, see the [defining extensions page](defining-extensions.html#context).", + "isModifier": false, + "short": "If an extension, where it can be used in instances", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.context", + "condition": ["sdf-5"], + "isSummary": true + }, + { + "path": "StructureDefinition.context.type", + "min": 1, + "definition": "Defines how to interpret the expression that defines what the context of the extension is.", + "isModifier": false, + "short": "fhirpath | element | extension", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/extension-context-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExtensionContextType" + } + ], + "description": "How an extension context is interpreted." + }, + "max": "1", + "id": "StructureDefinition.context.type", + "isSummary": true + }, + { + "path": "StructureDefinition.context.expression", + "min": 1, + "definition": "An expression that defines where an extension can be used in resources.", + "isModifier": false, + "short": "Where the extension can be used in instances", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.context.expression", + "isSummary": true + }, + { + "path": "StructureDefinition.contextInvariant", + "min": 0, + "definition": "A set of rules as FHIRPath Invariants about when the extension can be used (e.g. co-occurrence variants for the extension). All the rules must be true.", + "isModifier": false, + "short": "FHIRPath invariants - when the extension can be used", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.contextInvariant", + "condition": ["sdf-18"], + "comment": "The rules are only evaluated when the extension is present. When evaluating the invariant, the FHIRPath focus is the element that holds the extension, and %extension refers to the extension itself.", + "isSummary": true + }, + { + "path": "StructureDefinition.type", + "min": 1, + "definition": "The type this structure describes. If the derivation kind is 'specialization' then this is the master definition for a type, and there is always one of these (a data type, an extension, a resource, including abstract ones). Otherwise the structure definition is a constraint on the stated type (and in this case, the type cannot be an abstract type). References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models, where they are required.", + "isModifier": false, + "short": "Type defined or constrained by this structure", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Either a resource or a data type, including logical model types." + }, + "max": "1", + "id": "StructureDefinition.type", + "condition": [ + "sdf-18", + "sdf-11", + "sdf-5", + "sdf-8", + "sdf-8a" + ], + "comment": "Note that in the case of constraints, the type could be determined by chasing through the baseDefinition references until a type defining structure (derivation = specialization) is reached, or by looking at the path of the first element in the snapshot - if present - but providing the type directly makes for simpler tooling and indexing. \n\nThe type must match the elements defined in the differential and the snapshot. For all FHIR defined types, the path name of the element will start with the type name. For logical models, where the type SHALL be a fully specified URL, the type name SHOULD start with the final path segment of the type URL where required. E.g. If the type was \"http://example.org/fhir/MyLogicalModelType\", the type name should start with 'MyLogicalModelType'.", + "isSummary": true + }, + { + "path": "StructureDefinition.baseDefinition", + "min": 0, + "definition": "An absolute URI that is the base structure from which this type is derived, either by specialization or constraint.", + "isModifier": false, + "short": "Definition that this type is constrained/specialized from", + "type": [ + { + "code": "canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.baseDefinition", + "condition": ["sdf-4", "sdf-27"], + "comment": "If differential constraints are specified in this structure, they are applied to the base in a \"differential\" fashion. If there is no base, then the differential constraints cannot be provided (snapshot only). Differential structures are useful for the editing perspective, and snapshot structures are suitable for operational use. The FHIR Project provides a number of tools/services to populate snapshots from differential constraints. Logical Models have a base of \"Base\", \"Element\" or another logical model.", + "isSummary": true + }, + { + "path": "StructureDefinition.derivation", + "min": 0, + "definition": "How the type relates to the baseDefinition.", + "isModifier": false, + "short": "specialization | constraint - How relates to base definition", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-derivation-rule|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TypeDerivationRule" + } + ], + "description": "How a type relates to its baseDefinition." + }, + "max": "1", + "id": "StructureDefinition.derivation", + "condition": [ + "sdf-1", + "sdf-21", + "sdf-5", + "sdf-27", + "sdf-29" + ], + "comment": "If the definition is a specialization, then it adds to the differential new elements and optionally additional rules to an existing concrete type, and the snapshot includes the inherited elements and rules. If the definition is a constraint, then it cannot define new elements, it can only make new rules about existing content (see [Profiling Resources](profiling.html#resources)).", + "isSummary": true + }, + { + "constraint": [ + { + "key": "sdf-26", + "human": "The root element of a profile should not have mustSupport = true", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "warning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "It is bad practice to set the root element of a profile to 'mustSupport' as mustSupport should always be determined by the element referencing a type. The designer of a StructureDefinition cannot know all circumstances in which a type or profile might be used" + } + ], + "expression": "$this.where(element[0].mustSupport='true').exists().not()" + }, + { + "key": "sdf-8", + "human": "All snapshot elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" + }, + { + "key": "sdf-25", + "human": "For CodeableReference elements, bindings must be listed on the CodeableReference, not the CodeableReference.concept", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "element.where(type.where(code='CodeableConcept').exists() and path.endsWith('.concept') and binding.exists() and (path.substring(0,$this.path.length()-8) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not()" + }, + { + "key": "sdf-24", + "human": "For CodeableReference elements, target profiles must be listed on the CodeableReference, not the CodeableReference.reference", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "element.where(type.where(code='Reference').exists() and path.endsWith('.reference') and type.targetProfile.exists() and (path.substring(0,$this.path.length()-10) in %context.element.where(type.where(code='CodeableReference').exists()).path)).exists().not()" + }, + { + "key": "sdf-3", + "human": "Each element definition in a snapshot must have a formal definition and cardinalities, unless model is a logical model", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "%resource.kind = 'logical' or element.all(definition.exists() and min.exists() and max.exists())" + }, + { + "key": "sdf-8b", + "human": "All snapshot elements must have a base definition", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "element.all(base.exists())" + } + ], + "path": "StructureDefinition.snapshot", + "min": 0, + "definition": "A snapshot view is expressed in a standalone form that can be used and interpreted without considering the base StructureDefinition.", + "isModifier": false, + "short": "Snapshot view of the structure", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.snapshot", + "condition": ["sdf-11", "sdf-1", "sdf-6"], + "isSummary": false + }, + { + "constraint": [ + { + "key": "sdf-28", + "human": "If there are no discriminators, there must be a definition", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "slicing.exists().not() or (slicing.discriminator.exists() or slicing.description.exists())" + }, + { + "key": "sdf-10", + "human": "provide either a binding reference or a description (or both)", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "binding.empty() or binding.valueSet.exists() or binding.description.exists()", + "requirements": "binding is required" + } + ], + "path": "StructureDefinition.snapshot.element", + "min": 1, + "definition": "Captures constraints on each element within the resource.", + "isModifier": false, + "short": "Definition of elements in the resource (if no StructureDefinition)", + "mapping": [{ "map": "--", "identity": "iso11179" }], + "type": [{ "code": "ElementDefinition" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.snapshot.element", + "condition": [ + "sdf-9", + "sdf-19", + "sdf-16", + "sdf-15", + "sdf-23", + "sdf-11", + "sdf-22", + "sdf-14", + "sdf-1", + "sdf-8", + "sdf-3", + "sdf-8b", + "sdf-24", + "sdf-25", + "sdf-26" + ], + "isSummary": false + }, + { + "constraint": [ + { + "key": "sdf-20", + "human": "No slicing on the root element", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "element.where(path.contains('.').not()).slicing.empty()", + "requirements": "no slicing on root" + }, + { + "key": "sdf-8a", + "human": "In any differential, all the elements must start with the StructureDefinition's specified type for non-logical models, or with the same type name for logical models", + "source": "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "severity": "error", + "expression": "(%resource.kind = 'logical' or element.first().path.startsWith(%resource.type)) and (element.tail().empty() or element.tail().all(path.startsWith(%resource.differential.element.first().path.replaceMatches('\\\\..*','')&'.')))" + } + ], + "path": "StructureDefinition.differential", + "min": 0, + "definition": "A differential view is expressed relative to the base StructureDefinition - a statement of differences that it applies.", + "isModifier": false, + "short": "Differential view of the structure", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "StructureDefinition.differential", + "condition": ["sdf-6"], + "isSummary": false + }, + { + "path": "StructureDefinition.differential.element", + "min": 1, + "definition": "Captures constraints on each element within the resource.", + "isModifier": false, + "short": "Definition of elements in the resource (if no StructureDefinition)", + "mapping": [{ "map": "--", "identity": "iso11179" }], + "type": [{ "code": "ElementDefinition" }], + "mustSupport": false, + "max": "*", + "id": "StructureDefinition.differential.element", + "condition": [ + "sdf-9", + "sdf-15a", + "sdf-19", + "sdf-17", + "sdf-23", + "sdf-22", + "sdf-14", + "sdf-21", + "sdf-29", + "sdf-20", + "sdf-8a" + ], + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A slot of time on a schedule that may be available for booking appointments.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Slot/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Slot", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + } + ], + "abstract": false, + "type": "Slot", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Slot", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Slot", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Slot", + "differential": { + "element": [ + { + "path": "Slot", + "min": 0, + "definition": "A slot of time on a schedule that may be available for booking appointments.", + "isModifier": false, + "short": "A slot of time on a schedule that may be available for booking appointments", + "mapping": [ + { "map": "workflow.scheduling", "identity": "w5" }, + { "map": "n/a", "identity": "rim" }, + { + "map": "(refer to the Schedule resource for the header mapping details)", + "identity": "ical" + } + ], + "mustSupport": false, + "max": "*", + "id": "Slot" + }, + { + "path": "Slot.identifier", + "min": 0, + "definition": "External Ids for this item.", + "isModifier": false, + "short": "External Ids for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Slot.identifier", + "isSummary": true + }, + { + "path": "Slot.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "isModifier": false, + "short": "A broad categorization of the service that is to be performed during this appointment", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Slot.serviceCategory", + "isSummary": true + }, + { + "path": "Slot.serviceType", + "min": 0, + "definition": "The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the Schedule resource.", + "isModifier": false, + "short": "The type of appointments that can be booked into this slot (ideally this would be an identifiable service - which is at a location, rather than the location itself). If provided then this overrides the value provided on the Schedule resource", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Slot.serviceType", + "isSummary": true + }, + { + "path": "Slot.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "isModifier": false, + "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "*", + "id": "Slot.specialty", + "isSummary": true + }, + { + "path": "Slot.appointmentType", + "min": 0, + "definition": "The style of appointment or patient that may be booked in the slot (not service type).", + "isModifier": false, + "short": "The style of appointment or patient that may be booked in the slot (not service type)", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "appointment-type" + } + ] + }, + "max": "*", + "id": "Slot.appointmentType", + "comment": "A slot may be allow multiple appointment types, but when booked, would only be used for one of the given appointment types.", + "isSummary": true + }, + { + "path": "Slot.schedule", + "min": 1, + "definition": "The schedule resource that this slot defines an interval of status information.", + "isModifier": false, + "short": "The schedule resource that this slot defines an interval of status information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Schedule" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Slot.schedule", + "isSummary": true + }, + { + "path": "Slot.status", + "min": 1, + "definition": "busy | free | busy-unavailable | busy-tentative | entered-in-error.", + "isModifier": false, + "short": "busy | free | busy-unavailable | busy-tentative | entered-in-error", + "mapping": [ + { + "map": "FREEBUSY;FBTYPE=(freeBusyType):19980314T233000Z/19980315T003000Z If the freeBusyType is BUSY, then this value can be excluded", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/slotstatus|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SlotStatus" + } + ], + "description": "The free/busy status of the slot." + }, + "max": "1", + "id": "Slot.status", + "isSummary": true + }, + { + "path": "Slot.start", + "min": 1, + "definition": "Date/Time that the slot is to begin.", + "isModifier": false, + "short": "Date/Time that the slot is to begin", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "FREEBUSY;FBTYPE=FREE:(start)/19980315T003000Z If the freeBusyType is BUSY, then this value can be excluded", + "identity": "ical" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Slot.start", + "isSummary": true + }, + { + "path": "Slot.end", + "min": 1, + "definition": "Date/Time that the slot is to conclude.", + "isModifier": false, + "short": "Date/Time that the slot is to conclude", + "mapping": [ + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "FREEBUSY:19980314T233000Z/(end) If the freeBusyType is BUSY, then this value can be excluded (as shown)", + "identity": "ical" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Slot.end", + "isSummary": true + }, + { + "path": "Slot.overbooked", + "min": 0, + "definition": "This slot has already been overbooked, appointments are unlikely to be accepted for this time.", + "isModifier": false, + "short": "This slot has already been overbooked, appointments are unlikely to be accepted for this time", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If overbooked is missing, systems may assume that there are still appointments available", + "max": "1", + "id": "Slot.overbooked", + "isSummary": false + }, + { + "path": "Slot.comment", + "min": 0, + "definition": "Comments on the slot to describe any extended information. Such as custom constraints on the slot.", + "isModifier": false, + "short": "Comments on the slot to describe any extended information. Such as custom constraints on the slot", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Slot.comment", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research participant. The unintended effects may require additional monitoring, treatment, hospitalization, or may result in death. The AdverseEvent resource also extends to potential or avoided events that could have had such effects. There are two major domains where the AdverseEvent resource is expected to be used. One is in clinical care reported adverse events and the other is in reporting adverse events in clinical research trial management. Adverse events can be reported by healthcare providers, patients, caregivers or by medical products manufacturers. Given the differences between these two concepts, we recommend consulting the domain specific implementation guides when implementing the AdverseEvent Resource. The implementation guides include specific extensions, value sets and constraints.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AdverseEvent/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdverseEvent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "AdverseEvent", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "AdverseEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdverseEvent", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdverseEvent", + "differential": { + "element": [ + { + "path": "AdverseEvent", + "min": 0, + "definition": "An event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research participant. The unintended effects may require additional monitoring, treatment, hospitalization, or may result in death. The AdverseEvent resource also extends to potential or avoided events that could have had such effects. There are two major domains where the AdverseEvent resource is expected to be used. One is in clinical care reported adverse events and the other is in reporting adverse events in clinical research trial management. Adverse events can be reported by healthcare providers, patients, caregivers or by medical products manufacturers. Given the differences between these two concepts, we recommend consulting the domain specific implementation guides when implementing the AdverseEvent Resource. The implementation guides include specific extensions, value sets and constraints.", + "isModifier": false, + "short": "An event that may be related to unintended effects on a patient or research participant", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { "map": "Act", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["AE"], + "max": "*", + "id": "AdverseEvent" + }, + { + "path": "AdverseEvent.identifier", + "requirements": "Allows identification of the adverse event as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this adverse event by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business identifier for the event", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "AdverseEvent.status", + "min": 1, + "definition": "The current state of the adverse event or potential adverse event.", + "isModifier": true, + "short": "in-progress | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventStatus" + } + ], + "description": "Codes identifying the lifecycle stage of an event." + }, + "max": "1", + "id": "AdverseEvent.status", + "comment": "This is not the reporting of the event to any regulatory or quality organization. This is not the outcome of the patient's condition.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "AdverseEvent.actuality", + "min": 1, + "definition": "Whether the event actually happened or was a near miss. Note that this is independent of whether anyone was affected or harmed or how severely.", + "isModifier": true, + "short": "actual | potential", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-actuality|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventActuality" + } + ], + "description": "Overall nature of the adverse event, e.g. real or potential." + }, + "max": "1", + "id": "AdverseEvent.actuality", + "comment": "AllergyIntolerance should be used for the initial capture or recording of the individual's propensity to an adverse reaction to a substance. If an AllergyIntolerance does not exist, then an adverse reaction should be recorded as an AllergyIntolerance. If an AllergyIntolerance does exist and the substance was given, then an adverse reaction should be recorded as an AdverseEvent due to the aberrant workflow.", + "isModifierReason": "This element is labeled as a modifier because it has a potential code that indicates the adverse event did not actually happen.", + "isSummary": true + }, + { + "path": "AdverseEvent.category", + "min": 0, + "definition": "The overall type of event, intended for search and filtering purposes.", + "isModifier": false, + "short": "wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCategory" + } + ], + "description": "Overall categorization of the event, e.g. product-related or situational." + }, + "max": "*", + "id": "AdverseEvent.category", + "isSummary": true + }, + { + "path": "AdverseEvent.code", + "min": 0, + "definition": "Specific event that occurred or that was averted, such as patient fall, wrong organ removed, or wrong blood transfused.", + "isModifier": false, + "short": "Event or incident that occurred or was averted", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventType" + } + ], + "description": "Detailed type of event." + }, + "max": "1", + "id": "AdverseEvent.code", + "isSummary": true + }, + { + "path": "AdverseEvent.subject", + "requirements": "Allows for exposure of biohazard (such as legionella) to a group of individuals in a hospital.", + "min": 1, + "definition": "This subject or group impacted by the event.", + "isModifier": false, + "short": "Subject impacted by event", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "AdverseEvent.subject", + "comment": "If AdverseEvent.resultingEffect differs among members of the group, then use Patient as the subject.", + "isSummary": true + }, + { + "path": "AdverseEvent.encounter", + "min": 0, + "definition": "The Encounter associated with the start of the AdverseEvent.", + "isModifier": false, + "short": "The Encounter associated with the start of the AdverseEvent", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. For example, if a medication administration was considered an adverse event because it resulted in a rash, then the encounter when the medication administration was given is the associated encounter. If the patient reports the AdverseEvent during a second encounter, that second encounter is not the associated encounter.", + "isSummary": true + }, + { + "path": "AdverseEvent.occurrence[x]", + "min": 0, + "definition": "The date (and perhaps time) when the adverse event occurred.", + "isModifier": false, + "short": "When the event occurred", + "mapping": [ + { "map": "Event.occurrence", "identity": "workflow" }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "AdverseEvent.occurrence[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.detected", + "min": 0, + "definition": "Estimated or actual date the AdverseEvent began, in the opinion of the reporter.", + "isModifier": false, + "short": "When the event was detected", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.detected", + "isSummary": true + }, + { + "path": "AdverseEvent.recordedDate", + "min": 0, + "definition": "The date on which the existence of the AdverseEvent was first recorded.", + "isModifier": false, + "short": "When the event was recorded", + "mapping": [ + { "map": "Event.recorded", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.recordedDate", + "comment": "The recordedDate represents the date when this particular AdverseEvent record was created in the system, not the date of the most recent update. The date of the last record modification can be retrieved from the resource metadata.", + "isSummary": true + }, + { + "path": "AdverseEvent.resultingEffect", + "min": 0, + "definition": "Information about the condition that occurred as a result of the adverse event, such as hives due to the exposure to a substance (for example, a drug or a chemical) or a broken leg as a result of the fall.", + "isModifier": false, + "short": "Effect on the subject due to this event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.resultingEffect", + "isSummary": true + }, + { + "path": "AdverseEvent.location", + "min": 0, + "definition": "The information about where the adverse event occurred.", + "isModifier": false, + "short": "Location where adverse event occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.location", + "isSummary": true + }, + { + "path": "AdverseEvent.seriousness", + "min": 0, + "definition": "Assessment whether this event, or averted event, was of clinical importance.", + "isModifier": false, + "short": "Seriousness or gravity of the event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-seriousness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventSeriousness" + } + ], + "description": "Overall seriousness of this event for the patient." + }, + "max": "1", + "id": "AdverseEvent.seriousness", + "comment": "Using an example, a rash can have an AdverseEvent.resultingEffect.severity = severe, yet an AdverseEvent.seriousness = non-serious. Alternatively, a medication given with the wrong dose (chemotherapy given with too low of a dose) can have an AdverseEvent.resultingEffect.severity = mild, yet an adverseEvent.seriousness = serious. Another example would be a beta blocker clinical trial where patients with asthma should be excluded, yet a patient with asthma was included and had an asthmatic episode where AdverseEvent.resultingEffect.severity = mild, yet an adverseEvent.seriousness = serious.", + "isSummary": true + }, + { + "path": "AdverseEvent.outcome", + "min": 0, + "definition": "Describes the type of outcome from the adverse event, such as resolved, recovering, ongoing, resolved-with-sequelae, or fatal.", + "isModifier": false, + "short": "Type of outcome from the adverse event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventOutcome" + } + ], + "description": "Codes describing the type of outcome from the adverse event." + }, + "max": "*", + "id": "AdverseEvent.outcome", + "isSummary": true + }, + { + "path": "AdverseEvent.recorder", + "min": 0, + "definition": "Information on who recorded the adverse event. May be the patient or a practitioner.", + "isModifier": false, + "short": "Who recorded the adverse event", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.recorder", + "isSummary": true + }, + { + "path": "AdverseEvent.participant", + "min": 0, + "definition": "Indicates who or what participated in the adverse event and how they were involved.", + "isModifier": false, + "short": "Who was involved in the adverse event or the potential adverse event and what they did", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.participant", + "isSummary": true + }, + { + "path": "AdverseEvent.participant.function", + "min": 0, + "definition": "Distinguishes the type of involvement of the actor in the adverse event, such as contributor or informant.", + "isModifier": false, + "short": "Type of involvement", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-participant-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventParticipantFunction" + } + ], + "description": "Codes describing the type of involvement of the actor in the adverse event." + }, + "max": "1", + "id": "AdverseEvent.participant.function", + "isSummary": true + }, + { + "path": "AdverseEvent.participant.actor", + "min": 1, + "definition": "Indicates who or what participated in the event.", + "isModifier": false, + "short": "Who was involved in the adverse event or the potential adverse event", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.participant.actor", + "comment": "For example, the physician prescribing a drug, a nurse administering the drug, a device that administered the drug, a witness to the event, or an informant of clinical history.", + "isSummary": true + }, + { + "path": "AdverseEvent.study", + "min": 0, + "definition": "The research study that the subject is enrolled in.", + "isModifier": false, + "short": "Research study that the subject is enrolled in", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.study", + "isSummary": true + }, + { + "path": "AdverseEvent.expectedInResearchStudy", + "min": 0, + "definition": "Considered likely or probable or anticipated in the research study. Whether the reported event matches any of the outcomes for the patient that are considered by the study as known or likely.", + "isModifier": false, + "short": "Considered likely or probable or anticipated in the research study", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.expectedInResearchStudy", + "isSummary": false + }, + { + "path": "AdverseEvent.suspectEntity", + "min": 0, + "definition": "Describes the entity that is suspected to have caused the adverse event.", + "isModifier": false, + "short": "The suspected agent causing the adverse event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.suspectEntity", + "isSummary": true + }, + { + "path": "AdverseEvent.suspectEntity.instance[x]", + "min": 1, + "definition": "Identifies the actual instance of what caused the adverse event. May be a substance, medication, medication administration, medication statement or a device.", + "isModifier": false, + "short": "Refers to the specific entity that caused the adverse event", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "mustSupport": false, + "alias": ["Substance or Medication or Device"], + "max": "1", + "id": "AdverseEvent.suspectEntity.instance[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.suspectEntity.causality", + "min": 0, + "definition": "Information on the possible cause of the event.", + "isModifier": false, + "short": "Information on the possible cause of the event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality", + "isSummary": true + }, + { + "path": "AdverseEvent.suspectEntity.causality.assessmentMethod", + "min": 0, + "definition": "The method of evaluating the relatedness of the suspected entity to the event.", + "isModifier": false, + "short": "Method of evaluating the relatedness of the suspected entity to the event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCausalityMethod" + } + ], + "description": "TODO." + }, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality.assessmentMethod", + "isSummary": true + }, + { + "path": "AdverseEvent.suspectEntity.causality.entityRelatedness", + "min": 0, + "definition": "The result of the assessment regarding the relatedness of the suspected entity to the event.", + "isModifier": false, + "short": "Result of the assessment regarding the relatedness of the suspected entity to the event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-causality-assess", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventCausalityAssessment" + } + ], + "description": "Codes for the assessment of whether the entity caused the event." + }, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality.entityRelatedness", + "isSummary": true + }, + { + "path": "AdverseEvent.suspectEntity.causality.author", + "min": 0, + "definition": "The author of the information on the possible cause of the event.", + "isModifier": false, + "short": "Author of the information on the possible cause of the event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/ResearchSubject" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdverseEvent.suspectEntity.causality.author", + "isSummary": true + }, + { + "path": "AdverseEvent.contributingFactor", + "min": 0, + "definition": "The contributing factors suspected to have increased the probability or severity of the adverse event.", + "isModifier": false, + "short": "Contributing factors suspected to have increased the probability or severity of the adverse event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.contributingFactor", + "isSummary": true + }, + { + "path": "AdverseEvent.contributingFactor.item[x]", + "min": 1, + "definition": "The item that is suspected to have increased the probability or severity of the adverse event.", + "isModifier": false, + "short": "Item suspected to have increased the probability or severity of the adverse event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceUsage", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-contributing-factor", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventContributingFactor" + } + ], + "description": "Codes describing the contributing factors suspected to have increased the probability or severity of the adverse event." + }, + "max": "1", + "id": "AdverseEvent.contributingFactor.item[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.preventiveAction", + "min": 0, + "definition": "Preventive actions that contributed to avoiding the adverse event.", + "isModifier": false, + "short": "Preventive actions that contributed to avoiding the adverse event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.preventiveAction", + "isSummary": true + }, + { + "path": "AdverseEvent.preventiveAction.item[x]", + "min": 1, + "definition": "The action that contributed to avoiding the adverse event.", + "isModifier": false, + "short": "Action that contributed to avoiding the adverse event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-preventive-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventPreventiveAction" + } + ], + "description": "Codes describing the preventive actions that contributed to avoiding the adverse event." + }, + "max": "1", + "id": "AdverseEvent.preventiveAction.item[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.mitigatingAction", + "min": 0, + "definition": "The ameliorating action taken after the adverse event occured in order to reduce the extent of harm.", + "isModifier": false, + "short": "Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.mitigatingAction", + "isSummary": true + }, + { + "path": "AdverseEvent.mitigatingAction.item[x]", + "min": 1, + "definition": "The ameliorating action taken after the adverse event occured in order to reduce the extent of harm.", + "isModifier": false, + "short": "Ameliorating action taken after the adverse event occured in order to reduce the extent of harm", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-mitigating-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventMitigatingAction" + } + ], + "description": "Codes describing the ameliorating actions taken after the adverse event occured in order to reduce the extent of harm." + }, + "max": "1", + "id": "AdverseEvent.mitigatingAction.item[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.supportingInfo", + "min": 0, + "definition": "Supporting information relevant to the event.", + "isModifier": false, + "short": "Supporting information relevant to the event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.supportingInfo", + "isSummary": true + }, + { + "path": "AdverseEvent.supportingInfo.item[x]", + "min": 1, + "definition": "Relevant past history for the subject. In a clinical care context, an example being a patient had an adverse event following a pencillin administration and the patient had a previously documented penicillin allergy. In a clinical trials context, an example is a bunion or rash that was present prior to the study. Additionally, the supporting item can be a document that is relevant to this instance of the adverse event that is not part of the subject's medical history. For example, a clinical note, staff list, or material safety data sheet (MSDS). Supporting information is not a contributing factor, preventive action, or mitigating action.", + "isModifier": false, + "short": "Subject medical history or document relevant to this adverse event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adverse-event-supporting-info", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdverseEventSupportingInfo" + } + ], + "description": "Codes describing the supporting information relevant to the event." + }, + "max": "1", + "id": "AdverseEvent.supportingInfo.item[x]", + "isSummary": true + }, + { + "path": "AdverseEvent.note", + "min": 0, + "definition": "Comments made about the adverse event by the performer, subject or other participants.", + "isModifier": false, + "short": "Comment on adverse event", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "AdverseEvent.note", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "string Type: A sequence of Unicode characters", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/string/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "string", + "abstract": false, + "type": "string", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "active", + "id": "string", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/string", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/string", + "differential": { + "element": [ + { + "id": "string", + "max": "*", + "min": 0, + "path": "string", + "short": "Primitive Type string", + "comment": "Note that FHIR strings SHALL NOT exceed 1,048,576 (1024*1024) characters in size", + "definition": "A sequence of Unicode characters" + }, + { + "path": "string.value", + "min": 0, + "definition": "Primitive value for string", + "short": "Primitive value for string", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "^[\\s\\S]+$" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "string.value", + "maxLength": 1048576 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ObservationDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "In a catalog of health-related services that use or produce observations and measurements, this resource describes the expected characteristics of these observation / measurements.", + "name": "ObservationDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ObservationDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ObservationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ObservationDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "obd-0", + "human": "If permittedUnit exists, then permittedDataType=Quantity must exist.", + "source": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "severity": "error", + "expression": "permittedUnit.exists() implies (permittedDataType = 'Quantity').exists()" + } + ], + "path": "ObservationDefinition", + "min": 0, + "definition": "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.", + "isModifier": false, + "short": "Definition of an observation", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "OM2\nOM3\nOMC", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition", + "comment": "An instance of this resource informs the consumer of a health-related service (such as a lab diagnostic test or panel) about how the observations used or produced by this service will look like." + }, + { + "path": "ObservationDefinition.url", + "requirements": "Allows the ObservationDefinition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URL that is used to identify this ObservationDefinition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this ObservationDefinition is (or will be) published. The URL SHOULD include the major version of the ObservationDefinition. For more information see Technical and Business Versions.", + "isModifier": false, + "short": "Logical canonical URL to reference this ObservationDefinition (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. This is the URI that will be used when making canonical references to this resource.", + "isSummary": true + }, + { + "path": "ObservationDefinition.identifier", + "requirements": "Allows identification of the ObservationDefinition as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this ObservationDefinition. by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business identifier of the ObservationDefinition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.identifier", + "comment": "This is a business identifier, not a resource identifier. It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types.", + "isSummary": true + }, + { + "path": "ObservationDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the ObservationDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the ObservationDefinition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable.", + "isModifier": false, + "short": "Business version of the ObservationDefinition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.version", + "comment": "There may be multiple different instances of an observationDefinition that have the same identifier but different versions.", + "isSummary": true + }, + { + "path": "ObservationDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ObservationDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ObservationDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the ObservationDefinition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this ObservationDefinition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ObservationDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the ObservationDefinition.", + "isModifier": false, + "short": "Name for this ObservationDefinition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ObservationDefinition.title", + "isSummary": true + }, + { + "path": "ObservationDefinition.status", + "min": 1, + "definition": "The current state of the ObservationDefinition.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes identifying the state of an ObservationDefinition." + }, + "max": "1", + "id": "ObservationDefinition.status", + "comment": "A nominal state-transition diagram can be found in the [Definition pattern](definition.html#statemachine) documentation\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "Not known why this is labelled a modifier", + "isSummary": true + }, + { + "path": "ObservationDefinition.experimental", + "min": 0, + "definition": "A flag to indicate that this ObservationDefinition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "If for testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ObservationDefinition.experimental", + "comment": "Allows filtering of ObservationDefinition that are appropriate for use vs. not.", + "isSummary": true + }, + { + "path": "ObservationDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the ObservationDefinition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the ObservationDefinition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["revision date"], + "max": "1", + "id": "ObservationDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the ObservationDefinition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ObservationDefinition.publisher", + "requirements": "Usually an organization, but may be an individual. The publisher (or steward) of the ObservationDefinition is the organization or individual primarily responsible for the maintenance and upkeep of the ObservationDefinition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the ObservationDefinition. This item SHOULD be populated unless the information is available from context.", + "min": 0, + "definition": "Helps establish the \"authority/credibility\" of the ObservationDefinition. May also allow for contact.", + "isModifier": false, + "short": "The name of the individual or organization that published the ObservationDefinition", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ObservationDefinition.publisher", + "isSummary": true + }, + { + "path": "ObservationDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ObservationDefinition.description", + "min": 0, + "definition": "A free text natural language description of the ObservationDefinition from the consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the ObservationDefinition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ObservationDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.", + "isSummary": false + }, + { + "path": "ObservationDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate ObservationDefinition instances.", + "isModifier": false, + "short": "Content intends to support these contexts", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.useContext", + "comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ObservationDefinition.jurisdiction", + "min": 0, + "definition": "A jurisdiction in which the ObservationDefinition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for this ObservationDefinition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes for country, country subdivision and region for indicating where a resource is intended to be used." + }, + "max": "*", + "id": "ObservationDefinition.jurisdiction", + "comment": "It may be possible for the ObservationDefinition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ObservationDefinition.purpose", + "min": 0, + "definition": "Explains why this ObservationDefinition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this ObservationDefinition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ObservationDefinition.purpose", + "comment": "This element does not describe the usage of the ObservationDefinition. Rather it is for traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this ObservationDefinition.", + "isSummary": false + }, + { + "path": "ObservationDefinition.copyright", + "requirements": "Consumers of the ObservationDefinition must be able to determine any legal restrictions on the use of the artifact and/or its content.", + "min": 0, + "definition": "Copyright statement relating to the ObservationDefinition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the ObservationDefinition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ObservationDefinition.copyright", + "isSummary": false + }, + { + "path": "ObservationDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ObservationDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ObservationDefinition.approvalDate", + "min": 0, + "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When ObservationDefinition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.approvalDate", + "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ObservationDefinition.lastReviewDate", + "min": 0, + "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.", + "isModifier": false, + "short": "Date on which the asset content was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.lastReviewDate", + "comment": "If specified, this is usually after the approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ObservationDefinition.effectivePeriod", + "min": 0, + "definition": "The period during which the ObservationDefinition content was or is planned to be effective.", + "isModifier": false, + "short": "The effective date range for the ObservationDefinition", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.effectivePeriod", + "comment": "The effective period for an ObservationDefinition determines when the content is applicable for usage and is independent of publication and review dates. For example, an observation definition intended to be used for the year 2021 might be published in 2020.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ObservationDefinition.derivedFromCanonical", + "min": 0, + "definition": "The canonical URL pointing to another FHIR-defined ObservationDefinition that is adhered to in whole or in part by this definition.", + "isModifier": false, + "short": "Based on FHIR definition of another observation", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.derivedFromCanonical", + "isSummary": true + }, + { + "path": "ObservationDefinition.derivedFromUri", + "requirements": "Observation definitions may be refinements of other definitions.", + "min": 0, + "definition": "The URL pointing to an externally-defined observation definition, guideline or other definition that is adhered to in whole or in part by this definition.", + "isModifier": false, + "short": "Based on external definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.derivedFromUri", + "isSummary": true + }, + { + "path": "ObservationDefinition.subject", + "min": 0, + "definition": "A code that describes the intended kind of subject of Observation instances conforming to this ObservationDefinition.", + "isModifier": false, + "short": "Type of subject for the defined observation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.subject", + "comment": "Examples: person, animal, device, air, surface ….", + "isSummary": true + }, + { + "path": "ObservationDefinition.performerType", + "min": 0, + "definition": "The type of individual/organization/device that is expected to act upon instances of this definition.", + "isModifier": false, + "short": "Desired kind of performer for such kind of observation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.performerType", + "isSummary": true + }, + { + "path": "ObservationDefinition.category", + "requirements": "Used for filtering what kinds of observations are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the general type of observation.", + "isModifier": false, + "short": "General type of observation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"DEF\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "description": "Codes for high level observation categories." + }, + "alias": ["Class of observation"], + "max": "*", + "id": "ObservationDefinition.category", + "comment": "This element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used for one instance of ObservationDefinition. The level of granularity is defined by the category concepts in the value set.", + "isSummary": true + }, + { + "path": "ObservationDefinition.code", + "min": 1, + "definition": "Describes what will be observed. Sometimes this is called the observation \"name\".", + "isModifier": false, + "short": "Type of observation", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OM1-2\nOMC-4", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "ObservationDefinition.code", + "isSummary": true + }, + { + "path": "ObservationDefinition.permittedDataType", + "min": 0, + "definition": "The data types allowed for the value element of the instance observations conforming to this ObservationDefinition.", + "isModifier": false, + "short": "Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period", + "mapping": [{ "map": "OM1-3", "identity": "v2" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationDataType" + } + ], + "description": "Permitted data type for observation value." + }, + "max": "*", + "id": "ObservationDefinition.permittedDataType", + "condition": ["obd-0"], + "example": [ + { "label": "General", "valueCode": "CodeableConcept" } + ], + "isSummary": false + }, + { + "path": "ObservationDefinition.multipleResultsAllowed", + "min": 0, + "definition": "Multiple results allowed for observations conforming to this ObservationDefinition.", + "isModifier": false, + "short": "Multiple results allowed for conforming observations", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.multipleResultsAllowed", + "comment": "An example of observation allowing multiple results is \"bacteria identified by culture\". Conversely, the measurement of a potassium level allows a single result.", + "example": [{ "label": "General", "valueBoolean": true }], + "isSummary": false + }, + { + "path": "ObservationDefinition.bodySite", + "min": 0, + "definition": "The site on the subject's body where the observation is to be made.", + "isModifier": false, + "short": "Body part to be observed", + "mapping": [{ "map": "targetSiteCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationBodySite" + } + ], + "description": "SNOMED CT body structures." + }, + "max": "1", + "id": "ObservationDefinition.bodySite", + "comment": "Only used if the defined observation is to be made directly on a body part and if this body part is not implied by code found in ObservationDefinition.code. Not used for in vitro diagnostic observations. \nExample: 14975008 |Forearm structure|.", + "isSummary": false + }, + { + "path": "ObservationDefinition.method", + "requirements": "In some cases, method can impact results.", + "min": 0, + "definition": "The method or technique used to perform the observation.", + "isModifier": false, + "short": "Method used to produce the observation", + "mapping": [ + { "map": "OM1-14", "identity": "v2" }, + { "map": "methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationMethod" + } + ], + "description": "Methods for simple observations." + }, + "max": "1", + "id": "ObservationDefinition.method", + "comment": "Only used if not implicit in observation code\nExample: 702659008 |Automated count technique|.", + "isSummary": false + }, + { + "path": "ObservationDefinition.specimen", + "min": 0, + "definition": "The kind of specimen that this type of observation is produced on.", + "isModifier": false, + "short": "Kind of specimen used by this type of observation", + "mapping": [ + { + "map": "participation[typeCode=SPC].specimen", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.specimen", + "comment": "Only used for in vitro observations. When multiple occurrences of specimen are present, they are to be combined with a logical AND: all specified specimens are needed for the observation.", + "isSummary": false + }, + { + "path": "ObservationDefinition.device", + "min": 0, + "definition": "The measurement model of device or actual device used to produce observations of this type.", + "isModifier": false, + "short": "Measurement device or model of device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.device", + "comment": "When multiple occurrences of device are present, they are to be combined with a logical OR: at least one of the specified devices is used to produce the observation.", + "isSummary": false + }, + { + "path": "ObservationDefinition.preferredReportName", + "min": 0, + "definition": "The preferred name to be used when reporting the results of observations conforming to this ObservationDefinition.", + "isModifier": false, + "short": "The preferred name to be used when reporting the observation results", + "mapping": [{ "map": "OM1-9", "identity": "v2" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.preferredReportName", + "isSummary": false + }, + { + "path": "ObservationDefinition.permittedUnit", + "min": 0, + "definition": "Units allowed for the valueQuantity element in the instance observations conforming to this ObservationDefinition.", + "isModifier": false, + "short": "Unit for quantitative results", + "mapping": [{ "map": "OM2-4", "identity": "v2" }], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationUnit" + } + ], + "description": "Codes identifying units of measure." + }, + "max": "*", + "id": "ObservationDefinition.permittedUnit", + "condition": ["obd-0"], + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue", + "min": 0, + "definition": "A set of qualified values associated with a context and a set of conditions - provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations.", + "isModifier": false, + "short": "Set of qualified values for observation results", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.qualifiedValue", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.context", + "min": 0, + "definition": "A concept defining the context for this set of qualified values.", + "isModifier": false, + "short": "Context qualifier for the set of qualified values", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeMeaning" + } + ] + }, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.context", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.appliesTo", + "min": 0, + "definition": "The target population this set of qualified values applies to.", + "isModifier": false, + "short": "Targetted population for the set of qualified values", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeAppliesTo" + } + ] + }, + "max": "*", + "id": "ObservationDefinition.qualifiedValue.appliesTo", + "comment": "If this element is not present then the global population is assumed.", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.gender", + "min": 0, + "definition": "The gender this set of qualified values applies to.", + "isModifier": false, + "short": "male | female | other | unknown", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.gender", + "example": [{ "label": "General", "valueCode": "female" }], + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.age", + "min": 0, + "definition": "The age range this set of qualified values applies to.", + "isModifier": false, + "short": "Applicable age range for the set of qualified values", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.age", + "comment": "Some analytes vary greatly over age.", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.gestationalAge", + "min": 0, + "definition": "The gestational age this set of qualified values applies to.", + "isModifier": false, + "short": "Applicable gestational age range for the set of qualified values", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.gestationalAge", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.condition", + "min": 0, + "definition": "Text based condition for which the the set of qualified values is valid.", + "isModifier": false, + "short": "Condition associated with the set of qualified values", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.condition", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.rangeCategory", + "min": 0, + "definition": "The category of range of values for continuous or ordinal observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "reference | critical | absolute", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-range-category|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeCategory" + } + ] + }, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.rangeCategory", + "example": [ + { "label": "General", "valueCode": "critical" } + ], + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.range", + "requirements": "The unit may be not relevant for ordinal values. In case it is there, it is the same as ObservationDefinition.unit.", + "min": 0, + "definition": "The range of values defined for continuous or ordinal observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "The range for continuous or ordinal observations", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.range", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.validCodedValueSet", + "min": 0, + "definition": "The set of valid coded results for qualitative observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "Value set of valid coded values as part of this set of qualified values", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.validCodedValueSet", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.normalCodedValueSet", + "min": 0, + "definition": "The set of normal coded results for qualitative observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "Value set of normal coded values as part of this set of qualified values", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.normalCodedValueSet", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.abnormalCodedValueSet", + "min": 0, + "definition": "The set of abnormal coded results for qualitative observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "Value set of abnormal coded values as part of this set of qualified values", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.abnormalCodedValueSet", + "isSummary": false + }, + { + "path": "ObservationDefinition.qualifiedValue.criticalCodedValueSet", + "min": 0, + "definition": "The set of critical coded results for qualitative observations that match the criteria of this set of qualified values.", + "isModifier": false, + "short": "Value set of critical coded values as part of this set of qualified values", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ObservationDefinition.qualifiedValue.criticalCodedValueSet", + "isSummary": false + }, + { + "path": "ObservationDefinition.hasMember", + "min": 0, + "definition": "This ObservationDefinition defines a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.", + "isModifier": false, + "short": "Definitions of related resources belonging to this kind of observation group", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.hasMember", + "isSummary": false + }, + { + "constraint": [ + { + "key": "obd-1", + "human": "If permittedUnit exists, then permittedDataType=Quantity must exist.", + "source": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "severity": "error", + "expression": "permittedUnit.exists() implies (permittedDataType = 'Quantity').exists()" + } + ], + "path": "ObservationDefinition.component", + "requirements": "Component observations share the same attributes as the primary observation and are always treated as a part of it (they are not separable).", + "min": 0, + "definition": "Some observations have multiple component observations, expressed as separate code value pairs.", + "isModifier": false, + "short": "Component results", + "mapping": [ + { + "map": "outBoundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.component", + "isSummary": false + }, + { + "path": "ObservationDefinition.component.code", + "min": 1, + "definition": "Describes what will be observed.", + "isModifier": false, + "short": "Type of observation", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "ObservationDefinition.component.code", + "isSummary": false + }, + { + "path": "ObservationDefinition.component.permittedDataType", + "min": 0, + "definition": "The data types allowed for the value element of the instance of this component observations.", + "isModifier": false, + "short": "Quantity | CodeableConcept | string | boolean | integer | Range | Ratio | SampledData | time | dateTime | Period", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permitted-data-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationDataType" + } + ], + "description": "Permitted data type for observation value." + }, + "max": "*", + "id": "ObservationDefinition.component.permittedDataType", + "condition": ["obd-1"], + "example": [ + { "label": "General", "valueCode": "CodeableConcept" } + ], + "isSummary": false + }, + { + "path": "ObservationDefinition.component.permittedUnit", + "min": 0, + "definition": "Units allowed for the valueQuantity element in the instance observations conforming to this ObservationDefinition.", + "isModifier": false, + "short": "Unit for quantitative results", + "mapping": [{ "map": "OM2-4", "identity": "v2" }], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-units", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationUnit" + } + ], + "description": "Codes identifying units of measure." + }, + "max": "*", + "id": "ObservationDefinition.component.permittedUnit", + "condition": ["obd-1"], + "isSummary": false + }, + { + "path": "ObservationDefinition.component.qualifiedValue", + "min": 0, + "definition": "A set of qualified values associated with a context and a set of conditions - provides a range for quantitative and ordinal observations and a collection of value sets for qualitative observations.", + "isModifier": false, + "short": "Set of qualified values for observation results", + "contentReference": "#ObservationDefinition.qualifiedValue", + "mustSupport": false, + "max": "*", + "id": "ObservationDefinition.component.qualifiedValue", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the code system metadata required by HL7 and other organizations that share and publish code systems", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablecodesystem/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableCodeSystem", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CodeSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable CodeSystem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1135", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareablecodesystem", + "differential": { + "element": [ + { + "id": "CodeSystem", + "max": "1", + "min": 1, + "path": "CodeSystem", + "constraint": [ + { + "key": "scs-1", + "human": "If a codesystem contains nested concepts, it must specify hierarchyMeaning", + "severity": "error", + "expression": "concept.concept.exists() implies hierarchyMeaning.exists()" + }, + { + "key": "scs-2", + "human": "If a codesystem contains example, fragment, or complete content, it must have at least one concept", + "severity": "error", + "expression": "content in ( 'example' | 'fragment' | 'complete' ) implies concept.exists()" + } + ] + }, + { + "id": "CodeSystem.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "CodeSystem.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "CodeSystem.url", + "max": "1", + "min": 1, + "path": "CodeSystem.url", + "mustSupport": true + }, + { + "id": "CodeSystem.version", + "max": "1", + "min": 1, + "path": "CodeSystem.version", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "CodeSystem.versionAlgorithm[x]", + "path": "CodeSystem.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "CodeSystem.name", + "path": "CodeSystem.name", + "mustSupport": true + }, + { + "id": "CodeSystem.title", + "max": "1", + "min": 1, + "path": "CodeSystem.title", + "mustSupport": true + }, + { + "id": "CodeSystem.status", + "path": "CodeSystem.status", + "mustSupport": true + }, + { + "id": "CodeSystem.experimental", + "max": "1", + "min": 1, + "path": "CodeSystem.experimental", + "mustSupport": true + }, + { + "id": "CodeSystem.publisher", + "path": "CodeSystem.publisher", + "mustSupport": true + }, + { + "id": "CodeSystem.description", + "max": "1", + "min": 1, + "path": "CodeSystem.description", + "mustSupport": true + }, + { + "id": "CodeSystem.caseSensitive", + "max": "1", + "min": 1, + "path": "CodeSystem.caseSensitive", + "mustSupport": true + }, + { + "id": "CodeSystem.hierarchyMeaning", + "path": "CodeSystem.hierarchyMeaning", + "condition": ["scs-1"], + "mustSupport": true + }, + { + "id": "CodeSystem.content", + "path": "CodeSystem.content", + "condition": ["scs-2"], + "mustSupport": true + }, + { + "id": "CodeSystem.concept", + "path": "CodeSystem.concept", + "condition": ["scs-2"], + "mustSupport": true + }, + { + "id": "CodeSystem.concept.code", + "max": "1", + "min": 1, + "path": "CodeSystem.concept.code", + "mustSupport": true + }, + { + "id": "CodeSystem.concept.display", + "path": "CodeSystem.concept.display", + "mustSupport": true + }, + { + "id": "CodeSystem.concept.definition", + "path": "CodeSystem.concept.definition", + "mustSupport": true + }, + { + "id": "CodeSystem.concept.concept", + "max": "*", + "min": 0, + "path": "CodeSystem.concept.concept", + "condition": ["scs-1"], + "mustSupport": true, + "contentReference": "http://hl7.org/fhir/StructureDefinition/CodeSystem#CodeSystem.concept" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeSystem" + }, + { + "description": "The ActorDefinition resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ActorDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActorDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ActorDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ActorDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActorDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ActorDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ActorDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "ActorDefinition", + "min": 0, + "definition": "Describes an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays.", + "isModifier": false, + "short": "An application that exchanges data", + "mapping": [ + { "map": "conformance.content", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "ActorDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ActorDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ActorDefinition.url", + "requirements": "Allows the actor definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this actor definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this actor definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the actor definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this actor definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ActorDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ActorDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this actor definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the actor definition (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ActorDefinition.identifier", + "isSummary": true + }, + { + "path": "ActorDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the actor definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the actor definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the actor definition", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ActorDefinition.version", + "comment": "There may be different actor definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the actor definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ActorDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "??" + } + ] + }, + "max": "1", + "id": "ActorDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ActorDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the actor definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this actor definition (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ActorDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ActorDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the actor definition.", + "isModifier": false, + "short": "Name for this actor definition (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActorDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ActorDefinition.status", + "min": 1, + "definition": "The status of this actor definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ActorDefinition.status", + "comment": "Allows filtering of actor definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because designs and applications should not use a retired ActorDefinition without due consideration", + "isSummary": true + }, + { + "path": "ActorDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level actor definition.", + "min": 0, + "definition": "A Boolean value to indicate that this actor definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ActorDefinition.experimental", + "comment": "Allows filtering of actor definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ActorDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the actor definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the actor definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ActorDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the actor definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ActorDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the actor definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the actor definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActorDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the actor definition is the organization or individual primarily responsible for the maintenance and upkeep of the actor definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the actor definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ActorDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActorDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ActorDefinition.description", + "min": 0, + "definition": "A free text natural language description of the actor.", + "isModifier": false, + "short": "Natural language description of the actor", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Scope", "Purpose"], + "max": "1", + "id": "ActorDefinition.description", + "comment": "This description can be used for a general description of the actor, and which covers why it was defined.", + "isSummary": false + }, + { + "path": "ActorDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate actor definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ActorDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ActorDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the actor definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for actor definition (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ActorDefinition.jurisdiction", + "comment": "It may be possible for the actor definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ActorDefinition.purpose", + "min": 0, + "definition": "Explanation of why this actor definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this actor definition is defined", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActorDefinition.purpose", + "comment": "This element does not describe the usage of the actor definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this actor definition.", + "isSummary": false + }, + { + "path": "ActorDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the actor definition.", + "min": 0, + "definition": "A copyright statement relating to the actor definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the actor definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ActorDefinition.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "ActorDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActorDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ActorDefinition.type", + "min": 1, + "definition": "Whether the actor represents a human or an appliction.", + "isModifier": false, + "short": "person | system", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExampleScenarioActorType" + } + ], + "description": "The type of actor - system or human." + }, + "max": "1", + "id": "ActorDefinition.type", + "isSummary": true + }, + { + "path": "ActorDefinition.documentation", + "min": 0, + "definition": "Documentation about the functionality of the actor.", + "isModifier": false, + "short": "Functionality associated with the actor", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActorDefinition.documentation", + "comment": "In general terms, the description desribes what the actor is, and this element describes what the actor does (or is expected to do).", + "isSummary": false + }, + { + "path": "ActorDefinition.reference", + "min": 0, + "definition": "A reference to additional documentation about the actor, but description and documentation.", + "isModifier": false, + "short": "Reference to more information about the actor", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "*", + "id": "ActorDefinition.reference", + "isSummary": false + }, + { + "path": "ActorDefinition.capabilities", + "min": 0, + "definition": "The capability statement for the actor (if the concept is applicable).", + "isModifier": false, + "short": "CapabilityStatement for the actor (if applicable)", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ActorDefinition.capabilities", + "isSummary": false + }, + { + "path": "ActorDefinition.derivedFrom", + "min": 0, + "definition": "A url that identifies the definition of this actor in another IG (which IG must be listed in the dependencies). This actor inherits all the obligations etc. as defined in the other IG.", + "isModifier": false, + "short": "Definition of this actor in another context / IG", + "type": [ + { + "code": "canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActorDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ActorDefinition.derivedFrom", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NutritionOrder/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NutritionOrder", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "NutritionOrder", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "NutritionOrder", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NutritionOrder", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "nor-1", + "human": "Nutrition Order SHALL contain either Oral Diet , Supplement, or Enteral Formula class", + "source": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "severity": "warning", + "expression": "oralDiet.exists() or supplement.exists() or enteralFormula.exists()" + } + ], + "path": "NutritionOrder", + "min": 0, + "definition": "A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.", + "isModifier": false, + "short": "Diet, formula or nutritional supplement request", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.careprovision", "identity": "w5" }, + { "map": "ORC / ODS", "identity": "v2" }, + { "map": "SupplyRequest", "identity": "rim" } + ], + "mustSupport": false, + "alias": [ + "Nutrition Order", + "Diet Order", + "Diet", + "Nutritional Supplement", + "Enteral Nutrition" + ], + "max": "*", + "id": "NutritionOrder", + "comment": "Referenced by an Order Request (workflow)." + }, + { + "path": "NutritionOrder.identifier", + "min": 0, + "definition": "Identifiers assigned to this order by the order sender or by the order receiver.", + "isModifier": false, + "short": "Identifiers assigned to this order", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ORC-2/ORC-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.identifier", + "comment": "The Identifier.type element can be to indicate filler vs. placer if needed. This is explained in further detail [here](servicerequest.html#notes).", + "isSummary": false + }, + { + "path": "NutritionOrder.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.instantiatesCanonical", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "NutritionOrder.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "NutritionOrder.instantiates", + "min": 0, + "definition": "The URL pointing to a protocol, guideline, orderset or other definition that is adhered to in whole or in part by this NutritionOrder.", + "isModifier": false, + "short": "Instantiates protocol or definition", + "mapping": [ + { + "map": "Request.instantiates", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.instantiates", + "isSummary": false + }, + { + "path": "NutritionOrder.basedOn", + "min": 0, + "definition": "A plan or request that is fulfilled in whole or in part by this nutrition order.", + "isModifier": false, + "short": "What this order fulfills", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.basedOn", + "isSummary": false + }, + { + "path": "NutritionOrder.groupIdentifier", + "min": 0, + "definition": "A shared identifier common to all nutrition orders that were authorized more or less simultaneously by a single author, representing the composite or group identifier.", + "isModifier": false, + "short": "Composite Request ID", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { "map": "ORC-4", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["grouperId", "groupIdentifier"], + "max": "1", + "id": "NutritionOrder.groupIdentifier", + "isSummary": true + }, + { + "path": "NutritionOrder.status", + "min": 1, + "definition": "The workflow status of the nutrition order/request.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC-1", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionOrderStatus" + } + ], + "description": "Codes identifying the lifecycle stage of the nutrition order." + }, + "max": "1", + "id": "NutritionOrder.status", + "comment": "Typically the system placing the order sets the status to \"requested\". Thereafter, the order is maintained by the receiver that updates the status as the request is handled. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "NutritionOrder.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the NutrionOrder and where the request fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritiionOrderIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a nutrition order." + }, + "alias": ["category"], + "max": "1", + "id": "NutritionOrder.intent", + "comment": "When resources map to this element, they are free to define as many codes as necessary to cover their space and will map to \"proposal, plan or order\". Can have multiple codes that map to one of these. E.g. \"original order\", \"encoded order\", \"reflex order\" would all map to \"order\". Expectation is that the set of codes is mutually exclusive or a strict all-encompassing hierarchy.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "NutritionOrder.priority", + "min": 0, + "definition": "Indicates how quickly the Nutrition Order should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutritionOrderPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "NutritionOrder.priority", + "isSummary": false + }, + { + "path": "NutritionOrder.subject", + "min": 1, + "definition": "The person or set of individuals who needs the nutrition order for an oral diet, nutritional supplement and/or enteral or formula feeding.", + "isModifier": false, + "short": "Who requires the diet, formula or nutritional supplement", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.subject", + "isSummary": true + }, + { + "path": "NutritionOrder.encounter", + "min": 0, + "definition": "An encounter that provides additional information about the healthcare context in which this request is made.", + "isModifier": false, + "short": "The encounter associated with this nutrition order", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.encounter", + "isSummary": false + }, + { + "path": "NutritionOrder.supportingInformation", + "min": 0, + "definition": "Information to support fulfilling (i.e. dispensing or administering) of the nutrition, for example, patient height and weight).", + "isModifier": false, + "short": "Information to support fulfilling of the nutrition order", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.supportingInformation", + "isSummary": false + }, + { + "path": "NutritionOrder.dateTime", + "min": 1, + "definition": "The date and time that this nutrition order was requested.", + "isModifier": false, + "short": "Date and time the nutrition order was requested", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC-9", "identity": "v2" }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.dateTime", + "isSummary": true + }, + { + "path": "NutritionOrder.orderer", + "min": 0, + "definition": "The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings.", + "isModifier": false, + "short": "Who ordered the diet, formula or nutritional supplement", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC-12", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.orderer", + "isSummary": true + }, + { + "path": "NutritionOrder.performer", + "min": 0, + "definition": "The specified desired performer of the nutrition order.", + "isModifier": false, + "short": "Who is desired to perform the administration of what is being ordered", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.performer", + "isSummary": false + }, + { + "path": "NutritionOrder.allergyIntolerance", + "min": 0, + "definition": "A link to a record of allergies or intolerances which should be included in the nutrition order.", + "isModifier": false, + "short": "List of the patient's food and nutrition-related allergies and intolerances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=RSON].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.allergyIntolerance", + "comment": "Information on a patient's food allergies and intolerances to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume.", + "isSummary": false + }, + { + "path": "NutritionOrder.foodPreferenceModifier", + "min": 0, + "definition": "This modifier is used to convey order-specific modifiers about the type of food that should be given. These can be derived from patient allergies, intolerances, or preferences such as Halal, Vegan or Kosher. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.", + "isModifier": false, + "short": "Order-specific modifier about the type of food that should be given", + "mapping": [ + { + "map": "ODS-1 Value = \"P\",ODS-3", + "identity": "v2" + }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=NutritionModificationType]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientDiet" + } + ], + "description": "Medical, cultural or ethical food preferences to help with catering requirements." + }, + "max": "*", + "id": "NutritionOrder.foodPreferenceModifier", + "comment": "Information on a patient's food preferences that inform healthcare personnel about the food that the patient should receive or consume.", + "isSummary": false + }, + { + "path": "NutritionOrder.excludeFoodModifier", + "min": 0, + "definition": "This modifier is used to convey Order-specific modifier about the type of oral food or oral fluids that should not be given. These can be derived from patient allergies, intolerances, or preferences such as No Red Meat, No Soy or No Wheat or Gluten-Free. While it should not be necessary to repeat allergy or intolerance information captured in the referenced AllergyIntolerance resource in the excludeFoodModifier, this element may be used to convey additional specificity related to foods that should be eliminated from the patient’s diet for any reason. This modifier applies to the entire nutrition order inclusive of the oral diet, nutritional supplements and enteral formula feedings.", + "isModifier": false, + "short": "Order-specific modifier about the type of food that should not be given", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/food-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FoodType" + } + ], + "description": "Codes used to indicate the type of food that should NOT be given to the patient." + }, + "max": "*", + "id": "NutritionOrder.excludeFoodModifier", + "comment": "Information on a patient's food allergies, intolerances and preferences to inform healthcare personnel about the type of foods that the patient shouldn't receive or consume.", + "isSummary": false + }, + { + "path": "NutritionOrder.outsideFoodAllowed", + "min": 0, + "definition": "This modifier is used to convey whether a food item is allowed to be brought in by the patient and/or family. If set to true, indicates that the receiving system does not need to supply the food item.", + "isModifier": false, + "short": "Capture when a food item is brought in by the patient and/or family", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.outsideFoodAllowed", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet", + "min": 0, + "definition": "Diet given orally in contrast to enteral (tube) feeding.", + "isModifier": false, + "short": "Oral diet components", + "mapping": [ + { "map": "ODS-1 Value = \"D\"", "identity": "v2" }, + { + "map": "oralDiet .outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=OralDietSupplyType]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.oralDiet", + "condition": ["nor-1"], + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.type", + "min": 0, + "definition": "The kind of diet or dietary restriction such as fiber restricted diet or diabetic diet.", + "isModifier": false, + "short": "Type of oral diet or diet restrictions that describe what can be consumed orally", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diet-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralDiet" + } + ], + "description": "Codes used to indicate the type of diet being ordered for a patient." + }, + "max": "*", + "id": "NutritionOrder.oralDiet.type", + "isSummary": true + }, + { + "path": "NutritionOrder.oralDiet.schedule", + "min": 0, + "definition": "Schedule information for an oral diet.", + "isModifier": false, + "short": "Scheduling information for oral diets", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "OralDietSchedule" + } + ], + "max": "1", + "id": "NutritionOrder.oralDiet.schedule", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.schedule.timing", + "min": 0, + "definition": "The time period and frequency at which the diet should be given. The diet should be given for the combination of all schedules if more than one schedule is present.", + "isModifier": false, + "short": "Scheduled frequency of diet", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2, TQ1-7/8", "identity": "v2" }, + { "map": ".expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "mustSupport": false, + "alias": ["Frequency"], + "max": "*", + "id": "NutritionOrder.oralDiet.schedule.timing", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.schedule.asNeeded", + "min": 0, + "definition": "Indicates whether the product is only taken when needed within a specific dosing schedule.", + "isModifier": false, + "short": "Take 'as needed'", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.oralDiet.schedule.asNeeded", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.schedule.asNeededFor", + "min": 0, + "definition": "Indicates whether the product is only taken based on a precondition for taking the product.", + "isModifier": false, + "short": "Take 'as needed' for x", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept identifying the precondition that should be met or evaluated prior to consuming a nutrition product." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralDietAsNeededReason" + } + ], + "description": "A coded concept identifying the precondition that should be met or evaluated prior to consuming a nutrition product." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.schedule.asNeededFor", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.nutrient", + "min": 0, + "definition": "Class that defines the quantity and type of nutrient modifications (for example carbohydrate, fiber or sodium) required for the oral diet.", + "isModifier": false, + "short": "Required nutrient modifications", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.oralDiet.nutrient", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.nutrient.modifier", + "min": 0, + "definition": "The nutrient that is being modified such as carbohydrate or sodium.", + "isModifier": false, + "short": "Type of nutrient that is being modified", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/nutrient-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NutrientModifier" + } + ], + "description": "Codes for types of nutrients that are being modified such as carbohydrate or sodium." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.nutrient.modifier", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.nutrient.amount", + "min": 0, + "definition": "The quantity of the specified nutrient to include in diet.", + "isModifier": false, + "short": "Quantity of the specified nutrient", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.oralDiet.nutrient.amount", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.texture", + "min": 0, + "definition": "Class that describes any texture modifications required for the patient to safely consume various types of solid foods.", + "isModifier": false, + "short": "Required texture modifications", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".inboundRelationship [typeCode =COMP], target [classCode=PROC, moodCode=EVN, code=DietTextureModificationType]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.oralDiet.texture", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.texture.modifier", + "min": 0, + "definition": "Any texture modifications (for solid foods) that should be made, e.g. easy to chew, chopped, ground, and pureed.", + "isModifier": false, + "short": "Code to indicate how to alter the texture of the foods, e.g. pureed", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/texture-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TextureModifier" + } + ], + "description": "Codes for food consistency types or texture modifications to apply to foods." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.texture.modifier", + "comment": "Coupled with the foodType (Meat).", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.texture.foodType", + "min": 0, + "definition": "The food type(s) (e.g. meats, all foods) that the texture modification applies to. This could be all foods types.", + "isModifier": false, + "short": "Concepts that are used to identify an entity that is ingested for nutritional purposes", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/modified-foodtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TextureModifiedFoodType" + } + ], + "description": "Codes for types of foods that are texture-modified." + }, + "max": "1", + "id": "NutritionOrder.oralDiet.texture.foodType", + "comment": "Coupled with the `texture.modifier`; could be (All Foods).", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.fluidConsistencyType", + "min": 0, + "definition": "The required consistency (e.g. honey-thick, nectar-thick, thin, thickened.) of liquids or fluids served to the patient.", + "isModifier": false, + "short": "The required consistency of fluids and liquids provided to the patient", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".code (Not differentiated from dietTextureModificationType in HL7 v3)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consistency-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FluidConsistencyType" + } + ], + "description": "Codes used to represent the consistency of fluids and liquids provided to the patient." + }, + "max": "*", + "id": "NutritionOrder.oralDiet.fluidConsistencyType", + "isSummary": false + }, + { + "path": "NutritionOrder.oralDiet.instruction", + "min": 0, + "definition": "Free text or additional instructions or information pertaining to the oral diet.", + "isModifier": false, + "short": "Instructions or additional information about the oral diet", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.oralDiet.instruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.supplement", + "min": 0, + "definition": "Oral nutritional products given in order to add further nutritional value to the patient's diet.", + "isModifier": false, + "short": "Supplement components", + "mapping": [ + { "map": "ODS-1 Value = \"P\"", "identity": "v2" }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=SUPPLEMENT]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.supplement", + "condition": ["nor-1"], + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.type", + "min": 0, + "definition": "The kind of nutritional supplement product required such as a high protein or pediatric clear liquid supplement.", + "isModifier": false, + "short": "Type of supplement product requested", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code (NutritionalSupplementType)", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplement-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplementType" + } + ], + "description": "Codes for nutritional supplements to be provided to the patient." + }, + "max": "1", + "id": "NutritionOrder.supplement.type", + "isSummary": true + }, + { + "path": "NutritionOrder.supplement.productName", + "min": 0, + "definition": "The product or brand name of the nutritional supplement such as \"Acme Protein Shake\".", + "isModifier": false, + "short": "Product or brand name of the nutritional supplement", + "mapping": [ + { "map": "ODS-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.supplement.productName", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.schedule", + "min": 0, + "definition": "Schedule information for a supplement.", + "isModifier": false, + "short": "Scheduling information for supplements", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupplementSchedule" + } + ], + "max": "1", + "id": "NutritionOrder.supplement.schedule", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.schedule.timing", + "min": 0, + "definition": "The time period and frequency at which the supplement should be given. The supplement should be given for the combination of all schedules if more than one schedule is present.", + "isModifier": false, + "short": "Scheduled frequency of diet", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2, TQ1-7/8", "identity": "v2" }, + { "map": ".expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "mustSupport": false, + "alias": ["Frequency"], + "max": "*", + "id": "NutritionOrder.supplement.schedule.timing", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.schedule.asNeeded", + "min": 0, + "definition": "Indicates whether the supplement is only taken when needed within a specific dosing schedule.", + "isModifier": false, + "short": "Take 'as needed'", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.supplement.schedule.asNeeded", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.schedule.asNeededFor", + "min": 0, + "definition": "Indicates whether the supplement is only taken based on a precondition for taking the supplement.", + "isModifier": false, + "short": "Take 'as needed' for x", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept identifying the precondition that should be met or evaluated prior to consuming a supplement." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplementAsNeededReason" + } + ], + "description": "A coded concept identifying the precondition that should be met or evaluated prior to consuming a supplement." + }, + "max": "1", + "id": "NutritionOrder.supplement.schedule.asNeededFor", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.quantity", + "min": 0, + "definition": "The amount of the nutritional supplement to be given.", + "isModifier": false, + "short": "Amount of the nutritional supplement", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.supplement.quantity", + "isSummary": false + }, + { + "path": "NutritionOrder.supplement.instruction", + "min": 0, + "definition": "Free text or additional instructions or information pertaining to the oral supplement.", + "isModifier": false, + "short": "Instructions or additional information about the oral supplement", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.supplement.instruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.enteralFormula", + "min": 0, + "definition": "Feeding provided through the gastrointestinal tract via a tube, catheter, or stoma that delivers nutrition distal to the oral cavity.", + "isModifier": false, + "short": "Enteral formula components", + "mapping": [ + { + "map": "ODS-1 Value coded for enteral", + "identity": "v2" + }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SPLY, moodCode=RQO, code=FORMULA]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula", + "condition": ["nor-1"], + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.baseFormulaType", + "min": 0, + "definition": "The type of enteral or infant formula such as an adult standard formula with fiber or a soy-based infant formula.", + "isModifier": false, + "short": "Type of enteral or infant formula", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRD].role[classCode=MANU], manufacturedFoodKind; .code (NutritionalFormulaType)", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralFormulaType" + } + ], + "description": "Codes for type of enteral formula to be administered to patient." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.baseFormulaType", + "isSummary": true + }, + { + "path": "NutritionOrder.enteralFormula.baseFormulaProductName", + "min": 0, + "definition": "The product or brand name of the enteral or infant formula product such as \"ACME Adult Standard Formula\".", + "isModifier": false, + "short": "Product or brand name of the enteral or infant formula", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.baseFormulaProductName", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.deliveryDevice", + "min": 0, + "definition": "The intended type of device that is to be used for the administration of the enteral formula.", + "isModifier": false, + "short": "Intended type of device for the administration", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.enteralFormula.deliveryDevice", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.additive", + "min": 0, + "definition": "Indicates modular components to be provided in addition or mixed with the base formula.", + "isModifier": false, + "short": "Components to add to the feeding", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.enteralFormula.additive", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.additive.type", + "min": 0, + "definition": "Indicates the type of modular component such as protein, carbohydrate, fat or fiber to be provided in addition to or mixed with the base formula.", + "isModifier": false, + "short": "Type of modular component to add to the feeding", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "ODS-3", "identity": "v2" }, + { + "map": "N/A (not differentiated from NutritionalFormulaType in HL7 v3)", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/entformula-additive", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralFormulaAdditiveType" + } + ], + "description": "Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.additive.type", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.additive.productName", + "min": 0, + "definition": "The product or brand name of the type of modular component to be added to the formula.", + "isModifier": false, + "short": "Product or brand name of the modular additive", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.additive.productName", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.additive.quantity", + "min": 0, + "definition": "The amount of additive to be given in addition or to be mixed in with the base formula.", + "isModifier": false, + "short": "Amount of additive to be given or mixed in", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.additive.quantity", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.caloricDensity", + "min": 0, + "definition": "The amount of energy (calories) that the formula should provide per specified volume, typically per mL or fluid oz. For example, an infant may require a formula that provides 24 calories per fluid ounce or an adult may require an enteral formula that provides 1.5 calorie/mL.", + "isModifier": false, + "short": "Amount of energy per specified volume that is required", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { + "map": ".quantity (caloricDensity)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.caloricDensity", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.routeOfAdministration", + "min": 0, + "definition": "The route or physiological path of administration into the patient's gastrointestinal tract for purposes of providing the formula feeding, e.g. nasogastric tube.", + "isModifier": false, + "short": "How the formula should enter the patient's gastrointestinal tract", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/enteral-route", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralRouteOfAdministration" + } + ], + "description": "Codes specifying the route of administration of enteral formula." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.routeOfAdministration", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration", + "min": 0, + "definition": "Formula administration instructions as structured data. This repeating structure allows for changing the administration rate or volume over time for both bolus and continuous feeding. An example of this would be an instruction to increase the rate of continuous feeding every 2 hours.", + "isModifier": false, + "short": "Formula feeding instruction as structured data", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { + "map": ".outboundRelationship [typeCode =COMP], target [classCode=SBADM, moodCode=RQO]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.enteralFormula.administration", + "comment": "See implementation notes below for further discussion on how to order continuous vs bolus enteral feeding using this resource.", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.schedule", + "min": 0, + "definition": "Schedule information for an enteral formula.", + "isModifier": false, + "short": "Scheduling information for enteral formula products", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "EnteralFormulaSchedule" + } + ], + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.schedule", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.schedule.timing", + "min": 0, + "definition": "The time period and frequency at which the enteral formula should be given. The enteral formula should be given for the combination of all schedules if more than one schedule is present.", + "isModifier": false, + "short": "Scheduled frequency of enteral formula", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ODS-2, TQ1-7/8", "identity": "v2" }, + { "map": ".expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Timing" }], + "mustSupport": false, + "alias": ["Frequency"], + "max": "*", + "id": "NutritionOrder.enteralFormula.administration.schedule.timing", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.schedule.asNeeded", + "min": 0, + "definition": "Indicates whether the enteral formula is only taken when needed within a specific dosing schedule.", + "isModifier": false, + "short": "Take 'as needed'", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.schedule.asNeeded", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.schedule.asNeededFor", + "min": 0, + "definition": "Indicates whether the enteral formula is only taken based on a precondition for taking the enteral formula.", + "isModifier": false, + "short": "Take 'as needed' for x", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept identifying the precondition that should be met or evaluated prior to consuming an enteral formula." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnteralFormulaAsNeededReason" + } + ], + "description": "A coded concept identifying the precondition that should be met or evaluated prior to consuming an enteral formula." + }, + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.schedule.asNeededFor", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.quantity", + "min": 0, + "definition": "The volume of formula to provide to the patient per the specified administration schedule.", + "isModifier": false, + "short": "The volume of formula to provide", + "mapping": [ + { "map": "TQ1-2", "identity": "v2" }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.quantity", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administration.rate[x]", + "min": 0, + "definition": "The rate of administration of formula via a feeding pump, e.g. 60 mL per hour, according to the specified schedule.", + "isModifier": false, + "short": "Speed with which the formula is provided per period of time", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".rateQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "Ratio" } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.administration.rate[x]", + "comment": "Ratio is used when the quantity value in the denominator is not \"1\", otherwise use Quantity. For example, the Ratio datatype is used for \"200 mL/4 hrs\" versus the Quantity datatype for \"50 mL/hr\".", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.maxVolumeToDeliver", + "min": 0, + "definition": "The maximum total quantity of formula that may be administered to a subject over the period of time, e.g. 1440 mL over 24 hours.", + "isModifier": false, + "short": "Upper limit on formula volume per unit of time", + "mapping": [ + { "map": "ODS-4", "identity": "v2" }, + { "map": ".maxDoseQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.maxVolumeToDeliver", + "isSummary": false + }, + { + "path": "NutritionOrder.enteralFormula.administrationInstruction", + "min": 0, + "definition": "Free text formula administration, feeding instructions or additional instructions or information.", + "isModifier": false, + "short": "Formula feeding instructions expressed as text", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "ODS-4", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "NutritionOrder.enteralFormula.administrationInstruction", + "comment": "Free text dosage instructions can be used for cases where the instructions are too complex to code.", + "isSummary": true + }, + { + "path": "NutritionOrder.note", + "min": 0, + "definition": "Comments made about the {{title}} by the requester, performer, subject or other participants.", + "isModifier": false, + "short": "Comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "NutritionOrder.note", + "comment": "This element SHALL NOT be used to supply free text instructions for the diet which are represented in the `.oralDiet.instruction`, `supplement.instruction`, or `enteralFormula.administrationInstruction` elements.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "date Type: A date or partial date (e.g. just year or year + month). There is no UTC offset. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/date/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "date", + "abstract": false, + "type": "date", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "date", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/date", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/date", + "differential": { + "element": [ + { + "id": "date", + "max": "*", + "min": 0, + "path": "date", + "short": "Primitive Type date", + "definition": "A date or partial date (e.g. just year or year + month). There is no UTC offset. The format is a union of the schema types gYear, gYearMonth and date. Dates SHALL be valid dates." + }, + { + "id": "date.value", + "max": "1", + "min": 0, + "path": "date.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Date", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "date" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1]))?)?" + } + ] + } + ], + "short": "Primitive value for date", + "definition": "Primitive value for date", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AdministrableProductDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "AdministrableProductDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "AdministrableProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AdministrableProductDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "apd-1", + "human": "RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa)", + "source": "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "severity": "error", + "expression": "AdministrableProductDefinition.formOf.resolve().route.empty()" + } + ], + "path": "AdministrableProductDefinition", + "min": 0, + "definition": "A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).", + "isModifier": false, + "short": "A medicinal product in the final form, suitable for administration - after any mixing of multiple components", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { "map": "Pharmaceutical Product", "identity": "idmp" } + ], + "mustSupport": false, + "alias": ["Pharmaceutical Product"], + "max": "*", + "id": "AdministrableProductDefinition" + }, + { + "path": "AdministrableProductDefinition.identifier", + "min": 0, + "definition": "An identifier for the administrable product.", + "isModifier": false, + "short": "An identifier for the administrable product", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PhPID", "identity": "idmp" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.identifier", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.status", + "min": 1, + "definition": "The status of this administrable product. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "AdministrableProductDefinition.status", + "comment": "Allows filtering of administrable products that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.formOf", + "min": 0, + "definition": "References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product. If this administrable product describes the administration of a crushed tablet, the 'formOf' would be the product representing a distribution containing tablets and possibly also a cream. This is distinct from the 'producedFrom' which refers to the specific components of the product that are used in this preparation, rather than the product as a whole.", + "isModifier": false, + "short": "References a product from which one or more of the constituent parts of that product can be prepared and used as described by this administrable product", + "mapping": [ + { + "map": "(link to Medicinal Product)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.formOf", + "condition": ["apd-1"], + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.administrableDoseForm", + "min": 0, + "definition": "The dose form of the final product after necessary reconstitution or processing. Contrasts to the manufactured dose form (see ManufacturedItemDefinition). If the manufactured form was 'powder for solution for injection', the administrable dose form could be 'solution for injection' (once mixed with another item having manufactured form 'solvent for solution for injection').", + "isModifier": false, + "short": "The dose form of the final product after necessary reconstitution or processing", + "mapping": [ + { + "map": "Pharmaceutical Product.Administrable Dose Form", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administrable-dose-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrableDoseForm" + } + ], + "description": "Dose form for a medication, in the form suitable for administering to the patient, after mixing, where necessary." + }, + "max": "1", + "id": "AdministrableProductDefinition.administrableDoseForm", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.unitOfPresentation", + "min": 0, + "definition": "The presentation type in which this item is given to a patient. e.g. for a spray - 'puff' (as in 'contains 100 mcg per puff'), or for a liquid - 'vial' (as in 'contains 5 ml per vial').", + "isModifier": false, + "short": "The presentation type in which this item is given to a patient. e.g. for a spray - 'puff'", + "mapping": [ + { + "map": "Pharmaceutical Product.Unit of Presentation", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/unit-of-presentation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitOfPresentation" + } + ], + "description": "The presentation type in which an administrable medicinal product is given to a patient." + }, + "max": "1", + "id": "AdministrableProductDefinition.unitOfPresentation", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.producedFrom", + "min": 0, + "definition": "Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form. In some cases, an administrable form might use all of the items from the overall product (or there might only be one item), while in other cases, an administrable form might use only a subset of the items available in the overall product. For example, an administrable form might involve combining a liquid and a powder available as part of an overall product, but not involve applying the also supplied cream.", + "isModifier": false, + "short": "Indicates the specific manufactured items that are part of the 'formOf' product that are used in the preparation of this specific administrable form", + "mapping": [ + { + "map": "n/a (this is the link from Pharmaceutical Product to the Manufactured Item(s))", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.producedFrom", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.ingredient", + "min": 0, + "definition": "The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton (via AdministrableProductDefinition.producedFrom) to state which component items are used to make this, or using by incoming references from the Ingredient resource, to state in detail which substances exist within this. This element allows a basic coded ingredient to be used.", + "isModifier": false, + "short": "The ingredients of this administrable medicinal product. This is only needed if the ingredients are not specified either using ManufacturedItemDefiniton, or using by incoming references from the Ingredient resource", + "mapping": [ + { + "map": "Pharmaceutical Product.Ingredient (see also FHIR Ingredient resource)", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "*", + "id": "AdministrableProductDefinition.ingredient", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.device", + "min": 0, + "definition": "A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product. This is not intended for devices that are just co-packaged.", + "isModifier": false, + "short": "A device that is integral to the medicinal product, in effect being considered as an \"ingredient\" of the medicinal product", + "mapping": [ + { + "map": "Pharmaceutical Product.Device", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.device", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.description", + "min": 0, + "definition": "A general description of the product, when in its final form, suitable for administration e.g. effervescent blue liquid, to be swallowed. Intended to be used when the other structured properties of this resource are insufficient or cannot be supported. It is not intended to duplicate information already carried elswehere.", + "isModifier": false, + "short": "A general description of the product, when in its final form, suitable for administration e.g. effervescent blue liquid, to be swallowed", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.description", + "isSummary": false + }, + { + "path": "AdministrableProductDefinition.property", + "min": 0, + "definition": "Characteristics e.g. a product's onset of action.", + "isModifier": false, + "short": "Characteristics e.g. a product's onset of action", + "mapping": [ + { + "map": "Pharmaceutical Product Characteristics", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.property", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.property.type", + "min": 1, + "definition": "A code expressing the type of characteristic.", + "isModifier": false, + "short": "A code expressing the type of characteristic", + "mapping": [ + { + "map": "Pharmaceutical Product Characteristics.Code System (not a one to one map, the resource is more capable)", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTCharacteristicCodes" + } + ], + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "AdministrableProductDefinition.property.type", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.property.value[x]", + "min": 0, + "definition": "A value for the characteristic.", + "isModifier": false, + "short": "A value for the characteristic", + "mapping": [ + { + "map": "Pharmaceutical Product Characteristics.Value (not a one to one map, the resource is more capable)", + "identity": "idmp" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "date" }, + { "code": "boolean" }, + { "code": "markdown" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.property.value[x]", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.property.status", + "min": 0, + "definition": "The status of characteristic e.g. assigned or pending.", + "isModifier": false, + "short": "The status of characteristic e.g. assigned or pending", + "mapping": [ + { + "map": "Pharmaceutical Product Characteristics.Status", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "AdministrableProductDefinition.property.status", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration", + "min": 1, + "definition": "The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. RouteOfAdministration cannot be used when the 'formOf' product already uses MedicinalProductDefinition.route (and vice versa).", + "isModifier": false, + "short": "The path by which the product is taken into or makes contact with the body", + "mapping": [ + { + "map": "Pharmaceutical Product.Route of Administration", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.routeOfAdministration", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.code", + "min": 1, + "definition": "Coded expression for the route.", + "isModifier": false, + "short": "Coded expression for the route", + "mapping": [ + { + "map": "Route of Administration.Route of Administration", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTRouteCodes" + } + ], + "description": "A code specifying the route or physiological path of administration of a therapeutic agent into or onto a patient's body." + }, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.code", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.firstDose", + "min": 0, + "definition": "The first dose (dose quantity) administered can be specified for the product, using a numerical value and its unit of measurement.", + "isModifier": false, + "short": "The first dose (dose quantity) administered can be specified for the product", + "mapping": [ + { + "map": "Dosing and Route of Administration.First dose in humans (Investigational Medicinal Product)", + "identity": "idmp" + } + ], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.firstDose", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.maxSingleDose", + "min": 0, + "definition": "The maximum single dose that can be administered, specified using a numerical value and its unit of measurement.", + "isModifier": false, + "short": "The maximum single dose that can be administered", + "mapping": [ + { + "map": "Dosing and Route of Administration.Maximum single dose (Investigational Medicinal Product)", + "identity": "idmp" + } + ], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.maxSingleDose", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.maxDosePerDay", + "min": 0, + "definition": "The maximum dose per day (maximum dose quantity to be administered in any one 24-h period) that can be administered.", + "isModifier": false, + "short": "The maximum dose quantity to be administered in any one 24-h period", + "mapping": [ + { + "map": "Dosing and Route of Administration.Maximum dose per day (Investigational Medicinal Product)", + "identity": "idmp" + } + ], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.maxDosePerDay", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.maxDosePerTreatmentPeriod", + "min": 0, + "definition": "The maximum dose per treatment period that can be administered.", + "isModifier": false, + "short": "The maximum dose per treatment period that can be administered", + "mapping": [ + { + "map": "Dosing and Route of Administration.Maximum dose per treatment period (Investigational Medicinal Product)", + "identity": "idmp" + } + ], + "type": [{ "code": "Ratio" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.maxDosePerTreatmentPeriod", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.maxTreatmentPeriod", + "min": 0, + "definition": "The maximum treatment period during which the product can be administered.", + "isModifier": false, + "short": "The maximum treatment period during which the product can be administered", + "mapping": [ + { + "map": "Dosing and Route of Administration.Maximum treatment period (Investigational Medicinal Product)", + "identity": "idmp" + } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.maxTreatmentPeriod", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies", + "min": 0, + "definition": "A species for which this route applies.", + "isModifier": false, + "short": "A species for which this route applies", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code", + "min": 1, + "definition": "Coded expression for the species.", + "isModifier": false, + "short": "Coded expression for the species", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/target-species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TargetSpecies" + } + ], + "description": "A tissue type of an animal." + }, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.code", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod", + "min": 0, + "definition": "A species specific time during which consumption of animal product is not appropriate.", + "isModifier": false, + "short": "A species specific time during which consumption of animal product is not appropriate", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.tissue", + "min": 1, + "definition": "Coded expression for the type of tissue for which the withdrawal period applies, e.g. meat, milk.", + "isModifier": false, + "short": "The type of tissue for which the withdrawal period applies, e.g. meat, milk", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/animal-tissue-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AnimalTissueType" + } + ], + "description": "A tissue type of an animal." + }, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.tissue", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.value", + "min": 1, + "definition": "A value for the time.", + "isModifier": false, + "short": "A value for the time", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.value", + "isSummary": true + }, + { + "path": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.supportingInformation", + "min": 0, + "definition": "Extra information about the withdrawal period.", + "isModifier": false, + "short": "Extra information about the withdrawal period", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "AdministrableProductDefinition.routeOfAdministration.targetSpecies.withdrawalPeriod.supportingInformation", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents a computable CQL logic library", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cqllibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "CQLLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "CQL Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cqllibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cqllibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1164", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cqllibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.content", + "path": "Library.content", + "slicing": { + "rules": "open", + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Library.content:cqlContent", + "max": "1", + "min": 1, + "path": "Library.content", + "short": "CQL Content", + "sliceName": "cqlContent", + "definition": "The CQL content represented as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:cqlContent.contentType", + "max": "1", + "min": 1, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "text/cql", + "mustSupport": true + }, + { + "id": "Library.content:cqlContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/logiclibrary" + }, + { + "description": "dateTime Type: A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a UTC offset SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/dateTime/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "dateTime", + "abstract": false, + "type": "dateTime", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "dateTime", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/dateTime", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/dateTime", + "differential": { + "element": [ + { + "id": "dateTime", + "max": "*", + "min": 0, + "path": "dateTime", + "short": "Primitive Type dateTime", + "comment": "UTC offset is allowed for dates and partial dates", + "definition": "A date, date-time or partial date (e.g. just year or year + month). If hours and minutes are specified, a UTC offset SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored. Dates SHALL be valid dates." + }, + { + "id": "dateTime.value", + "max": "1", + "min": 0, + "path": "dateTime.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.DateTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "dateTime" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?)?)?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)?)?)?" + } + ] + } + ], + "short": "Primitive value for dateTime", + "definition": "Primitive value for dateTime", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "An interaction between healthcare provider(s), and/or patient(s) for the purpose of providing healthcare service(s) or assessing the health status of patient(s).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Encounter/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Encounter", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Encounter", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Encounter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Encounter", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Encounter", + "differential": { + "element": [ + { + "path": "Encounter", + "min": 0, + "definition": "An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. Encounter is primarily used to record information about the actual activities that occurred, where Appointment is used to record planned activities.", + "isModifier": false, + "short": "An interaction during which services are provided to the patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "workflow.encounter", "identity": "w5" }, + { + "map": "PatientEncounter[@moodCode='EVN']", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Visit"], + "max": "*", + "id": "Encounter" + }, + { + "path": "Encounter.identifier", + "min": 0, + "definition": "Identifier(s) by which this encounter is known.", + "isModifier": false, + "short": "Identifier(s) by which this encounter is known", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Encounter.identifier", + "isSummary": true + }, + { + "path": "Encounter.status", + "min": 1, + "definition": "The current state of the encounter (not the state of the patient within the encounter - that is subjectState).", + "isModifier": true, + "short": "planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "No clear equivalent in HL7 V2; active/finished could be inferred from PV1-44, PV1-45, PV2-24; inactive could be inferred from PV2-16", + "identity": "v2" + }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterStatus" + } + ], + "description": "Current state of the encounter." + }, + "max": "1", + "id": "Encounter.status", + "comment": "Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes).", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Encounter.class", + "min": 0, + "definition": "Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.", + "isModifier": false, + "short": "Classification of patient encounter context - e.g. Inpatient, outpatient", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PV1-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/encounter-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterClass" + } + ], + "description": "Classification of the encounter." + }, + "max": "*", + "id": "Encounter.class", + "isSummary": true + }, + { + "path": "Encounter.priority", + "min": 0, + "definition": "Indicates the urgency of the encounter.", + "isModifier": false, + "short": "Indicates the urgency of the encounter", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "PV2-25", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Priority" + } + ], + "description": "Indicates the urgency of the encounter." + }, + "max": "1", + "id": "Encounter.priority", + "isSummary": false + }, + { + "path": "Encounter.type", + "min": 0, + "definition": "Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation).", + "isModifier": false, + "short": "Specific type of encounter (e.g. e-mail consultation, surgical day-care, ...)", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "PV1-4 / PV1-18", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of encounter." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterType" + } + ], + "description": "A specific code indicating type of service provided" + }, + "max": "*", + "id": "Encounter.type", + "comment": "Since there are many ways to further classify encounters, this element is 0..*.", + "isSummary": true + }, + { + "path": "Encounter.serviceType", + "min": 0, + "definition": "Broad categorization of the service that is to be provided (e.g. cardiology).", + "isModifier": false, + "short": "Specific type of service", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "PV1-10", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterServiceType" + } + ], + "description": "Broad categorization of the service that is to be provided." + }, + "max": "*", + "id": "Encounter.serviceType", + "isSummary": true + }, + { + "path": "Encounter.subject", + "min": 0, + "definition": "The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam.", + "isModifier": false, + "short": "The patient or group related to this encounter", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ]/role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "Encounter.subject", + "comment": "While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked).", + "isSummary": true + }, + { + "path": "Encounter.subjectStatus", + "min": 0, + "definition": "The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status.", + "isModifier": false, + "short": "The current status of the subject in relation to the Encounter", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-subject-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectStatus" + } + ], + "description": "Current status of the subject within the encounter." + }, + "max": "1", + "id": "Encounter.subjectStatus", + "comment": "Different use-cases are likely to have different permitted transitions between states, such as an Emergency department could use `arrived` when the patient first presents, then `triaged` once has been assessed by a nurse, then `receiving-care` once treatment begins, however other sectors may use a different set of these values, or their own custom set in place of this example valueset provided.", + "isSummary": false + }, + { + "path": "Encounter.episodeOfCare", + "min": 0, + "definition": "Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years).", + "isModifier": false, + "short": "Episode(s) of care that this encounter should be recorded against", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-54, PV1-53", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Encounter.episodeOfCare", + "isSummary": true + }, + { + "path": "Encounter.basedOn", + "min": 0, + "definition": "The request this encounter satisfies (e.g. incoming referral or procedure request).", + "isModifier": false, + "short": "The request that initiated this encounter", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": ".reason.ClinicalDocument", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["incomingReferral"], + "max": "*", + "id": "Encounter.basedOn", + "isSummary": false + }, + { + "path": "Encounter.careTeam", + "min": 0, + "definition": "The group(s) of individuals, organizations that are allocated to participate in this encounter. The participants backbone will record the actuals of when these individuals participated during the encounter.", + "isModifier": false, + "short": "The group(s) that are allocated to participate in this encounter", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Encounter.careTeam", + "isSummary": false + }, + { + "path": "Encounter.partOf", + "min": 0, + "definition": "Another Encounter of which this encounter is a part of (administratively or in time).", + "isModifier": false, + "short": "Another Encounter this encounter is part of", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=COMP, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.partOf", + "comment": "This is also used for associating a child's encounter back to the mother's encounter.\r\rRefer to the Notes section in the Patient resource for further details.", + "isSummary": false + }, + { + "path": "Encounter.serviceProvider", + "min": 0, + "definition": "The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation. Refer to the colonoscopy example on the Encounter examples tab.", + "isModifier": false, + "short": "The organization (facility) responsible for this encounter", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "PL.6 & PL.1", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.serviceProvider", + "isSummary": false + }, + { + "constraint": [ + { + "key": "enc-1", + "human": "A type must be provided when no explicit actor is specified", + "source": "http://hl7.org/fhir/StructureDefinition/Encounter", + "severity": "error", + "expression": "actor.exists() or type.exists()" + }, + { + "key": "enc-2", + "human": "A type cannot be provided for a patient or group participant", + "source": "http://hl7.org/fhir/StructureDefinition/Encounter", + "severity": "error", + "expression": "actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()" + } + ], + "path": "Encounter.participant", + "min": 0, + "definition": "The list of people responsible for providing the service.", + "isModifier": false, + "short": "List of participants involved in the encounter", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "ROL", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Encounter.participant", + "comment": "Any Patient or Group present in the participation.actor must also be the subject, though the subject may be absent from the participation.actor for cases where the patient (or group) is not present, such as during a case review conference.", + "isSummary": true + }, + { + "path": "Encounter.participant.type", + "min": 0, + "definition": "Role of participant in encounter.", + "isModifier": false, + "short": "Role of participant in encounter", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "ROL-3 (or maybe PRT-4)", "identity": "v2" }, + { "map": ".functionCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "Encounter.participant.type", + "condition": ["enc-1", "enc-2"], + "comment": "The participant type indicates how an individual actor participates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc.", + "isSummary": true + }, + { + "path": "Encounter.participant.period", + "min": 0, + "definition": "The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period.", + "isModifier": false, + "short": "Period of time during the encounter that the participant participated", + "mapping": [ + { + "map": "ROL-5, ROL-6 (or maybe PRT-5)", + "identity": "v2" + }, + { "map": ".time", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.participant.period", + "isSummary": false + }, + { + "path": "Encounter.participant.actor", + "min": 0, + "definition": "Person involved in the encounter, the patient/group is also included here to indicate that the patient was actually participating in the encounter. Not including the patient here covers use cases such as a case meeting between practitioners about a patient - non contact times.", + "isModifier": false, + "short": "The individual, device, or service participating in the encounter", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": "ROL-4", "identity": "v2" }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.participant.actor", + "condition": ["enc-1", "enc-2"], + "comment": "For planning purposes, Appointments may include a CareTeam participant to indicate that one specific person from the CareTeam will be assigned, but that assignment might not happen until the Encounter begins. Hence CareTeam is not included in Encounter.participant, as the specific individual should be assigned and represented as a Practitioner or other person resource.\r\rSimilarly, Location can be included in Appointment.participant to assist with planning. However, the patient location is tracked on the Encounter in the Encounter.location property to allow for additional metadata and history to be recorded.\r\rThe role of the participant can be used to declare what the actor will be doing in the scope of this encounter participation.\r\rIf the individual is not specified during planning, then it is expected that the individual will be filled in at a later stage prior to the encounter commencing.", + "isSummary": true + }, + { + "path": "Encounter.appointment", + "min": 0, + "definition": "The appointment that scheduled this encounter.", + "isModifier": false, + "short": "The appointment that scheduled this encounter", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "SCH-1 / SCH-2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=ENC, moodCode=APT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Encounter.appointment", + "isSummary": true + }, + { + "path": "Encounter.virtualService", + "min": 0, + "definition": "Connection details of a virtual service (e.g. conference call).", + "isModifier": false, + "short": "Connection details of a virtual service (e.g. conference call)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "VirtualServiceDetail" }], + "mustSupport": false, + "max": "*", + "id": "Encounter.virtualService", + "comment": "There are two types of virtual meetings that often exist:\r\r* a persistent, virtual meeting room that can only be used for a single purpose at a time, \r* and a dynamic virtual meeting room that is generated on demand for a specific purpose.\r\rImplementers may consider using Location.virtualService for persistent meeting rooms.\r\rIf each participant would have a different meeting link, an extension using the VirtualServiceContactDetail can be applied to the Encounter.participant BackboneElement.", + "isSummary": false + }, + { + "path": "Encounter.actualPeriod", + "min": 0, + "definition": "The actual start and end time of the encounter.", + "isModifier": false, + "short": "The actual start and end time of the encounter", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PV1-44, PV1-45", "identity": "v2" }, + { + "map": ".effectiveTime (low & high)", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.actualPeriod", + "comment": "If not (yet) known, the end of the Period may be omitted.", + "isSummary": false + }, + { + "path": "Encounter.plannedStartDate", + "min": 0, + "definition": "The planned start date/time (or admission date) of the encounter.", + "isModifier": false, + "short": "The planned start date/time (or admission date) of the encounter", + "mapping": [{ "map": "PV2-8", "identity": "v2" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.plannedStartDate", + "isSummary": false + }, + { + "path": "Encounter.plannedEndDate", + "min": 0, + "definition": "The planned end date/time (or discharge date) of the encounter.", + "isModifier": false, + "short": "The planned end date/time (or discharge date) of the encounter", + "mapping": [{ "map": "PV2-9", "identity": "v2" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.plannedEndDate", + "isSummary": false + }, + { + "path": "Encounter.length", + "min": 0, + "definition": "Actual quantity of time the encounter lasted. This excludes the time during leaves of absence.\r\rWhen missing it is the time in between the start and end values.", + "isModifier": false, + "short": "Actual quantity of time the encounter lasted (less time absent)", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": "(PV1-45 less PV1-44) iff ( (PV1-44 not empty) and (PV1-45 not empty) ); units in minutes or PV2-11 (which is actual length in days)", + "identity": "v2" + }, + { "map": ".lengthOfStayQuantity", "identity": "rim" } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.length", + "comment": "If the precision on these values is low (e.g. to the day only) then this may be considered was an all day (or multi-day) encounter, unless the duration is included, where that amount of time occurred sometime during the interval.\r\rMay differ from the time in `Encounter.period` due to leave of absence(s).", + "isSummary": false + }, + { + "path": "Encounter.reason", + "min": 0, + "definition": "The list of medical reasons that are expected to be addressed during the episode of care.", + "isModifier": false, + "short": "The list of medical reasons that are expected to be addressed during the episode of care", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Reason" + } + ], + "max": "*", + "id": "Encounter.reason", + "comment": "The reason communicates what medical problem the patient has that should be addressed during the episode of care. This reason could be patient reported complaint, a clinical indication that was determined in a previous encounter or episode of care, or some planned care such as an immunization recommendation. In the case where you have a primary reason, but are expecting to also address other problems, you can list the primary reason with a use code of 'Chief Complaint', while the other problems being addressed would have a use code of 'Reason for Visit'.\r\rExamples:\r * pregnancy would use HealthcareService or a coding as the reason\r * patient home monitoring could use Condition as the reason", + "isSummary": true + }, + { + "path": "Encounter.reason.use", + "min": 0, + "definition": "What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).", + "isModifier": false, + "short": "What the reason value should be used for/as", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "reason-use" + } + ] + }, + "max": "*", + "id": "Encounter.reason.use", + "isSummary": true + }, + { + "path": "Encounter.reason.value", + "min": 0, + "definition": "Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis.", + "isModifier": false, + "short": "Reason the encounter takes place (core or reference)", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "EVN-4 / PV2-3 (note: PV2-3 is nominally constrained to inpatient admissions; HL7 V2 makes no vocabulary suggestions for PV2-3; would not expect PV2 segment or PV2-3 to be in use in all implementations )", + "identity": "v2" + }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterReason" + } + ], + "description": "Reason why the encounter takes place." + }, + "alias": ["Indication", "Admission diagnosis"], + "max": "*", + "id": "Encounter.reason.value", + "isSummary": true + }, + { + "path": "Encounter.diagnosis", + "min": 0, + "definition": "The list of diagnosis relevant to this encounter.", + "isModifier": false, + "short": "The list of diagnosis relevant to this encounter", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=RSON]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "Encounter.diagnosis", + "comment": "Also note that for the purpose of billing, the diagnoses are recorded in the account where they can be ranked appropriately for how the invoicing/claiming documentation needs to be prepared.", + "isSummary": true + }, + { + "path": "Encounter.diagnosis.condition", + "min": 0, + "definition": "The coded diagnosis or a reference to a Condition (with other resources referenced in the evidence.detail), the use property will indicate the purpose of this specific diagnosis.", + "isModifier": false, + "short": "The diagnosis relevant to the encounter", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "Resources that would commonly referenced at Encounter.indication would be Condition and/or Procedure. These most closely align with DG1/PRB and PR1 respectively.", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "condition-code" + } + ] + }, + "alias": [ + "Admission diagnosis", + "discharge diagnosis", + "indication" + ], + "max": "*", + "id": "Encounter.diagnosis.condition", + "isSummary": true + }, + { + "path": "Encounter.diagnosis.use", + "min": 0, + "definition": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …).", + "isModifier": false, + "short": "Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …)", + "mapping": [ + { "map": "DG1-6 (Diagnosis Type)", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisUse" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of diagnosis this condition represents." + }, + "max": "*", + "id": "Encounter.diagnosis.use", + "isSummary": false + }, + { + "path": "Encounter.account", + "min": 0, + "definition": "The set of accounts that may be used for billing for this Encounter.", + "isModifier": false, + "short": "The set of accounts that may be used for billing for this Encounter", + "mapping": [ + { "map": ".pertains.A_Account", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Encounter.account", + "comment": "The billing system may choose to allocate billable items associated with the Encounter to different referenced Accounts based on internal business rules.", + "isSummary": false + }, + { + "path": "Encounter.dietPreference", + "requirements": "Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter.", + "min": 0, + "definition": "Diet preferences reported by the patient.", + "isModifier": false, + "short": "Diet preferences reported by the patient", + "mapping": [ + { "map": "PV1-38", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM, moodCode=EVN, code=\"diet\"]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PatientDiet" + } + ], + "description": "Medical, cultural or ethical food preferences to help with catering requirements." + }, + "max": "*", + "id": "Encounter.dietPreference", + "comment": "For example, a patient may request both a dairy-free and nut-free diet preference (not mutually exclusive).", + "isSummary": false + }, + { + "path": "Encounter.specialArrangement", + "min": 0, + "definition": "Any special requests that have been made for this encounter, such as the provision of specific equipment or other things.", + "isModifier": false, + "short": "Wheelchair, translator, stretcher, etc", + "mapping": [ + { "map": "PV1-15 / OBR-30 / OBR-43", "identity": "v2" }, + { "map": ".specialArrangementCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-arrangements", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Arrangements" + } + ], + "description": "Special arrangements." + }, + "max": "*", + "id": "Encounter.specialArrangement", + "isSummary": false + }, + { + "path": "Encounter.specialCourtesy", + "min": 0, + "definition": "Special courtesies that may be provided to the patient during the encounter (VIP, board member, professional courtesy).", + "isModifier": false, + "short": "Special courtesies (VIP, board member)", + "mapping": [ + { "map": "PV1-16", "identity": "v2" }, + { "map": ".specialCourtesiesCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-special-courtesy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Courtesies" + } + ], + "description": "Special courtesies." + }, + "max": "*", + "id": "Encounter.specialCourtesy", + "comment": "Although the specialCourtesy property can contain values like VIP, the purpose of this field is intended to be used for flagging additional `benefits` that might occur for the patient during the encounter.\r\rIt could include things like the patient is to have a private room, special room features, receive a friendly visit from hospital adminisitration, or should be briefed on treatment by senior staff during the stay.\r\rIt is not specifically intended to be used for securing the specific record - that is the purpose of the security meta tag, and where appropriate, both fields could be used.", + "isSummary": false + }, + { + "path": "Encounter.admission", + "min": 0, + "definition": "Details about the stay during which a healthcare service is provided.\r\rThis does not describe the event of admitting the patient, but rather any information that is relevant from the time of admittance until the time of discharge.", + "isModifier": false, + "short": "Details about the admission to a healthcare service", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.admission", + "comment": "An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included.\r\rThe duration recorded in the period of this encounter covers the entire scope of this admission record.", + "isSummary": false + }, + { + "path": "Encounter.admission.preAdmissionIdentifier", + "min": 0, + "definition": "Pre-admission identifier.", + "isModifier": false, + "short": "Pre-admission identifier", + "mapping": [ + { "map": "PV1-5", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.admission.preAdmissionIdentifier", + "isSummary": false + }, + { + "path": "Encounter.admission.origin", + "min": 0, + "definition": "The location/organization from which the patient came before admission.", + "isModifier": false, + "short": "The location/organization from which the patient came before admission", + "mapping": [ + { + "map": ".participation[typeCode=ORG].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.admission.origin", + "isSummary": false + }, + { + "path": "Encounter.admission.admitSource", + "min": 0, + "definition": "From where patient was admitted (physician referral, transfer).", + "isModifier": false, + "short": "From where patient was admitted (physician referral, transfer)", + "mapping": [ + { "map": "PV1-14", "identity": "v2" }, + { + "map": ".admissionReferralSourceCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-admit-source", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdmitSource" + } + ], + "description": "From where the patient was admitted." + }, + "max": "1", + "id": "Encounter.admission.admitSource", + "isSummary": false + }, + { + "path": "Encounter.admission.reAdmission", + "min": 0, + "definition": "Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed.", + "isModifier": false, + "short": "Indicates that the patient is being re-admitted", + "mapping": [ + { "map": "PV1-13", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0092", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReAdmissionType" + } + ], + "description": "The reason for re-admission of this admission encounter." + }, + "max": "1", + "id": "Encounter.admission.reAdmission", + "isSummary": false + }, + { + "path": "Encounter.admission.destination", + "min": 0, + "definition": "Location/organization to which the patient is discharged.", + "isModifier": false, + "short": "Location/organization to which the patient is discharged", + "mapping": [ + { "map": "PV1-37", "identity": "v2" }, + { + "map": ".participation[typeCode=DST]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.admission.destination", + "isSummary": false + }, + { + "path": "Encounter.admission.dischargeDisposition", + "min": 0, + "definition": "Category or kind of location after discharge.", + "isModifier": false, + "short": "Category or kind of location after discharge", + "mapping": [ + { "map": "PV1-36", "identity": "v2" }, + { + "map": ".dischargeDispositionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-discharge-disposition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DischargeDisp" + } + ], + "description": "Discharge Disposition." + }, + "max": "1", + "id": "Encounter.admission.dischargeDisposition", + "isSummary": false + }, + { + "path": "Encounter.location", + "min": 0, + "definition": "List of locations where the patient has been during this encounter.", + "isModifier": false, + "short": "List of locations where the patient has been", + "mapping": [ + { + "map": ".participation[typeCode=LOC]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Encounter.location", + "comment": "Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type \"kind\" such as \"client's home\" and an encounter.class = \"virtual\".", + "isSummary": false + }, + { + "path": "Encounter.location.location", + "min": 1, + "definition": "The location where the encounter takes place.", + "isModifier": false, + "short": "Location the encounter takes place", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "PV1-3 / PV1-6 / PV1-11 / PV1-42 / PV1-43", + "identity": "v2" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Encounter.location.location", + "isSummary": false + }, + { + "path": "Encounter.location.status", + "min": 0, + "definition": "The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time.", + "isModifier": false, + "short": "planned | active | reserved | completed", + "mapping": [ + { "map": ".role.statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-location-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterLocationStatus" + } + ], + "description": "The status of the location." + }, + "max": "1", + "id": "Encounter.location.status", + "comment": "When the patient is no longer active at a location, then the period end date is entered, and the status may be changed to completed.", + "isSummary": false + }, + { + "path": "Encounter.location.form", + "min": 0, + "definition": "This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.", + "isModifier": false, + "short": "The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationForm" + } + ], + "description": "Physical form of the location." + }, + "max": "1", + "id": "Encounter.location.form", + "comment": "This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query.\n\nThere may be many levels in the hierachy, and this may only pic specific levels that are required for a specific usage scenario.", + "isSummary": false + }, + { + "path": "Encounter.location.period", + "min": 0, + "definition": "Time period during which the patient was present at the location.", + "isModifier": false, + "short": "Time period during which the patient was present at the location", + "mapping": [{ "map": ".time", "identity": "rim" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Encounter.location.period", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: Who What When Where Why - Common pattern for all resources that deals with attribution.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/FiveWs/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FiveWs", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "FiveWs", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "fivews", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "FiveWs", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/FiveWs", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FiveWs", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "The details of a healthcare service available at a location or in a catalog. In the case where there is a hierarchy of services (for example, Lab -> Pathology -> Wound Cultures), this can be represented using a set of linked HealthcareServices.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/HealthcareService/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "HealthcareService", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + } + ], + "abstract": false, + "type": "HealthcareService", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "HealthcareService", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HealthcareService", + "differential": { + "element": [ + { + "path": "HealthcareService", + "min": 0, + "definition": "The details of a healthcare service available at a location.", + "isModifier": false, + "short": "The details of a healthcare service available at a location", + "mapping": [ + { "map": "administrative.group", "identity": "w5" }, + { + "map": "act[classCode=ACT][moodCode=DEF]", + "identity": "rim" + }, + { "map": "Participant", "identity": "interface" } + ], + "mustSupport": false, + "max": "*", + "id": "HealthcareService" + }, + { + "path": "HealthcareService.identifier", + "min": 0, + "definition": "External identifiers for this item.", + "isModifier": false, + "short": "External identifiers for this item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.identifier", + "isSummary": true + }, + { + "path": "HealthcareService.active", + "min": 0, + "definition": "This flag is used to mark the record to not be used. This is not used when a center is closed for maintenance, or for holidays, the notAvailable period is to be used for this.", + "isModifier": true, + "short": "Whether this HealthcareService record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "HealthcareService.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "HealthcareService.providedBy", + "min": 0, + "definition": "The organization that provides this healthcare service.", + "isModifier": false, + "short": "Organization that provides this service", + "mapping": [ + { + "map": ".scopingRole.Organization", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.providedBy", + "comment": "This property is recommended to be the same as the Location's managingOrganization, and if not provided should be interpreted as such. If the Location does not have a managing Organization, then this property should be populated.", + "isSummary": true + }, + { + "path": "HealthcareService.offeredIn", + "min": 0, + "definition": "When the HealthcareService is representing a specific, schedulable service, the availableIn property can refer to a generic service.", + "isModifier": false, + "short": "The service within which this service is offered", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.offeredIn", + "comment": "For example, if there is a generic Radiology service that offers CT Scans, MRIs, etc. You could have HealthcareService resources for the CT Scans and MRIs, which have an offeredIn reference to the Radiology HealthcareService.", + "isSummary": false + }, + { + "path": "HealthcareService.category", + "min": 0, + "definition": "Identifies the broad category of service being performed or delivered.", + "isModifier": false, + "short": "Broad category of service being performed or delivered", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ], + "description": "A category of the service(s) that could be provided." + }, + "alias": ["service category"], + "max": "*", + "id": "HealthcareService.category", + "comment": "Selecting a Service Category then determines the list of relevant service types that can be selected in the primary service type.", + "isSummary": true + }, + { + "path": "HealthcareService.type", + "min": 0, + "definition": "The specific type of service that may be delivered or performed.", + "isModifier": false, + "short": "Type of service that may be delivered or performed", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "alias": ["service type"], + "max": "*", + "id": "HealthcareService.type", + "isSummary": true + }, + { + "path": "HealthcareService.specialty", + "min": 0, + "definition": "Collection of specialties handled by the Healthcare service. This is more of a medical term.", + "isModifier": false, + "short": "Specialties handled by the HealthcareService", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-specialty" + } + ], + "description": "A specialty that a healthcare service may provide." + }, + "max": "*", + "id": "HealthcareService.specialty", + "isSummary": true + }, + { + "path": "HealthcareService.location", + "min": 0, + "definition": "The location(s) where this healthcare service may be provided.", + "isModifier": false, + "short": "Location(s) where service may be provided", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".location.role[classCode=SDLOC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.location", + "isSummary": true + }, + { + "path": "HealthcareService.name", + "min": 0, + "definition": "Further description of the service as it would be presented to a consumer while searching.", + "isModifier": false, + "short": "Description of service as presented to a consumer while searching", + "mapping": [ + { "map": ".name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.name", + "isSummary": true + }, + { + "path": "HealthcareService.comment", + "min": 0, + "definition": "Any additional description of the service and/or any specific issues not covered by the other attributes, which can be displayed as further detail under the serviceName.", + "isModifier": false, + "short": "Additional description and/or any specific issues not covered elsewhere", + "mapping": [ + { + "map": ".location.role[classCode=SDLOC].desc", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.comment", + "comment": "Would expect that a user would not see this information on a search results, and it would only be available when viewing the complete details of the service.", + "isSummary": true + }, + { + "path": "HealthcareService.extraDetails", + "min": 0, + "definition": "Extra details about the service that can't be placed in the other fields.", + "isModifier": false, + "short": "Extra details about the service that can't be placed in the other fields", + "mapping": [ + { + "map": ".actrelationship[typeCode=COMP.act[classCode=ACT][moodCode=DEF].text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.extraDetails", + "isSummary": false + }, + { + "path": "HealthcareService.photo", + "min": 0, + "definition": "If there is a photo/symbol associated with this HealthcareService, it may be included here to facilitate quick identification of the service in a list.", + "isModifier": false, + "short": "Facilitates quick identification of the service", + "mapping": [ + { + "map": ".actrelationship[typeCode=SBJ].observation.value", + "identity": "rim" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.photo", + "isSummary": true + }, + { + "path": "HealthcareService.contact", + "requirements": "Need to keep track of both simple contact details and also assigned contacts within larger organizations.", + "min": 0, + "definition": "The contact details of communication devices available relevant to the specific HealthcareService. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.", + "isModifier": false, + "short": "Official contact details for the HealthcareService", + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.contact", + "comment": "The address/telecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the HealthcareService itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc.\n\nIf this is empty (or the type of interest is empty), refer to the location's contacts.", + "isSummary": false + }, + { + "path": "HealthcareService.coverageArea", + "min": 0, + "definition": "The location(s) that this service is available to (not where the service is provided).", + "isModifier": false, + "short": "Location(s) service is intended for/available to", + "mapping": [ + { + "map": ".location.role[classCode=SDLOC].subjectOf.A_SpatialCoordinate", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.coverageArea", + "comment": "The locations referenced by the coverage area can include both specific locations, including areas, and also conceptual domains too (mode = kind), such as a physical area (tri-state area) and some other attribute (covered by Example Care Organization). These types of Locations are often not managed by any specific organization. This could also include generic locations such as \"in-home\".", + "isSummary": false + }, + { + "path": "HealthcareService.serviceProvisionCode", + "min": 0, + "definition": "The code(s) that detail the conditions under which the healthcare service is available/offered.", + "isModifier": false, + "short": "Conditions under which service is available/offered", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-provision-conditions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProvisionConditions" + } + ], + "description": "The code(s) that detail the conditions under which the healthcare service is available/offered." + }, + "max": "*", + "id": "HealthcareService.serviceProvisionCode", + "comment": "The provision means being commissioned by, contractually obliged or financially sourced. Types of costings that may apply to this healthcare service, such if the service may be available for free, some discounts available, or fees apply.", + "isSummary": false + }, + { + "path": "HealthcareService.eligibility", + "min": 0, + "definition": "Does this service have specific eligibility requirements that need to be met in order to use the service?", + "isModifier": false, + "short": "Specific eligibility requirements required to use the service", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.eligibility", + "isSummary": false + }, + { + "path": "HealthcareService.eligibility.code", + "min": 0, + "definition": "Coded value for the eligibility.", + "isModifier": false, + "short": "Coded value for the eligibility", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceEligibility" + } + ], + "description": "Coded values underwhich a specific service is made available." + }, + "max": "1", + "id": "HealthcareService.eligibility.code", + "isSummary": false + }, + { + "path": "HealthcareService.eligibility.comment", + "min": 0, + "definition": "Describes the eligibility conditions for the service.", + "isModifier": false, + "short": "Describes the eligibility conditions for the service", + "mapping": [ + { + "map": ".actrelationship[typeCode=PRCN].observation[moodCode=EVN.CRT].text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.eligibility.comment", + "comment": "The description of service eligibility should, in general, not exceed one or two paragraphs. It should be sufficient for a prospective consumer to determine if they are likely to be eligible or not. Where eligibility requirements and conditions are complex, it may simply be noted that an eligibility assessment is required. Where eligibility is determined by an outside source, such as an Act of Parliament, this should be noted, preferably with a reference to a commonly available copy of the source document such as a web page.", + "isSummary": false + }, + { + "path": "HealthcareService.program", + "min": 0, + "definition": "Programs that this service is applicable to.", + "isModifier": false, + "short": "Programs that this service is applicable to", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/program", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Program" + } + ], + "description": "Government or local programs that this service applies to." + }, + "max": "*", + "id": "HealthcareService.program", + "comment": "Programs are often defined externally to an Organization, commonly by governments; e.g. Home and Community Care Programs, Homeless Program, ….", + "isSummary": false + }, + { + "path": "HealthcareService.characteristic", + "min": 0, + "definition": "Collection of characteristics (attributes).", + "isModifier": false, + "short": "Collection of characteristics (attributes)", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceCharacteristic" + } + ], + "description": "A custom attribute that could be provided at a service (e.g. Wheelchair accessibility)." + }, + "max": "*", + "id": "HealthcareService.characteristic", + "comment": "These could be such things as is wheelchair accessible.", + "isSummary": false + }, + { + "path": "HealthcareService.communication", + "min": 0, + "definition": "Some services are specifically made available in multiple languages, this property permits a directory to declare the languages this is offered in. Typically this is only provided where a service operates in communities with mixed languages used.", + "isModifier": false, + "short": "The language that this service is offered in", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "*", + "id": "HealthcareService.communication", + "comment": "When using this property it indicates that the service is available with this language, it is not derived from the practitioners, and not all are required to use this language, just that this language is available while scheduling.", + "isSummary": false + }, + { + "path": "HealthcareService.referralMethod", + "min": 0, + "definition": "Ways that the service accepts referrals, if this is not provided then it is implied that no referral is required.", + "isModifier": false, + "short": "Ways that the service accepts referrals", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-referral-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferralMethod" + } + ], + "description": "The methods of referral can be used when referring to a specific HealthcareService resource." + }, + "max": "*", + "id": "HealthcareService.referralMethod", + "isSummary": false + }, + { + "path": "HealthcareService.appointmentRequired", + "min": 0, + "definition": "Indicates whether or not a prospective consumer will require an appointment for a particular service at a site to be provided by the Organization. Indicates if an appointment is required for access to this service.", + "isModifier": false, + "short": "If an appointment is required for access to this service", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "HealthcareService.appointmentRequired", + "isSummary": false + }, + { + "path": "HealthcareService.availability", + "min": 0, + "definition": "A collection of times that the healthcare service is available.", + "isModifier": false, + "short": "Times the healthcare service is available (including exceptions)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "Availability" }], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.availability", + "comment": "More detailed availability information may be provided in associated Schedule/Slot resources.\n\nSystems may choose to render availability differently than it is exchanged on the interface. For example, rather than \"Mon, Tue, Wed, Thur, Fri from 9am-12am; Mon, Tue, Wed, Thur, Fri from 1pm-5pm\" as would be implied by two availableTime repetitions, an application could render this information as \"Mon-Fri 9-12am and 1-5pm\".\r\rThe NotAvailableTime(s) included indicate the general days/periods where the service is not available (for things such as public holidays).", + "isSummary": false + }, + { + "path": "HealthcareService.endpoint", + "min": 0, + "definition": "Technical endpoints providing access to services operated for the specific healthcare services defined at this resource.", + "isModifier": false, + "short": "Technical endpoints providing access to electronic services operated for the healthcare service", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "HealthcareService.endpoint", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifies how the ElementDefinition data type is used when it appears within a data element", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elementdefinition-de/5.0.0", + "date": "2015-02-28", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DataElement constraint on ElementDefinition data type", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + }, + { + "uri": "http://ihe.net/data-element-exchange", + "name": "IHE Data Element Exchange (DEX)", + "identity": "dex" + } + ], + "abstract": false, + "type": "ElementDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "elementdefinition-de", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-de", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/elementdefinition-de", + "differential": { + "element": [ + { + "id": "ElementDefinition", + "max": "*", + "min": 0, + "path": "ElementDefinition" + }, + { + "id": "ElementDefinition.extension:Question", + "max": "*", + "min": 0, + "path": "ElementDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/elementdefinition-question" + ] + } + ], + "sliceName": "Question" + }, + { + "id": "ElementDefinition.extension:AllowedUnits", + "max": "1", + "min": 0, + "path": "ElementDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/elementdefinition-allowedUnits" + ] + } + ], + "sliceName": "AllowedUnits" + }, + { + "id": "ElementDefinition.representation", + "max": "0", + "min": 0, + "path": "ElementDefinition.representation" + }, + { + "id": "ElementDefinition.slicing", + "max": "0", + "min": 0, + "path": "ElementDefinition.slicing" + }, + { + "id": "ElementDefinition.short", + "max": "0", + "min": 0, + "path": "ElementDefinition.short" + }, + { + "id": "ElementDefinition.contentReference", + "max": "0", + "min": 0, + "path": "ElementDefinition.contentReference" + }, + { + "id": "ElementDefinition.type", + "path": "ElementDefinition.type" + }, + { + "id": "ElementDefinition.type.profile", + "max": "0", + "min": 0, + "path": "ElementDefinition.type.profile" + }, + { + "id": "ElementDefinition.type.aggregation", + "max": "0", + "min": 0, + "path": "ElementDefinition.type.aggregation" + }, + { + "id": "ElementDefinition.defaultValue[x]", + "path": "ElementDefinition.defaultValue[x]", + "comment": "... This element should only be used on child elements of complex data elements." + }, + { + "id": "ElementDefinition.meaningWhenMissing", + "path": "ElementDefinition.meaningWhenMissing", + "comment": "... This element should only be used on child elements of complex data elements." + }, + { + "id": "ElementDefinition.fixed[x]", + "max": "0", + "min": 0, + "path": "ElementDefinition.fixed[x]" + }, + { + "id": "ElementDefinition.pattern[x]", + "max": "0", + "min": 0, + "path": "ElementDefinition.pattern[x]" + }, + { + "id": "ElementDefinition.isModifier", + "max": "0", + "min": 0, + "path": "ElementDefinition.isModifier" + }, + { + "id": "ElementDefinition.isSummary", + "max": "0", + "min": 0, + "path": "ElementDefinition.isSummary" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/FHIR", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ElementDefinition" + }, + { + "description": "This profile holds all the requirements and constraints related to a Subscription Notification Bundle.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/subscription-notification-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "SubscriptionNotificationBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Subscription Notification bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "subscription-notification-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/subscription-notification-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/subscription-notification-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "subscription-notification" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { + "id": "Bundle.entry", + "min": 1, + "path": "Bundle.entry", + "slicing": { + "rules": "openAtEnd", + "ordered": true, + "description": "Slice to enforce first entry is NessageHeader.", + "discriminator": [{ "path": "entry", "type": "exists" }] + } + }, + { + "id": "Bundle.entry:first", + "max": "1", + "min": 1, + "path": "Bundle.entry", + "sliceName": "first" + }, + { + "id": "Bundle.entry:first.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:first.resource", + "min": 1, + "path": "Bundle.entry.resource", + "type": [{ "code": "SubscriptionStatus" }] + }, + { + "id": "Bundle.entry:first.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:first.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:other", + "path": "Bundle.entry", + "sliceName": "other" + }, + { + "id": "Bundle.entry:other.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:other.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:other.response", + "max": "0", + "path": "Bundle.entry.response" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "base64Binary Type: A stream of bytes", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/base64Binary/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "base64Binary", + "abstract": false, + "type": "base64Binary", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-size" + } + ], + "status": "active", + "id": "base64Binary", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/base64Binary", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/base64Binary", + "differential": { + "element": [ + { + "id": "base64Binary", + "max": "*", + "min": 0, + "path": "base64Binary", + "short": "Primitive Type base64Binary", + "comment": "A stream of bytes, base64 encoded", + "definition": "A stream of bytes" + }, + { + "id": "base64Binary.value", + "max": "1", + "min": 0, + "path": "base64Binary.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "base64Binary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?" + } + ] + } + ], + "short": "Primitive value for base64Binary", + "definition": "Primitive value for base64Binary", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "Defines a RequestOrchestration that can represent a CDS Hooks response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cdshooksrequestorchestration/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "CDSHooksRequestOrchestration", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RequestOrchestration", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "C D S Hooks Request Orchestration", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cdshooksrequestorchestration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksrequestorchestration", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1377", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cdshooksrequestorchestration", + "differential": { + "element": [ + { + "id": "RequestOrchestration", + "max": "1", + "min": 1, + "path": "RequestOrchestration" + }, + { + "id": "RequestOrchestration.identifier", + "max": "1", + "min": 1, + "path": "RequestOrchestration.identifier" + }, + { + "id": "RequestOrchestration.instantiatesUri", + "max": "1", + "min": 1, + "path": "RequestOrchestration.instantiatesUri" + }, + { + "id": "RequestOrchestration.priority", + "path": "RequestOrchestration.priority", + "mustSupport": true + }, + { + "id": "RequestOrchestration.subject", + "path": "RequestOrchestration.subject", + "mustSupport": true + }, + { + "id": "RequestOrchestration.authoredOn", + "path": "RequestOrchestration.authoredOn", + "mustSupport": true + }, + { + "id": "RequestOrchestration.author", + "path": "RequestOrchestration.author", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action", + "path": "RequestOrchestration.action" + }, + { + "id": "RequestOrchestration.action.title", + "path": "RequestOrchestration.action.title", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.description", + "path": "RequestOrchestration.action.description", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.priority", + "path": "RequestOrchestration.action.priority", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.documentation", + "path": "RequestOrchestration.action.documentation", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.condition", + "path": "RequestOrchestration.action.condition", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.timing[x]", + "path": "RequestOrchestration.action.timing[x]", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.participant", + "path": "RequestOrchestration.action.participant", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.type", + "path": "RequestOrchestration.action.type", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.selectionBehavior", + "path": "RequestOrchestration.action.selectionBehavior", + "mustSupport": true + }, + { + "id": "RequestOrchestration.action.resource", + "path": "RequestOrchestration.action.resource", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration" + }, + { + "description": "Indicates that a device is to be or has been dispensed for a named person/patient. This includes a description of the product (supply) provided and the instructions for using the device.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceDispense/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceDispense", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "DeviceDispense", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceDispense", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceDispense", + "differential": { + "element": [ + { + "path": "DeviceDispense", + "min": 0, + "definition": "A record of dispensation of a device - i.e., assigning a device to a patient, or to a professional for their use.", + "isModifier": false, + "short": "A record of dispensation of a device", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "administrative.device", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense" + }, + { + "path": "DeviceDispense.identifier", + "min": 0, + "definition": "Business identifier for this dispensation.", + "isModifier": false, + "short": "Business identifier for this dispensation", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": true + }, + { + "path": "DeviceDispense.basedOn", + "min": 0, + "definition": "The order or request that this dispense is fulfilling.", + "isModifier": false, + "short": "The order or request that this dispense is fulfilling", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.basedOn", + "isSummary": false + }, + { + "path": "DeviceDispense.partOf", + "min": 0, + "definition": "The bigger event that this dispense is a part of.", + "isModifier": false, + "short": "The bigger event that this dispense is a part of", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=PROC,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.partOf", + "isSummary": false + }, + { + "path": "DeviceDispense.status", + "min": 1, + "definition": "A code specifying the state of the set of dispense events.", + "isModifier": true, + "short": "preparation | in-progress | cancelled | on-hold | completed | entered-in-error | stopped | declined | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedispense-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the state of the dispense event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceDispenseStatus" + } + ], + "description": "Describes the lifecycle of the dispense." + }, + "max": "1", + "id": "DeviceDispense.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DeviceDispense.statusReason", + "min": 0, + "definition": "Indicates the reason why a dispense was or was not performed.", + "isModifier": false, + "short": "Why a dispense was or was not performed", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"not done reason\"].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/devicedispense-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A code describing why a dispense was or was not performed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceDispenseStatusReason" + } + ], + "description": "A code describing why a dispense was or was not performed." + }, + "max": "1", + "id": "DeviceDispense.statusReason", + "isSummary": false + }, + { + "path": "DeviceDispense.category", + "min": 0, + "definition": "Indicates the type of device dispense.", + "isModifier": false, + "short": "Type of device dispense", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.category", + "comment": "The category can be used to include where the device is expected to be consumed or other types of dispenses. Invariants can be used to bind to different value sets when profiling to bind.", + "isSummary": false + }, + { + "path": "DeviceDispense.device", + "min": 1, + "definition": "Identifies the device being dispensed. This is either a link to a resource representing the details of the device or a simple attribute carrying a code that identifies the device from a known list of devices.", + "isModifier": false, + "short": "What device was supplied", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.device", + "isSummary": true + }, + { + "path": "DeviceDispense.subject", + "min": 1, + "definition": "A link to a resource representing the person to whom the device is intended.", + "isModifier": false, + "short": "Who the dispense is for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.subject", + "comment": "What about 'this measuring Device is now asigned to Dr X who needs it now'?", + "isSummary": true + }, + { + "path": "DeviceDispense.receiver", + "min": 0, + "definition": "Identifies the person who picked up the device or the person or location where the device was delivered. This may be a patient or their caregiver, but some cases exist where it can be a healthcare professional or a location.", + "isModifier": false, + "short": "Who collected the device or where the medication was delivered", + "mapping": [ + { + "map": ".participation[typeCode=RCV].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.receiver", + "isSummary": false + }, + { + "path": "DeviceDispense.encounter", + "min": 0, + "definition": "The encounter that establishes the context for this event.", + "isModifier": false, + "short": "Encounter associated with event", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.encounter", + "isSummary": false + }, + { + "path": "DeviceDispense.supportingInformation", + "min": 0, + "definition": "Additional information that supports the device being dispensed.", + "isModifier": false, + "short": "Information that supports the dispensing of the device", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.supportingInformation", + "isSummary": false + }, + { + "path": "DeviceDispense.performer", + "min": 0, + "definition": "Indicates who or what performed the event.", + "isModifier": false, + "short": "Who performed event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.performer", + "isSummary": false + }, + { + "path": "DeviceDispense.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of performer in the dispense. For example, date enterer, packager, final checker.", + "isModifier": false, + "short": "Who performed the dispense and what they did", + "mapping": [ + { + "map": "participation[typeCode=PRF].functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.performer.function", + "isSummary": false + }, + { + "path": "DeviceDispense.performer.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed the action. It should be assumed that the actor is the dispenser of the device.", + "isModifier": false, + "short": "Individual who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.performer.actor", + "isSummary": false + }, + { + "path": "DeviceDispense.location", + "min": 0, + "definition": "The principal physical location where the dispense was performed.", + "isModifier": false, + "short": "Where the dispense occurred", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.location", + "isSummary": false + }, + { + "path": "DeviceDispense.type", + "min": 0, + "definition": "Indicates the type of dispensing event that is performed.", + "isModifier": false, + "short": "Trial fill, partial fill, emergency fill, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.type", + "isSummary": false + }, + { + "path": "DeviceDispense.quantity", + "min": 0, + "definition": "The number of devices that have been dispensed.", + "isModifier": false, + "short": "Amount dispensed", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.quantity", + "isSummary": false + }, + { + "path": "DeviceDispense.preparedDate", + "min": 0, + "definition": "The time when the dispensed product was packaged and reviewed.", + "isModifier": false, + "short": "When product was packaged and reviewed", + "mapping": [ + { + "map": ".effectiveTime[xmi:type=IVL_TS].low", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.preparedDate", + "isSummary": true + }, + { + "path": "DeviceDispense.whenHandedOver", + "min": 0, + "definition": "The time the dispensed product was made available to the patient or their representative.", + "isModifier": false, + "short": "When product was given out", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": ".effectiveTime[xmi:type=IVL_TS].high", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.whenHandedOver", + "isSummary": false + }, + { + "path": "DeviceDispense.destination", + "min": 0, + "definition": "Identification of the facility/location where the device was /should be shipped to, as part of the dispense process.", + "isModifier": false, + "short": "Where the device was sent or should be sent", + "mapping": [ + { + "map": ".participation[typeCode=DST].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.destination", + "isSummary": false + }, + { + "path": "DeviceDispense.note", + "min": 0, + "definition": "Extra information about the dispense that could not be conveyed in the other attributes.", + "isModifier": false, + "short": "Information about the dispense", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=ACT,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.note", + "isSummary": false + }, + { + "path": "DeviceDispense.usageInstruction", + "min": 0, + "definition": "The full representation of the instructions.", + "isModifier": false, + "short": "Full representation of the usage instructions", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "DeviceDispense.usageInstruction", + "comment": "The content of the renderedDosageInstructions must not be different than the dose represented in the dosageInstruction content.", + "isSummary": false + }, + { + "path": "DeviceDispense.eventHistory", + "min": 0, + "definition": "A summary of the events of interest that have occurred, such as when the dispense was verified.", + "isModifier": false, + "short": "A list of relevant lifecycle events", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceDispense.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.).", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Significant health conditions for a person related to the patient relevant in the context of care for the patient.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FamilyMemberHistory", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "FamilyMemberHistory", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "FamilyMemberHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FamilyMemberHistory", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "fhs-2", + "human": "Can only have estimatedAge if age[x] is present", + "source": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "severity": "error", + "expression": "age.exists() or estimatedAge.empty()" + }, + { + "key": "fhs-3", + "human": "Can have age[x] or deceased[x], but not both", + "source": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "severity": "error", + "expression": "age.empty() or deceased.empty()" + }, + { + "key": "fhs-1", + "human": "Can have age[x] or born[x], but not both", + "source": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory", + "severity": "error", + "expression": "age.empty() or born.empty()" + } + ], + "path": "FamilyMemberHistory", + "min": 0, + "definition": "Significant health conditions for a person related to the patient relevant in the context of care for the patient.", + "isModifier": false, + "short": "Information about patient's relatives, relevant for patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { "map": "Not in scope for v2", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory" + }, + { + "path": "FamilyMemberHistory.identifier", + "requirements": "Allows identification of the family member history as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this family member history by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External Id(s) for this record", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory.instantiatesCanonical", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this FamilyMemberHistory.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.status", + "min": 1, + "definition": "A code specifying the status of the record of the family history of a specific family member.", + "isModifier": true, + "short": "partial | completed | entered-in-error | health-unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/history-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryStatus" + } + ], + "description": "A code that identifies the status of the family history record." + }, + "max": "1", + "id": "FamilyMemberHistory.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.dataAbsentReason", + "requirements": "This is a separate element to allow it to have a distinct binding from reasonCode.", + "min": 0, + "definition": "Describes why the family member's history is not available.", + "isModifier": false, + "short": "subject-unknown | withheld | unable-to-obtain | deferred", + "mapping": [{ "map": ".reasonCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/history-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryAbsentReason" + } + ], + "description": "Codes describing the reason why a family member's history is not available." + }, + "max": "1", + "id": "FamilyMemberHistory.dataAbsentReason", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.patient", + "min": 1, + "definition": "The person who this history concerns.", + "isModifier": false, + "short": "Patient history is about", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "alias": ["Proband"], + "max": "1", + "id": "FamilyMemberHistory.patient", + "comment": "This is not the family member.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.date", + "requirements": "Allows determination of how current the summary is.", + "min": 0, + "definition": "The date (and possibly time) when the family member history was recorded or last updated.", + "isModifier": false, + "short": "When history was recorded or last updated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.date", + "comment": "This should be captured even if the same as the date on the List aggregating the full family history.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.participant", + "min": 0, + "definition": "Indicates who or what participated in the activities related to the family member history and how they were involved.", + "isModifier": false, + "short": "Who or what participated in the activities related to the family member history and how they were involved", + "mapping": [ + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory.participant", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.participant.function", + "min": 0, + "definition": "Distinguishes the type of involvement of the actor in the activities related to the family member history.", + "isModifier": false, + "short": "Type of involvement", + "mapping": [ + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyMemberHistoryParticipantFunction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "FamilyMemberHistory.participant.function", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.participant.actor", + "min": 1, + "definition": "Indicates who or what participated in the activities related to the family member history.", + "isModifier": false, + "short": "Who or what participated in the activities related to the family member history", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.participant.actor", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.name", + "requirements": "Allows greater ease in ensuring the same person is being talked about.", + "min": 0, + "definition": "This will either be a name or a description; e.g. \"Aunt Susan\", \"my cousin with the red hair\".", + "isModifier": false, + "short": "The family member described", + "mapping": [{ "map": "name", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.name", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.relationship", + "min": 1, + "definition": "The type of relationship this person has to the patient (father, mother, brother etc.).", + "isModifier": false, + "short": "Relationship to the subject", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-FamilyMember", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilialRelationship" + } + ], + "description": "The nature of the relationship between the patient and the related person being described in the family member history." + }, + "max": "1", + "id": "FamilyMemberHistory.relationship", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.sex", + "requirements": "Not all relationship codes imply sex and the relative's sex can be relevant for risk assessments.", + "min": 0, + "definition": "The birth sex of the family member.", + "isModifier": false, + "short": "male | female | other | unknown", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Sex" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes describing the sex assigned at birth as documented on the birth registration." + }, + "max": "1", + "id": "FamilyMemberHistory.sex", + "comment": "This element should ideally reflect whether the individual is genetically male or female. However, as reported information based on the knowledge of the patient or reporting friend/relative, there may be situations where the reported sex might not be totally accurate. E.g. 'Aunt Sue' might be XY rather than XX. Questions soliciting this information should be phrased to encourage capture of genetic sex where known. However, systems performing analysis should also allow for the possibility of imprecision with this element.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.born[x]", + "requirements": "Allows calculation of the relative's age.", + "min": 0, + "definition": "The actual or approximate date of birth of the relative.", + "isModifier": false, + "short": "(approximate) date of birth", + "mapping": [ + { + "map": "player[classCode=LIV, determinerCode=INSTANCE]. birthDate (could be URG)", + "identity": "rim" + } + ], + "type": [ + { "code": "Period" }, + { "code": "date" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.born[x]", + "condition": ["fhs-1"], + "isSummary": false + }, + { + "path": "FamilyMemberHistory.age[x]", + "requirements": "While age can be calculated from date of birth, sometimes recording age directly is more natural for clinicians.", + "min": 0, + "definition": "The age of the relative at the time the family member history is recorded.", + "isModifier": false, + "short": "(approximate) age", + "mapping": [ + { + "map": "participation[typeCode=SBJ].act[classCode=OBS,moodCode=EVN, code=\"age\"].value", + "identity": "rim" + } + ], + "type": [ + { "code": "Age" }, + { "code": "Range" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.age[x]", + "condition": ["fhs-2", "fhs-1", "fhs-3"], + "comment": "use estimatedAge to indicate whether the age is actual or not.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.estimatedAge", + "requirements": "Clinicians often prefer to specify an estimaged age rather than an age range.", + "min": 0, + "definition": "If true, indicates that the age value specified is an estimated value.", + "isModifier": false, + "short": "Age is estimated?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "It is unknown whether the age is an estimate or not", + "max": "1", + "id": "FamilyMemberHistory.estimatedAge", + "condition": ["fhs-2"], + "comment": "This element is labeled as a modifier because the fact that age is estimated can/should change the results of any algorithm that calculates based on the specified age.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.deceased[x]", + "min": 0, + "definition": "Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.", + "isModifier": false, + "short": "Dead? How old/when?", + "mapping": [ + { + "map": "player[classCode=LIV, determinerCode=INSTANCE].deceasedInd, deceasedDate (could be URG) For age, you'd hang an observation off the role", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "Age" }, + { "code": "Range" }, + { "code": "date" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "FamilyMemberHistory.deceased[x]", + "condition": ["fhs-3"], + "isSummary": true + }, + { + "path": "FamilyMemberHistory.reason", + "min": 0, + "definition": "Describes why the family member history occurred in coded or textual form, or Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.", + "isModifier": false, + "short": "Why was family member history performed?", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FamilyHistoryReason" + } + ], + "description": "Codes indicating why the family member history was done." + }, + "max": "*", + "id": "FamilyMemberHistory.reason", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "FamilyMemberHistory.note", + "min": 0, + "definition": "This property allows a non condition-specific note to the made about the related person. Ideally, the note would be in the condition property, but this is not always possible.", + "isModifier": false, + "short": "General note about related person", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=ActCode#ANNGEN].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "FamilyMemberHistory.note", + "isSummary": false + }, + { + "path": "FamilyMemberHistory.condition", + "min": 0, + "definition": "The significant Conditions (or condition) that the family member had. This is a repeating section to allow a system to represent more than one condition per resource, though there is nothing stopping multiple resources - one per condition.", + "isModifier": false, + "short": "Condition that the related person had", + "mapping": [ + { + "map": "inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=ActCode#ASSERTION, value 1", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SectionEntryOrder" + } + ], + "description": "What order applies to the items in the entry." + }, + "max": "1", + "id": "Composition.section.orderedBy", + "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.", + "isSummary": false + }, + { + "path": "Composition.section.entry", + "min": 0, + "definition": "A reference to the actual resource from which the narrative in the section is derived.", + "isModifier": false, + "short": "A reference to data that supports this section", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP] or .participation[typeCode=SBJ]", + "identity": "rim" + }, + { "map": ".entry", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Composition.section.entry", + "condition": ["cmp-1", "cmp-2"], + "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.", + "isSummary": false + }, + { + "path": "Composition.section.emptyReason", + "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.", + "min": 0, + "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.", + "isModifier": false, + "short": "Why the section is empty", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ,code target.", + "isModifier": false, + "short": "Additional properties of the mapping", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Property" + } + ], + "max": "*", + "id": "ConceptMap.property", + "comment": "Properties may be used to supply for example, mapping priority, provenance, presentation hints, flag as experimental, and additional documentation. Multiple occurrences of ConceptMap.group.element.target.property may occur for a ConceptMap.property where ConceptMap.group.element.target.property.code is the same and the values in ConceptMap.group.element.target.property.value differ.", + "isSummary": true + }, + { + "path": "ConceptMap.property.code", + "min": 1, + "definition": "A code that is used to identify the property. The code is used internally (in ConceptMap.group.element.target.property.code) and also in the $translate operation.", + "isModifier": false, + "short": "Identifies the property on the mappings, and when referred to in the $translate operation", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.property.code", + "isSummary": true + }, + { + "path": "ConceptMap.property.uri", + "min": 0, + "definition": "Reference to the formal meaning of the property.", + "isModifier": false, + "short": "Formal identifier for the property", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.property.uri", + "isSummary": true + }, + { + "path": "ConceptMap.property.description", + "min": 0, + "definition": "A description of the property - why it is defined, and how its value might be used.", + "isModifier": false, + "short": "Why the property is defined, and/or what it conveys", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.property.description", + "isSummary": true + }, + { + "path": "ConceptMap.property.type", + "min": 1, + "definition": "The type of the property value.", + "isModifier": false, + "short": "Coding | string | integer | boolean | dateTime | decimal | code", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-property-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyType" + } + ], + "description": "The type of a property value." + }, + "max": "1", + "id": "ConceptMap.property.type", + "condition": ["cmd-11"], + "isSummary": true + }, + { + "path": "ConceptMap.property.system", + "min": 0, + "definition": "The CodeSystem that defines the codes from which values of type ```code``` in property values.", + "isModifier": false, + "short": "The CodeSystem from which code values come", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.property.system", + "condition": ["cmd-11"], + "isSummary": true + }, + { + "path": "ConceptMap.additionalAttribute", + "min": 0, + "definition": "An additionalAttribute defines an additional data element found in the source or target data model where the data will come from or be mapped to. Some mappings are based on data in addition to the source data element, where codes in multiple fields are combined to a single field (or vice versa).", + "isModifier": false, + "short": "Definition of an additional attribute to act as a data source or target", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AdditionalAttribute" + } + ], + "max": "*", + "id": "ConceptMap.additionalAttribute", + "comment": "Additional attributes are used to define additional data elements where mapping data can be found. For an example, see [Specimen Type v2 -> SNOMED CT Mapping(conceptmap-example-specimen-type.html)", + "isSummary": true + }, + { + "path": "ConceptMap.additionalAttribute.code", + "min": 1, + "definition": "A code that is used to identify this additional data attribute. The code is used internally in ConceptMap.group.element.target.dependsOn.attribute and ConceptMap.group.element.target.product.attribute.", + "isModifier": false, + "short": "Identifies this additional attribute through this resource", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.additionalAttribute.code", + "isSummary": true + }, + { + "path": "ConceptMap.additionalAttribute.uri", + "min": 0, + "definition": "Reference to the formal definition of the source/target data element. For elements defined by the FHIR specification, or using a FHIR logical model, the correct format is {canonical-url}#{element-id}.", + "isModifier": false, + "short": "Formal identifier for the data element referred to in this attribte", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.additionalAttribute.uri", + "isSummary": true + }, + { + "path": "ConceptMap.additionalAttribute.description", + "min": 0, + "definition": "A description of the additional attribute and/or the data element it refers to - why it is defined, and how the value might be used in mappings, and a discussion of issues associated with the use of the data element.", + "isModifier": false, + "short": "Why the additional attribute is defined, and/or what the data element it refers to is", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.additionalAttribute.description", + "isSummary": true + }, + { + "path": "ConceptMap.additionalAttribute.type", + "min": 1, + "definition": "The type of the source data contained in this concept map for this data element.", + "isModifier": false, + "short": "code | Coding | string | boolean | Quantity", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-attribute-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptMapmapAttributeType" + } + ], + "description": "The type of a mapping attribute value." + }, + "max": "1", + "id": "ConceptMap.additionalAttribute.type", + "comment": "When the source or target is not content defined by FHIR, some additional application logic might be required to map from the FHIR Datatype to the externally defined content", + "isSummary": true + }, + { + "path": "ConceptMap.sourceScope[x]", + "min": 0, + "definition": "Identifier for the source value set that contains the concepts that are being mapped and provides context for the mappings. Limits the scope of the map to source codes (ConceptMap.group.element code or valueSet) that are members of this value set.", + "isModifier": false, + "short": "The source value set that contains the concepts that are being mapped", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.sourceScope[x]", + "comment": "Should be a version specific reference. URIs SHOULD be absolute. If there is no sourceScope or targetScope value set, there is no specified context for the map (not recommended). The sourceScope value set may select codes from either an explicit (standard or local) or implicit code system.", + "isSummary": true + }, + { + "path": "ConceptMap.targetScope[x]", + "min": 0, + "definition": "Identifier for the target value set that provides important context about how the mapping choices are made. Limits the scope of the map to target codes (ConceptMap.group.element.target code or valueSet) that are members of this value set.", + "isModifier": false, + "short": "The target value set which provides context for the mappings", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.targetScope[x]", + "comment": "Should be a version specific reference. URIs SHOULD be absolute. If there is no sourceScope or targetScope value set, there is no specified context for the map (not recommended). The targetScope value set may select codes from either an explicit (standard or local) or implicit code system.", + "isSummary": true + }, + { + "path": "ConceptMap.group", + "min": 0, + "definition": "A group of mappings that all have the same source and target system.", + "isModifier": false, + "short": "Same source and target systems", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConceptMap.group", + "isSummary": false + }, + { + "path": "ConceptMap.group.source", + "min": 0, + "definition": "An absolute URI that identifies the source system where the concepts to be mapped are defined.", + "isModifier": false, + "short": "Source system where concepts to be mapped are defined", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.source", + "comment": "This is not needed if the source value set is specified and it contains concepts from only a single system.", + "isSummary": false + }, + { + "path": "ConceptMap.group.target", + "min": 0, + "definition": "An absolute URI that identifies the target system that the concepts will be mapped to.", + "isModifier": false, + "short": "Target system that the concepts are to be mapped to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.target", + "comment": "This is not needed if the target value set is specified and it contains concepts from only a single system. The group target may also be omitted if all of the target element relationship values are 'not-related-to'.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "cmd-5", + "human": "Either code or valueSet SHALL be present but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())" + }, + { + "key": "cmd-4", + "human": "If noMap is present, target SHALL NOT be present", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(noMap.exists() and noMap=true) implies target.empty()" + } + ], + "path": "ConceptMap.group.element", + "min": 1, + "definition": "Mappings for an individual concept in the source to one or more concepts in the target.", + "isModifier": false, + "short": "Mappings for a concept from the source set", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SourceElement" + } + ], + "alias": ["code", "concept", "item"], + "max": "*", + "id": "ConceptMap.group.element", + "comment": "Generally, the ideal is that there would only be one mapping for each concept in the source value set, but a given concept may be mapped multiple times with different comments or dependencies.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.code", + "min": 0, + "definition": "Identity (code or path) or the element/item being mapped.", + "isModifier": false, + "short": "Identifies element being mapped", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.element.code", + "condition": ["cmd-5"], + "isSummary": false + }, + { + "path": "ConceptMap.group.element.display", + "min": 0, + "definition": "The display for the code. The display is only provided to help editors when editing the concept map.", + "isModifier": false, + "short": "Display for the code", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.display", + "comment": "The display is ignored when processing the map.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.valueSet", + "min": 0, + "definition": "The set of concepts from the ConceptMap.group.source code system which are all being mapped to the target as part of this mapping rule.", + "isModifier": false, + "short": "Identifies the set of concepts being mapped", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.valueSet", + "condition": ["cmd-5"], + "comment": "If the value set expansion is empty then there are no source concepts to map in this rule.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.noMap", + "min": 0, + "definition": "If noMap = true this indicates that no mapping to a target concept exists for this source concept.", + "isModifier": false, + "short": "No mapping to a target concept for this source concept", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.noMap", + "condition": ["cmd-4"], + "comment": "If noMap = true, then the behavior of ConceptMap.group.unmapped (if present) does not apply.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "cmd-7", + "human": "Either code or valueSet SHALL be present but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())" + }, + { + "key": "cmd-1", + "human": "If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft'", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "comment.exists() or (%resource.status = 'draft') or relationship.empty() or ((relationship != 'source-is-broader-than-target') and (relationship != 'not-related-to'))" + } + ], + "path": "ConceptMap.group.element.target", + "min": 0, + "definition": "A concept from the target value set that this concept maps to.", + "isModifier": false, + "short": "Concept in target system for element", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TargetElement" + } + ], + "max": "*", + "id": "ConceptMap.group.element.target", + "condition": ["cmd-4"], + "comment": "Ideally there would only be one map, with an 'equivalent' mapping. But multiple maps are allowed for several narrower (i.e. source-is-broader-than-target) options, or to assert that other concepts are not related.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.code", + "min": 0, + "definition": "Identity (code or path) or the element/item that the map refers to.", + "isModifier": false, + "short": "Code that identifies the target element", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.element.target.code", + "condition": ["cmd-7"], + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.display", + "min": 0, + "definition": "The display for the code. The display is only provided to help editors when editing the concept map.", + "isModifier": false, + "short": "Display for the code", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.target.display", + "comment": "The display is ignored when processing the map.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.valueSet", + "min": 0, + "definition": "The set of concepts from the ConceptMap.group.target code system which are all being mapped to as part of this mapping rule. The effect of using this data element is the same as having multiple ConceptMap.group.element.target elements with one for each concept in the ConceptMap.group.element.target.valueSet value set.", + "isModifier": false, + "short": "Identifies the set of target concepts", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.target.valueSet", + "condition": ["cmd-7"], + "comment": "If the the value set expansion is empty then the source concept(s) are unmapped and the behavior of ConceptMap.group.unmapped (if present) applies.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.relationship", + "min": 1, + "definition": "The relationship between the source and target concepts. The relationship is read from source to target (e.g. source-is-narrower-than-target).", + "isModifier": true, + "short": "related-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-relationship|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptMapRelationship" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The relationship between concepts." + }, + "max": "1", + "id": "ConceptMap.group.element.target.relationship", + "condition": ["cmd-1"], + "comment": "This element is labeled as a modifier because it may indicate that there is no mapping.", + "isModifierReason": "The 'not-related-to' relationship means that there is no mapping from the source to the target, and the mapping cannot be interpreted without knowing this value as it could mean the elements are equivalent, totally mismatched or anything in between", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.comment", + "min": 0, + "definition": "A description of status/issues in mapping that conveys additional information not represented in the structured data.", + "isModifier": false, + "short": "Description of status/issues in mapping", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.target.comment", + "condition": ["cmd-1"], + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.property", + "min": 0, + "definition": "A property value for this source -> target mapping.", + "isModifier": false, + "short": "Property value for the source -> target mapping", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "MappingProperty" + } + ], + "max": "*", + "id": "ConceptMap.group.element.target.property", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.property.code", + "min": 1, + "definition": "A reference to a mapping property defined in ConceptMap.property.", + "isModifier": false, + "short": "Reference to ConceptMap.property.code", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.element.target.property.code", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.property.value[x]", + "min": 1, + "definition": "The value of this property. If the type chosen for this element is 'code', then the property SHALL be defined in a ConceptMap.property element.", + "isModifier": false, + "short": "Value of the property for this concept", + "type": [ + { "code": "Coding" }, + { "code": "string" }, + { "code": "integer" }, + { "code": "boolean" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "code" } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.element.target.property.value[x]", + "isSummary": false + }, + { + "constraint": [ + { + "key": "cmd-6", + "human": "One of value[x] or valueSet must exist, but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(value.exists() and valueSet.empty()) or (value.empty() and valueSet.exists())" + } + ], + "path": "ConceptMap.group.element.target.dependsOn", + "min": 0, + "definition": "A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value.", + "isModifier": false, + "short": "Other properties required for this mapping", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "OtherElement" + } + ], + "max": "*", + "id": "ConceptMap.group.element.target.dependsOn", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.dependsOn.attribute", + "min": 1, + "definition": "A reference to the additional attribute that holds a value the map depends on.", + "isModifier": false, + "short": "A reference to a mapping attribute defined in ConceptMap.additionalAttribute", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.element.target.dependsOn.attribute", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.dependsOn.value[x]", + "min": 0, + "definition": "Data element value that the map depends on / produces.", + "isModifier": false, + "short": "Value of the referenced data element", + "type": [ + { "code": "code" }, + { "code": "Coding" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.target.dependsOn.value[x]", + "condition": ["cmd-6"], + "comment": "If the data type is a code, then the code system is .group.source for .dependsOn.valueCode and .group.target for .product.valueCode.", + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.dependsOn.valueSet", + "min": 0, + "definition": "This mapping applies if the data element value is a code from this value set.", + "isModifier": false, + "short": "The mapping depends on a data element with a value from this value set", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.element.target.dependsOn.valueSet", + "condition": ["cmd-6"], + "isSummary": false + }, + { + "path": "ConceptMap.group.element.target.product", + "min": 0, + "definition": "Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data.", + "isModifier": false, + "short": "Other data elements that this mapping also produces", + "contentReference": "#ConceptMap.group.element.target.dependsOn", + "mustSupport": false, + "max": "*", + "id": "ConceptMap.group.element.target.product", + "isSummary": false + }, + { + "constraint": [ + { + "key": "cmd-9", + "human": "If the mode is not 'other-map', relationship must be provided", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(mode != 'other-map') implies relationship.exists()" + }, + { + "key": "cmd-8", + "human": "If the mode is not 'fixed', code, display and valueSet are not allowed", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(mode != 'fixed') implies (code.empty() and display.empty() and valueSet.empty())" + }, + { + "key": "cmd-3", + "human": "If the mode is 'other-map', a url for the other map must be provided", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(mode = 'other-map') implies otherMap.exists()" + }, + { + "key": "cmd-2", + "human": "If the mode is 'fixed', either a code or valueSet must be provided, but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(mode = 'fixed') implies ((code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists()))" + }, + { + "key": "cmd-10", + "human": "If the mode is not 'other-map', otherMap is not allowed", + "source": "http://hl7.org/fhir/StructureDefinition/ConceptMap", + "severity": "error", + "expression": "(mode != 'other-map') implies otherMap.empty()" + } + ], + "path": "ConceptMap.group.unmapped", + "min": 0, + "definition": "What to do when there is no mapping to a target concept from the source concept and ConceptMap.group.element.noMap is not true. This provides the \"default\" to be applied when there is no target concept mapping specified or the expansion of ConceptMap.group.element.target.valueSet is empty.", + "isModifier": false, + "short": "What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.unmapped", + "comment": "The 'unmapped' element is ignored if a code is specified to have relationship = not-related-to or if ConceptMap.group.element.noMap = true.", + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.mode", + "min": 1, + "definition": "Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped source code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).", + "isModifier": false, + "short": "use-source-code | fixed | other-map", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptMapGroupUnmappedMode" + } + ], + "description": "Defines which action to take if there is no match in the group." + }, + "max": "1", + "id": "ConceptMap.group.unmapped.mode", + "condition": ["cmd-3", "cmd-2", "cmd-8", "cmd-9", "cmd-10"], + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.code", + "min": 0, + "definition": "The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.", + "isModifier": false, + "short": "Fixed code when mode = fixed", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConceptMap.group.unmapped.code", + "condition": ["cmd-2", "cmd-8"], + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.display", + "min": 0, + "definition": "The display for the code. The display is only provided to help editors when editing the concept map.", + "isModifier": false, + "short": "Display for the code", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.unmapped.display", + "condition": ["cmd-8"], + "comment": "The display is ignored when processing the map.", + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.valueSet", + "min": 0, + "definition": "The set of fixed codes to use when the mode = 'fixed' - all unmapped codes are mapped to each of the fixed codes.", + "isModifier": false, + "short": "Fixed code set when mode = fixed", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.unmapped.valueSet", + "condition": ["cmd-2", "cmd-8"], + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.relationship", + "min": 0, + "definition": "The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.", + "isModifier": true, + "short": "related-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-relationship|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnmappedConceptMapRelationship" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The default relationship value to apply between the source and target concepts when no concept mapping is specified." + }, + "max": "1", + "id": "ConceptMap.group.unmapped.relationship", + "condition": ["cmd-9"], + "comment": "This element is labeled as a modifier because it may indicate that there is no mapping.", + "isModifierReason": "The 'not-related-to' relationship means that there is no mapping from the source to the target, and the mapping cannot be interpreted without knowing this value as it could mean the elements are equivalent, totally mismatched or anything in between", + "isSummary": false + }, + { + "path": "ConceptMap.group.unmapped.otherMap", + "min": 0, + "definition": "The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept.", + "isModifier": false, + "short": "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ConceptMap" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConceptMap.group.unmapped.otherMap", + "condition": ["cmd-3", "cmd-10"], + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Attachment Type: For referring to data content defined in other formats.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Attachment/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Many models need to include data defined in other specifications that is complex and opaque to the healthcare model. This includes documents, media recordings, structured data, etc.", + "name": "Attachment", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Attachment", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "active", + "id": "Attachment", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Attachment", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Attachment", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "att-1", + "human": "If the Attachment has data, it SHALL have a contentType", + "source": "http://hl7.org/fhir/StructureDefinition/Attachment", + "severity": "error", + "expression": "data.empty() or contentType.exists()" + } + ], + "path": "Attachment", + "min": 0, + "definition": "For referring to data content defined in other formats.", + "short": "Content in a format defined elsewhere", + "mapping": [ + { "map": "ED/RP", "identity": "v2" }, + { "map": "ED", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Attachment", + "comment": "When providing a summary view (for example with Observation.value[x]) Attachment should be represented with a brief display text such as \"Signed Procedure Consent\"." + }, + { + "path": "Attachment.contentType", + "requirements": "Processors of the data need to be able to know how to interpret the data.", + "min": 0, + "definition": "Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate.", + "short": "Mime type of the content, with charset etc.", + "mapping": [ + { + "map": "ED.2+ED.3/RP.2+RP.3. Note conversion may be needed if old style values are being used", + "identity": "v2" + }, + { "map": "./mediaType, ./charset", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "Attachment.contentType", + "condition": ["att-1"], + "example": [ + { + "label": "General", + "valueCode": "text/plain; charset=UTF-8, image/png" + } + ], + "isSummary": true + }, + { + "path": "Attachment.language", + "requirements": "Users need to be able to choose between the languages in a set of attachments.", + "min": 0, + "definition": "The human language of the content. The value can be any valid value according to BCP 47.", + "short": "Human language of the content (BCP-47)", + "mapping": [{ "map": "./language", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "IETF language tag for a human language." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language." + }, + "max": "1", + "id": "Attachment.language", + "example": [{ "label": "General", "valueCode": "en-AU" }], + "isSummary": true + }, + { + "path": "Attachment.data", + "requirements": "The data needs to able to be transmitted inline.", + "min": 0, + "definition": "The actual data of the attachment - a sequence of bytes, base64 encoded.", + "short": "Data inline, base64ed", + "mapping": [ + { "map": "ED.5", "identity": "v2" }, + { "map": "./data", "identity": "rim" } + ], + "type": [{ "code": "base64Binary" }], + "max": "1", + "id": "Attachment.data", + "condition": ["att-1"], + "comment": "The base64-encoded data SHALL be expressed in the same character set as the base resource XML or JSON." + }, + { + "path": "Attachment.url", + "requirements": "The data needs to be transmitted by reference.", + "min": 0, + "definition": "A location where the data can be accessed.", + "short": "Uri where the data can be found", + "mapping": [ + { + "map": "RP.1+RP.2 - if they refer to a URL (see v2.6)", + "identity": "v2" + }, + { "map": "./reference/literal", "identity": "rim" } + ], + "type": [{ "code": "url" }], + "max": "1", + "id": "Attachment.url", + "comment": "If both data and url are provided, the url SHALL point to the same content as the data contains. Urls may be relative references or may reference transient locations such as a wrapping envelope using cid: though this has ramifications for using signatures. Relative URLs are interpreted relative to the service url, like a resource reference, rather than relative to the resource itself. If a URL is provided, it SHALL resolve to actual data.", + "example": [ + { + "label": "General", + "valueUrl": "http://www.acme.com/logo-small.png" + } + ], + "isSummary": true + }, + { + "path": "Attachment.size", + "requirements": "Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all.", + "min": 0, + "definition": "The number of bytes of data that make up this attachment (before base64 encoding, if that is done).", + "short": "Number of bytes of content (if url provided)", + "mapping": [ + { + "map": "N/A (needs data type R3 proposal)", + "identity": "rim" + } + ], + "type": [{ "code": "integer64" }], + "max": "1", + "id": "Attachment.size", + "comment": "The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference.", + "isSummary": true + }, + { + "path": "Attachment.hash", + "requirements": "Included so that applications can verify that the contents of a location have not changed due to technical failures (e.g., storage rot, transport glitch, incorrect version).", + "min": 0, + "definition": "The calculated hash of the data using SHA-1. Represented using base64.", + "short": "Hash of the data (sha-1, base64ed)", + "mapping": [ + { + "map": ".integrityCheck[parent::ED/integrityCheckAlgorithm=\"SHA-1\"]", + "identity": "rim" + } + ], + "type": [{ "code": "base64Binary" }], + "max": "1", + "id": "Attachment.hash", + "comment": "The hash is calculated on the data prior to base64 encoding, if the data is based64 encoded. The hash is not intended to support digital signatures. Where protection against malicious threats a digital signature should be considered, see [Provenance.signature](provenance-definitions.html#Provenance.signature) for mechanism to protect a resource with a digital signature.", + "isSummary": true + }, + { + "path": "Attachment.title", + "requirements": "Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer.", + "min": 0, + "definition": "A label or set of text to display in place of the data.", + "short": "Label to display in place of the data", + "mapping": [{ "map": "./title/data", "identity": "rim" }], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Attachment.title", + "comment": "May sometimes be derived from the source filename.", + "example": [ + { + "label": "General", + "valueString": "Official Corporate Logo" + } + ], + "isSummary": true + }, + { + "path": "Attachment.creation", + "requirements": "This is often tracked as an integrity issue for use of the attachment.", + "min": 0, + "definition": "The date that the attachment was first created.", + "short": "Date attachment was first created", + "mapping": [ + { + "map": "N/A (needs data type R3 proposal)", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Attachment.creation", + "isSummary": true + }, + { + "path": "Attachment.height", + "min": 0, + "definition": "Height of the image in pixels (photo/video).", + "short": "Height of the image in pixels (photo/video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Attachment.height" + }, + { + "path": "Attachment.width", + "min": 0, + "definition": "Width of the image in pixels (photo/video).", + "short": "Width of the image in pixels (photo/video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Attachment.width" + }, + { + "path": "Attachment.frames", + "min": 0, + "definition": "The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required.", + "short": "Number of frames if > 1 (photo)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "positiveInt" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Attachment.frames", + "comment": "if the number of frames is not supplied, the value may be unknown. Applications should not assume that there is only one frame unless it is explicitly stated." + }, + { + "path": "Attachment.duration", + "min": 0, + "definition": "The duration of the recording in seconds - for audio and video.", + "short": "Length in seconds (audio / video)", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"OBS\", moodCode=\"EVN\",code=\"\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Attachment.duration", + "comment": "The duration might differ from occurrencePeriod if recording was paused." + }, + { + "id": "Attachment.pages", + "max": "1", + "min": 0, + "path": "Attachment.pages", + "type": [{ "code": "positiveInt" }], + "short": "Number of printed pages", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "The number of pages when printed." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Defines an executable value set as one that SHALL have an expansion included, as well as a usage warning indicating the expansion is a point-in-time snapshot and must be maintained over time for production usage. The value set expansion specifies the timestamp when the expansion was produced, SHOULD contain the parameters used for the expansion, and SHALL contain the codes that are obtained by evaluating the value set definition. If this is ONLY an executable value set, a computable definition of the value set must be obtained to compute the updated expansion.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/executablevalueset/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ExecutableValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Executable ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + } + ], + "status": "draft", + "id": "executablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/executablevalueset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1203", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/executablevalueset", + "differential": { + "element": [ + { "id": "ValueSet", "max": "1", "min": 1, "path": "ValueSet" }, + { + "id": "ValueSet.extension:usageWarning", + "max": "1", + "min": 1, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-warning" + ] + } + ], + "sliceName": "usageWarning", + "mustSupport": true + }, + { + "id": "ValueSet.extension:usageWarning.value[x]", + "max": "1", + "min": 1, + "path": "ValueSet.extension.value[x]", + "type": [{ "code": "markdown" }], + "mustSupport": true, + "fixedMarkdown": "This value set contains a point-in-time expansion enumerating the codes that meet the value set intent. As new versions of the code systems used by the value set are released, the contents of this expansion will need to be updated to incorporate newly defined codes that meet the value set intent. Before, and periodically during production use, the value set expansion contents SHOULD be updated." + }, + { + "id": "ValueSet.expansion", + "max": "1", + "min": 1, + "path": "ValueSet.expansion", + "constraint": [ + { + "key": "evs-1", + "human": "For contains, a version SHALL be provided unless the parameters element has a \"system-version\" parameter corresponding to the system of the entry and the version matches the system-version parameter.", + "severity": "error", + "expression": "contains.version.exists() xor parameter.where(name = 'system-version').exists()" + } + ], + "mustSupport": true + }, + { + "id": "ValueSet.expansion.identifier", + "path": "ValueSet.expansion.identifier", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.timestamp", + "path": "ValueSet.expansion.timestamp", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.total", + "path": "ValueSet.expansion.total", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.offset", + "path": "ValueSet.expansion.offset", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.parameter", + "path": "ValueSet.expansion.parameter", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains", + "path": "ValueSet.expansion.contains", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.system", + "path": "ValueSet.expansion.contains.system", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.abstract", + "path": "ValueSet.expansion.contains.abstract", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.inactive", + "path": "ValueSet.expansion.contains.inactive", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.version", + "path": "ValueSet.expansion.contains.version", + "condition": ["evs-1"], + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.code", + "max": "1", + "min": 1, + "path": "ValueSet.expansion.contains.code", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.display", + "path": "ValueSet.expansion.contains.display", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.property", + "path": "ValueSet.expansion.contains.property", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.property.code", + "path": "ValueSet.expansion.contains.property.code", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.property.value[x]", + "path": "ValueSet.expansion.contains.property.value[x]", + "mustSupport": true + }, + { + "id": "ValueSet.expansion.contains.contains", + "path": "ValueSet.expansion.contains.contains", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + }, + { + "description": "Extension Type: Optional Extension Element - found in all resources.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Extension/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "The ability to add extensions in a structured way is what keeps FHIR resources simple.", + "name": "Extension", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Extension", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + } + ], + "status": "active", + "id": "Extension", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Extension", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Extension", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ext-1", + "human": "Must have either extensions or value[x], not both", + "source": "http://hl7.org/fhir/StructureDefinition/Extension", + "severity": "error", + "expression": "extension.exists() != value.exists()" + } + ], + "path": "Extension", + "min": 0, + "definition": "Optional Extension Element - found in all resources.", + "short": "Optional Extensions Element", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Extension" + }, + { + "path": "Extension.url", + "min": 1, + "definition": "Source of the definition for the extension code - a logical name or a URL.", + "short": "identifies the meaning of the extension", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "uri" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "Extension.url", + "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension." + }, + { + "path": "Extension.value[x]", + "min": 0, + "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).", + "short": "Value of extension", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "Extension.value[x]", + "condition": ["ext-1"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "An action that is or was performed on or for a patient, practitioner, device, organization, or location. For example, this can be a physical intervention on a patient like an operation, or less invasive like long term services, counseling, or hypnotherapy. This can be a quality or safety inspection for a location, organization, or device. This can be an accreditation procedure on a practitioner for licensing.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Procedure/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Procedure", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Procedure", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Procedure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Procedure", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Procedure", + "differential": { + "element": [ + { + "path": "Procedure", + "min": 0, + "definition": "An action that is or was performed on or for a patient, practitioner, device, organization, or location. For example, this can be a physical intervention on a patient like an operation, or less invasive like long term services, counseling, or hypnotherapy. This can be a quality or safety inspection for a location, organization, or device. This can be an accreditation procedure on a practitioner for licensing.", + "isModifier": false, + "short": "An action that is being or was performed on an individual or entity", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { "map": "Procedure[moodCode=EVN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Procedure" + }, + { + "path": "Procedure.identifier", + "requirements": "Allows identification of the procedure as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this procedure by the performer or other systems which remain constant as the resource is updated and is propagated from server to server.", + "isModifier": false, + "short": "External Identifiers for this procedure", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PR1-19", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Procedure.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and Person resource instances might share the same social insurance number.", + "isSummary": true + }, + { + "path": "Procedure.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Procedure.instantiatesCanonical", + "isSummary": true + }, + { + "path": "Procedure.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, order set or other definition that is adhered to in whole or in part by this Procedure.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "Procedure.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "Procedure.basedOn", + "min": 0, + "definition": "A reference to a resource that contains details of the request for this procedure.", + "isModifier": false, + "short": "A request for this procedure", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=(various e.g. PROC, OBS, PCPR, ACT, moodCode=RQO].code", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "Procedure.basedOn", + "isSummary": true + }, + { + "path": "Procedure.partOf", + "min": 0, + "definition": "A larger event of which this particular procedure is a component or step.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "PR1-25", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=SBADM or PROC or OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" + ] + } + ], + "mustSupport": false, + "alias": ["container"], + "max": "*", + "id": "Procedure.partOf", + "comment": "The MedicationAdministration resource has a partOf reference to Procedure, but this is not a circular reference. For example, the anesthesia MedicationAdministration is part of the surgical Procedure (MedicationAdministration.partOf = Procedure). For example, the procedure to insert the IV port for an IV medication administration is part of the medication administration (Procedure.partOf = MedicationAdministration).", + "isSummary": true + }, + { + "path": "Procedure.status", + "min": 1, + "definition": "A code specifying the state of the procedure. Generally, this will be the in-progress or completed state.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureStatus" + } + ], + "description": "A code specifying the state of the procedure." + }, + "max": "1", + "id": "Procedure.status", + "comment": "The \"unknown\" code is not to be used to convey other statuses. The \"unknown\" code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the procedure.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Procedure.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the procedure.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".reason.Observation.value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-not-performed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureNegationReason" + } + ], + "description": "A code that identifies the reason a procedure was not performed." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "Procedure.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"aborted\". The reason for performing the event at all is captured in reasonCode, not here.", + "isSummary": true + }, + { + "path": "Procedure.category", + "min": 0, + "definition": "A code that classifies the procedure for searching, sorting and display purposes (e.g. \"Surgical Procedure\").", + "isModifier": false, + "short": "Classification of the procedure", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PR1-6", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureCategory" + } + ], + "description": "A code that classifies a procedure for searching, sorting and display purposes." + }, + "max": "*", + "id": "Procedure.category", + "isSummary": true + }, + { + "path": "Procedure.code", + "requirements": "0..1 to account for primarily narrative only resources.", + "min": 0, + "definition": "The specific procedure that is performed. Use text if the exact nature of the procedure cannot be coded (e.g. \"Laparoscopic Appendectomy\").", + "isModifier": false, + "short": "Identification of the procedure", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "PR1-3", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureCode" + } + ], + "description": "A code to identify a specific procedure ." + }, + "alias": ["type"], + "max": "1", + "id": "Procedure.code", + "isSummary": true + }, + { + "path": "Procedure.subject", + "min": 1, + "definition": "On whom or on what the procedure was performed. This is usually an individual human, but can also be performed on animals, groups of humans or animals, organizations or practitioners (for licensing), locations or devices (for safety inspections or regulatory authorizations). If the actual focus of the procedure is different from the subject, the focus element specifies the actual focus of the procedure.", + "isModifier": false, + "short": "Individual or entity the procedure was performed on", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "Procedure.subject", + "isSummary": true + }, + { + "path": "Procedure.focus", + "min": 0, + "definition": "Who is the target of the procedure when it is not the subject of record only. If focus is not present, then subject is the focus. If focus is present and the subject is one of the targets of the procedure, include subject as a focus as well. If focus is present and the subject is not included in focus, it implies that the procedure was only targeted on the focus. For example, when a caregiver is given education for a patient, the caregiver would be the focus and the procedure record is associated with the subject (e.g. patient). For example, use focus when recording the target of the education, training, or counseling is the parent or relative of a patient.", + "isModifier": false, + "short": "Who is the target of the procedure when it is not the subject of record only", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.focus", + "isSummary": true + }, + { + "path": "Procedure.encounter", + "min": 0, + "definition": "The Encounter during which this Procedure was created or performed or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "The Encounter during which this Procedure was created", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "Procedure.occurrence[x]", + "min": 0, + "definition": "Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured.", + "isModifier": false, + "short": "When the procedure occurred or is occurring", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "PR1-5 - occurrencePeriod.end can be inferred when both PR1-5 (Procedure Date/Time) and PR1-7 (Procedure Minutes) are populated", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "string" }, + { "code": "Age" }, + { "code": "Range" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.occurrence[x]", + "comment": "This indicates when the procedure actually occurred or is occurring, not when it was asked/requested/ordered to occur. For the latter, look at the occurence element of the Request this Procedure is \"basedOn\". The status code allows differentiation of whether the timing reflects a historic event or an ongoing event. Ongoing events should not include an upper bound in the Period or Timing.bounds.\n\nAge is generally used when the patient reports an age at which the procedure was performed. Range is generally used when the patient reports an age range when the procedure was performed, such as sometime between 20-25 years old. dateTime supports a range of precision due to some procedures being reported as past procedures that might not have millisecond precision while other procedures performed and documented during the encounter might have more precise UTC timestamps with timezone.", + "isSummary": true + }, + { + "path": "Procedure.recorded", + "min": 0, + "definition": "The date the occurrence of the procedure was first captured in the record regardless of Procedure.status (potentially after the occurrence of the event).", + "isModifier": false, + "short": "When the procedure was first captured in the subject's record", + "mapping": [ + { "map": "Event.recorded", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Procedure.recorded", + "isSummary": true + }, + { + "path": "Procedure.recorder", + "min": 0, + "definition": "Individual who recorded the record and takes responsibility for its content.", + "isModifier": false, + "short": "Who recorded the procedure", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.recorder", + "isSummary": true + }, + { + "path": "Procedure.reported[x]", + "requirements": "Reported data may have different rules on editing and may be visually distinguished from primary data.", + "min": 0, + "definition": "Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.", + "isModifier": false, + "short": "Reported rather than primary record", + "mapping": [ + { "map": "Event.reported[x]", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": ".participation[typeCode=RPT].role", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "alias": ["informer"], + "max": "1", + "id": "Procedure.reported[x]", + "isSummary": true + }, + { + "constraint": [ + { + "key": "prc-1", + "human": "Procedure.performer.onBehalfOf can only be populated when performer.actor isn't Practitioner or PractitionerRole", + "source": "http://hl7.org/fhir/StructureDefinition/Procedure", + "severity": "error", + "expression": "onBehalfOf.exists() and actor.resolve().exists() implies actor.resolve().where($this is Practitioner or $this is PractitionerRole).empty()" + } + ], + "path": "Procedure.performer", + "min": 0, + "definition": "Indicates who or what performed the procedure and how they were involved.", + "isModifier": false, + "short": "Who performed the procedure and what they did", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Procedure.performer", + "isSummary": true + }, + { + "path": "Procedure.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer in the procedure. For example, surgeon, anaesthetist, endoscopist.", + "isModifier": false, + "short": "Type of performance", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { + "map": "Some combination of STF-18 / PRA-3 / PRT-4 / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17 / OBX-25", + "identity": "v2" + }, + { "map": ".functionCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedurePerformerRole" + } + ], + "description": "A code that identifies the role of a performer of the procedure." + }, + "max": "1", + "id": "Procedure.performer.function", + "isSummary": true + }, + { + "path": "Procedure.performer.actor", + "requirements": "A reference to Device supports use cases, such as pacemakers.", + "min": 1, + "definition": "Indicates who or what performed the procedure.", + "isModifier": false, + "short": "Who performed the procedure", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "PR1-8 (Anesthesiologist), PR1-11 (Surgeon), PR1-12 (Procedure Practitioner) --> Procedure.performer.actor where Procedure.performer.function is also populated", + "identity": "v2" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.performer.actor", + "condition": ["prc-1"], + "isSummary": true + }, + { + "path": "Procedure.performer.onBehalfOf", + "requirements": "Practitioners and Devices can be associated with multiple organizations. This element indicates which organization they were acting on behalf of when performing the action.", + "min": 0, + "definition": "The Organization the Patient, RelatedPerson, Device, CareTeam, and HealthcareService was acting on behalf of.", + "isModifier": false, + "short": "Organization the device or practitioner was acting for", + "mapping": [{ "map": ".scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.performer.onBehalfOf", + "condition": ["prc-1"], + "comment": "Organization, Patient, RelatedPerson, Device, CareTeam, and HealthcareService can be associated with multiple organizations. This element indicates which organization they were acting on behalf of when performing the action.", + "isSummary": false + }, + { + "path": "Procedure.performer.period", + "min": 0, + "definition": "Time period during which the performer performed the procedure.", + "isModifier": false, + "short": "When the performer performed the procedure", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Procedure.performer.period", + "isSummary": false + }, + { + "path": "Procedure.location", + "min": 0, + "definition": "The location where the procedure actually happened. E.g. a newborn at home, a tracheostomy at a restaurant.", + "isModifier": false, + "short": "Where the procedure happened", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": "PR1-23", "identity": "v2" }, + { + "map": ".participation[typeCode=LOC].role[classCode=SDLOC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.location", + "isSummary": true + }, + { + "path": "Procedure.reason", + "min": 0, + "definition": "The coded reason or reference why the procedure was performed. This may be a coded entity of some type, be present as text, or be a reference to one of several resources that justify the procedure.", + "isModifier": false, + "short": "The justification that the procedure was performed", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "PR1-15", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureReason" + } + ], + "description": "A code that identifies the reason a procedure is required." + }, + "max": "*", + "id": "Procedure.reason", + "comment": "Use Procedure.reason.concept when a code sufficiently describes the reason. Use Procedure.reason.reference when referencing a resource, which allows more information to be conveyed, such as onset date. For a single Procedure.reason, if both Procedure.reason.concept and Procedure.reason.reference are present, they are expected to be consistent with each other.", + "isSummary": true + }, + { + "path": "Procedure.bodySite", + "min": 0, + "definition": "Detailed and structured anatomical location information. Multiple locations are allowed - e.g. multiple punch biopsies of a lesion.", + "isModifier": false, + "short": "Target body sites", + "mapping": [ + { "map": "OBX-20", "identity": "v2" }, + { "map": ".targetSiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "*", + "id": "Procedure.bodySite", + "comment": "If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure](http://hl7.org/fhir/extensions/StructureDefinition-procedure-targetBodyStructure.html).", + "isSummary": true + }, + { + "path": "Procedure.outcome", + "min": 0, + "definition": "The outcome of the procedure - did it resolve the reasons for the procedure being performed?", + "isModifier": false, + "short": "The result of procedure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=OUT].target.text", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureOutcome" + } + ], + "description": "An outcome of a procedure - whether it was resolved or otherwise." + }, + "max": "1", + "id": "Procedure.outcome", + "comment": "If outcome contains narrative text only, it can be captured using the CodeableConcept.text.", + "isSummary": true + }, + { + "path": "Procedure.report", + "min": 0, + "definition": "This could be a histology result, pathology report, surgical report, etc.", + "isModifier": false, + "short": "Any report resulting from the procedure", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Composition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Procedure.report", + "comment": "There could potentially be multiple reports - e.g. if this was a procedure which took multiple biopsies resulting in a number of anatomical pathology reports.", + "isSummary": false + }, + { + "path": "Procedure.complication", + "min": 0, + "definition": "Any complications that occurred during the procedure, or in the immediate post-performance period. These are generally tracked separately from the notes, which will typically describe the procedure itself rather than any 'post procedure' issues.", + "isModifier": false, + "short": "Complication following the procedure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=OUTC].target[classCode=OBS, code=\"complication\", moodCode=EVN].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureComplication" + } + ], + "description": "Codes describing complications that resulted from a procedure." + }, + "max": "*", + "id": "Procedure.complication", + "comment": "If complications are only expressed by the narrative text, they can be captured using the CodeableReference.concept.text.", + "isSummary": false + }, + { + "path": "Procedure.followUp", + "min": 0, + "definition": "If the procedure required specific follow up - e.g. removal of sutures. The follow up may be represented as a simple note or could potentially be more complex, in which case the CarePlan resource can be used.", + "isModifier": false, + "short": "Instructions for follow up", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=ACT, moodCode=INT].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-followup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureFollowUp" + } + ], + "description": "Specific follow up required for a procedure e.g. removal of sutures." + }, + "max": "*", + "id": "Procedure.followUp", + "isSummary": false + }, + { + "path": "Procedure.note", + "min": 0, + "definition": "Any other notes and comments about the procedure.", + "isModifier": false, + "short": "Additional information about the procedure", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Procedure.note", + "isSummary": false + }, + { + "path": "Procedure.focalDevice", + "min": 0, + "definition": "A device that is implanted, removed or otherwise manipulated (calibration, battery replacement, fitting a prosthesis, attaching a wound-vac, etc.) as a focal portion of the Procedure.", + "isModifier": false, + "short": "Manipulated, implanted, or removed device", + "mapping": [ + { + "map": ".participation[typeCode=DEV].role[classCode=MANU]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Procedure.focalDevice", + "isSummary": false + }, + { + "path": "Procedure.focalDevice.action", + "min": 0, + "definition": "The kind of change that happened to the device during the procedure.", + "isModifier": false, + "short": "Kind of change to device", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"procedure device action\"].value=:procedure device action codes", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/device-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceActionKind" + } + ], + "description": "A kind of change that happened to the device during the procedure." + }, + "max": "1", + "id": "Procedure.focalDevice.action", + "isSummary": false + }, + { + "path": "Procedure.focalDevice.manipulated", + "min": 1, + "definition": "The device that was manipulated (changed) during the procedure.", + "isModifier": false, + "short": "Device that was changed", + "mapping": [ + { + "map": ".participation[typeCode=DEV].role[classCode=SDLOC]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Procedure.focalDevice.manipulated", + "isSummary": false + }, + { + "path": "Procedure.used", + "requirements": "Used for tracking contamination, etc.", + "min": 0, + "definition": "Identifies medications, devices and any other substance used as part of the procedure.", + "isModifier": false, + "short": "Items used during procedure", + "mapping": [ + { + "map": "participation[typeCode=Dev].role[classCode=MANU]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureUsed" + } + ], + "description": "Codes describing items used during a procedure." + }, + "max": "*", + "id": "Procedure.used", + "comment": "For devices actually implanted or removed, use Procedure.focalDevice.manipulated.", + "isSummary": false + }, + { + "path": "Procedure.supportingInfo", + "min": 0, + "definition": "Other resources from the patient record that may be relevant to the procedure. The information from these resources was either used to create the instance or is provided to help with its interpretation. This extension should not be used if more specific inline elements or extensions are available.", + "isModifier": false, + "short": "Extra information relevant to the procedure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=PERT].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Procedure.supportingInfo", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents a request a device to be provided to a specific patient. The device may be an implantable device to be subsequently implanted, or an external assistive device, such as a walker, to be delivered and subsequently be used.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + } + ], + "abstract": false, + "type": "DeviceRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceRequest", + "differential": { + "element": [ + { + "path": "DeviceRequest", + "min": 0, + "definition": "Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.", + "isModifier": false, + "short": "Medical device request", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" }, + { "map": "ORC", "identity": "v2" }, + { "map": "Act[moodCode<=INT]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest" + }, + { + "path": "DeviceRequest.identifier", + "min": 0, + "definition": "Identifiers assigned to this order by the orderer or by the receiver.", + "isModifier": false, + "short": "External Request identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ORC.2, ORC.3", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" }, + { + "map": "ClinicalStatement.identifier", + "identity": "quick" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.identifier", + "isSummary": true + }, + { + "path": "DeviceRequest.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.instantiatesCanonical", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "DeviceRequest.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this DeviceRequest.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "DeviceRequest.basedOn", + "min": 0, + "definition": "Plan/proposal/order fulfilled by this request.", + "isModifier": false, + "short": "What request fulfills", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { "map": "ORC.8 (plus others)", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + }, + { + "map": "Proposal.prnReason.reason", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.basedOn", + "isSummary": true + }, + { + "path": "DeviceRequest.replaces", + "min": 0, + "definition": "The request takes the place of the referenced completed or terminated request(s).", + "isModifier": false, + "short": "What request replaces", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": "Handled by message location of ORC (ORC.1=RO or RU)", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.replaces", + "isSummary": true + }, + { + "path": "DeviceRequest.groupIdentifier", + "min": 0, + "definition": "A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.", + "isModifier": false, + "short": "Identifier of composite request", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { "map": "ORC.4", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.groupIdentifier", + "isSummary": true + }, + { + "path": "DeviceRequest.status", + "min": 0, + "definition": "The status of the request.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC.5", "identity": "v2" }, + { "map": ".status", "identity": "rim" }, + { "map": "Action.currentStatus", "identity": "quick" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceRequestStatus" + } + ], + "description": "Codes representing the status of the request." + }, + "max": "1", + "id": "DeviceRequest.status", + "comment": "This element is labeled as a modifier because the status contains the codes revoked and entered-in-error that mark the request as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DeviceRequest.intent", + "min": 1, + "definition": "Whether the request is a proposal, plan, an original order or a reflex order.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestIntent" + } + ], + "description": "The kind of diagnostic request." + }, + "max": "1", + "id": "DeviceRequest.intent", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "DeviceRequest.priority", + "min": 0, + "definition": "Indicates how quickly the request should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "TQ1.9", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "DeviceRequest.priority", + "isSummary": true + }, + { + "path": "DeviceRequest.doNotPerform", + "min": 0, + "definition": "If true, indicates that the provider is asking for the patient to either stop using or to not start using the specified device or category of devices. For example, the patient has undergone surgery and the provider is indicating that the patient should not wear contact lenses.", + "isModifier": true, + "short": "True if the request is to stop or not to start using the device", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.doNotPerform", + "comment": "If do not perform is not specified, the request is a positive request e.g. \"do perform\". DeviceRequest.reasonCode includes the reason for marking the DeviceRequest as 'do not perform'.", + "isModifierReason": "This element is labeled as a modifier because this element negates the request to occur (ie, this is a request for the medication not to be ordered or prescribed, etc.)", + "isSummary": true + }, + { + "path": "DeviceRequest.code", + "min": 1, + "definition": "The details of the device to be used.", + "isModifier": false, + "short": "Device requested", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "DeviceUse.device", "identity": "quick" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceRequestCode" + } + ], + "description": "Codes for devices that can be requested." + }, + "max": "1", + "id": "DeviceRequest.code", + "isSummary": true + }, + { + "path": "DeviceRequest.quantity", + "min": 0, + "definition": "The number of devices to be provided.", + "isModifier": false, + "short": "Quantity of devices to supply", + "mapping": [{ "map": "quantity", "identity": "rim" }], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.quantity", + "isSummary": false + }, + { + "path": "DeviceRequest.parameter", + "min": 0, + "definition": "Specific parameters for the ordered item. For example, the prism value for lenses.", + "isModifier": false, + "short": "Device details", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "DeviceUse.device", "identity": "quick" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.parameter", + "isSummary": false + }, + { + "path": "DeviceRequest.parameter.code", + "min": 0, + "definition": "A code or string that identifies the device detail being asserted.", + "isModifier": false, + "short": "Device detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "DeviceUse.device", "identity": "quick" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParameterCode" + } + ], + "description": "A code that identifies the device detail." + }, + "max": "1", + "id": "DeviceRequest.parameter.code", + "isSummary": false + }, + { + "path": "DeviceRequest.parameter.value[x]", + "min": 0, + "definition": "The value of the device detail.", + "isModifier": false, + "short": "Value of detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "DeviceUse.device", "identity": "quick" } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "boolean" } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.parameter.value[x]", + "comment": "Range means device should have a value that falls somewhere within the specified range.", + "isSummary": false + }, + { + "path": "DeviceRequest.subject", + "min": 1, + "definition": "The patient who will use the device.", + "isModifier": false, + "short": "Focus of request", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "Accompanying PID segment", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { + "map": "ClinicalStatement.subject", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.subject", + "isSummary": true + }, + { + "path": "DeviceRequest.encounter", + "min": 0, + "definition": "An encounter that provides additional context in which this request is made.", + "isModifier": false, + "short": "Encounter motivating request", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "Accompanying PV1", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.encounter", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.encounter", + "isSummary": true + }, + { + "path": "DeviceRequest.occurrence[x]", + "min": 0, + "definition": "The timing schedule for the use of the device. The Schedule data type allows many different expressions, for example. \"Every 8 hours\"; \"Three times a day\"; \"1/2 an hour before breakfast for 10 days from 23-Dec 2011:\"; \"15 Oct 2013, 17 Oct 2013 and 1 Nov 2013\".", + "isModifier": false, + "short": "Desired time or schedule for use", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "Accompanying TQ1/TQ2 segments", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "DeviceUse.applicationSchedule", + "identity": "quick" + } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "DeviceRequest.authoredOn", + "min": 0, + "definition": "When the request transitioned to being actionable.", + "isModifier": false, + "short": "When recorded", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC.9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + }, + { + "map": "ClinicalStatement.statementDateTime", + "identity": "quick" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.authoredOn", + "isSummary": true + }, + { + "path": "DeviceRequest.requester", + "min": 0, + "definition": "The individual or entity who initiated the request and has responsibility for its activation.", + "isModifier": false, + "short": "Who/what submitted the device request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC.12", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.requester", + "isSummary": true + }, + { + "path": "DeviceRequest.performer", + "min": 0, + "definition": "The desired individual or entity to provide the device to the subject of the request (e.g., patient, location).", + "isModifier": false, + "short": "Requested Filler", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.performer", + "isSummary": true + }, + { + "path": "DeviceRequest.reason", + "min": 0, + "definition": "Reason or justification for the use of this device.", + "isModifier": false, + "short": "Coded/Linked Reason for request", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" }, + { + "map": "Action.indication.reason", + "identity": "quick" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceRequestReason" + } + ], + "description": "Diagnosis or problem codes justifying the reason for requesting the device." + }, + "max": "*", + "id": "DeviceRequest.reason", + "isSummary": true + }, + { + "path": "DeviceRequest.asNeeded", + "min": 0, + "definition": "This status is to indicate whether the request is a PRN or may be given as needed.", + "isModifier": false, + "short": "PRN status of request", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.asNeeded", + "isSummary": false + }, + { + "path": "DeviceRequest.asNeededFor", + "min": 0, + "definition": "The reason for using the device.", + "isModifier": false, + "short": "Device usage reason", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "DeviceRequest.asNeededFor", + "isSummary": false + }, + { + "path": "DeviceRequest.insurance", + "min": 0, + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service.", + "isModifier": false, + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.insurance", + "isSummary": false + }, + { + "path": "DeviceRequest.supportingInfo", + "requirements": "Knowing where the device is targeted is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Additional clinical information about the patient that may influence the request fulfilment. For example, this may include where on the subject's body the device will be used (i.e. the target site).", + "isModifier": false, + "short": "Additional clinical information", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "Accompanying segments", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=PERT].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.supportingInfo", + "isSummary": false + }, + { + "path": "DeviceRequest.note", + "min": 0, + "definition": "Details about this request that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.", + "isModifier": false, + "short": "Notes or comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.additionalText", + "identity": "quick" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.note", + "isSummary": false + }, + { + "path": "DeviceRequest.relevantHistory", + "min": 0, + "definition": "Key events in the history of the request.", + "isModifier": false, + "short": "Request provenance", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceRequest.relevantHistory", + "comment": "This might not include provenances for all versions of the request - only those deemed \"relevant\" or important.\rThis SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a \"relevant\" change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude\rAll Provenances should have some historical version of this Request as their subject.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship. This includes all synthetic, recombinant and purified SubstanceProteins of defined sequence, whether the use is therapeutic or prophylactic. This set of elements will be used to describe albumins, coagulation factors, cytokines, growth factors, peptide/SubstanceProtein hormones, enzymes, toxins, toxoids, recombinant vaccines, and immunomodulators.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceProtein/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceProtein", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceProtein", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceProtein", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceProtein", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceProtein", + "differential": { + "element": [ + { + "path": "SubstanceProtein", + "min": 0, + "definition": "A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship. This includes all synthetic, recombinant and purified SubstanceProteins of defined sequence, whether the use is therapeutic or prophylactic. This set of elements will be used to describe albumins, coagulation factors, cytokines, growth factors, peptide/SubstanceProtein hormones, enzymes, toxins, toxoids, recombinant vaccines, and immunomodulators.", + "isModifier": false, + "short": "A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship. This includes all synthetic, recombinant and purified SubstanceProteins of defined sequence, whether the use is therapeutic or prophylactic. This set of elements will be used to describe albumins, coagulation factors, cytokines, growth factors, peptide/SubstanceProtein hormones, enzymes, toxins, toxoids, recombinant vaccines, and immunomodulators", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceProtein" + }, + { + "path": "SubstanceProtein.sequenceType", + "min": 0, + "definition": "The SubstanceProtein descriptive elements will only be used when a complete or partial amino acid sequence is available or derivable from a nucleic acid sequence.", + "isModifier": false, + "short": "The SubstanceProtein descriptive elements will only be used when a complete or partial amino acid sequence is available or derivable from a nucleic acid sequence", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.sequenceType", + "isSummary": true + }, + { + "path": "SubstanceProtein.numberOfSubunits", + "min": 0, + "definition": "Number of linear sequences of amino acids linked through peptide bonds. The number of subunits constituting the SubstanceProtein shall be described. It is possible that the number of subunits can be variable.", + "isModifier": false, + "short": "Number of linear sequences of amino acids linked through peptide bonds. The number of subunits constituting the SubstanceProtein shall be described. It is possible that the number of subunits can be variable", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.numberOfSubunits", + "isSummary": true + }, + { + "path": "SubstanceProtein.disulfideLinkage", + "min": 0, + "definition": "The disulphide bond between two cysteine residues either on the same subunit or on two different subunits shall be described. The position of the disulfide bonds in the SubstanceProtein shall be listed in increasing order of subunit number and position within subunit followed by the abbreviation of the amino acids involved. The disulfide linkage positions shall actually contain the amino acid Cysteine at the respective positions.", + "isModifier": false, + "short": "The disulphide bond between two cysteine residues either on the same subunit or on two different subunits shall be described. The position of the disulfide bonds in the SubstanceProtein shall be listed in increasing order of subunit number and position within subunit followed by the abbreviation of the amino acids involved. The disulfide linkage positions shall actually contain the amino acid Cysteine at the respective positions", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceProtein.disulfideLinkage", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit", + "min": 0, + "definition": "This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times.", + "isModifier": false, + "short": "This subclause refers to the description of each subunit constituting the SubstanceProtein. A subunit is a linear sequence of amino acids linked through peptide bonds. The Subunit information shall be provided when the finished SubstanceProtein is a complex of multiple sequences; subunits are not used to delineate domains within a single sequence. Subunits are listed in order of decreasing length; sequences of the same length will be ordered by decreasing molecular weight; subunits that have identical sequences will be repeated multiple times", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceProtein.subunit", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.subunit", + "min": 0, + "definition": "Index of primary sequences of amino acids linked through peptide bonds in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts.", + "isModifier": false, + "short": "Index of primary sequences of amino acids linked through peptide bonds in order of decreasing length. Sequences of the same length will be ordered by molecular weight. Subunits that have identical sequences will be repeated and have sequential subscripts", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.subunit", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.sequence", + "min": 0, + "definition": "The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence.", + "isModifier": false, + "short": "The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.sequence", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.length", + "min": 0, + "definition": "Length of linear sequences of amino acids contained in the subunit.", + "isModifier": false, + "short": "Length of linear sequences of amino acids contained in the subunit", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.length", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.sequenceAttachment", + "min": 0, + "definition": "The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence.", + "isModifier": false, + "short": "The sequence information shall be provided enumerating the amino acids from N- to C-terminal end using standard single-letter amino acid codes. Uppercase shall be used for L-amino acids and lowercase for D-amino acids. Transcribed SubstanceProteins will always be described using the translated sequence; for synthetic peptide containing amino acids that are not represented with a single letter code an X should be used within the sequence. The modified amino acids will be distinguished by their position in the sequence", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.sequenceAttachment", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.nTerminalModificationId", + "min": 0, + "definition": "Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID.", + "isModifier": false, + "short": "Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.nTerminalModificationId", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.nTerminalModification", + "min": 0, + "definition": "The name of the fragment modified at the N-terminal of the SubstanceProtein shall be specified.", + "isModifier": false, + "short": "The name of the fragment modified at the N-terminal of the SubstanceProtein shall be specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.nTerminalModification", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.cTerminalModificationId", + "min": 0, + "definition": "Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID.", + "isModifier": false, + "short": "Unique identifier for molecular fragment modification based on the ISO 11238 Substance ID", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.cTerminalModificationId", + "isSummary": true + }, + { + "path": "SubstanceProtein.subunit.cTerminalModification", + "min": 0, + "definition": "The modification at the C-terminal shall be specified.", + "isModifier": false, + "short": "The modification at the C-terminal shall be specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceProtein.subunit.cTerminalModification", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Meta Type: The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Meta/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Meta", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Meta", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Meta", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Meta", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Meta", + "differential": { + "element": [ + { + "id": "Meta", + "max": "*", + "min": 0, + "path": "Meta", + "short": "Metadata about a resource", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource." + }, + { + "path": "Meta.versionId", + "min": 0, + "definition": "The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.", + "short": "Version specific identifier", + "type": [{ "code": "id" }], + "max": "1", + "id": "Meta.versionId", + "comment": "The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.", + "isSummary": true + }, + { + "path": "Meta.lastUpdated", + "min": 0, + "definition": "When the resource last changed - e.g. when the version changed.", + "short": "When the resource version last changed", + "type": [{ "code": "instant" }], + "max": "1", + "id": "Meta.lastUpdated", + "comment": "This element is generally omitted in instances submitted in a PUT or POST. Instead, it is populated in the response instance and when retrieving information using a GET. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http.html#read) interaction.", + "isSummary": true + }, + { + "path": "Meta.source", + "min": 0, + "definition": "A uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.", + "short": "Identifies where the resource comes from", + "type": [{ "code": "uri" }], + "max": "1", + "id": "Meta.source", + "comment": "The exact use of the source (and the possible implied Provenance.entity.role and agent.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. The source may correspond to Provenance.entity.what[x] or Provenance.agent.who[x], though it may be a more general or abstract reference. \n\nThis element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.", + "isSummary": true + }, + { + "path": "Meta.profile", + "min": 0, + "definition": "A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).", + "short": "Profiles this resource claims to conform to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "*", + "id": "Meta.profile", + "comment": "It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.", + "isSummary": true + }, + { + "path": "Meta.security", + "min": 0, + "definition": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.", + "short": "Security Labels applied to this resource", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/security-labels", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Security Labels from the Healthcare Privacy and Security Classification System." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "Meta.security", + "comment": "The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.", + "isSummary": true + }, + { + "path": "Meta.tag", + "min": 0, + "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.", + "short": "Tags applied to this resource", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/common-tags", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Tags" + } + ], + "description": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"." + }, + "max": "*", + "id": "Meta.tag", + "comment": "The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent the performance of some activity, possibly in accordance with a request or service definition.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Event/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Event", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Event", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Event", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Event", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Event", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "TriggerDefinition Type: A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TriggerDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TriggerDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "TriggerDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "TriggerDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TriggerDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "trd-3", + "human": "A named event requires a name, a periodic event requires timing, and a data event requires data", + "source": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "severity": "error", + "expression": "(type = 'named-event' implies name.exists()) and (type = 'periodic' implies timing.exists()) and (type.startsWith('data-') implies data.exists())" + }, + { + "key": "trd-2", + "human": "A condition only if there is a data requirement", + "source": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "severity": "error", + "expression": "condition.exists() implies data.exists()" + }, + { + "key": "trd-1", + "human": "Either timing, or a data requirement, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/TriggerDefinition", + "severity": "error", + "expression": "data.empty() or timing.empty()" + } + ], + "path": "TriggerDefinition", + "min": 0, + "definition": "A description of a triggering event. Triggering events can be named events, data events, or periodic, as determined by the type element.", + "short": "Defines an expected trigger for a module", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "TriggerDefinition", + "comment": "If an event is a named-event, it means the event is completely pre-coordinated, and no other information can be specified for the event. If the event is one of the data- events, the data and condition elements specify the triggering criteria. The data element specifies the structured component, and the condition element provides additional optional refinement of that structured component. If the event is periodic, the timing element defines when the event is triggered. For both data- and periodic events, a name can be provided as a shorthand for the formal semantics provided by the other elements." + }, + { + "path": "TriggerDefinition.type", + "min": 1, + "definition": "The type of triggering event.", + "short": "named-event | periodic | data-changed | data-added | data-modified | data-removed | data-accessed | data-access-ended", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/trigger-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of trigger." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TriggerType" + } + ], + "description": "The type of trigger." + }, + "max": "1", + "id": "TriggerDefinition.type", + "condition": ["trd-3"], + "isSummary": true + }, + { + "path": "TriggerDefinition.name", + "min": 0, + "definition": "A formal name for the event. This may be an absolute URI that identifies the event formally (e.g. from a trigger registry), or a simple relative URI that identifies the event in a local context.", + "short": "Name or URI that identifies the event", + "type": [{ "code": "string" }], + "max": "1", + "id": "TriggerDefinition.name", + "condition": ["trd-3"], + "comment": "An event name can be provided for all event types, but is required for named events. If a name is provided for a type other than named events, it is considered to be a shorthand for the semantics described by the formal description of the event.", + "isSummary": true + }, + { + "id": "TriggerDefinition.code", + "max": "1", + "min": 0, + "path": "TriggerDefinition.code", + "type": [{ "code": "CodeableConcept" }], + "short": "Coded definition of the event", + "isSummary": true, + "definition": "A code that identifies the event." + }, + { + "id": "TriggerDefinition.subscriptionTopic", + "max": "1", + "min": 0, + "path": "TriggerDefinition.subscriptionTopic", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ] + } + ], + "short": "What event", + "isSummary": true, + "definition": "A reference to a SubscriptionTopic resource that defines the event. If this element is provided, no other information about the trigger definition may be supplied." + }, + { + "path": "TriggerDefinition.timing[x]", + "min": 0, + "definition": "The timing of the event (if this is a periodic trigger).", + "short": "Timing of the event", + "type": [ + { "code": "Timing" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Schedule" + ] + }, + { "code": "date" }, + { "code": "dateTime" } + ], + "max": "1", + "id": "TriggerDefinition.timing[x]", + "condition": ["trd-3", "trd-1"], + "isSummary": true + }, + { + "path": "TriggerDefinition.data", + "min": 0, + "definition": "The triggering data of the event (if this is a data trigger). If more than one data is requirement is specified, then all the data requirements must be true.", + "short": "Triggering data of the event (multiple = 'and')", + "type": [{ "code": "DataRequirement" }], + "max": "*", + "id": "TriggerDefinition.data", + "condition": ["trd-3", "trd-2", "trd-1"], + "comment": "This element shall be present for any data type trigger.", + "isSummary": true + }, + { + "path": "TriggerDefinition.condition", + "requirements": "Need to be able to formally describe the triggering criteria.", + "min": 0, + "definition": "A boolean-valued expression that is evaluated in the context of the container of the trigger definition and returns whether or not the trigger fires.", + "short": "Whether the event triggers (boolean expression)", + "type": [{ "code": "Expression" }], + "max": "1", + "id": "TriggerDefinition.condition", + "condition": ["trd-2"], + "comment": "This element can be only be specified for data type triggers and provides additional semantics for the trigger. The context available within the condition is based on the type of data event. For all events, the current resource will be available as context. In addition, for modification events, the previous resource will also be available. The expression may be inlined, or may be a simple absolute URI, which is a reference to a named expression within a logic library referenced by a library element or extension within the containing resource. If the expression is a FHIR Path expression, it evaluates in the context of a resource of one of the type identified in the data requirement, and may also refer to the variable %previous for delta comparisons on events of type data-changed, data-modified, and data-deleted which will always have the same type.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImplementationGuide/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "An implementation guide is able to define default profiles that must apply to any use of a resource, so validation services may need to take one or more implementation guide resources when validating.", + "name": "ImplementationGuide", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ImplementationGuide", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "ImplementationGuide", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImplementationGuide", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "ig-2", + "human": "If a resource has a fhirVersion, it must be one of the versions defined for the Implementation Guide", + "source": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "severity": "error", + "expression": "definition.resource.fhirVersion.all(%context.fhirVersion contains $this)" + } + ], + "path": "ImplementationGuide", + "min": 0, + "definition": "A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.", + "isModifier": false, + "short": "A set of rules about how FHIR is used", + "mapping": [ + { "map": "conformance.misc", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ImplementationGuide.url", + "requirements": "Allows the implementation guide to be referenced by a single globally unique identifier. This is required to allow hosting Implementation Guides on multiple different servers, and to allow for the editorial process.", + "min": 1, + "definition": "An absolute URI that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this implementation guide is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the implementation guide is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this implementation guide, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "ImplementationGuide.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ImplementationGuide.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the implementation guide (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.identifier", + "isSummary": true + }, + { + "path": "ImplementationGuide.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the implementation guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the implementation guide author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the implementation guide", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.version", + "comment": "There may be different implementation guide instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the implementation guide with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ImplementationGuide.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ImplementationGuide.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ImplementationGuide.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the implementation guide. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this implementation guide (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ImplementationGuide.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the implementation guide.", + "isModifier": false, + "short": "Name for this implementation guide (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ImplementationGuide.status", + "min": 1, + "definition": "The status of this implementation guide. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ImplementationGuide.status", + "comment": "Allows filtering of implementation guides that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ImplementationGuide.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level implementation guide.", + "min": 0, + "definition": "A Boolean value to indicate that this implementation guide is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ImplementationGuide.experimental", + "comment": "Allows filtering of implementation guides that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ImplementationGuide.date", + "min": 0, + "definition": "The date (and optionally time) when the implementation guide was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ImplementationGuide.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the implementation guide. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ImplementationGuide.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the implementation guide. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the implementation guide.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the implementation guide is the organization or individual primarily responsible for the maintenance and upkeep of the implementation guide. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the implementation guide. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ImplementationGuide.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ImplementationGuide.description", + "min": 0, + "definition": "A free text natural language description of the implementation guide from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the implementation guide", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.description", + "comment": "This description can be used to capture details such as why the implementation guide was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the implementation guide as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the implementation guide is presumed to be the predominant language in the place the implementation guide was created).", + "isSummary": false + }, + { + "path": "ImplementationGuide.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate implementation guide instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ImplementationGuide.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the implementation guide is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for implementation guide (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ImplementationGuide.jurisdiction", + "comment": "It may be possible for the implementation guide to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ImplementationGuide.purpose", + "min": 0, + "definition": "Explanation of why this implementation guide is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this implementation guide is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.purpose", + "comment": "This element does not describe the usage of the implementation guide. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this implementation guide.", + "isSummary": false + }, + { + "path": "ImplementationGuide.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the implementation guide and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the implementation guide.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ImplementationGuide.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "ImplementationGuide.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ImplementationGuide.packageId", + "min": 1, + "definition": "The NPM package name for this Implementation Guide, used in the NPM package distribution, which is the primary mechanism by which FHIR based tooling manages IG dependencies. This value must be globally unique, and should be assigned with care.", + "isModifier": false, + "short": "NPM Package name for IG", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.packageId", + "comment": "Many (if not all) IG publishing tools will require that this element be present. For implementation guides published through HL7 or the FHIR foundation, the FHIR product director assigns package IDs.", + "isSummary": true + }, + { + "path": "ImplementationGuide.license", + "min": 0, + "definition": "The license that applies to this Implementation Guide, using an SPDX license code, or 'not-open-source'.", + "isModifier": false, + "short": "SPDX license code for this IG (or not-open-source)", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/spdx-license|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SPDXLicense" + } + ], + "description": "The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/)." + }, + "max": "1", + "id": "ImplementationGuide.license", + "isSummary": true + }, + { + "path": "ImplementationGuide.fhirVersion", + "min": 1, + "definition": "The version(s) of the FHIR specification that this ImplementationGuide targets - e.g. describes how to use. The value of this element is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 4.6.0. for this version.", + "isModifier": false, + "short": "FHIR Version(s) this Implementation Guide targets", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "*", + "id": "ImplementationGuide.fhirVersion", + "condition": ["ig-2"], + "comment": "Most implementation guides target a single version - e.g. they describe how to use a particular version, and the profiles and examples etc. are valid for that version. But some implementation guides describe how to use multiple different versions of FHIR to solve the same problem, or in concert with each other. Typically, the requirement to support multiple versions arises as implementation matures and different implementation communities are stuck at different versions by regulation or market dynamics.", + "isSummary": true + }, + { + "path": "ImplementationGuide.dependsOn", + "min": 0, + "definition": "Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.", + "isModifier": false, + "short": "Another Implementation guide this depends on", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.dependsOn", + "isSummary": true + }, + { + "path": "ImplementationGuide.dependsOn.uri", + "min": 1, + "definition": "A canonical reference to the Implementation guide for the dependency.", + "isModifier": false, + "short": "Identity of the IG that this depends on", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.dependsOn.uri", + "comment": "Usually, A canonical reference to the implementation guide is the same as the master location at which the implementation guide is published.", + "isSummary": true + }, + { + "path": "ImplementationGuide.dependsOn.packageId", + "min": 0, + "definition": "The NPM package name for the Implementation Guide that this IG depends on.", + "isModifier": false, + "short": "NPM Package name for IG this depends on", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.dependsOn.packageId", + "isSummary": true + }, + { + "path": "ImplementationGuide.dependsOn.version", + "min": 0, + "definition": "The version of the IG that is depended on, when the correct version is required to understand the IG correctly.", + "isModifier": false, + "short": "Version of the IG", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.dependsOn.version", + "comment": "This follows the syntax of the NPM packaging version field - see [[reference]].", + "isSummary": true + }, + { + "path": "ImplementationGuide.dependsOn.reason", + "min": 0, + "definition": "A description explaining the nature of the dependency on the listed IG.", + "isModifier": false, + "short": "Why dependency exists", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.dependsOn.reason", + "comment": "This doesn't need to enumerate every resource used, but should give some sense of why the dependency exists. It will be used in the rendered list of dependencies", + "isSummary": false + }, + { + "path": "ImplementationGuide.global", + "min": 0, + "definition": "A set of profiles that all resources covered by this implementation guide must conform to.", + "isModifier": false, + "short": "Profiles that apply globally", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.global", + "comment": "See [Default Profiles](implementationguide.html#default) for a discussion of which resources are 'covered' by an implementation guide.", + "isSummary": true + }, + { + "path": "ImplementationGuide.global.type", + "min": 1, + "definition": "The type of resource that all instances must conform to.", + "isModifier": false, + "short": "Type this profile applies to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "ImplementationGuide.global.type", + "comment": "The type must match that of the profile that is referred to but is made explicit here as a denormalization so that a system processing the implementation guide resource knows which resources the profile applies to even if the profile itself is not available.", + "isSummary": true + }, + { + "path": "ImplementationGuide.global.profile", + "min": 1, + "definition": "A reference to the profile that all instances must conform to.", + "isModifier": false, + "short": "Profile that all resources must conform to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.global.profile", + "isSummary": true + }, + { + "constraint": [ + { + "key": "ig-1", + "human": "If a resource has a groupingId, it must refer to a grouping defined in the Implementation Guide", + "source": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "severity": "error", + "expression": "resource.groupingId.all(%context.grouping.id contains $this)" + } + ], + "path": "ImplementationGuide.definition", + "min": 0, + "definition": "The information needed by an IG publisher tool to publish the whole implementation guide.", + "isModifier": false, + "short": "Information needed to build the IG", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition", + "condition": ["ig-2"], + "comment": "Principally, this consists of information abuot source resource and file locations, and build parameters and templates.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.grouping", + "min": 0, + "definition": "A logical group of resources. Logical groups can be used when building pages.", + "isModifier": false, + "short": "Grouping used to present related resources in the IG", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.grouping", + "condition": ["ig-1"], + "comment": "Groupings are arbitrary sub-divisions of content. Typically, they are used to help build Table of Contents automatically.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.grouping.name", + "min": 1, + "definition": "The human-readable title to display for the package of resources when rendering the implementation guide.", + "isModifier": false, + "short": "Descriptive name for the package", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.grouping.name", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.grouping.description", + "min": 0, + "definition": "Human readable text describing the package.", + "isModifier": false, + "short": "Human readable text describing the package", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.grouping.description", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource", + "min": 0, + "definition": "A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.", + "isModifier": false, + "short": "Resource in the implementation guide", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.resource", + "condition": ["ig-2", "ig-1"], + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.reference", + "min": 1, + "definition": "Where this resource is found.", + "isModifier": false, + "short": "Location of the resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.resource.reference", + "comment": "Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.fhirVersion", + "min": 0, + "definition": "Indicates the FHIR Version(s) this artifact is intended to apply to. If no versions are specified, the resource is assumed to apply to all the versions stated in ImplementationGuide.fhirVersion.", + "isModifier": false, + "short": "Versions this applies to (if different to IG)", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "*", + "id": "ImplementationGuide.definition.resource.fhirVersion", + "condition": ["ig-2"], + "comment": "The resource SHALL be valid against all the versions it is specified to apply to. If the resource referred to is a StructureDefinition, the fhirVersion stated in the StructureDefinition cannot disagree with the version specified here; the specified versions SHALL include the version specified by the StructureDefinition, and may include additional versions using the [http://hl7.org/fhir/StructureDefinition/structuredefinition-applicable-version](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-applicable-version.html) extension.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.name", + "min": 0, + "definition": "A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name).", + "isModifier": false, + "short": "Human readable name for the resource", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.resource.name", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.description", + "min": 0, + "definition": "A description of the reason that a resource has been included in the implementation guide.", + "isModifier": false, + "short": "Reason why included in guide", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.resource.description", + "comment": "This is mostly used with examples to explain why it is present (though they can have extensive comments in the examples).", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.isExample", + "min": 0, + "definition": "If true, indicates the resource is an example instance.", + "isModifier": false, + "short": "Is this an example", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.resource.isExample", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.profile", + "min": 0, + "definition": "If present, indicates profile(s) the instance is valid against.", + "isModifier": false, + "short": "Profile(s) this is an example of", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.resource.profile", + "comment": "Examples: \n\n* StructureDefinition -> Any \n* ValueSet -> expansion \n* OperationDefinition -> Parameters \n* Questionnaire -> QuestionnaireResponse.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.resource.groupingId", + "min": 0, + "definition": "Reference to the id of the grouping this resource appears in.", + "isModifier": false, + "short": "Grouping this is part of", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.resource.groupingId", + "condition": ["ig-1"], + "comment": "This must correspond to a group.id element within this implementation guide.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "ig-3", + "human": "Source must be absent if 'generated' is generated", + "source": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide", + "severity": "error", + "expression": "generation='generated' implies source.empty()" + } + ], + "path": "ImplementationGuide.definition.page", + "min": 0, + "definition": "A page / section in the implementation guide. The root page is the implementation guide home page.", + "isModifier": false, + "short": "Page/Section in the Guide", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.page", + "comment": "Pages automatically become sections if they have sub-pages. By convention, the home page is called index.html.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.page.source[x]", + "min": 0, + "definition": "Indicates the URL or the actual content to provide for the page.", + "isModifier": false, + "short": "Source for page", + "type": [ + { "code": "url" }, + { "code": "string" }, + { "code": "markdown" } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.page.source[x]", + "condition": ["ig-3"], + "comment": "If absent and the page isn't a generated page, this may be inferred from the page name by checking input locations. String is used for XHTML content - sent as an escaped string. FHIR tooling can't support 'direct' XHTML anywhere other than in narrative.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.page.name", + "min": 1, + "definition": "The url by which the page should be known when published.", + "isModifier": false, + "short": "Name of the page when published", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.page.name", + "comment": "This SHALL be a local reference, expressed with respect to the root of the IG output folder. No suffix is required. If no suffix is specified, .html will be appended.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.page.title", + "min": 1, + "definition": "A short title used to represent this page in navigational structures such as table of contents, bread crumbs, etc.", + "isModifier": false, + "short": "Short title shown for navigational assistance", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.page.title", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.page.generation", + "min": 1, + "definition": "A code that indicates how the page is generated.", + "isModifier": false, + "short": "html | markdown | xml | generated", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-page-generation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuidePageGeneration" + } + ], + "description": "A code that indicates how the page is generated." + }, + "max": "1", + "id": "ImplementationGuide.definition.page.generation", + "condition": ["ig-3"], + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.page.page", + "min": 0, + "definition": "Nested Pages/Sections under this page.", + "isModifier": false, + "short": "Nested Pages / Sections", + "contentReference": "#ImplementationGuide.definition.page", + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.page.page", + "comment": "The implementation guide breadcrumbs may be generated from this structure.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.parameter", + "min": 0, + "definition": "A set of parameters that defines how the implementation guide is built. The parameters are defined by the relevant tools that build the implementation guides.", + "isModifier": false, + "short": "Defines how IG is built by tools", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.parameter", + "comment": "see [confluence](https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters) for the parameters defined by the HL7 IG publisher.", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.parameter.code", + "min": 1, + "definition": "A tool-specific code that defines the parameter.", + "isModifier": false, + "short": "Code that identifies parameter", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/guide-parameter-code" + }, + "max": "1", + "id": "ImplementationGuide.definition.parameter.code", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.parameter.value", + "min": 1, + "definition": "Value for named type.", + "isModifier": false, + "short": "Value for named type", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.parameter.value", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.template", + "min": 0, + "definition": "A template for building resources.", + "isModifier": false, + "short": "A template for building resources", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.definition.template", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.template.code", + "min": 1, + "definition": "Type of template specified.", + "isModifier": false, + "short": "Type of template specified", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ImplementationGuide.definition.template.code", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.template.source", + "min": 1, + "definition": "The source location for the template.", + "isModifier": false, + "short": "The source location for the template", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.template.source", + "isSummary": false + }, + { + "path": "ImplementationGuide.definition.template.scope", + "min": 0, + "definition": "The scope in which the template applies.", + "isModifier": false, + "short": "The scope in which the template applies", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.definition.template.scope", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest", + "min": 0, + "definition": "Information about an assembled implementation guide, created by the publication tooling.", + "isModifier": false, + "short": "Information about an assembled IG", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.rendering", + "min": 0, + "definition": "A pointer to official web page, PDF or other rendering of the implementation guide.", + "isModifier": false, + "short": "Location of rendered implementation guide", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.rendering", + "isSummary": true + }, + { + "path": "ImplementationGuide.manifest.resource", + "min": 1, + "definition": "A resource that is part of the implementation guide. Conformance resources (value set, structure definition, capability statements etc.) are obvious candidates for inclusion, but any kind of resource can be included as an example resource.", + "isModifier": false, + "short": "Resource in the implementation guide", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ManifestResource" + } + ], + "max": "*", + "id": "ImplementationGuide.manifest.resource", + "isSummary": true + }, + { + "path": "ImplementationGuide.manifest.resource.reference", + "min": 1, + "definition": "Where this resource is found.", + "isModifier": false, + "short": "Location of the resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.resource.reference", + "comment": "Usually this is a relative URL that locates the resource within the implementation guide. If you authoring an implementation guide, and will publish it using the FHIR publication tooling, use a URI that may point to a resource, or to one of various alternative representations (e.g. spreadsheet). The tooling will convert this when it publishes it.", + "isSummary": true + }, + { + "path": "ImplementationGuide.manifest.resource.isExample", + "min": 0, + "definition": "If true, indicates the resource is an example instance.", + "isModifier": false, + "short": "Is this an example", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.resource.isExample", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.resource.profile", + "min": 0, + "definition": "If present, indicates profile(s) the instance is valid against.", + "isModifier": false, + "short": "Profile(s) this is an example of", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.manifest.resource.profile", + "comment": "Examples: \n\n* StructureDefinition -> Any \n* ValueSet -> expansion \n* OperationDefinition -> Parameters \n* Questionnaire -> QuestionnaireResponse.", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.resource.relativePath", + "min": 0, + "definition": "The relative path for primary page for this resource within the IG.", + "isModifier": false, + "short": "Relative path for page in IG", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.resource.relativePath", + "comment": "Appending 'rendering' + \"/\" + this should resolve to the resource page.", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.page", + "requirements": "Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "Information about a page within the IG.", + "isModifier": false, + "short": "HTML page within the parent IG", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ManifestPage" + } + ], + "max": "*", + "id": "ImplementationGuide.manifest.page", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.page.name", + "min": 1, + "definition": "Relative path to the page.", + "isModifier": false, + "short": "HTML page name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.page.name", + "comment": "Appending 'rendering' + \"/\" + this should resolve to the page.", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.page.title", + "requirements": "Allows generation of labels for markdown-generated hyperlinks.", + "min": 0, + "definition": "Label for the page intended for human display.", + "isModifier": false, + "short": "Title of the page, for references", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImplementationGuide.manifest.page.title", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.page.anchor", + "requirements": "Allows validation of hyperlinks from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "The name of an anchor available on the page.", + "isModifier": false, + "short": "Anchor available on the page", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.manifest.page.anchor", + "comment": "Appending 'rendering' + \"/\" + page.name + \"#\" + page.anchor should resolve to the anchor.", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.image", + "requirements": "Allows validation of image links from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "Indicates a relative path to an image that exists within the IG.", + "isModifier": false, + "short": "Image within the IG", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.manifest.image", + "isSummary": false + }, + { + "path": "ImplementationGuide.manifest.other", + "requirements": "Allows validation of links from a derived IG to this IG without a local copy of the IG.", + "min": 0, + "definition": "Indicates the relative path of an additional non-page, non-image file that is part of the IG - e.g. zip, jar and similar files that could be the target of a hyperlink in a derived IG.", + "isModifier": false, + "short": "Additional linkable file in IG", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ImplementationGuide.manifest.other", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Age Type: A duration of time during which an organism (or a process) has existed.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Age/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Age", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Age", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "draft", + "id": "Age", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Age", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Age", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "age-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM. If value is present, it SHALL be positive.", + "source": "http://hl7.org/fhir/StructureDefinition/Age", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (value.empty() or value.hasValue().not() or value > 0)" + } + ], + "path": "Age", + "min": 0, + "definition": "A duration of time during which an organism (or a process) has existed.", + "short": "A duration of time during which an organism (or a process) has existed", + "mapping": [{ "map": "PQ", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/age-units", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Appropriate units for Age." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AgeUnits" + } + ], + "additional": [ + { + "purpose": "maximum", + "valueSet": "http://hl7.org/fhir/ValueSet/all-time-units" + } + ], + "description": "Appropriate units for Age." + }, + "max": "*", + "id": "Age" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Enforces an enumerated group, rather than a definitional group", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/actualgroup/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ActualGroup", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Group", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Actual Group", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "actualgroup", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/actualgroup", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1090", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/actualgroup", + "differential": { + "element": [ + { "id": "Group", "max": "1", "min": 1, "path": "Group" }, + { + "id": "Group.membership", + "max": "1", + "min": 1, + "path": "Group.membership", + "type": [{ "code": "code" }], + "fixedCode": "enumerated" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group" + }, + { + "description": "A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called \"ClinicalImpression\" rather than \"ClinicalAssessment\" to avoid confusion with the recording of assessment tools such as Apgar score.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ClinicalImpression/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ClinicalImpression", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ClinicalImpression", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "ClinicalImpression", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ClinicalImpression", + "differential": { + "element": [ + { + "path": "ClinicalImpression", + "min": 0, + "definition": "A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition. Assessments are often 1:1 with a clinical consultation / encounter, but this varies greatly depending on the clinical workflow. This resource is called \"ClinicalImpression\" rather than \"ClinicalAssessment\" to avoid confusion with the recording of assessment tools such as Apgar score.", + "isModifier": false, + "short": "A clinical assessment performed when planning treatments and management strategies for a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Partial mapping for problem evaluation", + "identity": "v2" + } + ], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression" + }, + { + "path": "ClinicalImpression.identifier", + "requirements": "Allows identification of the clinical impression as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this clinical impression by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "ClinicalImpression.status", + "min": 1, + "definition": "Identifies the workflow status of the assessment.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "PRB-14", "identity": "v2" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionStatus" + } + ], + "description": "The workflow state of a clinical impression." + }, + "max": "1", + "id": "ClinicalImpression.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the clinical impression as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ClinicalImpression.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the ClinicalImpression.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionStatusReason" + } + ], + "description": "Codes identifying the reason for the current state of a clinical impression." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "ClinicalImpression.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"on-hold\" or \"stopped\".", + "isSummary": false + }, + { + "path": "ClinicalImpression.description", + "min": 0, + "definition": "A summary of the context and/or cause of the assessment - why / where it was performed, and what patient events/status prompted it.", + "isModifier": false, + "short": "Why/how the assessment was performed", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.description", + "isSummary": true + }, + { + "path": "ClinicalImpression.subject", + "requirements": "Group is typically for veterinary and/or public health purposes.", + "min": 1, + "definition": "The patient or group of individuals assessed as part of this record.", + "isModifier": false, + "short": "Patient or group assessed", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.subject", + "isSummary": true + }, + { + "path": "ClinicalImpression.encounter", + "min": 0, + "definition": "The Encounter during which this ClinicalImpression was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "The Encounter during which this ClinicalImpression was created", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "ClinicalImpression.effective[x]", + "min": 0, + "definition": "The point in time or period over which the subject was assessed.", + "isModifier": false, + "short": "Time of assessment", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PRB-2", "identity": "v2" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.effective[x]", + "comment": "This SHOULD be accurate to at least the minute, though some assessments only have a known date.", + "isSummary": true + }, + { + "path": "ClinicalImpression.date", + "min": 0, + "definition": "Indicates when the documentation of the assessment was complete.", + "isModifier": false, + "short": "When the assessment was documented", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.date", + "isSummary": true + }, + { + "path": "ClinicalImpression.performer", + "min": 0, + "definition": "The clinician performing the assessment.", + "isModifier": false, + "short": "The clinician performing the assessment", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "ROL-4", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.performer", + "isSummary": true + }, + { + "path": "ClinicalImpression.previous", + "min": 0, + "definition": "A reference to the last assessment that was conducted on this patient. Assessments are often/usually ongoing in nature; a care provider (practitioner or team) will make new assessments on an ongoing basis as new data arises or the patient's conditions changes.", + "isModifier": false, + "short": "Reference to last assessment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.previous", + "comment": "It is always likely that multiple previous assessments exist for a patient. The point of quoting a previous assessment is that this assessment is relative to it (see resolved).", + "isSummary": false + }, + { + "path": "ClinicalImpression.problem", + "min": 0, + "definition": "A list of the relevant problems/conditions for a patient.", + "isModifier": false, + "short": "Relevant impressions of patient state", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "PRB-3 / IAM-7", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.problem", + "comment": "e.g. The patient is a pregnant, has congestive heart failure, has an ‎Adenocarcinoma, and is allergic to penicillin.", + "isSummary": true + }, + { + "path": "ClinicalImpression.changePattern", + "min": 0, + "definition": "Change in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change. It is a subjective assessment of the direction of the change.", + "isModifier": false, + "short": "Change in the status/pattern of a subject's condition since previously assessed, such as worsening, improving, or no change", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-change-pattern", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionChangePattern" + } + ] + }, + "max": "1", + "id": "ClinicalImpression.changePattern", + "isSummary": false + }, + { + "path": "ClinicalImpression.protocol", + "min": 0, + "definition": "Reference to a specific published clinical protocol that was followed during this assessment, and/or that provides evidence in support of the diagnosis.", + "isModifier": false, + "short": "Clinical Protocol followed", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.protocol", + "isSummary": false + }, + { + "path": "ClinicalImpression.summary", + "min": 0, + "definition": "A text summary of the investigations and the diagnosis.", + "isModifier": false, + "short": "Summary of the assessment", + "mapping": [{ "map": "OBX", "identity": "v2" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.summary", + "isSummary": false + }, + { + "path": "ClinicalImpression.finding", + "min": 0, + "definition": "Specific findings or diagnoses that were considered likely or relevant to ongoing treatment.", + "isModifier": false, + "short": "Possible or likely findings and diagnoses", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.finding", + "isSummary": false + }, + { + "path": "ClinicalImpression.finding.item", + "min": 0, + "definition": "Specific text, code or reference for finding or diagnosis, which may include ruled-out or resolved conditions.", + "isModifier": false, + "short": "What was found", + "mapping": [{ "map": "OBX", "identity": "v2" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionKind" + } + ], + "description": "Identification of the Condition or diagnosis." + }, + "max": "1", + "id": "ClinicalImpression.finding.item", + "isSummary": false + }, + { + "path": "ClinicalImpression.finding.basis", + "min": 0, + "definition": "Which investigations support finding or diagnosis.", + "isModifier": false, + "short": "Which investigations support finding", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ClinicalImpression.finding.basis", + "isSummary": false + }, + { + "path": "ClinicalImpression.prognosisCodeableConcept", + "min": 0, + "definition": "Estimate of likely outcome.", + "isModifier": false, + "short": "Estimate of likely outcome", + "mapping": [{ "map": "PRB-22", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinicalimpression-prognosis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClinicalImpressionPrognosis" + } + ], + "description": "Prognosis or outlook findings." + }, + "max": "*", + "id": "ClinicalImpression.prognosisCodeableConcept", + "isSummary": false + }, + { + "path": "ClinicalImpression.prognosisReference", + "min": 0, + "definition": "RiskAssessment expressing likely outcome.", + "isModifier": false, + "short": "RiskAssessment expressing likely outcome", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RiskAssessment" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.prognosisReference", + "isSummary": false + }, + { + "path": "ClinicalImpression.supportingInfo", + "min": 0, + "definition": "Information supporting the clinical impression, which can contain investigation results.", + "isModifier": false, + "short": "Information supporting the clinical impression", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.supportingInfo", + "isSummary": false + }, + { + "path": "ClinicalImpression.note", + "min": 0, + "definition": "Commentary about the impression, typically recorded after the impression itself was made, though supplemental notes by the original author could also appear.", + "isModifier": false, + "short": "Comments made about the ClinicalImpression", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "ClinicalImpression.note", + "comment": "Don't use this element for content that should more properly appear as one of the specific elements of the impression.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a publishable knowledge artifact such as a ValueSet, Profile, Library, Decision Support Rule, or Quality Measure.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Publishable/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "The Publishable pattern is defined to ensure that artifacts have enough metadata to understand when, where, and why a particular artifact would be used, as well as who contributed to it, who reviewed or endorsed it, and what evidence supports its use. The pattern is about ensuring artifacts can establish trust and credibility, as well as carry enough metadata to be discoverable in a public repository or artifact catalog.", + "name": "Publishable", + "abstract": false, + "type": "Publishable", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "publishable", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Publishable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Publishable", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Publishable", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MeasureReport/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Quality Information)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MeasureReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MeasureReport", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + } + ], + "status": "draft", + "id": "MeasureReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MeasureReport", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "mrp-2", + "human": "Stratifiers SHALL be either a single criteria or a set of criteria components", + "source": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "severity": "error", + "expression": "group.stratifier.stratum.all(value.exists() xor component.exists())" + }, + { + "key": "mrp-1", + "human": "Measure Reports used for data collection SHALL NOT communicate group and score information", + "source": "http://hl7.org/fhir/StructureDefinition/MeasureReport", + "severity": "error", + "expression": "(type != 'data-exchange') or group.exists().not()" + } + ], + "path": "MeasureReport", + "min": 0, + "definition": "The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.", + "isModifier": false, + "short": "Results of a measure evaluation", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "MeasureReport" + }, + { + "path": "MeasureReport.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the MeasureReport", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.", + "isSummary": true + }, + { + "path": "MeasureReport.status", + "min": 1, + "definition": "The MeasureReport status. No data will be available until the MeasureReport status is complete.", + "isModifier": true, + "short": "complete | pending | error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The status of the measure report." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportStatus" + } + ], + "description": "The status of the measure report (e.g. complete, pending, or error)" + }, + "max": "1", + "id": "MeasureReport.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MeasureReport.type", + "min": 1, + "definition": "The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.", + "isModifier": false, + "short": "individual | subject-list | summary | data-exchange", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "methodCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-report-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of the measure report." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportType" + } + ], + "description": "The type of the measure report: individual, patient listing, or summary" + }, + "max": "1", + "id": "MeasureReport.type", + "condition": ["mrp-1"], + "comment": "Data-exchange reports are used only to communicate data-of-interest for a measure. They do not necessarily include all the data for a particular subject or population, but they may.", + "isSummary": true + }, + { + "path": "MeasureReport.dataUpdateType", + "requirements": "Allows receiving systems to support incremental exchange of data, reducing overall bandwidth requirements.", + "min": 0, + "definition": "Indicates whether the data submitted in a data-exchange report represents a snapshot or incremental update. A snapshot update replaces all previously submitted data for the receiver, whereas an incremental update represents only updated and/or changed data and should be applied as a differential update to the existing submitted data for the receiver.", + "isModifier": true, + "short": "incremental | snapshot", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/submit-data-update-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubmitDataUpdateType" + } + ] + }, + "max": "1", + "id": "MeasureReport.dataUpdateType", + "comment": "This element only applies to Data-collection reports used to communicate the data-of-interest for a measure", + "isModifierReason": "This element determines whether the data in a data-exchange measure report is a snapshot or incremental update and is required in order to correctly apply the data update to a receiving system", + "isSummary": true + }, + { + "path": "MeasureReport.measure", + "min": 0, + "definition": "A reference to the Measure that was calculated to produce this report.", + "isModifier": false, + "short": "What measure was calculated", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "outboundRelationship[typeCode=INST]/target[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Measure" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.measure", + "isSummary": true + }, + { + "path": "MeasureReport.subject", + "min": 0, + "definition": "Optional subject identifying the individual or individuals the report is for.", + "isModifier": false, + "short": "What individual(s) the report is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.subject", + "isSummary": true + }, + { + "path": "MeasureReport.date", + "min": 0, + "definition": "The date this measure was calculated.", + "isModifier": false, + "short": "When the measure was calculated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.date", + "isSummary": true + }, + { + "path": "MeasureReport.reporter", + "min": 0, + "definition": "The individual or organization that is reporting the data.", + "isModifier": false, + "short": "Who is reporting the data", + "mapping": [ + { "map": "FiveWs.source", "identity": "w5" }, + { + "map": "participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.reporter", + "isSummary": true + }, + { + "path": "MeasureReport.reportingVendor", + "min": 0, + "definition": "A reference to the vendor who queried the data, calculated results and/or generated the report. The ‘reporting vendor’ is intended to represent the submitting entity when it is not the same as the reporting entity. This extension is used when the Receiver is interested in getting vendor information in the report.", + "isModifier": false, + "short": "What vendor prepared the data", + "mapping": [ + { + "map": "participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.reportingVendor", + "isSummary": false + }, + { + "path": "MeasureReport.location", + "min": 0, + "definition": "A reference to the location for which the data is being reported.", + "isModifier": false, + "short": "Where the reported data is from", + "mapping": [ + { + "map": "participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.location", + "isSummary": false + }, + { + "path": "MeasureReport.period", + "min": 1, + "definition": "The reporting period for which the report was calculated.", + "isModifier": false, + "short": "What period the report covers", + "mapping": [{ "map": "effectiveTime", "identity": "rim" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.period", + "isSummary": true + }, + { + "path": "MeasureReport.inputParameters", + "min": 0, + "definition": "A reference to a Parameters resource (typically represented using a contained resource) that represents any input parameters that were provided to the operation that generated the report.", + "isModifier": false, + "short": "What parameters were provided to the report", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.inputParameters", + "comment": "Whenever an operation returns a MeasureReport, the IN parameters from that operation can be returned to the caller of the operation using MeasureReport.inputParameters. Operations include but are not limited to $evaluate-measure, $care-gaps, $data-requirements, and $collect-data. The inputParameters can also be used in a MeasureReport used to define a test case (i.e., not as a result of an operation).", + "isSummary": false + }, + { + "path": "MeasureReport.scoring", + "min": 0, + "definition": "Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented. It is expected to be the same as the scoring element on the referenced Measure.", + "isModifier": true, + "short": "What scoring method (e.g. proportion, ratio, continuous-variable)", + "mapping": [{ "map": "methodCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoring" + } + ] + }, + "max": "1", + "id": "MeasureReport.scoring", + "isModifierReason": "Scoring determines what method was used to calculate the measure score and is required for correct interpretation of the score", + "isSummary": true + }, + { + "path": "MeasureReport.improvementNotation", + "min": 0, + "definition": "Whether improvement in the measure is noted by an increase or decrease in the measure score.", + "isModifier": true, + "short": "increase | decrease", + "mapping": [ + { "map": "interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureImprovementNotation" + } + ], + "description": "The improvement notation of the measure report (e.g. increase or decrease)" + }, + "max": "1", + "id": "MeasureReport.improvementNotation", + "comment": "This element is typically defined by the measure, but reproduced here to ensure the measure score can be interpreted. The element is labeled as a modifier because it changes the interpretation of the reported measure score. Note also that a MeasureReport instance includes the improvementNotation as defined by the Measure being reported. It is duplicated in the MeasureReport because it is a critical aspect of interpreting the measure score but it is not intended to reflect whether the measure report is an increase or decrease. It helps interpret if the measure score is an increase or decrease, I.e., moving in the direction of the desired outcome.", + "isModifierReason": "Improvement notation determines how to interpret the measure score (i.e. whether an increase is an improvement)", + "isSummary": true + }, + { + "path": "MeasureReport.group", + "min": 0, + "definition": "The results of the calculation, one for each population group in the measure.", + "isModifier": false, + "short": "Measure results for each group", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group", + "condition": ["mrp-2", "mrp-1"], + "isSummary": false + }, + { + "path": "MeasureReport.group.linkId", + "min": 0, + "definition": "The group from the Measure that corresponds to this group in the MeasureReport resource.", + "isModifier": false, + "short": "Pointer to specific group from Measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.linkId", + "isSummary": false + }, + { + "path": "MeasureReport.group.code", + "min": 0, + "definition": "The meaning of the population group as defined in the measure definition.", + "isModifier": false, + "short": "Meaning of the group", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-group-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureGroupExample" + } + ], + "description": "Example of measure groups." + }, + "max": "1", + "id": "MeasureReport.group.code", + "isSummary": true + }, + { + "path": "MeasureReport.group.subject", + "min": 0, + "definition": "Optional subject identifying the individual or individuals the report is for.", + "isModifier": false, + "short": "What individual(s) the report is for", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.subject", + "isSummary": true + }, + { + "path": "MeasureReport.group.population", + "min": 0, + "definition": "The populations that make up the population group, one for each type of population appropriate for the measure.", + "isModifier": false, + "short": "The populations in the group", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group.population", + "isSummary": false + }, + { + "path": "MeasureReport.group.population.linkId", + "min": 0, + "definition": "The population from the Measure that corresponds to this population in the MeasureReport resource.", + "isModifier": false, + "short": "Pointer to specific population from Measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.population.linkId", + "isSummary": false + }, + { + "path": "MeasureReport.group.population.code", + "min": 0, + "definition": "The type of the population.", + "isModifier": false, + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulation" + } + ], + "description": "The type of population (e.g. initial, numerator, denominator, etc.)." + }, + "max": "1", + "id": "MeasureReport.group.population.code", + "isSummary": true + }, + { + "path": "MeasureReport.group.population.count", + "min": 0, + "definition": "The number of members of the population.", + "isModifier": false, + "short": "Size of the population", + "mapping": [{ "map": "value", "identity": "rim" }], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.population.count", + "isSummary": false + }, + { + "path": "MeasureReport.group.population.subjectResults", + "min": 0, + "definition": "This element refers to a List of individual level MeasureReport resources, one for each subject in this population.", + "isModifier": false, + "short": "For subject-list reports, the subject results in this population", + "mapping": [ + { + "map": "outboundRelationship[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/List" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.population.subjectResults", + "isSummary": false + }, + { + "path": "MeasureReport.group.population.subjectReport", + "min": 0, + "definition": "A reference to an individual level MeasureReport resource for a member of the population.", + "isModifier": false, + "short": "For subject-list reports, a subject result in this population", + "mapping": [ + { + "map": "outboundRelationship[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MeasureReport" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group.population.subjectReport", + "comment": "This element SHALL NOT be used in with subjectResults, either systems provide results as a List of MeasureReport, or as references to individual MeasureReports. Note that using this element introduces a constraint on the size of the subject-list MeasureReport; implementations would be free to return a TOO-COSTLY response if a request is made for a subject-list report with too many subjects.", + "isSummary": false + }, + { + "path": "MeasureReport.group.population.subjects", + "min": 0, + "definition": "Optional Group identifying the individuals that make up the population.", + "isModifier": false, + "short": "What individual(s) in the population", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.population.subjects", + "comment": "Note that this element can only be used for summary and subject-list reports where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group resource SHALL be an actual (as opposed to a definitional) group.", + "isSummary": false + }, + { + "path": "MeasureReport.group.measureScore[x]", + "min": 0, + "definition": "The measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.", + "isModifier": false, + "short": "What score this group achieved", + "mapping": [{ "map": "value", "identity": "rim" }], + "type": [ + { "code": "Quantity" }, + { "code": "dateTime" }, + { "code": "CodeableConcept" }, + { "code": "Period" }, + { "code": "Range" }, + { "code": "Duration" } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.measureScore[x]", + "isSummary": true + }, + { + "path": "MeasureReport.group.stratifier", + "min": 0, + "definition": "When a measure includes multiple stratifiers, there will be a stratifier group for each stratifier defined by the measure.", + "isModifier": false, + "short": "Stratification results", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group.stratifier", + "condition": ["mrp-2"], + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.linkId", + "min": 0, + "definition": "The stratifier from the Measure that corresponds to this stratifier in the MeasureReport resource.", + "isModifier": false, + "short": "Pointer to specific stratifier from Measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.linkId", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.code", + "min": 0, + "definition": "The meaning of this stratifier, as defined in the measure definition.", + "isModifier": false, + "short": "What stratifier of the group", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureStratifierExample" + } + ], + "description": "Meaning of the stratifier." + }, + "max": "1", + "id": "MeasureReport.group.stratifier.code", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum", + "min": 0, + "definition": "This element contains the results for a single stratum within the stratifier. For example, when stratifying on administrative gender, there will be four strata, one for each possible gender value.", + "isModifier": false, + "short": "Stratum results, one for each unique value, or set of values, in the stratifier, or stratifier components", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "StratifierGroup" + } + ], + "max": "*", + "id": "MeasureReport.group.stratifier.stratum", + "condition": ["mrp-2"], + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.value[x]", + "min": 0, + "definition": "The value for this stratum, expressed as a CodeableConcept. When defining stratifiers on complex values, the value must be rendered such that the value for each stratum within the stratifier is unique.", + "isModifier": false, + "short": "The stratum value, e.g. male", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP].value", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Reference" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportStratifierValueExample" + } + ] + }, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.value[x]", + "condition": ["mrp-2"], + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.component", + "min": 0, + "definition": "A stratifier component value.", + "isModifier": false, + "short": "Stratifier component values", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group.stratifier.stratum.component", + "condition": ["mrp-2"], + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.component.linkId", + "min": 0, + "definition": "The stratifier component from the Measure that corresponds to this stratifier component in the MeasureReport resource.", + "isModifier": false, + "short": "Pointer to specific stratifier component from Measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.component.linkId", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.component.code", + "min": 1, + "definition": "The code for the stratum component value.", + "isModifier": false, + "short": "What stratifier component of the group", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureStratifierExample" + } + ], + "description": "Meaning of the stratifier." + }, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.component.code", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.component.value[x]", + "min": 1, + "definition": "The stratum component value.", + "isModifier": false, + "short": "The stratum component value, e.g. male", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP].value", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Reference" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measurereport-stratifier-value-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureReportStratifierValueExample" + } + ] + }, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.component.value[x]", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population", + "min": 0, + "definition": "The populations that make up the stratum, one for each type of population appropriate to the measure.", + "isModifier": false, + "short": "Population results in this stratum", + "mapping": [ + { + "map": "outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "StratifierGroupPopulation" + } + ], + "max": "*", + "id": "MeasureReport.group.stratifier.stratum.population", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.linkId", + "min": 0, + "definition": "The population from the Measure that corresponds to this population in the MeasureReport resource.", + "isModifier": false, + "short": "Pointer to specific population from Measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.population.linkId", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.code", + "min": 0, + "definition": "The type of the population.", + "isModifier": false, + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulation" + } + ], + "description": "The type of population (e.g. initial, numerator, denominator, etc.)." + }, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.population.code", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.count", + "min": 0, + "definition": "The number of members of the population in this stratum.", + "isModifier": false, + "short": "Size of the population", + "mapping": [{ "map": "value", "identity": "rim" }], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.population.count", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.subjectResults", + "min": 0, + "definition": "This element refers to a List of individual level MeasureReport resources, one for each subject in this population in this stratum.", + "isModifier": false, + "short": "For subject-list reports, the subject results in this population", + "mapping": [ + { + "map": "outboundRelationship[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/List" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.population.subjectResults", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.subjectReport", + "min": 0, + "definition": "A reference to an individual level MeasureReport resource for a member of the population.", + "isModifier": false, + "short": "For subject-list reports, a subject result in this population", + "mapping": [ + { + "map": "outboundRelationship[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MeasureReport" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.group.stratifier.stratum.population.subjectReport", + "comment": "This element SHALL NOT be used in with subjectResults, either systems provide results as a List of MeasureReport, or as references to individual MeasureReports. Note that using this element introduces a constraint on the size of the subject-list MeasureReport; implementations would be free to return a TOO-COSTLY response if a request is made for a subject-list report with too many subjects.", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.population.subjects", + "min": 0, + "definition": "Optional Group identifying the individuals that make up the population.", + "isModifier": false, + "short": "What individual(s) in the population", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.population.subjects", + "comment": "Note that this element can only be used for summary and subject-list reports where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group SHALL be an actual (as opposed to a definitional) group.", + "isSummary": false + }, + { + "path": "MeasureReport.group.stratifier.stratum.measureScore[x]", + "min": 0, + "definition": "The measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.", + "isModifier": false, + "short": "What score this stratum achieved", + "mapping": [{ "map": "value", "identity": "rim" }], + "type": [ + { "code": "Quantity" }, + { "code": "dateTime" }, + { "code": "CodeableConcept" }, + { "code": "Period" }, + { "code": "Range" }, + { "code": "Duration" } + ], + "mustSupport": false, + "max": "1", + "id": "MeasureReport.group.stratifier.stratum.measureScore[x]", + "isSummary": false + }, + { + "path": "MeasureReport.supplementalData", + "min": 0, + "definition": "A reference to a Resource that represents additional information collected for the report. If the value of the supplemental data is not a Resource (i.e. evaluating the supplementalData expression for this case in the measure results in a value that is not a FHIR Resource), it is reported as a reference to a contained Observation resource.", + "isModifier": false, + "short": "Additional information collected for the report", + "mapping": [ + { "map": ".targetObservation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.supplementalData", + "comment": "For individual measure reports, the supplementalData elements represent the direct result of evaluating the supplementalData expression for the subject of the report. For summary reports, supplementalData is reported as references to contained Observation resources that represent the number of times each value appeared as a supplementalData result for members of the population.", + "isSummary": false + }, + { + "path": "MeasureReport.evaluatedResource", + "min": 0, + "definition": "Evaluated resources are used to capture what data was involved in the calculation of a measure. This usage is only allowed for individual reports to ensure that the size of the MeasureReport resource is bounded.", + "isModifier": false, + "short": "What data was used to calculate the measure score", + "mapping": [ + { "map": ".targetObservation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MeasureReport.evaluatedResource", + "comment": "Evaluated resources are only reported for individual reports.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Body Weight Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodyweight/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationbodyweight", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Weight Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'29463-7'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg', 'g', or '[lb_av]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'29463-7'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg', 'g', or '[lb_av]'**" + } + ], + "status": "draft", + "id": "bodyweight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyweight", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1465", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodyweight", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Weight Profile", + "definition": "This profile defines how to represent body weight observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Weight", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Weight." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BodyWeightCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BodyWeightCode" + }, + { + "id": "Observation.code.coding:BodyWeightCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BodyWeightCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "29463-7" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodyweight", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Common UCUM units for Body Weight." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyWeightUnits" + } + ], + "description": "g | kg | [lb_av]" + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "FHIR Heart Rate Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/heartrate/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationheartrate", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Heart Rate Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8867-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8867-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'/min'**" + } + ], + "status": "draft", + "id": "heartrate", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/heartrate", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1454", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/heartrate", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Heart Rate Profile", + "definition": "This profile defines how to represent heart rate observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Heart Rate", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Heart Rate." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:HeartRateCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "HeartRateCode" + }, + { + "id": "Observation.code.coding:HeartRateCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:HeartRateCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8867-4" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "/min", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR batch bundle.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/batch-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "BatchBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Batch bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "batch-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/batch-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/batch-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "bundle" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "rules": "closed", + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + }, + { + "id": "Bundle.entry:put", + "path": "Bundle.entry", + "sliceName": "put" + }, + { + "id": "Bundle.entry:put.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:put.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:put.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:put.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:put.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "PUT" + }, + { + "id": "Bundle.entry:put.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:post", + "path": "Bundle.entry", + "sliceName": "post" + }, + { + "id": "Bundle.entry:post.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:post.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:post.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:post.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "POST" + }, + { + "id": "Bundle.entry:post.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:get", + "path": "Bundle.entry", + "sliceName": "get" + }, + { + "id": "Bundle.entry:get.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:get.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:get.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:get.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:get.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "GET" + }, + { + "id": "Bundle.entry:get.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:delete", + "path": "Bundle.entry", + "sliceName": "delete" + }, + { + "id": "Bundle.entry:delete.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:delete.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:delete.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:delete.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:delete.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "DELETE" + }, + { + "id": "Bundle.entry:delete.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:patch", + "path": "Bundle.entry", + "sliceName": "patch" + }, + { + "id": "Bundle.entry:patch.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:patch.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:patch.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:patch.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:patch.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "PATCH" + }, + { + "id": "Bundle.entry:patch.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:head", + "path": "Bundle.entry", + "sliceName": "head" + }, + { + "id": "Bundle.entry:head.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:head.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:head.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:head.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:head.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "HEAD" + }, + { + "id": "Bundle.entry:head.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "Enforces the minimum information set for the naming system metadata required by HL7 and other organizations that share and publish naming systems", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablenamingsystem/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableNamingSystem", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "NamingSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable NamingSystem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablenamingsystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablenamingsystem", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1260", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareablenamingsystem", + "differential": { + "element": [ + { + "id": "NamingSystem", + "max": "1", + "min": 1, + "path": "NamingSystem" + }, + { + "id": "NamingSystem.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "NamingSystem.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "NamingSystem.url", + "max": "1", + "min": 1, + "path": "NamingSystem.url", + "mustSupport": true + }, + { + "id": "NamingSystem.version", + "max": "1", + "min": 1, + "path": "NamingSystem.version", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "NamingSystem.versionAlgorithm[x]", + "path": "NamingSystem.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "NamingSystem.name", + "path": "NamingSystem.name", + "mustSupport": true + }, + { + "id": "NamingSystem.title", + "max": "1", + "min": 1, + "path": "NamingSystem.title", + "mustSupport": true + }, + { + "id": "NamingSystem.status", + "path": "NamingSystem.status", + "mustSupport": true + }, + { + "id": "NamingSystem.experimental", + "max": "1", + "min": 0, + "path": "NamingSystem.experimental", + "mustSupport": true + }, + { + "id": "NamingSystem.publisher", + "path": "NamingSystem.publisher", + "mustSupport": true + }, + { + "id": "NamingSystem.description", + "max": "1", + "min": 1, + "path": "NamingSystem.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/NamingSystem" + }, + { + "description": "Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MessageDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Allows messages to be defined once and re-used across systems.", + "name": "MessageDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "MessageDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + } + ], + "status": "draft", + "id": "MessageDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "MessageDefinition", + "min": 0, + "definition": "Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.", + "isModifier": false, + "short": "A resource that defines a type of message that can be exchanged between systems", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition", + "comment": "This would be a MIF-level artifact." + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "MessageDefinition.url", + "requirements": "Allows the message definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "The business identifier that is used to reference the MessageDefinition and *is* expected to be consistent from server to server.", + "isModifier": false, + "short": "The cannonical URL for a given MessageDefinition", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "MessageDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this message definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Business Identifier for a given MessageDefinition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this message definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "MessageDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the message definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the message definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the message definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.version", + "comment": "There may be different message definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the message definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "MessageDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "MessageDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "MessageDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the message definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this message definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "MessageDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the message definition.", + "isModifier": false, + "short": "Name for this message definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "MessageDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "MessageDefinition.replaces", + "min": 0, + "definition": "A MessageDefinition that is superseded by this definition.", + "isModifier": false, + "short": "Takes the place of", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.replaces", + "isSummary": true + }, + { + "path": "MessageDefinition.status", + "min": 1, + "definition": "The status of this message definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "MessageDefinition.status", + "comment": "Allows filtering of message definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "MessageDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level message definition.", + "min": 0, + "definition": "A Boolean value to indicate that this message definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "MessageDefinition.experimental", + "comment": "Allows filtering of message definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "MessageDefinition.date", + "min": 1, + "definition": "The date (and optionally time) when the message definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the message definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "MessageDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the message definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "MessageDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the message definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the message definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "MessageDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the message definition is the organization or individual primarily responsible for the maintenance and upkeep of the message definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the message definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "MessageDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "MessageDefinition.description", + "min": 0, + "definition": "A free text natural language description of the message definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the message definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "MessageDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the message definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the message definition is presumed to be the predominant language in the place the message definition was created).", + "isSummary": true + }, + { + "path": "MessageDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate message definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "MessageDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the message definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for message definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "MessageDefinition.jurisdiction", + "comment": "It may be possible for the message definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "MessageDefinition.purpose", + "min": 0, + "definition": "Explanation of why this message definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this message definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "MessageDefinition.purpose", + "comment": "This element does not describe the usage of the message definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this message definition.", + "isSummary": true + }, + { + "path": "MessageDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the message definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the message definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the message definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "MessageDefinition.copyright", + "isSummary": false + }, + { + "path": "MessageDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "MessageDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "MessageDefinition.base", + "min": 0, + "definition": "The MessageDefinition that is the basis for the contents of this resource.", + "isModifier": false, + "short": "Definition this one is based on", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.base", + "isSummary": true + }, + { + "path": "MessageDefinition.parent", + "min": 0, + "definition": "Identifies a protocol or workflow that this MessageDefinition represents a step in.", + "isModifier": false, + "short": "Protocol/workflow this is part of", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.parent", + "comment": "It should be possible to use MessageDefinition to describe a message to be used by certain steps in a particular protocol as part of a PlanDefinition or ActivityDefinition.", + "isSummary": true + }, + { + "path": "MessageDefinition.event[x]", + "min": 1, + "definition": "Event code or link to the EventDefinition.", + "isModifier": false, + "short": "Event code or link to the EventDefinition", + "type": [{ "code": "Coding" }, { "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-events", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageEvent" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the message events defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageDefinition.event[x]", + "isSummary": true + }, + { + "path": "MessageDefinition.category", + "min": 0, + "definition": "The impact of the content of the message.", + "isModifier": false, + "short": "consequence | currency | notification", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/message-significance-category|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageSignificanceCategory" + } + ], + "description": "The impact of the content of a message." + }, + "max": "1", + "id": "MessageDefinition.category", + "isSummary": true + }, + { + "constraint": [ + { + "key": "md-1", + "human": "Max must be postive int or *", + "source": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "severity": "error", + "expression": "max='*' or (max.toInteger() > 0)" + } + ], + "path": "MessageDefinition.focus", + "min": 0, + "definition": "Identifies the resource (or resources) that are being addressed by the event. For example, the Encounter for an admit message or two Account records for a merge.", + "isModifier": false, + "short": "Resource(s) that are the subject of the event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.focus", + "isSummary": true + }, + { + "path": "MessageDefinition.focus.code", + "min": 1, + "definition": "The kind of resource that must be the focus for this message.", + "isModifier": false, + "short": "Type of resource", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageDefinition.focus.code", + "comment": "Multiple focuses addressing different resources may occasionally occur. E.g. to link or unlink a resource from a particular account or encounter, etc.", + "isSummary": true + }, + { + "path": "MessageDefinition.focus.profile", + "requirements": "This profile allows setting boundaries for what content must appear within the message bundle vs. outside based on the declared aggregation constraints on referenced resources on this and related profiles.", + "min": 0, + "definition": "A profile that reflects constraints for the focal resource (and potentially for related resources).", + "isModifier": false, + "short": "Profile that must be adhered to by focus", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.focus.profile", + "comment": "This should be present for most message definitions. However, if the message focus is only a single resource and there is no need to include referenced resources or otherwise enforce the presence of particular elements, it can be omitted.", + "isSummary": false + }, + { + "path": "MessageDefinition.focus.min", + "min": 1, + "definition": "Identifies the minimum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.", + "isModifier": false, + "short": "Minimum number of focuses of this type", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.focus.min", + "isSummary": true + }, + { + "path": "MessageDefinition.focus.max", + "min": 0, + "definition": "Identifies the maximum number of resources of this type that must be pointed to by a message in order for it to be valid against this MessageDefinition.", + "isModifier": false, + "short": "Maximum number of focuses of this type", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.focus.max", + "condition": ["md-1"], + "isSummary": false + }, + { + "path": "MessageDefinition.responseRequired", + "min": 0, + "definition": "Declare at a message definition level whether a response is required or only upon error or success, or never.", + "isModifier": false, + "short": "always | on-error | never | on-success", + "mapping": [{ "map": "MSH-16", "identity": "v2" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "messageheader-response-request" + } + ], + "description": "This enables the capability currently available through MSH-16 (Application Level acknowledgement) in HL7 Version 2 to declare at a message definition level whether a response is required or only upon error or success, or never." + }, + "max": "1", + "id": "MessageDefinition.responseRequired", + "comment": "This enables the capability currently available through MSH-16 (Application Level acknowledgement) in HL7 Version 2 to declare at a message instance level whether a response is required or only upon error or success, or never.", + "example": [{ "label": "General", "valueCode": "always" }], + "isSummary": false + }, + { + "path": "MessageDefinition.allowedResponse", + "min": 0, + "definition": "Indicates what types of messages may be sent as an application-level response to this message.", + "isModifier": false, + "short": "Responses to this message", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MessageDefinition.allowedResponse", + "comment": "This indicates an application level response to \"close\" a transaction implicit in a particular request message. To define a complete workflow scenario, look to the [[PlanDefinition]] resource which allows the definition of complex orchestrations, conditionality, etc.", + "isSummary": false + }, + { + "path": "MessageDefinition.allowedResponse.message", + "min": 1, + "definition": "A reference to the message definition that must be adhered to by this supported response.", + "isModifier": false, + "short": "Reference to allowed message definition response", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.allowedResponse.message", + "isSummary": false + }, + { + "path": "MessageDefinition.allowedResponse.situation", + "min": 0, + "definition": "Provides a description of the circumstances in which this response should be used (as opposed to one of the alternative responses).", + "isModifier": false, + "short": "When should this response be used", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.allowedResponse.situation", + "isSummary": false + }, + { + "path": "MessageDefinition.graph", + "min": 0, + "definition": "Graph is Canonical reference to a GraphDefinition. If a URL is provided, it is the canonical reference to a GraphDefinition that it controls what additional resources are to be added to the Bundle when building the message. The GraphDefinition can also specify profiles that apply to the various resources.", + "isModifier": false, + "short": "Canonical reference to a GraphDefinition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/GraphDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageDefinition.graph", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/special/committees/inm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ActivityDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ActivityDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ActivityDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "ActivityDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ActivityDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "ActivityDefinition", + "min": 0, + "definition": "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.", + "isModifier": false, + "short": "The definition of a specific activity to be taken, independent of any particular patient or context", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ActivityDefinition.url", + "requirements": "Allows the activity definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this activity definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this activity definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the activity definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this activity definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ActivityDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this activity definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the activity definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this activity definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ActivityDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the activity definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the activity definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets.", + "isModifier": false, + "short": "Business version of the activity definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.version", + "comment": "There may be different activity definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the activity definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ActivityDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ActivityDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ActivityDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the activity definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this activity definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ActivityDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the activity definition.", + "isModifier": false, + "short": "Name for this activity definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ActivityDefinition.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the activity definition giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the activity definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.subtitle", + "isSummary": false + }, + { + "path": "ActivityDefinition.status", + "min": 1, + "definition": "The status of this activity definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ActivityDefinition.status", + "comment": "Allows filtering of activity definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ActivityDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level activity definition.", + "min": 0, + "definition": "A Boolean value to indicate that this activity definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ActivityDefinition.experimental", + "comment": "Allows filtering of activity definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ActivityDefinition.subject[x]", + "min": 0, + "definition": "A code, group definition, or canonical reference that describes or identifies the intended subject of the activity being defined. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource.", + "isModifier": false, + "short": "Type of individual the activity definition is intended for", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" }, + { + "map": "N/A (to add?) { only applies for subject Patient? }", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ] + }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for an activity (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "ActivityDefinition.subject[x]", + "comment": "Note that the choice of canonical for the subject element was introduced in R4B to support pharmaceutical quality use cases. To ensure as much backwards-compatibility as possible, it is recommended to only use the new canonical type with these use cases.", + "isSummary": false + }, + { + "path": "ActivityDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the activity definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the activity definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ActivityDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the activity definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ActivityDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the activity definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the activity definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher {as string instead of CodeableConcept}", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the activity definition is the organization or individual primarily responsible for the maintenance and upkeep of the activity definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the activity definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ActivityDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ActivityDefinition.description", + "min": 0, + "definition": "A free text natural language description of the activity definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the activity definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the activity definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the activity definition is presumed to be the predominant language in the place the activity definition was created).", + "isSummary": true + }, + { + "path": "ActivityDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate activity definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ActivityDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the activity definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for activity definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ActivityDefinition.jurisdiction", + "comment": "It may be possible for the activity definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ActivityDefinition.purpose", + "min": 0, + "definition": "Explanation of why this activity definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this activity definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.purpose", + "comment": "This element does not describe the usage of the activity definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this activity definition.", + "isSummary": false + }, + { + "path": "ActivityDefinition.usage", + "min": 0, + "definition": "A detailed description of how the activity definition is used from a clinical perspective.", + "isModifier": false, + "short": "Describes the clinical usage of the activity definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.usage", + "isSummary": false + }, + { + "path": "ActivityDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the activity definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the activity definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the activity definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ActivityDefinition.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "ActivityDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ActivityDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ActivityDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the activity definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ActivityDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the activity definition was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ActivityDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the activity definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the activity definition content was or is planned to be in active use.", + "isModifier": false, + "short": "When the activity definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.effectivePeriod", + "comment": "The effective period for an activity definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a activity intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ActivityDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the activity definition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the activity. Topics provide a high-level categorization of the activity that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "ActivityDefinition.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "ActivityDefinition.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.author", + "isSummary": false + }, + { + "path": "ActivityDefinition.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT] { not a great match, but there does not appear to be an editor concept in V3 participation }", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.editor", + "isSummary": false + }, + { + "path": "ActivityDefinition.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ActivityDefinition.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ActivityDefinition.relatedArtifact", + "requirements": "Activity definitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "ActivityDefinition.library", + "min": 0, + "definition": "A reference to a Library resource containing any formal logic used by the activity definition.", + "isModifier": false, + "short": "Logic used by the activity definition", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=USE].target[classCode=GROUPER,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.library", + "isSummary": false + }, + { + "path": "ActivityDefinition.kind", + "min": 0, + "definition": "A description of the kind of resource the activity definition is representing. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.", + "isModifier": false, + "short": "Kind of resource", + "mapping": [{ "map": ".classCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityDefinitionKind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The kind of activity the definition is describing." + }, + "max": "1", + "id": "ActivityDefinition.kind", + "comment": "The kind element may only specify Request resource types to facilitate considering user input as part of processing the result of any automated clinical reasoning processes. To support creation of event resources, such as Observations, RiskAssessments, and DetectedIssues, use a Task resource with the focus of the task set to the event resource to be created. Note that the kind of resource to be created may determine what types of extensions are permitted.", + "isSummary": true + }, + { + "path": "ActivityDefinition.profile", + "requirements": "Allows profiles to be used to describe the types of activities that can be performed within a workflow, protocol, or order set.", + "min": 0, + "definition": "A profile to which the target of the activity definition is expected to conform.", + "isModifier": false, + "short": "What profile the resource needs to conform to", + "mapping": [{ "map": ".templateId", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.profile", + "isSummary": false + }, + { + "path": "ActivityDefinition.code", + "requirements": "Allows matching performed to planned as well as validation against protocols.", + "min": 0, + "definition": "Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter.", + "isModifier": false, + "short": "Detail type of activity", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityDefinitionType" + } + ], + "description": "Detailed type of the activity; e.g. CBC." + }, + "max": "1", + "id": "ActivityDefinition.code", + "comment": "Tends to be less relevant for activities involving particular products.", + "isSummary": true + }, + { + "path": "ActivityDefinition.intent", + "min": 0, + "definition": "Indicates the level of authority/intentionality associated with the activity and where the request should fit into the workflow chain.", + "isModifier": false, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { + "map": ".moodCode { of the realized Activity }", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a request." + }, + "max": "1", + "id": "ActivityDefinition.intent", + "isSummary": false + }, + { + "path": "ActivityDefinition.priority", + "min": 0, + "definition": "Indicates how quickly the activity should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { + "map": ".priority { of the realized activity }", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "ActivityDefinition.priority", + "isSummary": false + }, + { + "path": "ActivityDefinition.doNotPerform", + "min": 0, + "definition": "Set this to true if the definition is to indicate that a particular activity should NOT be performed. If true, this element should be interpreted to reinforce a negative coding. For example NPO as a code with a doNotPerform of true would still indicate to NOT perform the action.", + "isModifier": true, + "short": "True if the activity should not be performed", + "mapping": [ + { + "map": ".negationInd { of the realized activity }", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.doNotPerform", + "comment": "This element is not intended to be used to communicate a decision support response to cancel an order in progress. That should be done with the \"remove\" type of a PlanDefinition or RequestOrchestration.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur.", + "isSummary": true + }, + { + "path": "ActivityDefinition.timing[x]", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "definition": "The timing or frequency upon which the described activity is to occur.", + "isModifier": false, + "short": "When activity is to occur", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [ + { "code": "Timing" }, + { "code": "Age" }, + { "code": "Range" }, + { "code": "Duration" } + ], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.timing[x]", + "comment": "The intent of the timing element is to provide timing when the action should be performed. As a definitional resource, this timing is interpreted as part of an apply operation so that the timing of the result actions in a CarePlan or RequestOrchestration, for example, would be specified by evaluating the timing definition in the context of the apply and setting the resulting timing on the appropriate elements of the target resource. If the timing is an Age, the activity is expected to be performed when the subject is the given Age. When the timing is a Duration, the activity is expected to be performed within the specified duration from the apply. When the timing is a Range, it may be a range of Ages or Durations, providing a range for the expected timing of the resulting activity. When the timing is a Timing, it is establishing a schedule for the timing of the resulting activity.", + "isSummary": false + }, + { + "path": "ActivityDefinition.asNeeded[x]", + "min": 0, + "definition": "If a CodeableConcept is present, it indicates the pre-condition for performing the service. For example \"pain\", \"on flare-up\", etc.", + "isModifier": false, + "short": "Preconditions for service", + "mapping": [ + { + "map": "boolean: precondition.negationInd (inversed - so negationInd = true means asNeeded=false CodeableConcept: precondition.observationEventCriterion[code=\"Assertion\"].value", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureAsNeededReason" + } + ], + "description": "A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \"pain\", \"on flare-up\", etc." + }, + "max": "1", + "id": "ActivityDefinition.asNeeded[x]", + "isSummary": true + }, + { + "path": "ActivityDefinition.location", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.", + "isModifier": false, + "short": "Where it should happen", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "alias": ["facility"], + "max": "1", + "id": "ActivityDefinition.location", + "comment": "May reference a specific clinical location or may just identify a type of location.", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant", + "min": 0, + "definition": "Indicates who should participate in performing the action described.", + "isModifier": false, + "short": "Who should participate in the action", + "mapping": [ + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.participant", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant.type", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantType" + } + ], + "description": "The type of participant in the activity." + }, + "max": "1", + "id": "ActivityDefinition.participant.type", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant.typeCanonical", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.participant.typeCanonical", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant.typeReference", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.participant.typeReference", + "comment": "When this element is a reference, it SHOULD be a reference to a definitional resource (for example, a location type, rather than a specific location).", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant.role", + "min": 0, + "definition": "The role the participant should play in performing the described action.", + "isModifier": false, + "short": "E.g. Nurse, Surgeon, Parent, etc", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantRole" + } + ], + "description": "Defines roles played by participants for the action." + }, + "max": "1", + "id": "ActivityDefinition.participant.role", + "isSummary": false + }, + { + "path": "ActivityDefinition.participant.function", + "min": 0, + "definition": "Indicates how the actor will be involved in the action - author, reviewer, witness, etc.", + "isModifier": false, + "short": "E.g. Author, Reviewer, Witness, etc", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantFunction" + } + ] + }, + "max": "1", + "id": "ActivityDefinition.participant.function", + "isSummary": false + }, + { + "path": "ActivityDefinition.product[x]", + "min": 0, + "definition": "Identifies the food, drug or other product being consumed or supplied in the activity.", + "isModifier": false, + "short": "What's administered/supplied", + "mapping": [ + { + "map": ".participation[typeCode=CSM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Ingredient", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityProduct" + } + ], + "description": "Code describing the type of substance or medication." + }, + "max": "1", + "id": "ActivityDefinition.product[x]", + "isSummary": false + }, + { + "path": "ActivityDefinition.quantity", + "min": 0, + "definition": "Identifies the quantity expected to be consumed at once (per dose, per meal, etc.).", + "isModifier": false, + "short": "How much is administered/consumed/supplied", + "mapping": [ + { + "map": ".quantity {for classCode=SPLY}", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "alias": ["dose"], + "max": "1", + "id": "ActivityDefinition.quantity", + "isSummary": false + }, + { + "path": "ActivityDefinition.dosage", + "min": 0, + "definition": "Provides detailed dosage instructions in the same way that they are described for MedicationRequest resources.", + "isModifier": false, + "short": "Detailed dosage instructions", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SBADM; moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.dosage", + "comment": "If a dosage instruction is used, the definition should not specify timing or quantity.", + "isSummary": false + }, + { + "path": "ActivityDefinition.bodySite", + "requirements": "Knowing where the procedure is made is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Indicates the sites on the subject's body where the procedure should be performed (I.e. the target sites).", + "isModifier": false, + "short": "What part of body to perform on", + "mapping": [ + { + "map": ".targetSiteCode {for classCode=PROC, SBADM}", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "A code that identifies the anatomical location." + }, + "max": "*", + "id": "ActivityDefinition.bodySite", + "comment": "Only used if not implicit in the code found in ServiceRequest.type.", + "isSummary": false + }, + { + "path": "ActivityDefinition.specimenRequirement", + "requirements": "Needed to represent lab order definitions.", + "min": 0, + "definition": "Defines specimen requirements for the action to be performed, such as required specimens for a lab test.", + "isModifier": false, + "short": "What specimens are required to perform this action", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.specimenRequirement", + "isSummary": false + }, + { + "path": "ActivityDefinition.observationRequirement", + "requirements": "Needed to represent observation definitions.", + "min": 0, + "definition": "Defines observation requirements for the action to be performed, such as body weight or surface area.", + "isModifier": false, + "short": "What observations are required to perform this action", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.observationRequirement", + "isSummary": false + }, + { + "path": "ActivityDefinition.observationResultRequirement", + "min": 0, + "definition": "Defines the observations that are expected to be produced by the action.", + "isModifier": false, + "short": "What observations must be produced by this action", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.observationResultRequirement", + "isSummary": false + }, + { + "path": "ActivityDefinition.transform", + "min": 0, + "definition": "A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.", + "isModifier": false, + "short": "Transform to apply the template", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.transform", + "comment": "Note that if both a transform and dynamic values are specified, the dynamic values will be applied to the result of the transform.", + "isSummary": false + }, + { + "path": "ActivityDefinition.dynamicValue", + "min": 0, + "definition": "Dynamic values that will be evaluated to produce values for elements of the resulting resource. For example, if the dosage of a medication must be computed based on the patient's weight, a dynamic value would be used to specify an expression that calculated the weight, and the path on the request resource that would contain the result.", + "isModifier": false, + "short": "Dynamic aspects of the definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ActivityDefinition.dynamicValue", + "comment": "Dynamic values are applied in the order in which they are defined in the ActivityDefinition. Note that if both a transform and dynamic values are specified, the dynamic values will be applied to the result of the transform.", + "isSummary": false + }, + { + "path": "ActivityDefinition.dynamicValue.path", + "min": 1, + "definition": "The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).", + "isModifier": false, + "short": "The path to the element to be set dynamically", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.dynamicValue.path", + "comment": "The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": false + }, + { + "path": "ActivityDefinition.dynamicValue.expression", + "min": 1, + "definition": "An expression specifying the value of the customized element.", + "isModifier": false, + "short": "An expression that provides the dynamic value for the customization", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "ActivityDefinition.dynamicValue.expression", + "comment": "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Measurements and simple assertions made about a patient, device or other subject.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Observation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Observations are a key aspect of healthcare. This resource is used to capture those that do not require more sophisticated mechanisms.", + "name": "Observation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "active", + "id": "Observation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Observation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Observation", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "obs-7", + "human": "If Observation.component.code is the same as Observation.code, then Observation.value SHALL NOT be present (the Observation.component.value[x] holds the value).", + "source": "http://hl7.org/fhir/StructureDefinition/Observation", + "severity": "error", + "expression": "value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty()" + }, + { + "key": "obs-8", + "human": "bodyStructure SHALL only be present if Observation.bodySite is not present", + "source": "http://hl7.org/fhir/StructureDefinition/Observation", + "severity": "error", + "expression": "bodySite.exists() implies bodyStructure.empty()" + }, + { + "key": "obs-6", + "human": "dataAbsentReason SHALL only be present if Observation.value[x] is not present", + "source": "http://hl7.org/fhir/StructureDefinition/Observation", + "severity": "error", + "expression": "dataAbsentReason.empty() or value.empty()" + } + ], + "path": "Observation", + "min": 0, + "definition": "Measurements and simple assertions made about a patient, device or other subject.", + "isModifier": false, + "short": "Measurements and simple assertions", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" }, + { + "map": "< 363787002 |Observable entity|", + "identity": "sct-concept" + }, + { "map": "OBX", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Vital Signs", "Measurement", "Results", "Tests"], + "max": "*", + "id": "Observation", + "comment": "Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc." + }, + { + "path": "Observation.identifier", + "requirements": "Allows observations to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this observation.", + "isModifier": false, + "short": "Business Identifier for observation", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "OBX-21 For OBX segments from systems without OBX-21 support a combination of ORC/OBR and OBX must be negotiated between trading partners to uniquely identify the OBX segment. Depending on how V2 has been implemented each of these may be an option: 1) OBR-3 + OBX-3 + OBX-4 or 2) OBR-3 + OBR-4 + OBX-3 + OBX-4 or 3) some other way to uniquely ID the OBR/ORC + OBX-3 + OBX-4.", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Observation.identifier", + "isSummary": true + }, + { + "path": "Observation.instantiates[x]", + "min": 0, + "definition": "The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance.", + "isModifier": false, + "short": "Instantiates FHIR ObservationDefinition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Observation.instantiates[x]", + "comment": "ObservationDefinition can be referenced by its canonical url using instantiatesCanonical, or by a name or an identifier using the appropriate sub-elements of instantiatesReference.", + "isSummary": true + }, + { + "path": "Observation.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.", + "isModifier": false, + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "ORC", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["Fulfills"], + "max": "*", + "id": "Observation.basedOn", + "isSummary": true + }, + { + "path": "Observation.triggeredBy", + "min": 0, + "definition": "Identifies the observation(s) that triggered the performance of this observation.", + "isModifier": false, + "short": "Triggering observation(s)", + "mapping": [ + { "map": "ORC", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Observation.triggeredBy", + "isSummary": false + }, + { + "path": "Observation.triggeredBy.observation", + "min": 1, + "definition": "Reference to the triggering observation.", + "isModifier": false, + "short": "Triggering observation", + "mapping": [ + { "map": "outBoundRelationship", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.triggeredBy.observation", + "isSummary": true + }, + { + "path": "Observation.triggeredBy.type", + "min": 1, + "definition": "The type of trigger.\nReflex | Repeat | Re-run.", + "isModifier": false, + "short": "reflex | repeat | re-run", + "mapping": [{ "map": "code", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-triggeredbytype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TriggeredByType" + } + ], + "description": "The type of TriggeredBy Observation." + }, + "max": "1", + "id": "Observation.triggeredBy.type", + "isSummary": true + }, + { + "path": "Observation.triggeredBy.reason", + "min": 0, + "definition": "Provides the reason why this observation was performed as a result of the observation(s) referenced.", + "isModifier": false, + "short": "Reason that the observation was triggered", + "mapping": [{ "map": "annotation", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Observation.triggeredBy.reason", + "isSummary": false + }, + { + "path": "Observation.partOf", + "min": 0, + "definition": "A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationStatement", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ] + } + ], + "mustSupport": false, + "alias": ["Container"], + "max": "*", + "id": "Observation.partOf", + "comment": "To link an Observation to an Encounter use `encounter`. See the [Notes](observation.html#obsgrouping) below for guidance on referencing another Observation.", + "isSummary": true + }, + { + "path": "Observation.status", + "requirements": "Need to track the status of individual results. Some results are finalized before the whole report is finalized.", + "min": 1, + "definition": "The status of the result value.", + "isModifier": true, + "short": "registered | preliminary | final | amended +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "< 445584004 |Report by finality status|", + "identity": "sct-concept" + }, + { "map": "OBX-11", "identity": "v2" }, + { + "map": "status Amended & Final are differentiated by whether it is the subject of a ControlAct event with a type of \"revise\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "default: final" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationStatus" + } + ], + "description": "Codes providing the status of an observation." + }, + "max": "1", + "id": "Observation.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Observation.category", + "requirements": "Used for filtering what observations are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the general type of observation being made.", + "isModifier": false, + "short": "Classification of type of observation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "description": "Codes for high level observation categories." + }, + "max": "*", + "id": "Observation.category", + "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.", + "isSummary": false + }, + { + "path": "Observation.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Describes what was observed. Sometimes this is called the observation \"name\".", + "isModifier": false, + "short": "Type of observation (code / type)", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "< 363787002 |Observable entity| OR < 386053000 |Evaluation procedure|", + "identity": "sct-concept" + }, + { "map": "OBX-3", "identity": "v2" }, + { "map": "code", "identity": "rim" }, + { "map": "116680003 |Is a|", "identity": "sct-attr" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "alias": ["Name"], + "max": "1", + "id": "Observation.code", + "condition": ["obs-7"], + "comment": "*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "isSummary": true + }, + { + "path": "Observation.subject", + "requirements": "Observations have no value if you don't know who or what they're about.", + "min": 0, + "definition": "The patient, or group of patients, location, device, organization, procedure or practitioner this observation is about and into whose or what record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation.", + "isModifier": false, + "short": "Who and/or what the observation is about", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": "participation[typeCode=RTGT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.subject", + "comment": "One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated. The subject of an Observation may in some cases be a procedure. This supports the regulatory inspection use case where observations are captured during inspections of a procedure that is being performed (independent of any particular patient or whether patient related at all).", + "isSummary": true + }, + { + "path": "Observation.focus", + "min": 0, + "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.", + "isModifier": false, + "short": "What the observation is about, when it is not about the subject of record", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "OBX-3", "identity": "v2" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Observation.focus", + "comment": "Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., \"Blood Glucose\") and does not need to be represented separately using this element. Use `specimen` if a reference to a specimen is required. If a code is required instead of a resource use either `bodysite` for bodysites or the standard extension [http://hl7.org/fhir/StructureDefinition/observation-focusCode](http://hl7.org/fhir/extensions/StructureDefinition-observation-focusCode.html).", + "isSummary": true + }, + { + "path": "Observation.encounter", + "requirements": "For some observations it may be important to know the link between an observation and a particular encounter.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.", + "isModifier": false, + "short": "Healthcare event during which this observation is made", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "alias": ["Context"], + "max": "1", + "id": "Observation.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).", + "isSummary": true + }, + { + "path": "Observation.effective[x]", + "requirements": "Knowing when an observation was deemed true is important to its relevance as well as determining trends.", + "min": 0, + "definition": "The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the \"physiologically relevant time\". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.", + "isModifier": false, + "short": "Clinically relevant time/time-period for observation", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "OBX-14, and/or OBX-19 after v2.4 (depends on who observation made)", + "identity": "v2" + }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" }, + { "code": "instant" } + ], + "mustSupport": false, + "alias": ["Occurrence"], + "max": "1", + "id": "Observation.effective[x]", + "comment": "At least a date should be present unless this observation is a historical report. For recording imprecise or \"fuzzy\" times (For example, a blood glucose measurement taken \"after breakfast\") use the [Timing](datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.", + "isSummary": true + }, + { + "path": "Observation.issued", + "min": 0, + "definition": "The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.", + "isModifier": false, + "short": "Date/Time this version was made available", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "OBR-22 (or MSH-7), or perhaps OBX-19 (depends on who observation made)", + "identity": "v2" + }, + { + "map": "participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Observation.issued", + "comment": "For Observations that don't require review and verification, it may be the same as the [`lastUpdated` ](resource-definitions.html#Meta.lastUpdated) time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the `lastUpdated` time of the resource itself due to a non-clinically significant update that doesn't require the new version to be reviewed and verified again.", + "isSummary": true + }, + { + "path": "Observation.performer", + "requirements": "May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.", + "min": 0, + "definition": "Who was responsible for asserting the observed value as \"true\".", + "isModifier": false, + "short": "Who is responsible for the observation", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "OBX-15 / (Practitioner) OBX-16, PRT-5:PRT-4='RO' / (Device) OBX-18 , PRT-10:PRT-4='EQUIP' / (Organization) OBX-23, PRT-8:PRT-4='PO'", + "identity": "v2" + }, + { + "map": "participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Observation.performer", + "isSummary": true + }, + { + "path": "Observation.value[x]", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "isModifier": false, + "short": "Actual result", + "mapping": [ + { + "map": "< 441742003 |Evaluation finding|", + "identity": "sct-concept" + }, + { "map": "OBX-2, OBX-5, OBX-6", "identity": "v2" }, + { "map": "value", "identity": "rim" }, + { + "map": "363714003 |Interprets|", + "identity": "sct-attr" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.value[x]", + "condition": ["obs-7", "obs-6"], + "comment": "- An observation may have:\n 1. a single value here\n 1. both a value and a set of related or component values\n 1. only a set of related or component values.\n- If a value is present, the datatype for this element should be determined by the `code`.\n- *CodeableConcept* with just a text would be used instead of a string if the field was usually coded, or if the type associated with the `code` defines a coded value.\n- *Attachment* is used if the observation result value is a binary file such as an image. If the observation result value is derived from the binary file (for example 'X' detected and here is the the proof in this image), the binary file may be directly represented using *DocumentReference* and referenced by `derivedFrom`.\n- The usage of valueReference is restricted to the MolecularSequence resource when used as a definitional resource, not as a patient-specific finding. .\n- For additional guidance, see the [Notes section](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.dataAbsentReason", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "definition": "Provides a reason why the expected value in the element Observation.value[x] is missing.", + "isModifier": false, + "short": "Why the result is missing", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "value.nullFlavor", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes specifying why the result (`Observation.value[x]`) is missing." + }, + "max": "1", + "id": "Observation.dataAbsentReason", + "condition": ["obs-6"], + "comment": "Null or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"specimen unsatisfactory\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Note that an observation may only be reported if there are values to report. For example differential cell counts values may be reported only when > 0. Because of these options, use-case agreements are required to interpret general observations for null or exceptional values.", + "isSummary": false + }, + { + "path": "Observation.interpretation", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "min": 0, + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "isModifier": false, + "short": "High, low, normal, etc", + "mapping": [ + { + "map": "< 260245000 |Findings values|", + "identity": "sct-concept" + }, + { "map": "OBX-8", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" }, + { + "map": "363713009 |Has interpretation|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "description": "Codes identifying interpretations of observations." + }, + "alias": ["Abnormal Flag"], + "max": "*", + "id": "Observation.interpretation", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.", + "isSummary": false + }, + { + "path": "Observation.note", + "requirements": "Need to be able to provide free text additional information.", + "min": 0, + "definition": "Comments about the observation or the results.", + "isModifier": false, + "short": "Comments about the observation", + "mapping": [ + { + "map": "NTE-3 (partner NTE to OBX, or sometimes another (child?) OBX)", + "identity": "v2" + }, + { + "map": "subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Observation.note", + "comment": "May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.", + "isSummary": false + }, + { + "path": "Observation.bodySite", + "min": 0, + "definition": "Indicates the site on the subject's body where the observation was made (i.e. the target site).", + "isModifier": false, + "short": "Observed body part", + "mapping": [ + { + "map": "< 123037004 |Body structure|", + "identity": "sct-concept" + }, + { "map": "OBX-20", "identity": "v2" }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "718497002 |Inherent location|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "Observation.bodySite", + "condition": ["obs-8"], + "comment": "Only used if not implicit in code found in Observation.code. In many systems, this may be represented as a related observation instead of an inline component.", + "isSummary": false + }, + { + "path": "Observation.bodyStructure", + "min": 0, + "definition": "Indicates the body structure on the subject's body where the observation was made (i.e. the target site).", + "isModifier": false, + "short": "Observed body structure", + "mapping": [{ "map": "targetSiteCode", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Observation.bodyStructure", + "condition": ["obs-8"], + "comment": "Only used if not implicit in code found in Observation.code or bodySite is used. In many systems, this may be represented as a related observation instead of an inline component.", + "isSummary": false + }, + { + "path": "Observation.method", + "requirements": "In some cases, method can impact results and is thus used for determining whether results can be compared or determining significance of results.", + "min": 0, + "definition": "Indicates the mechanism used to perform the observation.", + "isModifier": false, + "short": "How it was done", + "mapping": [ + { "map": "OBX-17", "identity": "v2" }, + { "map": "methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationMethod" + } + ], + "description": "Methods for simple observations." + }, + "max": "1", + "id": "Observation.method", + "comment": "Only used if not implicit in code for Observation.code.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "obs-9", + "human": "If Observation.specimen is a reference to Group, the group can only have specimens", + "source": "http://hl7.org/fhir/StructureDefinition/Observation", + "severity": "error", + "expression": "(reference.resolve().exists() and reference.resolve() is Group) implies reference.resolve().member.entity.resolve().all($this is Specimen)" + } + ], + "path": "Observation.specimen", + "min": 0, + "definition": "The specimen that was used when this observation was made.", + "isModifier": false, + "short": "Specimen used for this observation", + "mapping": [ + { + "map": "< 123038009 |Specimen|", + "identity": "sct-concept" + }, + { "map": "SPM segment", "identity": "v2" }, + { + "map": "participation[typeCode=SPC].specimen", + "identity": "rim" + }, + { + "map": "704319004 |Inherent in|", + "identity": "sct-attr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.specimen", + "comment": "Should only be used if not implicit in code found in `Observation.code`. Observations are not made on specimens themselves; they are made on a subject, but in many cases by the means of a specimen. Note that although specimens are often involved, they are not always tracked and reported explicitly. Also note that observation resources may be used in contexts that track the specimen explicitly (e.g. Diagnostic Report).", + "isSummary": false + }, + { + "path": "Observation.device", + "min": 0, + "definition": "A reference to the device that generates the measurements or the device settings for the device.", + "isModifier": false, + "short": "A reference to the device that generates the measurements or the device settings for the device", + "mapping": [ + { + "map": "< 49062001 |Device|", + "identity": "sct-concept" + }, + { "map": "OBX-17 / PRT -10", "identity": "v2" }, + { + "map": "participation[typeCode=DEV]", + "identity": "rim" + }, + { + "map": "424226004 |Using device|", + "identity": "sct-attr" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.device", + "comment": "Note that this is not meant to represent a device involved in the transmission of the result, e.g., a gateway. Such devices may be documented using the Provenance resource where relevant.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "obs-3", + "human": "Must have at least a low or a high or text", + "source": "http://hl7.org/fhir/StructureDefinition/Observation", + "severity": "error", + "expression": "low.exists() or high.exists() or text.exists()" + } + ], + "path": "Observation.referenceRange", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an \"OR\". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.", + "isModifier": false, + "short": "Provides guide for interpretation", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Observation.referenceRange", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.", + "isSummary": false + }, + { + "path": "Observation.referenceRange.low", + "min": 0, + "definition": "The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).", + "isModifier": false, + "short": "Low Range, if relevant", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:IVL_PQ.low", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.referenceRange.low", + "condition": ["obs-3"], + "isSummary": false + }, + { + "path": "Observation.referenceRange.high", + "min": 0, + "definition": "The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).", + "isModifier": false, + "short": "High Range, if relevant", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:IVL_PQ.high", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.referenceRange.high", + "condition": ["obs-3"], + "isSummary": false + }, + { + "path": "Observation.referenceRange.normalValue", + "min": 0, + "definition": "The value of the normal value of the reference range.", + "isModifier": false, + "short": "Normal value, if relevant", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:IVL_PQ.normal", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-referencerange-normalvalue", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationReferenceRangeNormalValue" + } + ], + "description": "Codes identifying the normal value of the observation." + }, + "max": "1", + "id": "Observation.referenceRange.normalValue", + "isSummary": false + }, + { + "path": "Observation.referenceRange.type", + "requirements": "Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.", + "min": 0, + "definition": "Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.", + "isModifier": false, + "short": "Reference range qualifier", + "mapping": [ + { + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|", + "identity": "sct-concept" + }, + { "map": "OBX-10", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeMeaning" + } + ], + "description": "Code for the meaning of a reference range." + }, + "max": "1", + "id": "Observation.referenceRange.type", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed.", + "isSummary": false + }, + { + "path": "Observation.referenceRange.appliesTo", + "requirements": "Need to be able to identify the target population for proper interpretation.", + "min": 0, + "definition": "Codes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple `appliesTo` are interpreted as an \"AND\" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.", + "isModifier": false, + "short": "Reference range population", + "mapping": [ + { + "map": "< 260245000 |Findings values| OR \r< 365860008 |General clinical state finding| \rOR \r< 250171008 |Clinical history or observation findings| OR \r< 415229000 |Racial group| OR \r< 365400002 |Finding of puberty stage| OR\r< 443938003 |Procedure carried out on subject|", + "identity": "sct-concept" + }, + { "map": "OBX-10", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationRangeType" + } + ], + "description": "Codes identifying the population the reference range applies to." + }, + "max": "*", + "id": "Observation.referenceRange.appliesTo", + "comment": "This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed.", + "isSummary": false + }, + { + "path": "Observation.referenceRange.age", + "requirements": "Some analytes vary greatly over age.", + "min": 0, + "definition": "The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.", + "isModifier": false, + "short": "Applicable age range, if relevant", + "mapping": [ + { + "map": "outboundRelationship[typeCode=PRCN].targetObservationCriterion[code=\"age\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "Observation.referenceRange.age", + "isSummary": false + }, + { + "path": "Observation.referenceRange.text", + "min": 0, + "definition": "Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of \"Negative\" or a list or table of \"normals\".", + "isModifier": false, + "short": "Text based reference range in an observation", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { "map": "value:ST", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Observation.referenceRange.text", + "condition": ["obs-3"], + "isSummary": false + }, + { + "path": "Observation.hasMember", + "min": 0, + "definition": "This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.", + "isModifier": false, + "short": "Related resource that belongs to the Observation group", + "mapping": [ + { + "map": "Relationships established by OBX-4 usage", + "identity": "v2" + }, + { "map": "outBoundRelationship", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Observation.hasMember", + "comment": "When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases. For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below. Note that a system may calculate results from [QuestionnaireResponse](questionnaireresponse.html) into a final score and represent the score as an Observation.", + "isSummary": true + }, + { + "path": "Observation.derivedFrom", + "min": 0, + "definition": "The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.", + "isModifier": false, + "short": "Related resource from which the observation is made", + "mapping": [ + { + "map": "Relationships established by OBX-4 usage", + "identity": "v2" + }, + { "map": ".targetObservation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/ImagingSelection", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Observation.derivedFrom", + "comment": "All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see [Notes](observation.html#obsgrouping) below.", + "isSummary": true + }, + { + "path": "Observation.component", + "requirements": "Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.", + "min": 0, + "definition": "Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.", + "isModifier": false, + "short": "Component results", + "mapping": [ + { "map": "containment by OBX-4?", "identity": "v2" }, + { + "map": "outBoundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Observation.component", + "condition": ["obs-7"], + "comment": "For a discussion on the ways Observations can be assembled in groups together see [Notes](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.component.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Describes what was observed. Sometimes this is called the observation \"code\".", + "isModifier": false, + "short": "Type of component observation (code / type)", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "< 363787002 |Observable entity| OR \r< 386053000 |Evaluation procedure|", + "identity": "sct-concept" + }, + { "map": "OBX-3", "identity": "v2" }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "Observation.component.code", + "condition": ["obs-7"], + "comment": "*All* code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "isSummary": true + }, + { + "path": "Observation.component.value[x]", + "requirements": "An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.", + "min": 0, + "definition": "The information determined as a result of making the observation, if the information has a simple value.", + "isModifier": false, + "short": "Actual component result", + "mapping": [ + { + "map": "363714003 |Interprets| < 441742003 |Evaluation finding|", + "identity": "sct-concept" + }, + { "map": "OBX-2, OBX-5, OBX-6", "identity": "v2" }, + { "map": "value", "identity": "rim" }, + { + "map": "363714003 |Interprets|", + "identity": "sct-attr" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MolecularSequence" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Observation.component.value[x]", + "comment": "Used when observation has a set of component observations:\n- An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). \n- If a value is present, the datatype for this element should be determined by the `code`.\n- *CodeableConcept* with just a text would be used instead of a string if the field was usually coded, or if the type associated with the `code` defines a coded value.\n- *Attachment* is used if the observation result value is a binary file such as an image. If the observation result value is derived from the binary file (for example 'X' detected and here is the the proof in this image), the binary file may be directly represented using *DocumentReference* and referenced by `derivedFrom`.\n- If a value is present, the datatype for this element should be determined by the `code`.\n- *CodeableConcept* with just a text would be used instead of a string if the field was usually coded, or if the type associated with the `code` defines a coded value.\n- *Attachment* is used if the observation result value is a binary file such as an image. If the observation result value is derived from the binary file (for example 'X' detected and here is the the proof in this image), the binary file may be directly represented using *DocumentReference* and referenced by `derivedFrom`.\n- The usage of valueReference is restricted to the MolecularSequence resource when used as a definitional resource, not as a patient-specific finding. .\n- For additional guidance, see the [Notes section](observation.html#notes) below.", + "isSummary": true + }, + { + "path": "Observation.component.dataAbsentReason", + "requirements": "For many results it is necessary to handle exceptional values in measurements.", + "min": 0, + "definition": "Provides a reason why the expected value in the element Observation.component.value[x] is missing.", + "isModifier": false, + "short": "Why the component result is missing", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "value.nullFlavor", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/data-absent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationValueAbsentReason" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes specifying why the result (`Observation.value[x]`) is missing." + }, + "max": "1", + "id": "Observation.component.dataAbsentReason", + "comment": "\"Null\" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be \"detected\", \"not detected\", \"inconclusive\", or \"test not done\". \n\nThe alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code \"error\" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.", + "isSummary": false + }, + { + "path": "Observation.component.interpretation", + "requirements": "For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.", + "min": 0, + "definition": "A categorical assessment of an observation value. For example, high, low, normal.", + "isModifier": false, + "short": "High, low, normal, etc", + "mapping": [ + { + "map": "< 260245000 |Findings values|", + "identity": "sct-concept" + }, + { "map": "OBX-8", "identity": "v2" }, + { "map": "interpretationCode", "identity": "rim" }, + { + "map": "363713009 |Has interpretation|", + "identity": "sct-attr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-interpretation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationInterpretation" + } + ], + "description": "Codes identifying interpretations of observations." + }, + "alias": ["Abnormal Flag"], + "max": "*", + "id": "Observation.component.interpretation", + "comment": "Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.", + "isSummary": false + }, + { + "path": "Observation.component.referenceRange", + "requirements": "Knowing what values are considered \"normal\" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.", + "min": 0, + "definition": "Guidance on how to interpret the value by comparison to a normal or recommended range.", + "isModifier": false, + "short": "Provides guide for interpretation of component result", + "mapping": [ + { "map": "OBX-7", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=REFV]/target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "contentReference": "#Observation.referenceRange", + "mustSupport": false, + "max": "*", + "id": "Observation.component.referenceRange", + "comment": "Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "integer Type: A whole number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/integer/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "integer", + "abstract": false, + "type": "integer", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "integer", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/integer", + "differential": { + "element": [ + { + "id": "integer", + "max": "*", + "min": 0, + "path": "integer", + "short": "Primitive Type integer", + "comment": "32 bit number; for values larger than this, use decimal", + "definition": "A whole number" + }, + { + "path": "integer.value", + "min": 0, + "definition": "Primitive value for integer", + "minValueInteger": -2147483648, + "short": "Primitive value for integer", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Integer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "integer" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[0]|[-+]?[1-9][0-9]*" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "integer.value", + "maxValueInteger": 2147483647 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "Base Type: Base definition for all types defined in FHIR type system.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Base/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Base", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "Base", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Base", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Base", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Base", + "differential": { + "element": [ + { + "id": "Base", + "max": "*", + "min": 0, + "path": "Base", + "short": "Base for all types and resources", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Base definition for all types defined in FHIR type system." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ] + }, + { + "description": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ExplanationOfBenefit", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ExplanationOfBenefit", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "ExplanationOfBenefit", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExplanationOfBenefit", + "differential": { + "element": [ + { + "path": "ExplanationOfBenefit", + "min": 0, + "definition": "This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.", + "isModifier": false, + "short": "Explanation of Benefit resource", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.other", "identity": "w5" } + ], + "mustSupport": false, + "alias": ["EOB"], + "max": "*", + "id": "ExplanationOfBenefit" + }, + { + "path": "ExplanationOfBenefit.identifier", + "requirements": "Allows EOBs to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this explanation of benefit.", + "isModifier": false, + "short": "Business Identifier for the resource", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.identifier", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/explanationofbenefit-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ExplanationOfBenefitStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "ExplanationOfBenefit.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.type", + "requirements": "Claim type determine the general sets of business rules applied for information requirements and adjudication.", + "min": 1, + "definition": "The category of claim, e.g. oral, pharmacy, vision, institutional, professional.", + "isModifier": false, + "short": "Category or discipline", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimType" + } + ], + "description": "The type or discipline-style of the claim." + }, + "max": "1", + "id": "ExplanationOfBenefit.type", + "comment": "The majority of jurisdictions use: oral, pharmacy, vision, professional and institutional, or variants on those terms, as the general styles of claims. The valueset is extensible to accommodate other jurisdictional requirements.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.subType", + "requirements": "Some jurisdictions need a finer grained claim type for routing and adjudication.", + "min": 0, + "definition": "A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.", + "isModifier": false, + "short": "More granular claim type", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimSubType" + } + ], + "description": "A more granular claim typecode." + }, + "max": "1", + "id": "ExplanationOfBenefit.subType", + "comment": "This may contain the local bill type codes such as the US UB-04 bill type code.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.use", + "requirements": "This element is required to understand the nature of the request for adjudication.", + "min": 1, + "definition": "A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.", + "isModifier": false, + "short": "claim | preauthorization | predetermination", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Use" + } + ], + "description": "Complete, proposed, exploratory, other." + }, + "max": "1", + "id": "ExplanationOfBenefit.use", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.patient", + "requirements": "The patient must be supplied to the insurer so that confirmation of coverage and service history may be considered as part of the authorization and/or adjudiction.", + "min": 1, + "definition": "The party to whom the professional services and/or products have been supplied or are being considered and for whom actual for forecast reimbursement is sought.", + "isModifier": false, + "short": "The recipient of the products and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.patient", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.billablePeriod", + "requirements": "A number jurisdictions required the submission of the billing period when submitting claims for example for hospital stays or long-term care.", + "min": 0, + "definition": "The period for which charges are being submitted.", + "isModifier": false, + "short": "Relevant time frame for the claim", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.billablePeriod", + "comment": "Typically this would be today or in the past for a claim, and today or in the future for preauthorizations and prodeterminations. Typically line item dates of service should fall within the billing period if one is specified.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "isModifier": false, + "short": "Response creation date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.created", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.enterer", + "requirements": "Some jurisdictions require the contact information for personnel completing claims.", + "min": 0, + "definition": "Individual who created the claim, predetermination or preauthorization.", + "isModifier": false, + "short": "Author of the claim", + "mapping": [ + { + "map": "Event.performer.agent", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.enterer", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.insurer", + "requirements": "To be a valid claim, preauthorization or predetermination there must be a party who is responsible for adjudicating the contents against a policy which provides benefits for the patient.", + "min": 0, + "definition": "The party responsible for authorization, adjudication and reimbursement.", + "isModifier": false, + "short": "Party responsible for reimbursement", + "mapping": [ + { + "map": "Event.performer.agent", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.insurer", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.provider", + "min": 0, + "definition": "The provider which is responsible for the claim, predetermination or preauthorization.", + "isModifier": false, + "short": "Party responsible for the claim", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.provider", + "comment": "Typically this field would be 1..1 where this party is accountable for the data content within the claim but is not necessarily the facility, provider group or practitioner who provided the products and services listed within this claim resource. This field is the Billing Provider, for example, a facility, provider group, lab or practitioner.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.priority", + "requirements": "The provider may need to indicate their processing requirements so that the processor can indicate if they are unable to comply.", + "min": 0, + "definition": "The provider-required urgency of processing the request. Typical values include: stat, normal deferred.", + "isModifier": false, + "short": "Desired processing urgency", + "mapping": [ + { "map": "Request.priority", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/process-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessPriority" + } + ], + "description": "The timeliness with which processing is required: stat, normal, deferred." + }, + "max": "1", + "id": "ExplanationOfBenefit.priority", + "comment": "If a claim processor is unable to complete the processing as per the priority then they should generate an error and not process the request.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.fundsReserveRequested", + "requirements": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.", + "min": 0, + "definition": "A code to indicate whether and for whom funds are to be reserved for future claims.", + "isModifier": false, + "short": "For whom to reserve funds", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "alias": ["Fund pre-allocation"], + "max": "1", + "id": "ExplanationOfBenefit.fundsReserveRequested", + "comment": "This field is only used for preauthorizations.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.fundsReserve", + "requirements": "Needed to advise the submitting provider on whether the rquest for reservation of funds has been honored.", + "min": 0, + "definition": "A code, used only on a response to a preauthorization, to indicate whether the benefits payable have been reserved and for whom.", + "isModifier": false, + "short": "Funds reserved status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/fundsreserve", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundsReserve" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "For whom funds are to be reserved: (Patient, Provider, None)." + }, + "max": "1", + "id": "ExplanationOfBenefit.fundsReserve", + "comment": "Fund would be release by a future claim quoting the preAuthRef of this response. Examples of values include: provider, patient, none.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.related", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.", + "isModifier": false, + "short": "Prior or corollary claims", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "RelatedClaim" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.related", + "comment": "For example, for the original treatment and follow-up exams.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.related.claim", + "requirements": "For workplace or other accidents it is common to relate separate claims arising from the same event.", + "min": 0, + "definition": "Reference to a related claim.", + "isModifier": false, + "short": "Reference to the related claim", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.related.claim", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.related.relationship", + "requirements": "Some insurers need a declaration of the type of relationship.", + "min": 0, + "definition": "A code to convey how the claims are related.", + "isModifier": false, + "short": "How the reference claim is related", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/related-claim-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedClaimRelationship" + } + ], + "description": "Relationship of this claim to a related Claim." + }, + "max": "1", + "id": "ExplanationOfBenefit.related.relationship", + "comment": "For example, prior claim or umbrella.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.related.reference", + "requirements": "In cases where an event-triggered claim is being submitted to an insurer which requires a reference number to be specified on all exchanges.", + "min": 0, + "definition": "An alternate organizational reference to the case or file to which this particular claim pertains.", + "isModifier": false, + "short": "File or case reference", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.related.reference", + "comment": "For example, Property/Casualty insurer claim number or Workers Compensation case number.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.prescription", + "requirements": "Required to authorize the dispensing of controlled substances and devices.", + "min": 0, + "definition": "Prescription is the document/authorization given to the claim author for them to provide products and services for which consideration (reimbursement) is sought. Could be a RX for medications, an 'order' for oxygen or wheelchair or physiotherapy treatments.", + "isModifier": false, + "short": "Prescription authorizing services or products", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.prescription", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.originalPrescription", + "requirements": "Often required when a fulfiller varies what is fulfilled from that authorized on the original prescription.", + "min": 0, + "definition": "Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.", + "isModifier": false, + "short": "Original prescription if superceded by fulfiller", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.originalPrescription", + "comment": "For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new prescription for an alternate medication which has the same therapeutic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.event", + "min": 0, + "definition": "Information code for an event with a corresponding date or period.", + "isModifier": false, + "short": "Event information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.event", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.event.type", + "min": 1, + "definition": "A coded event such as when a service is expected or a card printed.", + "isModifier": false, + "short": "Specific event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/datestype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DatesType" + } + ] + }, + "max": "1", + "id": "ExplanationOfBenefit.event.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.event.when[x]", + "min": 1, + "definition": "A date or period in the past or future indicating when the event occurred or is expectd to occur.", + "isModifier": false, + "short": "Occurance date or period", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.event.when[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payee", + "requirements": "The provider needs to specify who they wish to be reimbursed and the claims processor needs express who they will reimburse.", + "min": 0, + "definition": "The party to be reimbursed for cost of the products and services according to the terms of the policy.", + "isModifier": false, + "short": "Recipient of benefits payable", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payee" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.payee", + "comment": "Often providers agree to receive the benefits payable to reduce the near-term costs to the patient. The insurer may decline to pay the provider and may choose to pay the subscriber instead.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payee.type", + "requirements": "Need to know who should receive payment with the most common situations being the Provider (assignment of benefits) or the Subscriber.", + "min": 0, + "definition": "Type of Party to be reimbursed: Subscriber, provider, other.", + "isModifier": false, + "short": "Category of recipient", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payeetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayeeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code for the party to be reimbursed." + }, + "max": "1", + "id": "ExplanationOfBenefit.payee.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payee.party", + "requirements": "Need to provide demographics if the payee is not 'subscriber' nor 'provider'.", + "min": 0, + "definition": "Reference to the individual or organization to whom any payment will be made.", + "isModifier": false, + "short": "Recipient reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.payee.party", + "comment": "Not required if the payee is 'subscriber' or 'provider'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.referral", + "requirements": "Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "min": 0, + "definition": "The referral information received by the claim author, it is not to be used when the author generates a referral for a patient. A copy of that referral may be provided as supporting information. Some insurers require proof of referral to pay for services or to pay specialist rates for services.", + "isModifier": false, + "short": "Treatment Referral", + "mapping": [{ "map": "FiveWs.cause", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.referral", + "comment": "The referral resource which lists the date, practitioner, reason and other supporting information.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "Healthcare encounters related to this claim.", + "isModifier": false, + "short": "Encounters associated with the listed treatments", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.encounter", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.facility", + "requirements": "Insurance adjudication can be dependant on where services were delivered.", + "min": 0, + "definition": "Facility where the services were provided.", + "isModifier": false, + "short": "Servicing Facility", + "mapping": [ + { + "map": "Event.performer.location", + "identity": "workflow" + }, + { "map": "FiveWs.where[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.facility", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.claim", + "requirements": "To provide a link to the original adjudication request.", + "min": 0, + "definition": "The business identifier for the instance of the adjudication request: claim predetermination or preauthorization.", + "isModifier": false, + "short": "Claim reference", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Claim" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.claim", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.claimResponse", + "requirements": "To provide a link to the original adjudication response.", + "min": 0, + "definition": "The business identifier for the instance of the adjudication response: claim, predetermination or preauthorization response.", + "isModifier": false, + "short": "Claim response reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.claimResponse", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.outcome", + "requirements": "To advise the requestor of an overall processing outcome.", + "min": 1, + "definition": "The outcome of the claim, predetermination, or preauthorization processing.", + "isModifier": false, + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-outcome|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ClaimOutcome" + } + ], + "description": "The result of the claim processing." + }, + "max": "1", + "id": "ExplanationOfBenefit.outcome", + "comment": "The resource may be used to indicate that the Claim/Preauthorization/Pre-determination has been received but processing has not begun (queued); that it has been processed and one or more errors have been detected (error); no errors were detected and some of the adjudication processing has been performed (partial); or all of the adjudication processing has completed without errors (complete).", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.decision", + "requirements": "To advise the requestor of the result of the adjudication process.", + "min": 0, + "definition": "The result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecision" + } + ] + }, + "max": "1", + "id": "ExplanationOfBenefit.decision", + "comment": "The element is used to indicate the current state of the adjudication overall for the claim resource, for example: the request has been held (pended) for adjudication processing, for manual review or other reasons; that it has been processed and will be paid, or the outstanding paid, as submitted (approved); that no amount will be paid (denied); or that some amount between zero and the submitted amoutn will be paid (partial).", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.disposition", + "requirements": "Provided for user display.", + "min": 0, + "definition": "A human readable description of the status of the adjudication.", + "isModifier": false, + "short": "Disposition Message", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.disposition", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "isModifier": false, + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.preAuthRef", + "comment": "This value is only present on preauthorization adjudications.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.preAuthRefPeriod", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "The timeframe during which the supplied preauthorization reference may be quoted on claims to obtain the adjudication as provided.", + "isModifier": false, + "short": "Preauthorization in-effect period", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.preAuthRefPeriod", + "comment": "This value is only present on preauthorization adjudications.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosisRelatedGroup", + "requirements": "Required to relate the current diagnosis to a package billing code that is then referenced on the individual claim items which are specific to the health condition covered by the package code.", + "min": 0, + "definition": "A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.", + "isModifier": false, + "short": "Package billing code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosisrelatedgroup", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisRelatedGroup" + } + ] + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosisRelatedGroup", + "comment": "For example DRG (Diagnosis Related Group) or a bundled billing code. A patient may have a diagnosis of a Myocardial Infarction and a DRG for HeartAttack would be assigned. The Claim item (and possible subsequent claims) would refer to the DRG for those line items that were for services related to the heart attack event.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam", + "requirements": "Common to identify the responsible and supporting practitioners.", + "min": 0, + "definition": "The members of the team who provided the products and services.", + "isModifier": false, + "short": "Care Team members", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CareTeam" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.careTeam", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam.sequence", + "requirements": "Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details.", + "min": 1, + "definition": "A number to uniquely identify care team entries.", + "isModifier": false, + "short": "Order of care team", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam.provider", + "requirements": "Often a regulatory requirement to specify the responsible provider.", + "min": 1, + "definition": "Member of the team who provided the product or service.", + "isModifier": false, + "short": "Practitioner or organization", + "mapping": [{ "map": "FiveWs.actor", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.provider", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam.responsible", + "requirements": "When multiple parties are present it is required to distinguish the lead or responsible individual.", + "min": 0, + "definition": "The party who is billing and/or responsible for the claimed products or services.", + "isModifier": false, + "short": "Indicator of the lead practitioner", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.responsible", + "comment": "Responsible might not be required when there is only a single provider listed.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam.role", + "requirements": "When multiple parties are present it is required to distinguish the roles performed by each member.", + "min": 0, + "definition": "The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.", + "isModifier": false, + "short": "Function within the team", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-careteamrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CareTeamRole" + } + ], + "description": "The role codes for the care team members." + }, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.role", + "comment": "Role might not be required when there is only a single provider listed.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.careTeam.specialty", + "requirements": "Need to specify which specialization a practitioner or provider acting under when delivering the product or service.", + "min": 0, + "definition": "The specialization of the practitioner or provider which is applicable for this service.", + "isModifier": false, + "short": "Practitioner or provider specialization", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/provider-qualification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProviderQualification" + } + ] + }, + "max": "1", + "id": "ExplanationOfBenefit.careTeam.specialty", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo", + "requirements": "Typically these information codes are required to support the services rendered or the adjudication of the services rendered.", + "min": 0, + "definition": "Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.", + "isModifier": false, + "short": "Supporting information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SupportingInformation" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.supportingInfo", + "comment": "Often there are multiple jurisdiction specific valuesets which are required.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.sequence", + "requirements": "Necessary to maintain the order of the supporting information items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify supporting information entries.", + "isModifier": false, + "short": "Information instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.category", + "requirements": "Required to group or associate information items with common characteristics. For example: admission information or prior treatments.", + "min": 1, + "definition": "The general class of the information supplied: information; exception; accident, employment; onset, etc.", + "isModifier": false, + "short": "Classification of the supplied information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-informationcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCategory" + } + ], + "description": "The valuset used for additional information category codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.category", + "comment": "This may contain a category for the local bill type codes.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.code", + "requirements": "Required to identify the kind of additional information.", + "min": 0, + "definition": "System and code pertaining to the specific information regarding special conditions relating to the setting, treatment or patient for which care is sought.", + "isModifier": false, + "short": "Type of information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationCode" + } + ], + "description": "The valuset used for additional information codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.code", + "comment": "This may contain the local bill type codes such as the US UB-04 bill type code.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.timing[x]", + "min": 0, + "definition": "The date when or period to which this information refers.", + "isModifier": false, + "short": "When it occurred", + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.timing[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.value[x]", + "requirements": "To convey the data content to be provided when the information is more than a simple code or period.", + "min": 0, + "definition": "Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.", + "isModifier": false, + "short": "Data to be provided", + "type": [ + { "code": "boolean" }, + { "code": "string" }, + { "code": "Quantity" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "Identifier" } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.value[x]", + "comment": "Could be used to provide references to other resources, document. For example, could contain a PDF in an Attachment of the Police Report for an Accident.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.supportingInfo.reason", + "requirements": "Needed when the supporting information has both a date and amount/value and requires explanation.", + "min": 0, + "definition": "Provides the reason in the situation where a reason code is required in addition to the content.", + "isModifier": false, + "short": "Explanation for the information", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/missing-tooth-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MissingReason" + } + ], + "description": "Reason codes for the missing teeth." + }, + "max": "1", + "id": "ExplanationOfBenefit.supportingInfo.reason", + "comment": "For example: the reason for the additional stay, or why a tooth is missing.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosis", + "requirements": "Required for the adjudication by provided context for the services and product listed.", + "min": 0, + "definition": "Information about diagnoses relevant to the claim items.", + "isModifier": false, + "short": "Pertinent diagnosis information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.diagnosis", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosis.sequence", + "requirements": "Necessary to maintain the order of the diagnosis items and provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify diagnosis entries.", + "isModifier": false, + "short": "Diagnosis instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.sequence", + "comment": "Diagnosis are presented in list order to their expected importance: primary, secondary, etc.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosis.diagnosis[x]", + "requirements": "Provides health context for the evaluation of the products and/or services.", + "min": 1, + "definition": "The nature of illness or problem in a coded form or as a reference to an external defined Condition.", + "isModifier": false, + "short": "Nature of illness or problem", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10" + } + ], + "description": "ICD10 Diagnostic codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.diagnosis[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosis.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "isModifier": false, + "short": "Timing or nature of the diagnosis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosistype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisType" + } + ], + "description": "The type of the diagnosis: admitting, principal, discharge." + }, + "max": "*", + "id": "ExplanationOfBenefit.diagnosis.type", + "comment": "For example: admitting, primary, secondary, discharge.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.diagnosis.onAdmission", + "requirements": "Many systems need to understand for adjudication if the diagnosis was present a time of admission.", + "min": 0, + "definition": "Indication of whether the diagnosis was present on admission to a facility.", + "isModifier": false, + "short": "Present on admission", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-diagnosis-on-admission", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisOnAdmission" + } + ], + "description": "Present on admission." + }, + "max": "1", + "id": "ExplanationOfBenefit.diagnosis.onAdmission", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure", + "requirements": "The specific clinical invention are sometimes required to be provided to justify billing a greater than customary amount for a service.", + "min": 0, + "definition": "Procedures performed on the patient relevant to the billing items with the claim.", + "isModifier": false, + "short": "Clinical procedures performed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Procedure" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.procedure", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure.sequence", + "requirements": "Necessary to provide a mechanism to link to claim details.", + "min": 1, + "definition": "A number to uniquely identify procedure entries.", + "isModifier": false, + "short": "Procedure instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.procedure.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure.type", + "requirements": "Often required to capture a particular diagnosis, for example: primary or discharge.", + "min": 0, + "definition": "When the condition was observed or the relative ranking.", + "isModifier": false, + "short": "Category of Procedure", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-procedure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureType" + } + ], + "description": "Example procedure type codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.procedure.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure.date", + "requirements": "Required for auditing purposes.", + "min": 0, + "definition": "Date and optionally time the procedure was performed.", + "isModifier": false, + "short": "When the procedure was performed", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.procedure.date", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure.procedure[x]", + "requirements": "This identifies the actual clinical procedure.", + "min": 1, + "definition": "The code or reference to a Procedure resource which identifies the clinical intervention performed.", + "isModifier": false, + "short": "Specific clinical procedure", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10-procedures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ICD10_Procedures" + } + ], + "description": "ICD10 Procedure codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.procedure.procedure[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.procedure.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.procedure.udi", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.precedence", + "requirements": "Needed to coordinate between multiple EOBs for the same suite of services.", + "min": 0, + "definition": "This indicates the relative order of a series of EOBs related to different coverages for the same suite of services.", + "isModifier": false, + "short": "Precedence (primary, secondary, etc.)", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.precedence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.insurance", + "requirements": "At least one insurer is required for a claim to be a claim.", + "min": 0, + "definition": "Financial instruments for reimbursement for the health care products and services specified on the claim.", + "isModifier": false, + "short": "Patient insurance information", + "mapping": [{ "map": "Coverage", "identity": "v2" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Insurance" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.insurance", + "comment": "All insurance coverages for the patient which may be applicable for reimbursement, of the products and services listed in the claim, are typically provided in the claim to allow insurers to confirm the ordering of the insurance coverages relative to local 'coordination of benefit' rules. One coverage (and only one) with 'focal=true' is to be used in the adjudication of this claim. Coverages appearing before the focal Coverage in the list, and where 'Coverage.subrogation=false', should provide a reference to the ClaimResponse containing the adjudication results of the prior claim.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.focal", + "requirements": "To identify which coverage in the list is being used to adjudicate this claim.", + "min": 1, + "definition": "A flag to indicate that this Coverage is to be used for adjudication of this claim when set to true.", + "isModifier": false, + "short": "Coverage to be used for adjudication", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.insurance.focal", + "comment": "A patient may (will) have multiple insurance policies which provide reimbursement for healthcare services and products. For example, a person may also be covered by their spouse's policy and both appear in the list (and may be from the same insurer). This flag will be set to true for only one of the listed policies and that policy will be used for adjudicating this claim. Other claims would be created to request adjudication against the other listed policies.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.coverage", + "requirements": "Required to allow the adjudicator to locate the correct policy and history within their information system.", + "min": 1, + "definition": "Reference to the insurance card level information contained in the Coverage resource. The coverage issuing insurer will use these details to locate the patient's actual coverage within the insurer's information system.", + "isModifier": false, + "short": "Insurance information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.insurance.coverage", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.insurance.preAuthRef", + "requirements": "Providers must quote previously issued authorization reference numbers in order to obtain adjudication as previously advised on the Preauthorization.", + "min": 0, + "definition": "Reference numbers previously provided by the insurer to the provider to be quoted on subsequent claims containing services or products related to the prior authorization.", + "isModifier": false, + "short": "Prior authorization reference number", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.insurance.preAuthRef", + "comment": "This value is an alphanumeric string that may be provided over the phone, via text, via paper, or within a ClaimResponse resource and is not a FHIR Identifier.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.accident", + "requirements": "When healthcare products and services are accident related, benefits may be payable under accident provisions of policies, such as automotive, etc before they are payable under normal health insurance.", + "min": 0, + "definition": "Details of a accident which resulted in injuries which required the products and services listed in the claim.", + "isModifier": false, + "short": "Details of the event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Accident" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.accident", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.accident.date", + "requirements": "Required for audit purposes and adjudication.", + "min": 0, + "definition": "Date of an accident event related to the products and services contained in the claim.", + "isModifier": false, + "short": "When the incident occurred", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.accident.date", + "comment": "The date of the accident has to precede the dates of the products and services but within a reasonable timeframe.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.accident.type", + "requirements": "Coverage may be dependant on the type of accident.", + "min": 0, + "definition": "The type or context of the accident event for the purposes of selection of potential insurance coverages and determination of coordination between insurers.", + "isModifier": false, + "short": "The nature of the accident", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActIncidentCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccidentType" + } + ], + "description": "Type of accident: work place, auto, etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.accident.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.accident.location[x]", + "requirements": "Required for audit purposes and determination of applicable insurance liability.", + "min": 0, + "definition": "The physical location of the accident event.", + "isModifier": false, + "short": "Where the event occurred", + "type": [ + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.accident.location[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item", + "requirements": "The items to be processed for adjudication.", + "min": 0, + "definition": "A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Item" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.sequence", + "requirements": "Necessary to provide a mechanism to link to items from within the claim and within the adjudication details of the ClaimResponse.", + "min": 1, + "definition": "A number to uniquely identify item entries.", + "isModifier": false, + "short": "Item instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.careTeamSequence", + "requirements": "Need to identify the individuals and their roles in the provision of the product or service.", + "min": 0, + "definition": "Care team members related to this service or product.", + "isModifier": false, + "short": "Applicable care team members", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.careTeamSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.diagnosisSequence", + "requirements": "Need to related the product or service to the associated diagnoses.", + "min": 0, + "definition": "Diagnoses applicable for this service or product.", + "isModifier": false, + "short": "Applicable diagnoses", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.diagnosisSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.procedureSequence", + "requirements": "Need to provide any listed specific procedures to support the product or service being claimed.", + "min": 0, + "definition": "Procedures applicable for this service or product.", + "isModifier": false, + "short": "Applicable procedures", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.procedureSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.informationSequence", + "requirements": "Need to reference the supporting information items that relate directly to this product or service.", + "min": 0, + "definition": "Exceptions, special conditions and supporting information applicable for this service or product.", + "isModifier": false, + "short": "Applicable exception and supporting information", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.informationSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.item.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.request", + "requirements": "May identify the service to be provided or provider authorization for the service.", + "min": 0, + "definition": "Request or Referral for Goods or Service to be rendered.", + "isModifier": false, + "short": "Request or Referral for Service", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.request", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Product or service billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "isModifier": false, + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.serviced[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "isModifier": false, + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place where the service is rendered." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.location[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the line item. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.udi", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.bodySite", + "min": 0, + "definition": "Physical location where the service is performed or applies.", + "isModifier": false, + "short": "Anatomical location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "720;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ItemBodySite" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item.bodySite", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.bodySite.site", + "requirements": "Allows insurer to validate specific procedures.", + "min": 1, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "isModifier": false, + "short": "Location", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ] + }, + "max": "*", + "id": "ExplanationOfBenefit.item.bodySite.site", + "comment": "For example: Providing a tooth code, allows an insurer to identify a provider performing a filling on a tooth that was previously removed.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.bodySite.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "isModifier": false, + "short": "Sub-location", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ] + }, + "max": "*", + "id": "ExplanationOfBenefit.item.bodySite.subSite", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "Healthcare encounters related to this claim.", + "isModifier": false, + "short": "Encounters associated with the listed treatments", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.encounter", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Adjudication results", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.reviewOutcome.decision", + "requirements": "To advise the requestor of the result of the adjudication process.", + "min": 0, + "definition": "The result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecision" + } + ] + }, + "max": "1", + "id": "ExplanationOfBenefit.item.reviewOutcome.decision", + "comment": "The element is used to indicate the current state of the adjudication overall for the claim resource, for example: the request has been held (pended) for adjudication processing, for manual review or other reasons; that it has been processed and will be paid, or the outstanding paid, as submitted (approved); that no amount will be paid (denied); or that some amount between zero and the submitted amount will be paid (partial).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.reviewOutcome.reason", + "requirements": "To advise the requestor of the contributors to the result of the adjudication process.", + "min": 0, + "definition": "The reasons for the result of the claim, predetermination, or preauthorization adjudication.", + "isModifier": false, + "short": "Reason for result of the adjudication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-decision-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationDecisionReason" + } + ] + }, + "max": "*", + "id": "ExplanationOfBenefit.item.reviewOutcome.reason", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.reviewOutcome.preAuthRef", + "requirements": "On subsequent claims, the insurer may require the provider to quote this value.", + "min": 0, + "definition": "Reference from the Insurer which is used in later communications which refers to this adjudication.", + "isModifier": false, + "short": "Preauthorization reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.reviewOutcome.preAuthRef", + "comment": "This value is only present on preauthorization adjudications.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.reviewOutcome.preAuthPeriod", + "requirements": "To convey to the provider when the authorized products and services must be supplied for the authorized adjudication to apply.", + "min": 0, + "definition": "The time frame during which this authorization is effective.", + "isModifier": false, + "short": "Preauthorization reference effective period", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.reviewOutcome.preAuthPeriod", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.adjudication", + "requirements": "The adjudication results conveys the insurer's assessment of the item provided in the claim under the terms of the patient's insurance coverage.", + "min": 0, + "definition": "If this item is a group then the values here are a summary of the adjudication of the detail items. If this item is a simple product or service then this is the result of the adjudication of this item.", + "isModifier": false, + "short": "Adjudication details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Adjudication" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.adjudication.category", + "requirements": "Needed to enable understanding of the context of the other information in the adjudication.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in-aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "isModifier": false, + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.category", + "comment": "For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.adjudication.reason", + "requirements": "To support understanding of variance from adjudication expectations.", + "min": 0, + "definition": "A code supporting the understanding of the adjudication result and explaining variance from expected amount.", + "isModifier": false, + "short": "Explanation of adjudication outcome", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjudicationReason" + } + ], + "description": "Adjudication reason codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.reason", + "comment": "For example, may indicate that the funds for this benefit type have been exhausted.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.adjudication.amount", + "requirements": "Most adjudication categories convey a monetary amount.", + "min": 0, + "definition": "Monetary amount associated with the category.", + "isModifier": false, + "short": "Monetary amount", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.amount", + "comment": "For example, amount submitted, eligible amount, co-payment, and benefit payable.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.adjudication.quantity", + "requirements": "Some adjudication categories convey a percentage or a fixed value.", + "min": 0, + "definition": "A non-monetary value associated with the category. Mutually exclusive to the amount element above.", + "isModifier": false, + "short": "Non-monitary value", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.adjudication.quantity", + "comment": "For example: eligible percentage or co-payment percentage.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail", + "min": 0, + "definition": "Second-tier of goods and services.", + "isModifier": false, + "short": "Additional items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Detail" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item.detail", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.sequence", + "requirements": "The items to be processed for adjudication.", + "min": 1, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.category", + "comment": "Examples include: Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the line item.detail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.udi", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Detail level adjudication results", + "contentReference": "#ExplanationOfBenefit.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Detail level adjudication details", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail", + "min": 0, + "definition": "Third-tier of goods and services.", + "isModifier": false, + "short": "Additional items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SubDetail" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.sequence", + "requirements": "The items to be processed for adjudication.", + "min": 1, + "definition": "A claim detail line. Either a simple (a product or service) or a 'group' of sub-details which are simple items.", + "isModifier": false, + "short": "Product or service provided", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.sequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.category", + "requirements": "Needed in the processing of institutional claims as this allows the insurer to determine whether a facial X-Ray is for dental, orthopedic, or facial surgery purposes.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or outside of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the line item.detail.subDetail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.udi", + "requirements": "The UDI code allows the insurer to obtain device level information on the product supplied.", + "min": 0, + "definition": "Unique Device Identifiers associated with this line item.", + "isModifier": false, + "short": "Unique device identifier", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.udi", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Subdetail level adjudication results", + "contentReference": "#ExplanationOfBenefit.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.item.detail.subDetail.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.item.detail.subDetail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Subdetail level adjudication details", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.item.detail.subDetail.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem", + "requirements": "Insurers may redefine the provided product or service or may package and/or decompose groups of products and services. The addItems allows the insurer to provide their line item list with linkage to the submitted items/details/sub-details. In a preauthorization the insurer may use the addItem structure to provide additional information on authorized products and services.", + "min": 0, + "definition": "The first-tier service adjudications for payor added product or service lines.", + "isModifier": false, + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItem" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.itemSequence", + "requirements": "Provides references to the claim items.", + "min": 0, + "definition": "Claim items which this service line is intended to replace.", + "isModifier": false, + "short": "Item sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.itemSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detailSequence", + "requirements": "Provides references to the claim details within the claim item.", + "min": 0, + "definition": "The sequence number of the details within the claim item which this line is intended to replace.", + "isModifier": false, + "short": "Detail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detailSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.subDetailSequence", + "requirements": "Provides references to the claim sub-details within the claim detail.", + "min": 0, + "definition": "The sequence number of the sub-details woithin the details within the claim item which this line is intended to replace.", + "isModifier": false, + "short": "Subdetail sequence number", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.subDetailSequence", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.provider", + "requirements": "Insurer may provide authorization specifically to a restricted set of providers rather than an open authorization.", + "min": 0, + "definition": "The providers who are authorized for the services rendered to the patient.", + "isModifier": false, + "short": "Authorized providers", + "mapping": [{ "map": "FiveWs.source", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.provider", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.addItem.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.request", + "requirements": "May identify the service to be provided or provider authorization for the service.", + "min": 0, + "definition": "Request or Referral for Goods or Service to be rendered.", + "isModifier": false, + "short": "Request or Referral for Service", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.request", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.programCode", + "requirements": "Commonly used in in the identification of publicly provided program focused on population segments or disease classifications.", + "min": 0, + "definition": "Identifies the program under which this may be recovered.", + "isModifier": false, + "short": "Program the product or service is provided under", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-program-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramCode" + } + ], + "description": "Program specific reason codes." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.programCode", + "comment": "For example: Neonatal program, child dental program or drug users recovery program.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.serviced[x]", + "requirements": "Needed to determine whether the service or product was provided during the term of the insurance coverage.", + "min": 0, + "definition": "The date or dates when the service or product was supplied, performed or completed.", + "isModifier": false, + "short": "Date or dates of service or product delivery", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.serviced[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.location[x]", + "requirements": "The location can alter whether the item was acceptable for insurance purposes or impact the determination of the benefit amount.", + "min": 0, + "definition": "Where the product or service was provided.", + "isModifier": false, + "short": "Place of service or where product was supplied", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Address" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-place", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServicePlace" + } + ], + "description": "Place where the service is rendered." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.location[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.bodySite", + "min": 0, + "definition": "Physical location where the service is performed or applies.", + "isModifier": false, + "short": "Anatomical location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "780;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemBodySite" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem.bodySite", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.bodySite.site", + "requirements": "Allows insurer to validate specific procedures.", + "min": 1, + "definition": "Physical service site on the patient (limb, tooth, etc.).", + "isModifier": false, + "short": "Location", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/tooth", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OralSites" + } + ] + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.bodySite.site", + "comment": "For example, providing a tooth code allows an insurer to identify a provider performing a filling on a tooth that was previously removed.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.bodySite.subSite", + "requirements": "Allows insurer to validate specific procedures.", + "min": 0, + "definition": "A region or surface of the bodySite, e.g. limb region or tooth surface(s).", + "isModifier": false, + "short": "Sub-location", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/surface", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Surface" + } + ] + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.bodySite.subSite", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Additem level adjudication results", + "contentReference": "#ExplanationOfBenefit.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items adjudication", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail", + "min": 0, + "definition": "The second-tier service adjudications for payor added services.", + "isModifier": false, + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetail" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the group (if a grouper) or the addItem.detail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Additem detail level adjudication results", + "contentReference": "#ExplanationOfBenefit.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items adjudication", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail", + "min": 0, + "definition": "The third-tier service adjudications for payor added services.", + "isModifier": false, + "short": "Insurer added line items", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "740;600" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AddedItemDetailSubDetail" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.traceNumber", + "requirements": "Allows partners to uniquely identify components for tracking.", + "min": 0, + "definition": "Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.", + "isModifier": false, + "short": "Number for tracking", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.traceNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.revenue", + "requirements": "Needed in the processing of institutional claims.", + "min": 0, + "definition": "The type of revenue or cost center providing the product and/or service.", + "isModifier": false, + "short": "Revenue or cost center code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RevenueCenter" + } + ], + "description": "Codes for the revenue or cost centers supplying the service and/or products." + }, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.revenue", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.productOrService", + "requirements": "Necessary to state what was provided or done.", + "min": 0, + "definition": "When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.", + "isModifier": false, + "short": "Billing, service, product, or drug code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ], + "description": "Allowable service and product codes." + }, + "alias": ["Drug Code", "Bill Code", "Service Code"], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.productOrService", + "comment": "If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. 'glasses' or 'compound'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd", + "min": 0, + "definition": "This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.", + "isModifier": false, + "short": "End of a range of codes", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-uscls", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceProduct" + } + ] + }, + "alias": [ + "End of a range of Drug Code; Bill Code; Service Cod" + ], + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.productOrServiceEnd", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.modifier", + "requirements": "To support inclusion of the item for adjudication or to charge an elevated fee.", + "min": 0, + "definition": "Item typification or modifiers codes to convey additional context for the product or service.", + "isModifier": false, + "short": "Service/Product billing modifiers", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/claim-modifiers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Modifiers" + } + ], + "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen." + }, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.modifier", + "comment": "For example, in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.patientPaid", + "requirements": "Necessary to demonstrate that copayments, co-insurance and similar patient payments have been made or accounted for.", + "min": 0, + "definition": "The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.", + "isModifier": false, + "short": "Paid by the patient", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.patientPaid", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.quantity", + "requirements": "Required when the product or service code does not convey the quantity provided.", + "min": 0, + "definition": "The number of repetitions of a service or product.", + "isModifier": false, + "short": "Count of products or services", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.quantity", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice", + "requirements": "The amount charged to the patient by the provider for a single unit.", + "min": 0, + "definition": "If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.", + "isModifier": false, + "short": "Fee, charge or cost per item", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.unitPrice", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.factor", + "requirements": "When discounts are provided to a patient (example: Senior's discount) then this must be documented for adjudication.", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Price scaling factor", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.factor", + "comment": "To show a 10% senior's discount, the value entered is: 0.90 (1.00 - 0.10).", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.tax", + "requirements": "Required when taxes are not embedded in the unit price or provided as a separate service.", + "min": 0, + "definition": "The total of taxes applicable for this product or service.", + "isModifier": false, + "short": "Total tax", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.tax", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.net", + "requirements": "Provides the total amount claimed for the group (if a grouper) or the line item.", + "min": 0, + "definition": "The total amount claimed for the addItem.detail.subDetail. Net = unit price * quantity * factor.", + "isModifier": false, + "short": "Total item cost", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.net", + "comment": "For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber", + "requirements": "Provides a condensed manner for associating human readable descriptive explanations for adjudications on the line item.", + "min": 0, + "definition": "The numbers associated with notes below which apply to the adjudication of this item.", + "isModifier": false, + "short": "Applicable note numbers", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.noteNumber", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome", + "min": 0, + "definition": "The high-level results of the adjudication if adjudication has been performed.", + "isModifier": false, + "short": "Additem subdetail level adjudication results", + "contentReference": "#ExplanationOfBenefit.item.reviewOutcome", + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.reviewOutcome", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.addItem.detail.subDetail.adjudication", + "min": 0, + "definition": "The adjudication results.", + "isModifier": false, + "short": "Added items adjudication", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.addItem.detail.subDetail.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.adjudication", + "requirements": "Some insurers will receive line-items but provide the adjudication only at a summary or header-level.", + "min": 0, + "definition": "The adjudication results which are presented at the header level rather than at the line-item or add-item levels.", + "isModifier": false, + "short": "Header-level adjudication", + "contentReference": "#ExplanationOfBenefit.item.adjudication", + "mustSupport": false, + "max": "*", + "id": "ExplanationOfBenefit.adjudication", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.total", + "requirements": "To provide the requestor with financial totals by category for the adjudication.", + "min": 0, + "definition": "Categorized monetary totals for the adjudication.", + "isModifier": false, + "short": "Adjudication totals", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "'360;620" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Total" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.total", + "comment": "Totals for amounts submitted, co-pays, benefits payable etc.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.total.category", + "requirements": "Needed to convey the type of total provided.", + "min": 1, + "definition": "A code to indicate the information type of this adjudication record. Information types may include: the value submitted, maximum values or percentages allowed or payable under the plan, amounts that the patient is responsible for in aggregate or pertaining to this item, amounts paid by other coverages, and the benefit payable for this item.", + "isModifier": false, + "short": "Type of adjudication information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/adjudication", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Adjudication" + } + ], + "description": "The adjudication codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.total.category", + "comment": "For example, codes indicating: Co-Pay, deductible, eligible, benefit, tax, etc.", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.total.amount", + "requirements": "Needed to convey the total monetary amount.", + "min": 1, + "definition": "Monetary total amount associated with the category.", + "isModifier": false, + "short": "Financial total for the category", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.total.amount", + "isSummary": true + }, + { + "path": "ExplanationOfBenefit.payment", + "requirements": "Needed to convey references to the financial instrument that has been used if payment has been made.", + "min": 0, + "definition": "Payment details for the adjudication of the claim.", + "isModifier": false, + "short": "Payment Details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "360;650" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Payment" + } + ], + "max": "1", + "id": "ExplanationOfBenefit.payment", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.type", + "requirements": "To advise the requestor when the insurer believes all payments to have been completed.", + "min": 0, + "definition": "Whether this represents partial or complete payment of the benefits payable.", + "isModifier": false, + "short": "Partial or complete payment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-paymenttype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentType" + } + ], + "description": "The type (partial, complete) of the payment." + }, + "max": "1", + "id": "ExplanationOfBenefit.payment.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.adjustment", + "requirements": "To advise the requestor of adjustments applied to the payment.", + "min": 0, + "definition": "Total amount of all adjustments to this payment included in this transaction which are not related to this claim's adjudication.", + "isModifier": false, + "short": "Payment adjustment for non-claim issues", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.payment.adjustment", + "comment": "Insurers will deduct amounts owing from the provider (adjustment), such as a prior overpayment, from the amount owing to the provider (benefits payable) when payment is made to the provider.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.adjustmentReason", + "requirements": "Needed to clarify the monetary adjustment.", + "min": 0, + "definition": "Reason for the payment adjustment.", + "isModifier": false, + "short": "Explanation for the variance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/payment-adjustment-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PaymentAdjustmentReason" + } + ], + "description": "Payment Adjustment reason codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.payment.adjustmentReason", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.date", + "requirements": "To advise the payee when payment can be expected.", + "min": 0, + "definition": "Estimated date the payment will be issued or the actual issue date of payment.", + "isModifier": false, + "short": "Expected date of payment", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.payment.date", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.amount", + "requirements": "Needed to provide the actual payment amount.", + "min": 0, + "definition": "Benefits payable less any payment adjustment.", + "isModifier": false, + "short": "Payable amount after adjustment", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.payment.amount", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.payment.identifier", + "requirements": "Enable the receiver to reconcile when payment received.", + "min": 0, + "definition": "Issuer's unique identifier for the payment instrument.", + "isModifier": false, + "short": "Business identifier for the payment", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.payment.identifier", + "comment": "For example: EFT number or check number.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.formCode", + "requirements": "Needed to specify the specific form used for producing output for this response.", + "min": 0, + "definition": "A code for the form to be used for printing the content.", + "isModifier": false, + "short": "Printed form identifier", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/forms", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Forms" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The forms codes." + }, + "max": "1", + "id": "ExplanationOfBenefit.formCode", + "comment": "May be needed to identify specific jurisdictional forms.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.form", + "requirements": "Needed to include the specific form used for producing output for this response.", + "min": 0, + "definition": "The actual form, by reference or inclusion, for printing the content or an EOB.", + "isModifier": false, + "short": "Printed reference or actual form", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.form", + "comment": "Needed to permit insurers to include the actual form.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.processNote", + "requirements": "Provides the insurer specific textual explanations associated with the processing.", + "min": 0, + "definition": "A note that describes or explains adjudication results in a human readable form.", + "isModifier": false, + "short": "Note concerning adjudication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Note" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.processNote", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.processNote.number", + "requirements": "Necessary to provide a mechanism to link from adjudications.", + "min": 0, + "definition": "A number to uniquely identify a note entry.", + "isModifier": false, + "short": "Note instance identifier", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.processNote.number", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.processNote.type", + "requirements": "To convey the expectation for when the text is used.", + "min": 0, + "definition": "The business purpose of the note text.", + "isModifier": false, + "short": "Note purpose", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/note-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NoteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The presentation types of notes." + }, + "max": "1", + "id": "ExplanationOfBenefit.processNote.type", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.processNote.text", + "requirements": "Required to provide human readable explanation.", + "min": 0, + "definition": "The explanation or description associated with the processing.", + "isModifier": false, + "short": "Note explanatory text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.processNote.text", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.processNote.language", + "requirements": "Note text may vary from the resource defined language.", + "min": 0, + "definition": "A code to define the language used in the text of the note.", + "isModifier": false, + "short": "Language of the text", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "ExplanationOfBenefit.processNote.language", + "comment": "Only required if the language is different from the resource language.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitPeriod", + "requirements": "Needed as coverages may be multi-year while benefits tend to be annual therefore a separate expression of the benefit period is needed.", + "min": 0, + "definition": "The term of the benefits documented in this response.", + "isModifier": false, + "short": "When the benefits are applicable", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitPeriod", + "comment": "Not applicable when use=claim.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance", + "min": 0, + "definition": "Balance by Benefit Category.", + "isModifier": false, + "short": "Balance by Benefit Category", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "BenefitBalance" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.benefitBalance", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 1, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ], + "description": "Benefit categories such as: oral, medical, vision, oral-basic etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.excluded", + "requirements": "Needed to identify items that are specifically excluded from the coverage.", + "min": 0, + "definition": "True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.", + "isModifier": false, + "short": "Excluded from the plan", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.excluded", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.name", + "requirements": "Required to align with other plan names.", + "min": 0, + "definition": "A short name or tag for the benefit.", + "isModifier": false, + "short": "Short name for the benefit", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.name", + "comment": "For example: MED01, or DENT2.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.description", + "requirements": "Needed for human readable reference.", + "min": 0, + "definition": "A richer description of the benefit or services covered.", + "isModifier": false, + "short": "Description of the benefit or services covered", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.description", + "comment": "For example, 'DENT2 covers 100% of basic, 50% of major but excludes Ortho, Implants and Cosmetic services'.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.network", + "requirements": "Needed as in or out of network providers are treated differently under the coverage.", + "min": 0, + "definition": "Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.", + "isModifier": false, + "short": "In or out of network", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitNetwork" + } + ], + "description": "Code to classify in or out of network services." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.network", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.unit", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "Indicates if the benefits apply to an individual or to the family.", + "isModifier": false, + "short": "Individual or family", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitUnit" + } + ], + "description": "Unit covered/serviced - individual or family." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.unit", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.term", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.", + "isModifier": false, + "short": "Annual or lifetime", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitTerm" + } + ], + "description": "Coverage unit - annual, lifetime." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.term", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.financial", + "min": 0, + "definition": "Benefits Used to date.", + "isModifier": false, + "short": "Benefit Summary", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Benefit" + } + ], + "max": "*", + "id": "ExplanationOfBenefit.benefitBalance.financial", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.financial.type", + "requirements": "Needed to convey the nature of the benefit.", + "min": 1, + "definition": "Classification of benefit being provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitType" + } + ], + "description": "Deductable, visits, co-pay, etc." + }, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.financial.type", + "comment": "For example: deductible, visits, benefit amount.", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.financial.allowed[x]", + "requirements": "Needed to convey the benefits offered under the coverage.", + "min": 0, + "definition": "The quantity of the benefit which is permitted under the coverage.", + "isModifier": false, + "short": "Benefits allowed", + "type": [ + { "code": "unsignedInt" }, + { "code": "string" }, + { "code": "Money" } + ], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.financial.allowed[x]", + "isSummary": false + }, + { + "path": "ExplanationOfBenefit.benefitBalance.financial.used[x]", + "requirements": "Needed to convey the benefits consumed to date.", + "min": 0, + "definition": "The quantity of the benefit which have been consumed to date.", + "isModifier": false, + "short": "Benefits used", + "type": [{ "code": "unsignedInt" }, { "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "ExplanationOfBenefit.benefitBalance.financial.used[x]", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Oxygen Saturation Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/oxygensat/5.0.0", + "date": "2018-10-23", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationoxygensat", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Oxygen Saturation Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One code in `Observation.code` which must have\n - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\n - a fixed `Observation.code.coding.code`= **'2708-6'**\n - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\n Codes, SNOMED CT concepts, system specific codes. All codes\n SHALL have a system value\n1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\n - Each Observation.valueQuantity must have:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code = **'%'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One code in `Observation.code` which must have\n - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\n - a fixed `Observation.code.coding.code`= **'2708-6'**\n - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\n Codes, SNOMED CT concepts, system specific codes. All codes\n SHALL have a system value\n1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\n - Each Observation.valueQuantity must have:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code = **'%'**" + } + ], + "status": "draft", + "id": "oxygensat", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/oxygensat", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1457", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/oxygensat", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Oxygen Saturation Profile", + "definition": "This profile defines how to represent Oxygen Saturation observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Oxygen Saturation", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Oxygen Saturation." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:OxygenSatCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "OxygenSatCode" + }, + { + "id": "Observation.code.coding:OxygenSatCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:OxygenSatCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "2708-6" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "%", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Invoice/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Invoice", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Invoice", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Billing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Invoice", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Invoice", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Invoice", + "differential": { + "element": [ + { + "path": "Invoice", + "min": 0, + "definition": "Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.", + "isModifier": false, + "short": "Invoice containing ChargeItems from an Account", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" }, + { "map": "FT1", "identity": "v2" }, + { "map": "Act[moodCode=EVN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Invoice" + }, + { + "path": "Invoice.identifier", + "requirements": "Allows Identification of this Invoice instance.", + "min": 0, + "definition": "Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments.", + "isModifier": false, + "short": "Business Identifier for item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "FT1.2", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.identifier", + "isSummary": true + }, + { + "path": "Invoice.status", + "min": 1, + "definition": "The current state of the Invoice.", + "isModifier": true, + "short": "draft | issued | balanced | cancelled | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/invoice-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InvoiceStatus" + } + ], + "description": "Codes identifying the lifecycle stage of an Invoice." + }, + "max": "1", + "id": "Invoice.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Invoice.cancelledReason", + "min": 0, + "definition": "In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).", + "isModifier": false, + "short": "Reason for cancellation of this Invoice", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.cancelledReason", + "comment": "Derived Profiles may choose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", + "isSummary": false + }, + { + "path": "Invoice.type", + "min": 0, + "definition": "Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).", + "isModifier": false, + "short": "Type of Invoice", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "alias": ["type"], + "max": "1", + "id": "Invoice.type", + "isSummary": true + }, + { + "path": "Invoice.subject", + "requirements": "Links the event to the Patient context.", + "min": 0, + "definition": "The individual or set of individuals receiving the goods and services billed in this invoice.", + "isModifier": false, + "short": "Recipient(s) of goods and services", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PAT in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "Invoice.subject", + "isSummary": true + }, + { + "path": "Invoice.recipient", + "min": 0, + "definition": "The individual or Organization responsible for balancing of this invoice.", + "isModifier": false, + "short": "Recipient of this invoice", + "mapping": [ + { + "map": "PV1 in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Invoice.recipient", + "isSummary": true + }, + { + "path": "Invoice.date", + "requirements": "Required to suppress the Data Type VirtualServiceDetail: ERROR: Invoice::date: Expression 'Invoice.date' has illegal path.", + "min": 0, + "definition": "Depricared by the element below.", + "isModifier": false, + "short": "DEPRICATED", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.date", + "isSummary": false + }, + { + "path": "Invoice.creation", + "min": 0, + "definition": "Date/time(s) of when this Invoice was posted.", + "isModifier": false, + "short": "When posted", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.creation", + "comment": "The list of types may be constrained as appropriate for the type of charge item.", + "isSummary": true + }, + { + "path": "Invoice.period[x]", + "min": 0, + "definition": "Date/time(s) range of services included in this invoice.", + "isModifier": false, + "short": "Billing date or period", + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.period[x]", + "isSummary": true + }, + { + "path": "Invoice.participant", + "min": 0, + "definition": "Indicates who or what performed or participated in the charged service.", + "isModifier": false, + "short": "Participant in creation of this Invoice", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.participant", + "isSummary": false + }, + { + "path": "Invoice.participant.role", + "min": 0, + "definition": "Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device.", + "isModifier": false, + "short": "Type of involvement in creation of this Invoice", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.participant.role", + "isSummary": false + }, + { + "path": "Invoice.participant.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed or participated in the service.", + "isModifier": false, + "short": "Individual who was involved", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Invoice.participant.actor", + "isSummary": false + }, + { + "path": "Invoice.issuer", + "min": 0, + "definition": "The organizationissuing the Invoice.", + "isModifier": false, + "short": "Issuing Organization of Invoice", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Invoice.issuer", + "comment": "Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered.", + "isSummary": false + }, + { + "path": "Invoice.account", + "min": 0, + "definition": "Account which is supposed to be balanced with this Invoice.", + "isModifier": false, + "short": "Account that is being balanced", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Invoice.account", + "comment": "Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the potprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate.", + "isSummary": false + }, + { + "path": "Invoice.lineItem", + "min": 0, + "definition": "Each line item represents one charge for goods and services rendered. Details such.ofType(date), code and amount are found in the referenced ChargeItem resource.", + "isModifier": false, + "short": "Line items of this Invoice", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.lineItem", + "isSummary": false + }, + { + "path": "Invoice.lineItem.sequence", + "min": 0, + "definition": "Sequence in which the items appear on the invoice.", + "isModifier": false, + "short": "Sequence number of line item", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.lineItem.sequence", + "isSummary": false + }, + { + "path": "Invoice.lineItem.serviced[x]", + "min": 0, + "definition": "Date/time(s) range when this service was delivered or completed.", + "isModifier": false, + "short": "Service data or period", + "type": [{ "code": "date" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.lineItem.serviced[x]", + "isSummary": false + }, + { + "path": "Invoice.lineItem.chargeItem[x]", + "min": 1, + "definition": "The ChargeItem contains information such as the billing code, date, amount etc. If no further details are required for the lineItem, inline billing codes can be added using the CodeableConcept data type instead of the Reference.", + "isModifier": false, + "short": "Reference to ChargeItem containing details of this line item or an inline billing code", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "Invoice.lineItem.chargeItem[x]", + "isSummary": false + }, + { + "path": "Invoice.lineItem.priceComponent", + "min": 0, + "definition": "The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice as to how the prices have been calculated.", + "isModifier": false, + "short": "Components of total line item price", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "MonetaryComponent" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.lineItem.priceComponent", + "isSummary": false + }, + { + "path": "Invoice.totalPriceComponent", + "min": 0, + "definition": "The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated.", + "isModifier": false, + "short": "Components of Invoice total", + "mapping": [ + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "MonetaryComponent" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.totalPriceComponent", + "isSummary": false + }, + { + "path": "Invoice.totalNet", + "min": 0, + "definition": "Invoice total , taxes excluded.", + "isModifier": false, + "short": "Net total of this Invoice", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.totalNet", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": true + }, + { + "path": "Invoice.totalGross", + "min": 0, + "definition": "Invoice total, tax included.", + "isModifier": false, + "short": "Gross total of this Invoice", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.totalGross", + "comment": "There is no reason to carry the price in the instance of a ChargeItem unless circumstances require a manual override. The list prices or are usually defined in a back catalogue of the billing codes (see ChargeItem.definition). Derived profiles may require a ChargeItem.overrideReason to be provided if either factor or price are manually overridden.", + "isSummary": true + }, + { + "path": "Invoice.paymentTerms", + "min": 0, + "definition": "Payment details such as banking details, period of payment, deductibles, methods of payment.", + "isModifier": false, + "short": "Payment details", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Invoice.paymentTerms", + "comment": "Derived Profiles may chose to add invariants requiring this field to be populated if either priceOverride or factorOverride have been filled.", + "isSummary": false + }, + { + "path": "Invoice.note", + "min": 0, + "definition": "Comments made about the invoice by the issuer, subject, or other participants.", + "isModifier": false, + "short": "Comments made about the invoice", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Invoice.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Identifier Type: An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Identifier/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to identify things with confidence and be sure that the identification is not subject to misinterpretation.", + "name": "Identifier", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "Identifier", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Identifier", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Identifier", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Identifier", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ident-1", + "human": "Identifier with no value has limited utility. If communicating that an identifier value has been suppressed or missing, the value element SHOULD be present with an extension indicating the missing semantic - e.g. data-absent-reason", + "source": "http://hl7.org/fhir/StructureDefinition/Identifier", + "severity": "warning", + "expression": "value.exists()" + } + ], + "path": "Identifier", + "min": 0, + "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.", + "short": "An identifier intended for computation", + "mapping": [ + { + "map": "CX / EI (occasionally, more often EI maps to a resource id or a URL)", + "identity": "v2" + }, + { + "map": "II - The Identifier class is a little looser than the v3 type II because it allows URIs as well as registered OIDs or GUIDs. Also maps to Role[classCode=IDENT]", + "identity": "rim" + }, + { "map": "Identifier", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Identifier", + "comment": "The rules of the identifier.type determine if a check digit is part of the ID value or sent separately, such as through the checkDigit extension." + }, + { + "path": "Identifier.use", + "requirements": "Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.", + "min": 0, + "definition": "The purpose of this identifier.", + "isModifier": true, + "short": "usual | official | temp | secondary | old (If known)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "Role.code or implied by context", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Identifies the purpose for this identifier, if known ." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierUse" + } + ], + "description": "Identifies the purpose for this identifier, if known ." + }, + "max": "1", + "id": "Identifier.use", + "comment": "Applications can assume that an identifier is permanent unless it explicitly says that it is temporary.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary id for a permanent one.", + "isSummary": true + }, + { + "path": "Identifier.type", + "requirements": "Allows users to make use of identifiers when the identifier system is not known.", + "min": 0, + "definition": "A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.", + "short": "Description of identifier", + "mapping": [ + { "map": "CX.5", "identity": "v2" }, + { + "map": "Role.code or implied by context", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/identifier-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IdentifierType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." + }, + "max": "1", + "id": "Identifier.type", + "comment": "This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type.", + "isSummary": true + }, + { + "path": "Identifier.system", + "requirements": "There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.", + "min": 0, + "definition": "Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.", + "short": "The namespace for the identifier value", + "mapping": [ + { "map": "CX.4 / EI-2-4", "identity": "v2" }, + { "map": "II.root or Role.id.root", "identity": "rim" }, + { "map": "./IdentifierType", "identity": "servd" } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Identifier.system", + "comment": "Identifier.system is always case sensitive.", + "example": [ + { + "label": "General", + "valueUri": "http://www.acme.com/identifiers/patient" + } + ], + "isSummary": true + }, + { + "path": "Identifier.value", + "min": 0, + "definition": "The portion of the identifier typically relevant to the user and which is unique within the context of the system.", + "short": "The value that is unique", + "mapping": [ + { "map": "CX.1 / EI.1", "identity": "v2" }, + { + "map": "II.extension or II.root if system indicates OID or GUID (Or Role.id.extension or root)", + "identity": "rim" + }, + { "map": "./Value", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Identifier.value", + "condition": ["ident-1"], + "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [http://hl7.org/fhir/StructureDefinition/rendered-value](http://hl7.org/fhir/extensions/StructureDefinition-rendered-value.html)). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.", + "example": [ + { "label": "General", "valueString": "123456" } + ], + "isSummary": true + }, + { + "path": "Identifier.period", + "min": 0, + "definition": "Time period during which identifier is/was valid for use.", + "short": "Time period when id is/was valid for use", + "mapping": [ + { "map": "CX.7 + CX.8", "identity": "v2" }, + { + "map": "Role.effectiveTime or implied by context", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "Identifier.period", + "isSummary": true + }, + { + "path": "Identifier.assigner", + "min": 0, + "definition": "Organization that issued/manages the identifier.", + "short": "Organization that issued id (may be just text)", + "mapping": [ + { "map": "CX.4 / (CX.4,CX.9,CX.10)", "identity": "v2" }, + { + "map": "II.assigningAuthorityName but note that this is an improper use by the definition of the field. Also Role.scoper", + "identity": "rim" + }, + { + "map": "./IdentifierIssuingAuthority", + "identity": "servd" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Identifier.assigner", + "comment": "The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CarePlan/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CarePlan", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "CarePlan", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CarePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CarePlan", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CarePlan", + "differential": { + "element": [ + { + "path": "CarePlan", + "min": 0, + "definition": "Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.", + "isModifier": false, + "short": "Healthcare plan for patient or group", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.careprovision", "identity": "w5" }, + { + "map": "Act[classCode=PCPR, moodCode=INT]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Care Team"], + "max": "*", + "id": "CarePlan" + }, + { + "path": "CarePlan.identifier", + "requirements": "Allows identification of the care plan as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this care plan by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External Ids for this plan", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PTH-3", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CarePlan.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CarePlan.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.instantiatesCanonical", + "isSummary": true + }, + { + "path": "CarePlan.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "CarePlan.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "CarePlan.basedOn", + "requirements": "Allows tracing of the care plan and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A higher-level request resource (i.e. a plan, proposal or order) that is fulfilled in whole or in part by this care plan.", + "isModifier": false, + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "CarePlan.basedOn", + "isSummary": true + }, + { + "path": "CarePlan.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple care plans.", + "min": 0, + "definition": "Completed or terminated care plan whose function is taken by this new care plan.", + "isModifier": false, + "short": "CarePlan replaced by this CarePlan", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "mustSupport": false, + "alias": ["supersedes"], + "max": "*", + "id": "CarePlan.replaces", + "comment": "The replacement could be because the initial care plan was immediately rejected (due to an issue) or because the previous care plan was completed, but the need for the action described by the care plan remains ongoing.", + "isSummary": true + }, + { + "path": "CarePlan.partOf", + "min": 0, + "definition": "A larger care plan of which this particular care plan is a component or step.", + "isModifier": false, + "short": "Part of referenced CarePlan", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.partOf", + "comment": "Each care plan is an independent request, such that having a care plan be part of another care plan can cause issues with cascading statuses. As such, this element is still being discussed.", + "isSummary": true + }, + { + "path": "CarePlan.status", + "requirements": "Allows clinicians to determine whether the plan is actionable or not.", + "min": 1, + "definition": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { + "map": "Request.status {uses different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "PTH-5", "identity": "v2" }, + { + "map": ".statusCode planned = new active = active completed = completed", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanStatus" + } + ], + "description": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record." + }, + "max": "1", + "id": "CarePlan.status", + "comment": "The unknown code is not to be used to convey other statuses. The unknown code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the care plan.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the plan as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "CarePlan.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | order | option | directive", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a care plan." + }, + "max": "1", + "id": "CarePlan.intent", + "comment": "This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.\nThis element is expected to be immutable. E.g. A \"proposal\" instance should never change to be a \"plan\" instance or \"order\" instance. Instead, a new instance 'basedOn' the prior instance should be created with the new 'intent' value.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request\"", + "isSummary": true + }, + { + "path": "CarePlan.category", + "requirements": "Used for filtering what plan(s) are retrieved and displayed to different types of users.", + "min": 0, + "definition": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", \"wellness plan\", etc.", + "isModifier": false, + "short": "Type of plan", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanCategory" + } + ], + "description": "Identifies what \"kind\" of plan this is to support differentiation between multiple co-existing plans; e.g. \"Home health\", \"psychiatric\", \"asthma\", \"disease management\", etc." + }, + "max": "*", + "id": "CarePlan.category", + "comment": "There may be multiple axes of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.addresses.", + "isSummary": true + }, + { + "path": "CarePlan.title", + "min": 0, + "definition": "Human-friendly name for the care plan.", + "isModifier": false, + "short": "Human-friendly name for the care plan", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CarePlan.title", + "isSummary": true + }, + { + "path": "CarePlan.description", + "requirements": "Provides more detail than conveyed by category.", + "min": 0, + "definition": "A description of the scope and nature of the plan.", + "isModifier": false, + "short": "Summary of nature of plan", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CarePlan.description", + "isSummary": true + }, + { + "path": "CarePlan.subject", + "min": 1, + "definition": "Identifies the patient or group whose intended care is described by the plan.", + "isModifier": false, + "short": "Who the care plan is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PAT].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "CarePlan.subject", + "isSummary": true + }, + { + "path": "CarePlan.encounter", + "min": 0, + "definition": "The Encounter during which this CarePlan was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "The Encounter during which this CarePlan was created", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "Associated PV1", "identity": "v2" }, + { "map": ".", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CarePlan.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter. CarePlan activities conducted as a result of the care plan may well occur as part of other encounters.", + "isSummary": true + }, + { + "path": "CarePlan.period", + "requirements": "Allows tracking what plan(s) are in effect at a particular time.", + "min": 0, + "definition": "Indicates when the plan did (or is intended to) come into effect and end.", + "isModifier": false, + "short": "Time period plan covers", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { "map": "GOL-7 / GOL-8", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "CarePlan.period", + "comment": "Any activities scheduled as part of the plan should be constrained to the specified period regardless of whether the activities are planned within a single encounter/episode or across multiple encounters/episodes (e.g. the longitudinal management of a chronic condition).", + "isSummary": true + }, + { + "path": "CarePlan.created", + "min": 0, + "definition": "Represents when this particular CarePlan record was created in the system, which is often a system-generated date.", + "isModifier": false, + "short": "Date record was first recorded", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["authoredOn"], + "max": "1", + "id": "CarePlan.created", + "isSummary": true + }, + { + "path": "CarePlan.custodian", + "min": 0, + "definition": "When populated, the custodian is responsible for the care plan. The care plan is attributed to the custodian.", + "isModifier": false, + "short": "Who is the designated responsible party", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CarePlan.custodian", + "comment": "The custodian might or might not be a contributor.", + "isSummary": true + }, + { + "path": "CarePlan.contributor", + "min": 0, + "definition": "Identifies the individual(s), organization or device who provided the contents of the care plan.", + "isModifier": false, + "short": "Who provided the content of the care plan", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.contributor", + "comment": "Collaborative care plans may have multiple contributors.", + "isSummary": false + }, + { + "path": "CarePlan.careTeam", + "requirements": "Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.", + "min": 0, + "definition": "Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.", + "isModifier": false, + "short": "Who's involved in plan?", + "mapping": [ + { + "map": "Request.performer {similar but does not entail CareTeam}", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.careTeam", + "isSummary": false + }, + { + "path": "CarePlan.addresses", + "requirements": "The element can identify risks addressed by the plan as well as concerns. Also scopes plans - multiple plans may exist addressing different concerns.", + "min": 0, + "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.", + "isModifier": false, + "short": "Health issues this plan addresses", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "PRB-4", "identity": "v2" }, + { + "map": ".actRelationship[typeCode=SUBJ].target[classCode=CONC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanAddresses" + } + ], + "description": "Codes that describe the health issues this plan addresses." + }, + "max": "*", + "id": "CarePlan.addresses", + "comment": "Use CarePlan.addresses.concept when a code sufficiently describes the concern (e.g. condition, problem, diagnosis, risk). Use CarePlan.addresses.reference when referencing a resource, which allows more information to be conveyed, such as onset date. CarePlan.addresses.concept and CarePlan.addresses.reference are not meant to be duplicative. For a single concern, either CarePlan.addresses.concept or CarePlan.addresses.reference can be used. CarePlan.addresses.concept may be a summary code, or CarePlan.addresses.reference may be used to reference a very precise definition of the concern using Condition. Both CarePlan.addresses.concept and CarePlan.addresses.reference can be used if they are describing different concerns for the care plan.", + "isSummary": true + }, + { + "path": "CarePlan.supportingInfo", + "requirements": "Identifies barriers and other considerations associated with the care plan.", + "min": 0, + "definition": "Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.", + "isModifier": false, + "short": "Information considered as part of plan", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.supportingInfo", + "comment": "Use \"concern\" to identify specific conditions addressed by the care plan. supportingInfo can be used to convey one or more Advance Directives or Medical Treatment Consent Directives by referencing Consent or any other request resource with intent = directive.", + "isSummary": false + }, + { + "path": "CarePlan.goal", + "requirements": "Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.", + "min": 0, + "definition": "Describes the intended objective(s) of carrying out the care plan.", + "isModifier": false, + "short": "Desired outcome of plan", + "mapping": [ + { "map": "GOL-1", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode<=OBJ].", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CarePlan.goal", + "comment": "Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.", + "isSummary": false + }, + { + "path": "CarePlan.activity", + "requirements": "Allows systems to prompt for performance of planned activities, and validate plans against best practice.", + "min": 0, + "definition": "Identifies an action that has occurred or is a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring that has occurred, education etc.", + "isModifier": false, + "short": "Action to occur or has occurred as part of plan", + "mapping": [ + { + "map": "{no mapping\nNOTE: This is a list of contained Request-Event tuples!}", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CarePlan.activity", + "isSummary": false + }, + { + "path": "CarePlan.activity.performedActivity", + "requirements": "Links plan to resulting actions.", + "min": 0, + "definition": "Identifies the activity that was performed. For example, an activity could be patient education, exercise, or a medication administration. The reference to an \"event\" resource, such as Procedure or Encounter or Observation, represents the activity that was performed. The requested activity can be conveyed using the CarePlan.activity.plannedActivityReference (a reference to a “request” resource).", + "isModifier": false, + "short": "Results of the activity (concept, or Appointment, Encounter, Procedure, etc.)", + "mapping": [ + { + "map": "{Event that is outcome of Request in activity.plannedActivityReference}", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=FLFS].source", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/care-plan-activity-performed", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CarePlanActivityPerformed" + } + ], + "description": "Identifies the results of the activity." + }, + "max": "*", + "id": "CarePlan.activity.performedActivity", + "comment": "Note that this should not duplicate the activity status (e.g. completed or in progress). The activity performed is independent of the outcome of the related goal(s). For example, if the goal is to achieve a target body weight of 150 lbs and an activity is defined to exercise, then the activity performed could be amount and intensity of exercise performed whereas the goal outcome is an observation for the actual body weight measured.", + "isSummary": false + }, + { + "path": "CarePlan.activity.progress", + "requirements": "Can be used to capture information about adherence, progress, concerns, etc.", + "min": 0, + "definition": "Notes about the adherence/status/progress of the activity.", + "isModifier": false, + "short": "Comments about the activity status/progress", + "mapping": [ + { "map": "NTE?", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "CarePlan.activity.progress", + "comment": "This element should NOT be used to describe the activity to be performed - that occurs either within the resource pointed to by activity.detail.reference or in activity.detail.description.", + "isSummary": false + }, + { + "path": "CarePlan.activity.plannedActivityReference", + "requirements": "Details in a form consistent with other applications and contexts of use.", + "min": 0, + "definition": "The details of the proposed activity represented in a specific resource.", + "isModifier": false, + "short": "Activity that is intended to be part of the care plan", + "mapping": [ + { + "map": "{Request that resulted in Event in activity.performedActivity}", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CarePlan.activity.plannedActivityReference", + "comment": "Standard extension exists ([http://hl7.org/fhir/StructureDefinition/resource-pertainsToGoal](http://hl7.org/fhir/extensions/StructureDefinition-resource-pertainsToGoal.html)) that allows goals to be referenced from any of the referenced resources in CarePlan.activity.plannedActivityReference. \nThe goal should be visible when the resource referenced by CarePlan.activity.plannedActivityReference is viewed independently from the CarePlan. Requests that are pointed to by a CarePlan using this element should *not* point to this CarePlan using the \"basedOn\" element. i.e. Requests that are part of a CarePlan are not \"based on\" the CarePlan.", + "isSummary": false + }, + { + "path": "CarePlan.note", + "requirements": "Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.", + "min": 0, + "definition": "General notes about the care plan not covered elsewhere.", + "isModifier": false, + "short": "Comments about the plan", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE?", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "CarePlan.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Contract/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Contract", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Contract", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Contract", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Contract", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contract", + "differential": { + "element": [ + { + "path": "Contract", + "min": 0, + "definition": "Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.", + "isModifier": false, + "short": "Legal Agreement", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.other", "identity": "w5" }, + { "map": "FinancialContract", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Contract" + }, + { + "path": "Contract.identifier", + "requirements": "This is the business identifier of the contract content conveyed. It may be a derivative of the legally binding contract, in which case, the identifier of the basal contract is contained in the Contract.binding referenced Contract.", + "min": 0, + "definition": "Unique identifier for this Contract or a derivative that references a Source Contract.", + "isModifier": false, + "short": "Contract number", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FinancialContract id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Contract.identifier", + "isSummary": true + }, + { + "path": "Contract.url", + "requirements": "An absolute URI that is used to identify this contract when it is referenced in a specification, model, design, instance or a contract derivative; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which this plan definition is (or will be) published.", + "min": 0, + "definition": "Canonical identifier for this contract, represented as a URI (globally unique).", + "isModifier": false, + "short": "Basal definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Contract.url", + "comment": "Used in a domain that uses a supplied contract repository.", + "isSummary": false + }, + { + "path": "Contract.version", + "requirements": "The identifier that is used to identify this version of the contract when it is referenced in a specification, model, design, instance, or contract derivative. This is an arbitrary value managed by the contract author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "min": 0, + "definition": "An edition identifier used for business purposes to label business significant variants.", + "isModifier": false, + "short": "Business edition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.version", + "comment": "Note - This is a business versionId, not a resource version id (see discussion at [Versioning](resource.html#versions)) \rComments - There may be different contract instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the plan definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Contract.status", + "requirements": "This is the Contract Business Workflow Status.", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "amended | appended | cancelled | disputed | entered-in-error | executable +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Contract.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the contract as not currently valid or active.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Contract.legalState", + "requirements": "The legal state of a contract follows a prescribed flow as defined by the legal community and these state may be indepenedent of the workflow state.", + "min": 0, + "definition": "Legal states of the formation of a legal instrument, which is a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement.", + "isModifier": false, + "short": "Negotiation status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-legalstate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractLegalState" + } + ], + "description": "Detailed codes for the legal state of a contract." + }, + "max": "1", + "id": "Contract.legalState", + "isSummary": false + }, + { + "path": "Contract.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined Contract Definition that is adhered to in whole or part by this Contract.", + "isModifier": false, + "short": "Source Contract Definition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.instantiatesCanonical", + "isSummary": false + }, + { + "path": "Contract.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained definition that is adhered to in whole or in part by this Contract.", + "isModifier": false, + "short": "External Contract Definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Contract.instantiatesUri", + "isSummary": false + }, + { + "path": "Contract.contentDerivative", + "requirements": "In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding.\rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.", + "min": 0, + "definition": "The minimal content derived from the basal information source at a specific stage in its lifecycle.", + "isModifier": false, + "short": "Content derived from the basal information", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Maps partially to several v3 codes: ActClass: REG (registration) Description: Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment.\rThe registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system. Observation: VERIF (Verification) Description: An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details. TRFR (transfer) Description: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD. _ActDetectedIssueManagementCode [abstract term] Description: Codes dealing with the management of Detected Issue observations. _ActInformationAccessContextCode [abstract term] Description: Concepts conveying the context in which authorization given under jurisdictional law, by organizational policy, or by a patient consent directive permits the collection, access, use or disclosure of specified patient health information. _ActListCode [abstract term]vDescription: Provides codes associated with ActClass value of LIST (working list). RefusalReasonCode [abstract term] Description:\rDescription: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-content-derivative", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractContentDerivative" + } + ], + "description": "This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source." + }, + "max": "1", + "id": "Contract.contentDerivative", + "isSummary": false + }, + { + "path": "Contract.issued", + "requirements": "The Contract issuance dateTime often precedes the Contract effective dateTime.", + "min": 0, + "definition": "When this Contract was issued.", + "isModifier": false, + "short": "When this Contract was issued", + "mapping": [ + { "map": "Event.recorded", "identity": "workflow" }, + { + "map": "Act.availabilityTime. Definition: A time expression specifying when an Observation, Procedure, or other Act occurs, or, depending on the mood, is supposed to occur, scheduled to occur, etc. The activityTime includes the times of component actions (such as preparation and clean-up). For Procedures and SubstanceAdministrations, the activityTime can provide a needed administrative function by providing a more inclusive time to be anticipated in scheduling. UsageNotes:The activityTime is primarily of administrative rather than clinical use. The clinically relevant time is the effectiveTime. When an observation of a prior symptom is made, the activityTime describes the time the observation is made, as opposed to effectiveTime which is the time the symptom is reported to have occurred. Thus the activityTime may be entirely different from the effectiveTime of the same Act. However, even apart from clinical use cases, designers should first consider effectiveTime as the primary relevant time for an Act. ActivityTime indicates when an Act occurs, not when it is recorded.", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Contract.issued", + "isSummary": true + }, + { + "path": "Contract.applies", + "requirements": "The dateTime upon which the Contract is binding.", + "min": 0, + "definition": "Relevant time or time-period when this Contract is applicable.", + "isModifier": false, + "short": "Effective time", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { + "map": "Act.effectiveTime Definition: The clinically or operationally relevant time of an act, exclusive of administrative activity.", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Contract.applies", + "isSummary": true + }, + { + "path": "Contract.expirationType", + "min": 0, + "definition": "Event resulting in discontinuation or termination of this Contract instance by one or more parties to the contract.", + "isModifier": false, + "short": "Contract cessation cause", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-expiration-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractExpiration" + } + ], + "description": "Codes for the Cessation of Contracts." + }, + "max": "1", + "id": "Contract.expirationType", + "isSummary": false + }, + { + "path": "Contract.subject", + "requirements": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.", + "min": 0, + "definition": "The target entity impacted by or of interest to parties to the agreement.", + "isModifier": false, + "short": "Contract Target Entity", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "RoleClass, RoleCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["Patient"], + "max": "*", + "id": "Contract.subject", + "comment": "The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. \rIn many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.", + "isSummary": true + }, + { + "path": "Contract.authority", + "requirements": "The governance framework responsible for ensuring compliance with or enforcement of the contract or policy.", + "min": 0, + "definition": "A formally or informally recognized grouping of people, principals, organizations, or jurisdictions formed for the purpose of achieving some form of collective action such as the promulgation, administration and enforcement of contracts and policies.", + "isModifier": false, + "short": "Authority under which this Contract has standing", + "mapping": [ + { + "map": "Organization Role. CONCEPT DOMAIN: OrganizationEntityType Description: Further classifies entities of EntityClass ORG.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.authority", + "isSummary": false + }, + { + "path": "Contract.domain", + "requirements": "The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority.", + "min": 0, + "definition": "Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.", + "isModifier": false, + "short": "A sphere of control governed by an authoritative jurisdiction, organization, or person", + "mapping": [ + { + "map": "TERR (territory of authority) Description: Relates a place entity (player) as the region over which the scoper (typically an Organization) has certain authority (jurisdiction). For example, the Calgary Regional Health Authority (scoper) has authority over the territory \"Region 4 of Alberta\" (player) in matters of health.\rEntity Class = Place? A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.\rCONCEPT DOMAIN: TerritoryEntityType Description: A territorial entity that may be cited as the body over which an agency exercises jurisdiction, or which defines a sphere in which a party has a particular responsibility. CONCEPT DOMAIN: OrganizationEntityType\rDescription: Further classifies entities of EntityClass ORG.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "alias": ["scope of governance jurisdiction"], + "max": "*", + "id": "Contract.domain", + "isSummary": false + }, + { + "path": "Contract.site", + "min": 0, + "definition": "Sites in which the contract is complied with, exercised, or in force.", + "isModifier": false, + "short": "Specific Location", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.site", + "isSummary": false + }, + { + "path": "Contract.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying this Contract definition, derivative, or instance in any legal state. Provides additional information about its content. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Computer friendly designation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.name", + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Contract.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for this Contract definition, derivative, or instance in any legal state.", + "isModifier": false, + "short": "Human Friendly name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.title", + "isSummary": true + }, + { + "path": "Contract.subtitle", + "min": 0, + "definition": "A more detailed or qualifying explanatory or alternate user-friendly title for this Contract definition, derivative, or instance in any legal state.", + "isModifier": false, + "short": "Subordinate Friendly name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.subtitle", + "isSummary": false + }, + { + "path": "Contract.alias", + "min": 0, + "definition": "Alternative representation of the title for this Contract definition, derivative, or instance in any legal state., e.g., a domain specific contract number related to legislation.", + "isModifier": false, + "short": "Acronym or short name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.alias", + "isSummary": false + }, + { + "path": "Contract.author", + "min": 0, + "definition": "The individual or organization that authored the Contract definition, derivative, or instance in any legal state.", + "isModifier": false, + "short": "Source of Contract", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.author", + "isSummary": false + }, + { + "path": "Contract.scope", + "min": 0, + "definition": "A selector of legal concerns for this Contract definition, derivative, or instance in any legal state.", + "isModifier": false, + "short": "Range of Legal Concerns", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-scope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractScope" + } + ], + "description": "Codes for the range of legal concerns." + }, + "max": "1", + "id": "Contract.scope", + "isSummary": false + }, + { + "path": "Contract.topic[x]", + "requirements": "May be used to focus the topic of a Contract definition, derivative, or instance in any legal state.", + "min": 0, + "definition": "Narrows the range of legal concerns to focus on the achievement of specific contractual objectives.", + "isModifier": false, + "short": "Focus of contract interest", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.topic[x]", + "comment": "Contractual areas of concern are very broad. This element supports narrowing the area of concern to more specific term topics within this Contract. Given the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. The same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: \"What is the overall objective of this legal instrument?\". The Contract.topic is described with more detail by the terms of the Contract.", + "isSummary": false + }, + { + "path": "Contract.type", + "min": 0, + "definition": "A high-level category for the legal instrument, whether constructed as a Contract definition, derivative, or instance in any legal state. Provides additional information about its content within the context of the Contract's scope to distinguish the kinds of systems that would be interested in the contract.", + "isModifier": false, + "short": "Legal instrument category", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Maps to multiple ActClass and ActCode Concept Domains and Code Systems such as the following: In the ActClass Concept Domain: ActClassPolicy. In the ActCode Concept Domain: ActContractType, which generalizes ActFinancialContractType, ActCoverageType, ActBillingArrangementType. ActConsentType, which generalizes ActDataConsentType; ActFinancialParticipationConsentType; ActInformationAccessCode; AdvanceBeneficiaryNoticeType. ActPolicyType, which generalizes: ActPrivacyPolicyType, ActSensitivityPrivacyPolicyType, ActSecurityPolicyType. In the ActClass Code System: CNTRCT (contract) Description: An agreement of obligation between two or more parties that is subject to contractual law and enforcement, lwhich generalizes FCNTRCT (financial contract) and COV (coverage). POLICY (policy) - Description: A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on: The activity of another party; the behavior of another party; or the manner in which an act is executed. LEAF CONCEPTS: JURISPOL (jurisdictional policy) Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on: The activity of another party; the behavior of another party; or the manner in which an act is executed.Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries.ORGPOL (organizational policy)Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options.SCOPOL (scope of practice policy)Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications.Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide. STDPOL (standard of practice policy) Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems. CONS (consent)Description: The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc. The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act. The \"signatures\" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of \"performer\", the healthcare provider informing the patient, and \"consenter\", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractType" + } + ], + "description": "List of overall contract codes." + }, + "max": "1", + "id": "Contract.type", + "isSummary": true + }, + { + "path": "Contract.subType", + "min": 0, + "definition": "Sub-category for the Contract that distinguishes the kinds of systems that would be interested in the Contract within the context of the Contract's scope.", + "isModifier": false, + "short": "Subtype within the context of type", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Examples of Contract or Policy subtypes in ActCodes:_ActCoverageTypeCode Definition: Set of codes indicating the type of insurance policy or program that pays for the cost of benefits provided to covered parties. Generalizes: _ActInsurancePolicyCode; _ActInsuranceTypeCode; ActProgramTypeCode. _ActPolicyType Description:Types of policies that further specify the ActClassPolicy value set. Generalizes: _ActPrivacyPolicy; _ActPrivacyLaw; _InformationSensitivityPolicy; ActTrustPolicyType; SecurityPolicy. _ActInvoiceAdjudicationPaymentGroupCode Description: Codes representing adjustments to a Payment Advice such as retroactive, clawback, garnishee, etc., e.g. RECOV (recovery) Description: Retroactive adjustment such as fee rate adjustment due to contract negotiations.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSubtype" + } + ], + "description": "Detailed codes within the above." + }, + "max": "*", + "id": "Contract.subType", + "isSummary": true + }, + { + "path": "Contract.contentDefinition", + "min": 0, + "definition": "Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract.", + "isModifier": false, + "short": "Contract precursor content", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContentDefinition" + } + ], + "max": "1", + "id": "Contract.contentDefinition", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.type", + "min": 1, + "definition": "Precusory content structure and use, i.e., a boilerplate, template, application for a contract such as an insurance policy or benefits under a program, e.g., workers compensation.", + "isModifier": false, + "short": "Content structure and use", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDefinitionType" + } + ], + "description": "Detailed codes for the definition of contracts." + }, + "max": "1", + "id": "Contract.contentDefinition.type", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.subType", + "min": 0, + "definition": "Detailed Precusory content type.", + "isModifier": false, + "short": "Detailed Content Type Definition", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-definition-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDefinitionSubtype" + } + ], + "description": "Detailed codes for the additional definition of contracts." + }, + "max": "1", + "id": "Contract.contentDefinition.subType", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.publisher", + "min": 0, + "definition": "The individual or organization that published the Contract precursor content.", + "isModifier": false, + "short": "Publisher Entity", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.contentDefinition.publisher", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.publicationDate", + "min": 0, + "definition": "The date (and optionally time) when the contract was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the contract changes.", + "isModifier": false, + "short": "When published", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Contract.contentDefinition.publicationDate", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.publicationStatus", + "min": 1, + "definition": "amended | appended | cancelled | disputed | entered-in-error | executable +.", + "isModifier": false, + "short": "amended | appended | cancelled | disputed | entered-in-error | executable +", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-publicationstatus|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractPublicationStatus" + } + ], + "description": "Status of the publication of contract content." + }, + "max": "1", + "id": "Contract.contentDefinition.publicationStatus", + "isSummary": false + }, + { + "path": "Contract.contentDefinition.copyright", + "min": 0, + "definition": "A copyright statement relating to Contract precursor content. Copyright statements are generally legal restrictions on the use and publishing of the Contract precursor content.", + "isModifier": false, + "short": "Publication Ownership", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Contract.contentDefinition.copyright", + "isSummary": false + }, + { + "path": "Contract.term", + "min": 0, + "definition": "One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.", + "isModifier": false, + "short": "Contract Term List", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RIM mechanism for grouping or nesting rules, which are likely Acts and Observations.", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Term" + } + ], + "max": "*", + "id": "Contract.term", + "isSummary": false + }, + { + "path": "Contract.term.identifier", + "min": 0, + "definition": "Unique identifier for this particular Contract Provision.", + "isModifier": false, + "short": "Contract Term Number", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { + "map": "Act or Observation identifier.", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.identifier", + "isSummary": true + }, + { + "path": "Contract.term.issued", + "min": 0, + "definition": "When this Contract Provision was issued.", + "isModifier": false, + "short": "Contract Term Issue Date Time", + "mapping": [ + { "map": "Event.recorded", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "Act availabilityTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.issued", + "isSummary": true + }, + { + "path": "Contract.term.applies", + "min": 0, + "definition": "Relevant time or time-period when this Contract Provision is applicable.", + "isModifier": false, + "short": "Contract Term Effective Time", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Act effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.applies", + "isSummary": true + }, + { + "path": "Contract.term.topic[x]", + "min": 0, + "definition": "The entity that the term applies to.", + "isModifier": false, + "short": "Term Concern", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.topic[x]", + "isSummary": false + }, + { + "path": "Contract.term.type", + "min": 0, + "definition": "A legal clause or condition contained within a contract that requires one or both parties to perform a particular requirement by some specified time or prevents one or both parties from performing a particular requirement by some specified time.", + "isModifier": false, + "short": "Contract Term Type or Form", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.term mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermType" + } + ], + "description": "Detailed codes for the types of contract provisions." + }, + "max": "1", + "id": "Contract.term.type", + "isSummary": false + }, + { + "path": "Contract.term.subType", + "min": 0, + "definition": "A specialized legal clause or condition based on overarching contract type.", + "isModifier": false, + "short": "Contract Term Type specific classification", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.topic mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-subtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermSubType" + } + ], + "description": "Detailed codes for the subtypes of contract provisions." + }, + "max": "1", + "id": "Contract.term.subType", + "isSummary": false + }, + { + "path": "Contract.term.text", + "min": 0, + "definition": "Statement of a provision in a policy or a contract.", + "isModifier": false, + "short": "Term Statement", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.text", + "isSummary": true + }, + { + "path": "Contract.term.securityLabel", + "requirements": "This security label protects the term and its contained provision elements.", + "min": 0, + "definition": "Security labels that protect the handling of information about the term and its elements, which may be specifically identified.", + "isModifier": false, + "short": "Protection for the Term", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SecurityLabel" + } + ], + "max": "*", + "id": "Contract.term.securityLabel", + "comment": "Within a Contract, a security label may apply to the one to many nested group of terms or to a term, whether inside a group or a singleton. The security label on the entire set of term provision elements may be different from the security labels on a contained offer, asset, valuedItem, or data such as sensitive information, and must be the high water mark of all security labels within the term. Rationale is that a labelled term, which may be disaggregated from the Contract, and must persist the label on the term and on contained elements within other contexts. If more than one policy dictates a level of confidentiality of the term, then each applicable policy may be represented by a security label specific to its requirements.\n\nA Security Label is comprised of 1..1 confidentiality code and 0..* other security label codes (aka \"privacy tags\". A Security Label is metadata assigned (aka \"tagged\") to Resources and Resource elements, which specify the confidentiality and sensitivity of the Resource or element and their related attributes, the purposes for which tagged items may be collected, access, used or disclosed, any limitation on the type of entities authorized to engage in permitted purposes, and handling instructions that obligate or prohibit certain actions on the tagged items.", + "isSummary": false + }, + { + "path": "Contract.term.securityLabel.number", + "min": 0, + "definition": "Number used to link this term or term element to the applicable Security Label.", + "isModifier": false, + "short": "Link to Security Labels", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.securityLabel.number", + "isSummary": false + }, + { + "path": "Contract.term.securityLabel.classification", + "min": 1, + "definition": "Security label privacy tag that specifies the level of confidentiality protection required for this term and/or term elements.", + "isModifier": false, + "short": "Confidentiality Protection", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityClassification" + } + ], + "description": "Codes for confidentiality protection." + }, + "max": "1", + "id": "Contract.term.securityLabel.classification", + "isSummary": false + }, + { + "path": "Contract.term.securityLabel.category", + "min": 0, + "definition": "Security label privacy tag that specifies the applicable privacy and security policies governing this term and/or term elements.", + "isModifier": false, + "short": "Applicable Policy", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityCategory" + } + ], + "description": "Codes for policy category." + }, + "max": "*", + "id": "Contract.term.securityLabel.category", + "isSummary": false + }, + { + "path": "Contract.term.securityLabel.control", + "min": 0, + "definition": "Security label privacy tag that specifies the manner in which term and/or term elements are to be protected.", + "isModifier": false, + "short": "Handling Instructions", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-security-control", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSecurityControl" + } + ], + "description": "Codes for handling instructions." + }, + "max": "*", + "id": "Contract.term.securityLabel.control", + "isSummary": false + }, + { + "path": "Contract.term.offer", + "min": 1, + "definition": "The matter of concern in the context of this provision of the agrement.", + "isModifier": false, + "short": "Context of the Contract term", + "mapping": [{ "map": "Document", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractOffer" + } + ], + "max": "1", + "id": "Contract.term.offer", + "isSummary": false + }, + { + "path": "Contract.term.offer.identifier", + "min": 0, + "definition": "Unique identifier for this particular Contract Provision.", + "isModifier": false, + "short": "Offer business ID", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.offer.identifier", + "isSummary": false + }, + { + "path": "Contract.term.offer.party", + "min": 0, + "definition": "Offer Recipient.", + "isModifier": false, + "short": "Offer Recipient", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractParty" + } + ], + "max": "*", + "id": "Contract.term.offer.party", + "isSummary": false + }, + { + "path": "Contract.term.offer.party.reference", + "min": 1, + "definition": "Participant in the offer.", + "isModifier": false, + "short": "Referenced entity", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.term.offer.party.reference", + "isSummary": false + }, + { + "path": "Contract.term.offer.party.role", + "min": 1, + "definition": "How the party participates in the offer.", + "isModifier": false, + "short": "Participant engagement type", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-party-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractPartyRole" + } + ], + "description": "Codes for offer participant roles." + }, + "max": "1", + "id": "Contract.term.offer.party.role", + "isSummary": false + }, + { + "path": "Contract.term.offer.topic", + "requirements": "In the context of a contract, the topic is the matter under consideration in regards to which specific rights, privileges, obligations, restrictions, and prohibitions are binding on any grantor and grantee parties upon the execution of the contract. \rGiven the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. \rThe same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. \rOne way to determine the Contract.topic is to answer the question: “What is the object of negotiation?”\rAnswer: The Contract.topic, which may be described with more detail in the [0..*]Contract.valuedItem @ [0..1] Contract.valuedItem.entity[x] Definition: Specific type of Contract Valued Item that may be priced. CodeableConcept|Reference(Any)\rContract.topic is “the what” that a grantor is exchanging with a grantee in return for some benefit. \rContract.topic is “the what” to which any Contract.action is being applied for any stipulated Contract.action.reason. \rAContract.topic is “the what” governed by the execution of the contract to which any party’s rights, privileges, obligations, restrictions, and prohibitions apply.", + "min": 0, + "definition": "The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).", + "isModifier": false, + "short": "Negotiable offer asset", + "mapping": [ + { + "map": "Includes many ActClass, ActCode, RoleClass, RoleCode, EntityClass, EntityCode, ParticipationType codes from HL7 concept domains and code systems. For example, RoleCode: HLD (held entity) Description: Entity that is currently in the possession of a holder (scoper), who holds, or uses it, usually based on some agreement with the owner. MANU (manufactured product) Description: Scoped by the manufacturer. OWN (owned entity) Description: An Entity (player) for which someone (scoper) is granted by law the right to call the material (player) his own. This entitles the scoper to make decisions about the disposition of that material. WRTE (warranteed product) Description:\rA role a product plays when a guarantee is given to the purchaser by the seller (scoping entity) stating that the product is reliable and free from known defects and that the seller will repair or replace defective parts within a given time limit and under certain conditions.", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.offer.topic", + "comment": "The Contract.topic may be an application for or offer of a policy or service (e.g., uri to a consent directive form or a health insurance policy), which becomes the Contract once accepted by both the grantor and grantee. \rThe Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. \rHowever, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource.\rIf the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.", + "isSummary": true + }, + { + "path": "Contract.term.offer.type", + "min": 0, + "definition": "Type of Contract Provision such as specific requirements, purposes for actions, obligations, prohibitions, e.g. life time maximum benefit.", + "isModifier": false, + "short": "Contract Offer Type or Form", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "See Contract.term mapping.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-term-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractTermType" + } + ], + "description": "Detailed codes for the types of contract provisions." + }, + "max": "1", + "id": "Contract.term.offer.type", + "isSummary": false + }, + { + "path": "Contract.term.offer.decision", + "requirements": "In some policy or contract contexts, the \"offer\" is made by an offeror wishing to be the \"grantee\" of the offer topic by the grantor. From this perspective, the grantor is the \"offeree\".", + "min": 0, + "definition": "Type of choice made by accepting party with respect to an offer made by an offeror/ grantee.", + "isModifier": false, + "short": "Accepting party choice", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "ActCode: _ActConsentDirective [abstract term] Description: Specifies the type of agreement between one or more grantor and grantee in which rights and obligations related to one or more shared items of interest are allocated. Usage Note: Such agreements may be considered \"consent directives\" or \"contracts\" depending on the context, and are considered closely related or synonymous from a legal perspective.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActConsentDirective", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDecisionType" + } + ], + "description": "The type of decision made by a grantor with respect to an offer made by a grantee." + }, + "max": "1", + "id": "Contract.term.offer.decision", + "isSummary": false + }, + { + "path": "Contract.term.offer.decisionMode", + "min": 0, + "definition": "How the decision about a Contract was conveyed.", + "isModifier": false, + "short": "How decision is conveyed", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-decision-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractDecisionMode" + } + ], + "description": "Codes for conveying a decision." + }, + "max": "*", + "id": "Contract.term.offer.decisionMode", + "isSummary": false + }, + { + "path": "Contract.term.offer.answer", + "min": 0, + "definition": "Response to offer text.", + "isModifier": false, + "short": "Response to offer text", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Answer" + } + ], + "max": "*", + "id": "Contract.term.offer.answer", + "isSummary": false + }, + { + "path": "Contract.term.offer.answer.value[x]", + "min": 1, + "definition": "Response to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warranty duration, or whether biospecimen may be used for further research.", + "isModifier": false, + "short": "The actual answer response", + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.offer.answer.value[x]", + "isSummary": false + }, + { + "path": "Contract.term.offer.text", + "min": 0, + "definition": "Human readable form of this Contract Offer.", + "isModifier": false, + "short": "Human readable offer text", + "mapping": [{ "map": "Document.text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.offer.text", + "isSummary": false + }, + { + "path": "Contract.term.offer.linkId", + "min": 0, + "definition": "The id of the clause or question text of the offer in the referenced questionnaire/response.", + "isModifier": false, + "short": "Pointer to text", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DEFN].target[classCode=OBS, moodCode=DEFN].id", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.offer.linkId", + "isSummary": false + }, + { + "path": "Contract.term.offer.securityLabelNumber", + "min": 0, + "definition": "Security labels that protects the offer.", + "isModifier": false, + "short": "Offer restriction numbers", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.offer.securityLabelNumber", + "isSummary": false + }, + { + "path": "Contract.term.asset", + "min": 0, + "definition": "Contract Term Asset List.", + "isModifier": false, + "short": "Contract Term Asset List", + "mapping": [ + { + "map": "FinancialContract.paymentTermsCode", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ContractAsset" + } + ], + "max": "*", + "id": "Contract.term.asset", + "isSummary": false + }, + { + "path": "Contract.term.asset.scope", + "min": 0, + "definition": "Differentiates the kind of the asset .", + "isModifier": false, + "short": "Range of asset", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetscope", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetScope" + } + ], + "description": "Codes for scoping an asset." + }, + "max": "1", + "id": "Contract.term.asset.scope", + "isSummary": false + }, + { + "path": "Contract.term.asset.type", + "min": 0, + "definition": "Target entity type about which the term may be concerned.", + "isModifier": false, + "short": "Asset category", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assettype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetType" + } + ], + "description": "Condes for the type of an asset." + }, + "max": "*", + "id": "Contract.term.asset.type", + "isSummary": false + }, + { + "path": "Contract.term.asset.typeReference", + "min": 0, + "definition": "Associated entities.", + "isModifier": false, + "short": "Associated entities", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.typeReference", + "isSummary": false + }, + { + "path": "Contract.term.asset.subtype", + "min": 0, + "definition": "May be a subtype or part of an offered asset.", + "isModifier": false, + "short": "Asset sub-category", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetsubtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetSubtype" + } + ], + "description": "Condes for the sub-type of an asset." + }, + "max": "*", + "id": "Contract.term.asset.subtype", + "isSummary": false + }, + { + "path": "Contract.term.asset.relationship", + "min": 0, + "definition": "Specifies the applicability of the term to an asset resource instance, and instances it refers to or instances that refer to it, and/or are owned by the offeree.", + "isModifier": false, + "short": "Kinship of the asset", + "mapping": [ + { "map": "FinancialContract.code", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentClass" + } + ], + "description": "The class (type) of information a consent rule covers." + }, + "max": "1", + "id": "Contract.term.asset.relationship", + "isSummary": false + }, + { + "path": "Contract.term.asset.context", + "min": 0, + "definition": "Circumstance of the asset.", + "isModifier": false, + "short": "Circumstance of the asset", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AssetContext" + } + ], + "max": "*", + "id": "Contract.term.asset.context", + "isSummary": false + }, + { + "path": "Contract.term.asset.context.reference", + "min": 0, + "definition": "Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository), location held, e.g., building, jurisdiction.", + "isModifier": false, + "short": "Creator,custodian or owner", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.context.reference", + "isSummary": false + }, + { + "path": "Contract.term.asset.context.code", + "min": 0, + "definition": "Coded representation of the context generally or of the Referenced entity, such as the asset holder type or location.", + "isModifier": false, + "short": "Codeable asset context", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-assetcontext", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAssetContext" + } + ], + "description": "Codes for the context of the asset." + }, + "max": "*", + "id": "Contract.term.asset.context.code", + "isSummary": false + }, + { + "path": "Contract.term.asset.context.text", + "min": 0, + "definition": "Context description.", + "isModifier": false, + "short": "Context description", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.context.text", + "isSummary": false + }, + { + "path": "Contract.term.asset.condition", + "min": 0, + "definition": "Description of the quality and completeness of the asset that may be a factor in its valuation.", + "isModifier": false, + "short": "Quality desctiption of asset", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.condition", + "isSummary": false + }, + { + "path": "Contract.term.asset.periodType", + "min": 0, + "definition": "Type of Asset availability for use or ownership.", + "isModifier": false, + "short": "Asset availability types", + "mapping": [ + { "map": "FinancialContract.code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/asset-availability", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssetAvailabilityType" + } + ], + "description": "Codes for asset availability." + }, + "max": "*", + "id": "Contract.term.asset.periodType", + "isSummary": false + }, + { + "path": "Contract.term.asset.period", + "min": 0, + "definition": "Asset relevant contractual time period.", + "isModifier": false, + "short": "Time period of the asset", + "mapping": [ + { + "map": "FinancialContract.activityTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.period", + "isSummary": false + }, + { + "path": "Contract.term.asset.usePeriod", + "min": 0, + "definition": "Time period of asset use.", + "isModifier": false, + "short": "Time period", + "mapping": [ + { + "map": "FinancialContract.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.usePeriod", + "isSummary": false + }, + { + "path": "Contract.term.asset.text", + "min": 0, + "definition": "Clause or question text (Prose Object) concerning the asset in a linked form, such as a QuestionnaireResponse used in the formation of the contract.", + "isModifier": false, + "short": "Asset clause or question text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.text", + "isSummary": false + }, + { + "path": "Contract.term.asset.linkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text about the asset in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to asset text", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.linkId", + "isSummary": false + }, + { + "path": "Contract.term.asset.answer", + "min": 0, + "definition": "Response to assets.", + "isModifier": false, + "short": "Response to assets", + "contentReference": "#Contract.term.offer.answer", + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.answer", + "isSummary": false + }, + { + "path": "Contract.term.asset.securityLabelNumber", + "min": 0, + "definition": "Security labels that protects the asset.", + "isModifier": false, + "short": "Asset restriction numbers", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.securityLabelNumber", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem", + "min": 0, + "definition": "Contract Valued Item List.", + "isModifier": false, + "short": "Contract Valued Item List", + "mapping": [ + { + "map": "COCT_RM440000UV09 ValuedItem classCode INVE", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ValuedItem" + } + ], + "max": "*", + "id": "Contract.term.asset.valuedItem", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.entity[x]", + "min": 0, + "definition": "Specific type of Contract Valued Item that may be priced.", + "isModifier": false, + "short": "Contract Valued Item Type", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem code", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.entity[x]", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.identifier", + "min": 0, + "definition": "Identifies a Contract Valued Item instance.", + "isModifier": false, + "short": "Contract Valued Item Number", + "mapping": [ + { + "map": "COCT_RM440000UV09 ValuedItem id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.identifier", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.effectiveTime", + "min": 0, + "definition": "Indicates the time during which this Contract ValuedItem information is effective.", + "isModifier": false, + "short": "Contract Valued Item Effective Tiem", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.effectiveTime", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.quantity", + "min": 0, + "definition": "Specifies the units by which the Contract Valued Item is measured or counted, and quantifies the countable or measurable Contract Valued Item instances.", + "isModifier": false, + "short": "Count of Contract Valued Items", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem unitQuantity", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.quantity", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.unitPrice", + "min": 0, + "definition": "A Contract Valued Item unit valuation measure.", + "isModifier": false, + "short": "Contract Valued Item fee, charge, or cost", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem unitPriceAmt", + "identity": "rim" + } + ], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.unitPrice", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.factor", + "min": 0, + "definition": "A real number that represents a multiplier used in determining the overall value of the Contract Valued Item delivered. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.", + "isModifier": false, + "short": "Contract Valued Item Price Scaling Factor", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem factorNumber", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.factor", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.points", + "min": 0, + "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the Contract Valued Item delivered. The concept of Points allows for assignment of point values for a Contract Valued Item, such that a monetary amount can be assigned to each point.", + "isModifier": false, + "short": "Contract Valued Item Difficulty Scaling Factor", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem pointNumber", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.points", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.net", + "min": 0, + "definition": "Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.", + "isModifier": false, + "short": "Total Contract Valued Item Value", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "COCT_RM440000UV09 ValuedItem netAmt", + "identity": "rim" + } + ], + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.net", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.payment", + "min": 0, + "definition": "Terms of valuation.", + "isModifier": false, + "short": "Terms of valuation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.payment", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.paymentDate", + "min": 0, + "definition": "When payment is due.", + "isModifier": false, + "short": "When payment is due", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.paymentDate", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.responsible", + "min": 0, + "definition": "Who will make payment.", + "isModifier": false, + "short": "Who will make payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.responsible", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.recipient", + "min": 0, + "definition": "Who will receive payment.", + "isModifier": false, + "short": "Who will receive payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.asset.valuedItem.recipient", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.linkId", + "min": 0, + "definition": "Id of the clause or question text related to the context of this valuedItem in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.valuedItem.linkId", + "isSummary": false + }, + { + "path": "Contract.term.asset.valuedItem.securityLabelNumber", + "min": 0, + "definition": "A set of security labels that define which terms are controlled by this condition.", + "isModifier": false, + "short": "Security Labels that define affected terms", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.asset.valuedItem.securityLabelNumber", + "isSummary": false + }, + { + "path": "Contract.term.action", + "requirements": "An agent can be a person, an organization, software, device, or other entities that may be ascribed responsibility.", + "min": 0, + "definition": "An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.", + "isModifier": false, + "short": "Entity being ascribed responsibility", + "mapping": [{ "map": "Participation", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Action" + } + ], + "max": "*", + "id": "Contract.term.action", + "comment": "Several agents may be associated (i.e. has some responsibility for an activity) with an activity and vice-versa.\rFor example, in cases of actions initiated by one user for other users, or in events that involve more than one user, hardware device, software, or system process. However, only one user may be the initiator/requestor for the event.", + "isSummary": false + }, + { + "path": "Contract.term.action.doNotPerform", + "min": 0, + "definition": "True if the term prohibits the action.", + "isModifier": true, + "short": "True if the term prohibits the action", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Contract.term.action.doNotPerform", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a dictate to perform an action, it is a dictate not to perform the action.", + "isSummary": false + }, + { + "path": "Contract.term.action.type", + "min": 1, + "definition": "Activity or service obligation to be done or not done, performed or not performed, effectuated or not by this Contract term.", + "isModifier": false, + "short": "Type or form of the action", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": "RIM Role, Participation Type classes", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractAction" + } + ], + "description": "Detailed codes for the contract action." + }, + "max": "1", + "id": "Contract.term.action.type", + "isSummary": false + }, + { + "path": "Contract.term.action.subject", + "min": 0, + "definition": "Entity of the action.", + "isModifier": false, + "short": "Entity of the action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ActionSubject" + } + ], + "max": "*", + "id": "Contract.term.action.subject", + "isSummary": false + }, + { + "path": "Contract.term.action.subject.reference", + "min": 1, + "definition": "The entity the action is performed or not performed on or for.", + "isModifier": false, + "short": "Entity of the action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.subject.reference", + "isSummary": false + }, + { + "path": "Contract.term.action.subject.role", + "min": 0, + "definition": "Role type of agent assigned roles in this Contract.", + "isModifier": false, + "short": "Role type of the agent", + "mapping": [ + { + "map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction codes", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actorrole", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActorRole" + } + ], + "description": "Detailed codes for the contract actor role." + }, + "max": "1", + "id": "Contract.term.action.subject.role", + "isSummary": false + }, + { + "path": "Contract.term.action.intent", + "min": 1, + "definition": "Reason or purpose for the action stipulated by this Contract Provision.", + "isModifier": false, + "short": "Purpose for the Contract Term Action", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "Examples from ActReason Concept Domains: ActCoverageReason Description:Codes used to specify reasons or criteria relating to coverage provided under a policy or program. May be used to convey reasons pertaining to coverage contractual provisions, including criteria for eligibility, coverage limitations, coverage maximums, or financial participation required of covered parties. ActInformationPrivacyReason Description: The rationale or purpose for an act relating to the management of personal information, such as disclosing personal tax information for the purpose of complying with a court order. ClinicalResearchObservationReason Definition: Specifies the reason that a test was performed or observation collected in a clinical research study. SafetyInvestigationReportReasonType Description: Possible reasons generating a report providing information developed during the investigation of an adverse event or a product problem. ControlActReason Description: Indicates the motivation, cause or rationale of an Act which results in a trigger event. NonPerformanceReasonCode Description: The reason the action was not performed, e.g. why the medication was not taken. If an action was not performed, it is often clinically important to know why the action was not taken. RefusalReasonCode Description: Identifies why a request to add (or activate) a record is being refused. Examples include the receiving system not able to match the identifier and find that record in the receiving system, having no permission, or a detected issue exists which precludes the requested action.\r\r\r\r\r\r\r\rExamples from HL7 ActReason Code System: QUALIMP (quality improvement) Description:Operational activities conducted for the purposes of improving the quality of an activity, product, or service. _PatientProfileQueryReasonCode Description: A collection of concepts identifying why the patient's profile is being queried. _ActInformationManagementReason Description:The rationale or purpose for an act relating to information management, such as archiving information for the purpose of complying with an enterprise data retention policy. _ActInvalidReason (ActInvalidReason) Description: Types of reasons why a substance is invalid for use. _NonPerformanceReasonCode Description: The reason the action wasn't performed, e.g. why the medication was not taken. If an action wasn\"t performed, it is often clinically important to know why the action wasn\"t taken.", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionReason" + } + ], + "description": "Detailed codes for the contract action reason." + }, + "max": "1", + "id": "Contract.term.action.intent", + "isSummary": false + }, + { + "path": "Contract.term.action.linkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text related to this action in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.linkId", + "isSummary": false + }, + { + "path": "Contract.term.action.status", + "min": 1, + "definition": "Current state of the term action.", + "isModifier": false, + "short": "State of the action", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-actionstatus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionStatus" + } + ], + "description": "Codes for the status of a term action." + }, + "max": "1", + "id": "Contract.term.action.status", + "isSummary": false + }, + { + "path": "Contract.term.action.context", + "min": 0, + "definition": "Encounter or Episode with primary association to the specified term activity.", + "isModifier": false, + "short": "Episode associated with action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.action.context", + "isSummary": false + }, + { + "path": "Contract.term.action.contextLinkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.contextLinkId", + "isSummary": false + }, + { + "path": "Contract.term.action.occurrence[x]", + "min": 0, + "definition": "When action happens.", + "isModifier": false, + "short": "When action happens", + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.action.occurrence[x]", + "isSummary": false + }, + { + "path": "Contract.term.action.requester", + "min": 0, + "definition": "Who or what initiated the action and has responsibility for its activation.", + "isModifier": false, + "short": "Who asked for action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.requester", + "isSummary": false + }, + { + "path": "Contract.term.action.requesterLinkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text related to the requester of this action in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.requesterLinkId", + "isSummary": false + }, + { + "path": "Contract.term.action.performerType", + "min": 0, + "definition": "The type of individual that is desired or required to perform or not perform the action.", + "isModifier": false, + "short": "Kind of service performer", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionPerformerType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes for the types of action performer." + }, + "max": "*", + "id": "Contract.term.action.performerType", + "isSummary": false + }, + { + "path": "Contract.term.action.performerRole", + "min": 0, + "definition": "The type of role or competency of an individual desired or required to perform or not perform the action.", + "isModifier": false, + "short": "Competency of the performer", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionPerformerRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes for the role of the action performer." + }, + "max": "1", + "id": "Contract.term.action.performerRole", + "isSummary": false + }, + { + "path": "Contract.term.action.performer", + "min": 0, + "definition": "Indicates who or what is being asked to perform (or not perform) the ction.", + "isModifier": false, + "short": "Actor that wil execute (or not) the action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.term.action.performer", + "isSummary": false + }, + { + "path": "Contract.term.action.performerLinkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.performerLinkId", + "isSummary": false + }, + { + "path": "Contract.term.action.reason", + "min": 0, + "definition": "Rationale for the action to be performed or not performed. Describes why the action is permitted or prohibited. Either a coded concept, or another resource whose existence justifies permitting or not permitting this action.", + "isModifier": false, + "short": "Why is action (not) needed?", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractActionReason" + } + ], + "description": "Detailed codes for the contract action reason." + }, + "max": "*", + "id": "Contract.term.action.reason", + "isSummary": false + }, + { + "path": "Contract.term.action.reasonLinkId", + "min": 0, + "definition": "Id [identifier??] of the clause or question text related to the reason type or reference of this action in the referenced form or QuestionnaireResponse.", + "isModifier": false, + "short": "Pointer to specific item", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.reasonLinkId", + "isSummary": false + }, + { + "path": "Contract.term.action.note", + "min": 0, + "definition": "Comments made about the term action made by the requester, performer, subject or other participants.", + "isModifier": false, + "short": "Comments about the action", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.note", + "isSummary": false + }, + { + "path": "Contract.term.action.securityLabelNumber", + "min": 0, + "definition": "Security labels that protects the action.", + "isModifier": false, + "short": "Action restriction numbers", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "*", + "id": "Contract.term.action.securityLabelNumber", + "isSummary": false + }, + { + "path": "Contract.term.group", + "min": 0, + "definition": "Nested group of Contract Provisions.", + "isModifier": false, + "short": "Nested Contract Term Group", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RIM Grouping or Nesting mechanisms", + "identity": "rim" + } + ], + "contentReference": "#Contract.term", + "mustSupport": false, + "max": "*", + "id": "Contract.term.group", + "isSummary": false + }, + { + "path": "Contract.supportingInfo", + "min": 0, + "definition": "Information that may be needed by/relevant to the performer in their execution of this term action.", + "isModifier": false, + "short": "Extra Information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.supportingInfo", + "isSummary": false + }, + { + "path": "Contract.relevantHistory", + "min": 0, + "definition": "Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract. The Provenance.entity indicates the target that was changed in the update (see [Provenance.entity](provenance-definitions.html#Provenance.entity)).", + "isModifier": false, + "short": "Key event in Contract History", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Contract.relevantHistory", + "isSummary": false + }, + { + "path": "Contract.signer", + "requirements": "The Contract.signer applies a signature to the Contract.binding referenced resource, which is the documentation that is the legal \"source of truth\". The Contract.signer may delegate, such as a legally recognized personal representative, or have a delegate assigned e.g., by a court of law, to actually sign the Contract, such as a trustee in the case of incompetence.", + "min": 0, + "definition": "Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.", + "isModifier": false, + "short": "Contract Signatory", + "mapping": [{ "map": "Participation", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Signatory" + } + ], + "max": "*", + "id": "Contract.signer", + "comment": "Signers who are principal parties to the contract are bound by the Contract.activity related to the Contract.topic, and the Contract.term(s), which either extend or restrict the overall action on the topic by, for example, stipulating specific policies or obligations constraining actions, action reason, or agents with respect to some or all of the topic.\rFor example, specifying how policies or obligations shall constrain actions and action reasons permitted or denied on all or a subset of the Contract.topic (e.g., all or a portion of property being transferred by the contract), agents (e.g., who can resell, assign interests, or alter the property being transferred by the contract), actions, and action reasons; or with respect to Contract.terms, stipulating, extending, or limiting the Contract.period of applicability or valuation of items under consideration.", + "isSummary": false + }, + { + "path": "Contract.signer.type", + "min": 1, + "definition": "Role of this Contract signer, e.g. notary, grantee.", + "isModifier": false, + "short": "Contract Signatory Role", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RoleClass, RoleCode, ParticipationType, ParticipationFunction class codes.", + "identity": "rim" + } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/contract-signer-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContractSignerType" + } + ], + "description": "List of parties who may be signing." + }, + "max": "1", + "id": "Contract.signer.type", + "isSummary": false + }, + { + "path": "Contract.signer.party", + "min": 1, + "definition": "Party which is a signator to this Contract.", + "isModifier": false, + "short": "Contract Signatory Party", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "Role Class", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.signer.party", + "isSummary": false + }, + { + "path": "Contract.signer.signature", + "min": 1, + "definition": "Legally binding Contract DSIG signature contents in Base64.", + "isModifier": false, + "short": "Contract Documentation Signature", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "Participation.signatureCode :: CD (0..1) Definition: Whether the participant has attested participation through a signature, or whether such a signature is needed. Examples: A surgical Procedure act object (representing a procedure report) requires a signature of the performing and responsible surgeon, and possibly other participants; The participant intends to provide a signature. Participation.signatureText :: ED (0..1) Definition: A textual or multimedia depiction of the signature by which the participant endorses and accepts responsibility for his or her participation in the Act as specified in the Participation.typeCode. UsageNotes: The signature can be represented either inline or by reference according to the ED data type. Typical cases are \r1) Paper-based signatures: the ED data type may refer to a document or other resource that can be retrieved through an electronic interface to a hardcopy archive. 2) Electronic signature: this attribute can represent virtually any electronic signature scheme. 3) Digital signature: this attribute can represent digital signatures by reference to a signature data block that is constructed in accordance to a digital signature standard, such as XML-DSIG, PKCS#7, PGP, etc. Examples: 1) An \"author\" participant assumes accountability for the truth of the Act statement to the best of his knowledge. 2) An information recipient only attests to the fact that he or she has received the information.", + "identity": "rim" + } + ], + "type": [{ "code": "Signature" }], + "mustSupport": false, + "max": "*", + "id": "Contract.signer.signature", + "isSummary": false + }, + { + "path": "Contract.friendly", + "min": 0, + "definition": "The \"patient friendly language\" versionof the Contract in whole or in parts. \"Patient friendly language\" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement.", + "isModifier": false, + "short": "Contract Friendly Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "FriendlyLanguage" + } + ], + "max": "*", + "id": "Contract.friendly", + "isSummary": false + }, + { + "path": "Contract.friendly.content[x]", + "min": 1, + "definition": "Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability.", + "isModifier": false, + "short": "Easily comprehended representation of this Contract", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Act.text Definition: A renderable textual or multimedia description (or reference to a description) of the complete information which would reasonably be expected to be displayed to a human reader conveyed by the Act.", + "identity": "rim" + } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.friendly.content[x]", + "isSummary": false + }, + { + "path": "Contract.legal", + "min": 0, + "definition": "List of Legal expressions or representations of this Contract.", + "isModifier": false, + "short": "Contract Legal Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "LegalLanguage" + } + ], + "max": "*", + "id": "Contract.legal", + "isSummary": false + }, + { + "path": "Contract.legal.content[x]", + "min": 1, + "definition": "Contract legal text in human renderable form.", + "isModifier": false, + "short": "Contract Legal Text", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Example: Act.text of an Act coded as with ActPrivacyLaw, ActPolicy code", + "identity": "rim" + } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.legal.content[x]", + "isSummary": false + }, + { + "path": "Contract.rule", + "min": 0, + "definition": "List of Computable Policy Rule Language Representations of this Contract.", + "isModifier": false, + "short": "Computable Contract Language", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ComputableLanguage" + } + ], + "max": "*", + "id": "Contract.rule", + "isSummary": false + }, + { + "path": "Contract.rule.content[x]", + "min": 1, + "definition": "Computable Contract conveyed using a policy rule language (e.g. XACML, DKAL, SecPal).", + "isModifier": false, + "short": "Computable Contract Rules", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Computable Policy Consent [Observation: templateId 2.16.840.1.113883.3.445.16] This template is used to represent an alternative representation of the Privacy Consent Directive (e.g.,ODRL, XrML, XACML) as a computer-readable set of rules. An implementation may use any appropriate representations of the privacy consent in addition to the \"ConsentDirectiveStructuredDefinition\" which uses the Clinical Template structure to express the elements of a consent directive in an interoperable way.\r1. SHALL contain exactly one [1..1] templateId ( CONF-CD-16 ) such that it\ra. SHALL contain exactly one [1..1] @root=\"2.16.840.1.113883.3.445.16\"\r2. SHALL contain exactly one [1..1] @moodCode=\"DEF\" (CodeSystem: 2.16.840.1.113883.5.1001 HL7ActMood) (CONF:14912)\r3. SHALL contain exactly one [1..1] code (CONF:9139)/@code=\"57016-8\" Privacy Policy Acknowledgement Document (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:9138)\rIt specifies the LOINC code corresponding to \"Privacy Policy Acknowledgement Document\", it is fixed at this value.\r4. SHOULD contain zero or more [0..*] value with @xsi:type=\"ANY\" (CONF:9140) The value contains the computable representation of the policy. This may be a standard-based access control or attribute control based policy (See\r\"References\"). Computable Policy Consent example\r\r\r\r\r ... \r\r", + "identity": "rim" + } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.rule.content[x]", + "isSummary": false + }, + { + "path": "Contract.legallyBinding[x]", + "min": 0, + "definition": "Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the \"source of truth\" and which would be the basis for legal action related to enforcement of this Contract.", + "isModifier": false, + "short": "Binding Contract", + "mapping": [ + { + "map": "DocumentCompletion code system AU (authenticated) Description: A completion status in which a document has been signed manually or electronically by one or more individuals who attest to its accuracy. No explicit determination is made that the assigned individual has performed the authentication. While the standard allows multiple instances of authentication, it would be typical to have a single instance of authentication, usually by the assigned individual.", + "identity": "rim" + } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Contract.legallyBinding[x]", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OperationDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "OperationDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "OperationDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "opd-5", + "human": "A query operation cannot be defined at the instance level", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "(kind = 'query') implies (instance = false)" + }, + { + "key": "opd-6", + "human": "A query operation requires input parameters to have a search type", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "(kind = 'query') implies (parameter.all((use = 'in' and searchType.exists()) or (use != 'in')))" + }, + { + "key": "opd-7", + "human": "Named queries always have a single output parameter named 'result' of type Bundle", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "(kind = 'query') implies ((parameter.where(use = 'out').count() = 1) and (parameter.where(use = 'out').all(name = 'result' and type = 'Bundle')))" + } + ], + "path": "OperationDefinition", + "min": 0, + "definition": "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).", + "isModifier": false, + "short": "Definition of an operation or a named query", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "OperationDefinition.url", + "requirements": "Allows the operation definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this operation definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the operation definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this operation definition, represented as an absolute URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).\n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "OperationDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this implementation guide when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the implementation guide (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "OperationDefinition.identifier", + "isSummary": true + }, + { + "path": "OperationDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the operation definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.version", + "comment": "There may be different operation definitions that have the same url but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the operation definition with the format. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "OperationDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "OperationDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "OperationDefinition.name", + "requirements": "Support code generation.", + "min": 1, + "definition": "A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this operation definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type no-whitespace name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "OperationDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the operation definition.", + "isModifier": false, + "short": "Name for this operation definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "OperationDefinition.status", + "requirements": "Enables tracking the lifecycle of the content and filtering of operation definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "min": 1, + "definition": "The current state of this operation definition.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "OperationDefinition.status", + "comment": "A nominal state-transition diagram can be found in the] documentation\n\nUnknown does not represent 'other' - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "OperationDefinition.kind", + "min": 1, + "definition": "Whether this is an operation or a named query.", + "isModifier": false, + "short": "operation | query", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationKind" + } + ], + "description": "Whether an operation is a normal operation or a query." + }, + "max": "1", + "id": "OperationDefinition.kind", + "condition": ["opd-5", "opd-6", "opd-7"], + "comment": "Named queries are invoked differently, and have different capabilities.", + "isSummary": true + }, + { + "path": "OperationDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level operation definition.", + "min": 0, + "definition": "A Boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "OperationDefinition.experimental", + "comment": "Allows filtering of operation definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "OperationDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the operation definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "OperationDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the operation definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "OperationDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the operation definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the operation definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the operation definition is the organization or individual primarily responsible for the maintenance and upkeep of the operation definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the operation definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "OperationDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "OperationDefinition.description", + "min": 0, + "definition": "A free text natural language description of the operation definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the operation definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the operation definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the operation definition is presumed to be the predominant language in the place the operation definition was created).", + "isSummary": false + }, + { + "path": "OperationDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate operation definition.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "OperationDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or even any of the contexts apply.", + "isSummary": true + }, + { + "path": "OperationDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the operation definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for operation definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "OperationDefinition.jurisdiction", + "comment": "It may be possible for the operation definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "OperationDefinition.purpose", + "min": 0, + "definition": "Explanation of why this operation definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this operation definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.purpose", + "comment": "This element does not describe the usage of the operation definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this operation definition.", + "isSummary": false + }, + { + "path": "OperationDefinition.copyright", + "requirements": "Consumers of the operation definition must be able to determine any legal restrictions on the use of the artifact and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the operation definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the operation definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "OperationDefinition.copyright", + "isSummary": false + }, + { + "path": "OperationDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "OperationDefinition.affectsState", + "min": 0, + "definition": "Whether the operation affects state. Side effects such as producing audit trail entries do not count as 'affecting state'.", + "isModifier": false, + "short": "Whether content is changed by the operation", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.affectsState", + "comment": "What http methods can be used for the operation depends on the .affectsState value and whether the input parameters are primitive or complex:\n\n1. Servers SHALL support POST method for all operations.\n\n2. Servers SHALL support the GET method when the operation has affectsState = false and all required parameters for the operation are primitive.", + "isSummary": true + }, + { + "path": "OperationDefinition.code", + "min": 1, + "definition": "The label that is recommended to be used in the URL for this operation. In some cases, servers may need to use a different CapabilityStatement operation.name to differentiate between multiple SearchParameters that happen to have the same code.", + "isModifier": false, + "short": "Recommended name for operation in search url", + "mapping": [ + { "map": "Definition.code", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.code", + "comment": "For maximum compatibility, use only lowercase ASCII characters. Note that HL7 will never define multiple operations with the same code. See [Naming Rules & Guidelines](https://confluence.hl7.org/display/FHIR/Guide+to+Designing+Resources#GuidetoDesigningResources-NamingRules&Guidelines) for the internal HL7 rules around codes, which are useful additional advice for all implementers", + "isSummary": true + }, + { + "path": "OperationDefinition.comment", + "min": 0, + "definition": "Additional information about how to use this operation or named query.", + "isModifier": false, + "short": "Additional information about use", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.comment", + "isSummary": false + }, + { + "path": "OperationDefinition.base", + "min": 0, + "definition": "Indicates that this operation definition is a constraining profile on the base.", + "isModifier": false, + "short": "Marks this as a profile of the base", + "mapping": [ + { + "map": "Definition.derivedFromCanonical", + "identity": "workflow" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.base", + "comment": "A constrained profile can make optional parameters required or not used, introduce new parameters (required or optional), and clarify documentation.", + "isSummary": true + }, + { + "path": "OperationDefinition.resource", + "min": 0, + "definition": "The types on which this operation can be executed.", + "isModifier": false, + "short": "Types this operation applies to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "*", + "id": "OperationDefinition.resource", + "comment": "If the type is an abstract resource (\"Resource\" or \"DomainResource\") then the operation can be invoked on any concrete specialization.", + "isSummary": true + }, + { + "path": "OperationDefinition.system", + "min": 1, + "definition": "Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context).", + "isModifier": false, + "short": "Invoke at the system level?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.system", + "isSummary": true + }, + { + "path": "OperationDefinition.type", + "min": 1, + "definition": "Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a specific resource id for the context).", + "isModifier": false, + "short": "Invoke at the type level?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.type", + "isSummary": true + }, + { + "path": "OperationDefinition.instance", + "min": 1, + "definition": "Indicates whether this operation can be invoked on a particular instance of one of the given types.", + "isModifier": false, + "short": "Invoke on an instance?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.instance", + "condition": ["opd-5"], + "isSummary": true + }, + { + "path": "OperationDefinition.inputProfile", + "min": 0, + "definition": "Additional validation information for the in parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource as a whole.", + "isModifier": false, + "short": "Validation information for in parameters", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.inputProfile", + "comment": "If present the profile shall not conflict with what is specified in the parameters in the operation definition (max/min etc.), though it may provide additional constraints. The constraints expressed in the profile apply whether the operation is invoked by a POST wih parameters or not.", + "isSummary": false + }, + { + "path": "OperationDefinition.outputProfile", + "min": 0, + "definition": "Additional validation information for the out parameters - a single profile that covers all the parameters. The profile is a constraint on the parameters resource.", + "isModifier": false, + "short": "Validation information for out parameters", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.outputProfile", + "comment": "If present the profile shall not conflict with what is specified in the parameters in the operation definition (max/min etc.), though it may provide additional constraints. The constraints expressed in the profile apply whether the operation is invoked by a POST wih parameters or not.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "opd-1", + "human": "Either a type must be provided, or parts", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "type.exists() or part.exists()" + }, + { + "key": "opd-2", + "human": "A search type can only be specified for parameters of type string", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "searchType.exists() implies type = 'string'" + }, + { + "key": "opd-3", + "human": "A targetProfile can only be specified for parameters of type Reference, Canonical, or a Resource", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "targetProfile.exists() implies (type = 'Reference' or type = 'canonical' or type.memberOf('http://hl7.org/fhir/ValueSet/resource-types'))" + }, + { + "key": "opd-4", + "human": "SearchParamType can only be specified on in parameters", + "source": "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "severity": "error", + "expression": "(use = 'out') implies searchType.empty()" + } + ], + "path": "OperationDefinition.parameter", + "min": 0, + "definition": "The parameters for the operation/query.", + "isModifier": false, + "short": "Parameters for the operation/query", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.parameter", + "condition": ["opd-7"], + "comment": "Query Definitions only have one output parameter, named \"result\". This might not be described, but can be to allow a profile to be defined.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.name", + "min": 1, + "definition": "The name of used to identify the parameter.", + "isModifier": false, + "short": "Name in Parameters.parameter.name or in URL", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.parameter.name", + "condition": ["opd-7"], + "comment": "This name must be a token (start with a letter in a..z, and only contain letters, numerals, and underscore. Note that for search parameters (type = string, with a search type), the name may be altered by the search modifiers.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.use", + "min": 1, + "definition": "Whether this is an input or an output parameter.", + "isModifier": false, + "short": "in | out", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationParameterUse" + } + ], + "description": "Whether an operation parameter is an input or an output parameter." + }, + "max": "1", + "id": "OperationDefinition.parameter.use", + "condition": ["opd-6", "opd-7", "opd-4"], + "comment": "If a parameter name is used for both an input and an output parameter, the parameter should be defined twice.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.scope", + "min": 0, + "definition": "If present, indicates that the parameter applies when the operation is being invoked at the specified level.", + "isModifier": false, + "short": "instance | type | system", + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no scope is indicated, it is assumed that the parameter is relevant whenever the operation is invoked.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-scope|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OperationParameterScope" + } + ] + }, + "max": "*", + "id": "OperationDefinition.parameter.scope", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.min", + "min": 1, + "definition": "The minimum number of times this parameter SHALL appear in the request or response.", + "isModifier": false, + "short": "Minimum Cardinality", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.min", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.max", + "min": 1, + "definition": "The maximum number of times this element is permitted to appear in the request or response.", + "isModifier": false, + "short": "Maximum Cardinality (a number or *)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.max", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.documentation", + "min": 0, + "definition": "Describes the meaning or use of this parameter.", + "isModifier": false, + "short": "Description of meaning/use", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "OperationDefinition.parameter.documentation", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.type", + "min": 0, + "definition": "The type for this parameter.", + "isModifier": false, + "short": "What type this parameter has", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRAllTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types." + }, + "max": "1", + "id": "OperationDefinition.parameter.type", + "condition": ["opd-7", "opd-1", "opd-2", "opd-3"], + "comment": "if there is no stated parameter, then the parameter is a multi-part parameter type and must have at least one part defined.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.allowedType", + "min": 0, + "definition": "Support for polymorphic types. If the parameter type is abstract, this element lists allowed sub-types for the parameter.", + "isModifier": false, + "short": "Allowed sub-type this parameter can have (if type is abstract)", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRAllTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the types defined in this version of the FHIR specification - Abstract Types, Data Types and Resource Types." + }, + "max": "*", + "id": "OperationDefinition.parameter.allowedType", + "comment": "In previous versions of FHIR, there was an extension for this: http://hl7.org/fhir/StructureDefinition/operationdefinition-allowed-type", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.targetProfile", + "min": 0, + "definition": "Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide.", + "isModifier": false, + "short": "If type is Reference | canonical, allowed targets. If type is 'Resource', then this constrains the allowed resource types", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.parameter.targetProfile", + "condition": ["opd-3"], + "comment": "Often, these profiles are the base definitions from the spec (e.g. http://hl7.org/fhir/StructureDefinition/Patient).", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.searchType", + "min": 0, + "definition": "How the parameter is understood if/when it used as search parameter. This is only used if the parameter is a string.", + "isModifier": false, + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "OperationDefinition.parameter.searchType", + "condition": ["opd-6", "opd-2", "opd-4"], + "comment": "Parameters that are search parameter usually - but not always - are also defined for use with general searches, and function in the operation to filter the set of resources in scope for the operation just like the do when searching. The searchType describes how the server processes the value. For an example, see the [Evaluate Measure Operation](measure-operation-evaluate-measure.html)", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.binding", + "min": 0, + "definition": "Binds to a value set if this parameter is coded (code, Coding, CodeableConcept).", + "isModifier": false, + "short": "ValueSet details if this is coded", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.binding", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.binding.strength", + "min": 1, + "definition": "Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.", + "isModifier": false, + "short": "required | extensible | preferred | example", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BindingStrength" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Indication of the degree of conformance expectations associated with a binding." + }, + "alias": ["conformance", "extensibility"], + "max": "1", + "id": "OperationDefinition.parameter.binding.strength", + "comment": "For further discussion, see [Using Terminologies](terminologies.html).", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.binding.valueSet", + "min": 1, + "definition": "Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.", + "isModifier": false, + "short": "Source of value set", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.binding.valueSet", + "comment": "For value sets with a referenceResource, the display can contain the value set description. The reference may be version-specific or not.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.referencedFrom", + "min": 0, + "definition": "Identifies other resource parameters within the operation invocation that are expected to resolve to this resource.", + "isModifier": false, + "short": "References to this parameter", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "OperationDefinition.parameter.referencedFrom", + "comment": "Resolution applies if the referenced parameter exists.", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.referencedFrom.source", + "min": 1, + "definition": "The name of the parameter or dot-separated path of parameter names pointing to the resource parameter that is expected to contain a reference to this resource.", + "isModifier": false, + "short": "Referencing parameter", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.referencedFrom.source", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.referencedFrom.sourceId", + "min": 0, + "definition": "The id of the element in the referencing resource that is expected to resolve to this resource.", + "isModifier": false, + "short": "Element id of reference", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.parameter.referencedFrom.sourceId", + "isSummary": false + }, + { + "path": "OperationDefinition.parameter.part", + "min": 0, + "definition": "The parts of a nested Parameter.", + "isModifier": false, + "short": "Parts of a nested Parameter", + "contentReference": "#OperationDefinition.parameter", + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.parameter.part", + "condition": ["opd-1"], + "comment": "Query Definitions only have one output parameter, named \"result\". This might not be described, but can be to allow a profile to be defined.", + "isSummary": false + }, + { + "path": "OperationDefinition.overload", + "min": 0, + "definition": "Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation.", + "isModifier": false, + "short": "Define overloaded variants for when generating code", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.overload", + "comment": "The combinations are suggestions as to which sets of parameters to use together, but the combinations are not intended to be authoritative.", + "isSummary": false + }, + { + "path": "OperationDefinition.overload.parameterName", + "min": 0, + "definition": "Name of parameter to include in overload.", + "isModifier": false, + "short": "Name of parameter to include in overload", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "OperationDefinition.overload.parameterName", + "isSummary": false + }, + { + "path": "OperationDefinition.overload.comment", + "min": 0, + "definition": "Comments to go on overload.", + "isModifier": false, + "short": "Comments to go on overload", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationDefinition.overload.comment", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Range Type: A set of ordered Quantities defined by a low and high limit.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Range/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to specify ranges of values.", + "name": "Range", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Range", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + } + ], + "status": "active", + "id": "Range", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Range", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Range", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "rng-2", + "human": "If present, low SHALL have a lower value than high", + "source": "http://hl7.org/fhir/StructureDefinition/Range", + "severity": "error", + "expression": "low.value.empty() or high.value.empty() or low.lowBoundary().comparable(high.highBoundary()).not() or (low.lowBoundary() <= high.highBoundary())" + } + ], + "path": "Range", + "min": 0, + "definition": "A set of ordered Quantities defined by a low and high limit.", + "short": "Set of values bounded by low and high", + "mapping": [ + { + "map": "NR and also possibly SN (but see also quantity)", + "identity": "v2" + }, + { + "map": "IVL [lowClosed=\"true\" and highClosed=\"true\"]or URG", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Range", + "comment": "The stated low and high value are assumed to have arbitrarily high precision when it comes to determining which values are in the range. I.e. 1.99 is not in the range 2 -> 3." + }, + { + "path": "Range.low", + "min": 0, + "definition": "The low limit. The boundary is inclusive.", + "short": "Low limit", + "mapping": [ + { "map": "NR.1", "identity": "v2" }, + { "map": "./low", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Range.low", + "condition": ["rng-2"], + "comment": "If the low element is missing, the low boundary is not known.", + "isSummary": true + }, + { + "path": "Range.high", + "min": 0, + "definition": "The high limit. The boundary is inclusive.", + "short": "High limit", + "mapping": [ + { "map": "NR.2", "identity": "v2" }, + { "map": "./high", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Range.high", + "condition": ["rng-2"], + "comment": "If the high element is missing, the high boundary is not known.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "The logic library profile sets the minimum expectations for computable and/or executable libraries, including support for terminology and dependency declaration, parameters, and data requirements", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/logiclibrary/5.0.0", + "date": "2019-06-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "LogicLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Logic Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "logiclibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/logiclibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1162", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/logiclibrary", + "differential": { + "element": [ + { "id": "Library", "path": "Library", "mustSupport": false }, + { + "id": "Library.extension:directReferenceCode", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-directReferenceCode" + ] + } + ], + "sliceName": "directReferenceCode", + "mustSupport": true + }, + { + "id": "Library.type", + "max": "1", + "min": 1, + "path": "Library.type", + "type": [{ "code": "CodeableConcept" }], + "patternCodeableConcept": { + "coding": [ + { + "code": "module-definition", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + { + "id": "Library.subject[x]", + "path": "Library.subject[x]", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact", + "path": "Library.relatedArtifact", + "slicing": { + "rules": "open", + "discriminator": [{ "path": "type", "type": "value" }] + }, + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency", + "max": "*", + "min": 0, + "path": "Library.relatedArtifact", + "sliceName": "dependency", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency.type", + "path": "Library.relatedArtifact.type", + "type": [{ "code": "code" }], + "fixedCode": "depends-on", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency.resource", + "max": "1", + "min": 1, + "path": "Library.relatedArtifact.resource", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": true + }, + { + "id": "Library.parameter", + "path": "Library.parameter", + "mustSupport": true + }, + { + "id": "Library.dataRequirement", + "path": "Library.dataRequirement", + "mustSupport": true + }, + { + "id": "Library.content", + "path": "Library.content", + "mustSupport": true + }, + { + "id": "Library.content.contentType", + "path": "Library.content.contentType", + "mustSupport": true + }, + { + "id": "Library.content.data", + "path": "Library.content.data", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/DSS", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablelibrary" + }, + { + "description": "A report of inventory or stock items.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/InventoryReport/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InventoryReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "InventoryReport", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "InventoryReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InventoryReport", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InventoryReport", + "differential": { + "element": [ + { + "path": "InventoryReport", + "min": 0, + "definition": "A report of inventory or stock items.", + "isModifier": false, + "short": "A report of inventory or stock items", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "administrative.entity", "identity": "w5" }, + { + "map": "Act[classCode=COMPOSITION, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "Reference IHE radiology TF vol 2 table 4.14-1", + "identity": "dicom" + } + ], + "mustSupport": false, + "max": "*", + "id": "InventoryReport" + }, + { + "path": "InventoryReport.identifier", + "min": 0, + "definition": "Business identifier for the InventoryReport.", + "isModifier": false, + "short": "Business identifier for the report", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".id and .inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id", + "identity": "rim" + }, + { + "map": "StudyInstanceUID (0020,000D) | Accession Number and Issuer (0080,0050)+(0080,0051) | Study ID (0020,0010)", + "identity": "dicom" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "InventoryReport.identifier", + "isSummary": true + }, + { + "path": "InventoryReport.status", + "min": 1, + "definition": "The status of the inventory check or notification - whether this is draft (e.g. the report is still pending some updates) or active.", + "isModifier": true, + "short": "draft | requested | active | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryreport-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InventoryReportStatus" + } + ], + "description": "The status of the InventoryReport." + }, + "max": "1", + "id": "InventoryReport.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "InventoryReport.countType", + "min": 1, + "definition": "Whether the report is about the current inventory count (snapshot) or a differential change in inventory (change).", + "isModifier": true, + "short": "snapshot | difference", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/inventoryreport-counttype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InventoryCountType" + } + ], + "description": "The type of count." + }, + "max": "1", + "id": "InventoryReport.countType", + "isModifierReason": "Not known why this is labelled a modifier", + "isSummary": true + }, + { + "path": "InventoryReport.operationType", + "min": 0, + "definition": "What type of operation is being performed - addition or subtraction.", + "isModifier": false, + "short": "addition | subtraction", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.operationType", + "isSummary": true + }, + { + "path": "InventoryReport.operationTypeReason", + "min": 0, + "definition": "The reason for this count - regular count, ad-hoc count, new arrivals, etc.", + "isModifier": false, + "short": "The reason for this count - regular count, ad-hoc count, new arrivals, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.operationTypeReason", + "isSummary": true + }, + { + "path": "InventoryReport.reportedDateTime", + "min": 1, + "definition": "When the report has been submitted.", + "isModifier": false, + "short": "When the report has been submitted", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.reportedDateTime", + "isSummary": true + }, + { + "path": "InventoryReport.reporter", + "min": 0, + "definition": "Who submits the report.", + "isModifier": false, + "short": "Who submits the report", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.reporter", + "isSummary": false + }, + { + "path": "InventoryReport.reportingPeriod", + "min": 0, + "definition": "The period the report refers to.", + "isModifier": false, + "short": "The period the report refers to", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.reportingPeriod", + "isSummary": false + }, + { + "path": "InventoryReport.inventoryListing", + "min": 0, + "definition": "An inventory listing section (grouped by any of the attributes).", + "isModifier": false, + "short": "An inventory listing section (grouped by any of the attributes)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryReport.inventoryListing", + "isSummary": true + }, + { + "path": "InventoryReport.inventoryListing.location", + "min": 0, + "definition": "Location of the inventory items.", + "isModifier": false, + "short": "Location of the inventory items", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.location", + "isSummary": false + }, + { + "path": "InventoryReport.inventoryListing.itemStatus", + "min": 0, + "definition": "The status of the items.", + "isModifier": false, + "short": "The status of the items that are being reported", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.itemStatus", + "isSummary": true + }, + { + "path": "InventoryReport.inventoryListing.countingDateTime", + "min": 0, + "definition": "The date and time when the items were counted.", + "isModifier": false, + "short": "The date and time when the items were counted", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.countingDateTime", + "isSummary": false + }, + { + "path": "InventoryReport.inventoryListing.item", + "min": 0, + "definition": "The item or items in this listing.", + "isModifier": false, + "short": "The item or items in this listing", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InventoryReport.inventoryListing.item", + "isSummary": true + }, + { + "path": "InventoryReport.inventoryListing.item.category", + "min": 0, + "definition": "The inventory category or classification of the items being reported. This is meant not for defining the product, but for inventory categories e.g. 'pending recount' or 'damaged'.", + "isModifier": false, + "short": "The inventory category or classification of the items being reported", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.item.category", + "isSummary": true + }, + { + "path": "InventoryReport.inventoryListing.item.quantity", + "min": 1, + "definition": "The quantity of the item or items being reported.", + "isModifier": false, + "short": "The quantity of the item or items being reported", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.item.quantity", + "isSummary": true + }, + { + "path": "InventoryReport.inventoryListing.item.item", + "min": 1, + "definition": "The code or reference to the item type.", + "isModifier": false, + "short": "The code or reference to the item type", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/InventoryItem", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/InventoryItem" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InventoryReport.inventoryListing.item.item", + "isSummary": true + }, + { + "path": "InventoryReport.note", + "min": 0, + "definition": "A note associated with the InventoryReport.", + "isModifier": false, + "short": "A note associated with the InventoryReport", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "InventoryReport.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImagingSelection/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Imaging Integration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingSelection", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ImagingSelection", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "ImagingSelection", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingSelection", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingSelection", + "differential": { + "element": [ + { + "path": "ImagingSelection", + "min": 0, + "definition": "A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource.", + "isModifier": false, + "short": "A selection of DICOM SOP instances and/or frames", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" }, + { + "map": "Reference DICOM PS 3 Table 10-3b", + "identity": "dicom" + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection" + }, + { + "path": "ImagingSelection.identifier", + "requirements": "Allows imaging selections to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this imaging selection.", + "isModifier": false, + "short": "Business Identifier for Imaging Selection", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.identifier", + "comment": "This is a business identifier, not a resource identifier -- see discussion under [Business Identifiers](resource.html#identifiers). ", + "isSummary": true + }, + { + "path": "ImagingSelection.status", + "min": 1, + "definition": "The current state of the ImagingSelection resource. This is not the status of any ImagingStudy, ServiceRequest, or Task resources associated with the ImagingSelection.", + "isModifier": true, + "short": "available | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingSelectionStatus" + } + ], + "description": "The status of the ImagingSelection." + }, + "max": "1", + "id": "ImagingSelection.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ImagingSelection.subject", + "min": 0, + "definition": "The patient, or group of patients, location, device, organization, procedure or practitioner this imaging selection is about and into whose or what record the imaging selection is placed.", + "isModifier": false, + "short": "Subject of the selected instances", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "(0010/*)", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.2.2.html" + } + ], + "max": "1", + "id": "ImagingSelection.subject", + "isSummary": true + }, + { + "path": "ImagingSelection.issued", + "min": 0, + "definition": "The date and time this imaging selection was created.", + "isModifier": false, + "short": "Date / Time when this imaging selection was created", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "ImagingSelection.issued", + "isSummary": true + }, + { + "path": "ImagingSelection.performer", + "min": 0, + "definition": "Selector of the instances – human or machine.", + "isModifier": false, + "short": "Selector of the instances (human or machine)", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "(0008, 1050) | (0008, 1052) | (0008, 1070) | (0008, 1072)", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.performer", + "isSummary": true + }, + { + "path": "ImagingSelection.performer.function", + "requirements": "Allows disambiguation of the types and involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer.", + "isModifier": false, + "short": "Type of performer", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventPerformerFunction" + } + ], + "description": "The type of involvement of the performer." + }, + "max": "1", + "id": "ImagingSelection.performer.function", + "isSummary": true + }, + { + "path": "ImagingSelection.performer.actor", + "min": 0, + "definition": "Author – human or machine.", + "isModifier": false, + "short": "Author (human or machine)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImagingSelection.performer.actor", + "isSummary": true + }, + { + "path": "ImagingSelection.basedOn", + "min": 0, + "definition": "A list of the diagnostic requests that resulted in this imaging selection being performed.", + "isModifier": false, + "short": "Associated request", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": "Accession Number and Issuer (0080,0050)+(0080,0051)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "alias": ["AccessionNumber"], + "max": "*", + "id": "ImagingSelection.basedOn", + "isSummary": true + }, + { + "path": "ImagingSelection.category", + "requirements": "Used for filtering what imaging selections are retrieved and displayed.", + "min": 0, + "definition": "Classifies the imaging selection.", + "isModifier": false, + "short": "Classifies the imaging selection", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingSelectionCode" + } + ], + "description": "Key Object Selection Document Title." + }, + "max": "*", + "id": "ImagingSelection.category", + "isSummary": true + }, + { + "path": "ImagingSelection.code", + "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.", + "min": 1, + "definition": "Reason for referencing the selected content.", + "isModifier": false, + "short": "Imaging Selection purpose text or code", + "mapping": [ + { + "map": "Concept Name Code Sequence (0040,A043)", + "identity": "dicom" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_7010.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingSelectionCode" + } + ], + "description": "Key Object Selection Document Title." + }, + "alias": ["Description"], + "max": "1", + "id": "ImagingSelection.code", + "comment": "*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.", + "isSummary": true + }, + { + "path": "ImagingSelection.studyUid", + "requirements": "DICOM Study Instance UID.\n Required unless frameOfReferenceUid and imageRegion are present and instance is not present.", + "min": 0, + "definition": "The Study Instance UID for the DICOM Study from which the images were selected.", + "isModifier": false, + "short": "DICOM Study Instance UID", + "mapping": [ + { + "map": "Study Instance UID (0020,000D)", + "identity": "dicom" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["StudyInstanceUID"], + "max": "1", + "id": "ImagingSelection.studyUid", + "comment": "See [DICOM PS3.3 C.7.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).", + "example": [ + { + "label": "General", + "valueId": "1.2.840.113747.20080222.12753225430534207565993148475333748793" + } + ], + "isSummary": true + }, + { + "path": "ImagingSelection.derivedFrom", + "min": 0, + "definition": "The imaging study from which the imaging selection is made.", + "isModifier": false, + "short": "The imaging study from which the imaging selection is derived", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.derivedFrom", + "isSummary": true + }, + { + "path": "ImagingSelection.endpoint", + "requirements": "Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the selected images, frames, etc.", + "min": 0, + "definition": "The network service providing retrieval access to the selected images, frames, etc. See implementation notes for information about using DICOM endpoints.", + "isModifier": false, + "short": "The network service providing retrieval for the images referenced in the imaging selection", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.endpoint", + "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach.", + "isSummary": true + }, + { + "path": "ImagingSelection.seriesUid", + "requirements": "DICOM Series Instance UID.\n Required unless frameOfReferenceUid and imageRegion are present and instance is not present.", + "min": 0, + "definition": "The Series Instance UID for the DICOM Series from which the images were selected.", + "isModifier": false, + "short": "DICOM Series Instance UID", + "mapping": [ + { + "map": "Series Instance UID (0020,000E)", + "identity": "dicom" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["SeriesInstanceUID"], + "max": "1", + "id": "ImagingSelection.seriesUid", + "comment": "See [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).", + "example": [ + { + "label": "General", + "valueId": "1.2.840.113747.20080222.12753225430534207565993148475333748793.1" + } + ], + "isSummary": true + }, + { + "path": "ImagingSelection.seriesNumber", + "requirements": "DICOM Series Number.", + "min": 0, + "definition": "The Series Number for the DICOM Series from which the images were selected.", + "isModifier": false, + "short": "DICOM Series Number", + "mapping": [ + { + "map": "Series Number (0020,0011)", + "identity": "dicom" + } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["SeriesNumber"], + "max": "1", + "id": "ImagingSelection.seriesNumber", + "comment": "See [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).", + "isSummary": true + }, + { + "path": "ImagingSelection.frameOfReferenceUid", + "requirements": "DICOM Frame of Reference UID.\n Required if studyInstanceUid and seriesInstanceUid are not present.", + "min": 0, + "definition": "The Frame of Reference UID identifying the coordinate system that conveys spatial and/or temporal information for the selected images or frames.", + "isModifier": false, + "short": "The Frame of Reference UID for the selected images", + "mapping": [ + { + "map": "Frame of Reference UID (0020,0052)", + "identity": "dicom" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["FrameOfReferenceUID"], + "max": "1", + "id": "ImagingSelection.frameOfReferenceUid", + "comment": "See [DICOM PS3.3 C.7.4.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.4.html).", + "example": [ + { + "label": "General", + "valueId": "1.2.840.113747.20080222.12753225430534207565993148475333748793.2" + } + ], + "isSummary": true + }, + { + "path": "ImagingSelection.bodySite", + "min": 0, + "definition": "The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings.", + "isModifier": false, + "short": "Body part examined", + "mapping": [ + { + "map": "Body Part Examined (0018,0015)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "alias": ["BodyPartExamined"], + "max": "1", + "id": "ImagingSelection.bodySite", + "isSummary": true + }, + { + "path": "ImagingSelection.focus", + "min": 0, + "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.", + "isModifier": false, + "short": "Related resource that is the focus for the imaging selection", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImagingSelection" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.focus", + "comment": "An imaging selection may reference a DICOM resource that itself references other DICOM resources.\n e.g. a presentation state references a set of source images or frames.", + "isSummary": true + }, + { + "path": "ImagingSelection.instance", + "requirements": "Required if the the selection does not include all instances in the specified series.", + "min": 0, + "definition": "Each imaging selection includes one or more selected DICOM SOP instances.", + "isModifier": false, + "short": "The selected instances", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.instance", + "isSummary": true + }, + { + "path": "ImagingSelection.instance.uid", + "requirements": "DICOM SOP Instance UID.", + "min": 1, + "definition": "The SOP Instance UID for the selected DICOM instance.", + "isModifier": false, + "short": "DICOM SOP Instance UID", + "mapping": [ + { + "map": "SOP Instance UID (0008,0018)", + "identity": "dicom" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["SOPInstanceUID"], + "max": "1", + "id": "ImagingSelection.instance.uid", + "comment": "See [DICOM PS3.3 C.12.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html).", + "example": [ + { + "label": "General", + "valueId": "1.2.840.113747.20080222.12753225430534207568475333748793.1.1" + } + ], + "isSummary": true + }, + { + "path": "ImagingSelection.instance.number", + "requirements": "DICOM Instance Number.", + "min": 0, + "definition": "The Instance Number for the selected DICOM instance.", + "isModifier": false, + "short": "DICOM Instance Number", + "mapping": [ + { + "map": "Instance Number (0020,0011)", + "identity": "dicom" + } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["InstanceNumber"], + "max": "1", + "id": "ImagingSelection.instance.number", + "comment": "See [DICOM PS3.3 C.7.6.1](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.html#sect_C.7.6.1).\n Note: A multiframe instance has a single instance number with each frame identified by a frame number.", + "isSummary": true + }, + { + "path": "ImagingSelection.instance.sopClass", + "requirements": "DICOM SOP Class UID.", + "min": 0, + "definition": "The SOP Class UID for the selected DICOM instance.", + "isModifier": false, + "short": "DICOM SOP Class UID", + "mapping": [ + { + "map": "SOP Class UID (0008,0016)", + "identity": "dicom" + } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sopClass" + } + ], + "description": "DICOM SOP Classes." + }, + "alias": ["SOPClassUID"], + "max": "1", + "id": "ImagingSelection.instance.sopClass", + "comment": "See [DICOM PS3.3 C.12.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html).", + "example": [ + { + "label": "General", + "valueId": "1.2.840.10008.5.1.4.1.1.2" + } + ], + "isSummary": false + }, + { + "path": "ImagingSelection.instance.subset", + "min": 0, + "definition": "Selected subset of the SOP Instance. The content and format of the subset item is determined by the SOP Class of the selected instance.\n May be one of:\n - A list of frame numbers selected from a multiframe SOP Instance.\n - A list of Content Item Observation UID values selected from a DICOM SR or other structured document SOP Instance.\n - A list of segment numbers selected from a segmentation SOP Instance.\n - A list of Region of Interest (ROI) numbers selected from a radiotherapy structure set SOP Instance.", + "isModifier": false, + "short": "The selected subset of the SOP Instance", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "ImagingSelection.instance.subset", + "example": [{ "label": "General", "valueString": "6" }], + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion2D", + "requirements": "Shall not be present if the parent imagingSelection.instance is not an image.", + "min": 0, + "definition": "Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates.\n If the parent imagingSelection.instance contains a subset element of type frame, the image region applies to all frames in the subset list.", + "isModifier": false, + "short": "A specific 2D region in a DICOM image / frame", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ImageRegion2D" + } + ], + "max": "*", + "id": "ImagingSelection.instance.imageRegion2D", + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion2D.regionType", + "min": 1, + "definition": "Specifies the type of image region.", + "isModifier": false, + "short": "point | polyline | interpolated | circle | ellipse", + "mapping": [ + { + "map": "Graphic Type (0070,0023)", + "identity": "dicom" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-2dgraphictype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingSelection2DGraphicType" + } + ], + "description": "The type of image region." + }, + "alias": ["GraphicType"], + "max": "1", + "id": "ImagingSelection.instance.imageRegion2D.regionType", + "comment": "See [DICOM PS3.3 C.10.5.1.2](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.10.5.html#sect_C.10.5.1.2).", + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion2D.coordinate", + "requirements": "The number of values must be a multiple of two.", + "min": 1, + "definition": "The coordinates describing the image region. Encoded as a set of (column, row) pairs that denote positions in the selected image / frames specified with sub-pixel resolution.\n The origin at the TLHC of the TLHC pixel is 0.0\\0.0, the BRHC of the TLHC pixel is 1.0\\1.0, and the BRHC of the BRHC pixel is the number of columns\\rows in the image / frames. The values must be within the range 0\\0 to the number of columns\\rows in the image / frames.", + "isModifier": false, + "short": "Specifies the coordinates that define the image region", + "mapping": [ + { + "map": "Graphic Data (0070,0022)", + "identity": "dicom" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "alias": ["GraphicData"], + "max": "*", + "id": "ImagingSelection.instance.imageRegion2D.coordinate", + "comment": "For a description of how 2D coordinates are encoded, see [DICOM PS3.3 C.18.6](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.18.6.html).", + "orderMeaning": "The values are an ordered set of (x, y) coordinates.", + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion3D", + "requirements": "Requires that the ImagingSelection.frameOfReferenceUid element is present.", + "min": 0, + "definition": "Each imaging selection might includes a 3D image region, specified by a region type and a set of 3D coordinates.", + "isModifier": false, + "short": "A specific 3D region in a DICOM frame of reference", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ImageRegion3D" + } + ], + "max": "*", + "id": "ImagingSelection.instance.imageRegion3D", + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion3D.regionType", + "min": 1, + "definition": "Specifies the type of image region.", + "isModifier": false, + "short": "point | multipoint | polyline | polygon | ellipse | ellipsoid", + "mapping": [ + { + "map": "Graphic Type (0070,0023)", + "identity": "dicom" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingselection-3dgraphictype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingSelection3DGraphicType" + } + ], + "description": "The type of image region." + }, + "alias": ["GraphicType"], + "max": "1", + "id": "ImagingSelection.instance.imageRegion3D.regionType", + "comment": "See [DICOM PS3.3 C.18.9.1.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.18.9.html#sect_C.18.9.1.2).", + "isSummary": false + }, + { + "path": "ImagingSelection.instance.imageRegion3D.coordinate", + "requirements": "The number of values must be a multiple of three.", + "min": 1, + "definition": "The coordinates describing the image region. Encoded as an ordered set of (x,y,z) triplets (in mm and may be negative) that define a region of interest in the patient-relative Reference Coordinate System defined by ImagingSelection.frameOfReferenceUid element.", + "isModifier": false, + "short": "Specifies the coordinates that define the image region", + "mapping": [ + { + "map": "Graphic Data (0070,0022)", + "identity": "dicom" + } + ], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "alias": ["GraphicData"], + "max": "*", + "id": "ImagingSelection.instance.imageRegion3D.coordinate", + "comment": "For a description of how 3D coordinates are encoded, see [DICOM PS3.3 C.18.9](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.18.9.html).", + "orderMeaning": "The values are an ordered set of (x, y, z) coordinates.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Supports declaration of the library metadata required by HL7 and other organizations that share and publish libraries with a focus on the aspects of that metadata that are important for post-publication activities including distribution, inclusion in repositories, consumption, and implementation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishablelibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishableLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "publishablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablelibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1159", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishablelibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.extension:logicDefinition", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition" + ] + } + ], + "sliceName": "logicDefinition", + "mustSupport": true + }, + { + "id": "Library.identifier", + "path": "Library.identifier", + "mustSupport": true + }, + { + "id": "Library.type", + "max": "1", + "min": 1, + "path": "Library.type", + "mustSupport": true + }, + { + "id": "Library.date", + "max": "1", + "min": 1, + "path": "Library.date", + "mustSupport": true + }, + { + "id": "Library.contact", + "path": "Library.contact", + "mustSupport": true + }, + { + "id": "Library.useContext", + "path": "Library.useContext", + "mustSupport": true + }, + { + "id": "Library.jurisdiction", + "path": "Library.jurisdiction", + "mustSupport": true + }, + { + "id": "Library.purpose", + "path": "Library.purpose", + "mustSupport": true + }, + { + "id": "Library.usage", + "path": "Library.usage", + "mustSupport": true + }, + { + "id": "Library.copyright", + "path": "Library.copyright", + "mustSupport": true + }, + { + "id": "Library.copyrightLabel", + "path": "Library.copyrightLabel", + "mustSupport": true + }, + { + "id": "Library.approvalDate", + "path": "Library.approvalDate", + "mustSupport": true + }, + { + "id": "Library.lastReviewDate", + "path": "Library.lastReviewDate", + "mustSupport": true + }, + { + "id": "Library.effectivePeriod", + "path": "Library.effectivePeriod", + "mustSupport": true + }, + { + "id": "Library.topic", + "path": "Library.topic", + "mustSupport": true + }, + { + "id": "Library.author", + "path": "Library.author", + "mustSupport": true + }, + { + "id": "Library.editor", + "path": "Library.editor", + "mustSupport": true + }, + { + "id": "Library.reviewer", + "path": "Library.reviewer", + "mustSupport": true + }, + { + "id": "Library.endorser", + "path": "Library.endorser", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact", + "path": "Library.relatedArtifact", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact.display", + "path": "Library.relatedArtifact.display", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact.document", + "path": "Library.relatedArtifact.document", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact.resource", + "path": "Library.relatedArtifact.resource", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact.resourceReference", + "path": "Library.relatedArtifact.resourceReference", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablelibrary" + }, + { + "description": "ContactDetail Type: Specifies contact information for a person or organization.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ContactDetail/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track contact information in the same way across multiple resources.", + "name": "ContactDetail", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ContactDetail", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "ContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ContactDetail", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ContactDetail", + "differential": { + "element": [ + { + "id": "ContactDetail", + "max": "*", + "min": 0, + "path": "ContactDetail", + "short": "Contact information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Specifies contact information for a person or organization." + }, + { + "path": "ContactDetail.name", + "min": 0, + "definition": "The name of an individual to contact.", + "short": "Name of an individual to contact", + "type": [{ "code": "string" }], + "max": "1", + "id": "ContactDetail.name", + "comment": "If there is no named individual, the telecom information is for the organization as a whole.", + "isSummary": true + }, + { + "id": "ContactDetail.telecom", + "max": "*", + "min": 0, + "path": "ContactDetail.telecom", + "type": [{ "code": "ContactPoint" }], + "short": "Contact details for individual or organization", + "isSummary": true, + "definition": "The contact details for the individual (if a name was provided) or the organization." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "PrimitiveType Type: The base type for all re-useable types defined that have a simple property.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PrimitiveType/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PrimitiveType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "PrimitiveType", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "PrimitiveType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/PrimitiveType", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PrimitiveType", + "differential": { + "element": [ + { + "id": "PrimitiveType", + "max": "*", + "min": 0, + "path": "PrimitiveType", + "short": "Parent type for DataTypes with a simple value", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "The base type for all re-useable types defined that have a simple property." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "FHIR Body Height Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodyheight/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationbodyheight", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Height Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8302-2'**\r - 8306-3 -Body height - lying (i.e., body length - typically used for infants) MAY be included as an additional observation code - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8302-2'**\r - 8306-3 -Body height - lying (i.e., body length - typically used for infants) MAY be included as an additional observation code - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + } + ], + "status": "draft", + "id": "bodyheight", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodyheight", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1463", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodyheight", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Height Profile", + "definition": "This profile defines how to represent Body Height observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Height", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Height." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BodyHeightCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BodyHeightCode" + }, + { + "id": "Observation.code.coding:BodyHeightCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BodyHeightCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8302-2" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Common UCUM units for body length measures such as Body Height and Head Circumference." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyLengthUnits" + } + ], + "description": "cm | [in_i]" + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "FHIR Vital Signs Panel Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/vitalspanel/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationvitalspanel", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Vital Signs Panel Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'85353-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. No value in `Observation.value[x]`\r1. At Least one Vitals Sign Observation reference in `Observation.hasMember`" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'85353-1'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. No value in `Observation.value[x]`\r1. At Least one Vitals Sign Observation reference in `Observation.hasMember`" + } + ], + "status": "draft", + "id": "vitalspanel", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalspanel", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1458", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vitalspanel", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Vital Signs Panel Profile", + "definition": "This profile defines the top-level grouping structure for a set of vital signs. It has no value in Observation.valueQuantity ; instead, it just includes related links (with type=has-member) to the Observations in this set (e.g. respiratory rate, heart rate, BP)." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Panel Name", "Panel Code"], + "short": "Vital Signs Panel", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Vital Signs Panel." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:VitalsPanelCode", + "path": "Observation.code.coding", + "sliceName": "VitalsPanelCode" + }, + { + "id": "Observation.code.coding:VitalsPanelCode.system", + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:VitalsPanelCode.code", + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "85353-1" + }, + { + "id": "Observation.value[x]", + "max": "0", + "min": 0, + "path": "Observation.value[x]" + }, + { + "id": "Observation.hasMember", + "max": "*", + "min": 1, + "path": "Observation.hasMember", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Details of a Health Insurance product/plan provided by an organization.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/InsurancePlan/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "InsurancePlan", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "InsurancePlan", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "InsurancePlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/InsurancePlan", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ipn-1", + "human": "The organization SHALL at least have a name or an identifier, and possibly more than one", + "source": "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "severity": "error", + "expression": "(identifier.count() + name.count()) > 0" + } + ], + "path": "InsurancePlan", + "min": 0, + "definition": "Details of a Health Insurance product/plan provided by an organization.", + "isModifier": false, + "short": "Details of a Health Insurance product/plan provided by an organization", + "mapping": [ + { "map": "administrative.entity", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan" + }, + { + "path": "InsurancePlan.identifier", + "min": 0, + "definition": "Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business Identifier for Product", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.identifier", + "condition": ["ipn-1"], + "isSummary": true + }, + { + "path": "InsurancePlan.status", + "requirements": "Need a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI.", + "min": 0, + "definition": "The current state of the health insurance product.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "Default interpretation is active.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "InsurancePlan.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains codes which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "InsurancePlan.type", + "min": 0, + "definition": "The kind of health insurance product.", + "isModifier": false, + "short": "Kind of product", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InsurancePlanType" + } + ], + "description": "Used to categorize the product/plan." + }, + "max": "*", + "id": "InsurancePlan.type", + "isSummary": true + }, + { + "path": "InsurancePlan.name", + "min": 0, + "definition": "Official name of the health insurance product as designated by the owner.", + "isModifier": false, + "short": "Official name", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.name", + "condition": ["ipn-1"], + "comment": "If the name of the product/plan changes, consider putting the old name in the alias column so that it can still be located through searches.", + "isSummary": true + }, + { + "path": "InsurancePlan.alias", + "requirements": "Over time products/plans go through many changes and can be known by different names.\n\nFor searching knowing previous names that the product/plan was known by can be very useful.", + "min": 0, + "definition": "A list of alternate names that the product is known as, or was known as in the past.", + "isModifier": false, + "short": "Alternate names", + "mapping": [{ "map": ".name", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.alias", + "comment": "There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the product/plan.", + "isSummary": false + }, + { + "path": "InsurancePlan.period", + "min": 0, + "definition": "The period of time that the health insurance product is available.", + "isModifier": false, + "short": "When the product is available", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.period", + "isSummary": false + }, + { + "path": "InsurancePlan.ownedBy", + "min": 0, + "definition": "The entity that is providing the health insurance product and underwriting the risk. This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'.", + "isModifier": false, + "short": "Product issuer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "alias": ["Payer"], + "max": "1", + "id": "InsurancePlan.ownedBy", + "isSummary": true + }, + { + "path": "InsurancePlan.administeredBy", + "min": 0, + "definition": "An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owner.", + "isModifier": false, + "short": "Product administrator", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.administeredBy", + "isSummary": true + }, + { + "path": "InsurancePlan.coverageArea", + "min": 0, + "definition": "The geographic region in which a health insurance product's benefits apply.", + "isModifier": false, + "short": "Where product applies", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.coverageArea", + "isSummary": true + }, + { + "path": "InsurancePlan.contact", + "requirements": "Need to keep track of both simple contact details and also assigned contacts within larger organizations.", + "min": 0, + "definition": "The contact details of communication devices available relevant to the specific Insurance Plan/Product. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.", + "isModifier": false, + "short": "Official contact details relevant to the health insurance plan/product", + "mapping": [{ "map": ".contactParty", "identity": "rim" }], + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.contact", + "comment": "The address/telecom use code 'home' are not to be used.", + "isSummary": false + }, + { + "path": "InsurancePlan.endpoint", + "requirements": "Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": "The technical endpoints providing access to services operated for the health insurance product.", + "isModifier": false, + "short": "Technical endpoint", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.endpoint", + "isSummary": false + }, + { + "path": "InsurancePlan.network", + "min": 0, + "definition": "Reference to the network included in the health insurance product.", + "isModifier": false, + "short": "What networks are Included", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.network", + "comment": "Networks are represented as a hierarchy of organization resources.", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage", + "min": 0, + "definition": "Details about the coverage offered by the insurance product.", + "isModifier": false, + "short": "Coverage details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.coverage", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.type", + "min": 1, + "definition": "Type of coverage (Medical; Dental; Mental Health; Substance Abuse; Vision; Drug; Short Term; Long Term Care; Hospice; Home Health).", + "isModifier": false, + "short": "Type of coverage", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.coverage.type", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.network", + "min": 0, + "definition": "Reference to the network that providing the type of coverage.", + "isModifier": false, + "short": "What networks provide coverage", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.coverage.network", + "comment": "Networks are represented as a hierarchy of organization resources.", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit", + "min": 1, + "definition": "Specific benefits under this type of coverage.", + "isModifier": false, + "short": "List of benefits", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CoverageBenefit" + } + ], + "max": "*", + "id": "InsurancePlan.coverage.benefit", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit.type", + "min": 1, + "definition": "Type of benefit (primary care; speciality care; inpatient; outpatient).", + "isModifier": false, + "short": "Type of benefit", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.coverage.benefit.type", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit.requirement", + "min": 0, + "definition": "The referral requirements to have access/coverage for this benefit.", + "isModifier": false, + "short": "Referral requirements", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.coverage.benefit.requirement", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit.limit", + "min": 0, + "definition": "The specific limits on the benefit.", + "isModifier": false, + "short": "Benefit limits", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.coverage.benefit.limit", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit.limit.value", + "min": 0, + "definition": "The maximum amount of a service item a plan will pay for a covered benefit. For examples. wellness visits, or eyeglasses.", + "isModifier": false, + "short": "Maximum value allowed", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.coverage.benefit.limit.value", + "comment": "May also be called “eligible expense,” “payment allowance,” or “negotiated rate.”.", + "isSummary": false + }, + { + "path": "InsurancePlan.coverage.benefit.limit.code", + "min": 0, + "definition": "The specific limit on the benefit.", + "isModifier": false, + "short": "Benefit limit details", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.coverage.benefit.limit.code", + "comment": "Use `CodeableConcept.text` element if the data is free (uncoded) text.", + "isSummary": false + }, + { + "path": "InsurancePlan.plan", + "min": 0, + "definition": "Details about an insurance plan.", + "isModifier": false, + "short": "Plan details", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.identifier", + "min": 0, + "definition": "Business identifiers assigned to this health insurance plan which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business Identifier for Product", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".scopes[Role](classCode=IDENT)", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.identifier", + "isSummary": true + }, + { + "path": "InsurancePlan.plan.type", + "min": 0, + "definition": "Type of plan. For example, \"Platinum\" or \"High Deductable\".", + "isModifier": false, + "short": "Type of plan", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.type", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.coverageArea", + "min": 0, + "definition": "The geographic region in which a health insurance plan's benefits apply.", + "isModifier": false, + "short": "Where product applies", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.coverageArea", + "isSummary": true + }, + { + "path": "InsurancePlan.plan.network", + "min": 0, + "definition": "Reference to the network that providing the type of coverage.", + "isModifier": false, + "short": "What networks provide coverage", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.network", + "comment": "Networks are represented as a hierarchy of organization resources.", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.generalCost", + "min": 0, + "definition": "Overall costs associated with the plan.", + "isModifier": false, + "short": "Overall costs", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.generalCost", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.generalCost.type", + "min": 0, + "definition": "Type of cost.", + "isModifier": false, + "short": "Type of cost", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.generalCost.type", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.generalCost.groupSize", + "min": 0, + "definition": "Number of participants enrolled in the plan.", + "isModifier": false, + "short": "Number of enrollees", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.generalCost.groupSize", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.generalCost.cost", + "min": 0, + "definition": "Value of the cost.", + "isModifier": false, + "short": "Cost value", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.generalCost.cost", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.generalCost.comment", + "min": 0, + "definition": "Additional information about the general costs associated with this plan.", + "isModifier": false, + "short": "Additional cost information", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.generalCost.comment", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost", + "min": 0, + "definition": "Costs associated with the coverage provided by the product.", + "isModifier": false, + "short": "Specific costs", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.specificCost", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.category", + "min": 1, + "definition": "General category of benefit (Medical; Dental; Vision; Drug; Mental Health; Substance Abuse; Hospice, Home Health).", + "isModifier": false, + "short": "General category of benefit", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.specificCost.category", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit", + "min": 0, + "definition": "List of the specific benefits under this category of benefit.", + "isModifier": false, + "short": "Benefits list", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "PlanBenefit" + } + ], + "max": "*", + "id": "InsurancePlan.plan.specificCost.benefit", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.type", + "min": 1, + "definition": "Type of specific benefit (preventative; primary care office visit; speciality office visit; hospitalization; emergency room; urgent care).", + "isModifier": false, + "short": "Type of specific benefit", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.specificCost.benefit.type", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.cost", + "min": 0, + "definition": "List of the costs associated with a specific benefit.", + "isModifier": false, + "short": "List of the costs", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.specificCost.benefit.cost", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.cost.type", + "min": 1, + "definition": "Type of cost (copay; individual cap; family cap; coinsurance; deductible).", + "isModifier": false, + "short": "Type of cost", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.specificCost.benefit.cost.type", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.cost.applicability", + "min": 0, + "definition": "Whether the cost applies to in-network or out-of-network providers (in-network; out-of-network; other).", + "isModifier": false, + "short": "in-network | out-of-network | other", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/insuranceplan-applicability|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCostApplicability" + } + ], + "description": "Whether the cost applies to in-network or out-of-network providers." + }, + "max": "1", + "id": "InsurancePlan.plan.specificCost.benefit.cost.applicability", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.cost.qualifiers", + "min": 0, + "definition": "Additional information about the cost, such as information about funding sources (e.g. HSA, HRA, FSA, RRA).", + "isModifier": false, + "short": "Additional information about the cost", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "InsurancePlan.plan.specificCost.benefit.cost.qualifiers", + "isSummary": false + }, + { + "path": "InsurancePlan.plan.specificCost.benefit.cost.value", + "min": 0, + "definition": "The actual cost value. (some of the costs may be represented as percentages rather than currency, e.g. 10% coinsurance).", + "isModifier": false, + "short": "The actual cost value", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "InsurancePlan.plan.specificCost.benefit.cost.value", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines a computable PlanDefinition that specifies a single library and requires all expressions referenced from the PlanDefinition to be definitions in that single library", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/computableplandefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ComputablePlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Computable Plan Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "computableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computableplandefinition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1078", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/computableplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.library", + "max": "1", + "min": 1, + "path": "PlanDefinition.library", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR document.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/document-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "DocumentBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Document bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "document-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/document-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/document-bundle", + "differential": { + "element": [ + { + "id": "Bundle", + "path": "Bundle", + "short": "Represents a FHIR document", + "definition": "A container the resources of a FHIR document." + }, + { + "id": "Bundle.identifier", + "min": 1, + "path": "Bundle.identifier", + "requirements": "bdl-9 - A document must have an identifier with a system and a value" + }, + { + "id": "Bundle.identifier.system", + "min": 1, + "path": "Bundle.identifier.system" + }, + { + "id": "Bundle.identifier.value", + "min": 1, + "path": "Bundle.identifier.value" + }, + { + "id": "Bundle.type", + "path": "Bundle.type", + "fixedCode": "document", + "requirements": "Set type to document." + }, + { + "id": "Bundle.timestamp", + "min": 1, + "path": "Bundle.timestamp", + "requirements": "bdl-10 - A document must have a date" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { "id": "Bundle.entry", "min": 1, "path": "Bundle.entry" }, + { + "id": "Bundle.entry.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry.request", + "max": "0", + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { "id": "Bundle.issues", "max": "0", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "Distance Type: A length - a value with a unit that is a physical distance.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Distance/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Distance", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Distance", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "draft", + "id": "Distance", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Distance", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Distance", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "dis-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of length. If system is present, it SHALL be UCUM.", + "source": "http://hl7.org/fhir/StructureDefinition/Distance", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum)" + } + ], + "path": "Distance", + "min": 0, + "definition": "A length - a value with a unit that is a physical distance.", + "short": "A length - a value with a unit that is a physical distance", + "mapping": [{ "map": "PQ", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/distance-units", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Appropriate units for Distance." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DistanceUnits" + } + ], + "additional": [ + { + "purpose": "maximum", + "valueSet": "http://hl7.org/fhir/ValueSet/all-distance-units" + } + ], + "description": "Appropriate units for Distance." + }, + "max": "*", + "id": "Distance" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Account/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Account", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Account", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Account", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Account", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Account", + "differential": { + "element": [ + { + "path": "Account", + "min": 0, + "definition": "A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.", + "isModifier": false, + "short": "Tracks balance, charges, for patient or cost center", + "mapping": [ + { "map": "financial.support", "identity": "w5" }, + { "map": "Account", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["Cost center", "Record"], + "max": "*", + "id": "Account" + }, + { + "path": "Account.identifier", + "min": 0, + "definition": "Unique identifier used to reference the account. Might or might not be intended for human use (e.g. credit card number).", + "isModifier": false, + "short": "Account number", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Account.identifier", + "isSummary": true + }, + { + "path": "Account.status", + "min": 1, + "definition": "Indicates whether the account is presently used/usable or not.", + "isModifier": true, + "short": "active | inactive | entered-in-error | on-hold | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/account-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountStatus" + } + ], + "description": "Indicates whether the account is available to be used." + }, + "max": "1", + "id": "Account.status", + "comment": "This element is labeled as a modifier because the status contains the codes inactive and entered-in-error that mark the Account as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Account.billingStatus", + "min": 0, + "definition": "The BillingStatus tracks the lifecycle of the account through the billing process. It indicates how transactions are treated when they are allocated to the account.", + "isModifier": false, + "short": "Tracks the lifecycle of the account through the billing process", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-billing-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountBillingStatus" + } + ], + "description": "Indicates whether the account is available to be used for billing purposes." + }, + "max": "1", + "id": "Account.billingStatus", + "isSummary": true + }, + { + "path": "Account.type", + "min": 0, + "definition": "Categorizes the account for reporting and searching purposes.", + "isModifier": false, + "short": "E.g. patient, expense, depreciation", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountType" + } + ], + "description": "The usage type of this account, permits categorization of accounts." + }, + "max": "1", + "id": "Account.type", + "isSummary": true + }, + { + "path": "Account.name", + "min": 0, + "definition": "Name used for the account when displaying it to humans in reports, etc.", + "isModifier": false, + "short": "Human-readable label", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["Title"], + "max": "1", + "id": "Account.name", + "isSummary": true + }, + { + "path": "Account.subject", + "min": 0, + "definition": "Identifies the entity which incurs the expenses. While the immediate recipients of services or goods might be entities related to the subject, the expenses were ultimately incurred by the subject of the Account.", + "isModifier": false, + "short": "The entity that caused the expenses", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": ".subject", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "alias": ["target"], + "max": "*", + "id": "Account.subject", + "comment": "Accounts can be applied to non-patients for tracking other non-patient related activities, such as group services (patients not tracked, and costs charged to another body), or might not be allocated.", + "isSummary": true + }, + { + "path": "Account.servicePeriod", + "min": 0, + "definition": "The date range of services associated with this account.", + "isModifier": false, + "short": "Transaction window", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": ".coverage.insurancePolicy.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Account.servicePeriod", + "comment": "It is possible for transactions to be posted outside the service period, as long as the service was provided within the defined service period.", + "isSummary": true + }, + { + "path": "Account.coverage", + "min": 0, + "definition": "The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account.", + "isModifier": false, + "short": "The party(s) that are responsible for covering the payment of this account, and what order should they be applied to the account", + "mapping": [{ "map": ".coverage", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Coverage" + } + ], + "max": "*", + "id": "Account.coverage", + "comment": "Typically. this may be some form of insurance, internal charges, or self-pay.\n\nLocal or jurisdictional business rules may determine which coverage covers which types of billable items charged to the account, and in which order.\nWhere the order is important, a local/jurisdictional extension may be defined to specify the order for the type of charge.", + "isSummary": true + }, + { + "path": "Account.coverage.coverage", + "min": 1, + "definition": "The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).\n\nA coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.", + "isModifier": false, + "short": "The party(s), such as insurances, that may contribute to the payment of this account", + "mapping": [ + { + "map": ".coverage.insurancePolicy.author", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Account.coverage.coverage", + "isSummary": true + }, + { + "path": "Account.coverage.priority", + "min": 0, + "definition": "The priority of the coverage in the context of this account.", + "isModifier": false, + "short": "The priority of the coverage in the context of this account", + "mapping": [ + { "map": ".coverage.sequenceNumber", "identity": "rim" } + ], + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "alias": ["coordination of benefit priority"], + "max": "1", + "id": "Account.coverage.priority", + "comment": "It is common in some jurisdictions for there to be multiple coverages allocated to an account, and a sequence is required to order the settling of the account (often with insurance claiming).", + "isSummary": true + }, + { + "path": "Account.owner", + "min": 0, + "definition": "Indicates the service area, hospital, department, etc. with responsibility for managing the Account.", + "isModifier": false, + "short": "Entity managing the Account", + "mapping": [{ "map": ".holder", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Account.owner", + "isSummary": true + }, + { + "path": "Account.description", + "min": 0, + "definition": "Provides additional information about what the account tracks and how it is used.", + "isModifier": false, + "short": "Explanation of purpose/use", + "mapping": [ + { + "map": ".subjectOf.observationEvent[code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Account.description", + "isSummary": true + }, + { + "path": "Account.guarantor", + "min": 0, + "definition": "The parties responsible for balancing the account if other payment options fall short.", + "isModifier": false, + "short": "The parties ultimately responsible for balancing the Account", + "mapping": [ + { "map": ".holder.guarantorRole", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Guarantor" + } + ], + "max": "*", + "id": "Account.guarantor", + "isSummary": false + }, + { + "path": "Account.guarantor.party", + "min": 1, + "definition": "The entity who is responsible.", + "isModifier": false, + "short": "Responsible entity", + "mapping": [ + { + "map": ".holder.guarantorRole[guarantorPerson|guarantorOrganization]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Account.guarantor.party", + "isSummary": false + }, + { + "path": "Account.guarantor.onHold", + "min": 0, + "definition": "A guarantor may be placed on credit hold or otherwise have their role temporarily suspended.", + "isModifier": false, + "short": "Credit or other hold applied", + "mapping": [ + { + "map": ".holder.guarantorRole.statusCode", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Account.guarantor.onHold", + "isSummary": false + }, + { + "path": "Account.guarantor.period", + "min": 0, + "definition": "The timeframe during which the guarantor accepts responsibility for the account.", + "isModifier": false, + "short": "Guarantee account during", + "mapping": [ + { + "map": ".holder.guarantorRole.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Account.guarantor.period", + "isSummary": false + }, + { + "constraint": [ + { + "key": "act-1", + "human": "The dateOfDiagnosis is not valid when using a reference to a diagnosis", + "source": "http://hl7.org/fhir/StructureDefinition/Account", + "severity": "error", + "expression": "condition.reference.empty().not() implies dateOfDiagnosis.empty()" + } + ], + "path": "Account.diagnosis", + "min": 0, + "definition": "When using an account for billing a specific Encounter the set of diagnoses that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s).", + "isModifier": false, + "short": "The list of diagnoses relevant to this account", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Account.diagnosis", + "isSummary": true + }, + { + "path": "Account.diagnosis.sequence", + "min": 0, + "definition": "Ranking of the diagnosis (for each type).", + "isModifier": false, + "short": "Ranking of the diagnosis (for each type)", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Account.diagnosis.sequence", + "isSummary": false + }, + { + "path": "Account.diagnosis.condition", + "min": 1, + "definition": "The diagnosis relevant to the account.", + "isModifier": false, + "short": "The diagnosis relevant to the account", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "condition-code" + } + ] + }, + "alias": ["indication"], + "max": "1", + "id": "Account.diagnosis.condition", + "condition": ["act-1"], + "isSummary": true + }, + { + "path": "Account.diagnosis.dateOfDiagnosis", + "min": 0, + "definition": "Ranking of the diagnosis (for each type).", + "isModifier": false, + "short": "Date of the diagnosis (when coded diagnosis)", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Account.diagnosis.dateOfDiagnosis", + "condition": ["act-1"], + "isSummary": false + }, + { + "path": "Account.diagnosis.type", + "min": 0, + "definition": "Type that this diagnosis has relevant to the account (e.g. admission, billing, discharge …).", + "isModifier": false, + "short": "Type that this diagnosis has relevant to the account (e.g. admission, billing, discharge …)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisUse" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of diagnosis this condition represents." + }, + "max": "*", + "id": "Account.diagnosis.type", + "isSummary": false + }, + { + "path": "Account.diagnosis.onAdmission", + "min": 0, + "definition": "Was the Diagnosis present on Admission in the related Encounter.", + "isModifier": false, + "short": "Diagnosis present on Admission", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Account.diagnosis.onAdmission", + "isSummary": false + }, + { + "path": "Account.diagnosis.packageCode", + "min": 0, + "definition": "The package code can be used to group diagnoses that may be priced or delivered as a single product. Such as DRGs.", + "isModifier": false, + "short": "Package Code specific for billing", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "diagnosis-package-code" + } + ], + "description": "Local or Regional package codes, e.g. DRGs" + }, + "max": "*", + "id": "Account.diagnosis.packageCode", + "isSummary": false + }, + { + "constraint": [ + { + "key": "act-2", + "human": "The dateOfService is not valid when using a reference to a procedure", + "source": "http://hl7.org/fhir/StructureDefinition/Account", + "severity": "error", + "expression": "code.reference.empty().not() implies dateOfService.empty()" + } + ], + "path": "Account.procedure", + "min": 0, + "definition": "When using an account for billing a specific Encounter the set of procedures that are relevant for billing are stored here on the account where they are able to be sequenced appropriately prior to processing to produce claim(s).", + "isModifier": false, + "short": "The list of procedures relevant to this account", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Account.procedure", + "isSummary": true + }, + { + "path": "Account.procedure.sequence", + "min": 0, + "definition": "Ranking of the procedure (for each type).", + "isModifier": false, + "short": "Ranking of the procedure (for each type)", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Account.procedure.sequence", + "isSummary": false + }, + { + "path": "Account.procedure.code", + "min": 1, + "definition": "The procedure relevant to the account.", + "isModifier": false, + "short": "The procedure relevant to the account", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code" + }, + "alias": ["indication"], + "max": "1", + "id": "Account.procedure.code", + "condition": ["act-2"], + "isSummary": true + }, + { + "path": "Account.procedure.dateOfService", + "min": 0, + "definition": "Date of the procedure when using a coded procedure. If using a reference to a procedure, then the date on the procedure should be used.", + "isModifier": false, + "short": "Date of the procedure (when coded procedure)", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Account.procedure.dateOfService", + "condition": ["act-2"], + "isSummary": false + }, + { + "path": "Account.procedure.type", + "min": 0, + "definition": "How this procedure value should be used in charging the account.", + "isModifier": false, + "short": "How this procedure value should be used in charging the account", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "procedure-type" + } + ], + "description": "Usage for the specific procedure - e.g. billing" + }, + "max": "*", + "id": "Account.procedure.type", + "isSummary": false + }, + { + "path": "Account.procedure.packageCode", + "min": 0, + "definition": "The package code can be used to group procedures that may be priced or delivered as a single product. Such as DRGs.", + "isModifier": false, + "short": "Package Code specific for billing", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "procedure-package-code" + } + ], + "description": "Local or Regional package codes, e.g. DRGs" + }, + "max": "*", + "id": "Account.procedure.packageCode", + "isSummary": false + }, + { + "path": "Account.procedure.device", + "min": 0, + "definition": "Any devices that were associated with the procedure relevant to the account.", + "isModifier": false, + "short": "Any devices that were associated with the procedure", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Account.procedure.device", + "isSummary": true + }, + { + "path": "Account.relatedAccount", + "min": 0, + "definition": "Other associated accounts related to this account.", + "isModifier": false, + "short": "Other associated accounts related to this account", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Account.relatedAccount", + "isSummary": false + }, + { + "path": "Account.relatedAccount.relationship", + "min": 0, + "definition": "Relationship of the associated Account.", + "isModifier": false, + "short": "Relationship of the associated Account", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/account-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountRelationship" + } + ], + "description": "Indicates the relationship between the accounts" + }, + "max": "1", + "id": "Account.relatedAccount.relationship", + "isSummary": false + }, + { + "path": "Account.relatedAccount.account", + "min": 1, + "definition": "Reference to an associated Account.", + "isModifier": false, + "short": "Reference to an associated Account", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Account.relatedAccount.account", + "isSummary": false + }, + { + "path": "Account.currency", + "min": 0, + "definition": "The default currency for the account.", + "isModifier": false, + "short": "The base or default currency", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountCurrency" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "Account.currency", + "isSummary": false + }, + { + "path": "Account.balance", + "min": 0, + "definition": "The calculated account balances - these are calculated and processed by the finance system.\r\rThe balances with a `term` that is not current are usually generated/updated by an invoicing or similar process.", + "isModifier": false, + "short": "Calculated account balance(s)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Account.balance", + "isSummary": false + }, + { + "path": "Account.balance.aggregate", + "min": 0, + "definition": "Who is expected to pay this part of the balance.", + "isModifier": false, + "short": "Who is expected to pay this part of the balance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/account-aggregate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountAggregate" + } + ], + "description": "Indicates the balance was outstanding at the given age." + }, + "max": "1", + "id": "Account.balance.aggregate", + "isSummary": false + }, + { + "path": "Account.balance.term", + "min": 0, + "definition": "The term of the account balances - The balance value is the amount that was outstanding for this age.", + "isModifier": false, + "short": "current | 30 | 60 | 90 | 120", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/account-balance-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AccountBalanceTerm" + } + ], + "description": "Indicates the balance was outstanding at the given age." + }, + "max": "1", + "id": "Account.balance.term", + "isSummary": false + }, + { + "path": "Account.balance.estimate", + "min": 0, + "definition": "The amount is only an estimated value - this is likely common for `current` term balances, but not with known terms (that were generated by a backend process).", + "isModifier": false, + "short": "Estimated balance", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Account.balance.estimate", + "isSummary": false + }, + { + "path": "Account.balance.amount", + "min": 1, + "definition": "The actual balance value calculated for the age defined in the term property.", + "isModifier": false, + "short": "Calculated amount", + "type": [{ "code": "Money" }], + "mustSupport": false, + "max": "1", + "id": "Account.balance.amount", + "isSummary": false + }, + { + "path": "Account.calculatedAt", + "min": 0, + "definition": "Time the balance amount was calculated.", + "isModifier": false, + "short": "Time the balance amount was calculated", + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Account.calculatedAt", + "comment": "The total(s) are not typically updated using the restful API but more often by back-end processes included in a typical finance system.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A set of analyses performed to analyze and generate genomic data.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/GenomicStudy/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "GenomicStudy", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "GenomicStudy", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cg" + } + ], + "status": "draft", + "id": "GenomicStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GenomicStudy", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GenomicStudy", + "differential": { + "element": [ + { + "path": "GenomicStudy", + "min": 0, + "definition": "A GenomicStudy is a set of analyses performed to analyze and generate genomic data.", + "isModifier": false, + "short": "Genomic Study", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy" + }, + { + "path": "GenomicStudy.identifier", + "min": 0, + "definition": "Identifiers for this genomic study.", + "isModifier": false, + "short": "Identifiers for this genomic study", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.identifier", + "isSummary": true + }, + { + "path": "GenomicStudy.status", + "min": 1, + "definition": "The status of the genomic study.", + "isModifier": true, + "short": "registered | available | cancelled | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyStatus" + } + ], + "description": "The status of the GenomicStudy." + }, + "max": "1", + "id": "GenomicStudy.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "GenomicStudy.type", + "min": 0, + "definition": "The type of the study, e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling.", + "isModifier": false, + "short": "The type of the study (e.g., Familial variant segregation, Functional variation detection, or Gene expression profiling)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyType" + } + ], + "description": "The type relevant to GenomicStudy." + }, + "max": "*", + "id": "GenomicStudy.type", + "isSummary": true + }, + { + "path": "GenomicStudy.subject", + "min": 1, + "definition": "The primary subject of the genomic study.", + "isModifier": false, + "short": "The primary subject of the genomic study", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.subject", + "isSummary": true + }, + { + "path": "GenomicStudy.encounter", + "min": 0, + "definition": "The healthcare event with which this genomics study is associated.", + "isModifier": false, + "short": "The healthcare event with which this genomics study is associated", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.encounter", + "isSummary": true + }, + { + "path": "GenomicStudy.startDate", + "min": 0, + "definition": "When the genomic study was started.", + "isModifier": false, + "short": "When the genomic study was started", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.startDate", + "isSummary": false + }, + { + "path": "GenomicStudy.basedOn", + "min": 0, + "definition": "Event resources that the genomic study is based on.", + "isModifier": false, + "short": "Event resources that the genomic study is based on", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.basedOn", + "isSummary": false + }, + { + "path": "GenomicStudy.referrer", + "min": 0, + "definition": "Healthcare professional who requested or referred the genomic study.", + "isModifier": false, + "short": "Healthcare professional who requested or referred the genomic study", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.referrer", + "isSummary": false + }, + { + "path": "GenomicStudy.interpreter", + "min": 0, + "definition": "Healthcare professionals who interpreted the genomic study.", + "isModifier": false, + "short": "Healthcare professionals who interpreted the genomic study", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.interpreter", + "isSummary": false + }, + { + "path": "GenomicStudy.reason", + "min": 0, + "definition": "Why the genomic study was performed.", + "isModifier": false, + "short": "Why the genomic study was performed", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.reason", + "isSummary": false + }, + { + "path": "GenomicStudy.instantiatesCanonical", + "min": 0, + "definition": "The defined protocol that describes the study.", + "isModifier": false, + "short": "The defined protocol that describes the study", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.instantiatesCanonical", + "isSummary": false + }, + { + "path": "GenomicStudy.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol that describes the study.", + "isModifier": false, + "short": "The URL pointing to an externally maintained protocol that describes the study", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.instantiatesUri", + "isSummary": false + }, + { + "path": "GenomicStudy.note", + "min": 0, + "definition": "Comments related to the genomic study.", + "isModifier": false, + "short": "Comments related to the genomic study", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.note", + "isSummary": false + }, + { + "path": "GenomicStudy.description", + "min": 0, + "definition": "Description of the genomic study.", + "isModifier": false, + "short": "Description of the genomic study", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.description", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis", + "min": 0, + "definition": "The details about a specific analysis that was performed in this GenomicStudy.", + "isModifier": false, + "short": "Genomic Analysis Event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.identifier", + "min": 0, + "definition": "Identifiers for the analysis event.", + "isModifier": false, + "short": "Identifiers for the analysis event", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.identifier", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.methodType", + "min": 0, + "definition": "Type of the methods used in the analysis, e.g., Fluorescence in situ hybridization (FISH), Karyotyping, or Microsatellite instability testing (MSI).", + "isModifier": false, + "short": "Type of the methods used in the analysis (e.g., FISH, Karyotyping, MSI)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-methodtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyMethodType" + } + ], + "description": "The method type of the GenomicStudy analysis." + }, + "max": "*", + "id": "GenomicStudy.analysis.methodType", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.changeType", + "min": 0, + "definition": "Type of the genomic changes studied in the analysis, e.g., DNA, RNA, or amino acid change.", + "isModifier": false, + "short": "Type of the genomic changes studied in the analysis (e.g., DNA, RNA, or AA change)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-changetype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyChangeType" + } + ], + "description": "The change type relevant to GenomicStudy analysis." + }, + "max": "*", + "id": "GenomicStudy.analysis.changeType", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.genomeBuild", + "min": 0, + "definition": "The reference genome build that is used in this analysis.", + "isModifier": false, + "short": "Genome build that is used in this analysis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://loinc.org/vs/LL1040-6", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HumanRefSeqNCBIBuildId" + } + ], + "description": "Human reference sequence NCBI build ID" + }, + "max": "1", + "id": "GenomicStudy.analysis.genomeBuild", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.instantiatesCanonical", + "min": 0, + "definition": "The defined protocol that describes the analysis.", + "isModifier": false, + "short": "The defined protocol that describes the analysis", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.instantiatesCanonical", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol that describes the analysis.", + "isModifier": false, + "short": "The URL pointing to an externally maintained protocol that describes the analysis", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.instantiatesUri", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.title", + "min": 0, + "definition": "Name of the analysis event (human friendly).", + "isModifier": false, + "short": "Name of the analysis event (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.title", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.focus", + "min": 0, + "definition": "The focus of a genomic analysis when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, child, or sibling. For example, in trio testing, the GenomicStudy.subject would be the child (proband) and the GenomicStudy.analysis.focus of a specific analysis would be the parent.", + "isModifier": false, + "short": "What the genomic analysis is about, when it is not about the subject of record", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.focus", + "comment": "If the focus of the analysis is not known, the value of this field SHALL use the data absent extension.", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.specimen", + "min": 0, + "definition": "The specimen used in the analysis event.", + "isModifier": false, + "short": "The specimen used in the analysis event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.specimen", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.date", + "min": 0, + "definition": "The date of the analysis event.", + "isModifier": false, + "short": "The date of the analysis event", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.date", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.note", + "min": 0, + "definition": "Any notes capture with the analysis event.", + "isModifier": false, + "short": "Any notes capture with the analysis event", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.note", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.protocolPerformed", + "min": 0, + "definition": "The protocol that was performed for the analysis event.", + "isModifier": false, + "short": "The protocol that was performed for the analysis event", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.protocolPerformed", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.regionsStudied", + "min": 0, + "definition": "The genomic regions to be studied in the analysis (BED file).", + "isModifier": false, + "short": "The genomic regions to be studied in the analysis (BED file)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.regionsStudied", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.regionsCalled", + "min": 0, + "definition": "Genomic regions actually called in the analysis event (BED file).", + "isModifier": false, + "short": "Genomic regions actually called in the analysis event (BED file)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.regionsCalled", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.input", + "min": 0, + "definition": "Inputs for the analysis event.", + "isModifier": false, + "short": "Inputs for the analysis event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.input", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.input.file", + "min": 0, + "definition": "File containing input data.", + "isModifier": false, + "short": "File containing input data", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.input.file", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.input.type", + "min": 0, + "definition": "Type of input data, e.g., BAM, CRAM, or FASTA.", + "isModifier": false, + "short": "Type of input data (e.g., BAM, CRAM, or FASTA)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-dataformat", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyDataFormat" + } + ], + "description": "The data format of the data file." + }, + "max": "1", + "id": "GenomicStudy.analysis.input.type", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.input.generatedBy[x]", + "min": 0, + "definition": "The analysis event or other GenomicStudy that generated this input file.", + "isModifier": false, + "short": "The analysis event or other GenomicStudy that generated this input file", + "type": [ + { "code": "Identifier" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/GenomicStudy" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.input.generatedBy[x]", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.output", + "min": 0, + "definition": "Outputs for the analysis event.", + "isModifier": false, + "short": "Outputs for the analysis event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.output", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.output.file", + "min": 0, + "definition": "File containing output data.", + "isModifier": false, + "short": "File containing output data", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.output.file", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.output.type", + "min": 0, + "definition": "Type of output data, e.g., VCF, MAF, or BAM.", + "isModifier": false, + "short": "Type of output data (e.g., VCF, MAF, or BAM)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/genomicstudy-dataformat", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GenomicStudyDataFormat" + } + ], + "description": "The data format of the data file." + }, + "max": "1", + "id": "GenomicStudy.analysis.output.type", + "isSummary": true + }, + { + "path": "GenomicStudy.analysis.performer", + "min": 0, + "definition": "Performer for the analysis event.", + "isModifier": false, + "short": "Performer for the analysis event", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.performer", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.performer.actor", + "min": 0, + "definition": "The organization, healthcare professional, or others who participated in performing this analysis.", + "isModifier": false, + "short": "The organization, healthcare professional, or others who participated in performing this analysis", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.performer.actor", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.performer.role", + "min": 0, + "definition": "Role of the actor for this analysis.", + "isModifier": false, + "short": "Role of the actor for this analysis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.performer.role", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.device", + "min": 0, + "definition": "Devices used for the analysis (e.g., instruments, software), with settings and parameters.", + "isModifier": false, + "short": "Devices used for the analysis (e.g., instruments, software), with settings and parameters", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "GenomicStudy.analysis.device", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.device.device", + "min": 0, + "definition": "Device used for the analysis.", + "isModifier": false, + "short": "Device used for the analysis", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.device.device", + "isSummary": false + }, + { + "path": "GenomicStudy.analysis.device.function", + "min": 0, + "definition": "Specific function for the device used for the analysis.", + "isModifier": false, + "short": "Specific function for the device used for the analysis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "GenomicStudy.analysis.device.function", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Record of delivery of what is supplied.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SupplyDelivery/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyDelivery", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "SupplyDelivery", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SupplyDelivery", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyDelivery", + "differential": { + "element": [ + { + "path": "SupplyDelivery", + "min": 0, + "definition": "Record of delivery of what is supplied.", + "isModifier": false, + "short": "Delivery of bulk Supplies", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" }, + { "map": "Supply[moodCode=RQO]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery" + }, + { + "path": "SupplyDelivery.identifier", + "min": 0, + "definition": "Identifier for the supply delivery event that is used to identify it across multiple disparate systems.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery.identifier", + "comment": "This identifier is typically assigned by the supplier, and may be used to reference the delivery when exchanging information about it with other systems.", + "isSummary": false + }, + { + "path": "SupplyDelivery.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this event.", + "isModifier": false, + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC in proximity to EVN segment", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SupplyRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery.basedOn", + "isSummary": true + }, + { + "path": "SupplyDelivery.partOf", + "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery", + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery.partOf", + "comment": "Not to be used to link an event to an Encounter - use Event.context for that.\r\r[The allowed reference resources may be adjusted as appropriate for the event resource].", + "isSummary": true + }, + { + "path": "SupplyDelivery.status", + "min": 0, + "definition": "A code specifying the state of the dispense event.", + "isModifier": true, + "short": "in-progress | completed | abandoned | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { + "map": ".statusCode, also existence of fulfillment events", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliveryStatus" + } + ], + "description": "Status of the supply delivery." + }, + "max": "1", + "id": "SupplyDelivery.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "SupplyDelivery.patient", + "min": 0, + "definition": "A link to a resource representing the person whom the delivered item is for.", + "isModifier": false, + "short": "Patient for whom the item is supplied", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyDelivery.patient", + "isSummary": false + }, + { + "path": "SupplyDelivery.type", + "min": 0, + "definition": "Indicates the type of supply being provided. Examples include: Medication, Device, Biologically Derived Product.", + "isModifier": false, + "short": "Category of supply event", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliverySupplyItemType" + } + ], + "description": "The type of supply dispense." + }, + "max": "1", + "id": "SupplyDelivery.type", + "isSummary": false + }, + { + "path": "SupplyDelivery.suppliedItem", + "min": 0, + "definition": "The item that is being delivered or has been supplied.", + "isModifier": false, + "short": "The item that is delivered or supplied", + "mapping": [ + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery.suppliedItem", + "isSummary": false + }, + { + "path": "SupplyDelivery.suppliedItem.quantity", + "min": 0, + "definition": "The amount of the item that has been supplied. Unit of measure may be included.", + "isModifier": false, + "short": "Amount supplied", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyDelivery.suppliedItem.quantity", + "isSummary": false + }, + { + "path": "SupplyDelivery.suppliedItem.item[x]", + "min": 0, + "definition": "Identifies the medication, substance, device or biologically derived product being supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list.", + "isModifier": false, + "short": "Medication, Substance, Device or Biologically Derived Product supplied", + "mapping": [ + { + "map": ".participation[typeCode=PRD].role", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/InventoryItem" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplydelivery-supplyitemtype", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyDeliverySupplyItemType" + } + ], + "description": "The item that was delivered." + }, + "max": "1", + "id": "SupplyDelivery.suppliedItem.item[x]", + "isSummary": false + }, + { + "path": "SupplyDelivery.occurrence[x]", + "min": 0, + "definition": "The date or time(s) the activity occurred.", + "isModifier": false, + "short": "When event occurred", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyDelivery.occurrence[x]", + "comment": "[The list of types may be constrained as appropriate for the type of event].", + "isSummary": true + }, + { + "path": "SupplyDelivery.supplier", + "min": 0, + "definition": "The individual or organization responsible for supplying the delivery.", + "isModifier": false, + "short": "The item supplier", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PFM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyDelivery.supplier", + "isSummary": false + }, + { + "path": "SupplyDelivery.destination", + "min": 0, + "definition": "Identification of the facility/location where the delivery was shipped to.", + "isModifier": false, + "short": "Where the delivery was sent", + "mapping": [ + { + "map": ".participation[typeCode=DST].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyDelivery.destination", + "isSummary": false + }, + { + "path": "SupplyDelivery.receiver", + "min": 0, + "definition": "Identifies the individual or organization that received the delivery.", + "isModifier": false, + "short": "Who received the delivery", + "mapping": [ + { + "map": ".participation[typeCode=RCV].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyDelivery.receiver", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address. This may include any security context information.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Endpoint/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Endpoint", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Endpoint", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Endpoint", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Endpoint", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Endpoint", + "differential": { + "element": [ + { + "path": "Endpoint", + "min": 0, + "definition": "The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address. This may include any security context information.", + "isModifier": false, + "short": "The technical details of an endpoint that can be used for electronic services", + "mapping": [ + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Endpoint" + }, + { + "path": "Endpoint.identifier", + "min": 0, + "definition": "Identifier for the organization that is used to identify the endpoint across multiple disparate systems.", + "isModifier": false, + "short": "Identifies this endpoint across multiple systems", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Endpoint.identifier", + "isSummary": true + }, + { + "path": "Endpoint.status", + "min": 1, + "definition": "The endpoint status represents the general expected availability of an endpoint.", + "isModifier": true, + "short": "active | suspended | error | off | entered-in-error | test", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EndpointStatus" + } + ], + "description": "The status of the endpoint." + }, + "max": "1", + "id": "Endpoint.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the endpoint as not currently valid. Temporary downtimes or other unexpected short-term changes in availability would not be represented in this property.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Endpoint.connectionType", + "min": 1, + "definition": "A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used in what way. (e.g. XDS.b/DICOM/cds-hook).", + "isModifier": false, + "short": "Protocol/Profile/Standard to be used with this endpoint connection", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-connection-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "endpoint-contype" + } + ] + }, + "max": "*", + "id": "Endpoint.connectionType", + "comment": "For additional connectivity details for the protocol, extensions will be used at this point, as in the XDS example. If there are multiple payload types or mimetypes they are all applicable for all connection types, and all have the same status.", + "isSummary": true + }, + { + "path": "Endpoint.name", + "min": 0, + "definition": "A friendly name that this endpoint can be referred to with.", + "isModifier": false, + "short": "A name that this endpoint can be identified by", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Endpoint.name", + "isSummary": true + }, + { + "path": "Endpoint.description", + "min": 0, + "definition": "The description of the endpoint and what it is for (typically used as supplemental information in an endpoint directory describing its usage/purpose).", + "isModifier": false, + "short": "Additional details about the endpoint that could be displayed as further information to identify the description beyond its name", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Endpoint.description", + "isSummary": true + }, + { + "path": "Endpoint.environmentType", + "min": 0, + "definition": "The type of environment(s) exposed at this endpoint (dev, prod, test, etc.).", + "isModifier": false, + "short": "The type of environment(s) exposed at this endpoint", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-environment", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "endpoint-environment-type" + } + ] + }, + "max": "*", + "id": "Endpoint.environmentType", + "isSummary": true + }, + { + "path": "Endpoint.managingOrganization", + "min": 0, + "definition": "The organization that manages this endpoint (even if technically another organization is hosting this in the cloud, it is the organization associated with the data).", + "isModifier": false, + "short": "Organization that manages this endpoint (might not be the organization that exposes the endpoint)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Endpoint.managingOrganization", + "comment": "This property is not typically used when searching for Endpoint resources for usage. The typical usage is via the reference from an applicable Organization/Location/Practitioner resource, which is where the context is provided. Multiple Locations may reference a single endpoint, and don't have to be within the same organization resource, but most likely within the same organizational hierarchy.", + "isSummary": true + }, + { + "path": "Endpoint.contact", + "min": 0, + "definition": "Contact details for a human to contact about the endpoint. The primary use of this for system administrator troubleshooting.", + "isModifier": false, + "short": "Contact details for source (e.g. troubleshooting)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Endpoint.contact", + "isSummary": false + }, + { + "path": "Endpoint.period", + "min": 0, + "definition": "The interval during which the endpoint is expected to be operational.", + "isModifier": false, + "short": "Interval the endpoint is expected to be operational", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Endpoint.period", + "comment": "Temporary downtimes or other short-term changes in availability would not be represented in this property.", + "isSummary": true + }, + { + "path": "Endpoint.payload", + "min": 0, + "definition": "The set of payloads that are provided/available at this endpoint.", + "isModifier": false, + "short": "Set of payloads that are provided by this endpoint", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Endpoint.payload", + "comment": "Note that not all mimetypes or types will be listed under the one endpoint resource, there may be multiple instances that information for cases where other header data such as the endpoint address, active status/period etc. is different.", + "isSummary": false + }, + { + "path": "Endpoint.payload.type", + "min": 0, + "definition": "The payload type describes the acceptable content that can be communicated on the endpoint.", + "isModifier": false, + "short": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/endpoint-payload-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PayloadType" + } + ] + }, + "max": "*", + "id": "Endpoint.payload.type", + "comment": "The mimeType describes the serialization format of the data, where the payload.type indicates the specific document/schema that is being transferred; e.g. DischargeSummary or CarePlan.", + "isSummary": true + }, + { + "path": "Endpoint.payload.mimeType", + "min": 0, + "definition": "The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType).", + "isModifier": false, + "short": "Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "*", + "id": "Endpoint.payload.mimeType", + "comment": "Sending the payload has obvious security consequences. The server is responsible for ensuring that the content is appropriately secured.", + "isSummary": true + }, + { + "path": "Endpoint.address", + "min": 1, + "definition": "The uri that describes the actual end-point to connect to.", + "isModifier": false, + "short": "The technical base address for connecting to this endpoint", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "Endpoint.address", + "comment": "For rest-hook, and websocket, the end-point must be an http: or https: URL; for email, a mailto: url, for sms, a tel: url, and for message the endpoint can be in any form of url the server understands (usually, http: or mllp:). The URI is allowed to be relative; in which case, it is relative to the server end-point (since there may be more than one, clients should avoid using relative URIs)\n\nThis address will be to the service base, without any parameters, or sub-services or resources tacked on.\n\nE.g. for a WADO-RS endpoint, the url should be \"https://pacs.hospital.org/wado-rs\"\n\nand not \"https://pacs.hospital.org/wado-rs/studies/1.2.250.1.59.40211.12345678.678910/series/1.2.250.1.59.40211.789001276.14556172.67789/instances/...\".", + "isSummary": true + }, + { + "path": "Endpoint.header", + "min": 0, + "definition": "Additional headers / information to send as part of the notification.", + "isModifier": false, + "short": "Usage depends on the channel type", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "Endpoint.header", + "comment": "Exactly what these mean depends on the channel type. The can convey additional information to the recipient and/or meet security requirements.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A task to be performed.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Task/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Task", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Task", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Task", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Task", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Task", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "tsk-1", + "human": "Task.restriction is only allowed if the Task is seeking fulfillment and a focus is specified.", + "source": "http://hl7.org/fhir/StructureDefinition/Task", + "severity": "error", + "expression": "restriction.exists() implies code.coding.where(code='fulfill' and system='http://hl7.org/fhir/CodeSystem/task-code').exists() and focus.exists()" + }, + { + "key": "inv-1", + "human": "Last modified date must be greater than or equal to authored-on date.", + "source": "http://hl7.org/fhir/StructureDefinition/Task", + "severity": "error", + "expression": "lastModified.exists().not() or authoredOn.exists().not() or lastModified >= authoredOn" + } + ], + "path": "Task", + "min": 0, + "definition": "A task to be performed.", + "isModifier": false, + "short": "A task to be performed", + "mapping": [ + { "map": "Request, Event", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" }, + { "map": "ControlAct[moodCode=INT]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Task" + }, + { + "path": "Task.identifier", + "min": 0, + "definition": "The business identifier for this task.", + "isModifier": false, + "short": "Task Instance Identifier", + "mapping": [ + { + "map": "Request.identifier, Event.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Task.identifier", + "isSummary": false + }, + { + "path": "Task.instantiatesCanonical", + "requirements": "Enables a formal definition of how the task is to be performed, enabling automation.", + "min": 0, + "definition": "The URL pointing to a *FHIR*-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "isModifier": false, + "short": "Formal definition of task", + "mapping": [ + { + "map": "Request.instantiatesCanonical, Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.instantiatesCanonical", + "isSummary": true + }, + { + "path": "Task.instantiatesUri", + "requirements": "Enables a formal definition of how the task is to be performed (e.g. using BPMN, BPEL, XPDL or other formal notation to be associated with a task), enabling automation.", + "min": 0, + "definition": "The URL pointing to an *externally* maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Task.", + "isModifier": false, + "short": "Formal definition of task", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Task.instantiatesUri", + "isSummary": true + }, + { + "path": "Task.basedOn", + "min": 0, + "definition": "BasedOn refers to a higher-level authorization that triggered the creation of the task. It references a \"request\" resource such as a ServiceRequest, MedicationRequest, CarePlan, etc. which is distinct from the \"request\" resource the task is seeking to fulfill. This latter resource is referenced by focus. For example, based on a CarePlan (= basedOn), a task is created to fulfill a ServiceRequest ( = focus ) to collect a specimen from a patient.", + "isModifier": false, + "short": "Request fulfilled by this task", + "mapping": [ + { + "map": "Request.basedOn, Event.basedOn", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Task.basedOn", + "comment": "Task.basedOn is never the same as Task.focus. Task.basedOn will typically not be present for 'please fulfill' Tasks as a distinct authorization is rarely needed to request fulfillment. If the Task is seeking fulfillment of an order, the order to be fulfilled is always communicated using `focus`, never basedOn. However, authorization may be needed to perform other types of Task actions. As an example of when both would be present, a Task seeking suspension of a prescription might have a Task.basedOn pointing to the ServiceRequest ordering surgery (which is the driver for suspending the MedicationRequest - which would be the Task.focus).", + "isSummary": true + }, + { + "path": "Task.groupIdentifier", + "requirements": "Billing and/or reporting can be linked to whether multiple requests were created as a single unit.", + "min": 0, + "definition": "A shared identifier common to multiple independent Task and Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.", + "isModifier": false, + "short": "Requisition or grouper id", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Task.groupIdentifier", + "isSummary": true + }, + { + "path": "Task.partOf", + "requirements": "Allows tasks to be broken down into sub-steps (and this division can occur independent of the original task).", + "min": 0, + "definition": "Task that this particular task is part of.", + "isModifier": false, + "short": "Composite task", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Task.partOf", + "comment": "This should usually be 0..1.", + "isSummary": true + }, + { + "path": "Task.status", + "requirements": "These states enable coordination of task status with off-the-shelf workflow solutions that support automation of tasks.", + "min": 1, + "definition": "The current status of the task.", + "isModifier": true, + "short": "draft | requested | received | accepted | +", + "mapping": [ + { + "map": "Request.status, Event.status", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatus" + } + ], + "description": "The current status of the task." + }, + "max": "1", + "id": "Task.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Task.statusReason", + "min": 0, + "definition": "An explanation as to why this task is held, failed, was refused, etc.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN, code=\"status change\"].reasonCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskStatusReason" + } + ], + "description": "Codes to identify the reason for current status. These will typically be specific to a particular workflow." + }, + "max": "1", + "id": "Task.statusReason", + "comment": "This applies to the current status. Look at the history of the task to see reasons for past statuses.", + "isSummary": true + }, + { + "path": "Task.businessStatus", + "requirements": "There's often a need to track substates of a task - this is often variable by specific workflow implementation.", + "min": 0, + "definition": "Contains business-specific nuances of the business state.", + "isModifier": false, + "short": "E.g. \"Specimen collected\", \"IV prepped\"", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"business status\"]", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskBusinessStatus" + } + ], + "description": "The domain-specific business-contextual sub-state of the task. For example: \"Blood drawn\", \"IV inserted\", \"Awaiting physician signature\", etc." + }, + "max": "1", + "id": "Task.businessStatus", + "isSummary": true + }, + { + "path": "Task.intent", + "min": 1, + "definition": "Indicates the \"level\" of actionability associated with the Task, i.e. i+R[9]Cs this a proposed task, a planned task, an actionable task, etc.", + "isModifier": false, + "short": "unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".moodCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/task-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskIntent" + } + ], + "description": "Distinguishes whether the task is a proposal, plan or full order." + }, + "max": "1", + "id": "Task.intent", + "comment": "This element is immutable. Proposed tasks, planned tasks, etc. must be distinct instances.\n\nIn most cases, Tasks will have an intent of \"order\".", + "isSummary": true + }, + { + "path": "Task.priority", + "requirements": "Used to identify the service level expected while performing a task.", + "min": 0, + "definition": "Indicates how quickly the Task should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The task's priority." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPriority" + } + ], + "description": "The priority of a task (may affect service level applied to the task)." + }, + "max": "1", + "id": "Task.priority", + "isSummary": false + }, + { + "path": "Task.doNotPerform", + "min": 0, + "definition": "If true indicates that the Task is asking for the specified action to *not* occur.", + "isModifier": true, + "short": "True if Task is prohibiting action", + "mapping": [ + { + "map": "Request.code, Event.code", + "identity": "workflow" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Task.doNotPerform", + "comment": "The attributes provided with the Task qualify what is not to be done. For example, if a requestedPeriod is provided, the 'do not' request only applies within the specified time. If a requestedPerformer is specified then the 'do not' request only applies to performers of that type. Qualifiers include: code, subject, occurrence, requestedPerformer and performer.\n\nIn some cases, the Request.code may pre-coordinate prohibition into the requested action. E.g. 'NPO' (nothing by mouth), 'DNR' (do not recussitate). If this happens, doNotPerform SHALL NOT be set to true. I.e. The resource shall not have double negation. (E.g. 'Do not DNR').\n\ndoNotPerform should ONLY be used with Tasks that are tightly bounded in time or process phase. E.g. 'Do not fulfill the midnight dose of medication X tonight due to the early morning scheduled procedure, where the nurse could reasonably check off 'Med X not given at midnight as instructed'. Similarly, a decision support proposal that a patient should not be given a standard intake questionnaire (because the patient is cognitively impaired) would be marked as 'complete' or 'rejected' when the clinician preps the CarePlan or order set after reviewing the decision support results. If there is a need to create a standing order to not do something that can't be satisfied by a single 'non-action', but rather an ongoing refusal to perform the function, MedicationRequest, ServiceRequest or some other form of authorization should be used.", + "isModifierReason": "If true, this element negates the Task. For example, instead of a request to perform a task, it is a request _not_ to perform a task.", + "isSummary": true + }, + { + "path": "Task.code", + "min": 0, + "definition": "A name or code (or both) briefly describing what the task involves.", + "isModifier": false, + "short": "Task Type", + "mapping": [ + { + "map": "Request.code, Event.code", + "identity": "workflow" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/task-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskCode" + } + ], + "description": "Codes to identify what the task involves. These will typically be specific to a particular workflow." + }, + "max": "1", + "id": "Task.code", + "condition": ["tsk-1"], + "comment": "The title (eg \"My Tasks\", \"Outstanding Tasks for Patient X\") should go into the code.", + "isSummary": true + }, + { + "path": "Task.description", + "min": 0, + "definition": "A free-text description of what is to be performed.", + "isModifier": false, + "short": "Human-readable explanation of task", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Task.description", + "isSummary": true + }, + { + "path": "Task.focus", + "requirements": "Used to identify the thing to be done.", + "min": 0, + "definition": "The request being fulfilled or the resource being manipulated (changed, suspended, etc.) by this task.", + "isModifier": false, + "short": "What task is acting on", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.focus", + "condition": ["tsk-1"], + "comment": "If multiple resources need to be manipulated, use sub-tasks. (This ensures that status can be tracked independently for each referenced resource.).", + "isSummary": true + }, + { + "path": "Task.for", + "requirements": "Used to track tasks outstanding for a beneficiary. Do not use to track the task owner or creator (see owner and creator respectively). This can also affect access control.", + "min": 0, + "definition": "The entity who benefits from the performance of the service specified in the task (e.g., the patient).", + "isModifier": false, + "short": "Beneficiary of the Task", + "mapping": [ + { + "map": "Request.subject, Event.subject", + "identity": "workflow" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=RCT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["Patient"], + "max": "1", + "id": "Task.for", + "isSummary": true + }, + { + "path": "Task.encounter", + "requirements": "For some tasks it may be important to know the link between the encounter the task originated within.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this task was created.", + "isModifier": false, + "short": "Healthcare event during which this task originated", + "mapping": [ + { + "map": "Request.encounter, Event.encounter", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.encounter", + "isSummary": true + }, + { + "path": "Task.requestedPeriod", + "min": 0, + "definition": "Indicates the start and/or end of the period of time when completion of the task is desired to take place.", + "isModifier": false, + "short": "When the task should be performed", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Task.requestedPeriod", + "comment": "This is typically used when the Task is *not* seeking fulfillment of a focus Request, as in that case the period would be specified on the Request and/or in the Task.restriction.period. Instead, it is used for stand-alone tasks.", + "isSummary": true + }, + { + "path": "Task.executionPeriod", + "min": 0, + "definition": "Identifies the time action was first taken against the task (start) and/or the time final action was taken against the task prior to marking it as completed (end).", + "isModifier": false, + "short": "Start and end time of execution", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Task.executionPeriod", + "isSummary": true + }, + { + "path": "Task.authoredOn", + "requirements": "Most often used along with lastUpdated to track duration of task to supporting monitoring and management.", + "min": 0, + "definition": "The date and time this task was created.", + "isModifier": false, + "short": "Task Creation Date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Created Date"], + "max": "1", + "id": "Task.authoredOn", + "condition": ["inv-1"], + "isSummary": false + }, + { + "path": "Task.lastModified", + "requirements": "Used along with history to track task activity and time in a particular task state. This enables monitoring and management.", + "min": 0, + "definition": "The date and time of last modification to this task.", + "isModifier": false, + "short": "Task Last Modified Date", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=CACT, moodCode=EVN].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Update Date"], + "max": "1", + "id": "Task.lastModified", + "condition": ["inv-1"], + "isSummary": true + }, + { + "path": "Task.requester", + "requirements": "Identifies who created this task. May be used by access control mechanisms (e.g., to ensure that only the creator can cancel a task).", + "min": 0, + "definition": "The creator of the task.", + "isModifier": false, + "short": "Who is asking for task to be done", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.requester", + "isSummary": true + }, + { + "path": "Task.requestedPerformer", + "requirements": "Use to distinguish tasks on different activity queues.", + "min": 0, + "definition": "The kind of participant or specific participant that should perform the task.", + "isModifier": false, + "short": "Who should perform Task", + "mapping": [ + { + "map": "Event.performer.function, Request.performerType", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role.code", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPerformerType" + } + ], + "description": "The type(s) of task performers allowed." + }, + "max": "*", + "id": "Task.requestedPerformer", + "isSummary": false + }, + { + "path": "Task.owner", + "requirements": "Identifies who is expected to perform this task.", + "min": 0, + "definition": "Party responsible for managing task execution.", + "isModifier": false, + "short": "Responsible individual", + "mapping": [ + { + "map": "Event.performer.actor, Request.performer", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "alias": ["Performer", "Executer"], + "max": "1", + "id": "Task.owner", + "comment": "Tasks may be created with an owner not yet identified.", + "isSummary": true + }, + { + "path": "Task.performer", + "min": 0, + "definition": "The entity who performed the requested task.", + "isModifier": false, + "short": "Who or what performed the task", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Task.performer", + "isSummary": true + }, + { + "path": "Task.performer.function", + "min": 0, + "definition": "A code or description of the performer of the task.", + "isModifier": false, + "short": "Type of performance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskPerformerFunctionCode" + } + ], + "description": "Codes to identify types of task performers." + }, + "max": "1", + "id": "Task.performer.function", + "isSummary": true + }, + { + "path": "Task.performer.actor", + "min": 1, + "definition": "The actor or entity who performed the task.", + "isModifier": false, + "short": "Who performed the task", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.performer.actor", + "isSummary": true + }, + { + "path": "Task.location", + "requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).", + "min": 0, + "definition": "Principal physical location where this task is performed.", + "isModifier": false, + "short": "Where task occurs", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Task.location", + "comment": "This should only be specified when the Task to be/being performed happens or is expected to happen primarily within the bounds of a single Location. Other locations (e.g. source, destination, etc.) would either be reflected on the 'basedOn' Request or be conveyed as distinct Task.input values.", + "isSummary": true + }, + { + "path": "Task.reason", + "min": 0, + "definition": "A description, code, or reference indicating why this task needs to be performed.", + "isModifier": false, + "short": "Why task is needed", + "mapping": [ + { + "map": "Event.reason, Request.reason", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.7", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskReason" + } + ], + "description": "Indicates why the task is needed. E.g. Suspended because patient admitted to hospital." + }, + "max": "*", + "id": "Task.reason", + "comment": "This will typically not be present for Tasks with a code of 'please fulfill' as, for those, the reason for action is conveyed on the Request pointed to by Task.focus. Some types of tasks will not need a 'reason'. E.g. a request to discharge a patient can be inferred to be 'because the patient is ready' and this would not need a reason to be stated on the Task.", + "isSummary": false + }, + { + "path": "Task.insurance", + "min": 0, + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.", + "isModifier": false, + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Task.insurance", + "isSummary": false + }, + { + "path": "Task.note", + "min": 0, + "definition": "Free-text information captured about the task as it progresses.", + "isModifier": false, + "short": "Comments made about the task", + "mapping": [ + { + "map": "Request.note, Event.note", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value(string)", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Task.note", + "isSummary": false + }, + { + "path": "Task.relevantHistory", + "min": 0, + "definition": "Links to Provenance records for past versions of this Task that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the task.", + "isModifier": false, + "short": "Key events in history of the Task", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "alias": ["Status History"], + "max": "*", + "id": "Task.relevantHistory", + "comment": "This element does not point to the Provenance associated with the *current* version of the resource - as it would be created after this version existed. The Provenance for the current version can be retrieved with a _revinclude.", + "isSummary": false + }, + { + "path": "Task.restriction", + "requirements": "Sometimes when fulfillment is sought, you don't want full fulfillment.", + "min": 0, + "definition": "If the Task.focus is a request resource and the task is seeking fulfillment (i.e. is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.", + "isModifier": false, + "short": "Constraints on fulfillment tasks", + "mapping": [ + { + "map": "Instead of pointing to request, would point to component of request, having these characteristics", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Task.restriction", + "condition": ["tsk-1"], + "comment": "Task.restriction can only be present if the Task is seeking fulfillment of another Request resource, and the restriction identifies what subset of the authorization conveyed by the request is supposed to be fulfilled by this Task. A possible example could be a standing order (the request) covering a significant time period and/or individuals, while the Task seeks fulfillment for only a subset of that time-period and a single individual.", + "isSummary": false + }, + { + "path": "Task.restriction.repetitions", + "requirements": "E.g. order that requests monthly lab tests, fulfillment is sought for 1.", + "min": 0, + "definition": "Indicates the number of times the requested action should occur.", + "isModifier": false, + "short": "How many times to repeat", + "mapping": [{ "map": ".repeatNumber", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Task.restriction.repetitions", + "isSummary": false + }, + { + "path": "Task.restriction.period", + "requirements": "E.g. order that authorizes 1 year's services. Fulfillment is sought for next 3 months.", + "min": 0, + "definition": "The time-period for which fulfillment is sought. This must fall within the overall time period authorized in the referenced request. E.g. ServiceRequest.occurance[x].", + "isModifier": false, + "short": "When fulfillment is sought", + "mapping": [ + { "map": ".effectiveTime(IVL)", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Task.restriction.period", + "comment": "This is distinct from Task.executionPeriod. ExecutionPeriod indicates when the task needs to be initiated, while Task.restriction.period specifies the subset of the overall authorization that this period covers. For example, a MedicationRequest with an overall effective period of 1 year might have a Task whose restriction.period is 2 months (i.e. satisfy 2 months of medication therapy), while the execution period might be 'between now and 5 days from now' - i.e. If you say yes to this, then you're agreeing to supply medication for that 2 month period within the next 5 days.\n\nNote that period.high is the due date representing the time by which the task should be completed.", + "isSummary": false + }, + { + "path": "Task.restriction.recipient", + "min": 0, + "definition": "For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for.", + "isModifier": false, + "short": "For whom is fulfillment sought?", + "mapping": [ + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Task.restriction.recipient", + "isSummary": false + }, + { + "path": "Task.input", + "requirements": "Resources and data used to perform the task. This data is used in the business logic of task execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Additional information that may be needed in the execution of the task.", + "isModifier": false, + "short": "Information used to perform task", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["Supporting Information"], + "max": "*", + "id": "Task.input", + "isSummary": false + }, + { + "path": "Task.input.type", + "requirements": "Inputs are named to enable task automation to bind data and pass it from one task to the next.", + "min": 1, + "definition": "A code or description indicating how the input is intended to be used as part of the task execution.", + "isModifier": false, + "short": "Label for the input", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskInputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Comparison source\", \"Applicable consent\", \"Concomitent Medications\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Task.input.type", + "comment": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input.", + "isSummary": false + }, + { + "path": "Task.input.value[x]", + "min": 1, + "definition": "The value of the input parameter as a basic type.", + "isModifier": false, + "short": "Content to use in performing the task", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "mustSupport": false, + "max": "1", + "id": "Task.input.value[x]", + "isSummary": false + }, + { + "path": "Task.output", + "requirements": "Resources and data produced during the execution the task. This data is generated by the business logic of task execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Outputs produced by the Task.", + "isModifier": false, + "short": "Information produced as part of task", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Task.output", + "isSummary": false + }, + { + "path": "Task.output.type", + "requirements": "Outputs are named to enable task automation to bind data and pass it from one task to the next.", + "min": 1, + "definition": "The name of the Output parameter.", + "isModifier": false, + "short": "Label for output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TaskOutputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Identified issues\", \"Preliminary results\", \"Filler order\", \"Final results\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Task.output.type", + "isSummary": false + }, + { + "path": "Task.output.value[x]", + "requirements": "Task outputs can take any form.", + "min": 1, + "definition": "The value of the Output parameter as a basic type.", + "isModifier": false, + "short": "Result of output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "mustSupport": false, + "max": "1", + "id": "Task.output.value[x]", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A medically related item or items, in a container or package.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PackagedProductDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "PackagedProductDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "PackagedProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PackagedProductDefinition", + "differential": { + "element": [ + { + "path": "PackagedProductDefinition", + "min": 0, + "definition": "A medically related item or items, in a container or package.", + "isModifier": false, + "short": "A medically related item or items, in a container or package", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { + "map": "Packaged Medicinal Product", + "identity": "idmp" + } + ], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition" + }, + { + "path": "PackagedProductDefinition.identifier", + "min": 0, + "definition": "A unique identifier for this package as whole - not the the content of the package. Unique instance identifiers assigned to a package by manufacturers, regulators, drug catalogue custodians or other organizations.", + "isModifier": false, + "short": "A unique identifier for this package as whole - not for the content of the package", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "Packaged Medicinal Product.PCID", + "identity": "idmp" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.identifier", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.name", + "min": 0, + "definition": "A name for this package. Typically what it would be listed as in a drug formulary or catalogue, inventory etc.", + "isModifier": false, + "short": "A name for this package. Typically as listed in a drug formulary, catalogue, inventory etc", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.name", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.type", + "min": 0, + "definition": "A high level category e.g. medicinal product, raw material, shipping/transport container, etc.", + "isModifier": false, + "short": "A high level category e.g. medicinal product, raw material, shipping container etc", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PackageType" + } + ], + "description": "A high level categorisation of a package." + }, + "max": "1", + "id": "PackagedProductDefinition.type", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packageFor", + "min": 0, + "definition": "The product this package model relates to, not the contents of the package (for which see package.containedItem).", + "isModifier": false, + "short": "The product that this is a pack for", + "mapping": [ + { + "map": "(the link from Packaged Medicinal Product to Medicinal Product)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packageFor", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.status", + "min": 0, + "definition": "The status within the lifecycle of this item. A high level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization or marketing status.", + "isModifier": true, + "short": "The status within the lifecycle of this item. High level - not intended to duplicate details elsewhere e.g. legal status, or authorization/marketing status", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "PackagedProductDefinition.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.statusDate", + "min": 0, + "definition": "The date at which the given status became applicable.", + "isModifier": false, + "short": "The date at which the given status became applicable", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.statusDate", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.containedItemQuantity", + "min": 0, + "definition": "A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. This attribute differs from containedItem.amount in that it can give a single aggregated count of all tablet types in a pack, even when these are different manufactured items. For example a pill pack of 21 tablets plus 7 sugar tablets, can be denoted here as '28 tablets'. This attribute is repeatable so that the different item types in one pack type can be counted (e.g. a count of vials and count of syringes). Each repeat must have different units, so that it is clear what the different sets of counted items are, and it is not intended to allow different counts of similar items (e.g. not '2 tubes and 3 tubes'). Repeats are not to be used to represent different pack sizes (e.g. 20 pack vs. 50 pack) - which would be different instances of this resource.", + "isModifier": false, + "short": "A total of the complete count of contained items of a particular type/form, independent of sub-packaging or organization. This can be considered as the pack size. See also packaging.containedItem.amount (especially the long definition)", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.containedItemQuantity", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.description", + "min": 0, + "definition": "Textual description. Note that this is not the name of the package or product.", + "isModifier": false, + "short": "Textual description. Note that this is not the name of the package or product", + "mapping": [ + { + "map": "Packaged Medicinal Product.description", + "identity": "idmp" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.description", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.legalStatusOfSupply", + "min": 0, + "definition": "The legal status of supply of the packaged item as classified by the regulator.", + "isModifier": false, + "short": "The legal status of supply of the packaged item as classified by the regulator", + "mapping": [ + { + "map": "Marketing Authorization.Legal Status of Supply (for a package)", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.legalStatusOfSupply", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.legalStatusOfSupply.code", + "min": 0, + "definition": "The actual status of supply. Conveys in what situation this package type may be supplied for use.", + "isModifier": false, + "short": "The actual status of supply. In what situation this package type may be supplied for use", + "mapping": [ + { + "map": "Marketing Authorization.Legal Status of Supply (for a package)", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/legal-status-of-supply", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LegalStatusOfSupply" + } + ], + "description": "The prescription supply types appropriate to a medicinal product" + }, + "max": "1", + "id": "PackagedProductDefinition.legalStatusOfSupply.code", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.legalStatusOfSupply.jurisdiction", + "min": 0, + "definition": "The place where the legal status of supply applies. When not specified, this indicates it is unknown in this context.", + "isModifier": false, + "short": "The place where the legal status of supply applies", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "1", + "id": "PackagedProductDefinition.legalStatusOfSupply.jurisdiction", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.marketingStatus", + "min": 0, + "definition": "Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated.", + "isModifier": false, + "short": "Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated", + "mapping": [ + { + "map": "Packaged Medicinal Product.Marketing Status", + "identity": "idmp" + } + ], + "type": [{ "code": "MarketingStatus" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.marketingStatus", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.copackagedIndicator", + "min": 0, + "definition": "Identifies if the package contains different items, such as when a drug product is supplied with another item e.g. a diluent or adjuvant.", + "isModifier": false, + "short": "Identifies if the drug product is supplied with another item such as a diluent or adjuvant", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If this value is not present, there is no statement being made about whether this is co-packaged or not. No inference can be made", + "max": "1", + "id": "PackagedProductDefinition.copackagedIndicator", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.manufacturer", + "min": 0, + "definition": "Manufacturer of this package type. When there are multiple it means these are all possible manufacturers.", + "isModifier": false, + "short": "Manufacturer of this package type (multiple means these are all possible manufacturers)", + "mapping": [ + { + "map": "Packaged Medicinal Product.Manufacturer / Establishment (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.manufacturer", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.attachedDocument", + "min": 0, + "definition": "Additional information or supporting documentation about the packaged product.", + "isModifier": false, + "short": "Additional information or supporting documentation about the packaged product", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.attachedDocument", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging", + "min": 0, + "definition": "A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap (which is not a device or a medication manufactured item).", + "isModifier": false, + "short": "A packaging item, as a container for medically related items, possibly with other packaging items within, or a packaging component, such as bottle cap", + "mapping": [ + { + "map": "Packaged Medicinal Product.Package Item (Container), Package Item (Container).Package (Component)", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.packaging", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.identifier", + "min": 0, + "definition": "A business identifier that is specific to this particular part of the packaging, often assigned by the manufacturer. Including possibly Data Carrier Identifier (a GS1 barcode).", + "isModifier": false, + "short": "An identifier that is specific to this particular part of the packaging. Including possibly a Data Carrier Identifier", + "mapping": [ + { + "map": "Package Item (Container).Data Carrier Identifier", + "identity": "idmp" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.identifier", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.type", + "min": 0, + "definition": "The physical type of the container of the items.", + "isModifier": false, + "short": "The physical type of the container of the items", + "mapping": [ + { + "map": "Package Item (Container).Package Item (Container) Type", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/packaging-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PackagingType" + } + ], + "description": "A high level categorisation of a package." + }, + "max": "1", + "id": "PackagedProductDefinition.packaging.type", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.componentPart", + "min": 0, + "definition": "Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial). The latter type are designed be a container, but the former are not.", + "isModifier": false, + "short": "Is this a part of the packaging (e.g. a cap or bottle stopper), rather than the packaging itself (e.g. a bottle or vial)", + "mapping": [ + { + "map": "Whether this packaging item corresponds to an Package Item (Container), if false, or a Package (Component), when true", + "identity": "idmp" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, it cannot be assumed that the item is packaging (a container) or a part of the packaging - it is just 'packaging'. Systems can sometimes infer this from the packaging.type (e.g. bottles are containers, bottle caps are not), or from the fact that a container will usually have other items within it (though it is possible that these exist but are not mentioned). Often the distinction is not critical - and can easily be understood by humans - but if that is necessary for machine processing it is recommended that this attribute is given a value.", + "max": "1", + "id": "PackagedProductDefinition.packaging.componentPart", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.quantity", + "min": 0, + "definition": "The quantity of packaging items contained at this layer of the package. This does not relate to the number of contained items but relates solely to the number of packaging items. When looking at the outermost layer it is always 1. If there are two boxes within, at the next layer it would be 2.", + "isModifier": false, + "short": "The quantity of this level of packaging in the package that contains it (with the outermost level being 1)", + "mapping": [ + { + "map": "Package Item (Container).Package Item (Container) Quantity", + "identity": "idmp" + } + ], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.packaging.quantity", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.material", + "min": 0, + "definition": "Material type of the package item.", + "isModifier": false, + "short": "Material type of the package item", + "mapping": [ + { + "map": "Package Item (Container).Material", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-material", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PackageMaterial" + } + ], + "description": "A material used in the construction of packages and their components." + }, + "max": "*", + "id": "PackagedProductDefinition.packaging.material", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.alternateMaterial", + "min": 0, + "definition": "A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material (e.g. different types of plastic for a blister sleeve).", + "isModifier": false, + "short": "A possible alternate material for this part of the packaging, that is allowed to be used instead of the usual material", + "mapping": [ + { + "map": "Package Item (Container).Alternate Material", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/package-material", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PackageMaterial" + } + ], + "description": "A material used in the construction of packages and their components." + }, + "max": "*", + "id": "PackagedProductDefinition.packaging.alternateMaterial", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.shelfLifeStorage", + "min": 0, + "definition": "Shelf Life and storage information.", + "isModifier": false, + "short": "Shelf Life and storage information", + "mapping": [ + { + "map": "Package Item (Container).Shelf Life / Storage", + "identity": "idmp" + } + ], + "type": [{ "code": "ProductShelfLife" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.shelfLifeStorage", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.manufacturer", + "min": 0, + "definition": "Manufacturer of this packaging item. When there are multiple values each one is a potential manufacturer of this packaging item.", + "isModifier": false, + "short": "Manufacturer of this packaging item (multiple means these are all potential manufacturers)", + "mapping": [ + { + "map": "Package Item (Container).Manufacturer / Establishment (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.manufacturer", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.property", + "min": 0, + "definition": "General characteristics of this item.", + "isModifier": false, + "short": "General characteristics of this item", + "mapping": [ + { + "map": "Package Item (Container).Physical Characteristics", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.property", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.property.type", + "min": 1, + "definition": "A code expressing the type of characteristic.", + "isModifier": false, + "short": "A code expressing the type of characteristic", + "mapping": [ + { + "map": "Physical Characteristics, all attributes", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductCharacteristic" + } + ], + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "PackagedProductDefinition.packaging.property.type", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.property.value[x]", + "min": 0, + "definition": "A value for the characteristic.", + "isModifier": false, + "short": "A value for the characteristic", + "mapping": [ + { + "map": "Physical Characteristics, attribute's value", + "identity": "idmp" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "date" }, + { "code": "boolean" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.packaging.property.value[x]", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.containedItem", + "min": 0, + "definition": "The item(s) within the packaging.", + "isModifier": false, + "short": "The item(s) within the packaging", + "mapping": [ + { + "map": "Package Item (Container).Manufactured Item, Package Item (Container).Device", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.containedItem", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.containedItem.item", + "min": 1, + "definition": "The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package. This also allows another whole packaged product to be included, which is solely for the case where a package of other entire packages is wanted - such as a wholesale or distribution pack (for layers within one package, use PackagedProductDefinition.packaging.packaging).", + "isModifier": false, + "short": "The actual item(s) of medication, as manufactured, or a device, or other medically related item (food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package", + "mapping": [ + { + "map": "(the link to) Package Item (Container).Manufactured Item, Package Item (Container).Device", + "identity": "idmp" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.packaging.containedItem.item", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.containedItem.amount", + "min": 0, + "definition": "The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition).", + "isModifier": false, + "short": "The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition)", + "mapping": [ + { + "map": "Manufactured Item.Manufactured Item Quantity", + "identity": "idmp" + } + ], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "PackagedProductDefinition.packaging.containedItem.amount", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.packaging.packaging", + "min": 0, + "definition": "Allows containers (and parts of containers) within containers, still as a part of a single packaged product. See also PackagedProductDefinition.packaging.containedItem.item(PackagedProductDefinition).", + "isModifier": false, + "short": "Allows containers (and parts of containers) within containers, still as a part of single packaged product", + "mapping": [ + { + "map": "(link from Package Item (Container) to itself)", + "identity": "idmp" + } + ], + "contentReference": "#PackagedProductDefinition.packaging", + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.packaging.packaging", + "isSummary": true + }, + { + "path": "PackagedProductDefinition.characteristic", + "min": 0, + "definition": "Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\", \"calendar pack\".", + "isModifier": false, + "short": "Allows the key features to be recorded, such as \"hospital pack\", \"nurse prescribable\"", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "contentReference": "#PackagedProductDefinition.packaging.property", + "mustSupport": false, + "max": "*", + "id": "PackagedProductDefinition.characteristic", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ElementDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ElementDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://metadata-standards.org/11179/", + "name": "ISO 11179", + "identity": "iso11179" + }, + { + "uri": "http://ihe.net/data-element-exchange", + "name": "IHE Data Element Exchange (DEX)", + "identity": "dex" + } + ], + "abstract": false, + "type": "ElementDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "ElementDefinition", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ElementDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "eld-19", + "human": "Element path SHALL be expressed as a set of '.'-separated components with each component restricted to a maximum of 64 characters and with some limits on the allowed choice of characters", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "path.matches('^[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\.[^\\\\s\\\\.,:;\\\\\\'\"\\\\/|?!@#$%&*()\\\\[\\\\]{}]{1,64}(\\\\[x\\\\])?(\\\\:[^\\\\s\\\\.]+)?)*$')" + }, + { + "key": "eld-2", + "human": "Min <= Max", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "min.empty() or max.empty() or (max = '*') or iif(max != '*', min <= max.toInteger())" + }, + { + "key": "eld-5", + "human": "if the element definition has a contentReference, it cannot have type, defaultValue, fixed, pattern, example, minValue, maxValue, maxLength, or binding", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "contentReference.empty() or (type.empty() and defaultValue.empty() and fixed.empty() and pattern.empty() and example.empty() and minValue.empty() and maxValue.empty() and maxLength.empty() and binding.empty())" + }, + { + "key": "eld-7", + "human": "Pattern may only be specified if there is one type", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "pattern.empty() or (type.count() <= 1)" + }, + { + "key": "eld-6", + "human": "Fixed value may only be specified if there is one type", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "fixed.empty() or (type.count() <= 1)" + }, + { + "key": "eld-22", + "human": "sliceIsConstraining can only appear if slicename is present", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "sliceIsConstraining.exists() implies sliceName.exists()" + }, + { + "key": "eld-11", + "human": "Binding can only be present for coded elements, string, and uri if using FHIR-defined types", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "binding.empty() or type.code.empty() or type.code.contains(\":\") or type.select((code = 'code') or (code = 'Coding') or (code='CodeableConcept') or (code = 'Quantity') or (code = 'string') or (code = 'uri') or (code = 'Duration')).exists()" + }, + { + "key": "eld-8", + "human": "Pattern and fixed are mutually exclusive", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "pattern.empty() or fixed.empty()" + }, + { + "key": "eld-25", + "human": "Order has no meaning (and cannot be asserted to have meaning), so enforcing rules on order is improper", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "warning", + "expression": "orderMeaning.empty() implies slicing.where(rules='openAtEnd' or ordered).exists().not()" + }, + { + "key": "eld-14", + "human": "Constraints must be unique by key", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "constraint.select(key).isDistinct()" + }, + { + "key": "eld-24", + "human": "pattern[x] should be used rather than fixed[x]", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "warning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "pattern[x] is generally preferred over fixed[x] because it doesn't preclude the use of id and additional extensions, though there are corner cases when it's appropriate to exclude those" + } + ], + "expression": "fixed.exists().not()" + }, + { + "key": "eld-13", + "human": "Types must be unique by code", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "type.select(code).isDistinct()" + }, + { + "key": "eld-27", + "human": "Mappings SHOULD be unique by key", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "warning", + "expression": "mapping.select(identity).isDistinct()" + }, + { + "key": "eld-16", + "human": "sliceName must be composed of proper tokens separated by \"/\"", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "sliceName.empty() or sliceName.matches('^[a-zA-Z0-9\\\\/\\\\-_\\\\[\\\\]\\\\@]+$')" + }, + { + "key": "eld-15", + "human": "default value and meaningWhenMissing are mutually exclusive", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "defaultValue.empty() or meaningWhenMissing.empty()" + }, + { + "key": "eld-18", + "human": "Must have a modifier reason if isModifier = true", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "(isModifier.exists() and isModifier) implies isModifierReason.exists()" + }, + { + "key": "eld-28", + "human": "Can't have valueAlternatives if mustHaveValue is true", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "mustHaveValue.value implies valueAlternatives.empty()" + }, + { + "key": "eld-20", + "human": "The first component of the path should be UpperCamelCase. Additional components (following a '.') should be lowerCamelCase. If this syntax is not adhered to, code generation tools may be broken. Logical models may be less concerned about this implication.", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "warning", + "expression": "path.matches('^[A-Za-z][A-Za-z0-9]{0,63}(\\\\.[a-z][A-Za-z0-9]{0,63}(\\\\[x])?)*$')" + } + ], + "path": "ElementDefinition", + "min": 0, + "definition": "Captures constraints on each element within the resource, profile, or extension.", + "short": "Definition of an element in a resource or extension", + "mapping": [ + { "map": "OM1", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + }, + { "map": "Data_Element", "identity": "iso11179" }, + { + "map": "RetrieveMetadata response", + "identity": "dex" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "ElementDefinition" + }, + { + "path": "ElementDefinition.path", + "min": 1, + "definition": "The path identifies the element and is expressed as a \".\"-separated list of ancestor elements, beginning with the name of the resource or extension.", + "short": "Path of the element in the hierarchy of elements", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "Name, Identifier & Context", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.path", + "condition": ["eld-19", "eld-20"], + "isSummary": true + }, + { + "path": "ElementDefinition.representation", + "min": 0, + "definition": "Codes that define how this element is represented in instances, when the deviation varies from the normal case. No extensions are allowed on elements with a representation of 'xmlAttr', no matter what FHIR serialization format is used.", + "short": "xmlAttr | xmlText | typeAttr | cdaText | xhtml", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/property-representation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "How a property is represented when serialized." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyRepresentation" + } + ], + "description": "How a property is represented when serialized." + }, + "max": "*", + "id": "ElementDefinition.representation", + "comment": "In resources, this is rarely used except for special cases where the representation deviates from the normal, and can only be done in the base standard (and profiles must reproduce what the base standard does). This element is used quite commonly in Logical models when the logical models represent a specific serialization format (e.g. CDA, v2 etc.).", + "isSummary": true + }, + { + "path": "ElementDefinition.sliceName", + "requirements": "May also be used for code generation purposes.", + "min": 0, + "definition": "The name of this element definition slice, when slicing is working. The name must be a token with no dots or spaces. This is a unique name referring to a specific set of constraints applied to this element, used to provide a name to different slices of the same element.", + "short": "Name for this particular element (in a set of slices)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.sliceName", + "condition": ["eld-22", "eld-16"], + "comment": "The name SHALL be unique within the structure within the context of the constrained resource element. (Though to avoid confusion, uniqueness across all elements is recommended.).", + "isSummary": true + }, + { + "path": "ElementDefinition.sliceIsConstraining", + "requirements": "Allows detection of a situation where an ancestor profile adds or removes slicing with the same name where that might impact the child profile.", + "min": 0, + "definition": "If true, indicates that this slice definition is constraining a slice definition with the same name in an inherited profile. If false, the slice is not overriding any slice in an inherited profile. If missing, the slice might or might not be overriding a slice in an inherited profile, depending on the sliceName.", + "short": "If this slice definition constrains an inherited slice definition (or not)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ElementDefinition.sliceIsConstraining", + "condition": ["eld-22"], + "comment": "If set to true, an ancestor profile SHALL have a slicing definition with this name. If set to false, no ancestor profile is permitted to have a slicing definition with this name.", + "isSummary": true + }, + { + "path": "ElementDefinition.label", + "min": 0, + "definition": "A single preferred label which is the text to display beside the element indicating its meaning or to use to prompt for the element in a user display or form.", + "short": "Name for element to display with or prompt for element", + "mapping": [ + { "map": "./code/display", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.label", + "comment": "See also the extension [http://hl7.org/fhir/StructureDefinition/elementdefinition-question](http://hl7.org/fhir/extensions/StructureDefinition-elementdefinition-question.html).", + "isSummary": true + }, + { + "path": "ElementDefinition.code", + "requirements": "Links the meaning of an element to an external terminology, and is very useful for searching and indexing.", + "min": 0, + "definition": "A code that has the same meaning as the element in a particular terminology.", + "short": "Corresponding codes in terminologies", + "mapping": [ + { "map": "OM1.7", "identity": "v2" }, + { + "map": "./code (root or translation)", + "identity": "rim" + }, + { + "map": "(Data_Element).data_element_concept.identifier", + "identity": "iso11179" + } + ], + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://loinc.org/vs", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes that indicate the meaning of a data element." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ElementDefinitionCode" + } + ], + "description": "Codes that indicate the meaning of a data element." + }, + "max": "*", + "id": "ElementDefinition.code", + "comment": "The concept SHALL be properly aligned with the data element definition and other constraints, as defined in the code system, including relationships, of any code listed here. Where multiple codes exist in a terminology that could correspond to the data element, the most granular code(s) should be selected, so long as they are not more restrictive than the data element itself. The mappings may be used to provide more or less granular or structured equivalences in the code system.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing", + "min": 0, + "definition": "Indicates that the element is sliced into a set of alternative definitions (i.e. in a structure definition, there are multiple different constraints on a single element in the base resource). Slicing can be used in any resource that has cardinality ..* on the base resource, or any resource with a choice of types. The set of slices is any elements that come after this in the element sequence that have the same path, until a shorter path occurs (the shorter path terminates the set).", + "short": "This element is sliced - slices follow", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "ElementDefinition.slicing", + "condition": ["eld-25"], + "comment": "The first element in the sequence, the one that carries the slicing, is the definition that applies to all the slices. This is based on the unconstrained element, but can apply any constraints as appropriate. This may include the common constraints on the children of the element.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator", + "min": 0, + "definition": "Designates which child elements are used to discriminate between the slices when processing an instance. If one or more discriminators are provided, the value of the child elements in the instance data SHALL completely distinguish which slice the element in the resource matches based on the allowed values for those elements in each of the slices.", + "short": "Element values that are used to distinguish the slices", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.slicing.discriminator", + "comment": "If there is no discriminator, the content is hard to process, so this should be avoided.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator.type", + "min": 1, + "definition": "How the element value is interpreted when discrimination is evaluated.", + "short": "value | exists | type | profile | position", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/discriminator-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "How an element value is interpreted when discrimination is evaluated." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiscriminatorType" + } + ], + "description": "How an element value is interpreted when discrimination is evaluated." + }, + "max": "1", + "id": "ElementDefinition.slicing.discriminator.type", + "comment": "'pattern' is deprecated - it works exactly the same as 'value'.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.discriminator.path", + "min": 1, + "definition": "A FHIRPath expression, using [the simple subset of FHIRPath](fhirpath.html#simple), that is used to identify the element on which discrimination is based.", + "short": "Path to element value", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.slicing.discriminator.path", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.description", + "min": 0, + "definition": "A human-readable text description of how the slicing works. If there is no discriminator, this is required to be present to provide whatever information is possible about how the slices can be differentiated.", + "short": "Text description of how slicing works (or not)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.slicing.description", + "comment": "If it's really not possible to differentiate them, the design should be re-evaluated to make the content usable.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.ordered", + "min": 0, + "definition": "If the matching elements have to occur in the same order as defined in the profile.", + "short": "If elements must be in same order as slices", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "Order is not required unless specified", + "max": "1", + "id": "ElementDefinition.slicing.ordered", + "condition": ["eld-25"], + "comment": "Order should only be required when it is a pressing concern for presentation. Profile authors should consider making the order a feature of the rules about the narrative, not the rules about the data - requiring ordered data makes the profile much less re-usable.", + "isSummary": true + }, + { + "path": "ElementDefinition.slicing.rules", + "min": 1, + "definition": "Whether additional slices are allowed or not. When the slices are ordered, profile authors can also say that additional slices are only allowed at the end.", + "short": "closed | open | openAtEnd", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-slicing-rules|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "How slices are interpreted when evaluating an instance." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SlicingRules" + } + ], + "description": "How slices are interpreted when evaluating an instance." + }, + "max": "1", + "id": "ElementDefinition.slicing.rules", + "condition": ["eld-25"], + "comment": "Allowing additional elements makes for a much for flexible template - it's open for use in wider contexts, but also means that the content of the resource is not closed, and applications have to decide how to handle content not described by the profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.short", + "min": 0, + "definition": "A concise description of what this element means (e.g. for use in autogenerated summaries).", + "short": "Concise definition for space-constrained presentation", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "N/A", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.short", + "comment": "It is easy for a different short definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing short definitions in a profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.definition", + "requirements": "To allow a user to state the usage of an element in a particular context.", + "min": 0, + "definition": "Provides a complete explanation of the meaning of the data element for human readability. For the case of elements derived from existing elements (e.g. constraints), the definition SHALL be consistent with the base definition, but convey the meaning of the element in the particular context of use of the resource. (Note: The text you are reading is specified in ElementDefinition.definition).", + "short": "Full formal definition as narrative text", + "mapping": [ + { "map": "OM1.6, OM1.41", "identity": "v2" }, + { "map": "./text", "identity": "rim" }, + { + "map": "(Designatable_Item).definition.text acceptability=preferred in default context", + "identity": "iso11179" + } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Description"], + "max": "1", + "id": "ElementDefinition.definition", + "comment": "It is easy for a different definition to change the meaning of an element and this can have nasty downstream consequences. Please be careful when providing definitions in a profile.", + "isSummary": true + }, + { + "path": "ElementDefinition.comment", + "min": 0, + "definition": "Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment).", + "short": "Comments about the use of this element", + "mapping": [ + { + "map": "NTE, OM1.32, OM1.33, OM1.39", + "identity": "v2" + }, + { + "map": "./inboundRelationship[typeCode=SUBJ]/source[classCode=LIST, moodCode=EVN]/code", + "identity": "rim" + }, + { + "map": "(Administered_Item).explanatory_comment", + "identity": "iso11179" + } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.comment", + "comment": "If it is possible to capture usage rules using constraints, that mechanism should be used in preference to this element.", + "isSummary": true + }, + { + "path": "ElementDefinition.requirements", + "min": 0, + "definition": "This element is for traceability of why the element was created and why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this element.", + "short": "Why this resource has been created", + "mapping": [ + { + "map": "./inboundRelationship[typeCode=META]/source[classCode=ACT, moodCode=EVN, isCriterionInd=true]/reasonCode/originalText", + "identity": "rim" + }, + { + "map": "(Registered_item).document_reference[document_type=requirements].notation", + "identity": "iso11179" + } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.requirements", + "comment": "This element does not describe the usage of the element (that's done in comments), rather it's for traceability of *why* the element is either needed or why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this data element.", + "isSummary": true + }, + { + "path": "ElementDefinition.alias", + "requirements": "Allows for better easier recognition of the element by multiple communities, including international communities.", + "min": 0, + "definition": "Identifies additional names by which this element might also be known.", + "short": "Other names", + "mapping": [ + { "map": "OM1.8, OM1.52", "identity": "v2" }, + { + "map": "Not currently expressible", + "identity": "rim" + }, + { + "map": "(Designatable_Item).designation.sign acceptability!=preferred or context is other than default", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["synonym", "other name"], + "max": "*", + "id": "ElementDefinition.alias", + "isSummary": true + }, + { + "path": "ElementDefinition.min", + "min": 0, + "definition": "The minimum number of times this element SHALL appear in the instance.", + "short": "Minimum Cardinality", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Minimum size of data element values?", + "identity": "iso11179" + } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "ElementDefinition.min", + "condition": ["eld-2"], + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-3", + "human": "Max SHALL be a number or \"*\"", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "empty() or ($this = '*') or (toInteger() >= 0)" + } + ], + "path": "ElementDefinition.max", + "min": 0, + "definition": "The maximum number of times this element is permitted to appear in the instance.", + "short": "Maximum Cardinality (a number or *)", + "mapping": [ + { "map": "OMC.10", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Maximum size of data element values?", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.max", + "condition": ["eld-2"], + "isSummary": true + }, + { + "path": "ElementDefinition.base", + "min": 0, + "definition": "Information about the base definition of the element, provided to make it unnecessary for tools to trace the deviation of the element through the derived and related profiles. When the element definition is not the original definition of an element - e.g. either in a constraint on another type, or for elements from a super type in a snap shot - then the information in provided in the element definition may be different to the base definition. On the original definition of the element, it will be same.", + "short": "Base definition information for tools", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "1", + "id": "ElementDefinition.base", + "comment": "The base information does not carry any information that could not be determined from the path and related profiles, but making this determination requires both that the related profiles are available, and that the algorithm to determine them be available. For tooling simplicity, the base information must always be populated in element definitions in snap shots, even if it is the same.", + "isSummary": true + }, + { + "path": "ElementDefinition.base.path", + "min": 1, + "definition": "The Path that identifies the base element - this matches the ElementDefinition.path for that element. Across FHIR, there is only one base definition of any element - that is, an element definition on a [StructureDefinition](structuredefinition.html#) without a StructureDefinition.base.", + "short": "Path that identifies the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.base.path", + "isSummary": true + }, + { + "path": "ElementDefinition.base.min", + "min": 1, + "definition": "Minimum cardinality of the base element identified by the path.", + "short": "Min cardinality of the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "unsignedInt" }], + "max": "1", + "id": "ElementDefinition.base.min", + "comment": "This is provided for consistency with max, and may affect code generation of mandatory elements of the base resource are generated differently (some reference implementations have done this).", + "isSummary": true + }, + { + "path": "ElementDefinition.base.max", + "min": 1, + "definition": "Maximum cardinality of the base element identified by the path.", + "short": "Max cardinality of the base element", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.base.max", + "comment": "This is provided to code generation, since the serialization representation in JSON differs depending on whether the base element has max > 1. Also, some forms of code generation may differ.", + "isSummary": true + }, + { + "path": "ElementDefinition.contentReference", + "min": 0, + "definition": "Identifies an element defined elsewhere in the definition whose content rules should be applied to the current element. ContentReferences bring across all the rules that are in the ElementDefinition for the element, including definitions, cardinality constraints, bindings, invariants etc.", + "short": "Reference to definition of content for the element", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "max": "1", + "id": "ElementDefinition.contentReference", + "condition": ["eld-5"], + "comment": "ContentReferences can only be defined in specializations, not constrained types, and they cannot be changed and always reference the non-constrained definition.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-4", + "human": "Aggregation may only be specified if one of the allowed types for the element is a reference", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "aggregation.empty() or (code = 'Reference') or (code = 'canonical') or (code = 'CodeableReference')" + }, + { + "key": "eld-17", + "human": "targetProfile is only allowed if the type is Reference or canonical", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "(code='Reference' or code = 'canonical' or code = 'CodeableReference') or targetProfile.empty()" + } + ], + "path": "ElementDefinition.type", + "min": 0, + "definition": "The data type or resource that the value of this element is permitted to be.", + "short": "Data type and Profile for this element", + "mapping": [ + { "map": "OM1.3, OMC.9", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.data+Q14type", + "identity": "iso11179" + }, + { "map": "valueDomain.dataType", "identity": "dex" } + ], + "type": [{ "code": "Element" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TypeRef" + } + ], + "max": "*", + "id": "ElementDefinition.type", + "condition": [ + "eld-13", + "eld-7", + "eld-6", + "eld-11", + "eld-5" + ], + "comment": "The Type of the element can be left blank in a differential constraint, in which case the type is inherited from the resource. Abstract types are not permitted to appear as a type when multiple types are listed. (I.e. Abstract types cannot be part of a choice).", + "isSummary": true + }, + { + "path": "ElementDefinition.type.code", + "min": 1, + "definition": "URL of Data type or Resource that is a(or the) type used for this element. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition e.g. \"string\" is a reference to http://hl7.org/fhir/StructureDefinition/string. Absolute URLs are only allowed in logical models.", + "short": "Data type or Resource (reference to definition)", + "mapping": [ + { "map": "OM1.3", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.data+Q14type", + "identity": "iso11179" + } + ], + "type": [{ "code": "uri" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/elementdefinition-types", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "List of all Types for ElementDefinition.type.code." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ElementDefinitionTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "List of all Types for ElementDefinition.type.code." + }, + "max": "1", + "id": "ElementDefinition.type.code", + "condition": ["eld-11", "eld-13", "eld-4", "eld-17"], + "comment": "If the element is a reference to another resource, this element contains \"Reference\", and the targetProfile element defines what resources can be referenced. The targetProfile may be a reference to the general definition of a resource (e.g. http://hl7.org/fhir/StructureDefinition/Patient).", + "isSummary": true + }, + { + "path": "ElementDefinition.type.profile", + "min": 0, + "definition": "Identifies a profile structure or implementation Guide that applies to the datatype this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the type SHALL conform to at least one profile defined in the implementation guide.", + "short": "Profiles (StructureDefinition or IG) - one must apply", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "max": "*", + "id": "ElementDefinition.type.profile", + "comment": "It is possible to profile backbone element (e.g. part of a resource), using the [http://hl7.org/fhir/StructureDefinition/elementdefinition-profile-element](http://hl7.org/fhir/extensions/StructureDefinition-elementdefinition-profile-element.html) extension.", + "isSummary": true + }, + { + "path": "ElementDefinition.type.targetProfile", + "min": 0, + "definition": "Used when the type is \"Reference\" or \"canonical\", and identifies a profile structure or implementation Guide that applies to the target of the reference this element refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide.", + "short": "Profile (StructureDefinition or IG) on the Reference/canonical target - one must apply", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition", + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "max": "*", + "id": "ElementDefinition.type.targetProfile", + "condition": ["eld-17"], + "isSummary": true + }, + { + "path": "ElementDefinition.type.aggregation", + "min": 0, + "definition": "If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource, or a reference, and if the context is a bundle, is it included in the bundle.", + "short": "contained | referenced | bundled - how aggregated", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "n/a", "identity": "iso11179" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-aggregation-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "How resource references can be aggregated." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AggregationMode" + } + ], + "description": "How resource references can be aggregated." + }, + "max": "*", + "id": "ElementDefinition.type.aggregation", + "condition": ["eld-4"], + "comment": "See [Aggregation Rules](elementdefinition.html#aggregation) for further clarification.", + "isSummary": true + }, + { + "path": "ElementDefinition.type.versioning", + "min": 0, + "definition": "Whether this reference needs to be version specific or version independent, or whether either can be used.", + "short": "either | independent | specific", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-version-rules|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Whether a reference needs to be version specific or version independent, or whether either can be used." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferenceVersionRules" + } + ], + "description": "Whether a reference needs to be version specific or version independent, or whether either can be used." + }, + "max": "1", + "id": "ElementDefinition.type.versioning", + "comment": "The base specification never makes a rule as to which form is allowed, but implementation guides may do this. See [Aggregation Rules](elementdefinition.html#aggregation) for further clarification.", + "isSummary": true + }, + { + "path": "ElementDefinition.defaultValue[x]", + "min": 0, + "definition": "The value that should be used if there is no value stated in the instance (e.g. 'if not otherwise specified, the abstract is false').", + "short": "Specified value if missing from instance", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.defaultValue[x]", + "condition": ["eld-15", "eld-5"], + "comment": "Specifying a default value means that the property can never been unknown - it must always have a value. Further, the default value can never be changed, or changed in constraints on content models. Defining default values creates many difficulties in implementation (e.g. when is a value missing?). For these reasons, default values are (and should be) used extremely sparingly. \n\nNo default values are ever defined in the FHIR specification, nor can they be defined in constraints (\"profiles\") on data types or resources. This element only exists so that default values may be defined in logical models.", + "isSummary": true + }, + { + "path": "ElementDefinition.meaningWhenMissing", + "min": 0, + "definition": "The Implicit meaning that is to be understood when this element is missing (e.g. 'when this element is missing, the period is ongoing').", + "short": "Implicit meaning when this element is missing", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.meaningWhenMissing", + "condition": ["eld-15"], + "comment": "Implicit meanings for missing values can only be specified on a resource, data type, or extension definition, and never in a profile that applies to one of these. An implicit meaning for a missing value can never be changed, and specifying one has the consequence that constraining its use in profiles eliminates use cases as possibilities, not merely moving them out of scope.", + "isSummary": true + }, + { + "path": "ElementDefinition.orderMeaning", + "min": 0, + "definition": "If present, indicates that the order of the repeating element has meaning and describes what that meaning is. If absent, it means that the order of the element has no meaning.", + "short": "What the order of the elements means", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.orderMeaning", + "condition": ["eld-25"], + "comment": "This element can only be asserted on repeating elements and can only be introduced when defining resources or data types. It can be further refined profiled elements but if absent in the base type, a profile cannot assert meaning.", + "isSummary": true + }, + { + "path": "ElementDefinition.fixed[x]", + "min": 0, + "definition": "Specifies a value that SHALL be exactly the value for this element in the instance, if present. For purposes of comparison, non-significant whitespace is ignored, and all values must be an exact match (case and accent sensitive). Missing elements/attributes must also be missing.", + "short": "Value must be exactly this", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "N/A (only relevant when constraining, which 11179 doesn't do)", + "identity": "iso11179" + } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.fixed[x]", + "condition": ["eld-5", "eld-6", "eld-8", "eld-24"], + "comment": "This is not recommended for Coding and CodeableConcept since these often have highly contextual properties such as version or display.", + "isSummary": true + }, + { + "path": "ElementDefinition.pattern[x]", + "min": 0, + "definition": "Specifies a value that each occurrence of the element in the instance SHALL follow - that is, any value in the pattern must be found in the instance, if the element has a value. Other additional values may be found too. This is effectively constraint by example. \n\nWhen pattern[x] is used to constrain a primitive, it means that the value provided in the pattern[x] must match the instance value exactly.\n\nWhen an element within a pattern[x] is used to constrain an array, it means that each element provided in the pattern[x] must (recursively) match at least one element from the instance array.\n\nWhen pattern[x] is used to constrain a complex object, it means that each property in the pattern must be present in the complex object, and its value must recursively match -- i.e.,\n\n1. If primitive: it must match exactly the pattern value\n2. If a complex object: it must match (recursively) the pattern value\n3. If an array: it must match (recursively) the pattern value\n\nIf a pattern[x] is declared on a repeating element, the pattern applies to all repetitions. If the desire is for a pattern to apply to only one element or a subset of elements, slicing must be used. See [Examples of Patterns](elementdefinition-examples.html#pattern-examples) for examples of pattern usage and the effect it will have.", + "short": "Value must have at least these property values", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.pattern[x]", + "condition": ["eld-5", "eld-7", "eld-8"], + "comment": "Mostly used for fixing values of CodeableConcept. In general, pattern[x] is not intended for use with primitive types, where is has the same meaning as fixed[x].", + "isSummary": true + }, + { + "path": "ElementDefinition.example", + "min": 0, + "definition": "A sample value for this element demonstrating the type of information that would typically be found in the element.", + "short": "Example value (as defined for type)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.example", + "condition": ["eld-5"], + "comment": "Examples will most commonly be present for data where it's not implicitly obvious from either the data type or value set what the values might be. (I.e. Example values for dates or quantities would generally be unnecessary.) If the example value is fully populated, the publication tool can generate an instance automatically.", + "isSummary": true + }, + { + "path": "ElementDefinition.example.label", + "min": 1, + "definition": "Describes the purpose of this example among the set of examples.", + "short": "Describes the purpose of this example", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.example.label", + "isSummary": true + }, + { + "path": "ElementDefinition.example.value[x]", + "min": 1, + "definition": "The actual value for the element, which must be one of the types allowed for this element.", + "short": "Value of Example (one of allowed types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".example", "identity": "iso11179" } + ], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "max": "1", + "id": "ElementDefinition.example.value[x]", + "isSummary": true + }, + { + "path": "ElementDefinition.minValue[x]", + "min": 0, + "definition": "The minimum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.", + "short": "Minimum Allowed Value (for some types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "instant" }, + { "code": "time" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "positiveInt" }, + { "code": "unsignedInt" }, + { "code": "Quantity" } + ], + "max": "1", + "id": "ElementDefinition.minValue[x]", + "condition": ["eld-5"], + "comment": "Except for date/date/instant, the type of the minValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of minValue[x] SHALL be either the same, or a [Duration](datatypes.html#Duration) which specifies a relative time limit to the current time. The duration value is positive, and is subtracted from the current clock to determine the minimum allowable value. A minimum value for a Quantity is interpreted as a canonical minimum - e.g. you cannot provide 100mg if the minimum value is 10g.", + "isSummary": true + }, + { + "path": "ElementDefinition.maxValue[x]", + "min": 0, + "definition": "The maximum allowed value for the element. The value is inclusive. This is allowed for the types date, dateTime, instant, time, decimal, integer, and Quantity.", + "short": "Maximum Allowed Value (for some types)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { "code": "date" }, + { "code": "dateTime" }, + { "code": "instant" }, + { "code": "time" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "positiveInt" }, + { "code": "unsignedInt" }, + { "code": "Quantity" } + ], + "max": "1", + "id": "ElementDefinition.maxValue[x]", + "condition": ["eld-5"], + "comment": "Except for date/date/instant, the type of the maxValue[x] SHALL be the same as the specified type of the element. For the date/dateTime/instant values, the type of maxValue[x] SHALL be either the same, or a [Duration](datatypes.html#Duration) which specifies a relative time limit to the current time. The duration value is positive, and is added to the current clock to determine the maximum allowable value. A maximum value for a Quantity is interpreted as a canonical maximum - e.g. you cannot provide 10g if the maximum value is 50mg.", + "isSummary": true + }, + { + "path": "ElementDefinition.maxLength", + "min": 0, + "definition": "Indicates the maximum length in characters that is permitted to be present in conformant instances and which is expected to be supported by conformant consumers that support the element. ```maxLength``` SHOULD only be used on primitive data types that have a string representation (see [http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics](http://hl7.org/fhir/extensions/StructureDefinition-structuredefinition-type-characteristics.html)).", + "short": "Max length for string type data", + "mapping": [ + { "map": "OMC.12", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": ".domain.maximum_character_quantity", + "identity": "iso11179" + } + ], + "type": [{ "code": "integer" }], + "max": "1", + "id": "ElementDefinition.maxLength", + "condition": ["eld-5"], + "comment": "Receivers are not required to reject instances that exceed the maximum length. The full length could be stored. In some cases, data might be truncated, though truncation should be undertaken with care and an understanding of the consequences of doing so. If not specified, there is no conformance expectation for length support.", + "isSummary": true + }, + { + "path": "ElementDefinition.condition", + "min": 0, + "definition": "A reference to an invariant that may make additional statements about the cardinality or value in the instance.", + "short": "Reference to invariant about presence", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "*", + "id": "ElementDefinition.condition", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-21", + "human": "Constraints should have an expression or else validators will not be able to enforce them", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "warning", + "expression": "expression.exists()" + }, + { + "key": "eld-26", + "human": "Errors cannot be suppressed", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "(severity = 'error') implies suppress.empty()" + } + ], + "path": "ElementDefinition.constraint", + "min": 0, + "definition": "Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.", + "short": "Condition that must evaluate to true", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.constraint", + "condition": ["eld-14"], + "comment": "Constraints should be declared on the \"context\" element - the lowest element in the hierarchy that is common to all nodes referenced by the constraint.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.key", + "min": 1, + "definition": "Allows identification of which elements have their cardinalities impacted by the constraint. Will not be referenced for constraints that do not affect cardinality.", + "short": "Target of 'condition' reference above", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "1", + "id": "ElementDefinition.constraint.key", + "condition": ["eld-14"], + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.requirements", + "min": 0, + "definition": "Description of why this constraint is necessary or appropriate.", + "short": "Why this constraint is necessary or appropriate", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ElementDefinition.constraint.requirements", + "comment": "To be used if the reason for the constraint might not be intuitive to all implementers.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.severity", + "min": 1, + "definition": "Identifies the impact constraint violation has on the conformance of the instance.", + "short": "error | warning", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/constraint-severity|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "SHALL applications comply with this constraint?" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConstraintSeverity" + } + ], + "description": "SHALL applications comply with this constraint?" + }, + "max": "1", + "id": "ElementDefinition.constraint.severity", + "condition": ["eld-26"], + "comment": "This allows constraints to be asserted as \"shall\" (error) and \"should\" (warning).", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.suppress", + "min": 0, + "definition": "If true, indicates that the warning or best practice guideline should be suppressed.", + "short": "Suppress warning or hint in profile", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ElementDefinition.constraint.suppress", + "condition": ["eld-26"], + "comment": "This element should only be present in a derived profile where a warning or hint has been determined to be spurious/incorrect. E.g. a warning encouraging the inclusion of an element that the profile explicitly prohibits.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.human", + "min": 1, + "definition": "Text that can be used to describe the constraint in messages identifying that the constraint has been violated.", + "short": "Human description of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.constraint.human", + "comment": "Should be expressed in business terms as much as possible.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.expression", + "requirements": "Used by validation tooling tests of the validity of the resource.", + "min": 0, + "definition": "A [FHIRPath](fhirpath.html) expression of constraint that can be executed to see if this constraint is met.", + "short": "FHIRPath expression of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.constraint.expression", + "condition": ["eld-21"], + "comment": "In the absense of an expression, the expression is likely not enforceable by validators, and might be missed by many systems.", + "isSummary": true + }, + { + "path": "ElementDefinition.constraint.source", + "min": 0, + "definition": "A reference to the original source of the constraint, for traceability purposes.", + "short": "Reference to original source of constraint", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "max": "1", + "id": "ElementDefinition.constraint.source", + "comment": "This is used when, e.g. rendering, where it is not useful to present inherited constraints when rendering the snapshot.", + "isSummary": true + }, + { + "path": "ElementDefinition.mustHaveValue", + "min": 0, + "definition": "Specifies for a primitive data type that the value of the data type cannot be replaced by an extension.", + "short": "For primitives, that a value must be present - not replaced by an extension", + "type": [{ "code": "boolean" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ElementDefinition.mustHaveValue", + "condition": ["eld-28"], + "comment": "Typical extensions that can be provided in place of a the value are [http://hl7.org/fhir/StructureDefinition/data-absent-reason](http://hl7.org/fhir/extensions/StructureDefinition-data-absent-reason.html), [http://hl7.org/fhir/StructureDefinition/iso21090-nullFlavor](http://hl7.org/fhir/extensions/StructureDefinition-iso21090-nullFlavor.html), [http://hl7.org/fhir/StructureDefinition/originalText](http://hl7.org/fhir/extensions/StructureDefinition-originalText.html), and [http://hl7.org/fhir/StructureDefinition/cqf-expression](http://hl7.org/fhir/extensions/StructureDefinition-cqf-expression.html). Note that this element has no meaning when a value is provided, and extensions can be provided in addition to a value.", + "isSummary": true + }, + { + "path": "ElementDefinition.valueAlternatives", + "min": 0, + "definition": "Specifies a list of extensions that can appear in place of a primitive value.", + "short": "Extensions that are allowed to replace a primitive value", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "meaningWhenMissing": "If this element is missing, then any extension can be used if its context is appropriate", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ElementDefinition.valueAlternatives", + "condition": ["eld-28"], + "comment": "if mustHaveValue is true, then this element should not be present, since no extensions are allowed in place of the value. Note that this element has no impact if the value is present.", + "isSummary": true + }, + { + "path": "ElementDefinition.mustSupport", + "requirements": "Allows a profile to set expectations for system capabilities beyond merely respecting cardinality constraints.", + "min": 0, + "definition": "If true, implementations that produce or consume resources SHALL provide \"support\" for the element in some meaningful way. Note that this is being phased out and replaced by obligations (see below). If false, the element may be ignored and not supported. If false, whether to populate or use the data element in any way is at the discretion of the implementation.", + "short": "If the element must be supported (discouraged - see obligations)", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "In a base type, where the element is being defined for the first time, the element is assumed to be mustSupport = false. In a profile (a constraint on an existing type), if mustSupport is not specific in either the differential or the snapshot, the mustSupport value is not changed from the base definition. Note, though, that the snapshot SHOULD always populate the mustSupport value", + "max": "1", + "id": "ElementDefinition.mustSupport", + "comment": "\"Something meaningful\" is context dependent and impossible to describe in the base FHIR specification. For this reason, the mustSupport flag is never set to true by the FHIR specification itself - it is only set to true in profiles. A profile on a type can always make mustSupport = true if it is false in the base type but cannot make mustSupport = false if it is true in the base type. This is done in [Resource Profiles](profiling.html#mustsupport), where the profile labels an element as mustSupport=true. When a profile does this, it SHALL also make clear exactly what kind of \"support\" is required, as this can mean many things. Note that an element that has the property IsModifier is not necessarily a \"key\" element (e.g. one of the important elements to make use of the resource), nor is it automatically mustSupport - however both of these things are more likely to be true for IsModifier elements than for other elements.", + "isSummary": true + }, + { + "path": "ElementDefinition.isModifier", + "requirements": "Allows elements to be introduced into a specification that can't safely be ignored by applications that don't recognize them.", + "min": 0, + "definition": "If true, the value of this element affects the interpretation of the element or resource that contains it, and the value of the element cannot be ignored. Typically, this is used for status, negation and qualification codes. The effect of this is that the element cannot be ignored by systems: they SHALL either recognize the element and process it, and/or a pre-determination has been made that it is not relevant to their particular system. When used on the root element in an extension definition, this indicates whether or not the extension is a modifier extension.", + "short": "If this modifies the meaning of other elements", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "An element is not a modifier element unless it is explicitly specified to be one", + "max": "1", + "id": "ElementDefinition.isModifier", + "condition": ["eld-18"], + "comment": "Only the definition of an element can set IsModifier true - either the specification itself or where an extension is originally defined. Once set, it cannot be changed in derived profiles (except in the special case of the defining a new extension). An element/extension that has isModifier=true SHOULD also have a minimum cardinality of 1, so that there is no lack of clarity about what to do if it is missing. If it can be missing, the definition SHALL make the meaning of a missing element clear.", + "isSummary": true + }, + { + "path": "ElementDefinition.isModifierReason", + "min": 0, + "definition": "Explains how that element affects the interpretation of the resource or element that contains it.", + "short": "Reason that this element is marked as a modifier", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.isModifierReason", + "condition": ["eld-18"], + "isSummary": true + }, + { + "path": "ElementDefinition.isSummary", + "requirements": "Allow clients to search through large resources quickly.", + "min": 0, + "definition": "Whether the element should be included if a client requests a search with the parameter _summary=true.", + "short": "Include when _summary = true?", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": "??", "identity": "iso11179" } + ], + "type": [{ "code": "boolean" }], + "meaningWhenMissing": "An element is not included in the summary unless it is explicitly specified to be so", + "max": "1", + "id": "ElementDefinition.isSummary", + "comment": "Some resources include a set of simple metadata, and some very large data. This element is used to reduce the quantity of data returned in searches. Note that servers may pre-cache summarized resources for optimal performance. When a request is made with _summary=true, serializers only include elements marked as 'isSummary = true'. With a few exceptions (listed below), all datatype properties are included in the summary form. In resource and datatype definitions, if an element has a descendant marked as isSummary=true or if it satisfies both of the following conditions, it must be marked as isSummary=true:\n* is at the root or has a parent that is 'mustSupport'\n* has a minimum cardinality of 1 or is a modifier element\n\nThe following datatype properties are exceptions, and are not marked as isSummary:\n* Attachment.data\n* Signature.data, Signature.targetFormat, Signature.sigFormat\n* Narrative.status, Narrative.div\n* SampledData.data.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "eld-23", + "human": "binding SHALL have either description or valueSet", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "description.exists() or valueSet.exists()" + }, + { + "key": "eld-12", + "human": "ValueSet SHALL start with http:// or https:// or urn: or #", + "source": "http://hl7.org/fhir/StructureDefinition/ElementDefinition", + "severity": "error", + "expression": "valueSet.exists() implies (valueSet.startsWith('http:') or valueSet.startsWith('https') or valueSet.startsWith('urn:') or valueSet.startsWith('#'))" + } + ], + "path": "ElementDefinition.binding", + "min": 0, + "definition": "Binds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).", + "short": "ValueSet details if this is coded", + "mapping": [ + { "map": "OM3, OMC.11", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".domain", "identity": "iso11179" } + ], + "type": [{ "code": "Element" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ElementDefinitionBinding" + } + ], + "max": "1", + "id": "ElementDefinition.binding", + "condition": ["eld-11", "eld-5"], + "comment": "For a CodeableConcept, when no codes are allowed - only text, use a binding of strength \"required\" with a description explaining that no coded values are allowed and what sort of information to put in the \"text\" element.", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.strength", + "min": 1, + "definition": "Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances.", + "short": "required | extensible | preferred | example", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/binding-strength|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Indication of the degree of conformance expectations associated with a binding." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BindingStrength" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Indication of the degree of conformance expectations associated with a binding." + }, + "alias": ["conformance", "extensibility"], + "max": "1", + "id": "ElementDefinition.binding.strength", + "comment": "For further discussion, see [Using Terminologies](terminologies.html).", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.description", + "min": 0, + "definition": "Describes the intended use of this particular set of codes.", + "short": "Intended use of codes in the bound value set", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { "map": ".domain.description", "identity": "iso11179" } + ], + "type": [{ "code": "markdown" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ElementDefinition.binding.description", + "condition": ["eld-23"], + "isSummary": true + }, + { + "path": "ElementDefinition.binding.valueSet", + "min": 0, + "definition": "Refers to the value set that identifies the set of codes the binding refers to.", + "short": "Source of value set", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "points to explicit list or expression that evaluates to list of (Enumerated_Value_Domain).member", + "identity": "iso11179" + }, + { "map": "valueDomain.valueSet", "identity": "dex" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "max": "1", + "id": "ElementDefinition.binding.valueSet", + "condition": ["eld-12", "eld-23"], + "comment": "The reference may be version-specific or not (e.g. have a |[version] at the end of the canonical URL).", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.additional", + "min": 0, + "definition": "Additional bindings that help applications implementing this element. Additional bindings do not replace the main binding but provide more information and/or context.", + "short": "Additional Bindings - more rules about the binding", + "type": [{ "code": "Element" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ElementDefinition.binding.additional", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.additional.purpose", + "min": 1, + "definition": "The use of this additional binding.", + "short": "maximum | minimum | required | extensible | candidate | current | preferred | ui | starter | component", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/additional-binding-purpose|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The use of an additional binding." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdditionalBindingPurpose" + } + ], + "description": "The use of an additional binding." + }, + "max": "1", + "id": "ElementDefinition.binding.additional.purpose", + "comment": "Conformance bindings are in addition to the base binding, not instead of it.", + "isSummary": true + }, + { + "id": "ElementDefinition.binding.additional.valueSet", + "max": "1", + "min": 1, + "path": "ElementDefinition.binding.additional.valueSet", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "short": "The value set for the additional binding", + "isSummary": true, + "definition": "The valueSet that is being bound for the purpose." + }, + { + "id": "ElementDefinition.binding.additional.documentation", + "max": "1", + "min": 0, + "path": "ElementDefinition.binding.additional.documentation", + "type": [{ "code": "markdown" }], + "short": "Documentation of the purpose of use of the binding", + "isSummary": true, + "definition": "Documentation of the purpose of use of the bindingproviding additional information about how it is intended to be used." + }, + { + "id": "ElementDefinition.binding.additional.shortDoco", + "max": "1", + "min": 0, + "path": "ElementDefinition.binding.additional.shortDoco", + "type": [{ "code": "string" }], + "short": "Concise documentation - for summary tables", + "isSummary": true, + "definition": "Concise documentation - for summary tables." + }, + { + "path": "ElementDefinition.binding.additional.usage", + "min": 0, + "definition": "Qualifies the usage of the binding. Typically bindings are qualified by jurisdiction, but they may also be qualified by gender, workflow status, clinical domain etc. The information to decide whether a usege context applies is usually outside the resource, determined by context, and this might present challenges for validation tooling.", + "short": "Qualifies the usage - jurisdiction, gender, workflow status etc.", + "type": [{ "code": "UsageContext" }], + "max": "*", + "id": "ElementDefinition.binding.additional.usage", + "comment": "This specification does not define exactly how the context is determined for the usage; typically, this will be described in implementation guides.", + "isSummary": true + }, + { + "path": "ElementDefinition.binding.additional.any", + "min": 0, + "definition": "Whether the binding applies to all repeats, or just to any one of them. This is only relevant for elements that can repeat.", + "short": "Whether binding can applies to all repeats, or just one", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "ElementDefinition.binding.additional.any", + "comment": "A common pattern is to make a conformance binding to all repeats, and then make a binding that one of the repeats must conform to.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping", + "requirements": "Provides guidance to implementers familiar with or converting content from other specifications.", + "min": 0, + "definition": "Identifies a concept from an external specification that roughly corresponds to this element.", + "short": "Map element to another set of definitions", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "Registered_item).document_reference[document_type=mapping] Also, .meaning linkage to Data_Element_Concept is done as a mapping to a reference model. (Data_Element_Concepts are all defined in some sort of reference model, be that Object_Class and Property or some other mechanism)", + "identity": "iso11179" + }, + { "map": "mappingSpecification", "identity": "dex" } + ], + "type": [{ "code": "Element" }], + "max": "*", + "id": "ElementDefinition.mapping", + "condition": ["eld-27"], + "comment": "Mappings are not necessarily specific enough for safe translation.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.identity", + "min": 1, + "definition": "An internal reference to the definition of a mapping.", + "short": "Reference to mapping declaration", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "id" }], + "max": "1", + "id": "ElementDefinition.mapping.identity", + "condition": ["eld-27"], + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.language", + "min": 0, + "definition": "Identifies the computable language in which mapping.map is expressed.", + "short": "Computable language of mapping", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "ElementDefinition.mapping.language", + "comment": "If omitted, then there can be no expectation of computational interpretation of the mapping.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.map", + "min": 1, + "definition": "Expresses what part of the target specification corresponds to this element.", + "short": "Details of the mapping", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" }, + { + "map": "ObjectClass, Property (this is one possible data model that can be mapped to - the uri would identify the data model mappingSpecification.mappingScript", + "identity": "iso11179" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "ElementDefinition.mapping.map", + "comment": "For most mappings, the syntax is undefined. Syntax will be provided for mappings to the RIM. Multiple mappings may be possible and may include constraints on other resource elements that identify when a particular mapping applies.", + "isSummary": true + }, + { + "path": "ElementDefinition.mapping.comment", + "min": 0, + "definition": "Comments that provide information about the mapping or its use.", + "short": "Comments about the mapping or its use", + "mapping": [ + { "map": "N/A (MIF territory)", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "ElementDefinition.mapping.comment", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneType" + }, + { + "description": "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationRequest", + "differential": { + "element": [ + { + "path": "MedicationRequest", + "min": 0, + "definition": "An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.", + "isModifier": false, + "short": "Ordering of medication for patient or group", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { + "map": "Message/Body/NewRx", + "identity": "script10.6" + }, + { "map": "clinical.medication", "identity": "w5" }, + { + "map": "CombinedMedicationRequest", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Prescription", "Order"], + "max": "*", + "id": "MedicationRequest" + }, + { + "path": "MedicationRequest.identifier", + "min": 0, + "definition": "Identifiers associated with this medication request that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External ids for this request", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { + "map": "Message/Header/PrescriberOrderNumber", + "identity": "script10.6" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": false + }, + { + "path": "MedicationRequest.basedOn", + "min": 0, + "definition": "A plan or request that is fulfilled in whole or in part by this medication request.", + "isModifier": false, + "short": "A plan or request that is fulfilled in whole or in part by this medication request", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=SBADM or PROC or PCPR or OBS, moodCode=RQO orPLAN or PRP]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.basedOn", + "isSummary": true + }, + { + "path": "MedicationRequest.priorPrescription", + "min": 0, + "definition": "Reference to an order/prescription that is being replaced by this MedicationRequest.", + "isModifier": false, + "short": "Reference to an order/prescription that is being replaced by this MedicationRequest", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { "map": "not mapped", "identity": "script10.6" }, + { + "map": ".outboundRelationship[typeCode=?RPLC or ?SUCC]/target[classCode=SBADM,moodCode=RQO]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.priorPrescription", + "isSummary": false + }, + { + "path": "MedicationRequest.groupIdentifier", + "requirements": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "min": 0, + "definition": "A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.", + "isModifier": false, + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".outboundRelationship(typeCode=COMP].target[classCode=SBADM, moodCode=INT].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.groupIdentifier", + "isSummary": true + }, + { + "path": "MedicationRequest.status", + "min": 1, + "definition": "A code specifying the current state of the order. Generally, this will be active or completed state.", + "isModifier": true, + "short": "active | on-hold | ended | stopped | completed | cancelled | entered-in-error | draft | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestStatus" + } + ], + "description": "A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription." + }, + "max": "1", + "id": "MedicationRequest.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.\n\nClinical decision support systems should take the status into account when determining which medications to include in their algorithms.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationRequest.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the MedicationRequest.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { + "map": "Request.statusReason", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestStatusReason" + } + ], + "description": "Identifies the reasons for a given status." + }, + "max": "1", + "id": "MedicationRequest.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"suspended\" or \"cancelled\". The reason why the MedicationRequest was created at all is captured in reasonCode, not here.", + "isSummary": false + }, + { + "path": "MedicationRequest.statusChanged", + "min": 0, + "definition": "The date (and perhaps time) when the status was changed.", + "isModifier": false, + "short": "When the status was changed", + "mapping": [ + { + "map": "subjectOf Observation[code = statusChange].value = date", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.statusChanged", + "isSummary": false + }, + { + "path": "MedicationRequest.intent", + "min": 1, + "definition": "Whether the request is a proposal, plan, or an original order.", + "isModifier": true, + "short": "proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestIntent" + } + ], + "description": "The kind of medication order." + }, + "max": "1", + "id": "MedicationRequest.intent", + "comment": "It is expected that the type of requester will be restricted for different stages of a MedicationRequest. For example, Proposals can be created by a patient, relatedPerson, Practitioner or Device. Plans can be created by Practitioners, Patients, RelatedPersons and Devices. Original orders can be created by a Practitioner only.\r\rAn instance-order is an instantiation of a request or order and may be used to populate Medication Administration Record.\r\rThis element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "MedicationRequest.category", + "min": 0, + "definition": "An arbitrary categorization or grouping of the medication request. It could be used for indicating where meds are intended to be administered, eg. in an inpatient setting or in a patient's home, or a legal category of the medication.", + "isModifier": false, + "short": "Grouping or category of medication request", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Directions\r\ror \r\rMessage/Body/NewRx/MedicationPrescribed/StructuredSIG", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-admin-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestAdministrationLocation" + } + ], + "description": "A coded concept identifying where the medication is to be consumed or administered." + }, + "max": "*", + "id": "MedicationRequest.category", + "comment": "The category can be used to include where the medication is expected to be consumed or other types of requests. The examplar value set represents where the meds are intended to be administered and is just one example of request categorization.", + "isSummary": false + }, + { + "path": "MedicationRequest.priority", + "min": 0, + "definition": "Indicates how quickly the Medication Request should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "MedicationRequest.priority", + "isSummary": true + }, + { + "path": "MedicationRequest.doNotPerform", + "min": 0, + "definition": "If true, indicates that the provider is asking for the patient to either stop taking or to not start taking the specified medication. For example, the patient is taking an existing medication and the provider is changing their medication. They want to create two seperate requests: one to stop using the current medication and another to start the new medication.", + "isModifier": true, + "short": "True if patient is to stop taking or not to start taking the medication", + "mapping": [ + { + "map": "SubstanceAdministration.actionNegationInd", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.doNotPerform", + "comment": "If do not perform is not specified, the request is a positive request e.g. \"do perform\".", + "isModifierReason": "This element is labeled as a modifier because this element negates the request to occur (ie, this is a request for the medication not to be ordered or prescribed, etc.)", + "isSummary": true + }, + { + "path": "MedicationRequest.medication", + "min": 1, + "definition": "Identifies the medication being requested. This is a link to a resource that represents the medication which may be the details of the medication or simply an attribute carrying a code that identifies the medication from a known list of medications.", + "isModifier": false, + "short": "Medication to be taken", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed\r\rMedication.code.coding.code = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCode\r\rMedication.code.coding.system = Message/Body/NewRx/MedicationPrescribed/DrugCoded/ProductCodeQualifier\r\rMedication.code.coding.display = Message/Body/NewRx/MedicationPrescribed/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "RXE-2-Give Code / RXO-1 Requested Give Code / RXC-2 Component Code", + "identity": "v2" + }, + { + "map": "consumable.administrableMedication", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying substance or product that can be ordered." + }, + "max": "1", + "id": "MedicationRequest.medication", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the Medication resource is recommended. For example, if you require form or lot number or if the medication is compounded or extemporaneously prepared, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationRequest.subject", + "min": 1, + "definition": "The individual or group for whom the medication has been requested.", + "isModifier": false, + "short": "Individual or group for whom the medication has been requested", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/Patient\r\r(need detail to link to specific patient … Patient.Identification in SCRIPT)", + "identity": "script10.6" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3 Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.subject", + "comment": "The subject on a medication request is mandatory. For the secondary use case where the actual subject is not provided, there still must be an anonymized subject specified.", + "isSummary": true + }, + { + "path": "MedicationRequest.informationSource", + "min": 0, + "definition": "The person or organization who provided the information about this request, if the source is someone other than the requestor. This is often used when the MedicationRequest is reported by another person.", + "isModifier": false, + "short": "The person or organization who provided the information about this request, if the source is someone other than the requestor", + "mapping": [ + { + "map": ".participation[typeCode=INF].role[classCode=PAT, or codes for Practitioner or Related Person or Practitioner Role or Organization", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.informationSource", + "isSummary": false + }, + { + "path": "MedicationRequest.encounter", + "min": 0, + "definition": "The Encounter during which this [x] was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "Encounter created as part of encounter/admission/stay", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "no mapping", "identity": "script10.6" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19 Visit Number", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.\" If there is a need to link to episodes of care they will be handled with an extension.", + "isSummary": false + }, + { + "path": "MedicationRequest.supportingInformation", + "min": 0, + "definition": "Information to support fulfilling (i.e. dispensing or administering) of the medication, for example, patient height and weight, a MedicationStatement for the patient).", + "isModifier": false, + "short": "Information to support fulfilling of the medication", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.supportingInformation", + "comment": "This attribute can be used to reference a MedicationStatement about the patients' medication use.", + "isSummary": false + }, + { + "path": "MedicationRequest.authoredOn", + "min": 0, + "definition": "The date (and perhaps time) when the prescription was initially written or authored on.", + "isModifier": false, + "short": "When request was initially authored", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/WrittenDate", + "identity": "script10.6" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "RXE-32 Original Order Date/Time / ORC-9-Date Time of Transaction", + "identity": "v2" + }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.authoredOn", + "isSummary": true + }, + { + "path": "MedicationRequest.requester", + "min": 0, + "definition": "The individual, organization, or device that initiated the request and has responsibility for its activation.", + "isModifier": false, + "short": "Who/What requested the Request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.requester", + "isSummary": true + }, + { + "path": "MedicationRequest.reported", + "min": 0, + "definition": "Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record. It may also indicate the source of the report.", + "isModifier": false, + "short": "Reported rather than primary record", + "mapping": [ + { + "map": ".participation[typeCode=INF].role", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.reported", + "comment": "If not populated, then assume that this is the original record and not reported", + "isSummary": true + }, + { + "path": "MedicationRequest.performerType", + "min": 0, + "definition": "Indicates the type of performer of the administration of the medication.", + "isModifier": false, + "short": "Desired kind of performer of the medication administration", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-intended-performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestPerformerType" + } + ], + "description": "Identifies the type of individual that is desired to administer the medication." + }, + "max": "1", + "id": "MedicationRequest.performerType", + "comment": "If specified without indicating a performer, this indicates that the performer must be of the specified type. If specified with a performer then it indicates the requirements of the performer if the designated performer is not available.", + "isSummary": true + }, + { + "path": "MedicationRequest.performer", + "min": 0, + "definition": "The specified desired performer of the medication treatment (e.g. the performer of the medication administration). For devices, this is the device that is intended to perform the administration of the medication. An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers.", + "isModifier": false, + "short": "Intended performer of administration", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.performer", + "isSummary": false + }, + { + "path": "MedicationRequest.device", + "min": 0, + "definition": "The intended type of device that is to be used for the administration of the medication (for example, PCA Pump).", + "isModifier": false, + "short": "Intended type of device for the administration", + "mapping": [ + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.device", + "isSummary": false + }, + { + "path": "MedicationRequest.recorder", + "min": 0, + "definition": "The person who entered the order on behalf of another individual for example in the case of a verbal or a telephone order.", + "isModifier": false, + "short": "Person who entered the request", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".participation[typeCode=TRANS].role[classCode=ASSIGNED].code (HealthcareProviderType)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.recorder", + "isSummary": false + }, + { + "path": "MedicationRequest.reason", + "min": 0, + "definition": "The reason or the indication for ordering or not ordering the medication.", + "isModifier": false, + "short": "Reason or indication for ordering or not ordering the medication", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/Diagnosis/Primary/Value", + "identity": "script10.6" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "ORC-16 Order Control Code Reason /RXE-27 Give Indication/RXO-20-Indication / RXD-21 Indication / RXG-22 Indication / RXA-19 Indication", + "identity": "v2" + }, + { + "map": "reason.observation.reasonCode | reason.observation[code=ASSERTION].value", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestReason" + } + ], + "description": "A coded concept indicating why the medication was ordered." + }, + "max": "*", + "id": "MedicationRequest.reason", + "comment": "This could be a diagnosis code. If a full condition record exists or additional detail is needed, use reasonReference.", + "isSummary": false + }, + { + "path": "MedicationRequest.courseOfTherapyType", + "min": 0, + "definition": "The description of the overall pattern of the administration of the medication to the patient.", + "isModifier": false, + "short": "Overall pattern of medication administration", + "mapping": [ + { + "map": "Act.code where classCode = LIST and moodCode = EVN", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationrequest-course-of-therapy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestCourseOfTherapy" + } + ], + "description": "Identifies the overall pattern of medication administratio." + }, + "max": "1", + "id": "MedicationRequest.courseOfTherapyType", + "comment": "This attribute should not be confused with the protocol of the medication.", + "isSummary": false + }, + { + "path": "MedicationRequest.insurance", + "min": 0, + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service.", + "isModifier": false, + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.insurance", + "isSummary": false + }, + { + "path": "MedicationRequest.note", + "min": 0, + "definition": "Extra information about the prescription that could not be conveyed by the other attributes.", + "isModifier": false, + "short": "Information about the prescription", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": "Message/Body/NewRx/MedicationPrescribed/Note", + "identity": "script10.6" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.note", + "isSummary": false + }, + { + "path": "MedicationRequest.renderedDosageInstruction", + "requirements": "The content of the renderedDosageInstructions must not be different than the dose represented in the dosageInstruction content.", + "min": 0, + "definition": "The full representation of the dose of the medication included in all dosage instructions. To be used when multiple dosage instructions are included to represent complex dosing such as increasing or tapering doses.", + "isModifier": false, + "short": "Full representation of the dosage instructions", + "mapping": [ + { + "map": "SubstanceAdministration.text", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.renderedDosageInstruction", + "isSummary": false + }, + { + "path": "MedicationRequest.effectiveDosePeriod", + "min": 0, + "definition": "The period over which the medication is to be taken. Where there are multiple dosageInstruction lines (for example, tapering doses), this is the earliest date and the latest end date of the dosageInstructions.", + "isModifier": false, + "short": "Period over which the medication is to be taken", + "mapping": [ + { + "map": "substanceAdministration.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.effectiveDosePeriod", + "isSummary": false + }, + { + "path": "MedicationRequest.dosageInstruction", + "min": 0, + "definition": "Specific instructions for how the medication is to be used by the patient.", + "isModifier": false, + "short": "Specific instructions for how the medication should be taken", + "mapping": [ + { + "map": "see dosageInstruction mapping", + "identity": "rim" + } + ], + "type": [{ "code": "Dosage" }], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.dosageInstruction", + "comment": "There are examples where a medication request may include the option of an oral dose or an Intravenous or Intramuscular dose. For example, \"Ondansetron 8mg orally or IV twice a day as needed for nausea\" or \"Compazine® (prochlorperazine) 5-10mg PO or 25mg PR bid prn nausea or vomiting\". In these cases, two medication requests would be created that could be grouped together. The decision on which dose and route of administration to use is based on the patient's condition at the time the dose is needed. In general, each prescribed drug will be a separate Medication Request. \n\nWhen drug orders are grouped together at the time of order entry, but each of the drugs can be manipulated independently e.g. changing the status of one order to \"completed\" or \"cancelled\", changing another order status to \"on-hold\", the method to \"group\" all of the medication requests together is to use MedicationRequest.groupIdentifier element. All of the orders grouped together in this manner will have the same groupIdentifier, and separately, each order in the group may have a unique identifier. \n\nThere are cases that require grouping of Medication orders together when it is necessary to specify optionality e.g. order two drugs at one time, but stating either of these drugs may be used to treat the patient. The use of a RequestOrchestration should be used as a parent for the Medication orders that require this type of grouping. An example when it may be necessary to group medication orders together is when you specify timing relationships e.g. order drug \"xyz\" with dose 123, then taper the same drug to a different dose after some interval of time\nprecedence:\ne.g. give drug \"abc\" followed by drug \"def\"\ne.g. give drug 30 minutes before some procedure was performed\nmore generically this supports - hierarchical groups of actions, where each specific action references the action to be performed (in terms of a Request resource), and each group describes additional behavior, relationships, and applicable conditions between the actions in the overall group.\nNote that one should NOT use the List or Composition resource to accomplish the above requirements. You may use List or Composition for other business requirements, but not to address the specific requirements of grouping medication orders.", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest", + "min": 0, + "definition": "Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order). Note that this information is not always sent with the order. There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department.", + "isModifier": false, + "short": "Medication supply authorization", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/ExpirationDate", + "identity": "script10.6" + }, + { "map": "component.supplyEvent", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.initialFill", + "min": 0, + "definition": "Indicates the quantity or duration for the first dispense of the medication.", + "isModifier": false, + "short": "First fill details", + "mapping": [ + { + "map": "SubstanceAdministration -> ActRelationship[sequenceNumber = '1'] -> Supply", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.initialFill", + "comment": "If populating this element, either the quantity or the duration must be included.", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.initialFill.quantity", + "min": 0, + "definition": "The amount or quantity to provide as part of the first dispense.", + "isModifier": false, + "short": "First fill quantity", + "mapping": [ + { + "map": "Supply.quantity[moodCode=RQO]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.initialFill.quantity", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.initialFill.duration", + "min": 0, + "definition": "The length of time that the first dispense is expected to last.", + "isModifier": false, + "short": "First fill duration", + "mapping": [ + { + "map": "Supply.effectivetime[moodCode=RQO]", + "identity": "rim" + } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.initialFill.duration", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.dispenseInterval", + "min": 0, + "definition": "The minimum period of time that must occur between dispenses of the medication.", + "isModifier": false, + "short": "Minimum period of time between dispenses", + "mapping": [ + { + "map": "Supply.effectivetime[moodCode=RQO]", + "identity": "rim" + } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.dispenseInterval", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.validityPeriod", + "requirements": "Indicates when the Prescription becomes valid, and when it ceases to be a dispensable Prescription.", + "min": 0, + "definition": "This indicates the validity period of a prescription (stale dating the Prescription).", + "isModifier": false, + "short": "Time period supply is authorized for", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Refills", + "identity": "script10.6" + }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.validityPeriod", + "comment": "It reflects the prescribers' perspective for the validity of the prescription. Dispenses must not be made against the prescription outside of this period. The lower-bound of the Dispensing Window signifies the earliest date that the prescription can be filled for the first time. If an upper-bound is not specified then the Prescription is open-ended or will default to a stale-date based on regulations.", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed", + "min": 0, + "definition": "An integer indicating the number of times, in addition to the original dispense, (aka refills or repeats) that the patient can receive the prescribed medication. Usage Notes: This integer does not include the original order dispense. This means that if an order indicates dispense 30 tablets plus \"3 repeats\", then the order can be dispensed a total of 4 times and the patient can receive a total of 120 tablets. A prescriber may explicitly say that zero refills are permitted after the initial dispense.", + "isModifier": false, + "short": "Number of refills authorized", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Quantity", + "identity": "script10.6" + }, + { "map": "RXE-12 Number of Refills", "identity": "v2" }, + { "map": "repeatNumber", "identity": "rim" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.numberOfRepeatsAllowed", + "comment": "If displaying \"number of authorized fills\", add 1 to this number.", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.quantity", + "min": 0, + "definition": "The amount that is to be dispensed for one fill.", + "isModifier": false, + "short": "Amount of medication to supply per dispense", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/DaysSupply", + "identity": "script10.6" + }, + { + "map": "RXD-4 Actual Dispense Amount / RXD-5.1 Actual Dispense Units.code / RXD-5.3 Actual Dispense Units.name of coding system", + "identity": "v2" + }, + { "map": "quantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.quantity", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.expectedSupplyDuration", + "min": 0, + "definition": "Identifies the period time over which the supplied product is expected to be used, or the length of time the dispense is expected to last.", + "isModifier": false, + "short": "Number of days supply per dispense", + "mapping": [ + { + "map": "Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { "map": "expectedUseTime", "identity": "rim" } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.expectedSupplyDuration", + "comment": "In some situations, this attribute may be used instead of quantity to identify the amount supplied by how long it is expected to last, rather than the physical quantity issued, e.g. 90 days supply of medication (based on an ordered dosage). When possible, it is always better to specify quantity, as this tends to be more precise. expectedSupplyDuration will always be an estimate that can be influenced by external factors.", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.dispenser", + "min": 0, + "definition": "Indicates the intended performing Organization that will dispense the medication as specified by the prescriber.", + "isModifier": false, + "short": "Intended performer of dispense", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=SPLY, moodCode=RQO] .participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.dispenseRequest.dispenser", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.dispenserInstruction", + "min": 0, + "definition": "Provides additional information to the dispenser, for example, counselling to be provided to the patient.", + "isModifier": false, + "short": "Additional information for the dispenser", + "mapping": [{ "map": "Supply.text", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationRequest.dispenseRequest.dispenserInstruction", + "isSummary": false + }, + { + "path": "MedicationRequest.dispenseRequest.doseAdministrationAid", + "min": 0, + "definition": "Provides information about the type of adherence packaging to be supplied for the medication dispense.", + "isModifier": false, + "short": "Type of adherence packaging to use for the dispense", + "mapping": [ + { + "map": "Supply.administerableMedication.product.asContent.container.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-dose-aid", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestDoseAdministrationAid" + } + ] + }, + "max": "1", + "id": "MedicationRequest.dispenseRequest.doseAdministrationAid", + "isSummary": false + }, + { + "path": "MedicationRequest.substitution", + "min": 0, + "definition": "Indicates whether or not substitution can or should be part of the dispense. In some cases, substitution must happen, in other cases substitution must not happen. This block explains the prescriber's intent. If nothing is specified substitution may be done.", + "isModifier": false, + "short": "Any restrictions on medication substitution", + "mapping": [ + { + "map": "specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { + "map": "subjectOf.substitutionPersmission", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationRequest.substitution", + "isSummary": false + }, + { + "path": "MedicationRequest.substitution.allowed[x]", + "min": 1, + "definition": "True if the prescriber allows a different drug to be dispensed from what was prescribed.", + "isModifier": false, + "short": "Whether substitution is allowed or not", + "mapping": [ + { + "map": "specific values within Message/Body/NewRx/MedicationPrescribed/Substitutions", + "identity": "script10.6" + }, + { + "map": "RXO-9 Allow Substitutions / RXE-9 Substitution Status", + "identity": "v2" + }, + { "map": "code", "identity": "rim" } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActSubstanceAdminSubstitutionCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestSubstitution" + } + ], + "description": "Identifies the type of substitution allowed." + }, + "max": "1", + "id": "MedicationRequest.substitution.allowed[x]", + "comment": "This element is labeled as a modifier because whether substitution is allow or not, it cannot be ignored.", + "isSummary": false + }, + { + "path": "MedicationRequest.substitution.reason", + "min": 0, + "definition": "Indicates the reason for the substitution, or why substitution must or must not be performed.", + "isModifier": false, + "short": "Why should (not) substitution be made", + "mapping": [ + { "map": "not mapped", "identity": "script10.6" }, + { "map": "RXE-9 Substition status", "identity": "v2" }, + { "map": "reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-SubstanceAdminSubstitutionReason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept describing the reason that a different medication should (or should not) be substituted from what was prescribed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIntendedSubstitutionReason" + } + ], + "description": "SubstanceAdminSubstitutionReason" + }, + "max": "1", + "id": "MedicationRequest.substitution.reason", + "isSummary": false + }, + { + "path": "MedicationRequest.eventHistory", + "min": 0, + "definition": "Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.", + "isModifier": false, + "short": "A list of events of interest in the lifecycle", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "MedicationRequest.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed \"relevant\" or important. This SHALL NOT include the provenance associated with this current version of the resource. (If that provenance is deemed to be a \"relevant\" change, it will need to be added as part of a later update. Until then, it can be queried directly as the provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.).", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Supports declaration of the ActivityDefinition metadata required by HL7 and other organizations that share and publish activity definitions with a focus on the aspects of that metadata that are important for post-publication activities including distribution, inclusion in repositories, consumption, and implementation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishableactivitydefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishableActivityDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ActivityDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable ActivityDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "publishableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableactivitydefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishableactivitydefinition", + "differential": { + "element": [ + { + "id": "ActivityDefinition", + "max": "1", + "min": 1, + "path": "ActivityDefinition" + }, + { + "id": "ActivityDefinition.identifier", + "path": "ActivityDefinition.identifier", + "mustSupport": true + }, + { + "id": "ActivityDefinition.date", + "max": "1", + "min": 1, + "path": "ActivityDefinition.date", + "mustSupport": true + }, + { + "id": "ActivityDefinition.contact", + "path": "ActivityDefinition.contact", + "mustSupport": true + }, + { + "id": "ActivityDefinition.useContext", + "path": "ActivityDefinition.useContext", + "mustSupport": true + }, + { + "id": "ActivityDefinition.jurisdiction", + "path": "ActivityDefinition.jurisdiction", + "mustSupport": true + }, + { + "id": "ActivityDefinition.purpose", + "path": "ActivityDefinition.purpose", + "mustSupport": true + }, + { + "id": "ActivityDefinition.usage", + "path": "ActivityDefinition.usage", + "mustSupport": true + }, + { + "id": "ActivityDefinition.copyright", + "path": "ActivityDefinition.copyright", + "mustSupport": true + }, + { + "id": "ActivityDefinition.copyrightLabel", + "path": "ActivityDefinition.copyrightLabel", + "mustSupport": true + }, + { + "id": "ActivityDefinition.approvalDate", + "path": "ActivityDefinition.approvalDate", + "mustSupport": true + }, + { + "id": "ActivityDefinition.lastReviewDate", + "path": "ActivityDefinition.lastReviewDate", + "mustSupport": true + }, + { + "id": "ActivityDefinition.effectivePeriod", + "path": "ActivityDefinition.effectivePeriod", + "mustSupport": true + }, + { + "id": "ActivityDefinition.topic", + "path": "ActivityDefinition.topic", + "mustSupport": true + }, + { + "id": "ActivityDefinition.author", + "path": "ActivityDefinition.author", + "mustSupport": true + }, + { + "id": "ActivityDefinition.editor", + "path": "ActivityDefinition.editor", + "mustSupport": true + }, + { + "id": "ActivityDefinition.reviewer", + "path": "ActivityDefinition.reviewer", + "mustSupport": true + }, + { + "id": "ActivityDefinition.endorser", + "path": "ActivityDefinition.endorser", + "mustSupport": true + }, + { + "id": "ActivityDefinition.relatedArtifact", + "path": "ActivityDefinition.relatedArtifact", + "mustSupport": true + }, + { + "id": "ActivityDefinition.relatedArtifact.display", + "path": "ActivityDefinition.relatedArtifact.display", + "mustSupport": true + }, + { + "id": "ActivityDefinition.relatedArtifact.document", + "path": "ActivityDefinition.relatedArtifact.document", + "mustSupport": true + }, + { + "id": "ActivityDefinition.relatedArtifact.resource", + "path": "ActivityDefinition.relatedArtifact.resource", + "mustSupport": true + }, + { + "id": "ActivityDefinition.relatedArtifact.resourceReference", + "path": "ActivityDefinition.relatedArtifact.resourceReference", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition" + }, + { + "description": "FHIR Blood Pressure Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bp/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationbp", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Blood Pressure Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **85354-9'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r2. One `Observation.component.code` which must have\r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8480-6'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r3. One `Observation.component.code` which must have \r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8462-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'mm[Hg]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **85354-9'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r2. One `Observation.component.code` which must have\r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8480-6'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r3. One `Observation.component.code` which must have \r - a fixed `Observation.component.code.coding.system`=**'http://loinc.org'**\r - fixed `Observation.component.code.coding.code`= **'8462-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'mm[Hg]'**" + } + ], + "status": "draft", + "id": "bp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bp", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1459", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bp", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Blood Pressure Profile", + "definition": "This profile defines how to represent Blood Pressure observations in FHIR using a standard LOINC code and UCUM units of measure. This is a grouping structure. It has no value in Observation.valueQuantity but contains at least one component (systolic and/or diastolic)." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Blood Pressure", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Blood Pressure." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BPCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BPCode" + }, + { + "id": "Observation.code.coding:BPCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BPCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "85354-9" + }, + { + "id": "Observation.valueQuantity", + "max": "0", + "min": 0, + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.component", + "max": "*", + "min": 2, + "path": "Observation.component", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code.coding.code", "type": "value" }, + { "path": "code.coding.system", "type": "value" } + ] + } + }, + { + "id": "Observation.component:SystolicBP", + "max": "1", + "min": 1, + "path": "Observation.component", + "sliceName": "SystolicBP" + }, + { + "id": "Observation.component:SystolicBP.code", + "path": "Observation.component.code", + "alias": ["Component Test", "Component Name"], + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system." + }, + { + "id": "Observation.component:SystolicBP.code.coding", + "path": "Observation.component.code.coding", + "short": "Systolic Blood Pressure", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + }, + "definition": "Systolic Blood Pressure." + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding", + "short": "Systolic Blood Pressure", + "sliceName": "SBPCode", + "definition": "Systolic Blood Pressure." + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode.system", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.component:SystolicBP.code.coding:SBPCode.code", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8480-6" + }, + { + "id": "Observation.component:SystolicBP.valueQuantity", + "path": "Observation.component.valueQuantity", + "type": [{ "code": "Quantity" }] + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.component:SystolicBP.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.component.valueQuantity.code", + "fixedCode": "mm[Hg]", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.component:SystolicBP.valueQuantity.code" + }, + { + "id": "Observation.component:DiastolicBP", + "max": "1", + "min": 1, + "path": "Observation.component", + "sliceName": "DiastolicBP" + }, + { + "id": "Observation.component:DiastolicBP.code", + "path": "Observation.component.code", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system." + }, + { + "id": "Observation.component:DiastolicBP.code.coding", + "path": "Observation.component.code.coding", + "short": "Diastolic Blood Pressure", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + }, + "definition": "Diastolic Blood Pressure." + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding", + "short": "Diastolic Blood Pressure", + "sliceName": "DBPCode", + "definition": "Diastolic Blood Pressure." + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode.system", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.component:DiastolicBP.code.coding:DBPCode.code", + "max": "1", + "min": 1, + "path": "Observation.component.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8462-4" + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity", + "path": "Observation.component.valueQuantity", + "type": [{ "code": "Quantity" }] + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.component:DiastolicBP.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.component.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.component.valueQuantity.code", + "fixedCode": "mm[Hg]", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.component:DiastolicBP.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Money Type: An amount of economic utility in some recognized currency.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Money/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Money", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Money", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "active", + "id": "Money", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Money", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Money", + "differential": { + "element": [ + { + "id": "Money", + "max": "*", + "min": 0, + "path": "Money", + "short": "An amount of economic utility in some recognized currency", + "mapping": [{ "map": "MO", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "An amount of economic utility in some recognized currency." + }, + { + "path": "Money.value", + "requirements": "The amount of the currency. The value includes an implicit precision in the presentation of the value.", + "min": 0, + "definition": "Numerical value (with implicit precision).", + "short": "Numerical value (with implicit precision)", + "mapping": [{ "map": "MO.Value", "identity": "v2" }], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Money.value", + "comment": "Monetary values have their own rules for handling precision (refer to standard accounting text books).", + "isSummary": true + }, + { + "path": "Money.currency", + "requirements": "A code indicating the currency, taken from ISO 4217.", + "min": 0, + "definition": "ISO 4217 Currency Code.", + "short": "ISO 4217 Currency Code", + "mapping": [{ "map": "MO.Currency", "identity": "v2" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/currencies|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A code indicating the currency, taken from ISO 4217." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CurrencyCode" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code indicating the currency, taken from ISO 4217." + }, + "max": "1", + "id": "Money.currency", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "FHIR Body Temperature Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bodytemp/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationbodytemp", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Temperature Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8310-5'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'Cel', or '[degF]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'8310-5'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'Cel', or '[degF]'**" + } + ], + "status": "draft", + "id": "bodytemp", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bodytemp", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1455", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bodytemp", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Temperature Profile", + "definition": "This profile defines how to represent Body Temperature observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Temperature", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Temperature." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BodyTempCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BodyTempCode" + }, + { + "id": "Observation.code.coding:BodyTempCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BodyTempCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "8310-5" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodytemp", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Common UCUM units for Body Temperature." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyTempUnits" + } + ], + "description": "Cel | [degF]" + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "A container for a collection of resources.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Bundle", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Bundle", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "bdl-7", + "human": "FullUrl must be unique in a bundle, or else entries with the same fullUrl must have different meta.versionId (except in history bundles)", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "(type = 'history') or entry.where(fullUrl.exists()).select(fullUrl&iif(resource.meta.versionId.exists(), resource.meta.versionId, '')).isDistinct()" + }, + { + "key": "bdl-9", + "human": "A document must have an identifier with a system and a value", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'document' implies (identifier.system.exists() and identifier.value.exists())" + }, + { + "key": "bdl-17", + "human": "Use and meaning of issues for documents has not been validated because the content will not be rendered in the document.", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'document' implies issues.empty()" + }, + { + "key": "bdl-16", + "human": "Issue.severity for all issues within the OperationOutcome must be either 'information' or 'warning'.", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "issues.exists() implies (issues.issue.severity = 'information' or issues.issue.severity = 'warning')" + }, + { + "key": "bdl-18", + "human": "Self link is required for searchsets.", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'searchset' implies link.where(relation = 'self' and url.exists()).exists()" + }, + { + "key": "bdl-13", + "human": "A subscription-notification must have a SubscriptionStatus as the first resource", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'subscription-notification' implies entry.first().resource.is(SubscriptionStatus)" + }, + { + "key": "bdl-12", + "human": "A message must have a MessageHeader as the first resource", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'message' implies entry.first().resource.is(MessageHeader)" + }, + { + "key": "bdl-15", + "human": "Bundle resources where type is not transaction, transaction-response, batch, or batch-response or when the request is a POST SHALL have Bundle.entry.fullUrl populated", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type='transaction' or type='transaction-response' or type='batch' or type='batch-response' or entry.all(fullUrl.exists() or request.method='POST')" + }, + { + "key": "bdl-14", + "human": "entry.request.method PATCH not allowed for history", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'history' implies entry.request.method != 'PATCH'" + }, + { + "key": "bdl-11", + "human": "A document must have a Composition as the first resource", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'document' implies entry.first().resource.is(Composition)" + }, + { + "key": "bdl-10", + "human": "A document must have a date", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'document' implies (timestamp.hasValue())" + }, + { + "key": "bdl-3d", + "human": "For collections of type transaction-response or batch-response, all entries must contain response elements", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type in ('transaction-response' | 'batch-response') implies entry.all(response.exists())" + }, + { + "key": "bdl-1", + "human": "total only when a search or history", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "total.empty() or (type = 'searchset') or (type = 'history')" + }, + { + "key": "bdl-2", + "human": "entry.search only when a search", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "(type = 'searchset') or entry.search.empty()" + }, + { + "key": "bdl-3a", + "human": "For collections of type document, message, searchset or collection, all entries must contain resources, and not have request or response elements", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type in ('document' | 'message' | 'searchset' | 'collection') implies entry.all(resource.exists() and request.empty() and response.empty())" + }, + { + "key": "bdl-3c", + "human": "For collections of type transaction or batch, all entries must contain request elements, and resources if the method is POST, PUT or PATCH", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type in ('transaction' | 'batch') implies entry.all(request.method.exists() and ((request.method in ('POST' | 'PATCH' | 'PUT')) = resource.exists()))" + }, + { + "key": "bdl-3b", + "human": "For collections of type history, all entries must contain request or response elements, and resources if the method is POST, PUT or PATCH", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "type = 'history' implies entry.all(request.exists() and response.exists() and ((request.method in ('POST' | 'PATCH' | 'PUT')) = resource.exists()))" + } + ], + "path": "Bundle", + "min": 0, + "definition": "A container for a collection of resources.", + "isModifier": false, + "short": "Contains a collection of resources", + "mapping": [ + { "map": "infrastructure.structure", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" }, + { + "map": "ClinicalDocument, if bundle.type = document", + "identity": "cda" + } + ], + "mustSupport": false, + "max": "*", + "id": "Bundle" + }, + { + "path": "Bundle.identifier", + "min": 0, + "definition": "A persistent identifier for the bundle that won't change as a bundle is copied from server to server.", + "isModifier": false, + "short": "Persistent identifier for the bundle", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ClinicalDocument.id", "identity": "cda" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.identifier", + "condition": ["bdl-9"], + "comment": "Persistent identity generally only matters for batches of type Document, Message, and Collection. It would not normally be populated for search and history results and servers ignore Bundle.identifier when processing batches and transactions. For Documents the .identifier SHALL be populated such that the .identifier is globally unique.", + "isSummary": true + }, + { + "path": "Bundle.type", + "min": 1, + "definition": "Indicates the purpose of this bundle - how it is intended to be used.", + "isModifier": false, + "short": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection | subscription-notification", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/bundle-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BundleType" + } + ], + "description": "Indicates the purpose of a bundle - how it is intended to be used." + }, + "max": "1", + "id": "Bundle.type", + "condition": [ + "bdl-1", + "bdl-2", + "bdl-3a", + "bdl-3b", + "bdl-3c", + "bdl-3d", + "bdl-7", + "bdl-9", + "bdl-10", + "bdl-11", + "bdl-12", + "bdl-13", + "bdl-14", + "bdl-15", + "bdl-17", + "bdl-18" + ], + "comment": "It's possible to use a bundle for other purposes (e.g. a document can be accepted as a transaction). This is primarily defined so that there can be specific rules for some of the bundle types.", + "isSummary": true + }, + { + "path": "Bundle.timestamp", + "min": 0, + "definition": "The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.", + "isModifier": false, + "short": "When the bundle was assembled", + "mapping": [ + { "map": "FiveWs.init", "identity": "w5" }, + { + "map": "ClinicalDocument.effectiveTime", + "identity": "cda" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.timestamp", + "condition": ["bdl-10"], + "comment": "For many bundles, the timestamp is equal to .meta.lastUpdated, because they are not stored (e.g. search results). When a bundle is placed in a persistent store, .meta.lastUpdated will be usually be changed by the server. When the bundle is a message, a middleware agent altering the message (even if not stored) SHOULD update .meta.lastUpdated. .timestamp is used to track the original time of the Bundle, and SHOULD be populated. \n\nUsage:\n\n* document : the date the document was created. Note: the composition may predate the document, or be associated with multiple documents. The date of the composition - the authoring time - may be earlier than the document assembly time\n* message : the date that the content of the message was assembled. This date is not changed by middleware engines unless they add additional data that changes the meaning of the time of the message\n* history : the date that the history was assembled. This time would be used as the _since time to ask for subsequent updates\n* searchset : the time that the search set was assembled. Note that different pages MAY have different timestamps but need not. Having different timestamps does not imply that subsequent pages will represent or include changes made since the initial query\n* transaction | transaction-response | batch | batch-response | collection : no particular assigned meaning\n\nThe timestamp value should be greater than the lastUpdated and other timestamps in the resources in the bundle, and it should be equal or earlier than the .meta.lastUpdated on the Bundle itself.", + "isSummary": true + }, + { + "path": "Bundle.total", + "min": 0, + "definition": "If a set of search matches, this is the (potentially estimated) total number of entries of type 'match' across all pages in the search. It does not include search.mode = 'include' or 'outcome' entries and it does not provide a count of the number of entries in the Bundle.", + "isModifier": false, + "short": "If search, the total number of matches", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.total", + "condition": ["bdl-1"], + "comment": "Only used if the bundle is a search result set. The total does not include resources such as OperationOutcome and included resources, only the total number of matching resources.", + "isSummary": true + }, + { + "path": "Bundle.link", + "min": 0, + "definition": "A series of links that provide context to this bundle.", + "isModifier": false, + "short": "Links related to this Bundle", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Bundle.link", + "condition": ["bdl-18"], + "comment": "Both Bundle.link and Bundle.entry.link are defined to support providing additional context when Bundles are used (e.g. [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS)). \n\nBundle.entry.link corresponds to links found in the HTTP header if the resource in the entry was [read](http.html#read) directly.\n\nThis specification defines some specific uses of Bundle.link for [searching](search.html#conformance) and [paging](http.html#paging), but no specific uses for Bundle.entry.link, and no defined function in a transaction - the meaning is implementation specific. The behavior of navigation link types (next/prev/first/last) are well defined for searchset and history Bundles but are not currently defined for other types. Implementers who choose to use such link relationships for other bundle types will need to negotiate behavior with their interoperability partners.", + "isSummary": true + }, + { + "path": "Bundle.link.relation", + "min": 1, + "definition": "A name which details the functional use for this link - see [http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1).", + "isModifier": false, + "short": "See http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/iana-link-relations|5.0.0" + }, + "max": "1", + "id": "Bundle.link.relation", + "condition": ["bdl-18"], + "isSummary": true + }, + { + "path": "Bundle.link.url", + "min": 1, + "definition": "The reference details for the link.", + "isModifier": false, + "short": "Reference details for the link", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.link.url", + "condition": ["bdl-18"], + "isSummary": true + }, + { + "constraint": [ + { + "key": "bdl-8", + "human": "fullUrl cannot be a version specific reference", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "fullUrl.exists() implies fullUrl.contains('/_history/').not()" + }, + { + "key": "bdl-5", + "human": "must be a resource unless there's a request or response", + "source": "http://hl7.org/fhir/StructureDefinition/Bundle", + "severity": "error", + "expression": "resource.exists() or request.exists() or response.exists()" + } + ], + "path": "Bundle.entry", + "min": 0, + "definition": "An entry in a bundle resource - will either contain a resource or information about a resource (transactions and history only).", + "isModifier": false, + "short": "Entry in the bundle - will have a resource or information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Bundle.entry", + "orderMeaning": "For bundles of type 'document' and 'message', the first resource is special (must be Composition or MessageHeader respectively). For all bundles, the meaning of the order of entries depends on the bundle type", + "isSummary": true + }, + { + "path": "Bundle.entry.link", + "min": 0, + "definition": "A series of links that provide context to this entry.", + "isModifier": false, + "short": "Links related to this entry", + "contentReference": "#Bundle.link", + "mustSupport": false, + "max": "*", + "id": "Bundle.entry.link", + "isSummary": true + }, + { + "path": "Bundle.entry.fullUrl", + "min": 0, + "definition": "The Absolute URL for the resource. Except for transactions and batches, each entry in a Bundle must have a fullUrl. The fullUrl SHALL NOT disagree with the id in the resource - i.e. if the fullUrl is not a urn:uuid, the URL shall be version-independent URL consistent with the Resource.id. The fullUrl is a version independent reference to the resource. Even when not required, fullUrl MAY be set to a urn:uuid to allow referencing entries in a transaction. The fullUrl can be an arbitrary URI and is not limited to urn:uuid, urn:oid, http, and https. The fullUrl element SHALL have a value except when: \n* invoking a create\n* invoking or responding to an operation where the body is not a single identified resource\n* invoking or returning the results of a search or history operation.", + "isModifier": false, + "short": "URI for resource (e.g. the absolute URL server address, URI for UUID/OID, etc.)", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.fullUrl", + "condition": ["bdl-7", "bdl-15", "bdl-8"], + "comment": "fullUrl might not be [unique in the context of a resource](bundle.html#bundle-unique). Note that since [FHIR resources do not need to be served through the FHIR API](references.html), the fullURL might be a URN or an absolute URL that does not end with the logical id of the resource (Resource.id). However, but if the fullUrl does look like a RESTful server URL (e.g. meets the [regex](references.html#regex), then the 'id' portion of the fullUrl SHALL end with the Resource.id.\n\nNote that the fullUrl is not the same as the canonical URL - it's an absolute url for an endpoint serving the resource (these will happen to have the same value on the canonical server for the resource with the canonical URL).", + "isSummary": true + }, + { + "path": "Bundle.entry.resource", + "min": 0, + "definition": "The Resource for the entry. The purpose/meaning of the resource is determined by the Bundle.type. This is allowed to be a Parameters resource if and only if it is referenced by something else within the Bundle that provides context/meaning.", + "isModifier": false, + "short": "A resource in the bundle", + "type": [{ "code": "Resource" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.resource", + "condition": [ + "bdl-3a", + "bdl-3b", + "bdl-3c", + "bdl-7", + "bdl-11", + "bdl-12", + "bdl-13", + "bdl-5" + ], + "isSummary": true + }, + { + "path": "Bundle.entry.search", + "min": 0, + "definition": "Information about the search process that lead to the creation of this entry.", + "isModifier": false, + "short": "Search related information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.search", + "condition": ["bdl-2"], + "isSummary": true + }, + { + "path": "Bundle.entry.search.mode", + "min": 0, + "definition": "Why this entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process.", + "isModifier": false, + "short": "match | include - why this is in the result set", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-entry-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchEntryMode" + } + ], + "description": "Why an entry is in the result set - whether it's included as a match or because of an _include requirement, or to convey information or warning information about the search process." + }, + "max": "1", + "id": "Bundle.entry.search.mode", + "comment": "There is only one mode. In some corner cases, a resource may be included because it is both a match and an include. In these circumstances, 'match' takes precedence.", + "isSummary": true + }, + { + "path": "Bundle.entry.search.score", + "min": 0, + "definition": "When searching, the server's search ranking score for the entry.", + "isModifier": false, + "short": "Search ranking (between 0 and 1)", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.search.score", + "comment": "Servers are not required to return a ranking score. 1 is most relevant, and 0 is least relevant. Often, search results are sorted by score, but the client may specify a different sort order.\n\nSee [Patient Match](patient-operation-match.html) for the EMPI search which relates to this element.", + "isSummary": true + }, + { + "path": "Bundle.entry.request", + "min": 0, + "definition": "Additional information about how this entry should be processed as part of a transaction or batch. For history, it shows how the entry was processed to create the version contained in the entry.", + "isModifier": false, + "short": "Additional execution information (transaction/batch/history)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request", + "condition": ["bdl-3a", "bdl-3b", "bdl-5"], + "isSummary": true + }, + { + "path": "Bundle.entry.request.method", + "min": 1, + "definition": "In a transaction or batch, this is the HTTP action to be executed for this entry. In a history bundle, this indicates the HTTP action that occurred.", + "isModifier": false, + "short": "GET | HEAD | POST | PUT | DELETE | PATCH", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-verb|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HTTPVerb" + } + ], + "description": "HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details." + }, + "max": "1", + "id": "Bundle.entry.request.method", + "condition": ["bdl-3b", "bdl-3c", "bdl-14", "bdl-15"], + "isSummary": true + }, + { + "path": "Bundle.entry.request.url", + "min": 1, + "definition": "The URL for this entry, relative to the root (the address to which the request is posted).", + "isModifier": false, + "short": "URL for HTTP equivalent of this entry", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request.url", + "comment": "E.g. for a Patient Create, the method would be \"POST\" and the URL would be \"Patient\". For a Patient Update, the method would be PUT and the URL would be \"Patient/[id]\".", + "isSummary": true + }, + { + "path": "Bundle.entry.request.ifNoneMatch", + "min": 0, + "definition": "If the ETag values match, return a 304 Not Modified status. See the API documentation for [\"Conditional Read\"](http.html#cread).", + "isModifier": false, + "short": "For managing cache validation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request.ifNoneMatch", + "isSummary": true + }, + { + "path": "Bundle.entry.request.ifModifiedSince", + "min": 0, + "definition": "Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread).", + "isModifier": false, + "short": "For managing cache currency", + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request.ifModifiedSince", + "isSummary": true + }, + { + "path": "Bundle.entry.request.ifMatch", + "min": 0, + "definition": "Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency).", + "isModifier": false, + "short": "For managing update contention", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request.ifMatch", + "isSummary": true + }, + { + "path": "Bundle.entry.request.ifNoneExist", + "min": 0, + "definition": "Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\").", + "isModifier": false, + "short": "For conditional creates", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.request.ifNoneExist", + "isSummary": true + }, + { + "path": "Bundle.entry.response", + "min": 0, + "definition": "Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.", + "isModifier": false, + "short": "Results of execution (transaction/batch/history)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response", + "condition": ["bdl-3a", "bdl-3b", "bdl-3d", "bdl-5"], + "isSummary": true + }, + { + "path": "Bundle.entry.response.status", + "min": 1, + "definition": "The status code returned by processing this entry. The status SHALL start with a 3 digit HTTP code (e.g. 404) and may contain the standard HTTP description associated with the status code.", + "isModifier": false, + "short": "Status response code (text optional)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response.status", + "isSummary": true + }, + { + "path": "Bundle.entry.response.location", + "min": 0, + "definition": "The location header created by processing this operation, populated if the operation returns a location.", + "isModifier": false, + "short": "The location (if the operation returns a location)", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response.location", + "isSummary": true + }, + { + "path": "Bundle.entry.response.etag", + "min": 0, + "definition": "The Etag for the resource, if the operation for the entry produced a versioned resource (see [Resource Metadata and Versioning](http.html#versioning) and [Managing Resource Contention](http.html#concurrency)).", + "isModifier": false, + "short": "The Etag for the resource (if relevant)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response.etag", + "comment": "Etags match the Resource.meta.versionId. The ETag has to match the version id in the header if a resource is included.", + "isSummary": true + }, + { + "path": "Bundle.entry.response.lastModified", + "min": 0, + "definition": "The date/time that the resource was modified on the server.", + "isModifier": false, + "short": "Server's date time modified", + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response.lastModified", + "comment": "This has to match the same time in the meta header (meta.lastUpdated) if a resource is included.", + "isSummary": true + }, + { + "path": "Bundle.entry.response.outcome", + "min": 0, + "definition": "An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.", + "isModifier": false, + "short": "OperationOutcome with hints and warnings (for batch/transaction)", + "type": [{ "code": "Resource" }], + "mustSupport": false, + "max": "1", + "id": "Bundle.entry.response.outcome", + "comment": "For a POST/PUT operation, this is the equivalent outcome that would be returned for prefer = operationoutcome - except that the resource is always returned whether or not the outcome is returned.\n\nThis outcome is not used for error responses in batch/transaction, only for hints and warnings. In a batch operation, the error will be in Bundle.entry.response, and for transaction, there will be a single OperationOutcome instead of a bundle in the case of an error.", + "isSummary": true + }, + { + "path": "Bundle.signature", + "requirements": "A Signature holds an electronic representation of a signature and its supporting context in a FHIR accessible form. The signature may either be a cryptographic type (XML DigSig or a JWS), which is able to provide non-repudiation proof, or it may be a graphical image that represents a signature or a signature process. This element allows capturing signatures on documents, messages, transactions or even search responses, to support content-authentication, non-repudiation or other business cases. This is primarily relevant where the bundle may travel through multiple hops or via other mechanisms where HTTPS non-repudiation is insufficient.", + "min": 0, + "definition": "Digital Signature - base64 encoded. XML-DSig or a JWS.", + "isModifier": false, + "short": "Digital Signature", + "type": [{ "code": "Signature" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Bundle.signature", + "comment": "The signature could be created by the \"author\" of the bundle or by the originating device. Requirements around inclusion of a signature, verification of signatures and treatment of signed/non-signed bundles is implementation-environment specific.", + "isSummary": true + }, + { + "path": "Bundle.issues", + "min": 0, + "definition": "Captures issues and warnings that relate to the construction of the Bundle and the content within it.", + "isModifier": false, + "short": "Issues with the Bundle", + "type": [ + { + "code": "Resource", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "Bundle.issues", + "condition": ["bdl-16", "bdl-17"], + "comment": "Usage notes: These issues and warnings must apply to the Bundle as a whole, not to individual entries.Messages relating to the processing of individual entries (e.g. in a batch or transaction) SHALL be reported in the entry.response.outcome for that entry. If there are errors that arise in the creation of the Bundle, then that should be handled by an OperationOutcome being returned instead of the Bundle.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Evidence/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Evidence", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Evidence", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "Evidence", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Evidence", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Evidence", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Evidence", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "Evidence", + "min": 0, + "definition": "The Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.", + "isModifier": false, + "short": "Single evidence bit", + "mapping": [ + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "Evidence" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Evidence", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Evidence.url", + "requirements": "Allows the evidence to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this evidence when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this evidence, represented as a globally unique URI", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.url", + "comment": "In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Evidence.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this summary when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the summary", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this summary outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Evidence.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the summary when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the summary author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of this summary", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.version", + "comment": "The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions.", + "isSummary": true + }, + { + "path": "Evidence.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Evidence.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 is newer, and a 0 if the version ordering can't successfully be determined.", + "isSummary": true + }, + { + "path": "Evidence.name", + "min": 0, + "definition": "A natural language name identifying the evidence. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this summary (machine friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": false + }, + { + "path": "Evidence.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the summary.", + "isModifier": false, + "short": "Name for this summary (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Evidence.title", + "isSummary": true + }, + { + "path": "Evidence.citeAs[x]", + "min": 0, + "definition": "Citation Resource or display of suggested citation for this evidence.", + "isModifier": false, + "short": "Citation for this evidence", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + }, + { "code": "markdown" } + ], + "mustSupport": false, + "max": "1", + "id": "Evidence.citeAs[x]", + "isSummary": false + }, + { + "path": "Evidence.status", + "min": 1, + "definition": "The status of this summary. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Evidence.status", + "comment": "Allows filtering of summarys s that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Evidence.experimental", + "min": 0, + "definition": "A Boolean value to indicate that this resource is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Evidence.experimental", + "isSummary": false + }, + { + "path": "Evidence.date", + "min": 0, + "definition": "The date (and optionally time) when the summary was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the summary changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Evidence.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the summary. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Evidence.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the summary was approved by publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Evidence.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the summary was last reviewed by the publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Evidence.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the evidence. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the evidence.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Evidence.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence is the organization or individual primarily responsible for the maintenance and upkeep of the evidence. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Evidence.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.contact", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Evidence.author", + "min": 0, + "definition": "An individiual, organization, or device primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.author", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": true + }, + { + "path": "Evidence.editor", + "min": 0, + "definition": "An individiual, organization, or device primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.editor", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": false + }, + { + "path": "Evidence.reviewer", + "min": 0, + "definition": "An individiual, organization, or device primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.reviewer", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Evidence.endorser", + "min": 0, + "definition": "An individiual, organization, or device responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.endorser", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Evidence.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Evidence.purpose", + "min": 0, + "definition": "Explanation of why this Evidence is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this Evidence is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.purpose", + "comment": "This element does not describe the usage of the Evidence. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this Evidence.", + "isSummary": false + }, + { + "path": "Evidence.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the Evidence and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the Evidence and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the Evidence.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Evidence.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "Evidence.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Evidence.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Evidence.relatedArtifact", + "min": 0, + "definition": "Link or citation to artifact associated with the summary.", + "isModifier": false, + "short": "Link or citation to artifact associated with the summary", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.relatedArtifact", + "isSummary": false + }, + { + "path": "Evidence.description", + "min": 0, + "definition": "A free text natural language description of the evidence from a consumer's perspective.", + "isModifier": false, + "short": "Description of the particular summary", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Evidence.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the evidence as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the evidence is presumed to be the predominant language in the place the evidence was created).", + "isSummary": false + }, + { + "path": "Evidence.assertion", + "min": 0, + "definition": "Declarative description of the Evidence.", + "isModifier": false, + "short": "Declarative description of the Evidence", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Evidence.assertion", + "isSummary": false + }, + { + "path": "Evidence.note", + "min": 0, + "definition": "Footnotes and/or explanatory notes.", + "isModifier": false, + "short": "Footnotes and/or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.note", + "isSummary": false + }, + { + "path": "Evidence.variableDefinition", + "min": 1, + "definition": "Evidence variable such as population, exposure, or outcome.", + "isModifier": false, + "short": "Evidence variable such as population, exposure, or outcome", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.variableDefinition", + "isSummary": false + }, + { + "path": "Evidence.variableDefinition.description", + "min": 0, + "definition": "A text description or summary of the variable.", + "isModifier": false, + "short": "A text description or summary of the variable", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.variableDefinition.description", + "isSummary": false + }, + { + "path": "Evidence.variableDefinition.note", + "min": 0, + "definition": "Footnotes and/or explanatory notes.", + "isModifier": false, + "short": "Footnotes and/or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.variableDefinition.note", + "isSummary": false + }, + { + "path": "Evidence.variableDefinition.variableRole", + "min": 1, + "definition": "population | subpopulation | exposure | referenceExposure | measuredVariable | confounder.", + "isModifier": false, + "short": "population | subpopulation | exposure | referenceExposure | measuredVariable | confounder", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariableRole" + } + ], + "description": "The role that the assertion variable plays." + }, + "max": "1", + "id": "Evidence.variableDefinition.variableRole", + "isSummary": true + }, + { + "path": "Evidence.variableDefinition.observed", + "min": 0, + "definition": "Definition of the actual variable related to the statistic(s).", + "isModifier": false, + "short": "Definition of the actual variable related to the statistic(s)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Evidence.variableDefinition.observed", + "isSummary": true + }, + { + "path": "Evidence.variableDefinition.intended", + "min": 0, + "definition": "Definition of the intended variable related to the Evidence.", + "isModifier": false, + "short": "Definition of the intended variable related to the Evidence", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Evidence.variableDefinition.intended", + "isSummary": false + }, + { + "path": "Evidence.variableDefinition.directnessMatch", + "min": 0, + "definition": "Indication of quality of match between intended variable to actual variable.", + "isModifier": false, + "short": "low | moderate | high | exact", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/directness", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceDirectness" + } + ], + "description": "The quality of how direct the match is." + }, + "max": "1", + "id": "Evidence.variableDefinition.directnessMatch", + "isSummary": false + }, + { + "path": "Evidence.synthesisType", + "min": 0, + "definition": "The method to combine studies.", + "isModifier": false, + "short": "The method to combine studies", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/synthesis-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SynthesisType" + } + ], + "description": "Types of combining results from a body of evidence (e.g. summary data meta-analysis)." + }, + "max": "1", + "id": "Evidence.synthesisType", + "isSummary": false + }, + { + "path": "Evidence.studyDesign", + "min": 0, + "definition": "The design of the study that produced this evidence. The design is described with any number of study design characteristics.", + "isModifier": false, + "short": "The design of the study that produced this evidence", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/study-design", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StudyDesign" + } + ], + "description": "This is a set of terms for study design characteristics." + }, + "max": "*", + "id": "Evidence.studyDesign", + "isSummary": false + }, + { + "path": "Evidence.statistic", + "min": 0, + "definition": "Values and parameters for a single statistic.", + "isModifier": false, + "short": "Values and parameters for a single statistic", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic", + "isSummary": false + }, + { + "path": "Evidence.statistic.description", + "min": 0, + "definition": "A description of the content value of the statistic.", + "isModifier": false, + "short": "Description of content", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.description", + "isSummary": false + }, + { + "path": "Evidence.statistic.note", + "min": 0, + "definition": "Footnotes and/or explanatory notes.", + "isModifier": false, + "short": "Footnotes and/or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.note", + "isSummary": false + }, + { + "path": "Evidence.statistic.statisticType", + "min": 0, + "definition": "Type of statistic, e.g., relative risk.", + "isModifier": false, + "short": "Type of statistic, e.g., relative risk", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/statistic-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StatisticType" + } + ] + }, + "max": "1", + "id": "Evidence.statistic.statisticType", + "isSummary": false + }, + { + "path": "Evidence.statistic.category", + "min": 0, + "definition": "When the measured variable is handled categorically, the category element is used to define which category the statistic is reporting.", + "isModifier": false, + "short": "Associated category for categorical variable", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.category", + "comment": "Simple strings can be used for descriptive purposes. Exact matching to EvidenceVariable.category.name for the Evidence.variableDefinition[variableRole=measuredVariable].observed=Reference(EvidenceVariable) could facilitate validation within datasets.", + "isSummary": false + }, + { + "path": "Evidence.statistic.quantity", + "min": 0, + "definition": "Statistic value.", + "isModifier": false, + "short": "Statistic value", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.quantity", + "isSummary": false + }, + { + "path": "Evidence.statistic.numberOfEvents", + "min": 0, + "definition": "The number of events associated with the statistic, where the unit of analysis is different from numberAffected, sampleSize.knownDataCount and sampleSize.numberOfParticipants.", + "isModifier": false, + "short": "The number of events associated with the statistic", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.numberOfEvents", + "comment": "When the number of events is the statistic, use Evidence.statistic.quantity and set Evidence.statistic.type.coding.code=C25463 and Evidence.statistic.type.coding.display=Count. When the statistic is an Event Rate (where individual participants may have 2 or more events), use Evidence.statistic.numberOfEvents to record the total number of events rather than the number of participants with events.", + "isSummary": false + }, + { + "path": "Evidence.statistic.numberAffected", + "min": 0, + "definition": "The number of participants affected where the unit of analysis is the same as sampleSize.knownDataCount and sampleSize.numberOfParticipants.", + "isModifier": false, + "short": "The number of participants affected", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.numberAffected", + "comment": "When the number affected is the statistic, use Evidence.statistic.quantity and set Evidence.statistic.type.coding.code=C25463 and Evidence.statistic.type.coding.display=Count. When the statistic is a Proportion, use Evidence.statistic.numberAffected and enter an integer as the value. When the statistic is an Event Rate (where individual participants may have 2 or more events), use Evidence.statistic.numberAffected to record the number of participants with events rather than the total number of events.", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize", + "min": 0, + "definition": "Number of samples in the statistic.", + "isModifier": false, + "short": "Number of samples in the statistic", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.sampleSize", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize.description", + "min": 0, + "definition": "Human-readable summary of population sample size.", + "isModifier": false, + "short": "Textual description of sample size for statistic", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.sampleSize.description", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize.note", + "min": 0, + "definition": "Footnote or explanatory note about the sample size.", + "isModifier": false, + "short": "Footnote or explanatory note about the sample size", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.sampleSize.note", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize.numberOfStudies", + "min": 0, + "definition": "Number of participants in the population.", + "isModifier": false, + "short": "Number of contributing studies", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.sampleSize.numberOfStudies", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize.numberOfParticipants", + "min": 0, + "definition": "A human-readable string to clarify or explain concepts about the sample size.", + "isModifier": false, + "short": "Cumulative number of participants", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.sampleSize.numberOfParticipants", + "isSummary": false + }, + { + "path": "Evidence.statistic.sampleSize.knownDataCount", + "min": 0, + "definition": "Number of participants with known results for measured variables.", + "isModifier": false, + "short": "Number of participants with known results for measured variables", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.sampleSize.knownDataCount", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate", + "min": 0, + "definition": "A statistical attribute of the statistic such as a measure of heterogeneity.", + "isModifier": false, + "short": "An attribute of the Statistic", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.attributeEstimate", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.description", + "min": 0, + "definition": "Human-readable summary of the estimate.", + "isModifier": false, + "short": "Textual description of the attribute estimate", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.attributeEstimate.description", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.note", + "min": 0, + "definition": "Footnote or explanatory note about the estimate.", + "isModifier": false, + "short": "Footnote or explanatory note about the estimate", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.attributeEstimate.note", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.type", + "min": 0, + "definition": "The type of attribute estimate, e.g., confidence interval or p value.", + "isModifier": false, + "short": "The type of attribute estimate, e.g., confidence interval or p value", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/attribute-estimate-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AttributeEstimateType" + } + ] + }, + "max": "1", + "id": "Evidence.statistic.attributeEstimate.type", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.quantity", + "min": 0, + "definition": "The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure.", + "isModifier": false, + "short": "The singular quantity of the attribute estimate, for attribute estimates represented as single values; also used to report unit of measure", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.attributeEstimate.quantity", + "comment": "Often the p value", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.level", + "min": 0, + "definition": "Use 95 for a 95% confidence interval.", + "isModifier": false, + "short": "Level of confidence interval, e.g., 0.95 for 95% confidence interval", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.attributeEstimate.level", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.range", + "min": 0, + "definition": "Lower bound of confidence interval.", + "isModifier": false, + "short": "Lower and upper bound values of the attribute estimate", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.attributeEstimate.range", + "isSummary": false + }, + { + "path": "Evidence.statistic.attributeEstimate.attributeEstimate", + "min": 0, + "definition": "A nested attribute estimate; which is the attribute estimate of an attribute estimate.", + "isModifier": false, + "short": "A nested attribute estimate; which is the attribute estimate of an attribute estimate", + "contentReference": "#Evidence.statistic.attributeEstimate", + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "AttributeEstimateAttributeEstimate" + } + ], + "max": "*", + "id": "Evidence.statistic.attributeEstimate.attributeEstimate", + "comment": "A nested attribute estimate; which is the attribute estimate of an attribute estimate", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic", + "min": 0, + "definition": "A component of the method to generate the statistic.", + "isModifier": false, + "short": "An aspect of the statistical model", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.code", + "min": 1, + "definition": "Description of a component of the method to generate the statistic.", + "isModifier": false, + "short": "Model specification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/statistic-model-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StatisticModelCode" + } + ] + }, + "max": "1", + "id": "Evidence.statistic.modelCharacteristic.code", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.value", + "min": 0, + "definition": "Further specification of the quantified value of the component of the method to generate the statistic.", + "isModifier": false, + "short": "Numerical value to complete model specification", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.modelCharacteristic.value", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable", + "min": 0, + "definition": "A variable adjusted for in the adjusted analysis.", + "isModifier": false, + "short": "A variable adjusted for in the adjusted analysis", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic.variable", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable.variableDefinition", + "min": 1, + "definition": "Description of the variable.", + "isModifier": false, + "short": "Description of the variable", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Evidence.statistic.modelCharacteristic.variable.variableDefinition", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable.handling", + "min": 0, + "definition": "How the variable is classified for use in adjusted analysis.", + "isModifier": false, + "short": "continuous | dichotomous | ordinal | polychotomous", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-handling|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariableHandling" + } + ] + }, + "max": "1", + "id": "Evidence.statistic.modelCharacteristic.variable.handling", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable.valueCategory", + "min": 0, + "definition": "Description for grouping of ordinal or polychotomous variables.", + "isModifier": false, + "short": "Description for grouping of ordinal or polychotomous variables", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic.variable.valueCategory", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable.valueQuantity", + "min": 0, + "definition": "Discrete value for grouping of ordinal or polychotomous variables.", + "isModifier": false, + "short": "Discrete value for grouping of ordinal or polychotomous variables", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic.variable.valueQuantity", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.variable.valueRange", + "min": 0, + "definition": "Range of values for grouping of ordinal or polychotomous variables.", + "isModifier": false, + "short": "Range of values for grouping of ordinal or polychotomous variables", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic.variable.valueRange", + "isSummary": false + }, + { + "path": "Evidence.statistic.modelCharacteristic.attributeEstimate", + "min": 0, + "definition": "An attribute of the statistic used as a model characteristic.", + "isModifier": false, + "short": "An attribute of the statistic used as a model characteristic", + "contentReference": "#Evidence.statistic.attributeEstimate", + "mustSupport": false, + "max": "*", + "id": "Evidence.statistic.modelCharacteristic.attributeEstimate", + "isSummary": false + }, + { + "path": "Evidence.certainty", + "min": 0, + "definition": "Assessment of certainty, confidence in the estimates, or quality of the evidence.", + "isModifier": false, + "short": "Certainty or quality of the evidence", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.certainty", + "isSummary": false + }, + { + "path": "Evidence.certainty.description", + "min": 0, + "definition": "Textual description of certainty.", + "isModifier": false, + "short": "Textual description of certainty", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.certainty.description", + "isSummary": false + }, + { + "path": "Evidence.certainty.note", + "min": 0, + "definition": "Footnotes and/or explanatory notes.", + "isModifier": false, + "short": "Footnotes and/or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Evidence.certainty.note", + "isSummary": false + }, + { + "path": "Evidence.certainty.type", + "min": 0, + "definition": "Aspect of certainty being rated.", + "isModifier": false, + "short": "Aspect of certainty being rated", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceCertaintyType" + } + ], + "description": "The aspect of quality, confidence, or certainty." + }, + "max": "1", + "id": "Evidence.certainty.type", + "isSummary": false + }, + { + "path": "Evidence.certainty.rating", + "min": 0, + "definition": "Assessment or judgement of the aspect.", + "isModifier": false, + "short": "Assessment or judgement of the aspect", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-rating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceCertaintyRating" + } + ], + "description": "The assessment of quality, confidence, or certainty." + }, + "max": "1", + "id": "Evidence.certainty.rating", + "isSummary": false + }, + { + "path": "Evidence.certainty.rater", + "min": 0, + "definition": "Individual or group who did the rating.", + "isModifier": false, + "short": "Individual or group who did the rating", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Evidence.certainty.rater", + "isSummary": false + }, + { + "path": "Evidence.certainty.subcomponent", + "min": 0, + "definition": "A domain or subdomain of certainty.", + "isModifier": false, + "short": "A domain or subdomain of certainty", + "contentReference": "#Evidence.certainty", + "mustSupport": false, + "max": "*", + "id": "Evidence.certainty.subcomponent", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Contributor/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track contributor information in the same way across multiple resources.", + "name": "Contributor", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Contributor", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Contributor", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Contributor", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Contributor", + "differential": { + "element": [ + { + "id": "Contributor", + "max": "*", + "min": 0, + "path": "Contributor", + "short": "Contributor information", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers." + }, + { + "path": "Contributor.type", + "min": 1, + "definition": "The type of contributor.", + "short": "author | editor | reviewer | endorser", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/contributor-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of contributor." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContributorType" + } + ], + "description": "The type of contributor." + }, + "max": "1", + "id": "Contributor.type", + "isSummary": true + }, + { + "id": "Contributor.name", + "max": "1", + "min": 1, + "path": "Contributor.name", + "type": [{ "code": "string" }], + "short": "Who contributed the content", + "isSummary": true, + "definition": "The name of the individual or organization responsible for the contribution." + }, + { + "id": "Contributor.contact", + "max": "*", + "min": 0, + "path": "Contributor.contact", + "type": [{ "code": "ContactDetail" }], + "short": "Contact details of the contributor", + "isSummary": true, + "definition": "Contact details to assist a user in finding and communicating with the contributor." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImagingStudy/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Imaging Integration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImagingStudy", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "ImagingStudy", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "ii" + } + ], + "status": "draft", + "id": "ImagingStudy", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImagingStudy", + "differential": { + "element": [ + { + "path": "ImagingStudy", + "min": 0, + "definition": "Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities.", + "isModifier": false, + "short": "A set of images produced in single study (one or more series of references images)", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" }, + { + "map": "Act[classCode=COMPOSITION, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "Reference IHE radiology TF vol 2 table 4.14-1", + "identity": "dicom" + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy" + }, + { + "path": "ImagingStudy.identifier", + "requirements": "If one or more series elements are present in the ImagingStudy, then there shall be one DICOM Study UID identifier (see [DICOM PS 3.3 C.7.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).", + "min": 0, + "definition": "Identifiers for the ImagingStudy such as DICOM Study Instance UID.", + "isModifier": false, + "short": "Identifiers for the whole study", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".id and .inboundRelationship[typeCode=COMP].source[classCode=ACSN, moodCode=EVN].id", + "identity": "rim" + }, + { + "map": "StudyInstanceUID (0020,000D) | study ID (0020,0010)", + "identity": "dicom" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["StudyInstanceUID"], + "max": "*", + "id": "ImagingStudy.identifier", + "comment": "See discussion under [Imaging Study Implementation Notes](imagingstudy.html#notes) for encoding of DICOM Study Instance UID. ", + "isSummary": true + }, + { + "path": "ImagingStudy.status", + "min": 1, + "definition": "The current state of the ImagingStudy resource. This is not the status of any ServiceRequest or Task resources associated with the ImagingStudy.", + "isModifier": true, + "short": "registered | available | cancelled | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/imagingstudy-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingStudyStatus" + } + ], + "description": "The status of the ImagingStudy." + }, + "max": "1", + "id": "ImagingStudy.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ImagingStudy.modality", + "min": 0, + "definition": "A list of all the distinct values of series.modality. This may include both acquisition and non-acquisition modalities.", + "isModifier": false, + "short": "All of the distinct values for series' modalities", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { "map": "(0008,0061)", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingModality" + } + ], + "description": "Type of acquired data in the instance." + }, + "alias": ["ModalitiesInStudy"], + "max": "*", + "id": "ImagingStudy.modality", + "isSummary": true + }, + { + "path": "ImagingStudy.subject", + "min": 1, + "definition": "The subject, typically a patient, of the imaging study.", + "isModifier": false, + "short": "Who or what is the subject of the study", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { "map": "(0010/*)", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.2.2.html" + } + ], + "max": "1", + "id": "ImagingStudy.subject", + "comment": "QA phantoms can be recorded with a Device; multiple subjects (such as mice) can be recorded with a Group.", + "isSummary": true + }, + { + "path": "ImagingStudy.encounter", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made.", + "isModifier": false, + "short": "Encounter with which this imaging study is associated", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImagingStudy.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission test).", + "isSummary": true + }, + { + "path": "ImagingStudy.started", + "min": 0, + "definition": "Date and time the study started.", + "isModifier": false, + "short": "When the study was started", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "(0008,0020)+(0008,0030)", + "identity": "dicom" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint", + "valueString": "dicom=http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html#sect_C.7.2.1" + } + ], + "alias": ["StudyDate", "StudyTime"], + "max": "1", + "id": "ImagingStudy.started", + "example": [ + { + "label": "General", + "valueDateTime": "2011-01-01T11:01:20+03:00" + } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.basedOn", + "requirements": "To support grouped procedures (one imaging study supporting multiple ordered procedures, e.g. chest/abdomen/pelvis CT).\nIf the ImagingStudy is associated with an Accession Number, this field should include a reference to that value in the form:\n- type = ServiceRequest\n- identifier.value = (Accession Number Value)\n- identifier.type = ACSN\nA reference value pointing to a ServiceRequest resource is allowed but is not required.", + "min": 0, + "definition": "A list of the diagnostic requests that resulted in this imaging study being performed.", + "isModifier": false, + "short": "Request fulfilled", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO]", + "identity": "rim" + }, + { + "map": "Accession Number and Issuer (0080,0050)+(0080,0051) | Requested Procedure Code Sequence (0032,1064)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "alias": ["AccessionNumber"], + "max": "*", + "id": "ImagingStudy.basedOn", + "isSummary": true + }, + { + "path": "ImagingStudy.partOf", + "min": 0, + "definition": "A larger event of which this particular ImagingStudy is a component or step. For example, an ImagingStudy as part of a procedure.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.partOf", + "comment": "To link an ImagingStudy to an Encounter use `encounter`.", + "isSummary": true + }, + { + "path": "ImagingStudy.referrer", + "min": 0, + "definition": "The requesting/referring physician.", + "isModifier": false, + "short": "Referring physician", + "mapping": [ + { "map": "FiveWs.cause", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target[classCode=DGIMG, moodCode=RQO].participation[typeCode=AUT].role", + "identity": "rim" + }, + { + "map": "(0008,0090)+(0008,0096)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "alias": ["ReferringPhysiciansName"], + "max": "1", + "id": "ImagingStudy.referrer", + "isSummary": true + }, + { + "path": "ImagingStudy.endpoint", + "requirements": "Access methods for viewing (e.g., IHE’s IID profile) or retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the study or the study’s series or instances. The study-level baseLocation applies to each series in the study, unless overridden in series by a series-level baseLocation of the same type.", + "min": 0, + "definition": "The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.connectionType.", + "isModifier": false, + "short": "Study access endpoint", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.endpoint", + "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG), formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances; or IHE Invoke Image Display (IID), which provides standard invocation of an imaging web viewer.", + "isSummary": true + }, + { + "path": "ImagingStudy.numberOfSeries", + "min": 0, + "definition": "Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present.", + "isModifier": false, + "short": "Number of Study Related Series", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=OBSSER, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1206)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["NumberOfStudyRelatedSeries"], + "max": "1", + "id": "ImagingStudy.numberOfSeries", + "isSummary": true + }, + { + "path": "ImagingStudy.numberOfInstances", + "min": 0, + "definition": "Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.", + "isModifier": false, + "short": "Number of Study Related Instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1208)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["NumberOfStudyRelatedInstances"], + "max": "1", + "id": "ImagingStudy.numberOfInstances", + "isSummary": true + }, + { + "path": "ImagingStudy.procedure", + "min": 0, + "definition": "This field corresponds to the DICOM Procedure Code Sequence (0008,1032). This is different from the FHIR Procedure resource that may include the ImagingStudy.", + "isModifier": false, + "short": "The performed procedure or code", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=PROC, moodCode=EVN]", + "identity": "rim" + }, + { "map": "(0008,1032)", "identity": "dicom" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://loinc.org/vs/loinc-rsna-radiology-playbook", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The performed procedure type." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingProcedureCode" + } + ], + "description": "Use of RadLex is preferred" + }, + "max": "*", + "id": "ImagingStudy.procedure", + "isSummary": true + }, + { + "path": "ImagingStudy.location", + "requirements": "Ties the event to where the records are likely kept and provides context around the event occurrence (e.g. if it occurred inside or outside a dedicated healthcare setting).", + "min": 0, + "definition": "The principal physical location where the ImagingStudy was performed.", + "isModifier": false, + "short": "Where ImagingStudy occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": "EVN-7", "identity": "v2" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + }, + { + "map": "(0008,1040) | (0040,0243)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImagingStudy.location", + "isSummary": true + }, + { + "path": "ImagingStudy.reason", + "min": 0, + "definition": "Description of clinical condition indicating why the ImagingStudy was requested, and/or Indicates another resource whose existence justifies this Study.", + "isModifier": false, + "short": "Why the study was requested / performed", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" }, + { "map": "(0040,1002)", "identity": "dicom" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingReason" + } + ], + "description": "The reason for the study." + }, + "max": "*", + "id": "ImagingStudy.reason", + "isSummary": true + }, + { + "path": "ImagingStudy.note", + "min": 0, + "definition": "Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element.", + "isModifier": false, + "short": "User-defined comments", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "unknown", "identity": "rim" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.note", + "isSummary": true + }, + { + "path": "ImagingStudy.description", + "min": 0, + "definition": "The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed.", + "isModifier": false, + "short": "Institution-generated description", + "mapping": [ + { "map": ".text", "identity": "rim" }, + { "map": "(0008,1030)", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["StudyDescription"], + "max": "1", + "id": "ImagingStudy.description", + "isSummary": true + }, + { + "path": "ImagingStudy.series", + "min": 0, + "definition": "Each study has one or more series of images or other content.", + "isModifier": false, + "short": "Each study has one or more series of instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBSSER, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.series", + "isSummary": true + }, + { + "path": "ImagingStudy.series.uid", + "requirements": "DICOM Series Instance UID.", + "min": 1, + "definition": "The DICOM Series Instance UID for the series.", + "isModifier": false, + "short": "DICOM Series Instance UID for the series", + "mapping": [ + { "map": ".id", "identity": "rim" }, + { "map": "(0020,000E)", "identity": "dicom" } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["SeriesInstanceUID"], + "max": "1", + "id": "ImagingStudy.series.uid", + "comment": "See [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).", + "example": [ + { + "label": "General", + "valueId": "2.16.124.113543.6003.2588828330.45298.17418.2723805630" + } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.series.number", + "min": 0, + "definition": "The numeric identifier of this series in the study.", + "isModifier": false, + "short": "Numeric identifier of this series", + "mapping": [ + { + "map": ".inboundRelationship[type=COMP, source[classCode=COMPOSITION, moodCode=EVN]].sequenceNumber", + "identity": "rim" + }, + { "map": "(0020,0011)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["SeriesNumber"], + "max": "1", + "id": "ImagingStudy.series.number", + "example": [{ "label": "General", "valueUnsignedInt": 3 }], + "isSummary": true + }, + { + "path": "ImagingStudy.series.modality", + "min": 1, + "definition": "The distinct modality for this series. This may include both acquisition and non-acquisition modalities.", + "isModifier": false, + "short": "The modality used for this series", + "mapping": [ + { "map": ".code", "identity": "rim" }, + { "map": "(0008,0060)", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingModality" + } + ], + "description": "Type of acquired data in the instance." + }, + "alias": ["Modality"], + "max": "1", + "id": "ImagingStudy.series.modality", + "isSummary": true + }, + { + "path": "ImagingStudy.series.description", + "min": 0, + "definition": "A description of the series.", + "isModifier": false, + "short": "A short human readable summary of the series", + "mapping": [ + { "map": ".text", "identity": "rim" }, + { "map": "(0008,103E)", "identity": "dicom" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["SeriesDescription"], + "max": "1", + "id": "ImagingStudy.series.description", + "example": [ + { "label": "General", "valueString": "CT Surview 180" } + ], + "isSummary": true + }, + { + "path": "ImagingStudy.series.numberOfInstances", + "min": 0, + "definition": "Number of SOP Instances in the Study. The value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.", + "isModifier": false, + "short": "Number of Series Related Instances", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP, subsetCode=SUMM].target[classCode=DGIMG, moodCode=EVN].repeatNumber", + "identity": "rim" + }, + { "map": "(0020,1209)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["NumberOfSeriesRelatedInstances"], + "max": "1", + "id": "ImagingStudy.series.numberOfInstances", + "isSummary": true + }, + { + "path": "ImagingStudy.series.endpoint", + "requirements": "Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.", + "min": 0, + "definition": "The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.connectionType.", + "isModifier": false, + "short": "Series access endpoint", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.series.endpoint", + "comment": "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.", + "isSummary": true + }, + { + "path": "ImagingStudy.series.bodySite", + "min": 0, + "definition": "The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality.", + "isModifier": false, + "short": "Body part examined", + "mapping": [ + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "(0018,0015)", "identity": "dicom" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "alias": ["BodyPartExamined"], + "max": "1", + "id": "ImagingStudy.series.bodySite", + "isSummary": true + }, + { + "path": "ImagingStudy.series.laterality", + "min": 0, + "definition": "The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.", + "isModifier": false, + "short": "Body part laterality", + "mapping": [ + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "(0020,0060)", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_244.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Laterality" + } + ], + "description": "Codes describing body site laterality (left, right, etc.)." + }, + "max": "1", + "id": "ImagingStudy.series.laterality", + "isSummary": true + }, + { + "path": "ImagingStudy.series.specimen", + "min": 0, + "definition": "The specimen imaged, e.g., for whole slide imaging of a biopsy.", + "isModifier": false, + "short": "Specimen imaged", + "mapping": [ + { "map": "Role[classCode=SPEC]", "identity": "rim" }, + { + "map": "(0040,0551) + (0040,0562)", + "identity": "dicom" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.series.specimen", + "isSummary": true + }, + { + "path": "ImagingStudy.series.started", + "min": 0, + "definition": "The date and time the series was started.", + "isModifier": false, + "short": "When the series started", + "mapping": [ + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "(0008,0021) + (0008,0031)", + "identity": "dicom" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ImagingStudy.series.started", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer", + "requirements": "The performer is recorded at the series level, since each series in a study may be performed by a different performer, at different times, and using different devices. A series may be performed by multiple performers.", + "min": 0, + "definition": "Indicates who or what performed the series and how they were involved.", + "isModifier": false, + "short": "Who performed the series", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + }, + { + "map": "(0008, 1050) | (0008, 1052) | (0008, 1070) | (0008, 1072)", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["PerformingPhysicianName", "OperatorName"], + "max": "*", + "id": "ImagingStudy.series.performer", + "comment": "If the person who performed the series is not known, their Organization may be recorded. A patient, or related person, may be the performer, e.g. for patient-captured images.", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer.function", + "requirements": "Allows disambiguation of the types of involvement of different performers.", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer in the series.", + "isModifier": false, + "short": "Type of performance", + "mapping": [ + { + "map": ".participation[typeCode=PRF].role", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/series-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventPerformerFunction" + } + ], + "description": "The type of involvement of the performer." + }, + "max": "1", + "id": "ImagingStudy.series.performer.function", + "isSummary": true + }, + { + "path": "ImagingStudy.series.performer.actor", + "min": 1, + "definition": "Indicates who or what performed the series.", + "isModifier": false, + "short": "Who performed the series", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN-5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImagingStudy.series.performer.actor", + "isSummary": true + }, + { + "path": "ImagingStudy.series.instance", + "min": 0, + "definition": "A single SOP instance within the series, e.g. an image, or presentation state.", + "isModifier": false, + "short": "A single SOP instance from the series", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=DGIMG, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ImagingStudy.series.instance", + "isSummary": false + }, + { + "path": "ImagingStudy.series.instance.uid", + "requirements": "DICOM SOP Instance UID.", + "min": 1, + "definition": "The DICOM SOP Instance UID for this image or other DICOM content.", + "isModifier": false, + "short": "DICOM SOP Instance UID", + "mapping": [ + { "map": ".id", "identity": "rim" }, + { "map": "(0008,0018)", "identity": "dicom" } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "alias": ["SOPInstanceUID"], + "max": "1", + "id": "ImagingStudy.series.instance.uid", + "comment": "See [DICOM PS3.3 C.12.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.12.html#sect_C.12.1).", + "example": [ + { + "label": "General", + "valueId": "2.16.124.113543.6003.189642796.63084.16748.2599092903" + } + ], + "isSummary": false + }, + { + "path": "ImagingStudy.series.instance.sopClass", + "min": 1, + "definition": "DICOM instance type.", + "isModifier": false, + "short": "DICOM class type", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP]. source[classCode=OBS, moodCode=EVN, code=\"sop class\"].value", + "identity": "rim" + }, + { "map": "(0008,0016)", "identity": "dicom" } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "sopClass" + } + ], + "description": "The sopClass for the instance." + }, + "alias": ["SOPClassUID"], + "max": "1", + "id": "ImagingStudy.series.instance.sopClass", + "isSummary": false + }, + { + "path": "ImagingStudy.series.instance.number", + "min": 0, + "definition": "The number of instance in the series.", + "isModifier": false, + "short": "The number of this instance in the series", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP, source[classCode=OBSSER, moodCode=EVN]].sequenceNumber", + "identity": "rim" + }, + { "map": "(0020,0013)", "identity": "dicom" } + ], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "alias": ["InstanceNumber"], + "max": "1", + "id": "ImagingStudy.series.instance.number", + "example": [{ "label": "General", "valueUnsignedInt": 1 }], + "isSummary": false + }, + { + "path": "ImagingStudy.series.instance.title", + "min": 0, + "definition": "The description of the instance.", + "isModifier": false, + "short": "Description of instance", + "mapping": [ + { "map": ".title", "identity": "rim" }, + { + "map": "(0008,0008) | (0007,0080) | (0040,A043) + (0008,0104) | (0042,0010)", + "identity": "dicom" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImagingStudy.series.instance.title", + "comment": "Particularly for post-acquisition analytic objects, such as SR, presentation states, value mapping, etc.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Annotation Type: A text note which also contains information about who made the statement and when.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Annotation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Annotation", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Annotation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-size" + } + ], + "status": "active", + "id": "Annotation", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Annotation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Annotation", + "differential": { + "element": [ + { + "path": "Annotation", + "min": 0, + "definition": "A text note which also contains information about who made the statement and when.", + "short": "Text node with attribution", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Annotation", + "comment": "For systems that do not have structured annotations, they can simply communicate a single annotation with no author or time. This element may need to be included in narrative because of the potential for modifying information. *Annotations SHOULD NOT* be used to communicate \"modifying\" information that could be computable. (This is a SHOULD because enforcing user behavior is nearly impossible)." + }, + { + "path": "Annotation.author[x]", + "min": 0, + "definition": "The individual responsible for making the annotation.", + "short": "Individual responsible for the annotation", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "Act.participant[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + }, + { "code": "string" } + ], + "max": "1", + "id": "Annotation.author[x]", + "comment": "Organization is used when there's no need for specific attribution as to who made the comment.", + "isSummary": true + }, + { + "path": "Annotation.time", + "min": 0, + "definition": "Indicates when this particular annotation was made.", + "short": "When the annotation was made", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act.effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Annotation.time", + "isSummary": true + }, + { + "path": "Annotation.text", + "min": 1, + "definition": "The text of the annotation in markdown format.", + "short": "The annotation - text content (as markdown)", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "Act.text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "max": "1", + "id": "Annotation.text", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Supports declaration of the PlanDefinition metadata required by HL7 and other organizations that share and publish plandefinitions with a focus on the aspects of that metadata that are important for post-publication activities including distribution, inclusion in repositories, consumption, and implementation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishableplandefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishablePlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable PlanDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "publishableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableplandefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishableplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.identifier", + "path": "PlanDefinition.identifier", + "mustSupport": true + }, + { + "id": "PlanDefinition.date", + "max": "1", + "min": 1, + "path": "PlanDefinition.date", + "mustSupport": true + }, + { + "id": "PlanDefinition.contact", + "path": "PlanDefinition.contact", + "mustSupport": true + }, + { + "id": "PlanDefinition.useContext", + "path": "PlanDefinition.useContext", + "mustSupport": true + }, + { + "id": "PlanDefinition.jurisdiction", + "path": "PlanDefinition.jurisdiction", + "mustSupport": true + }, + { + "id": "PlanDefinition.purpose", + "path": "PlanDefinition.purpose", + "mustSupport": true + }, + { + "id": "PlanDefinition.usage", + "path": "PlanDefinition.usage", + "mustSupport": true + }, + { + "id": "PlanDefinition.copyright", + "path": "PlanDefinition.copyright", + "mustSupport": true + }, + { + "id": "PlanDefinition.copyrightLabel", + "path": "PlanDefinition.copyrightLabel", + "mustSupport": true + }, + { + "id": "PlanDefinition.approvalDate", + "path": "PlanDefinition.approvalDate", + "mustSupport": true + }, + { + "id": "PlanDefinition.lastReviewDate", + "path": "PlanDefinition.lastReviewDate", + "mustSupport": true + }, + { + "id": "PlanDefinition.effectivePeriod", + "path": "PlanDefinition.effectivePeriod", + "mustSupport": true + }, + { + "id": "PlanDefinition.topic", + "path": "PlanDefinition.topic", + "mustSupport": true + }, + { + "id": "PlanDefinition.author", + "path": "PlanDefinition.author", + "mustSupport": true + }, + { + "id": "PlanDefinition.editor", + "path": "PlanDefinition.editor", + "mustSupport": true + }, + { + "id": "PlanDefinition.reviewer", + "path": "PlanDefinition.reviewer", + "mustSupport": true + }, + { + "id": "PlanDefinition.endorser", + "path": "PlanDefinition.endorser", + "mustSupport": true + }, + { + "id": "PlanDefinition.relatedArtifact", + "path": "PlanDefinition.relatedArtifact", + "mustSupport": true + }, + { + "id": "PlanDefinition.relatedArtifact.display", + "path": "PlanDefinition.relatedArtifact.display", + "mustSupport": true + }, + { + "id": "PlanDefinition.relatedArtifact.document", + "path": "PlanDefinition.relatedArtifact.document", + "mustSupport": true + }, + { + "id": "PlanDefinition.relatedArtifact.resource", + "path": "PlanDefinition.relatedArtifact.resource", + "mustSupport": true + }, + { + "id": "PlanDefinition.relatedArtifact.resourceReference", + "path": "PlanDefinition.relatedArtifact.resourceReference", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition" + }, + { + "description": "Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicinalProductDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicinalProductDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "MedicinalProductDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicinalProductDefinition", + "differential": { + "element": [ + { + "path": "MedicinalProductDefinition", + "min": 0, + "definition": "A medicinal product, being a substance or combination of substances that is intended to treat, prevent or diagnose a disease, or to restore, correct or modify physiological functions by exerting a pharmacological, immunological or metabolic action. This resource is intended to define and detail such products and their properties, for uses other than direct patient care (e.g. regulatory use, or drug catalogs).", + "isModifier": false, + "short": "Detailed definition of a medicinal product", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { + "map": "Medicinal Product and Investigational Medicinal Product", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT']", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition" + }, + { + "path": "MedicinalProductDefinition.identifier", + "min": 0, + "definition": "Business identifier for this product. Could be an MPID. When in development or being regulated, products are typically referenced by official identifiers, assigned by a manufacturer or regulator, and unique to a product (which, when compared to a product instance being prescribed, is actually a product type). See also MedicinalProductDefinition.code.", + "isModifier": false, + "short": "Business identifier for this product. Could be an MPID", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "Medicinal Product.MPID, Investigational Medicinal Product.IMPID", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT'].code", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["MPID"], + "max": "*", + "id": "MedicinalProductDefinition.identifier", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.type", + "min": 0, + "definition": "Regulatory type, e.g. Investigational or Authorized.", + "isModifier": false, + "short": "Regulatory type, e.g. Investigational or Authorized", + "mapping": [ + { + "map": "(indicates if this is Medicinal Product or an Investigational Medicinal Product)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asSpecializedKind.generalizedMaterialKind.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicinalProductType" + } + ], + "description": "Overall defining type of this medicinal product." + }, + "max": "1", + "id": "MedicinalProductDefinition.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.domain", + "min": 0, + "definition": "If this medicine applies to human or veterinary uses.", + "isModifier": false, + "short": "If this medicine applies to human or veterinary uses", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.characteristic[@code='{domain}'].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicinalProductType" + } + ], + "description": "Applicable domain for this product (e.g. human, veterinary)." + }, + "max": "1", + "id": "MedicinalProductDefinition.domain", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.version", + "min": 0, + "definition": "A business identifier relating to a specific version of the product, this is commonly used to support revisions to an existing product.", + "isModifier": false, + "short": "A business identifier relating to a specific version of the product", + "mapping": [ + { + "map": "Medicinal Product.Header.Version Number", + "identity": "idmp" + }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.version", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.status", + "min": 0, + "definition": "The status within the lifecycle of this product record. A high-level status, this is not intended to duplicate details carried elsewhere such as legal status, or authorization status.", + "isModifier": true, + "short": "The status within the lifecycle of this product record", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "MedicinalProductDefinition.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.statusDate", + "min": 0, + "definition": "The date at which the given status became applicable.", + "isModifier": false, + "short": "The date at which the given status became applicable", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.statusDate", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.description", + "min": 0, + "definition": "General description of this product.", + "isModifier": false, + "short": "General description of this product", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT'].desc", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.description", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.combinedPharmaceuticalDoseForm", + "min": 0, + "definition": "The dose form for a single part product, or combined form of a multiple part product. This is one concept that describes all the components. It does not represent the form with components physically mixed, if that might be necessary, for which see (AdministrableProductDefinition.administrableDoseForm).", + "isModifier": false, + "short": "The dose form for a single part product, or combined form of a multiple part product", + "mapping": [ + { + "map": "Medicinal Product.Combined Pharmaceutical Dose Form", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT'].formCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/combined-dose-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CombinedDoseForm" + } + ], + "description": "Dose forms for a product as a whole, considering all individual parts, but before any mixing" + }, + "max": "1", + "id": "MedicinalProductDefinition.combinedPharmaceuticalDoseForm", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.route", + "min": 0, + "definition": "The path by which the product is taken into or makes contact with the body. In some regions this is referred to as the licenced or approved route. See also AdministrableProductDefinition resource. MedicinalProductDefinition.route is the same concept as AdministrableProductDefinition.routeOfAdministration.code, and they cannot be used together.", + "isModifier": false, + "short": "The path by which the product is taken into or makes contact with the body", + "mapping": [ + { + "map": "Pharmaceutical Product.Route of Administration", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].productOf.reconstitution.consumable.administerableMaterial.consumedIn.substanceAdministration1.routeCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTRouteCodes" + } + ], + "description": "A code specifying the route or physiological path of administration of a therapeutic agent into or onto a patient's body." + }, + "max": "*", + "id": "MedicinalProductDefinition.route", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.indication", + "min": 0, + "definition": "Description of indication(s) for this product, used when structured indications are not required. In cases where structured indications are required, they are captured using the ClinicalUseDefinition resource. An indication is a medical situation for which using the product is appropriate.", + "isModifier": false, + "short": "Description of indication(s) for this product, used when structured indications are not required", + "mapping": [ + { + "map": "(roll up of all text in Therapeutic Indication.Indication Text, for common case where information is not granular)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].consumedIn.substanceAdministration1.reason.indicationObservationCriterion[@code='{Observation_MedicalProblem}'].value.originalText.@value", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.indication", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.legalStatusOfSupply", + "min": 0, + "definition": "The legal status of supply of the medicinal product as classified by the regulator.", + "isModifier": false, + "short": "The legal status of supply of the medicinal product as classified by the regulator", + "mapping": [ + { + "map": "Marketing Authorisation.Legal Status of Supply (moved here for practicality)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.approval[@code='{Approval_MarketingAuthorization}'].pertinentInformation.policy.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/legal-status-of-supply", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LegalStatusOfSupply" + } + ], + "description": "The prescription supply types appropriate to a medicinal product" + }, + "max": "1", + "id": "MedicinalProductDefinition.legalStatusOfSupply", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.additionalMonitoringIndicator", + "min": 0, + "definition": "Whether the Medicinal Product is subject to additional monitoring for regulatory reasons, such as heightened reporting requirements.", + "isModifier": false, + "short": "Whether the Medicinal Product is subject to additional monitoring for regulatory reasons", + "mapping": [ + { + "map": "Medicinal Product.Additional Monitoring Indicator", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.policy.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-additional-monitoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdditionalMonitoring" + } + ], + "description": "Extra measures defined for a Medicinal Product, such as heightened reporting requirements (e.g. Black Triangle Monitoring)." + }, + "max": "1", + "id": "MedicinalProductDefinition.additionalMonitoringIndicator", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.specialMeasures", + "min": 0, + "definition": "Whether the Medicinal Product is subject to special measures for regulatory reasons, such as a requirement to conduct post-authorization studies.", + "isModifier": false, + "short": "Whether the Medicinal Product is subject to special measures for regulatory reasons", + "mapping": [ + { + "map": "Medicinal Product.Special Measures", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.policy.code[@nullFlavor='OTH'].displayName", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-special-measures", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecialMeasures" + } + ], + "description": "Extra measures defined for a Medicinal Product, such as a requirement to conduct post-authorization studies." + }, + "max": "*", + "id": "MedicinalProductDefinition.specialMeasures", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.pediatricUseIndicator", + "min": 0, + "definition": "If authorised for use in children, or infants, neonates etc.", + "isModifier": false, + "short": "If authorised for use in children", + "mapping": [ + { + "map": "Medicinal Product.Pediatric Use Indicator", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.policy.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-pediatric-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PediatricUse" + } + ], + "description": "Suitability for age groups, in particular children." + }, + "max": "1", + "id": "MedicinalProductDefinition.pediatricUseIndicator", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.classification", + "min": 0, + "definition": "Allows the product to be classified by various systems, commonly WHO ATC.", + "isModifier": false, + "short": "Allows the product to be classified by various systems", + "mapping": [ + { + "map": "Product Classification.Value", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct/asSpecializedKind/generalizedMaterialKind/code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-classification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductClassification" + } + ], + "description": "This value set includes codes from the Anatomical Therapeutic Chemical Classification System - provided as an exemplar value set." + }, + "max": "*", + "id": "MedicinalProductDefinition.classification", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.marketingStatus", + "min": 0, + "definition": "Marketing status of the medicinal product, in contrast to marketing authorization. This refers to the product being actually 'on the market' as opposed to being allowed to be on the market (which is an authorization).", + "isModifier": false, + "short": "Marketing status of the medicinal product, in contrast to marketing authorization", + "mapping": [ + { "map": "Marketing Status", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.approval[@code='{Approval_MarketingAuthorization}'].statusCode", + "identity": "rim" + } + ], + "type": [{ "code": "MarketingStatus" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.marketingStatus", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.packagedMedicinalProduct", + "min": 0, + "definition": "Package type for the product. See also the PackagedProductDefinition resource.", + "isModifier": false, + "short": "Package type for the product", + "mapping": [ + { + "map": "Packaged Medicinal Product", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asContent.containerPackagedProduct.asContent.containerPackagedProduct.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-package-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicinalProductPackageType" + } + ], + "description": "Types of medicinal product packs" + }, + "max": "*", + "id": "MedicinalProductDefinition.packagedMedicinalProduct", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.comprisedOf", + "min": 0, + "definition": "Types of medicinal manufactured items and/or devices that this product consists of, such as tablets, capsule, or syringes. Used as a direct link when the item's packaging is not being recorded (see also PackagedProductDefinition.package.containedItem.item).", + "isModifier": false, + "short": "Types of medicinal manufactured items and/or devices that this product consists of, such as tablets, capsule, or syringes", + "mapping": [ + { "map": "Manufactured Item", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.formCode", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.comprisedOf", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.ingredient", + "min": 0, + "definition": "The ingredients of this medicinal product - when not detailed in other resources. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource, or indirectly via incoming AdministrableProductDefinition, PackagedProductDefinition or ManufacturedItemDefinition references. In cases where those levels of detail are not used, the ingredients may be specified directly here as codes.", + "isModifier": false, + "short": "The ingredients of this medicinal product - when not detailed in other resources", + "mapping": [ + { + "map": "Medicinal Product.Ingredient (see also FHIR Ingredient resource)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT'].ingredient.ingredientSubstance.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "*", + "id": "MedicinalProductDefinition.ingredient", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.impurity", + "min": 0, + "definition": "Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product. This includes process-related impurities and contaminants, product-related impurities including degradation products.", + "isModifier": false, + "short": "Any component of the drug product which is not the chemical entity defined as the drug substance, or an excipient in the drug product", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { "map": "(to do)", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "*", + "id": "MedicinalProductDefinition.impurity", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.attachedDocument", + "min": 0, + "definition": "Additional information or supporting documentation about the medicinal product.", + "isModifier": false, + "short": "Additional documentation about the medicinal product", + "mapping": [ + { "map": "Attached Document", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.document", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.attachedDocument", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.masterFile", + "min": 0, + "definition": "A master file for the medicinal product (e.g. Pharmacovigilance System Master File). Drug master files (DMFs) are documents submitted to regulatory agencies to provide confidential detailed information about facilities, processes or articles used in the manufacturing, processing, packaging and storing of drug products.", + "isModifier": false, + "short": "A master file for the medicinal product (e.g. Pharmacovigilance System Master File)", + "mapping": [ + { "map": "Master File", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.document", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.masterFile", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.contact", + "min": 0, + "definition": "A product specific contact, person (in a role), or an organization.", + "isModifier": false, + "short": "A product specific contact, person (in a role), or an organization", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.assignedEntity.assignedOrganization.contactParty", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.contact", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.contact.type", + "min": 0, + "definition": "Allows the contact to be classified, for example QPPV, Pharmacovigilance Enquiry Information.", + "isModifier": false, + "short": "Allows the contact to be classified, for example QPPV, Pharmacovigilance Enquiry Information", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.assignedEntity.assignedOrganization.contactParty.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-contact-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductContactType" + } + ], + "description": "Extra measures defined for a Medicinal Product, such as heightened reporting requirements." + }, + "max": "1", + "id": "MedicinalProductDefinition.contact.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.contact.contact", + "min": 1, + "definition": "A product specific contact, person (in a role), or an organization.", + "isModifier": false, + "short": "A product specific contact, person (in a role), or an organization", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.assignedEntity.assignedOrganization.contactParty", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.contact.contact", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.clinicalTrial", + "min": 0, + "definition": "Clinical trials or studies that this product is involved in.", + "isModifier": false, + "short": "Clinical trials or studies that this product is involved in", + "mapping": [ + { + "map": "Investigational Medicinal Product.Clinical Trial Status", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.monitoringProgram", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.clinicalTrial", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.code", + "min": 0, + "definition": "A code that this product is known by, usually within some formal terminology, perhaps assigned by a third party (i.e. not the manufacturer or regulator). Products (types of medications) tend to be known by identifiers during development and within regulatory process. However when they are prescribed they tend to be identified by codes. The same product may be have multiple codes, applied to it by multiple organizations.", + "isModifier": false, + "short": "A code that this product is known by, within some formal terminology", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct[classCode='MMAT'].code", + "identity": "rim" + } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ], + "description": "A coded concept that defines the type of a medication." + }, + "max": "*", + "id": "MedicinalProductDefinition.code", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name", + "min": 1, + "definition": "The product's name, including full name and possibly coded parts.", + "isModifier": false, + "short": "The product's name, including full name and possibly coded parts", + "mapping": [ + { "map": "Medicinal Product Name", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.name", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.name", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.productName", + "min": 1, + "definition": "The full product name.", + "isModifier": false, + "short": "The full product name", + "mapping": [ + { + "map": "Medicinal Product Name.Full Name", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.name", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.name.productName", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.type", + "min": 0, + "definition": "Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary.", + "isModifier": false, + "short": "Type of product name, such as rINN, BAN, Proprietary, Non-Proprietary", + "mapping": [ + { "map": "n/a", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-name-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductNameType" + } + ], + "description": "Type of a name for a Medicinal Product." + }, + "max": "1", + "id": "MedicinalProductDefinition.name.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.part", + "min": 0, + "definition": "Coding words or phrases of the name.", + "isModifier": false, + "short": "Coding words or phrases of the name", + "mapping": [ + { + "map": "(any and all of the name parts e.g. Medicinal Product Name.Formulation Part)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.name.suffix", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.name.part", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.part.part", + "min": 1, + "definition": "A fragment of a product name.", + "isModifier": false, + "short": "A fragment of a product name", + "mapping": [ + { + "map": "(text of any of the name parts e.g. Medicinal Product Name.Formulation Part)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.name.suffix", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.name.part.part", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.part.type", + "min": 1, + "definition": "Identifying type for this part of the name (e.g. strength part).", + "isModifier": false, + "short": "Identifying type for this part of the name (e.g. strength part)", + "mapping": [ + { + "map": "(which of the name parts this is e.g. Formulation Part)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-name-part-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductNamePartType" + } + ], + "description": "Type of part of a name for a Medicinal Product." + }, + "max": "1", + "id": "MedicinalProductDefinition.name.part.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.usage", + "min": 0, + "definition": "Country and jurisdiction where the name applies, and associated language.", + "isModifier": false, + "short": "Country and jurisdiction where the name applies", + "mapping": [ + { "map": "Country / Language", "identity": "idmp" }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.name.usage", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.usage.country", + "min": 1, + "definition": "Country code for where this name applies.", + "isModifier": false, + "short": "Country code for where this name applies", + "mapping": [ + { + "map": "Country / Language.Country", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity.assigningTerritory.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Country" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "1", + "id": "MedicinalProductDefinition.name.usage.country", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.usage.jurisdiction", + "min": 0, + "definition": "Jurisdiction code for where this name applies. A jurisdiction may be a sub- or supra-national entity (e.g. a state or a geographic region).", + "isModifier": false, + "short": "Jurisdiction code for where this name applies", + "mapping": [ + { + "map": "Country / Language.Jurisdiction", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity.assigningTerritory.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "1", + "id": "MedicinalProductDefinition.name.usage.jurisdiction", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.name.usage.language", + "min": 1, + "definition": "Language code for this name.", + "isModifier": false, + "short": "Language code for this name", + "mapping": [ + { + "map": "Country / Language.Language", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asNamedEntity.name.@xml:lang", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "MedicinalProductDefinition.name.usage.language", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.crossReference", + "min": 0, + "definition": "Reference to another product, e.g. for linking authorised to investigational product, or a virtual product.", + "isModifier": false, + "short": "Reference to another product, e.g. for linking authorised to investigational product", + "mapping": [ + { + "map": "Product Cross-Reference", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asEquivalentEntity", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.crossReference", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.crossReference.product", + "min": 1, + "definition": "Reference to another product, e.g. for linking authorised to investigational product.", + "isModifier": false, + "short": "Reference to another product, e.g. for linking authorised to investigational product", + "mapping": [ + { + "map": "Product Cross-Reference", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asEquivalentEntity.definingMaterialKind.code", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.crossReference.product", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.crossReference.type", + "min": 0, + "definition": "The type of relationship, for instance branded to generic, virtual to actual product, product to development product (investigational), parallel import version.", + "isModifier": false, + "short": "The type of relationship, for instance branded to generic or virtual to actual product", + "mapping": [ + { + "map": "Product Cross-Reference", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].manufacturedProduct.asEquivalentEntity.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-cross-reference-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductCrossReferenceType" + } + ], + "description": "Extra measures defined for a Medicinal Product, such as heightened reporting requirements." + }, + "max": "1", + "id": "MedicinalProductDefinition.crossReference.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.operation", + "min": 0, + "definition": "A manufacturing or administrative process or step associated with (or performed on) the medicinal product.", + "isModifier": false, + "short": "A manufacturing or administrative process for the medicinal product", + "mapping": [ + { + "map": "Manufacturing / Business Operation", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.action", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.operation", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.operation.type", + "min": 0, + "definition": "The type of manufacturing operation e.g. manufacturing itself, re-packaging. For the authorization of this, a RegulatedAuthorization would point to the same plan or activity referenced here.", + "isModifier": false, + "short": "The type of manufacturing operation e.g. manufacturing itself, re-packaging", + "mapping": [ + { + "map": "Manufacturing / Business Operation.Operation Type", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.action.code", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.operation.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.operation.effectiveDate", + "min": 0, + "definition": "Date range of applicability.", + "isModifier": false, + "short": "Date range of applicability", + "mapping": [ + { + "map": "Manufacturing / Business Operation.Effective Date", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.action.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.operation.effectiveDate", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.operation.organization", + "min": 0, + "definition": "The organization or establishment responsible for (or associated with) the particular process or step, examples include the manufacturer, importer, agent.", + "isModifier": false, + "short": "The organization responsible for the particular process, e.g. the manufacturer or importer", + "mapping": [ + { + "map": "Manufacturer / Establishment (Organisation)", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.action.participation.organzation", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.operation.organization", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.operation.confidentialityIndicator", + "min": 0, + "definition": "Specifies whether this particular business or manufacturing process is considered proprietary or confidential.", + "isModifier": false, + "short": "Specifies whether this process is considered proprietary or confidential", + "mapping": [ + { + "map": "Manufacturing / Business Operation.Confidentiality Indicator", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.action.confidentialityCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-confidentiality", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductConfidentiality" + } + ], + "description": "Confidentiality rating, e.g. commercial sensitivity for a Medicinal Product." + }, + "max": "1", + "id": "MedicinalProductDefinition.operation.confidentialityIndicator", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.characteristic", + "min": 0, + "definition": "Allows the key product features to be recorded, such as \"sugar free\", \"modified release\", \"parallel import\".", + "isModifier": false, + "short": "Key product features such as \"sugar free\", \"modified release\"", + "mapping": [ + { + "map": "Package Item (Container).Physical Characteristics", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.characteristic", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicinalProductDefinition.characteristic", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.characteristic.type", + "min": 1, + "definition": "A code expressing the type of characteristic.", + "isModifier": false, + "short": "A code expressing the type of characteristic", + "mapping": [ + { + "map": "Physical Characteristics, all attributes", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.characteristic[@code='{type}']", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductCharacteristic" + } + ], + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "MedicinalProductDefinition.characteristic.type", + "isSummary": true + }, + { + "path": "MedicinalProductDefinition.characteristic.value[x]", + "min": 0, + "definition": "A value for the characteristic.text.", + "isModifier": false, + "short": "A value for the characteristic", + "mapping": [ + { + "map": "Physical Characteristics, attribute's value", + "identity": "idmp" + }, + { + "map": "ManufacturedProduct[classCode='MANU'].subjectOf.characteristic[@code='{type}'].value", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "markdown" }, + { "code": "Quantity" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "boolean" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicinalProductDefinition.characteristic.value[x]", + "comment": "Text, as markdown, is intended to be used only when the item cannot ever reasonably be coded. Otherwise, for cases where a code is not available, but is feasible, use CodeableConcept.text.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "VirtualServiceDetail Type: Virtual Service Contact Details.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/VirtualServiceDetail/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VirtualServiceDetail", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "VirtualServiceDetail", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "VirtualServiceDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/VirtualServiceDetail", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VirtualServiceDetail", + "differential": { + "element": [ + { + "id": "VirtualServiceDetail", + "max": "*", + "min": 0, + "path": "VirtualServiceDetail", + "short": "Virtual Service Contact Details", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Virtual Service Contact Details." + }, + { + "path": "VirtualServiceDetail.channelType", + "min": 0, + "definition": "The type of virtual service to connect to (i.e. Teams, Zoom, Specific VMR technology, WhatsApp).", + "short": "Channel Type", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/virtual-service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The purpose for which an extended contact detail should be used." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VirtualServiceType" + } + ], + "description": "The purpose for which an extended contact detail should be used." + }, + "max": "1", + "id": "VirtualServiceDetail.channelType", + "comment": "As this type defines what the virtual service is, it then defines what address and additional information might be relevant.\n\nSome profiles could be used for specific types to define what the other values could/should be.", + "isSummary": true + }, + { + "id": "VirtualServiceDetail.address[x]", + "max": "1", + "min": 0, + "path": "VirtualServiceDetail.address[x]", + "type": [ + { "code": "url" }, + { "code": "string" }, + { "code": "ContactPoint" }, + { "code": "ExtendedContactDetail" } + ], + "short": "Contact address/number", + "isSummary": true, + "definition": "What address or number needs to be used for a user to connect to the virtual service to join. The channelType informs as to which datatype is appropriate to use (requires knowledge of the specific type)." + }, + { + "path": "VirtualServiceDetail.additionalInfo", + "min": 0, + "definition": "Address to see alternative connection details.", + "short": "Address to see alternative connection details", + "type": [{ "code": "url" }], + "max": "*", + "id": "VirtualServiceDetail.additionalInfo", + "comment": "This web address can be used to provide additional details on the call, such as alternative/regional call in numbers, or other associated services.", + "isSummary": true + }, + { + "path": "VirtualServiceDetail.maxParticipants", + "min": 0, + "definition": "Maximum number of participants supported by the virtual service.", + "short": "Maximum number of participants supported by the virtual service", + "type": [{ "code": "positiveInt" }], + "max": "1", + "id": "VirtualServiceDetail.maxParticipants", + "comment": "Some services have only a limitted number of participants permitted to connect at a time, this is typically used in \"shared\" virtual services that you might find on location resources.\n\nTypically on-demand services might not have these restrictions.", + "isSummary": true + }, + { + "path": "VirtualServiceDetail.sessionKey", + "min": 0, + "definition": "Session Key required by the virtual service.", + "short": "Session Key required by the virtual service", + "type": [{ "code": "string" }], + "max": "1", + "id": "VirtualServiceDetail.sessionKey", + "comment": "Some services require a session key to be able to access the service once connected.\n\nThis could be in cases where a shared number is used, and a session key is added to put into a private line, or to identify the participant in a call.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Describes a comparison of an immunization event against published recommendations to determine if the administration is \"valid\" in relation to those recommendations.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ImmunizationEvaluation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ImmunizationEvaluation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "ImmunizationEvaluation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ImmunizationEvaluation", + "differential": { + "element": [ + { + "path": "ImmunizationEvaluation", + "min": 0, + "definition": "Describes a comparison of an immunization event against published recommendations to determine if the administration is \"valid\" in relation to those recommendations.", + "isModifier": false, + "short": "Immunization evaluation information", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "RSP_K11", "identity": "v2" } + ], + "mustSupport": false, + "max": "*", + "id": "ImmunizationEvaluation" + }, + { + "path": "ImmunizationEvaluation.identifier", + "min": 0, + "definition": "A unique identifier assigned to this immunization evaluation record.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ImmunizationEvaluation.identifier", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.status", + "min": 1, + "definition": "Indicates the current status of the evaluation of the vaccination administration event.", + "isModifier": true, + "short": "completed | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationEvaluationStatus" + } + ], + "description": "The status of the evaluation being done." + }, + "max": "1", + "id": "ImmunizationEvaluation.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid).", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.patient", + "min": 1, + "definition": "The individual for whom the evaluation is being done.", + "isModifier": false, + "short": "Who this evaluation is for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.patient", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.date", + "min": 0, + "definition": "The date the evaluation of the vaccine administration event was performed.", + "isModifier": false, + "short": "Date evaluation was performed", + "mapping": [ + { "map": "Event.occurrence", "identity": "workflow" }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "RXA-3", "identity": "v2" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.date", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.authority", + "min": 0, + "definition": "Indicates the authority who published the protocol (e.g. ACIP).", + "isModifier": false, + "short": "Who is responsible for publishing the recommendations", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59779-9 )", + "identity": "v2" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.authority", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.targetDisease", + "min": 1, + "definition": "The vaccine preventable disease the dose is being evaluated against.", + "isModifier": false, + "short": "The vaccine preventable disease schedule being evaluated", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30956-7 | 38890-0 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationTargetDisease" + } + ], + "description": "The vaccine preventable disease the dose is being evaluated against." + }, + "max": "1", + "id": "ImmunizationEvaluation.targetDisease", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.immunizationEvent", + "min": 1, + "definition": "The vaccine administration event being evaluated.", + "isModifier": false, + "short": "Immunization being evaluated", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Immunization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.immunizationEvent", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.doseStatus", + "min": 1, + "definition": "Indicates if the dose is valid or not valid with respect to the published recommendations.", + "isModifier": false, + "short": "Status of the dose relative to published recommendations", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59781-5 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationDoseStatus" + } + ], + "description": "The status of the administered dose relative to the published recommendations for the target disease." + }, + "max": "1", + "id": "ImmunizationEvaluation.doseStatus", + "isSummary": true + }, + { + "path": "ImmunizationEvaluation.doseStatusReason", + "min": 0, + "definition": "Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.", + "isModifier": false, + "short": "Reason why the doese is considered valid, invalid or some other status", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30982-3 )", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-evaluation-dose-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvaluationDoseStatusReason" + } + ], + "description": "The reason the dose status was assigned." + }, + "max": "*", + "id": "ImmunizationEvaluation.doseStatusReason", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.description", + "min": 0, + "definition": "Additional information about the evaluation.", + "isModifier": false, + "short": "Evaluation notes", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "OBX-5 : OBX-3 = ( 48767-8 )", + "identity": "v2" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.description", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.series", + "min": 0, + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority.", + "isModifier": false, + "short": "Name of vaccine series", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.series", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.doseNumber", + "min": 0, + "definition": "Nominal position in a series as determined by the outcome of the evaluation process.", + "isModifier": false, + "short": "Dose number within series", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 30973-2 )", + "identity": "v2" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.doseNumber", + "comment": "The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).", + "isSummary": false + }, + { + "path": "ImmunizationEvaluation.seriesDoses", + "min": 0, + "definition": "The recommended number of doses to achieve immunity as determined by the outcome of the evaluation process.", + "isModifier": false, + "short": "Recommended number of doses for immunity", + "mapping": [ + { + "map": "OBX-5 : OBX-3 = ( 59782-3 )", + "identity": "v2" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ImmunizationEvaluation.seriesDoses", + "comment": "The use of an integer is preferred if known.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource describes a product or service that is available through a program and includes the conditions and constraints of availability. All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/FormularyItem/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "FormularyItem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "FormularyItem", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "FormularyItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/FormularyItem", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/FormularyItem", + "differential": { + "element": [ + { + "path": "FormularyItem", + "min": 0, + "definition": "This resource describes a product or service that is available through a program and includes the conditions and constraints of availability. All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself.", + "isModifier": false, + "short": "Definition of a FormularyItem", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "FormularyItem" + }, + { + "path": "FormularyItem.identifier", + "min": 0, + "definition": "Business identifier for this formulary item.", + "isModifier": false, + "short": "Business identifier for this formulary item", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "FormularyItem.identifier", + "isSummary": true + }, + { + "path": "FormularyItem.code", + "min": 0, + "definition": "A code (or set of codes) that specify the product or service that is identified by this formulary item.", + "isModifier": false, + "short": "Codes that identify this formulary item", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FormularyItemFormalRepresentation" + } + ], + "description": "A coded concept that defines the product or service identified by this formulary item." + }, + "max": "1", + "id": "FormularyItem.code", + "isSummary": true + }, + { + "path": "FormularyItem.status", + "min": 0, + "definition": "The validity about the information of the formulary item and not of the underlying product or service itself.", + "isModifier": true, + "short": "active | entered-in-error | inactive", + "mapping": [{ "map": ".statusCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/formularyitem-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FormularyItemStatus" + } + ], + "description": "A coded concept defining if the medication is in active use." + }, + "max": "1", + "id": "FormularyItem.status", + "comment": "This status is intended to identify if the formulary item in a local system is in active use within the formulary. For example, a formulary might include a medicinal product and the status relates to its inclusion. At some point in the future, if the status of the formulary item is changed to \"inactive\" that means that it is no longer valid in the formulary. But the product itself might still be in active use and might be included in other formularies.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the value set metadata required by HL7 and other organizations that share and publish value sets", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablevalueset/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + } + ], + "status": "draft", + "id": "shareablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablevalueset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1192", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareablevalueset", + "differential": { + "element": [ + { "id": "ValueSet", "max": "1", "min": 1, "path": "ValueSet" }, + { + "id": "ValueSet.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "ValueSet.extension:authoritativeSource", + "max": "1", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-authoritativeSource" + ] + } + ], + "sliceName": "authoritativeSource", + "mustSupport": true + }, + { + "id": "ValueSet.url", + "max": "1", + "min": 1, + "path": "ValueSet.url", + "mustSupport": true + }, + { + "id": "ValueSet.version", + "max": "1", + "min": 1, + "path": "ValueSet.version", + "mustSupport": true + }, + { + "id": "ValueSet.versionAlgorithm[x]", + "path": "ValueSet.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "ValueSet.name", + "path": "ValueSet.name", + "mustSupport": true + }, + { + "id": "ValueSet.title", + "max": "1", + "min": 1, + "path": "ValueSet.title", + "mustSupport": true + }, + { + "id": "ValueSet.status", + "path": "ValueSet.status", + "mustSupport": true + }, + { + "id": "ValueSet.experimental", + "max": "1", + "min": 1, + "path": "ValueSet.experimental", + "mustSupport": true + }, + { + "id": "ValueSet.publisher", + "path": "ValueSet.publisher", + "mustSupport": true + }, + { + "id": "ValueSet.description", + "max": "1", + "min": 1, + "path": "ValueSet.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet" + }, + { + "description": "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CodeSystem/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CodeSystem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CodeSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "CodeSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeSystem", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "csd-1", + "human": "Within a code system definition, all the codes SHALL be unique", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "error", + "expression": "concept.exists() implies concept.code.combine(%resource.concept.descendants().concept.code).isDistinct()" + }, + { + "key": "csd-2", + "human": "If there is an explicit hierarchy, a hierarchyMeaning should be provided", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "warning", + "expression": "concept.concept.exists() implies hierarchyMeaning.exists()" + }, + { + "key": "csd-3", + "human": "If there is an implicit hierarchy, a hierarchyMeaning should be provided", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "warning", + "expression": "concept.where(property.code = 'parent' or property.code = 'child').exists() implies hierarchyMeaning.exists()" + }, + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "csd-4", + "human": "If the code system content = supplement, it must nominate what it's a supplement for", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "error", + "expression": "CodeSystem.content = 'supplement' implies CodeSystem.supplements.exists()" + } + ], + "path": "CodeSystem", + "min": 0, + "definition": "The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.", + "isModifier": false, + "short": "Declares the existence of and describes a code system or code system supplement", + "mapping": [ + { "map": "conformance.terminology", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "CodeSystem" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "CodeSystem.url", + "requirements": "Allows the code system to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this code system when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this code system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the code system is stored on different servers. This is used in [Coding](datatypes.html#Coding).system.", + "isModifier": false, + "short": "Canonical identifier for this code system, represented as a URI (globally unique) (Coding.system)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CodeSystem.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the code system (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CodeSystem.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this code system outside of FHIR, where it is not possible to use the logical URI. Note that HL7 defines at least three identifiers for many of its code systems - the FHIR canonical URL, the OID and the V2 Table 0396 mnemonic code.", + "isSummary": true + }, + { + "path": "CodeSystem.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the code system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the code system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. This is used in [Coding](datatypes.html#Coding).version.", + "isModifier": false, + "short": "Business version of the code system (Coding.version)", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.version", + "comment": "There may be different code system instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the code system with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "CodeSystem.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which CodeSystem is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "CodeSystem.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "CodeSystem.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the code system. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this code system (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "CodeSystem.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the code system.", + "isModifier": false, + "short": "Name for this code system (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CodeSystem.status", + "min": 1, + "definition": "The status of this code system. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CodeSystem.status", + "comment": "Allows filtering of code systems that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired CodeSystem without due consideration", + "isSummary": true + }, + { + "path": "CodeSystem.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level code system.", + "min": 0, + "definition": "A Boolean value to indicate that this code system is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "CodeSystem.experimental", + "comment": "Allows filtering of code systems that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CodeSystem.date", + "min": 0, + "definition": "The date (and optionally time) when the code system was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the code system changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "CodeSystem.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the code system. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CodeSystem.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the code system. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the code system.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the code system is the organization or individual primarily responsible for the maintenance and upkeep of the code system. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the code system. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CodeSystem.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "CodeSystem.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CodeSystem.description", + "min": 0, + "definition": "A free text natural language description of the code system from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the code system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Scope", "Purpose"], + "max": "1", + "id": "CodeSystem.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the code system as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the code system is presumed to be the predominant language in the place the code system was created).", + "isSummary": false + }, + { + "path": "CodeSystem.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate code system instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CodeSystem.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the code system is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for code system (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "CodeSystem.jurisdiction", + "comment": "It may be possible for the code system to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "CodeSystem.purpose", + "min": 0, + "definition": "Explanation of why this code system is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this code system is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.purpose", + "comment": "This element does not describe the usage of the code system. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this code system.", + "isSummary": false + }, + { + "path": "CodeSystem.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the code system and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "CodeSystem.copyright", + "comment": "... Sometimes, the copyright differs between the code system and the codes that are included. The copyright statement should clearly differentiate between these when required.", + "isSummary": false + }, + { + "path": "CodeSystem.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "CodeSystem.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the CodeSystem was approved by publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CodeSystem.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "CodeSystem.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the CodeSystem was last reviewed by the publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CodeSystem.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "CodeSystem.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the CodeSystem are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the CodeSystem content was or is planned to be in active use.", + "isModifier": false, + "short": "When the CodeSystem is expected to be used", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CodeSystem.effectivePeriod", + "comment": "The effective period for a CodeSystem determines when the content is applicable for usage and is independent of publication and review dates. For example, a system intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CodeSystem.topic", + "requirements": "Repositories must be able to determine how to categorize the CodeSystem so that it can be found by topical and keyword searches.", + "min": 0, + "definition": "Descriptions related to the content of the CodeSystem. Topics provide a high-level categorization as well as keywords for the CodeSystem that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ] + }, + "max": "*", + "id": "CodeSystem.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "CodeSystem.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the CodeSystem.", + "isModifier": false, + "short": "Who authored the CodeSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.author", + "isSummary": false + }, + { + "path": "CodeSystem.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the CodeSystem.", + "isModifier": false, + "short": "Who edited the CodeSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.editor", + "isSummary": false + }, + { + "path": "CodeSystem.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the CodeSystem.", + "isModifier": false, + "short": "Who reviewed the CodeSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "CodeSystem.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the CodeSystem for use in some setting.", + "isModifier": false, + "short": "Who endorsed the CodeSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "CodeSystem.relatedArtifact", + "requirements": "A CodeSystem must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CodeSystem.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "CodeSystem.caseSensitive", + "min": 0, + "definition": "If code comparison is case sensitive when codes within this system are compared to each other.", + "isModifier": false, + "short": "If code comparison is case sensitive", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.caseSensitive", + "comment": "If this value is missing, then it is not specified whether a code system is case sensitive or not. When the rule is not known, Postel's law should be followed: produce codes with the correct case, and accept codes in any case. This element is primarily provided to support validation software.", + "isSummary": true + }, + { + "path": "CodeSystem.valueSet", + "min": 0, + "definition": "Canonical reference to the value set that contains all codes in the code system independent of code status.", + "isModifier": false, + "short": "Canonical reference to the value set with entire code system", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.valueSet", + "comment": "The definition of the value set SHALL include all codes from this code system, independent of concept status, and only codes from this code system. It SHALL be immutable, and operations SHOULD support validation of any allowed code compositions.", + "isSummary": true + }, + { + "path": "CodeSystem.hierarchyMeaning", + "min": 0, + "definition": "The meaning of the hierarchy of concepts as represented in this resource.", + "isModifier": false, + "short": "grouped-by | is-a | part-of | classified-with", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSystemHierarchyMeaning" + } + ], + "description": "The meaning of the hierarchy of concepts in a code system." + }, + "max": "1", + "id": "CodeSystem.hierarchyMeaning", + "condition": ["csd-2", "csd-3"], + "comment": "Note that other representations might have a different hierarchy or none at all, and represent the information using properties.", + "isSummary": true + }, + { + "path": "CodeSystem.compositional", + "min": 0, + "definition": "The code system defines a compositional (post-coordination) grammar.", + "isModifier": false, + "short": "If code system defines a compositional grammar", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "alias": ["grammar"], + "max": "1", + "id": "CodeSystem.compositional", + "comment": "Note that the code system resource does not define what the compositional grammar is, only whether or not there is one.", + "isSummary": true + }, + { + "path": "CodeSystem.versionNeeded", + "min": 0, + "definition": "This flag is used to signify that the code system does not commit to concept permanence across versions. If true, a version must be specified when referencing this code system.", + "isModifier": false, + "short": "If definitions are not stable", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.versionNeeded", + "comment": "Best practice is that code systems do not redefine concepts, or that if concepts are redefined, a new code system definition is created. But this is not always possible, so some code systems may be defined as 'versionNeeded'.\n\nMost code systems occasionally refine the displays defined for concepts between versions. Contexts in which the concept display values are validated may require that the version be specified for some code systems irrespective of the value of this property.", + "isSummary": true + }, + { + "path": "CodeSystem.content", + "min": 1, + "definition": "The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.", + "isModifier": false, + "short": "not-present | example | fragment | complete | supplement", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/codesystem-content-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CodeSystemContentMode" + } + ], + "description": "The extent of the content of the code system (the concepts and codes it defines) are represented in a code system resource." + }, + "max": "1", + "id": "CodeSystem.content", + "condition": ["csd-4"], + "isSummary": true + }, + { + "path": "CodeSystem.supplements", + "min": 0, + "definition": "The canonical URL of the code system that this code system supplement is adding designations and properties to.", + "isModifier": false, + "short": "Canonical URL of Code System this adds designations and properties to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CodeSystem.supplements", + "condition": ["csd-4"], + "comment": "The most common use of a code system supplement is to add additional language support.", + "isSummary": true + }, + { + "path": "CodeSystem.count", + "min": 0, + "definition": "The total number of concepts defined by the code system. Where the code system has a compositional grammar, the basis of this count is defined by the system steward.", + "isModifier": false, + "short": "Total concepts in the code system", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.count", + "comment": "The count of concepts defined in this resource cannot be more than this value but may be less for several reasons - see the content element.", + "isSummary": true + }, + { + "path": "CodeSystem.filter", + "min": 0, + "definition": "A filter that can be used in a value set compose statement when selecting concepts using a filter.", + "isModifier": false, + "short": "Filter that can be used in a value set", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CodeSystem.filter", + "comment": "Note that filters defined in code systems usually require custom code on the part of any terminology engine that will make them available for use in value set filters. For this reason, they are generally only seen in high value published terminologies.", + "isSummary": true + }, + { + "path": "CodeSystem.filter.code", + "min": 1, + "definition": "The code that identifies this filter when it is used as a filter in [ValueSet](valueset.html#).compose.include.filter.", + "isModifier": false, + "short": "Code that identifies the filter", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.filter.code", + "isSummary": true + }, + { + "path": "CodeSystem.filter.description", + "min": 0, + "definition": "A description of how or why the filter is used.", + "isModifier": false, + "short": "How or why the filter is used", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.filter.description", + "isSummary": true + }, + { + "path": "CodeSystem.filter.operator", + "min": 1, + "definition": "A list of operators that can be used with the filter.", + "isModifier": false, + "short": "= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FilterOperator" + } + ], + "description": "The kind of operation to perform as a part of a property based filter." + }, + "max": "*", + "id": "CodeSystem.filter.operator", + "isSummary": true + }, + { + "path": "CodeSystem.filter.value", + "min": 1, + "definition": "A description of what the value for the filter should be.", + "isModifier": false, + "short": "What to use for the value", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.filter.value", + "isSummary": true + }, + { + "path": "CodeSystem.property", + "min": 0, + "definition": "A property defines an additional slot through which additional information can be provided about a concept.", + "isModifier": false, + "short": "Additional information supplied about each concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Property" + } + ], + "max": "*", + "id": "CodeSystem.property", + "comment": "Multiple occurrences of CodeSystem.concept.property may occur for a CodeSystem.property where CodeSystem.concept.property.code is the same and CodeSystem.concept.property.value differs. For example: multiple designations for a single concept.", + "isSummary": true + }, + { + "path": "CodeSystem.property.code", + "min": 1, + "definition": "A code that is used to identify the property. The code is used internally (in CodeSystem.concept.property.code) and also externally, such as in property filters.", + "isModifier": false, + "short": "Identifies the property on the concepts, and when referred to in operations", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.property.code", + "isSummary": true + }, + { + "path": "CodeSystem.property.uri", + "min": 0, + "definition": "Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system.", + "isModifier": false, + "short": "Formal identifier for the property", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.property.uri", + "isSummary": true + }, + { + "path": "CodeSystem.property.description", + "min": 0, + "definition": "A description of the property- why it is defined, and how its value might be used.", + "isModifier": false, + "short": "Why the property is defined, and/or what it conveys", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.property.description", + "isSummary": true + }, + { + "path": "CodeSystem.property.type", + "min": 1, + "definition": "The type of the property value. Properties of type \"code\" contain a code defined by the code system (e.g. a reference to another defined concept).", + "isModifier": false, + "short": "code | Coding | string | integer | boolean | dateTime | decimal", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/concept-property-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PropertyType" + } + ], + "description": "The type of a property value." + }, + "max": "1", + "id": "CodeSystem.property.type", + "isSummary": true + }, + { + "path": "CodeSystem.concept", + "min": 0, + "definition": "Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meanings of the hierarchical relationships are.", + "isModifier": false, + "short": "Concepts in the code system", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptDefinition" + } + ], + "max": "*", + "id": "CodeSystem.concept", + "condition": ["csd-1"], + "comment": "If this is empty, it means that the code system resource does not represent the content of the code system.", + "isSummary": false + }, + { + "path": "CodeSystem.concept.code", + "min": 1, + "definition": "A code - a text symbol - that uniquely identifies the concept within the code system.", + "isModifier": false, + "short": "Code that identifies concept", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.concept.code", + "condition": ["csd-1"], + "isSummary": false + }, + { + "path": "CodeSystem.concept.display", + "min": 0, + "definition": "A human readable string that is the recommended default way to present this concept to a user.", + "isModifier": false, + "short": "Text to display to the user", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.concept.display", + "isSummary": false + }, + { + "path": "CodeSystem.concept.definition", + "min": 0, + "definition": "The formal definition of the concept. The code system resource does not make formal definitions required, because of the prevalence of legacy systems. However, they are highly recommended, as without them there is no formal meaning associated with the concept.", + "isModifier": false, + "short": "Formal definition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.concept.definition", + "isSummary": false + }, + { + "constraint": [ + { + "key": "csd-5", + "human": "Must have a value for concept.designation.use if concept.designation.additionalUse is present", + "source": "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "severity": "error", + "expression": "additionalUse.exists() implies use.exists()" + } + ], + "path": "CodeSystem.concept.designation", + "requirements": "Many concept definition systems support multiple representations, in multiple languages, and for multiple purposes.", + "min": 0, + "definition": "Additional representations for the concept - other languages, aliases, specialized purposes, used for particular purposes, etc.", + "isModifier": false, + "short": "Additional representations for the concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CodeSystem.concept.designation", + "comment": "Concepts have both a ```display``` and an array of ```designation```. The display is equivalent to a special designation with an implied ```designation.use``` of \"primary code\" and a language equal to the [Resource Language](resource.html#language).", + "isSummary": false + }, + { + "path": "CodeSystem.concept.designation.language", + "min": 0, + "definition": "The language this designation is defined for.", + "isModifier": false, + "short": "Human language of the designation", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "CodeSystem.concept.designation.language", + "comment": "In the absence of a language, the resource language applies.", + "isSummary": false + }, + { + "path": "CodeSystem.concept.designation.use", + "min": 0, + "definition": "A code that details how this designation would be used.", + "isModifier": false, + "short": "Details how this designation would be used", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "1", + "id": "CodeSystem.concept.designation.use", + "condition": ["csd-5"], + "comment": "If no use is provided, the designation can be assumed to be suitable for general display to a human user.", + "isSummary": false + }, + { + "path": "CodeSystem.concept.designation.additionalUse", + "min": 0, + "definition": "Additional codes that detail how this designation would be used, if there is more than one use.", + "isModifier": false, + "short": "Additional ways how this designation would be used", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "*", + "id": "CodeSystem.concept.designation.additionalUse", + "condition": ["csd-5"], + "comment": "This was added rather than increasing the cardinality of .use to 0..* in order to maintain backward compatibility.", + "isSummary": false + }, + { + "path": "CodeSystem.concept.designation.value", + "min": 1, + "definition": "The text value for this designation.", + "isModifier": false, + "short": "The text value for this designation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.concept.designation.value", + "isSummary": false + }, + { + "path": "CodeSystem.concept.property", + "min": 0, + "definition": "A property value for this concept.", + "isModifier": false, + "short": "Property value for the concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptProperty" + } + ], + "max": "*", + "id": "CodeSystem.concept.property", + "isSummary": false + }, + { + "path": "CodeSystem.concept.property.code", + "min": 1, + "definition": "A code that is a reference to CodeSystem.property.code.", + "isModifier": false, + "short": "Reference to CodeSystem.property.code", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeSystem.concept.property.code", + "condition": ["csd-3"], + "isSummary": false + }, + { + "path": "CodeSystem.concept.property.value[x]", + "min": 1, + "definition": "The value of this property.", + "isModifier": false, + "short": "Value of the property for this concept", + "type": [ + { "code": "code" }, + { "code": "Coding" }, + { "code": "string" }, + { "code": "integer" }, + { "code": "boolean" }, + { "code": "dateTime" }, + { "code": "decimal" } + ], + "mustSupport": false, + "max": "1", + "id": "CodeSystem.concept.property.value[x]", + "isSummary": false + }, + { + "path": "CodeSystem.concept.concept", + "min": 0, + "definition": "Defines children of a concept to produce a hierarchy of concepts. The nature of the relationships is variable (is-a/contains/categorizes) - see hierarchyMeaning.", + "isModifier": false, + "short": "Child Concepts (is-a/contains/categorizes)", + "contentReference": "#CodeSystem.concept", + "mustSupport": false, + "max": "*", + "id": "CodeSystem.concept.concept", + "condition": ["csd-1", "csd-2"], + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Condition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Condition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Condition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Condition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Condition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Condition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "con-2", + "human": "If category is problems list item, the clinicalStatus should not be unknown", + "source": "http://hl7.org/fhir/StructureDefinition/Condition", + "severity": "warning", + "expression": "category.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-category' and code='problem-list-item').exists() implies clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and code='unknown').exists().not()" + }, + { + "key": "con-3", + "human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission.", + "source": "http://hl7.org/fhir/StructureDefinition/Condition", + "severity": "error", + "expression": "abatement.exists() implies (clinicalStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-clinical' and (code='inactive' or code='resolved' or code='remission')).exists())" + } + ], + "path": "Condition", + "min": 0, + "definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.", + "isModifier": false, + "short": "Detailed information about conditions, problems or diagnoses", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "< 243796009 |Situation with explicit context| : 246090004 |Associated finding| = ( ( < 404684003 |Clinical finding| MINUS ( << 420134006 |Propensity to adverse reactions| OR << 473010000 |Hypersensitivity condition| OR << 79899007 |Drug interaction| OR << 69449002 |Drug action| OR << 441742003 |Evaluation finding| OR << 307824009 |Administrative status| OR << 385356007 |Tumor stage finding|)) OR < 272379006 |Event|)", + "identity": "sct-concept" + }, + { "map": "PPR message", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value)", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Transport.restriction.period", + "comment": "Note that period.high is the due date representing the time by which the transport should be completed.", + "isSummary": false + }, + { + "path": "Transport.restriction.recipient", + "min": 0, + "definition": "For requests that are targeted to more than one potential recipient/target, to identify who is fulfillment is sought for.", + "isModifier": false, + "short": "For whom is fulfillment sought?", + "mapping": [ + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Transport.restriction.recipient", + "isSummary": false + }, + { + "path": "Transport.input", + "requirements": "Resources and data used to perform the transport. This data is used in the business logic of transport execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Additional information that may be needed in the execution of the transport.", + "isModifier": false, + "short": "Information used to perform transport", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Parameter" + } + ], + "alias": ["Supporting Information"], + "max": "*", + "id": "Transport.input", + "isSummary": false + }, + { + "path": "Transport.input.type", + "requirements": "Inputs are named to enable transport automation to bind data and pass it from one transport to the next.", + "min": 1, + "definition": "A code or description indicating how the input is intended to be used as part of the transport execution.", + "isModifier": false, + "short": "Label for the input", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TransportInputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Comparison source\", \"Applicable consent\", \"Concomitent Medications\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Transport.input.type", + "comment": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input.", + "isSummary": false + }, + { + "path": "Transport.input.value[x]", + "min": 1, + "definition": "The value of the input parameter as a basic type.", + "isModifier": false, + "short": "Content to use in performing the transport", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "mustSupport": false, + "max": "1", + "id": "Transport.input.value[x]", + "isSummary": false + }, + { + "path": "Transport.output", + "requirements": "Resources and data produced during the execution the transport. This data is generated by the business logic of transport execution, and is stored separately because it varies between workflows.", + "min": 0, + "definition": "Outputs produced by the Transport.", + "isModifier": false, + "short": "Information produced as part of transport", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Transport.output", + "isSummary": false + }, + { + "path": "Transport.output.type", + "requirements": "Outputs are named to enable transport automation to bind data and pass it from one transport to the next.", + "min": 1, + "definition": "The name of the Output parameter.", + "isModifier": false, + "short": "Label for output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TransportOutputParameterType" + } + ], + "description": "Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. \"Identified issues\", \"Preliminary results\", \"Filler order\", \"Final results\", etc." + }, + "alias": ["Name"], + "max": "1", + "id": "Transport.output.type", + "isSummary": false + }, + { + "path": "Transport.output.value[x]", + "requirements": "Transport outputs can take any form.", + "min": 1, + "definition": "The value of the Output parameter as a basic type.", + "isModifier": false, + "short": "Result of output", + "mapping": [{ "map": "???", "identity": "rim" }], + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "mustSupport": false, + "max": "1", + "id": "Transport.output.value[x]", + "isSummary": false + }, + { + "path": "Transport.requestedLocation", + "min": 1, + "definition": "The desired or final location for the transport.", + "isModifier": false, + "short": "The desired location", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Transport.requestedLocation", + "isSummary": true + }, + { + "path": "Transport.currentLocation", + "min": 1, + "definition": "The current location for the entity to be transported.", + "isModifier": false, + "short": "The entity current location", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Transport.currentLocation", + "isSummary": true + }, + { + "path": "Transport.reason", + "min": 0, + "definition": "A resource reference indicating why this transport needs to be performed.", + "isModifier": false, + "short": "Why transport is needed", + "mapping": [ + { + "map": "Request.reason, Event.reason", + "identity": "workflow" + }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TransportReason" + } + ], + "description": "Indicates why the transport is needed. E.g. Suspended because patient admitted to hospital." + }, + "max": "1", + "id": "Transport.reason", + "comment": "Transports might be justified based on an Observation, a Condition, a past or planned procedure, etc. This should only be included if there is no focus or if it differs from the reason indicated on the focus. Use the CodeableConcept text element in `Transport.reasonCode` if the data is free (uncoded) text.", + "isSummary": false + }, + { + "path": "Transport.history", + "min": 0, + "definition": "The transport event prior to this one.", + "isModifier": false, + "short": "Parent (or preceding) transport", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Transport" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Transport.history", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "xhtml Type definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/xhtml/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "xhtml", + "abstract": false, + "type": "xhtml", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-size" + } + ], + "status": "active", + "id": "xhtml", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/xhtml", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/xhtml", + "differential": { + "element": [ + { + "id": "xhtml", + "max": "*", + "min": 0, + "path": "xhtml", + "short": "Primitive Type xhtml", + "definition": "XHTML" + }, + { + "id": "xhtml.extension", + "max": "0", + "path": "xhtml.extension" + }, + { + "id": "xhtml.value", + "max": "1", + "min": 1, + "path": "xhtml.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ] + } + ], + "short": "Actual xhtml", + "definition": "Actual xhtml", + "representation": ["xhtml"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element" + }, + { + "description": "boolean Type: Value of \"true\" or \"false\"", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/boolean/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "boolean", + "abstract": false, + "type": "boolean", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "boolean", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/boolean", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/boolean", + "differential": { + "element": [ + { + "id": "boolean", + "max": "*", + "min": 0, + "path": "boolean", + "short": "Primitive Type boolean", + "definition": "Value of \"true\" or \"false\"" + }, + { + "id": "boolean.value", + "max": "1", + "min": 0, + "path": "boolean.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Boolean", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "boolean" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "true|false" + } + ] + } + ], + "short": "Primitive value for boolean", + "definition": "Primitive value for boolean", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "Document Section Library (For testing section templates)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/example-section-library/5.0.0", + "date": "2018-11-05T17:57:00+11:00", + "derivation": "constraint", + "fhirVersion": null, + "name": "DocumentSectionLibrary", + "abstract": true, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Document Section Library (For testing section templates)", + "status": "active", + "id": "example-section-library", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/example-section-library", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1041", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/example-section-library", + "differential": { + "element": [ + { "id": "Composition", "path": "Composition" }, + { + "id": "Composition.section", + "path": "Composition.section", + "slicing": { + "rules": "closed", + "ordered": true, + "description": "Slice by .section.code when using this library of sections", + "discriminator": [{ "path": "code", "type": "pattern" }] + } + }, + { + "id": "Composition.section:procedure", + "path": "Composition.section", + "sliceName": "procedure" + }, + { + "id": "Composition.section:procedure.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Procedures Performed" + }, + { + "id": "Composition.section:procedure.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "29554-3", + "system": "http://loinc.org", + "display": "Procedure Narrative" + } + ] + } + }, + { + "id": "Composition.section:medications", + "path": "Composition.section", + "sliceName": "medications" + }, + { + "id": "Composition.section:medications.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Medications Administered" + }, + { + "id": "Composition.section:medications.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "29549-3", + "system": "http://loinc.org", + "display": "Medication administered Narrative" + } + ] + } + }, + { + "id": "Composition.section:plan", + "path": "Composition.section", + "sliceName": "plan" + }, + { + "id": "Composition.section:plan.title", + "min": 1, + "path": "Composition.section.title", + "fixedString": "Discharge Treatment Plan" + }, + { + "id": "Composition.section:plan.code", + "min": 1, + "path": "Composition.section.code", + "patternCodeableConcept": { + "coding": [ + { + "code": "18776-5", + "system": "http://loinc.org", + "display": "Plan of treatment (narrative)" + } + ] + } + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "A set of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\".", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RequestOrchestration/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RequestOrchestration", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RequestOrchestration", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "RequestOrchestration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RequestOrchestration", + "differential": { + "element": [ + { + "path": "RequestOrchestration", + "min": 0, + "definition": "A set of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\".", + "isModifier": false, + "short": "A set of related requests", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration" + }, + { + "path": "RequestOrchestration.identifier", + "requirements": "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Allows a service to provide a unique, business identifier for the request.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.identifier", + "isSummary": true + }, + { + "path": "RequestOrchestration.instantiatesCanonical", + "min": 0, + "definition": "A canonical URL referencing a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + } + ], + "type": [{ "code": "canonical" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.instantiatesCanonical", + "isSummary": true + }, + { + "path": "RequestOrchestration.instantiatesUri", + "min": 0, + "definition": "A URL referencing an externally defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.instantiatesUri", + "isSummary": true + }, + { + "path": "RequestOrchestration.basedOn", + "requirements": "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this request.", + "isModifier": false, + "short": "Fulfills plan, proposal, or order", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "RequestOrchestration.basedOn", + "isSummary": false + }, + { + "path": "RequestOrchestration.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests.", + "min": 0, + "definition": "Completed or terminated request(s) whose function is taken by this new request.", + "isModifier": false, + "short": "Request(s) replaced by this request", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "RequestOrchestration.replaces", + "comment": "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing.", + "isSummary": false + }, + { + "path": "RequestOrchestration.groupIdentifier", + "requirements": "Some business processes need to know if multiple items were ordered as part of the same \"prescription\" or \"requisition\" for billing or other purposes.", + "min": 0, + "definition": "A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.", + "isModifier": false, + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["grouperid", "requisition"], + "max": "1", + "id": "RequestOrchestration.groupIdentifier", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "RequestOrchestration.status", + "min": 1, + "definition": "The current state of the request. For request orchestrations, the status reflects the status of all the requests in the orchestration.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a request." + }, + "max": "1", + "id": "RequestOrchestration.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "RequestOrchestration.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a request." + }, + "alias": ["category"], + "max": "1", + "id": "RequestOrchestration.intent", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "RequestOrchestration.priority", + "min": 0, + "definition": "Indicates how quickly the request should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this request should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "RequestOrchestration.priority", + "isSummary": true + }, + { + "path": "RequestOrchestration.code", + "min": 0, + "definition": "A code that identifies what the overall request orchestration is.", + "isModifier": false, + "short": "What's being requested/ordered", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestCode" + } + ] + }, + "max": "1", + "id": "RequestOrchestration.code", + "comment": "This element can be used to provide a code that captures the meaning of the request orchestration as a whole, as opposed to the code of the action element, which captures the meaning of the individual actions within the request orchestration.", + "isSummary": true + }, + { + "path": "RequestOrchestration.subject", + "min": 0, + "definition": "The subject for which the request orchestration was created.", + "isModifier": false, + "short": "Who the request orchestration is about", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.subject", + "isSummary": false + }, + { + "path": "RequestOrchestration.encounter", + "min": 0, + "definition": "Describes the context of the request orchestration, if any.", + "isModifier": false, + "short": "Created as part of", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.encounter", + "isSummary": false + }, + { + "path": "RequestOrchestration.authoredOn", + "min": 0, + "definition": "Indicates when the request orchestration was created.", + "isModifier": false, + "short": "When the request orchestration was authored", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.authoredOn", + "isSummary": false + }, + { + "path": "RequestOrchestration.author", + "min": 0, + "definition": "Provides a reference to the author of the request orchestration.", + "isModifier": false, + "short": "Device or practitioner that authored the request orchestration", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.author", + "isSummary": false + }, + { + "path": "RequestOrchestration.reason", + "min": 0, + "definition": "Describes the reason for the request orchestration in coded or textual form.", + "isModifier": false, + "short": "Why the request orchestration is needed", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionReasonCode" + } + ] + }, + "max": "*", + "id": "RequestOrchestration.reason", + "isSummary": false + }, + { + "path": "RequestOrchestration.goal", + "min": 0, + "definition": "Goals that are intended to be achieved by following the requests in this RequestOrchestration.", + "isModifier": false, + "short": "What goals", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.goal", + "isSummary": false + }, + { + "path": "RequestOrchestration.note", + "min": 0, + "definition": "Provides a mechanism to communicate additional information about the response.", + "isModifier": false, + "short": "Additional notes about the response", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.note", + "isSummary": false + }, + { + "constraint": [ + { + "key": "rqg-1", + "human": "Must have resource or action but not both", + "source": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "severity": "error", + "expression": "resource.exists() != action.exists()" + } + ], + "path": "RequestOrchestration.action", + "min": 0, + "definition": "The actions, if any, produced by the evaluation of the artifact.", + "isModifier": false, + "short": "Proposed actions, if any", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.linkId", + "min": 0, + "definition": "The linkId of the action from the PlanDefinition that corresponds to this action in the RequestOrchestration resource.", + "isModifier": false, + "short": "Pointer to specific item from the PlanDefinition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.linkId", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.prefix", + "min": 0, + "definition": "A user-visible prefix for the action. For example a section or item numbering such as 1. or A.", + "isModifier": false, + "short": "User-visible prefix for the action (e.g. 1. or A.)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.prefix", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.title", + "min": 0, + "definition": "The title of the action displayed to a user.", + "isModifier": false, + "short": "User-visible title", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.title", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.description", + "min": 0, + "definition": "A short description of the action used to provide a summary to display to the user.", + "isModifier": false, + "short": "Short description of the action", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.description", + "isSummary": true + }, + { + "path": "RequestOrchestration.action.textEquivalent", + "min": 0, + "definition": "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically.", + "isModifier": false, + "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.textEquivalent", + "isSummary": true + }, + { + "path": "RequestOrchestration.action.priority", + "min": 0, + "definition": "Indicates how quickly the action should be addressed with respect to other actions.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "RequestOrchestration.action.priority", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.code", + "min": 0, + "definition": "A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template.", + "isModifier": false, + "short": "Code representing the meaning of the action or sub-actions", + "mapping": [ + { "map": "Request.code", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCode" + } + ] + }, + "max": "*", + "id": "RequestOrchestration.action.code", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.documentation", + "min": 0, + "definition": "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources.", + "isModifier": false, + "short": "Supporting documentation for the intended performer of the action", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.documentation", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.goal", + "min": 0, + "definition": "Goals that are intended to be achieved by following the requests in this action.", + "isModifier": false, + "short": "What goals", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Goal" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.goal", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.condition", + "min": 0, + "definition": "An expression that describes applicability criteria, or start/stop conditions for the action.", + "isModifier": false, + "short": "Whether or not the action is applicable", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.condition", + "comment": "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all of the conditions are true.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.condition.kind", + "min": 1, + "definition": "The kind of condition.", + "isModifier": false, + "short": "applicability | start | stop", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionConditionKind" + } + ], + "description": "The kind of condition for the action." + }, + "max": "1", + "id": "RequestOrchestration.action.condition.kind", + "comment": "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.condition.expression", + "min": 0, + "definition": "An expression that returns true or false, indicating whether or not the condition is satisfied.", + "isModifier": false, + "short": "Boolean-valued expression", + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.condition.expression", + "comment": "The expression may be inlined, or may be a reference to a named expression within a logic library referenced by the library element.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "pld-0", + "human": "Input data elements must have a requirement or a relatedData, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + ], + "path": "RequestOrchestration.action.input", + "min": 0, + "definition": "Defines input data requirements for the action.", + "isModifier": false, + "short": "Input data requirements", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.input", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.input.title", + "min": 0, + "definition": "A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers.", + "isModifier": false, + "short": "User-visible title", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.input.title", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.input.requirement", + "min": 0, + "definition": "Defines the data that is to be provided as input to the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.input.requirement", + "condition": ["pld-0"], + "isSummary": false + }, + { + "path": "RequestOrchestration.action.input.relatedData", + "min": 0, + "definition": "Points to an existing input or output element that provides data to this input.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.input.relatedData", + "condition": ["pld-0"], + "comment": "The relatedData element allows indicating that an input to a parent action is an input to specific child actions. It also allows the output of one action to be identified as the input to a different action", + "isSummary": false + }, + { + "constraint": [ + { + "key": "pld-1", + "human": "Output data element must have a requirement or a relatedData, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + ], + "path": "RequestOrchestration.action.output", + "min": 0, + "definition": "Defines the outputs of the action, if any.", + "isModifier": false, + "short": "Output data definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.output", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.output.title", + "min": 0, + "definition": "A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers.", + "isModifier": false, + "short": "User-visible title", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.output.title", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.output.requirement", + "min": 0, + "definition": "Defines the data that results as output from the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.output.requirement", + "condition": ["pld-1"], + "isSummary": false + }, + { + "path": "RequestOrchestration.action.output.relatedData", + "min": 0, + "definition": "Points to an existing input or output element that is results as output from the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.output.relatedData", + "condition": ["pld-1"], + "comment": "The relatedData element allows indicating that the output of child action is also the output of a parent action. It also allows the input of one action to be identified as the output of a different action", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.relatedAction", + "min": 0, + "definition": "A relationship to another action such as \"before\" or \"30-60 minutes after start of\".", + "isModifier": false, + "short": "Relationship to another action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.relatedAction", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.relatedAction.targetId", + "min": 1, + "definition": "The element id of the target related action.", + "isModifier": false, + "short": "What action this is related to", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.relatedAction.targetId", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.relatedAction.relationship", + "min": 1, + "definition": "The relationship of this action to the related action.", + "isModifier": false, + "short": "before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "max": "1", + "id": "RequestOrchestration.action.relatedAction.relationship", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.relatedAction.endRelationship", + "min": 0, + "definition": "The relationship of the end of this action to the related action.", + "isModifier": false, + "short": "before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "max": "1", + "id": "RequestOrchestration.action.relatedAction.endRelationship", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.relatedAction.offset[x]", + "min": 0, + "definition": "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before.", + "isModifier": false, + "short": "Time offset for the relationship", + "type": [{ "code": "Duration" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.relatedAction.offset[x]", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.timing[x]", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "definition": "An optional value describing when the action should be performed.", + "isModifier": false, + "short": "When the action should take place", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Age" }, + { "code": "Period" }, + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.timing[x]", + "comment": "The intent of the timing element is to provide timing for when the action should be performed. The timing may be absolute (specified as a dateTime or Period) or relative (specified as an Age, Duration, or Range), or it may be a more complex, potentially repeating timing specified using Timing.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.location", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc.", + "isModifier": false, + "short": "Where it should happen", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "alias": ["facility"], + "max": "1", + "id": "RequestOrchestration.action.location", + "comment": "May reference a specific clinical location or may just identify a type of location.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant", + "min": 0, + "definition": "The participant that should perform or be responsible for this action.", + "isModifier": false, + "short": "Who should perform the action", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.participant", + "comment": "Because request orchestrations represent potential options for performing activities, some specific participants may still be unknown, so this element allows for both definitional participants (in the same way they are specified in ActivityDefinition and PlanDefinition resources) as well as identifying specific participants when they are known.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.type", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantType" + } + ], + "description": "The type of participant in the activity." + }, + "max": "1", + "id": "RequestOrchestration.action.participant.type", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.typeCanonical", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.participant.typeCanonical", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.typeReference", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.participant.typeReference", + "comment": "When this element is a reference, it SHOULD be a reference to a definitional resource (for example, a location type, rather than a specific location).", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.role", + "min": 0, + "definition": "The role the participant should play in performing the described action.", + "isModifier": false, + "short": "E.g. Nurse, Surgeon, Parent, etc", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantRole" + } + ], + "description": "Defines roles played by participants for the action." + }, + "max": "1", + "id": "RequestOrchestration.action.participant.role", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.function", + "min": 0, + "definition": "Indicates how the actor will be involved in the action - author, reviewer, witness, etc.", + "isModifier": false, + "short": "E.g. Author, Reviewer, Witness, etc", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantFunction" + } + ] + }, + "max": "1", + "id": "RequestOrchestration.action.participant.function", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.participant.actor[x]", + "min": 0, + "definition": "A reference to the actual participant.", + "isModifier": false, + "short": "Who/what is participating?", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.participant.actor[x]", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.type", + "min": 0, + "definition": "The type of action to perform (create, update, remove).", + "isModifier": false, + "short": "create | update | remove | fire-event", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionType" + } + ], + "description": "The type of action to be performed." + }, + "max": "1", + "id": "RequestOrchestration.action.type", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.groupingBehavior", + "min": 0, + "definition": "Defines the grouping behavior for the action and its children.", + "isModifier": false, + "short": "visual-group | logical-group | sentence-group", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionGroupingBehavior" + } + ], + "description": "Defines organization behavior of a group." + }, + "max": "1", + "id": "RequestOrchestration.action.groupingBehavior", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.selectionBehavior", + "min": 0, + "definition": "Defines the selection behavior for the action and its children.", + "isModifier": false, + "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionSelectionBehavior" + } + ], + "description": "Defines selection behavior of a group." + }, + "max": "1", + "id": "RequestOrchestration.action.selectionBehavior", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.requiredBehavior", + "min": 0, + "definition": "Defines expectations around whether an action is required.", + "isModifier": false, + "short": "must | could | must-unless-documented", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRequiredBehavior" + } + ], + "description": "Defines expectations around whether an action or action group is required." + }, + "max": "1", + "id": "RequestOrchestration.action.requiredBehavior", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.precheckBehavior", + "min": 0, + "definition": "Defines whether the action should usually be preselected.", + "isModifier": false, + "short": "yes | no", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionPrecheckBehavior" + } + ], + "description": "Defines selection frequency behavior for an action or group." + }, + "max": "1", + "id": "RequestOrchestration.action.precheckBehavior", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.cardinalityBehavior", + "min": 0, + "definition": "Defines whether the action can be selected multiple times.", + "isModifier": false, + "short": "single | multiple", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCardinalityBehavior" + } + ], + "description": "Defines behavior for an action or a group for how many times that item may be repeated." + }, + "max": "1", + "id": "RequestOrchestration.action.cardinalityBehavior", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.resource", + "min": 0, + "definition": "The resource that is the target of the action (e.g. CommunicationRequest).", + "isModifier": false, + "short": "The target of the action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.resource", + "condition": ["rqg-1"], + "comment": "The target resource SHALL be a [Request](request.html) resource with a Request.intent set to \"option\".", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.definition[x]", + "min": 0, + "definition": "A reference to an ActivityDefinition that describes the action to be taken in detail, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, a SpecimenDefinition describing a specimen to be collected, or an ObservationDefinition that specifies what observation should be captured.", + "isModifier": false, + "short": "Description of the activity to be performed", + "mapping": [ + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + }, + { "code": "uri" } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.definition[x]", + "comment": "Note that the definition is optional, and if no definition is specified, a dynamicValue with a root ($this) path can be used to define the entire resource dynamically.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.transform", + "min": 0, + "definition": "A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.", + "isModifier": false, + "short": "Transform to apply the template", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.transform", + "comment": "Note that when a referenced ActivityDefinition also defines a transform, the transform specified here generally takes precedence. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.dynamicValue", + "min": 0, + "definition": "Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.", + "isModifier": false, + "short": "Dynamic aspects of the definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.dynamicValue", + "comment": "Dynamic values are applied in the order in which they are defined in the RequestOrchestration resource. Note that when dynamic values are also specified by a referenced ActivityDefinition, the dynamicValues from the ActivityDefinition are applied first, followed by the dynamicValues specified here. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.dynamicValue.path", + "min": 0, + "definition": "The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).", + "isModifier": false, + "short": "The path to the element to be set dynamically", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.dynamicValue.path", + "comment": "To specify the path to the current action being realized, the %action environment variable is available in this path. For example, to specify the description element of the target action, the path would be %action.description. The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.dynamicValue.expression", + "min": 0, + "definition": "An expression specifying the value of the customized element.", + "isModifier": false, + "short": "An expression that provides the dynamic value for the customization", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "RequestOrchestration.action.dynamicValue.expression", + "comment": "The expression may be inlined or may be a reference to a named expression within a logic library referenced by the library element.", + "isSummary": false + }, + { + "path": "RequestOrchestration.action.action", + "min": 0, + "definition": "Sub actions.", + "isModifier": false, + "short": "Sub action", + "contentReference": "#RequestOrchestration.action", + "mustSupport": false, + "max": "*", + "id": "RequestOrchestration.action.action", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource is used to pass information into and back from an operation (whether invoked directly from REST or within a messaging environment). It is not persisted or allowed to be referenced by other resources except as described in the definition of the Parameters resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Parameters/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Parameters", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Parameters", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Parameters", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Parameters", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Parameters", + "differential": { + "element": [ + { + "path": "Parameters", + "min": 0, + "definition": "This resource is used to pass information into and back from an operation (whether invoked directly from REST or within a messaging environment). It is not persisted or allowed to be referenced by other resources.", + "isModifier": false, + "short": "Operation Request or Response", + "mapping": [ + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Parameters", + "comment": "The parameters that may be used are defined by the OperationDefinition resource." + }, + { + "constraint": [ + { + "key": "inv-1", + "human": "A parameter must have one and only one of (value, resource, part)", + "source": "http://hl7.org/fhir/StructureDefinition/Parameters", + "severity": "error", + "expression": "(part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists()))" + } + ], + "path": "Parameters.parameter", + "min": 0, + "definition": "A parameter passed to or received from the operation.", + "isModifier": false, + "short": "Operation Parameter", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Parameters.parameter", + "isSummary": true + }, + { + "path": "Parameters.parameter.name", + "min": 1, + "definition": "The name of the parameter (reference to the operation definition).", + "isModifier": false, + "short": "Name from the definition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Parameters.parameter.name", + "isSummary": true + }, + { + "path": "Parameters.parameter.value[x]", + "min": 0, + "definition": "Conveys the content if the parameter is a data type.", + "isModifier": false, + "short": "If parameter is a data type", + "type": [ + { "code": "base64Binary" }, + { "code": "boolean" }, + { "code": "canonical" }, + { "code": "code" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "decimal" }, + { "code": "id" }, + { "code": "instant" }, + { "code": "integer" }, + { "code": "integer64" }, + { "code": "markdown" }, + { "code": "oid" }, + { "code": "positiveInt" }, + { "code": "string" }, + { "code": "time" }, + { "code": "unsignedInt" }, + { "code": "uri" }, + { "code": "url" }, + { "code": "uuid" }, + { "code": "Address" }, + { "code": "Age" }, + { "code": "Annotation" }, + { "code": "Attachment" }, + { "code": "CodeableConcept" }, + { "code": "CodeableReference" }, + { "code": "Coding" }, + { "code": "ContactPoint" }, + { "code": "Count" }, + { "code": "Distance" }, + { "code": "Duration" }, + { "code": "HumanName" }, + { "code": "Identifier" }, + { "code": "Money" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Reference" }, + { "code": "SampledData" }, + { "code": "Signature" }, + { "code": "Timing" }, + { "code": "ContactDetail" }, + { "code": "DataRequirement" }, + { "code": "Expression" }, + { "code": "ParameterDefinition" }, + { "code": "RelatedArtifact" }, + { "code": "TriggerDefinition" }, + { "code": "UsageContext" }, + { "code": "Availability" }, + { "code": "ExtendedContactDetail" }, + { "code": "Dosage" }, + { "code": "Meta" } + ], + "mustSupport": false, + "max": "1", + "id": "Parameters.parameter.value[x]", + "condition": ["inv-1"], + "isSummary": true + }, + { + "path": "Parameters.parameter.resource", + "min": 0, + "definition": "Conveys the content if the parameter is a whole resource.", + "isModifier": false, + "short": "If parameter is a whole resource", + "type": [{ "code": "Resource" }], + "mustSupport": false, + "max": "1", + "id": "Parameters.parameter.resource", + "condition": ["inv-1"], + "comment": "When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to its general resource resolution methods.", + "isSummary": true + }, + { + "path": "Parameters.parameter.part", + "min": 0, + "definition": "A named part of a multi-part parameter.", + "isModifier": false, + "short": "Named part of a multi-part parameter", + "contentReference": "#Parameters.parameter", + "mustSupport": false, + "max": "*", + "id": "Parameters.parameter.part", + "condition": ["inv-1"], + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "ExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track contact and address information in the same way across multiple resources.", + "name": "ExtendedContactDetail", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ExtendedContactDetail", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ExtendedContactDetail", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ExtendedContactDetail", + "differential": { + "element": [ + { + "id": "ExtendedContactDetail", + "max": "*", + "min": 0, + "path": "ExtendedContactDetail", + "short": "Contact information", + "comment": "This datatype may be sparsely populated, i.e. only contain a purpose and phone number or address, but other cases could be completed filled out.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization." + }, + { + "path": "ExtendedContactDetail.purpose", + "min": 0, + "definition": "The purpose/type of contact.", + "short": "The type of contact", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/contactentity-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The purpose for which an extended contact detail should be used." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Purpose" + } + ], + "description": "The purpose for which an extended contact detail should be used." + }, + "max": "1", + "id": "ExtendedContactDetail.purpose", + "comment": "If no purpose is defined, then these contact details may be used for any purpose.", + "isSummary": true + }, + { + "path": "ExtendedContactDetail.name", + "min": 0, + "definition": "The name of an individual to contact, some types of contact detail are usually blank.", + "short": "Name of an individual to contact", + "type": [{ "code": "HumanName" }], + "max": "*", + "id": "ExtendedContactDetail.name", + "comment": "If there is no named individual, the telecom/address information is not generally monitored by a specific individual.", + "isSummary": true + }, + { + "id": "ExtendedContactDetail.telecom", + "max": "*", + "min": 0, + "path": "ExtendedContactDetail.telecom", + "type": [{ "code": "ContactPoint" }], + "short": "Contact details (e.g.phone/fax/url)", + "isSummary": true, + "definition": "The contact details application for the purpose defined." + }, + { + "path": "ExtendedContactDetail.address", + "min": 0, + "definition": "Address for the contact.", + "short": "Address for the contact", + "type": [{ "code": "Address" }], + "max": "1", + "id": "ExtendedContactDetail.address", + "comment": "More than 1 address would be for different purposes, and thus should be entered as a different entry,.", + "isSummary": true + }, + { + "path": "ExtendedContactDetail.organization", + "requirements": "Some specific types of contact information can be an handled by an organization (eg legal council is via a specific firm).", + "min": 0, + "definition": "This contact detail is handled/monitored by a specific organization. If the name is provided in the contact, then it is referring to the named individual within this organization.", + "short": "This contact detail is handled/monitored by a specific organization", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "ExtendedContactDetail.organization", + "isSummary": true + }, + { + "path": "ExtendedContactDetail.period", + "min": 0, + "definition": "Period that this contact was valid for usage.", + "short": "Period that this contact was valid for usage", + "type": [{ "code": "Period" }], + "max": "1", + "id": "ExtendedContactDetail.period", + "comment": "If the details have multiple periods, then enter in a new ExtendedContact with the new period.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Enforces the minimum information set for the library metadata required by HL7 and other organizations that share and publish libraries", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablelibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablelibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablelibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1158", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareablelibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.extension:knowledgeCapability", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability" + ] + } + ], + "sliceName": "knowledgeCapability", + "mustSupport": true + }, + { + "id": "Library.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "Library.extension:artifactComment", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" + ] + } + ], + "sliceName": "artifactComment", + "mustSupport": true + }, + { + "id": "Library.url", + "max": "1", + "min": 1, + "path": "Library.url", + "mustSupport": true + }, + { + "id": "Library.version", + "max": "1", + "min": 1, + "path": "Library.version", + "mustSupport": true + }, + { + "id": "Library.versionAlgorithm[x]", + "path": "Library.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "Library.name", + "path": "Library.name", + "mustSupport": true + }, + { + "id": "Library.title", + "max": "1", + "min": 1, + "path": "Library.title", + "mustSupport": true + }, + { + "id": "Library.experimental", + "path": "Library.experimental", + "mustSupport": true + }, + { + "id": "Library.publisher", + "path": "Library.publisher", + "mustSupport": true + }, + { + "id": "Library.description", + "max": "1", + "min": 1, + "path": "Library.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library" + }, + { + "description": "Duration Type: A length of time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Duration/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Duration", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Duration", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "active", + "id": "Duration", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Duration", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Duration", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "drt-1", + "human": "There SHALL be a code if there is a value and it SHALL be an expression of time. If system is present, it SHALL be UCUM.", + "source": "http://hl7.org/fhir/StructureDefinition/Duration", + "severity": "error", + "expression": "code.exists() implies ((system = %ucum) and value.exists())" + } + ], + "path": "Duration", + "min": 0, + "definition": "A length of time.", + "short": "A length of time", + "mapping": [ + { + "map": "PQ, IVL depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/duration-units", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Appropriate units for Duration." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DurationUnits" + } + ], + "additional": [ + { + "purpose": "maximum", + "valueSet": "http://hl7.org/fhir/ValueSet/all-time-units" + } + ], + "description": "Appropriate units for Duration." + }, + "max": "*", + "id": "Duration" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "id type: Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/id/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "id", + "abstract": false, + "type": "id", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "id", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/id", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/id", + "differential": { + "element": [ + { + "id": "id", + "max": "*", + "min": 0, + "path": "id", + "short": "Primitive Type id", + "comment": "RFC 4122", + "definition": "Any combination of letters, numerals, \"-\" and \".\", with a length limit of 64 characters. (This might be an integer, an unprefixed OID, UUID or any other identifier pattern that meets these constraints.) Ids are case-insensitive." + }, + { + "id": "id.value", + "max": "1", + "min": 0, + "path": "id.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "id" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[A-Za-z0-9\\-\\.]{1,64}" + } + ] + } + ], + "short": "Primitive value for id", + "definition": "Primitive value for id", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/string" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR history bundle.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/history-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "HistoryBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "History bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'29463-7'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have an system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg', 'g', or '[lb_av]'**" + } + ], + "status": "active", + "id": "history-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/history-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/history-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "history" + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "rules": "closed", + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + }, + { + "id": "Bundle.entry:put", + "path": "Bundle.entry", + "sliceName": "put" + }, + { + "id": "Bundle.entry:put.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:put.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:put.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:put.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:put.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "PUT" + }, + { + "id": "Bundle.entry:put.response", + "min": 1, + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:post", + "max": "0", + "path": "Bundle.entry", + "sliceName": "post" + }, + { + "id": "Bundle.entry:post.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:post.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:post.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:post.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "POST" + }, + { + "id": "Bundle.entry:post.response", + "min": 1, + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:get", + "path": "Bundle.entry", + "sliceName": "get" + }, + { + "id": "Bundle.entry:get.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:get.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:get.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:get.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:get.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "GET" + }, + { + "id": "Bundle.entry:get.response", + "min": 1, + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:delete", + "path": "Bundle.entry", + "sliceName": "delete" + }, + { + "id": "Bundle.entry:delete.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:delete.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:delete.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:delete.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:delete.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "DELETE" + }, + { + "id": "Bundle.entry:delete.response", + "min": 1, + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:patch", + "max": "0", + "path": "Bundle.entry", + "sliceName": "patch" + }, + { + "id": "Bundle.entry:patch.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "Describes validation requirements, source(s), status and dates for one or more elements.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/VerificationResult/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VerificationResult", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "VerificationResult", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "VerificationResult", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VerificationResult", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VerificationResult", + "differential": { + "element": [ + { + "path": "VerificationResult", + "min": 0, + "definition": "Describes validation requirements, source(s), status and dates for one or more elements.", + "isModifier": false, + "short": "Describes validation requirements, source(s), status and dates for one or more elements", + "mapping": [ + { "map": "administrative.entity", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "VerificationResult" + }, + { + "path": "VerificationResult.target", + "min": 0, + "definition": "A resource that was validated.", + "isModifier": false, + "short": "A resource that was validated", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "VerificationResult.target", + "isSummary": true + }, + { + "path": "VerificationResult.targetLocation", + "min": 0, + "definition": "The fhirpath location(s) within the resource that was validated.", + "isModifier": false, + "short": "The fhirpath location(s) within the resource that was validated", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "VerificationResult.targetLocation", + "isSummary": true + }, + { + "path": "VerificationResult.need", + "min": 0, + "definition": "The frequency with which the target must be validated (none; initial; periodic).", + "isModifier": false, + "short": "none | initial | periodic", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-need", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "need" + } + ], + "description": "The frequency with which the target must be validated." + }, + "max": "1", + "id": "VerificationResult.need", + "isSummary": true + }, + { + "path": "VerificationResult.status", + "min": 1, + "definition": "The validation status of the target (attested; validated; in process; requires revalidation; validation failed; revalidation failed).", + "isModifier": false, + "short": "attested | validated | in-process | req-revalid | val-fail | reval-fail | entered-in-error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "status" + } + ], + "description": "The validation status of the target." + }, + "max": "1", + "id": "VerificationResult.status", + "isSummary": true + }, + { + "path": "VerificationResult.statusDate", + "min": 0, + "definition": "When the validation status was updated.", + "isModifier": false, + "short": "When the validation status was updated", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.statusDate", + "isSummary": true + }, + { + "path": "VerificationResult.validationType", + "min": 0, + "definition": "What the target is validated against (nothing; primary source; multiple sources).", + "isModifier": false, + "short": "nothing | primary | multiple", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "validation-type" + } + ], + "description": "What the target is validated against." + }, + "max": "1", + "id": "VerificationResult.validationType", + "isSummary": true + }, + { + "path": "VerificationResult.validationProcess", + "min": 0, + "definition": "The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context).", + "isModifier": false, + "short": "The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-process", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "validation-process" + } + ], + "description": "The primary process by which the target is validated." + }, + "max": "*", + "id": "VerificationResult.validationProcess", + "isSummary": true + }, + { + "path": "VerificationResult.frequency", + "min": 0, + "definition": "Frequency of revalidation.", + "isModifier": false, + "short": "Frequency of revalidation", + "type": [{ "code": "Timing" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.frequency", + "isSummary": false + }, + { + "path": "VerificationResult.lastPerformed", + "min": 0, + "definition": "The date/time validation was last completed (including failed validations).", + "isModifier": false, + "short": "The date/time validation was last completed (including failed validations)", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.lastPerformed", + "isSummary": false + }, + { + "path": "VerificationResult.nextScheduled", + "min": 0, + "definition": "The date when target is next validated, if appropriate.", + "isModifier": false, + "short": "The date when target is next validated, if appropriate", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.nextScheduled", + "isSummary": false + }, + { + "path": "VerificationResult.failureAction", + "min": 0, + "definition": "The result if validation fails (fatal; warning; record only; none).", + "isModifier": false, + "short": "fatal | warn | rec-only | none", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-failure-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "failure-action" + } + ], + "description": "The result if validation fails." + }, + "max": "1", + "id": "VerificationResult.failureAction", + "isSummary": true + }, + { + "path": "VerificationResult.primarySource", + "min": 0, + "definition": "Information about the primary source(s) involved in validation.", + "isModifier": false, + "short": "Information about the primary source(s) involved in validation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "VerificationResult.primarySource", + "isSummary": false + }, + { + "path": "VerificationResult.primarySource.who", + "min": 0, + "definition": "Reference to the primary source.", + "isModifier": false, + "short": "Reference to the primary source", + "mapping": [{ "map": "FiveWs.who", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.primarySource.who", + "isSummary": false + }, + { + "path": "VerificationResult.primarySource.type", + "min": 0, + "definition": "Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source).", + "isModifier": false, + "short": "Type of primary source (License Board; Primary Education; Continuing Education; Postal Service; Relationship owner; Registration Authority; legal source; issuing source; authoritative source)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-primary-source-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "primary-source-type" + } + ], + "description": "Type of the validation primary source." + }, + "max": "*", + "id": "VerificationResult.primarySource.type", + "isSummary": true + }, + { + "path": "VerificationResult.primarySource.communicationMethod", + "min": 0, + "definition": "Method for communicating with the primary source (manual; API; Push).", + "isModifier": false, + "short": "Method for exchanging information with the primary source", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "communication-method" + } + ], + "description": "Method for communicating with the data source (manual; API; Push)." + }, + "max": "*", + "id": "VerificationResult.primarySource.communicationMethod", + "isSummary": true + }, + { + "path": "VerificationResult.primarySource.validationStatus", + "min": 0, + "definition": "Status of the validation of the target against the primary source (successful; failed; unknown).", + "isModifier": false, + "short": "successful | failed | unknown", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-validation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "validation-status" + } + ], + "description": "Status of the validation of the target against the primary source." + }, + "max": "1", + "id": "VerificationResult.primarySource.validationStatus", + "isSummary": false + }, + { + "path": "VerificationResult.primarySource.validationDate", + "min": 0, + "definition": "When the target was validated against the primary source.", + "isModifier": false, + "short": "When the target was validated against the primary source", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.primarySource.validationDate", + "isSummary": false + }, + { + "path": "VerificationResult.primarySource.canPushUpdates", + "min": 0, + "definition": "Ability of the primary source to push updates/alerts (yes; no; undetermined).", + "isModifier": false, + "short": "yes | no | undetermined", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-can-push-updates", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "can-push-updates" + } + ], + "description": "Ability of the primary source to push updates/alerts." + }, + "max": "1", + "id": "VerificationResult.primarySource.canPushUpdates", + "isSummary": true + }, + { + "path": "VerificationResult.primarySource.pushTypeAvailable", + "min": 0, + "definition": "Type of alerts/updates the primary source can send (specific requested changes; any changes; as defined by source).", + "isModifier": false, + "short": "specific | any | source", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-push-type-available", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "push-type-available" + } + ], + "description": "Type of alerts/updates the primary source can send." + }, + "max": "*", + "id": "VerificationResult.primarySource.pushTypeAvailable", + "isSummary": false + }, + { + "path": "VerificationResult.attestation", + "min": 0, + "definition": "Information about the entity attesting to information.", + "isModifier": false, + "short": "Information about the entity attesting to information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation", + "isSummary": false + }, + { + "path": "VerificationResult.attestation.who", + "min": 0, + "definition": "The individual or organization attesting to information.", + "isModifier": false, + "short": "The individual or organization attesting to information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.who", + "isSummary": true + }, + { + "path": "VerificationResult.attestation.onBehalfOf", + "min": 0, + "definition": "When the who is asserting on behalf of another (organization or individual).", + "isModifier": false, + "short": "When the who is asserting on behalf of another (organization or individual)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.onBehalfOf", + "isSummary": true + }, + { + "path": "VerificationResult.attestation.communicationMethod", + "min": 0, + "definition": "The method by which attested information was submitted/retrieved (manual; API; Push).", + "isModifier": false, + "short": "The method by which attested information was submitted/retrieved", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/verificationresult-communication-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "communication-method" + } + ], + "description": "Method for communicating with the data source (manual; API; Push)." + }, + "max": "1", + "id": "VerificationResult.attestation.communicationMethod", + "isSummary": true + }, + { + "path": "VerificationResult.attestation.date", + "min": 0, + "definition": "The date the information was attested to.", + "isModifier": false, + "short": "The date the information was attested to", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.date", + "isSummary": true + }, + { + "path": "VerificationResult.attestation.sourceIdentityCertificate", + "min": 0, + "definition": "A digital identity certificate associated with the attestation source.", + "isModifier": false, + "short": "A digital identity certificate associated with the attestation source", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.sourceIdentityCertificate", + "isSummary": false + }, + { + "path": "VerificationResult.attestation.proxyIdentityCertificate", + "min": 0, + "definition": "A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source.", + "isModifier": false, + "short": "A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.proxyIdentityCertificate", + "isSummary": false + }, + { + "path": "VerificationResult.attestation.proxySignature", + "min": 0, + "definition": "Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.", + "isModifier": false, + "short": "Proxy signature (digital or image)", + "type": [{ "code": "Signature" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.proxySignature", + "isSummary": false + }, + { + "path": "VerificationResult.attestation.sourceSignature", + "min": 0, + "definition": "Signed assertion by the attestation source that they have attested to the information.", + "isModifier": false, + "short": "Attester signature (digital or image)", + "type": [{ "code": "Signature" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.attestation.sourceSignature", + "isSummary": false + }, + { + "path": "VerificationResult.validator", + "min": 0, + "definition": "Information about the entity validating information.", + "isModifier": false, + "short": "Information about the entity validating information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "VerificationResult.validator", + "isSummary": false + }, + { + "path": "VerificationResult.validator.organization", + "min": 1, + "definition": "Reference to the organization validating information.", + "isModifier": false, + "short": "Reference to the organization validating information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.validator.organization", + "isSummary": false + }, + { + "path": "VerificationResult.validator.identityCertificate", + "min": 0, + "definition": "A digital identity certificate associated with the validator.", + "isModifier": false, + "short": "A digital identity certificate associated with the validator", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.validator.identityCertificate", + "isSummary": false + }, + { + "path": "VerificationResult.validator.attestationSignature", + "min": 0, + "definition": "Signed assertion by the validator that they have validated the information.", + "isModifier": false, + "short": "Validator signature (digital or image)", + "type": [{ "code": "Signature" }], + "mustSupport": false, + "max": "1", + "id": "VerificationResult.validator.attestationSignature", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "canonical type: A URI that is a reference to a canonical URL on a FHIR resource", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/canonical/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "canonical", + "abstract": false, + "type": "canonical", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-target" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "canonical", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/canonical", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/canonical", + "differential": { + "element": [ + { + "id": "canonical", + "max": "*", + "min": 0, + "path": "canonical", + "short": "Primitive Type canonical", + "comment": "see [Canonical References](references.html#canonical)", + "definition": "A URI that is a reference to a canonical URL on a FHIR resource" + }, + { + "id": "canonical.value", + "max": "1", + "min": 0, + "path": "canonical.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "canonical" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for canonical", + "definition": "Primitive value for canonical", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, gaps in care, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DetectedIssue/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DetectedIssue", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DetectedIssue", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Summary" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "DetectedIssue", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DetectedIssue", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DetectedIssue", + "differential": { + "element": [ + { + "path": "DetectedIssue", + "min": 0, + "definition": "Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, gaps in care, etc.", + "isModifier": false, + "short": "Clinical issue with action", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Partial mapping from messages containing the AL1 or IAM segment, such as the ADT^A01, ADT^A08, and ADT^A60.", + "identity": "v2" + }, + { + "map": "Observation[classCode=ALRT, moodCode=EVN)", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": [ + "DDI", + "drug-drug interaction", + "Contraindication", + "Alert" + ], + "max": "*", + "id": "DetectedIssue" + }, + { + "path": "DetectedIssue.identifier", + "requirements": "Allows linking instances of the same detected issue found on different servers.", + "min": 0, + "definition": "Business identifier associated with the detected issue record.", + "isModifier": false, + "short": "Unique id for the detected issue", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DetectedIssue.identifier", + "isSummary": true + }, + { + "path": "DetectedIssue.status", + "min": 1, + "definition": "Indicates the status of the detected issue.", + "isModifier": true, + "short": "preliminary | final | entered-in-error | mitigated", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueStatus" + } + ], + "description": "Indicates the status of the identified issue." + }, + "alias": ["status"], + "max": "1", + "id": "DetectedIssue.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the issue as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains the code entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DetectedIssue.category", + "requirements": "Used for filtering what detected issues are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the general type of detected issue.", + "isModifier": false, + "short": "Type of detected issue, e.g. drug-drug, duplicate therapy, etc", + "mapping": [ + { "map": "Event.category", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueCategory" + } + ], + "description": "Codes for high level detected issue categories." + }, + "max": "*", + "id": "DetectedIssue.category", + "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.", + "isSummary": false + }, + { + "path": "DetectedIssue.code", + "min": 0, + "definition": "Identifies the specific type of issue identified.", + "isModifier": false, + "short": "Specific type of detected issue, e.g. drug-drug, duplicate therapy, etc", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "AL1-2 / IAM-9", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueCategory" + } + ], + "description": "Codes identifying the type of detected issue; e.g. Drug-drug interaction, Timing issue, Duplicate therapy, etc." + }, + "alias": ["type"], + "max": "1", + "id": "DetectedIssue.code", + "isSummary": true + }, + { + "path": "DetectedIssue.severity", + "min": 0, + "definition": "Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.", + "isModifier": false, + "short": "high | moderate | low", + "mapping": [ + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "AL1-4/ IAR-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=SEV].value", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-severity|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueSeverity" + } + ], + "description": "Indicates the potential degree of impact of the identified issue on the patient." + }, + "alias": ["severity"], + "max": "1", + "id": "DetectedIssue.severity", + "isSummary": true + }, + { + "path": "DetectedIssue.subject", + "requirements": "While the subject could be inferred by tracing the subject of the implicated resources, it's useful to have a direct link for query purposes.", + "min": 0, + "definition": "Indicates the subject whose record the detected issue is associated with.", + "isModifier": false, + "short": "Associated subject", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.subject", + "isSummary": true + }, + { + "path": "DetectedIssue.encounter", + "requirements": "Links this detected issue to the Encounter context.", + "min": 0, + "definition": "The encounter during which this issue was detected.", + "isModifier": false, + "short": "Encounter detected issue is part of", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19 Visit Number", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "alias": ["context"], + "max": "1", + "id": "DetectedIssue.encounter", + "comment": "This will typically be the encounter the DetectedIssue was created during, but some DetectedIssues may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests).", + "isSummary": true + }, + { + "path": "DetectedIssue.identified[x]", + "requirements": "No-one can be responsible for mitigation prior to the issue being identified.", + "min": 0, + "definition": "The date or period when the detected issue was initially identified.", + "isModifier": false, + "short": "When identified", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ALI-6 / IAM-11", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.identified[x]", + "isSummary": true + }, + { + "path": "DetectedIssue.author", + "min": 0, + "definition": "Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.", + "isModifier": false, + "short": "The provider or device that identified the issue", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "IAM-14 / IAM-16", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role[classCode=ASSIGNED]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.author", + "isSummary": true + }, + { + "path": "DetectedIssue.implicated", + "min": 0, + "definition": "Indicates the resource representing the current activity or proposed activity that is potentially problematic.", + "isModifier": false, + "short": "Problem resource", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target[moodCode=EVN, INT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["cause"], + "max": "*", + "id": "DetectedIssue.implicated", + "comment": "There's an implicit constraint on the number of implicated resources based on DetectedIssue.type; e.g. For drug-drug, there would be more than one. For timing, there would typically only be one.", + "isSummary": true + }, + { + "path": "DetectedIssue.evidence", + "min": 0, + "definition": "Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.", + "isModifier": false, + "short": "Supporting evidence", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=EVID].target[classCode=ACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DetectedIssue.evidence", + "isSummary": false + }, + { + "path": "DetectedIssue.evidence.code", + "min": 0, + "definition": "A manifestation that led to the recording of this detected issue.", + "isModifier": false, + "short": "Manifestation", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueEvidenceCode" + } + ], + "description": "Codes that describes the types of evidence for a detected issue." + }, + "max": "*", + "id": "DetectedIssue.evidence.code", + "isSummary": false + }, + { + "path": "DetectedIssue.evidence.detail", + "min": 0, + "definition": "Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport.", + "isModifier": false, + "short": "Supporting information", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".text", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DetectedIssue.evidence.detail", + "isSummary": false + }, + { + "path": "DetectedIssue.detail", + "min": 0, + "definition": "A textual explanation of the detected issue.", + "isModifier": false, + "short": "Description and context", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "AL1-5 / IAM-8", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.detail", + "comment": "Should focus on information not covered elsewhere as discrete data - no need to duplicate the narrative.", + "isSummary": false + }, + { + "path": "DetectedIssue.reference", + "min": 0, + "definition": "The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.", + "isModifier": false, + "short": "Authority for issue", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=INST].target[classCode=ALRT, moodCode=DEFN].text.uri", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.reference", + "isSummary": false + }, + { + "path": "DetectedIssue.mitigation", + "min": 0, + "definition": "Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.", + "isModifier": false, + "short": "Step taken to address", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=MITG].target[classCode=ACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DetectedIssue.mitigation", + "isSummary": false + }, + { + "path": "DetectedIssue.mitigation.action", + "min": 1, + "definition": "Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue.", + "isModifier": false, + "short": "What mitigation?", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-mitigation-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DetectedIssueMitigationAction" + } + ], + "description": "Codes describing steps taken to resolve the issue or other circumstances that mitigate the risk associated with the issue; e.g. 'added concurrent therapy', 'prior therapy documented', etc." + }, + "max": "1", + "id": "DetectedIssue.mitigation.action", + "comment": "The \"text\" component can be used for detail or when no appropriate code exists.", + "isSummary": false + }, + { + "path": "DetectedIssue.mitigation.date", + "min": 0, + "definition": "Indicates when the mitigating action was documented.", + "isModifier": false, + "short": "Date committed", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.mitigation.date", + "comment": "This might not be the same as when the mitigating step was actually taken.", + "isSummary": false + }, + { + "path": "DetectedIssue.mitigation.author", + "min": 0, + "definition": "Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.", + "isModifier": false, + "short": "Who is committing?", + "mapping": [ + { + "map": ".participation[typeCode=AUT].role[classCode=ASSIGNED]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DetectedIssue.mitigation.author", + "isSummary": false + }, + { + "path": "DetectedIssue.mitigation.note", + "min": 0, + "definition": "Clinicians may add additional notes or justifications about the mitigation action. For example, patient can have this drug because they have had it before without any issues. Multiple justifications may be provided.", + "isModifier": false, + "short": "Additional notes about the mitigation", + "mapping": [ + { + "map": ".participation[typeCode=AUT].role[classCode=ASSIGNED].note", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DetectedIssue.mitigation.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An ingredient of a manufactured item or pharmaceutical product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Ingredient/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Ingredient", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Ingredient", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "Ingredient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Ingredient", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ingredient", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ing-1", + "human": "If an ingredient is noted as an allergen (allergenicIndicator) then its substance should be a code. If the substance is a SubstanceDefinition, then the allegen information should be documented in that resource", + "source": "http://hl7.org/fhir/StructureDefinition/Ingredient", + "severity": "error", + "expression": "Ingredient.where(allergenicIndicator=true).count() + Ingredient.substance.code.reference.count() < 2" + } + ], + "path": "Ingredient", + "min": 0, + "definition": "An ingredient of a manufactured item or pharmaceutical product.", + "isModifier": false, + "short": "An ingredient of a manufactured item or pharmaceutical product", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { "map": "Ingredient", "identity": "idmp" } + ], + "mustSupport": false, + "max": "*", + "id": "Ingredient" + }, + { + "path": "Ingredient.identifier", + "min": 0, + "definition": "The identifier(s) of this Ingredient that are assigned by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate.", + "isModifier": false, + "short": "An identifier or code by which the ingredient can be referenced", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "idmp" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.identifier", + "isSummary": true + }, + { + "path": "Ingredient.status", + "min": 1, + "definition": "The status of this ingredient. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Ingredient.status", + "comment": "Allows filtering of ingredient that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Ingredient.for", + "min": 0, + "definition": "The product which this ingredient is a constituent part of.", + "isModifier": false, + "short": "The product which this ingredient is a constituent part of", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Ingredient.for", + "isSummary": true + }, + { + "path": "Ingredient.role", + "min": 1, + "definition": "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive.", + "isModifier": false, + "short": "Purpose of the ingredient within the product, e.g. active, inactive", + "mapping": [ + { + "map": "Ingredient.Ingredient Role", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IngredientRole" + } + ], + "description": "A classification of the ingredient identifying its purpose within the product, e.g. active, inactive." + }, + "max": "1", + "id": "Ingredient.role", + "isSummary": true + }, + { + "path": "Ingredient.function", + "min": 0, + "definition": "A classification of the ingredient identifying its precise purpose(s) in the drug product. This extends the Ingredient.role to add more detail. Example: antioxidant, alkalizing agent.", + "isModifier": false, + "short": "Precise action within the drug product, e.g. antioxidant, alkalizing agent", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IngredientFunction" + } + ], + "description": "A classification of the ingredient identifying its precise purpose(s) in the drug product (beyond e.g. active/inactive)." + }, + "max": "*", + "id": "Ingredient.function", + "isSummary": true + }, + { + "path": "Ingredient.group", + "min": 0, + "definition": "A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink.", + "isModifier": false, + "short": "A classification of the ingredient according to where in the physical item it tends to be used, such the outer shell of a tablet, inner body or ink", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.group", + "isSummary": true + }, + { + "path": "Ingredient.allergenicIndicator", + "min": 0, + "definition": "If the ingredient is a known or suspected allergen. Note that this is a property of the substance, so if a reference to a SubstanceDefinition is used to decribe that (rather than just a code), the allergen information should go there, not here.", + "isModifier": false, + "short": "If the ingredient is a known or suspected allergen", + "mapping": [ + { + "map": "Ingredient.Allergenic Indicator", + "identity": "idmp" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If this value is not present, there is no statement being made about whether this is an allergen or not. No inference can be made", + "max": "1", + "id": "Ingredient.allergenicIndicator", + "condition": ["ing-1"], + "isSummary": true + }, + { + "path": "Ingredient.comment", + "min": 0, + "definition": "A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying.", + "isModifier": false, + "short": "A place for providing any notes that are relevant to the component, e.g. removed during process, adjusted for loss on drying", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.comment", + "isSummary": false + }, + { + "path": "Ingredient.manufacturer", + "min": 0, + "definition": "The organization(s) that manufacture this ingredient. Can be used to indicate: 1) Organizations we are aware of that manufacture this ingredient 2) Specific Manufacturer(s) currently being used 3) Set of organisations allowed to manufacture this ingredient for this product Users must be clear on the application of context relevant to their use case.", + "isModifier": false, + "short": "An organization that manufactures this ingredient", + "mapping": [ + { "map": "Ingredient.manufacturer", "identity": "idmp" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Ingredient.manufacturer", + "isSummary": true + }, + { + "path": "Ingredient.manufacturer.role", + "min": 0, + "definition": "The way in which this manufacturer is associated with the ingredient. For example whether it is a possible one (others allowed), or an exclusive authorized one for this ingredient. Note that this is not the manufacturing process role.", + "isModifier": false, + "short": "allowed | possible | actual", + "mapping": [ + { + "map": "Ingredient.Manufacturer / Establishment (Organisation)", + "identity": "idmp" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ingredient-manufacturer-role|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IngredientManufacturerRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The way in which this manufacturer is associated with the ingredient." + }, + "max": "1", + "id": "Ingredient.manufacturer.role", + "isSummary": true + }, + { + "path": "Ingredient.manufacturer.manufacturer", + "min": 1, + "definition": "An organization that manufactures this ingredient.", + "isModifier": false, + "short": "An organization that manufactures this ingredient", + "mapping": [ + { + "map": "Ingredient.Manufacturer / Establishment (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Ingredient.manufacturer.manufacturer", + "isSummary": true + }, + { + "path": "Ingredient.substance", + "min": 1, + "definition": "The substance that comprises this ingredient.", + "isModifier": false, + "short": "The substance that comprises this ingredient", + "mapping": [ + { "map": "Ingredient.Substance", "identity": "idmp" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance", + "condition": ["ing-1"], + "isSummary": true + }, + { + "path": "Ingredient.substance.code", + "min": 1, + "definition": "A code or full resource that represents the ingredient's substance.", + "isModifier": false, + "short": "A code or full resource that represents the ingredient substance", + "mapping": [ + { "map": "Substance.Substance", "identity": "idmp" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "Ingredient.substance.code", + "condition": ["ing-1"], + "isSummary": true + }, + { + "path": "Ingredient.substance.strength", + "min": 0, + "definition": "The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. The allowed repetitions do not represent different strengths, but are different representations - mathematically equivalent - of a single strength.", + "isModifier": false, + "short": "The quantity of substance, per presentation, or per volume or mass, and type of quantity", + "mapping": [ + { + "map": "Specified Substance.Strength", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Ingredient.substance.strength", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.presentation[x]", + "min": 0, + "definition": "The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item. Unit of presentation refers to the quantity that the item occurs in e.g. a strength per tablet size, perhaps 'per 20mg' (the size of the tablet). It is not generally normalized as a unitary unit, which would be 'per mg').", + "isModifier": false, + "short": "The quantity of substance in the unit of presentation", + "mapping": [ + { + "map": "Strength.Strength (Presentation)", + "identity": "idmp" + } + ], + "type": [ + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "CodeableConcept" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.presentation[x]", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.textPresentation", + "min": 0, + "definition": "A textual represention of either the whole of the presentation strength or a part of it - with the rest being in Strength.presentation as a ratio.", + "isModifier": false, + "short": "Text of either the whole presentation strength or a part of it (rest being in Strength.presentation as a ratio)", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.textPresentation", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.concentration[x]", + "min": 0, + "definition": "The strength per unitary volume (or mass).", + "isModifier": false, + "short": "The strength per unitary volume (or mass)", + "mapping": [ + { + "map": "Strength.Strength (Concentration)", + "identity": "idmp" + } + ], + "type": [ + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "CodeableConcept" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.concentration[x]", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.textConcentration", + "min": 0, + "definition": "A textual represention of either the whole of the concentration strength or a part of it - with the rest being in Strength.concentration as a ratio.", + "isModifier": false, + "short": "Text of either the whole concentration strength or a part of it (rest being in Strength.concentration as a ratio)", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.textConcentration", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.basis", + "min": 0, + "definition": "A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt).", + "isModifier": false, + "short": "A code that indicates if the strength is, for example, based on the ingredient substance as stated or on the substance base (when the ingredient is a salt)", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.basis", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.measurementPoint", + "min": 0, + "definition": "For when strength is measured at a particular point or distance. There are products where strength is measured at a particular point. For example, the strength of the ingredient in some inhalers is measured at a particular position relative to the point of aerosolization.", + "isModifier": false, + "short": "When strength is measured at a particular point or distance", + "mapping": [ + { + "map": "Strength.Measurement Point", + "identity": "idmp" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.measurementPoint", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.country", + "min": 0, + "definition": "The country or countries for which the strength range applies.", + "isModifier": false, + "short": "Where the strength range applies", + "mapping": [ + { "map": "Strength.Country", "identity": "idmp" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Country" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "*", + "id": "Ingredient.substance.strength.country", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.referenceStrength", + "min": 0, + "definition": "Strength expressed in terms of a reference substance. For when the ingredient strength is additionally expressed as equivalent to the strength of some other closely related substance (e.g. salt vs. base). Reference strength represents the strength (quantitative composition) of the active moiety of the active substance. There are situations when the active substance and active moiety are different, therefore both a strength and a reference strength are needed.", + "isModifier": false, + "short": "Strength expressed in terms of a reference substance", + "mapping": [ + { + "map": "Strength.Reference Strength", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Ingredient.substance.strength.referenceStrength", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.referenceStrength.substance", + "min": 1, + "definition": "Relevant reference substance.", + "isModifier": false, + "short": "Relevant reference substance", + "mapping": [ + { + "map": "Reference Strength.Reference Substance", + "identity": "idmp" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "Ingredient.substance.strength.referenceStrength.substance", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.referenceStrength.strength[x]", + "min": 1, + "definition": "Strength expressed in terms of a reference substance.", + "isModifier": false, + "short": "Strength expressed in terms of a reference substance", + "mapping": [ + { + "map": "Reference Strength.Reference Strength", + "identity": "idmp" + } + ], + "type": [ + { "code": "Ratio" }, + { "code": "RatioRange" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.referenceStrength.strength[x]", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.referenceStrength.measurementPoint", + "min": 0, + "definition": "For when strength is measured at a particular point or distance.", + "isModifier": false, + "short": "When strength is measured at a particular point or distance", + "mapping": [ + { + "map": "Reference Strength.Measurement Point", + "identity": "idmp" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Ingredient.substance.strength.referenceStrength.measurementPoint", + "isSummary": true + }, + { + "path": "Ingredient.substance.strength.referenceStrength.country", + "min": 0, + "definition": "The country or countries for which the strength range applies.", + "isModifier": false, + "short": "Where the strength range applies", + "mapping": [ + { + "map": "Reference Strength.Country", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/country", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Country" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "*", + "id": "Ingredient.substance.strength.referenceStrength.country", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Basic/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need some way to safely (without breaking interoperability) allow implementers to exchange content not supported by the initial set of declared resources.", + "name": "Basic", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Basic", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Basic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Basic", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Basic", + "differential": { + "element": [ + { + "path": "Basic", + "min": 0, + "definition": "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.", + "isModifier": false, + "short": "Resource for non-supported content", + "mapping": [ + { "map": "infrastructure.structure", "identity": "w5" }, + { "map": "Act, Entity or Role", "identity": "rim" } + ], + "mustSupport": false, + "alias": [ + "Z-resource", + "Extension-resource", + "Custom-resource" + ], + "max": "*", + "id": "Basic" + }, + { + "path": "Basic.identifier", + "min": 0, + "definition": "Identifier assigned to the resource for business purposes, outside the context of FHIR.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "./identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Basic.identifier", + "isSummary": true + }, + { + "path": "Basic.code", + "requirements": "Must be able to distinguish different types of Basic resources.", + "min": 1, + "definition": "Identifies the 'type' of resource - equivalent to the resource name for other resources.", + "isModifier": true, + "short": "Kind of Resource", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/basic-resource-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes for identifying types of resources not yet defined by FHIR." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BasicResourceType" + } + ], + "description": "HL7-maintained set of codes for \"Basic\" resources" + }, + "max": "1", + "id": "Basic.code", + "comment": "Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.\n\nThis element is labeled as a modifier because it defines the meaning of the resource and cannot be ignored.", + "isModifierReason": "This element determines what kind of resource is being represented which drives the meaning of all of the other elements.", + "isSummary": true + }, + { + "path": "Basic.subject", + "requirements": "Needed for partitioning the resource by Patient.", + "min": 0, + "definition": "Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource.", + "isModifier": false, + "short": "Identifies the focus of this resource", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Basic.subject", + "comment": "Optional as not all potential resources will have subjects. Resources associated with multiple subjects can handle this via extension.", + "isSummary": true + }, + { + "path": "Basic.created", + "requirements": "Allows ordering resource instances by time.", + "min": 0, + "definition": "Identifies when the resource was first created.", + "isModifier": false, + "short": "When created", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Basic.created", + "isSummary": true + }, + { + "path": "Basic.author", + "requirements": "Needed for partitioning the resource.", + "min": 0, + "definition": "Indicates who was responsible for creating the resource instance.", + "isModifier": false, + "short": "Who created", + "mapping": [ + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "./participation[typeCode='SUB'] (possibly through a ControlAct and Role)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Basic.author", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The Clinical Document profile constrains Composition to specify a clinical document (matching CDA). \n\nThe base Composition is a general resource for compositions or documents about any kind of subject that might be encountered in healthcare including such things as guidelines, medicines, etc. A clinical document is focused on documents related to the provision of care process, where the subject is a patient, a group of patients, or a closely related concept. A clinical document has additional requirements around confidentiality that do not apply in the same way to other kinds of documents.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/clinicaldocument/5.0.0", + "date": "2015-03-17", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - Structured Documents WG", + "fhirVersion": "5.0.0", + "name": "ClinicalDocument", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/documentreference", + "name": "FHIR DocumentReference", + "identity": "fhirdocumentreference" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Composition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Clinical Document", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sd" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "clinicaldocument", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/clinicaldocument", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1178", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/clinicaldocument", + "differential": { + "element": [ + { + "id": "Composition", + "max": "*", + "min": 0, + "path": "Composition" + }, + { + "id": "Composition.subject", + "path": "Composition.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ] + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/structure", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Composition" + }, + { + "description": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Questionnaire/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "To support structured, hierarchical registration of data gathered using digital forms and other questionnaires. Questionnaires provide greater control over presentation and allow capture of data in a domain-independent way (i.e. capturing information that would otherwise require multiple distinct types of resources).", + "name": "Questionnaire", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Questionnaire", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Questionnaire", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Questionnaire", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "que-2", + "human": "The link ids for groups and questions must be unique within the questionnaire", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "descendants().linkId.isDistinct()" + } + ], + "path": "Questionnaire", + "min": 0, + "definition": "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.", + "isModifier": false, + "short": "A structured set of questions", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { + "map": "infrastructure.information", + "identity": "w5" + }, + { + "map": "Observation[moodCode=DEF]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Form", "CRF", "Survey"], + "max": "*", + "id": "Questionnaire" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Questionnaire.url", + "requirements": "Allows the questionnaire to be referenced by a single globally unique identifier.\n\nThis is the id that will be used to link a QuestionnaireResponse to the Questionnaire the response is for.", + "min": 0, + "definition": "An absolute URI that is used to identify this questionnaire when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this questionnaire is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the questionnaire is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this questionnaire, represented as an absolute URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).\n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.\n\nThe name of the referenced questionnaire can be conveyed using the http://hl7.org/fhir/StructureDefinition/display extension.", + "isSummary": true + }, + { + "path": "Questionnaire.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the questionnaire.", + "min": 0, + "definition": "A formal identifier that is used to identify this questionnaire when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Business identifier for questionnaire", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this questionnaire outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Questionnaire.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the questionnaire when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the questionnaire author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the questionnaire", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.version", + "comment": "There may be different questionnaires that have the same url but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the questionnaire with the format. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Questionnaire.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Questionnaire.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "Questionnaire.name", + "requirements": "Supports code generation.", + "min": 0, + "definition": "A natural language name identifying the questionnaire. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this questionnaire (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type no-whitespace name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Questionnaire.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the questionnaire.", + "isModifier": false, + "short": "Name for this questionnaire (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Questionnaire.derivedFrom", + "requirements": "Allows a Questionnaire to be created based on another Questionnaire.", + "min": 0, + "definition": "The URL of a Questionnaire that this Questionnaire is based on.", + "isModifier": false, + "short": "Based on Questionnaire", + "mapping": [ + { + "map": "Definition.derivedFromCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DRIV].target[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.derivedFrom", + "comment": "This element covers a broad range of relationships, from 'somewhat inspired by' to 'fully compliant with'. There is a standard extensionthat allows clearer differentiation between the specifics of the derivation relationship where this is needed - e.g. to determine substitutability and validation expectations - [http://hl7.org/fhir/StructureDefinition/questionnaire-derivationType](http://hl7.org/fhir/extensions/StructureDefinition-questionnaire-derivationType.html).", + "isSummary": true + }, + { + "path": "Questionnaire.status", + "requirements": "Enables tracking the lifecycle of the content and filtering of questionnaires that are appropriate for use versus not.", + "min": 1, + "definition": "The current state of this questionnaire.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Questionnaire.status", + "condition": ["que-1a"], + "comment": "A nominal state-transition diagram can be found in the] documentation\n\nUnknown does not represent 'other' - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Questionnaire.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level questionnaire.", + "min": 0, + "definition": "A Boolean value to indicate that this questionnaire is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Questionnaire.experimental", + "comment": "Allows filtering of questionnaires that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Questionnaire.subjectType", + "requirements": "Allows enforcing that a QuestionnaireResponse only has a .subject element of the appropriate type.", + "min": 0, + "definition": "The types of subjects that can be the subject of responses created for the questionnaire.", + "isModifier": false, + "short": "Resource that can be subject of QuestionnaireResponse", + "mapping": [ + { + "map": "Definition.subject[x]", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=META].target[classCode=OBS, moodCode=DEFN, isCriterion=true].participation.role.classCode", + "identity": "rim" + }, + { "map": "FiveWs.who", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "*", + "id": "Questionnaire.subjectType", + "comment": "If none are specified, then the subject is unlimited.", + "isSummary": true + }, + { + "path": "Questionnaire.date", + "min": 0, + "definition": "The date (and optionally time) when the questionnaire was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the questionnaire changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Questionnaire.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the questionnaire. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Questionnaire.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the questionnaire. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the questionnaire.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the questionnaire is the organization or individual primarily responsible for the maintenance and upkeep of the questionnaire. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the questionnaire. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Questionnaire.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Questionnaire.description", + "min": 0, + "definition": "A free text natural language description of the questionnaire from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the questionnaire", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the questionnaire as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context. (E.g. the language of the questionnaire is presumed to be the predominant language in the place the questionnaire was created).", + "isSummary": true + }, + { + "path": "Questionnaire.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate questionnaires.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Questionnaire.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or even any of the contexts apply.", + "isSummary": true + }, + { + "path": "Questionnaire.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the questionnaire is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for questionnaire (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Questionnaire.jurisdiction", + "comment": "It may be possible for the questionnaire to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "Questionnaire.purpose", + "min": 0, + "definition": "Explanation of why this questionnaire is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this questionnaire is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.purpose", + "comment": "This element does not describe the usage of the questionnaire. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this questionnaire.", + "isSummary": false + }, + { + "path": "Questionnaire.copyright", + "requirements": "Consumers of the questionnaire must be able to determine any legal restrictions on the use of the artifact and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the questionnaire and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the questionnaire.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Questionnaire.copyright", + "isSummary": false + }, + { + "path": "Questionnaire.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Questionnaire.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the questionnaire was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Questionnaire.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the questionnaire was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Questionnaire.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the questionnaire are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the questionnaire content was or is planned to be in active use.", + "isModifier": false, + "short": "When the questionnaire is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.effectivePeriod", + "comment": "The effective period for a questionnaire determines when the content is applicable for usage and is independent of publication and review dates. For example, a questionnaire intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Questionnaire.code", + "requirements": "Allows linking of the complete Questionnaire resources to formal terminologies. It's common for \"panels\" of questions to be identified by a code.", + "min": 0, + "definition": "An identifier for this collection of questions in a particular terminology such as LOINC.", + "isModifier": false, + "short": "Concept that represents the overall questionnaire", + "mapping": [ + { "map": "Definition.code", "identity": "workflow" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireConcept" + } + ], + "description": "Codes for questionnaires, groups and individual questions." + }, + "max": "*", + "id": "Questionnaire.code", + "isSummary": true + }, + { + "constraint": [ + { + "key": "que-9", + "human": "Read-only can't be specified for \"display\" items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "type!='display' or readOnly.empty()" + }, + { + "key": "que-8", + "human": "Initial values can't be specified for groups or display items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "(type!='group' and type!='display') or initial.empty()" + }, + { + "key": "que-6", + "human": "Required and repeat aren't permitted for display items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "type!='display' or (required.empty() and repeats.empty())" + }, + { + "key": "que-5", + "human": "Only coding, decimal, integer, date, dateTime, time, string or quantity items can have answerOption or answerValueSet", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "(type='coding' or type = 'decimal' or type = 'integer' or type = 'date' or type = 'dateTime' or type = 'time' or type = 'string' or type = 'quantity') or (answerValueSet.empty() and answerOption.empty())" + }, + { + "key": "que-4", + "human": "A question cannot have both answerOption and answerValueSet", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "answerOption.empty() or answerValueSet.empty()" + }, + { + "key": "que-3", + "human": "Display items cannot have a \"code\" asserted", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "type!='display' or code.empty()" + }, + { + "key": "que-1c", + "human": "Display items cannot have child items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "type='display' implies item.empty()" + }, + { + "key": "que-1a", + "human": "Group items must have nested items when Questionanire is complete", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "(type='group' and %resource.status='complete') implies item.empty().not()" + }, + { + "key": "que-1b", + "human": "Groups should have items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "warning", + "expression": "type='group' implies item.empty().not()" + }, + { + "key": "que-10", + "human": "Maximum length can only be declared for simple question types", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "(type in ('boolean' | 'decimal' | 'integer' | 'string' | 'text' | 'url')) or answerConstraint='optionOrString' or maxLength.empty()" + }, + { + "key": "que-13", + "human": "Can only have multiple initial values for repeating items", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "repeats=true or initial.count() <= 1" + }, + { + "key": "que-14", + "human": "Can only have answerConstraint if answerOption or answerValueSet are present. (This is a warning because extensions may serve the same purpose)", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "warning", + "expression": "answerConstraint.exists() implies answerOption.exists() or answerValueSet.exists()" + }, + { + "key": "que-11", + "human": "If one or more answerOption is present, initial cannot be present. Use answerOption.initialSelected instead", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "answerOption.empty() or initial.empty()" + }, + { + "key": "que-12", + "human": "If there are more than one enableWhen, enableBehavior must be specified", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "enableWhen.count() > 1 implies enableBehavior.exists()" + } + ], + "path": "Questionnaire.item", + "min": 0, + "definition": "A particular question, question grouping or display text that is part of the questionnaire.", + "isModifier": false, + "short": "Questions and sections within the Questionnaire", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.item", + "comment": "The content of the questionnaire is constructed from an ordered, hierarchical collection of items.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "que-15", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Questionnaire.item.linkId", + "requirements": "[QuestionnaireResponse](questionnaireresponse.html#) does not require omitted items to be included and may have some items that repeat, so linkage based on position alone is not sufficient.", + "min": 1, + "definition": "An identifier that is unique within the Questionnaire allowing linkage to the equivalent item in a QuestionnaireResponse resource.", + "isModifier": false, + "short": "Unique id for item in questionnaire", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.linkId", + "condition": ["que-2"], + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Questionnaire.item.definition", + "requirements": "A common pattern is to define a set of data elements and then build multiple questionnaires for different circumstances to gather the data. This element provides traceability to the common definition and allows the content for the question to come from the underlying definition.", + "min": 0, + "definition": "This element is a URI that refers to an [ElementDefinition](elementdefinition.html) or to an [ObservationDefinition](observationdefinition.html) that provides information about this item, including information that might otherwise be included in the instance of the Questionnaire resource. A detailed description of the construction of the URI is shown in [Comments](questionnaire.html#definition), below.", + "isModifier": false, + "short": "ElementDefinition - details for the item", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=INST].target[classCode=OBS, moodCode=DEF]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.definition", + "comment": "The uri refers to an ElementDefinition in a [StructureDefinition](structuredefinition.html#) or to an [ObservationDefinition](observationdefinition.html) and always starts with the [canonical URL](references.html#canonical) for the target resource. When referring to a StructureDefinition, a fragment identifier is used to specify the element definition by its id [Element.id](types-definitions.html#Element.id). E.g. http://hl7.org/fhir/StructureDefinition/Observation#Observation.value[x]. In the absence of a fragment identifier, the first/root element definition in the target is the matching element definition.", + "isSummary": false + }, + { + "path": "Questionnaire.item.code", + "requirements": "Allows linking of groups of questions to formal terminologies.", + "min": 0, + "definition": "A terminology code that corresponds to this group or question (e.g. a code from LOINC, which defines many questions and answers).", + "isModifier": false, + "short": "Corresponding concept for this item in a terminology", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-questions", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireConcept" + } + ], + "description": "Codes for questionnaires, groups and individual questions." + }, + "max": "*", + "id": "Questionnaire.item.code", + "condition": ["que-3"], + "comment": "The value may come from the ElementDefinition referred to by .definition.", + "isSummary": false + }, + { + "path": "Questionnaire.item.prefix", + "requirements": "Separating the label from the question text allows improved rendering. Also, instructions will often refer to specific prefixes, so there's a need for the questionnaire design to have control over what labels are used.", + "min": 0, + "definition": "A short label for a particular group, question or set of display text within the questionnaire used for reference by the individual completing the questionnaire.", + "isModifier": false, + "short": "E.g. \"1(a)\", \"2.5.3\"", + "mapping": [{ "map": "Not supported", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "alias": ["label"], + "max": "1", + "id": "Questionnaire.item.prefix", + "comment": "These are generally unique within a questionnaire, though this is not guaranteed. Some questionnaires may have multiple questions with the same label with logic to control which gets exposed. Typically, these won't be used for \"display\" items, though such use is not prohibited. Systems SHOULD NOT generate their own prefixes if prefixes are defined for any items within a Questionnaire.", + "isSummary": false + }, + { + "path": "Questionnaire.item.text", + "min": 0, + "definition": "The name of a section, the text of a question or text content for a display item.", + "isModifier": false, + "short": "Primary text for the item", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Questionnaire.item.text", + "comment": "When using this element to represent the name of a section, use group type item and also make sure to limit the text element to a short string suitable for display as a section heading. Group item instructions should be included as a display type item within the group.", + "isSummary": false + }, + { + "path": "Questionnaire.item.type", + "requirements": "Defines the format in which the user is to be prompted for the answer.", + "min": 1, + "definition": "The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, Coding, etc.).", + "isModifier": false, + "short": "group | display | boolean | decimal | integer | date | dateTime +", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/item-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireItemType" + } + ], + "description": "Distinguishes groups from questions and display text and indicates data type for questions." + }, + "max": "1", + "id": "Questionnaire.item.type", + "condition": [ + "que-9", + "que-8", + "que-6", + "que-5", + "que-3", + "que-10", + "que-1a", + "que-1b", + "que-1c" + ], + "comment": "Additional constraints on the type of answer can be conveyed by extensions. The value may come from the ElementDefinition referred to by .definition.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "que-7", + "human": "If the operator is 'exists', the value must be a boolean", + "source": "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "severity": "error", + "expression": "operator = 'exists' implies (answer is boolean)" + } + ], + "path": "Questionnaire.item.enableWhen", + "requirements": "Allows questionnaires to adapt based on answers to other questions. E.g. If physical gender is specified as a male, no need to capture pregnancy history. Also allows conditional display of instructions or groups of questions.", + "min": 0, + "definition": "A constraint indicating that this item should only be enabled (displayed/allow answers to be captured) when the specified condition is true.", + "isModifier": true, + "short": "Only allow data when", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.item.enableWhen", + "condition": ["que-12"], + "comment": "If multiple repetitions of this extension are present, the interpretation is driven by enableBehavior (either all repetitions must evaluate to true for this item to be enabled, or only one must evaluate to true for the item to be enabled). If the enableWhen.question has multiple answers, the condition evaluates to true if *any* of the answers for the referenced item match the enableWhen condition. This element is a modifier because if enableWhen is present for an item, \"required\" is ignored unless one of the enableWhen conditions is met. When an item is disabled, all of its descendants are disabled, regardless of what their own enableWhen logic might evaluate to. If enableWhen logic depends on an item that is disabled, the logic should proceed as though the item is not valued - even if a default value or other value might be retained in memory in the event of the item being re-enabled. In some cases, the comparison between the indicated answer and the specified value may differ only by precision. For example, the enableWhen might be Q1 > 1970, but the answer to Q1 is 1970-10-15. There is not a clear answer as to whether 1970-10-15 should be considered 'greater' than 1970, given that it is an imprecise value. In these indeterminate situations, the form filler has the option of refusing to render the form. If the form **is** displayed, items where enableWhen is indeterminate SHOULD be treated as enabled with a warning indicating that the questionnaire logic was faulty and it is possible that the item should not be enabled. Questionnaires SHOULD be designed to take into account challenges around varying precision to minimize non-deterministic situations by setting constraints around expected precision, etc.", + "isModifierReason": "If enableWhen is present and the condition evaluates to false, then the Questionnaire behaves as though the elements weren't actually present", + "isSummary": false + }, + { + "path": "Questionnaire.item.enableWhen.question", + "min": 1, + "definition": "The linkId for the question whose answer (or lack of answer) governs whether this item is enabled.", + "isModifier": false, + "short": "The linkId of question that determines whether item is enabled/disabled", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.enableWhen.question", + "comment": "If multiple question occurrences are present for the same question (same linkId), then this refers to the nearest question occurrence reachable by tracing first the \"ancestor\" axis and then the \"preceding\" axis and then the \"following\" axis. If there are multiple items with the same linkId and all are equadistant (e.g. a question references a question that appears in a separate repeating group), that is an error. (Consider using the enableWhenExpression extension to define logic to handle such a situation.)", + "isSummary": false + }, + { + "path": "Questionnaire.item.enableWhen.operator", + "min": 1, + "definition": "Specifies the criteria by which the question is enabled.", + "isModifier": false, + "short": "exists | = | != | > | < | >= | <=", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-operator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireItemOperator" + } + ], + "description": "The criteria by which a question is enabled." + }, + "max": "1", + "id": "Questionnaire.item.enableWhen.operator", + "condition": ["que-7"], + "isSummary": false + }, + { + "path": "Questionnaire.item.enableWhen.answer[x]", + "min": 1, + "definition": "A value that the referenced question is tested using the specified operator in order for the item to be enabled. If there are multiple answers, a match on any of the answers suffices. If different behavior is desired (all must match, at least 2 must match, etc.), consider using the enableWhenExpression extension.", + "isModifier": false, + "short": "Value for question comparison based on operator", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption3" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.enableWhen.answer[x]", + "condition": ["que-7"], + "isSummary": false + }, + { + "path": "Questionnaire.item.enableBehavior", + "min": 0, + "definition": "Controls how multiple enableWhen values are interpreted - whether all or any must be true.", + "isModifier": false, + "short": "all | any", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnableWhenBehavior" + } + ], + "description": "Controls how multiple enableWhen values are interpreted - whether all or any must be true." + }, + "max": "1", + "id": "Questionnaire.item.enableBehavior", + "condition": ["que-12"], + "comment": "This element must be specified if more than one enableWhen value is provided.", + "isSummary": false + }, + { + "path": "Questionnaire.item.disabledDisplay", + "min": 0, + "definition": "Indicates if and how items that are disabled (because enableWhen evaluates to 'false') should be displayed.", + "isModifier": false, + "short": "hidden | protected", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-disabled-display|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DisabledDisplay" + } + ], + "description": "Defines how disabled elements should be rendered" + }, + "max": "1", + "id": "Questionnaire.item.disabledDisplay", + "comment": "If not specified, rendering behavior is up to the client. This element is only meaningful if enableWhen or an equivalent extension is present", + "isSummary": false + }, + { + "path": "Questionnaire.item.required", + "min": 0, + "definition": "An indication, if true, that the item must be present in a \"completed\" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.", + "isModifier": false, + "short": "Whether the item must be included in data results", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "Items are assumed not to be required unless explicitly specified, though extensions may impose additional expectations", + "max": "1", + "id": "Questionnaire.item.required", + "condition": ["que-6"], + "comment": "If the required item is a question, it must have a direct answer (i.e. an answer to the question itself, not merely answers to child questions) in order for the QuestionnaireResponse to be complete. If the required item is a group, it must have at least one descendant question which has an answer Questionnaire.item.required only has meaning for elements that are conditionally enabled with enableWhen if the condition evaluates to true. It also only has meaning if the parent element is present. If a non-required 'group' item contains a 'required' question item, it's completely fine to omit the group (because it's not required) despite it having a required child. Similarly, if an item that contains other items is marked as required, that does not automatically make the contained elements required (though required groups must contain at least one descendant item with a populated answer). The value for 'required' may come from the ElementDefinition referred to by .definition.", + "isSummary": false + }, + { + "path": "Questionnaire.item.repeats", + "requirements": "Items may be used to create set of (related) questions that can be repeated to give multiple answers to such a set.", + "min": 0, + "definition": "An indication, if true, that a QuestionnaireResponse for this item may include multiple answers associated with a single instance of this item (for question-type items) or multiple repetitions of the item (for group-type items).", + "isModifier": false, + "short": "Whether the item may repeat", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "Items are generally assumed not to repeat unless explicitly specified. Systems SHOULD always populate this value", + "max": "1", + "id": "Questionnaire.item.repeats", + "condition": ["que-6", "que-13"], + "comment": "If a question is marked as repeats=true, then multiple answers can be provided for the question in the corresponding QuestionnaireResponse. When rendering the questionnaire, it is up to the rendering software whether to render the question text for each answer repetition (i.e. \"repeat the question\") or to simply allow entry/selection of multiple answers for the question (repeat the answers). Which is most appropriate visually may depend on the type of answer as well as whether there are nested items.\n\nThe resulting QuestionnaireResponse will be populated the same way regardless of rendering - one 'question' item with multiple answer values.\n\n The value may come from the ElementDefinition referred to by .definition. When repeats=true for a group, it'll be represented with multiple items with the same linkId in the QuestionnaireResponse. For a question, it'll be represented by a single item with that linkId with multiple answers.", + "isSummary": false + }, + { + "path": "Questionnaire.item.readOnly", + "requirements": "Allows certain information to be phrased (and rendered) as a question and an answer, while keeping users from changing it. May also be useful for preventing changes to pre-populated portions of a questionnaire, for calculated values, etc.", + "min": 0, + "definition": "An indication, when true, that the value cannot be changed by a human respondent to the Questionnaire.", + "isModifier": false, + "short": "Don't allow human editing", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.readOnly", + "condition": ["que-9"], + "comment": "If specified on a 'group', then all items beneath the specified group are read only. For questions, this only marks the answer associated with the specific item read only. Descendant questions are not impacted. The value of readOnly elements can be established by asserting extensions for defaultValues, linkages that support pre-population and/or extensions that support calculation based on other answers.", + "isSummary": false + }, + { + "path": "Questionnaire.item.maxLength", + "min": 0, + "definition": "The maximum number of characters that are permitted in the answer to be considered a \"valid\" QuestionnaireResponse.", + "isModifier": false, + "short": "No more than these many characters", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.maxLength", + "condition": ["que-10"], + "comment": "For base64binary, reflects the number of characters representing the encoded data, not the number of bytes of the binary data. The value may come from the ElementDefinition referred to by .definition.", + "isSummary": false + }, + { + "path": "Questionnaire.item.answerConstraint", + "requirements": "Introduces the ability for questions to have 'other' answers", + "min": 0, + "definition": "For items that have a defined set of allowed answers (via answerOption or answerValueSet), indicates whether values *other* than those specified can be selected.", + "isModifier": false, + "short": "optionsOnly | optionsOrType | optionsOrString", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If not specified, answerConstraint is presumed to be 'optionsOnly'", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answer-constraint|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireAnswerConstraint" + } + ], + "description": "Indicates differnt modes for restricting values when options or valueset are specified" + }, + "max": "1", + "id": "Questionnaire.item.answerConstraint", + "condition": ["que-10", "que-14"], + "isSummary": false + }, + { + "path": "Questionnaire.item.answerValueSet", + "min": 0, + "definition": "A reference to a value set containing a list of values representing permitted answers for a question.", + "isModifier": false, + "short": "ValueSet containing permitted answers", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Questionnaire.item.answerValueSet", + "condition": ["que-5", "que-4", "que-14"], + "comment": "LOINC defines many useful value sets for questionnaire responses. See [LOINC Answer Lists](https://terminology.hl7.org/LOINC.html). The value may come from the ElementDefinition referred to by .definition.", + "isSummary": false + }, + { + "path": "Questionnaire.item.answerOption", + "min": 0, + "definition": "One of the permitted answers for the question.", + "isModifier": false, + "short": "Permitted answer", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.item.answerOption", + "condition": ["que-5", "que-4", "que-11", "que-14"], + "comment": "This element can be used when the value set machinery of answerValueSet is deemed too cumbersome or when there's a need to capture possible answers that are not codes.", + "isSummary": false + }, + { + "path": "Questionnaire.item.answerOption.value[x]", + "min": 1, + "definition": "A potential answer that's allowed as the answer to this question.", + "isModifier": false, + "short": "Answer value", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "integer" }, + { "code": "date" }, + { "code": "time" }, + { "code": "string" }, + { "code": "Coding" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.answerOption.value[x]", + "comment": "The data type of the value must agree with the item.type.", + "isSummary": false + }, + { + "path": "Questionnaire.item.answerOption.initialSelected", + "min": 0, + "definition": "Indicates whether the answer value is selected when the list of possible answers is initially shown.", + "isModifier": false, + "short": "Whether option is selected by default", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "Only selected items explicitly marked to be selected", + "max": "1", + "id": "Questionnaire.item.answerOption.initialSelected", + "isSummary": false + }, + { + "path": "Questionnaire.item.initial", + "requirements": "In some workflows, having defaults saves time.", + "min": 0, + "definition": "One or more values that should be pre-populated in the answer when initially rendering the questionnaire for user input.", + "isModifier": false, + "short": "Initial value(s) when item is first rendered", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Questionnaire.item.initial", + "condition": ["que-8", "que-13", "que-11"], + "comment": "The user is allowed to change the value and override the default (unless marked as read-only). If the user doesn't change the value, then this initial value will be persisted when the QuestionnaireResponse is initially created. Note that initial values can influence results. The data type of initial.answer[x] must agree with the item.type, and only repeating items can have more then one initial value.", + "isSummary": false + }, + { + "path": "Questionnaire.item.initial.value[x]", + "min": 1, + "definition": "The actual value to for an initial answer.", + "isModifier": false, + "short": "Actual value for initializing the question", + "mapping": [ + { + "map": "N/A - MIF rather than RIM level", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "decimal" }, + { "code": "integer" }, + { "code": "date" }, + { "code": "dateTime" }, + { "code": "time" }, + { "code": "string" }, + { "code": "uri" }, + { "code": "Attachment" }, + { "code": "Coding" }, + { "code": "Quantity" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-answers", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuestionnaireQuestionOption2" + } + ], + "description": "Allowed values to answer questions." + }, + "max": "1", + "id": "Questionnaire.item.initial.value[x]", + "comment": "The type of the initial value must be consistent with the type of the item.", + "isSummary": false + }, + { + "path": "Questionnaire.item.item", + "requirements": "Reports can consist of complex nested groups.", + "min": 0, + "definition": "Text, questions and other groups to be nested beneath a question or group.", + "isModifier": false, + "short": "Nested questionnaire items", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "contentReference": "#Questionnaire.item", + "mustSupport": false, + "max": "*", + "id": "Questionnaire.item.item", + "comment": "There is no specified limit to the depth of nesting. However, Questionnaire authors are encouraged to consider the impact on the user and user interface of overly deep nesting.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines a GuidanceResponse that represents the response container for a CDS Hooks response", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "CDSHooksGuidanceResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "GuidanceResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "C D S Hooks Guidance Response", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cdshooksguidanceresponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1485", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cdshooksguidanceresponse", + "differential": { + "element": [ + { + "id": "GuidanceResponse", + "max": "1", + "min": 1, + "path": "GuidanceResponse" + }, + { + "id": "GuidanceResponse.extension:cdsHooksEndpoint", + "max": "1", + "min": 1, + "path": "GuidanceResponse.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + ] + } + ], + "short": "Service endpoint", + "sliceName": "cdsHooksEndpoint", + "definition": "Defines the service endpoint for the behavior implemented by the GuidanceResponse." + }, + { + "id": "GuidanceResponse.requestIdentifier", + "max": "1", + "min": 1, + "path": "GuidanceResponse.requestIdentifier" + }, + { + "id": "GuidanceResponse.identifier", + "max": "1", + "min": 1, + "path": "GuidanceResponse.identifier" + }, + { + "id": "GuidanceResponse.moduleUri", + "max": "1", + "min": 1, + "path": "GuidanceResponse.moduleUri" + }, + { + "id": "GuidanceResponse.subject", + "path": "GuidanceResponse.subject", + "mustSupport": true + }, + { + "id": "GuidanceResponse.occurrenceDateTime", + "path": "GuidanceResponse.occurrenceDateTime", + "mustSupport": true + }, + { + "id": "GuidanceResponse.performer", + "path": "GuidanceResponse.performer", + "mustSupport": true + }, + { + "id": "GuidanceResponse.result", + "path": "GuidanceResponse.result", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" + }, + { + "description": "Common Interface declaration for conformance and knowledge artifact resources.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CanonicalResource/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CanonicalResource", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "CanonicalResource", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-interface", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.2.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "CanonicalResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CanonicalResource", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CanonicalResource", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/CanonicalResource", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "CanonicalResource", + "min": 1, + "definition": "Common Interface declaration for conformance and knowledge artifact resources.", + "isModifier": false, + "short": "Common Interface declaration for definitional resources", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" } + ], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/CanonicalResource", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "CanonicalResource.url", + "requirements": "Allows the {{title}} to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this {{title}} when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this {{title}} is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the {{title}} is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this {{title}}, represented as an absolute URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).\n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CanonicalResource.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the {{title}}.", + "min": 0, + "definition": "A formal identifier that is used to identify this {{title}} when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the {{title}}", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CanonicalResource.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this {{title}} outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "CanonicalResource.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the {{title}} when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the {{title}} author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence without additional knowledge. (See the versionAlgorithm element.)", + "isModifier": false, + "short": "Business version of the {{title}}", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.version", + "comment": "There may be different {{title}}s that have the same url but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the {{title}} with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "CanonicalResource.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "CanonicalResource.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "CanonicalResource.name", + "requirements": "Supports code generation.", + "min": 0, + "definition": "A natural language name identifying the {{title}}. This name should be usable as an identifier for the resource by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this {{title}} (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type no-whitespace name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "CanonicalResource.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the {{title}}.", + "isModifier": false, + "short": "Name for this {{title}} (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CanonicalResource.status", + "requirements": "Enables tracking the life-cycle of the content and filtering of {{title}}s that are appropriate for use versus not.", + "min": 1, + "definition": "The current state of this {{title}}. ", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CanonicalResource.status", + "comment": "A nominal state-transition diagram can be found in the [Definition pattern](definition.html#statemachine) documentation.\n\nUnknown does not represent 'other' - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CanonicalResource.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level {{title}}.", + "min": 0, + "definition": "A Boolean value to indicate that this {{title}} is authored for testing purposes (or education/evaluation/marketing) and is not intended for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "CanonicalResource.experimental", + "comment": "Allows filtering of {{title}}s that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CanonicalResource.date", + "min": 0, + "definition": "The date (and optionally time) when the {{title}} was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the {{title}} changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "CanonicalResource.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the {{title}}. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CanonicalResource.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the {{title}}. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the {{title}}.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the {{title}} is the organization or individual primarily responsible for the maintenance and upkeep of the {{title}}. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the {{title}}. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CanonicalResource.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "CanonicalResource.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CanonicalResource.description", + "min": 0, + "definition": "A free text natural language description of the {{title}} from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the {{title}}", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the {{title}} as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context.", + "isSummary": false + }, + { + "path": "CanonicalResource.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate {{title}}s.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "CanonicalResource.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or even any of the contexts apply.", + "isSummary": true + }, + { + "path": "CanonicalResource.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the {{title}} is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for {{title}} (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "CanonicalResource.jurisdiction", + "comment": "It may be possible for the {{title}} to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "CanonicalResource.purpose", + "min": 0, + "definition": "Explanation of why this {{title}} is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this {{title}} is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "CanonicalResource.purpose", + "comment": "This element does not describe the usage of the {{title}}. Instead, it provides traceability of \"why\" the resource is either needed or \"why\" it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this {{title}}.", + "isSummary": false + }, + { + "path": "CanonicalResource.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the {{title}} and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the {{title}} and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the {{title}}.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["License", "Restrictions"], + "max": "1", + "id": "CanonicalResource.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "CanonicalResource.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CanonicalResource.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the plan definition metadata required by HL7 and other organizations that share and publish plan definitions", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareableplandefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareablePlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable PlanDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareableplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableplandefinition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1077", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareableplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.extension:knowledgeCapability", + "max": "*", + "min": 0, + "path": "PlanDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability" + ] + } + ], + "sliceName": "knowledgeCapability", + "mustSupport": true + }, + { + "id": "PlanDefinition.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "PlanDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "PlanDefinition.extension:artifactComment", + "max": "*", + "min": 0, + "path": "PlanDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" + ] + } + ], + "sliceName": "artifactComment", + "mustSupport": true + }, + { + "id": "PlanDefinition.url", + "max": "1", + "min": 1, + "path": "PlanDefinition.url", + "mustSupport": true + }, + { + "id": "PlanDefinition.version", + "max": "1", + "min": 1, + "path": "PlanDefinition.version", + "mustSupport": true + }, + { + "id": "PlanDefinition.versionAlgorithm[x]", + "path": "PlanDefinition.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "PlanDefinition.name", + "path": "PlanDefinition.name", + "mustSupport": true + }, + { + "id": "PlanDefinition.title", + "max": "1", + "min": 1, + "path": "PlanDefinition.title", + "mustSupport": true + }, + { + "id": "PlanDefinition.experimental", + "path": "PlanDefinition.experimental", + "mustSupport": true + }, + { + "id": "PlanDefinition.publisher", + "path": "PlanDefinition.publisher", + "mustSupport": true + }, + { + "id": "PlanDefinition.description", + "max": "1", + "min": 1, + "path": "PlanDefinition.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/List/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "List", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent", + "identity": "xds" + } + ], + "abstract": false, + "type": "List", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "List", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/List", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/List", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "lst-1", + "human": "A list can only have an emptyReason if it is empty", + "source": "http://hl7.org/fhir/StructureDefinition/List", + "severity": "error", + "expression": "emptyReason.empty() or entry.empty()" + } + ], + "path": "List", + "min": 0, + "definition": "A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.", + "isModifier": false, + "short": "A list is a curated collection of resources", + "mapping": [ + { "map": "infrastructure.documents", "identity": "w5" }, + { + "map": "Act[classCode 1", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ListOrder" + } + ], + "description": "What order applies to the items in a list." + }, + "max": "1", + "id": "List.orderedBy", + "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.", + "isSummary": false + }, + { + "path": "List.note", + "min": 0, + "definition": "Comments that apply to the overall list.", + "isModifier": false, + "short": "Comments about the list", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ].act.text", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "List.note", + "isSummary": false + }, + { + "path": "List.entry", + "min": 0, + "definition": "Entries in this list.", + "isModifier": false, + "short": "Entries in the list", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP] or .participation[typeCode=SBJ]", + "identity": "rim" + }, + { + "map": "SubmissionSet DocumentEntry(s)", + "identity": "xds" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "List.entry", + "condition": ["lst-1"], + "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.", + "orderMeaning": "Order has no meaning unless specifically asserted by List.orderedBy, in which case the List SHALL be interpreted as being ordered as specified by List.orderedBy.", + "isSummary": false + }, + { + "path": "List.entry.flag", + "requirements": "This field is present to support various clinical uses of lists, such as a discharge summary medication list, where flags specify whether the medication was added, modified, or deleted from the list.", + "min": 0, + "definition": "The flag allows the system constructing the list to indicate the role and significance of the item in the list.", + "isModifier": false, + "short": "Status/Workflow information about this item", + "mapping": [ + { + "map": ".outBoundRelationship[typeCode=COMP].target[classCode=OBS\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/list-item-flag", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ListItemFlag" + } + ], + "description": "Codes that provide further information about the reason and meaning of the item in the list." + }, + "max": "1", + "id": "List.entry.flag", + "comment": "The flag can only be understood in the context of the List.code. If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true", + "isSummary": false + }, + { + "path": "List.entry.deleted", + "requirements": "The flag element may contain codes that an application processing the list does not understand. However there can be no ambiguity if a list item is actually marked as \"deleted\".", + "min": 0, + "definition": "True if this item is marked as deleted in the list.", + "isModifier": true, + "short": "If this item is actually marked as deleted", + "mapping": [ + { + "map": "added: .updateMode=(\"A\",\"AR\") retained: .updateMode=\"NC\" updated: .updateMode=\"R\" deleted: .updateMode=\"D\"", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "List items are generally only treated as deleted when this element explicitly carries a value of true. Systems SHOULD always populate this value when mode is 'changes'", + "max": "1", + "id": "List.entry.deleted", + "comment": "If the flag means that the entry has actually been deleted from the list, the deleted element SHALL be true. A deleted entry should be displayed in narrative as deleted. This element is labeled as a modifier because it indicates that an item is (to be) no longer in the list.", + "isModifierReason": "If deleted is true, then the item included in the list isn't actually part of the list anymore", + "isSummary": false + }, + { + "path": "List.entry.date", + "requirements": "The date may be significant for understanding the meaning of items in a working list.", + "min": 0, + "definition": "When this item was added to the list.", + "isModifier": false, + "short": "When item added to list", + "mapping": [ + { "map": ".availabilityTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "List.entry.date", + "isSummary": false + }, + { + "path": "List.entry.item", + "min": 1, + "definition": "A reference to the actual resource from which data was derived.", + "isModifier": false, + "short": "Actual entry", + "mapping": [ + { + "map": ".target or .role or .role.entity", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "List.entry.item", + "isSummary": false + }, + { + "path": "List.emptyReason", + "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.", + "min": 0, + "definition": "If the list is empty, why the list is empty.", + "isModifier": false, + "short": "Why list is empty", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=SUBJ,code1.5 mmol/L.", + "fixedQuantity": { "value": 1.5 } + }, + { + "id": "Observation.referenceRange.high", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.high", + "comment": "Per Australian NHF Recommendations." + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "A sample to be used for analysis.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Specimen/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Specimen", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Specimen", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "Specimen", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Specimen", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Specimen", + "differential": { + "element": [ + { + "path": "Specimen", + "min": 0, + "definition": "A sample to be used for analysis.", + "isModifier": false, + "short": "Sample for analysis", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "Role[classCode=SPEC]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Specimen" + }, + { + "path": "Specimen.identifier", + "min": 0, + "definition": "Id for specimen.", + "isModifier": false, + "short": "External Identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "SPM-2", "identity": "v2" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Specimen.identifier", + "isSummary": true + }, + { + "path": "Specimen.accessionIdentifier", + "min": 0, + "definition": "The identifier assigned by the lab when accessioning specimen(s). This is not necessarily the same as the specimen identifier, depending on local lab procedures.", + "isModifier": false, + "short": "Identifier assigned by the lab", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "SPM-30 (v2.7+)", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[classCode=ACSN, moodCode=EVN].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.accessionIdentifier", + "isSummary": true + }, + { + "path": "Specimen.status", + "min": 0, + "definition": "The availability of the specimen.", + "isModifier": true, + "short": "available | unavailable | unsatisfactory | entered-in-error", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "SPM-20", "identity": "v2" }, + { "map": "status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenStatus" + } + ], + "description": "Codes providing the status/availability of a specimen." + }, + "max": "1", + "id": "Specimen.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Specimen.type", + "min": 0, + "definition": "The kind of material that forms the specimen.", + "isModifier": false, + "short": "Kind of material that forms the specimen", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "SPM-4 and possibly SPM-5", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenType" + } + ], + "description": "The type of the specimen." + }, + "max": "1", + "id": "Specimen.type", + "comment": "The type can change the way that a specimen is handled and drives what kind of analyses can properly be performed on the specimen. It is frequently used in diagnostic work flow decision making systems.", + "isSummary": true + }, + { + "path": "Specimen.subject", + "requirements": "Must know the subject context.", + "min": 0, + "definition": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance, a biologically-derived product, or a device.", + "isModifier": false, + "short": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a sampling of a substance, a biologically-derived product, or a device", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": ".scoper or .scoper.playsRole", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.subject", + "isSummary": true + }, + { + "path": "Specimen.receivedTime", + "min": 0, + "definition": "Time when specimen is received by the testing laboratory for processing or testing.", + "isModifier": false, + "short": "The time when specimen is received by the testing laboratory", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "SPM-18", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[code=SPCREC, moodCode=EVN].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.receivedTime", + "isSummary": true + }, + { + "path": "Specimen.parent", + "min": 0, + "definition": "Reference to the parent (source) specimen which is used when the specimen was either derived from or a component of another specimen.", + "isModifier": false, + "short": "Specimen from which this specimen originated", + "mapping": [ + { + "map": ".scoper (if parent) .player.scopesRole[classCode=SPEC].player (if child)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Specimen.parent", + "comment": "The parent specimen could be the source from which the current specimen is derived by some processing step (e.g. an aliquot or isolate or extracted nucleic acids from clinical samples) or one of many specimens that were combined to create a pooled sample.", + "isSummary": false + }, + { + "path": "Specimen.request", + "min": 0, + "definition": "Details concerning a service request that required a specimen to be collected.", + "isModifier": false, + "short": "Why the specimen was collected", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC? OBR-2/3?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Specimen.request", + "comment": "The request may be explicit or implied such with a ServiceRequest that requires a blood draw.", + "isSummary": false + }, + { + "path": "Specimen.combined", + "min": 0, + "definition": "This element signifies if the specimen is part of a group or pooled.", + "isModifier": false, + "short": "grouped | pooled", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-combined|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes for the combined status of a specimen." + }, + "max": "1", + "id": "Specimen.combined", + "isSummary": true + }, + { + "path": "Specimen.role", + "min": 0, + "definition": "The role or reason for the specimen in the testing workflow.", + "isModifier": false, + "short": "The role the specimen serves", + "mapping": [{ "map": "SPM-10", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-role", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing specimen role." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenRole" + } + ], + "description": "Codes describing specimen role." + }, + "max": "*", + "id": "Specimen.role", + "isSummary": false + }, + { + "path": "Specimen.feature", + "min": 0, + "definition": "A physical feature or landmark on a specimen, highlighted for context by the collector of the specimen (e.g. surgeon), that identifies the type of feature as well as its meaning (e.g. the red ink indicating the resection margin of the right lobe of the excised prostate tissue or wire loop at radiologically suspected tumor location).", + "isModifier": false, + "short": "The physical feature of a specimen", + "mapping": [ + { + "map": ".player.scopingRole[classCode=FEAT].scoper", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Specimen.feature", + "isSummary": false + }, + { + "path": "Specimen.feature.type", + "min": 1, + "definition": "The landmark or feature being highlighted.", + "isModifier": false, + "short": "Highlighted feature", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical feature." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenFeatureType" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "Specimen.feature.type", + "isSummary": false + }, + { + "path": "Specimen.feature.description", + "min": 1, + "definition": "Description of the feature of the specimen.", + "isModifier": false, + "short": "Information about the feature", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.feature.description", + "isSummary": false + }, + { + "path": "Specimen.collection", + "min": 0, + "definition": "Details concerning the specimen collection.", + "isModifier": false, + "short": "Collection details", + "mapping": [ + { "map": "SPM-14", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].act[classCode=SPECCOLLECT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection", + "isSummary": false + }, + { + "path": "Specimen.collection.collector", + "min": 0, + "definition": "Person who collected the specimen.", + "isModifier": false, + "short": "Who collected the specimen", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=PFM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection.collector", + "isSummary": true + }, + { + "path": "Specimen.collection.collected[x]", + "min": 0, + "definition": "Time when specimen was collected from subject - the physiologically relevant time.", + "isModifier": false, + "short": "Collection time", + "mapping": [ + { "map": "FiveWs.init", "identity": "w5" }, + { "map": "SPM-17", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection.collected[x]", + "isSummary": true + }, + { + "path": "Specimen.collection.duration", + "min": 0, + "definition": "The span of time over which the collection of a specimen occurred.", + "isModifier": false, + "short": "How long it took to collect specimen", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection.duration", + "isSummary": true + }, + { + "path": "Specimen.collection.quantity", + "min": 0, + "definition": "The quantity of specimen collected; for instance the volume of a blood sample, or the physical measurement of an anatomic pathology sample.", + "isModifier": false, + "short": "The quantity of specimen collected", + "mapping": [ + { "map": "SPM-12", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=SPEC].player.quantity", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection.quantity", + "isSummary": false + }, + { + "path": "Specimen.collection.method", + "min": 0, + "definition": "A coded value specifying the technique that is used to perform the procedure.", + "isModifier": false, + "short": "Technique used to perform collection", + "mapping": [ + { "map": "SPM-7", "identity": "v2" }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCollectionMethod" + } + ], + "description": "The technique that is used to perform the procedure." + }, + "max": "1", + "id": "Specimen.collection.method", + "isSummary": false + }, + { + "path": "Specimen.collection.device", + "min": 0, + "definition": "A coded value specifying the technique that is used to perform the procedure.", + "isModifier": false, + "short": "Device used to perform collection", + "mapping": [ + { "map": "SPM-14", "identity": "v2" }, + { + "map": "participation[typeCode=DEV]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCollectionDevice" + } + ], + "description": "The device that was used to obtain the specimen (e.g. a catheter or catheter part used to draw the blood via a central line)." + }, + "max": "1", + "id": "Specimen.collection.device", + "isSummary": false + }, + { + "path": "Specimen.collection.procedure", + "min": 0, + "definition": "The procedure event during which the specimen was collected (e.g. the surgery leading to the collection of a pathology sample).", + "isModifier": false, + "short": "The procedure that collects the specimen", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.collection.procedure", + "isSummary": false + }, + { + "path": "Specimen.collection.bodySite", + "min": 0, + "definition": "Anatomical location from which the specimen was collected (if subject is a patient). This is the target site. This element is not used for environmental specimens.", + "isModifier": false, + "short": "Anatomical collection site", + "mapping": [ + { "map": "SPM-8 and SPM-9", "identity": "v2" }, + { "map": ".targetSiteCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "Specimen.collection.bodySite", + "comment": "Reasons for using BodyStructure reference include: 1.) Need to identify a specific site instance (e.g. a specific mole), 2.) a single pre-coordinated coded concept for the body site does not exist, 3.) a desire to represent bodySite using multiple attributes (e.g. modifiers).", + "isSummary": false + }, + { + "path": "Specimen.collection.fastingStatus[x]", + "requirements": "Many diagnostic tests require fasting to facilitate accurate interpretation.", + "min": 0, + "definition": "Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.", + "isModifier": false, + "short": "Whether or how long patient abstained from food and/or drink", + "mapping": [{ "map": "OBR-", "identity": "v2" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Duration" } + ], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0916", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FastingStatus" + } + ], + "description": "Codes describing the fasting status of the patient." + }, + "max": "1", + "id": "Specimen.collection.fastingStatus[x]", + "comment": "Representing fasting status using this element is preferred to representing it with an observation using a 'pre-coordinated code' such as LOINC 2005-7 (Calcium [Moles/​time] in 2 hour Urine --12 hours fasting), or using a component observation ` such as `Observation.component code` = LOINC 49541-6 (Fasting status - Reported).", + "isSummary": true + }, + { + "path": "Specimen.processing", + "min": 0, + "definition": "Details concerning processing and processing steps for the specimen.", + "isModifier": false, + "short": "Processing and processing step details", + "mapping": [ + { + "map": ".participation[typeCode=SBJ].act[code=SPCTRT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Specimen.processing", + "isSummary": false + }, + { + "path": "Specimen.processing.description", + "min": 0, + "definition": "Textual description of procedure.", + "isModifier": false, + "short": "Textual description of procedure", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.processing.description", + "isSummary": false + }, + { + "path": "Specimen.processing.method", + "min": 0, + "definition": "A coded value specifying the method used to process the specimen.", + "isModifier": false, + "short": "Indicates the treatment step applied to the specimen", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-processing-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenProcessingMethod" + } + ], + "description": "Type indicating the technique used to process the specimen." + }, + "max": "1", + "id": "Specimen.processing.method", + "isSummary": false + }, + { + "path": "Specimen.processing.additive", + "min": 0, + "definition": "Material used in the processing step.", + "isModifier": false, + "short": "Material used in the processing step", + "mapping": [ + { "map": "SPM-6", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADTV].code", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Specimen.processing.additive", + "isSummary": false + }, + { + "path": "Specimen.processing.time[x]", + "min": 0, + "definition": "A record of the time or period when the specimen processing occurred. For example the time of sample fixation or the period of time the sample was in formalin.", + "isModifier": false, + "short": "Date and time of specimen processing", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Specimen.processing.time[x]", + "isSummary": false + }, + { + "path": "Specimen.container", + "min": 0, + "definition": "The container holding the specimen. The recursive nature of containers; i.e. blood in tube in tray in rack is not addressed here.", + "isModifier": false, + "short": "Direct container of specimen (tube/slide, etc.)", + "mapping": [ + { + "map": ".player.scopingRole[classCode=CONT].scoper", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Specimen.container", + "isSummary": false + }, + { + "path": "Specimen.container.device", + "min": 1, + "definition": "The device resource for the the container holding the specimen. If the container is in a holder then the referenced device will point to a parent device.", + "isModifier": false, + "short": "Device resource for the container", + "mapping": [ + { + "map": "participation[typeCode=DEV]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.container.device", + "isSummary": false + }, + { + "path": "Specimen.container.location", + "min": 0, + "definition": "The location of the container holding the specimen.", + "isModifier": false, + "short": "Where the container is", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.container.location", + "isSummary": false + }, + { + "path": "Specimen.container.specimenQuantity", + "min": 0, + "definition": "The quantity of specimen in the container; may be volume, dimensions, or other appropriate measurements, depending on the specimen type.", + "isModifier": false, + "short": "Quantity of specimen within container", + "mapping": [ + { + "map": "SAC-23 (value) SAC-24 (units", + "identity": "v2" + }, + { + "map": ".playedRole[classCode=CONT].quantity", + "identity": "rim" + } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Specimen.container.specimenQuantity", + "isSummary": false + }, + { + "path": "Specimen.condition", + "requirements": "The specimen condition can be used to assess its quality or appropriateness for a specific test.", + "min": 0, + "definition": "A mode or state of being that describes the nature of the specimen.", + "isModifier": false, + "short": "State of the specimen", + "mapping": [{ "map": "SPM-24", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0493", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCondition" + } + ], + "description": "Codes describing the state of the specimen." + }, + "max": "*", + "id": "Specimen.condition", + "comment": "Specimen condition is an observation made about the specimen. It's a point-in-time assessment. It can be used to assess its quality or appropriateness for a specific test.", + "isSummary": true + }, + { + "path": "Specimen.note", + "min": 0, + "definition": "To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen).", + "isModifier": false, + "short": "Comments", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Specimen.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines a PlanDefinition that implements the behavior for a CDS Hooks service", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "CDSHooksServicePlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "C D S Hooks Service Plan Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "cdshooksserviceplandefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1075", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/cdshooksserviceplandefinition", + "differential": { + "element": [ + { + "id": "PlanDefinition", + "max": "1", + "min": 1, + "path": "PlanDefinition" + }, + { + "id": "PlanDefinition.extension:cdsHooksEndpoint", + "max": "1", + "min": 1, + "path": "PlanDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint" + ] + } + ], + "short": "Service endpoint", + "sliceName": "cdsHooksEndpoint", + "definition": "Defines the service endpoint for the behavior implemented by the PlanDefinition." + }, + { + "id": "PlanDefinition.action", + "path": "PlanDefinition.action" + }, + { + "id": "PlanDefinition.action.title", + "path": "PlanDefinition.action.title", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.description", + "path": "PlanDefinition.action.description", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.priority", + "path": "PlanDefinition.action.priority", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.trigger", + "path": "PlanDefinition.action.trigger", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.condition", + "path": "PlanDefinition.action.condition", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.timing[x]", + "path": "PlanDefinition.action.timing[x]", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.participant", + "path": "PlanDefinition.action.participant", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.type", + "path": "PlanDefinition.action.type", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.selectionBehavior", + "path": "PlanDefinition.action.selectionBehavior", + "mustSupport": true + }, + { + "id": "PlanDefinition.action.definition[x]", + "path": "PlanDefinition.action.definition[x]", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR batch response.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/batch-response-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "BatchResponseBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Batch response bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "batch-response-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/batch-response-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/batch-response-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "batch-response" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { + "id": "Bundle.entry.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry.request", + "max": "0", + "path": "Bundle.entry.request" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "UsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/UsageContext/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Consumers of the resource must be able to determine the intended applicability for the resource. Ideally, this information would be used programmatically to determine when and how it should be incorporated or exposed.", + "name": "UsageContext", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "UsageContext", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "UsageContext", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/UsageContext", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/UsageContext", + "differential": { + "element": [ + { + "id": "UsageContext", + "max": "*", + "min": 0, + "path": "UsageContext", + "short": "Describes the context of use for a conformance or knowledge resource", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care)." + }, + { + "path": "UsageContext.code", + "min": 1, + "definition": "A code that identifies the type of context being specified by this usage context.", + "short": "Type of context being specified", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/usage-context-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A code that specifies a type of context being specified by a usage context." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UsageContextType" + } + ], + "description": "A code that specifies a type of context being specified by a usage context." + }, + "max": "1", + "id": "UsageContext.code", + "isSummary": true + }, + { + "path": "UsageContext.value[x]", + "min": 1, + "definition": "A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.", + "short": "Value that defines the context", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/InsurancePlan", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/use-context", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A code that defines the specific value for the context being specified." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UsageContextValue" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code that defines the specific value for the context being specified." + }, + "max": "1", + "id": "UsageContext.value[x]", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this “document” encompasses *any* serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DocumentReference/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DocumentReference", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/composition", + "name": "FHIR Composition", + "identity": "fhircomposition" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ihe.net/xds", + "name": "XDS metadata equivalent", + "identity": "xds" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "DocumentReference", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DocumentReference", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DocumentReference", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "docRef-1", + "human": "facilityType SHALL only be present if context is not an encounter", + "source": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "severity": "warning", + "expression": "facilityType.empty() or context.where(resolve() is Encounter).empty()" + }, + { + "key": "docRef-2", + "human": "practiceSetting SHALL only be present if context is not present", + "source": "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "severity": "warning", + "expression": "practiceSetting.empty() or context.where(resolve() is Encounter).empty()" + } + ], + "path": "DocumentReference", + "min": 0, + "definition": "A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this \"document\" encompasses *any* serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.", + "isModifier": false, + "short": "A reference to a document", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "infrastructure.documents", "identity": "w5" }, + { + "map": "when describing a Composition", + "identity": "fhircomposition" + }, + { + "map": "Document[classCode=\"DOC\" and moodCode=\"EVN\"]", + "identity": "rim" + }, + { "map": "DocumentEntry", "identity": "xds" }, + { "map": "when describing a CDA", "identity": "cda" } + ], + "mustSupport": false, + "max": "*", + "id": "DocumentReference", + "comment": "Usually, this is used for documents other than those defined by FHIR." + }, + { + "path": "DocumentReference.identifier", + "requirements": "Document identifiers usually assigned by the source of the document, or other business identifiers such as XDS DocumentEntry.uniqueId and DocumentEntry.entryUUID. These identifiers are specific to this instance of the document.", + "min": 0, + "definition": "Other business identifiers associated with the document, including version independent identifiers.", + "isModifier": false, + "short": "Business identifiers for the document", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "Composition.identifier", + "identity": "fhircomposition" + }, + { "map": "TXA-12", "identity": "v2" }, + { "map": ".id / .setId", "identity": "rim" }, + { + "map": "DocumentEntry.entryUUID, DocumentEntry.uniqueId", + "identity": "xds" + }, + { "map": "ClinicalDocument/id", "identity": "cda" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.identifier", + "comment": "The structure and format of this identifier would be consistent with the specification corresponding to the format of the document. (e.g. for a DICOM standard document, a 64-character numeric UID; for an HL7 CDA format, the CDA Document Id root and extension).", + "isSummary": true + }, + { + "path": "DocumentReference.version", + "min": 0, + "definition": "An explicitly assigned identifer of a variation of the content in the DocumentReference.", + "isModifier": false, + "short": "An explicitly assigned identifer of a variation of the content in the DocumentReference", + "mapping": [ + { "map": "FiveWs.version", "identity": "w5" }, + { + "map": "Composition.version", + "identity": "fhircomposition" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.version", + "comment": "While each resource, including the DocumentReference itself, has its own version identifier, this is a formal identifier for the logical version of the DocumentReference as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example.", + "isSummary": true + }, + { + "path": "DocumentReference.basedOn", + "requirements": "Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A procedure that is fulfilled in whole or in part by the creation of this media.", + "isModifier": false, + "short": "Procedure that caused this media to be created", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + }, + { + "map": "DocumentEntry.referenceIdList", + "identity": "xds" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "DocumentReference.basedOn", + "isSummary": false + }, + { + "path": "DocumentReference.status", + "min": 1, + "definition": "The status of this document reference.", + "isModifier": true, + "short": "current | superseded | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "TXA-19", "identity": "v2" }, + { + "map": "interim: .completionCode=\"IN\" & ./statusCode[isNormalDatatype()]=\"active\"; final: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and not(./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct()]); amended: .completionCode=\"AU\" && ./statusCode[isNormalDatatype()]=\"complete\" and ./inboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()]/source[subsumesCode(\"ActClass#CACT\") and moodCode=\"EVN\" and domainMember(\"ReviseDocument\", code) and isNormalAct() and statusCode=\"completed\"]; withdrawn : .completionCode=NI && ./statusCode[isNormalDatatype()]=\"obsolete\"", + "identity": "rim" + }, + { + "map": "DocumentEntry.availabilityStatus", + "identity": "xds" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-reference-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentReferenceStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The status of the document reference." + }, + "max": "1", + "id": "DocumentReference.status", + "comment": "This is the status of the DocumentReference object, which might be independent from the docStatus element.\n\nThis element is labeled as a modifier because the status contains the codes that mark the document or reference as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DocumentReference.docStatus", + "min": 0, + "definition": "The status of the underlying document.", + "isModifier": false, + "short": "registered | partial | preliminary | final | amended | corrected | appended | cancelled | entered-in-error | deprecated | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "Composition.status", + "identity": "fhircomposition" + }, + { "map": "TXA-17", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferredDocumentStatus" + } + ], + "description": "Status of the underlying document." + }, + "max": "1", + "id": "DocumentReference.docStatus", + "comment": "The document that is pointed to might be in various lifecycle states.", + "isSummary": true + }, + { + "path": "DocumentReference.modality", + "min": 0, + "definition": "Imaging modality used. This may include both acquisition and non-acquisition modalities.", + "isModifier": false, + "short": "Imaging modality used", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_33.html", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImagingModality" + } + ], + "description": "Type of acquired data in the instance." + }, + "max": "*", + "id": "DocumentReference.modality", + "isSummary": true + }, + { + "path": "DocumentReference.type", + "min": 0, + "definition": "Specifies the particular kind of document referenced (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the document referenced.", + "isModifier": false, + "short": "Kind of document (LOINC if possible)", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Composition.type", + "identity": "fhircomposition" + }, + { "map": "TXA-2", "identity": "v2" }, + { "map": "./code", "identity": "rim" }, + { "map": "DocumentEntry.typeCode", "identity": "xds" }, + { + "map": "ClinicalDocument/code/@code \n\nThe typeCode should be mapped from the ClinicalDocument/code element to a set of document type codes configured in the affinity domain. One suggested coding system to use for typeCode is LOINC, in which case the mapping step can be omitted.", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/doc-typecodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentType" + } + ], + "description": "Precise type of clinical document." + }, + "max": "1", + "id": "DocumentReference.type", + "comment": "Key metadata element describing the document that describes he exact type of document. Helps humans to assess whether the document is of interest when viewing a list of documents.", + "isSummary": true + }, + { + "path": "DocumentReference.category", + "min": 0, + "definition": "A categorization for the type of document referenced - helps for indexing and searching. This may be implied by or derived from the code specified in the DocumentReference.type.", + "isModifier": false, + "short": "Categorization of document", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "Composition.category", + "identity": "fhircomposition" + }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"EVN\"].code", + "identity": "rim" + }, + { "map": "DocumentEntry.classCode", "identity": "xds" }, + { + "map": "Derived from a mapping of /ClinicalDocument/code/@code to an Affinity Domain specified coded value to use and coding system. Affinity Domains are encouraged to use the appropriate value for Type of Service, based on the LOINC Type of Service (see Page 53 of the LOINC User's Manual). Must be consistent with /ClinicalDocument/code/@code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/referenced-item-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferencedItemCategory" + } + ], + "description": "High-level kind of document at a macro level." + }, + "alias": ["class", "classCode"], + "max": "*", + "id": "DocumentReference.category", + "comment": "Key metadata element describing the the category or classification of the document. This is a broader perspective that groups similar documents based on how they would be used. This is a primary key used in searching.", + "isSummary": true + }, + { + "path": "DocumentReference.subject", + "min": 0, + "definition": "Who or what the document is about. The document can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure).", + "isModifier": false, + "short": "Who/what is the subject of the document", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "Composition.subject", + "identity": "fhircomposition" + }, + { + "map": "PID-3 (No standard way to define a Practitioner or Group subject in HL7 V2 MDM message)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=\"SBJ\"].role[typeCode=\"PAT\"]", + "identity": "rim" + }, + { "map": "DocumentEntry.patientId", "identity": "xds" }, + { + "map": "ClinicalDocument/recordTarget/", + "identity": "cda" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.subject", + "isSummary": true + }, + { + "path": "DocumentReference.context", + "min": 0, + "definition": "Describes the clinical encounter or type of care that the document content is associated with.", + "isModifier": false, + "short": "Context of the document content", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "Composition.encounter", + "identity": "fhircomposition" + }, + { + "map": "unique(highest(./outboundRelationship[typeCode=\"SUBJ\" and isNormalActRelationship()], priorityNumber)/target[moodCode=\"EVN\" and classCode=(\"ENC\", \"PCPR\") and isNormalAct])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.context", + "condition": ["docRef-1", "docRef-2"], + "isSummary": false + }, + { + "path": "DocumentReference.event", + "min": 0, + "definition": "This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the type Code, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.", + "isModifier": false, + "short": "Main clinical acts documented", + "mapping": [ + { + "map": "Composition.event.detail", + "identity": "fhircomposition" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "DocumentEntry.referenceIdList", + "identity": "xds" + } + ], + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentEventType" + } + ], + "description": "This list of codes represents the main clinical acts being documented." + }, + "max": "*", + "id": "DocumentReference.event", + "comment": "An event can further specialize the act inherent in the type, such as where it is simply \"Procedure Report\" and the procedure was a \"colonoscopy\". If one or more event codes are included, they shall not conflict with the values inherent in the class or type elements as such a conflict would create an ambiguous situation.", + "isSummary": false + }, + { + "path": "DocumentReference.bodySite", + "min": 0, + "definition": "The anatomic structures included in the document.", + "isModifier": false, + "short": "Body part included", + "mapping": [ + { "map": ".targetSiteCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "*", + "id": "DocumentReference.bodySite", + "isSummary": true + }, + { + "path": "DocumentReference.facilityType", + "min": 0, + "definition": "The kind of facility where the patient was seen.", + "isModifier": false, + "short": "Kind of facility where patient was seen", + "mapping": [ + { + "map": "usually from a mapping to a local ValueSet", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code", + "identity": "rim" + }, + { + "map": "DocumentEntry.healthcareFacilityTypeCode", + "identity": "xds" + }, + { + "map": "usually a mapping to a local ValueSet. Must be consistent with /clinicalDocument/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-facilitycodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80FacilityType" + } + ], + "description": "XDS Facility Type." + }, + "max": "1", + "id": "DocumentReference.facilityType", + "condition": ["docRef-1"], + "isSummary": false + }, + { + "path": "DocumentReference.practiceSetting", + "requirements": "This is an important piece of metadata that providers often rely upon to quickly sort and/or filter out to find specific content.", + "min": 0, + "definition": "This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.", + "isModifier": false, + "short": "Additional details about where the content was created (e.g. clinical specialty)", + "mapping": [ + { + "map": "usually from a mapping to a local ValueSet", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"LOC\"].role[classCode=\"DSDLOC\"].code", + "identity": "rim" + }, + { + "map": "DocumentEntry.practiceSettingCode", + "identity": "xds" + }, + { + "map": "usually from a mapping to a local ValueSet", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentC80PracticeSetting" + } + ], + "description": "Additional details about where the content was created (e.g. clinical specialty)." + }, + "max": "1", + "id": "DocumentReference.practiceSetting", + "condition": ["docRef-2"], + "comment": "This element should be based on a coarse classification system for the class of specialty practice. Recommend the use of the classification system for Practice Setting, such as that described by the Subject Matter Domain in LOINC.", + "isSummary": false + }, + { + "path": "DocumentReference.period", + "min": 0, + "definition": "The time period over which the service that is described by the document was provided.", + "isModifier": false, + "short": "Time of service that is being documented", + "mapping": [ + { + "map": "Composition.event.period", + "identity": "fhircomposition" + }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "DocumentEntry.serviceStartTime, DocumentEntry.serviceStopTime", + "identity": "xds" + }, + { + "map": "ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/low/\n@value --> ClinicalDocument/documentationOf/\nserviceEvent/effectiveTime/high/\n@value", + "identity": "cda" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.period", + "isSummary": true + }, + { + "path": "DocumentReference.date", + "min": 0, + "definition": "When the document reference was created.", + "isModifier": false, + "short": "When this document reference was created", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "Composition.date", + "identity": "fhircomposition" + }, + { + "map": ".availabilityTime[type=\"TS\"]", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "alias": ["indexed"], + "max": "1", + "id": "DocumentReference.date", + "comment": "Referencing/indexing time is used for tracking, organizing versions and searching.", + "isSummary": true + }, + { + "path": "DocumentReference.author", + "min": 0, + "definition": "Identifies who is responsible for adding the information to the document.", + "isModifier": false, + "short": "Who and/or what authored the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { + "map": "Composition.author", + "identity": "fhircomposition" + }, + { + "map": "TXA-9 (No standard way to indicate a Device in HL7 V2 MDM message)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=\"AUT\"].role[classCode=\"ASSIGNED\"]", + "identity": "rim" + }, + { "map": "DocumentEntry.author", "identity": "xds" }, + { "map": "ClinicalDocument/author", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.author", + "comment": "Not necessarily who did the actual data entry (i.e. typist) or who was the source (informant).", + "isSummary": true + }, + { + "path": "DocumentReference.attester", + "requirements": "Identifies responsibility for the accuracy of the document content.", + "min": 0, + "definition": "A participant who has authenticated the accuracy of the document.", + "isModifier": false, + "short": "Attests to accuracy of the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { + "map": "Composition.attester", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"AUTHEN\"].role[classCode=\"ASSIGNED\"]", + "identity": "rim" + }, + { + "map": "DocumentEntry.legalAuthenticator", + "identity": "xds" + }, + { + "map": ".authenticator/.legalAuthenticator", + "identity": "cda" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.attester", + "comment": "Only list each attester once.", + "isSummary": false + }, + { + "path": "DocumentReference.attester.mode", + "requirements": "Indicates the level of authority of the attestation.", + "min": 1, + "definition": "The type of attestation the authenticator offers.", + "isModifier": false, + "short": "personal | professional | legal | official", + "mapping": [ + { + "map": "Composition.attester.mode", + "identity": "fhircomposition" + }, + { "map": "unique(./modeCode)", "identity": "rim" }, + { + "map": "implied by .authenticator/.legalAuthenticator", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/composition-attestation-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentAttestationMode" + } + ], + "description": "The way in which a person authenticated a document." + }, + "max": "1", + "id": "DocumentReference.attester.mode", + "isSummary": false + }, + { + "path": "DocumentReference.attester.time", + "requirements": "Identifies when the information in the document was deemed accurate. (Things may have changed since then.).", + "min": 0, + "definition": "When the document was attested by the party.", + "isModifier": false, + "short": "When the document was attested", + "mapping": [ + { + "map": "Composition.attester.time", + "identity": "fhircomposition" + }, + { + "map": "./time[type=\"TS\" and isNormalDatatype()]", + "identity": "rim" + }, + { "map": ".authenticator.time", "identity": "cda" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.attester.time", + "isSummary": false + }, + { + "path": "DocumentReference.attester.party", + "requirements": "Identifies who has taken on the responsibility for accuracy of the document content.", + "min": 0, + "definition": "Who attested the document in the specified way.", + "isModifier": false, + "short": "Who attested the document", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "Composition.attester.party", + "identity": "fhircomposition" + }, + { "map": "TXA-10", "identity": "v2" }, + { + "map": "./role[classCode=\"ASSIGNED\" and isNormalRole]/player[determinerCode=\"INST\" and classCode=(\"DEV\", \"PSN\") and isNormalEntity()] or ./role[classCode=\"ASSIGNED\" and isNormalRole and not(player)]/scoper[determinerCode=\"INST\" and classCode=\"ORG\" and isNormalEntity()]", + "identity": "rim" + }, + { + "map": ".authenticator.assignedEnttty", + "identity": "cda" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.attester.party", + "isSummary": false + }, + { + "path": "DocumentReference.custodian", + "min": 0, + "definition": "Identifies the organization or group who is responsible for ongoing maintenance of and access to the document.", + "isModifier": false, + "short": "Organization which maintains the document", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { + "map": "Composition.custodian", + "identity": "fhircomposition" + }, + { + "map": ".participation[typeCode=\"RCV\"].role[classCode=\"CUST\"].scoper[classCode=\"ORG\" and determinerCode=\"INST\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.custodian", + "comment": "Identifies the logical organization (software system, vendor, or department) to go to find the current version, where to report issues, etc. This is different from the physical location (URL, disk drive, or server) of the document, which is the technical location of the document, which host may be delegated to the management of some other organization.", + "isSummary": false + }, + { + "path": "DocumentReference.relatesTo", + "min": 0, + "definition": "Relationships that this document has with other document references that already exist.", + "isModifier": false, + "short": "Relationships to other documents", + "mapping": [ + { + "map": "Composition.relatesTo", + "identity": "fhircomposition" + }, + { "map": ".outboundRelationship", "identity": "rim" }, + { + "map": "DocumentEntry Associations", + "identity": "xds" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.relatesTo", + "comment": "This element is labeled as a modifier because documents that append to other documents are incomplete on their own.", + "isSummary": true + }, + { + "path": "DocumentReference.relatesTo.code", + "min": 1, + "definition": "The type of relationship that this document has with anther document.", + "isModifier": false, + "short": "The relationship type with another document", + "mapping": [ + { + "map": "Composition.relatesTo.type", + "identity": "fhircomposition" + }, + { + "map": ".outboundRelationship.typeCode", + "identity": "rim" + }, + { + "map": "DocumentEntry Associations type", + "identity": "xds" + }, + { + "map": "ClinicalDocument/relatedDocument/typeCode", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/document-relationship-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentRelationshipType" + } + ], + "description": "The type of relationship between the documents." + }, + "max": "1", + "id": "DocumentReference.relatesTo.code", + "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.", + "isSummary": true + }, + { + "path": "DocumentReference.relatesTo.target", + "min": 1, + "definition": "The target document of this relationship.", + "isModifier": false, + "short": "Target of the relationship", + "mapping": [ + { + "map": "Composition.relatesTo.resourceReference", + "identity": "fhircomposition" + }, + { + "map": ".target[classCode=\"DOC\", moodCode=\"EVN\"].id", + "identity": "rim" + }, + { + "map": "DocumentEntry Associations reference", + "identity": "xds" + }, + { + "map": "ClinicalDocument/relatedDocument/parentDocument", + "identity": "cda" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.relatesTo.target", + "isSummary": true + }, + { + "path": "DocumentReference.description", + "requirements": "Helps humans to assess whether the document is of interest.", + "min": 0, + "definition": "Human-readable description of the source document.", + "isModifier": false, + "short": "Human-readable description", + "mapping": [ + { "map": "TXA-25", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].target.text", + "identity": "rim" + }, + { "map": "DocumentEntry.comments", "identity": "xds" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.description", + "comment": "What the document is about, a terse summary of the document.", + "isSummary": true + }, + { + "path": "DocumentReference.securityLabel", + "requirements": "Use of the Health Care Privacy/Security Classification (HCS) system of security-tag use is recommended.", + "min": 0, + "definition": "A set of Security-Tag codes specifying the level of privacy/security of the Document found at DocumentReference.content.attachment.url. Note that DocumentReference.meta.security contains the security labels of the data elements in DocumentReference, while DocumentReference.securityLabel contains the security labels for the document the reference refers to. The distinction recognizes that the document may contain sensitive information, while the DocumentReference is metadata about the document and thus might not be as sensitive as the document. For example: a psychotherapy episode may contain highly sensitive information, while the metadata may simply indicate that some episode happened.", + "isModifier": false, + "short": "Document security-tags", + "mapping": [ + { + "map": "Bundle.meta.security", + "identity": "fhircomposition" + }, + { "map": "TXA-18", "identity": "v2" }, + { "map": ".confidentialityCode", "identity": "rim" }, + { + "map": "DocumentEntry.confidentialityCode", + "identity": "xds" + }, + { + "map": "ClinicalDocument/confidentialityCode/@code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Example Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "DocumentReference.securityLabel", + "comment": "The confidentiality codes can carry multiple vocabulary items. HL7 has developed an understanding of security and privacy tags that might be desirable in a Document Sharing environment, called HL7 Healthcare Privacy and Security Classification System (HCS). The following specification is recommended but not mandated, as the vocabulary bindings are an administrative domain responsibility. The use of this method is up to the policy domain such as the XDS Affinity Domain or other Trust Domain where all parties including sender and recipients are trusted to appropriately tag and enforce. \n\nIn the HL7 Healthcare Privacy and Security Classification (HCS) there are code systems specific to Confidentiality, Sensitivity, Integrity, and Handling Caveats. Some values would come from a local vocabulary as they are related to workflow roles and special projects.", + "isSummary": true + }, + { + "path": "DocumentReference.content", + "requirements": "Note that .relatesTo may also include references to other DocumentReference with a transforms relationship to represent the same document in multiple formats.", + "min": 1, + "definition": "The document and format referenced. If there are multiple content element repetitions, these must all represent the same document in different format, or attachment metadata.", + "isModifier": false, + "short": "Document referenced", + "mapping": [ + { + "map": "Bundle(Composition+*)", + "identity": "fhircomposition" + }, + { "map": "document.text", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DocumentReference.content", + "comment": "content element shall not contain different versions of the same content. For version handling use multiple DocumentReference with .relatesTo.", + "isSummary": true + }, + { + "path": "DocumentReference.content.attachment", + "min": 1, + "definition": "The document or URL of the document along with critical metadata to prove content has integrity.", + "isModifier": false, + "short": "Where to access the document", + "mapping": [ + { + "map": "Composition.language, \nComposition.title, \nComposition.date", + "identity": "fhircomposition" + }, + { "map": "TXA-3 for mime type", "identity": "v2" }, + { "map": "document.text", "identity": "rim" }, + { + "map": "DocumentEntry.mimeType, DocumentEntry.languageCode, DocumentEntry.URI, DocumentEntry.size, DocumentEntry.hash, DocumentEntry.title, DocumentEntry.creationTime", + "identity": "xds" + }, + { + "map": "ClinicalDocument/languageCode, ClinicalDocument/title, ClinicalDocument/date", + "identity": "cda" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "DocumentReference.content.attachment", + "isSummary": true + }, + { + "path": "DocumentReference.content.profile", + "min": 0, + "definition": "An identifier of the document constraints, encoding, structure, and template that the document conforms to beyond the base format indicated in the mimeType.", + "isModifier": false, + "short": "Content profile rules for the document", + "mapping": [ + { + "map": "Composition.meta.profile", + "identity": "fhircomposition" + }, + { "map": "document.text", "identity": "rim" }, + { + "map": "DocumentEntry.formatCode", + "identity": "xds" + }, + { + "map": "derived from the IHE Profile or Implementation Guide templateID", + "identity": "cda" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["format", "formatCode"], + "max": "*", + "id": "DocumentReference.content.profile", + "comment": "Note that IHE often issues URNs for formatCode codes, not all documents can be identified by a URI.\n\nFor FHIR content, .profile should indicate the structureDefinition profile canonical URI(s) that the content complies with.", + "isSummary": true + }, + { + "path": "DocumentReference.content.profile.value[x]", + "min": 1, + "definition": "Code|uri|canonical.", + "isModifier": false, + "short": "Code|uri|canonical", + "mapping": [ + { + "map": "Composition.meta.profile", + "identity": "fhircomposition" + }, + { "map": "document.text", "identity": "rim" }, + { + "map": "DocumentEntry.formatCode", + "identity": "xds" + }, + { + "map": "derived from the IHE Profile or Implementation Guide templateID", + "identity": "cda" + } + ], + "type": [ + { "code": "Coding" }, + { "code": "uri" }, + { "code": "canonical" } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-HL7FormatCodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentFormat" + } + ], + "description": "Document Format Codes." + }, + "max": "1", + "id": "DocumentReference.content.profile.value[x]", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Group/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Group", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + } + ], + "abstract": false, + "type": "Group", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Group", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Group", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Group", + "differential": { + "element": [ + { + "path": "Group", + "min": 0, + "definition": "Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.", + "isModifier": false, + "short": "Group of multiple entities", + "mapping": [ + { "map": "administrative.group", "identity": "w5" }, + { + "map": "Entity[determinerCode=\"GRP\" or determinerCode=\"GRP_KIND\"]", + "identity": "rim" + }, + { "map": "Participant", "identity": "interface" } + ], + "mustSupport": false, + "max": "*", + "id": "Group", + "comment": "If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics." + }, + { + "path": "Group.identifier", + "requirements": "Allows identification of the group as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this participant by one of the applications involved. These identifiers remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business Identifier for this Group", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "unique(./id[displayable=\"true\" and scope=\"OBJ\"])", + "identity": "rim" + }, + { + "map": "Participant.identifier", + "identity": "interface" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Group.identifier", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types.", + "isSummary": true + }, + { + "path": "Group.active", + "requirements": "Need to be able to mark a group record as not to be used because it was created in error or is otherwise no longer available (e.g. a herd that no longer exists).", + "min": 0, + "definition": "Indicates whether the record for the group is available for use or is merely being retained for historical purposes.", + "isModifier": true, + "short": "Whether this group's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "./statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Group.active", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Group.type", + "requirements": "Identifies what type of resources the group is made up of.", + "min": 1, + "definition": "Identifies the broad classification of the kind of resources the group includes.", + "isModifier": false, + "short": "person | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimen", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "person: ./classCode=\"PSN\" animal: ./classCode=\"ANM\" device: ./classCode=\"DEV\" medication: ./classCode=\"MMAT\" and ./playedRole[isNormalRole() and classCode=\"THER\"] food: ./classCode=\"FOOD\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupType" + } + ], + "description": "Types of resources that are part of group." + }, + "max": "1", + "id": "Group.type", + "comment": "Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, PractitionerRole, Device, CareTeam, HealthcareService, Location, Organization, RelatedPerson, or Specimen for the other types.), or a Group of the resources of the appropriate type.", + "isSummary": true + }, + { + "path": "Group.membership", + "requirements": "There are use-cases for groups that define specific collections of individuals, and other groups that define \"types\" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this element.", + "min": 1, + "definition": "Basis for membership in the Group:\n\n* 'definitional': The Group.characteristics specified are both necessary and sufficient to determine membership. All entities that meet the criteria are considered to be members of the group, whether referenced by the group or not. If members are present, they are individuals that happen to be known as meeting the Group.characteristics. The list cannot be presumed to be complete.\n* 'enumerated': The Group.characteristics are necessary but not sufficient to determine membership. Membership is determined by being listed as one of the Group.member.", + "isModifier": false, + "short": "definitional | enumerated", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/group-membership-basis|5.0.0", + "description": "The basis for membership in a group" + }, + "max": "1", + "id": "Group.membership", + "isSummary": true + }, + { + "path": "Group.code", + "min": 0, + "definition": "Provides a specific type of resource the group includes; e.g. \"cow\", \"syringe\", etc.", + "isModifier": false, + "short": "Kind of Group members", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupKind" + } + ], + "description": "Kind of particular resource; e.g. cow, syringe, lake, etc." + }, + "max": "1", + "id": "Group.code", + "comment": "This would generally be omitted for Person resources.", + "isSummary": true + }, + { + "path": "Group.name", + "requirements": "Used to identify the group in human communication.", + "min": 0, + "definition": "A label assigned to the group for human identification and communication.", + "isModifier": false, + "short": "Label for Group", + "mapping": [ + { "map": "./name[type=\"ST\"]", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Group.name", + "isSummary": true + }, + { + "path": "Group.description", + "min": 0, + "definition": "Explanation of what the group represents and how it is intended to be used.", + "isModifier": false, + "short": "Natural language description of the group", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Group.description", + "isSummary": false + }, + { + "path": "Group.quantity", + "requirements": "Group size is a common defining characteristic.", + "min": 0, + "definition": "A count of the number of resource instances that are part of the group.", + "isModifier": false, + "short": "Number of members", + "mapping": [{ "map": "./quantity", "identity": "rim" }], + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Group.quantity", + "comment": "Note that the quantity may be less than the number of members if some of the members are not active.", + "isSummary": true + }, + { + "path": "Group.managingEntity", + "min": 0, + "definition": "Entity responsible for defining and maintaining Group characteristics and/or registered members.", + "isModifier": false, + "short": "Entity that is the custodian of the Group's definition", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Group.managingEntity", + "comment": "This does not strictly align with ownership of a herd or flock, but may suffice to represent that relationship in simple cases. More complex cases will require an extension.", + "isSummary": true + }, + { + "path": "Group.characteristic", + "requirements": "Needs to be a generic mechanism for identifying what individuals can be part of a group.", + "min": 0, + "definition": "Identifies traits whose presence r absence is shared by members of the group.", + "isModifier": false, + "short": "Include / Exclude group members by Trait", + "mapping": [ + { + "map": "./playedRole[isNormalRole()]/participation[isNormalParticipation() and typeCode=\"SBJ\"]/act[isNormalAct and classCode=\"OBS\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Group.characteristic", + "comment": "All the identified characteristics must be true for an entity to a member of the group.", + "isSummary": true + }, + { + "path": "Group.characteristic.code", + "requirements": "Need a formal way of identifying the characteristic being described.", + "min": 1, + "definition": "A code that identifies the kind of trait being asserted.", + "isModifier": false, + "short": "Kind of characteristic", + "mapping": [{ "map": "./code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupCharacteristicKind" + } + ], + "description": "List of characteristics used to describe group members; e.g. gender, age, owner, location, etc." + }, + "max": "1", + "id": "Group.characteristic.code", + "isSummary": true + }, + { + "path": "Group.characteristic.value[x]", + "requirements": "The value of the characteristic is what determines group membership.", + "min": 1, + "definition": "The value of the trait that holds (or does not hold - see 'exclude') for members of the group.", + "isModifier": false, + "short": "Value held by characteristic", + "mapping": [{ "map": "./value", "identity": "rim" }], + "type": [ + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Reference" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GroupCharacteristicValue" + } + ], + "description": "Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc." + }, + "max": "1", + "id": "Group.characteristic.value[x]", + "comment": "For Range, it means members of the group have a value that falls somewhere within the specified range.", + "isSummary": true + }, + { + "path": "Group.characteristic.exclude", + "requirements": "Sometimes group membership is determined by characteristics not possessed.", + "min": 1, + "definition": "If true, indicates the characteristic is one that is NOT held by members of the group.", + "isModifier": false, + "short": "Group includes or excludes", + "mapping": [ + { "map": "./valueNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Group.characteristic.exclude", + "comment": "This is labeled as \"Is Modifier\" because applications cannot wrongly include excluded members as included or vice versa.", + "isSummary": true + }, + { + "path": "Group.characteristic.period", + "min": 0, + "definition": "The period over which the characteristic is tested; e.g. the patient had an operation during the month of June.", + "isModifier": false, + "short": "Period over which characteristic is tested", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Group.characteristic.period", + "isSummary": false + }, + { + "path": "Group.member", + "requirements": "Often the only thing of interest about a group is \"who's in it\".", + "min": 0, + "definition": "Identifies the resource instances that are members of the group.", + "isModifier": false, + "short": "Who or what is in group", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "./scopedRole[isNormalRole() and classCode=\"MBR\"]/player", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Group.member", + "isSummary": false + }, + { + "path": "Group.member.entity", + "min": 1, + "definition": "A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same.", + "isModifier": false, + "short": "Reference to the group member", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Group.member.entity", + "isSummary": false + }, + { + "path": "Group.member.period", + "requirements": "Need to track who was in a group at a particular time.", + "min": 0, + "definition": "The period that the member was in the group, if known.", + "isModifier": false, + "short": "Period member belonged to the group", + "type": [{ "code": "Period" }], + "mustSupport": false, + "meaningWhenMissing": "The member is in the group at this time", + "max": "1", + "id": "Group.member.period", + "isSummary": false + }, + { + "path": "Group.member.inactive", + "requirements": "Sometimes you don't know when someone stopped being in a group, but not when.", + "min": 0, + "definition": "A flag to indicate that the member is no longer in the group, but previously may have been a member.", + "isModifier": false, + "short": "If member is no longer in group", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "Members are considered active unless explicitly specified otherwise", + "max": "1", + "id": "Group.member.inactive", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SupplyRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SupplyRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SupplyRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SupplyRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SupplyRequest", + "differential": { + "element": [ + { + "path": "SupplyRequest", + "min": 0, + "definition": "A record of a request to deliver a medication, substance or device used in the healthcare setting to a particular destination for a particular person or organization.", + "isModifier": false, + "short": "Request for a medication, substance or device", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" }, + { "map": "ORC", "identity": "v2" }, + { "map": "Act[moodCode<=INT]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyRequest" + }, + { + "path": "SupplyRequest.identifier", + "requirements": "Allows identification of the request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this SupplyRequest by the author and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business Identifier for SupplyRequest", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "ORC.2, ORC.3", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SupplyRequest.identifier", + "comment": "The identifier.type element is used to distinguish between the identifiers assigned by the requester/placer and the performer/filler.", + "isSummary": true + }, + { + "path": "SupplyRequest.status", + "min": 0, + "definition": "Status of the supply request.", + "isModifier": true, + "short": "draft | active | suspended +", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC.5", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestStatus" + } + ], + "description": "Status of the supply request." + }, + "max": "1", + "id": "SupplyRequest.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "SupplyRequest.basedOn", + "min": 0, + "definition": "Plan/proposal/order fulfilled by this request.", + "isModifier": false, + "short": "What other request is fulfilled by this supply request", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SupplyRequest.basedOn", + "isSummary": true + }, + { + "path": "SupplyRequest.category", + "min": 0, + "definition": "Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply process.", + "isModifier": false, + "short": "The kind of supply (central, non-stock, etc.)", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-kind", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestKind" + } + ], + "description": "Category of supply request." + }, + "alias": ["kind"], + "max": "1", + "id": "SupplyRequest.category", + "isSummary": true + }, + { + "path": "SupplyRequest.priority", + "min": 0, + "definition": "Indicates how quickly this SupplyRequest should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "TQ1.9", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "SupplyRequest.priority", + "isSummary": true + }, + { + "path": "SupplyRequest.deliverFor", + "min": 0, + "definition": "The patient to whom the supply will be given or for whom they will be used.", + "isModifier": false, + "short": "The patient for who the supply request is for", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "alias": ["subject"], + "max": "1", + "id": "SupplyRequest.deliverFor", + "isSummary": false + }, + { + "path": "SupplyRequest.item", + "min": 1, + "definition": "The item that is requested to be supplied. This is either a link to a resource representing the details of the item or a code that identifies the item from a known list.", + "isModifier": false, + "short": "Medication, Substance, or Device requested to be supplied", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": ".code", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/InventoryItem" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supply-item", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestItem" + } + ], + "description": "The item that was requested." + }, + "max": "1", + "id": "SupplyRequest.item", + "comment": "Note that there's a difference between a prescription - an instruction to take a medication, along with a (sometimes) implicit supply, and an explicit request to supply, with no explicit instructions.", + "isSummary": true + }, + { + "path": "SupplyRequest.quantity", + "min": 1, + "definition": "The amount that is being ordered of the indicated item.", + "isModifier": false, + "short": "The requested amount of the item indicated", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "SupplyRequest.quantity", + "isSummary": true + }, + { + "path": "SupplyRequest.parameter", + "min": 0, + "definition": "Specific parameters for the ordered item. For example, the size of the indicated item.", + "isModifier": false, + "short": "Ordered item details", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SupplyRequest.parameter", + "isSummary": false + }, + { + "path": "SupplyRequest.parameter.code", + "min": 0, + "definition": "A code or string that identifies the device detail being asserted.", + "isModifier": false, + "short": "Item detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParameterCode" + } + ], + "description": "A code that identifies the device detail." + }, + "max": "1", + "id": "SupplyRequest.parameter.code", + "isSummary": false + }, + { + "path": "SupplyRequest.parameter.value[x]", + "min": 0, + "definition": "The value of the device detail.", + "isModifier": false, + "short": "Value of detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "boolean" } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyRequest.parameter.value[x]", + "comment": "Range means device should have a value that falls somewhere within the specified range.", + "isSummary": false + }, + { + "path": "SupplyRequest.occurrence[x]", + "min": 0, + "definition": "When the request should be fulfilled.", + "isModifier": false, + "short": "When the request should be fulfilled", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { + "map": "Accompanying TQ1/TQ2 segments", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "alias": ["when", "timing"], + "max": "1", + "id": "SupplyRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "SupplyRequest.authoredOn", + "min": 0, + "definition": "When the request was made.", + "isModifier": false, + "short": "When the request was made", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC.9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["date", "createdOn", "signedOn"], + "max": "1", + "id": "SupplyRequest.authoredOn", + "isSummary": true + }, + { + "path": "SupplyRequest.requester", + "min": 0, + "definition": "The device, practitioner, etc. who initiated the request.", + "isModifier": false, + "short": "Individual making the request", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC.12", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "alias": ["author", "source"], + "max": "1", + "id": "SupplyRequest.requester", + "isSummary": true + }, + { + "path": "SupplyRequest.supplier", + "min": 0, + "definition": "Who is intended to fulfill the request.", + "isModifier": false, + "short": "Who is intended to fulfill the request", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "alias": ["performer"], + "max": "*", + "id": "SupplyRequest.supplier", + "isSummary": true + }, + { + "path": "SupplyRequest.reason", + "min": 0, + "definition": "The reason why the supply item was requested.", + "isModifier": false, + "short": "The reason why the supply item was requested", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC.16", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/supplyrequest-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SupplyRequestReason" + } + ], + "description": "The reason why the supply item was requested." + }, + "max": "*", + "id": "SupplyRequest.reason", + "isSummary": false + }, + { + "path": "SupplyRequest.deliverFrom", + "min": 0, + "definition": "Where the supply is expected to come from.", + "isModifier": false, + "short": "The origin of the supply", + "mapping": [ + { "map": "PRT", "identity": "v2" }, + { "map": ".participation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyRequest.deliverFrom", + "isSummary": false + }, + { + "path": "SupplyRequest.deliverTo", + "min": 0, + "definition": "Where the supply is destined to go.", + "isModifier": false, + "short": "The destination of the supply", + "mapping": [ + { "map": "PRT", "identity": "v2" }, + { "map": ".participation", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SupplyRequest.deliverTo", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AuditEvent/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Security)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AuditEvent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://nema.org/dicom", + "name": "DICOM Tag Mapping", + "identity": "dicom" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/provenance", + "name": "FHIR Provenance Mapping", + "identity": "fhirprovenance" + } + ], + "abstract": false, + "type": "AuditEvent", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "AuditEvent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AuditEvent", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AuditEvent", + "differential": { + "element": [ + { + "path": "AuditEvent", + "min": 0, + "definition": "A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.", + "isModifier": false, + "short": "Record of an event", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "infrastructure.information", + "identity": "w5" + }, + { + "map": "ControlAct[moodCode=EVN]", + "identity": "rim" + }, + { "map": "Message", "identity": "dicom" } + ], + "mustSupport": false, + "max": "*", + "id": "AuditEvent", + "comment": "Based on IHE-ATNA." + }, + { + "path": "AuditEvent.category", + "requirements": "Codes that classify the general type of event that happened.", + "min": 0, + "definition": "Classification of the type of event.", + "isModifier": false, + "short": "Type/identifier of event", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventId", "identity": "dicom" }, + { "map": "Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventType" + } + ], + "description": "Type of event." + }, + "alias": ["type"], + "max": "*", + "id": "AuditEvent.category", + "isSummary": true + }, + { + "path": "AuditEvent.code", + "requirements": "This field enables queries of messages by implementation-defined event categories.", + "min": 1, + "definition": "Describes what happened. The most specific code for the event.", + "isModifier": false, + "short": "Specific type of event", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventTypeCode", "identity": "dicom" }, + { + "map": "Provenance.activity", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-sub-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventSubType" + } + ], + "description": "Specific type of event." + }, + "alias": ["subtype"], + "max": "1", + "id": "AuditEvent.code", + "isSummary": true + }, + { + "path": "AuditEvent.action", + "requirements": "This broadly indicates what kind of action was done on the AuditEvent.entity by the AuditEvent.agent.", + "min": 0, + "definition": "Indicator for type of action performed during the event that generated the audit.", + "isModifier": false, + "short": "Type of action performed during the event", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".code (type, subtype and action are pre-coordinated or sent as translations)", + "identity": "rim" + }, + { "map": "EventActionCode", "identity": "dicom" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-action|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Indicator for type of action performed during the event that generated the event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventAction" + } + ], + "description": "DICOM Audit Event Action" + }, + "max": "1", + "id": "AuditEvent.action", + "isSummary": true + }, + { + "path": "AuditEvent.severity", + "min": 0, + "definition": "Indicates and enables segmentation of various severity including debugging from critical.", + "isModifier": false, + "short": "emergency | alert | critical | error | warning | notice | informational | debug", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "PRI", "identity": "dicom" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-severity|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The severity of the audit entry." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventSeverity" + } + ], + "description": "This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3" + }, + "max": "1", + "id": "AuditEvent.severity", + "comment": "ATNA will map this to the SYSLOG PRI element.", + "isSummary": true + }, + { + "path": "AuditEvent.occurred[x]", + "min": 0, + "definition": "The time or period during which the activity occurred.", + "isModifier": false, + "short": "When the activity occurred", + "mapping": [ + { "map": "Event.occurrence", "identity": "workflow" }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "./effectiveTime[type=IVL_TS]", + "identity": "rim" + }, + { + "map": "Activity.startTime & Activity.endTime", + "identity": "w3c.prov" + }, + { + "map": "Provenance.occurred[x]", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "Period" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.occurred[x]", + "comment": "The time or period can be a little arbitrary; where possible, the time should correspond to human assessment of the activity time.", + "isSummary": false + }, + { + "path": "AuditEvent.recorded", + "requirements": "This ties an event to a specific date and time. Security audits typically require a consistent time base (e.g. UTC), to eliminate time-zone issues arising from geographical distribution.", + "min": 1, + "definition": "The time when the event was recorded.", + "isModifier": false, + "short": "Time when the event was recorded", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": ".effectiveTime", "identity": "rim" }, + { "map": "EventDateTime", "identity": "dicom" }, + { "map": "Activity.when", "identity": "w3c.prov" }, + { + "map": "Provenance.recorded", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.recorded", + "comment": "In a distributed system, some sort of common time base (e.g. an NTP [RFC1305] server) is a good implementation tactic.", + "isSummary": true + }, + { + "path": "AuditEvent.outcome", + "requirements": "when a code is given there must be one code from the given codeSystem, and may be other equivilant codes from other codeSystems (for example http response codes such as 2xx, 4xx, or 5xx).", + "min": 0, + "definition": "Indicates whether the event succeeded or failed. A free text descripiton can be given in outcome.text.", + "isModifier": false, + "short": "Whether the event succeeded or failed", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=OUT].target.text", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.outcome", + "comment": "In some cases a \"success\" may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant.", + "isSummary": true + }, + { + "path": "AuditEvent.outcome.code", + "requirements": "when a code is given there must be one code from the given codeSystem.", + "min": 1, + "definition": "Indicates whether the event succeeded or failed.", + "isModifier": false, + "short": "Whether the event succeeded or failed", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=OUT].target.text", + "identity": "rim" + }, + { + "map": "EventOutcomeIndicator EventOutcomeIndicator", + "identity": "dicom" + } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Indicates whether the event succeeded or failed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventOutcome" + } + ], + "description": "DICOM Audit Event Outcome" + }, + "max": "1", + "id": "AuditEvent.outcome.code", + "comment": "In some cases a \"success\" may be partial, for example, an incomplete or interrupted transfer of a radiological study. For the purpose of establishing accountability, these distinctions are not relevant.", + "isSummary": true + }, + { + "path": "AuditEvent.outcome.detail", + "min": 0, + "definition": "Additional details about the error. This may be a text description of the error or a system code that identifies the error.", + "isModifier": false, + "short": "Additional outcome detail", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=OUT].target.text", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-outcome-detail", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventOutcomeDetail" + } + ], + "description": "A code that provides details as the exact issue." + }, + "max": "*", + "id": "AuditEvent.outcome.detail", + "comment": "A human readable description of the error issue SHOULD be placed in details.text.", + "isSummary": true + }, + { + "path": "AuditEvent.authorization", + "requirements": "Record of any relevant security context, not restricted to purposeOfUse valueSet. May include security compartments, refrain, obligation, or other security tags.", + "min": 0, + "definition": "The authorization (e.g., PurposeOfUse) that was used during the event being recorded.", + "isModifier": false, + "short": "Authorization related to the event", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "* .reasonCode [ControlActReason when Act.class = CACT Control Act]\n*.outboundRelationship[typeCode=RSON].target", + "identity": "rim" + }, + { "map": "EventPurposeOfUse", "identity": "dicom" }, + { "map": "Activity.Activity", "identity": "w3c.prov" }, + { + "map": "Provenance.authorization", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditPurposeOfUse" + } + ], + "description": "The authorized purposeOfUse for the activity." + }, + "alias": ["PurposeOfEvent"], + "max": "*", + "id": "AuditEvent.authorization", + "comment": "Use AuditEvent.agent.authorization when you know that it is specific to the agent, otherwise use AuditEvent.authorization. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why.", + "isSummary": true + }, + { + "path": "AuditEvent.basedOn", + "min": 0, + "definition": "Allows tracing of authorizatino for the events and tracking whether proposals/recommendations were acted upon.", + "isModifier": false, + "short": "Workflow authorization within which this event occurred", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Task" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "AuditEvent.basedOn", + "isSummary": false + }, + { + "path": "AuditEvent.patient", + "requirements": "When the .patient is populated it shall be accurate to the subject of the used data. The .patient shall not be populated when the used data used/created/updated/deleted (.entity) by the activity does not involve a subject. Note that when the patient is an agent, they will be recorded as an agent. When the Patient resource is Created, Updated, or Deleted it will be recorded as an entity.", + "min": 0, + "definition": "The patient element is available to enable deterministic tracking of activities that involve the patient as the subject of the data used in an activity.", + "isModifier": false, + "short": "The patient is the subject of the data used/created/updated/deleted during the activity", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=RTGT]", + "identity": "rim" + }, + { "map": "Entity.Identity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "AuditEvent.patient", + "isSummary": false + }, + { + "path": "AuditEvent.encounter", + "min": 0, + "definition": "This will typically be the encounter the event occurred, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission lab tests).", + "isModifier": false, + "short": "Encounter within which this event occurred or which the event is tightly associated", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "Act.code", "identity": "rim" }, + { "map": "Activity.Activity", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.encounter", + "isSummary": false + }, + { + "path": "AuditEvent.agent", + "requirements": "An agent can be a person, an organization, software, device, or other actors that may be ascribed responsibility.", + "min": 1, + "definition": "An actor taking an active role in the event or activity that is logged.", + "isModifier": false, + "short": "Actor involved in the event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".participation", "identity": "rim" }, + { "map": "ActiveParticipant", "identity": "dicom" }, + { "map": "Agent", "identity": "w3c.prov" }, + { + "map": "Provenance.agent", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["ActiveParticipant"], + "max": "*", + "id": "AuditEvent.agent", + "comment": "Several agents may be associated (i.e. have some responsibility for an activity) with an event or activity.\n\nFor example, an activity may be initiated by one user for other users or involve more than one user. However, only one user may be the initiator/requestor for the activity. \n\nWhen a network are used in an event being recorded, there should be distinct agent elements for the known actors using the network. The agent with a network detail would be the responsible agent for use of that network.", + "isSummary": true + }, + { + "path": "AuditEvent.agent.type", + "requirements": "Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. This element will hold the functional role that the agent played in the activity that is the focus of this Provenance. Where an agent played multiple functional roles, they will be listed as multiple .agent elements representing each functional participation. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models.", + "min": 0, + "definition": "The Functional Role of the user when performing the event.", + "isModifier": false, + "short": "How agent participated", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": ".typeCode and/or .functionCode", + "identity": "rim" + }, + { "map": "prime RoleIdCode", "identity": "dicom" }, + { "map": "Agent.Attribution", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.type", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditAgentType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The Participation type of the agent to the event." + }, + "max": "1", + "id": "AuditEvent.agent.type", + "comment": "For example: assembler, author, prescriber, signer, investigator, etc.", + "isSummary": false + }, + { + "path": "AuditEvent.agent.role", + "requirements": "Structural roles reflect the structural aspects of relationships between entities. Structural roles describe prerequisites, feasibilities, or competences for acts. Functional roles reflect functional aspects of relationships between entities. Functional roles are bound to the realization/performance of acts, where actions might be concatenated to an activity or even to a process. See ISO 21298:2018 - Health Informatics - Functional and structural roles, and ISO 22600-2:2014 - Health Informatics - Privilege Management and Access Control - Part 2: formal models..", + "min": 0, + "definition": "The structural roles of the agent indicating the agent's competency. The security role enabling the agent with respect to the activity.", + "isModifier": false, + "short": "Agent role in the event", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".role", "identity": "rim" }, + { "map": "all RoleIdCode", "identity": "dicom" }, + { "map": "Agent.Attribution", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.role", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditAgentRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "What security role enabled the agent to participate in the event." + }, + "max": "*", + "id": "AuditEvent.agent.role", + "comment": "For example: Chief-of-Radiology, Nurse, Physician, Medical-Student, etc.", + "isSummary": false + }, + { + "path": "AuditEvent.agent.who", + "requirements": "This field ties an audit event to a specific resource or identifier.", + "min": 1, + "definition": "Reference to who this agent is that was involved in the event.", + "isModifier": false, + "short": "Identifier of who", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "UserName and UserId", "identity": "dicom" }, + { "map": "Agent.Identity", "identity": "w3c.prov" }, + { + "map": "Provenance.agent.who", + "identity": "fhirprovenance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "alias": ["userId"], + "max": "1", + "id": "AuditEvent.agent.who", + "comment": "Where a User ID is available it will go into who.identifier. Where a name of the user (human readable) it will go into who.display.", + "isSummary": true + }, + { + "path": "AuditEvent.agent.requestor", + "requirements": "This value is used to distinguish between requestor-users and recipient-users. For example, one person may initiate a report-output to be sent to another user.", + "min": 0, + "definition": "Indicator that the user is or is not the requestor, or initiator, for the event being audited.", + "isModifier": false, + "short": "Whether user is initiator", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "If participation.typeCode was author, then true", + "identity": "rim" + }, + { "map": "UserIsRequestor", "identity": "dicom" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "false", + "max": "1", + "id": "AuditEvent.agent.requestor", + "comment": "There can only be one initiator. If the initiator is not clear, then do not choose any one agent as the initiator.", + "isSummary": true + }, + { + "path": "AuditEvent.agent.location", + "min": 0, + "definition": "Where the agent location is known, the agent location when the event occurred.", + "isModifier": false, + "short": "The agent location when the event occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "* Role.Class =SDLOC\n*Role.Code = ServiceDeliveryLocationRoleType\n *Entity.Code = PlaceEntityType = df.Types of places for Entity.Class = PLC\n*EntityClass = PLC = df.A physical place or site with its containing structure. May be natural or man-made. The geographic position of a place might or might not be constant.", + "identity": "rim" + }, + { "map": "Activity.location", "identity": "w3c.prov" }, + { + "map": "Provenance.location", + "identity": "fhirprovenance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.agent.location", + "isSummary": false + }, + { + "path": "AuditEvent.agent.policy", + "requirements": "This value is used retrospectively to determine the authorization policies.", + "min": 0, + "definition": "Where the policy(ies) are known that authorized the agent participation in the event. Typically, a single activity may have multiple applicable policies, such as patient consent, guarantor funding, etc. The policy would also indicate the security token used.", + "isModifier": false, + "short": "Policy that authorized the agent participation in the event", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ActPolicyType", "identity": "rim" }, + { "map": "ParticipantRoleIDCode", "identity": "dicom" }, + { + "map": "Provenance.policy", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "AuditEvent.agent.policy", + "comment": "For example: Where an OAuth token authorizes, the unique identifier from the OAuth token is placed into the policy element Where a policy engine (e.g. XACML) holds policy logic, the unique policy identifier is placed into the policy element.", + "isSummary": false + }, + { + "path": "AuditEvent.agent.network[x]", + "requirements": "When a network protocol is used the endpoint is associated with the agent most directly using the endpoint. This is usually the software agent that has implemented the application level protocol. Preference is to define network in terms of a Reference(Endpoint), or URI; use string only when address or hostname is all that is known. When encoding using string it is best to encode using the formal canonical host name, but if you can't, then you can encode numeric in Literal address form using square brackets '[]' as a v4 string (in dotted notation), or v6 string (in colon notation).", + "min": 0, + "definition": "When the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.", + "isModifier": false, + "short": "This agent network location for the activity", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { "map": ".player.description", "identity": "rim" }, + { + "map": "NetworkAccessPointID and NetworkAccessPointTypeCode", + "identity": "dicom" + }, + { "map": "Agent.Location", "identity": "w3c.prov" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + }, + { "code": "uri" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.agent.network[x]", + "comment": "When remote network endpoint is known, another agent representing the remote agent would indicate the remote network endpoint used. Convention is to indicate data flowing from Source to Destination. The convention for Search, given data flows both ways (query parameters vs results), is to have the Source as the initiator of the Search Transaction, and the Destination the responder to the Search transaction.", + "isSummary": false + }, + { + "path": "AuditEvent.agent.authorization", + "requirements": "Record of any relevant security context, not restricted to purposeOfUse valueSet. May include security compartments, refrain, obligation, or other security tags.", + "min": 0, + "definition": "The authorization (e.g., PurposeOfUse) that was used during the event being recorded.", + "isModifier": false, + "short": "Allowable authorization for this agent", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "*.reasonCode [ActHealthInformationPurposeOfUseReason codes/v:PurposeOfUse\n(2.16.840.1.113883.1.11.20448)\n* .outboundRelationship[typeCode=RSON or SUBJ].target", + "identity": "rim" + }, + { "map": "Agent.Activity", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditPurposeOfUse" + } + ], + "description": "The reason the activity took place." + }, + "alias": ["PurposeOfUse"], + "max": "*", + "id": "AuditEvent.agent.authorization", + "comment": "Use AuditEvent.agent.authorization when you know that is specific to the agent, otherwise use AuditEvent.authorization. For example, during a machine-to-machine transfer it might not be obvious to the audit system who caused the event, but it does know why.", + "isSummary": false + }, + { + "path": "AuditEvent.source", + "requirements": "The event is reported by one source.", + "min": 1, + "definition": "The actor that is reporting the event.", + "isModifier": false, + "short": "Audit Event Reporter", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=INF].role[classCode=ASSIGN].player[classCode=DEV, determinerCode=INSTANCE]", + "identity": "rim" + }, + { + "map": "AuditSourceIdentification", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.source", + "comment": "Events are reported by the actor that detected them. This may be one of the participating actors, but may also be different. The actor may be a human such as a medical-records clerk disclosing data manually, that clerk would be the source for the record of disclosure.", + "isSummary": true + }, + { + "path": "AuditEvent.source.site", + "requirements": "This value differentiates among the sites in a multi-site enterprise health information system.", + "min": 0, + "definition": "Logical source location within the healthcare enterprise network. For example, a hospital or other provider location within a multi-entity provider group.", + "isModifier": false, + "short": "Logical source location within the enterprise", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".scopedRole[classCode=LOCE].player.desc", + "identity": "rim" + }, + { "map": "AuditEnterpriseSiteId", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.source.site", + "isSummary": false + }, + { + "path": "AuditEvent.source.observer", + "requirements": "This field ties the event to a specific source system. It may be used to group events for analysis according to where the event was detected.", + "min": 1, + "definition": "Identifier of the source where the event was detected.", + "isModifier": false, + "short": "The identity of source detecting the event", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "AuditSourceId", "identity": "dicom" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "alias": ["SourceId"], + "max": "1", + "id": "AuditEvent.source.observer", + "isSummary": true + }, + { + "path": "AuditEvent.source.type", + "requirements": "This field indicates which type of source is identified by the Audit Source ID. It is an optional value that may be used to group events for analysis according to the type of source where the event occurred.", + "min": 0, + "definition": "Code specifying the type of source where event originated.", + "isModifier": false, + "short": "The type of source where event originated", + "mapping": [ + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { "map": "AuditSourceTypeCode", "identity": "dicom" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/security-source-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventSourceType" + } + ], + "description": "Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema." + }, + "max": "*", + "id": "AuditEvent.source.type", + "isSummary": false + }, + { + "path": "AuditEvent.entity", + "requirements": "The event may have other entities involved.", + "min": 0, + "definition": "Specific instances of data or objects that have been accessed.", + "isModifier": false, + "short": "Data or objects used", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=SUBJ].target or .participation[typeCode=SBJ].role", + "identity": "rim" + }, + { + "map": "ParticipantObjectIdentification", + "identity": "dicom" + }, + { "map": "Entity", "identity": "w3c.prov" }, + { + "map": "Provenance.target, Provenance.entity", + "identity": "fhirprovenance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["ParticipantObject"], + "max": "*", + "id": "AuditEvent.entity", + "comment": "Required unless the values for event identification, agent identification, and audit source identification are sufficient to document the entire auditable event. Because events may have more than one entity, this group can be a repeating set of values.", + "isSummary": true + }, + { + "path": "AuditEvent.entity.what", + "min": 0, + "definition": "Identifies a specific instance of the entity. The reference should be version specific. This is allowed to be a Parameters resource.", + "isModifier": false, + "short": "Specific instance of resource", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "ParticipantObjectTypeCode, ParticipantObjectName, ParticipantObjectID and ParticipantObjectIDTypeCode", + "identity": "dicom" + }, + { + "map": "Provenance.target, Provenance.entity.what", + "identity": "fhirprovenance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.entity.what", + "comment": "Use .what.display when all you have is a string (e.g. ParticipantObjectName).", + "isSummary": true + }, + { + "path": "AuditEvent.entity.role", + "requirements": "For some detailed audit analysis it may be necessary to indicate a more granular type of entity, based on the application role it serves.", + "min": 0, + "definition": "Code representing the role the entity played in the event being audited.", + "isModifier": false, + "short": "What role the entity played", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "role.code (not sure what this would mean for an Act)", + "identity": "rim" + }, + { + "map": "ParticipantObjectTypeCodeRole", + "identity": "dicom" + }, + { "map": "Entity.role", "identity": "w3c.prov" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/object-role", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Code representing the role the entity played in the audit event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventEntityRole" + } + ], + "description": "DICOM Audit Event Entity Role" + }, + "max": "1", + "id": "AuditEvent.entity.role", + "isSummary": false + }, + { + "path": "AuditEvent.entity.securityLabel", + "requirements": "This field identifies the security labels for a specific instance of an object, such as a patient, to detect/track privacy and security issues.", + "min": 0, + "definition": "Security labels for the identified entity.", + "isModifier": false, + "short": "Security labels on the entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".confidentialityCode", "identity": "rim" }, + { + "map": "ParticipantObjectSensitivity", + "identity": "dicom" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Example Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "AuditEvent.entity.securityLabel", + "comment": "Copied from entity meta security tags.", + "isSummary": false + }, + { + "path": "AuditEvent.entity.query", + "requirements": "For query events, it may be necessary to capture the actual query input to the query process in order to identify the specific event. Because of differences among query implementations and data encoding for them, this is a base 64 encoded data blob. It may be subsequently decoded or interpreted by downstream audit analysis processing.", + "min": 0, + "definition": "The query parameters for a query-type entities.", + "isModifier": false, + "short": "Query parameters", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "No mapping", "identity": "rim" }, + { "map": "ParticipantObjectQuery", "identity": "dicom" } + ], + "type": [{ "code": "base64Binary" }], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.entity.query", + "comment": "The meaning and secondary-encoding of the content of base64 encoded blob is specific to the AuditEvent.type, AuditEvent.subtype, and AuditEvent.entity.role. The base64 is a general-use and safe container for event specific data blobs regardless of the encoding used by the transaction being recorded. An AuditEvent consuming application must understand the event it is consuming and the formats used by the event. For example, if auditing an Oracle network database access, the Oracle formats must be understood as they will be simply encoded in the base64binary blob.\n\nThe DICOM AuditMessage schema does not support both .name and .query being populated.", + "isSummary": true + }, + { + "path": "AuditEvent.entity.detail", + "requirements": "Implementation-defined data about specific details of the object accessed or used.", + "min": 0, + "definition": "Tagged value pairs for conveying additional information about the entity.", + "isModifier": false, + "short": "Additional Information about the entity", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].target[classCode=OBS, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "ParticipantObjectDetail", + "identity": "dicom" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "AuditEvent.entity.detail", + "isSummary": false + }, + { + "path": "AuditEvent.entity.detail.type", + "min": 1, + "definition": "The type of extra detail provided in the value.", + "isModifier": false, + "short": "Name of the property", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".code", "identity": "rim" }, + { + "map": "ParticipantObjectDetail.type", + "identity": "dicom" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/audit-event-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AuditEventDetailType" + } + ], + "description": "Additional detail about an entity used in an event." + }, + "max": "1", + "id": "AuditEvent.entity.detail.type", + "isSummary": false + }, + { + "path": "AuditEvent.entity.detail.value[x]", + "requirements": "Should not duplicate the entity value unless absolutely necessary.", + "min": 1, + "definition": "The value of the extra detail.", + "isModifier": false, + "short": "Property value", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": ".value", "identity": "rim" }, + { + "map": "ParticipantObjectDetail.value", + "identity": "dicom" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "base64Binary" } + ], + "mustSupport": false, + "max": "1", + "id": "AuditEvent.entity.detail.value[x]", + "isSummary": false + }, + { + "path": "AuditEvent.entity.agent", + "min": 0, + "definition": "The entity is attributed to an agent to express the agent's responsibility for that entity in the activity. This is most used to indicate when persistence media (the entity) are used by an agent. For example when importing data from a device, the device would be described in an entity, and the user importing data from that media would be indicated as the entity.agent.", + "isModifier": false, + "short": "Entity is attributed to this agent", + "mapping": [ + { "map": "./author/role", "identity": "rim" }, + { + "map": "ActiveParticipant.MediaType", + "identity": "dicom" + }, + { + "map": "Provenance.entity.agent", + "identity": "fhirprovenance" + } + ], + "contentReference": "#AuditEvent.agent", + "mustSupport": false, + "max": "*", + "id": "AuditEvent.entity.agent", + "comment": "A usecase where one AuditEvent.entity.agent is used where the Entity that was used in the creation/updating of a target resource, is not in the context of the same custodianship as the target resource, and thus the meaning of AuditEvent.entity.agent is to say that the entity referenced is managed elsewhere and that this Agent provided access to it. This would be similar to where the Entity being referenced is managed outside FHIR, such as through HL7 V2, v3, or XDS. This might be where the Entity being referenced is managed in another FHIR resource server. Thus it explains the provenance of that Entity's use in the context of this AuditEvent activity.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/secure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Request/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Request", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Request", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "request", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Request", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Request", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Request", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "Enforces the minimum information set for the test script metadata required by HL7 and other organizations that share and publish test scripts", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareabletestscript/5.0.0", + "date": "2021-11-08T17:15:11-04:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableTestScript", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TestScript", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable Test Script", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareabletestscript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareabletestscript", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1081", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareabletestscript", + "differential": { + "element": [ + { + "id": "TestScript", + "max": "1", + "min": 1, + "path": "TestScript" + }, + { + "id": "TestScript.url", + "max": "1", + "min": 1, + "path": "TestScript.url", + "type": [{ "code": "uri" }] + }, + { + "id": "TestScript.version", + "max": "1", + "min": 1, + "path": "TestScript.version", + "type": [{ "code": "string" }] + }, + { + "id": "TestScript.experimental", + "max": "1", + "min": 1, + "path": "TestScript.experimental", + "type": [{ "code": "boolean" }] + }, + { + "id": "TestScript.publisher", + "max": "1", + "min": 1, + "path": "TestScript.publisher", + "type": [{ "code": "string" }], + "alias": ["steward"] + }, + { + "id": "TestScript.description", + "max": "1", + "min": 1, + "path": "TestScript.description", + "type": [{ "code": "markdown" }], + "alias": ["scope"], + "mapping": [{ "map": "N/A", "identity": "rim" }] + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/TestScript" + }, + { + "description": "This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EnrollmentResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnrollmentResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EnrollmentResponse", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "EnrollmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentResponse", + "differential": { + "element": [ + { + "path": "EnrollmentResponse", + "min": 0, + "definition": "This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.", + "isModifier": false, + "short": "EnrollmentResponse resource", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EnrollmentResponse" + }, + { + "path": "EnrollmentResponse.identifier", + "min": 0, + "definition": "The Response business identifier.", + "isModifier": false, + "short": "Business Identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EnrollmentResponse.identifier", + "isSummary": false + }, + { + "path": "EnrollmentResponse.status", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnrollmentResponseStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "EnrollmentResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the response as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "EnrollmentResponse.request", + "min": 0, + "definition": "Original request resource reference.", + "isModifier": false, + "short": "Claim reference", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "A02|G01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentResponse.request", + "isSummary": false + }, + { + "path": "EnrollmentResponse.outcome", + "min": 0, + "definition": "Processing status: error, complete.", + "isModifier": false, + "short": "queued | complete | error | partial", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/enrollment-outcome|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnrollmentOutcome" + } + ], + "description": "The outcome of the processing." + }, + "max": "1", + "id": "EnrollmentResponse.outcome", + "isSummary": false + }, + { + "path": "EnrollmentResponse.disposition", + "min": 0, + "definition": "A description of the status of the adjudication.", + "isModifier": false, + "short": "Disposition Message", + "mapping": [ + { "map": "Event.code", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EnrollmentResponse.disposition", + "isSummary": false + }, + { + "path": "EnrollmentResponse.created", + "min": 0, + "definition": "The date when the enclosed suite of services were performed or completed.", + "isModifier": false, + "short": "Creation date", + "mapping": [ + { "map": "Event.occurrence[x]", "identity": "workflow" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "EnrollmentResponse.created", + "isSummary": false + }, + { + "path": "EnrollmentResponse.organization", + "min": 0, + "definition": "The Insurer who produced this adjudicated response.", + "isModifier": false, + "short": "Insurer", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentResponse.organization", + "isSummary": false + }, + { + "path": "EnrollmentResponse.requestProvider", + "min": 0, + "definition": "The practitioner who is responsible for the services rendered to the patient.", + "isModifier": false, + "short": "Responsible practitioner", + "mapping": [{ "map": "B01", "identity": "cdanetv4" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentResponse.requestProvider", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Immunization/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Public Health and Emergency Response)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Immunization", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + } + ], + "abstract": false, + "type": "Immunization", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pher" + } + ], + "status": "draft", + "id": "Immunization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Immunization", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Immunization", + "differential": { + "element": [ + { + "path": "Immunization", + "min": 0, + "definition": "Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.", + "isModifier": false, + "short": "Immunization event information", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "VXU_V04", "identity": "v2" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Immunization" + }, + { + "path": "Immunization.identifier", + "min": 0, + "definition": "A unique identifier assigned to this immunization record.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/id", + "identity": "cda" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.identifier", + "isSummary": false + }, + { + "path": "Immunization.basedOn", + "min": 0, + "definition": "A plan, order or recommendation fulfilled in whole or in part by this immunization.", + "isModifier": false, + "short": "Authority that the immunization event is based on", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Immunization.basedOn", + "comment": "Allows tracing of an authorization for the Immunization.", + "isSummary": true + }, + { + "path": "Immunization.status", + "min": 1, + "definition": "Indicates the current status of the immunization event.", + "isModifier": true, + "short": "completed | entered-in-error | not-done", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A set of codes indicating the current status of an Immunization." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationStatus" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.status", + "comment": "Will generally be set to show that the immunization has been completed or not done. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains statuses entered-in-error and not-done which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Immunization.statusReason", + "min": 0, + "definition": "Indicates the reason the immunization event was not performed.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The reason why a vaccine was not administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationStatusReason" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.statusReason", + "comment": "This is generally only used for the status of \"not-done\". The reason for performing the immunization event is captured in reasonCode, not here.", + "isSummary": false + }, + { + "path": "Immunization.vaccineCode", + "min": 1, + "definition": "Vaccine that was administered or was to be administered.", + "isModifier": false, + "short": "Vaccine administered", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXA-5", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/realmCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vaccine-code", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The code for vaccine product administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineCode" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.vaccineCode", + "comment": "The code for the administered vaccine may be reported at various levels of granularity from a very generic code for a general type of vaccine (e.g. the SNOMED or CVX code for the flu vaccine) to a very discrete code for a specific product including the form and packaging (e.g. an NDC code). Because vaccineCode uses the CodeableConcept data type, multiple codes at different levels of granularity may be reported for a single immunization event provided that all codes are appropriate for the same vaccine. For example, both NDC and CVX codes may be provided for a given immunization event by repeating the coding element within vaccineCode.", + "isSummary": true + }, + { + "path": "Immunization.administeredProduct", + "min": 0, + "definition": "An indication of which product was administered to the patient. This is typically a more detailed representation of the concept conveyed by the vaccineCode data element. If a Medication resource is referenced, it may be to a stand-alone resource or a contained resource within the Immunization resource.", + "isModifier": false, + "short": "Product that was administered", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXA-5", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/realmCode/code", + "identity": "cda" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.administeredProduct", + "isSummary": false + }, + { + "path": "Immunization.manufacturer", + "min": 0, + "definition": "Name of vaccine manufacturer.", + "isModifier": false, + "short": "Vaccine manufacturer", + "mapping": [ + { "map": "RXA-17", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=ORG]", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacuturerOrganization/name", + "identity": "cda" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.manufacturer", + "isSummary": false + }, + { + "path": "Immunization.lotNumber", + "min": 0, + "definition": "Lot number of the vaccine product.", + "isModifier": false, + "short": "Vaccine lot number", + "mapping": [ + { "map": "RXA-15", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].id", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/consumable/manfacturedProduct/manufacturedMaterial/lotNumberText", + "identity": "cda" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.lotNumber", + "isSummary": false + }, + { + "path": "Immunization.expirationDate", + "min": 0, + "definition": "Date vaccine batch expires.", + "isModifier": false, + "short": "Vaccine expiration date", + "mapping": [ + { "map": "RXA-16", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime", + "identity": "rim" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.expirationDate", + "isSummary": false + }, + { + "path": "Immunization.patient", + "min": 1, + "definition": "The patient who either received or did not receive the immunization.", + "isModifier": false, + "short": "Who was immunized", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".partipication[ttypeCode=].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.patient", + "isSummary": true + }, + { + "path": "Immunization.encounter", + "min": 0, + "definition": "The visit or admission or other contact between patient and health care provider the immunization was performed as part of.", + "isModifier": false, + "short": "Encounter immunization was part of", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { + "map": "component->EncounterEvent", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.encounter", + "isSummary": false + }, + { + "path": "Immunization.supportingInformation", + "min": 0, + "definition": "Additional information that is relevant to the immunization (e.g. for a vaccine recipient who is pregnant, the gestational age of the fetus). The reason why a vaccine was given (e.g. occupation, underlying medical condition) should be conveyed in Immunization.reason, not as supporting information. The reason why a vaccine was not given (e.g. contraindication) should be conveyed in Immunization.statusReason, not as supporting information.", + "isModifier": false, + "short": "Additional information in support of the immunization", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Immunization.supportingInformation", + "isSummary": false + }, + { + "path": "Immunization.occurrence[x]", + "min": 1, + "definition": "Date vaccine administered or was to be administered.", + "isModifier": false, + "short": "Vaccine administration date", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "RXA-3", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/effectiveTime/value", + "identity": "cda" + } + ], + "type": [{ "code": "dateTime" }, { "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.occurrence[x]", + "comment": "When immunizations are given a specific date and time should always be known. When immunizations are patient reported, a specific date might not be known. Although partial dates are allowed, an adult patient might not be able to recall the year a childhood immunization was given. An exact date is always preferable, but the use of the String data type is acceptable when an exact date is not known. A small number of vaccines (e.g. live oral typhoid vaccine) are given as a series of patient self-administered dose over a span of time. In cases like this, often, only the first dose (typically a provider supervised dose) is recorded with the occurrence indicating the date/time of the first dose.", + "isSummary": true + }, + { + "path": "Immunization.primarySource", + "min": 0, + "definition": "Indicates whether the data contained in the resource was captured by the individual/organization which was responsible for the administration of the vaccine rather than as 'secondary reported' data documented by a third party. A value of 'true' means this data originated with the individual/organization which was responsible for the administration of the vaccine.", + "isModifier": false, + "short": "Indicates context the data was captured in", + "mapping": [ + { "map": "Event.reported", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "RXA-9", "identity": "v2" }, + { + "map": "immunization.uncertaintycode (if primary source=false, uncertainty=U)", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.primarySource", + "comment": "Reflects the “reliability” of the content.", + "isSummary": true + }, + { + "path": "Immunization.informationSource", + "min": 0, + "definition": "Typically the source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.", + "isModifier": false, + "short": "Indicates the source of a reported record", + "mapping": [ + { "map": "Event.reported", "identity": "workflow" }, + { "map": "FiveWs.source", "identity": "w5" }, + { "map": "RXA-9", "identity": "v2" }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported) .participation[typeCode=INF].role[classCode=LIC] (this syntax for health care professional) .participation[typeCode=INF].role[classCode=PRS] (this syntax for family member)", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-origin", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The source of the data for a record which is not from a primary source." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationReportOrigin" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.informationSource", + "comment": "Typically will not be populated if primarySource = True, not required even if primarySource = False.", + "isSummary": false + }, + { + "path": "Immunization.location", + "min": 0, + "definition": "The service delivery location where the vaccine administration occurred.", + "isModifier": false, + "short": "Where immunization occurred", + "mapping": [ + { "map": "Event.location", "identity": "workflow" }, + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "RXA-27 (or RXA-11, deprecated as of v2.7)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=LOC].COCT_MT240000UV", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.location", + "isSummary": false + }, + { + "path": "Immunization.site", + "min": 0, + "definition": "Body site where vaccine was administered.", + "isModifier": false, + "short": "Body site vaccine was administered", + "mapping": [ + { "map": "RXR-2", "identity": "v2" }, + { + "map": "observation.targetSiteCode", + "identity": "rim" + }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/approachSiteCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The site at which the vaccine was administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationSite" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.site", + "isSummary": false + }, + { + "path": "Immunization.route", + "min": 0, + "definition": "The path by which the vaccine product is taken into the body.", + "isModifier": false, + "short": "How vaccine entered body", + "mapping": [ + { "map": "RXR-1", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" }, + { + "map": "ClinicalDocument/component/StructuredBody/component/section/entry/substanceAdministration/routeCode/code", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-route", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The route by which the vaccine was administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationRoute" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.route", + "isSummary": false + }, + { + "path": "Immunization.doseQuantity", + "min": 0, + "definition": "The quantity of vaccine product that was administered.", + "isModifier": false, + "short": "Amount of vaccine administered", + "mapping": [ + { "map": "RXA-6 / RXA-7", "identity": "v2" }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.doseQuantity", + "isSummary": false + }, + { + "path": "Immunization.performer", + "min": 0, + "definition": "Indicates who performed the immunization event.", + "isModifier": false, + "short": "Who performed event", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "ORC-12 / RXA-10", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.performer", + "isSummary": true + }, + { + "path": "Immunization.performer.function", + "min": 0, + "definition": "Describes the type of performance (e.g. ordering provider, administering provider, etc.).", + "isModifier": false, + "short": "What type of performance was done", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-function", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The role a practitioner or organization plays in the immunization event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationFunction" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.performer.function", + "isSummary": true + }, + { + "path": "Immunization.performer.actor", + "min": 1, + "definition": "The practitioner or organization who performed the action.", + "isModifier": false, + "short": "Individual or organization who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.performer.actor", + "comment": "When the individual practitioner who performed the action is known, it is best to send.", + "isSummary": true + }, + { + "path": "Immunization.note", + "min": 0, + "definition": "Extra information about the immunization that is not conveyed by the other attributes.", + "isModifier": false, + "short": "Additional immunization notes", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "OBX-5 : OBX-3 = 48767-8", "identity": "v2" }, + { "map": "note", "identity": "rim" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.note", + "isSummary": true + }, + { + "path": "Immunization.reason", + "min": 0, + "definition": "Describes why the immunization occurred in coded or textual form, or Indicates another resource (Condition, Observation or DiagnosticReport) whose existence justifies this immunization.", + "isModifier": false, + "short": "Why immunization occurred", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { + "map": "[actionNegationInd=false].reasonCode", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The reason why a vaccine was administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ImmunizationReason" + } + ], + "description": "x" + }, + "max": "*", + "id": "Immunization.reason", + "isSummary": false + }, + { + "path": "Immunization.isSubpotent", + "min": 0, + "definition": "Indication if a dose is considered to be subpotent. By default, a dose should be considered to be potent.", + "isModifier": true, + "short": "Dose potency", + "mapping": [ + { + "map": "RXA-20 = PA (partial administration)", + "identity": "v2" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "By default, a dose should be considered to be potent.", + "max": "1", + "id": "Immunization.isSubpotent", + "comment": "Typically, the recognition of the dose being sub-potent is retrospective, after the administration (ex. notification of a manufacturer recall after administration). However, in the case of a partial administration (the patient moves unexpectedly and only some of the dose is actually administered), subpotency may be recognized immediately, but it is still important to record the event.", + "isModifierReason": "This element is labeled as a modifier because an immunization event with a subpotent vaccine doesn't protect the patient the same way as a potent dose.", + "isSummary": true + }, + { + "path": "Immunization.subpotentReason", + "min": 0, + "definition": "Reason why a dose is considered to be subpotent.", + "isModifier": false, + "short": "Reason for being subpotent", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-subpotent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubpotentReason" + } + ], + "description": "The reason why a dose is considered to be subpotent." + }, + "max": "*", + "id": "Immunization.subpotentReason", + "isSummary": false + }, + { + "path": "Immunization.programEligibility", + "min": 0, + "definition": "Indicates a patient's eligibility for a funding program.", + "isModifier": false, + "short": "Patient eligibility for a specific vaccination program", + "mapping": [ + { "map": "OBX-5 : OBX-3 = 64994-7", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.programEligibility", + "isSummary": false + }, + { + "path": "Immunization.programEligibility.program", + "min": 1, + "definition": "Indicates which program the patient had their eligility evaluated for.", + "isModifier": false, + "short": "The program that eligibility is declared for", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-vaccine-funding-program", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The vaccation funding program a patient may be eligible for." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VaccineFundingProgram" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.programEligibility.program", + "isSummary": false + }, + { + "path": "Immunization.programEligibility.programStatus", + "min": 1, + "definition": "Indicates the patient's eligility status for for a specific payment program.", + "isModifier": false, + "short": "The patient's eligibility status for the program", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-program-eligibility", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The patient's eligibility for a vaccation program." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProgramEligibility" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.programEligibility.programStatus", + "isSummary": false + }, + { + "path": "Immunization.fundingSource", + "min": 0, + "definition": "Indicates the source of the vaccine actually administered. This may be different than the patient eligibility (e.g. the patient may be eligible for a publically purchased vaccine but due to inventory issues, vaccine purchased with private funds was actually administered).", + "isModifier": false, + "short": "Funding source for the vaccine", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-funding-source", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The source of funding used to purchase the vaccine administered." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FundingSource" + } + ], + "description": "x" + }, + "max": "1", + "id": "Immunization.fundingSource", + "isSummary": false + }, + { + "path": "Immunization.reaction", + "min": 0, + "definition": "Categorical data indicating that an adverse event is associated in time to an immunization.", + "isModifier": false, + "short": "Details of a reaction that follows immunization", + "mapping": [ + { "map": "OBX-3", "identity": "v2" }, + { + "map": "Observation[classCode=obs].code", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.reaction", + "comment": "A reaction may be an indication of an allergy or intolerance and, if this is determined to be the case, it should be recorded as a new AllergyIntolerance resource instance as most systems will not query against past Immunization.reaction elements.", + "isSummary": false + }, + { + "path": "Immunization.reaction.date", + "min": 0, + "definition": "Date of reaction to the immunization.", + "isModifier": false, + "short": "When reaction started", + "mapping": [ + { + "map": "OBX-14 (ideally this would be reported in an IAM segment, but IAM is not part of the HL7 V2 VXU message - most likely would appear in OBX segments if at all)", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.reaction.date", + "isSummary": false + }, + { + "path": "Immunization.reaction.manifestation", + "min": 0, + "definition": "Details of the reaction.", + "isModifier": false, + "short": "Additional information on reaction", + "mapping": [ + { "map": "OBX-5", "identity": "v2" }, + { "map": ".value", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.reaction.manifestation", + "isSummary": false + }, + { + "path": "Immunization.reaction.reported", + "min": 0, + "definition": "Self-reported indicator.", + "isModifier": false, + "short": "Indicates self-reported reaction", + "mapping": [ + { + "map": "(HL7 V2 doesn't seem to provide for this)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=INF].role[classCode=PAT] (this syntax for self-reported=true)", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.reaction.reported", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied", + "min": 0, + "definition": "The protocol (set of recommendations) being followed by the provider who administered the dose.", + "isModifier": false, + "short": "Protocol followed by the provider", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Immunization.protocolApplied", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied.series", + "min": 0, + "definition": "One possible path to achieve presumed immunity against a disease - within the context of an authority.", + "isModifier": false, + "short": "Name of vaccine series", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.protocolApplied.series", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied.authority", + "min": 0, + "definition": "Indicates the authority who published the protocol (e.g. ACIP) that is being followed.", + "isModifier": false, + "short": "Who is responsible for publishing the recommendations", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Immunization.protocolApplied.authority", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied.targetDisease", + "min": 0, + "definition": "The vaccine preventable disease the dose is being administered against.", + "isModifier": false, + "short": "Vaccine preventatable disease being targeted", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/immunization-target-disease", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The vaccine preventable disease the dose is being administered for." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TargetDisease" + } + ], + "description": "x" + }, + "max": "*", + "id": "Immunization.protocolApplied.targetDisease", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied.doseNumber", + "min": 1, + "definition": "Nominal position in a series as intended by the practitioner administering the dose.", + "isModifier": false, + "short": "Dose number within series", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.protocolApplied.doseNumber", + "comment": "The use of an integer is preferred if known. Text should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).", + "isSummary": false + }, + { + "path": "Immunization.protocolApplied.seriesDoses", + "min": 0, + "definition": "The recommended number of doses to achieve immunity as intended by the practitioner administering the dose.", + "isModifier": false, + "short": "Recommended number of doses for immunity", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Immunization.protocolApplied.seriesDoses", + "comment": "The use of an integer is preferred if known.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pher/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A specific set of Roles/Locations/specialties/services that a practitioner may perform, or has performed at an organization during a period of time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PractitionerRole/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track services that a healthcare provider is able to provide at an organization's location, and the services that they can perform there.", + "name": "PractitionerRole", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "PractitionerRole", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "individual" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "PractitionerRole", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PractitionerRole", + "differential": { + "element": [ + { + "path": "PractitionerRole", + "min": 0, + "definition": "A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.", + "isModifier": false, + "short": "Roles/organizations the practitioner is associated with", + "mapping": [ + { + "map": "administrative.individual", + "identity": "w5" + }, + { "map": "PRD (as one example)", "identity": "v2" }, + { "map": "Role", "identity": "rim" }, + { "map": "Participant", "identity": "interface" }, + { "map": "ServiceSiteProvider", "identity": "servd" } + ], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole" + }, + { + "path": "PractitionerRole.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "Business Identifiers that are specific to a role/location.", + "isModifier": false, + "short": "Identifiers for a role/location", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PRD-7 (or XCN.1)", "identity": "v2" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.identifier", + "comment": "A specific identifier value (e.g. Minnesota Registration ID) may appear on multiple PractitionerRole instances which could be for different periods, or different Roles (or other reasons). A specific identifier may be included multiple times in the same PractitionerRole instance with different identifier validity periods.", + "isSummary": true + }, + { + "path": "PractitionerRole.active", + "requirements": "Need to be able to mark a practitioner role record as not to be used because it was created in error, or otherwise no longer in active use.", + "min": 0, + "definition": " Whether this practitioner role record is in active use. Some systems may use this property to mark non-active practitioners, such as those that are not currently employed.", + "isModifier": false, + "short": "Whether this practitioner role record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "STF-7", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "PractitionerRole.active", + "comment": "If this value is false, you may refer to the period to see when the role was in active use. If there is no period specified, no inference can be made about when it was active.", + "isSummary": true + }, + { + "path": "PractitionerRole.period", + "requirements": "Even after the agencies is revoked, the fact that it existed must still be recorded.", + "min": 0, + "definition": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.", + "isModifier": false, + "short": "The period during which the practitioner is authorized to perform in these role(s)", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PRD-8/9 / PRA-5.4", "identity": "v2" }, + { + "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime", + "identity": "rim" + }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "PractitionerRole.period", + "comment": "If a practitioner is performing a role within an organization over multiple, non-adjacent periods, there should be a distinct PractitionerRole instance for each period. For example, if a nurse is employed at a hospital, leaves the organization for a period of time due to pandemic related stress, but returns post-pandemic to the same job role, there would be two PractitionerRole instances for the different periods of employment.", + "isSummary": true + }, + { + "path": "PractitionerRole.practitioner", + "min": 0, + "definition": "Practitioner that is able to provide the defined services for the organization.", + "isModifier": false, + "short": "Practitioner that provides services for the organization", + "mapping": [{ "map": ".player", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PractitionerRole.practitioner", + "isSummary": true + }, + { + "path": "PractitionerRole.organization", + "min": 0, + "definition": "The organization where the Practitioner performs the roles associated.", + "isModifier": false, + "short": "Organization where the roles are available", + "mapping": [{ "map": ".scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PractitionerRole.organization", + "isSummary": true + }, + { + "path": "PractitionerRole.code", + "requirements": "Need to know what authority the practitioner has - what can they do?", + "min": 0, + "definition": "Roles which this practitioner is authorized to perform for the organization.", + "isModifier": false, + "short": "Roles which this practitioner may perform", + "mapping": [ + { + "map": "PRD-1 / STF-18 / PRA-3 / PRT-4 / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)", + "identity": "servd" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/practitioner-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PractitionerRole" + } + ], + "description": "The role a person plays representing an organization." + }, + "max": "*", + "id": "PractitionerRole.code", + "comment": "A person may have more than one role.", + "isSummary": true + }, + { + "path": "PractitionerRole.specialty", + "min": 0, + "definition": "The specialty of a practitioner that describes the functional role they are practicing at a given organization or location.", + "isModifier": false, + "short": "Specific specialty of the practitioner", + "mapping": [ + { "map": "PRA-5", "identity": "v2" }, + { + "map": ".player.HealthCareProvider[@classCode = 'PROV'].code", + "identity": "rim" + }, + { "map": "./Specialty", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PractitionerSpecialty" + } + ], + "description": "Specific specialty associated with the agency." + }, + "max": "*", + "id": "PractitionerRole.specialty", + "comment": "The specialty represents the functional role a practitioner is playing within an organization/location. This role may require the individual have certain qualifications, which would be represented in the Practitioner.qualifications property. Note that qualifications may or might not relate to or be required by the practicing specialty.", + "isSummary": true + }, + { + "path": "PractitionerRole.location", + "min": 0, + "definition": "The location(s) at which this practitioner provides care.", + "isModifier": false, + "short": "Location(s) where the practitioner provides care", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']", + "identity": "rim" + }, + { + "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)
However these are accessed via the Site.ServiceSite.ServiceSiteProvider record. (The Site has the location)", + "identity": "servd" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.location", + "isSummary": true + }, + { + "path": "PractitionerRole.healthcareService", + "min": 0, + "definition": "The list of healthcare services that this worker provides for this role's Organization/Location(s).", + "isModifier": false, + "short": "Healthcare services provided for this role's Organization/Location(s)", + "mapping": [ + { "map": "EDU-2 / AFF-3", "identity": "v2" }, + { + "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.healthcareService", + "isSummary": false + }, + { + "path": "PractitionerRole.contact", + "requirements": "Often practitioners have a dedicated line for each location (or service) that they work at, and need to be able to define separate contact details for each of these. Sometimes these also include a named person/organization that handles contact for specific purposes, such as a receptionist, or accounts clerk etc.", + "min": 0, + "definition": "The contact details of communication devices available relevant to the specific PractitionerRole. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites.", + "isModifier": false, + "short": "Official contact details relating to this PractitionerRole", + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.contact", + "isSummary": false + }, + { + "path": "PractitionerRole.characteristic", + "min": 0, + "definition": "Collection of characteristics (attributes).", + "isModifier": false, + "short": "Collection of characteristics (attributes)", + "mapping": [ + { + "map": ".actrelationship[typeCode=PERT].observation", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-mode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceCharacteristic" + } + ], + "description": "A custom attribute that could be provided at a service (e.g. Wheelchair accessibility)." + }, + "max": "*", + "id": "PractitionerRole.characteristic", + "comment": "These could be such things as is the service mode used by this role.", + "isSummary": false + }, + { + "path": "PractitionerRole.communication", + "requirements": "Knowing which language a practitioner speaks can help in facilitating patients to locate practitioners that speak their language.", + "min": 0, + "definition": "A language the practitioner can use in patient communication. The practitioner may know several languages (listed in practitioner.communication), however these are the languages that could be advertised in a directory for a patient to search.", + "isModifier": false, + "short": "A language the practitioner (in this role) can use in patient communication", + "mapping": [ + { "map": "./languageCommunication", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "*", + "id": "PractitionerRole.communication", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.\r\rNote that for non-patient oriented communication, see Practitioner.communication. Note that all 'person' type resources (Person, RelatedPerson, Patient, Practitioner) have a communication structure that includes preferences. Role or service oriented resources such as HealthcareService and PractitionerRole only include languages that are available for interacting with patients.", + "isSummary": false + }, + { + "path": "PractitionerRole.availability", + "min": 0, + "definition": "A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.", + "isModifier": false, + "short": "Times the Practitioner is available at this location and/or healthcare service (including exceptions)", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [{ "code": "Availability" }], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.availability", + "comment": "More detailed availability information may be provided in associated Schedule/Slot resources.\n\nSystems may choose to render availability differently than it is exchanged on the interface. For example, rather than \"Mon, Tue, Wed, Thur, Fri from 9am-12am; Mon, Tue, Wed, Thur, Fri from 1pm-5pm\" as would be implied by two availableTime repetitions, an application could render this information as \"Mon-Fri 9-12am and 1-5pm\".\r\rThe NotAvailableTime(s) included indicate the general days/periods where the practitioner is not available (for things such as vacation time, or public holidays).", + "isSummary": false + }, + { + "path": "PractitionerRole.endpoint", + "requirements": "Organizations have multiple systems that provide various services and may also be different for practitioners too.\n\nSo the endpoint satisfies the need to be able to define the technical connection details for how to connect to them, and for what purpose.", + "min": 0, + "definition": " Technical endpoints providing access to services operated for the practitioner with this role. Commonly used for locating scheduling services, or identifying where to send referrals electronically.", + "isModifier": false, + "short": "Endpoints for interacting with the practitioner in this role", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PractitionerRole.endpoint", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "FHIR Body Mass Index (BMI) Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/bmi/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationbmi", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Body Mass Index Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'39156-5'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg/m2'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'39156-5'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'kg/m2'**" + } + ], + "status": "draft", + "id": "bmi", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/bmi", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1464", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/bmi", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Body Mass Index (BMI) Profile", + "definition": "This profile defines how to represent Body Mass Index (BMI) observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Body Mass Index (BMI)", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Body Mass Index (BMI)." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:BMICode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "BMICode" + }, + { + "id": "Observation.code.coding:BMICode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:BMICode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "39156-5" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "fixedCode": "kg/m2", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Coverage/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Coverage provides a link between covered parties (patients) and the payors of their healthcare costs (both insurance and self-pay).", + "name": "Coverage", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://www.pharmacists.ca/", + "name": "Canadian Pharmacy Association eclaims standard", + "identity": "cpha3pharm" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Coverage", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "Coverage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Coverage", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coverage", + "differential": { + "element": [ + { + "path": "Coverage", + "min": 0, + "definition": "Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment.", + "isModifier": false, + "short": "Insurance or medical plan or a payment agreement", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" }, + { "map": "Coverage", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Coverage", + "comment": "The Coverage resource contains the insurance card level information, which is customary to provide on claims and other communications between providers and insurers." + }, + { + "path": "Coverage.identifier", + "requirements": "Allows coverages to be distinguished and referenced.", + "min": 0, + "definition": "The identifier of the coverage as issued by the insurer.", + "isModifier": false, + "short": "Business identifier(s) for this coverage", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "C02", "identity": "cdanetv4" }, + { "map": ".id", "identity": "rim" }, + { "map": "C.32, C.33, C.39", "identity": "cpha3pharm" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Coverage.identifier", + "comment": "The main (and possibly only) identifier for the coverage - often referred to as a Member Id, Certificate number, Personal Health Number or Case ID. May be constructed as the concatenation of the Coverage.SubscriberID and the Coverage.dependant. Note that not all insurers issue unique member IDs therefore searches may result in multiple responses.", + "isSummary": true + }, + { + "path": "Coverage.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "Coverage.status", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the coverage as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Coverage.kind", + "requirements": "This is used to implement conformance on other elements.", + "min": 1, + "definition": "The nature of the coverage be it insurance, or cash payment such as self-pay.", + "isModifier": false, + "short": "insurance | self-pay | other", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageKind" + } + ] + }, + "max": "1", + "id": "Coverage.kind", + "isSummary": true + }, + { + "path": "Coverage.paymentBy", + "min": 0, + "definition": "Link to the paying party and optionally what specifically they will be responsible to pay.", + "isModifier": false, + "short": "Self-pay parties and responsibility", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Coverage.paymentBy", + "isSummary": false + }, + { + "path": "Coverage.paymentBy.party", + "min": 1, + "definition": "The list of parties providing non-insurance payment for the treatment costs.", + "isModifier": false, + "short": "Parties performing self-payment", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.paymentBy.party", + "isSummary": true + }, + { + "path": "Coverage.paymentBy.responsibility", + "min": 0, + "definition": " Description of the financial responsibility.", + "isModifier": false, + "short": "Party's responsibility", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.paymentBy.responsibility", + "isSummary": true + }, + { + "path": "Coverage.type", + "requirements": "The order of application of coverages is dependent on the types of coverage.", + "min": 0, + "definition": "The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.", + "isModifier": false, + "short": "Coverage category such as medical or accident", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "IN1-15", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageType" + } + ], + "description": "The type of insurance: public health, worker compensation; private accident, auto, private health, etc.) or a direct payment by an individual or organization." + }, + "max": "1", + "id": "Coverage.type", + "isSummary": true + }, + { + "path": "Coverage.policyHolder", + "requirements": "This provides employer information in the case of Worker's Compensation and other policies.", + "min": 0, + "definition": "The party who 'owns' the insurance policy.", + "isModifier": false, + "short": "Owner of the policy", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.policyHolder", + "comment": "For example: may be an individual, corporation or the subscriber's employer.", + "isSummary": true + }, + { + "path": "Coverage.subscriber", + "requirements": "This is the party who is entitled to the benfits under the policy.", + "min": 0, + "definition": "The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.", + "isModifier": false, + "short": "Subscriber to the policy", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.subscriber", + "comment": "May be self or a parent in the case of dependants. A subscriber is only required on certain types of policies not all policies and that it is appropriate to have just a policyholder and a beneficiary when not other party can join that policy instance.", + "isSummary": true + }, + { + "path": "Coverage.subscriberId", + "requirements": "The insurer requires this identifier on correspondance and claims (digital and otherwise).", + "min": 0, + "definition": "The insurer assigned ID for the Subscriber.", + "isModifier": false, + "short": "ID assigned to the subscriber", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Coverage.subscriberId", + "isSummary": true + }, + { + "path": "Coverage.beneficiary", + "requirements": "This is the party who receives treatment for which the costs are reimbursed under the coverage.", + "min": 1, + "definition": "The party who benefits from the insurance coverage; the patient when products and/or services are provided.", + "isModifier": false, + "short": "Plan beneficiary", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "D01 through D09", "identity": "cdanetv4" }, + { + "map": "IN1-16, 18, 19-name of insured, address, date of birth", + "identity": "v2" + }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.beneficiary", + "isSummary": true + }, + { + "path": "Coverage.dependent", + "requirements": "For some coverages a single identifier is issued to the Subscriber and then an additional dependent number is issued to each beneficiary.", + "min": 0, + "definition": "A designator for a dependent under the coverage.", + "isModifier": false, + "short": "Dependent number", + "mapping": [ + { "map": "C17", "identity": "cdanetv4" }, + { + "map": "- No exact HL7 V2 equivalent concept seems to exist;", + "identity": "v2" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.dependent", + "comment": "Sometimes the member number is constructed from the subscriberId and the dependant number.", + "isSummary": true + }, + { + "path": "Coverage.relationship", + "requirements": "The relationship between the patient and the subscriber to determine coordination of benefits.", + "min": 0, + "definition": "The relationship of beneficiary (patient) to the subscriber.", + "isModifier": false, + "short": "Beneficiary relationship to the subscriber", + "mapping": [{ "map": "C03", "identity": "cdanetv4" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriber-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Relationship" + } + ], + "description": "The relationship between the Subscriber and the Beneficiary (insured/covered party/patient)." + }, + "max": "1", + "id": "Coverage.relationship", + "comment": "Typically, an individual uses policies which are theirs (relationship='self') before policies owned by others.", + "isSummary": false + }, + { + "path": "Coverage.period", + "requirements": "Some insurers require the submission of the coverage term.", + "min": 0, + "definition": "Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.", + "isModifier": false, + "short": "Coverage start and end dates", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "IN1-12 / IN1-13", "identity": "v2" }, + { "map": "Act.effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.period", + "isSummary": true + }, + { + "path": "Coverage.insurer", + "requirements": "Need to identify the issuer to target for claim processing and for coordination of benefit processing.", + "min": 0, + "definition": "The program or plan underwriter, payor, insurance company.", + "isModifier": false, + "short": "Issuer of the policy", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.insurer", + "comment": "May provide multiple identifiers such as insurance company identifier or business identifier (BIN number).", + "isSummary": true + }, + { + "path": "Coverage.class", + "requirements": "The codes provided on the health card which identify or confirm the specific policy for the insurer.", + "min": 0, + "definition": "A suite of underwriter specific classifiers.", + "isModifier": false, + "short": "Additional coverage classifications", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Class" + } + ], + "max": "*", + "id": "Coverage.class", + "comment": "For example, class may be used to identify a class of coverage or employer group, policy, or plan.", + "isSummary": false + }, + { + "path": "Coverage.class.type", + "requirements": "The insurer issued label for a specific health card value.", + "min": 1, + "definition": "The type of classification for which an insurer-specific class label or number and optional name is provided. For example, type may be used to identify a class of coverage or employer group, policy, or plan.", + "isModifier": false, + "short": "Type of class such as 'group' or 'plan'", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageClass" + } + ], + "description": "The policy classifications, e.g. Group, Plan, Class, etc." + }, + "max": "1", + "id": "Coverage.class.type", + "isSummary": true + }, + { + "path": "Coverage.class.value", + "requirements": "The insurer issued label and identifier are necessary to identify the specific policy, group, etc..", + "min": 1, + "definition": "The alphanumeric identifier associated with the insurer issued label.", + "isModifier": false, + "short": "Value associated with the type", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-2", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.class.value", + "comment": "For example, the Group or Plan number.", + "isSummary": true + }, + { + "path": "Coverage.class.name", + "requirements": "Used to provide a meaningful description in correspondence to the patient.", + "min": 0, + "definition": "A short description for the class.", + "isModifier": false, + "short": "Human readable description of the type and value", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-8", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.class.name", + "isSummary": true + }, + { + "path": "Coverage.order", + "requirements": "Used in managing the coordination of benefits.", + "min": 0, + "definition": "The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care. For example; a patient might have (0) auto insurance (1) their own health insurance and (2) spouse's health insurance. When claiming for treatments which were not the result of an auto accident then only coverages (1) and (2) above would be applicatble and would apply in the order specified in parenthesis.", + "isModifier": false, + "short": "Relative order of the coverage", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.order", + "isSummary": true + }, + { + "path": "Coverage.network", + "requirements": "Used in referral for treatment and in claims processing.", + "min": 0, + "definition": "The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply.", + "isModifier": false, + "short": "Insurer network", + "mapping": [{ "map": "D10", "identity": "cdanetv4" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.network", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary", + "requirements": "Required by providers to manage financial transaction with the patient.", + "min": 0, + "definition": "A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.", + "isModifier": false, + "short": "Patient payments for services/products", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "CostToBeneficiary" + } + ], + "alias": ["CoPay", "Deductible", "Exceptions"], + "max": "*", + "id": "Coverage.costToBeneficiary", + "comment": "For example by knowing the patient visit co-pay, the provider can collect the amount prior to undertaking treatment.", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.type", + "requirements": "Needed to identify the category associated with the amount for the patient.", + "min": 0, + "definition": "The category of patient centric costs associated with treatment.", + "isModifier": false, + "short": "Cost category", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-copay-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CopayTypes" + } + ], + "description": "The types of services to which patient copayments are specified." + }, + "max": "1", + "id": "Coverage.costToBeneficiary.type", + "comment": "For example visit, specialist visits, emergency, inpatient care, etc.", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.category", + "requirements": "Needed to convey the category of service or product for which eligibility is sought.", + "min": 0, + "definition": "Code to identify the general type of benefits under which products and services are provided.", + "isModifier": false, + "short": "Benefit classification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/ex-benefitcategory", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitCategory" + } + ] + }, + "max": "1", + "id": "Coverage.costToBeneficiary.category", + "comment": "Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.network", + "requirements": "Needed as in or out of network providers are treated differently under the coverage.", + "min": 0, + "definition": "Is a flag to indicate whether the benefits refer to in-network providers or out-of-network providers.", + "isModifier": false, + "short": "In or out of network", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-network", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitNetwork" + } + ] + }, + "max": "1", + "id": "Coverage.costToBeneficiary.network", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.unit", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "Indicates if the benefits apply to an individual or to the family.", + "isModifier": false, + "short": "Individual or family", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitUnit" + } + ] + }, + "max": "1", + "id": "Coverage.costToBeneficiary.unit", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.term", + "requirements": "Needed for the understanding of the benefits.", + "min": 0, + "definition": "The term or period of the values such as 'maximum lifetime benefit' or 'maximum annual visits'.", + "isModifier": false, + "short": "Annual or lifetime", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/benefit-term", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BenefitTerm" + } + ] + }, + "max": "1", + "id": "Coverage.costToBeneficiary.term", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.value[x]", + "requirements": "Needed to identify the amount for the patient associated with the category.", + "min": 0, + "definition": "The amount due from the patient for the cost category.", + "isModifier": false, + "short": "The amount or percentage due from the beneficiary", + "mapping": [ + { + "map": "C11 (Division,Section)", + "identity": "cdanetv4" + }, + { "map": "IN1-8", "identity": "v2" }, + { "map": "C.31", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "Money" } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.costToBeneficiary.value[x]", + "comment": "Amount may be expressed as a percentage of the service/product cost or a fixed amount of currency.", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.exception", + "requirements": "Required by providers to manage financial transaction with the patient.", + "min": 0, + "definition": "A suite of codes indicating exceptions or reductions to patient costs and their effective periods.", + "isModifier": false, + "short": "Exceptions for patient payments", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Exemption" + } + ], + "max": "*", + "id": "Coverage.costToBeneficiary.exception", + "isSummary": false + }, + { + "path": "Coverage.costToBeneficiary.exception.type", + "requirements": "Needed to identify the exception associated with the amount for the patient.", + "min": 1, + "definition": "The code for the specific exception.", + "isModifier": false, + "short": "Exception category", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/coverage-financial-exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CoverageFinancialException" + } + ], + "description": "The types of exceptions from the part or full value of financial obligations such as copays." + }, + "max": "1", + "id": "Coverage.costToBeneficiary.exception.type", + "isSummary": true + }, + { + "path": "Coverage.costToBeneficiary.exception.period", + "requirements": "Needed to identify the applicable timeframe for the exception for the correct calculation of patient costs.", + "min": 0, + "definition": "The timeframe the exception is in force.", + "isModifier": false, + "short": "The effective period of the exception", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.costToBeneficiary.exception.period", + "isSummary": true + }, + { + "path": "Coverage.subrogation", + "requirements": "See definition for when to be used.", + "min": 0, + "definition": "When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs.", + "isModifier": false, + "short": "Reimbursement to insurer", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Coverage.subrogation", + "comment": "Typically, automotive and worker's compensation policies would be flagged with 'subrogation=true' to enable healthcare payors to collect against accident claims.", + "isSummary": false + }, + { + "path": "Coverage.contract", + "requirements": "To reference the legally binding contract between the policy holder and the insurer.", + "min": 0, + "definition": "The policy(s) which constitute this insurance coverage.", + "isModifier": false, + "short": "Contract details", + "mapping": [ + { "map": "D01 through D09", "identity": "cdanetv4" }, + { "map": "IN1-16, 18, 19", "identity": "v2" }, + { "map": "n/a", "identity": "rim" }, + { "map": "C.35", "identity": "cpha3pharm" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Contract" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Coverage.contract", + "isSummary": false + }, + { + "path": "Coverage.insurancePlan", + "requirements": "To associate the plan benefits and costs with the coverage which is an instance of that plan.", + "min": 0, + "definition": "The insurance plan details, benefits and costs, which constitute this insurance coverage.", + "isModifier": false, + "short": "Insurance plan details", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/InsurancePlan" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Coverage.insurancePlan", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The module definition library profile sets the expectations for module definition libraries, including support for terminology and dependency declaration, parameters, and data requirements", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/moduledefinitionlibrary/5.0.0", + "date": "2019-06-06", + "derivation": "constraint", + "publisher": "Health Level Seven, Inc. - CDS WG", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ModuleDefinitionLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Module Definition Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "moduledefinitionlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/moduledefinitionlibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1160", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/moduledefinitionlibrary", + "differential": { + "element": [ + { "id": "Library", "path": "Library", "mustSupport": false }, + { + "id": "Library.extension:inputParameters", + "max": "1", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-inputParameters" + ] + } + ], + "sliceName": "inputParameters", + "mustSupport": true + }, + { + "id": "Library.extension:directReferenceCode", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-directReferenceCode" + ] + } + ], + "sliceName": "directReferenceCode", + "mustSupport": true + }, + { + "id": "Library.extension:logicDefinition", + "max": "*", + "min": 0, + "path": "Library.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-logicDefinition" + ] + } + ], + "sliceName": "logicDefinition", + "mustSupport": true + }, + { + "id": "Library.type", + "max": "1", + "min": 1, + "path": "Library.type", + "type": [{ "code": "CodeableConcept" }], + "patternCodeableConcept": { + "coding": [ + { + "code": "logic-library", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + { + "id": "Library.subject[x]", + "path": "Library.subject[x]", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact", + "path": "Library.relatedArtifact", + "slicing": { + "rules": "open", + "discriminator": [{ "path": "type", "type": "value" }] + }, + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency", + "max": "*", + "min": 0, + "path": "Library.relatedArtifact", + "sliceName": "dependency", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency.type", + "path": "Library.relatedArtifact.type", + "type": [{ "code": "code" }], + "fixedCode": "depends-on", + "mustSupport": true + }, + { + "id": "Library.relatedArtifact:dependency.resource", + "max": "1", + "min": 1, + "path": "Library.relatedArtifact.resource", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CodeSystem", + "http://hl7.org/fhir/StructureDefinition/ValueSet", + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": true + }, + { + "id": "Library.parameter", + "path": "Library.parameter", + "mustSupport": true + }, + { + "id": "Library.dataRequirement", + "path": "Library.dataRequirement", + "mustSupport": true + }, + { + "id": "Library.content", + "max": "0", + "min": 0, + "path": "Library.content" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://hl7.org/special/committees/DSS", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablelibrary" + }, + { + "description": "Represents justification for a recommendation", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ebmrecommendation/5.0.0", + "date": "2021-12-12", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "EBMRecommendation", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ArtifactAssessment", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "EBM Recommendation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ebmrecommendation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ebmrecommendation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1263", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ebmrecommendation", + "differential": { + "element": [ + { + "id": "ArtifactAssessment", + "max": "1", + "min": 1, + "path": "ArtifactAssessment" + }, + { + "id": "ArtifactAssessment.citeAs", + "max": "1", + "min": 0, + "path": "ArtifactAssessment.citeAs", + "short": "How to cite the recommendation", + "definition": "Display of or reference to the bibliographic citation of the recommendation." + }, + { + "id": "ArtifactAssessment.artifact", + "max": "1", + "min": 1, + "path": "ArtifactAssessment.artifact", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + ] + }, + { "code": "canonical" }, + { "code": "uri" } + ], + "definition": "A reference to a resource, canonical resource, or non-FHIR resource which is the recommendation this comment or assessment is about.", + "mustSupport": true + }, + { + "id": "ArtifactAssessment.workflowStatus", + "max": "0", + "min": 0, + "path": "ArtifactAssessment.workflowStatus", + "mustSupport": false + }, + { + "id": "ArtifactAssessment.disposition", + "max": "0", + "min": 0, + "path": "ArtifactAssessment.disposition", + "mustSupport": false + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment" + }, + { + "description": "FHIR Head Circumference Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/headcircum/5.0.0", + "date": "2018-08-11", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationheadcircum", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Observation Head Circumference Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9843-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "#### Complete Summary of the Mandatory Requirements\r\r1. One code in `Observation.code` which must have\r - a fixed `Observation.code.coding.system`=**'http ://loinc.org'**\r - a fixed `Observation.code.coding.code`= **'9843-4'**\r - Other additional Codings are allowed in `Observation.code`- e.g. more specific LOINC\r Codes, SNOMED CT concepts, system specific codes. All codes\r SHALL have a system value\r1. Either one Observation.valueQuantity or, if there is no value, one code in Observation.DataAbsentReason\r - Each Observation.valueQuantity must have:\r - One numeric value in Observation.valueQuantity.value\r - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\r - a UCUM unit code in Observation.valueQuantity.code = **'cm', or '[in_i]'**" + } + ], + "status": "draft", + "id": "headcircum", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/headcircum", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1467", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/headcircum", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "short": "FHIR Head Circumference Profile", + "definition": "This profile defines how to represent Head Circumference observations in FHIR using a standard LOINC code and UCUM units of measure." + }, + { + "id": "Observation.code", + "path": "Observation.code", + "alias": ["Test", "Name"], + "short": "Head Circumference", + "comment": "additional codes that translate or map to this code are allowed. For example a more granular LOINC code or code that is used locally in a system.", + "definition": "Head Circumference." + }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "code", "type": "value" }, + { "path": "system", "type": "value" } + ] + } + }, + { + "id": "Observation.code.coding:HeadCircumCode", + "max": "1", + "min": 1, + "path": "Observation.code.coding", + "sliceName": "HeadCircumCode" + }, + { + "id": "Observation.code.coding:HeadCircumCode.system", + "max": "1", + "min": 1, + "path": "Observation.code.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://loinc.org" + }, + { + "id": "Observation.code.coding:HeadCircumCode.code", + "max": "1", + "min": 1, + "path": "Observation.code.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "9843-4" + }, + { + "id": "Observation.valueQuantity", + "path": "Observation.valueQuantity" + }, + { + "id": "Observation.valueQuantity.value", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.value", + "type": [{ "code": "decimal" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.unit", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.unit", + "type": [{ "code": "string" }], + "mustSupport": true + }, + { + "id": "Observation.valueQuantity.system", + "max": "1", + "min": 1, + "path": "Observation.valueQuantity.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://unitsofmeasure.org", + "mustSupport": true + }, + { + "path": "Observation.valueQuantity.code", + "min": 1, + "definition": "Coded responses from the common UCUM units for vital signs value set.", + "short": "Coded responses from the common UCUM units for vital signs value set.", + "type": [{ "code": "code" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-bodylength", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Common UCUM units for body length measures such as Body Height and Head Circumference." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyLengthUnits" + } + ], + "description": "cm | [in_i]" + }, + "max": "1", + "id": "Observation.valueQuantity.code" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/vitalsigns" + }, + { + "description": "CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CodeableConcept/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "This is a common pattern in healthcare - a concept that may be defined by one or more codes from formal definitions including LOINC and SNOMED CT, and/or defined by the provision of text that captures a human sense of the concept.", + "name": "CodeableConcept", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/orim", + "name": "Ontological RIM Mapping", + "identity": "orim" + } + ], + "abstract": false, + "type": "CodeableConcept", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "active", + "id": "CodeableConcept", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableConcept", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeableConcept", + "differential": { + "element": [ + { + "path": "CodeableConcept", + "min": 0, + "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", + "short": "Concept - reference to a terminology or just text", + "mapping": [ + { "map": "CE/CNE/CWE", "identity": "v2" }, + { "map": "CD", "identity": "rim" }, + { + "map": "fhir:CodeableConcept rdfs:subClassOf dt:CD", + "identity": "orim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "CodeableConcept", + "comment": "Not all terminology uses fit this general pattern. In some cases, models should not use CodeableConcept and use Coding directly and provide their own structure for managing text, codings, translations and the relationship between elements and pre- and post-coordination." + }, + { + "path": "CodeableConcept.coding", + "requirements": "Allows for alternative encodings within a code system, and translations to other code systems.", + "min": 0, + "definition": "A reference to a code defined by a terminology system.", + "short": "Code defined by a terminology system", + "mapping": [ + { "map": "C*E.1-8, C*E.10-22", "identity": "v2" }, + { "map": "union(., ./translation)", "identity": "rim" }, + { + "map": "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding", + "identity": "orim" + } + ], + "type": [{ "code": "Coding" }], + "max": "*", + "id": "CodeableConcept.coding", + "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.", + "isSummary": true + }, + { + "path": "CodeableConcept.text", + "requirements": "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.", + "min": 0, + "definition": "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.", + "short": "Plain text representation of the concept", + "mapping": [ + { + "map": "C*E.9. But note many systems use C*E.2 for this", + "identity": "v2" + }, + { + "map": "./originalText[mediaType/code=\"text/plain\"]/data", + "identity": "rim" + }, + { + "map": "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CodeableConcept.text", + "comment": "Very often the text is the same as a displayName of one of the codings.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Appointment/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Appointment", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Appointment", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Appointment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Appointment", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Appointment", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "app-7", + "human": "Cancellation date is only used for appointments that have been cancelled, or noshow", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "cancellationDate.exists() implies (status='noshow' or status='cancelled')" + }, + { + "key": "app-6", + "human": "An appointment may have an originatingAppointment or recurrenceTemplate, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "warning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "For a recurring series of appointments, the originating appointment should have the recurrenceTemplate defining the details of the overall recurrence. Each occurence should refer back to the originatingAppointment as the single source of truth for the details of the recurrence." + } + ], + "expression": "originatingAppointment.exists().not() or recurrenceTemplate.exists().not()" + }, + { + "key": "app-5", + "human": "The start must be less than or equal to the end", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "start.exists() implies start <= end" + }, + { + "key": "app-4", + "human": "Cancellation reason is only used for appointments that have been cancelled, or noshow", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "cancellationReason.exists() implies (status='noshow' or status='cancelled')" + }, + { + "key": "app-3", + "human": "Only proposed or cancelled appointments can be missing start/end dates", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "(start.exists() and end.exists()) or (status in ('proposed' | 'cancelled' | 'waitlist'))" + }, + { + "key": "app-2", + "human": "Either start and end are specified, or neither", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "start.exists() = end.exists()" + } + ], + "path": "Appointment", + "min": 0, + "definition": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).", + "isModifier": false, + "short": "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s)", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "workflow.scheduling", "identity": "w5" }, + { "map": "Act[@moodCode <= 'INT']", "identity": "rim" }, + { "map": "VEVENT", "identity": "ical" } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment" + }, + { + "path": "Appointment.identifier", + "min": 0, + "definition": "This records identifiers associated with this appointment concern that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).", + "isModifier": false, + "short": "External Ids for this item", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "SCH-1, SCH-2, ARQ-1, ARQ-2", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.identifier", + "isSummary": true + }, + { + "path": "Appointment.status", + "min": 1, + "definition": "The overall status of the Appointment. Each of the participants has their own participation status which indicates their involvement in the process, however this status indicates the shared status.", + "isModifier": true, + "short": "proposed | pending | booked | arrived | fulfilled | cancelled | noshow | entered-in-error | checked-in | waitlist", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "SCH-25", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "STATUS", "identity": "ical" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentstatus|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AppointmentStatus" + } + ], + "description": "The free/busy status of an appointment." + }, + "max": "1", + "id": "Appointment.status", + "condition": ["app-4", "app-3", "app-7"], + "comment": "If the Appointment's status is \"cancelled\" then all participants are expected to have their calendars released for the appointment period, and as such any Slots that were marked as BUSY can be re-set to FREE.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that mark the Appointment as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Appointment.cancellationReason", + "min": 0, + "definition": "The coded reason for the appointment being cancelled. This is often used in reporting/billing/futher processing to determine if further actions are required, or specific fees apply.", + "isModifier": false, + "short": "The coded reason for the appointment being cancelled", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-cancellation-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "cancellation-reason" + } + ] + }, + "max": "1", + "id": "Appointment.cancellationReason", + "condition": ["app-4"], + "isSummary": true + }, + { + "path": "Appointment.class", + "min": 0, + "definition": "Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.", + "isModifier": false, + "short": "Classification when becoming an encounter", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PV1-2", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=LIST].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/EncounterClass", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterClass" + } + ], + "description": "Classification of the encounter." + }, + "max": "*", + "id": "Appointment.class", + "isSummary": true + }, + { + "path": "Appointment.serviceCategory", + "min": 0, + "definition": "A broad categorization of the service that is to be performed during this appointment.", + "isModifier": false, + "short": "A broad categorization of the service that is to be performed during this appointment", + "mapping": [ + { + "map": "n/a, might be inferred from the ServiceDeliveryLocation", + "identity": "rim" + }, + { "map": "CATEGORIES", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-category" + } + ] + }, + "max": "*", + "id": "Appointment.serviceCategory", + "isSummary": true + }, + { + "path": "Appointment.serviceType", + "min": 0, + "definition": "The specific service that is to be performed during this appointment.", + "isModifier": false, + "short": "The specific service that is to be performed during this appointment", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "ARQ-8, SCH-8", "identity": "v2" }, + { + "map": "n/a, might be inferred from the ServiceDeliveryLocation", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "service-type" + } + ] + }, + "max": "*", + "id": "Appointment.serviceType", + "comment": "For a provider to provider appointment the code \"FOLLOWUP\" may be appropriate, as this is expected to be discussing some patient that was seen in the past.", + "isSummary": true + }, + { + "path": "Appointment.specialty", + "min": 0, + "definition": "The specialty of a practitioner that would be required to perform the service requested in this appointment.", + "isModifier": false, + "short": "The specialty of a practitioner that would be required to perform the service requested in this appointment", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": ".performer.AssignedPerson.code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "specialty" + } + ] + }, + "max": "*", + "id": "Appointment.specialty", + "isSummary": true + }, + { + "path": "Appointment.appointmentType", + "min": 0, + "definition": "The style of appointment or patient that has been booked in the slot (not service type).", + "isModifier": false, + "short": "The style of appointment or patient that has been booked in the slot (not service type)", + "mapping": [ + { "map": "ARQ-7, SCH-7", "identity": "v2" }, + { "map": ".code", "identity": "rim" }, + { "map": "CLASSIFICATION", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0276", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "appointment-type" + } + ] + }, + "max": "1", + "id": "Appointment.appointmentType", + "isSummary": true + }, + { + "path": "Appointment.reason", + "min": 0, + "definition": "The reason that this appointment is being scheduled. This is more clinical than administrative. This can be coded, or as specified using information from another resource. When the patient arrives and the encounter begins it may be used as the admission diagnosis. The indication will typically be a Condition (with other resources referenced in the evidence.detail), or a Procedure.", + "isModifier": false, + "short": "Reason this appointment is scheduled", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "AIS-3", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ApptReason" + } + ], + "description": "The Reason for the appointment to take place." + }, + "max": "*", + "id": "Appointment.reason", + "isSummary": true + }, + { + "path": "Appointment.priority", + "min": 0, + "definition": "The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).", + "isModifier": false, + "short": "Used to make informed decisions if needing to re-prioritize", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "ARQ-12, SCH-11.6 / TQ1-9", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" }, + { "map": "PRIORITY", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActPriority", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Indicates the urgency of the appointment." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Priority" + } + ], + "description": "Indicates the urgency of the appointment." + }, + "max": "1", + "id": "Appointment.priority", + "comment": "Seeking implementer feedback on this property and how interoperable it is.\r\rUsing an extension to record a CodeableConcept for named values may be tested at a future connectathon.", + "isSummary": false + }, + { + "path": "Appointment.description", + "min": 0, + "definition": "The brief description of the appointment as would be shown on a subject line in a meeting request, or appointment list. Detailed or expanded information should be put in the note field.", + "isModifier": false, + "short": "Shown on a subject line in a meeting request, or appointment list", + "mapping": [ + { "map": "NTE-3", "identity": "v2" }, + { "map": ".text", "identity": "rim" }, + { "map": "SUMMARY", "identity": "ical" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.description", + "isSummary": false + }, + { + "path": "Appointment.replaces", + "min": 0, + "definition": "Appointment replaced by this Appointment in cases where there is a cancellation, the details of the cancellation can be found in the cancellationReason property (on the referenced resource).", + "isModifier": false, + "short": "Appointment replaced by this Appointment", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[@typeCode = 'SPRT'].observation", + "identity": "rim" + }, + { "map": "ATTACH", "identity": "ical" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment.replaces", + "isSummary": false + }, + { + "path": "Appointment.virtualService", + "min": 0, + "definition": "Connection details of a virtual service (e.g. conference call).", + "isModifier": false, + "short": "Connection details of a virtual service (e.g. conference call)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "VirtualServiceDetail" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.virtualService", + "comment": "There are two types of virtual meetings that often exist:\r\r* a persistent, virtual meeting room that can only be used for a single purpose at a time, \r* and a dynamic virtual meeting room that is generated on demand for a specific purpose.\r\rImplementers may consider using Location.virtualService for persistent meeting rooms.\r\rIf each participant would have a different meeting link, an extension using the VirtualServiceContactDetail can be applied to the Appointment.participant BackboneElement.", + "isSummary": false + }, + { + "path": "Appointment.supportingInformation", + "min": 0, + "definition": "Additional information to support the appointment provided when making the appointment.", + "isModifier": false, + "short": "Additional information to support the appointment", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".inboundRelationship[@typeCode = 'SPRT'].observation", + "identity": "rim" + }, + { "map": "ATTACH", "identity": "ical" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment.supportingInformation", + "isSummary": false + }, + { + "path": "Appointment.previousAppointment", + "min": 0, + "definition": "The previous appointment in a series of related appointments.", + "isModifier": false, + "short": "The previous appointment in a series", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Appointment.previousAppointment", + "comment": "This property is intended for use when representing a series of related appointments. For example, in a nuclear medicine procedure, where there is an appointment for the injection of the isotopes, and then a subsequent appointment for the scan, the scan appointment would refer to the injection appointment via Appointment.previousAppointment. For representing recurring appointments, see the guidance on recurring vs. series appointments.", + "isSummary": false + }, + { + "path": "Appointment.originatingAppointment", + "min": 0, + "definition": "The originating appointment in a recurring set of related appointments.", + "isModifier": false, + "short": "The originating appointment in a recurring set of appointments", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Appointment.originatingAppointment", + "condition": ["app-6"], + "comment": "This property is intended for use when representing a recurring set of related appointments.\r\rFor example, a patient undergoing physical therapy may have a recurring appointment every Tuesday and Thursday. Each occurrence of the set will refer to the originating appointment, which contains the recurring template information. For representing appointment series, see the guidance on recurring vs. series appointments.", + "isSummary": false + }, + { + "path": "Appointment.start", + "min": 0, + "definition": "Date/Time that the appointment is to take place.", + "isModifier": false, + "short": "When appointment is to take place", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { + "map": "ARQ-11.1, SCH-11.4 / TQ1-7", + "identity": "v2" + }, + { "map": ".effectiveTime.low", "identity": "rim" }, + { "map": "DTSTART", "identity": "ical" } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.start", + "condition": ["app-5", "app-3", "app-2"], + "comment": "If actual start/end times are not known then the requested period start/end can be used.", + "isSummary": true + }, + { + "path": "Appointment.end", + "min": 0, + "definition": "Date/Time that the appointment is to conclude.", + "isModifier": false, + "short": "When appointment is to conclude", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "SCH-11.5 / TQ1-8/ calculated based on the start and the duration which is in ARQ-9", + "identity": "v2" + }, + { "map": ".effectiveTime.high", "identity": "rim" }, + { "map": "DTEND", "identity": "ical" } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.end", + "condition": ["app-5", "app-3", "app-2"], + "comment": "If actual start/end times are not known then the requested period start/end can be used.", + "isSummary": true + }, + { + "path": "Appointment.minutesDuration", + "min": 0, + "definition": "Number of minutes that the appointment is to take. This can be less than the duration between the start and end times. For example, where the actual time of appointment is only an estimate or if a 30 minute appointment is being requested, but any time would work. Also, if there is, for example, a planned 15 minute break in the middle of a long appointment, the duration may be 15 minutes less than the difference between the start and end.", + "isModifier": false, + "short": "Can be less than start/end (e.g. estimate)", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { + "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')].width", + "identity": "rim" + }, + { "map": "DURATION (e.g. PT15M)", "identity": "ical" } + ], + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.minutesDuration", + "isSummary": false + }, + { + "path": "Appointment.requestedPeriod", + "min": 0, + "definition": "A set of date ranges (potentially including times) that the appointment is preferred to be scheduled within.\n\nThe duration (usually in minutes) could also be provided to indicate the length of the appointment to fill and populate the start/end times for the actual allocated time. However, in other situations the duration may be calculated by the scheduling system.", + "isModifier": false, + "short": "Potential date/time interval(s) requested to allocate the appointment within", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "ARQ-11", "identity": "v2" }, + { + "map": ".activityTime[@xsi:type = ('SXPR_TS', 'PIVL_TS')]", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.requestedPeriod", + "comment": "This does not introduce a capacity for recurring appointments.", + "isSummary": false + }, + { + "path": "Appointment.slot", + "min": 0, + "definition": "The slots from the participants' schedules that will be filled by the appointment.", + "isModifier": false, + "short": "The slots that this appointment is filling", + "mapping": [ + { + "map": ".outboundRelationship[@typeCode = 'REFR'].act[@classCode = 'ACT'][@moodCode = 'SLOT']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Slot" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment.slot", + "isSummary": false + }, + { + "path": "Appointment.account", + "min": 0, + "definition": "The set of accounts that is expected to be used for billing the activities that result from this Appointment.", + "isModifier": false, + "short": "The set of accounts that may be used for billing for this Appointment", + "mapping": [ + { "map": ".pertains.A_Account", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment.account", + "comment": "The specified account(s) could be those identified during pre-registration workflows in preparation for an upcoming Encounter.", + "isSummary": false + }, + { + "path": "Appointment.created", + "min": 0, + "definition": "The date that this appointment was initially created. This could be different to the meta.lastModified value on the initial entry, as this could have been before the resource was created on the FHIR server, and should remain unchanged over the lifespan of the appointment.", + "isModifier": false, + "short": "The date that this appointment was initially created", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": ".author.time", "identity": "rim" }, + { "map": "CREATED", "identity": "ical" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.created", + "comment": "This property is required for many use cases where the age of an appointment is considered in processing workflows for scheduling and billing of appointments.", + "isSummary": false + }, + { + "path": "Appointment.cancellationDate", + "min": 0, + "definition": "The date/time describing when the appointment was cancelled.", + "isModifier": false, + "short": "When the appointment was cancelled", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.cancellationDate", + "condition": ["app-7"], + "comment": "If the appointment was cancelled multiple times, this would reflect the most recent cancellation.", + "isSummary": false + }, + { + "path": "Appointment.note", + "min": 0, + "definition": "Additional notes/comments about the appointment.", + "isModifier": false, + "short": "Additional comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE-3", "identity": "v2" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { + "map": "DESCRIPTION (for internal use)", + "identity": "ical" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.note", + "comment": "Additional text to aid in facilitating the appointment. For instance, a note might be, \"patient should proceed immediately to infusion room upon arrival\"\r\rWhere this is a planned appointment and the start/end dates are not set then this field can be used to provide additional guidance on the details of the appointment request, including any restrictions on when to book it.\r\rTypically only the concept.text will be used, however occasionally a reference to some generic documentation (or specific) and also supports coded instructions if/when they are required.", + "isSummary": false + }, + { + "path": "Appointment.patientInstruction", + "min": 0, + "definition": "While Appointment.note contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before).", + "isModifier": false, + "short": "Detailed information and instructions for the patient", + "mapping": [ + { "map": "NTE-3", "identity": "v2" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { + "map": "DESCRIPTION (for patient use)", + "identity": "ical" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Binary", + "http://hl7.org/fhir/StructureDefinition/Communication" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Appointment.patientInstruction", + "isSummary": false + }, + { + "path": "Appointment.basedOn", + "min": 0, + "definition": "The request this appointment is allocated to assess (e.g. incoming referral or procedure request).", + "isModifier": false, + "short": "The request this appointment is allocated to assess", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[@typeCode = 'FLFS'].act[@classCode < 'ActCareProvisionRequestType'][@moodCode = 'RQO']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["incomingReferral"], + "max": "*", + "id": "Appointment.basedOn", + "isSummary": false + }, + { + "path": "Appointment.subject", + "min": 0, + "definition": "The patient or group associated with the appointment, if they are to be present (usually) then they should also be included in the participant backbone element.", + "isModifier": false, + "short": "The patient or group associated with the appointment", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { "map": "subject.patient", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Appointment.subject", + "isSummary": true + }, + { + "constraint": [ + { + "key": "app-1", + "human": "Either the type or actor on the participant SHALL be specified", + "source": "http://hl7.org/fhir/StructureDefinition/Appointment", + "severity": "error", + "expression": "type.exists() or actor.exists()" + } + ], + "path": "Appointment.participant", + "min": 1, + "definition": "List of participants involved in the appointment.", + "isModifier": false, + "short": "Participants involved in appointment", + "mapping": [ + { + "map": "Request.performer, Request.subject", + "identity": "workflow" + }, + { "map": "PID, AIP, AIG, AIL", "identity": "v2" }, + { + "map": "performer | reusableDevice | subject | location", + "identity": "rim" + }, + { + "map": "ATTENDEE component to be created", + "identity": "ical" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.participant", + "isSummary": false + }, + { + "path": "Appointment.participant.type", + "min": 0, + "definition": "Role of participant in the appointment.", + "isModifier": false, + "short": "Role of participant in the appointment", + "mapping": [ + { "map": "AIP-4, AIG-4", "identity": "v2" }, + { + "map": "(performer | reusableDevice | subject | location).@typeCode", + "identity": "rim" + }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "Appointment.participant.type", + "condition": ["app-1"], + "comment": "The role of the participant can be used to declare what the actor will be doing in the scope of this appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value SHALL be the same when creating an AppointmentResponse so that they can be matched, and subsequently update the Appointment.", + "isSummary": true + }, + { + "path": "Appointment.participant.period", + "min": 0, + "definition": "Participation period of the actor.", + "isModifier": false, + "short": "Participation period of the actor", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.participant.period", + "isSummary": false + }, + { + "path": "Appointment.participant.actor", + "min": 0, + "definition": "The individual, device, location, or service participating in the appointment.", + "isModifier": false, + "short": "The individual, device, location, or service participating in the appointment", + "mapping": [ + { "map": "FiveWs.who", "identity": "w5" }, + { + "map": "PID-3-Patient ID List | AIL-3 | AIG-3 | AIP-3", + "identity": "v2" + }, + { + "map": "performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation", + "identity": "rim" + }, + { + "map": "ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource) where the participant type is not \"information-only\"", + "identity": "ical" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Appointment.participant.actor", + "condition": ["app-1"], + "comment": "Where a CareTeam is provided, this does not imply that the entire team is included, just a single member from the group with the appropriate role. Where multiple members are required, please include the CareTeam the required number of times.", + "isSummary": true + }, + { + "path": "Appointment.participant.required", + "min": 0, + "definition": "Whether this participant is required to be present at the meeting. If false, the participant is optional.", + "isModifier": false, + "short": "The participant is required to attend (optional when false)", + "mapping": [ + { + "map": "(performer | reusableDevice | subject | location).@performInd", + "identity": "rim" + }, + { + "map": "ROLE=REQ-PARTICIPANT (roleparam)", + "identity": "ical" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.participant.required", + "comment": "For the use-case where two doctors need to meet to discuss the results for a specific patient, and the patient is not required to be present include the patient in the subject field, but do not include them as a participant - this was formerly done prior to R5 with required='information-only'.", + "isSummary": true + }, + { + "path": "Appointment.participant.status", + "min": 1, + "definition": "Participation status of the actor.", + "isModifier": false, + "short": "accepted | declined | tentative | needs-action", + "mapping": [ + { "map": "AIP-12, AIG-14", "identity": "v2" }, + { + "map": "(performer | reusableDevice | subject | location).statusCode", + "identity": "rim" + }, + { + "map": "ATTENDEE;CN=\"John Doe\";RSVP=TRUE:mailto:john@doe.com (rsvpparam | partstatparam)", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/participationstatus|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipationStatus" + } + ], + "description": "The Participation status of an appointment." + }, + "max": "1", + "id": "Appointment.participant.status", + "isSummary": true + }, + { + "path": "Appointment.recurrenceId", + "min": 0, + "definition": "The sequence number that identifies a specific appointment in a recurring pattern.", + "isModifier": false, + "short": "The sequence number in the recurrence", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceId", + "isSummary": false + }, + { + "path": "Appointment.occurrenceChanged", + "min": 0, + "definition": "This appointment varies from the recurring pattern.", + "isModifier": false, + "short": "Indicates that this appointment varies from a recurrence pattern", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.occurrenceChanged", + "comment": "For example, if a patient has physical therapy appointments every Tuesday and Thursday, but due to a national holiday, a single occurrence was rescheduled to a different day, while the rest of the recurring series remained on Tuesday / Thursday.", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate", + "min": 0, + "definition": "The details of the recurrence pattern or template that is used to generate recurring appointments.", + "isModifier": false, + "short": "Details of the recurrence pattern/template used to generate occurrences", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.recurrenceTemplate", + "condition": ["app-6"], + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.timezone", + "min": 0, + "definition": "The timezone of the recurring appointment occurrences.", + "isModifier": false, + "short": "The timezone of the occurrences", + "mapping": [ + { "map": "N/A", "identity": "rim" }, + { "map": "TZID", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/timezones|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "IANA Timezones (BCP 175)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IANATimezone" + } + ], + "description": "IANA Timezones (BCP 175)" + }, + "max": "1", + "id": "Appointment.recurrenceTemplate.timezone", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.recurrenceType", + "min": 1, + "definition": "How often the appointment series should recur.", + "isModifier": false, + "short": "The frequency of the recurrence", + "mapping": [{ "map": "FREQ", "identity": "ical" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/appointment-recurrrence-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AppointmentRecurrenceType" + } + ], + "description": "IANA Timezones (BCP 175)" + }, + "max": "1", + "id": "Appointment.recurrenceTemplate.recurrenceType", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.lastOccurrenceDate", + "min": 0, + "definition": "Recurring appointments will not occur after this date.", + "isModifier": false, + "short": "The date when the recurrence should end", + "mapping": [{ "map": "UNTIL", "identity": "ical" }], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.lastOccurrenceDate", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.occurrenceCount", + "min": 0, + "definition": "How many appointments are planned in the recurrence.", + "isModifier": false, + "short": "The number of planned occurrences", + "mapping": [{ "map": "COUNT", "identity": "ical" }], + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.occurrenceCount", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.occurrenceDate", + "min": 0, + "definition": "The list of specific dates that will have appointments generated.", + "isModifier": false, + "short": "Specific dates for a recurring set of appointments (no template)", + "mapping": [{ "map": "RDATE", "identity": "ical" }], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.recurrenceTemplate.occurrenceDate", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate", + "min": 0, + "definition": "Information about weekly recurring appointments.", + "isModifier": false, + "short": "Information about weekly recurring appointments", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.monday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Mondays.", + "isModifier": false, + "short": "Recurs on Mondays", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.monday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.tuesday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Tuesdays.", + "isModifier": false, + "short": "Recurs on Tuesday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.tuesday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.wednesday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Wednesdays.", + "isModifier": false, + "short": "Recurs on Wednesday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.wednesday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.thursday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Thursdays.", + "isModifier": false, + "short": "Recurs on Thursday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.thursday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.friday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Fridays.", + "isModifier": false, + "short": "Recurs on Friday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.friday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.saturday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Saturdays.", + "isModifier": false, + "short": "Recurs on Saturday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.saturday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.sunday", + "min": 0, + "definition": "Indicates that recurring appointments should occur on Sundays.", + "isModifier": false, + "short": "Recurs on Sunday", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.sunday", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.weeklyTemplate.weekInterval", + "min": 0, + "definition": "The interval defines if the recurrence is every nth week. The default is every week, so it is expected that this value will be 2 or more.\r\re.g. For recurring every second week this interval would be 2, or every third week the interval would be 3.", + "isModifier": false, + "short": "Recurs every nth week", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.weeklyTemplate.weekInterval", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.monthlyTemplate", + "min": 0, + "definition": "Information about monthly recurring appointments.", + "isModifier": false, + "short": "Information about monthly recurring appointments", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.monthlyTemplate", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth", + "min": 0, + "definition": "Indicates that appointments in the series of recurring appointments should occur on a specific day of the month.", + "isModifier": false, + "short": "Recurs on a specific day of the month", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.monthlyTemplate.dayOfMonth", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth", + "min": 0, + "definition": "Indicates which week within a month the appointments in the series of recurring appointments should occur on.", + "isModifier": false, + "short": "Indicates which week of the month the appointment should occur", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/week-of-month|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "WeekOfMonth" + } + ], + "description": "The set of weeks in a month." + }, + "max": "1", + "id": "Appointment.recurrenceTemplate.monthlyTemplate.nthWeekOfMonth", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek", + "min": 0, + "definition": "Indicates which day of the week the recurring appointments should occur each nth week.", + "isModifier": false, + "short": "Indicates which day of the week the appointment should occur", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DaysOfWeek" + } + ], + "description": "The days of the week." + }, + "max": "1", + "id": "Appointment.recurrenceTemplate.monthlyTemplate.dayOfWeek", + "comment": "This property is intended to be used with Appointment.recurrenceTemplate.monthly.nthWeek.", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.monthlyTemplate.monthInterval", + "min": 1, + "definition": "Indicates that recurring appointments should occur every nth month.", + "isModifier": false, + "short": "Recurs every nth month", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.monthlyTemplate.monthInterval", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.yearlyTemplate", + "min": 0, + "definition": "Information about yearly recurring appointments.", + "isModifier": false, + "short": "Information about yearly recurring appointments", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.yearlyTemplate", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.yearlyTemplate.yearInterval", + "min": 1, + "definition": "Appointment recurs every nth year.", + "isModifier": false, + "short": "Recurs every nth year", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Appointment.recurrenceTemplate.yearlyTemplate.yearInterval", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.excludingDate", + "min": 0, + "definition": "Any dates, such as holidays, that should be excluded from the recurrence.", + "isModifier": false, + "short": "Any dates that should be excluded from the series", + "mapping": [{ "map": "EXDATE", "identity": "ical" }], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.recurrenceTemplate.excludingDate", + "comment": "excludingDate is an alternative to excludingRecurrenceId. You may say either that 12/25/XXXX should be excluded using excludingDate, or you may indicate the recurrenceId of the appointment that would fall on the excluded date in the excludingRecurrenceId property.", + "isSummary": false + }, + { + "path": "Appointment.recurrenceTemplate.excludingRecurrenceId", + "min": 0, + "definition": "Any dates, such as holidays, that should be excluded from the recurrence.", + "isModifier": false, + "short": "Any recurrence IDs that should be excluded from the recurrence", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "*", + "id": "Appointment.recurrenceTemplate.excludingRecurrenceId", + "comment": "excludingRecurrenceId is an alternative to excludingDate. You may say either that 12/25/XXXX should be excluded using excludingDate, or you may indicate the recurrenceId of the appointment that would fall on the excluded date in the excludingRecurrenceId property.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Count Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Count/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to able to capture all sorts of measured values, even if the measured value are not precisely quantified. Values include exact measures such as 3.51g, customary units such as 3 tablets, and currencies such as $100.32USD.", + "name": "Count", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Count", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + } + ], + "status": "draft", + "id": "Count", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Count", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Count", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnt-3", + "human": "There SHALL be a code with a value of \"1\" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number.", + "source": "http://hl7.org/fhir/StructureDefinition/Count", + "severity": "error", + "expression": "(code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not())" + } + ], + "path": "Count", + "min": 0, + "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "short": "A measured or measurable amount", + "mapping": [ + { + "map": "SN (see also Range) or CQ", + "identity": "v2" + }, + { + "map": "PQ, IVL, MO, CO, depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Count", + "comment": "The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Element Type: Base definition for all elements in a resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Element/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Element", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "Element", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Element", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Element", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Element", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ele-1", + "human": "All FHIR elements must have a @value or children", + "source": "http://hl7.org/fhir/StructureDefinition/Element", + "severity": "error", + "expression": "hasValue() or (children().count() > id.count())" + } + ], + "path": "Element", + "min": 0, + "definition": "Base definition for all elements in a resource.", + "short": "Base for all elements", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Element" + }, + { + "path": "Element.id", + "min": 0, + "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", + "short": "Unique id for inter-element referencing", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "string" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "Element.id", + "condition": ["ele-1"] + }, + { + "path": "Element.extension", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "short": "Additional content defined by implementations", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content"], + "max": "*", + "id": "Element.extension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "unsignedInt type: An integer with a value that is not negative (e.g. >= 0)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/unsignedInt/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "unsignedInt", + "abstract": false, + "type": "unsignedInt", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "unsignedInt", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/unsignedInt", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/unsignedInt", + "differential": { + "element": [ + { + "id": "unsignedInt", + "max": "*", + "min": 0, + "path": "unsignedInt", + "short": "Primitive Type unsignedInt", + "definition": "An integer with a value that is not negative (e.g. >= 0)" + }, + { + "path": "unsignedInt.value", + "min": 0, + "definition": "Primitive value for unsignedInt", + "short": "Primitive value for unsignedInt", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Integer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "unsignedInt" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[0]|([1-9][0-9]*)" + } + ] + } + ], + "minValueUnsignedInt": 0, + "representation": ["xmlAttr"], + "max": "1", + "id": "unsignedInt.value", + "maxValueUnsignedInt": 2147483647 + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/integer" + }, + { + "description": "Adds additional information to a family member history supporting both the capture of mother/father relationships as well as additional observations necessary to enable genetics-based risk analysis for patients", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic/5.0.0", + "date": "2019-05-29", + "derivation": "constraint", + "publisher": "Health Level Seven International (Clinical Genomics)", + "fhirVersion": "5.0.0", + "name": "FamilyMemberHistoryForGeneticsAnalysis", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "FamilyMemberHistory", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Family member history for genetics analysis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "familymemberhistory-genetic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/familymemberhistory-genetic", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1229", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/familymemberhistory-genetic", + "differential": { + "element": [ + { + "id": "FamilyMemberHistory", + "max": "*", + "min": 0, + "path": "FamilyMemberHistory" + }, + { + "id": "FamilyMemberHistory.extension:parent", + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-parent" + ] + } + ], + "sliceName": "parent", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.extension:sibling", + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-sibling" + ] + } + ], + "sliceName": "sibling", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.extension:observations", + "path": "FamilyMemberHistory.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/family-member-history-genetics-observation" + ] + } + ], + "sliceName": "observations", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.relationship", + "path": "FamilyMemberHistory.relationship", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.sex", + "path": "FamilyMemberHistory.sex", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.born[x]", + "path": "FamilyMemberHistory.born[x]", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.age[x]", + "path": "FamilyMemberHistory.age[x]", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.deceased[x]", + "path": "FamilyMemberHistory.deceased[x]", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition", + "path": "FamilyMemberHistory.condition", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition.code", + "path": "FamilyMemberHistory.condition.code", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition.outcome", + "path": "FamilyMemberHistory.condition.outcome", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition.onset[x]", + "path": "FamilyMemberHistory.condition.onset[x]", + "mustSupport": true + }, + { + "id": "FamilyMemberHistory.condition.note", + "path": "FamilyMemberHistory.condition.note" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/clingenomics", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" + }, + { + "description": "Enforces the minimum information set for the measure metadata required by HL7 and other organizations that share and publish measures", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareablemeasure/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableMeasure", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Measure", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable Measure", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareablemeasure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareablemeasure", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1376", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareablemeasure", + "differential": { + "element": [ + { "id": "Measure", "max": "1", "min": 1, "path": "Measure" }, + { + "id": "Measure.extension:knowledgeCapability", + "max": "*", + "min": 0, + "path": "Measure.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability" + ] + } + ], + "sliceName": "knowledgeCapability", + "mustSupport": true + }, + { + "id": "Measure.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "Measure.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "Measure.extension:artifactComment", + "max": "*", + "min": 0, + "path": "Measure.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" + ] + } + ], + "sliceName": "artifactComment", + "mustSupport": true + }, + { + "id": "Measure.url", + "max": "1", + "min": 1, + "path": "Measure.url", + "mustSupport": true + }, + { + "id": "Measure.version", + "max": "1", + "min": 1, + "path": "Measure.version", + "mustSupport": true + }, + { + "id": "Measure.versionAlgorithm[x]", + "path": "Measure.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "Measure.name", + "path": "Measure.name", + "mustSupport": true + }, + { + "id": "Measure.title", + "max": "1", + "min": 1, + "path": "Measure.title", + "mustSupport": true + }, + { + "id": "Measure.experimental", + "path": "Measure.experimental", + "mustSupport": true + }, + { + "id": "Measure.publisher", + "path": "Measure.publisher", + "mustSupport": true + }, + { + "id": "Measure.description", + "max": "1", + "min": 1, + "path": "Measure.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Measure" + }, + { + "description": "A collection of error, warning, or information messages that result from a system action.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OperationOutcome/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "OperationOutcome", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "OperationOutcome", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "OperationOutcome", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OperationOutcome", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OperationOutcome", + "differential": { + "element": [ + { + "path": "OperationOutcome", + "min": 0, + "definition": "A collection of error, warning, or information messages that result from a system action.", + "isModifier": false, + "short": "Information about the success/failure of an action", + "mapping": [ + { "map": "infrastructure.exchange", "identity": "w5" }, + { + "map": "Grouping is handled through multiple repetitions from whatever context references the outcomes (no specific grouper required)", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "OperationOutcome", + "comment": "Can result from the failure of a REST call or be part of the response message returned from a request message." + }, + { + "path": "OperationOutcome.issue", + "min": 1, + "definition": "An error, warning, or information message that results from a system action.", + "isModifier": false, + "short": "A single issue associated with the action", + "mapping": [ + { "map": "ERR", "identity": "v2" }, + { + "map": "AcknowledgementDetail or Observation[classCode=\"ALRT\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "OperationOutcome.issue", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.severity", + "requirements": "Indicates how relevant the issue is to the overall success of the action.", + "min": 1, + "definition": "Indicates whether the issue indicates a variation from successful processing.", + "isModifier": false, + "short": "fatal | error | warning | information | success", + "mapping": [ + { "map": "ERR-4", "identity": "v2" }, + { + "map": "./typeCode[parent::AcknowledgmentDetail] or unique(./inboundRelationship[parent::Observation and typeCode='SUBJ' and isNormalActRelationship()]/source[classCode=\"OBS\" and moodCode=\"EVN\" and implies(code, ActCode#SEV and isNormalAct())/value[xsi:type=\"CD\"]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-severity|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueSeverity" + } + ], + "description": "How the issue affects the success of the action." + }, + "max": "1", + "id": "OperationOutcome.issue.severity", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.code", + "requirements": "Expresses the issue in a human and computer-friendly way, allowing the requesting system to behave differently based on the type of issue.\n\nThe required element provides a base level of computable interoperability across all systems for processing an outcome, allowing systems to respond appropriately regardless of the internal system error codes returned.", + "min": 1, + "definition": "Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.", + "isModifier": false, + "short": "Error or warning code", + "mapping": [ + { "map": "ERR-3", "identity": "v2" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/issue-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueType" + } + ], + "description": "A code that describes the type of issue." + }, + "max": "1", + "id": "OperationOutcome.issue.code", + "comment": "Code values should align with the severity. For example, a code of ```forbidden``` generally wouldn't make sense with a severity of ```information``` or ```warning```. Similarly, a code of ```informational``` would generally not make sense with a severity of ```fatal``` or ```error```. However, there are no strict rules about what severities must be used with which codes. For example, ```code-invalid``` might be a ```warning``` or ```error```, depending on the context", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.details", + "min": 0, + "definition": "Additional details about the error. This may be a text description of the error or a system code that identifies the error.", + "isModifier": false, + "short": "Additional details about the error", + "mapping": [ + { "map": "ERR-5", "identity": "v2" }, + { "map": "./code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/operation-outcome", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IssueDetails" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A code that provides details as the exact issue." + }, + "max": "1", + "id": "OperationOutcome.issue.details", + "comment": "A human readable description of the error issue SHOULD be placed in details.text.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.diagnostics", + "min": 0, + "definition": "Additional diagnostic information about the issue.", + "isModifier": false, + "short": "Additional diagnostic information about the issue", + "mapping": [ + { "map": "ERR-8", "identity": "v2" }, + { + "map": "./text[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "OperationOutcome.issue.diagnostics", + "comment": "This may be a description of how a value is erroneous, a stack dump to help trace the issue or other troubleshooting information.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.location", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "This element is deprecated because it is XML specific. It is replaced by issue.expression, which is format independent, and simpler to parse. \n\nFor resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. For HTTP errors, will be \"http.\" + the parameter name.", + "isModifier": false, + "short": "Deprecated: Path of element(s) related to issue", + "mapping": [ + { "map": "ERR-2", "identity": "v2" }, + { + "map": "./location[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "max": "*", + "id": "OperationOutcome.issue.location", + "comment": "The root of the XPath is the resource or bundle that generated OperationOutcome. Each XPath SHALL resolve to a single node. This element is deprecated, and is being replaced by expression.", + "isSummary": true + }, + { + "path": "OperationOutcome.issue.expression", + "requirements": "Allows systems to highlight or otherwise guide users to elements implicated in issues to allow them to be fixed more easily.", + "min": 0, + "definition": "A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.", + "isModifier": false, + "short": "FHIRPath of element(s) related to issue", + "mapping": [ + { "map": "ERR-2", "identity": "v2" }, + { + "map": "./location[parent::AcknowledgmentDetail]", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "OperationOutcome.issue.expression", + "comment": "The root of the FHIRPath is the resource or bundle that generated OperationOutcome. Each FHIRPath SHALL resolve to a single node.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A Map of relationships between 2 structures that can be used to transform data.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/StructureMap/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "StructureMap", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "StructureMap", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "StructureMap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/StructureMap", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "StructureMap", + "min": 0, + "definition": "A Map of relationships between 2 structures that can be used to transform data.", + "isModifier": false, + "short": "A Map of relationships between 2 structures that can be used to transform data", + "mapping": [ + { "map": "conformance.content", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["Template", "Profile"], + "max": "*", + "id": "StructureMap" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "StructureMap.url", + "requirements": "Allows the structure map to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this structure map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure map is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this structure map, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "StructureMap.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "StructureMap.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this structure map when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the structure map", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure map outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "StructureMap.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the structure map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the structure map", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.version", + "comment": "There may be different structure map instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure map with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "StructureMap.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "StructureMap.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "StructureMap.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the structure map. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this structure map (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "StructureMap.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the structure map.", + "isModifier": false, + "short": "Name for this structure map (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureMap.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "StructureMap.status", + "min": 1, + "definition": "The status of this structure map. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "StructureMap.status", + "comment": "Allows filtering of structure maps that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "StructureMap.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure map.", + "min": 0, + "definition": "A Boolean value to indicate that this structure map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "StructureMap.experimental", + "comment": "Allows filtering of structure maps that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "StructureMap.date", + "min": 0, + "definition": "The date (and optionally time) when the structure map was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure map changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "StructureMap.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure map. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "StructureMap.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the structure map. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the structure map.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureMap.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the structure map is the organization or individual primarily responsible for the maintenance and upkeep of the structure map. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure map. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "StructureMap.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "StructureMap.description", + "min": 0, + "definition": "A free text natural language description of the structure map from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the structure map", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureMap.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure map as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure map is presumed to be the predominant language in the place the structure map was created).", + "isSummary": false + }, + { + "path": "StructureMap.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure map instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "StructureMap.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the structure map is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for structure map (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "StructureMap.jurisdiction", + "comment": "It may be possible for the structure map to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "StructureMap.purpose", + "min": 0, + "definition": "Explanation of why this structure map is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this structure map is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureMap.purpose", + "comment": "This element does not describe the usage of the structure map. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure map.", + "isSummary": false + }, + { + "path": "StructureMap.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the structure map and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the structure map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure map.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "StructureMap.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "StructureMap.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "StructureMap.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "StructureMap.structure", + "min": 0, + "definition": "A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced.", + "isModifier": false, + "short": "Structure Definition used by this map", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.structure", + "comment": "It is not necessary for a structure map to identify any dependent structures, though not listing them may restrict its usefulness.", + "isSummary": true + }, + { + "path": "StructureMap.structure.url", + "min": 1, + "definition": "The canonical reference to the structure.", + "isModifier": false, + "short": "Canonical reference to structure definition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "StructureMap.structure.url", + "isSummary": true + }, + { + "path": "StructureMap.structure.mode", + "min": 1, + "definition": "How the referenced structure is used in this mapping.", + "isModifier": false, + "short": "source | queried | target | produced", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-model-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapModelMode" + } + ], + "description": "How the referenced structure is used in this mapping." + }, + "max": "1", + "id": "StructureMap.structure.mode", + "isSummary": true + }, + { + "path": "StructureMap.structure.alias", + "min": 0, + "definition": "The name used for this type in the map.", + "isModifier": false, + "short": "Name for type in this map", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.structure.alias", + "comment": "This is needed if both types have the same name (e.g. version conversion).", + "isSummary": true + }, + { + "path": "StructureMap.structure.documentation", + "min": 0, + "definition": "Documentation that describes how the structure is used in the mapping.", + "isModifier": false, + "short": "Documentation on use of structure", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.structure.documentation", + "isSummary": false + }, + { + "path": "StructureMap.import", + "min": 0, + "definition": "Other maps used by this map (canonical URLs).", + "isModifier": false, + "short": "Other maps used by this map (canonical URLs)", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "StructureMap.import", + "isSummary": true + }, + { + "path": "StructureMap.const", + "min": 0, + "definition": "Definition of a constant value used in the map rules.", + "isModifier": false, + "short": "Definition of the constant value used in the map rules", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.const", + "isSummary": true + }, + { + "path": "StructureMap.const.name", + "min": 0, + "definition": "Other maps used by this map (canonical URLs).", + "isModifier": false, + "short": "Constant name", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.const.name", + "isSummary": true + }, + { + "path": "StructureMap.const.value", + "min": 0, + "definition": "A FHIRPath expression that is the value of this variable.", + "isModifier": false, + "short": "FHIRPath exression - value of the constant", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.const.value", + "isSummary": true + }, + { + "path": "StructureMap.group", + "min": 1, + "definition": "Organizes the mapping into managable chunks for human review/ease of maintenance.", + "isModifier": false, + "short": "Named sections for reader convenience", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group", + "isSummary": true + }, + { + "path": "StructureMap.group.name", + "min": 1, + "definition": "A unique name for the group for the convenience of human readers.", + "isModifier": false, + "short": "Human-readable label", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.name", + "isSummary": true + }, + { + "path": "StructureMap.group.extends", + "min": 0, + "definition": "Another group that this group adds rules to.", + "isModifier": false, + "short": "Another group that this group adds rules to", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.extends", + "isSummary": true + }, + { + "path": "StructureMap.group.typeMode", + "min": 0, + "definition": "If this is the default rule set to apply for the source type or this combination of types.", + "isModifier": false, + "short": "types | type-and-types", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-group-type-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapGroupTypeMode" + } + ], + "description": "If this is the default rule set to apply for the source type, or this combination of types." + }, + "max": "1", + "id": "StructureMap.group.typeMode", + "comment": "Not applicable if the underlying model is untyped. There can only be one default mapping for any particular type combination.", + "isSummary": true + }, + { + "path": "StructureMap.group.documentation", + "min": 0, + "definition": "Additional supporting documentation that explains the purpose of the group and the types of mappings within it.", + "isModifier": false, + "short": "Additional description/explanation for group", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.documentation", + "isSummary": true + }, + { + "path": "StructureMap.group.input", + "min": 1, + "definition": "A name assigned to an instance of data. The instance must be provided when the mapping is invoked.", + "isModifier": false, + "short": "Named instance provided when invoking the map", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.input", + "comment": "If no inputs are named, then the entry mappings are type based.", + "isSummary": true + }, + { + "path": "StructureMap.group.input.name", + "min": 1, + "definition": "Name for this instance of data.", + "isModifier": false, + "short": "Name for this instance of data", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.input.name", + "isSummary": true + }, + { + "path": "StructureMap.group.input.type", + "min": 0, + "definition": "Type for this instance of data.", + "isModifier": false, + "short": "Type for this instance of data", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.input.type", + "isSummary": true + }, + { + "path": "StructureMap.group.input.mode", + "min": 1, + "definition": "Mode for this instance of data.", + "isModifier": false, + "short": "source | target", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-input-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapInputMode" + } + ], + "description": "Mode for this instance of data." + }, + "max": "1", + "id": "StructureMap.group.input.mode", + "isSummary": true + }, + { + "path": "StructureMap.group.input.documentation", + "min": 0, + "definition": "Documentation for this instance of data.", + "isModifier": false, + "short": "Documentation for this instance of data", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.input.documentation", + "isSummary": false + }, + { + "path": "StructureMap.group.rule", + "min": 0, + "definition": "Transform Rule from source to target.", + "isModifier": false, + "short": "Transform Rule from source to target", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.name", + "min": 0, + "definition": "Name of the rule for internal references.", + "isModifier": false, + "short": "Name of the rule for internal references", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.name", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source", + "min": 1, + "definition": "Source inputs to the mapping.", + "isModifier": false, + "short": "Source inputs to the mapping", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.source", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.context", + "min": 1, + "definition": "Type or variable this rule applies to.", + "isModifier": false, + "short": "Type or variable this rule applies to", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.context", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.min", + "min": 0, + "definition": "Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content.", + "isModifier": false, + "short": "Specified minimum cardinality", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.min", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.max", + "min": 0, + "definition": "Specified maximum cardinality for the element - a number or a \"*\". This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value).", + "isModifier": false, + "short": "Specified maximum cardinality (number or *)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.max", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.type", + "min": 0, + "definition": "Specified type for the element. This works as a condition on the mapping - use for polymorphic elements.", + "isModifier": false, + "short": "Rule only applies if source has this type", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.type", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.defaultValue", + "min": 0, + "definition": "A value to use if there is no existing value in the source object.", + "isModifier": false, + "short": "Default value if no value exists", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.defaultValue", + "comment": "If there's a default value on an item that can repeat, it will only be used once.", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.element", + "min": 0, + "definition": "Optional field for this source.", + "isModifier": false, + "short": "Optional field for this source", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.element", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.listMode", + "min": 0, + "definition": "How to handle the list mode for this element.", + "isModifier": false, + "short": "first | not_first | last | not_last | only_one", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-source-list-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapSourceListMode" + } + ], + "description": "If field is a list, how to manage the source." + }, + "max": "1", + "id": "StructureMap.group.rule.source.listMode", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.variable", + "min": 0, + "definition": "Named context for field, if a field is specified.", + "isModifier": false, + "short": "Named context for field, if a field is specified", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.variable", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.condition", + "min": 0, + "definition": "FHIRPath expression - must be true or the rule does not apply.", + "isModifier": false, + "short": "FHIRPath expression - must be true or the rule does not apply", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.condition", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.check", + "min": 0, + "definition": "FHIRPath expression - must be true or the mapping engine throws an error instead of completing.", + "isModifier": false, + "short": "FHIRPath expression - must be true or the mapping engine throws an error instead of completing", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.check", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.source.logMessage", + "min": 0, + "definition": "A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found.", + "isModifier": false, + "short": "Message to put in log if source exists (FHIRPath)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.source.logMessage", + "comment": "This is typically used for recording that something Is not transformed to the target for some reason.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "smp-1", + "human": "Can only have an element if you have a context", + "source": "http://hl7.org/fhir/StructureDefinition/StructureMap", + "severity": "error", + "expression": "element.exists() implies context.exists()" + } + ], + "path": "StructureMap.group.rule.target", + "min": 0, + "definition": "Content to create because of this mapping rule.", + "isModifier": false, + "short": "Content to create because of this mapping rule", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.target", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.context", + "min": 0, + "definition": "Variable this rule applies to.", + "isModifier": false, + "short": "Variable this rule applies to", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.target.context", + "condition": ["smp-1"], + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.element", + "min": 0, + "definition": "Field to create in the context.", + "isModifier": false, + "short": "Field to create in the context", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.target.element", + "condition": ["smp-1"], + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.variable", + "min": 0, + "definition": "Named context for field, if desired, and a field is specified.", + "isModifier": false, + "short": "Named context for field, if desired, and a field is specified", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.target.variable", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.listMode", + "min": 0, + "definition": "If field is a list, how to manage the list.", + "isModifier": false, + "short": "first | share | last | single", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-target-list-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapTargetListMode" + } + ], + "description": "If field is a list, how to manage the production." + }, + "max": "*", + "id": "StructureMap.group.rule.target.listMode", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.listRuleId", + "min": 0, + "definition": "Internal rule reference for shared list items.", + "isModifier": false, + "short": "Internal rule reference for shared list items", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.target.listRuleId", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.transform", + "min": 0, + "definition": "How the data is copied / created.", + "isModifier": false, + "short": "create | copy +", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/map-transform|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StructureMapTransform" + } + ], + "description": "How data is copied/created." + }, + "max": "1", + "id": "StructureMap.group.rule.target.transform", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.parameter", + "min": 0, + "definition": "Parameters to the transform.", + "isModifier": false, + "short": "Parameters to the transform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.target.parameter", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.target.parameter.value[x]", + "min": 1, + "definition": "Parameter value - variable or literal.", + "isModifier": false, + "short": "Parameter value - variable or literal", + "type": [ + { "code": "id" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "decimal" }, + { "code": "date" }, + { "code": "time" }, + { "code": "dateTime" } + ], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.target.parameter.value[x]", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.rule", + "min": 0, + "definition": "Rules contained in this rule.", + "isModifier": false, + "short": "Rules contained in this rule", + "contentReference": "#StructureMap.group.rule", + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.rule", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.dependent", + "min": 0, + "definition": "Which other rules to apply in the context of this rule.", + "isModifier": false, + "short": "Which other rules to apply in the context of this rule", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.dependent", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.dependent.name", + "min": 1, + "definition": "Name of a rule or group to apply.", + "isModifier": false, + "short": "Name of a rule or group to apply", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.dependent.name", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.dependent.parameter", + "min": 1, + "definition": "Parameter to pass to the rule or group.", + "isModifier": false, + "short": "Parameter to pass to the rule or group", + "contentReference": "#StructureMap.group.rule.target.parameter", + "mustSupport": false, + "max": "*", + "id": "StructureMap.group.rule.dependent.parameter", + "isSummary": true + }, + { + "path": "StructureMap.group.rule.documentation", + "min": 0, + "definition": "Documentation for this instance of data.", + "isModifier": false, + "short": "Documentation for this instance of data", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "StructureMap.group.rule.documentation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "oid type: An OID represented as a URI", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/oid/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "oid", + "abstract": false, + "type": "oid", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "oid", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/oid", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/oid", + "differential": { + "element": [ + { + "id": "oid", + "max": "*", + "min": 0, + "path": "oid", + "short": "Primitive Type oid", + "comment": "RFC 3001. See also ISO/IEC 8824:1990 €", + "definition": "An OID represented as a URI" + }, + { + "id": "oid.value", + "max": "1", + "min": 0, + "path": "oid.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "oid" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "urn:oid:[0-2](\\.(0|[1-9][0-9]*))+" + } + ] + } + ], + "short": "Primitive value for oid", + "definition": "Primitive value for oid", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "Signature Type: A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Signature/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "There are a number of places where content must be signed in healthcare.", + "name": "Signature", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Signature", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Signature", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Signature", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Signature", + "differential": { + "element": [ + { + "path": "Signature", + "min": 0, + "definition": "A signature along with supporting context. The signature may be a digital signature that is cryptographic in nature, or some other signature acceptable to the domain. This other signature may be as simple as a graphical image representing a hand-written signature, or a signature ceremony Different signature approaches have different utilities.", + "short": "A Signature - XML DigSig, JWS, Graphical image of signature, etc.", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "Signature", + "comment": "The elements of the Signature Resource are for ease of access of these elements. For digital signatures (Xml DigSig, JWS), the non-repudiation proof comes from the Signature validation, which includes validation of the referenced objects (e.g. Resources) (a.k.a., Content) in the XML-Signature Detached form." + }, + { + "path": "Signature.type", + "min": 0, + "definition": "An indication of the reason that the entity signed this document. This may be explicitly included as part of the signature information and can be used when determining accountability for various actions concerning the document.", + "short": "Indication of the reason the entity signed the object(s)", + "type": [{ "code": "Coding" }], + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/signature-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "An indication of the reason that an entity signed the object." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SignatureType" + } + ], + "description": "An indication of the reason that an entity signed the object." + }, + "max": "*", + "id": "Signature.type", + "comment": "Examples include attesting to: authorship, correct transcription, and witness of specific event. Also known as a "Commitment Type Indication".", + "isSummary": true + }, + { + "path": "Signature.when", + "min": 0, + "definition": "When the digital signature was signed.", + "short": "When the signature was created", + "type": [{ "code": "instant" }], + "max": "1", + "id": "Signature.when", + "comment": "This should agree with the information in the signature.", + "isSummary": true + }, + { + "path": "Signature.who", + "min": 0, + "definition": "A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).", + "short": "Who signed", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Signature.who", + "comment": "This should agree with the information in the signature.", + "isSummary": true + }, + { + "path": "Signature.onBehalfOf", + "requirements": "used when the signature is on behalf of a non-signer.", + "min": 0, + "definition": "A reference to an application-usable description of the identity that is represented by the signature.", + "short": "The party represented", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "max": "1", + "id": "Signature.onBehalfOf", + "comment": "The party that can't sign. For example a child.", + "isSummary": true + }, + { + "path": "Signature.targetFormat", + "min": 0, + "definition": "A mime type that indicates the technical format of the target resources signed by the signature.", + "short": "The technical format of the signed resources", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "Signature.targetFormat", + "comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here." + }, + { + "id": "Signature.sigFormat", + "max": "1", + "min": 0, + "path": "Signature.sigFormat", + "type": [{ "code": "code" }], + "short": "The technical format of the signature", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "definition": "A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jose for JWS, and image/* for a graphical image of a signature, etc." + }, + { + "id": "Signature.data", + "max": "1", + "min": 0, + "path": "Signature.data", + "type": [{ "code": "base64Binary" }], + "short": "The actual signature content (XML DigSig. JWS, picture, etc.)", + "comment": "Where the signature type is an XML DigSig, the signed content is a FHIR Resource(s), the signature is of the XML form of the Resource(s) using XML-Signature (XMLDIG) \"Detached Signature\" form.", + "definition": "The base64 encoding of the Signature content. When signature is not recorded electronically this element would be empty." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/GuidanceResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "The GuidanceResponse resource supports recording the results of decision support interactions, reportability determination for public health, as well as the communication of additional data requirements for subsequent interactions.", + "name": "GuidanceResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "GuidanceResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "GuidanceResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/GuidanceResponse", + "differential": { + "element": [ + { + "path": "GuidanceResponse", + "min": 0, + "definition": "A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.", + "isModifier": false, + "short": "The formal response to a guidance request", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse" + }, + { + "path": "GuidanceResponse.requestIdentifier", + "min": 0, + "definition": "The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.", + "isModifier": false, + "short": "The identifier of the request associated with this response, if any", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.requestIdentifier", + "isSummary": true + }, + { + "path": "GuidanceResponse.identifier", + "min": 0, + "definition": "Allows a service to provide unique, business identifiers for the response.", + "isModifier": false, + "short": "Business identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse.identifier", + "isSummary": true + }, + { + "path": "GuidanceResponse.module[x]", + "min": 1, + "definition": "An identifier, CodeableConcept or canonical reference to the guidance that was requested.", + "isModifier": false, + "short": "What guidance was requested", + "type": [ + { "code": "uri" }, + { "code": "canonical" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-module-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuidanceModuleCode" + } + ] + }, + "max": "1", + "id": "GuidanceResponse.module[x]", + "isSummary": true + }, + { + "path": "GuidanceResponse.status", + "min": 1, + "definition": "The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.", + "isModifier": true, + "short": "success | data-requested | data-required | in-progress | failure | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/guidance-response-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GuidanceResponseStatus" + } + ], + "description": "The status of a guidance response." + }, + "max": "1", + "id": "GuidanceResponse.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "GuidanceResponse.subject", + "min": 0, + "definition": "The patient for which the request was processed.", + "isModifier": false, + "short": "Patient the request was performed for", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.subject", + "isSummary": false + }, + { + "path": "GuidanceResponse.encounter", + "min": 0, + "definition": "The encounter during which this response was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "Encounter during which the response was returned", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official copmletion of an encounter but still be tied to the context of the encounter.", + "isSummary": false + }, + { + "path": "GuidanceResponse.occurrenceDateTime", + "min": 0, + "definition": "Indicates when the guidance response was processed.", + "isModifier": false, + "short": "When the guidance response was processed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.occurrenceDateTime", + "isSummary": false + }, + { + "path": "GuidanceResponse.performer", + "min": 0, + "definition": "Provides a reference to the device that performed the guidance.", + "isModifier": false, + "short": "Device returning the guidance", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.performer", + "isSummary": false + }, + { + "path": "GuidanceResponse.reason", + "min": 0, + "definition": "Describes the reason for the guidance response in coded or textual form, or Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.", + "isModifier": false, + "short": "Why guidance is needed", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" } + ], + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse.reason", + "comment": "Although this reference can be used to point to any resource, it is typically expected to refer to subject-specific data appropriate to the subject of the guidance. For example, patient-based decision support would be expected to reference patient-level data. In addition, implementations should provide as much detail as possible by using the [http://hl7.org/fhir/StructureDefinition/targetElement](http://hl7.org/fhir/extensions/StructureDefinition-targetElement.html) and [http://hl7.org/fhir/StructureDefinition/targetPath](http://hl7.org/fhir/extensions/StructureDefinition-targetPath.html) extensions to indicate the specific elements relevant to providing the reason for the guidance.", + "isSummary": false + }, + { + "path": "GuidanceResponse.note", + "min": 0, + "definition": "Provides a mechanism to communicate additional information about the response.", + "isModifier": false, + "short": "Additional notes about the response", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse.note", + "isSummary": false + }, + { + "path": "GuidanceResponse.evaluationMessage", + "min": 0, + "definition": "Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element.", + "isModifier": false, + "short": "Messages resulting from the evaluation of the artifact or artifacts", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.evaluationMessage", + "isSummary": false + }, + { + "path": "GuidanceResponse.outputParameters", + "min": 0, + "definition": "The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.", + "isModifier": false, + "short": "The output parameters of the evaluation, if any", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Parameters" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "GuidanceResponse.outputParameters", + "isSummary": false + }, + { + "path": "GuidanceResponse.result", + "min": 0, + "definition": "The actions, if any, produced by the evaluation of the artifact.", + "isModifier": false, + "short": "Proposed actions, if any", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment", + "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/RequestOrchestration", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/Task", + "http://hl7.org/fhir/StructureDefinition/VisionPrescription" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse.result", + "isSummary": false + }, + { + "path": "GuidanceResponse.dataRequirement", + "min": 0, + "definition": "If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data.", + "isModifier": false, + "short": "Additional required data", + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "*", + "id": "GuidanceResponse.dataRequirement", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "HumanName Type: A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/HumanName/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to record names, along with notes about their use.", + "name": "HumanName", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "HumanName", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "HumanName", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/HumanName", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/HumanName", + "differential": { + "element": [ + { + "path": "HumanName", + "min": 0, + "definition": "A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information.", + "short": "Name of a human or other living entity - parts and usage", + "mapping": [ + { "map": "XPN", "identity": "v2" }, + { "map": "EN (actually, PN)", "identity": "rim" }, + { "map": "ProviderName", "identity": "servd" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "HumanName", + "comment": "Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely." + }, + { + "path": "HumanName.use", + "requirements": "Allows the appropriate name for a particular context of use to be selected from among a set of names.", + "min": 0, + "definition": "Identifies the purpose for this name.", + "isModifier": true, + "short": "usual | official | temp | nickname | anonymous | old | maiden", + "mapping": [ + { + "map": "XPN.7, but often indicated by which field contains the name", + "identity": "v2" + }, + { "map": "unique(./use)", "identity": "rim" }, + { "map": "./NamePurpose", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/name-use|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The use of a human name." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NameUse" + } + ], + "description": "The use of a human name." + }, + "max": "1", + "id": "HumanName.use", + "comment": "Applications can assume that a name is current unless it explicitly says that it is temporary or old.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old name etc.for a current/permanent one", + "isSummary": true + }, + { + "path": "HumanName.text", + "requirements": "A renderable, unencoded form.", + "min": 0, + "definition": "Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts.", + "short": "Text representation of the full name", + "mapping": [ + { "map": "implied by XPN.11", "identity": "v2" }, + { "map": "./formatted", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "HumanName.text", + "comment": "Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part.", + "isSummary": true + }, + { + "path": "HumanName.family", + "min": 0, + "definition": "The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father.", + "short": "Family name (often called 'Surname')", + "mapping": [ + { "map": "XPN.1/FN.1", "identity": "v2" }, + { "map": "./part[partType = FAM]", "identity": "rim" }, + { "map": "./FamilyName", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["surname"], + "max": "1", + "id": "HumanName.family", + "comment": "Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures).", + "isSummary": true + }, + { + "path": "HumanName.given", + "min": 0, + "definition": "Given name.", + "short": "Given names (not always 'first'). Includes middle names", + "mapping": [ + { "map": "XPN.2 + XPN.3", "identity": "v2" }, + { "map": "./part[partType = GIV]", "identity": "rim" }, + { "map": "./GivenNames", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "alias": ["first name", "middle name"], + "max": "*", + "id": "HumanName.given", + "comment": "If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called \"first name\" since given names do not always come first.", + "orderMeaning": "Given Names appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.prefix", + "min": 0, + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name.", + "short": "Parts that come before the name", + "mapping": [ + { "map": "XPN.5", "identity": "v2" }, + { "map": "./part[partType = PFX]", "identity": "rim" }, + { "map": "./TitleCode", "identity": "servd" } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "HumanName.prefix", + "orderMeaning": "Prefixes appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.suffix", + "min": 0, + "definition": "Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name.", + "short": "Parts that come after the name", + "mapping": [ + { "map": "XPN/4", "identity": "v2" }, + { "map": "./part[partType = SFX]", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "max": "*", + "id": "HumanName.suffix", + "orderMeaning": "Suffixes appear in the correct order for presenting the name", + "isSummary": true + }, + { + "path": "HumanName.period", + "requirements": "Allows names to be placed in historical context.", + "min": 0, + "definition": "Indicates the period of time when this name was valid for the named person.", + "short": "Time period when name was/is in use", + "mapping": [ + { "map": "XPN.13 + XPN.14", "identity": "v2" }, + { + "map": "./usablePeriod[type=\"IVL\"]", + "identity": "rim" + }, + { + "map": "./StartDate and ./EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "max": "1", + "id": "HumanName.period", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Information about a medication that is used to support knowledge.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationKnowledge/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationKnowledge", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MedicationKnowledge", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationKnowledge", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationKnowledge", + "differential": { + "element": [ + { + "path": "MedicationKnowledge", + "min": 0, + "definition": "Information about a medication that is used to support knowledge.", + "isModifier": false, + "short": "Definition of Medication Knowledge", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge" + }, + { + "path": "MedicationKnowledge.identifier", + "min": 0, + "definition": "Business identifier for this medication.", + "isModifier": false, + "short": "Business identifier for this medication", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.identifier", + "comment": "This is a business identifier, not a resource identifier (see discussion).", + "isSummary": true + }, + { + "path": "MedicationKnowledge.code", + "min": 0, + "definition": "A code that specifies this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems.", + "isModifier": false, + "short": "Code that identifies this medication", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "RXO-1.1-Requested Give Code.code / RXE-2.1-Give Code.code / RXD-2.1-Dispense/Give Code.code / RXG-4.1-Give Code.code /RXA-5.1-Administered Code.code / RXC-2.1 Component Code", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ], + "description": "A coded concept that defines the type of a medication." + }, + "max": "1", + "id": "MedicationKnowledge.code", + "comment": "Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: \"A coding may be marked as a \"userSelected\" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one).", + "isSummary": true + }, + { + "path": "MedicationKnowledge.status", + "min": 0, + "definition": "A code to indicate if the medication referred to by this MedicationKnowledge is in active use within the drug database or inventory system. The status refers to the validity about the information of the medication and not to its medicinal properties.", + "isModifier": true, + "short": "active | entered-in-error | inactive", + "mapping": [{ "map": ".statusCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationKnowledgeStatus" + } + ], + "description": "A coded concept defining if the medication is in active use." + }, + "max": "1", + "id": "MedicationKnowledge.status", + "comment": "This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product \"ABC Hospital Special Cream\" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to \"entered in error\". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes.", + "isSummary": true + }, + { + "path": "MedicationKnowledge.author", + "min": 0, + "definition": "The creator or owner of the knowledge or information about the medication.", + "isModifier": false, + "short": "Creator or owner of the knowledge or information about the medication", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "ManufacturedProduct.subjectOf.DocumentEvent.author", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.author", + "isSummary": false + }, + { + "path": "MedicationKnowledge.intendedJurisdiction", + "min": 0, + "definition": "Lists the jurisdictions that this medication knowledge was written for.", + "isModifier": false, + "short": "Codes that identify the different jurisdictions for which the information of this resource was created", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.intendedJurisdiction", + "comment": "The codes could have varying granularity from a country or group of countries down to a specific district.", + "isSummary": false + }, + { + "path": "MedicationKnowledge.name", + "min": 0, + "definition": "All of the names for a medication, for example, the name(s) given to a medication in different countries. For example, acetaminophen and paracetamol or salbutamol and albuterol.", + "isModifier": false, + "short": "A name associated with the medication being described", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.name", + "isSummary": true + }, + { + "path": "MedicationKnowledge.relatedMedicationKnowledge", + "min": 0, + "definition": "Associated or related medications. For example, if the medication is a branded product (e.g. Crestor), this is the Therapeutic Moeity (e.g. Rosuvastatin) or if this is a generic medication (e.g. Rosuvastatin), this would link to a branded product (e.g. Crestor.", + "isModifier": false, + "short": "Associated or related medication information", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.relatedMedicationKnowledge", + "isSummary": false + }, + { + "path": "MedicationKnowledge.relatedMedicationKnowledge.type", + "min": 1, + "definition": "The category of the associated medication knowledge reference.", + "isModifier": false, + "short": "Category of medicationKnowledge", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.relatedMedicationKnowledge.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.relatedMedicationKnowledge.reference", + "min": 1, + "definition": "Associated documentation about the associated medication knowledge.", + "isModifier": false, + "short": "Associated documentation about the associated medication knowledge", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.relatedMedicationKnowledge.reference", + "isSummary": false + }, + { + "path": "MedicationKnowledge.associatedMedication", + "min": 0, + "definition": "Links to associated medications that could be prescribed, dispensed or administered.", + "isModifier": false, + "short": "The set of medication resources that are associated with this medication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.associatedMedication", + "isSummary": false + }, + { + "path": "MedicationKnowledge.productType", + "min": 0, + "definition": "Category of the medication or product (e.g. branded product, therapeutic moeity, generic product, innovator product, etc.).", + "isModifier": false, + "short": "Category of the medication or product", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.productType", + "isSummary": false + }, + { + "path": "MedicationKnowledge.monograph", + "min": 0, + "definition": "Associated documentation about the medication.", + "isModifier": false, + "short": "Associated documentation about the medication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.monograph", + "isSummary": false + }, + { + "path": "MedicationKnowledge.monograph.type", + "min": 0, + "definition": "The category of documentation about the medication. (e.g. professional monograph, patient education monograph).", + "isModifier": false, + "short": "The category of medication document", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.monograph.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.monograph.source", + "min": 0, + "definition": "Associated documentation about the medication.", + "isModifier": false, + "short": "Associated documentation about the medication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.monograph.source", + "isSummary": false + }, + { + "path": "MedicationKnowledge.preparationInstruction", + "min": 0, + "definition": "The instructions for preparing the medication.", + "isModifier": false, + "short": "The instructions for preparing the medication", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.preparationInstruction", + "isSummary": false + }, + { + "path": "MedicationKnowledge.cost", + "min": 0, + "definition": "The price of the medication.", + "isModifier": false, + "short": "The pricing of the medication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.cost", + "isSummary": false + }, + { + "path": "MedicationKnowledge.cost.effectiveDate", + "min": 0, + "definition": "The date range for which the cost information of the medication is effective.", + "isModifier": false, + "short": "The date range for which the cost is effective", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.cost.effectiveDate", + "isSummary": false + }, + { + "path": "MedicationKnowledge.cost.type", + "min": 1, + "definition": "The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost.", + "isModifier": false, + "short": "The category of the cost information", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.cost.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.cost.source", + "min": 0, + "definition": "The source or owner that assigns the price to the medication.", + "isModifier": false, + "short": "The source or owner for the price information", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.cost.source", + "isSummary": false + }, + { + "path": "MedicationKnowledge.cost.cost[x]", + "min": 1, + "definition": "The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication.", + "isModifier": false, + "short": "The price or category of the cost of the medication", + "type": [ + { "code": "Money" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-cost-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCostCategory" + } + ], + "description": "A coded concept defining the category of a medication." + }, + "max": "1", + "id": "MedicationKnowledge.cost.cost[x]", + "isSummary": false + }, + { + "path": "MedicationKnowledge.monitoringProgram", + "min": 0, + "definition": "The program under which the medication is reviewed.", + "isModifier": false, + "short": "Program under which a medication is reviewed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.monitoringProgram", + "isSummary": true + }, + { + "path": "MedicationKnowledge.monitoringProgram.type", + "min": 0, + "definition": "Type of program under which the medication is monitored.", + "isModifier": false, + "short": "Type of program under which the medication is monitored", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.monitoringProgram.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.monitoringProgram.name", + "min": 0, + "definition": "Name of the reviewing program.", + "isModifier": false, + "short": "Name of the reviewing program", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.monitoringProgram.name", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline", + "min": 0, + "definition": "Guidelines or protocols that are applicable for the administration of the medication based on indication.", + "isModifier": false, + "short": "Guidelines or protocols for administration of the medication for an indication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.indication", + "min": 0, + "definition": "Indication or reason for use of the medication that applies to the specific administration guideline.", + "isModifier": false, + "short": "Indication for use that applies to the specific administration guideline", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline.indication", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline", + "min": 0, + "definition": "The guidelines for the dosage of the medication for the indication.", + "isModifier": false, + "short": "Guidelines for dosage of the medication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent", + "min": 0, + "definition": "The overall intention of the treatment, for example, prophylactic, supporative, curative, etc.", + "isModifier": false, + "short": "Intention of the treatment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.treatmentIntent", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage", + "min": 0, + "definition": "Dosage for the medication for the specific guidelines.", + "isModifier": false, + "short": "Dosage for the medication for the specific guidelines", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type", + "min": 1, + "definition": "The type or category of dosage for a given medication (for example, prophylaxis, maintenance, therapeutic, etc.).", + "isModifier": false, + "short": "Category of dosage for a medication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage", + "min": 1, + "definition": "Dosage for the medication for the specific guidelines.", + "isModifier": false, + "short": "Dosage for the medication for the specific guidelines", + "type": [{ "code": "Dosage" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.dosage.dosage", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment", + "min": 0, + "definition": "The type of the treatment that the guideline applies to, for example, long term therapy, first line treatment, etc.", + "isModifier": false, + "short": "Type of treatment the guideline applies to", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.administrationTreatment", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic", + "min": 0, + "definition": "Characteristics of the patient that are relevant to the administration guidelines (for example, height, weight, gender, etc.).", + "isModifier": false, + "short": "Characteristics of the patient that are relevant to the administration guidelines", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type", + "min": 1, + "definition": "The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender).", + "isModifier": false, + "short": "Categorization of specific characteristic that is relevant to the administration guideline", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]", + "min": 0, + "definition": "The specific characteristic (e.g. height, weight, gender, etc.).", + "isModifier": false, + "short": "The specific characteristic", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.indicationGuideline.dosingGuideline.patientCharacteristic.value[x]", + "isSummary": false + }, + { + "path": "MedicationKnowledge.medicineClassification", + "min": 0, + "definition": "Categorization of the medication within a formulary or classification system.", + "isModifier": false, + "short": "Categorization of the medication within a formulary or classification system", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.medicineClassification", + "isSummary": false + }, + { + "path": "MedicationKnowledge.medicineClassification.type", + "min": 1, + "definition": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification).", + "isModifier": false, + "short": "The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.medicineClassification.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.medicineClassification.source[x]", + "min": 0, + "definition": "Either a textual source of the classification or a reference to an online source.", + "isModifier": false, + "short": "The source of the classification", + "type": [{ "code": "string" }, { "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.medicineClassification.source[x]", + "isSummary": false + }, + { + "path": "MedicationKnowledge.medicineClassification.classification", + "min": 0, + "definition": "Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.).", + "isModifier": false, + "short": "Specific category assigned to the medication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.medicineClassification.classification", + "isSummary": false + }, + { + "path": "MedicationKnowledge.packaging", + "min": 0, + "definition": "Information that only applies to packages (not products).", + "isModifier": false, + "short": "Details about packaged medications", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.packaging", + "isSummary": false + }, + { + "path": "MedicationKnowledge.packaging.cost", + "min": 0, + "definition": "The cost of the packaged medication.", + "isModifier": false, + "short": "Cost of the packaged medication", + "contentReference": "#MedicationKnowledge.cost", + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.packaging.cost", + "isSummary": false + }, + { + "path": "MedicationKnowledge.packaging.packagedProduct", + "min": 0, + "definition": "A reference to a PackagedProductDefinition that provides the details of the product that is in the packaging and is being priced.", + "isModifier": false, + "short": "The packaged medication that is being priced", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.packaging.packagedProduct", + "isSummary": false + }, + { + "path": "MedicationKnowledge.clinicalUseIssue", + "min": 0, + "definition": "Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.).", + "isModifier": false, + "short": "Potential clinical issue with or between medication(s)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.clinicalUseIssue", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline", + "min": 0, + "definition": "Information on how the medication should be stored, for example, refrigeration temperatures and length of stability at a given temperature.", + "isModifier": false, + "short": "How the medication should be stored", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.storageGuideline", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.reference", + "min": 0, + "definition": "Reference to additional information about the storage guidelines.", + "isModifier": false, + "short": "Reference to additional information", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.storageGuideline.reference", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.note", + "min": 0, + "definition": "Additional notes about the storage.", + "isModifier": false, + "short": "Additional storage notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.storageGuideline.note", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.stabilityDuration", + "min": 0, + "definition": "Duration that the medication remains stable if the environmentalSetting is respected.", + "isModifier": false, + "short": "Duration remains stable", + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.storageGuideline.stabilityDuration", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.environmentalSetting", + "min": 0, + "definition": "Describes a setting/value on the environment for the adequate storage of the medication and other substances. Environment settings may involve temperature, humidity, or exposure to light.", + "isModifier": false, + "short": "Setting or value of environment for adequate storage", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.storageGuideline.environmentalSetting", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.environmentalSetting.type", + "min": 1, + "definition": "Identifies the category or type of setting (e.g., type of location, temperature, humidity).", + "isModifier": false, + "short": "Categorization of the setting", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.storageGuideline.environmentalSetting.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.storageGuideline.environmentalSetting.value[x]", + "min": 1, + "definition": "Value associated to the setting. E.g., 40° – 50°F for temperature.", + "isModifier": false, + "short": "Value of the setting", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.storageGuideline.environmentalSetting.value[x]", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory", + "min": 0, + "definition": "Regulatory information about a medication.", + "isModifier": false, + "short": "Regulatory information about a medication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.regulatory", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.regulatoryAuthority", + "min": 1, + "definition": "The authority that is specifying the regulations.", + "isModifier": false, + "short": "Specifies the authority of the regulation", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.regulatoryAuthority", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.substitution", + "min": 0, + "definition": "Specifies if changes are allowed when dispensing a medication from a regulatory perspective.", + "isModifier": false, + "short": "Specifies if changes are allowed when dispensing a medication from a regulatory perspective", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.regulatory.substitution", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.substitution.type", + "min": 1, + "definition": "Specifies the type of substitution allowed.", + "isModifier": false, + "short": "Specifies the type of substitution allowed", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.substitution.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.substitution.allowed", + "min": 1, + "definition": "Specifies if regulation allows for changes in the medication when dispensing.", + "isModifier": false, + "short": "Specifies if regulation allows for changes in the medication when dispensing", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.substitution.allowed", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.schedule", + "min": 0, + "definition": "Specifies the schedule of a medication in jurisdiction.", + "isModifier": false, + "short": "Specifies the schedule of a medication in jurisdiction", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.regulatory.schedule", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.maxDispense", + "min": 0, + "definition": "The maximum number of units of the medication that can be dispensed in a period.", + "isModifier": false, + "short": "The maximum number of units of the medication that can be dispensed in a period", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.maxDispense", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.maxDispense.quantity", + "min": 1, + "definition": "The maximum number of units of the medication that can be dispensed.", + "isModifier": false, + "short": "The maximum number of units of the medication that can be dispensed", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.maxDispense.quantity", + "isSummary": false + }, + { + "path": "MedicationKnowledge.regulatory.maxDispense.period", + "min": 0, + "definition": "The period that applies to the maximum number of units.", + "isModifier": false, + "short": "The period that applies to the maximum number of units", + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.regulatory.maxDispense.period", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional", + "min": 0, + "definition": "Along with the link to a Medicinal Product Definition resource, this information provides common definitional elements that are needed to understand the specific medication that is being described.", + "isModifier": false, + "short": "Minimal definition information about the medication", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.definitional", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.definition", + "min": 0, + "definition": "Associated definitions for this medication.", + "isModifier": false, + "short": "Definitional resources that provide more information about this medication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.definitional.definition", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.doseForm", + "min": 0, + "definition": "Describes the form of the item. Powder; tablets; capsule.", + "isModifier": false, + "short": "powder | tablets | capsule +", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationForm" + } + ] + }, + "max": "1", + "id": "MedicationKnowledge.definitional.doseForm", + "comment": "When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form.", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.intendedRoute", + "min": 0, + "definition": "The intended or approved route of administration.", + "isModifier": false, + "short": "The intended or approved route of administration", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRoute" + } + ] + }, + "max": "*", + "id": "MedicationKnowledge.definitional.intendedRoute", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.ingredient", + "min": 0, + "definition": "Identifies a particular constituent of interest in the product.", + "isModifier": false, + "short": "Active or inactive ingredient", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.definitional.ingredient", + "isSummary": true + }, + { + "path": "MedicationKnowledge.definitional.ingredient.item", + "min": 1, + "definition": "A reference to the resource that provides information about the ingredient.", + "isModifier": false, + "short": "Substances contained in the medication", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.definitional.ingredient.item", + "isSummary": true + }, + { + "path": "MedicationKnowledge.definitional.ingredient.type", + "min": 0, + "definition": "Indication of whether this ingredient affects the therapeutic action of the drug.", + "isModifier": false, + "short": "A code that defines the type of ingredient, active, base, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-RoleClassIngredientEntity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIngredientIsActive" + } + ] + }, + "max": "1", + "id": "MedicationKnowledge.definitional.ingredient.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.ingredient.strength[x]", + "min": 0, + "definition": "Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet.", + "isModifier": false, + "short": "Quantity of ingredient present", + "type": [ + { "code": "Ratio" }, + { "code": "CodeableConcept" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIngredientStrength" + } + ] + }, + "max": "1", + "id": "MedicationKnowledge.definitional.ingredient.strength[x]", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.drugCharacteristic", + "min": 0, + "definition": "Specifies descriptive properties of the medicine, such as color, shape, imprints, etc.", + "isModifier": false, + "short": "Specifies descriptive properties of the medicine", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationKnowledge.definitional.drugCharacteristic", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.drugCharacteristic.type", + "min": 0, + "definition": "A code specifying which characteristic of the medicine is being described (for example, colour, shape, imprint).", + "isModifier": false, + "short": "Code specifying the type of characteristic of medication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicationknowledge-characteristic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCharacteristic" + } + ] + }, + "max": "1", + "id": "MedicationKnowledge.definitional.drugCharacteristic.type", + "isSummary": false + }, + { + "path": "MedicationKnowledge.definitional.drugCharacteristic.value[x]", + "min": 0, + "definition": "Description of the characteristic.", + "isModifier": false, + "short": "Description of the characteristic", + "type": [ + { "code": "CodeableConcept" }, + { "code": "string" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "base64Binary" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationKnowledge.definitional.drugCharacteristic.value[x]", + "comment": "The description should be provided as a CodeableConcept, SimpleQuantity or an image. The description can be a string only when these others are not available.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Represents a computable representation of a model information library", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/modelinfolibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ModelInfoLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Model Information Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "modelinfolibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/modelinfolibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1163", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/modelinfolibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.type", + "max": "1", + "min": 1, + "path": "Library.type", + "type": [{ "code": "CodeableConcept" }], + "patternCodeableConcept": { + "coding": [ + { + "code": "model-definition", + "system": "http://terminology.hl7.org/CodeSystem/library-type" + } + ] + } + }, + { + "id": "Library.content", + "path": "Library.content", + "slicing": { + "rules": "open", + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Library.content:modelInfoXmlContent", + "path": "Library.content", + "short": "ModelInfo XML Content", + "sliceName": "modelInfoXmlContent", + "definition": "The XML representation of the ModelInfo as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:modelInfoXmlContent.contentType", + "max": "1", + "min": 0, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "application/xml", + "mustSupport": true + }, + { + "id": "Library.content:modelInfoXmlContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + }, + { + "id": "Library.content:modelInfoJsonContent", + "path": "Library.content", + "short": "ModelInfo JSON Content", + "sliceName": "modelInfoJsonContent", + "definition": "The JSON representation of the ModelInfo as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:modelInfoJsonContent.contentType", + "max": "1", + "min": 0, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "application/json", + "mustSupport": true + }, + { + "id": "Library.content:modelInfoJsonContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablelibrary" + }, + { + "description": "A fixed quantity (no comparator)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SimpleQuantity/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SimpleQuantity", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Quantity", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "active", + "id": "SimpleQuantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SimpleQuantity", + "differential": { + "element": [ + { + "id": "Quantity", + "max": "*", + "min": 0, + "path": "Quantity", + "short": "A fixed quantity (no comparator)", + "constraint": [ + { + "key": "sqty-1", + "human": "The comparator is not used on a SimpleQuantity", + "severity": "error", + "expression": "comparator.empty()" + } + ], + "definition": "The comparator is not used on a SimpleQuantity", + "isModifier": false + }, + { + "id": "Quantity.comparator", + "max": "0", + "path": "Quantity.comparator", + "definition": "Not allowed to be used in this context" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity" + }, + { + "description": "Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Narrative/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Narrative", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Narrative", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Narrative", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Narrative", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Narrative", + "differential": { + "element": [ + { + "id": "Narrative", + "max": "*", + "min": 0, + "path": "Narrative", + "short": "Human-readable summary of the resource (essential clinical and business information)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "A human-readable summary of the resource conveying the essential clinical and business information for the resource." + }, + { + "path": "Narrative.status", + "min": 1, + "definition": "The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.", + "short": "generated | extensions | additional | empty", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/narrative-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The status of a resource narrative." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NarrativeStatus" + } + ], + "description": "The status of a resource narrative." + }, + "max": "1", + "id": "Narrative.status" + }, + { + "constraint": [ + { + "key": "txt-1", + "human": "The narrative SHALL contain only the basic html formatting elements and attributes described in chapters 7-11 (except section 4 of chapter 9) and 15 of the HTML 4.0 standard,
elements (either name or href), images and internally contained style attributes", + "source": "http://hl7.org/fhir/StructureDefinition/Narrative", + "severity": "error", + "expression": "htmlChecks()" + }, + { + "key": "txt-2", + "human": "The narrative SHALL have some non-whitespace content", + "source": "http://hl7.org/fhir/StructureDefinition/Narrative", + "severity": "error", + "expression": "htmlChecks()" + } + ], + "path": "Narrative.div", + "min": 1, + "definition": "The actual narrative content, a stripped down version of XHTML.", + "short": "Limited xhtml content", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "xhtml" }], + "max": "1", + "id": "Narrative.div", + "comment": "The contents of the html element are an XHTML fragment containing only the basic html formatting elements described in chapters 7-11 and 15 of the HTML 4.0 standard, elements (either name or href), images and internally contained stylesheets. The XHTML content SHALL NOT contain a head, a body, external stylesheet references, scripts, forms, base/link/xlink, frames, iframes and objects." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\".", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Linkage/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Linkage", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Linkage", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Linkage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Linkage", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Linkage", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "lnk-1", + "human": "Must have at least two items", + "source": "http://hl7.org/fhir/StructureDefinition/Linkage", + "severity": "error", + "expression": "item.count()>1" + } + ], + "path": "Linkage", + "min": 0, + "definition": "Identifies two or more records (resource instances) that refer to the same real-world \"occurrence\".", + "isModifier": false, + "short": "Links records for 'same' item", + "mapping": [ + { "map": "infrastructure.structure", "identity": "w5" }, + { + "map": "N/A - RIM doesn't know how to do this", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Linkage" + }, + { + "path": "Linkage.active", + "requirements": "Need to be able to mark a linkage record as not to be used because it was created in error.", + "min": 0, + "definition": "Indicates whether the asserted set of linkages are considered to be \"in effect\".", + "isModifier": false, + "short": "Whether this linkage assertion is active or not", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Linkage.active", + "comment": "If false, any asserted linkages should not be considered current/relevant/applicable.", + "isSummary": true + }, + { + "path": "Linkage.author", + "requirements": "\"Primary\" for the same set of linked resources may be different from different user's/organization's perspectives.", + "min": 0, + "definition": "Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.", + "isModifier": false, + "short": "Who is responsible for linkages", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Linkage.author", + "isSummary": true + }, + { + "path": "Linkage.item", + "min": 1, + "definition": "Identifies which record considered as the reference to the same real-world occurrence as well as how the items should be evaluated within the collection of linked items.", + "isModifier": false, + "short": "Item to be linked", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Linkage.item", + "condition": ["lnk-1"], + "isSummary": true + }, + { + "path": "Linkage.item.type", + "min": 1, + "definition": "Distinguishes which item is \"source of truth\" (if any) and which items are no longer considered to be current representations.", + "isModifier": false, + "short": "source | alternate | historical", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/linkage-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LinkageType" + } + ], + "description": "Used to distinguish different roles a resource can play within a set of linked resources." + }, + "max": "1", + "id": "Linkage.item.type", + "isSummary": true + }, + { + "path": "Linkage.item.resource", + "min": 1, + "definition": "The resource instance being linked as part of the group.", + "isModifier": false, + "short": "Resource being linked", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Linkage.item.resource", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Guidance on using Provenance for related history elements to provide key events that have happened over the lifespan of the resource - see the use of this pattern in the [Request Pattern](request.html#history)", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/provenance-relevant-history/5.0.0", + "date": "2013-12-03", + "derivation": "constraint", + "publisher": "Health Level Seven International", + "fhirVersion": "5.0.0", + "name": "ProvenanceRelevantHistory", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://www.w3.org/ns/prov", + "name": "W3C PROV", + "identity": "w3c.prov" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/auditevent", + "name": "FHIR AuditEvent Mapping", + "identity": "fhirauditevent" + } + ], + "abstract": false, + "type": "Provenance", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Provenance Relevant History", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "provenance-relevant-history", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/provenance-relevant-history", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1318", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/provenance-relevant-history", + "differential": { + "element": [ + { + "id": "Provenance", + "max": "*", + "min": 0, + "path": "Provenance" + }, + { + "id": "Provenance.target", + "path": "Provenance.target", + "short": "Resource version", + "comment": "The reference SHALL be version-specific.", + "definition": "This points to the version of the resource that was created as a result of this historical record action. Typically only a single resource will be referenced, but if the same action is performed to multiple resources in the context of a transaction, some systems may link multiple resource instances.", + "mustSupport": true + }, + { + "id": "Provenance.occurred[x]", + "max": "1", + "min": 1, + "path": "Provenance.occurred[x]", + "type": [{ "code": "dateTime" }], + "comment": "Both low and high will be set to the time the record event occurred. (In a future version, this element will likely be a choice with dateTime so that multiple values aren't needed.).", + "definition": "This indicates the time the resource action (creation, revision, deletion, etc.) occurred.", + "mustSupport": true + }, + { + "id": "Provenance.authorization", + "path": "Provenance.authorization", + "comment": "Plain text reasons can be sent in the \"text\" component with no codings. Domains may wish to define a constrained terminology. The authorization for the resource's existence of the resource itself will be maintained on the resource, not here.", + "mustSupport": true + }, + { + "path": "Provenance.activity", + "min": 1, + "definition": "Indicates what action occurred to the referenced resource.", + "short": "Record activity", + "mustSupport": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-record-activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceHistoryRecordActivity" + } + ], + "description": "Types of activities that are relevant for tracking event history using Provenance." + }, + "max": "1", + "id": "Provenance.activity", + "comment": "This should be captured at a sufficiently useful level of granularity. For example \"suspended\" is more useful than \"updated\". Domains will need to map the listed codes to their own state transitions and may wish to define additional domain-specific fine-grained codes." + }, + { + "id": "Provenance.agent", + "path": "Provenance.agent", + "short": "Who was involved with change", + "comment": "Generally the author will be specified. Others are optional.", + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [{ "path": "type", "type": "value" }] + }, + "definition": "Who was involved with change.", + "mustSupport": true + }, + { + "id": "Provenance.agent.type", + "max": "1", + "min": 1, + "path": "Provenance.agent.type", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/provenance-history-agent-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProvenanceHistoryAgentType" + } + ], + "description": "Types of roles that agents can play when tracking event history using Provenance." + }, + "mustSupport": true + }, + { + "id": "Provenance.agent:Author", + "max": "1", + "min": 0, + "path": "Provenance.agent", + "short": "Author", + "sliceName": "Author", + "definition": "Author.", + "mustSupport": true + }, + { + "id": "Provenance.agent:Author.type", + "max": "1", + "min": 1, + "path": "Provenance.agent.type", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "patternCodeableConcept": { + "coding": [ + { + "code": "AUT", + "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" + } + ] + } + }, + { + "id": "Provenance.agent:Author.who", + "max": "1", + "min": 1, + "path": "Provenance.agent.who", + "short": "Author Reference", + "definition": "Author Reference.", + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/Committees/fhir-i", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Provenance" + }, + { + "description": "A search parameter that defines a named search item that can be used to search/filter on a resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SearchParameter/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SearchParameter", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "SearchParameter", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "SearchParameter", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SearchParameter", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "spd-1", + "human": "If an expression is present, there SHALL be a processingMode", + "source": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "severity": "error", + "expression": "expression.empty() or processingMode.exists()" + }, + { + "key": "spd-2", + "human": "Search parameters can only have chain names when the search parameter type is 'reference'", + "source": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "severity": "error", + "expression": "chain.empty() or type = 'reference'" + }, + { + "key": "spd-3", + "human": "Search parameters comparator can only be used on type 'number', 'date', 'quantity' or 'special'.", + "source": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "severity": "error", + "expression": "comparator.empty() or (type in ('number' | 'date' | 'quantity' | 'special'))" + } + ], + "path": "SearchParameter", + "min": 0, + "definition": "A search parameter that defines a named search item that can be used to search/filter on a resource.", + "isModifier": false, + "short": "Search parameter for a resource", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SearchParameter", + "comment": "In FHIR, search is not performed directly on a resource (by XML or JSON path), but on a named parameter that maps into the resource content." + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/SearchParameter", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "SearchParameter.url", + "requirements": "Allows the search parameter to be referenced by a single globally unique identifier. To allow referencing and reusing search parameter definitions under other names on operational systems (in case of name clash).", + "min": 1, + "definition": "An absolute URI that is used to identify this search parameter when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this search parameter is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the search parameter is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this search parameter, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "SearchParameter.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this search parameter when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the search parameter (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SearchParameter.identifier", + "isSummary": true + }, + { + "path": "SearchParameter.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the search parameter when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the search parameter author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the search parameter", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.version", + "comment": "There may be different search parameter instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the search parameter with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "SearchParameter.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "SearchParameter.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "SearchParameter.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the search parameter. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this search parameter (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "SearchParameter.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the search parameter.", + "isModifier": false, + "short": "Name for this search parameter (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "SearchParameter.derivedFrom", + "min": 0, + "definition": "Where this search parameter is originally defined. If a derivedFrom is provided, then the details in the search parameter must be consistent with the definition from which it is defined. i.e. the parameter should have the same meaning, and (usually) the functionality should be a proper subset of the underlying search parameter.", + "isModifier": false, + "short": "Original definition for the search parameter", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.derivedFrom", + "comment": "The intent of this is that a server can designate that it provides support for a search parameter defined in the specification itself (e.g. [`value-quantity`](http://hl7.org/fhir/SearchParameter/Observation-value-quantity), but detail how it is supported by the server.", + "isSummary": false + }, + { + "path": "SearchParameter.status", + "min": 1, + "definition": "The status of this search parameter. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SearchParameter.status", + "comment": "Allows filtering of search parameters that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "SearchParameter.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level search parameter.", + "min": 0, + "definition": "A Boolean value to indicate that this search parameter is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "SearchParameter.experimental", + "comment": "Allows filtering of search parameters that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "SearchParameter.date", + "min": 0, + "definition": "The date (and optionally time) when the search parameter was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the search parameter changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "SearchParameter.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the search parameter. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SearchParameter.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the search parameter. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual tresponsible for the release and ongoing maintenance of the search parameter.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the search parameter is the organization or individual primarily responsible for the maintenance and upkeep of the search parameter. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the search parameter. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "SearchParameter.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "SearchParameter.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SearchParameter.description", + "min": 1, + "definition": "And how it used.", + "isModifier": false, + "short": "Natural language description of the search parameter", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the search parameter as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the search parameter is presumed to be the predominant language in the place the search parameter was created).", + "isSummary": true + }, + { + "path": "SearchParameter.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate search parameter instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "SearchParameter.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "SearchParameter.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the search parameter is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for search parameter (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "SearchParameter.jurisdiction", + "comment": "It may be possible for the search parameter to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "SearchParameter.purpose", + "min": 0, + "definition": "Explanation of why this search parameter is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this search parameter is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.purpose", + "comment": "This element does not describe the usage of the search parameter. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this search parameter.", + "isSummary": false + }, + { + "path": "SearchParameter.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the search parameter and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the search parameter and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the search parameter.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "SearchParameter.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "SearchParameter.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "SearchParameter.code", + "min": 1, + "definition": "The label that is recommended to be used in the URL or the parameter name in a parameters resource for this search parameter. In some cases, servers may need to use a different CapabilityStatement searchParam.name to differentiate between multiple SearchParameters that happen to have the same code.", + "isModifier": false, + "short": "Recommended name for parameter in search url", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "SearchParameter.code", + "comment": "For maximum compatibility, use only lowercase ASCII characters. Note that HL7 will never define multiple search parameters with the same code.", + "isSummary": true + }, + { + "path": "SearchParameter.base", + "min": 1, + "definition": "The base resource type(s) that this search parameter can be used against.", + "isModifier": false, + "short": "The resource type(s) this search parameter applies to", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "*", + "id": "SearchParameter.base", + "comment": "A search parameter must always apply to at least one resource type. When search parameters apply to more than one resource type, they can be used against any of the listed resource types, or in a cross-type search (see [Cross Resource Search](http.html#xres-search)).", + "isSummary": true + }, + { + "path": "SearchParameter.type", + "min": 1, + "definition": "The type of value that a search parameter may contain, and how the content is interpreted.", + "isModifier": false, + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "SearchParameter.type", + "condition": ["spd-2", "spd-3"], + "isSummary": true + }, + { + "path": "SearchParameter.expression", + "min": 0, + "definition": "A FHIRPath expression that returns a set of elements for the search parameter.", + "isModifier": false, + "short": "FHIRPath expression that extracts the values", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.expression", + "condition": ["spd-1"], + "comment": "Note that the elements returned by the expression are sometimes complex elements where logic is required to determine quite how to handle them; e.g. CodeableConcepts may contain text and/or multiple codings, where the codings themselves contain a code and a system. For composite search parameters, the outcome of the expression must a collection of base elements from which the composites are derived.", + "isSummary": false + }, + { + "path": "SearchParameter.processingMode", + "min": 0, + "definition": "How the search parameter relates to the set of elements returned by evaluating the expression query.", + "isModifier": false, + "short": "normal | phonetic | other", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-processingmode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchProcessingModeType" + } + ], + "description": "How a search parameter relates to the set of elements returned by evaluating its expression query." + }, + "max": "1", + "id": "SearchParameter.processingMode", + "condition": ["spd-1"], + "isSummary": false + }, + { + "path": "SearchParameter.constraint", + "min": 0, + "definition": "FHIRPath expression that defines/sets a complex constraint for when this SearchParameter is applicable.", + "isModifier": false, + "short": "FHIRPath expression that constraints the usage of this SearchParamete", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.constraint", + "isSummary": false + }, + { + "path": "SearchParameter.target", + "min": 0, + "definition": "Types of resource (if a resource is referenced).", + "isModifier": false, + "short": "Types of resource (if a resource reference)", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/version-independent-all-resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "*", + "id": "SearchParameter.target", + "comment": "In some cases, targets may exist for a search parameter that do not exist for the specified FHIRPath for all of the resources identified in SearchParameter.base. For example, the core clinical-encounter search parameter allows both Encounter and EpisodeOfCare as targets, even though not all of the base resources have EpisodeOfCare as a valid target.\n\nHowever, the list of targets SHOULD cover all targets that might appear that are permitted by the specified FHIRPath.", + "isSummary": false + }, + { + "path": "SearchParameter.multipleOr", + "min": 0, + "definition": "Whether multiple values are allowed for each time the parameter exists. Values are separated by commas, and the parameter matches if any of the values match.", + "isModifier": false, + "short": "Allow multiple values per parameter (or)", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If not declared, then it is up to server discretion whether multiple 'or' repetitions are allowed", + "max": "1", + "id": "SearchParameter.multipleOr", + "isSummary": false + }, + { + "path": "SearchParameter.multipleAnd", + "min": 0, + "definition": "Whether multiple parameters are allowed - e.g. more than one parameter with the same name. The search matches if all the parameters match.", + "isModifier": false, + "short": "Allow multiple parameters (and)", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If not declared, then it is up to server discretion whether multiple 'and' repetitions are allowed", + "max": "1", + "id": "SearchParameter.multipleAnd", + "isSummary": false + }, + { + "path": "SearchParameter.comparator", + "min": 0, + "definition": "Comparators supported for the search parameter.", + "isModifier": false, + "short": "eq | ne | gt | lt | ge | le | sa | eb | ap", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchComparator" + } + ], + "description": "What Search Comparator Codes are supported in search." + }, + "max": "*", + "id": "SearchParameter.comparator", + "condition": ["spd-3"], + "comment": "If no comparators are listed, clients should not expect servers to support any comparators.", + "isSummary": false + }, + { + "path": "SearchParameter.modifier", + "min": 0, + "definition": "A modifier supported for the search parameter.", + "isModifier": false, + "short": "missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchModifierCode" + } + ], + "description": "A supported modifier for a search parameter." + }, + "max": "*", + "id": "SearchParameter.modifier", + "isSummary": false + }, + { + "path": "SearchParameter.chain", + "min": 0, + "definition": "Contains the names of any search parameters which may be chained to the containing search parameter. Chained parameters may be added to search parameters of type reference and specify that resources will only be returned if they contain a reference to a resource which matches the chained parameter value. Values for this field should be drawn from SearchParameter.code for a parameter on the target resource type.", + "isModifier": false, + "short": "Chained names supported", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SearchParameter.chain", + "condition": ["spd-2"], + "comment": "Notes:\n\n* Not all systems will declare chain values. If no chain values are specified at all, then no presumptions can be made about the degree of chaining support available\n* A server may use a single chain value of '*' to mean that all reference search types supported can be chained rather than enumerating all chain values\n* If a particular reference search parameter is supported, but not subsequent chaining, then just list that search parameter name - e.g. for Patient.practitioner, the chain value would be ```practitioner```\n* If a particular reference search parameter is supported with unlimited chaining beneath it, then follow the search parameter name with '.'. E.g. ```practitioner.```\n* If there are specific (not unlimited) chaining paths allowed they can be explicitly enumerated. E.g. ```practitioner.organization```", + "isSummary": false + }, + { + "path": "SearchParameter.component", + "min": 0, + "definition": "Used to define the parts of a composite search parameter.", + "isModifier": false, + "short": "For Composite resources to define the parts", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SearchParameter.component", + "isSummary": false + }, + { + "path": "SearchParameter.component.definition", + "min": 1, + "definition": "The definition of the search parameter that describes this part.", + "isModifier": false, + "short": "Defines how the part works", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.component.definition", + "isSummary": false + }, + { + "path": "SearchParameter.component.expression", + "min": 1, + "definition": "A sub-expression that defines how to extract values for this component from the output of the main SearchParameter.expression.", + "isModifier": false, + "short": "Subexpression relative to main expression", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SearchParameter.component.expression", + "comment": "This expression overrides the expression in the definition and extracts the index values from the outcome of the composite expression.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ProductShelfLife/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ProductShelfLife", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ProductShelfLife", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "status": "draft", + "id": "ProductShelfLife", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/ProductShelfLife", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ProductShelfLife", + "differential": { + "element": [ + { + "id": "ProductShelfLife", + "max": "*", + "min": 0, + "path": "ProductShelfLife", + "short": "The shelf-life and storage information for a medicinal product item or container can be described using this class", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "definition": "The shelf-life and storage information for a medicinal product item or container can be described using this class." + }, + { + "id": "ProductShelfLife.type", + "max": "1", + "min": 0, + "path": "ProductShelfLife.type", + "type": [{ "code": "CodeableConcept" }], + "short": "This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified", + "isSummary": true, + "definition": "This describes the shelf life, taking into account various scenarios such as shelf life of the packaged Medicinal Product itself, shelf life after transformation where necessary and shelf life after the first opening of a bottle, etc. The shelf life type shall be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." + }, + { + "id": "ProductShelfLife.period[x]", + "max": "1", + "min": 0, + "path": "ProductShelfLife.period[x]", + "type": [{ "code": "Duration" }, { "code": "string" }], + "short": "The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used", + "isSummary": true, + "definition": "The shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used." + }, + { + "id": "ProductShelfLife.specialPrecautionsForStorage", + "max": "*", + "min": 0, + "path": "ProductShelfLife.specialPrecautionsForStorage", + "type": [{ "code": "CodeableConcept" }], + "short": "Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified", + "isSummary": true, + "definition": "Special precautions for storage, if any, can be specified using an appropriate controlled vocabulary The controlled term and the controlled term identifier shall be specified." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/BackboneType" + }, + { + "description": "Represents a computable/executable FHIRPath logic library", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/fhirpathlibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "FHIRPathLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "FHIRPath Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "fhirpathlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/fhirpathlibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1166", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/fhirpathlibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.content", + "path": "Library.content", + "slicing": { + "rules": "open", + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Library.content:fhirPathContent", + "max": "*", + "min": 1, + "path": "Library.content", + "short": "FHIRPath Content", + "sliceName": "fhirPathContent", + "definition": "The FHIRPath content represented as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:fhirPathContent.id", + "max": "1", + "min": 1, + "path": "Library.content.id", + "short": "Referenced as", + "definition": "The id of the FHIRPath expression. This id allows the expressions of the library to be referenced.", + "mustSupport": true + }, + { + "id": "Library.content:fhirPathContent.contentType", + "max": "1", + "min": 1, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "text/fhirpath", + "mustSupport": true + }, + { + "id": "Library.content:fhirPathContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/logiclibrary" + }, + { + "description": "Properties of a substance specific to it being a polymer.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstancePolymer/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstancePolymer", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstancePolymer", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstancePolymer", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstancePolymer", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstancePolymer", + "differential": { + "element": [ + { + "path": "SubstancePolymer", + "min": 0, + "definition": "Properties of a substance specific to it being a polymer.", + "isModifier": false, + "short": "Properties of a substance specific to it being a polymer", + "mapping": [ + { "map": "clinical.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer" + }, + { + "path": "SubstancePolymer.identifier", + "min": 0, + "definition": "A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier.", + "isModifier": false, + "short": "A business idenfier for this polymer, but typically this is handled by a SubstanceDefinition identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.identifier", + "isSummary": true + }, + { + "path": "SubstancePolymer.class", + "min": 0, + "definition": "Overall type of the polymer.", + "isModifier": false, + "short": "Overall type of the polymer", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.class", + "isSummary": true + }, + { + "path": "SubstancePolymer.geometry", + "min": 0, + "definition": "Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic.", + "isModifier": false, + "short": "Polymer geometry, e.g. linear, branched, cross-linked, network or dendritic", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.geometry", + "isSummary": true + }, + { + "path": "SubstancePolymer.copolymerConnectivity", + "min": 0, + "definition": "Descrtibes the copolymer sequence type (polymer connectivity).", + "isModifier": false, + "short": "Descrtibes the copolymer sequence type (polymer connectivity)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.copolymerConnectivity", + "isSummary": true + }, + { + "path": "SubstancePolymer.modification", + "min": 0, + "definition": "Todo - this is intended to connect to a repeating full modification structure, also used by Protein and Nucleic Acid . String is just a placeholder.", + "isModifier": false, + "short": "Todo - this is intended to connect to a repeating full modification structure, also used by Protein and Nucleic Acid . String is just a placeholder", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.modification", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.monomerSet", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.ratioType", + "min": 0, + "definition": "Captures the type of ratio to the entire polymer, e.g. Monomer/Polymer ratio, SRU/Polymer Ratio.", + "isModifier": false, + "short": "Captures the type of ratio to the entire polymer, e.g. Monomer/Polymer ratio, SRU/Polymer Ratio", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.monomerSet.ratioType", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.startingMaterial", + "min": 0, + "definition": "The starting materials - monomer(s) used in the synthesis of the polymer.", + "isModifier": false, + "short": "The starting materials - monomer(s) used in the synthesis of the polymer", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.monomerSet.startingMaterial", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.startingMaterial.code", + "min": 0, + "definition": "The type of substance for this starting material.", + "isModifier": false, + "short": "The type of substance for this starting material", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.monomerSet.startingMaterial.code", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.startingMaterial.category", + "min": 0, + "definition": "Substance high level category, e.g. chemical substance.", + "isModifier": false, + "short": "Substance high level category, e.g. chemical substance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.monomerSet.startingMaterial.category", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.startingMaterial.isDefining", + "min": 0, + "definition": "Used to specify whether the attribute described is a defining element for the unique identification of the polymer.", + "isModifier": false, + "short": "Used to specify whether the attribute described is a defining element for the unique identification of the polymer", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.monomerSet.startingMaterial.isDefining", + "isSummary": true + }, + { + "path": "SubstancePolymer.monomerSet.startingMaterial.amount", + "min": 0, + "definition": "A percentage.", + "isModifier": false, + "short": "A percentage", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.monomerSet.startingMaterial.amount", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat", + "min": 0, + "definition": "Specifies and quantifies the repeated units and their configuration.", + "isModifier": false, + "short": "Specifies and quantifies the repeated units and their configuration", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.repeat", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.averageMolecularFormula", + "min": 0, + "definition": "A representation of an (average) molecular formula from a polymer.", + "isModifier": false, + "short": "A representation of an (average) molecular formula from a polymer", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.averageMolecularFormula", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnitAmountType", + "min": 0, + "definition": "How the quantitative amount of Structural Repeat Units is captured (e.g. Exact, Numeric, Average).", + "isModifier": false, + "short": "How the quantitative amount of Structural Repeat Units is captured (e.g. Exact, Numeric, Average)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnitAmountType", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit", + "min": 0, + "definition": "An SRU - Structural Repeat Unit.", + "isModifier": false, + "short": "An SRU - Structural Repeat Unit", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.repeat.repeatUnit", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.unit", + "min": 0, + "definition": "Structural repeat units are essential elements for defining polymers.", + "isModifier": false, + "short": "Structural repeat units are essential elements for defining polymers", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.unit", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.orientation", + "min": 0, + "definition": "The orientation of the polymerisation, e.g. head-tail, head-head, random.", + "isModifier": false, + "short": "The orientation of the polymerisation, e.g. head-tail, head-head, random", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.orientation", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.amount", + "min": 0, + "definition": "Number of repeats of this unit.", + "isModifier": false, + "short": "Number of repeats of this unit", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.amount", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation", + "min": 0, + "definition": "Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described.", + "isModifier": false, + "short": "Applies to homopolymer and block co-polymers where the degree of polymerisation within a block can be described", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.type", + "min": 0, + "definition": "The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio.", + "isModifier": false, + "short": "The type of the degree of polymerisation shall be described, e.g. SRU/Polymer Ratio", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.type", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.average", + "min": 0, + "definition": "An average amount of polymerisation.", + "isModifier": false, + "short": "An average amount of polymerisation", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.average", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.low", + "min": 0, + "definition": "A low expected limit of the amount.", + "isModifier": false, + "short": "A low expected limit of the amount", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.low", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.high", + "min": 0, + "definition": "A high expected limit of the amount.", + "isModifier": false, + "short": "A high expected limit of the amount", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.degreeOfPolymerisation.high", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation", + "min": 0, + "definition": "A graphical structure for this SRU.", + "isModifier": false, + "short": "A graphical structure for this SRU", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type", + "min": 0, + "definition": "The type of structure (e.g. Full, Partial, Representative).", + "isModifier": false, + "short": "The type of structure (e.g. Full, Partial, Representative)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.type", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation", + "min": 0, + "definition": "The structural representation as text string in a standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF.", + "isModifier": false, + "short": "The structural representation as text string in a standard format e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.representation", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.format", + "min": 0, + "definition": "The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF.", + "isModifier": false, + "short": "The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.format", + "isSummary": true + }, + { + "path": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment", + "min": 0, + "definition": "An attached file with the structural representation.", + "isModifier": false, + "short": "An attached file with the structural representation", + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "1", + "id": "SubstancePolymer.repeat.repeatUnit.structuralRepresentation.attachment", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A plan for executing testing on an artifact or specifications", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TestPlan/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestPlan", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TestPlan", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "TestPlan", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestPlan", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestPlan", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/TestPlan", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "TestPlan", + "min": 0, + "definition": "A plan for executing testing on an artifact or specifications.", + "isModifier": false, + "short": "Description of intented testing", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "conformance.misc", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "TestPlan" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/TestPlan", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "TestPlan.url", + "requirements": "Allows the test plan to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this test plan when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this test plan is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test plan is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this test plan, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "TestPlan.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "TestPlan.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this test plan when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Business identifier identifier for the test plan", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this test plan outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "TestPlan.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the test plan when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test plan author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the test plan", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.version", + "comment": "There may be different test plan instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the test plan with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "TestPlan.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "TestPlan.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "TestPlan.name", + "requirements": "Support code generation.", + "min": 0, + "definition": "A natural language name identifying the test plan. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this test plan (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "TestPlan.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the test plan.", + "isModifier": false, + "short": "Name for this test plan (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestPlan.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": false + }, + { + "path": "TestPlan.status", + "min": 1, + "definition": "The status of this test plan. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "TestPlan.status", + "comment": "Allows filtering of test plans that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "TestPlan.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level test plan.", + "min": 0, + "definition": "A Boolean value to indicate that this test plan is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "TestPlan.experimental", + "comment": "Allows filtering of test plans that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "TestPlan.date", + "min": 0, + "definition": "The date (and optionally time) when the test plan was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test plan changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "TestPlan.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the test plan. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TestPlan.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the test plan. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the test plan.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestPlan.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the test plan is the organization or individual primarily responsible for the maintenance and upkeep of the test plan. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the test plan. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TestPlan.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TestPlan.description", + "min": 0, + "definition": "A free text natural language description of the test plan from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the test plan", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestPlan.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the test plan as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the test plan is presumed to be the predominant language in the place the test plan was created).", + "isSummary": false + }, + { + "path": "TestPlan.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test plan instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "TestPlan.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the test plan is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction where the test plan applies (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "TestPlan.jurisdiction", + "comment": "It may be possible for the test plan to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "TestPlan.purpose", + "min": 0, + "definition": "Explanation of why this test plan is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this test plan is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestPlan.purpose", + "comment": "This element does not describe the usage of the test plan Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this test plan.", + "isSummary": false + }, + { + "path": "TestPlan.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the test plan and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the test plan and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test plan. The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "TestPlan.copyright", + "isSummary": false + }, + { + "path": "TestPlan.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestPlan.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "TestPlan.category", + "min": 0, + "definition": "The category of the Test Plan - can be acceptance, unit, performance, etc.", + "isModifier": false, + "short": "The category of the Test Plan - can be acceptance, unit, performance", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The high-level category for this plan." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestPlanCategory" + } + ], + "description": "The high-level category for this plan." + }, + "max": "*", + "id": "TestPlan.category", + "isSummary": false + }, + { + "path": "TestPlan.scope", + "min": 0, + "definition": "What is being tested with this Test Plan - a conformance resource, or narrative criteria, or an external reference...", + "isModifier": false, + "short": "What is being tested with this Test Plan - a conformance resource, or narrative criteria, or an external reference", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.scope", + "isSummary": false + }, + { + "path": "TestPlan.testTools", + "min": 0, + "definition": "A description of test tools to be used in the test plan.", + "isModifier": false, + "short": "A description of test tools to be used in the test plan - narrative for now", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testTools", + "isSummary": false + }, + { + "path": "TestPlan.dependency", + "min": 0, + "definition": "The required criteria to execute the test plan - e.g. preconditions, previous tests...", + "isModifier": false, + "short": "The required criteria to execute the test plan - e.g. preconditions, previous tests", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.dependency", + "isSummary": false + }, + { + "path": "TestPlan.dependency.description", + "min": 0, + "definition": "A textual description of the criterium - what is needed for the dependency to be considered met.", + "isModifier": false, + "short": "Description of the dependency criterium", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.dependency.description", + "isSummary": false + }, + { + "path": "TestPlan.dependency.predecessor", + "min": 0, + "definition": "Predecessor test plans - those that are expected to be successfully performed as a dependency for the execution of this test plan.", + "isModifier": false, + "short": "Link to predecessor test plans", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.dependency.predecessor", + "isSummary": false + }, + { + "path": "TestPlan.exitCriteria", + "min": 0, + "definition": "The threshold or criteria for the test plan to be considered successfully executed - narrative.", + "isModifier": false, + "short": "The threshold or criteria for the test plan to be considered successfully executed - narrative", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.exitCriteria", + "isSummary": false + }, + { + "path": "TestPlan.testCase", + "min": 0, + "definition": "The individual test cases that are part of this plan, when they they are made explicit.", + "isModifier": false, + "short": "The test cases that constitute this plan", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase", + "isSummary": false + }, + { + "path": "TestPlan.testCase.sequence", + "min": 0, + "definition": "Sequence of test case - an ordinal number that indicates the order for the present test case in the test plan.", + "isModifier": false, + "short": "Sequence of test case in the test plan", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.sequence", + "isSummary": false + }, + { + "path": "TestPlan.testCase.scope", + "min": 0, + "definition": "The scope or artifact covered by the case, when the individual test case is associated with a testable artifact.", + "isModifier": false, + "short": "The scope or artifact covered by the case", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.scope", + "isSummary": false + }, + { + "path": "TestPlan.testCase.dependency", + "min": 0, + "definition": "The required criteria to execute the test case - e.g. preconditions, previous tests.", + "isModifier": false, + "short": "Required criteria to execute the test case", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TestCaseDependency" + } + ], + "max": "*", + "id": "TestPlan.testCase.dependency", + "isSummary": false + }, + { + "path": "TestPlan.testCase.dependency.description", + "min": 0, + "definition": "Description of the criteria.", + "isModifier": false, + "short": "Description of the criteria", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.dependency.description", + "isSummary": false + }, + { + "path": "TestPlan.testCase.dependency.predecessor", + "min": 0, + "definition": "Link to predecessor test plans.", + "isModifier": false, + "short": "Link to predecessor test plans", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.dependency.predecessor", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testRun", + "min": 0, + "definition": "The actual test to be executed.", + "isModifier": false, + "short": "The actual test to be executed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.testRun", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testRun.narrative", + "min": 0, + "definition": "The narrative description of the tests.", + "isModifier": false, + "short": "The narrative description of the tests", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testRun.narrative", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testRun.script", + "min": 0, + "definition": "The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript.", + "isModifier": false, + "short": "The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testRun.script", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testRun.script.language", + "min": 0, + "definition": "The language for the test cases e.g. 'gherkin', 'testscript'.", + "isModifier": false, + "short": "The language for the test cases e.g. 'gherkin', 'testscript'", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testRun.script.language", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testRun.script.source[x]", + "min": 0, + "definition": "The actual content of the cases - references to TestScripts or externally defined content.", + "isModifier": false, + "short": "The actual content of the cases - references to TestScripts or externally defined content", + "type": [{ "code": "string" }, { "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testRun.script.source[x]", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testData", + "min": 0, + "definition": "The test data used in the test case.", + "isModifier": false, + "short": "The test data used in the test case", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.testData", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testData.type", + "min": 1, + "definition": "The type of test data description, e.g. 'synthea'.", + "isModifier": false, + "short": "The type of test data description, e.g. 'synthea'", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testData.type", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testData.content", + "min": 0, + "definition": "The actual test resources when they exist.", + "isModifier": false, + "short": "The actual test resources when they exist", + "type": [{ "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testData.content", + "isSummary": false + }, + { + "path": "TestPlan.testCase.testData.source[x]", + "min": 0, + "definition": "Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc.", + "isModifier": false, + "short": "Pointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc", + "type": [{ "code": "string" }, { "code": "Reference" }], + "mustSupport": false, + "max": "1", + "id": "TestPlan.testCase.testData.source[x]", + "isSummary": false + }, + { + "path": "TestPlan.testCase.assertion", + "min": 0, + "definition": "The test assertions - the expectations of test results from the execution of the test case.", + "isModifier": false, + "short": "Test assertions or expectations", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.assertion", + "isSummary": false + }, + { + "path": "TestPlan.testCase.assertion.type", + "min": 0, + "definition": "The test assertion type - this can be used to group assertions as 'required' or 'optional', or can be used for other classification of the assertion.", + "isModifier": false, + "short": "Assertion type - for example 'informative' or 'required' ", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.assertion.type", + "isSummary": false + }, + { + "path": "TestPlan.testCase.assertion.object", + "min": 0, + "definition": "The focus or object of the assertion i.e. a resource.", + "isModifier": false, + "short": "The focus or object of the assertion", + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.assertion.object", + "isSummary": false + }, + { + "path": "TestPlan.testCase.assertion.result", + "min": 0, + "definition": "The test assertion - the expected outcome from the test case execution.", + "isModifier": false, + "short": "The actual result assertion", + "type": [{ "code": "CodeableReference" }], + "mustSupport": false, + "max": "*", + "id": "TestPlan.testCase.assertion.result", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ServiceRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ServiceRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + } + ], + "abstract": false, + "type": "ServiceRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "ServiceRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ServiceRequest", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "bdystr-1", + "human": "bodyStructure SHALL only be present if bodySite is not present", + "source": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "severity": "error", + "expression": "bodySite.exists() implies bodyStructure.empty()" + }, + { + "key": "prr-1", + "human": "orderDetail SHALL only be present if code is present", + "source": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "severity": "error", + "expression": "orderDetail.empty() or code.exists()" + } + ], + "path": "ServiceRequest", + "min": 0, + "definition": "A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.", + "isModifier": false, + "short": "A request for a service to be performed", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { "map": "ORC", "identity": "v2" }, + { "map": "Act[moodCode<=INT]", "identity": "rim" } + ], + "mustSupport": false, + "alias": [ + "diagnostic request", + "referral", + "referral request", + "transfer of care request" + ], + "max": "*", + "id": "ServiceRequest" + }, + { + "path": "ServiceRequest.identifier", + "min": 0, + "definition": "Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.", + "isModifier": false, + "short": "Identifiers assigned to this order", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC-2, ORC-3, RF1-6 / RF1-11,", + "identity": "v2" + }, + { "map": ".identifier", "identity": "rim" }, + { + "map": "ClinicalStatement.identifier", + "identity": "quick" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.identifier", + "comment": "The identifier.type element is used to distinguish between the identifiers assigned by the orderer (known as the 'Placer' in HL7 V2) and the producer of the observations in response to the order (known as the 'Filler' in HL7 V2). For further discussion and examples see the resource notes section below.", + "isSummary": true + }, + { + "path": "ServiceRequest.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.instantiatesCanonical", + "comment": "The PlanDefinition resource is used to describe series, sequences, or groups of actions to be taken, while the ActivityDefinition resource is used to define each specific step or activity to be performed. More information can be found in the [Boundaries and Relationships](plandefinition.html#12.23.2) section for PlanDefinition.", + "isSummary": true + }, + { + "path": "ServiceRequest.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this ServiceRequest.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Request.instantiatesUri", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "ServiceRequest.basedOn", + "min": 0, + "definition": "Plan/proposal/order fulfilled by this request.", + "isModifier": false, + "short": "What request fulfills", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { "map": "ORC-8 (plus others)", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "ServiceRequest.basedOn", + "isSummary": true + }, + { + "path": "ServiceRequest.replaces", + "min": 0, + "definition": "The request takes the place of the referenced completed or terminated request(s).", + "isModifier": false, + "short": "What request replaces", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": "Handled by message location of ORC (ORC-1=RO or RU)", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "ServiceRequest.replaces", + "isSummary": true + }, + { + "path": "ServiceRequest.requisition", + "requirements": "Some business processes need to know if multiple items were ordered as part of the same \"requisition\" for billing or other purposes.", + "min": 0, + "definition": "A shared identifier common to all service requests that were authorized more or less simultaneously by a single author, representing the composite or group identifier.", + "isModifier": false, + "short": "Composite Request ID", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { "map": "ORC-4", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["grouperId", "groupIdentifier"], + "max": "1", + "id": "ServiceRequest.requisition", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "ServiceRequest.status", + "min": 1, + "definition": "The status of the order.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "ORC-5,RF1-1", "identity": "v2" }, + { "map": ".status", "identity": "rim" }, + { "map": "Action.currentStatus", "identity": "quick" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestStatus" + } + ], + "description": "The status of a service order." + }, + "max": "1", + "id": "ServiceRequest.status", + "comment": "The status is generally fully in the control of the requester - they determine whether the order is draft or active and, after it has been activated, competed, revoked or placed on-hold. States relating to the activities of the performer are reflected on either the corresponding event (see [Event Pattern](event.html) for general discussion) or using the [Task](task.html) resource.", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ServiceRequest.intent", + "min": 1, + "definition": "Whether the request is a proposal, plan, an original order or a reflex order.", + "isModifier": true, + "short": "proposal | plan | directive | order +", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".moodCode (nuances beyond PRP/PLAN/RQO would need to be elsewhere)", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestIntent" + } + ], + "description": "The kind of service request." + }, + "max": "1", + "id": "ServiceRequest.intent", + "comment": "This element is labeled as a modifier because the intent alters when and how the resource is actually applicable.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "ServiceRequest.category", + "requirements": "Used for filtering what service request are retrieved and displayed.", + "min": 0, + "definition": "A code that classifies the service for searching, sorting and display purposes (e.g. \"Surgical Procedure\").", + "isModifier": false, + "short": "Classification of service", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "RF1-5", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"INT\"].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestCategory" + } + ], + "description": "Classification of the requested service." + }, + "max": "*", + "id": "ServiceRequest.category", + "comment": "There may be multiple axis of categorization depending on the context or use case for retrieving or displaying the resource. The level of granularity is defined by the category concepts in the value set.", + "isSummary": true + }, + { + "path": "ServiceRequest.priority", + "min": 0, + "definition": "Indicates how quickly the ServiceRequest should be addressed with respect to other requests.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" }, + { "map": "TQ1.9, RF1-2", "identity": "v2" }, + { "map": ".priorityCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "ServiceRequest.priority", + "isSummary": true + }, + { + "path": "ServiceRequest.doNotPerform", + "requirements": "Used for do not ambulate, do not elevate head of bed, do not flush NG tube, do not take blood pressure on a certain arm, etc.", + "min": 0, + "definition": "Set this to true if the record is saying that the service/procedure should NOT be performed.", + "isModifier": true, + "short": "True if service/procedure should not be performed", + "mapping": [ + { + "map": "Request.doNotPerform", + "identity": "workflow" + }, + { "map": ".actionNegationInd", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, the request is a positive request e.g. \"do perform\"", + "max": "1", + "id": "ServiceRequest.doNotPerform", + "comment": "In general, only the code and timeframe will be present, though occasional additional qualifiers such as body site or even performer could be included to narrow the scope of the prohibition. If the ServiceRequest.code and ServiceRequest.doNotPerform both contain negation, that will reinforce prohibition and should not have a double negative interpretation.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a procedure, it is a request for the procedure to not occur.", + "isSummary": true + }, + { + "path": "ServiceRequest.code", + "min": 0, + "definition": "A code or reference that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.", + "isModifier": false, + "short": "What is being requested/ordered", + "mapping": [ + { "map": "Request.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "PR1-3 / OBR-4 (varies by domain)", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" }, + { + "map": "Procedure.procedureCode", + "identity": "quick" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestCode" + } + ], + "description": "Codes for tests or services that can be carried out by a designated individual, organization or healthcare service. For laboratory, LOINC is [preferred](terminologies.html#preferred) and a valueset using LOINC Order codes is available [here](valueset-diagnostic-requests.html)." + }, + "alias": ["service requested"], + "max": "1", + "id": "ServiceRequest.code", + "condition": ["prr-1"], + "comment": "Many laboratory and radiology procedure codes embed the specimen/organ system in the test order name, for example, serum or serum/plasma glucose, or a chest x-ray. The specimen might not be recorded separately from the test code.", + "isSummary": true + }, + { + "path": "ServiceRequest.orderDetail", + "min": 0, + "definition": "Additional details and instructions about the how the services are to be delivered. For example, and order for a urinary catheter may have an order detail for an external or indwelling catheter, or an order for a bandage may require additional instructions specifying how the bandage should be applied.", + "isModifier": false, + "short": "Additional order information", + "mapping": [{ "map": "NTE", "identity": "v2" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["detailed instructions"], + "max": "*", + "id": "ServiceRequest.orderDetail", + "condition": ["prr-1"], + "comment": "For information from the medical record intended to support the delivery of the requested services, use the `supportingInformation` element.", + "isSummary": true + }, + { + "path": "ServiceRequest.orderDetail.parameterFocus", + "min": 0, + "definition": "Indicates the context of the order details by reference.", + "isModifier": false, + "short": "The context of the order details by reference", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyRequest", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ServiceRequest.orderDetail.parameterFocus", + "isSummary": false + }, + { + "path": "ServiceRequest.orderDetail.parameter", + "min": 1, + "definition": "The parameter details for the service being requested.", + "isModifier": false, + "short": "The parameter details for the service being requested", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.orderDetail.parameter", + "isSummary": true + }, + { + "path": "ServiceRequest.orderDetail.parameter.code", + "min": 1, + "definition": "A value representing the additional detail or instructions for the order (e.g., catheter insertion, body elevation, descriptive device configuration and/or setting instructions).", + "isModifier": false, + "short": "The detail of the order being requested", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/servicerequest-orderdetail-parameter-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestOrderDetailParameterCode" + } + ], + "description": "Codes for order detail parameters." + }, + "max": "1", + "id": "ServiceRequest.orderDetail.parameter.code", + "isSummary": true + }, + { + "path": "ServiceRequest.orderDetail.parameter.value[x]", + "min": 1, + "definition": "Indicates a value for the order detail.", + "isModifier": false, + "short": "The value for the order detail", + "type": [ + { "code": "Quantity" }, + { "code": "Ratio" }, + { "code": "Range" }, + { "code": "boolean" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "Period" } + ], + "mustSupport": false, + "max": "1", + "id": "ServiceRequest.orderDetail.parameter.value[x]", + "comment": "CodeableConcept values are indented to express concepts that would normally be coded - when a code is not available for a concept, CodeableConcept.text can be used. When the data is a text or not a single identifiable concept, string should be used.", + "isSummary": true + }, + { + "path": "ServiceRequest.quantity[x]", + "requirements": "When ordering a service the number of service items may need to be specified separately from the the service item.", + "min": 0, + "definition": "An amount of service being requested which can be a quantity ( for example $1,500 home modification), a ratio ( for example, 20 half day visits per month), or a range (2.0 to 1.8 Gy per fraction).", + "isModifier": false, + "short": "Service amount", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".quantity", "identity": "rim" } + ], + "type": [ + { "code": "Quantity" }, + { "code": "Ratio" }, + { "code": "Range" } + ], + "mustSupport": false, + "max": "1", + "id": "ServiceRequest.quantity[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.subject", + "min": 1, + "definition": "On whom or what the service is to be performed. This is usually a human patient, but can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).", + "isModifier": false, + "short": "Individual or Entity the service is ordered for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + }, + { + "map": "ClinicalStatement.subject", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ServiceRequest.subject", + "isSummary": true + }, + { + "path": "ServiceRequest.focus", + "min": 0, + "definition": "The actual focus of a service request when it is not the subject of record representing something or someone associated with the subject such as a spouse, parent, fetus, or donor. The focus of a service request could also be an existing condition, an intervention, the subject's diet, another service request on the subject, or a body structure such as tumor or implanted device.", + "isModifier": false, + "short": "What the service request is about, when it is not about the subject of record", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.focus", + "isSummary": true + }, + { + "path": "ServiceRequest.encounter", + "min": 0, + "definition": "An encounter that provides additional information about the healthcare context in which this request is made.", + "isModifier": false, + "short": "Encounter in which the request was created", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.encounter", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "alias": ["context"], + "max": "1", + "id": "ServiceRequest.encounter", + "isSummary": true + }, + { + "path": "ServiceRequest.occurrence[x]", + "min": 0, + "definition": "The date/time at which the requested service should occur.", + "isModifier": false, + "short": "When service should occur", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" }, + { "map": "TQ1/TQ2, OBR-7/OBR-8", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" }, + { + "map": "Procedure.procedureSchedule", + "identity": "quick" + } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "alias": ["schedule"], + "max": "1", + "id": "ServiceRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.asNeeded[x]", + "min": 0, + "definition": "If a CodeableConcept is present, it indicates the pre-condition for performing the service. For example \"pain\", \"on flare-up\", etc.", + "isModifier": false, + "short": "Preconditions for service", + "mapping": [ + { + "map": "boolean: precondition.negationInd (inversed - so negationInd = true means asNeeded=false CodeableConcept: precondition.observationEventCriterion[code=\"Assertion\"].value", + "identity": "rim" + }, + { + "map": "Proposal.prnReason.reason", + "identity": "quick" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureAsNeededReason" + } + ], + "description": "A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \"pain\", \"on flare-up\", etc." + }, + "max": "1", + "id": "ServiceRequest.asNeeded[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.authoredOn", + "min": 0, + "definition": "When the request transitioned to being actionable.", + "isModifier": false, + "short": "Date request signed", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "ORC-9, RF1-7 / RF1-9", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + }, + { + "map": "Proposal.proposedAtTime", + "identity": "quick" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["orderedOn"], + "max": "1", + "id": "ServiceRequest.authoredOn", + "isSummary": true + }, + { + "path": "ServiceRequest.requester", + "min": 0, + "definition": "The individual who initiated the request and has responsibility for its activation.", + "isModifier": false, + "short": "Who/what is requesting service", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { "map": "ORC-12, PRT", "identity": "v2" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + }, + { + "map": "ClinicalStatement.statementAuthor", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "alias": ["author", "orderer"], + "max": "1", + "id": "ServiceRequest.requester", + "comment": "This not the dispatcher, but rather who is the authorizer. This element is not intended to handle delegation which would generally be managed through the Provenance resource.", + "isSummary": true + }, + { + "path": "ServiceRequest.performerType", + "min": 0, + "definition": "Desired type of performer for doing the requested service.", + "isModifier": false, + "short": "Performer role", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "PRT, RF1-3", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestParticipantRole" + } + ], + "description": "Indicates specific responsibility of an individual within the care team, such as \"Primary physician\", \"Team coordinator\", \"Caregiver\", etc." + }, + "alias": ["specialty"], + "max": "1", + "id": "ServiceRequest.performerType", + "comment": "This is a role, not a participation type. In other words, does not describe the task but describes the capacity. For example, “compounding pharmacy”, “psychiatrist” or “internal referral”.", + "isSummary": true + }, + { + "path": "ServiceRequest.performer", + "min": 0, + "definition": "The desired performer for doing the requested service. For example, the surgeon, dermatopathologist, endoscopist, etc.", + "isModifier": false, + "short": "Requested performer", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "PRT, Practitioner: PRD-2/PRD-7 where PRD-3 = RT; Organization: PRD-10 where PRD-3 = RT", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "alias": ["request recipient"], + "max": "*", + "id": "ServiceRequest.performer", + "comment": "If multiple performers are present, it is interpreted as a list of *alternative* performers without any preference regardless of order. If order of preference is needed use the [http://hl7.org/fhir/StructureDefinition/request-performerOrder](http://hl7.org/fhir/extensions/StructureDefinition-request-performerOrder.html). Use CareTeam to represent a group of performers (for example, Practitioner A *and* Practitioner B).", + "isSummary": true + }, + { + "path": "ServiceRequest.location", + "min": 0, + "definition": "The preferred location(s) where the procedure should actually happen in coded or free text form. E.g. at home or nursing day care center.", + "isModifier": false, + "short": "Requested location", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": ".participation[typeCode=LOC].role[scoper.determinerCode=KIND].code", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestLocation" + } + ], + "description": "A location type where services are delivered." + }, + "max": "*", + "id": "ServiceRequest.location", + "isSummary": true + }, + { + "path": "ServiceRequest.reason", + "min": 0, + "definition": "An explanation or justification for why this service is being requested in coded or textual form. This is often for billing purposes. May relate to the resources referred to in `supportingInfo`.", + "isModifier": false, + "short": "Explanation/Justification for procedure or service", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "ORC-16, RF1-10", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/DetectedIssue" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/procedure-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Diagnosis or problem codes justifying the reason for requesting the service investigation." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ServiceRequestReason" + } + ], + "description": "SNOMED CT Condition/Problem/Diagnosis Codes" + }, + "max": "*", + "id": "ServiceRequest.reason", + "comment": "This element represents why the referral is being made and may be used to decide how the service will be performed, or even if it will be performed at all. To be as specific as possible, a reference to *Observation* or *Condition* should be used if available. Otherwise, use `concept.text` element if the data is free (uncoded) text as shown in the [CT Scan example](servicerequest-example-di.html).", + "isSummary": true + }, + { + "path": "ServiceRequest.insurance", + "min": 0, + "definition": "Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service.", + "isModifier": false, + "short": "Associated insurance coverage", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" }, + { "map": "IN1/IN2", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=COVBY].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage", + "http://hl7.org/fhir/StructureDefinition/ClaimResponse" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.insurance", + "isSummary": false + }, + { + "path": "ServiceRequest.supportingInfo", + "min": 0, + "definition": "Additional clinical information about the patient or specimen that may influence the services or their interpretations. This information includes diagnosis, clinical findings and other observations. In laboratory ordering these are typically referred to as \"ask at order entry questions (AOEs)\". This includes observations explicitly requested by the producer (filler) to provide context or supporting information needed to complete the order. For example, reporting the amount of inspired oxygen for blood gas measurements.", + "isModifier": false, + "short": "Additional clinical information", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "Accompanying segments", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=PERT].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["Ask at order entry question", "AOE"], + "max": "*", + "id": "ServiceRequest.supportingInfo", + "comment": "To represent information about how the services are to be delivered use the `instructions` element.", + "isSummary": false + }, + { + "path": "ServiceRequest.specimen", + "min": 0, + "definition": "One or more specimens that the laboratory procedure will use.", + "isModifier": false, + "short": "Procedure Samples", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { + "map": ".participation[typeCode=SPC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.specimen", + "comment": "The purpose of the ServiceRequest.specimen is to reflect the actual specimen that the requested test/procedure is asked to be performed on, whether the lab already has it or not. References to specimens for purposes other than to perform a test/procedure on should be made using the ServiceRequest.supportingInfo or the Specimen.parent where the Specimen.parent would enable descendency and ServiceRequest.supportingInfo a general reference for context.", + "isSummary": true + }, + { + "path": "ServiceRequest.bodySite", + "requirements": "Knowing where the procedure is performed is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Anatomic location where the procedure should be performed. This is the target site.", + "isModifier": false, + "short": "Coded location on Body", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "Procedure.targetBodySite", + "identity": "quick" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "alias": ["location"], + "max": "*", + "id": "ServiceRequest.bodySite", + "condition": ["bdystr-1"], + "comment": "Only used if not implicit in the code found in ServiceRequest.code. If the use case requires BodySite to be handled as a separate resource instead of an inline coded element (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure](http://hl7.org/fhir/extensions/StructureDefinition-procedure-targetBodyStructure.html).", + "isSummary": true + }, + { + "path": "ServiceRequest.bodyStructure", + "requirements": "Knowing where the procedure is performed is important for tracking if multiple sites are possible.", + "min": 0, + "definition": "Anatomic location where the procedure should be performed. This is the target site.", + "isModifier": false, + "short": "BodyStructure-based location on the body", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { "map": "targetSiteCode", "identity": "rim" }, + { + "map": "Procedure.targetBodyStructure", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "alias": ["locationStructure"], + "max": "1", + "id": "ServiceRequest.bodyStructure", + "condition": ["bdystr-1"], + "isSummary": true + }, + { + "path": "ServiceRequest.note", + "min": 0, + "definition": "Any other notes and comments made about the service request. For example, internal billing notes.", + "isModifier": false, + "short": "Comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + }, + { + "map": "ClinicalStatement.additionalText", + "identity": "quick" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.note", + "isSummary": false + }, + { + "path": "ServiceRequest.patientInstruction", + "min": 0, + "definition": "Instructions in terms that are understood by the patient or consumer.", + "isModifier": false, + "short": "Patient or consumer-oriented instructions", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.patientInstruction", + "isSummary": false + }, + { + "path": "ServiceRequest.patientInstruction.instruction[x]", + "min": 0, + "definition": "Instructions in terms that are understood by the patient or consumer.", + "isModifier": false, + "short": "Patient or consumer-oriented instructions", + "mapping": [ + { "map": "NTE", "identity": "v2" }, + { "map": ".text", "identity": "rim" } + ], + "type": [ + { "code": "markdown" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ServiceRequest.patientInstruction.instruction[x]", + "isSummary": true + }, + { + "path": "ServiceRequest.relevantHistory", + "min": 0, + "definition": "Key events in the history of the request.", + "isModifier": false, + "short": "Request provenance", + "mapping": [ + { + "map": "Request.relevantHistory", + "identity": "workflow" + }, + { "map": "N/A", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ServiceRequest.relevantHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important.\rThis SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude\rAll Provenances should have some historical version of this Request as their subject.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR transaction.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/transaction-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "TransactionBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Transaction bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "transaction-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/transaction-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transaction-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "transaction" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "rules": "closed", + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "request.method", "type": "value" } + ] + } + }, + { + "id": "Bundle.entry:put", + "path": "Bundle.entry", + "sliceName": "put" + }, + { + "id": "Bundle.entry:put.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:put.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:put.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:put.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:put.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "PUT" + }, + { + "id": "Bundle.entry:put.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:post", + "path": "Bundle.entry", + "sliceName": "post" + }, + { + "id": "Bundle.entry:post.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:post.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:post.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:post.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "POST" + }, + { + "id": "Bundle.entry:post.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:get", + "path": "Bundle.entry", + "sliceName": "get" + }, + { + "id": "Bundle.entry:get.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:get.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:get.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:get.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:get.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "GET" + }, + { + "id": "Bundle.entry:get.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:delete", + "path": "Bundle.entry", + "sliceName": "delete" + }, + { + "id": "Bundle.entry:delete.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:delete.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:delete.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:delete.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:delete.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "DELETE" + }, + { + "id": "Bundle.entry:delete.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:patch", + "path": "Bundle.entry", + "sliceName": "patch" + }, + { + "id": "Bundle.entry:patch.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:patch.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:patch.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:patch.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:patch.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "PATCH" + }, + { + "id": "Bundle.entry:patch.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:head", + "path": "Bundle.entry", + "sliceName": "head" + }, + { + "id": "Bundle.entry:head.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:head.resource", + "max": "0", + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:head.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry:head.request", + "min": 1, + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:head.request.method", + "path": "Bundle.entry.request.method", + "patternCode": "HEAD" + }, + { + "id": "Bundle.entry:head.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "Permission resource holds access rules for a given data and context.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Permission/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Security)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Permission", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/consent", + "name": "FHIR Consent Mapping", + "identity": "fhirconsent" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Permission", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "sec" + } + ], + "status": "draft", + "id": "Permission", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Permission", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Permission", + "differential": { + "element": [ + { + "path": "Permission", + "min": 0, + "definition": "Permission resource holds access rules for a given data and context.", + "isModifier": false, + "short": "Access Rules", + "mapping": [ + { + "map": "infrastructure.information", + "identity": "w5" + } + ], + "mustSupport": false, + "max": "*", + "id": "Permission" + }, + { + "path": "Permission.status", + "min": 1, + "definition": "Status.", + "isModifier": false, + "short": "active | entered-in-error | draft | rejected", + "mapping": [ + { "map": "Consent.status", "identity": "fhirconsent" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permission-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PermissionStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a product." + }, + "max": "1", + "id": "Permission.status", + "isSummary": true + }, + { + "path": "Permission.asserter", + "min": 0, + "definition": "The person or entity that asserts the permission.", + "isModifier": false, + "short": "The person or entity that asserts the permission", + "mapping": [ + { + "map": "Consent.grantor, Consent.grantee, Consent.manager, Consent.controller", + "identity": "fhirconsent" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Permission.asserter", + "isSummary": true + }, + { + "path": "Permission.date", + "min": 0, + "definition": "The date that permission was asserted.", + "isModifier": false, + "short": "The date that permission was asserted", + "mapping": [ + { "map": "Consent.dateTime", "identity": "fhirconsent" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["class"], + "max": "*", + "id": "Permission.date", + "isSummary": true + }, + { + "path": "Permission.validity", + "min": 0, + "definition": "The period in which the permission is active.", + "isModifier": false, + "short": "The period in which the permission is active", + "mapping": [ + { + "map": "Consent.provision.period", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "alias": ["type"], + "max": "1", + "id": "Permission.validity", + "isSummary": true + }, + { + "path": "Permission.justification", + "min": 0, + "definition": "The asserted justification for using the data.", + "isModifier": false, + "short": "The asserted justification for using the data", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Permission.justification", + "isSummary": true + }, + { + "path": "Permission.justification.basis", + "min": 0, + "definition": "This would be a codeableconcept, or a coding, which can be constrained to , for example, the 6 grounds for processing in GDPR.", + "isModifier": false, + "short": "The regulatory grounds upon which this Permission builds", + "mapping": [ + { + "map": "Consent.regulatoryBasis", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentRegulatoryBasis" + } + ], + "description": "Regulatory policy examples" + }, + "max": "*", + "id": "Permission.justification.basis", + "isSummary": true + }, + { + "path": "Permission.justification.evidence", + "min": 0, + "definition": "Justifing rational.", + "isModifier": false, + "short": "Justifing rational", + "mapping": [ + { + "map": "Consent.policyBasis.reference", + "identity": "fhirconsent" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Permission.justification.evidence", + "comment": "While any resource may be used, DocumentReference, Consent, PlanDefinition, and Contract would be most frequent", + "isSummary": true + }, + { + "path": "Permission.combining", + "min": 1, + "definition": "Defines a procedure for arriving at an access decision given the set of rules.", + "isModifier": true, + "short": "deny-overrides | permit-overrides | ordered-deny-overrides | ordered-permit-overrides | deny-unless-permit | permit-unless-deny", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/permission-rule-combining|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PermissionCombining" + } + ], + "description": "How the rules are to be combined." + }, + "max": "1", + "id": "Permission.combining", + "comment": "see [XACML Combining Rules](http://docs.oasis-open.org/xacml/3.0/xacml-3.0-core-spec-cos01-en.html#_Toc325047267)", + "isModifierReason": "Defines how the rules are to be combined.", + "isSummary": true + }, + { + "path": "Permission.rule", + "min": 0, + "definition": "A set of rules.", + "isModifier": false, + "short": "Constraints to the Permission", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Rule" + } + ], + "max": "*", + "id": "Permission.rule", + "orderMeaning": "The order of the rules processing is defined in rule-combining", + "isSummary": true + }, + { + "path": "Permission.rule.type", + "min": 0, + "definition": "deny | permit.", + "isModifier": true, + "short": "deny | permit", + "mapping": [ + { + "map": "Consent.provision.type", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PermissionProvisionType" + } + ], + "description": "How a rule statement is applied." + }, + "max": "1", + "id": "Permission.rule.type", + "isModifierReason": "Sets the context for the meaning of the rules.", + "isSummary": true + }, + { + "path": "Permission.rule.data", + "min": 0, + "definition": "A description or definition of which activities are allowed to be done on the data.", + "isModifier": false, + "short": "The selection criteria to identify data that is within scope of this provision", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.data", + "isSummary": true + }, + { + "path": "Permission.rule.data.resource", + "min": 0, + "definition": "Explicit FHIR Resource references.", + "isModifier": false, + "short": "Explicit FHIR Resource references", + "mapping": [ + { + "map": "Consent.provision.data", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.data.resource", + "isSummary": true + }, + { + "path": "Permission.rule.data.resource.meaning", + "min": 1, + "definition": "How the resource reference is interpreted when testing consent restrictions.", + "isModifier": false, + "short": "instance | related | dependents | authoredby", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentDataMeaning" + } + ], + "description": "How a resource reference is interpreted when testing consent restrictions." + }, + "max": "1", + "id": "Permission.rule.data.resource.meaning", + "isSummary": true + }, + { + "path": "Permission.rule.data.resource.reference", + "min": 1, + "definition": "A reference to a specific resource that defines which resources are covered by this consent.", + "isModifier": false, + "short": "The actual data reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Permission.rule.data.resource.reference", + "isSummary": true + }, + { + "path": "Permission.rule.data.security", + "min": 0, + "definition": "The data in scope are those with the given codes present in that data .meta.security element.", + "isModifier": false, + "short": "Security tag code on .meta.security", + "mapping": [ + { + "map": "Consent.provision.securityLabel", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "Coding" }], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.data.security", + "comment": "Note the ConfidentialityCode vocabulary indicates the highest value, thus a security label of \"R\" then it applies to all resources that are labeled \"R\" or lower. E.g. for Confidentiality, it's a high water mark. For other kinds of security labels, subsumption logic applies. When the purpose of use tag is on the data, access request purpose of use shall not conflict.", + "isSummary": true + }, + { + "path": "Permission.rule.data.period", + "min": 0, + "definition": "Clinical or Operational Relevant period of time that bounds the data controlled by this rule.", + "isModifier": false, + "short": "Timeframe encompasing data create/update", + "mapping": [ + { + "map": "Consent.provision.dataPeriod", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.data.period", + "comment": "This has a different sense to the .validity.", + "isSummary": true + }, + { + "path": "Permission.rule.data.expression", + "min": 0, + "definition": "Used when other data selection elements are insufficient.", + "isModifier": false, + "short": "Expression identifying the data", + "mapping": [ + { + "map": "Consent.provision.class, Consent.provision.code, Consent.provision.expression", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Permission.rule.data.expression", + "isSummary": true + }, + { + "path": "Permission.rule.activity", + "min": 0, + "definition": "A description or definition of which activities are allowed to be done on the data.", + "isModifier": false, + "short": "A description or definition of which activities are allowed to be done on the data", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.activity", + "isSummary": true + }, + { + "path": "Permission.rule.activity.actor", + "min": 0, + "definition": "The actor(s) authorized for the defined activity.", + "isModifier": false, + "short": "Authorized actor(s)", + "mapping": [ + { + "map": "Consent.provision.actor", + "identity": "fhirconsent" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Permission.rule.activity.actor", + "isSummary": true + }, + { + "path": "Permission.rule.activity.action", + "min": 0, + "definition": "Actions controlled by this Rule.", + "isModifier": false, + "short": "Actions controlled by this rule", + "mapping": [ + { + "map": "Consent.provision.action", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcessingActivityAction" + } + ], + "description": "Detailed codes for the action." + }, + "max": "*", + "id": "Permission.rule.activity.action", + "comment": "Note that this is the direct action (not the grounds for the action covered in the purpose element). At present, the only action in the understood and tested scope of this resource is 'read'.", + "isSummary": true + }, + { + "path": "Permission.rule.activity.purpose", + "min": 0, + "definition": "The purpose for which the permission is given.", + "isModifier": false, + "short": "The purpose for which the permission is given", + "mapping": [ + { + "map": "Consent.provision.purpose", + "identity": "fhirconsent" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PurposeOfUse" + } + ], + "description": "What purposes of use are controlled by this exception. If more than one label is specified, operations must have all the specified labels." + }, + "max": "*", + "id": "Permission.rule.activity.purpose", + "isSummary": true + }, + { + "path": "Permission.rule.limit", + "min": 0, + "definition": "What limits apply to the use of the data.", + "isModifier": false, + "short": "What limits apply to the use of the data", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-event-examples", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PermissionUsageLimits" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Obligations and Refrains" + }, + "max": "*", + "id": "Permission.rule.limit", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/secure/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "url type: A URI that is a literal reference", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/url/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "url", + "abstract": false, + "type": "url", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "url", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/url", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/url", + "differential": { + "element": [ + { + "id": "url", + "max": "*", + "min": 0, + "path": "url", + "short": "Primitive Type url", + "definition": "A URI that is a literal reference" + }, + { + "id": "url.value", + "max": "1", + "min": 0, + "path": "url.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "url" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "\\S*" + } + ] + } + ], + "short": "Primitive value for url", + "definition": "Primitive value for url", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/uri" + }, + { + "description": "A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ResearchSubject/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ResearchSubject", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://bridgmodel.nci.nih.gov", + "name": "BRIDG 5.1 Mapping", + "identity": "BRIDG5.1" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ResearchSubject", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Public Health & Research" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "ResearchSubject", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ResearchSubject", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ResearchSubject", + "differential": { + "element": [ + { + "path": "ResearchSubject", + "min": 0, + "definition": "A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.", + "isModifier": false, + "short": "Participant or object which is the recipient of investigative activities in a study", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "StudySubject", "identity": "BRIDG5.1" }, + { "map": "OBX", "identity": "v2" }, + { + "map": "Observation[classCode=CLNTRL, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": ["Study Subject"], + "max": "*", + "id": "ResearchSubject", + "comment": "Need to make sure we encompass public health studies." + }, + { + "path": "ResearchSubject.identifier", + "min": 0, + "definition": "Identifiers assigned to this research subject for a study.", + "isModifier": false, + "short": "Business Identifier for research subject in a study", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "StudySubject > Subject.identifier", + "identity": "BRIDG5.1" + }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ResearchSubject.identifier", + "isSummary": true + }, + { + "path": "ResearchSubject.status", + "min": 1, + "definition": "The publication state of the resource (not of the subject).", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudySubject.statusCode", + "identity": "BRIDG5.1" + }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes that convey the current publication status of the research study resource." + }, + "max": "1", + "id": "ResearchSubject.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ResearchSubject.progress", + "min": 0, + "definition": "The current state (status) of the subject and resons for status change where appropriate.", + "isModifier": false, + "short": "Subject status", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ResearchSubject.progress", + "comment": "This is intended to deal with the confusion routinely created by haing two conflated concepts of being in a particular state and having achieved a particular milestone. In strict terms a milestone is a point of time event that results in a change from one state to another. The state before the milestone is achieved is often given the same name as the milestone, and sometimes the state may have the same description. For instance \"Randomised\" and \"Visit 1\" may be different milestones but the state remains at \"on study\" after each of them. \n\nIt is likely that more than one \"state\" pattern will be recorded for a subject and a type has been introduced to allow this simultaneous recording.", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.type", + "min": 0, + "definition": "Identifies the aspect of the subject's journey that the state refers to.", + "isModifier": false, + "short": "state | milestone", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-state-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchSubjectStateType" + } + ], + "description": "Identifies the kind of state being refered to." + }, + "max": "1", + "id": "ResearchSubject.progress.type", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.subjectState", + "min": 0, + "definition": "The current state of the subject.", + "isModifier": false, + "short": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudySubject.statusCode", + "identity": "BRIDG5.1" + }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-state|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchSubjectProgresss" + } + ], + "description": "Indicates the progression of a study subject through a study." + }, + "max": "1", + "id": "ResearchSubject.progress.subjectState", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.milestone", + "min": 0, + "definition": "The milestones the subject has passed through.", + "isModifier": false, + "short": "SignedUp | Screened | Randomized", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "StudySubject.statusCode", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/research-subject-milestone", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResearchSubjectMilestone" + } + ], + "description": "Indicates the progression of a study subject through the study milestones." + }, + "max": "1", + "id": "ResearchSubject.progress.milestone", + "comment": "There can be multiple entries but it is also valid to just have the most recent. This should npt be rlied upon as the full path the subject has taken.", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.reason", + "min": 0, + "definition": "The reason for the state change. If coded it should follow the formal subject state model.", + "isModifier": false, + "short": "State change reason", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/state-change-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "StateChangeReason" + } + ], + "description": "Indicates why the state of the subject changed." + }, + "max": "1", + "id": "ResearchSubject.progress.reason", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.startDate", + "requirements": "This was originally defined as the date when the change in status occurred. This assumed all states were recorded which is not true. Hence the need to track the end of the state.", + "min": 0, + "definition": "The date when the new status started.", + "isModifier": false, + "short": "State change date", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.progress.startDate", + "comment": "This is NOT the date the change in state was recorded.", + "isSummary": false + }, + { + "path": "ResearchSubject.progress.endDate", + "requirements": "See the requirement on the start date.", + "min": 0, + "definition": "The date when the state ended.", + "isModifier": false, + "short": "State change date", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.progress.endDate", + "isSummary": false + }, + { + "path": "ResearchSubject.period", + "min": 0, + "definition": "The dates the subject began and ended their participation in the study.", + "isModifier": false, + "short": "Start and end of participation", + "mapping": [ + { + "map": "PerformedStudySubjectMilestone.studyReferenceDateRange", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "ResearchSubject.period", + "isSummary": true + }, + { + "path": "ResearchSubject.study", + "min": 1, + "definition": "Reference to the study the subject is participating in.", + "isModifier": false, + "short": "Study subject is part of", + "mapping": [ + { + "map": "StudySubjectProtocolVersionRelationship", + "identity": "BRIDG5.1" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ResearchStudy" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.study", + "isSummary": true + }, + { + "path": "ResearchSubject.subject", + "min": 1, + "definition": "The record of the person, animal or other entity involved in the study.", + "isModifier": false, + "short": "Who or what is part of study", + "mapping": [ + { "map": "StudySubject", "identity": "BRIDG5.1" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Specimen", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.subject", + "isSummary": true + }, + { + "path": "ResearchSubject.assignedComparisonGroup", + "min": 0, + "definition": "The name of the arm in the study the subject is expected to follow as part of this study.", + "isModifier": false, + "short": "What path should be followed", + "mapping": [ + { + "map": "Arm > ExperimentalUnit > BiologicEntity > Subject > StudySubject", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.assignedComparisonGroup", + "comment": "Maybe this is really PlanDefinition.", + "isSummary": false + }, + { + "path": "ResearchSubject.actualComparisonGroup", + "min": 0, + "definition": "The name of the arm in the study the subject actually followed as part of this study.", + "isModifier": false, + "short": "What path was followed", + "mapping": [ + { + "map": "Arm > ExperimentalUnit > BiologicEntity > Subject > StudySubject", + "identity": "BRIDG5.1" + } + ], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "ResearchSubject.actualComparisonGroup", + "isSummary": false + }, + { + "path": "ResearchSubject.consent", + "min": 0, + "definition": "A record of the patient's informed agreement to participate in the study.", + "isModifier": false, + "short": "Agreement to participate in study", + "mapping": [ + { + "map": "ResearchStudy.consent is related to PerformedStudySubjectMilestone.informedConsentIndicator in that the informedConsentIndicator can be derived from the data in the Consent resource.", + "identity": "BRIDG5.1" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Consent" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ResearchSubject.consent", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Reference Type: A reference from one resource to another.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Reference/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Reference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Reference", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-target" + } + ], + "status": "active", + "id": "Reference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Reference", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Reference", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "ref-1", + "human": "SHALL have a contained resource if a local reference is provided", + "source": "http://hl7.org/fhir/StructureDefinition/Reference", + "severity": "error", + "expression": "reference.exists() implies (reference.startsWith('#').not() or (reference.substring(1).trace('url') in %rootResource.contained.id.trace('ids')) or (reference='#' and %rootResource!=%resource))" + }, + { + "key": "ref-2", + "human": "At least one of reference, identifier and display SHALL be present (unless an extension is provided).", + "source": "http://hl7.org/fhir/StructureDefinition/Reference", + "severity": "error", + "expression": "reference.exists() or identifier.exists() or display.exists() or extension.exists()" + } + ], + "path": "Reference", + "min": 0, + "definition": "A reference from one resource to another.", + "short": "A reference from one resource to another", + "mapping": [ + { + "map": "The target of a resource reference is a RIM entry point (Act, Role, or Entity)", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Reference", + "comment": "References SHALL be a reference to an actual FHIR resource, and SHALL be resolvable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository." + }, + { + "path": "Reference.reference", + "min": 0, + "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.", + "short": "Literal reference, Relative, internal or absolute URL", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "max": "1", + "id": "Reference.reference", + "condition": ["ref-2", "ref-1"], + "comment": "Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure \"[type]/[id]\" then it should be assumed that the reference is to a FHIR RESTful server.", + "isSummary": true + }, + { + "path": "Reference.type", + "min": 0, + "definition": "The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.\n\nThe type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. \"Patient\" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).", + "short": "Type the reference refers to (e.g. \"Patient\") - must be a resource in resources", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Aa resource (or, for logical models, the URI of the logical model)." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRResourceTypeExt" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Aa resource (or, for logical models, the URI of the logical model)." + }, + "max": "1", + "id": "Reference.type", + "comment": "This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.", + "isSummary": true + }, + { + "path": "Reference.identifier", + "min": 0, + "definition": "An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.", + "short": "Logical reference, when literal reference is not known", + "mapping": [{ "map": ".identifier", "identity": "rim" }], + "type": [{ "code": "Identifier" }], + "max": "1", + "id": "Reference.identifier", + "condition": ["ref-2"], + "comment": "When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. \n\nWhen both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference\n\nApplications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.\n\nReference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).\n\nThis element only allows for a single identifier. In the case where additional identifers are required, use the [http://hl7.org/fhir/StructureDefinition/additionalIdentifier](http://hl7.org/fhir/extensions/StructureDefinition-additionalIdentifier.html) extension.", + "isSummary": true + }, + { + "path": "Reference.display", + "min": 0, + "definition": "Plain text narrative that identifies the resource in addition to the resource reference.", + "short": "Text alternative for the resource", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Reference.display", + "condition": ["ref-2"], + "comment": "This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A summary of information based on the results of executing a TestScript.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TestReport/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TestReport", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "TestReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestReport", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestReport", + "differential": { + "element": [ + { + "path": "TestReport", + "min": 0, + "definition": "A summary of information based on the results of executing a TestScript.", + "isModifier": false, + "short": "Describes the results of a TestScript execution", + "mapping": [ + { "map": "conformance.misc", "identity": "w5" }, + { "map": "n/a", "identity": "rim" }, + { "map": "BaseConformance", "identity": "objimpl" } + ], + "mustSupport": false, + "max": "*", + "id": "TestReport" + }, + { + "path": "TestReport.identifier", + "min": 0, + "definition": "Identifier for the TestReport assigned for external purposes outside the context of FHIR.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.identifier", + "isSummary": true + }, + { + "path": "TestReport.name", + "min": 0, + "definition": "A free text natural language name identifying the executed TestReport.", + "isModifier": false, + "short": "Informal name of the executed TestReport", + "mapping": [ + { "map": "BaseConformance.name", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.name", + "comment": "Not expected to be globally unique.", + "isSummary": true + }, + { + "path": "TestReport.status", + "min": 1, + "definition": "The current state of this test report.", + "isModifier": true, + "short": "completed | in-progress | waiting | stopped | entered-in-error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-status-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The current status of the test report." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportStatus" + } + ], + "description": "The current status of the test script execution." + }, + "max": "1", + "id": "TestReport.status", + "comment": "The status represents where the execution is currently within the test script execution life cycle.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "TestReport.testScript", + "min": 1, + "definition": "Ideally this is an absolute URL that is used to identify the version-specific TestScript that was executed, matching the `TestScript.url`.", + "isModifier": false, + "short": "Canonical URL to the version-specific TestScript that was executed to produce this TestReport", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/TestScript" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestReport.testScript", + "isSummary": true + }, + { + "path": "TestReport.result", + "min": 1, + "definition": "The overall result from the execution of the TestScript.", + "isModifier": false, + "short": "pass | fail | pending", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-result-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The reported execution result." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportResult" + } + ], + "description": "The overall execution result of the TestScript." + }, + "max": "1", + "id": "TestReport.result", + "comment": "The pass and fail result represents a completed test script execution. The pending result represents a test script execution that has not yet started or is currently in progress.", + "isSummary": true + }, + { + "path": "TestReport.score", + "min": 0, + "definition": "The final score (percentage of tests passed) resulting from the execution of the TestScript.", + "isModifier": false, + "short": "The final score (percentage of tests passed) resulting from the execution of the TestScript", + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.score", + "isSummary": true + }, + { + "path": "TestReport.tester", + "requirements": "Helps establish the \"authority/credibility\" of the TestReport. May also allow for contact.", + "min": 0, + "definition": "Name of the tester producing this report (Organization or individual).", + "isModifier": false, + "short": "Name of the tester producing this report (Organization or individual)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.tester", + "comment": "Usually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TestReport.issued", + "min": 0, + "definition": "When the TestScript was executed and this TestReport was generated.", + "isModifier": false, + "short": "When the TestScript was executed and this TestReport was generated", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "BaseConformance.date", "identity": "objimpl" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.issued", + "comment": "Additional specific dates may be added as extensions.", + "isSummary": true + }, + { + "path": "TestReport.participant", + "min": 0, + "definition": "A participant in the test execution, either the execution engine, a client, or a server.", + "isModifier": false, + "short": "A participant in the test execution, either the execution engine, a client, or a server", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestReport.participant", + "isSummary": false + }, + { + "path": "TestReport.participant.type", + "min": 1, + "definition": "The type of participant.", + "isModifier": false, + "short": "test-engine | client | server", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-participant-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportParticipantType" + } + ], + "description": "The type of participant." + }, + "max": "1", + "id": "TestReport.participant.type", + "isSummary": false + }, + { + "path": "TestReport.participant.uri", + "min": 1, + "definition": "The uri of the participant. An absolute URL is preferred.", + "isModifier": false, + "short": "The uri of the participant. An absolute URL is preferred", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.participant.uri", + "isSummary": false + }, + { + "path": "TestReport.participant.display", + "min": 0, + "definition": "The display name of the participant.", + "isModifier": false, + "short": "The display name of the participant", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.participant.display", + "isSummary": false + }, + { + "path": "TestReport.setup", + "min": 0, + "definition": "The results of the series of required setup operations before the tests were executed.", + "isModifier": false, + "short": "The results of the series of required setup operations before the tests were executed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup", + "isSummary": false + }, + { + "constraint": [ + { + "key": "inv-1", + "human": "Setup action SHALL contain either an operation or assert but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/TestReport", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestReport.setup.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "isModifier": false, + "short": "A setup operation or assert that was executed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SetupAction" + } + ], + "max": "*", + "id": "TestReport.setup.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "path": "TestReport.setup.action.operation", + "min": 0, + "definition": "The operation performed.", + "isModifier": false, + "short": "The operation to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.operation", + "condition": ["inv-1", "inv-2"], + "isSummary": false + }, + { + "path": "TestReport.setup.action.operation.result", + "min": 1, + "definition": "The result of this operation.", + "isModifier": false, + "short": "pass | skip | fail | warning | error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The results of executing an action." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportActionResult" + } + ], + "description": "The result of the execution of an individual action." + }, + "max": "1", + "id": "TestReport.setup.action.operation.result", + "isSummary": false + }, + { + "path": "TestReport.setup.action.operation.message", + "min": 0, + "definition": "An explanatory message associated with the result.", + "isModifier": false, + "short": "A message associated with the result", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.operation.message", + "isSummary": false + }, + { + "path": "TestReport.setup.action.operation.detail", + "min": 0, + "definition": "A link to further details on the result.", + "isModifier": false, + "short": "A link to further details on the result", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.operation.detail", + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert", + "min": 0, + "definition": "The results of the assertion performed on the previous operations.", + "isModifier": false, + "short": "The assertion to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.assert", + "condition": ["inv-1", "inv-2"], + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert.result", + "min": 1, + "definition": "The result of this assertion.", + "isModifier": false, + "short": "pass | skip | fail | warning | error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-action-result-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The results of executing an action." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestReportActionResult" + } + ], + "description": "The result of the execution of an individual action." + }, + "max": "1", + "id": "TestReport.setup.action.assert.result", + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert.message", + "min": 0, + "definition": "An explanatory message associated with the result.", + "isModifier": false, + "short": "A message associated with the result", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.assert.message", + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert.detail", + "min": 0, + "definition": "A link to further details on the result.", + "isModifier": false, + "short": "A link to further details on the result", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.assert.detail", + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert.requirement", + "min": 0, + "definition": "Links or references providing traceability to the testing requirements for this assert.", + "isModifier": false, + "short": "Links or references to the testing requirements", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestReport.setup.action.assert.requirement", + "comment": "TestScript and TestReport instances are typically (and expected to be) based on known, defined test requirements and documentation. These links provide traceability from the executable/executed TestScript and TestReport tests to these requirements.", + "isSummary": false + }, + { + "path": "TestReport.setup.action.assert.requirement.link[x]", + "min": 0, + "definition": "Link or reference providing traceability to the testing requirement for this test.", + "isModifier": false, + "short": "Link or reference to the testing requirement", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestReport.setup.action.assert.requirement.link[x]", + "isSummary": false + }, + { + "path": "TestReport.test", + "min": 0, + "definition": "A test executed from the test script.", + "isModifier": false, + "short": "A test executed from the test script", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestReport.test", + "isSummary": false + }, + { + "path": "TestReport.test.name", + "min": 0, + "definition": "The name of this test used for tracking/logging purposes by test engines.", + "isModifier": false, + "short": "Tracking/logging name of this test", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.test.name", + "isSummary": false + }, + { + "path": "TestReport.test.description", + "min": 0, + "definition": "A short description of the test used by test engines for tracking and reporting purposes.", + "isModifier": false, + "short": "Tracking/reporting short description of the test", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.test.description", + "isSummary": false + }, + { + "constraint": [ + { + "key": "inv-2", + "human": "Test action SHALL contain either an operation or assert but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/TestReport", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestReport.test.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "isModifier": false, + "short": "A test operation or assert that was performed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TestAction" + } + ], + "max": "*", + "id": "TestReport.test.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "path": "TestReport.test.action.operation", + "min": 0, + "definition": "An operation would involve a REST request to a server.", + "isModifier": false, + "short": "The operation performed", + "contentReference": "#TestReport.setup.action.operation", + "mustSupport": false, + "max": "1", + "id": "TestReport.test.action.operation", + "isSummary": false + }, + { + "path": "TestReport.test.action.assert", + "min": 0, + "definition": "The results of the assertion performed on the previous operations.", + "isModifier": false, + "short": "The assertion performed", + "contentReference": "#TestReport.setup.action.assert", + "mustSupport": false, + "max": "1", + "id": "TestReport.test.action.assert", + "isSummary": false + }, + { + "path": "TestReport.teardown", + "min": 0, + "definition": "The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise).", + "isModifier": false, + "short": "The results of running the series of required clean up steps", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestReport.teardown", + "isSummary": false + }, + { + "path": "TestReport.teardown.action", + "min": 1, + "definition": "The teardown action will only contain an operation.", + "isModifier": false, + "short": "One or more teardown operations performed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TeardownAction" + } + ], + "max": "*", + "id": "TestReport.teardown.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "path": "TestReport.teardown.action.operation", + "min": 1, + "definition": "An operation would involve a REST request to a server.", + "isModifier": false, + "short": "The teardown operation performed", + "contentReference": "#TestReport.setup.action.operation", + "mustSupport": false, + "max": "1", + "id": "TestReport.teardown.action.operation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "MonetaryComponent Type: Availability data for an {item}.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MonetaryComponent/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MonetaryComponent", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MonetaryComponent", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "draft", + "id": "MonetaryComponent", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/MonetaryComponent", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MonetaryComponent", + "differential": { + "element": [ + { + "id": "MonetaryComponent", + "max": "*", + "min": 0, + "path": "MonetaryComponent", + "short": "Availability data for an {item}", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Availability data for an {item}." + }, + { + "path": "MonetaryComponent.type", + "min": 1, + "definition": "base | surcharge | deduction | discount | tax | informational.", + "short": "base | surcharge | deduction | discount | tax | informational", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/price-component-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The purpose for which an extended contact detail should be used." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PriceComponentType" + } + ], + "description": "The purpose for which an extended contact detail should be used." + }, + "max": "1", + "id": "MonetaryComponent.type", + "isSummary": true + }, + { + "path": "MonetaryComponent.code", + "min": 0, + "definition": "Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.", + "short": "Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PriceComponentCode" + } + ], + "description": "Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc." + }, + "max": "1", + "id": "MonetaryComponent.code", + "isSummary": true + }, + { + "id": "MonetaryComponent.factor", + "max": "1", + "min": 0, + "path": "MonetaryComponent.factor", + "type": [{ "code": "decimal" }], + "short": "Factor used for calculating this component", + "isSummary": true, + "definition": "Factor used for calculating this component." + }, + { + "id": "MonetaryComponent.amount", + "max": "1", + "min": 0, + "path": "MonetaryComponent.amount", + "type": [{ "code": "Money" }], + "short": "Explicit value amount to be used", + "isSummary": true, + "definition": "Explicit value amount to be used." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Defines a computable value set as one that SHALL have an expression-based definition (i.e. a value set defined intensionally using expressions of the code systems involved) and MAY have an expansion included. The expression-based definition SHALL be represented in only one of three ways; using the compose element, using the expression extension, or using the rules-text extension to provide a step-by-step process for expanding the value set definition", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/computablevalueset/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ComputableValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Computable ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + } + ], + "status": "draft", + "id": "computablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/computablevalueset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1212", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/computablevalueset", + "differential": { + "element": [ + { + "id": "ValueSet", + "path": "ValueSet", + "constraint": [ + { + "key": "cvs-1", + "human": "Only one of rulesText, expression, or a compose definition SHALL be provided", + "severity": "error", + "expression": "extension('http://hl7.org/fhir/StructureDefinition/valueset-rules-text').exists() xor extension('http://hl7.org/fhir/StructureDefinition/valueset-expression').exists() xor compose.exists()" + } + ], + "definition": "A value set that includes instructions for construction of the value set using one and only one of human instructions, machine instructions, or the value set compose element.", + "mustSupport": false + }, + { + "path": "ValueSet.extension", + "min": 0, + "definition": "An expression that provides a definition of the content of the value set in some form that is not computable - e.g. instructions that could only be followed by a human.", + "short": "Human instructions for constructing the valueset", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-rules-text" + ] + } + ], + "mustSupport": true, + "sliceName": "rulesText", + "max": "1", + "id": "ValueSet.extension:rulesText", + "condition": ["cvs-1"], + "comment": "Only one of rulesText, expression, or compose SHALL be provided for any given value set instance. Note that to provide a human-readable description of the expression, use the description element of the expression datatype." + }, + { + "path": "ValueSet.extension", + "min": 0, + "definition": "An expression that provides the computable definition for the content of the value set. The value set can only be expanded by a server that understands the expression syntax used.", + "short": "Machine instructions for constructing the value set", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-expression" + ] + } + ], + "mustSupport": true, + "sliceName": "expression", + "max": "1", + "id": "ValueSet.extension:expression", + "condition": ["cvs-1"], + "comment": "Only one of rulesText, expression, or compose SHALL be provided for any given value set instance. Note that to provide a human-readable description of the expression, use the description element of the expression datatype." + }, + { + "id": "ValueSet.extension:supplement", + "max": "1", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-supplement" + ] + } + ], + "sliceName": "supplement", + "mustSupport": true + }, + { + "id": "ValueSet.immutable", + "path": "ValueSet.immutable", + "mustSupport": true + }, + { + "id": "ValueSet.compose", + "path": "ValueSet.compose", + "mustSupport": true + }, + { + "id": "ValueSet.compose.lockedDate", + "path": "ValueSet.compose.lockedDate", + "mustSupport": true + }, + { + "id": "ValueSet.compose.inactive", + "path": "ValueSet.compose.inactive", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include", + "path": "ValueSet.compose.include", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.system", + "path": "ValueSet.compose.include.system", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.version", + "path": "ValueSet.compose.include.version", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.concept", + "path": "ValueSet.compose.include.concept", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.filter", + "path": "ValueSet.compose.include.filter", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.filter.property", + "max": "1", + "min": 1, + "path": "ValueSet.compose.include.filter.property", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.filter.op", + "max": "1", + "min": 1, + "path": "ValueSet.compose.include.filter.op", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.filter.value", + "max": "1", + "min": 1, + "path": "ValueSet.compose.include.filter.value", + "mustSupport": true + }, + { + "id": "ValueSet.compose.include.valueSet", + "path": "ValueSet.compose.include.valueSet", + "mustSupport": true + }, + { + "id": "ValueSet.compose.exclude", + "path": "ValueSet.compose.exclude", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + }, + { + "description": "Coding Type: A reference to a code defined by a terminology system.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Coding/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "References to codes are very common in healthcare models.", + "name": "Coding", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/orim", + "name": "Ontological RIM Mapping", + "identity": "orim" + } + ], + "abstract": false, + "type": "Coding", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "active", + "id": "Coding", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Coding", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Coding", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cod-1", + "human": "A Coding SHOULD NOT have a display unless a code is also present. Computation on Coding.display alone is generally unsafe. Consider using CodeableConcept.text", + "source": "http://hl7.org/fhir/StructureDefinition/Coding", + "severity": "warning", + "expression": "code.exists().not() implies display.exists().not()" + } + ], + "path": "Coding", + "min": 0, + "definition": "A reference to a code defined by a terminology system.", + "short": "A reference to a code defined by a terminology system", + "mapping": [ + { + "map": "CE/CNE/CWE subset one of the sets of component 1-3 or 4-6", + "identity": "v2" + }, + { "map": "CV", "identity": "rim" }, + { + "map": "fhir:Coding rdfs:subClassOf dt:CDCoding", + "identity": "orim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Coding", + "comment": "Codes may be defined very casually in enumerations or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information." + }, + { + "path": "Coding.system", + "requirements": "Need to be unambiguous about the source of the definition of the symbol.", + "min": 0, + "definition": "The identification of the code system that defines the meaning of the symbol in the code.", + "short": "Identity of the terminology system", + "mapping": [ + { "map": "C*E.3", "identity": "v2" }, + { "map": "./codeSystem", "identity": "rim" }, + { + "map": "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem", + "identity": "orim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Coding.system", + "comment": "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously.", + "isSummary": true + }, + { + "path": "Coding.version", + "min": 0, + "definition": "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", + "short": "Version of the system - if relevant", + "mapping": [ + { "map": "C*E.7", "identity": "v2" }, + { "map": "./codeSystemVersion", "identity": "rim" }, + { + "map": "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "max": "1", + "id": "Coding.version", + "comment": "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.", + "isSummary": true + }, + { + "path": "Coding.code", + "requirements": "Need to refer to a particular code in the system.", + "min": 0, + "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).", + "short": "Symbol in syntax defined by the system", + "mapping": [ + { "map": "C*E.1", "identity": "v2" }, + { "map": "./code", "identity": "rim" }, + { + "map": "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code", + "identity": "orim" + } + ], + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "Coding.code", + "condition": ["cod-1"], + "isSummary": true + }, + { + "path": "Coding.display", + "requirements": "Need to be able to carry a human-readable meaning of the code for readers that do not know the system.", + "min": 0, + "definition": "A representation of the meaning of the code in the system, following the rules of the system.", + "short": "Representation defined by the system", + "mapping": [ + { + "map": "C*E.2 - but note this is not well followed", + "identity": "v2" + }, + { "map": "CV.displayName", "identity": "rim" }, + { + "map": "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName", + "identity": "orim" + } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Coding.display", + "condition": ["cod-1"], + "isSummary": true + }, + { + "path": "Coding.userSelected", + "requirements": "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.", + "min": 0, + "definition": "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).", + "short": "If this coding was chosen directly by the user", + "mapping": [ + { + "map": "Sometimes implied by being first", + "identity": "v2" + }, + { "map": "CD.codingRationale", "identity": "rim" }, + { + "map": "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map; fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [ fhir:source \"true\"; fhir:target dt:CDCoding.codingRationale\\#O ]", + "identity": "orim" + } + ], + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Coding.userSelected", + "comment": "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ChargeItem/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ChargeItem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ChargeItem", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "ChargeItem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItem", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItem", + "differential": { + "element": [ + { + "path": "ChargeItem", + "min": 0, + "definition": "The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.", + "isModifier": false, + "short": "Item containing charge code(s) associated with the provision of healthcare provider products", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" }, + { "map": "FT1", "identity": "v2" }, + { "map": "Act[moodCode=EVN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItem" + }, + { + "path": "ChargeItem.identifier", + "requirements": "Allows identification of the charge Item as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Identifiers assigned to this event performer or other systems.", + "isModifier": false, + "short": "Business Identifier for item", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "FT1.2", "identity": "v2" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.identifier", + "isSummary": true + }, + { + "path": "ChargeItem.definitionUri", + "min": 0, + "definition": "References the (external) source of pricing information, rules of application for the code this ChargeItem uses.", + "isModifier": false, + "short": "Defining information about the code of this charge item", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.definitionUri", + "isSummary": false + }, + { + "path": "ChargeItem.definitionCanonical", + "min": 0, + "definition": "References the source of pricing information, rules of application for the code this ChargeItem uses.", + "isModifier": false, + "short": "Resource defining the code of this ChargeItem", + "mapping": [ + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.definitionCanonical", + "isSummary": false + }, + { + "path": "ChargeItem.status", + "min": 1, + "definition": "The current state of the ChargeItem.", + "isModifier": true, + "short": "planned | billable | not-billable | aborted | billed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemStatus" + } + ], + "description": "Codes identifying the lifecycle stage of a ChargeItem." + }, + "max": "1", + "id": "ChargeItem.status", + "comment": "Unknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nThis element is labeled as a modifier because the status contains the code entered-in-error that marks the charge item as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "ChargeItem.partOf", + "requirements": "E.g. Drug administration as part of a procedure, procedure as part of observation, etc.", + "min": 0, + "definition": "ChargeItems can be grouped to larger ChargeItems covering the whole set.", + "isModifier": false, + "short": "Part of referenced ChargeItem", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItem" + ] + } + ], + "mustSupport": false, + "alias": ["container"], + "max": "*", + "id": "ChargeItem.partOf", + "isSummary": false + }, + { + "path": "ChargeItem.code", + "min": 1, + "definition": "A code that identifies the charge, like a billing code.", + "isModifier": false, + "short": "A code that identifies the charge, like a billing code", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "FT1.7", "identity": "v2" }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Example set of codes that can be used for billing purposes." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemCode" + } + ], + "description": "Example codes for billing purposes" + }, + "alias": ["type"], + "max": "1", + "id": "ChargeItem.code", + "isSummary": true + }, + { + "path": "ChargeItem.subject", + "requirements": "Links the event to the Patient context.", + "min": 1, + "definition": "The individual or set of individuals the action is being or was performed on.", + "isModifier": false, + "short": "Individual service was done for/to", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PAT in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".participation[typeCode=SBJ].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "ChargeItem.subject", + "isSummary": true + }, + { + "path": "ChargeItem.encounter", + "min": 0, + "definition": "This ChargeItem has the details of how the associated Encounter should be billed or otherwise be handled by finance systems.", + "isModifier": false, + "short": "Encounter associated with this ChargeItem", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": "PV1 in proximity to FT1 segment", + "identity": "v2" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[classCode<=PCPR, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.encounter", + "comment": "This ChargeItem may be recorded during planning, execution or after the actual encounter takes place.", + "isSummary": true + }, + { + "path": "ChargeItem.occurrence[x]", + "min": 0, + "definition": "Date/time(s) or duration when the charged service was applied.", + "isModifier": false, + "short": "When the charged service was applied", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "Varies by domain", "identity": "v2" }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "ChargeItem.occurrence[x]", + "comment": "The list of types may be constrained as appropriate for the type of charge item.", + "isSummary": true + }, + { + "path": "ChargeItem.performer", + "min": 0, + "definition": "Indicates who or what performed or participated in the charged service.", + "isModifier": false, + "short": "Who performed charged service", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { + "map": ".participation[typeCode=PRF].role[scoper.determinerCode=INSTANCE]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.performer", + "isSummary": false + }, + { + "path": "ChargeItem.performer.function", + "min": 0, + "definition": "Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, etc.).", + "isModifier": false, + "short": "What type of performance was done", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".participation.functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/performer-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemPerformerFunction" + } + ], + "description": "Codes describing the types of functional roles performers can take on when performing events." + }, + "max": "1", + "id": "ChargeItem.performer.function", + "isSummary": false + }, + { + "path": "ChargeItem.performer.actor", + "min": 1, + "definition": "The device, practitioner, etc. who performed or participated in the service.", + "isModifier": false, + "short": "Individual who was performing", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.performer.actor", + "isSummary": false + }, + { + "path": "ChargeItem.performingOrganization", + "min": 0, + "definition": "The organization performing the service.", + "isModifier": false, + "short": "Organization providing the charged service", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.performingOrganization", + "comment": "Practitioners and Devices can be associated with multiple organizations. It has to be made clear, on behalf of which Organization the services have been rendered.", + "isSummary": false + }, + { + "path": "ChargeItem.requestingOrganization", + "min": 0, + "definition": "The organization requesting the service.", + "isModifier": false, + "short": "Organization requesting the charged service", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": ".scoper", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.requestingOrganization", + "comment": "The rendered Service might not be associated with a Request. This property indicates which Organization requested the services to be rendered. (In many cases, this may just be the Department associated with the Encounter.location).", + "isSummary": false + }, + { + "path": "ChargeItem.costCenter", + "min": 0, + "definition": "The financial cost center permits the tracking of charge attribution.", + "isModifier": false, + "short": "Organization that has ownership of the (potential, future) revenue", + "mapping": [{ "map": "FT1.13", "identity": "v2" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.costCenter", + "comment": "The costCenter could either be given as a reference to an Organization(Role) resource or as the identifier of the cost center determined by Reference.identifier.value and Reference.identifier.system, depending on use case requirements.", + "isSummary": false + }, + { + "path": "ChargeItem.quantity", + "min": 0, + "definition": "Quantity of which the charge item has been serviced.", + "isModifier": false, + "short": "Quantity of which the charge item has been serviced", + "mapping": [{ "map": "FT1.10", "identity": "v2" }], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.quantity", + "comment": "In many cases this may just be a value, if the underlying units are implicit in the definition of the charge item code.", + "isSummary": true + }, + { + "path": "ChargeItem.bodysite", + "min": 0, + "definition": "The anatomical location where the related service has been applied.", + "isModifier": false, + "short": "Anatomical location, if relevant", + "mapping": [ + { "map": ".targetBodySiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "*", + "id": "ChargeItem.bodysite", + "comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "isSummary": true + }, + { + "path": "ChargeItem.unitPriceComponent", + "min": 0, + "definition": "The unit price of the chargable item.", + "isModifier": false, + "short": "Unit price overriding the associated rules", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "MonetaryComponent" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.unitPriceComponent", + "comment": "This could be communicated in ChargeItemDefinition. But if ChargeItemDefinition is not supported or not available, the unit price can be communicated in this property.", + "isSummary": false + }, + { + "path": "ChargeItem.totalPriceComponent", + "min": 0, + "definition": "The total price for the chargable item, accounting for the quantity.", + "isModifier": false, + "short": "Total price overriding the associated rules", + "mapping": [{ "map": "FT1.22", "identity": "v2" }], + "type": [{ "code": "MonetaryComponent" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.totalPriceComponent", + "comment": " Often, the total price may be be calculated and recorded on the Invoice, but if a calculated total price must be exchanged prior to Invoice creation, it can be communicated in this property.", + "isSummary": false + }, + { + "path": "ChargeItem.overrideReason", + "min": 0, + "definition": "If the list price or the rule-based factor associated with the code is overridden, this attribute can capture a text to indicate the reason for this action.", + "isModifier": false, + "short": "Reason for overriding the list price/factor", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "override-reason" + } + ], + "description": "Local or regional codes covering why a price was overridden" + }, + "max": "1", + "id": "ChargeItem.overrideReason", + "isSummary": false + }, + { + "path": "ChargeItem.enterer", + "min": 0, + "definition": "The device, practitioner, etc. who entered the charge item.", + "isModifier": false, + "short": "Individual who was entering", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "EVN.5 or by domain", "identity": "v2" }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.enterer", + "comment": "The enterer is also the person considered responsible for factor/price overrides if applicable.", + "isSummary": true + }, + { + "path": "ChargeItem.enteredDate", + "min": 0, + "definition": "Date the charge item was entered.", + "isModifier": false, + "short": "Date the charge item was entered", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItem.enteredDate", + "comment": "The actual date when the service associated with the charge has been rendered is captured in occurrence[x].", + "isSummary": true + }, + { + "path": "ChargeItem.reason", + "min": 0, + "definition": "Describes why the event occurred in coded or textual form.", + "isModifier": false, + "short": "Why was the charged service rendered?", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/icd-10", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Example binding for reason." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemReason" + } + ], + "description": "ICD 10 diagnosis codes" + }, + "max": "*", + "id": "ChargeItem.reason", + "comment": "If the application of the charge item requires a reason to be given, it can be captured here. Textual reasons can be captured using reasonCode.text.", + "isSummary": false + }, + { + "path": "ChargeItem.service", + "min": 0, + "definition": "Indicated the rendered service that caused this charge.", + "isModifier": false, + "short": "Which rendered service is being charged?", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "EVN.4 or by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/Immunization", + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.service", + "isSummary": false + }, + { + "path": "ChargeItem.product", + "min": 0, + "definition": "Identifies the device, food, drug or other product being charged either by type code or reference to an instance.", + "isModifier": false, + "short": "Product charged", + "mapping": [ + { + "map": ".participation[typeCode=CSM].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemProduct" + } + ], + "description": "Example binding for product type." + }, + "max": "*", + "id": "ChargeItem.product", + "isSummary": false + }, + { + "path": "ChargeItem.account", + "min": 0, + "definition": "Account into which this ChargeItems belongs.", + "isModifier": false, + "short": "Account to place this charge", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.account", + "comment": "Systems posting the ChargeItems might not always be able to determine, which accounts the Items need to be places into. It is up to the postprocessing Financial System to apply internal rules to decide based on the Encounter/EpisodeOfCare/Patient/Coverage context and the type of ChargeItem, which Account is appropriate.", + "isSummary": true + }, + { + "path": "ChargeItem.note", + "min": 0, + "definition": "Comments made about the event by the performer, subject or other participants.", + "isModifier": false, + "short": "Comments made about the ChargeItem", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "NTE", "identity": "v2" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.note", + "isSummary": false + }, + { + "path": "ChargeItem.supportingInformation", + "min": 0, + "definition": "Further information supporting this charge.", + "isModifier": false, + "short": "Further information supporting this charge", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItem.supportingInformation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR transaction response.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/transaction-response-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "TransactionResponseBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Transaction response bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "transaction-response-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/transaction-response-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/transaction-response-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "transaction-response" + }, + { "id": "Bundle.total", "max": "0", "path": "Bundle.total" }, + { + "id": "Bundle.entry.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry.search", + "max": "0", + "path": "Bundle.entry.search" + }, + { + "id": "Bundle.entry.request", + "max": "0", + "path": "Bundle.entry.request" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "This resource provides the insurance enrollment details to the insurer regarding a specified coverage.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EnrollmentRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Financial Management)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EnrollmentRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://www.cda-adc.ca/en/services/cdanet/", + "name": "Canadian Dental Association eclaims standard", + "identity": "cdanetv4" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EnrollmentRequest", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.Support" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fm" + } + ], + "status": "draft", + "id": "EnrollmentRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EnrollmentRequest", + "differential": { + "element": [ + { + "path": "EnrollmentRequest", + "min": 0, + "definition": "This resource provides the insurance enrollment details to the insurer regarding a specified coverage.", + "isModifier": false, + "short": "Enroll in coverage", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EnrollmentRequest" + }, + { + "path": "EnrollmentRequest.identifier", + "min": 0, + "definition": "The Response business identifier.", + "isModifier": false, + "short": "Business Identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EnrollmentRequest.identifier", + "isSummary": false + }, + { + "path": "EnrollmentRequest.status", + "min": 0, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EnrollmentRequestStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "EnrollmentRequest.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the request as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "EnrollmentRequest.created", + "min": 0, + "definition": "The date when this resource was created.", + "isModifier": false, + "short": "Creation date", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "EnrollmentRequest.created", + "isSummary": false + }, + { + "path": "EnrollmentRequest.insurer", + "min": 0, + "definition": "The Insurer who is target of the request.", + "isModifier": false, + "short": "Target", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentRequest.insurer", + "isSummary": false + }, + { + "path": "EnrollmentRequest.provider", + "min": 0, + "definition": "The practitioner who is responsible for the services rendered to the patient.", + "isModifier": false, + "short": "Responsible practitioner", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { "map": "B01", "identity": "cdanetv4" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentRequest.provider", + "isSummary": false + }, + { + "path": "EnrollmentRequest.candidate", + "min": 0, + "definition": "Patient Resource.", + "isModifier": false, + "short": "The subject to be enrolled", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "C06,C07,C08, C05, C04", + "identity": "cdanetv4" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentRequest.candidate", + "isSummary": false + }, + { + "path": "EnrollmentRequest.coverage", + "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.", + "min": 0, + "definition": "Reference to the program or plan identification, underwriter or payor.", + "isModifier": false, + "short": "Insurance information", + "mapping": [ + { "map": "Request.insurance", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Coverage" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EnrollmentRequest.coverage", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "LDL Cholesterol Result", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ldlcholesterol/5.0.0", + "date": "2012-05-12", + "derivation": "constraint", + "publisher": "Grahame Grieve", + "fhirVersion": "5.0.0", + "name": "ExampleLipidProfile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": true, + "resourceType": "StructureDefinition", + "title": "Example Lipid Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "ldlcholesterol", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ldlcholesterol", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1400", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ldlcholesterol", + "differential": { + "element": [ + { + "id": "Observation", + "max": "1", + "min": 1, + "path": "Observation", + "short": "LDL Cholesterol Result", + "definition": "Group of elements for LDL Cholesterol result." + }, + { + "path": "Observation.code", + "min": 1, + "definition": "LDL Cholesterol -measured or calculated per code.", + "short": "LDL Cholesterol -measured or calculated per code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/lipid-ldl-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LDLCodes" + } + ], + "description": "LDL Cholesterol codes - measured or calculated." + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.valueQuantity", + "max": "1", + "min": 0, + "path": "Observation.valueQuantity", + "type": [{ "code": "Quantity" }], + "short": "LDL Cholesterol value", + "definition": "LDL Cholesterol value. If a result is not available, use the comments field.", + "mustSupport": true + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "short": "+ | ++ | +++ | - | -- | ---", + "definition": "+ | ++ | +++ | - | -- | ---.", + "mustSupport": true + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "short": "Comments about result", + "definition": "Comments about result.", + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 1, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.referenceRange.low", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.low" + }, + { + "id": "Observation.referenceRange.high", + "max": "1", + "min": 1, + "path": "Observation.referenceRange.high", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "comment": "Per Australian NHF Recommendations.", + "definition": "<3.0 mmol/L.", + "fixedQuantity": { "value": 3.0 } + }, + { + "id": "Observation.referenceRange.type", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.type", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.appliesTo", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.appliesTo", + "type": [{ "code": "CodeableConcept" }] + }, + { + "id": "Observation.referenceRange.age", + "max": "0", + "min": 0, + "path": "Observation.referenceRange.age", + "type": [{ "code": "Range" }] + }, + { + "id": "Observation.hasMember", + "max": "0", + "min": 0, + "path": "Observation.hasMember" + }, + { + "id": "Observation.derivedFrom", + "max": "0", + "min": 0, + "path": "Observation.derivedFrom" + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "grahame@healthintersections.com.au", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Logical Model: A pattern followed by resources that represent the participant in some activity, process, or responsible for providing information about a resource.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ParticipantLiving/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ParticipantLiving", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ParticipantLiving", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "participantliving", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "ParticipantLiving", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/ParticipantLiving", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ParticipantLiving", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "This is the base resource type for everything.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Resource/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Resource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "Resource", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "Resource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Resource", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Resource", + "differential": { + "element": [ + { + "path": "Resource", + "min": 0, + "definition": "This is the base resource type for everything.", + "isModifier": false, + "short": "Base Resource", + "mapping": [ + { "map": "Entity. Role, or Act", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "Resource" + }, + { + "path": "Resource.id", + "min": 0, + "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", + "isModifier": false, + "short": "Logical id of this artifact", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "id" + } + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Resource.id", + "comment": "Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case.", + "isSummary": true + }, + { + "path": "Resource.meta", + "min": 0, + "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", + "isModifier": false, + "short": "Metadata about the resource", + "type": [{ "code": "Meta" }], + "mustSupport": false, + "max": "1", + "id": "Resource.meta", + "isSummary": true + }, + { + "path": "Resource.implicitRules", + "min": 0, + "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", + "isModifier": true, + "short": "A set of rules under which this content was created", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Resource.implicitRules", + "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc.", + "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation", + "isSummary": true + }, + { + "path": "Resource.language", + "min": 0, + "definition": "The base language in which the resource is written.", + "isModifier": false, + "short": "Language of the resource content", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "Resource.language", + "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "Represents an executable CQL logic library in translated ELM format", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/elmlibrary/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ELMLibrary", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Library", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "ELM Library", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "elmlibrary", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/elmlibrary", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1161", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/elmlibrary", + "differential": { + "element": [ + { "id": "Library", "max": "1", "min": 1, "path": "Library" }, + { + "id": "Library.content", + "path": "Library.content", + "slicing": { + "rules": "open", + "discriminator": [ + { "path": "contentType", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Library.content:elmXmlContent", + "path": "Library.content", + "short": "ELM XML Content", + "sliceName": "elmXmlContent", + "definition": "The ELM XML translation of the CQL content represented as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:elmXmlContent.contentType", + "max": "1", + "min": 0, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "application/elm+xml", + "mustSupport": true + }, + { + "id": "Library.content:elmXmlContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + }, + { + "id": "Library.content:elmJsonContent", + "path": "Library.content", + "short": "ELM JSON Content", + "sliceName": "elmJsonContent", + "definition": "The ELM JSON translation of the CQL content represented as base-64 encoded data.", + "mustSupport": true + }, + { + "id": "Library.content:elmJsonContent.contentType", + "max": "1", + "min": 0, + "path": "Library.content.contentType", + "type": [{ "code": "code" }], + "fixedCode": "application/elm+json", + "mustSupport": true + }, + { + "id": "Library.content:elmJsonContent.data", + "max": "1", + "min": 1, + "path": "Library.content.data", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/logiclibrary" + }, + { + "description": "The Measure resource provides the definition of a quality measure.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Measure/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Quality Information)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Measure", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "Measure", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cqi" + } + ], + "status": "draft", + "id": "Measure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Measure", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Measure", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "mea-1", + "human": "Stratifier SHALL be either a single criteria or a set of criteria components", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "error", + "expression": "group.stratifier.all((code | description | criteria).exists() xor component.exists())" + } + ], + "path": "Measure", + "min": 0, + "definition": "The Measure resource provides the definition of a quality measure.", + "isModifier": false, + "short": "A quality measure definition", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Observation[classCode=OBS, moodCode=DEFN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Measure" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "Measure.url", + "requirements": "Allows the measure to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this measure when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this measure is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the measure is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this measure, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "Measure.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "Measure.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this measure when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the measure", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Measure.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this measure outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "Measure.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the measure when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the measure author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "isModifier": false, + "short": "Business version of the measure", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.version", + "comment": "There may be different measure instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the measure with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "Measure.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "Measure.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "Measure.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the measure. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this measure (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "Measure.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the measure.", + "isModifier": false, + "short": "Name for this measure (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "Measure.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the measure giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.subtitle", + "isSummary": false + }, + { + "path": "Measure.status", + "min": 1, + "definition": "The status of this measure. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "Measure.status", + "comment": "Allows filtering of measures that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "Measure.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level measure.", + "min": 0, + "definition": "A Boolean value to indicate that this measure is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "Measure.experimental", + "comment": "Allows filtering of measures that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "Measure.subject[x]", + "min": 0, + "definition": "The intended subjects for the measure. If this element is not provided, a Patient subject is assumed, but the subject of the measure can be anything.", + "isModifier": false, + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "mapping": [ + { + "map": "N/A (to add?) { only applies for subject Patient? }", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a measure (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "Measure.subject[x]", + "comment": "The subject of the measure is critical in interpreting the criteria definitions, as the logic in the measures is evaluated with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what content is available based on its relationship to the subject. In CQL, this corresponds to the context declaration.", + "isSummary": false + }, + { + "path": "Measure.basis", + "requirements": "Allows non-subject-based measures to be specified. Note that because the binding is to all fhir types, it is possible to specify abstract types such as Resource or DomainResource as the basis for a measure. Authoring environments may wish to constrain this further, depending on content needs.", + "min": 0, + "definition": "The population basis specifies the type of elements in the population. For a subject-based measure, this is boolean (because the subject and the population basis are the same, and the population criteria define yes/no values for each individual in the population). For measures that have a population basis that is different than the subject, this element specifies the type of the population basis. For example, an encounter-based measure has a subject of Patient and a population basis of Encounter, and the population criteria all return lists of Encounters.", + "isModifier": false, + "short": "Population basis", + "mapping": [ + { + "map": "N/A (to add?) { only applies for subject Patient? }", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "boolean", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BasisType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "Measure.basis", + "comment": "For a subject-based measure, the population basis is simply boolean; all the criteria are expressed as true/false conditions that determine membership of an individual case in the population. For non-subject-based measures, the population basis can be any resource type, and the criteria are queries that return the subject's contribution to the population as a list of that resource type. For example, for a procedure-based measure, the population criteria would return lists of procedures that should be included in each population.", + "isSummary": true + }, + { + "path": "Measure.date", + "min": 0, + "definition": "The date (and optionally time) when the measure was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the measure changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "Measure.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the measure. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Measure.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the measure. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the measure.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the measure is the organization or individual primarily responsible for the maintenance and upkeep of the measure. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the measure. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "Measure.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Measure.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Measure.description", + "min": 0, + "definition": "A free text natural language description of the measure from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the measure", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the measure as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the measure is presumed to be the predominant language in the place the measure was created).", + "isSummary": true + }, + { + "path": "Measure.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate measure instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "Measure.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "Measure.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the measure is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for measure (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "Measure.jurisdiction", + "comment": "It may be possible for the measure to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "Measure.purpose", + "min": 0, + "definition": "Explanation of why this measure is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this measure is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.purpose", + "comment": "This element does not describe the usage of the measure. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this measure.", + "isSummary": false + }, + { + "path": "Measure.usage", + "requirements": "Measure developers must be able to provide additional guidance for implementers to understand the intent with greater specificity than that provided in the population criteria of the measure. This element provides detailed guidance, where the usage element provides a summary of the guidance.", + "min": 0, + "definition": "A detailed description, from a clinical perspective, of how the measure is used.", + "isModifier": false, + "short": "Describes the clinical usage of the measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["guidance"], + "max": "1", + "id": "Measure.usage", + "comment": "This metadata element was typically referred to as Guidance in HQMF", + "isSummary": false + }, + { + "path": "Measure.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the measure and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the measure and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the measure.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "Measure.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "Measure.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Measure.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "Measure.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the measure was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=SUBJ].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Measure.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Measure.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the measure was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRleationship[typeCode=SUBJ;subsetCode=RECENT].act[classCode=CACT;moodCode=EVN;code=review].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Measure.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Measure.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the measure are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the measure content was or is planned to be in active use.", + "isModifier": false, + "short": "When the measure is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": ".effectiveTime", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Measure.effectivePeriod", + "comment": "The effective period for a measure determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "Measure.topic", + "requirements": "Repositories must be able to determine how to categorize the measure so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the measure. Topics provide a high-level categorization grouping types of measures that can be useful for filtering and searching.", + "isModifier": false, + "short": "The category of the measure, such as Education, Treatment, Assessment, etc", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "Measure.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "Measure.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Measure.author", + "isSummary": false + }, + { + "path": "Measure.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT] { not a great match, but there does not appear to be an editor concept in V3 participation }", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Measure.editor", + "isSummary": false + }, + { + "path": "Measure.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Measure.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Measure.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "Measure.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "Measure.relatedArtifact", + "requirements": "Measures must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "Measure.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "Measure.library", + "min": 0, + "definition": "A reference to a Library resource containing the formal logic used by the measure.", + "isModifier": false, + "short": "Logic used by the measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Measure.library", + "isSummary": false + }, + { + "path": "Measure.disclaimer", + "requirements": "Some organizations require that notices and disclosures be included when publishing measures that reference their intellecutal property.", + "min": 0, + "definition": "Notices and disclaimers regarding the use of the measure or related to intellectual property (such as code systems) referenced by the measure.", + "isModifier": false, + "short": "Disclaimer for use of the measure or its referenced content", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.disclaimer", + "isSummary": true + }, + { + "path": "Measure.scoring", + "min": 0, + "definition": "Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented.", + "isModifier": false, + "short": "proportion | ratio | continuous-variable | cohort", + "mapping": [ + { + "map": ".methodCode { the aspect of how the calculation is performed }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoring" + } + ], + "description": "The scoring type of the measure." + }, + "max": "1", + "id": "Measure.scoring", + "isSummary": true + }, + { + "path": "Measure.scoringUnit", + "requirements": "When the unit cannot be inferred directly from the calculation logic, this element allows the specification of the desired units of measure of the output.", + "min": 0, + "definition": "Defines the expected units of measure for the measure score. This element SHOULD be specified as a UCUM unit.", + "isModifier": false, + "short": "What units?", + "mapping": [ + { + "map": ".methodCode { the aspect of how the calculation is performed }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoringUnit" + } + ] + }, + "max": "1", + "id": "Measure.scoringUnit", + "comment": "When this element is specified, implementations are expected to report measure scores in the specified units. Note that this may involve unit conversion if the expected units are different than the units of the resulting score calculation. In this case, unit conversions SHALL be performed according to the unit conversion semantics specified by UCUM.", + "isSummary": true + }, + { + "path": "Measure.compositeScoring", + "min": 0, + "definition": "If this is a composite measure, the scoring method used to combine the component measures to determine the composite score.", + "isModifier": false, + "short": "opportunity | all-or-nothing | linear | weighted", + "mapping": [ + { + "map": ".methodCode { the aspect of how component measures are combined }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/composite-measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompositeMeasureScoring" + } + ], + "description": "The composite scoring method of the measure." + }, + "max": "1", + "id": "Measure.compositeScoring", + "isSummary": true + }, + { + "path": "Measure.type", + "min": 0, + "definition": "Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization.", + "isModifier": false, + "short": "process | outcome | structure | patient-reported-outcome | composite", + "mapping": [ + { + "map": ".methodCode { the aspect of what the measure applies to }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureType" + } + ], + "description": "The type of measure (includes codes from 2.16.840.1.113883.1.11.20368)." + }, + "max": "*", + "id": "Measure.type", + "isSummary": true + }, + { + "path": "Measure.riskAdjustment", + "min": 0, + "definition": "A description of the risk adjustment factors that may impact the resulting score for the measure and how they may be accounted for when computing and reporting measure results.", + "isModifier": false, + "short": "How risk adjustment is applied for this measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.riskAdjustment", + "comment": "Describes the method of adjusting for clinical severity and conditions present at the start of care that can influence patient outcomes for making valid comparisons of outcome measures across providers. Indicates whether a measure is subject to the statistical process for reducing, removing, or clarifying the influences of confounding factors to allow for more useful comparisons.", + "isSummary": true + }, + { + "path": "Measure.rateAggregation", + "min": 0, + "definition": "Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result.", + "isModifier": false, + "short": "How is rate aggregation performed for this measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.rateAggregation", + "comment": "The measure rate for an organization or clinician is based upon the entities’ aggregate data and summarizes the performance of the entity over a given time period (e.g., monthly, quarterly, yearly). The aggregated data are derived from the results of a specific measure algorithm and, if appropriate, the application of specific risk adjustment models. Can also be used to describe how to risk adjust the data based on supplemental data elements described in the eMeasure (e.g., pneumonia hospital measures antibiotic selection in the ICU versus non-ICU and then the roll-up of the two). This could be applied to aggregated cohort measure definitions (e.g., CDC's aggregate reporting for TB at the state level).", + "isSummary": true + }, + { + "path": "Measure.rationale", + "requirements": "Measure developers need to be able to provide a detailed description of the purpose of the measure. This element provides detailed rationale, where the purpose element provides a summary of the rationale.", + "min": 0, + "definition": "Provides a succinct statement of the need for the measure. Usually includes statements pertaining to importance criterion: impact, gap in care, and evidence.", + "isModifier": false, + "short": "Detailed description of why the measure exists", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.rationale", + "isSummary": true + }, + { + "path": "Measure.clinicalRecommendationStatement", + "min": 0, + "definition": "Provides a summary of relevant clinical guidelines or other clinical recommendations supporting the measure.", + "isModifier": false, + "short": "Summary of clinical guidelines", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.clinicalRecommendationStatement", + "isSummary": true + }, + { + "path": "Measure.improvementNotation", + "requirements": "Measure consumers and implementers must be able to determine how to interpret a measure score.", + "min": 0, + "definition": "Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).", + "isModifier": false, + "short": "increase | decrease", + "mapping": [ + { "map": ".interpretationCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureImprovementNotation" + } + ], + "description": "Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue." + }, + "max": "1", + "id": "Measure.improvementNotation", + "isSummary": true + }, + { + "path": "Measure.term", + "requirements": "Measure developers must be able to provide precise definitions of terms used within measure descriptions and guidance to help communicate the intent of the measure.", + "min": 0, + "definition": "Provides a description of an individual term used within the measure.", + "isModifier": false, + "short": "Defined terms used in the measure documentation", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.term", + "isSummary": false + }, + { + "path": "Measure.term.code", + "min": 0, + "definition": "A codeable representation of the defined term.", + "isModifier": false, + "short": "What term?", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-definition-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionCode" + } + ], + "description": "Codeable representations of measure definition terms." + }, + "max": "1", + "id": "Measure.term.code", + "isSummary": false + }, + { + "path": "Measure.term.definition", + "min": 0, + "definition": "Provides a definition for the term as used within the measure.", + "isModifier": false, + "short": "Meaning of the term", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.term.definition", + "isSummary": false + }, + { + "path": "Measure.guidance", + "requirements": "Measure developers must be able to provide additional guidance for implementers to understand the intent with greater specificity than that provided in the population criteria of the measure. This element provides detailed guidance, where the usage element provides a summary of the guidance.", + "min": 0, + "definition": "Additional guidance for the measure including how it can be used in a clinical context, and the intent of the measure.", + "isModifier": false, + "short": "Additional guidance for implementers (deprecated)", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "max": "1", + "id": "Measure.guidance", + "comment": "NOTE: This element is deprecated in favor of the usage element", + "isSummary": true + }, + { + "path": "Measure.group", + "min": 0, + "definition": "A group of population criteria for the measure.", + "isModifier": false, + "short": "Population criteria group", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.group", + "condition": ["mea-1"], + "isSummary": false + }, + { + "constraint": [ + { + "key": "mea-2", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Measure.group.linkId", + "requirements": "[MeasureReport](measurereport.html#) does not require omitted groups to be included.", + "min": 0, + "definition": "An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource.", + "isModifier": false, + "short": "Unique id for group in measure", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Measure.group.code", + "min": 0, + "definition": "Indicates a meaning for the group. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing groups to be correlated across measures.", + "isModifier": false, + "short": "Meaning of the group", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-group-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureGroupExample" + } + ], + "description": "Example of measure groups." + }, + "max": "1", + "id": "Measure.group.code", + "isSummary": false + }, + { + "path": "Measure.group.description", + "min": 0, + "definition": "The human readable description of this population group.", + "isModifier": false, + "short": "Summary description", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.description", + "isSummary": false + }, + { + "path": "Measure.group.type", + "min": 0, + "definition": "Indicates whether the measure is used to examine a process, an outcome over time, a patient-reported outcome, or a structure measure such as utilization.", + "isModifier": false, + "short": "process | outcome | structure | patient-reported-outcome | composite", + "mapping": [{ "map": ".typeCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureType" + } + ] + }, + "max": "*", + "id": "Measure.group.type", + "comment": "When specified at the group level, defines the measure type for this specific group. If not specified, the measureType of the group is determined by the root type element", + "isSummary": true + }, + { + "path": "Measure.group.subject[x]", + "min": 0, + "definition": "The intended subjects for the measure. If this element is not provided, a Patient subject is assumed, but the subject of the measure can be anything.", + "isModifier": false, + "short": "E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device", + "mapping": [ + { + "map": "N/A (to add?) { only applies for subject Patient? }", + "identity": "rim" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a measure (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "Measure.group.subject[x]", + "comment": "The subject of the measure is critical in interpreting the criteria definitions, as the logic in the measures is evaluated with respect to a particular subject. This corresponds roughly to the notion of a Compartment in that it limits what content is available based on its relationship to the subject. In CQL, this corresponds to the context declaration.", + "isSummary": false + }, + { + "path": "Measure.group.basis", + "requirements": "Allows non-subject-based measures to be specified", + "min": 0, + "definition": "The population basis specifies the type of elements in the population. For a subject-based measure, this is boolean (because the subject and the population basis are the same, and the population criteria define yes/no values for each individual in the population). For measures that have a population basis that is different than the subject, this element specifies the type of the population basis. For example, an encounter-based measure has a subject of Patient and a population basis of Encounter, and the population criteria all return lists of Encounters.", + "isModifier": false, + "short": "Population basis", + "mapping": [ + { + "map": "N/A (to add?) { only applies for subject Patient? }", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "boolean", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fhir-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BasisType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ] + }, + "max": "1", + "id": "Measure.group.basis", + "comment": "When specified at the group level, defines the population basis for this specific group. If not specified, the basis for the group is determined by the root basis element", + "isSummary": true + }, + { + "path": "Measure.group.scoring", + "min": 0, + "definition": "Indicates how the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort. The value set is extensible, allowing additional measure scoring types to be represented.", + "isModifier": false, + "short": "proportion | ratio | continuous-variable | cohort", + "mapping": [ + { + "map": ".methodCode { the aspect of how the calculation is performed }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/measure-scoring", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoring" + } + ] + }, + "max": "1", + "id": "Measure.group.scoring", + "comment": "When specified at the group level, defines the scoring for this specific group. If not specified, scoring for this group is determined by the root scoring element", + "isSummary": true + }, + { + "path": "Measure.group.scoringUnit", + "requirements": "When the unit cannot be inferred directly from the calculation logic, this element allows the specification of the desired units of measure of the output.", + "min": 0, + "definition": "Defines the expected units of measure for the measure score. This element SHOULD be specified as a UCUM unit.", + "isModifier": false, + "short": "What units?", + "mapping": [ + { + "map": ".methodCode { the aspect of how the calculation is performed }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-scoring-unit", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureScoringUnit" + } + ] + }, + "max": "1", + "id": "Measure.group.scoringUnit", + "comment": "When specified at the group level, this defines the scoringUnit for this specific group. If not specified, the scoringUnit for this group is determined by the root scoringUnit element. As with the root element, when this element is specified, implementations are expected to report measure scores in the specified units. Note that this may involve unit conversion if the expected units are different than the units of the resulting score calculation. In this case, unit conversions SHALL be performed according to the unit conversion semantics specified by UCUM.", + "isSummary": true + }, + { + "path": "Measure.group.rateAggregation", + "min": 0, + "definition": "Describes how to combine the information calculated, based on logic in each of several populations, into one summarized result.", + "isModifier": false, + "short": "How is rate aggregation performed for this measure", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.rateAggregation", + "comment": "The measure rate for an organization or clinician is based upon the entities’ aggregate data and summarizes the performance of the entity over a given time period (e.g., monthly, quarterly, yearly). The aggregated data are derived from the results of a specific measure algorithm and, if appropriate, the application of specific risk adjustment models. Can also be used to describe how to risk adjust the data based on supplemental data elements described in the eMeasure (e.g., pneumonia hospital measures antibiotic selection in the ICU versus non-ICU and then the roll-up of the two). This could be applied to aggregated cohort measure definitions (e.g., CDC's aggregate reporting for TB at the state level).", + "isSummary": true + }, + { + "path": "Measure.group.improvementNotation", + "requirements": "Measure consumers and implementers must be able to determine how to interpret a measure score.", + "min": 0, + "definition": "Information on whether an increase or decrease in score is the preferred result (e.g., a higher score indicates better quality OR a lower score indicates better quality OR quality is within a range).", + "isModifier": false, + "short": "increase | decrease", + "mapping": [ + { + "map": ".methodCode { the aspect of how the calculation is performed }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-improvement-notation|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureImprovementNotation" + } + ] + }, + "max": "1", + "id": "Measure.group.improvementNotation", + "comment": "When specified at the group level, this element defines the improvementNotation for this specific group. If not specified, improvementNotation for this group is determined by the root improvementNotation element", + "isSummary": true + }, + { + "path": "Measure.group.library", + "min": 0, + "definition": "A reference to a Library resource containing the formal logic used by the measure group.", + "isModifier": false, + "short": "Logic used by the measure group", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Measure.group.library", + "isSummary": false + }, + { + "path": "Measure.group.population", + "min": 0, + "definition": "A population criteria for the measure.", + "isModifier": false, + "short": "Population criteria", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.group.population", + "isSummary": false + }, + { + "constraint": [ + { + "key": "mea-3", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Measure.group.population.linkId", + "requirements": "[MeasureReport](measurereport.html#) does not require omitted populations to be included.", + "min": 0, + "definition": "An identifier that is unique within the Measure allowing linkage to the equivalent population in a MeasureReport resource.", + "isModifier": false, + "short": "Unique id for population in measure", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.population.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Measure.group.population.code", + "min": 0, + "definition": "The type of population criteria.", + "isModifier": false, + "short": "initial-population | numerator | numerator-exclusion | denominator | denominator-exclusion | denominator-exception | measure-population | measure-population-exclusion | measure-observation", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-population", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasurePopulationType" + } + ], + "description": "The type of population." + }, + "max": "1", + "id": "Measure.group.population.code", + "isSummary": false + }, + { + "path": "Measure.group.population.description", + "min": 0, + "definition": "The human readable description of this population criteria.", + "isModifier": false, + "short": "The human readable description of this population criteria", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.population.description", + "isSummary": false + }, + { + "path": "Measure.group.population.criteria", + "min": 0, + "definition": "An expression that specifies the criteria for the population, typically the name of an expression in a library.", + "isModifier": false, + "short": "The criteria that defines this population", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.population.criteria", + "comment": "In the case of a continuous-variable or ratio measure, this may be the name of a function that calculates the value of the individual observation for each patient or event in the population. For these types of measures, individual observations are reported as observation resources included in the evaluatedResources bundle for each patient. See the MeasureReport resource or the Quality Reporting topic for more information.", + "isSummary": false + }, + { + "path": "Measure.group.population.groupDefinition", + "min": 0, + "definition": "A Group resource that defines this population as a set of characteristics.", + "isModifier": false, + "short": "A group resource that defines this population", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Measure.group.population.groupDefinition", + "comment": "Note that this approach can only be used for measures where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group resource SHALL be a definitional (as opposed to an actual) group.", + "isSummary": false + }, + { + "path": "Measure.group.population.inputPopulationId", + "requirements": "For ratio and continuous variable measures, the source populations must be specified explicitly when they cannot be unambiguously determined from the scoring structure.", + "min": 0, + "definition": "The id of a population element in this measure that provides the input for this population criteria. In most cases, the scoring structure of the measure implies specific relationships (e.g. the Numerator uses the Denominator as the source in a proportion scoring). In some cases, however, multiple possible choices exist and must be resolved explicitly. For example in a ratio measure with multiple initial populations, the denominator must specify which population should be used as the starting point.", + "isModifier": false, + "short": "Which population", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.population.inputPopulationId", + "isSummary": false + }, + { + "path": "Measure.group.population.aggregateMethod", + "requirements": "For continuous variable measures, specifications must be able to indicate the aggregation method to be used for tallying results from individual observations.", + "min": 0, + "definition": "Specifies which method should be used to aggregate measure observation values. For most scoring types, this is implied by scoring (e.g. a proportion measure counts members of the populations). For continuous variables, however, this information must be specified to ensure correct calculation.", + "isModifier": false, + "short": "Aggregation method for a measure score (e.g. sum, average, median, minimum, maximum, count)", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-aggregate-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureAggregateMethod" + } + ] + }, + "max": "1", + "id": "Measure.group.population.aggregateMethod", + "isSummary": false + }, + { + "path": "Measure.group.stratifier", + "min": 0, + "definition": "The stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.", + "isModifier": false, + "short": "Stratifier criteria for the measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.group.stratifier", + "condition": ["mea-1"], + "isSummary": false + }, + { + "constraint": [ + { + "key": "mea-4", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Measure.group.stratifier.linkId", + "requirements": "[MeasureReport](measurereport.html#) does not require omitted stratifiers to be included.", + "min": 0, + "definition": "An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource.", + "isModifier": false, + "short": "Unique id for stratifier in measure", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.code", + "min": 0, + "definition": "Indicates a meaning for the stratifier. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures.", + "isModifier": false, + "short": "Meaning of the stratifier", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureStratifierExample" + } + ], + "description": "Meaning of the stratifier." + }, + "max": "1", + "id": "Measure.group.stratifier.code", + "condition": ["mea-1"], + "isSummary": false + }, + { + "path": "Measure.group.stratifier.description", + "min": 0, + "definition": "The human readable description of this stratifier criteria.", + "isModifier": false, + "short": "The human readable description of this stratifier", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.description", + "condition": ["mea-1"], + "isSummary": false + }, + { + "path": "Measure.group.stratifier.criteria", + "min": 0, + "definition": "An expression that specifies the criteria for the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element.", + "isModifier": false, + "short": "How the measure should be stratified", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.criteria", + "condition": ["mea-1"], + "isSummary": false + }, + { + "path": "Measure.group.stratifier.groupDefinition", + "min": 0, + "definition": "A Group resource that defines this population as a set of characteristics.", + "isModifier": false, + "short": "A group resource that defines this population", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.groupDefinition", + "comment": "Note that this approach can only be used for measures where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group SHALL be a definitional (as opposed to an actual) group.", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.component", + "min": 0, + "definition": "A component of the stratifier criteria for the measure report, specified as either the name of a valid CQL expression defined within a referenced library or a valid FHIR Resource Path.", + "isModifier": false, + "short": "Stratifier criteria component for the measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.group.stratifier.component", + "condition": ["mea-1"], + "comment": "Stratifiers are defined either as a single criteria, or as a set of component criteria.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "mea-5", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Measure.group.stratifier.component.linkId", + "requirements": "[MeasureReport](measurereport.html#) does not require omitted stratifier components to be included.", + "min": 0, + "definition": "An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource.", + "isModifier": false, + "short": "Unique id for stratifier component in measure", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.component.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.component.code", + "min": 0, + "definition": "Indicates a meaning for the stratifier component. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing stratifiers to be correlated across measures.", + "isModifier": false, + "short": "Meaning of the stratifier component", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-stratifier-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureStratifierExample" + } + ], + "description": "Meaning of the stratifier." + }, + "max": "1", + "id": "Measure.group.stratifier.component.code", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.component.description", + "min": 0, + "definition": "The human readable description of this stratifier criteria component.", + "isModifier": false, + "short": "The human readable description of this stratifier component", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.component.description", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.component.criteria", + "min": 0, + "definition": "An expression that specifies the criteria for this component of the stratifier. This is typically the name of an expression defined within a referenced library, but it may also be a path to a stratifier element.", + "isModifier": false, + "short": "Component of how the measure should be stratified", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.component.criteria", + "isSummary": false + }, + { + "path": "Measure.group.stratifier.component.groupDefinition", + "min": 0, + "definition": "A Group resource that defines this population as a set of characteristics.", + "isModifier": false, + "short": "A group resource that defines this population", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Measure.group.stratifier.component.groupDefinition", + "comment": "Note that this approach can only be used for measures where the basis is of the same type as the populations (e.g. a Patient-based measure, rather than an Encounter-based measure). In addition, the referenced Group SHALL be a definitional (as opposed to an actual) group.", + "isSummary": false + }, + { + "path": "Measure.supplementalData", + "min": 0, + "definition": "The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.", + "isModifier": false, + "short": "What other data should be reported with the measure", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=COMP]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Measure.supplementalData", + "comment": "Note that supplemental data are reported as resources for each patient and referenced in the supplementalData element of the MeasureReport. If the supplementalData expression results in a value other than a resource, it is reported using an Observation resource, typically contained in the resulting MeasureReport. See the MeasureReport resource and the Quality Reporting topic for more information.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "mea-6", + "human": "Link ids should be 255 characters or less", + "source": "http://hl7.org/fhir/StructureDefinition/Measure", + "severity": "warning", + "expression": "$this.length() <= 255" + } + ], + "path": "Measure.supplementalData.linkId", + "requirements": "[MeasureReport](measurereport.html#) does not require omitted supplementalData to be included.", + "min": 0, + "definition": "An identifier that is unique within the Measure allowing linkage to the equivalent item in a MeasureReport resource.", + "isModifier": false, + "short": "Unique id for supplementalData in measure", + "mapping": [{ "map": ".id", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Measure.supplementalData.linkId", + "comment": "This ''can'' be a meaningful identifier (e.g. a LOINC code) but is not intended to have any meaning. GUIDs or sequential numbers are appropriate here.\n\nLinkIds can have whitespaces and slashes by design. Tooling should not rely on linkIds being valid XHTML element IDs, and should not directly embed them as such", + "isSummary": false + }, + { + "path": "Measure.supplementalData.code", + "min": 0, + "definition": "Indicates a meaning for the supplemental data. This can be as simple as a unique identifier, or it can establish meaning in a broader context by drawing from a terminology, allowing supplemental data to be correlated across measures.", + "isModifier": false, + "short": "Meaning of the supplemental data", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-supplemental-data-example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureSupplementalDataExample" + } + ], + "description": "Meaning of the supplemental data." + }, + "max": "1", + "id": "Measure.supplementalData.code", + "isSummary": false + }, + { + "path": "Measure.supplementalData.usage", + "min": 0, + "definition": "An indicator of the intended usage for the supplemental data element. Supplemental data indicates the data is additional information requested to augment the measure information. Risk adjustment factor indicates the data is additional information used to calculate risk adjustment factors when applying a risk model to the measure calculation.", + "isModifier": false, + "short": "supplemental-data | risk-adjustment-factor", + "mapping": [{ "map": ".methodCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/measure-data-usage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MeasureDataUsage" + } + ], + "description": "The intended usage for supplemental data elements in the measure." + }, + "max": "*", + "id": "Measure.supplementalData.usage", + "isSummary": false + }, + { + "path": "Measure.supplementalData.description", + "min": 0, + "definition": "The human readable description of this supplemental data.", + "isModifier": false, + "short": "The human readable description of this supplemental data", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "Measure.supplementalData.description", + "isSummary": false + }, + { + "path": "Measure.supplementalData.criteria", + "min": 1, + "definition": "The criteria for the supplemental data. This is typically the name of a valid expression defined within a referenced library, but it may also be a path to a specific data element. The criteria defines the data to be returned for this element.", + "isModifier": false, + "short": "Expression describing additional data to be reported", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Measure.supplementalData.criteria", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/cqi/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A resource that includes narrative, extensions, and contained resources.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DomainResource/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DomainResource", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "DomainResource", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "DomainResource", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DomainResource", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "dom-2", + "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "severity": "error", + "expression": "contained.contained.empty()" + }, + { + "key": "dom-4", + "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "severity": "error", + "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" + }, + { + "key": "dom-3", + "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "severity": "error", + "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" + }, + { + "key": "dom-6", + "human": "A resource should have narrative for robust management", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "severity": "warning", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", + "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." + } + ], + "expression": "text.`div`.exists()" + }, + { + "key": "dom-5", + "human": "If a resource is contained in another resource, it SHALL NOT have a security label", + "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", + "severity": "error", + "expression": "contained.meta.security.empty()" + } + ], + "path": "DomainResource", + "min": 0, + "definition": "A resource that includes narrative, extensions, and contained resources.", + "isModifier": false, + "short": "A resource with narrative, extensions, and contained resources", + "mapping": [ + { "map": "Entity, Role, or Act", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "DomainResource" + }, + { + "path": "DomainResource.text", + "min": 0, + "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", + "isModifier": false, + "short": "Text summary of the resource, for human interpretation", + "mapping": [{ "map": "Act.text?", "identity": "rim" }], + "type": [{ "code": "Narrative" }], + "mustSupport": false, + "alias": ["narrative", "html", "xhtml", "display"], + "max": "1", + "id": "DomainResource.text", + "condition": ["dom-6"], + "comment": "Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", + "isSummary": false + }, + { + "path": "DomainResource.contained", + "min": 0, + "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning.", + "isModifier": false, + "short": "Contained, inline Resources", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Resource" }], + "mustSupport": false, + "alias": [ + "inline resources", + "anonymous resources", + "contained resources" + ], + "max": "*", + "id": "DomainResource.contained", + "condition": ["dom-2", "dom-4", "dom-3", "dom-5"], + "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels.", + "isSummary": false + }, + { + "path": "DomainResource.extension", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", + "isModifier": false, + "short": "Additional content defined by implementations", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "mustSupport": false, + "alias": ["extensions", "user content"], + "max": "*", + "id": "DomainResource.extension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isSummary": false + }, + { + "path": "DomainResource.modifierExtension", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "isModifier": true, + "short": "Extensions that cannot be ignored", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "slicing": { + "rules": "open", + "description": "Extensions are always sliced by (at least) url", + "discriminator": [{ "path": "url", "type": "value" }] + }, + "type": [{ "code": "Extension" }], + "mustSupport": false, + "alias": ["extensions", "user content"], + "max": "*", + "id": "DomainResource.modifierExtension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Resource" + }, + { + "description": "BackboneType Type: Base definition for the few data types that are allowed to carry modifier extensions.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BackboneType/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BackboneType", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": true, + "type": "BackboneType", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "BackboneType", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/BackboneType", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BackboneType", + "differential": { + "element": [ + { + "id": "BackboneType", + "max": "*", + "min": 0, + "path": "BackboneType", + "short": "Base for datatypes that can carry modifier extensions", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "definition": "Base definition for the few data types that are allowed to carry modifier extensions." + }, + { + "path": "BackboneType.modifierExtension", + "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](extensibility.html#modifierExtension).", + "min": 0, + "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", + "isModifier": true, + "short": "Extensions that cannot be ignored even if unrecognized", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Extension" }], + "alias": ["extensions", "user content", "modifiers"], + "max": "*", + "id": "BackboneType.modifierExtension", + "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", + "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "FHIR Vital Signs Profile", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/vitalsigns/5.0.0", + "date": "2016-03-25", + "derivation": "constraint", + "publisher": "Health Level Seven International (Orders and Observations Workgroup)", + "fhirVersion": "5.0.0", + "name": "Observationvitalsigns", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Vital Signs Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One status in `Observation.status` which has a [required](terminologies.html#extensible) binding to:\n - [ObservationStatus] value set.\n1. A category in `Observation.category` which must have:\n - a fixed `Observation.category.coding.system`=\"http://terminology.hl7.org/CodeSystem/observation-category\"\n - a fixed `Observation.category.coding.code`= \"vital-signs\"\n\n1. A code in `Observation.code`\n - a fixed `Observation.code.coding.system`= \"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible](terminologies.html#extensible) binding to:\n - [Vital Signs] value set.\n \n1. One patient in `Observation.subject`\n1. A date and time in `effectiveDateTime` or `effectivePeriod`\n1. Either one `Observation.value[x]` or, if there is no value, one code in `Observation.DataAbsentReason`\n - if a vital sign measure then:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code which has a required binding to the [Vital Signs Units] value set.\n - Observation.DataAbsentReason is bound to [Observation Value\n Absent Reason] value set.\n\n1. When using a panel code to group component observations (Note: See\n the comments regarding blood pressure in the table above), one or\n more `Observation.component.code` each of which must have:\n - a fixed\n `Observation.component.code.coding.system` =\"\"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible] binding to:\n - [Vital Signs Units] value set.\n\n1. Either one `Observation.component.valueQuantity` or, if there is\n no value, one code in `Observation.component.DataAbsentReason`\n - Observation.component.DataAbsentReason is bound to [Observation\n Value Absent Reason] value set.\n\n1. When using a panel code to group observations, one or more reference\n to Vitals Signs Observations in `Observation.related.target`\n - a fixed `Observation.related.type`= \"has-member\"\"\n\n [Vital Signs]: valueset-observation-vitalsignresult.html\n [Vital Signs Units]: valueset-ucum-vitals-common.html\n [extensible]: terminologies.html#extensible\n [ObservationStatus]: valueset-observation-status.html\n [Observation Value Absent Reason]: valueset-data-absent-reason.html\n[required]: terminologies.html#required\"" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "\"#### Complete Summary of the Mandatory Requirements\n\n1. One status in `Observation.status` which has a [required](terminologies.html#extensible) binding to:\n - [ObservationStatus] value set.\n1. A category in `Observation.category` which must have:\n - a fixed `Observation.category.coding.system`=\"http://terminology.hl7.org/CodeSystem/observation-category\"\n - a fixed `Observation.category.coding.code`= \"vital-signs\"\n\n1. A code in `Observation.code`\n - a fixed `Observation.code.coding.system`= \"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible](terminologies.html#extensible) binding to:\n - [Vital Signs] value set.\n \n1. One patient in `Observation.subject`\n1. A date and time in `effectiveDateTime` or `effectivePeriod`\n1. Either one `Observation.value[x]` or, if there is no value, one code in `Observation.DataAbsentReason`\n - if a vital sign measure then:\n - One numeric value in Observation.valueQuantity.value\n - a fixed Observation.valueQuantity.system=\"http://unitsofmeasure.org\"\n - a UCUM unit code in Observation.valueQuantity.code which has a required binding to the [Vital Signs Units] value set.\n - Observation.DataAbsentReason is bound to [Observation Value\n Absent Reason] value set.\n\n1. When using a panel code to group component observations (Note: See\n the comments regarding blood pressure in the table above), one or\n more `Observation.component.code` each of which must have:\n - a fixed\n `Observation.component.code.coding.system` =\"\"http://loinc.org\"\"\n - a LOINC code in `Observation.code.coding.code` which has an [extensible] binding to:\n - [Vital Signs Units] value set.\n\n1. Either one `Observation.component.valueQuantity` or, if there is\n no value, one code in `Observation.component.DataAbsentReason`\n - Observation.component.DataAbsentReason is bound to [Observation\n Value Absent Reason] value set.\n\n1. When using a panel code to group observations, one or more reference\n to Vitals Signs Observations in `Observation.related.target`\n - a fixed `Observation.related.type`= \"has-member\"\"\n\n [Vital Signs]: valueset-observation-vitalsignresult.html\n [Vital Signs Units]: valueset-ucum-vitals-common.html\n [extensible]: terminologies.html#extensible\n [ObservationStatus]: valueset-observation-status.html\n [Observation Value Absent Reason]: valueset-data-absent-reason.html\n[required]: terminologies.html#required\"" + } + ], + "status": "draft", + "id": "vitalsigns", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1461", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/vitalsigns", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation", + "alias": ["Vital Signs", "Measurement", "Results", "Tests"], + "short": "FHIR Vital Signs Profile", + "constraint": [ + { + "key": "vs-2", + "human": "If there is no component or hasMember element then either a value[x] or a data absent reason must be present.", + "source": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "severity": "error", + "expression": "(component.empty() and hasMember.empty()) implies (dataAbsentReason.exists() or value.exists())" + } + ], + "definition": "The FHIR Vitals Signs profile sets minimum expectations for the Observation Resource to record, search and fetch the vital signs associated with a patient." + }, + { + "id": "Observation.status", + "max": "1", + "min": 1, + "path": "Observation.status", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Status" + } + ] + }, + "mustSupport": true + }, + { + "id": "Observation.category", + "max": "*", + "min": 1, + "path": "Observation.category", + "type": [{ "code": "CodeableConcept" }], + "slicing": { + "rules": "open", + "ordered": false, + "discriminator": [ + { "path": "coding.code", "type": "value" }, + { "path": "coding.system", "type": "value" } + ] + }, + "mustSupport": true + }, + { + "id": "Observation.category:VSCat", + "max": "1", + "min": 1, + "path": "Observation.category", + "type": [{ "code": "CodeableConcept" }], + "sliceName": "VSCat", + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding", + "max": "*", + "min": 1, + "path": "Observation.category.coding", + "type": [{ "code": "Coding" }], + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding.system", + "max": "1", + "min": 1, + "path": "Observation.category.coding.system", + "type": [{ "code": "uri" }], + "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category", + "mustSupport": true + }, + { + "id": "Observation.category:VSCat.coding.code", + "max": "1", + "min": 1, + "path": "Observation.category.coding.code", + "type": [{ "code": "code" }], + "fixedCode": "vital-signs", + "mustSupport": true + }, + { + "path": "Observation.code", + "requirements": "5. SHALL contain exactly one [1..1] code, where the @code SHOULD be selected from ValueSet HITSP Vital Sign Result Type 2.16.840.1.113883.3.88.12.80.62 DYNAMIC (CONF:7301).", + "min": 1, + "definition": "Coded Responses from C-CDA Vital Sign Results.", + "short": "Coded Responses from C-CDA Vital Sign Results", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "This identifies the vital sign result type." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSigns" + } + ], + "description": "This identifies the vital sign result type. Original source C-CDA R1.1 , HITSP Vital Sign Result Type." + }, + "max": "1", + "id": "Observation.code" + }, + { + "id": "Observation.subject", + "max": "1", + "min": 1, + "path": "Observation.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": true + }, + { + "constraint": [ + { + "key": "vs-1", + "human": "if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day", + "source": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "severity": "error", + "expression": "($this as dateTime).toString().length() >= 8" + } + ], + "path": "Observation.effective[x]", + "min": 1, + "definition": "Often just a dateTime for Vital Signs.", + "short": "Often just a dateTime for Vital Signs", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": true, + "max": "1", + "id": "Observation.effective[x]", + "condition": ["vs-1"] + }, + { + "path": "Observation.value[x]", + "requirements": "9. SHALL contain exactly one [1..1] value with @xsi:type=\"PQ\" (CONF:7305).", + "min": 0, + "definition": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", + "short": "Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.", + "mustSupport": true, + "max": "1", + "id": "Observation.value[x]", + "condition": ["vs-2"] + }, + { + "id": "Observation.dataAbsentReason", + "max": "1", + "min": 0, + "path": "Observation.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "condition": ["vs-2"], + "mustSupport": true + }, + { + "id": "Observation.hasMember", + "path": "Observation.hasMember", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + } + ], + "short": "Used when reporting vital signs panel components", + "definition": "Used when reporting vital signs panel components." + }, + { + "id": "Observation.derivedFrom", + "path": "Observation.derivedFrom", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/MolecularSequence", + "http://hl7.org/fhir/StructureDefinition/vitalsigns" + ] + } + ] + }, + { + "id": "Observation.component", + "path": "Observation.component", + "short": "Used when reporting systolic and diastolic blood pressure.", + "constraint": [ + { + "key": "vs-3", + "human": "If there is no a value a data absent reason must be present", + "source": "http://hl7.org/fhir/StructureDefinition/vitalsigns", + "severity": "error", + "expression": "value.exists() or dataAbsentReason.exists()" + } + ], + "definition": "Used when reporting systolic and diastolic blood pressure.", + "mustSupport": true + }, + { + "id": "Observation.component.code", + "max": "1", + "min": 1, + "path": "Observation.component.code", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-vitalsignresult", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "This identifies the vital sign result type." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSigns" + } + ], + "description": "This identifies the vital sign result type. Original source C-CDA R1.1 , HITSP Vital Sign Result Type." + }, + "mustSupport": true + }, + { + "path": "Observation.component.value[x]", + "requirements": "9. SHALL contain exactly one [1..1] value with @xsi:type=\"PQ\" (CONF:7305).", + "min": 0, + "definition": "Vital Sign Value.", + "short": "Vital Sign Value", + "mustSupport": true, + "max": "1", + "id": "Observation.component.value[x]", + "condition": ["vs-3"] + }, + { + "id": "Observation.component.valueQuantity", + "max": "1", + "min": 0, + "path": "Observation.component.valueQuantity", + "short": "Vital Sign Value recorded with UCUM", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/ucum-vitals-common", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Common UCUM units for recording Vital Signs." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VitalSignsUnits" + } + ], + "description": "Commonly encountered UCUM units for recording Vital Signs." + }, + "definition": "Vital Sign Value recorded with UCUM.", + "mustSupport": true + }, + { + "id": "Observation.component.dataAbsentReason", + "max": "1", + "min": 0, + "path": "Observation.component.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "condition": ["vs-3"], + "mustSupport": true + } + ] + }, + "contact": [ + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm Orders and Observations", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Enforces the minimum information set for the activity definition metadata required by HL7 and other organizations that share and publish activity definitions", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableActivityDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ActivityDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable ActivityDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareableactivitydefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableactivitydefinition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1172", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareableactivitydefinition", + "differential": { + "element": [ + { + "id": "ActivityDefinition", + "max": "1", + "min": 1, + "path": "ActivityDefinition" + }, + { + "id": "ActivityDefinition.extension:knowledgeCapability", + "max": "*", + "min": 0, + "path": "ActivityDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability" + ] + } + ], + "sliceName": "knowledgeCapability", + "mustSupport": true + }, + { + "id": "ActivityDefinition.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "ActivityDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "ActivityDefinition.extension:artifactComment", + "max": "*", + "min": 0, + "path": "ActivityDefinition.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment" + ] + } + ], + "sliceName": "artifactComment", + "mustSupport": true + }, + { + "id": "ActivityDefinition.url", + "max": "1", + "min": 1, + "path": "ActivityDefinition.url", + "mustSupport": true + }, + { + "id": "ActivityDefinition.version", + "max": "1", + "min": 1, + "path": "ActivityDefinition.version", + "mustSupport": true + }, + { + "id": "ActivityDefinition.versionAlgorithm[x]", + "path": "ActivityDefinition.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "ActivityDefinition.name", + "path": "ActivityDefinition.name", + "mustSupport": true + }, + { + "id": "ActivityDefinition.title", + "max": "1", + "min": 1, + "path": "ActivityDefinition.title", + "mustSupport": true + }, + { + "id": "ActivityDefinition.experimental", + "max": "1", + "min": 1, + "path": "ActivityDefinition.experimental", + "mustSupport": true + }, + { + "id": "ActivityDefinition.publisher", + "path": "ActivityDefinition.publisher", + "mustSupport": true + }, + { + "id": "ActivityDefinition.description", + "max": "1", + "min": 1, + "path": "ActivityDefinition.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" + }, + { + "description": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceSourceMaterial", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceSourceMaterial", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceSourceMaterial", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceSourceMaterial", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceSourceMaterial", + "differential": { + "element": [ + { + "path": "SubstanceSourceMaterial", + "min": 0, + "definition": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex.", + "isModifier": false, + "short": "Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance. This set of data elements shall be used to define polymer substances isolated from biological matrices. Taxonomic and anatomical origins shall be described using a controlled vocabulary as required. This information is captured for naturally derived polymers ( . starch) and structurally diverse substances. For Organisms belonging to the Kingdom Plantae the Substance level defines the fresh material of a single species or infraspecies, the Herbal Drug and the Herbal preparation. For Herbal preparations, the fraction information will be captured at the Substance information level and additional information for herbal extracts will be captured at the Specified Substance Group 1 information level. See for further explanation the Substance Class: Structurally Diverse and the herbal annex", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial" + }, + { + "path": "SubstanceSourceMaterial.sourceMaterialClass", + "min": 0, + "definition": "General high level classification of the source material specific to the origin of the material.", + "isModifier": false, + "short": "General high level classification of the source material specific to the origin of the material", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.sourceMaterialClass", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.sourceMaterialType", + "min": 0, + "definition": "The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent.", + "isModifier": false, + "short": "The type of the source material shall be specified based on a controlled vocabulary. For vaccines, this subclause refers to the class of infectious agent", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.sourceMaterialType", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.sourceMaterialState", + "min": 0, + "definition": "The state of the source material when extracted.", + "isModifier": false, + "short": "The state of the source material when extracted", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.sourceMaterialState", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organismId", + "min": 0, + "definition": "The unique identifier associated with the source material parent organism shall be specified.", + "isModifier": false, + "short": "The unique identifier associated with the source material parent organism shall be specified", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organismId", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organismName", + "min": 0, + "definition": "The organism accepted Scientific name shall be provided based on the organism taxonomy.", + "isModifier": false, + "short": "The organism accepted Scientific name shall be provided based on the organism taxonomy", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organismName", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.parentSubstanceId", + "min": 0, + "definition": "The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant).", + "isModifier": false, + "short": "The parent of the herbal drug Ginkgo biloba, Leaf is the substance ID of the substance (fresh) of Ginkgo biloba L. or Ginkgo biloba L. (Whole plant)", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.parentSubstanceId", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.parentSubstanceName", + "min": 0, + "definition": "The parent substance of the Herbal Drug, or Herbal preparation.", + "isModifier": false, + "short": "The parent substance of the Herbal Drug, or Herbal preparation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.parentSubstanceName", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.countryOfOrigin", + "min": 0, + "definition": "The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate.", + "isModifier": false, + "short": "The country where the plant material is harvested or the countries where the plasma is sourced from as laid down in accordance with the Plasma Master File. For “Plasma-derived substances” the attribute country of origin provides information about the countries used for the manufacturing of the Cryopoor plama or Crioprecipitate", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.countryOfOrigin", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.geographicalLocation", + "min": 0, + "definition": "The place/region where the plant is harvested or the places/regions where the animal source material has its habitat.", + "isModifier": false, + "short": "The place/region where the plant is harvested or the places/regions where the animal source material has its habitat", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.geographicalLocation", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.developmentStage", + "min": 0, + "definition": "Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum).", + "isModifier": false, + "short": "Stage of life for animals, plants, insects and microorganisms. This information shall be provided only when the substance is significantly different in these stages (e.g. foetal bovine serum)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.developmentStage", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.fractionDescription", + "min": 0, + "definition": "Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels.", + "isModifier": false, + "short": "Many complex materials are fractions of parts of plants, animals, or minerals. Fraction elements are often necessary to define both Substances and Specified Group 1 Substances. For substances derived from Plants, fraction information will be captured at the Substance information level ( . Oils, Juices and Exudates). Additional information for Extracts, such as extraction solvent composition, will be captured at the Specified Substance Group 1 information level. For plasma-derived products fraction information will be captured at the Substance and the Specified Substance Group 1 levels", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.fractionDescription", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.fractionDescription.fraction", + "min": 0, + "definition": "This element is capturing information about the fraction of a plant part, or human plasma for fractionation.", + "isModifier": false, + "short": "This element is capturing information about the fraction of a plant part, or human plasma for fractionation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.fractionDescription.fraction", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.fractionDescription.materialType", + "min": 0, + "definition": "The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1.", + "isModifier": false, + "short": "The specific type of the material constituting the component. For Herbal preparations the particulars of the extracts (liquid/dry) is described in Specified Substance Group 1", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.fractionDescription.materialType", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism", + "min": 0, + "definition": "This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf.", + "isModifier": false, + "short": "This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.family", + "min": 0, + "definition": "The family of an organism shall be specified.", + "isModifier": false, + "short": "The family of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.family", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.genus", + "min": 0, + "definition": "The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies.", + "isModifier": false, + "short": "The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.genus", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.species", + "min": 0, + "definition": "The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies.", + "isModifier": false, + "short": "The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.species", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.intraspecificType", + "min": 0, + "definition": "The Intraspecific type of an organism shall be specified.", + "isModifier": false, + "short": "The Intraspecific type of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.intraspecificType", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.intraspecificDescription", + "min": 0, + "definition": "The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention.", + "isModifier": false, + "short": "The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.intraspecificDescription", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.author", + "min": 0, + "definition": "4.9.13.6.1 Author type (Conditional).", + "isModifier": false, + "short": "4.9.13.6.1 Author type (Conditional)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.organism.author", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.author.authorType", + "min": 0, + "definition": "The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name.", + "isModifier": false, + "short": "The type of author of an organism species shall be specified. The parenthetical author of an organism species refers to the first author who published the plant/animal name (of any rank). The primary author of an organism species refers to the first author(s), who validly published the plant/animal name", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.author.authorType", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.author.authorDescription", + "min": 0, + "definition": "The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank).", + "isModifier": false, + "short": "The author of an organism species shall be specified. The author year of an organism shall also be specified when applicable; refers to the year in which the first author(s) published the infraspecific plant/animal name (of any rank)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.author.authorDescription", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid", + "min": 0, + "definition": "4.9.13.8.1 Hybrid species maternal organism ID (Optional).", + "isModifier": false, + "short": "4.9.13.8.1 Hybrid species maternal organism ID (Optional)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId", + "min": 0, + "definition": "The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal.", + "isModifier": false, + "short": "The identifier of the maternal species constituting the hybrid organism shall be specified based on a controlled vocabulary. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismId", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName", + "min": 0, + "definition": "The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal.", + "isModifier": false, + "short": "The name of the maternal species constituting the hybrid organism shall be specified. For plants, the parents aren’t always known, and it is unlikely that it will be known which is maternal and which is paternal", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid.maternalOrganismName", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId", + "min": 0, + "definition": "The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary.", + "isModifier": false, + "short": "The identifier of the paternal species constituting the hybrid organism shall be specified based on a controlled vocabulary", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismId", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName", + "min": 0, + "definition": "The name of the paternal species constituting the hybrid organism shall be specified.", + "isModifier": false, + "short": "The name of the paternal species constituting the hybrid organism shall be specified", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid.paternalOrganismName", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.hybrid.hybridType", + "min": 0, + "definition": "The hybrid type of an organism shall be specified.", + "isModifier": false, + "short": "The hybrid type of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.hybrid.hybridType", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.organismGeneral", + "min": 0, + "definition": "4.9.13.7.1 Kingdom (Conditional).", + "isModifier": false, + "short": "4.9.13.7.1 Kingdom (Conditional)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.organismGeneral", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.organismGeneral.kingdom", + "min": 0, + "definition": "The kingdom of an organism shall be specified.", + "isModifier": false, + "short": "The kingdom of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.organismGeneral.kingdom", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.organismGeneral.phylum", + "min": 0, + "definition": "The phylum of an organism shall be specified.", + "isModifier": false, + "short": "The phylum of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.organismGeneral.phylum", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.organismGeneral.class", + "min": 0, + "definition": "The class of an organism shall be specified.", + "isModifier": false, + "short": "The class of an organism shall be specified", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.organismGeneral.class", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.organism.organismGeneral.order", + "min": 0, + "definition": "The order of an organism shall be specified,.", + "isModifier": false, + "short": "The order of an organism shall be specified,", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.organism.organismGeneral.order", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.partDescription", + "min": 0, + "definition": "To do.", + "isModifier": false, + "short": "To do", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceSourceMaterial.partDescription", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.partDescription.part", + "min": 0, + "definition": "Entity of anatomical origin of source material within an organism.", + "isModifier": false, + "short": "Entity of anatomical origin of source material within an organism", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.partDescription.part", + "isSummary": true + }, + { + "path": "SubstanceSourceMaterial.partDescription.partLocation", + "min": 0, + "definition": "The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply.", + "isModifier": false, + "short": "The detailed anatomic location when the part can be extracted from different anatomical locations of the organism. Multiple alternative locations may apply", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceSourceMaterial.partDescription.partLocation", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces the minimum information set for the concept map metadata required by HL7 and other organizations that share and publish concept maps", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/shareableconceptmap/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "ShareableConceptMap", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ConceptMap", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Shareable ConceptMap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "shareableconceptmap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/shareableconceptmap", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1115", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/shareableconceptmap", + "differential": { + "element": [ + { + "id": "ConceptMap", + "max": "1", + "min": 1, + "path": "ConceptMap" + }, + { + "id": "ConceptMap.extension:knowledgeRepresentationLevel", + "max": "*", + "min": 0, + "path": "ConceptMap.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel" + ] + } + ], + "sliceName": "knowledgeRepresentationLevel", + "mustSupport": true + }, + { + "id": "ConceptMap.url", + "max": "1", + "min": 1, + "path": "ConceptMap.url", + "mustSupport": true + }, + { + "id": "ConceptMap.version", + "max": "1", + "min": 1, + "path": "ConceptMap.version", + "mustSupport": true + }, + { + "id": "ConceptMap.versionAlgorithm[x]", + "path": "ConceptMap.versionAlgorithm[x]", + "mustSupport": true + }, + { + "id": "ConceptMap.name", + "path": "ConceptMap.name", + "mustSupport": true + }, + { + "id": "ConceptMap.title", + "max": "1", + "min": 1, + "path": "ConceptMap.title", + "mustSupport": true + }, + { + "id": "ConceptMap.status", + "path": "ConceptMap.status", + "mustSupport": true + }, + { + "id": "ConceptMap.experimental", + "max": "1", + "min": 1, + "path": "ConceptMap.experimental", + "mustSupport": true + }, + { + "id": "ConceptMap.publisher", + "path": "ConceptMap.publisher", + "mustSupport": true + }, + { + "id": "ConceptMap.description", + "max": "1", + "min": 1, + "path": "ConceptMap.description", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ConceptMap" + }, + { + "description": "The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MessageHeader/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Infrastructure And Messaging)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Many implementations are not prepared to use REST and need a messaging based infrastructure.", + "name": "MessageHeader", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "MessageHeader", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "inm" + } + ], + "status": "draft", + "id": "MessageHeader", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MessageHeader", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MessageHeader", + "differential": { + "element": [ + { + "path": "MessageHeader", + "min": 0, + "definition": "The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle.", + "isModifier": false, + "short": "A resource that describes a message that is exchanged between systems", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "MSH / MSA / ERR", "identity": "v2" }, + { "map": "Message", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "MessageHeader" + }, + { + "path": "MessageHeader.event[x]", + "requirements": "Drives the behavior associated with this message.", + "min": 1, + "definition": "Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification are defined by the implementation. Alternatively a canonical uri to the EventDefinition.", + "isModifier": false, + "short": "Event code or link to EventDefinition", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "MSH-9.2", "identity": "v2" }, + { + "map": "./payload[classCode=\"CACT\" and moodCode=\"EVN\" and isNormalAct()]/code[isNormalDatatype()]/code", + "identity": "rim" + } + ], + "type": [ + { "code": "Coding" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EventDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageEvent" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the message events defined as part of this version of FHIR." + }, + "max": "1", + "id": "MessageHeader.event[x]", + "comment": "The time of the event will be found in the focus resource. The time of the message will be found in [Bundle.timestamp](bundle-definitions.html#Bundle.timestamp).", + "isSummary": true + }, + { + "path": "MessageHeader.destination", + "requirements": "Indicates where message is to be sent for routing purposes. Allows verification of \"am I the intended recipient\".", + "min": 0, + "definition": "The destination application which the message is intended for.", + "isModifier": false, + "short": "Message destination application(s)", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "./communicationFunction[typeCode=\"RCV\"]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "MessageDestination" + } + ], + "max": "*", + "id": "MessageHeader.destination", + "comment": "There SHOULD be at least one destination, but in some circumstances, the source system is unaware of any particular destination system.", + "isSummary": true + }, + { + "path": "MessageHeader.destination.endpoint[x]", + "requirements": "Identifies where to route the message.", + "min": 0, + "definition": "Indicates where the message should be routed.", + "isModifier": false, + "short": "Actual destination address or Endpoint resource", + "type": [ + { "code": "url" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.destination.endpoint[x]", + "comment": "The url may be a non-resolvable URI for systems that do not use standard network-based addresses.", + "isSummary": true + }, + { + "path": "MessageHeader.destination.name", + "requirements": "May be used for routing of response and/or to support audit.", + "min": 0, + "definition": "Human-readable name for the target system.", + "isModifier": false, + "short": "Name of system", + "mapping": [ + { "map": "MSH-5", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]/name[type='ST' and isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.destination.name", + "isSummary": true + }, + { + "path": "MessageHeader.destination.target", + "requirements": "Supports multi-hop routing.", + "min": 0, + "definition": "Identifies the target end system in situations where the initial message transmission is to an intermediary system.", + "isModifier": false, + "short": "Particular delivery destination within the destination", + "mapping": [ + { + "map": "unique(./entity[determinerCode=\"INST\" and (classCode=(\"DEV\", \"PSN\", \"ORG\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.destination.target", + "isSummary": true + }, + { + "path": "MessageHeader.destination.receiver", + "requirements": "Allows routing beyond just the application level.", + "min": 0, + "definition": "Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.", + "isModifier": false, + "short": "Intended \"real-world\" recipient for the data", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", + "identity": "v2" + }, + { + "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.destination.receiver", + "isSummary": true + }, + { + "path": "MessageHeader.sender", + "requirements": "Allows routing beyond just the application level.", + "min": 0, + "definition": "Identifies the sending system to allow the use of a trust relationship.", + "isModifier": false, + "short": "Real world sender of the message", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PRT-5:PRT-4='WAYR' / PRT-8:PRT-4='WAYR'", + "identity": "v2" + }, + { + "map": "Not directly supported. Could be shared using attentionLine.value with an appropriate keyWordText", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.sender", + "comment": "Use case is for where a (trusted) sending system is responsible for multiple organizations, and therefore cannot differentiate based on source endpoint / authentication alone. Proposing to remove and rely on Task to convey this information.", + "isSummary": true + }, + { + "path": "MessageHeader.author", + "requirements": "Need to know for audit/traceback requirements and possibly for authorization.", + "min": 0, + "definition": "The logical author of the message - the personor device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.", + "isModifier": false, + "short": "The source of the decision", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "ORC-19 / PRT-5:PRT-4='AUT' / ROL where ROL-3 ='IP' or ORC-12", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"AUT\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=(\"DEV\", \"PSN\") and determinerCode=\"INST\"])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.author", + "comment": "Usually only for the request but can be used in a response.Proposing to remove and rely on Task to convey this information. ", + "isSummary": true + }, + { + "path": "MessageHeader.source", + "requirements": "Allows replies, supports audit.", + "min": 1, + "definition": "The source application from which this message originated.", + "isModifier": false, + "short": "Message source application", + "mapping": [ + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "unique(./communicationFunction[typeCode=\"SND\"])", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "MessageSource" + } + ], + "max": "1", + "id": "MessageHeader.source", + "isSummary": true + }, + { + "path": "MessageHeader.source.endpoint[x]", + "requirements": "Identifies where to send responses, may influence security permissions.", + "min": 0, + "definition": "Identifies the routing target to send acknowledgements to.", + "isModifier": false, + "short": "Actual source address or Endpoint resource", + "type": [ + { "code": "url" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.source.endpoint[x]", + "comment": "The url may be a non-resolvable URI for systems that do not use standard network-based addresses.", + "isSummary": true + }, + { + "path": "MessageHeader.source.name", + "requirements": "May be used to support audit.", + "min": 0, + "definition": "Human-readable name for the source system.", + "isModifier": false, + "short": "Name of system", + "mapping": [ + { "map": "MSH-3", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/name[type='ST' and isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.source.name", + "isSummary": true + }, + { + "path": "MessageHeader.source.software", + "requirements": "Supports audit and possibly interface engine behavior.", + "min": 0, + "definition": "May include configuration or other information useful in debugging.", + "isModifier": false, + "short": "Name of software running the system", + "mapping": [ + { "map": "SFT-3 ( +SFT-1)", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/softwareName[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.source.software", + "isSummary": true + }, + { + "path": "MessageHeader.source.version", + "requirements": "Supports audit and possibly interface engine behavior.", + "min": 0, + "definition": "Can convey versions of multiple systems in situations where a message passes through multiple hands.", + "isModifier": false, + "short": "Version of software running", + "mapping": [ + { "map": "SFT-2", "identity": "v2" }, + { "map": "(Not supported)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.source.version", + "isSummary": true + }, + { + "path": "MessageHeader.source.contact", + "requirements": "Allows escalation of technical issues.", + "min": 0, + "definition": "An e-mail, phone, website or other contact point to use to resolve issues with message communications.", + "isModifier": false, + "short": "Human contact for problems", + "mapping": [ + { "map": "(MSH-22?)", "identity": "v2" }, + { + "map": "unique(./entity[determinerCode=\"INST\" and classCode=\"DEV\"]/scopesRole[normalRole() and classCode=\"CON\" and layer[classCode=\"PSN\"]/telecom[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.source.contact", + "isSummary": true + }, + { + "path": "MessageHeader.responsible", + "requirements": "Need to know for audit/traceback requirements and possibly for authorization.", + "min": 0, + "definition": "The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.", + "isModifier": false, + "short": "Final responsibility for event", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": "ORC-12 / PRT-5:PRT-4='OP' / PRT-8:PRT-4='OP' / ROL where ROL-3 is 'RO' or ORC-11", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/player[isNormalEntity() and classCode=\"PSN\" and determinerCode=\"INST\"] or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[isHighest(priorityCode) and typeCode=\"RESP\" and isNormalParticipation]/role[classCode=\"ASSIGNED\" and isNormalRole()]/scoper[isNormalEntity() and classCode=\"ORG\" and determinerCode=\"INST\"])", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.responsible", + "comment": "Usually only for the request but can be used in a response.Proposing to remove and rely on Task to convey this information.", + "isSummary": true + }, + { + "path": "MessageHeader.reason", + "requirements": "Need to be able to track why resources are being changed and report in the audit log/history of the resource. May affect authorization.", + "min": 0, + "definition": "Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.", + "isModifier": false, + "short": "Cause of event", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": "EVN-4 / ORC-16 / OBR-31 / BPO-13 / RXO-20 / RXE-27 / RXD-21 / RXG-22 / RXA-19", + "identity": "v2" + }, + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/reasonCode[isNormalDatatype()])", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/message-reason-encounter", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventReason" + } + ], + "description": "Reason for event occurrence." + }, + "max": "1", + "id": "MessageHeader.reason", + "isSummary": true + }, + { + "path": "MessageHeader.response", + "min": 0, + "definition": "Information about the message that this message is a response to. Only present if this message is a response.", + "isModifier": false, + "short": "If this is a reply to prior message", + "mapping": [ + { "map": "MSA", "identity": "v2" }, + { + "map": "./conveyedAcknowledgement", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.response", + "isSummary": true + }, + { + "path": "MessageHeader.response.identifier", + "requirements": "Allows receiver to know what message is being responded to.", + "min": 1, + "definition": "The Bundle.identifier of the message to which this message is a response.", + "isModifier": false, + "short": "Bundle.identifier of original message", + "mapping": [ + { "map": "MSA-2", "identity": "v2" }, + { + "map": "./acknowledges.id[isNormalDatatype()]", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.response.identifier", + "isSummary": true + }, + { + "path": "MessageHeader.response.code", + "requirements": "Allows the sender of the acknowledge message to know if the request was successful or if action is needed.", + "min": 1, + "definition": "Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.", + "isModifier": false, + "short": "ok | transient-error | fatal-error", + "mapping": [ + { "map": "MSA-1", "identity": "v2" }, + { + "map": "./typeCode[isNormalDatatype()]", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/response-code|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResponseType" + } + ], + "description": "The kind of response to a message." + }, + "max": "1", + "id": "MessageHeader.response.code", + "comment": "This is a generic response to the request message. Specific data for the response will be found in MessageHeader.focus.", + "isSummary": true + }, + { + "path": "MessageHeader.response.details", + "requirements": "Allows the sender of the message to determine what the specific issues are.", + "min": 0, + "definition": "Full details of any issues found in the message.", + "isModifier": false, + "short": "Specific list of hints/warnings/errors", + "mapping": [ + { "map": "ERR", "identity": "v2" }, + { + "map": "AcknowledgementDetail or Observation[classCode=\"ALRT\" and moodCode=\"EVN\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationOutcome" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.response.details", + "comment": "This SHALL be contained in the bundle. If any of the issues are errors, the response code SHALL be an error.", + "isSummary": true + }, + { + "path": "MessageHeader.focus", + "requirements": "Every message event is about actual data, a single resource, that is identified in the definition of the event, and perhaps some or all linked resources.", + "min": 0, + "definition": "The actual data of the message - a reference to the root/focus class of the event. This is allowed to be a Parameters resource.", + "isModifier": false, + "short": "The actual content of the message", + "mapping": [ + { + "map": "unique(./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/participation[typeCode=\"SUBJ\" and isNormalParticipation]/role or ./controlAct[classCode=\"CACT\" and classCode=\"EVN\" and isNormalAct()]/outboundRelationship[typeCode=\"SBJ\" and isNormalActRelatoinship]/target)", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MessageHeader.focus", + "comment": "The data is defined where the transaction type is defined. The transaction data is always included in the bundle that is the full message. Only the root resource is specified. The resources it references should be contained in the bundle but are not also listed here. Multiple repetitions are allowed to cater for merges and other situations with multiple focal targets.", + "isSummary": true + }, + { + "path": "MessageHeader.definition", + "requirements": "Allows sender to define the expected contents of the message.", + "min": 0, + "definition": "Permanent link to the MessageDefinition for this message.", + "isModifier": false, + "short": "Link to the definition for this message", + "mapping": [ + { "map": "Not directly supported.", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MessageHeader.definition", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/special/committees/inm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Communication/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Communication", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Communication", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "Communication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Communication", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Communication", + "differential": { + "element": [ + { + "path": "Communication", + "min": 0, + "definition": "A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition.", + "isModifier": false, + "short": "A clinical or business level record of information being transmitted or shared", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "workflow.encounter", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "Communication" + }, + { + "path": "Communication.identifier", + "requirements": "Allows identification of the communication as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Unique identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Communication.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "Communication.instantiatesCanonical", + "min": 0, + "definition": "The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.", + "isModifier": false, + "short": "Instantiates FHIR protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesCanonical", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/Measure", + "http://hl7.org/fhir/StructureDefinition/OperationDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Communication.instantiatesCanonical", + "isSummary": true + }, + { + "path": "Communication.instantiatesUri", + "min": 0, + "definition": "The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.", + "isModifier": false, + "short": "Instantiates external protocol or definition", + "mapping": [ + { + "map": "Event.instantiatesUri", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "Communication.instantiatesUri", + "comment": "This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.", + "isSummary": true + }, + { + "path": "Communication.basedOn", + "min": 0, + "definition": "An order, proposal or plan fulfilled in whole or in part by this Communication.", + "isModifier": false, + "short": "Request fulfilled by this communication", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "Communication.basedOn", + "comment": "This must point to some sort of a 'Request' resource, such as CarePlan, CommunicationRequest, ServiceRequest, MedicationRequest, etc.", + "isSummary": true + }, + { + "path": "Communication.partOf", + "min": 0, + "definition": "A larger event (e.g. Communication, Procedure) of which this particular communication is a component or step.", + "isModifier": false, + "short": "Part of referenced event (e.g. Communication, Procedure)", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["container"], + "max": "*", + "id": "Communication.partOf", + "comment": "The event the communication was part of - e.g. if you disclosed as \"part\" of counselling, it would be partOf that Procedure.", + "isSummary": true + }, + { + "path": "Communication.inResponseTo", + "min": 0, + "definition": "Prior communication that this communication is in response to.", + "isModifier": false, + "short": "Reply to", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Communication" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Communication.inResponseTo", + "isSummary": false + }, + { + "path": "Communication.status", + "min": 1, + "definition": "The status of the transmission.", + "isModifier": true, + "short": "preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationStatus" + } + ], + "description": "The status of the communication." + }, + "max": "1", + "id": "Communication.status", + "comment": "This element is labeled as a modifier because the status contains the codes aborted and entered-in-error that mark the communication as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Communication.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the Communication.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-not-done-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationNotDoneReason" + } + ], + "description": "Codes for the reason why a communication did not happen." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "Communication.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"not-done\", \"suspended\" or \"aborted\". The reason for performing the event at all is captured in reasonCode, not here.", + "isSummary": true + }, + { + "path": "Communication.category", + "min": 0, + "definition": "The type of message conveyed such as alert, notification, reminder, instruction, etc.", + "isModifier": false, + "short": "Message category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationCategory" + } + ], + "description": "Codes for general categories of communications such as alerts, instructions, etc." + }, + "max": "*", + "id": "Communication.category", + "comment": "There may be multiple axes of categorization and one communication may serve multiple purposes.", + "isSummary": false + }, + { + "path": "Communication.priority", + "min": 0, + "definition": "Characterizes how quickly the planned or in progress communication must be addressed. Includes concepts such as stat, urgent, routine.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [{ "map": "FiveWs.grade", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this communication should be treated with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationPriority" + } + ], + "description": "Codes indicating the relative importance of a communication." + }, + "max": "1", + "id": "Communication.priority", + "comment": "Used to prioritize workflow (such as which communication to read first) when the communication is planned or in progress.", + "isSummary": true + }, + { + "path": "Communication.medium", + "min": 0, + "definition": "A channel that was used for this communication (e.g. email, fax).", + "isModifier": false, + "short": "A channel of communication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationMedium" + } + ], + "description": "Codes for communication mediums such as phone, fax, email, in person, etc." + }, + "max": "*", + "id": "Communication.medium", + "isSummary": false + }, + { + "path": "Communication.subject", + "min": 0, + "definition": "The patient or group that was the focus of this communication.", + "isModifier": false, + "short": "Focus of message", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "Communication.subject", + "isSummary": true + }, + { + "path": "Communication.topic", + "min": 0, + "definition": "Description of the purpose/content, similar to a subject line in an email.", + "isModifier": false, + "short": "Description of the purpose/content", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationTopic" + } + ], + "description": "Codes describing the purpose or content of the communication." + }, + "max": "1", + "id": "Communication.topic", + "comment": "Communication.topic.text can be used without any codings.", + "isSummary": false + }, + { + "path": "Communication.about", + "min": 0, + "definition": "Other resources that pertain to this communication and to which this communication should be associated.", + "isModifier": false, + "short": "Resources that pertain to this communication", + "mapping": [{ "map": "FiveWs.context", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Communication.about", + "comment": "Don't use Communication.about element when a more specific element exists, such as basedOn or reasonReference.", + "isSummary": false + }, + { + "path": "Communication.encounter", + "min": 0, + "definition": "The Encounter during which this Communication was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "The Encounter during which this Communication was created", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Communication.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "Communication.sent", + "min": 0, + "definition": "The time when this communication was sent.", + "isModifier": false, + "short": "When sent", + "mapping": [ + { + "map": "Event.occurrence[x] {Invariant: maps to period.start}", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Communication.sent", + "isSummary": false + }, + { + "path": "Communication.received", + "min": 0, + "definition": "The time when this communication arrived at the destination.", + "isModifier": false, + "short": "When received", + "mapping": [ + { + "map": "Event.occurrence[x] {Invariant: maps to period.end}", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Communication.received", + "isSummary": false + }, + { + "path": "Communication.recipient", + "min": 0, + "definition": "The entity (e.g. person, organization, clinical information system, care team or device) which is the target of the communication.", + "isModifier": false, + "short": "Who the information is shared with", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Communication.recipient", + "comment": "If receipts need to be tracked by an individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either receipts are not tracked (e.g. a mass mail-out) or a receipt is captured in aggregate (all emails confirmed received by a particular time).", + "isSummary": false + }, + { + "path": "Communication.sender", + "min": 0, + "definition": "The entity (e.g. person, organization, clinical information system, or device) which is the source of the communication.", + "isModifier": false, + "short": "Who shares the information", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Communication.sender", + "isSummary": false + }, + { + "path": "Communication.reason", + "min": 0, + "definition": "The reason or justification for the communication.", + "isModifier": false, + "short": "Indication for message", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationReason" + } + ], + "description": "Codes for describing reasons for the occurrence of a communication." + }, + "max": "*", + "id": "Communication.reason", + "comment": "Textual reasons can be captured using reason.concept.text.", + "isSummary": true + }, + { + "path": "Communication.payload", + "min": 0, + "definition": "Text, attachment(s), or resource(s) that was communicated to the recipient.", + "isModifier": false, + "short": "Message payload", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Communication.payload", + "isSummary": false + }, + { + "path": "Communication.payload.content[x]", + "min": 1, + "definition": "A communicated content (or for multi-part communications, one portion of the communication).", + "isModifier": false, + "short": "Message part content", + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "Communication.payload.content[x]", + "comment": "The content can be codified or textual. As an example of codified content, when working with machine generated communications, the payload may be drawn from a finite, terminology defined set of communications, especially for short, status update kinds of communications where more of a natural language approach isn't appropriate.\n\nIf the content isn't codified, contentCodeableConcept.text can be used. \n\nWhen using contentCodeableConcept, the CodeableConcept is what is being communicated and is not a categorization of the content.", + "isSummary": false + }, + { + "path": "Communication.note", + "min": 0, + "definition": "Additional notes or commentary about the communication by the sender, receiver or other interested parties.", + "isModifier": false, + "short": "Comments made about the communication", + "mapping": [ + { "map": "Event.note", "identity": "workflow" } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "Communication.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "RegulatedAuthorization", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RegulatedAuthorization", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "RegulatedAuthorization", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/RegulatedAuthorization", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RegulatedAuthorization", + "differential": { + "element": [ + { + "path": "RegulatedAuthorization", + "min": 0, + "definition": "Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act. An example is Market Authorization relating to a Medicinal Product.", + "isModifier": false, + "short": "Regulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity e.g. Market Authorization for a Medicinal Product", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { + "map": "Marketing Authorization, Clinical Trial Authorization", + "identity": "idmp" + } + ], + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization" + }, + { + "path": "RegulatedAuthorization.identifier", + "min": 0, + "definition": "Business identifier for the authorization, typically assigned by the authorizing body.", + "isModifier": false, + "short": "Business identifier for the authorization, typically assigned by the authorizing body", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "Marketing Authorization.Marketing Authorization Number", + "identity": "idmp" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization.identifier", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.subject", + "min": 0, + "definition": "The product type, treatment, facility or activity that is being authorized.", + "isModifier": false, + "short": "The product type, treatment, facility or activity that is being authorized", + "mapping": [ + { + "map": "(the link to Medicinal Product or Packaged Medicinal Product)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "http://hl7.org/fhir/StructureDefinition/NutritionProduct", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/Ingredient", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/ResearchStudy", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization.subject", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.type", + "min": 0, + "definition": "Overall type of this authorization, for example drug marketing approval, orphan drug designation.", + "isModifier": false, + "short": "Overall type of this authorization, for example drug marketing approval, orphan drug designation", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RegulatedAuthorizationType" + } + ], + "description": "Overall type of this authorization." + }, + "max": "1", + "id": "RegulatedAuthorization.type", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.description", + "min": 0, + "definition": "General textual supporting information.", + "isModifier": false, + "short": "General textual supporting information", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.description", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.region", + "min": 0, + "definition": "The territory (e.g., country, jurisdiction etc.) in which the authorization has been granted.", + "isModifier": false, + "short": "The territory in which the authorization has been granted", + "mapping": [ + { + "map": "Marketing Authorization.Country", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "*", + "id": "RegulatedAuthorization.region", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.status", + "min": 0, + "definition": "The status that is authorised e.g. approved. Intermediate states and actions can be tracked with cases and applications.", + "isModifier": false, + "short": "The status that is authorised e.g. approved. Intermediate states can be tracked with cases and applications", + "mapping": [ + { + "map": "Marketing Authorization.Authorization Status", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "RegulatedAuthorization.status", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.statusDate", + "min": 0, + "definition": "The date at which the current status was assigned.", + "isModifier": false, + "short": "The date at which the current status was assigned", + "mapping": [ + { + "map": "Marketing Authorization.Authorization Status Date", + "identity": "idmp" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.statusDate", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.validityPeriod", + "min": 0, + "definition": "The time period in which the regulatory approval, clearance or licencing is in effect. As an example, a Marketing Authorization includes the date of authorization and/or an expiration date.", + "isModifier": false, + "short": "The time period in which the regulatory approval etc. is in effect, e.g. a Marketing Authorization includes the date of authorization and/or expiration date", + "mapping": [ + { + "map": "Marketing Authorization.Validity Period Start, Marketing Authorization.Validity Period End", + "identity": "idmp" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.validityPeriod", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.indication", + "min": 0, + "definition": "Condition for which the use of the regulated product applies.", + "isModifier": false, + "short": "Condition for which the use of the regulated product applies", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization.indication", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.intendedUse", + "min": 0, + "definition": "The intended use of the product, e.g. prevention, treatment, diagnosis.", + "isModifier": false, + "short": "The intended use of the product, e.g. prevention, treatment", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/product-intended-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProductIntendedUse" + } + ], + "description": "The overall intended use of a product." + }, + "max": "1", + "id": "RegulatedAuthorization.intendedUse", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.basis", + "min": 0, + "definition": "The legal or regulatory framework against which this authorization is granted, or other reasons for it.", + "isModifier": false, + "short": "The legal/regulatory framework or reasons under which this authorization is granted", + "mapping": [ + { + "map": "Marketing Authorization.Status Reasons.Legal Grounds", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-basis", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RegulatedAuthorizationBasis" + } + ], + "description": "A legal or regulatory framework against which an authorization is granted, or other reasons for it." + }, + "max": "*", + "id": "RegulatedAuthorization.basis", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.holder", + "min": 0, + "definition": "The organization that has been granted this authorization, by some authoritative body (the 'regulator').", + "isModifier": false, + "short": "The organization that has been granted this authorization, by the regulator", + "mapping": [ + { + "map": "Marketing Authorization.Marketing Authorization Holder (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.holder", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.regulator", + "min": 0, + "definition": "The regulatory authority or authorizing body granting the authorization. For example, European Medicines Agency (EMA), Food and Drug Administration (FDA), Health Canada (HC), etc.", + "isModifier": false, + "short": "The regulatory authority or authorizing body granting the authorization", + "mapping": [ + { + "map": "Marketing Authorization.Medicines Regulatory Agency (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.regulator", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.attachedDocument", + "min": 0, + "definition": "Additional information or supporting documentation about the authorization.", + "isModifier": false, + "short": "Additional information or supporting documentation about the authorization", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization.attachedDocument", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case", + "min": 0, + "definition": "The case or regulatory procedure for granting or amending a regulated authorization. An authorization is granted in response to submissions/applications by those seeking authorization. A case is the administrative process that deals with the application(s) that relate to this and assesses them. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page).", + "isModifier": false, + "short": "The case or regulatory procedure for granting or amending a regulated authorization. Note: This area is subject to ongoing review and the workgroup is seeking implementer feedback on its use (see link at bottom of page)", + "mapping": [ + { + "map": "Marketing Authorization.Marketing Authorization Procedure, Marketing Authorization Procedure.Marketing Authorization Application", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.case", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case.identifier", + "min": 0, + "definition": "Identifier by which this case can be referenced.", + "isModifier": false, + "short": "Identifier by which this case can be referenced", + "mapping": [ + { + "map": "Marketing Authorization Procedure.Procedure Identifier / Number, Marketing Authorization Application.Application Identifier / Number", + "identity": "idmp" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.case.identifier", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case.type", + "min": 0, + "definition": "The defining type of case.", + "isModifier": false, + "short": "The defining type of case", + "mapping": [ + { + "map": "Marketing Authorization Procedure.Procedure Type, Marketing Authorization Application.Application Type", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/regulated-authorization-case-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RegulatedAuthorizationCaseType" + } + ], + "description": "The type of a case involved in an application." + }, + "max": "1", + "id": "RegulatedAuthorization.case.type", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case.status", + "min": 0, + "definition": "The status associated with the case.", + "isModifier": false, + "short": "The status associated with the case", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "RegulatedAuthorization.case.status", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case.date[x]", + "min": 0, + "definition": "Relevant date for this case.", + "isModifier": false, + "short": "Relevant date for this case", + "mapping": [ + { + "map": "Marketing Authorization Procedure.Procedure Date Start, Marketing Authorization Procedure.Procedure Date End, Marketing Authorization Application.Application Date", + "identity": "idmp" + } + ], + "type": [{ "code": "Period" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "RegulatedAuthorization.case.date[x]", + "isSummary": true + }, + { + "path": "RegulatedAuthorization.case.application", + "min": 0, + "definition": "A regulatory submission from an organization to a regulator, as part of an assessing case. Multiple applications may occur over time, with more or different information to support or modify the submission or the authorization. The applications can be considered as steps within the longer running case or procedure for this authorization process.", + "isModifier": false, + "short": "Applications submitted to obtain a regulated authorization. Steps within the longer running case or procedure", + "mapping": [ + { + "map": "Marketing Authorization.Marketing Authorization Application", + "identity": "idmp" + } + ], + "contentReference": "#RegulatedAuthorization.case", + "mustSupport": false, + "max": "*", + "id": "RegulatedAuthorization.case.application", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/AppointmentResponse/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "AppointmentResponse", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://ietf.org/rfc/2445", + "name": "iCalendar", + "identity": "ical" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "AppointmentResponse", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Workflow" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "AppointmentResponse", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/AppointmentResponse", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "apr-1", + "human": "Either the participantType or actor must be specified", + "source": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse", + "severity": "error", + "expression": "participantType.exists() or actor.exists()" + } + ], + "path": "AppointmentResponse", + "min": 0, + "definition": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.", + "isModifier": false, + "short": "A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "workflow.scheduling", "identity": "w5" }, + { + "map": "Act[@moodCode <= 'PRMS']", + "identity": "rim" + }, + { "map": "VEVENT", "identity": "ical" } + ], + "mustSupport": false, + "max": "*", + "id": "AppointmentResponse" + }, + { + "path": "AppointmentResponse.identifier", + "min": 0, + "definition": "This records identifiers associated with this appointment response concern that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate.", + "isModifier": false, + "short": "External Ids for this item", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { "map": "UID", "identity": "ical" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "AppointmentResponse.identifier", + "isSummary": true + }, + { + "path": "AppointmentResponse.appointment", + "min": 1, + "definition": "Appointment that this response is replying to.", + "isModifier": false, + "short": "Appointment this response relates to", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": "scheduleRequest.ActAppointmentRequest[@moodCode <= 'ARQ']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Appointment" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.appointment", + "isSummary": true + }, + { + "path": "AppointmentResponse.proposedNewTime", + "min": 0, + "definition": "Indicates that the response is proposing a different time that was initially requested. The new proposed time will be indicated in the start and end properties.", + "isModifier": false, + "short": "Indicator for a counter proposal", + "mapping": [ + { "map": "n/a", "identity": "rim" }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.proposedNewTime", + "isSummary": true + }, + { + "path": "AppointmentResponse.start", + "min": 0, + "definition": "Date/Time that the appointment is to take place, or requested new start time.", + "isModifier": false, + "short": "Time from appointment, or requested new start time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" }, + { "map": ".effectiveTime.low", "identity": "rim" } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.start", + "comment": "This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the start time.", + "isSummary": false + }, + { + "path": "AppointmentResponse.end", + "min": 0, + "definition": "This may be either the same as the appointment request to confirm the details of the appointment, or alternately a new time to request a re-negotiation of the end time.", + "isModifier": false, + "short": "Time from appointment, or requested new end time", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": ".effectiveTime.high", "identity": "rim" } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.end", + "isSummary": false + }, + { + "path": "AppointmentResponse.participantType", + "min": 0, + "definition": "Role of participant in the appointment.", + "isModifier": false, + "short": "Role of participant in the appointment", + "mapping": [ + { + "map": "Request.performerType", + "identity": "workflow" + }, + { + "map": "(performer | reusableDevice | subject | location).@typeCode", + "identity": "rim" + }, + { "map": "n/a", "identity": "ical" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-participant-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantType" + } + ], + "description": "Role of participant in encounter." + }, + "max": "*", + "id": "AppointmentResponse.participantType", + "condition": ["apr-1"], + "comment": "The role of the participant can be used to declare what the actor will be doing in the scope of the referenced appointment.\r\rIf the actor is not specified, then it is expected that the actor will be filled in at a later stage of planning.\r\rThis value SHALL be the same as specified on the referenced Appointment so that they can be matched, and subsequently updated.", + "isSummary": true + }, + { + "path": "AppointmentResponse.actor", + "min": 0, + "definition": "A Person, Location, HealthcareService, or Device that is participating in the appointment.", + "isModifier": false, + "short": "Person(s), Location, HealthcareService, or Device", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.who", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { + "map": "performer.person | reusableDevice.manufacturedDevice | subject.patient | location.serviceDeliveryLocation", + "identity": "rim" + }, + { + "map": "ATTENDEE: (Need to provide the common name CN and also the MAILTO properties from the practitioner resource)", + "identity": "ical" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.actor", + "condition": ["apr-1"], + "isSummary": true + }, + { + "path": "AppointmentResponse.participantStatus", + "min": 1, + "definition": "Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty.", + "isModifier": true, + "short": "accepted | declined | tentative | needs-action | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { + "map": "(performer | reusableDevice | subject | location).statusCode", + "identity": "rim" + }, + { + "map": "ATTENDEE;CN=\"Brian Postlethwaite\";RSVP=TRUE:mailto:BPostlethwaite@data.com (rsvpparam | partstatparam)", + "identity": "ical" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/appointmentresponse-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ParticipantStatus" + } + ], + "description": "The Participation status of an appointment." + }, + "max": "1", + "id": "AppointmentResponse.participantStatus", + "comment": "This element is labeled as a modifier because the status contains the code entered-in-error that marks the participant as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "AppointmentResponse.comment", + "min": 0, + "definition": "Additional comments about the appointment.", + "isModifier": false, + "short": "Additional comments", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": ".subjectOf.observation[@moodCode = 'EVN'][code = 'annotation'].value", + "identity": "rim" + }, + { "map": "COMMENT", "identity": "ical" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.comment", + "comment": "This comment is particularly important when the responder is declining, tentatively accepting or requesting another time to indicate the reasons why.", + "isSummary": false + }, + { + "path": "AppointmentResponse.recurring", + "min": 0, + "definition": "Indicates that this AppointmentResponse applies to all occurrences in a recurring request.", + "isModifier": false, + "short": "This response is for all occurrences in a recurring request", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.recurring", + "comment": "When a recurring appointment is requested, the participant may choose to respond to each individual occurrence, in which case AppointmentResponse.recurring should be false. If the participant chooses to respond the same way for all occurrences, they may instead use a single AppointmentResponse with recurring set to true. These may be combined as the participant chooses. For example, they may accept all occurrences (recurring = true), but then send a decline for a specific occurrence (recurring=false).", + "isSummary": false + }, + { + "path": "AppointmentResponse.occurrenceDate", + "min": 0, + "definition": "The original date within a recurring request. This could be used in place of the recurrenceId to be more direct (or where the template is provided through the simple list of dates in `Appointment.occurrenceDate`).", + "isModifier": false, + "short": "Original date within a recurring request", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.occurrenceDate", + "isSummary": false + }, + { + "path": "AppointmentResponse.recurrenceId", + "min": 0, + "definition": "The recurrence ID (sequence number) of the specific appointment when responding to a recurring request.", + "isModifier": false, + "short": "The recurrence ID of the specific recurring request", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "AppointmentResponse.recurrenceId", + "comment": "If the recurrence template was defined using the list of occurrenceDates then this property might not be used.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Logical Model: A pattern to be followed by resources that represent a specific proposal, plan and/or order for some sort of action or service.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Definition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Definition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Definition", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Definition", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Definition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Definition", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "Period Type: A time period defined by a start and end date and optionally time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Period/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Period", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Period", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Period", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Period", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Period", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "per-1", + "human": "If present, start SHALL have a lower or equal value than end", + "source": "http://hl7.org/fhir/StructureDefinition/Period", + "severity": "error", + "expression": "start.hasValue().not() or end.hasValue().not() or (start.lowBoundary() <= end.highBoundary())" + } + ], + "path": "Period", + "min": 0, + "definition": "A time period defined by a start and end date and optionally time.", + "short": "Time range defined by start and end date/time", + "mapping": [ + { "map": "DR", "identity": "v2" }, + { + "map": "IVL[lowClosed=\"true\" and highClosed=\"true\"] or URG[lowClosed=\"true\" and highClosed=\"true\"]", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Period", + "comment": "A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\").\n\nPeriod is not used for a duration (a measure of elapsed time). See [Duration](datatypes.html#Duration)." + }, + { + "path": "Period.start", + "min": 0, + "definition": "The start of the period. The boundary is inclusive.", + "short": "Starting time with inclusive boundary", + "mapping": [ + { "map": "DR.1", "identity": "v2" }, + { "map": "./low", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "max": "1", + "id": "Period.start", + "condition": ["per-1"], + "comment": "If the low element is missing, the meaning is that the low boundary is not known.", + "isSummary": true + }, + { + "path": "Period.end", + "min": 0, + "definition": "The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.", + "short": "End time with inclusive boundary, if not ongoing", + "mapping": [ + { "map": "DR.2", "identity": "v2" }, + { "map": "./high", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "meaningWhenMissing": "If the end of the period is missing, it means that the period is ongoing", + "max": "1", + "id": "Period.end", + "condition": ["per-1"], + "comment": "The end value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "A record of association of a device.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceAssociation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceAssociation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceAssociation", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceAssociation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceAssociation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceAssociation", + "differential": { + "element": [ + { + "path": "DeviceAssociation", + "min": 0, + "definition": "A record of association or dissociation of a device with a patient.", + "isModifier": false, + "short": "A record of association or dissociation of a device with a patient", + "mapping": [ + { "map": "administrative.device", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceAssociation" + }, + { + "path": "DeviceAssociation.identifier", + "min": 0, + "definition": "Instance identifier.", + "isModifier": false, + "short": "Instance identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceAssociation.identifier", + "isSummary": true + }, + { + "path": "DeviceAssociation.device", + "min": 1, + "definition": "Reference to the devices associated with the patient or group.", + "isModifier": false, + "short": "Reference to the devices associated with the patient or group", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceAssociation.device", + "isSummary": true + }, + { + "path": "DeviceAssociation.category", + "min": 0, + "definition": "Describes the relationship between the device and subject.", + "isModifier": false, + "short": "Describes the relationship between the device and subject", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceAssociation.category", + "isSummary": true + }, + { + "path": "DeviceAssociation.status", + "min": 1, + "definition": "Indicates the state of the Device association.", + "isModifier": false, + "short": "implanted | explanted | attached | entered-in-error | unknown", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the state of the device association." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceAssociationStatus" + } + ], + "description": "Describes the lifecycle of the association." + }, + "max": "1", + "id": "DeviceAssociation.status", + "isSummary": true + }, + { + "path": "DeviceAssociation.statusReason", + "min": 0, + "definition": "The reasons given for the current association status.", + "isModifier": false, + "short": "The reasons given for the current association status", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-status-reason|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceAssociationStatusReason" + } + ], + "description": "Describes the reason for changing the status of the association." + }, + "max": "*", + "id": "DeviceAssociation.statusReason", + "isSummary": true + }, + { + "path": "DeviceAssociation.subject", + "min": 0, + "definition": "The individual, group of individuals or device that the device is on or associated with.", + "isModifier": false, + "short": "The individual, group of individuals or device that the device is on or associated with", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceAssociation.subject", + "isSummary": true + }, + { + "path": "DeviceAssociation.bodyStructure", + "min": 0, + "definition": "Current anatomical location of the device in/on subject.", + "isModifier": false, + "short": "Current anatomical location of the device in/on subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceAssociation.bodyStructure", + "isSummary": true + }, + { + "path": "DeviceAssociation.period", + "min": 0, + "definition": "Begin and end dates and times for the device association.", + "isModifier": false, + "short": "Begin and end dates and times for the device association", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DeviceAssociation.period", + "isSummary": true + }, + { + "path": "DeviceAssociation.operation", + "min": 0, + "definition": "The details about the device when it is in use to describe its operation.", + "isModifier": false, + "short": "The details about the device when it is in use to describe its operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DeviceAssociation.operation", + "isSummary": true + }, + { + "path": "DeviceAssociation.operation.status", + "min": 1, + "definition": "Device operational condition corresponding to the association.", + "isModifier": false, + "short": "Device operational condition", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceassociation-operationstatus", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the status of the association operation." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceAssociationOperationStatus" + } + ], + "description": "Describes the the status of the association operation." + }, + "max": "1", + "id": "DeviceAssociation.operation.status", + "isSummary": true + }, + { + "path": "DeviceAssociation.operation.operator", + "min": 0, + "definition": "The individual performing the action enabled by the device.", + "isModifier": false, + "short": "The individual performing the action enabled by the device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceAssociation.operation.operator", + "isSummary": true + }, + { + "path": "DeviceAssociation.operation.period", + "min": 0, + "definition": "Begin and end dates and times for the device's operation.", + "isModifier": false, + "short": "Begin and end dates and times for the device's operation", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "DeviceAssociation.operation.period", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ManufacturedItemDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11615", + "name": "IDMP Mapping", + "identity": "idmp" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ManufacturedItemDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "ManufacturedItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ManufacturedItemDefinition", + "differential": { + "element": [ + { + "path": "ManufacturedItemDefinition", + "min": 0, + "definition": "The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.", + "isModifier": false, + "short": "The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { "map": "Manufactured Item", "identity": "idmp" } + ], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition" + }, + { + "path": "ManufacturedItemDefinition.identifier", + "min": 0, + "definition": "Unique identifier.", + "isModifier": false, + "short": "Unique identifier", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "idmp" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.identifier", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.status", + "min": 1, + "definition": "The status of this item. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ManufacturedItemDefinition.status", + "comment": "Allows filtering of manufactured items that are appropriate for use versus not.", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.name", + "min": 0, + "definition": "A descriptive name applied to this item.", + "isModifier": false, + "short": "A descriptive name applied to this item", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "n/a", "identity": "idmp" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ManufacturedItemDefinition.name", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.manufacturedDoseForm", + "min": 1, + "definition": "Dose form as manufactured and before any transformation into the pharmaceutical product.", + "isModifier": false, + "short": "Dose form as manufactured (before any necessary transformation)", + "mapping": [ + { + "map": "Manufactured Item.Manufactured Dose Form", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/manufactured-dose-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ManufacturedDoseForm" + } + ], + "description": "Dose form for a medication, in the form suitable for administering to the patient, after mixing, where necessary." + }, + "max": "1", + "id": "ManufacturedItemDefinition.manufacturedDoseForm", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.unitOfPresentation", + "min": 0, + "definition": "The “real-world” units in which the quantity of the manufactured item is described.", + "isModifier": false, + "short": "The “real-world” units in which the quantity of the item is described", + "mapping": [ + { + "map": "Manufactured Item.Unit of Presentation", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/unit-of-presentation", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UnitOfPresentation" + } + ], + "description": "The presentation type in which an administrable medicinal product is given to a patient." + }, + "max": "1", + "id": "ManufacturedItemDefinition.unitOfPresentation", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.manufacturer", + "min": 0, + "definition": "Manufacturer of the item, one of several possible.", + "isModifier": false, + "short": "Manufacturer of the item, one of several possible", + "mapping": [ + { + "map": "Manufactured Item.Manufacturer / Establishment (Organisation)", + "identity": "idmp" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.manufacturer", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.marketingStatus", + "min": 0, + "definition": "Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated.", + "isModifier": false, + "short": "Allows specifying that an item is on the market for sale, or that it is not available, and the dates and locations associated", + "mapping": [{ "map": "n/a", "identity": "idmp" }], + "type": [{ "code": "MarketingStatus" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.marketingStatus", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.ingredient", + "min": 0, + "definition": "The ingredients of this manufactured item. This is only needed if the ingredients are not specified by incoming references from the Ingredient resource.", + "isModifier": false, + "short": "The ingredients of this manufactured item. Only needed if these are not specified by incoming references from the Ingredient resource", + "mapping": [ + { + "map": "Manufactured Item.Ingredient (see also FHIR Ingredient resource)", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTSubstanceCodes" + } + ], + "description": "This value set includes all substance codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "*", + "id": "ManufacturedItemDefinition.ingredient", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.property", + "min": 0, + "definition": "General characteristics of this item.", + "isModifier": false, + "short": "General characteristics of this item", + "mapping": [ + { + "map": "Manufactured Item.Physical Characteristics", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.property", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.property.type", + "min": 1, + "definition": "A code expressing the type of characteristic.", + "isModifier": false, + "short": "A code expressing the type of characteristic", + "mapping": [ + { + "map": "Physical Characteristics, all attributes", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTCharacteristicCodes" + } + ], + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "ManufacturedItemDefinition.property.type", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.property.value[x]", + "min": 0, + "definition": "A value for the characteristic.", + "isModifier": false, + "short": "A value for the characteristic", + "mapping": [ + { + "map": "Physical Characteristics, attribute's value", + "identity": "idmp" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "date" }, + { "code": "boolean" }, + { "code": "markdown" }, + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Binary" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ManufacturedItemDefinition.property.value[x]", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component", + "min": 0, + "definition": "Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup.", + "isModifier": false, + "short": "Physical parts of the manufactured item, that it is intrisically made from. This is distinct from the ingredients that are part of its chemical makeup", + "mapping": [ + { + "map": "Manufactured Item.Physical Characteristics", + "identity": "idmp" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.type", + "min": 1, + "definition": "Defining type of the component e.g. shell, layer, ink.", + "isModifier": false, + "short": "Defining type of the component e.g. shell, layer, ink", + "mapping": [ + { + "map": "Physical Characteristics, all attributes", + "identity": "idmp" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "ManufacturedItemDefinition.component.type", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.function", + "min": 0, + "definition": "The function of this component within the item e.g. delivers active ingredient, masks taste.", + "isModifier": false, + "short": "The function of this component within the item e.g. delivers active ingredient, masks taste", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.function", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.amount", + "min": 0, + "definition": "The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume).", + "isModifier": false, + "short": "The measurable amount of total quantity of all substances in the component, expressable in different ways (e.g. by mass or volume)", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.amount", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.constituent", + "min": 0, + "definition": "A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient).", + "isModifier": false, + "short": "A reference to a constituent of the manufactured item as a whole, linked here so that its component location within the item can be indicated. This not where the item's ingredient are primarily stated (for which see Ingredient.for or ManufacturedItemDefinition.ingredient)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.constituent", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.constituent.amount", + "min": 0, + "definition": "The measurable amount of the substance, expressable in different ways (e.g. by mass or volume).", + "isModifier": false, + "short": "The measurable amount of the substance, expressable in different ways (e.g. by mass or volume)", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.constituent.amount", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.constituent.location", + "min": 0, + "definition": "The physical location of the constituent/ingredient within the component. Example – if the component is the bead in the capsule, then the location would be where the ingredient resides within the product part – intragranular, extra-granular, etc.", + "isModifier": false, + "short": "The physical location of the constituent/ingredient within the component", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.constituent.location", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.constituent.function", + "min": 0, + "definition": "The function of this constituent within the component e.g. binder.", + "isModifier": false, + "short": "The function of this constituent within the component e.g. binder", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.constituent.function", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.constituent.hasIngredient", + "min": 0, + "definition": "The ingredient that is the constituent of the given component.", + "isModifier": false, + "short": "The ingredient that is the constituent of the given component", + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Ingredient" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.constituent.hasIngredient", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.property", + "min": 0, + "definition": "General characteristics of this component.", + "isModifier": false, + "short": "General characteristics of this component", + "contentReference": "#ManufacturedItemDefinition.property", + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.property", + "isSummary": true + }, + { + "path": "ManufacturedItemDefinition.component.component", + "min": 0, + "definition": "A component that this component contains or is made from.", + "isModifier": false, + "short": "A component that this component contains or is made from", + "contentReference": "#ManufacturedItemDefinition.component", + "mustSupport": false, + "max": "*", + "id": "ManufacturedItemDefinition.component.component", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "integer64 Type: A very large whole number", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/integer64/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "integer64", + "abstract": false, + "type": "integer64", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "integer64", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/integer64", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/integer64", + "differential": { + "element": [ + { + "id": "integer64", + "max": "*", + "min": 0, + "path": "integer64", + "short": "Primitive Type integer64", + "comment": "Typically this is used for record counters (e.g. database keys)", + "definition": "A very large whole number" + }, + { + "path": "integer64.value", + "min": 0, + "definition": "Primitive value for integer64", + "short": "Primitive value for integer64", + "minValueInteger64": "-9223372036854775808", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Integer", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "integer64" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "[0]|[-+]?[1-9][0-9]*" + } + ] + } + ], + "representation": ["xmlAttr"], + "max": "1", + "id": "integer64.value", + "maxValueInteger64": "9223372036854775807" + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "A biological material originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProduct", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "https://www.isbt128.org/uri/", + "name": "ISBT 128 Codes", + "identity": "ISBT128Code" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "BiologicallyDerivedProduct", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "BiologicallyDerivedProduct", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProduct", + "differential": { + "element": [ + { + "path": "BiologicallyDerivedProduct", + "min": 0, + "definition": "This resource reflects an instance of a biologically derived product. A material substance originating from a biological entity intended to be transplanted or infused\ninto another (possibly the same) biological entity.", + "isModifier": false, + "short": "This resource reflects an instance of a biologically derived product", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Material[classCode= Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct", + "comment": "Substances include, but are not limited to: whole blood, bone marrow, organs, and manipulated blood cells." + }, + { + "path": "BiologicallyDerivedProduct.productCategory", + "min": 0, + "definition": "Broad category of this product.", + "isModifier": false, + "short": "organ | tissue | fluid | cells | biologicalAgent", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductCategory" + } + ], + "description": "Biologically Derived Product Category." + }, + "max": "1", + "id": "BiologicallyDerivedProduct.productCategory", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.productCode", + "min": 0, + "definition": "A codified value that systematically supports characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions.", + "isModifier": false, + "short": "A code that identifies the kind of this biologically derived product", + "mapping": [ + { + "map": "Product Description Code. Required for ISBT 128 labeled products", + "identity": "ISBT128Code" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-productcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductCodes" + } + ], + "description": "Biologically-derived Product Codes" + }, + "max": "1", + "id": "BiologicallyDerivedProduct.productCode", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.parent", + "min": 0, + "definition": "Parent product (if any) for this biologically-derived product.", + "isModifier": false, + "short": "The parent biologically-derived product", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct.parent", + "comment": "For products that have multiple collections. For example Peripheral Blood Stem Cells may be collected over several days from a single donor and the donation split into in multiple containers which must be linked to the parent donation.", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.request", + "min": 0, + "definition": "Request to obtain and/or infuse this biologically derived product.", + "isModifier": false, + "short": "Request to obtain and/or infuse this product", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct.request", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a biologically derived product. Note: This is a business identifier, not a resource identifier.", + "isModifier": false, + "short": "Instance identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "IAM-7", "identity": "v2" }, + { "map": "id", "identity": "rim" }, + { + "map": "MPHO Unique Identifier. Required for ISBT 128 labeled products", + "identity": "ISBT128Code" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct.identifier", + "comment": "This identifier should uniquely identify the product instance in the business domain. Ideally it should be a globally unique identifier under the control of an ISO/IEC 15459 Issuing Agency.", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProduct.biologicalSourceEvent", + "min": 0, + "definition": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.", + "isModifier": false, + "short": "An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "Donation Identification Number. Required for ISBT 128 labeled products", + "identity": "ISBT128Code" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.biologicalSourceEvent", + "comment": "Necessary to support mandatory requirements for traceability from donor/source to recipient and vice versa, while also satisfying donor anonymity requirements. The element is defined consistently across BiologicallyDerivedProduct, NutritionProduct, and Device. The identifier references an event that links to a single biological entity such as a blood donor, or to multiple biological entities (e.g. when the product is an embryo or a pooled platelet product). A single biologicalSourceEvent identifier may appear on multiple products of many types derived from a single donation event or source extraction. As an example, a single donation event may provide 2 kidneys and a liver for organ transplantation, 2 corneas for eye surgery, heart valves and arterial tissue for cardiovascular surgery, multiple skin grafts, tendons, multiple shaped bone grafts and a large number of bone putty/paste products; and each of them may be assigned to the same biological source event identifier.", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProduct.processingFacility", + "min": 0, + "definition": "Processing facilities responsible for the labeling and distribution of this biologically derived product.", + "isModifier": false, + "short": "Processing facilities responsible for the labeling and distribution of this biologically derived product", + "mapping": [ + { + "map": "Processing Facility Identification Number", + "identity": "ISBT128Code" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct.processingFacility", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.division", + "min": 0, + "definition": "A unique identifier for an aliquot of a product. Used to distinguish individual aliquots of a product carrying the same biologicalSource and productCode identifiers.", + "isModifier": false, + "short": "A unique identifier for an aliquot of a product", + "mapping": [ + { + "map": "Division Identifier. Required for ISBT 128 labeled products", + "identity": "ISBT128Code" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.division", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.productStatus", + "min": 0, + "definition": "Whether the product is currently available.", + "isModifier": false, + "short": "available | unavailable", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductStatus" + } + ], + "description": "Biologically Derived Product Status." + }, + "max": "1", + "id": "BiologicallyDerivedProduct.productStatus", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.expirationDate", + "min": 0, + "definition": "Date, and where relevant time, of expiration.", + "isModifier": false, + "short": "Date, and where relevant time, of expiration", + "mapping": [ + { + "map": "Expiration Date and Time ISO", + "identity": "ISBT128Code" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.expirationDate", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.collection", + "min": 0, + "definition": "How this product was collected.", + "isModifier": false, + "short": "How this product was collected", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.collection", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.collection.collector", + "min": 0, + "definition": "Healthcare professional who is performing the collection.", + "isModifier": false, + "short": "Individual performing collection", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.collection.collector", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.collection.source", + "min": 0, + "definition": "The patient or entity, such as a hospital or vendor in the case of a processed/manipulated/manufactured product, providing the product.", + "isModifier": false, + "short": "The patient who underwent the medical procedure to collect the product or the organization that facilitated the collection", + "mapping": [ + { + "map": "Global Registration Identifier for Donors", + "identity": "ISBT128Code" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.collection.source", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.collection.collected[x]", + "min": 0, + "definition": "Time of product collection.", + "isModifier": false, + "short": "Time of product collection", + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.collection.collected[x]", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.storageTempRequirements", + "min": 0, + "definition": "The temperature requirements for storage of the biologically-derived product.", + "isModifier": false, + "short": "Product storage temperature requirements", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.storageTempRequirements", + "comment": "May be extracted from information held in the Product Description Code.", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.property", + "min": 0, + "definition": "A property that is specific to this BiologicallyDerviedProduct instance.", + "isModifier": false, + "short": "A property that is specific to this BiologicallyDerviedProduct instance", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProduct.property", + "comment": "Property can be used to provide information on a wide range of additional information specific to a particular biologicallyDerivedProduct.", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.property.type", + "min": 1, + "definition": "Code that specifies the property. It should reference an established coding system.", + "isModifier": false, + "short": "Code that specifies the property", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderived-product-property-type-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductPropertyTypeCodes" + } + ], + "description": "Biologically Derived Product Property Type Codes" + }, + "max": "1", + "id": "BiologicallyDerivedProduct.property.type", + "comment": "The element is identified by name and system URI in the type. Some types may have multiple occurrences.", + "isSummary": false + }, + { + "path": "BiologicallyDerivedProduct.property.value[x]", + "min": 1, + "definition": "Property values.", + "isModifier": false, + "short": "Property values", + "type": [ + { "code": "boolean" }, + { "code": "integer" }, + { "code": "CodeableConcept" }, + { "code": "Period" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "string" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProduct.property.value[x]", + "comment": "The value should be provided as a boolean, integer, CodeableConcept, period, quantity, range, ratio, or attachment. The description can be a string only when these others are not available. The type of value will depend on the property type and is specified in ST-027.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines and enforces the minimum expectations for publication and distribution of a concept map, typically as part of an artifact repository or implementation guide publication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishableconceptmap/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishableConceptMap", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ConceptMap", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable ConceptMap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "publishableconceptmap", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishableconceptmap", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1114", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishableconceptmap", + "differential": { + "element": [ + { + "id": "ConceptMap", + "max": "1", + "min": 1, + "path": "ConceptMap" + }, + { + "id": "ConceptMap.identifier", + "path": "ConceptMap.identifier", + "mustSupport": true + }, + { + "id": "ConceptMap.date", + "max": "1", + "min": 1, + "path": "ConceptMap.date", + "mustSupport": true + }, + { + "id": "ConceptMap.contact", + "path": "ConceptMap.contact", + "mustSupport": true + }, + { + "id": "ConceptMap.useContext", + "path": "ConceptMap.useContext", + "mustSupport": true + }, + { + "id": "ConceptMap.jurisdiction", + "path": "ConceptMap.jurisdiction", + "mustSupport": true + }, + { + "id": "ConceptMap.purpose", + "path": "ConceptMap.purpose", + "mustSupport": true + }, + { + "id": "ConceptMap.copyright", + "path": "ConceptMap.copyright", + "mustSupport": true + }, + { + "id": "ConceptMap.copyrightLabel", + "path": "ConceptMap.copyrightLabel", + "mustSupport": true + }, + { + "id": "ConceptMap.approvalDate", + "path": "ConceptMap.approvalDate" + }, + { + "id": "ConceptMap.lastReviewDate", + "path": "ConceptMap.lastReviewDate" + }, + { + "id": "ConceptMap.effectivePeriod", + "path": "ConceptMap.effectivePeriod", + "mustSupport": true + }, + { + "id": "ConceptMap.topic", + "path": "ConceptMap.topic", + "mustSupport": true + }, + { "id": "ConceptMap.author", "path": "ConceptMap.author" }, + { "id": "ConceptMap.editor", "path": "ConceptMap.editor" }, + { "id": "ConceptMap.reviewer", "path": "ConceptMap.reviewer" }, + { "id": "ConceptMap.endorser", "path": "ConceptMap.endorser" }, + { + "id": "ConceptMap.relatedArtifact", + "path": "ConceptMap.relatedArtifact" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareableconceptmap" + }, + { + "description": "CodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CodeableReference/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "This is a common pattern in record keeping - a reference may be made to a specific condition, observation, plan, or definition, or a reference may be made to a general concept defined in a knowledge base somewhere.", + "name": "CodeableReference", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CodeableReference", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-target" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "draft", + "id": "CodeableReference", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/CodeableReference", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CodeableReference", + "differential": { + "element": [ + { + "id": "CodeableReference", + "max": "*", + "min": 0, + "path": "CodeableReference", + "short": "Reference to a resource or a concept", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + } + ], + "definition": "A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class)." + }, + { + "path": "CodeableReference.concept", + "min": 0, + "definition": "A reference to a concept - e.g. the information is identified by its general class to the degree of precision found in the terminology.", + "short": "Reference to a concept (by class)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "max": "1", + "id": "CodeableReference.concept", + "isSummary": true + }, + { + "path": "CodeableReference.reference", + "min": 0, + "definition": "A reference to a resource the provides exact details about the information being referenced.", + "short": "Reference to a resource (by instance)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Reference" }], + "max": "1", + "id": "CodeableReference.reference", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EpisodeOfCare/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EpisodeOfCare", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EpisodeOfCare", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "EpisodeOfCare", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EpisodeOfCare", + "differential": { + "element": [ + { + "path": "EpisodeOfCare", + "min": 0, + "definition": "An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.", + "isModifier": false, + "short": "An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "workflow.encounter", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["Case Program Problem"], + "max": "*", + "id": "EpisodeOfCare" + }, + { + "path": "EpisodeOfCare.identifier", + "min": 0, + "definition": "The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes.", + "isModifier": false, + "short": "Business Identifier(s) relevant for this EpisodeOfCare", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EpisodeOfCare.identifier", + "isSummary": false + }, + { + "path": "EpisodeOfCare.status", + "min": 1, + "definition": "planned | waitlist | active | onhold | finished | cancelled.", + "isModifier": true, + "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareStatus" + } + ], + "description": "The status of the episode of care." + }, + "max": "1", + "id": "EpisodeOfCare.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the episode as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "EpisodeOfCare.statusHistory", + "min": 0, + "definition": "The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).", + "isModifier": false, + "short": "Past list of status codes (the current status may be included to cover the start date of the status)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EpisodeOfCare.statusHistory", + "isSummary": false + }, + { + "path": "EpisodeOfCare.statusHistory.status", + "min": 1, + "definition": "planned | waitlist | active | onhold | finished | cancelled.", + "isModifier": false, + "short": "planned | waitlist | active | onhold | finished | cancelled | entered-in-error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/episode-of-care-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareStatus" + } + ], + "description": "The status of the episode of care." + }, + "max": "1", + "id": "EpisodeOfCare.statusHistory.status", + "isSummary": false + }, + { + "path": "EpisodeOfCare.statusHistory.period", + "min": 1, + "definition": "The period during this EpisodeOfCare that the specific status applied.", + "isModifier": false, + "short": "Duration the EpisodeOfCare was in the specified status", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EpisodeOfCare.statusHistory.period", + "isSummary": false + }, + { + "path": "EpisodeOfCare.type", + "min": 0, + "definition": "A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care.", + "isModifier": false, + "short": "Type/class - e.g. specialist referral, disease management", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/episodeofcare-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EpisodeOfCareType" + } + ], + "description": "The type of the episode of care." + }, + "max": "*", + "id": "EpisodeOfCare.type", + "comment": "The type can be very important in processing as this could be used in determining if the EpisodeOfCare is relevant to specific government reporting, or other types of classifications.", + "isSummary": true + }, + { + "path": "EpisodeOfCare.reason", + "min": 0, + "definition": "The list of medical reasons that are expected to be addressed during the episode of care.", + "isModifier": false, + "short": "The list of medical reasons that are expected to be addressed during the episode of care", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Reason" + } + ], + "max": "*", + "id": "EpisodeOfCare.reason", + "comment": "The reason communicates what medical problem the patient has that should be addressed during the episode of care. This reason could be patient reported complaint, a clinical indication that was determined in a previous encounter or episode of care, or some planned care such as an immunization recommendation. In the case where you have a primary reason, but are expecting to also address other problems, you can list the primary reason with a use code of 'Chief Complaint', while the other problems being addressed would have a use code of 'Reason for Visit'.\r\rExamples:\r * pregnancy would use HealthcareService or a coding as the reason\r * patient home monitoring could use Condition as the reason", + "isSummary": true + }, + { + "path": "EpisodeOfCare.reason.use", + "min": 0, + "definition": "What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).", + "isModifier": false, + "short": "What the reason value should be used for/as", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "reason-use" + } + ] + }, + "max": "1", + "id": "EpisodeOfCare.reason.use", + "isSummary": true + }, + { + "path": "EpisodeOfCare.reason.value", + "min": 0, + "definition": "The medical reason that is expected to be addressed during the episode of care, expressed as a text, code or a reference to another resource.", + "isModifier": false, + "short": "Medical reason to be addressed", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "reason-code" + } + ] + }, + "max": "*", + "id": "EpisodeOfCare.reason.value", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis", + "min": 0, + "definition": "The list of medical conditions that were addressed during the episode of care.", + "isModifier": false, + "short": "The list of medical conditions that were addressed during the episode of care", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Diagnosis" + } + ], + "max": "*", + "id": "EpisodeOfCare.diagnosis", + "comment": "The diagnosis communicates what medical conditions were actually addressed during the episode of care. If a diagnosis was provided as a reason, and was treated during the episode of care, it may be listed in both EpisodeOfCare.reason and EpisodeOfCare.diagnosis.\r\rDiagnoses related to billing can be documented on the Account resources which supports ranking for the purpose of reimbursement.", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis.condition", + "min": 0, + "definition": "The medical condition that was addressed during the episode of care, expressed as a text, code or a reference to another resource.", + "isModifier": false, + "short": "The medical condition that was addressed during the episode of care", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "condition-code" + } + ] + }, + "max": "*", + "id": "EpisodeOfCare.diagnosis.condition", + "isSummary": true + }, + { + "path": "EpisodeOfCare.diagnosis.use", + "min": 0, + "definition": "Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).", + "isModifier": false, + "short": "Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-diagnosis-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosisUse" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The type of diagnosis this condition represents." + }, + "max": "1", + "id": "EpisodeOfCare.diagnosis.use", + "isSummary": true + }, + { + "path": "EpisodeOfCare.patient", + "min": 1, + "definition": "The patient who is the focus of this episode of care.", + "isModifier": false, + "short": "The patient who is the focus of this episode of care", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EpisodeOfCare.patient", + "isSummary": true + }, + { + "path": "EpisodeOfCare.managingOrganization", + "min": 0, + "definition": "The organization that has assumed the specific responsibilities for care coordination, care delivery, or other services for the specified duration.", + "isModifier": false, + "short": "Organization that assumes responsibility for care coordination", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EpisodeOfCare.managingOrganization", + "comment": "If multiple organizations are involved in care delivery, the care teams from those organizations would be represented in EpisodeOfCare.team, while the primary organization managing the care would be listed in EpisodeOfCare.managingOrganization. Other organizations may have their own EpisodeOfCare for tracking their activities.", + "isSummary": true + }, + { + "path": "EpisodeOfCare.period", + "min": 0, + "definition": "The interval during which the managing organization assumes the defined responsibility.", + "isModifier": false, + "short": "Interval during responsibility is assumed", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.init", "identity": "w5" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EpisodeOfCare.period", + "isSummary": true + }, + { + "path": "EpisodeOfCare.referralRequest", + "min": 0, + "definition": "Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.", + "isModifier": false, + "short": "Originating Referral Request(s)", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "EpisodeOfCare.referralRequest", + "isSummary": false + }, + { + "path": "EpisodeOfCare.careManager", + "min": 0, + "definition": "The practitioner that is the care manager/care coordinator for this patient.", + "isModifier": false, + "short": "Care manager/care coordinator for the patient", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EpisodeOfCare.careManager", + "isSummary": false + }, + { + "path": "EpisodeOfCare.careTeam", + "min": 0, + "definition": "The list of practitioners that may be facilitating this episode of care for specific purposes.", + "isModifier": false, + "short": "Other practitioners facilitating this episode of care", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "alias": ["CareTeam"], + "max": "*", + "id": "EpisodeOfCare.careTeam", + "isSummary": false + }, + { + "path": "EpisodeOfCare.account", + "min": 0, + "definition": "The set of accounts that may be used for billing for this EpisodeOfCare.", + "isModifier": false, + "short": "The set of accounts that may be used for billing for this EpisodeOfCare", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Account" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "EpisodeOfCare.account", + "comment": "The billing system may choose to allocate billable items associated with the EpisodeOfCare to different referenced Accounts based on internal business rules.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Subscription/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Subscription", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Subscription", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "Subscription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Subscription", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Subscription", + "differential": { + "element": [ + { + "path": "Subscription", + "min": 0, + "definition": "The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.", + "isModifier": false, + "short": "Notification about a SubscriptionTopic", + "mapping": [ + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "alias": ["WebHook", "Hook", "Routing Rule"], + "max": "*", + "id": "Subscription" + }, + { + "path": "Subscription.identifier", + "min": 0, + "definition": "A formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifiers (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Subscription.identifier", + "isSummary": true + }, + { + "path": "Subscription.name", + "min": 0, + "definition": "A natural language name identifying the subscription.", + "isModifier": false, + "short": "Human readable name for this subscription", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.name", + "isSummary": true + }, + { + "path": "Subscription.status", + "min": 1, + "definition": "The status of the subscription, which marks the server state for managing the subscription.", + "isModifier": true, + "short": "requested | active | error | off | entered-in-error", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionStatusCodes" + } + ], + "description": "The status of a subscription." + }, + "max": "1", + "id": "Subscription.status", + "comment": "A client can only submit subscription resources in the requested or off state. Only the server can move a subscription from requested to active, and then to error. Either the server or the client can turn a subscription off.\n\nThis element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Subscription.topic", + "min": 1, + "definition": "The reference to the subscription topic to be notified about.", + "isModifier": false, + "short": "Reference to the subscription topic being subscribed to", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Subscription.topic", + "isSummary": true + }, + { + "path": "Subscription.contact", + "min": 0, + "definition": "Contact details for a human to contact about the subscription. The primary use of this for system administrator troubleshooting.", + "isModifier": false, + "short": "Contact details for source (e.g. troubleshooting)", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Subscription.contact", + "isSummary": true + }, + { + "path": "Subscription.end", + "min": 0, + "definition": "The time for the server to turn the subscription off.", + "isModifier": false, + "short": "When to automatically delete the subscription", + "mapping": [{ "map": "FiveWs.done[x]", "identity": "w5" }], + "type": [{ "code": "instant" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.end", + "comment": "The server is permitted to deviate from this time but should observe it.", + "isSummary": true + }, + { + "path": "Subscription.managingEntity", + "min": 0, + "definition": "Entity with authorization to make subsequent revisions to the Subscription and also determines what data the subscription is authorized to disclose.", + "isModifier": false, + "short": "Entity responsible for Subscription changes", + "mapping": [{ "map": "FiveWs.author", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Subscription.managingEntity", + "isSummary": true + }, + { + "path": "Subscription.reason", + "min": 0, + "definition": "A description of why this subscription is defined.", + "isModifier": false, + "short": "Description of why this subscription was created", + "mapping": [{ "map": "FiveWs.why[x]", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.reason", + "isSummary": true + }, + { + "constraint": [ + { + "key": "scr-1", + "human": "Subscription filters may only contain a modifier or a comparator", + "source": "http://hl7.org/fhir/StructureDefinition/Subscription", + "severity": "error", + "expression": "(comparator.exists() and modifier.exists()).not()" + } + ], + "path": "Subscription.filterBy", + "min": 0, + "definition": "The filter properties to be applied to narrow the subscription topic stream. When multiple filters are applied, evaluates to true if all the conditions applicable to that resource are met; otherwise it returns false (i.e., logical AND).", + "isModifier": false, + "short": "Criteria for narrowing the subscription topic stream", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Subscription.filterBy", + "isSummary": true + }, + { + "path": "Subscription.filterBy.resourceType", + "min": 0, + "definition": "A resource listed in the `SubscriptionTopic` this `Subscription` references (`SubscriptionTopic.canFilterBy.resource`). This element can be used to differentiate filters for topics that include more than one resource type.", + "isModifier": false, + "short": "Allowed Resource (reference to definition) for this Subscription filter", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "Subscription.filterBy.resourceType", + "isSummary": true + }, + { + "path": "Subscription.filterBy.filterParameter", + "min": 1, + "definition": "The filter as defined in the `SubscriptionTopic.canFilterBy.filterParameter` element.", + "isModifier": false, + "short": "Filter label defined in SubscriptionTopic", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.filterBy.filterParameter", + "isSummary": true + }, + { + "path": "Subscription.filterBy.comparator", + "min": 0, + "definition": "Comparator applied to this filter parameter.", + "isModifier": false, + "short": "eq | ne | gt | lt | ge | le | sa | eb | ap", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchComparator" + } + ], + "description": "Search Comparator Codes applied to this filter." + }, + "max": "1", + "id": "Subscription.filterBy.comparator", + "condition": ["scr-1"], + "comment": "Must be a comparator allowed by the SubscriptionTopic relevant to this Subscription filter.", + "isSummary": false + }, + { + "path": "Subscription.filterBy.modifier", + "min": 0, + "definition": "Modifier applied to this filter parameter.", + "isModifier": false, + "short": "missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchModifierCode" + } + ], + "description": "Search Modifier Code applied to this filter." + }, + "max": "1", + "id": "Subscription.filterBy.modifier", + "condition": ["scr-1"], + "comment": "Must be a modifier allowed by the SubscriptionTopic relevant to this Subscription filter.", + "isSummary": false + }, + { + "path": "Subscription.filterBy.value", + "min": 1, + "definition": "The literal value or resource path as is legal in search - for example, `Patient/123` or `le1950`.", + "isModifier": false, + "short": "Literal value or resource path", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.filterBy.value", + "isSummary": true + }, + { + "path": "Subscription.channelType", + "min": 1, + "definition": "The type of channel to send notifications on.", + "isModifier": false, + "short": "Channel type for notifications", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-channel-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionChannelType" + } + ], + "description": "The type of method used to execute a subscription." + }, + "max": "1", + "id": "Subscription.channelType", + "isSummary": true + }, + { + "path": "Subscription.endpoint", + "min": 0, + "definition": "The url that describes the actual end-point to send notifications to.", + "isModifier": false, + "short": "Where the channel points to", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.endpoint", + "comment": "For rest-hook the end-point must be an `http:` or `https:` URL; for websockets, `ws:` or `wss:`; for email, a `mailto:` url; and for message the endpoint can be in any form of url the server understands (usually, `http/s`: or `mllp:`). The URI is allowed to be relative; in which case, it is relative to the server end-point (since there may be more than one, clients should avoid using relative URIs).", + "isSummary": true + }, + { + "path": "Subscription.parameter", + "min": 0, + "definition": "Channel-dependent information to send as part of the notification (e.g., HTTP Headers).", + "isModifier": false, + "short": "Channel type", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Subscription.parameter", + "comment": "Exactly what these mean depend on the channel type. They can convey additional information to the server or recipient and/or meet security requirements; for example, support of multiple headers in the outgoing notifications for rest-hook type subscriptions. Note that names are not required to be unique, but channel definitions can impose restrictions.", + "isSummary": false + }, + { + "path": "Subscription.parameter.name", + "min": 1, + "definition": "Parameter name for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the name would be Authorization.", + "isModifier": false, + "short": "Name (key) of the parameter", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.parameter.name", + "isSummary": false + }, + { + "path": "Subscription.parameter.value", + "min": 1, + "definition": "Parameter value for information passed to the channel for notifications, for example in the case of a REST hook wanting to pass through an authorization header, the value would be `Bearer 0193...`.", + "isModifier": false, + "short": "Value of the parameter to use or pass through", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.parameter.value", + "isSummary": false + }, + { + "path": "Subscription.heartbeatPeriod", + "min": 0, + "definition": "If present, a 'heartbeat' notification (keep-alive) is sent via this channel with an interval period equal to this elements integer value in seconds. If not present, a heartbeat notification is not sent.", + "isModifier": false, + "short": "Interval in seconds to send 'heartbeat' notification", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.heartbeatPeriod", + "isSummary": true + }, + { + "path": "Subscription.timeout", + "min": 0, + "definition": "If present, the maximum amount of time a server will allow before failing a notification attempt.", + "isModifier": false, + "short": "Timeout in seconds to attempt notification delivery", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.timeout", + "isSummary": true + }, + { + "path": "Subscription.contentType", + "min": 0, + "definition": "The MIME type to send the payload in - e.g., `application/fhir+xml` or `application/fhir+json`. Note that:\n\n* clients may request notifications in a specific FHIR version by using the [FHIR Version Parameter](http.html#version-parameter) - e.g., `application/fhir+json; fhirVersion=4.0`.\n\n* additional MIME types can be allowed by channels - e.g., `text/plain` and `text/html` are defined by the Email channel.", + "isModifier": false, + "short": "MIME type to send, or omit for no payload", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "Subscription.contentType", + "isSummary": true + }, + { + "path": "Subscription.content", + "min": 0, + "definition": "How much of the resource content to deliver in the notification payload. The choices are an empty payload, only the resource id, or the full resource content.", + "isModifier": false, + "short": "empty | id-only | full-resource", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-payload-content|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionPayloadContent" + } + ], + "description": "Codes to represent how much resource content to send in the notification payload." + }, + "max": "1", + "id": "Subscription.content", + "comment": "Sending the payload has obvious security implications. The server is responsible for ensuring that the content is appropriately secured.", + "isSummary": true + }, + { + "path": "Subscription.maxCount", + "min": 0, + "definition": "If present, the maximum number of events that will be included in a notification bundle. Note that this is not a strict limit on the number of entries in a bundle, as dependent resources can be included.", + "isModifier": false, + "short": "Maximum number of events that can be combined in a single notification", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "Subscription.maxCount", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines and enforces the minimum expectations for publication and distribution of a value set, typically as part of an artifact repository or implementation guide publication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishablevalueset/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishableValueSet", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable ValueSet", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-summary", + "valueMarkdown": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/profile-summary", + "valueString": "**mustSupport**\n\nWhen this profile has defined an element as mustSupport, the sender must provide the element value when available, and the receiver must accept the element value, persist the value and when appropriate, provide function as defined in the profile. When mustSupport is defined at a complex element level, all sub-elements inherit mustSupport." + } + ], + "status": "draft", + "id": "publishablevalueset", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablevalueset", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1201", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishablevalueset", + "differential": { + "element": [ + { "id": "ValueSet", "max": "1", "min": 1, "path": "ValueSet" }, + { + "id": "ValueSet.extension:trustedExpansion", + "max": "1", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-trusted-expansion" + ] + } + ], + "sliceName": "trustedExpansion", + "mustSupport": true + }, + { + "id": "ValueSet.extension:otherTitle", + "max": "*", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-otherTitle" + ] + } + ], + "sliceName": "otherTitle" + }, + { + "id": "ValueSet.extension:sourceReference", + "max": "1", + "min": 0, + "path": "ValueSet.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-sourceReference" + ] + } + ], + "sliceName": "sourceReference" + }, + { + "id": "ValueSet.identifier", + "path": "ValueSet.identifier", + "mustSupport": true + }, + { + "id": "ValueSet.date", + "max": "1", + "min": 1, + "path": "ValueSet.date", + "mustSupport": true + }, + { + "id": "ValueSet.contact", + "path": "ValueSet.contact", + "mustSupport": true + }, + { + "id": "ValueSet.useContext", + "path": "ValueSet.useContext", + "mustSupport": true + }, + { + "id": "ValueSet.jurisdiction", + "path": "ValueSet.jurisdiction", + "mustSupport": true + }, + { + "id": "ValueSet.purpose", + "path": "ValueSet.purpose", + "mustSupport": true + }, + { + "id": "ValueSet.copyright", + "path": "ValueSet.copyright", + "mustSupport": true + }, + { + "id": "ValueSet.copyrightLabel", + "path": "ValueSet.copyrightLabel", + "mustSupport": true + }, + { + "id": "ValueSet.approvalDate", + "path": "ValueSet.approvalDate" + }, + { + "id": "ValueSet.lastReviewDate", + "path": "ValueSet.lastReviewDate" + }, + { + "id": "ValueSet.effectivePeriod", + "path": "ValueSet.effectivePeriod", + "mustSupport": true + }, + { + "id": "ValueSet.topic", + "path": "ValueSet.topic", + "mustSupport": true + }, + { "id": "ValueSet.author", "path": "ValueSet.author" }, + { "id": "ValueSet.editor", "path": "ValueSet.editor" }, + { "id": "ValueSet.reviewer", "path": "ValueSet.reviewer" }, + { "id": "ValueSet.endorser", "path": "ValueSet.endorser" }, + { + "id": "ValueSet.relatedArtifact", + "path": "ValueSet.relatedArtifact" + }, + { "id": "ValueSet.compose", "path": "ValueSet.compose" }, + { + "id": "ValueSet.compose.extension:composeCreatedBy", + "max": "1", + "min": 0, + "path": "ValueSet.compose.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-compose-createdBy" + ] + } + ], + "sliceName": "composeCreatedBy" + }, + { + "id": "ValueSet.compose.extension:composeCreationDate", + "max": "1", + "min": 0, + "path": "ValueSet.compose.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/valueset-compose-createdBy" + ] + } + ], + "sliceName": "composeCreationDate" + }, + { + "id": "ValueSet.compose.include", + "path": "ValueSet.compose.include" + }, + { + "id": "ValueSet.compose.include.copyright", + "path": "ValueSet.compose.include.copyright", + "mustSupport": true + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablevalueset" + }, + { + "description": "Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Ratio/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to able to capture ratios for some measurements (titers) and some rates (costs).", + "name": "Ratio", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Ratio", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "status": "active", + "id": "Ratio", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Ratio", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Ratio", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "rat-1", + "human": "Numerator and denominator SHALL both be present, or both are absent. If both are absent, there SHALL be some extension present", + "source": "http://hl7.org/fhir/StructureDefinition/Ratio", + "severity": "error", + "expression": "(numerator.exists() and denominator.exists()) or (numerator.empty() and denominator.empty() and extension.exists())" + } + ], + "path": "Ratio", + "min": 0, + "definition": "A relationship of two Quantity values - expressed as a numerator and a denominator.", + "short": "A ratio of two Quantity values - a numerator and a denominator", + "mapping": [ + { "map": "N/A", "identity": "v2" }, + { "map": "RTO", "identity": "rim" } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Ratio", + "comment": "The Ratio datatype should only be used to express a relationship of two numbers if the relationship cannot be suitably expressed using a Quantity and a common unit. Where the denominator value is known to be fixed to \"1\", Quantity should be used instead of Ratio." + }, + { + "path": "Ratio.numerator", + "min": 0, + "definition": "The value of the numerator.", + "short": "Numerator value", + "mapping": [{ "map": ".numerator", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "max": "1", + "id": "Ratio.numerator", + "condition": ["rat-1"], + "isSummary": true + }, + { + "path": "Ratio.denominator", + "min": 0, + "definition": "The value of the denominator.", + "short": "Denominator value", + "mapping": [{ "map": ".denominator", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "max": "1", + "id": "Ratio.denominator", + "condition": ["rat-1"], + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BodyStructure/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BodyStructure", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://openehr.org", + "name": "Open EHR Archetype Mapping", + "identity": "openehr" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "BodyStructure", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "BodyStructure", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BodyStructure", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BodyStructure", + "differential": { + "element": [ + { + "path": "BodyStructure", + "min": 0, + "definition": "Record details about an anatomical structure. This resource may be used when a coded concept does not provide the necessary detail needed for the use case.", + "isModifier": false, + "short": "Specific and identified anatomical structure", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "Act", "identity": "rim" }, + { + "map": "Archetype ID openEHR-EHR-CLUSTER.anatomical_location.v1 Concept name Anatomical Location Concept description Record details about an anatomical location. Keywords location, site, anatomical Copyright © openEHR Foundation Purpose To record details about anatomical location. Misuse Not for specifiying unilateral/bilateral occurrence - this is related to an evaluation which perhaps includes multiple locations. Author Author name: Heather Leslie Organization: Ocean Informatics Email: heather.leslie@oceaninformatics.com Date of Origination: 2008-11-10 Translator Norwegian Bokmål: Lars Bitsch-Larsen, Haukeland University Hospital of Bergen, Norway, MD, DEAA, MBA, spec in anesthesia, spec in tropical medicine. Arabic (Syria): Mona Saleh Other contributors Heather Leslie, Ocean Informatics, Australia (Editor) Ian McNicoll, freshEHR Clinical Informatics, United Kingdom (Editor) Dunmail Hodkinson, Black Pear Software Ltd, UK References Use cases: - 5LICS, midclavicular line - L forearm, 2cm anterior to the cubital fossa - Right iliac fossa - 5 cm below L tibial tuberosity - 2 cm medial to R nipple - 4 cm below R costal margin in midclavicular line - R femur - midline nose - medial aspect of R great toe nail.", + "identity": "openehr" + } + ], + "mustSupport": false, + "alias": ["anatomical location"], + "max": "*", + "id": "BodyStructure" + }, + { + "path": "BodyStructure.identifier", + "min": 0, + "definition": "Identifier for this instance of the anatomical structure.", + "isModifier": false, + "short": "Bodystructure identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" }, + { + "map": "Specific location Cluster Optional (0..1) Cardinality: Mandatory, repeating, unordered (1..*)", + "identity": "openehr" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.identifier", + "isSummary": true + }, + { + "path": "BodyStructure.active", + "requirements": "Need to be able to mark a body site entry as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this body site is in active use.", + "isModifier": true, + "short": "Whether this record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "BodyStructure.active", + "comment": "This element is labeled as a modifier because it may be used to mark that the resource was created in error.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "BodyStructure.morphology", + "min": 0, + "definition": "The kind of structure being represented by the body structure at `BodyStructure.location`. This can define both normal and abnormal morphologies.", + "isModifier": false, + "short": "Kind of Structure", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "SPM-4/SPM-5", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyStructureCode" + } + ], + "description": "Codes describing anatomic morphology." + }, + "max": "1", + "id": "BodyStructure.morphology", + "comment": "The minimum cardinality of 0 supports the use case of specifying a location without defining a morphology.", + "isSummary": true + }, + { + "path": "BodyStructure.includedStructure", + "min": 1, + "definition": "The anatomical location(s) or region(s) of the specimen, lesion, or body structure.", + "isModifier": false, + "short": "Included anatomic location(s)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.includedStructure", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.structure", + "min": 1, + "definition": "Code that represents the included structure.", + "isModifier": false, + "short": "Code that represents the included structure", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OBX-20/SPM-8/SPM-10", "identity": "v2" }, + { "map": ".targetSiteCode", "identity": "rim" }, + { "map": "Name of location", "identity": "openehr" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "BodyStructure.includedStructure.structure", + "isSummary": true + }, + { + "path": "BodyStructure.includedStructure.laterality", + "min": 0, + "definition": "Code that represents the included structure laterality.", + "isModifier": false, + "short": "Code that represents the included structure laterality", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "No distinct element defined in V2.x. The IHE Radiology Technical Framework directs the use of OBR-15-specimen source to contain laterality for imaging studies./SPM-9", + "identity": "v2" + }, + { "map": ".targetSiteCode", "identity": "rim" }, + { + "map": "Combines Side, Numerical identifier, Anatomical plane,and Aspect", + "identity": "openehr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyStructureQualifier" + } + ], + "description": "Concepts modifying the anatomic location." + }, + "max": "1", + "id": "BodyStructure.includedStructure.laterality", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation", + "min": 0, + "definition": "Body locations in relation to a specific body landmark (tatoo, scar, other body structure).", + "isModifier": false, + "short": "Landmark relative location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.landmarkDescription", + "min": 0, + "definition": "A description of a landmark on the body used as a reference to locate something else.", + "isModifier": false, + "short": "Body ]andmark description", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "bodyLandmarkOrientationLandmarkDescription" + } + ], + "description": "Select SNOMED code system values. Values used in a podiatry setting to decsribe landmarks on the body." + }, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.landmarkDescription", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.clockFacePosition", + "min": 0, + "definition": "An description of the direction away from a landmark something is located based on a radial clock dial.", + "isModifier": false, + "short": "Clockface orientation", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-bodylandmarkorientation-clockface-position", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "bodyLandmarkOrientationClockFacePosition" + } + ], + "description": "Select SNOMED CT codes. A set of codes that describe a things orientation based on a hourly positions of a clock face." + }, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.clockFacePosition", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark", + "min": 0, + "definition": "The distance in centimeters a certain observation is made from a body landmark.", + "isModifier": false, + "short": "Landmark relative location", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.device", + "min": 0, + "definition": "An instrument, tool, analyzer, etc. used in the measurement.", + "isModifier": false, + "short": "Measurement device", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/device-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceType" + } + ], + "description": "Codes to identify medical devices." + }, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.device", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.value", + "min": 0, + "definition": "The measured distance (e.g., in cm) from a body landmark.", + "isModifier": false, + "short": "Measured distance from body landmark", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.distanceFromLandmark.value", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.bodyLandmarkOrientation.surfaceOrientation", + "min": 0, + "definition": "The surface area a body location is in relation to a landmark.", + "isModifier": false, + "short": "Relative landmark surface orientation", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "bodyLandmarkOrientationSurfaceOrientation" + } + ], + "description": "Select SNOMED code system values. The surface area a body location is in relation to a landmark." + }, + "max": "*", + "id": "BodyStructure.includedStructure.bodyLandmarkOrientation.surfaceOrientation", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.spatialReference", + "min": 0, + "definition": "XY or XYZ-coordinate orientation for structure.", + "isModifier": false, + "short": "Cartesian reference for structure", + "mapping": [{ "map": "FiveWs.where[x]", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImagingSelection" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.includedStructure.spatialReference", + "isSummary": false + }, + { + "path": "BodyStructure.includedStructure.qualifier", + "min": 0, + "definition": "Code that represents the included structure qualifier.", + "isModifier": false, + "short": "Code that represents the included structure qualifier", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "No distinct element defined in V2.x. The IHE Radiology Technical Framework directs the use of OBR-15-specimen source to contain laterality for imaging studies./SPM-9", + "identity": "v2" + }, + { "map": ".targetSiteCode", "identity": "rim" }, + { + "map": "Combines Side, Numerical identifier, Anatomical plane,and Aspect", + "identity": "openehr" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/bodystructure-relative-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodyStructureQualifier" + } + ], + "description": "Concepts modifying the anatomic location." + }, + "max": "*", + "id": "BodyStructure.includedStructure.qualifier", + "isSummary": false + }, + { + "path": "BodyStructure.excludedStructure", + "min": 0, + "definition": "The anatomical location(s) or region(s) not occupied or represented by the specimen, lesion, or body structure.", + "isModifier": false, + "short": "Excluded anatomic locations(s)", + "contentReference": "#BodyStructure.includedStructure", + "mustSupport": false, + "max": "*", + "id": "BodyStructure.excludedStructure", + "isSummary": false + }, + { + "path": "BodyStructure.description", + "min": 0, + "definition": "A summary, characterization or explanation of the body structure.", + "isModifier": false, + "short": "Text description", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "NTE", "identity": "v2" }, + { "map": ".text", "identity": "rim" }, + { + "map": "Description of anatomical location/Visual markings/orientation", + "identity": "openehr" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "BodyStructure.description", + "comment": "This description could include any visual markings used to orientate the viewer e.g. external reference points, special sutures, ink markings.", + "isSummary": true + }, + { + "path": "BodyStructure.image", + "min": 0, + "definition": "Image or images used to identify a location.", + "isModifier": false, + "short": "Attached images", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "OBX", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + }, + { "map": "Image", "identity": "openehr" } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "BodyStructure.image", + "isSummary": false + }, + { + "path": "BodyStructure.patient", + "min": 1, + "definition": "The person to which the body site belongs.", + "isModifier": false, + "short": "Who this is about", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { + "map": ".scoper or .scoper.playsRole", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BodyStructure.patient", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Medication/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Medication", + "mapping": [ + { + "uri": "http://ncpdp.org/SCRIPT10_6", + "name": "Mapping to NCPDP SCRIPT 10.6", + "identity": "script10.6" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "Medication", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "Medication", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Medication", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Medication", + "differential": { + "element": [ + { + "path": "Medication", + "min": 0, + "definition": "This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.", + "isModifier": false, + "short": "Definition of a Medication", + "mapping": [ + { + "map": "NewRx/MedicationPrescribed\r-or-\rRxFill/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationDispensed\r-or-\rRxHistoryResponse/MedicationPrescribed", + "identity": "script10.6" + }, + { "map": "clinical.medication", "identity": "w5" }, + { + "map": "ManufacturedProduct[classCode=ADMM]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "Medication" + }, + { + "path": "Medication.identifier", + "min": 0, + "definition": "Business identifier for this medication.", + "isModifier": false, + "short": "Business identifier for this medication", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Medication.identifier", + "comment": "The serial number could be included as an identifier.", + "isSummary": true + }, + { + "path": "Medication.code", + "min": 0, + "definition": "A code (or set of codes) that specify this medication, or a textual description if no code is available. Usage note: This could be a standard medication code such as a code from RxNorm, SNOMED CT, IDMP etc. It could also be a national or local formulary code, optionally with translations to other code systems.", + "isModifier": false, + "short": "Codes that identify this medication", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "RXO-1.1 Requested Give Code.code / RXE-2.1 Give Code.code / RXD-2.1 Dispense/Give Code.code / RXG-4.1 Give Code.code /RXA-5.1 Administered Code.code / RXC-2.1 Component Code", + "identity": "v2" + }, + { "map": ".code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ], + "description": "A coded concept that defines the type of a medication." + }, + "max": "1", + "id": "Medication.code", + "comment": "Depending on the context of use, the code that was actually selected by the user (prescriber, dispenser, etc.) will have the coding.userSelected set to true. As described in the coding datatype: \"A coding may be marked as a \"userSelected\" if a user selected the particular coded value in a user interface (e.g. the user selects an item in a pick-list). If a user selected coding exists, it is the preferred choice for performing translations etc. Other codes can only be literal translations to alternative code systems, or codes at a lower level of granularity (e.g. a generic code for a vendor-specific primary one).", + "isSummary": true + }, + { + "path": "Medication.status", + "min": 0, + "definition": "A code to indicate if the medication is in active use.", + "isModifier": true, + "short": "active | inactive | entered-in-error", + "mapping": [{ "map": ".statusCode", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationStatus" + } + ], + "description": "A coded concept defining if the medication is in active use." + }, + "max": "1", + "id": "Medication.status", + "comment": "This status is intended to identify if the medication in a local system is in active use within a drug database or inventory. For example, a pharmacy system may create a new drug file record for a compounded product \"ABC Hospital Special Cream\" with an active status. At some point in the future, it may be determined that the drug record was created with an error and the status is changed to \"entered in error\". This status is not intended to specify if a medication is part of a particular formulary. It is possible that the drug record may be referenced by multiple formularies or catalogues and each of those entries would have a separate status.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes.", + "isSummary": true + }, + { + "path": "Medication.marketingAuthorizationHolder", + "min": 0, + "definition": "The company or other legal entity that has authorization, from the appropriate drug regulatory authority, to market a medicine in one or more jurisdictions. Typically abbreviated MAH.Note: The MAH may manufacture the product and may also contract the manufacturing of the product to one or more companies (organizations).", + "isModifier": false, + "short": "Organization that has authorization to market medication", + "mapping": [ + { + "map": ".player.scopingRole[typeCode=MANU].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Medication.marketingAuthorizationHolder", + "isSummary": true + }, + { + "path": "Medication.doseForm", + "min": 0, + "definition": "Describes the form of the item. Powder; tablets; capsule.", + "isModifier": false, + "short": "powder | tablets | capsule +", + "mapping": [ + { + "map": "coding.code = //element(*,DrugCodedType)/FormCode\r\rcoding.system = //element(*,DrugCodedType)/FormSourceCode", + "identity": "script10.6" + }, + { + "map": "RXO-5 Requested Dosage Form / RXE-6 Give Dosage Form / RXD-6 Actual Dosage Form / RXG-8 Give Dosage Form / RXA-8 Administered Dosage Form", + "identity": "v2" + }, + { "map": ".formCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-form-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationForm" + } + ], + "description": "A coded concept defining the form of a medication." + }, + "max": "1", + "id": "Medication.doseForm", + "comment": "When Medication is referenced from MedicationRequest, this is the ordered form. When Medication is referenced within MedicationDispense, this is the dispensed form. When Medication is referenced within MedicationAdministration, this is administered form.", + "isSummary": false + }, + { + "path": "Medication.totalVolume", + "min": 0, + "definition": "When the specified product code does not infer a package size, this is the specific amount of drug in the product. For example, when specifying a product that has the same strength (For example, Insulin glargine 100 unit per mL solution for injection), this attribute provides additional clarification of the package amount (For example, 3 mL, 10mL, etc.).", + "isModifier": false, + "short": "When the specified product code does not infer a package size, this is the specific amount of drug in the product", + "mapping": [{ "map": ".quantity", "identity": "rim" }], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "Medication.totalVolume", + "isSummary": true + }, + { + "path": "Medication.ingredient", + "min": 0, + "definition": "Identifies a particular constituent of interest in the product.", + "isModifier": false, + "short": "Active or inactive ingredient", + "mapping": [ + { + "map": ".scopesRole[typeCode=INGR]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Medication.ingredient", + "comment": "The ingredients need not be a complete list. If an ingredient is not specified, this does not indicate whether an ingredient is present or absent. If an ingredient is specified it does not mean that all ingredients are specified. It is possible to specify both inactive and active ingredients.", + "isSummary": false + }, + { + "path": "Medication.ingredient.item", + "requirements": "The ingredient may reference a substance (for example, amoxicillin) or another medication (for example in the case of a compounded product, Glaxal Base).", + "min": 1, + "definition": "The ingredient (substance or medication) that the ingredient.strength relates to. This is represented as a concept from a code system or described in another resource (Substance or Medication).", + "isModifier": false, + "short": "The ingredient (substance or medication) that the ingredient.strength relates to", + "mapping": [ + { + "map": "coding.code = //element(*,MedicationType)/DrugCoded/ProductCode\r\rcoding.system = //element(*,MedicationType)/DrugCoded/ProductCodeQualifier\r\rcoding.display = //element(*,MedicationType)/DrugDescription", + "identity": "script10.6" + }, + { + "map": "RXC-2 Component Code if medication: RXO-1 Requested Give Code / RXE-2 Give Code / RXD-2-Dispense Give Code / RXG-4 Give Code / RXA-5 Administered Code", + "identity": "v2" + }, + { "map": ".player", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationFormalRepresentation" + } + ] + }, + "max": "1", + "id": "Medication.ingredient.item", + "isSummary": false + }, + { + "path": "Medication.ingredient.isActive", + "requirements": "True indicates that the ingredient affects the therapeutic action of the drug (i.e. active). \rFalse indicates that the ingredient does not affect the therapeutic action of the drug (i.e. inactive).", + "min": 0, + "definition": "Indication of whether this ingredient affects the therapeutic action of the drug.", + "isModifier": false, + "short": "Active ingredient indicator", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Medication.ingredient.isActive", + "isSummary": false + }, + { + "path": "Medication.ingredient.strength[x]", + "min": 0, + "definition": "Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet.", + "isModifier": false, + "short": "Quantity of ingredient present", + "mapping": [ + { + "map": "//element(*,DrugCodedType)/Strength", + "identity": "script10.6" + }, + { + "map": "RXC-3 Component Amount & RXC-4 Component Units if medication: RXO-2 Requested Give Amount - Minimum & RXO-4 Requested Give Units / RXO-3 Requested Give Amount - Maximum & RXO-4 Requested Give Units / RXO-11 Requested Dispense Amount & RXO-12 Requested Dispense Units / RXE-3 Give Amount - Minimum & RXE-5 Give Units / RXE-4 Give Amount - Maximum & RXE-5 Give Units / RXE-10 Dispense Amount & RXE-10 Dispense Units", + "identity": "v2" + }, + { "map": ".quantity", "identity": "rim" } + ], + "type": [ + { "code": "Ratio" }, + { "code": "CodeableConcept" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-ingredientstrength", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationIngredientStrength" + } + ], + "description": "A coded concpet defining the strength of an ingredient." + }, + "max": "1", + "id": "Medication.ingredient.strength[x]", + "isSummary": false + }, + { + "path": "Medication.batch", + "min": 0, + "definition": "Information that only applies to packages (not products).", + "isModifier": false, + "short": "Details about packaged medications", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { "map": ".player[classCode=CONT]", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Medication.batch", + "isSummary": false + }, + { + "path": "Medication.batch.lotNumber", + "min": 0, + "definition": "The assigned lot number of a batch of the specified product.", + "isModifier": false, + "short": "Identifier assigned to batch", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { + "map": "RXA-15 Substance Lot Number / RXG-19 Substance Lot Number", + "identity": "v2" + }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "Medication.batch.lotNumber", + "isSummary": false + }, + { + "path": "Medication.batch.expirationDate", + "min": 0, + "definition": "When this specific batch of product will expire.", + "isModifier": false, + "short": "When batch will expire", + "mapping": [ + { "map": "no mapping", "identity": "script10.6" }, + { + "map": "RXA-16 Substance Expiration Date / RXG-20 Substance Expiration Date", + "identity": "v2" + }, + { + "map": "participation[typeCode=CSM].role[classCode=INST].scopedRole.scoper[classCode=MMAT].expirationTime", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Medication.batch.expirationDate", + "isSummary": false + }, + { + "path": "Medication.definition", + "min": 0, + "definition": "A reference to a knowledge resource that provides more information about this medication.", + "isModifier": false, + "short": "Knowledge about this medication", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Medication.definition", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of a device being used by a patient where the record is the result of a report from the patient or a clinician.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DeviceUsage/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "DeviceUsage", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://siframework.org/cqf", + "name": "Quality Improvement and Clinical Knowledge (QUICK)", + "identity": "quick" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DeviceUsage", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DeviceUsage", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DeviceUsage", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DeviceUsage", + "differential": { + "element": [ + { + "path": "DeviceUsage", + "min": 0, + "definition": "A record of a device being used by a patient where the record is the result of a report from the patient or a clinician.", + "isModifier": false, + "short": "Record of use of a device", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" }, + { + "map": "DeviceUsePerformanceOccurrence", + "identity": "quick" + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage" + }, + { + "path": "DeviceUsage.identifier", + "min": 0, + "definition": "An external identifier for this statement such as an IRI.", + "isModifier": false, + "short": "External identifier for this record", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ClinicalStatement.identifier", + "identity": "quick" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.identifier", + "isSummary": true + }, + { + "path": "DeviceUsage.basedOn", + "requirements": "Allows tracing of authorization for the DeviceUsage and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan, proposal or order that is fulfilled in whole or in part by this DeviceUsage.", + "isModifier": false, + "short": "Fulfills plan, proposal or order", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC in proximity to EVN segment", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "DeviceUsage.basedOn", + "isSummary": true + }, + { + "path": "DeviceUsage.status", + "min": 1, + "definition": "A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed.", + "isModifier": true, + "short": "active | completed | not-done | entered-in-error +", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" }, + { "map": "…status", "identity": "quick" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceUsageStatus" + } + ], + "description": "A coded concept indicating the current status of the Device Usage." + }, + "max": "1", + "id": "DeviceUsage.status", + "comment": "DeviceUseStatment is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for contains codes that assert the status of the use by the patient (for example, stopped or on hold) as well as codes that assert the status of the resource itself (for example, entered in error).\r\rThis element is labeled as a modifier because the status contains the codes that mark the statement as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DeviceUsage.category", + "min": 0, + "definition": "This attribute indicates a category for the statement - The device statement may be made in an inpatient or outpatient settting (inpatient | outpatient | community | patientspecified).", + "isModifier": false, + "short": "The category of the statement - classifying how the statement is made", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.category", + "isSummary": false + }, + { + "path": "DeviceUsage.patient", + "min": 1, + "definition": "The patient who used the device.", + "isModifier": false, + "short": "Patient using device", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "ClinicalStatement.subject", + "identity": "quick" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.patient", + "isSummary": true + }, + { + "path": "DeviceUsage.derivedFrom", + "min": 0, + "definition": "Allows linking the DeviceUsage to the underlying Request, or to other information that supports or is used to derive the DeviceUsage.", + "isModifier": false, + "short": "Supporting information", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Claim", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse", + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.derivedFrom", + "comment": "The most common use cases for deriving a DeviceUsage comes from creating it from a request or from an observation or a claim. it should be noted that the amount of information that is available varies from the type resource that you derive the DeviceUsage from.", + "isSummary": true + }, + { + "path": "DeviceUsage.context", + "min": 0, + "definition": "The encounter or episode of care that establishes the context for this device use statement.", + "isModifier": false, + "short": "The encounter or episode of care that establishes the context for this device use statement", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter", + "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.context", + "isSummary": true + }, + { + "path": "DeviceUsage.timing[x]", + "min": 0, + "definition": "How often the device was used.", + "isModifier": false, + "short": "How often the device was used", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "DeviceUse.applicationSchedule", + "identity": "quick" + } + ], + "type": [ + { "code": "Timing" }, + { "code": "Period" }, + { "code": "dateTime" } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.timing[x]", + "isSummary": true + }, + { + "path": "DeviceUsage.dateAsserted", + "min": 0, + "definition": "The time at which the statement was recorded by informationSource.", + "isModifier": false, + "short": "When the statement was made (and recorded)", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "ClinicalStatement.statementDateTime", + "identity": "quick" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.dateAsserted", + "isSummary": true + }, + { + "path": "DeviceUsage.usageStatus", + "min": 0, + "definition": "The status of the device usage, for example always, sometimes, never. This is not the same as the status of the statement.", + "isModifier": false, + "short": "The status of the device usage, for example always, sometimes, never. This is not the same as the status of the statement", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceUsageStatus" + } + ], + "description": "Codes representing the usage status of the device." + }, + "max": "1", + "id": "DeviceUsage.usageStatus", + "isSummary": false + }, + { + "path": "DeviceUsage.usageReason", + "min": 0, + "definition": "The reason for asserting the usage status - for example forgot, lost, stolen, broken.", + "isModifier": false, + "short": "The reason for asserting the usage status - for example forgot, lost, stolen, broken", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.usageReason", + "isSummary": false + }, + { + "path": "DeviceUsage.adherence", + "min": 0, + "definition": "This indicates how or if the device is being used.", + "isModifier": false, + "short": "How device is being used", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.adherence", + "isSummary": false + }, + { + "path": "DeviceUsage.adherence.code", + "min": 1, + "definition": "Type of adherence.", + "isModifier": false, + "short": "always | never | sometimes", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceUsageAdherenceCode" + } + ], + "description": "Codes for adherence" + }, + "max": "1", + "id": "DeviceUsage.adherence.code", + "isSummary": false + }, + { + "path": "DeviceUsage.adherence.reason", + "min": 1, + "definition": "Reason for adherence type.", + "isModifier": false, + "short": "lost | stolen | prescribed | broken | burned | forgot", + "mapping": [{ "map": "NA", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/deviceusage-adherence-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DeviceUsageAdherenceReason" + } + ], + "description": "Codes for adherence reason" + }, + "max": "*", + "id": "DeviceUsage.adherence.reason", + "isSummary": false + }, + { + "path": "DeviceUsage.informationSource", + "min": 0, + "definition": "Who reported the device was being used by the patient.", + "isModifier": false, + "short": "Who made the statement", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.informationSource", + "isSummary": true + }, + { + "path": "DeviceUsage.device", + "min": 1, + "definition": "Code or Reference to device used.", + "isModifier": false, + "short": "Code or Reference to device used", + "mapping": [{ "map": "FiveWs.actor", "identity": "w5" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DeviceUsage.device", + "isSummary": true + }, + { + "path": "DeviceUsage.reason", + "min": 0, + "definition": "Reason or justification for the use of the device. A coded concept, or another resource whose existence justifies this DeviceUsage.", + "isModifier": false, + "short": "Why device was used", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=RSON].target", + "identity": "rim" + }, + { + "map": "Action.indication.reason", + "identity": "quick" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Procedure" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.reason", + "comment": "When the status is not done, the reason code indicates why it was not done.", + "isSummary": true + }, + { + "path": "DeviceUsage.bodySite", + "requirements": "Knowing where the device is targeted is important for tracking if multiple sites are possible. If more information than just a code is required, use the extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html).", + "min": 0, + "definition": "Indicates the anotomic location on the subject's body where the device was used ( i.e. the target).", + "isModifier": false, + "short": "Target body site", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { "map": "targetSiteCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BodyStructure" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "DeviceUsage.bodySite", + "isSummary": true + }, + { + "path": "DeviceUsage.note", + "min": 0, + "definition": "Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.", + "isModifier": false, + "short": "Addition details (comments, instructions)", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": "ClinicalStatement.additionalText", + "identity": "quick" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DeviceUsage.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A compartment definition that defines how resources are accessed on a server.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CompartmentDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CompartmentDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CompartmentDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "CompartmentDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CompartmentDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "CompartmentDefinition", + "min": 0, + "definition": "A compartment definition that defines how resources are accessed on a server.", + "isModifier": false, + "short": "Compartment Definition for a resource", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "v2" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "CompartmentDefinition", + "comment": "In FHIR, search is not performed directly on a resource (by XML or JSON path), but on a named parameter that maps into the resource content." + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "CompartmentDefinition.url", + "requirements": "Allows the compartment definition to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this compartment definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this compartment definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the compartment definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this compartment definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the compartment definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the compartment definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the compartment definition", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.version", + "comment": "There may be different compartment definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the compartment definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "CompartmentDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "CompartmentDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the compartment definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this compartment definition (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.This is often the same as the code for the parameter, but does not need to be.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the capability statement.", + "isModifier": false, + "short": "Name for this compartment definition (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CompartmentDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.status", + "min": 1, + "definition": "The status of this compartment definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CompartmentDefinition.status", + "comment": "Allows filtering of compartment definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CompartmentDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level compartment definition.", + "min": 0, + "definition": "A Boolean value to indicate that this compartment definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "CompartmentDefinition.experimental", + "comment": "Allows filtering of compartment definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the compartment definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the compartment definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "CompartmentDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the compartment definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CompartmentDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the compartment definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the compartment definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CompartmentDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the compartment definition is the organization or individual primarily responsible for the maintenance and upkeep of the compartment definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the compartment definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "CompartmentDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CompartmentDefinition.description", + "min": 0, + "definition": "A free text natural language description of the compartment definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the compartment definition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CompartmentDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the compartment definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the compartment definition is presumed to be the predominant language in the place the compartment definition was created).", + "isSummary": false + }, + { + "path": "CompartmentDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate compartment definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "CompartmentDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.purpose", + "min": 0, + "definition": "Explanation of why this compartment definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this compartment definition is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CompartmentDefinition.purpose", + "comment": "This element does not describe the usage of the compartment definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this compartment definition.", + "isSummary": false + }, + { + "path": "CompartmentDefinition.code", + "min": 1, + "definition": "Which compartment this definition describes.", + "isModifier": false, + "short": "Patient | Encounter | RelatedPerson | Practitioner | Device | EpisodeOfCare", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/compartment-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CompartmentType" + } + ], + "description": "Which type a compartment definition describes." + }, + "max": "1", + "id": "CompartmentDefinition.code", + "comment": "Only the specification can define the compartments that can exist. Servers can choose to support them.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.search", + "min": 1, + "definition": "Whether the search syntax is supported,.", + "isModifier": false, + "short": "Whether the search syntax is supported", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.search", + "comment": "Servers may define and use compartments to manage logical access without implementing the compartment related syntax.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.resource", + "min": 0, + "definition": "Information about how a resource is related to the compartment.", + "isModifier": false, + "short": "How a resource is related to the compartment", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CompartmentDefinition.resource", + "isSummary": true + }, + { + "path": "CompartmentDefinition.resource.code", + "min": 1, + "definition": "The name of a resource supported by the server.", + "isModifier": false, + "short": "Name of resource type", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "CompartmentDefinition.resource.code", + "isSummary": true + }, + { + "path": "CompartmentDefinition.resource.param", + "min": 0, + "definition": "The name of a search parameter that represents the link to the compartment. More than one may be listed because a resource may be linked to a compartment in more than one way,.", + "isModifier": false, + "short": "Search Parameter Name, or chained parameters", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "CompartmentDefinition.resource.param", + "comment": "If no search parameters are listed, then the resource is not linked to the compartment.", + "isSummary": true + }, + { + "path": "CompartmentDefinition.resource.documentation", + "min": 0, + "definition": "Additional documentation about the resource and compartment.", + "isModifier": false, + "short": "Additional documentation about the resource and compartment", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.resource.documentation", + "isSummary": false + }, + { + "path": "CompartmentDefinition.resource.startParam", + "min": 0, + "definition": "Search Parameter for mapping requests made with $everything.start (e.g. on [Patient.$everything](patient-operation-everything.html)).", + "isModifier": false, + "short": "Search Param for interpreting $everything.start", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.resource.startParam", + "isSummary": false + }, + { + "path": "CompartmentDefinition.resource.endParam", + "min": 0, + "definition": "Search Parameter for mapping requests made with $everything.end (e.g. on [Patient.$everything](patient-operation-everything.html)).", + "isModifier": false, + "short": "Search Param for interpreting $everything.end", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CompartmentDefinition.resource.endParam", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The EvidenceVariable resource describes an element that knowledge (Evidence) is about.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EvidenceVariable/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to be able to define and reuse the definition of individual elements of a research question.", + "name": "EvidenceVariable", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EvidenceVariable", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EvidenceVariable", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EvidenceVariable", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "EvidenceVariable", + "min": 0, + "definition": "The EvidenceVariable resource describes an element that knowledge (Evidence) is about.", + "isModifier": false, + "short": "A definition of an exposure, outcome, or other variable", + "mapping": [ + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable", + "comment": "The EvidenceVariable may be an exposure variable (intervention, condition, or state), a measured variable (outcome or observed parameter), or other variable (such as confounding factor)." + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "EvidenceVariable.url", + "requirements": "Allows the evidence variable to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this evidence variable when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this evidence variable is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the evidence variable is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this evidence variable, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.url", + "comment": "In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "EvidenceVariable.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this evidence variable when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the evidence variable", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this evidence variable outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "EvidenceVariable.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the evidence variable when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the evidence variable author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "isModifier": false, + "short": "Business version of the evidence variable", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.version", + "comment": "There may be different evidence variable instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the evidence variable with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "EvidenceVariable.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "EvidenceVariable.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 is newer, and a 0 if the version ordering can't successfully be determined.", + "isSummary": true + }, + { + "path": "EvidenceVariable.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the evidence variable. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this evidence variable (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "EvidenceVariable.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the evidence variable.", + "isModifier": false, + "short": "Name for this evidence variable (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "EvidenceVariable.shortTitle", + "requirements": "Need to be able to reference the content by a short description, but still provide a longer, more formal title for the content.", + "min": 0, + "definition": "The short title provides an alternate title for use in informal descriptive contexts where the full, formal title is not necessary.", + "isModifier": false, + "short": "Title for use in informal contexts", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.shortTitle", + "isSummary": true + }, + { + "path": "EvidenceVariable.status", + "min": 1, + "definition": "The status of this evidence variable. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EvidenceVariable.status", + "comment": "Allows filtering of evidence variables that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EvidenceVariable.experimental", + "min": 0, + "definition": "A Boolean value to indicate that this resource is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "EvidenceVariable.experimental", + "isSummary": false + }, + { + "path": "EvidenceVariable.date", + "min": 0, + "definition": "The date (and optionally time) when the evidence variable was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the evidence variable changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "EvidenceVariable.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the evidence variable. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EvidenceVariable.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the evidence variable. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the evidence variable.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence variable is the organization or individual primarily responsible for the maintenance and upkeep of the evidence variable. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence variable. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EvidenceVariable.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.contact", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EvidenceVariable.description", + "min": 0, + "definition": "A free text natural language description of the evidence variable from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the evidence variable", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the evidence variable as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the evidence variable is presumed to be the predominant language in the place the evidence variable was created).", + "isSummary": true + }, + { + "path": "EvidenceVariable.note", + "min": 0, + "definition": "A human-readable string to clarify or explain concepts about the resource.", + "isModifier": false, + "short": "Used for footnotes or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.note", + "isSummary": false + }, + { + "path": "EvidenceVariable.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence variable instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EvidenceVariable.purpose", + "min": 0, + "definition": "Explanation of why this EvidenceVariable is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this EvidenceVariable is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.purpose", + "comment": "This element does not describe the usage of the EvidenceVariable. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this EvidenceVariable.", + "isSummary": false + }, + { + "path": "EvidenceVariable.copyright", + "min": 0, + "definition": "A copyright statement relating to the resource and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the resource.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.copyright", + "isSummary": false + }, + { + "path": "EvidenceVariable.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EvidenceVariable.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "EvidenceVariable.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifier": false, + "short": "When the resource was approved by publisher", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.approvalDate", + "isSummary": false + }, + { + "path": "EvidenceVariable.lastReviewDate", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the resource was last reviewed by the publisher", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EvidenceVariable.effectivePeriod", + "min": 0, + "definition": "The period during which the resource content was or is planned to be in active use.", + "isModifier": false, + "short": "When the resource is expected to be used", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.effectivePeriod", + "comment": "The effective period for an EvidenceVariable determines when the content is applicable for usage and is independent of publication and review dates. For example, a variable intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EvidenceVariable.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.author", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": false + }, + { + "path": "EvidenceVariable.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.editor", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": false + }, + { + "path": "EvidenceVariable.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.reviewer", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EvidenceVariable.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.endorser", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EvidenceVariable.relatedArtifact", + "requirements": "EvidenceVariables must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "EvidenceVariable.actual", + "min": 0, + "definition": "True if the actual variable measured, false if a conceptual representation of the intended variable.", + "isModifier": false, + "short": "Actual or conceptual", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.actual", + "isSummary": false + }, + { + "constraint": [ + { + "key": "evv-1", + "human": "In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination", + "source": "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "severity": "error", + "expression": "(definitionReference.count() + definitionCanonical.count() + definitionCodeableConcept.count() + definitionId.count() + definitionByTypeAndValue.count() + definitionByCombination.count()) < 2" + } + ], + "path": "EvidenceVariable.characteristic", + "min": 0, + "definition": "A defining factor of the EvidenceVariable. Multiple characteristics are applied with \"and\" semantics.", + "isModifier": false, + "short": "A defining factor of the EvidenceVariable", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.characteristic", + "comment": "Characteristics can be defined flexibly to accommodate different use cases for membership criteria, ranging from simple codes, all the way to using an expression language to express the criteria.", + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.linkId", + "min": 0, + "definition": "Label used for when a characteristic refers to another characteristic.", + "isModifier": false, + "short": "Label for internal linking", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.linkId", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.description", + "requirements": "Need to be able to describe characteristics in natural language so that end users can understand the criteria.", + "min": 0, + "definition": "A short, natural language description of the characteristic that could be used to communicate the criteria to an end-user.", + "isModifier": false, + "short": "Natural language description of the characteristic", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.description", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.note", + "min": 0, + "definition": "A human-readable string to clarify or explain concepts about the characteristic.", + "isModifier": false, + "short": "Used for footnotes or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.characteristic.note", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.exclude", + "min": 0, + "definition": "When true, this characteristic is an exclusion criterion. In other words, not matching this characteristic definition is equivalent to meeting this criterion.", + "isModifier": false, + "short": "Whether the characteristic is an inclusion criterion or exclusion criterion", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "False", + "max": "1", + "id": "EvidenceVariable.characteristic.exclude", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionReference", + "min": 0, + "definition": "Defines the characteristic using a Reference.", + "isModifier": false, + "short": "Defines the characteristic (without using type and value) by a Reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Evidence" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionReference", + "condition": ["evv-1"], + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionCanonical", + "min": 0, + "definition": "Defines the characteristic using Canonical.", + "isModifier": false, + "short": "Defines the characteristic (without using type and value) by a Canonical", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable", + "http://hl7.org/fhir/StructureDefinition/Evidence" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionCanonical", + "condition": ["evv-1"], + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionCodeableConcept", + "min": 0, + "definition": "Defines the characteristic using CodeableConcept.", + "isModifier": false, + "short": "Defines the characteristic (without using type and value) by a CodeableConcept", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionCodeableConcept", + "condition": ["evv-1"], + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionExpression", + "min": 0, + "definition": "Defines the characteristic using Expression.", + "isModifier": false, + "short": "Defines the characteristic (without using type and value) by an expression", + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionExpression", + "comment": "When another element provides a definition of the characteristic, the definitionExpression content SHALL match the definition (only adding technical concepts necessary for implementation) without changing the meaning.", + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionId", + "min": 0, + "definition": "Defines the characteristic using id.", + "isModifier": false, + "short": "Defines the characteristic (without using type and value) by an id", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionId", + "condition": ["evv-1"], + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue", + "min": 0, + "definition": "Defines the characteristic using both a type and value[x] elements.", + "isModifier": false, + "short": "Defines the characteristic using type and value", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue", + "condition": ["evv-1"], + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue.type", + "min": 1, + "definition": "Used to express the type of characteristic.", + "isModifier": false, + "short": "Expresses the type of characteristic", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/usage-context-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "UsageContextType" + } + ] + }, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue.type", + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue.method", + "min": 0, + "definition": "Method for how the characteristic value was determined.", + "isModifier": false, + "short": "Method for how the characteristic value was determined", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionMethod" + } + ] + }, + "max": "*", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue.method", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue.device", + "min": 0, + "definition": "Device used for determining characteristic.", + "isModifier": false, + "short": "Device used for determining characteristic", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue.device", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue.value[x]", + "min": 1, + "definition": "Defines the characteristic when paired with characteristic.type.", + "isModifier": false, + "short": "Defines the characteristic when coupled with characteristic.type", + "type": [ + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "Reference" }, + { "code": "id" } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue.value[x]", + "isSummary": true + }, + { + "path": "EvidenceVariable.characteristic.definitionByTypeAndValue.offset", + "min": 0, + "definition": "Defines the reference point for comparison when valueQuantity or valueRange is not compared to zero.", + "isModifier": false, + "short": "Reference point for valueQuantity or valueRange", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/characteristic-offset", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CharacteristicOffset" + } + ] + }, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByTypeAndValue.offset", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByCombination", + "min": 0, + "definition": "Defines the characteristic as a combination of two or more characteristics.", + "isModifier": false, + "short": "Used to specify how two or more characteristics are combined", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByCombination", + "condition": ["evv-1"], + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByCombination.code", + "requirements": "If code is \"at-least\" or \"at-most\" then threshold SHALL be used. If code is neither \"at-least\" nor \"at-most\" then threshold SHALL NOT be used.", + "min": 1, + "definition": "Used to specify if two or more characteristics are combined with OR or AND.", + "isModifier": false, + "short": "all-of | any-of | at-least | at-most | statistical | net-effect | dataset", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CharacteristicCombination" + } + ] + }, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByCombination.code", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByCombination.threshold", + "min": 0, + "definition": "Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used.", + "isModifier": false, + "short": "Provides the value of \"n\" when \"at-least\" or \"at-most\" codes are used", + "type": [{ "code": "positiveInt" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.definitionByCombination.threshold", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.definitionByCombination.characteristic", + "min": 1, + "definition": "A defining factor of the characteristic.", + "isModifier": false, + "short": "A defining factor of the characteristic", + "contentReference": "#EvidenceVariable.characteristic", + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.characteristic.definitionByCombination.characteristic", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.instances[x]", + "min": 0, + "definition": "Number of occurrences meeting the characteristic.", + "isModifier": false, + "short": "Number of occurrences meeting the characteristic", + "type": [{ "code": "Quantity" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.instances[x]", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.duration[x]", + "min": 0, + "definition": "Length of time in which the characteristic is met.", + "isModifier": false, + "short": "Length of time in which the characteristic is met", + "type": [{ "code": "Quantity" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.duration[x]", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent", + "min": 0, + "definition": "Timing in which the characteristic is determined.", + "isModifier": false, + "short": "Timing in which the characteristic is determined", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.characteristic.timeFromEvent", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent.description", + "min": 0, + "definition": "Human readable description.", + "isModifier": false, + "short": "Human readable description", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.timeFromEvent.description", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent.note", + "min": 0, + "definition": "A human-readable string to clarify or explain concepts about the timeFromEvent.", + "isModifier": false, + "short": "Used for footnotes or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.characteristic.timeFromEvent.note", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent.event[x]", + "min": 0, + "definition": "The event used as a base point (reference point) in time.", + "isModifier": false, + "short": "The event used as a base point (reference point) in time", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Reference" }, + { "code": "dateTime" }, + { "code": "id" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-variable-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariableEvent" + } + ] + }, + "max": "1", + "id": "EvidenceVariable.characteristic.timeFromEvent.event[x]", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent.quantity", + "min": 0, + "definition": "Used to express the observation at a defined amount of time before or after the event.", + "isModifier": false, + "short": "Used to express the observation at a defined amount of time before or after the event", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.timeFromEvent.quantity", + "isSummary": false + }, + { + "path": "EvidenceVariable.characteristic.timeFromEvent.range", + "min": 0, + "definition": "Used to express the observation within a period before and/or after the event.", + "isModifier": false, + "short": "Used to express the observation within a period before and/or after the event", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.characteristic.timeFromEvent.range", + "isSummary": false + }, + { + "path": "EvidenceVariable.handling", + "min": 0, + "definition": "The method of handling in statistical analysis.", + "isModifier": false, + "short": "continuous | dichotomous | ordinal | polychotomous", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/variable-handling|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceVariableHandling" + } + ] + }, + "max": "1", + "id": "EvidenceVariable.handling", + "isSummary": false + }, + { + "path": "EvidenceVariable.category", + "min": 0, + "definition": "A grouping for ordinal or polychotomous variables.", + "isModifier": false, + "short": "A grouping for ordinal or polychotomous variables", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceVariable.category", + "isSummary": false + }, + { + "path": "EvidenceVariable.category.name", + "min": 0, + "definition": "Description of the grouping.", + "isModifier": false, + "short": "Description of the grouping", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.category.name", + "isSummary": false + }, + { + "path": "EvidenceVariable.category.value[x]", + "min": 0, + "definition": "Definition of the grouping.", + "isModifier": false, + "short": "Definition of the grouping", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "Range" } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceVariable.category.value[x]", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Consent/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Community Based Collaborative Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Consent", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Consent", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Security" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cbcc" + } + ], + "status": "draft", + "id": "Consent", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Consent", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Consent", + "differential": { + "element": [ + { + "path": "Consent", + "min": 0, + "definition": "A record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.", + "isModifier": false, + "short": "A healthcare consumer's or third party's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of time", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { + "map": "infrastructure.information", + "identity": "w5" + }, + { "map": "CON", "identity": "v2" } + ], + "mustSupport": false, + "max": "*", + "id": "Consent", + "comment": "Broadly, there are 3 key areas of consent for patients: Consent around sharing information (aka Privacy Consent Directive - Authorization to Collect, Use, or Disclose information), consent for specific treatment, or kinds of treatment and consent for research participation and data sharing." + }, + { + "path": "Consent.identifier", + "min": 0, + "definition": "Unique identifier for this copy of the Consent Statement.", + "isModifier": false, + "short": "Identifier for this record (external references)", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "CON-4 (Consent Form Number – EI)\nNote: An implementation-specific requirement will be needed", + "identity": "v2" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Consent.identifier", + "comment": "This identifier identifies this copy of the consent. Where this identifier is also used elsewhere as the identifier for a consent record (e.g. a CDA consent document) then the consent details are expected to be the same.", + "isSummary": true + }, + { + "path": "Consent.status", + "min": 1, + "definition": "Indicates the current state of this Consent resource.", + "isModifier": true, + "short": "draft | active | inactive | not-done | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "CON-11 (Consent Status – CNE using table HL70498)", + "identity": "v2" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-state-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentState" + } + ], + "description": "Indicates the state of the consent." + }, + "max": "1", + "id": "Consent.status", + "comment": "This element is labeled as a modifier because the status contains the codes rejected and entered-in-error that mark the Consent as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "Consent.category", + "min": 0, + "definition": "A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements.", + "isModifier": false, + "short": "Classification of the consent statement - for indexing/retrieval", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" }, + { + "map": "CON-2 (Consent Type - CWE using table HL70496)", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentCategory" + } + ], + "description": "A classification of the type of consents found in a consent statement." + }, + "max": "*", + "id": "Consent.category", + "isSummary": true + }, + { + "path": "Consent.subject", + "min": 0, + "definition": "The patient/healthcare practitioner or group of persons to whom this consent applies.", + "isModifier": false, + "short": "Who the consent applies to", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.subject", + "isSummary": true + }, + { + "path": "Consent.date", + "min": 0, + "definition": "Date the consent instance was agreed to.", + "isModifier": false, + "short": "Fully executed date of the consent", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "CON-13 (Consent Decision Date/Time – DTM)", + "identity": "v2" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Consent.date", + "isSummary": true + }, + { + "path": "Consent.period", + "min": 0, + "definition": "Effective period for this Consent Resource and all provisions unless specified in that provision.", + "isModifier": false, + "short": "Effective period for this Consent", + "type": [{ "code": "Period" }], + "mustSupport": false, + "alias": ["period"], + "max": "1", + "id": "Consent.period", + "isSummary": true + }, + { + "path": "Consent.grantor", + "min": 0, + "definition": "The entity responsible for granting the rights listed in a Consent Directive.", + "isModifier": false, + "short": "Who is granting rights according to the policy and rules", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "alias": ["grantor"], + "max": "*", + "id": "Consent.grantor", + "isSummary": true + }, + { + "path": "Consent.grantee", + "min": 0, + "definition": "The entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions.", + "isModifier": false, + "short": "Who is agreeing to the policy and rules", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "alias": ["grantee"], + "max": "*", + "id": "Consent.grantee", + "comment": "In a fully computable consent, both grantee and grantor will be listed as actors within the consent. The Grantee and Grantor elements are for ease of search only.", + "isSummary": true + }, + { + "path": "Consent.manager", + "min": 0, + "definition": "The actor that manages the consent through its lifecycle.", + "isModifier": false, + "short": "Consent workflow management", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "mustSupport": false, + "alias": ["manager"], + "max": "*", + "id": "Consent.manager", + "isSummary": false + }, + { + "path": "Consent.controller", + "min": 0, + "definition": "The actor that controls/enforces the access according to the consent.", + "isModifier": false, + "short": "Consent Enforcer", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "mustSupport": false, + "alias": ["controller"], + "max": "*", + "id": "Consent.controller", + "isSummary": false + }, + { + "path": "Consent.sourceAttachment", + "min": 0, + "definition": "The source on which this consent statement is based. The source might be a scanned original paper form.", + "isModifier": false, + "short": "Source from which this consent is taken", + "mapping": [ + { + "map": "Potential mappings to CON-5,6,7,8,16,19, 20-23", + "identity": "v2" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "Consent.sourceAttachment", + "comment": "The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id.", + "isSummary": false + }, + { + "path": "Consent.sourceReference", + "min": 0, + "definition": "A reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document.", + "isModifier": false, + "short": "Source from which this consent is taken", + "mapping": [ + { + "map": "Potential mappings to CON-5,6,7,8,16,19, 20-23", + "identity": "v2" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Consent", + "http://hl7.org/fhir/StructureDefinition/DocumentReference", + "http://hl7.org/fhir/StructureDefinition/Contract", + "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Consent.sourceReference", + "comment": "The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id.", + "isSummary": false + }, + { + "path": "Consent.regulatoryBasis", + "min": 0, + "definition": "A set of codes that indicate the regulatory basis (if any) that this consent supports.", + "isModifier": false, + "short": "Regulations establishing base Consent", + "mapping": [ + { + "map": "CON-3 (Consent Form ID and Version – ST)\nNote: An implementation-specific requirement will be needed", + "identity": "v2" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-policy", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentRegulatoryBasis" + } + ], + "description": "Regulatory policy examples" + }, + "max": "*", + "id": "Consent.regulatoryBasis", + "isSummary": false + }, + { + "path": "Consent.policyBasis", + "min": 0, + "definition": "A Reference or URL used to uniquely identify the policy the organization will enforce for this Consent. This Reference or URL should be specific to the version of the policy and should be dereferencable to a computable policy of some form.", + "isModifier": false, + "short": "Computable version of the backing policy", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "Consent.policyBasis", + "isSummary": false + }, + { + "path": "Consent.policyBasis.reference", + "min": 0, + "definition": "A Reference that identifies the policy the organization will enforce for this Consent.", + "isModifier": false, + "short": "Reference backing policy resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.policyBasis.reference", + "comment": "While any resource may be used, Consent, PlanDefinition and Contract would be most frequent", + "isSummary": false + }, + { + "path": "Consent.policyBasis.url", + "min": 0, + "definition": "A URL that links to a computable version of the policy the organization will enforce for this Consent.", + "isModifier": false, + "short": "URL to a computable backing policy", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "Consent.policyBasis.url", + "isSummary": false + }, + { + "path": "Consent.policyText", + "min": 0, + "definition": "A Reference to the human readable policy explaining the basis for the Consent.", + "isModifier": false, + "short": "Human Readable Policy", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "Consent.policyText", + "isSummary": false + }, + { + "path": "Consent.verification", + "min": 0, + "definition": "Whether a treatment instruction (e.g. artificial respiration: yes or no) was verified with the patient, his/her family or another authorized person.", + "isModifier": false, + "short": "Consent Verified by patient or family", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Consent.verification", + "isSummary": true + }, + { + "path": "Consent.verification.verified", + "min": 1, + "definition": "Has the instruction been verified.", + "isModifier": false, + "short": "Has been verified", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Consent.verification.verified", + "isSummary": true + }, + { + "path": "Consent.verification.verificationType", + "min": 0, + "definition": "Extensible list of verification type starting with verification and re-validation.", + "isModifier": false, + "short": "Business case of verification", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-verification", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentVerificationType" + } + ], + "description": "Types of Verification/Validation." + }, + "max": "1", + "id": "Consent.verification.verificationType", + "comment": "This allows the verification element to hold multiple use cases including RelatedPerson verification of the Grantee decision and periodic re-validation of the consent.", + "isSummary": false + }, + { + "path": "Consent.verification.verifiedBy", + "min": 0, + "definition": "The person who conducted the verification/validation of the Grantor decision.", + "isModifier": false, + "short": "Person conducting verification", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.verification.verifiedBy", + "isSummary": false + }, + { + "path": "Consent.verification.verifiedWith", + "min": 0, + "definition": "Who verified the instruction (Patient, Relative or other Authorized Person).", + "isModifier": false, + "short": "Person who verified", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.verification.verifiedWith", + "isSummary": false + }, + { + "path": "Consent.verification.verificationDate", + "min": 0, + "definition": "Date(s) verification was collected.", + "isModifier": false, + "short": "When consent verified", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "*", + "id": "Consent.verification.verificationDate", + "comment": "Allows for history of verification/validation.", + "isSummary": false + }, + { + "path": "Consent.decision", + "min": 0, + "definition": "Action to take - permit or deny - as default.", + "isModifier": true, + "short": "deny | permit", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-provision-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentProvisionType" + } + ], + "description": "Sets the base decision for Consent to be either permit or deny, with provisions assumed to be a negation of the previous level." + }, + "max": "1", + "id": "Consent.decision", + "isModifierReason": "Sets context for the values in .provision", + "isSummary": true + }, + { + "path": "Consent.provision", + "min": 0, + "definition": "An exception to the base policy of this consent. An exception can be an addition or removal of access permissions.", + "isModifier": false, + "short": "Constraints to the base Consent.policyRule/Consent.policy", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provision" + } + ], + "max": "*", + "id": "Consent.provision", + "isSummary": true + }, + { + "path": "Consent.provision.period", + "min": 0, + "definition": "Timeframe for this provision.", + "isModifier": false, + "short": "Timeframe for this provision", + "mapping": [ + { + "map": "CON-14&15 (Consent Effective Date Time, Consent End DateTime)", + "identity": "v2" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Consent.provision.period", + "comment": "This is the bound effective time of the consent and should be in the base provision in the Consent resource.", + "isSummary": true + }, + { + "path": "Consent.provision.actor", + "min": 0, + "definition": "Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "isModifier": false, + "short": "Who|what controlled by this provision (or group, by role)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "meaningWhenMissing": "There is no specific actor associated with the exception", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provisionActor" + } + ], + "max": "*", + "id": "Consent.provision.actor", + "isSummary": false + }, + { + "path": "Consent.provision.actor.role", + "min": 0, + "definition": "How the individual is involved in the resources content that is described in the exception.", + "isModifier": false, + "short": "How the actor is involved", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participation-role-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentActorRole" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "How an actor is involved in the consent considerations." + }, + "max": "1", + "id": "Consent.provision.actor.role", + "isSummary": false + }, + { + "path": "Consent.provision.actor.reference", + "min": 0, + "definition": "The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers').", + "isModifier": false, + "short": "Resource for the actor (or group, by role)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.provision.actor.reference", + "isSummary": false + }, + { + "path": "Consent.provision.action", + "min": 0, + "definition": "Actions controlled by this provision.", + "isModifier": false, + "short": "Actions controlled by this provision", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "meaningWhenMissing": "all actions", + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-action", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentAction" + } + ], + "description": "Detailed codes for the consent action." + }, + "max": "*", + "id": "Consent.provision.action", + "comment": "Note that this is the direct action (not the grounds for the action covered in the purpose element). At present, the only action in the understood and tested scope of this resource is 'read'.", + "isSummary": true + }, + { + "path": "Consent.provision.securityLabel", + "min": 0, + "definition": "A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception.", + "isModifier": false, + "short": "Security Labels that define affected resources", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/security-label-examples", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SecurityLabels" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Example Security Labels from the Healthcare Privacy and Security Classification System." + }, + "max": "*", + "id": "Consent.provision.securityLabel", + "comment": "If the consent specifies a security label of \"R\" then it applies to all resources that are labeled \"R\" or lower. E.g. for Confidentiality, it's a high water mark. For other kinds of security labels, subsumption logic applies. When the purpose of use tag is on the data, access request purpose of use shall not conflict.", + "isSummary": true + }, + { + "path": "Consent.provision.purpose", + "min": 0, + "definition": "The context of the activities a user is taking - why the user is accessing the data - that are controlled by this provision.", + "isModifier": false, + "short": "Context of activities covered by this provision", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-PurposeOfUse", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PurposeOfUse" + } + ], + "description": "What purposes of use are controlled by this exception. If more than one label is specified, operations must have all the specified labels." + }, + "max": "*", + "id": "Consent.provision.purpose", + "comment": "When the purpose of use tag is on the data, access request purpose of use shall not conflict.", + "isSummary": true + }, + { + "path": "Consent.provision.documentType", + "min": 0, + "definition": "The documentType(s) covered by this provision. The type can be a CDA document, or some other type that indicates what sort of information the consent relates to.", + "isModifier": false, + "short": "e.g. Resource Type, Profile, CDA, etc", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-class", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentClass" + } + ], + "description": "The document type a consent provision covers." + }, + "max": "*", + "id": "Consent.provision.documentType", + "comment": "Multiple types are or'ed together. The intention of the documentType element is that the codes refer to document types defined in a standard somewhere.", + "isSummary": true + }, + { + "path": "Consent.provision.resourceType", + "min": 0, + "definition": "The resourceType(s) covered by this provision. The type can be a FHIR resource type or a profile on a type that indicates what information the consent relates to.", + "isModifier": false, + "short": "e.g. Resource Type, Profile, etc", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentClass" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The resource types a consent provision covers." + }, + "max": "*", + "id": "Consent.provision.resourceType", + "comment": "Multiple types are or'ed together. The intention of the resourceType element is that the codes refer to profiles or document types defined in a standard or an implementation guide somewhere.", + "isSummary": true + }, + { + "path": "Consent.provision.code", + "min": 0, + "definition": "If this code is found in an instance, then the provision applies.", + "isModifier": false, + "short": "e.g. LOINC or SNOMED CT code, etc. in the content", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-content-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentContentCode" + } + ], + "description": "If this code is found in an instance, then the exception applies." + }, + "max": "*", + "id": "Consent.provision.code", + "isSummary": true + }, + { + "path": "Consent.provision.dataPeriod", + "min": 0, + "definition": "Clinical or Operational Relevant period of time that bounds the data controlled by this provision.", + "isModifier": false, + "short": "Timeframe for data controlled by this provision", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Consent.provision.dataPeriod", + "comment": "This has a different sense to the Consent.period - that is when the consent agreement holds. This is the time period of the data that is controlled by the agreement.", + "isSummary": true + }, + { + "path": "Consent.provision.data", + "min": 0, + "definition": "The resources controlled by this provision if specific resources are referenced.", + "isModifier": false, + "short": "Data controlled by this provision", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "meaningWhenMissing": "all data", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "provisionData" + } + ], + "max": "*", + "id": "Consent.provision.data", + "isSummary": true + }, + { + "path": "Consent.provision.data.meaning", + "min": 1, + "definition": "How the resource reference is interpreted when testing consent restrictions.", + "isModifier": false, + "short": "instance | related | dependents | authoredby", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConsentDataMeaning" + } + ], + "description": "How a resource reference is interpreted when testing consent restrictions." + }, + "max": "1", + "id": "Consent.provision.data.meaning", + "isSummary": true + }, + { + "path": "Consent.provision.data.reference", + "min": 1, + "definition": "A reference to a specific resource that defines which resources are covered by this consent.", + "isModifier": false, + "short": "The actual data reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Consent.provision.data.reference", + "isSummary": true + }, + { + "path": "Consent.provision.expression", + "min": 0, + "definition": "A computable (FHIRPath or other) definition of what is controlled by this consent.", + "isModifier": false, + "short": "A computable expression of the consent", + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "Consent.provision.expression", + "comment": "Constraining the expression type for a specific implementation via profile is recommended", + "isSummary": false + }, + { + "path": "Consent.provision.provision", + "min": 0, + "definition": "Provisions which provide exceptions to the base provision or subprovisions.", + "isModifier": false, + "short": "Nested Exception Provisions", + "contentReference": "#Consent.provision", + "mustSupport": false, + "max": "*", + "id": "Consent.provision.provision", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/homehealth/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This profile describes the direct or derived, qualitative or quantitative physiological measurement, setting, or calculation data produced by a medical device or a device component.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/devicemetricobservation/5.0.0", + "date": "2014-11-17", + "derivation": "constraint", + "publisher": "Health Level Seven International (Health Care Devices)", + "fhirVersion": "5.0.0", + "name": "DeviceMetricObservationProfile", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://snomed.info/conceptdomain", + "name": "SNOMED CT Concept Domain Binding", + "identity": "sct-concept" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://snomed.org/attributebinding", + "name": "SNOMED CT Attribute Binding", + "identity": "sct-attr" + } + ], + "abstract": false, + "type": "Observation", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Device Metric Observation Profile", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "devicemetricobservation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/devicemetricobservation", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1476", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/devicemetricobservation", + "differential": { + "element": [ + { + "id": "Observation", + "max": "*", + "min": 0, + "path": "Observation" + }, + { + "id": "Observation.identifier", + "max": "*", + "min": 0, + "path": "Observation.identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": true + }, + { + "id": "Observation.status", + "max": "1", + "min": 1, + "path": "Observation.status", + "type": [{ "code": "code" }], + "mustSupport": true + }, + { + "id": "Observation.code", + "max": "1", + "min": 1, + "path": "Observation.code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.subject", + "max": "1", + "min": 1, + "path": "Observation.subject", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.encounter", + "max": "0", + "min": 0, + "path": "Observation.encounter", + "mustSupport": false + }, + { + "id": "Observation.effectiveDateTime", + "max": "1", + "min": 1, + "path": "Observation.effectiveDateTime", + "type": [{ "code": "dateTime" }], + "mustSupport": true + }, + { + "id": "Observation.issued", + "max": "0", + "min": 0, + "path": "Observation.issued", + "type": [{ "code": "instant" }], + "mustSupport": false + }, + { + "id": "Observation.value[x]", + "max": "1", + "min": 0, + "path": "Observation.value[x]", + "type": [ + { "code": "Quantity" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "Range" }, + { "code": "Ratio" }, + { "code": "SampledData" }, + { "code": "time" }, + { "code": "dateTime" }, + { "code": "Period" } + ], + "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "max": "0", + "min": 0, + "path": "Observation.dataAbsentReason", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false + }, + { + "id": "Observation.interpretation", + "max": "1", + "min": 0, + "path": "Observation.interpretation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false + }, + { + "id": "Observation.note", + "max": "*", + "min": 0, + "path": "Observation.note", + "type": [{ "code": "Annotation" }], + "mustSupport": false + }, + { + "id": "Observation.bodySite", + "max": "1", + "min": 0, + "path": "Observation.bodySite", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.method", + "max": "1", + "min": 0, + "path": "Observation.method", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": true + }, + { + "id": "Observation.specimen", + "max": "0", + "min": 0, + "path": "Observation.specimen", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false + }, + { + "id": "Observation.device", + "max": "1", + "min": 1, + "path": "Observation.device", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DeviceMetric" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.referenceRange", + "max": "1", + "min": 0, + "path": "Observation.referenceRange", + "mustSupport": true + }, + { + "id": "Observation.hasMember", + "max": "*", + "min": 0, + "path": "Observation.hasMember", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": true + }, + { + "id": "Observation.derivedFrom", + "max": "*", + "min": 0, + "path": "Observation.derivedFrom", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" + }, + { + "description": "Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubscriptionTopic/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubscriptionTopic", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "SubscriptionTopic", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "SubscriptionTopic", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubscriptionTopic", + "differential": { + "element": [ + { + "path": "SubscriptionTopic", + "min": 0, + "definition": "Describes a stream of resource state changes or events and annotated with labels useful to filter projections from this topic.", + "isModifier": false, + "short": "The definition of a specific topic for triggering events within the Subscriptions framework", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "infrastructure.exchange", "identity": "w5" }, + { "map": "Act[moodCode<=DEFN]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic" + }, + { + "path": "SubscriptionTopic.url", + "requirements": "Allows the subscription topic to be referenced by a single globally unique identifier.", + "min": 1, + "definition": "An absolute URI that is used to identify this subscription topic when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this subscription topic is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the subscription topic is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this subscription topic, represented as an absolute URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.url", + "comment": "Can be a `urn:uuid:` or a `urn:oid:` but real `http/s:` addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions).\n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.\n\nWhen this is a locally defined topic or derived from a topic defined in the FHIR spec or an IG, this uniquely identifies the topic and functionality. Ideally this URL resolves to documentation about the use cases.\n\nWhen this is a topic derived from another topic (e.g., it adds additional filters or functionality to a topic defined in an IG), then this URL should be different than the base and the `derivedFromCanonical` should be filled out with the unique uri as defined in the IG.\n\nWhen this is a direct implementation from another IG or registered topic (with no additional filters, etc., so not derived), then this url is the unique url for this topic as defined by the IG.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.identifier", + "requirements": "Allows identification of the subscription topic as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this subscription topic by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Business identifier for subscription topic", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.identifier", + "comment": "Note: This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the subscription topic when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Topic author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions are orderable.", + "isModifier": false, + "short": "Business version of the subscription topic", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.version", + "comment": "There may be multiple different instances of a subscription topic that have the same identifier but different versions.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "SubscriptionTopic.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the subscription topic This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this subscription topic (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.name", + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the subscription topic. For example, \"admission\".", + "isModifier": false, + "short": "Name for this subscription topic (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["Name", "SubscriptionTopic Name"], + "max": "1", + "id": "SubscriptionTopic.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.derivedFrom", + "requirements": "SubscriptionTopics may be refinements of more generic topics.", + "min": 0, + "definition": "The canonical URL pointing to another FHIR-defined SubscriptionTopic that is adhered to in whole or in part by this SubscriptionTopic.", + "isModifier": false, + "short": "Based on FHIR protocol or definition", + "mapping": [ + { + "map": "Definition.derivedFromCanonical", + "identity": "workflow" + }, + { "map": "Varies by domain", "identity": "v2" }, + { + "map": ".outboundRelationship[typeCode=DEFN].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubscriptionTopic" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.derivedFrom", + "isSummary": true + }, + { + "path": "SubscriptionTopic.status", + "min": 1, + "definition": "The current state of the SubscriptionTopic.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SubscriptionTopic.status", + "comment": "A nominal state-transition diagram can be found in the [Definition pattern](definition.html#statemachine) documentation\n\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired SubscriptionTopic without due consideration", + "isSummary": true + }, + { + "path": "SubscriptionTopic.experimental", + "requirements": "Enables experimental content to be developed following the same life-cycle as a production-level SubscriptionTopic would.", + "min": 0, + "definition": "A flag to indicate that this TopSubscriptionTopicic is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "If for testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "SubscriptionTopic.experimental", + "comment": "Allows filtering of SubscriptionTopic that are appropriate for use vs. not.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.date", + "min": 0, + "definition": "The date (and optionally time) when the subscription topic was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the subscription topic changes.", + "isModifier": false, + "short": "Date status first applied", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["created"], + "max": "1", + "id": "SubscriptionTopic.date", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SubscriptionTopic.publisher", + "requirements": "Usually an organization, but may be an individual. The publisher (or steward) of the SubscriptionTopic is the organization or individual primarily responsible for the maintenance and upkeep of the Topic. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the Topic. This item SHOULD be populated unless the information is available from context.", + "min": 0, + "definition": "Helps establish the \"authority/credibility\" of the SubscriptionTopic. May also allow for contact.", + "isModifier": false, + "short": "The name of the individual or organization that published the SubscriptionTopic", + "mapping": [ + { + "map": "Definition.publisher {as string instead of CodeableConcept}", + "identity": "workflow" + }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["author"], + "max": "1", + "id": "SubscriptionTopic.publisher", + "isSummary": true + }, + { + "path": "SubscriptionTopic.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SubscriptionTopic.description", + "min": 0, + "definition": "A free text natural language description of the Topic from the consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the SubscriptionTopic", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SubscriptionTopic.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of code system definitions.", + "isModifier": false, + "short": "Content intends to support these contexts", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.useContext", + "comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.jurisdiction", + "min": 0, + "definition": "A jurisdiction in which the Topic is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction of the SubscriptionTopic (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "SubscriptionTopic.jurisdiction", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "SubscriptionTopic.purpose", + "min": 0, + "definition": "Explains why this Topic is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this SubscriptionTopic is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SubscriptionTopic.purpose", + "comment": "This element does not describe the usage of the Topic. Rather it is for traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this Topic.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.copyright", + "requirements": "Consumers of the TSubscriptionTopicopic must be able to determine any legal restrictions on the use of the artifact and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the SubscriptionTopic and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SubscriptionTopic.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "SubscriptionTopic.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "SubscriptionTopic.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SubscriptionTopic.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.approvalDate", + "min": 0, + "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When SubscriptionTopic is/was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.approvalDate", + "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.lastReviewDate", + "min": 0, + "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.", + "isModifier": false, + "short": "Date the Subscription Topic was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.lastReviewDate", + "comment": "If specified, this is usually after the approval date.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.effectivePeriod", + "min": 0, + "definition": "The period during which the SubscriptionTopic content was or is planned to be effective.", + "isModifier": false, + "short": "The effective date range for the SubscriptionTopic", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.effectivePeriod", + "comment": "The effective period for a SubscriptionTopic determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 would be published in 2015.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger", + "min": 0, + "definition": "A definition of a resource-based event that triggers a notification based on the SubscriptionTopic. The criteria may be just a human readable description and/or a full FHIR search string or FHIRPath expression. Multiple triggers are considered OR joined (e.g., a resource update matching ANY of the definitions will trigger a notification).", + "isModifier": false, + "short": "Definition of a resource-based trigger for the subscription topic", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.resourceTrigger", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.description", + "min": 0, + "definition": "The human readable description of this resource trigger for the SubscriptionTopic - for example, \"An Encounter enters the 'in-progress' state\".", + "isModifier": false, + "short": "Text representation of the resource trigger", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.description", + "comment": "Implementation of particular subscription topics might not use a computable definition and instead base their design on the definition.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.resource", + "min": 1, + "definition": "URL of the Resource that is the type used in this resource trigger. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, \"Patient\" maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see ElementDefinition.type.code.", + "isModifier": false, + "short": "Data Type or Resource (reference to definition) for this trigger definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.resource", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.supportedInteraction", + "min": 0, + "definition": "The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic. Multiple values are considered OR joined (e.g., CREATE or UPDATE). If not present, all supported interactions are assumed.", + "isModifier": false, + "short": "create | update | delete", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/interaction-trigger|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MethodCode" + } + ], + "description": "FHIR RESTful interaction used to filter a resource-based SubscriptionTopic trigger." + }, + "max": "*", + "id": "SubscriptionTopic.resourceTrigger.supportedInteraction", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria", + "min": 0, + "definition": "The FHIR query based rules that the server should use to determine when to trigger a notification for this subscription topic.", + "isModifier": false, + "short": "Query based trigger rule", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria.previous", + "min": 0, + "definition": "The FHIR query based rules are applied to the previous resource state (e.g., state before an update).", + "isModifier": false, + "short": "Rule applied to previous resource state", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria.previous", + "comment": "The rules are search criteria (without the [base] part). Like Bundle.entry.request.url, it has no leading slash character (`/`).", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria.resultForCreate", + "min": 0, + "definition": "For `create` interactions, should the `previous` criteria count as an automatic pass or an automatic fail. If not present, the testing behavior during `create` interactions is unspecified (server discretion).", + "isModifier": false, + "short": "test-passes | test-fails", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CriteriaNotExistsBehavior" + } + ], + "description": "Behavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete)." + }, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria.resultForCreate", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria.current", + "min": 0, + "definition": "The FHIR query based rules are applied to the current resource state (e.g., state after an update).", + "isModifier": false, + "short": "Rule applied to current resource state", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria.current", + "comment": "The rules are search criteria (without the [base] part). Like Bundle.entry.request.url, it has no leading slash character (`/`).", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria.resultForDelete", + "min": 0, + "definition": "For 'delete' interactions, should the 'current' query criteria count as an automatic pass or an automatic fail. If not present, the testing behavior during `delete` interactions is unspecified (server discretion).", + "isModifier": false, + "short": "test-passes | test-fails", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CriteriaNotExistsBehavior" + } + ], + "description": "Behavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete)." + }, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria.resultForDelete", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.queryCriteria.requireBoth", + "min": 0, + "definition": "If set to `true`, both the `current` and `previous` query criteria must evaluate `true` to trigger a notification for this topic. If set to `false` or not present, a notification for this topic will be triggered if either the `current` or `previous` tests evaluate to `true`.", + "isModifier": false, + "short": "Both must be true flag", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.queryCriteria.requireBoth", + "comment": "Please note the interaction between this element and the `resultForCreate`/`resultForDelete` elements during `create` and `delete` interactions. For example, if `resultForCreate` is set to `test-passes`, setting `requireBoth` to `false` means that every `create` will trigger a notification while setting `requireBoth` to `true` will result in notifications if the `current` test passes. Similarly, if `resultForCreate` is set to `test-fails`, setting `requireBoth` to `true` means that no `create` will be able to generate a notification while setting `requireBoth` to `false` will result in notifications if the `current` test passes.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.resourceTrigger.fhirPathCriteria", + "min": 0, + "definition": "The FHIRPath based rules that the server should use to determine when to trigger a notification for this topic.", + "isModifier": false, + "short": "FHIRPath based trigger rule", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.resourceTrigger.fhirPathCriteria", + "comment": "FHIRPath expression with %previous and %current vars.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.eventTrigger", + "min": 0, + "definition": "Event definition which can be used to trigger the SubscriptionTopic.", + "isModifier": false, + "short": "Event definitions the SubscriptionTopic", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.eventTrigger", + "isSummary": true + }, + { + "path": "SubscriptionTopic.eventTrigger.description", + "min": 0, + "definition": "The human readable description of an event to trigger a notification for the SubscriptionTopic - for example, \"Patient Admission, as defined in HL7v2 via message ADT^A01\". Multiple values are considered OR joined (e.g., matching any single event listed).", + "isModifier": false, + "short": "Text representation of the event trigger", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.eventTrigger.description", + "comment": "Implementation of particular subscription topics might not use a computable definition and instead base their design on the definition.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.eventTrigger.event", + "min": 1, + "definition": "A well-defined event which can be used to trigger notifications from the SubscriptionTopic.", + "isModifier": false, + "short": "Event which can trigger a notification from the SubscriptionTopic", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0003", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubscriptionTopicEventTrigger" + } + ], + "description": "FHIR Value set/code system definition for HL7 V2 table 0003 (EVENT TYPE CODE)." + }, + "max": "1", + "id": "SubscriptionTopic.eventTrigger.event", + "isSummary": true + }, + { + "path": "SubscriptionTopic.eventTrigger.resource", + "min": 1, + "definition": "URL of the Resource that is the focus type used in this event trigger. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, \"Patient\" maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see ElementDefinition.type.code.", + "isModifier": false, + "short": "Data Type or Resource (reference to definition) for this trigger definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "SubscriptionTopic.eventTrigger.resource", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy", + "min": 0, + "definition": "List of properties by which Subscriptions on the SubscriptionTopic can be filtered. May be defined Search Parameters (e.g., Encounter.patient) or parameters defined within this SubscriptionTopic context (e.g., hub.event).", + "isModifier": false, + "short": "Properties by which a Subscription can filter notifications from the SubscriptionTopic", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.canFilterBy", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy.description", + "min": 0, + "definition": "Description of how this filtering parameter is intended to be used.", + "isModifier": false, + "short": "Description of this filter parameter", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.canFilterBy.description", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy.resource", + "min": 0, + "definition": "URL of the Resource that is the type used in this filter. This is the \"focus\" of the topic (or one of them if there are more than one). It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.", + "isModifier": false, + "short": "URL of the triggering Resource that this filter applies to", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "SubscriptionTopic.canFilterBy.resource", + "comment": "URL of the Resource that is the type used in this filter. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, \"Patient\" maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see ElementDefinition.type.code.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy.filterParameter", + "min": 1, + "definition": "Either the canonical URL to a search parameter (like \"http://hl7.org/fhir/SearchParameter/encounter-patient\") or topic-defined parameter (like \"hub.event\") which is a label for the filter.", + "isModifier": false, + "short": "Human-readable and computation-friendly name for a filter parameter usable by subscriptions on this topic, via Subscription.filterBy.filterParameter", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.canFilterBy.filterParameter", + "comment": "Chained parameters are allowed (like \"patient.gender\") - but can not use colons or modifiers.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy.filterDefinition", + "min": 0, + "definition": "Either the canonical URL to a search parameter (like \"http://hl7.org/fhir/SearchParameter/encounter-patient\") or the officially-defined URI for a shared filter concept (like \"http://example.org/concepts/shared-common-event\").", + "isModifier": false, + "short": "Canonical URL for a filterParameter definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "SubscriptionTopic.canFilterBy.filterDefinition", + "comment": "Chained parameters are allowed (like \"patient.gender\") - but can not use colons or modifiers.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.canFilterBy.comparator", + "min": 0, + "definition": "Comparators allowed for the filter parameter.", + "isModifier": false, + "short": "eq | ne | gt | lt | ge | le | sa | eb | ap", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-comparator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchComparator" + } + ], + "description": "Search Comparator Codes supported in this filter." + }, + "max": "*", + "id": "SubscriptionTopic.canFilterBy.comparator", + "comment": "If no comparators are listed, clients should not expect servers to support any comparators.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.canFilterBy.modifier", + "min": 0, + "definition": "Modifiers allowed for the filter parameter.", + "isModifier": false, + "short": "missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-modifier-code|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchModifierCode" + } + ], + "description": "Search Modifier Codes supported in this filter." + }, + "max": "*", + "id": "SubscriptionTopic.canFilterBy.modifier", + "comment": "If no modifiers are listed, clients should not expect servers to support any modifiers.", + "isSummary": false + }, + { + "path": "SubscriptionTopic.notificationShape", + "min": 0, + "definition": "List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.", + "isModifier": false, + "short": "Properties for describing the shape of notifications generated by this topic", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.notificationShape", + "isSummary": true + }, + { + "path": "SubscriptionTopic.notificationShape.resource", + "min": 1, + "definition": "URL of the Resource that is the type used in this shape. This is the 'focus' resource of the topic (or one of them if there are more than one) and the root resource for this shape definition. It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.", + "isModifier": false, + "short": "URL of the Resource that is the focus (main) resource in a notification shape", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/subscription-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRTypes" + } + ], + "additional": [ + { + "purpose": "ui", + "valueSet": "http://hl7.org/fhir/ValueSet/all-resource-types" + } + ], + "description": "A type of resource, or a Reference (from all versions)" + }, + "max": "1", + "id": "SubscriptionTopic.notificationShape.resource", + "comment": "URL of the Resource that is the type used in this shape. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, 'Patient' maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see ElementDefinition.type.code.", + "isSummary": true + }, + { + "path": "SubscriptionTopic.notificationShape.include", + "min": 0, + "definition": "Search-style _include directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.", + "isModifier": false, + "short": "Include directives, rooted in the resource for this shape", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.notificationShape.include", + "isSummary": true + }, + { + "path": "SubscriptionTopic.notificationShape.revInclude", + "min": 0, + "definition": "Search-style _revinclude directives, rooted in the resource for this shape. Servers SHOULD include resources listed here, if they exist and the user is authorized to receive them. Clients SHOULD be prepared to receive these additional resources, but SHALL function properly without them.", + "isModifier": false, + "short": "Reverse include directives, rooted in the resource for this shape", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "*", + "id": "SubscriptionTopic.notificationShape.revInclude", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Todo.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceReferenceInformation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceReferenceInformation", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceReferenceInformation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceReferenceInformation", + "differential": { + "element": [ + { + "path": "SubstanceReferenceInformation", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "mapping": [ + { "map": "administrative.medication", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation" + }, + { + "path": "SubstanceReferenceInformation.comment", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.comment", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.gene", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.gene", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.gene.geneSequenceOrigin", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.gene.geneSequenceOrigin", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.gene.gene", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.gene.gene", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.gene.source", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.gene.source", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.geneElement", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.geneElement", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.geneElement.type", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.geneElement.type", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.geneElement.element", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.geneElement.element", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.geneElement.source", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.geneElement.source", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.target", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.target", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.target", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.type", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.type", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.interaction", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.interaction", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.organism", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.organism", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.organismType", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.organismType", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.amount[x]", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.amount[x]", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.amountType", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceReferenceInformation.target.amountType", + "isSummary": true + }, + { + "path": "SubstanceReferenceInformation.target.source", + "min": 0, + "definition": "Todo.", + "isModifier": false, + "short": "Todo", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceReferenceInformation.target.source", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The detailed description of a substance, typically at a level beyond what is used for prescribing.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SubstanceDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Biomedical Research and Regulation)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SubstanceDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "https://www.iso.org/obp/ui/#iso:std:iso:11238", + "name": "IDMP Mapping (Substance)", + "identity": "idmp-substance" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SubstanceDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Medication Definition" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "brr" + } + ], + "status": "draft", + "id": "SubstanceDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SubstanceDefinition", + "differential": { + "element": [ + { + "path": "SubstanceDefinition", + "min": 0, + "definition": "The detailed description of a substance, typically at a level beyond what is used for prescribing.", + "isModifier": false, + "short": "The detailed description of a substance, typically at a level beyond what is used for prescribing", + "mapping": [ + { + "map": "administrative.medication", + "identity": "w5" + }, + { + "map": "Substance (and derived classes: Chemical, Polymer, Protein, Nucleic_Acid, Structurally_Diverse)", + "identity": "idmp-substance" + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition" + }, + { + "path": "SubstanceDefinition.identifier", + "min": 0, + "definition": "Identifier by which this substance is known.", + "isModifier": false, + "short": "Identifier by which this substance is known", + "mapping": [ + { + "map": "Substance.Substance_Id", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.identifier", + "isSummary": true + }, + { + "path": "SubstanceDefinition.version", + "min": 0, + "definition": "A business level version identifier of the substance.", + "isModifier": false, + "short": "A business level version identifier of the substance", + "mapping": [ + { + "map": "Version.Version_Number", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.version", + "isSummary": true + }, + { + "path": "SubstanceDefinition.status", + "min": 0, + "definition": "Status of substance within the catalogue e.g. active, retired.", + "isModifier": false, + "short": "Status of substance within the catalogue e.g. active, retired", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SubstanceDefinition.status", + "isSummary": true + }, + { + "path": "SubstanceDefinition.classification", + "min": 0, + "definition": "A high level categorization, e.g. polymer or nucleic acid, or food, chemical, biological, or a lower level such as the general types of polymer (linear or branch chain) or type of impurity (process related or contaminant).", + "isModifier": false, + "short": "A categorization, high level e.g. polymer or nucleic acid, or food, chemical, biological, or lower e.g. polymer linear or branch chain, or type of impurity", + "mapping": [ + { + "map": "Substance_Classification.Substance_Classification and Substance_classification.Substance_Classification_Subtype", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.classification", + "isSummary": true + }, + { + "path": "SubstanceDefinition.domain", + "min": 0, + "definition": "If the substance applies to human or veterinary use.", + "isModifier": false, + "short": "If the substance applies to human or veterinary use", + "mapping": [ + { + "map": "Substance_Classification.Substance_Classification (and Code and Type) and Substance_Classification.Substance_Classification_Subtype", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medicinal-product-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicinalProductType" + } + ], + "description": "Applicable domain for this product (e.g. human, veterinary)." + }, + "max": "1", + "id": "SubstanceDefinition.domain", + "isSummary": true + }, + { + "path": "SubstanceDefinition.grade", + "min": 0, + "definition": "The quality standard, established benchmark, to which substance complies (e.g. USP/NF, Ph. Eur, JP, BP, Company Standard).", + "isModifier": false, + "short": "The quality standard, established benchmark, to which substance complies (e.g. USP/NF, BP)", + "mapping": [ + { + "map": "Substance_Specified_Substance_Group_3.Grade", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-grade", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceGrade" + } + ], + "description": "The quality standard, established benchmark, to which a substance complies" + }, + "max": "*", + "id": "SubstanceDefinition.grade", + "isSummary": true + }, + { + "path": "SubstanceDefinition.description", + "min": 0, + "definition": "Textual description of the substance.", + "isModifier": false, + "short": "Textual description of the substance", + "mapping": [ + { + "map": "Substance.Comment", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.description", + "isSummary": true + }, + { + "path": "SubstanceDefinition.informationSource", + "min": 0, + "definition": "Supporting literature.", + "isModifier": false, + "short": "Supporting literature", + "mapping": [ + { + "map": "Substance.Reference_Source", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.informationSource", + "isSummary": true + }, + { + "path": "SubstanceDefinition.note", + "min": 0, + "definition": "Textual comment about the substance's catalogue or registry record.", + "isModifier": false, + "short": "Textual comment about the substance's catalogue or registry record", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.note", + "isSummary": true + }, + { + "path": "SubstanceDefinition.manufacturer", + "min": 0, + "definition": "The entity that creates, makes, produces or fabricates the substance. This is a set of potential manufacturers but is not necessarily comprehensive.", + "isModifier": false, + "short": "The entity that creates, makes, produces or fabricates the substance", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.manufacturer", + "isSummary": true + }, + { + "path": "SubstanceDefinition.supplier", + "min": 0, + "definition": "An entity that is the source for the substance. It may be different from the manufacturer. Supplier is synonymous to a distributor.", + "isModifier": false, + "short": "An entity that is the source for the substance. It may be different from the manufacturer", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.supplier", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety", + "min": 0, + "definition": "Moiety, for structural modifications.", + "isModifier": false, + "short": "Moiety, for structural modifications", + "mapping": [ + { + "map": "Substance.Moiety", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.moiety", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.role", + "min": 0, + "definition": "Role that the moiety is playing.", + "isModifier": false, + "short": "Role that the moiety is playing", + "mapping": [ + { + "map": "Moiety.Moiety_Role", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.moiety.role", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.identifier", + "min": 0, + "definition": "Identifier by which this moiety substance is known.", + "isModifier": false, + "short": "Identifier by which this moiety substance is known", + "mapping": [ + { + "map": "Moiety.Moiety_Id", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.moiety.identifier", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.name", + "min": 0, + "definition": "Textual name for this moiety substance.", + "isModifier": false, + "short": "Textual name for this moiety substance", + "mapping": [ + { + "map": "Moiety.Moiety_Name", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.moiety.name", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.stereochemistry", + "min": 0, + "definition": "Stereochemistry type.", + "isModifier": false, + "short": "Stereochemistry type", + "mapping": [ + { + "map": "Moiety.Stereochemistry", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-stereochemistry", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceStereochemistry" + } + ], + "description": "The optical rotation type of a substance." + }, + "max": "1", + "id": "SubstanceDefinition.moiety.stereochemistry", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.opticalActivity", + "min": 0, + "definition": "Optical activity type.", + "isModifier": false, + "short": "Optical activity type", + "mapping": [ + { + "map": "Moiety.Optical_Activity", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-optical-activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceOpticalActivity" + } + ], + "description": "The optical rotation type of a substance." + }, + "max": "1", + "id": "SubstanceDefinition.moiety.opticalActivity", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.molecularFormula", + "min": 0, + "definition": "Molecular formula for this moiety of this substance, typically using the Hill system.", + "isModifier": false, + "short": "Molecular formula for this moiety (e.g. with the Hill system)", + "mapping": [ + { + "map": "Moiety.Molecular_Formula", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.moiety.molecularFormula", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.amount[x]", + "min": 0, + "definition": "Quantitative value for this moiety.", + "isModifier": false, + "short": "Quantitative value for this moiety", + "mapping": [ + { "map": "Moiety.Amount", "identity": "idmp-substance" } + ], + "type": [{ "code": "Quantity" }, { "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.moiety.amount[x]", + "isSummary": true + }, + { + "path": "SubstanceDefinition.moiety.measurementType", + "min": 0, + "definition": "The measurement type of the quantitative value. In capturing the actual relative amounts of substances or molecular fragments it may be necessary to indicate whether the amount refers to, for example, a mole ratio or weight ratio.", + "isModifier": false, + "short": "The measurement type of the quantitative value", + "mapping": [ + { + "map": "Amount.Amount_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-amount-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceAmountType" + } + ], + "description": "The relationship between two substance types." + }, + "max": "1", + "id": "SubstanceDefinition.moiety.measurementType", + "isSummary": true + }, + { + "path": "SubstanceDefinition.characterization", + "min": 0, + "definition": "General specifications for this substance.", + "isModifier": false, + "short": "General specifications for this substance", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.characterization", + "isSummary": true + }, + { + "path": "SubstanceDefinition.characterization.technique", + "min": 0, + "definition": "The method used to elucidate the characterization of the drug substance. Example: HPLC.", + "isModifier": false, + "short": "The method used to find the characterization e.g. HPLC", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-structure-technique", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceStructureTechnique" + } + ], + "description": "The method used to elucidate the characterization of the drug substance." + }, + "max": "1", + "id": "SubstanceDefinition.characterization.technique", + "isSummary": true + }, + { + "path": "SubstanceDefinition.characterization.form", + "min": 0, + "definition": "Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form.", + "isModifier": false, + "short": "Describes the nature of the chemical entity and explains, for instance, whether this is a base or a salt form", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceForm" + } + ] + }, + "max": "1", + "id": "SubstanceDefinition.characterization.form", + "isSummary": true + }, + { + "path": "SubstanceDefinition.characterization.description", + "min": 0, + "definition": "The description or justification in support of the interpretation of the data file.", + "isModifier": false, + "short": "The description or justification in support of the interpretation of the data file", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.characterization.description", + "isSummary": true + }, + { + "path": "SubstanceDefinition.characterization.file", + "min": 0, + "definition": "The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis.", + "isModifier": false, + "short": "The data produced by the analytical instrument or a pictorial representation of that data. Examples: a JCAMP, JDX, or ADX file, or a chromatogram or spectrum analysis", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.characterization.file", + "isSummary": true + }, + { + "path": "SubstanceDefinition.property", + "min": 0, + "definition": "General specifications for this substance.", + "isModifier": false, + "short": "General specifications for this substance", + "mapping": [ + { + "map": "Substance.Property", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.property", + "isSummary": true + }, + { + "path": "SubstanceDefinition.property.type", + "min": 1, + "definition": "A code expressing the type of property.", + "isModifier": false, + "short": "A code expressing the type of property", + "mapping": [ + { + "map": "Property.Property_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/product-characteristic-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SNOMEDCTCharacteristicCodes" + } + ], + "description": "This value set includes all observable entity codes from SNOMED CT - provided as an exemplar value set." + }, + "max": "1", + "id": "SubstanceDefinition.property.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.property.value[x]", + "min": 0, + "definition": "A value for the property.", + "isModifier": false, + "short": "A value for the property", + "mapping": [ + { + "map": "Physical Characteristics, attribute's value", + "identity": "idmp-substance" + } + ], + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" }, + { "code": "date" }, + { "code": "boolean" }, + { "code": "Attachment" } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.property.value[x]", + "isSummary": true + }, + { + "path": "SubstanceDefinition.referenceInformation", + "min": 0, + "definition": "General information detailing this substance.", + "isModifier": false, + "short": "General information detailing this substance", + "mapping": [ + { + "map": "Reference_Information", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.referenceInformation", + "isSummary": true + }, + { + "path": "SubstanceDefinition.molecularWeight", + "min": 0, + "definition": "The average mass of a molecule of a compound compared to 1/12 the mass of carbon 12 and calculated as the sum of the atomic weights of the constituent atoms.", + "isModifier": false, + "short": "The average mass of a molecule of a compound", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.molecularWeight", + "isSummary": true + }, + { + "path": "SubstanceDefinition.molecularWeight.method", + "min": 0, + "definition": "The method by which the molecular weight was determined.", + "isModifier": false, + "short": "The method by which the weight was determined", + "mapping": [ + { + "map": "Molecular_Weight.Molecular_Weight_Method", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-weight-method", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceWeightMethod" + } + ], + "description": "The method by which the substance weight was measured." + }, + "max": "1", + "id": "SubstanceDefinition.molecularWeight.method", + "isSummary": true + }, + { + "path": "SubstanceDefinition.molecularWeight.type", + "min": 0, + "definition": "Type of molecular weight such as exact, average (also known as. number average), weight average.", + "isModifier": false, + "short": "Type of molecular weight e.g. exact, average, weight average", + "mapping": [ + { + "map": "Molecular_Weight.Molecular_Weight_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-weight-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceWeightType" + } + ], + "description": "The type of substance weight measurement." + }, + "max": "1", + "id": "SubstanceDefinition.molecularWeight.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.molecularWeight.amount", + "min": 1, + "definition": "Used to capture quantitative values for a variety of elements. If only limits are given, the arithmetic mean would be the average. If only a single definite value for a given element is given, it would be captured in this field.", + "isModifier": false, + "short": "Used to capture quantitative values for a variety of elements", + "mapping": [ + { + "map": "Molecular_Weight.Amount", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.molecularWeight.amount", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure", + "min": 0, + "definition": "Structural information.", + "isModifier": false, + "short": "Structural information", + "mapping": [ + { + "map": "Substance.Structure", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.stereochemistry", + "min": 0, + "definition": "Stereochemistry type.", + "isModifier": false, + "short": "Stereochemistry type", + "mapping": [ + { + "map": "Structure.Stereochemistry", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-stereochemistry", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceStereochemistry" + } + ], + "description": "The optical rotation type of a substance." + }, + "max": "1", + "id": "SubstanceDefinition.structure.stereochemistry", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.opticalActivity", + "min": 0, + "definition": "Optical activity type.", + "isModifier": false, + "short": "Optical activity type", + "mapping": [ + { + "map": "Structure.Optical_Activity", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-optical-activity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceOpticalActivity" + } + ], + "description": "The optical rotation type of a substance." + }, + "max": "1", + "id": "SubstanceDefinition.structure.opticalActivity", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.molecularFormula", + "min": 0, + "definition": "An expression which states the number and type of atoms present in a molecule of a substance.", + "isModifier": false, + "short": "An expression which states the number and type of atoms present in a molecule of a substance", + "mapping": [ + { + "map": "Structure.Molecular_Formula", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure.molecularFormula", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.molecularFormulaByMoiety", + "min": 0, + "definition": "Specified per moiety according to the Hill system, i.e. first C, then H, then alphabetical, each moiety separated by a dot.", + "isModifier": false, + "short": "Specified per moiety according to the Hill system", + "mapping": [ + { + "map": "Structure.Molecular_Formula_By_Moiety", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure.molecularFormulaByMoiety", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.molecularWeight", + "min": 0, + "definition": "The molecular weight or weight range (for proteins, polymers or nucleic acids).", + "isModifier": false, + "short": "The molecular weight or weight range", + "mapping": [ + { + "map": "Structure.Molecular_Weight", + "identity": "idmp-substance" + } + ], + "contentReference": "#SubstanceDefinition.molecularWeight", + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure.molecularWeight", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.technique", + "min": 0, + "definition": "The method used to elucidate the structure of the drug substance. Examples: X-ray, NMR, Peptide mapping, Ligand binding assay.", + "isModifier": false, + "short": "The method used to find the structure e.g. X-ray, NMR", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-structure-technique", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceStructureTechnique" + } + ], + "description": "The method used to elucidate the structure of the drug substance." + }, + "max": "*", + "id": "SubstanceDefinition.structure.technique", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.sourceDocument", + "min": 0, + "definition": "The source of information about the structure.", + "isModifier": false, + "short": "Source of information for the structure", + "mapping": [ + { + "map": "Structure.Reference_Source", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.structure.sourceDocument", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.representation", + "min": 0, + "definition": "A depiction of the structure of the substance.", + "isModifier": false, + "short": "A depiction of the structure of the substance", + "mapping": [ + { + "map": "Structure.Structural_Representation", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.structure.representation", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.representation.type", + "min": 0, + "definition": "The kind of structural representation (e.g. full, partial).", + "isModifier": false, + "short": "The kind of structural representation (e.g. full, partial)", + "mapping": [ + { + "map": "Structural_Representation.Structural_Representation_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-representation-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceRepresentationType" + } + ], + "description": "A format of a substance representation." + }, + "max": "1", + "id": "SubstanceDefinition.structure.representation.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.representation.representation", + "min": 0, + "definition": "The structural representation as a text string in a standard format.", + "isModifier": false, + "short": "The structural representation as a text string in a standard format", + "mapping": [ + { + "map": "Structural_Representation.Structural_Representation", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure.representation.representation", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.representation.format", + "min": 0, + "definition": "The format of the representation e.g. InChI, SMILES, MOLFILE, CDX, SDF, PDB, mmCIF. The logical content type rather than the physical file format of a document.", + "isModifier": false, + "short": "The format of the representation e.g. InChI, SMILES, MOLFILE (note: not the physical file format)", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-representation-format", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceRepresentationFormat" + } + ], + "description": "A format of a substance representation." + }, + "max": "1", + "id": "SubstanceDefinition.structure.representation.format", + "isSummary": true + }, + { + "path": "SubstanceDefinition.structure.representation.document", + "min": 0, + "definition": "An attached file with the structural representation e.g. a molecular structure graphic of the substance, a JCAMP or AnIML file.", + "isModifier": false, + "short": "An attachment with the structural representation e.g. a structure graphic or AnIML file", + "mapping": [ + { + "map": "Structural_Representation.Structural_Representation_Attachment", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.structure.representation.document", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code", + "min": 0, + "definition": "Codes associated with the substance.", + "isModifier": false, + "short": "Codes associated with the substance", + "mapping": [ + { + "map": "Substance.Substance_Code", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.code", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code.code", + "min": 0, + "definition": "The specific code.", + "isModifier": false, + "short": "The specific code", + "mapping": [ + { + "map": "Substance_Code.Code, Substance_Code.Code_System, Substance_Code.Code_System_Id", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.code.code", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code.status", + "min": 0, + "definition": "Status of the code assignment, for example 'provisional', 'approved'.", + "isModifier": false, + "short": "Status of the code assignment, for example 'provisional', 'approved'", + "mapping": [ + { + "map": "Substance_Code.Code_System_Status", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SubstanceDefinition.code.status", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code.statusDate", + "min": 0, + "definition": "The date at which the code status was changed as part of the terminology maintenance.", + "isModifier": false, + "short": "The date at which the code status was changed", + "mapping": [ + { + "map": "Substance_Code.Code_Change_Date", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.code.statusDate", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code.note", + "min": 0, + "definition": "Any comment can be provided in this field, if necessary.", + "isModifier": false, + "short": "Any comment can be provided in this field", + "mapping": [ + { + "map": "Substance_Code.Comment", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.code.note", + "isSummary": true + }, + { + "path": "SubstanceDefinition.code.source", + "min": 0, + "definition": "Supporting literature.", + "isModifier": false, + "short": "Supporting literature", + "mapping": [ + { + "map": "Substance_Code.Reference_Source", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.code.source", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name", + "min": 0, + "definition": "Names applicable to this substance.", + "isModifier": false, + "short": "Names applicable to this substance", + "mapping": [ + { + "map": "Substance.Substance_Name", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.name", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.name", + "min": 1, + "definition": "The actual name.", + "isModifier": false, + "short": "The actual name", + "mapping": [ + { + "map": "Substance_Name.Substance_Name", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.name.name", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.type", + "min": 0, + "definition": "Name type, for example 'systematic', 'scientific, 'brand'.", + "isModifier": false, + "short": "Name type e.g. 'systematic', 'scientific, 'brand'", + "mapping": [ + { + "map": "Substance_Name.Substance_Name_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceNameType" + } + ], + "description": "The type of a name given to a substance." + }, + "max": "1", + "id": "SubstanceDefinition.name.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.status", + "min": 0, + "definition": "The status of the name, for example 'current', 'proposed'.", + "isModifier": false, + "short": "The status of the name e.g. 'current', 'proposed'", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SubstanceDefinition.name.status", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.preferred", + "min": 0, + "definition": "If this is the preferred name for this substance.", + "isModifier": false, + "short": "If this is the preferred name for this substance", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If this value is not present, there is no statement being made about whether this is the preferred name or not. No inference can be made", + "max": "1", + "id": "SubstanceDefinition.name.preferred", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.language", + "min": 0, + "definition": "Human language that the name is written in.", + "isModifier": false, + "short": "Human language that the name is written in", + "mapping": [ + { + "map": "Substance_Name.Language", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "*", + "id": "SubstanceDefinition.name.language", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.domain", + "min": 0, + "definition": "The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive.", + "isModifier": false, + "short": "The use context of this name e.g. as an active ingredient or as a food colour additive", + "mapping": [ + { + "map": "Substance_Name.Substance_Name_Domain", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-domain", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceNameDomain" + } + ], + "description": "The use context of a substance name for example if there is a different name when used as a drug active ingredient as opposed to a food colour additive." + }, + "max": "*", + "id": "SubstanceDefinition.name.domain", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.jurisdiction", + "min": 0, + "definition": "The jurisdiction where this name applies.", + "isModifier": false, + "short": "The jurisdiction where this name applies", + "mapping": [ + { + "map": "Substance_Name.Jurisdiction", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "*", + "id": "SubstanceDefinition.name.jurisdiction", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.synonym", + "min": 0, + "definition": "A synonym of this particular name, by which the substance is also known.", + "isModifier": false, + "short": "A synonym of this particular name, by which the substance is also known", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "contentReference": "#SubstanceDefinition.name", + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.name.synonym", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.translation", + "min": 0, + "definition": "A translation for this name into another human language.", + "isModifier": false, + "short": "A translation for this name into another human language", + "mapping": [{ "map": "n/a", "identity": "idmp-substance" }], + "contentReference": "#SubstanceDefinition.name", + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.name.translation", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.official", + "min": 0, + "definition": "Details of the official nature of this name.", + "isModifier": false, + "short": "Details of the official nature of this name", + "mapping": [ + { + "map": "Substance_Name.Official_Name", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.name.official", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.official.authority", + "min": 0, + "definition": "Which authority uses this official name.", + "isModifier": false, + "short": "Which authority uses this official name", + "mapping": [ + { + "map": "Official_Name.Official_Name_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-name-authority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceNameAuthority" + } + ], + "description": "An authority that officates substance names." + }, + "max": "1", + "id": "SubstanceDefinition.name.official.authority", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.official.status", + "min": 0, + "definition": "The status of the official name, for example 'draft', 'active', 'retired'.", + "isModifier": false, + "short": "The status of the official name, for example 'draft', 'active'", + "mapping": [ + { + "map": "Official_Name.Official_Name_Status", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "SubstanceDefinition.name.official.status", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.official.date", + "min": 0, + "definition": "Date of the official name change.", + "isModifier": false, + "short": "Date of official name change", + "mapping": [ + { + "map": "Official_Name.Official_Name_Status_Change_Date", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.name.official.date", + "isSummary": true + }, + { + "path": "SubstanceDefinition.name.source", + "min": 0, + "definition": "Supporting literature.", + "isModifier": false, + "short": "Supporting literature", + "mapping": [ + { + "map": "Substance_Name.Reference_Source", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.name.source", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship", + "min": 0, + "definition": "A link between this substance and another, with details of the relationship.", + "isModifier": false, + "short": "A link between this substance and another", + "mapping": [ + { + "map": "Substance.Reference_Information.Relationship", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.relationship", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.substanceDefinition[x]", + "min": 0, + "definition": "A pointer to another substance, as a resource or just a representational code.", + "isModifier": false, + "short": "A pointer to another substance, as a resource or a representational code", + "mapping": [ + { + "map": "Substance_Relationship.Related_Substance_Id", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.relationship.substanceDefinition[x]", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.type", + "min": 1, + "definition": "For example \"salt to parent\", \"active moiety\", \"starting material\", \"polymorph\", \"impurity of\".", + "isModifier": false, + "short": "For example \"salt to parent\", \"active moiety\"", + "mapping": [ + { + "map": "Substance_Relationship.Relationship_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-relationship-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceRelationshipType" + } + ], + "description": "The relationship between two substance types." + }, + "max": "1", + "id": "SubstanceDefinition.relationship.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.isDefining", + "min": 0, + "definition": "For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible substance relationships.", + "isModifier": false, + "short": "For example where an enzyme strongly bonds with a particular substance, this is a defining relationship for that enzyme, out of several possible relationships", + "mapping": [ + { + "map": "Substance_Relationship.Is_Defining", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If this value is not present, there is no statement being made about whether this is a defining relationship or not. No inference can be made", + "max": "1", + "id": "SubstanceDefinition.relationship.isDefining", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.amount[x]", + "min": 0, + "definition": "A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other.", + "isModifier": false, + "short": "A numeric factor for the relationship, e.g. that a substance salt has some percentage of active substance in relation to some other", + "mapping": [ + { + "map": "Substance_Relationship.Amount.Quantity", + "identity": "idmp-substance" + } + ], + "type": [ + { "code": "Quantity" }, + { "code": "Ratio" }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.relationship.amount[x]", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.ratioHighLimitAmount", + "min": 0, + "definition": "For use when the numeric has an uncertain range.", + "isModifier": false, + "short": "For use when the numeric has an uncertain range", + "mapping": [ + { + "map": "Substance_Relationship.Amount.Quantity.High_Limit", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "Ratio" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.relationship.ratioHighLimitAmount", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.comparator", + "min": 0, + "definition": "An operator for the amount, for example \"average\", \"approximately\", \"less than\".", + "isModifier": false, + "short": "An operator for the amount, for example \"average\", \"approximately\", \"less than\"", + "mapping": [ + { + "map": "Substance_Relationship.Amount_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-amount-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubstanceAmountType" + } + ], + "description": "The relationship between two substance types." + }, + "max": "1", + "id": "SubstanceDefinition.relationship.comparator", + "isSummary": true + }, + { + "path": "SubstanceDefinition.relationship.source", + "min": 0, + "definition": "Supporting literature.", + "isModifier": false, + "short": "Supporting literature", + "mapping": [ + { + "map": "Substance_Relationship.Reference_Source", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SubstanceDefinition.relationship.source", + "isSummary": true + }, + { + "path": "SubstanceDefinition.nucleicAcid", + "min": 0, + "definition": "Data items specific to nucleic acids.", + "isModifier": false, + "short": "Data items specific to nucleic acids", + "mapping": [ + { + "map": "(used to add specifics of Nucleic Acids to Substances)", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceNucleicAcid" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.nucleicAcid", + "isSummary": true + }, + { + "path": "SubstanceDefinition.polymer", + "min": 0, + "definition": "Data items specific to polymers.", + "isModifier": false, + "short": "Data items specific to polymers", + "mapping": [ + { + "map": "(used to add specifics of Polymers to Substances)", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstancePolymer" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.polymer", + "isSummary": true + }, + { + "path": "SubstanceDefinition.protein", + "min": 0, + "definition": "Data items specific to proteins.", + "isModifier": false, + "short": "Data items specific to proteins", + "mapping": [ + { + "map": "(used to add specifics of Proteins to Substances)", + "identity": "idmp-substance" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceProtein" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.protein", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial", + "min": 0, + "definition": "Material or taxonomic/anatomical source for the substance.", + "isModifier": false, + "short": "Material or taxonomic/anatomical source", + "mapping": [ + { + "map": "Substance.Source_Material", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SubstanceDefinition.sourceMaterial", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial.type", + "min": 0, + "definition": "A classification that provides the origin of the raw material. Example: cat hair would be an Animal source type.", + "isModifier": false, + "short": "Classification of the origin of the raw material. e.g. cat hair is an Animal source type", + "mapping": [ + { + "map": "Source_Material.Source_Material_Type", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SourceMaterialType" + } + ], + "description": "A classification that provides the origin of the substance raw material." + }, + "max": "1", + "id": "SubstanceDefinition.sourceMaterial.type", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial.genus", + "min": 0, + "definition": "The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.", + "isModifier": false, + "short": "The genus of an organism e.g. the Latin epithet of the plant/animal scientific name", + "mapping": [ + { + "map": "Source_Material.Organism.Genus", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-genus", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SourceMaterialGenus" + } + ], + "description": "The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name." + }, + "max": "1", + "id": "SubstanceDefinition.sourceMaterial.genus", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial.species", + "min": 0, + "definition": "The species of an organism, typically referring to the Latin epithet of the species of the plant/animal.", + "isModifier": false, + "short": "The species of an organism e.g. the Latin epithet of the species of the plant/animal", + "mapping": [ + { + "map": "Source_Material.Organism.Species", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-species", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SourceMaterialSpecies" + } + ], + "description": "A species of origin a substance raw material." + }, + "max": "1", + "id": "SubstanceDefinition.sourceMaterial.species", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial.part", + "min": 0, + "definition": "An anatomical origin of the source material within an organism.", + "isModifier": false, + "short": "An anatomical origin of the source material within an organism", + "mapping": [ + { + "map": "Source_Material.Part_Description.Part", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/substance-source-material-part", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SourceMaterialPart" + } + ], + "description": "An anatomical origin of the source material within an organism." + }, + "max": "1", + "id": "SubstanceDefinition.sourceMaterial.part", + "isSummary": true + }, + { + "path": "SubstanceDefinition.sourceMaterial.countryOfOrigin", + "min": 0, + "definition": "The country or countries where the material is harvested.", + "isModifier": false, + "short": "The country or countries where the material is harvested", + "mapping": [ + { + "map": "Source_Material.Country_Of_Origin", + "identity": "idmp-substance" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/country|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Country" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Jurisdiction codes" + }, + "max": "*", + "id": "SubstanceDefinition.sourceMaterial.countryOfOrigin", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/rcrim/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Demographics and other administrative information about an individual or animal receiving care or other health-related services.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Patient/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Tracking patient is the center of the healthcare process.", + "name": "Patient", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://loinc.org", + "name": "LOINC code for the element", + "identity": "loinc" + } + ], + "abstract": false, + "type": "Patient", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "active", + "id": "Patient", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Patient", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Patient", + "differential": { + "element": [ + { + "path": "Patient", + "min": 0, + "definition": "Demographics and other administrative information about an individual or animal receiving care or other health-related services.", + "isModifier": false, + "short": "Information about an individual or animal receiving health care services", + "mapping": [ + { + "map": "administrative.individual", + "identity": "w5" + }, + { "map": "Patient[classCode=PAT]", "identity": "rim" }, + { "map": "ParticipantLiving", "identity": "interface" }, + { + "map": "ClinicalDocument.recordTarget.patientRole", + "identity": "cda" + } + ], + "mustSupport": false, + "alias": ["SubjectOfCare Client Resident"], + "max": "*", + "id": "Patient" + }, + { + "path": "Patient.identifier", + "requirements": "Patients are almost always assigned specific numerical identifiers.", + "min": 0, + "definition": "An identifier for this patient.", + "isModifier": false, + "short": "An identifier for this patient", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" }, + { "map": "id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + }, + { "map": ".id", "identity": "cda" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Patient.identifier", + "isSummary": true + }, + { + "path": "Patient.active", + "requirements": "Need to be able to mark a patient record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this patient record is in active use. \nMany systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.\n\nIt is often used to filter patient lists to exclude inactive patients\n\nDeceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.", + "isModifier": true, + "short": "Whether this patient's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "statusCode", "identity": "rim" }, + { + "map": "Participant.active", + "identity": "interface" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Patient.active", + "comment": "If a record is inactive, and linked to an active record, then future patient/record updates should occur on the other patient.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Patient.name", + "requirements": "Need to be able to track the patient by multiple names. Examples are your official name and a partner name.", + "min": 0, + "definition": "A name associated with the individual.", + "isModifier": false, + "short": "A name associated with the patient", + "mapping": [ + { "map": "PID-5, PID-9", "identity": "v2" }, + { "map": "name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" }, + { "map": ".patient.name", "identity": "cda" } + ], + "type": [{ "code": "HumanName" }], + "mustSupport": false, + "max": "*", + "id": "Patient.name", + "comment": "A patient may have multiple names with different uses or applicable periods. For animals, the name is a \"HumanName\" in the sense that is assigned and used by humans and has the same patterns. Animal names may be communicated as given names, and optionally may include a family name.", + "isSummary": true + }, + { + "path": "Patient.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.", + "isModifier": false, + "short": "A contact detail for the individual", + "mapping": [ + { "map": "PID-13, PID-14, PID-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" }, + { + "map": "ParticipantContactable.telecom", + "identity": "interface" + }, + { "map": ".telecom", "identity": "cda" } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Patient.telecom", + "comment": "A Patient may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and also to help with identification. The address might not go directly to the individual, but may reach another party that is able to proxy for the patient (i.e. home phone, or pet owner's phone).", + "isSummary": true + }, + { + "path": "Patient.gender", + "requirements": "Needed for identification of the individual, in combination with (at least) name and birth date.", + "min": 0, + "definition": "Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.", + "isModifier": false, + "short": "male | female | other | unknown", + "mapping": [ + { "map": "PID-8", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + }, + { + "map": "ParticipantLiving.gender", + "identity": "interface" + }, + { + "map": ".patient.administrativeGenderCode", + "identity": "cda" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Patient.gender", + "comment": "The gender might not match the biological sex as determined by genetics or the individual's preferred identification. Note that for both humans and particularly animals, there are other legitimate possibilities than male and female, though the vast majority of systems and contexts only support male and female. Systems providing decision support or enforcing business rules should ideally do this on the basis of Observations dealing with the specific sex or gender aspect of interest (anatomical, chromosomal, social, etc.) However, because these observations are infrequently recorded, defaulting to the administrative gender is common practice. Where such defaulting occurs, rule enforcement should allow for the variation between administrative and biological, chromosomal and other gender aspects. For example, an alert about a hysterectomy on a male should be handled as a warning or overridable error, not a \"hard\" error. See the Patient Gender and Sex section for additional information about communicating patient gender and sex.", + "isSummary": true + }, + { + "path": "Patient.birthDate", + "requirements": "Age of the individual drives many clinical processes.", + "min": 0, + "definition": "The date of birth for the individual.", + "isModifier": false, + "short": "The date of birth for the individual", + "mapping": [ + { "map": "PID-7", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/birthTime", + "identity": "rim" + }, + { + "map": "ParticipantLiving.birthDate", + "identity": "interface" + }, + { "map": ".patient.birthTime", "identity": "cda" }, + { "map": "21112-8", "identity": "loinc" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Patient.birthDate", + "comment": "Partial dates are allowed if the specific date of birth is unknown. There is a standard extension \"patient-birthTime\" available that should be used where Time is required (such as in maternity/infant care systems).", + "isSummary": true + }, + { + "path": "Patient.deceased[x]", + "requirements": "The fact that a patient is deceased influences the clinical process. Also, in human communication and relation management it is necessary to know whether the person is alive.", + "min": 0, + "definition": "Indicates if the individual is deceased or not.", + "isModifier": true, + "short": "Indicates if the individual is deceased or not", + "mapping": [ + { + "map": "PID-30 (bool) and PID-29 (datetime)", + "identity": "v2" + }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Patient.deceased[x]", + "comment": "If there's no value in the instance, it means there is no statement on whether or not the individual is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", + "isModifierReason": "This element is labeled as a modifier because once a patient is marked as deceased, the actions that are appropriate to perform on the patient may be significantly different.", + "isSummary": true + }, + { + "path": "Patient.address", + "requirements": "May need to keep track of patient addresses for contacting, billing or reporting requirements and also to help with identification.", + "min": 0, + "definition": "An address for the individual.", + "isModifier": false, + "short": "An address for the individual", + "mapping": [ + { "map": "PID-11", "identity": "v2" }, + { "map": "addr", "identity": "rim" }, + { + "map": "ParticipantContactable.address", + "identity": "interface" + }, + { "map": ".addr", "identity": "cda" } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "*", + "id": "Patient.address", + "comment": "Patient may have multiple addresses with different uses or applicable periods.", + "isSummary": true + }, + { + "path": "Patient.maritalStatus", + "requirements": "Most, if not all systems capture it.", + "min": 0, + "definition": "This field contains a patient's most recent marital (civil) status.", + "isModifier": false, + "short": "Marital (civil) status of a patient", + "mapping": [ + { "map": "PID-16", "identity": "v2" }, + { + "map": "player[classCode=PSN]/maritalStatusCode", + "identity": "rim" + }, + { + "map": ".patient.maritalStatusCode", + "identity": "cda" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/marital-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MaritalStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The domestic partnership status of a person." + }, + "max": "1", + "id": "Patient.maritalStatus", + "isSummary": false + }, + { + "path": "Patient.multipleBirth[x]", + "requirements": "For disambiguation of multiple-birth children, especially relevant where the care provider doesn't meet the patient, such as labs.", + "min": 0, + "definition": "Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).", + "isModifier": false, + "short": "Whether patient is part of a multiple birth", + "mapping": [ + { + "map": "PID-24 (bool), PID-25 (integer)", + "identity": "v2" + }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/multipleBirthOrderNumber", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "boolean" }, { "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "Patient.multipleBirth[x]", + "comment": "Where the valueInteger is provided, the number is the birth number in the sequence. E.g. The middle birth in triplets would be valueInteger=2 and the third born would have valueInteger=3 If a boolean value was provided for this triplets example, then all 3 patient records would have valueBoolean=true (the ordering is not indicated).", + "isSummary": false + }, + { + "path": "Patient.photo", + "requirements": "Many EHR systems have the capability to capture an image of the patient. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the patient.", + "isModifier": false, + "short": "Image of the patient", + "mapping": [ + { "map": "OBX-5 - needs a profile", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/desc", + "identity": "rim" + }, + { + "map": "ParticipantLiving.photo", + "identity": "interface" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "Patient.photo", + "comment": "Guidelines:\n* Use id photos, not clinical photos.\n* Limit dimensions to thumbnail.\n* Keep byte count low to ease resource updates.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "pat-1", + "human": "SHALL at least contain a contact's details or a reference to an organization", + "source": "http://hl7.org/fhir/StructureDefinition/Patient", + "severity": "error", + "expression": "name.exists() or telecom.exists() or address.exists() or organization.exists()" + } + ], + "path": "Patient.contact", + "requirements": "Need to track people you can contact about the patient.", + "min": 0, + "definition": "A contact party (e.g. guardian, partner, friend) for the patient.", + "isModifier": false, + "short": "A contact party (e.g. guardian, partner, friend) for the patient", + "mapping": [ + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/scopedRole[classCode=CON]", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Contact" + } + ], + "max": "*", + "id": "Patient.contact", + "comment": "Contact covers all kinds of contact parties: family members, business contacts, guardians, caregivers. Not applicable to register pedigree and family ties beyond use of having contact.", + "isSummary": false + }, + { + "path": "Patient.contact.relationship", + "requirements": "Used to determine which contact person is the most relevant to approach, depending on circumstances.", + "min": 0, + "definition": "The nature of the relationship between the patient and the contact person.", + "isModifier": false, + "short": "The kind of relationship", + "mapping": [ + { "map": "NK1-7, NK1-3", "identity": "v2" }, + { "map": "code", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/patient-contactrelationship", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContactRelationship" + } + ], + "description": "The nature of the relationship between a patient and a contact person for that patient." + }, + "max": "*", + "id": "Patient.contact.relationship", + "isSummary": false + }, + { + "path": "Patient.contact.name", + "requirements": "Contact persons need to be identified by name, but it is uncommon to need details about multiple other names for that contact person.", + "min": 0, + "definition": "A name associated with the contact person.", + "isModifier": false, + "short": "A name associated with the contact person", + "mapping": [ + { "map": "NK1-2", "identity": "v2" }, + { "map": "name", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "HumanName" }], + "mustSupport": false, + "max": "1", + "id": "Patient.contact.name", + "condition": ["pat-1"], + "isSummary": false + }, + { + "path": "Patient.contact.telecom", + "requirements": "People have (primary) ways to contact them in some way such as phone, email.", + "min": 0, + "definition": "A contact detail for the person, e.g. a telephone number or an email address.", + "isModifier": false, + "short": "A contact detail for the person", + "mapping": [ + { "map": "NK1-5, NK1-6, NK1-40", "identity": "v2" }, + { "map": "telecom", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Patient.contact.telecom", + "condition": ["pat-1"], + "comment": "Contact may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently, and also to help with identification.", + "isSummary": false + }, + { + "path": "Patient.contact.address", + "requirements": "Need to keep track where the contact person can be contacted per postal mail or visited.", + "min": 0, + "definition": "Address for the contact person.", + "isModifier": false, + "short": "Address for the contact person", + "mapping": [ + { "map": "NK1-4", "identity": "v2" }, + { "map": "addr", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "1", + "id": "Patient.contact.address", + "condition": ["pat-1"], + "isSummary": false + }, + { + "path": "Patient.contact.gender", + "requirements": "Needed to address the person correctly.", + "min": 0, + "definition": "Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.", + "isModifier": false, + "short": "male | female | other | unknown", + "mapping": [ + { "map": "NK1-15", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/administrativeGender", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Patient.contact.gender", + "isSummary": false + }, + { + "path": "Patient.contact.organization", + "requirements": "For guardians or business related contacts, the organization is relevant.", + "min": 0, + "definition": "Organization on behalf of which the contact is acting or for which the contact is working.", + "isModifier": false, + "short": "Organization that is associated with the contact", + "mapping": [ + { + "map": "NK1-13, NK1-30, NK1-31, NK1-32, NK1-41", + "identity": "v2" + }, + { "map": "scoper", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Patient.contact.organization", + "condition": ["pat-1"], + "isSummary": false + }, + { + "path": "Patient.contact.period", + "min": 0, + "definition": "The period during which this contact person or organization is valid to be contacted relating to this patient.", + "isModifier": false, + "short": "The period during which this contact person or organization is valid to be contacted relating to this patient", + "mapping": [ + { "map": "effectiveTime", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Patient.contact.period", + "isSummary": false + }, + { + "path": "Patient.communication", + "requirements": "If a patient does not speak the local language, interpreters may be required, so languages spoken and proficiency are important things to keep track of both for patient and other persons of interest.", + "min": 0, + "definition": "A language which may be used to communicate with the patient about his or her health.", + "isModifier": false, + "short": "A language which may be used to communicate with the patient about his or her health", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" }, + { + "map": "ParticipantLiving.communication", + "identity": "interface" + }, + { + "map": "patient.languageCommunication", + "identity": "cda" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Patient.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Patient.Communication associations. For animals, language is not a relevant field, and should be absent from the instance. If the Patient does not speak the default local language, then the Interpreter Required Standard can be used to explicitly declare that an interpreter is required.", + "isSummary": false + }, + { + "path": "Patient.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English.", + "isModifier": false, + "short": "The language which can be used to communicate with the patient about his or her health", + "mapping": [ + { "map": "PID-15, LAN-2", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + }, + { "map": ".languageCode", "identity": "cda" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "Patient.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", + "isSummary": false + }, + { + "path": "Patient.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the patient prefers this language (over other languages he masters up a certain level).", + "isModifier": false, + "short": "Language preference indicator", + "mapping": [ + { "map": "PID-15", "identity": "v2" }, + { "map": "preferenceInd", "identity": "rim" }, + { "map": ".preferenceInd", "identity": "cda" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Patient.communication.preferred", + "comment": "This language is specifically identified for communicating healthcare information.", + "isSummary": false + }, + { + "path": "Patient.generalPractitioner", + "min": 0, + "definition": "Patient's nominated care provider.", + "isModifier": false, + "short": "Patient's nominated primary care provider", + "mapping": [ + { "map": "PD1-4", "identity": "v2" }, + { + "map": "subjectOf.CareEvent.performer.AssignedEntity", + "identity": "rim" + }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "alias": ["careProvider"], + "max": "*", + "id": "Patient.generalPractitioner", + "comment": "This may be the primary care provider (in a GP context), or it may be a patient nominated care manager in a community/disability setting, or even organization that will provide people to perform the care provider roles. It is not to be used to record Care Teams, these should be in a CareTeam resource that may be linked to the CarePlan or EpisodeOfCare resources.\nMultiple GPs may be recorded against the patient for various reasons, such as a student that has his home GP listed along with the GP at university during the school semesters, or a \"fly-in/fly-out\" worker that has the onsite GP also included with his home GP to remain aware of medical issues.\n\nJurisdictions may decide that they can profile this down to 1 if desired, or 1 per type.", + "isSummary": false + }, + { + "path": "Patient.managingOrganization", + "requirements": "Need to know who recognizes this patient record, manages and updates it.", + "min": 0, + "definition": "Organization that is the custodian of the patient record.", + "isModifier": false, + "short": "Organization that is the custodian of the patient record", + "mapping": [ + { "map": "scoper", "identity": "rim" }, + { "map": ".providerOrganization", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Patient.managingOrganization", + "comment": "There is only one managing organization for a specific patient record. Other organizations will have their own Patient record, and may use the Link property to join the records together (or a Person resource which can include confidence ratings for the association).", + "isSummary": true + }, + { + "path": "Patient.link", + "requirements": "There are multiple use cases: \n\n* Duplicate patient records due to the clerical errors associated with the difficulties of identifying humans consistently, and \n* Distribution of patient information across multiple servers.", + "min": 0, + "definition": "Link to a Patient or RelatedPerson resource that concerns the same actual individual.", + "isModifier": true, + "short": "Link to a Patient or RelatedPerson resource that concerns the same actual individual", + "mapping": [ + { "map": "outboundLink", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Patient.link", + "comment": "There is no assumption that linked patient records have mutual links.", + "isModifierReason": "This element is labeled as a modifier because it might not be the main Patient resource, and the referenced patient should be used instead of this Patient record. This is when the link.type value is 'replaced-by'", + "isSummary": true + }, + { + "path": "Patient.link.other", + "min": 1, + "definition": "Link to a Patient or RelatedPerson resource that concerns the same actual individual.", + "isModifier": false, + "short": "The other patient or related person resource that the link refers to", + "mapping": [ + { "map": "PID-3, MRG-1", "identity": "v2" }, + { "map": "id", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": false + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Patient.link.other", + "comment": "Referencing a RelatedPerson here removes the need to use a Person record to associate a Patient and RelatedPerson as the same individual.", + "isSummary": true + }, + { + "path": "Patient.link.type", + "min": 1, + "definition": "The type of link between this patient resource and another patient resource.", + "isModifier": false, + "short": "replaced-by | replaces | refer | seealso", + "mapping": [ + { "map": "typeCode", "identity": "rim" }, + { "map": "n/a", "identity": "cda" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/link-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LinkType" + } + ], + "description": "The type of link between this patient resource and another Patient resource, or Patient/RelatedPerson when using the `seealso` code" + }, + "max": "1", + "id": "Patient.link.type", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Enforces a descriptive group that can be used in definitional resources", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/groupdefinition/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "GroupDefinition", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Group", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Group Definition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "groupdefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/groupdefinition", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1092", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/groupdefinition", + "differential": { + "element": [ + { "id": "Group", "max": "1", "min": 1, "path": "Group" }, + { + "id": "Group.membership", + "max": "1", + "min": 1, + "path": "Group.membership", + "type": [{ "code": "code" }], + "fixedCode": "definitional" + }, + { + "id": "Group.characteristic", + "max": "*", + "min": 1, + "path": "Group.characteristic" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Group" + }, + { + "description": "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/PlanDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "PlanDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "PlanDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "PlanDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/PlanDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "pld-3", + "human": "goalid should reference the id of a goal definition", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "warning", + "expression": "%context.repeat(action).where((goalId in %context.goal.id).not()).exists().not()" + }, + { + "key": "pld-4", + "human": "targetId should reference the id of an action", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "warning", + "expression": "%context.repeat(action).relatedAction.where((targetId in %context.repeat(action).id).not()).exists().not()" + } + ], + "path": "PlanDefinition", + "min": 0, + "definition": "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical and non-clinical artifacts such as clinical decision support rules, order sets, protocols, and drug quality specifications.", + "isModifier": false, + "short": "The definition of a plan for a series of actions, independent of any specific patient or context", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Act[classCode=GROUPER;moodCode=DEFN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "PlanDefinition.url", + "requirements": "Allows the plan definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this plan definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this plan definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the plan definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this plan definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": ".identifier[scope=BUSN;reliability=ISS]", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "PlanDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this plan definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the plan definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this plan definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "PlanDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the plan definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the plan definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active artifacts.", + "isModifier": false, + "short": "Business version of the plan definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.version", + "comment": "There may be different plan definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the plan definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "PlanDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "mapping": [ + { + "map": "Definition.versionAlgorithm", + "identity": "workflow" + }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "PlanDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "PlanDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the plan definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this plan definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "PlanDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the plan definition.", + "isModifier": false, + "short": "Name for this plan definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "PlanDefinition.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the plan definition giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the plan definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.subtitle", + "isSummary": false + }, + { + "path": "PlanDefinition.type", + "min": 0, + "definition": "A high-level category for the plan definition that distinguishes the kinds of systems that would be interested in the plan definition.", + "isModifier": false, + "short": "order-set | clinical-protocol | eca-rule | workflow-definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/plan-definition-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PlanDefinitionType" + } + ], + "description": "The type of PlanDefinition." + }, + "max": "1", + "id": "PlanDefinition.type", + "isSummary": true + }, + { + "path": "PlanDefinition.status", + "min": 1, + "definition": "The status of this plan definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "PlanDefinition.status", + "comment": "Allows filtering of plan definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "PlanDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level plan definition.", + "min": 0, + "definition": "A Boolean value to indicate that this plan definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "PlanDefinition.experimental", + "comment": "Allows filtering of plan definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "PlanDefinition.subject[x]", + "min": 0, + "definition": "A code, group definition, or canonical reference that describes or identifies the intended subject of the plan definition. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource.", + "isModifier": false, + "short": "Type of individual the plan definition is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition", + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition", + "http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition", + "http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition", + "http://hl7.org/fhir/StructureDefinition/PackagedProductDefinition" + ] + }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/EvidenceVariable" + ] + } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a plan definition (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "PlanDefinition.subject[x]", + "comment": "Note that the choice of canonical for the subject element was introduced in R4B to support pharmaceutical quality use cases. To ensure as much backwards-compatibility as possible, it is recommended to only use the new canonical type with these use cases.", + "isSummary": false + }, + { + "path": "PlanDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the plan definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the plan definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "PlanDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the plan definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "PlanDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the plan definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the plan definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the plan definition is the organization or individual primarily responsible for the maintenance and upkeep of the plan definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the plan definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "PlanDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { + "map": ".participation[typeCode=CALLBCK].role", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "PlanDefinition.description", + "min": 0, + "definition": "A free text natural language description of the plan definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the plan definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the plan definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the plan definition is presumed to be the predominant language in the place the plan definition was created).", + "isSummary": true + }, + { + "path": "PlanDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate plan definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "PlanDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the plan definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for plan definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "PlanDefinition.jurisdiction", + "comment": "It may be possible for the plan definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "PlanDefinition.purpose", + "min": 0, + "definition": "Explanation of why this plan definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this plan definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.purpose", + "comment": "This element does not describe the usage of the plan definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this plan definition.", + "isSummary": false + }, + { + "path": "PlanDefinition.usage", + "min": 0, + "definition": "A detailed description of how the plan definition is used from a clinical perspective.", + "isModifier": false, + "short": "Describes the clinical usage of the plan", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.usage", + "isSummary": false + }, + { + "path": "PlanDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the plan definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the plan definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the plan definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["License", "Restrictions"], + "max": "1", + "id": "PlanDefinition.copyright", + "comment": "The short copyright declaration (e.g. (c) '2015+ xyz organization' should be sent in the copyrightLabel element.", + "isSummary": false + }, + { + "path": "PlanDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "mapping": [ + { + "map": "Definition.copyrightLabel", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "PlanDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the plan definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "PlanDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the plan definition was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "PlanDefinition.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the plan definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the plan definition content was or is planned to be in active use.", + "isModifier": false, + "short": "When the plan definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.effectivePeriod", + "comment": "The effective period for a plan definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a plan definition intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "PlanDefinition.topic", + "requirements": "Repositories must be able to determine how to categorize the plan definition so that it can be found by topical searches.", + "min": 0, + "definition": "Descriptive topics related to the content of the plan definition. Topics provide a high-level categorization of the definition that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment", + "mapping": [ + { + "map": "Definition.subject[x]", + "identity": "workflow" + }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ], + "description": "High-level categorization of the definition, used for searching, sorting, and filtering." + }, + "max": "*", + "id": "PlanDefinition.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "PlanDefinition.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.author", + "isSummary": false + }, + { + "path": "PlanDefinition.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "mapping": [ + { + "map": ".participation[typeCode=AUT]", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.editor", + "isSummary": false + }, + { + "path": "PlanDefinition.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "PlanDefinition.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "mapping": [ + { + "map": ".participation[typeCode=VRF] {not clear whether VRF best corresponds to reviewer or endorser}", + "identity": "rim" + } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "PlanDefinition.relatedArtifact", + "requirements": "Plan definitions must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references.", + "isModifier": false, + "short": "Additional documentation, citations", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=DOC,RSON,PREV, DRIV, USE, COMP] {successor would be PREV w/ inversionInd=true; No support for citation}", + "identity": "rim" + } + ], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "PlanDefinition.library", + "min": 0, + "definition": "A reference to a Library resource containing any formal logic used by the plan definition.", + "isModifier": false, + "short": "Logic used by the plan definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Library" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.library", + "isSummary": false + }, + { + "path": "PlanDefinition.goal", + "requirements": "Goal information needs to be captured for order sets, protocols, and care plan definitions to better describe the objectives of the protocol activities and to guide the creation of specific goals within the derived care plans and orders.", + "min": 0, + "definition": "A goal describes an expected outcome that activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, meeting the acceptance criteria for a test as specified by a quality specification, etc.", + "isModifier": false, + "short": "What the plan is trying to accomplish", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.goal", + "condition": ["pld-3"], + "isSummary": false + }, + { + "path": "PlanDefinition.goal.category", + "min": 0, + "definition": "Indicates a category the goal falls within.", + "isModifier": false, + "short": "E.g. Treatment, dietary, behavioral", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalCategory" + } + ], + "description": "Example codes for grouping goals for filtering or presentation." + }, + "max": "1", + "id": "PlanDefinition.goal.category", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.description", + "min": 1, + "definition": "Human-readable and/or coded description of a specific desired objective of care, such as \"control blood pressure\" or \"negotiate an obstacle course\" or \"dance with child at wedding\".", + "isModifier": false, + "short": "Code or text describing the goal", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalDescription" + } + ], + "description": "Describes goals that can be achieved." + }, + "max": "1", + "id": "PlanDefinition.goal.description", + "comment": "If no code is available, use CodeableConcept.text.", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.priority", + "min": 0, + "definition": "Identifies the expected level of importance associated with reaching/sustaining the defined goal.", + "isModifier": false, + "short": "high-priority | medium-priority | low-priority", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-priority", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalPriority" + } + ], + "description": "Indicates the level of importance associated with reaching or sustaining a goal." + }, + "max": "1", + "id": "PlanDefinition.goal.priority", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.start", + "min": 0, + "definition": "The event after which the goal should begin being pursued.", + "isModifier": false, + "short": "When goal pursuit begins", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/goal-start-event", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalStartEvent" + } + ], + "description": "Identifies the types of events that might trigger the start of a goal." + }, + "max": "1", + "id": "PlanDefinition.goal.start", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.addresses", + "min": 0, + "definition": "Identifies problems, conditions, issues, or concerns the goal is intended to address.", + "isModifier": false, + "short": "What does the goal address", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalAddresses" + } + ], + "description": "Identifies problems, conditions, issues, or concerns that goals may address." + }, + "max": "*", + "id": "PlanDefinition.goal.addresses", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.documentation", + "min": 0, + "definition": "Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources.", + "isModifier": false, + "short": "Supporting documentation for the goal", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.goal.documentation", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.target", + "min": 0, + "definition": "Indicates what should be done and within what timeframe.", + "isModifier": false, + "short": "Target outcome for the goal", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.goal.target", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.target.measure", + "min": 0, + "definition": "The parameter whose value is to be tracked, e.g. body weight, blood pressure, or hemoglobin A1c level.", + "isModifier": false, + "short": "The parameter whose value is to be tracked", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "GoalTargetMeasure" + } + ], + "description": "Identifies types of parameters that can be tracked to determine goal achievement." + }, + "max": "1", + "id": "PlanDefinition.goal.target.measure", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.target.detail[x]", + "min": 0, + "definition": "The target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc. Either the high or low or both values of the range can be specified. When a low value is missing, it indicates that the goal is achieved at any value at or below the high value. Similarly, if the high value is missing, it indicates that the goal is achieved at any value at or above the low value.", + "isModifier": false, + "short": "The target value to be achieved", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [ + { "code": "Quantity" }, + { "code": "Range" }, + { "code": "CodeableConcept" }, + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "Ratio" } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.goal.target.detail[x]", + "comment": "A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the goal.target.measure defines a coded value.", + "isSummary": false + }, + { + "path": "PlanDefinition.goal.target.due", + "min": 0, + "definition": "Indicates the timeframe after the start of the goal in which the goal should be met.", + "isModifier": false, + "short": "Reach goal within", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.goal.target.due", + "isSummary": false + }, + { + "path": "PlanDefinition.actor", + "min": 0, + "definition": "Actors represent the individuals or groups involved in the execution of the defined set of activities.", + "isModifier": false, + "short": "Actors within the plan", + "mapping": [ + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.actor", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.title", + "min": 0, + "definition": "A descriptive label for the actor.", + "isModifier": false, + "short": "User-visible title", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.actor.title", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.description", + "min": 0, + "definition": "A description of how the actor fits into the overall actions of the plan definition.", + "isModifier": false, + "short": "Describes the actor", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.actor.description", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.option", + "min": 1, + "definition": "The characteristics of the candidates that could serve as the actor.", + "isModifier": false, + "short": "Who or what can be this actor", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.actor.option", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.option.type", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantType" + } + ], + "description": "The type of participant in the activity." + }, + "max": "1", + "id": "PlanDefinition.actor.option.type", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.option.typeCanonical", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.actor.option.typeCanonical", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.option.typeReference", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.actor.option.typeReference", + "comment": "When this element is a reference, it SHOULD be a reference to a definitional resource (for example, a location type, rather than a specific location).", + "isSummary": false + }, + { + "path": "PlanDefinition.actor.option.role", + "min": 0, + "definition": "The role the participant should play in performing the described action.", + "isModifier": false, + "short": "E.g. Nurse, Surgeon, Parent", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantRole" + } + ] + }, + "max": "1", + "id": "PlanDefinition.actor.option.role", + "isSummary": false + }, + { + "path": "PlanDefinition.action", + "min": 0, + "definition": "An action or group of actions to be taken as part of the plan. For example, in clinical care, an action would be to prescribe a particular indicated medication, or perform a particular test as appropriate. In pharmaceutical quality, an action would be the test that needs to be performed on a drug product as defined in the quality specification.", + "isModifier": false, + "short": "Action defined by the plan", + "mapping": [ + { + "map": "{Is a contained Definition}", + "identity": "workflow" + }, + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action", + "condition": ["pld-3", "pld-4"], + "comment": "Note that there is overlap between many of the elements defined here and the ActivityDefinition resource. When an ActivityDefinition is referenced (using the definition element), the overlapping elements in the plan override the content of the referenced ActivityDefinition unless otherwise documented in the specific elements. See the PlanDefinition resource for more detailed information.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.linkId", + "min": 0, + "definition": "An identifier that is unique within the PlanDefinition to allow linkage within the realized CarePlan and/or RequestOrchestration.", + "isModifier": false, + "short": "Unique id for the action in the PlanDefinition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.linkId", + "isSummary": false + }, + { + "path": "PlanDefinition.action.prefix", + "min": 0, + "definition": "A user-visible prefix for the action. For example a section or item numbering such as 1. or A.", + "isModifier": false, + "short": "User-visible prefix for the action (e.g. 1. or A.)", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.prefix", + "isSummary": false + }, + { + "path": "PlanDefinition.action.title", + "min": 0, + "definition": "The textual description of the action displayed to a user. For example, when the action is a test to be performed, the title would be the title of the test such as Assay by HPLC.", + "isModifier": false, + "short": "User-visible title", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": ".title", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.action.title", + "isSummary": false + }, + { + "path": "PlanDefinition.action.description", + "min": 0, + "definition": "A brief description of the action used to provide a summary to display to the user.", + "isModifier": false, + "short": "Brief description of the action", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.action.description", + "isSummary": false + }, + { + "path": "PlanDefinition.action.textEquivalent", + "min": 0, + "definition": "A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically.", + "isModifier": false, + "short": "Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": ".text", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.action.textEquivalent", + "isSummary": false + }, + { + "path": "PlanDefinition.action.priority", + "min": 0, + "definition": "Indicates how quickly the action should be addressed with respect to other actions.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [{ "map": ".priority", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RequestPriority" + } + ], + "description": "Identifies the level of importance to be assigned to actioning the request." + }, + "max": "1", + "id": "PlanDefinition.action.priority", + "isSummary": false + }, + { + "path": "PlanDefinition.action.code", + "min": 0, + "definition": "A code that provides a meaning, grouping, or classification for the action or action group. For example, a section may have a LOINC code for the section of a documentation template. In pharmaceutical quality, an action (Test) such as pH could be classified as a physical property.", + "isModifier": false, + "short": "Code representing the meaning of the action or sub-actions", + "mapping": [{ "map": ".classCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCode" + } + ], + "description": "Provides examples of actions to be performed." + }, + "max": "1", + "id": "PlanDefinition.action.code", + "isSummary": false + }, + { + "path": "PlanDefinition.action.reason", + "min": 0, + "definition": "A description of why this action is necessary or appropriate.", + "isModifier": false, + "short": "Why the action should be performed", + "mapping": [{ "map": ".reasonCode", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-reason-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionReasonCode" + } + ], + "description": "Provides examples of reasons for actions to be performed." + }, + "max": "*", + "id": "PlanDefinition.action.reason", + "comment": "This is different than the clinical evidence documentation, it's an actual business description of the reason for performing the action.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.documentation", + "min": 0, + "definition": "Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources.", + "isModifier": false, + "short": "Supporting documentation for the intended performer of the action", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.documentation", + "isSummary": false + }, + { + "path": "PlanDefinition.action.goalId", + "min": 0, + "definition": "Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition. In pharmaceutical quality, a goal represents acceptance criteria (Goal) for a given action (Test), so the goalId would be the unique id of a defined goal element establishing the acceptance criteria for the action.", + "isModifier": false, + "short": "What goals this action supports", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.goalId", + "condition": ["pld-3"], + "isSummary": false + }, + { + "path": "PlanDefinition.action.subject[x]", + "requirements": "Multiple steps in a protocol often have different groups of steps that are focused on testing different things. The subject of an action specifies the focus of the action and any child actions.", + "min": 0, + "definition": "A code, group definition, or canonical reference that describes the intended subject of the action and its children, if any. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource.", + "isModifier": false, + "short": "Type of individual the action is focused on", + "mapping": [ + { "map": "Definition.subject", "identity": "workflow" }, + { "map": "N/A (to add?)", "identity": "rim" } + ], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + }, + { "code": "canonical" } + ], + "mustSupport": false, + "meaningWhenMissing": "Patient", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/participant-resource-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The possible types of subjects for a plan definition (E.g. Patient, Practitioner, Organization, Location, etc.)." + }, + "max": "1", + "id": "PlanDefinition.action.subject[x]", + "comment": "The subject of an action overrides the subject at a parent action or on the root of the PlanDefinition if specified.\n\nIn addition, because the subject needs to be resolved during realization, use of subjects in actions (or in the ActivityDefinition referenced by the action) resolves based on the set of subjects supplied in context and by type (i.e. the patient subject would resolve to a resource of type Patient).", + "isSummary": false + }, + { + "path": "PlanDefinition.action.trigger", + "min": 0, + "definition": "A description of when the action should be triggered. When multiple triggers are specified on an action, any triggering event invokes the action.", + "isModifier": false, + "short": "When the action should be triggered", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "TriggerDefinition" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.trigger", + "isSummary": false + }, + { + "path": "PlanDefinition.action.condition", + "min": 0, + "definition": "An expression that describes applicability criteria or start/stop conditions for the action.", + "isModifier": false, + "short": "Whether or not the action is applicable", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.condition", + "comment": "When multiple conditions of the same kind are present, the effects are combined using AND semantics, so the overall condition is true only if all the conditions are true.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.condition.kind", + "min": 1, + "definition": "The kind of condition.", + "isModifier": false, + "short": "applicability | start | stop", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-condition-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionConditionKind" + } + ], + "description": "Defines the kinds of conditions that can appear on actions." + }, + "max": "1", + "id": "PlanDefinition.action.condition.kind", + "comment": "Applicability criteria are used to determine immediate applicability when a plan definition is applied to a given context. Start and stop criteria are carried through application and used to describe enter/exit criteria for an action.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.condition.expression", + "min": 0, + "definition": "An expression that returns true or false, indicating whether the condition is satisfied.", + "isModifier": false, + "short": "Boolean-valued expression", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.condition.expression", + "comment": "The expression may be inlined or may be a reference to a named expression within a logic library referenced by the library element.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "pld-0", + "human": "Input data elements must have a requirement or a relatedData, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + ], + "path": "PlanDefinition.action.input", + "min": 0, + "definition": "Defines input data requirements for the action.", + "isModifier": false, + "short": "Input data requirements", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.input", + "isSummary": false + }, + { + "path": "PlanDefinition.action.input.title", + "min": 0, + "definition": "A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers.", + "isModifier": false, + "short": "User-visible title", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.action.input.title", + "isSummary": false + }, + { + "path": "PlanDefinition.action.input.requirement", + "min": 0, + "definition": "Defines the data that is to be provided as input to the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.input.requirement", + "condition": ["pld-0"], + "isSummary": false + }, + { + "path": "PlanDefinition.action.input.relatedData", + "min": 0, + "definition": "Points to an existing input or output element that provides data to this input.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.input.relatedData", + "condition": ["pld-0"], + "comment": "The relatedData element allows indicating that an input to a parent action is an input to specific child actions. It also allows the output of one action to be identified as the input to a different action", + "isSummary": false + }, + { + "constraint": [ + { + "key": "pld-1", + "human": "Output data element must have a requirement or a relatedData, but not both", + "source": "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "severity": "error", + "expression": "requirement.exists() xor relatedData.exists()" + } + ], + "path": "PlanDefinition.action.output", + "min": 0, + "definition": "Defines the outputs of the action, if any.", + "isModifier": false, + "short": "Output data definition", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.output", + "isSummary": false + }, + { + "path": "PlanDefinition.action.output.title", + "min": 0, + "definition": "A human-readable label for the data requirement used to label data flows in BPMN or similar diagrams. Also provides a human readable label when rendering the data requirement that conveys its purpose to human readers.", + "isModifier": false, + "short": "User-visible title", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "PlanDefinition.action.output.title", + "isSummary": false + }, + { + "path": "PlanDefinition.action.output.requirement", + "min": 0, + "definition": "Defines the data that results as output from the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "DataRequirement" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.output.requirement", + "condition": ["pld-1"], + "isSummary": false + }, + { + "path": "PlanDefinition.action.output.relatedData", + "min": 0, + "definition": "Points to an existing input or output element that is results as output from the action.", + "isModifier": false, + "short": "What data is provided", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.output.relatedData", + "condition": ["pld-1"], + "comment": "The relatedData element allows indicating that the output of child action is also the output of a parent action. It also allows the input of one action to be identified as the output of a different action", + "isSummary": false + }, + { + "path": "PlanDefinition.action.relatedAction", + "min": 0, + "definition": "A relationship to another action such as \"before\" or \"30-60 minutes after start of\".", + "isModifier": false, + "short": "Relationship to another action", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.relatedAction", + "condition": ["pld-4"], + "comment": "When an action depends on multiple actions, the meaning is that all actions are dependencies, rather than that any of the actions are a dependency.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.relatedAction.targetId", + "min": 1, + "definition": "The element id of the target related action.", + "isModifier": false, + "short": "What action is this related to", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.relatedAction.targetId", + "condition": ["pld-4"], + "isSummary": false + }, + { + "path": "PlanDefinition.action.relatedAction.relationship", + "min": 1, + "definition": "The relationship of the start of this action to the related action.", + "isModifier": false, + "short": "before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "max": "1", + "id": "PlanDefinition.action.relatedAction.relationship", + "isSummary": false + }, + { + "path": "PlanDefinition.action.relatedAction.endRelationship", + "min": 0, + "definition": "The relationship of the end of this action to the related action.", + "isModifier": false, + "short": "before | before-start | before-end | concurrent | concurrent-with-start | concurrent-with-end | after | after-start | after-end", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-relationship-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRelationshipType" + } + ], + "description": "Defines the types of relationships between actions." + }, + "max": "1", + "id": "PlanDefinition.action.relatedAction.endRelationship", + "isSummary": false + }, + { + "path": "PlanDefinition.action.relatedAction.offset[x]", + "min": 0, + "definition": "A duration or range of durations to apply to the relationship. For example, 30-60 minutes before.", + "isModifier": false, + "short": "Time offset for the relationship", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "Duration" }, { "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.relatedAction.offset[x]", + "isSummary": false + }, + { + "path": "PlanDefinition.action.timing[x]", + "requirements": "Allows prompting for activities and detection of missed planned activities.", + "min": 0, + "definition": "An optional value describing when the action should be performed.", + "isModifier": false, + "short": "When the action should take place", + "mapping": [{ "map": ".effectiveTime", "identity": "rim" }], + "type": [ + { "code": "Age" }, + { "code": "Duration" }, + { "code": "Range" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.timing[x]", + "comment": "The intent of the timing element is to provide timing when the action should be performed. As a definitional resource, this timing is interpreted as part of an apply operation so that the timing of the result actions in a CarePlan or RequestOrchestration, for example, would be specified by evaluating the timing definition in the context of the apply and setting the resulting timing on the appropriate elements of the target resource. If the timing is an Age, the activity is expected to be performed when the subject is the given Age. When the timing is a Duration, the activity is expected to be performed within the specified duration from the apply. When the timing is a Range, it may be a range of Ages or Durations, providing a range for the expected timing of the resulting activity. When the timing is a Timing, it is establishing a schedule for the timing of the resulting activity.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.location", + "requirements": "Helps in planning of activity.", + "min": 0, + "definition": "Identifies the facility where the action will occur; e.g. home, hospital, specific clinic, etc.", + "isModifier": false, + "short": "Where it should happen", + "mapping": [ + { + "map": ".participation[typeCode=LOC].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "alias": ["facility"], + "max": "1", + "id": "PlanDefinition.action.location", + "comment": "May reference a specific clinical location or may just identify a type of location.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant", + "min": 0, + "definition": "Indicates who should participate in performing the action described.", + "isModifier": false, + "short": "Who should participate in the action", + "mapping": [ + { + "map": ".participation[typeCode=PFM]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.participant", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.actorId", + "min": 0, + "definition": "A reference to the id element of the actor who will participate in this action.", + "isModifier": false, + "short": "What actor", + "mapping": [{ "map": "N/A (to add?)", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.participant.actorId", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.type", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "careteam | device | group | healthcareservice | location | organization | patient | practitioner | practitionerrole | relatedperson", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActivityParticipantType" + } + ], + "description": "The type of participant in the activity." + }, + "max": "1", + "id": "PlanDefinition.action.participant.type", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.typeCanonical", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.participant.typeCanonical", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.typeReference", + "min": 0, + "definition": "The type of participant in the action.", + "isModifier": false, + "short": "Who or what can participate", + "mapping": [ + { "map": ".role.classCode", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/Endpoint", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.participant.typeReference", + "comment": "When this element is a reference, it SHOULD be a reference to a definitional resource (for example, a location type, rather than a specific location).", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.role", + "min": 0, + "definition": "The role the participant should play in performing the described action.", + "isModifier": false, + "short": "E.g. Nurse, Surgeon, Parent", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/action-participant-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantRole" + } + ], + "description": "Defines roles played by participants for the action." + }, + "max": "1", + "id": "PlanDefinition.action.participant.role", + "isSummary": false + }, + { + "path": "PlanDefinition.action.participant.function", + "min": 0, + "definition": "Indicates how the actor will be involved in the action - author, reviewer, witness, etc.", + "isModifier": false, + "short": "E.g. Author, Reviewer, Witness, etc", + "mapping": [{ "map": ".role.code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/action-participant-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionParticipantFunction" + } + ] + }, + "max": "1", + "id": "PlanDefinition.action.participant.function", + "isSummary": false + }, + { + "path": "PlanDefinition.action.type", + "min": 0, + "definition": "The type of action to perform (create, update, remove).", + "isModifier": false, + "short": "create | update | remove | fire-event", + "mapping": [ + { + "map": ".moodCode { Maybe? this is effectively Create, Update, or Delete }", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/action-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionType" + } + ], + "description": "The type of action to be performed." + }, + "max": "1", + "id": "PlanDefinition.action.type", + "isSummary": false + }, + { + "path": "PlanDefinition.action.groupingBehavior", + "min": 0, + "definition": "Defines the grouping behavior for the action and its children.", + "isModifier": false, + "short": "visual-group | logical-group | sentence-group", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no grouping behavior is specified but the action has children (i.e. is a group), the grouping behavior is assumed to be `logical-group`.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-grouping-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionGroupingBehavior" + } + ], + "description": "Defines organization behavior of a group." + }, + "max": "1", + "id": "PlanDefinition.action.groupingBehavior", + "isSummary": false + }, + { + "path": "PlanDefinition.action.selectionBehavior", + "min": 0, + "definition": "Defines the selection behavior for the action and its children.", + "isModifier": false, + "short": "any | all | all-or-none | exactly-one | at-most-one | one-or-more", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no selection behavior is specified but the action has children (i.e. is a group), the selection behavior is assumed to be `all`.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-selection-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionSelectionBehavior" + } + ], + "description": "Defines selection behavior of a group." + }, + "max": "1", + "id": "PlanDefinition.action.selectionBehavior", + "isSummary": false + }, + { + "path": "PlanDefinition.action.requiredBehavior", + "min": 0, + "definition": "Defines the required behavior for the action.", + "isModifier": false, + "short": "must | could | must-unless-documented", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no required behavior is specified but the action has children (i.e. is a group), the required behavior is assumed to be `could`.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-required-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionRequiredBehavior" + } + ], + "description": "Defines expectations around whether an action or action group is required." + }, + "max": "1", + "id": "PlanDefinition.action.requiredBehavior", + "isSummary": false + }, + { + "path": "PlanDefinition.action.precheckBehavior", + "min": 0, + "definition": "Defines whether the action should usually be preselected.", + "isModifier": false, + "short": "yes | no", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no precheck behavior is specified but the action has children (i.e. is a group), the precheck behavior is assumed to be `no`.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-precheck-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionPrecheckBehavior" + } + ], + "description": "Defines selection frequency behavior for an action or group." + }, + "max": "1", + "id": "PlanDefinition.action.precheckBehavior", + "isSummary": false + }, + { + "path": "PlanDefinition.action.cardinalityBehavior", + "min": 0, + "definition": "Defines whether the action can be selected multiple times.", + "isModifier": false, + "short": "single | multiple", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If no cardinality behavior is specified but the action has children (i.e. is a group), the cardinality behavior is assumed to be `single`.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/action-cardinality-behavior|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ActionCardinalityBehavior" + } + ], + "description": "Defines behavior for an action or a group for how many times that item may be repeated." + }, + "max": "1", + "id": "PlanDefinition.action.cardinalityBehavior", + "isSummary": false + }, + { + "path": "PlanDefinition.action.definition[x]", + "min": 0, + "definition": "A reference to an ActivityDefinition that describes the action to be taken in detail, a MessageDefinition describing a message to be snet, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, a SpecimenDefinition describing a specimen to be collected, or an ObservationDefinition that specifies what observation should be captured.", + "isModifier": false, + "short": "Description of the activity to be performed", + "mapping": [ + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/MessageDefinition", + "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/Questionnaire", + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + }, + { "code": "uri" } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.definition[x]", + "comment": "Note that the definition is optional, and if no definition is specified, a dynamicValue with a root ($this) path can be used to define the entire resource dynamically.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.transform", + "min": 0, + "definition": "A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.", + "isModifier": false, + "short": "Transform to apply the template", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureMap" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.transform", + "comment": "Note that when a referenced ActivityDefinition also defines a transform, the transform specified here generally takes precedence. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.dynamicValue", + "min": 0, + "definition": "Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient's weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.", + "isModifier": false, + "short": "Dynamic aspects of the definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.dynamicValue", + "comment": "Dynamic values are applied in the order in which they are defined in the PlanDefinition resource. Note that when dynamic values are also specified by a referenced ActivityDefinition, the dynamicValues from the ActivityDefinition are applied first, followed by the dynamicValues specified here. In addition, if both a transform and dynamic values are specific, the dynamic values are applied to the result of the transform.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.dynamicValue.path", + "min": 0, + "definition": "The path to the element to be customized. This is the path on the resource that will hold the result of the calculation defined by the expression. The specified path SHALL be a FHIRPath resolvable on the specified target type of the ActivityDefinition, and SHALL consist only of identifiers, constant indexers, and a restricted subset of functions. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).", + "isModifier": false, + "short": "The path to the element to be set dynamically", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.dynamicValue.path", + "comment": "To specify the path to the current action being realized, the %action environment variable is available in this path. For example, to specify the description element of the target action, the path would be %action.description. The path attribute contains a [Simple FHIRPath Subset](fhirpath.html#simple) that allows path traversal, but not calculation.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.dynamicValue.expression", + "min": 0, + "definition": "An expression specifying the value of the customized element.", + "isModifier": false, + "short": "An expression that provides the dynamic value for the customization", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "PlanDefinition.action.dynamicValue.expression", + "comment": "The expression may be inlined or may be a reference to a named expression within a logic library referenced by the library element.", + "isSummary": false + }, + { + "path": "PlanDefinition.action.action", + "min": 0, + "definition": "Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.", + "isModifier": false, + "short": "A sub-action", + "mapping": [ + { + "map": "{InverseRelationship of Definition.partOf}", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "contentReference": "#PlanDefinition.action", + "mustSupport": false, + "max": "*", + "id": "PlanDefinition.action.action", + "isSummary": false + }, + { + "path": "PlanDefinition.asNeeded[x]", + "min": 0, + "definition": "If a CodeableConcept is present, it indicates the pre-condition for performing the service. For example \"pain\", \"on flare-up\", etc.", + "isModifier": false, + "short": "Preconditions for service", + "mapping": [ + { + "map": "boolean: precondition.negationInd (inversed - so negationInd = true means asNeeded=false CodeableConcept: precondition.observationEventCriterion[code=\"Assertion\"].value", + "identity": "rim" + } + ], + "type": [ + { "code": "boolean" }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-as-needed-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ProcedureAsNeededReason" + } + ], + "description": "A coded concept identifying the pre-condition that should hold prior to performing a procedure. For example \"pain\", \"on flare-up\", etc." + }, + "max": "1", + "id": "PlanDefinition.asNeeded[x]", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "markdown type: A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/markdown/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "markdown", + "abstract": false, + "type": "markdown", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-size" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "do-translations" + } + ], + "status": "active", + "id": "markdown", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/markdown", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/markdown", + "differential": { + "element": [ + { + "id": "markdown", + "max": "*", + "min": 0, + "path": "markdown", + "short": "Primitive Type markdown", + "comment": "Systems are not required to have markdown support, so the text should be readable without markdown processing. The markdown syntax is GFM - see https://github.github.com/gfm/", + "definition": "A string that may contain Github Flavored Markdown syntax for optional processing by a mark down presentation engine" + }, + { + "id": "markdown.value", + "max": "1", + "min": 0, + "path": "markdown.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.String", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "markdown" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "^[\\s\\S]+$" + } + ] + } + ], + "short": "Primitive value for markdown", + "definition": "Primitive value for markdown", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/string" + }, + { + "description": "Availability Type: Availability data for an {item}.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Availability/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "Availability", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Availability", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "Availability", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Availability", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Availability", + "differential": { + "element": [ + { + "id": "Availability", + "max": "*", + "min": 0, + "path": "Availability", + "short": "Availability data for an {item}", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Availability data for an {item}." + }, + { + "constraint": [ + { + "key": "av-1", + "human": "Cannot include start/end times when selecting all day availability.", + "source": "http://hl7.org/fhir/StructureDefinition/Availability", + "severity": "error", + "expression": "allDay.exists().not() or (allDay implies availableStartTime.exists().not() and availableEndTime.exists().not())" + } + ], + "path": "Availability.availableTime", + "requirements": "A collection of times that the {item} is available.", + "min": 0, + "definition": "Times the {item} is available.", + "short": "Times the {item} is available", + "type": [{ "code": "Element" }], + "max": "*", + "id": "Availability.availableTime", + "isSummary": true + }, + { + "path": "Availability.availableTime.daysOfWeek", + "requirements": "Indicates which days of the week are available between the start and end Times.", + "min": 0, + "definition": "mon | tue | wed | thu | fri | sat | sun.", + "short": "mon | tue | wed | thu | fri | sat | sun", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The purpose for which an extended contact detail should be used." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DaysOfWeek" + } + ], + "description": "The purpose for which an extended contact detail should be used." + }, + "max": "*", + "id": "Availability.availableTime.daysOfWeek", + "isSummary": true + }, + { + "path": "Availability.availableTime.allDay", + "requirements": "Is this always available? (hence times are irrelevant) i.e. 24 hour service.", + "min": 0, + "definition": "Always available? i.e. 24 hour service.", + "short": "Always available? i.e. 24 hour service", + "type": [{ "code": "boolean" }], + "max": "1", + "id": "Availability.availableTime.allDay", + "condition": ["av-1"], + "isSummary": true + }, + { + "path": "Availability.availableTime.availableStartTime", + "requirements": "The opening time of day. Note: If the AllDay flag is set, then this time is ignored.", + "min": 0, + "definition": "Opening time of day (ignored if allDay = true).", + "short": "Opening time of day (ignored if allDay = true)", + "type": [{ "code": "time" }], + "max": "1", + "id": "Availability.availableTime.availableStartTime", + "condition": ["av-1"], + "comment": "The timezone is expected to be specified or implied by the context this datatype is used.", + "isSummary": true + }, + { + "path": "Availability.availableTime.availableEndTime", + "requirements": "The closing time of day. Note: If the AllDay flag is set, then this time is ignored.", + "min": 0, + "definition": "Closing time of day (ignored if allDay = true).", + "short": "Closing time of day (ignored if allDay = true)", + "type": [{ "code": "time" }], + "max": "1", + "id": "Availability.availableTime.availableEndTime", + "condition": ["av-1"], + "comment": "The timezone is expected to be specified or implied by the context this datatype is used.", + "isSummary": true + }, + { + "path": "Availability.notAvailableTime", + "requirements": "The {item} is not available during this period of time due to the provided reason.", + "min": 0, + "definition": "Not available during this time due to provided reason.", + "short": "Not available during this time due to provided reason", + "type": [{ "code": "Element" }], + "max": "*", + "id": "Availability.notAvailableTime", + "isSummary": true + }, + { + "path": "Availability.notAvailableTime.description", + "requirements": "The reason that can be presented to the user as to why this time is not available.", + "min": 0, + "definition": "Reason presented to the user explaining why time not available.", + "short": "Reason presented to the user explaining why time not available", + "type": [{ "code": "string" }], + "max": "1", + "id": "Availability.notAvailableTime.description", + "comment": "The reason will generally be provided to give the textual reason for displaying when the {item} is not available, e.g. 'Closed public holidays' or 'Independence Day'. In cases such as this, the `during` might not be included and local knowledge would be required in such cases (as don't desire to keep updating when the holiday occurs each year).\n\ne.g.2: 'Closed for maintenance over the summer' for this example you would want to include the `during` period, unless this was a university hospital and the \"summer\" period was well known, but would recommend its inclusion anyway.", + "isSummary": true + }, + { + "path": "Availability.notAvailableTime.during", + "requirements": "The {item} is not available (seasonally or for a public holiday) during this period.", + "min": 0, + "definition": "Service not available during this period.", + "short": "Service not available during this period", + "type": [{ "code": "Period" }], + "max": "1", + "id": "Availability.notAvailableTime.during", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/DiagnosticReport/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "To support reporting for any diagnostic report into a clinical data repository.", + "name": "DiagnosticReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "DiagnosticReport", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Diagnostics" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "DiagnosticReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/DiagnosticReport", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "dgr-1", + "human": "When a Composition is referenced in `Diagnostic.composition`, all Observation resources referenced in `Composition.entry` must also be referenced in `Diagnostic.entry` or in the references Observations in `Observation.hasMember`", + "source": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "severity": "error", + "expression": "composition.exists() implies (composition.resolve().section.entry.reference.where(resolve() is Observation) in (result.reference|result.reference.resolve().hasMember.reference))" + } + ], + "path": "DiagnosticReport", + "min": 0, + "definition": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances.", + "isModifier": false, + "short": "A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "ORU -> OBR", "identity": "v2" }, + { + "map": "Observation[classCode=OBS, moodCode=EVN]", + "identity": "rim" + } + ], + "mustSupport": false, + "alias": [ + "Report", + "Test", + "Result", + "Results", + "Labs", + "Laboratory" + ], + "max": "*", + "id": "DiagnosticReport", + "comment": "This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing." + }, + { + "path": "DiagnosticReport.identifier", + "requirements": "Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.", + "min": 0, + "definition": "Identifiers assigned to this report by the performer or other systems.", + "isModifier": false, + "short": "Business identifier for report", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "OBR-51/ for globally unique filler ID - OBR-3 , For non-globally unique filler-id the flller/placer number must be combined with the universal service Id - OBR-2(if present)+OBR-3+OBR-4", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["ReportID", "Filler ID", "Placer ID"], + "max": "*", + "id": "DiagnosticReport.identifier", + "comment": "Usually assigned by the Information System of the diagnostic service provider (filler id).", + "isSummary": true + }, + { + "path": "DiagnosticReport.basedOn", + "requirements": "This allows tracing of authorization for the report and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "Details concerning a service requested.", + "isModifier": false, + "short": "What was requested", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { "map": "ORC? OBR-2/3?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan", + "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation", + "http://hl7.org/fhir/StructureDefinition/MedicationRequest", + "http://hl7.org/fhir/StructureDefinition/NutritionOrder", + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "alias": ["Request"], + "max": "*", + "id": "DiagnosticReport.basedOn", + "comment": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports.", + "isSummary": false + }, + { + "path": "DiagnosticReport.status", + "requirements": "Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.", + "min": 1, + "definition": "The status of the diagnostic report.", + "isModifier": true, + "short": "registered | partial | preliminary | modified | final | amended | corrected | appended | cancelled | entered-in-error | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "OBR-25 (not 1:1 mapping)", "identity": "v2" }, + { + "map": "statusCode Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type \"revise\"", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-report-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticReportStatus" + } + ], + "description": "The status of the diagnostic report." + }, + "max": "1", + "id": "DiagnosticReport.status", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "DiagnosticReport.category", + "min": 0, + "definition": "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.", + "isModifier": false, + "short": "Service category", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "OBR-24", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes for diagnostic service sections." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticServiceSection" + } + ], + "description": "HL7 V2 table 0074" + }, + "alias": [ + "Department", + "Sub-department", + "Service", + "Discipline" + ], + "max": "*", + "id": "DiagnosticReport.category", + "comment": "Multiple categories are allowed using various categorization schemes. The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.", + "isSummary": true + }, + { + "path": "DiagnosticReport.code", + "min": 1, + "definition": "A code or name that describes this diagnostic report.", + "isModifier": false, + "short": "Name/Code for this diagnostic report", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { + "map": "OBR-4 (HL7 V2 doesn't provide an easy way to indicate both the ordered test and the performed panel)", + "identity": "v2" + }, + { "map": "code", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/report-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes that describe Diagnostic Reports." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticReportCodes" + } + ], + "description": "LOINC Codes for Diagnostic Reports" + }, + "alias": ["Type"], + "max": "1", + "id": "DiagnosticReport.code", + "isSummary": true + }, + { + "path": "DiagnosticReport.subject", + "requirements": "SHALL know the subject context.", + "min": 0, + "definition": "The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources.", + "isModifier": false, + "short": "The subject of the report - usually, but not always, the patient", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { + "map": "PID-3 (no HL7 V2 mapping for Group or Device)", + "identity": "v2" + }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Location", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "alias": ["Patient"], + "max": "1", + "id": "DiagnosticReport.subject", + "isSummary": true + }, + { + "path": "DiagnosticReport.encounter", + "requirements": "Links the request to the Encounter context.", + "min": 0, + "definition": "The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.", + "isModifier": false, + "short": "Health care event when test ordered", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "alias": ["Context"], + "max": "1", + "id": "DiagnosticReport.encounter", + "comment": "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).", + "isSummary": true + }, + { + "path": "DiagnosticReport.effective[x]", + "requirements": "Need to know where in the patient history to file/present this report.", + "min": 0, + "definition": "The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.", + "isModifier": false, + "short": "Clinically relevant time/time-period for report", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "OBR-7", "identity": "v2" }, + { "map": "effectiveTime", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "alias": [ + "Observation time", + "Effective Time", + "Occurrence" + ], + "max": "1", + "id": "DiagnosticReport.effective[x]", + "comment": "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.", + "isSummary": true + }, + { + "path": "DiagnosticReport.issued", + "requirements": "Clinicians need to be able to check the date that the report was released.", + "min": 0, + "definition": "The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.", + "isModifier": false, + "short": "DateTime this version was made", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "OBR-22", "identity": "v2" }, + { + "map": "participation[typeCode=VRF or AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "instant" }], + "mustSupport": false, + "alias": ["Date published", "Date Issued", "Date Verified"], + "max": "1", + "id": "DiagnosticReport.issued", + "comment": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.performer", + "requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.", + "min": 0, + "definition": "The diagnostic service that is responsible for issuing the report.", + "isModifier": false, + "short": "Responsible Diagnostic Service", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "PRT-8 (where this PRT-4-Participation = \"PO\")", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "alias": [ + "Laboratory", + "Service", + "Practitioner", + "Department", + "Company", + "Authorized by", + "Director" + ], + "max": "*", + "id": "DiagnosticReport.performer", + "comment": "This is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.resultsInterpreter", + "requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.", + "min": 0, + "definition": "The practitioner or organization that is responsible for the report's conclusions and interpretations.", + "isModifier": false, + "short": "Primary result interpreter", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "OBR-32, PRT-8 (where this PRT-4-Participation = \"PI\")", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "alias": ["Analyzed by", "Reported by"], + "max": "*", + "id": "DiagnosticReport.resultsInterpreter", + "comment": "Might not be the same entity that takes responsibility for the clinical report.", + "isSummary": true + }, + { + "path": "DiagnosticReport.specimen", + "requirements": "Need to be able to report information about the collected specimens on which the report is based.", + "min": 0, + "definition": "Details about the specimens on which this diagnostic report is based.", + "isModifier": false, + "short": "Specimens this report is based on", + "mapping": [ + { "map": "SPM", "identity": "v2" }, + { + "map": "participation[typeCode=SBJ]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Specimen" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DiagnosticReport.specimen", + "comment": "If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group.", + "isSummary": false + }, + { + "path": "DiagnosticReport.result", + "requirements": "Need to support individual results, or groups of results, where the result grouping is arbitrary, but meaningful.", + "min": 0, + "definition": "[Observations](observation.html) that are part of this diagnostic report.", + "isModifier": false, + "short": "Observations", + "mapping": [ + { "map": "OBXs", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Observation" + ] + } + ], + "mustSupport": false, + "alias": [ + "Data", + "Atomic Value", + "Result", + "Atomic result", + "Data", + "Test", + "Analyte", + "Battery", + "Organizer" + ], + "max": "*", + "id": "DiagnosticReport.result", + "condition": ["dgr-1"], + "comment": "Observations can contain observations.", + "isSummary": false + }, + { + "path": "DiagnosticReport.note", + "requirements": "Need to be able to provide free text additional information.", + "min": 0, + "definition": "Comments about the diagnostic report.", + "isModifier": false, + "short": "Comments about the diagnostic report", + "mapping": [{ "map": "unknown", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "DiagnosticReport.note", + "comment": "May include general statements about the diagnostic report, or statements about significant, unexpected or unreliable results values contained within the diagnostic report, or information about its source when relevant to its interpretation.", + "isSummary": false + }, + { + "path": "DiagnosticReport.study", + "min": 0, + "definition": "One or more links to full details of any study performed during the diagnostic investigation. An ImagingStudy might comprise a set of radiologic images obtained via a procedure that are analyzed as a group. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. A GenomicStudy might comprise one or more analyses, each serving a specific purpose. These analyses may vary in method (e.g., karyotyping, CNV, or SNV detection), performer, software, devices used, or regions targeted.", + "isModifier": false, + "short": "Reference to full details of an analysis associated with the diagnostic report", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/GenomicStudy", + "http://hl7.org/fhir/StructureDefinition/ImagingStudy" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "DiagnosticReport.study", + "comment": "For laboratory-type studies like GenomeStudy, type resources will be used for tracking additional metadata and workflow aspects of complex studies. ImagingStudy and the media element are somewhat overlapping - typically, the list of image references in the media element will also be found in one of the imaging study resources. However, each caters to different types of displays for different types of purposes. Neither, either, or both may be provided.", + "isSummary": false + }, + { + "path": "DiagnosticReport.supportingInfo", + "min": 0, + "definition": "This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report.", + "isModifier": false, + "short": "Additional information supporting the diagnostic report", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "DiagnosticReport.supportingInfo", + "isSummary": false + }, + { + "path": "DiagnosticReport.supportingInfo.type", + "min": 1, + "definition": "The code value for the role of the supporting information in the diagnostic report.", + "isModifier": false, + "short": "Supporting information role code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0936", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Supporting information role code" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DiagnosticReportSupportingInfoType" + } + ], + "description": "The code value for the role of the supporting information in the diagnostic report." + }, + "max": "1", + "id": "DiagnosticReport.supportingInfo.type", + "isSummary": false + }, + { + "path": "DiagnosticReport.supportingInfo.reference", + "min": 1, + "definition": "The reference for the supporting information in the diagnostic report.", + "isModifier": false, + "short": "Supporting information reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DiagnosticReport.supportingInfo.reference", + "isSummary": false + }, + { + "path": "DiagnosticReport.media", + "requirements": "Many diagnostic services include images or data in the report as part of their service.", + "min": 0, + "definition": "A list of key images or data associated with this report. The images or data are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).", + "isModifier": false, + "short": "Key images or data associated with this report", + "mapping": [ + { "map": "OBX?", "identity": "v2" }, + { + "map": "outboundRelationship[typeCode=COMP].target", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["DICOM", "Slides", "Scans"], + "max": "*", + "id": "DiagnosticReport.media", + "isSummary": true + }, + { + "path": "DiagnosticReport.media.comment", + "requirements": "The provider of the report should make a comment about each image or data included in the report.", + "min": 0, + "definition": "A comment about the image or data. Typically, this is used to provide an explanation for why the image or data is included, or to draw the viewer's attention to important features.", + "isModifier": false, + "short": "Comment about the image or data (e.g. explanation)", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "DiagnosticReport.media.comment", + "comment": "The comment should be displayed with the image or data. It would be common for the report to include additional discussion of the image or data contents or in other sections such as the conclusion.", + "isSummary": false + }, + { + "path": "DiagnosticReport.media.link", + "min": 1, + "definition": "Reference to the image or data source.", + "isModifier": false, + "short": "Reference to the image or data source", + "mapping": [ + { "map": ".value.reference", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/DocumentReference" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DiagnosticReport.media.link", + "isSummary": true + }, + { + "path": "DiagnosticReport.composition", + "min": 0, + "definition": "Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport.", + "isModifier": false, + "short": "Reference to a Composition resource for the DiagnosticReport structure", + "mapping": [ + { "map": ".value.reference", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Composition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "DiagnosticReport.composition", + "condition": ["dgr-1"], + "comment": "The Composition provides structure to the content of the DiagnosticReport (and only contains contents referenced in the DiagnosticReport) - e.g., to order the sections of an anatomic pathology structured report.", + "isSummary": false + }, + { + "path": "DiagnosticReport.conclusion", + "requirements": "Need to be able to provide a conclusion that is not lost among the basic result data.", + "min": 0, + "definition": "Concise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report.", + "isModifier": false, + "short": "Clinical conclusion (interpretation) of test results", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=\"SPRT\"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)", + "identity": "rim" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["Report"], + "max": "1", + "id": "DiagnosticReport.conclusion", + "isSummary": false + }, + { + "path": "DiagnosticReport.conclusionCode", + "min": 0, + "definition": "One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.", + "isModifier": false, + "short": "Codes for the clinical conclusion of test results", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { + "map": "inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/clinical-findings", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Diagnosis codes provided as adjuncts to the report." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdjunctDiagnosis" + } + ], + "description": "SNOMED CT Clinical Findings" + }, + "max": "*", + "id": "DiagnosticReport.conclusionCode", + "isSummary": false + }, + { + "path": "DiagnosticReport.presentedForm", + "requirements": "Gives laboratory the ability to provide its own fully formatted report for clinical fidelity.", + "min": 0, + "definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.", + "isModifier": false, + "short": "Entire report as issued", + "mapping": [ + { "map": "OBX", "identity": "v2" }, + { "map": "text (type=ED)", "identity": "rim" } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "DiagnosticReport.presentedForm", + "comment": "\"application/pdf\" is recommended as the most reliable and interoperable in this context.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A definition of a condition and information relevant to managing it.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ConditionDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ConditionDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "ConditionDefinition", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "ConditionDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ConditionDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ConditionDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ConditionDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "ConditionDefinition", + "min": 0, + "definition": "A definition of a condition and information relevant to managing it.", + "isModifier": false, + "short": "A definition of a condition", + "mapping": [ + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ConditionDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ConditionDefinition.url", + "requirements": "Allows the condition definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this condition definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this condition definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the condition definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this condition definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ConditionDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this condition definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the condition definition", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this condition definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ConditionDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the condition definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the condition definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the condition definition", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.version", + "comment": "There may be different condition definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the condition definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ConditionDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ConditionDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ConditionDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the condition definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this condition definition (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ConditionDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the condition definition.", + "isModifier": false, + "short": "Name for this condition definition (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConditionDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ConditionDefinition.subtitle", + "min": 0, + "definition": "An explanatory or alternate title for the event definition giving additional information about its content.", + "isModifier": false, + "short": "Subordinate title of the event definition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.subtitle", + "isSummary": false + }, + { + "path": "ConditionDefinition.status", + "min": 1, + "definition": "The status of this condition definition. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ConditionDefinition.status", + "comment": "Allows filtering of condition definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ConditionDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level condition definition.", + "min": 0, + "definition": "A Boolean value to indicate that this condition definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ConditionDefinition.experimental", + "comment": "Allows filtering of condition definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ConditionDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the condition definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the condition definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ConditionDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the condition definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ConditionDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the condition definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the condition definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConditionDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the condition definition is the organization or individual primarily responsible for the maintenance and upkeep of the condition definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the condition definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ConditionDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ConditionDefinition.description", + "min": 0, + "definition": "A free text natural language description of the condition definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the condition definition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ConditionDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the condition definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the condition definition is presumed to be the predominant language in the place the condition definition was created).", + "isSummary": false + }, + { + "path": "ConditionDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate condition definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ConditionDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the condition definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for condition definition (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ConditionDefinition.jurisdiction", + "comment": "It may be possible for the condition definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ConditionDefinition.code", + "requirements": "0..1 to account for primarily narrative only resources.", + "min": 1, + "definition": "Identification of the condition, problem or diagnosis.", + "isModifier": false, + "short": "Identification of the condition, problem or diagnosis", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionKind" + } + ], + "description": "Identification of the condition or diagnosis." + }, + "max": "1", + "id": "ConditionDefinition.code", + "isSummary": true + }, + { + "path": "ConditionDefinition.severity", + "min": 0, + "definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.", + "isModifier": false, + "short": "Subjective severity of condition", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-severity", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionSeverity" + } + ], + "description": "A subjective assessment of the severity of the condition as evaluated by the clinician." + }, + "max": "1", + "id": "ConditionDefinition.severity", + "comment": "Coding of the severity with a terminology is preferred, where possible.", + "isSummary": true + }, + { + "path": "ConditionDefinition.bodySite", + "min": 0, + "definition": "The anatomical location where this condition manifests itself.", + "isModifier": false, + "short": "Anatomical location, if relevant", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/body-site", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Codes describing anatomical locations. May include laterality." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BodySite" + } + ], + "description": "SNOMED CT Body site concepts" + }, + "max": "1", + "id": "ConditionDefinition.bodySite", + "comment": "Only used if not implicit in code found in ConditionDefinition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "isSummary": true + }, + { + "path": "ConditionDefinition.stage", + "min": 0, + "definition": "Clinical stage or grade of a condition. May include formal severity assessments.", + "isModifier": false, + "short": "Stage/grade, usually assessed formally", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-stage", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionStage" + } + ], + "description": "Codes describing condition stages (e.g. Cancer stages)." + }, + "max": "1", + "id": "ConditionDefinition.stage", + "isSummary": true + }, + { + "path": "ConditionDefinition.hasSeverity", + "min": 0, + "definition": "Whether Severity is appropriate to collect for this condition.", + "isModifier": false, + "short": "Whether Severity is appropriate", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.hasSeverity", + "isSummary": false + }, + { + "path": "ConditionDefinition.hasBodySite", + "min": 0, + "definition": "Whether bodySite is appropriate to collect for this condition.", + "isModifier": false, + "short": "Whether bodySite is appropriate", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.hasBodySite", + "isSummary": false + }, + { + "path": "ConditionDefinition.hasStage", + "min": 0, + "definition": "Whether stage is appropriate to collect for this condition.", + "isModifier": false, + "short": "Whether stage is appropriate", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.hasStage", + "isSummary": false + }, + { + "path": "ConditionDefinition.definition", + "min": 0, + "definition": "Formal definitions of the condition. These may be references to ontologies, published clinical protocols or research papers.", + "isModifier": false, + "short": "Formal Definition for the condition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.definition", + "isSummary": false + }, + { + "path": "ConditionDefinition.observation", + "min": 0, + "definition": "Observations particularly relevant to this condition.", + "isModifier": false, + "short": "Observations particularly relevant to this condition", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.observation", + "isSummary": false + }, + { + "path": "ConditionDefinition.observation.category", + "min": 0, + "definition": "Category that is relevant.", + "isModifier": false, + "short": "Category that is relevant", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCategory" + } + ], + "description": "Codes for high level observation categories." + }, + "max": "1", + "id": "ConditionDefinition.observation.category", + "isSummary": false + }, + { + "path": "ConditionDefinition.observation.code", + "min": 0, + "definition": "Code for relevant Observation.", + "isModifier": false, + "short": "Code for relevant Observation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "ConditionDefinition.observation.code", + "isSummary": false + }, + { + "path": "ConditionDefinition.medication", + "min": 0, + "definition": "Medications particularly relevant for this condition.", + "isModifier": false, + "short": "Medications particularly relevant for this condition", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.medication", + "isSummary": false + }, + { + "path": "ConditionDefinition.medication.category", + "min": 0, + "definition": "Category that is relevant.", + "isModifier": false, + "short": "Category that is relevant", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/medicationrequest-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationRequestCategory" + } + ], + "description": "A coded concept identifying the category of medication request. For example, where the medication is to be consumed or administered, or the type of medication treatment." + }, + "max": "1", + "id": "ConditionDefinition.medication.category", + "isSummary": false + }, + { + "path": "ConditionDefinition.medication.code", + "min": 0, + "definition": "Code for relevant Medication.", + "isModifier": false, + "short": "Code for relevant Medication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "A coded concept identifying substance or product that can be ordered." + }, + "max": "1", + "id": "ConditionDefinition.medication.code", + "isSummary": false + }, + { + "path": "ConditionDefinition.precondition", + "min": 0, + "definition": "An observation that suggests that this condition applies.", + "isModifier": false, + "short": "Observation that suggets this condition", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.precondition", + "isSummary": false + }, + { + "path": "ConditionDefinition.precondition.type", + "min": 1, + "definition": "Kind of pre-condition.", + "isModifier": false, + "short": "sensitive | specific", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-precondition-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionPreconditionType" + } + ], + "description": "Kind of precondition for the condition." + }, + "max": "1", + "id": "ConditionDefinition.precondition.type", + "isSummary": false + }, + { + "path": "ConditionDefinition.precondition.code", + "min": 1, + "definition": "Code for relevant Observation.", + "isModifier": false, + "short": "Code for relevant Observation", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ObservationCode" + } + ], + "description": "Codes identifying names of simple observations." + }, + "max": "1", + "id": "ConditionDefinition.precondition.code", + "isSummary": false + }, + { + "path": "ConditionDefinition.precondition.value[x]", + "min": 0, + "definition": "Value of Observation.", + "isModifier": false, + "short": "Value of Observation", + "type": [ + { "code": "CodeableConcept" }, + { "code": "Quantity" } + ], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.precondition.value[x]", + "isSummary": false + }, + { + "path": "ConditionDefinition.team", + "min": 0, + "definition": "Appropriate team for this condition.", + "isModifier": false, + "short": "Appropriate team for this condition", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CareTeam" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.team", + "isSummary": false + }, + { + "path": "ConditionDefinition.questionnaire", + "min": 0, + "definition": "Questionnaire for this condition.", + "isModifier": false, + "short": "Questionnaire for this condition", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.questionnaire", + "isSummary": false + }, + { + "path": "ConditionDefinition.questionnaire.purpose", + "min": 1, + "definition": "Use of the questionnaire.", + "isModifier": false, + "short": "preadmit | diff-diagnosis | outcome", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/condition-questionnaire-purpose|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionQuestionnairePurpose" + } + ], + "description": "The use of a questionnaire." + }, + "max": "1", + "id": "ConditionDefinition.questionnaire.purpose", + "isSummary": false + }, + { + "path": "ConditionDefinition.questionnaire.reference", + "min": 1, + "definition": "Specific Questionnaire.", + "isModifier": false, + "short": "Specific Questionnaire", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Questionnaire" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.questionnaire.reference", + "isSummary": false + }, + { + "path": "ConditionDefinition.plan", + "min": 0, + "definition": "Plan that is appropriate.", + "isModifier": false, + "short": "Plan that is appropriate", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ConditionDefinition.plan", + "isSummary": false + }, + { + "path": "ConditionDefinition.plan.role", + "min": 0, + "definition": "Use for the plan.", + "isModifier": false, + "short": "Use for the plan", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.plan.role", + "isSummary": false + }, + { + "path": "ConditionDefinition.plan.reference", + "min": 1, + "definition": "The actual plan.", + "isModifier": false, + "short": "The actual plan", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/PlanDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ConditionDefinition.plan.reference", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/TestScript/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "TestScript", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "TestScript", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Quality Reporting & Testing" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "draft", + "id": "TestScript", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/TestScript", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/TestScript", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "TestScript", + "min": 0, + "definition": "A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.", + "isModifier": false, + "short": "Describes a set of tests", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "conformance.misc", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "TestScript" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "TestScript.url", + "requirements": "Allows the test script to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this test script when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this test script is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the test script is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this test script, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "alias": [ + "url", + "authoritative-url", + "destination", + "identity" + ], + "max": "1", + "id": "TestScript.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "TestScript.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this test script when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the test script", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this test script outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "TestScript.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the test script when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the test script author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the test script", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.version", + "comment": "There may be different test script instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the test script with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "TestScript.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "TestScript.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "TestScript.name", + "requirements": "Support code generation.", + "min": 1, + "definition": "A natural language name identifying the test script. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this test script (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "TestScript.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the test script.", + "isModifier": false, + "short": "Name for this test script (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestScript.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "TestScript.status", + "min": 1, + "definition": "The status of this test script. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { "map": "Definition.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "TestScript.status", + "comment": "Allows filtering of test scripts that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "TestScript.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level test script.", + "min": 0, + "definition": "A Boolean value to indicate that this test script is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "TestScript.experimental", + "comment": "Allows filtering of test scripts that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "TestScript.date", + "min": 0, + "definition": "The date (and optionally time) when the test script was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the test script changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "TestScript.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the test script. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TestScript.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the test script. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the test script.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestScript.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the test script is the organization or individual primarily responsible for the maintenance and upkeep of the test script. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the test script. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "TestScript.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "TestScript.description", + "min": 0, + "definition": "A free text natural language description of the test script from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the test script", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestScript.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the test script as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the test script is presumed to be the predominant language in the place the test script was created).", + "isSummary": false + }, + { + "path": "TestScript.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate test script instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "TestScript.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the test script is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for test script (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "TestScript.jurisdiction", + "comment": "It may be possible for the test script to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "TestScript.purpose", + "min": 0, + "definition": "Explanation of why this test script is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this test script is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestScript.purpose", + "comment": "This element does not describe the usage of the test script. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this test script.", + "isSummary": false + }, + { + "path": "TestScript.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the test script and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the test script and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the test script.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "TestScript.copyright", + "isSummary": false + }, + { + "path": "TestScript.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "TestScript.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "TestScript.origin", + "min": 0, + "definition": "An abstract server used in operations within this test script in the origin element.", + "isModifier": false, + "short": "An abstract server representing a client or sender in a message exchange", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.origin", + "comment": "The purpose of this element is to define the profile of an origin element used elsewhere in the script. Test engines could then use the origin-profile mapping to offer a filtered list of test systems that can serve as the sender for the interaction.", + "isSummary": false + }, + { + "path": "TestScript.origin.index", + "min": 1, + "definition": "Abstract name given to an origin server in this test script. The name is provided as a number starting at 1.", + "isModifier": false, + "short": "The index of the abstract origin server starting at 1", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.origin.index", + "comment": "A given origin index (e.g. 1) can appear only once in the list (e.g. Origin 1 cannot be specified twice ... once as FormFiller and again as FormProcessor within the same script as that could get confusing during test configuration). \n\nDifferent origin indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Filler).\n\nThe origin indices provided elsewhere in the test script must be one of these origin indices.", + "isSummary": false + }, + { + "path": "TestScript.origin.profile", + "min": 1, + "definition": "The type of origin profile the test system supports.", + "isModifier": false, + "short": "FHIR-Client | FHIR-SDC-FormFiller", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "meaningWhenMissing": "FHIR-Client", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-origin-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptProfileOriginType" + } + ], + "description": "The type of origin profile the test system supports." + }, + "max": "1", + "id": "TestScript.origin.profile", + "comment": "Must be a \"sender\"/\"client\" profile.", + "isSummary": false + }, + { + "path": "TestScript.origin.url", + "min": 0, + "definition": "The explicit url path of the origin server used in this test script.", + "isModifier": false, + "short": "The url path of the origin server", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.origin.url", + "comment": "If provided, the test engine is not expected to prompt for or accept external input of this value.", + "isSummary": false + }, + { + "path": "TestScript.destination", + "min": 0, + "definition": "An abstract server used in operations within this test script in the destination element.", + "isModifier": false, + "short": "An abstract server representing a destination or receiver in a message exchange", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.destination", + "comment": "The purpose of this element is to define the profile of a destination element used elsewhere in the script. Test engines could then use the destination-profile mapping to offer a filtered list of test systems that can serve as the receiver for the interaction.", + "isSummary": false + }, + { + "path": "TestScript.destination.index", + "min": 1, + "definition": "Abstract name given to a destination server in this test script. The name is provided as a number starting at 1.", + "isModifier": false, + "short": "The index of the abstract destination server starting at 1", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.destination.index", + "comment": "A given destination index (e.g. 1) can appear only once in the list (e.g. Destination 1 cannot be specified twice ... once as Form-Manager and again as Form-Processor within the same script as that could get confusing during test configuration). \n\nDifferent destination indices could play the same actor in the same test script (e.g. You could have two different test systems acting as Form-Manager).\n\nThe destination indices provided elsewhere in the test script must be one of these destination indices.", + "isSummary": false + }, + { + "path": "TestScript.destination.profile", + "min": 1, + "definition": "The type of destination profile the test system supports.", + "isModifier": false, + "short": "FHIR-Server | FHIR-SDC-FormManager | FHIR-SDC-FormReceiver | FHIR-SDC-FormProcessor", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "meaningWhenMissing": "FHIR-Server", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-profile-destination-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptProfileDestinationType" + } + ], + "description": "The type of destination profile the test system supports." + }, + "max": "1", + "id": "TestScript.destination.profile", + "comment": "Must be a \"receiver\"/\"server\" profile.", + "isSummary": false + }, + { + "path": "TestScript.destination.url", + "min": 0, + "definition": "The explicit url path of the destination server used in this test script.", + "isModifier": false, + "short": "The url path of the destination server", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.destination.url", + "comment": "If provided, the test engine is not expected to prompt for or accept external input of this value.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-4", + "human": "TestScript metadata capability SHALL contain required or validated or both.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "capability.required.exists() or capability.validated.exists()" + } + ], + "path": "TestScript.metadata", + "min": 0, + "definition": "The required capability must exist and are assumed to function correctly on the FHIR server being tested.", + "isModifier": false, + "short": "Required capability that is assumed to function correctly on the FHIR server being tested", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata", + "isSummary": false + }, + { + "path": "TestScript.metadata.link", + "min": 0, + "definition": "A link to the FHIR specification that this test is covering.", + "isModifier": false, + "short": "Links to the FHIR specification", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.metadata.link", + "isSummary": false + }, + { + "path": "TestScript.metadata.link.url", + "min": 1, + "definition": "URL to a particular requirement or feature within the FHIR specification.", + "isModifier": false, + "short": "URL to the specification", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.link.url", + "isSummary": false + }, + { + "path": "TestScript.metadata.link.description", + "min": 0, + "definition": "Short description of the link.", + "isModifier": false, + "short": "Short description", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.link.description", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability", + "min": 1, + "definition": "Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.", + "isModifier": false, + "short": "Capabilities that are assumed to function correctly on the FHIR server being tested", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.metadata.capability", + "condition": ["tst-4"], + "comment": "When the metadata capabilities section is defined at TestScript.metadata or at TestScript.setup.metadata, and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then all the tests in the TestScript are skipped. When the metadata capabilities section is defined at TestScript.test.metadata and the server's conformance statement does not contain the elements defined in the minimal conformance statement, then only that test is skipped. The \"metadata.capabilities.required\" and \"metadata.capabilities.validated\" elements only indicate whether the capabilities are the primary focus of the test script or not. They do not impact the skipping logic. Capabilities whose \"metadata.capabilities.validated\" flag is true are the primary focus of the test script.", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.required", + "min": 1, + "definition": "Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.", + "isModifier": false, + "short": "Are the capabilities required?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.capability.required", + "condition": ["tst-4"], + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.validated", + "min": 1, + "definition": "Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.", + "isModifier": false, + "short": "Are the capabilities validated?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.capability.validated", + "condition": ["tst-4"], + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.description", + "min": 0, + "definition": "Description of the capabilities that this test script is requiring the server to support.", + "isModifier": false, + "short": "The expected capabilities of the server", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.capability.description", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.origin", + "min": 0, + "definition": "Which origin server these requirements apply to.", + "isModifier": false, + "short": "Which origin server these requirements apply to", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.metadata.capability.origin", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.destination", + "min": 0, + "definition": "Which server these requirements apply to.", + "isModifier": false, + "short": "Which server these requirements apply to", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.capability.destination", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.link", + "min": 0, + "definition": "Links to the FHIR specification that describes this interaction and the resources involved in more detail.", + "isModifier": false, + "short": "Links to the FHIR specification", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.metadata.capability.link", + "isSummary": false + }, + { + "path": "TestScript.metadata.capability.capabilities", + "min": 1, + "definition": "Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped.", + "isModifier": false, + "short": "Required Capability Statement", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestScript.metadata.capability.capabilities", + "comment": "The conformance statement of the server has to contain at a minimum the contents of the reference pointed to by this element.", + "isSummary": false + }, + { + "path": "TestScript.scope", + "min": 0, + "definition": "The scope indicates a conformance artifact that is tested by the test(s) within this test case and the expectation of the test outcome(s) as well as the intended test phase inclusion.", + "isModifier": false, + "short": "Indication of the artifact(s) that are tested by this test case", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.scope", + "isSummary": false + }, + { + "path": "TestScript.scope.artifact", + "min": 1, + "definition": "The specific conformance artifact being tested. The canonical reference can be version-specific.", + "isModifier": false, + "short": "The specific conformance artifact being tested", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestScript.scope.artifact", + "isSummary": false + }, + { + "path": "TestScript.scope.conformance", + "min": 0, + "definition": "The expectation of whether the test must pass for the system to be considered conformant with the artifact: required - all tests are expected to pass, optional - all test are expected to pass but non-pass status may be allowed, strict - all tests are expected to pass and warnings are treated as a failure.", + "isModifier": false, + "short": "required | optional | strict", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "meaningWhenMissing": "required", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-conformance-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The expectation of whether the test must pass for the system to be considered conformant with the artifact." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptScopeConformanceType" + } + ], + "description": "The expectation of whether the test must pass for the system to be considered conformant with the artifact." + }, + "max": "1", + "id": "TestScript.scope.conformance", + "isSummary": false + }, + { + "path": "TestScript.scope.phase", + "min": 0, + "definition": "The phase of testing for this artifact: unit - development / implementation phase, integration - internal system to system phase, production - live system to system phase (Note, this may involve pii/phi data).", + "isModifier": false, + "short": "unit | integration | production", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "meaningWhenMissing": "unit", + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The phase of testing for this artifact." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptScopePhaseType" + } + ], + "description": "The phase of testing for this artifact." + }, + "max": "1", + "id": "TestScript.scope.phase", + "isSummary": false + }, + { + "path": "TestScript.fixture", + "min": 0, + "definition": "Fixture in the test script - by reference (uri). All fixtures are required for the test script to execute.", + "isModifier": false, + "short": "Fixture in the test script - by reference (uri)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.fixture", + "isSummary": false + }, + { + "path": "TestScript.fixture.autocreate", + "min": 1, + "definition": "Whether or not to implicitly create the fixture during setup. If true, the fixture is automatically created on each server being tested during setup, therefore no create operation is required for this fixture in the TestScript.setup section.", + "isModifier": false, + "short": "Whether or not to implicitly create the fixture during setup", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.fixture.autocreate", + "isSummary": false + }, + { + "path": "TestScript.fixture.autodelete", + "min": 1, + "definition": "Whether or not to implicitly delete the fixture during teardown. If true, the fixture is automatically deleted on each server being tested during teardown, therefore no delete operation is required for this fixture in the TestScript.teardown section.", + "isModifier": false, + "short": "Whether or not to implicitly delete the fixture during teardown", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.fixture.autodelete", + "isSummary": false + }, + { + "path": "TestScript.fixture.resource", + "min": 0, + "definition": "Reference to the resource (containing the contents of the resource needed for operations). This is allowed to be a Parameters resource.", + "isModifier": false, + "short": "Reference of the resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestScript.fixture.resource", + "comment": "See the [Resource List](resourcelist.html) for complete list of resource types.", + "isSummary": false + }, + { + "path": "TestScript.profile", + "min": 0, + "definition": "Reference to the profile to be used for validation.", + "isModifier": false, + "short": "Reference of the validation profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "TestScript.profile", + "comment": "See the [Resource List](resourcelist.html) for complete list of resource types.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-3", + "human": "Variable can only contain one of expression, headerField or path.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "expression.empty() or headerField.empty() or path.empty()" + } + ], + "path": "TestScript.variable", + "min": 0, + "definition": "Variable is set based either on element value in response body or on header field value in the response headers.", + "isModifier": false, + "short": "Placeholder for evaluated elements", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.variable", + "comment": "Variables would be set based either on XPath/JSONPath expressions against fixtures (static and response), or headerField evaluations against response headers. If variable evaluates to nodelist or anything other than a primitive value, then test engine would report an error. Variables would be used to perform clean replacements in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. This limits the places that test engines would need to look for placeholders \"${}\". Variables are scoped to the whole script. They are NOT evaluated at declaration. They are evaluated by test engine when used for substitutions in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" element values during operation calls and in \"assert.value\" during assertion evaluations. See example testscript-search.xml.", + "isSummary": false + }, + { + "path": "TestScript.variable.name", + "min": 1, + "definition": "Descriptive name for this variable.", + "isModifier": false, + "short": "Descriptive name for this variable", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.name", + "comment": "Placeholders would contain the variable name wrapped in ${} in \"operation.params\", \"operation.requestHeader.value\", and \"operation.url\" elements. These placeholders would need to be replaced by the variable value before the operation is executed.", + "isSummary": false + }, + { + "path": "TestScript.variable.defaultValue", + "min": 0, + "definition": "A default, hard-coded, or user-defined value for this variable.", + "isModifier": false, + "short": "Default, hard-coded, or user-defined value for this variable", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.defaultValue", + "comment": "The purpose of this element is to allow for a pre-defined value that can be used as a default or as an override value. Test engines can optionally use this as a placeholder for user-defined execution time values.", + "isSummary": false + }, + { + "path": "TestScript.variable.description", + "min": 0, + "definition": "A free text natural language description of the variable and its purpose.", + "isModifier": false, + "short": "Natural language description of the variable", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.description", + "isSummary": false + }, + { + "path": "TestScript.variable.expression", + "min": 0, + "definition": "The FHIRPath expression for a specific value to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified.", + "isModifier": false, + "short": "The FHIRPath expression against the fixture body", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.expression", + "condition": ["tst-3"], + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path.", + "isSummary": false + }, + { + "path": "TestScript.variable.headerField", + "min": 0, + "definition": "Will be used to grab the HTTP header field value from the headers that sourceId is pointing to.", + "isModifier": false, + "short": "HTTP header field name for source", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.headerField", + "condition": ["tst-3"], + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define both headerField and path.", + "isSummary": false + }, + { + "path": "TestScript.variable.hint", + "min": 0, + "definition": "Displayable text string with hint help information to the user when entering a default value.", + "isModifier": false, + "short": "Hint help text for default value to enter", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.hint", + "isSummary": false + }, + { + "path": "TestScript.variable.path", + "min": 0, + "definition": "XPath or JSONPath to evaluate against the fixture body. When variables are defined, only one of either expression, headerField or path must be specified.", + "isModifier": false, + "short": "XPath or JSONPath against the fixture body", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.path", + "condition": ["tst-3"], + "comment": "If headerField is defined, then the variable will be evaluated against the headers that sourceId is pointing to. If expression or path is defined, then the variable will be evaluated against the fixture body that sourceId is pointing to. It is an error to define any combination of expression, headerField and path.", + "isSummary": false + }, + { + "path": "TestScript.variable.sourceId", + "min": 0, + "definition": "Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.", + "isModifier": false, + "short": "Fixture Id of source expression or headerField within this variable", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.variable.sourceId", + "comment": "This can be a statically defined fixture (at the top of the TestScript) or a dynamically set fixture created by responseId of the `action.operation` element.", + "isSummary": false + }, + { + "path": "TestScript.setup", + "min": 0, + "definition": "A series of required setup operations before tests are executed.", + "isModifier": false, + "short": "A series of required setup operations before tests are executed", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-1", + "human": "Setup action SHALL contain either an operation or assert but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestScript.setup.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "isModifier": false, + "short": "A setup operation or assert to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SetupAction" + } + ], + "max": "*", + "id": "TestScript.setup.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-7", + "human": "Setup operation SHALL contain either sourceId or targetId or params or url.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' |'search' | 'transaction' | 'history'))" + } + ], + "path": "TestScript.setup.action.operation", + "min": 0, + "definition": "The operation to perform.", + "isModifier": false, + "short": "The setup operation to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation", + "condition": ["tst-1", "tst-2"], + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.type", + "min": 0, + "definition": "Server interaction or operation type.", + "isModifier": false, + "short": "The operation code type that will be executed", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/testscript-operation-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The allowable operation code types." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptOperationCode" + } + ], + "description": "FHIR Operation Code Types" + }, + "max": "1", + "id": "TestScript.setup.action.operation.type", + "condition": ["tst-7", "tst-8", "tst-9"], + "comment": "See the list of [server interactions](http.html).", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.resource", + "min": 0, + "definition": "The type of the FHIR resource. See the [resource list](resourcelist.html). Data type of uri is needed when non-HL7 artifacts are identified.", + "isModifier": false, + "short": "Resource type", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/concrete-fhir-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRConcreteTypes" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." + }, + "max": "1", + "id": "TestScript.setup.action.operation.resource", + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.label", + "min": 0, + "definition": "The label would be used for tracking/logging purposes by test engines.", + "isModifier": false, + "short": "Tracking/logging operation label", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.label", + "comment": "This has no impact on the verification itself.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.description", + "min": 0, + "definition": "The description would be used by test engines for tracking and reporting purposes.", + "isModifier": false, + "short": "Tracking/reporting operation description", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.description", + "comment": "This has no impact on the verification itself.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.accept", + "min": 0, + "definition": "The mime-type to use for RESTful operation in the 'Accept' header.", + "isModifier": false, + "short": "Mime type to accept in the payload of the response, with charset etc", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "TestScript.setup.action.operation.accept", + "comment": "If this is specified, then test engine shall set the 'Accept' header to the corresponding value. If you'd like to explicitly set the 'Accept' to some other value then use the 'requestHeader' element.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ], + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.contentType", + "min": 0, + "definition": "The mime-type to use for RESTful operation in the 'Content-Type' header.", + "isModifier": false, + "short": "Mime type of the request payload contents, with charset etc", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "TestScript.setup.action.operation.contentType", + "comment": "If this is specified, then test engine shall set the 'Content-Type' header to the corresponding value. If you'd like to explicitly set the 'Content-Type' to some other value then use the 'requestHeader' element.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ], + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.destination", + "min": 0, + "definition": "The server where the request message is destined for. Must be one of the server numbers listed in TestScript.destination section.", + "isModifier": false, + "short": "Server responding to the request", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.destination", + "comment": "If multiple TestScript.destination elements are defined and operation.destination is undefined, test engine will report an error as it cannot determine what destination to use for the exchange.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.encodeRequestUrl", + "min": 1, + "definition": "Whether or not to implicitly send the request url in encoded format. The default is true to match the standard RESTful client behavior. Set to false when communicating with a server that does not support encoded url paths.", + "isModifier": false, + "short": "Whether or not to send the request url in encoded format", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.encodeRequestUrl", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.method", + "min": 0, + "definition": "The HTTP method the test engine MUST use for this operation regardless of any other operation details.", + "isModifier": false, + "short": "delete | get | options | patch | post | put | head", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptRequestMethodCode" + } + ], + "description": "The allowable request method or HTTP operation codes." + }, + "max": "1", + "id": "TestScript.setup.action.operation.method", + "comment": "The primary purpose of the explicit HTTP method is support of HTTP POST method invocation of the FHIR search. Other uses will include support of negative testing.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.origin", + "min": 0, + "definition": "The server where the request message originates from. Must be one of the server numbers listed in TestScript.origin section.", + "isModifier": false, + "short": "Server initiating the request", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.origin", + "comment": "If absent, test engine will send the message. When present, test engine will not send the request message but will wait for the request message to be sent from this origin server.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.params", + "min": 0, + "definition": "Path plus parameters after [type]. Used to set parts of the request URL explicitly.", + "isModifier": false, + "short": "Explicitly defined path parameters", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.params", + "condition": ["tst-7", "tst-8", "tst-9"], + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used. Test engines would append whatever is specified for \"params\" to the URL after the resource type without tampering with the string (beyond encoding the URL for HTTP). The \"params\" element does not correspond exactly to \"search parameters\". Nor is it the \"path\". It corresponds to the part of the URL that comes after the [type] (when \"resource\" element is specified); e.g. It corresponds to \"/[id]/_history/[vid] {?_format=[mime-type]}\" in the following operation: GET [base]/[type]/[id]/_history/[vid] {?_format=[mime-type]} Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.requestHeader", + "min": 0, + "definition": "Header elements would be used to set HTTP headers.", + "isModifier": false, + "short": "Each operation can have one or more header elements", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.setup.action.operation.requestHeader", + "comment": "This gives control to test-script writers to set headers explicitly based on test requirements. It will allow for testing using: - \"If-Modified-Since\" and \"If-None-Match\" headers. [\"If-Match\" header](http.html#2.1.0.5.1). See [Conditional Create using \"If-None-Exist\"](http.html#2.1.0.11). See [Invalid \"Content-Type\" header](http.html#2.1.0.13.1) for negative testing. - etc.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.requestHeader.field", + "min": 1, + "definition": "The HTTP header field e.g. \"Accept\".", + "isModifier": false, + "short": "HTTP header field name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.requestHeader.field", + "comment": "If header element is specified, then field is required.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.requestHeader.value", + "min": 1, + "definition": "The value of the header e.g. \"application/fhir+xml\".", + "isModifier": false, + "short": "HTTP headerfield value", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.requestHeader.value", + "comment": "If header element is specified, then value is required. No conversions will be done by the test engine e.g. \"xml\" to \"application/fhir+xml\". The values will be set in HTTP headers \"as-is\". Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.requestId", + "min": 0, + "definition": "The fixture id (maybe new) to map to the request.", + "isModifier": false, + "short": "Fixture Id of mapped request", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.requestId", + "comment": "If a requestId is supplied, then the resulting request (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"requestId\". If requestId is not specified, it is the test engine's responsibility to store the request and use it as the requestId in subsequent assertions when assertion path and/or headerField is specified, direction is equal to request, and the requestId in not specified.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.responseId", + "min": 0, + "definition": "The fixture id (maybe new) to map to the response.", + "isModifier": false, + "short": "Fixture Id of mapped response", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.responseId", + "comment": "If a responseId is supplied, and the server responds, then the resulting response (both headers and body) is mapped to the fixture ID (which may be entirely new and previously undeclared) designated by \"responseId\". If responseId is not specified, it is the test engine's responsibility to store the response and use it as the responseId in subsequent assertions when assertion path and/or headerField is specified and the responseId is not specified.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.sourceId", + "min": 0, + "definition": "The id of the fixture used as the body of a PUT or POST request.", + "isModifier": false, + "short": "Fixture Id of body for PUT and POST requests", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.sourceId", + "condition": ["tst-7", "tst-8", "tst-9"], + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.targetId", + "min": 0, + "definition": "Id of fixture used for extracting the [id], [type], and [vid] for GET requests.", + "isModifier": false, + "short": "Id of fixture used for extracting the [id], [type], and [vid] for GET requests", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.targetId", + "condition": ["tst-7", "tst-8", "tst-9"], + "comment": "If \"url\" element is specified, then \"targetId\", \"params\", and \"resource\" elements will be ignored as \"url\" element will have everything needed for constructing the request url. If \"params\" element is specified, then \"targetId\" element is ignored. For FHIR operations that require a resource (e.g. \"read\" and \"vread\" operations), the \"resource\" element must be specified when \"params\" element is specified. If \"url\" and \"params\" elements are absent, then the request url will be constructed from \"targetId\" fixture if present. For \"read\" operation, the resource and id values will be extracted from \"targetId\" fixture and used to construct the url. For \"vread\" and \"history\" operations, the versionId value will also be used.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.operation.url", + "min": 0, + "definition": "Complete request URL.", + "isModifier": false, + "short": "Request URL", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.operation.url", + "condition": ["tst-7", "tst-8", "tst-9"], + "comment": "Used to set the request URL explicitly. If \"url\" element is defined, then \"targetId\", \"resource\", and \"params\" elements will be ignored. Test engines would use whatever is specified in \"url\" without tampering with the string (beyond encoding the URL for HTTP). Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before sending the request.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-12", + "human": "Setup action assert response and responseCode SHALL be empty when direction equals request", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + }, + { + "key": "tst-5", + "human": "Only a single assertion SHALL be present within setup action assert element.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1) or (((expression.count() + minimumId.count() <=2) or (expression.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1)) or (((path.count() + minimumId.count() <=2) or (path.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1))" + }, + { + "key": "tst-10", + "human": "Setup action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + } + ], + "path": "TestScript.setup.action.assert", + "min": 0, + "definition": "Evaluates the results of previous operations to determine if the server under test behaves appropriately.", + "isModifier": false, + "short": "The assertion to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert", + "condition": ["tst-1", "tst-2"], + "comment": "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.label", + "min": 0, + "definition": "The label would be used for tracking/logging purposes by test engines.", + "isModifier": false, + "short": "Tracking/logging assertion label", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.label", + "comment": "This has no impact on the verification itself.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.description", + "min": 0, + "definition": "The description would be used by test engines for tracking and reporting purposes.", + "isModifier": false, + "short": "Tracking/reporting assertion description", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.description", + "comment": "This has no impact on the verification itself.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.direction", + "min": 0, + "definition": "The direction to use for the assertion.", + "isModifier": false, + "short": "response | request", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of direction to use for assertion." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionDirectionType" + } + ], + "description": "The direction to use for assertions." + }, + "max": "1", + "id": "TestScript.setup.action.assert.direction", + "condition": ["tst-12", "tst-13"], + "comment": "If the direction is specified as \"response\" (the default), then the processing of this assert is against the received response message. If the direction is specified as \"request\", then the processing of this assert is against the sent request message.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.compareToSourceId", + "min": 0, + "definition": "Id of the source fixture used as the contents to be evaluated by either the \"source/expression\" or \"sourceId/path\" definition.", + "isModifier": false, + "short": "Id of the source fixture to be evaluated", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.compareToSourceId", + "condition": ["tst-10", "tst-11"], + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.compareToSourceExpression", + "min": 0, + "definition": "The FHIRPath expression for a specific value to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.", + "isModifier": false, + "short": "The FHIRPath expression to evaluate against the source fixture", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.compareToSourceExpression", + "condition": ["tst-10", "tst-11"], + "comment": "Thefhirpath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.compareToSourcePath", + "min": 0, + "definition": "XPath or JSONPath expression to evaluate against the source fixture. When compareToSourceId is defined, either compareToSourceExpression or compareToSourcePath must be defined, but not both.", + "isModifier": false, + "short": "XPath or JSONPath expression to evaluate against the source fixture", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.compareToSourcePath", + "condition": ["tst-10", "tst-11"], + "comment": "The XPath or JSONPath expression to be evaluated against the expected fixture to compare to. Ignored if \"assert.value\" is used. The evaluation will be done before the assertion is evaluated.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.contentType", + "min": 0, + "definition": "The mime-type contents to compare against the request or response message 'Content-Type' header.", + "isModifier": false, + "short": "Mime type to compare against the 'Content-Type' header", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "1", + "id": "TestScript.setup.action.assert.contentType", + "condition": ["tst-5", "tst-6"], + "comment": "If this is specified, then test engine shall confirm that the content-type of the last operation's headers is set to this value. If \"assert.sourceId\" element is specified, then the evaluation will be done against the headers mapped to that sourceId (and not the last operation's headers). If you'd like to have more control over the string, then use 'assert.headerField' instead.", + "example": [ + { + "label": "General", + "valueCode": "application/fhir+xml" + } + ], + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.defaultManualCompletion", + "min": 0, + "definition": "The default manual completion outcome applied to this assertion.", + "isModifier": false, + "short": "fail | pass | skip | stop", + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If defaultManualCompletion is not specified, then the default manual completion outcome will be 'skip'.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-manual-completion-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of operator to use for assertion." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionManualCompletionType" + } + ], + "description": "The default type of manual completion to use for assertion." + }, + "max": "1", + "id": "TestScript.setup.action.assert.defaultManualCompletion", + "comment": "Manual completion is used to pause the test engine execution and evaluation allowing an external review of the defined assert condition. The defaultManualCompletion defines the default manual completion outcome applied if one of the enumerated values is not applied.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.expression", + "min": 0, + "definition": "The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload.", + "isModifier": false, + "short": "The FHIRPath expression to be evaluated", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.expression", + "condition": ["tst-5", "tst-6"], + "comment": "If both \"expression\" and a \"fixtureId\" are specified, then the expression will be evaluated against the request or response body mapped to the fixtureId. If \"expression\" is specified and a \"fixtureId\" is not, then the expression will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions.\n\nThe FHIRPath expression can be evaluated as either a path to a specific value or as a boolean expression against the given FHIR resource. When the FHIRPath is a boolean expression, the assert.value element is not used. See [Testing FHIR Use Expressions](testing.html#expressions).", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.headerField", + "min": 0, + "definition": "The HTTP header field name e.g. 'Location'.", + "isModifier": false, + "short": "HTTP header field name", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.headerField", + "condition": ["tst-5", "tst-6"], + "comment": "If \"headerField\" is specified then \"value\" must be specified. If \"sourceId\" is not specified, then \"headerField\" will be evaluated against the last operation's response headers. Test engines are to keep track of the last operation's response body and response headers.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.minimumId", + "min": 0, + "definition": "The ID of a fixture. Asserts that the response contains at a minimum the fixture specified by minimumId.", + "isModifier": false, + "short": "Fixture Id of minimum content resource", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.minimumId", + "condition": ["tst-5", "tst-6"], + "comment": "Asserts that the response contains all the element/content in another fixture pointed to by minimumId. This can be a statically defined fixture or one that is dynamically set via responseId.\n\nSee [Testing FHIR Use minimumId](testing.html##minimumId) for a more complete description of the test engine's comparison logic.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.navigationLinks", + "min": 0, + "definition": "Whether or not the test execution performs validation on the bundle navigation links.", + "isModifier": false, + "short": "Perform validation on navigation links?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.navigationLinks", + "condition": ["tst-5", "tst-6"], + "comment": "Asserts that the Bundle contains first, last, and next links.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.operator", + "min": 0, + "definition": "The operator type defines the conditional behavior of the assert.", + "isModifier": false, + "short": "equals | notEquals | in | notIn | greaterThan | lessThan | empty | notEmpty | contains | notContains | eval | manualEval", + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If operator is not specified, then the default conditional behavior is implemented as defined in the Testing FHIR page Assertions table - see Comments.", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-operator-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of operator to use for assertion." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionOperatorType" + } + ], + "description": "The type of operator to use for assertions." + }, + "max": "1", + "id": "TestScript.setup.action.assert.operator", + "comment": "Operators are useful for both positive and negative testing. If operator is not specified, then the default conditional behavior is implemented as defined in [Testing FHIR Assertions](testing.html#assertion-table).", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.path", + "min": 0, + "definition": "The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.", + "isModifier": false, + "short": "XPath or JSONPath expression", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.path", + "condition": ["tst-5", "tst-6"], + "comment": "If both \"path\" and a \"fixtureId\" are specified, then the path will be evaluated against the request or response body mapped to the fixtureId. If \"path\" is specified and a \"fixtureId\" is not, then the path will be evaluated against the response body of the last operation. Test engines are to store the request and response body and headers of the last operation at all times for subsequent assertions.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.requestMethod", + "min": 0, + "definition": "The request method or HTTP operation code to compare against that used by the client system under test.", + "isModifier": false, + "short": "delete | get | options | patch | post | put | head", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestScriptRequestMethodCode" + } + ], + "description": "The allowable request method or HTTP operation codes." + }, + "max": "1", + "id": "TestScript.setup.action.assert.requestMethod", + "condition": ["tst-5", "tst-6"], + "comment": "If \"requestMethod\" is specified then it will be used in place of \"value\". The \"requestMethod\" will evaluate against the last operation's request HTTP operation.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.requestURL", + "min": 0, + "definition": "The value to use in a comparison against the request URL path string.", + "isModifier": false, + "short": "Request URL comparison value", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.requestURL", + "comment": "If \"requestURL\" is specified then it will be used in place of \"value\". The \"requestURL\" will evaluate against the last operation's full request URL path string.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.resource", + "min": 0, + "definition": "The type of the resource. See the [resource list](resourcelist.html).", + "isModifier": false, + "short": "Resource type", + "type": [{ "code": "uri" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/concrete-fhir-types", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRConcreteType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "A list of all the concrete types defined in this version of the FHIR specification - Data Types and Resource Types." + }, + "max": "1", + "id": "TestScript.setup.action.assert.resource", + "condition": ["tst-5", "tst-6"], + "comment": "This will be expected resource type in response body e.g. in read, vread, search, etc. See the [Resource List](resourcelist.html) for complete list of resource types; e.g. .", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.response", + "min": 0, + "definition": "continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported.", + "isModifier": false, + "short": "continue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/assert-response-code-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of response code to use for assertion." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AssertionResponseTypes" + } + ], + "description": "The response code to expect in the response." + }, + "max": "1", + "id": "TestScript.setup.action.assert.response", + "condition": ["tst-12", "tst-5", "tst-13", "tst-6"], + "comment": "This is a shorter way of achieving similar verifications via \"assert.responseCode\". If you need more control, then use \"assert.responseCode\" e.g. .", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.responseCode", + "min": 0, + "definition": "The value of the HTTP response code to be tested.", + "isModifier": false, + "short": "HTTP response code to test", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.responseCode", + "condition": ["tst-12", "tst-5", "tst-13", "tst-6"], + "comment": "To be used with \"operator\" attribute value. Asserts that the response code equals this value if \"operator\" is not specified. If the operator is \"in\" or \"notIn\" then the responseCode would be a comma-separated list of values e.g. \"200,201\". Otherwise, it's expected to be a numeric value. If \"fixture\" is not specified, then the \"responseBodyId\" value of the last operation is assumed.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.sourceId", + "min": 0, + "definition": "Fixture to evaluate the XPath/JSONPath expression or the headerField against.", + "isModifier": false, + "short": "Fixture Id of source expression or headerField", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.sourceId", + "comment": "This can be a statically defined fixture (at the top of the testscript) or a dynamically set fixture created by responseId of the action.operation element.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.stopTestOnFail", + "min": 1, + "definition": "Whether or not the current test execution will stop on failure for this assert.", + "isModifier": false, + "short": "If this assert fails, will the current test execution stop?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.stopTestOnFail", + "comment": "If this element is specified and it is true, then assertion failures should not stop the current test execution from proceeding.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.validateProfileId", + "min": 0, + "definition": "The ID of the Profile to validate against.", + "isModifier": false, + "short": "Profile Id of validation profile reference", + "type": [{ "code": "id" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.validateProfileId", + "condition": ["tst-5", "tst-6"], + "comment": "The ID of a Profile fixture. Asserts that the response is valid according to the Profile specified by validateProfileId.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.value", + "min": 0, + "definition": "The value to compare to.", + "isModifier": false, + "short": "The value to compare to", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.value", + "comment": "The string-representation of a number, string, or boolean that is expected. Test engines do have to look for placeholders (${}) and replace the variable placeholders with the variable values at runtime before comparing this value to the actual value.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.warningOnly", + "min": 1, + "definition": "Whether or not the test execution will produce a warning only on error for this assert.", + "isModifier": false, + "short": "Will this assert produce a warning only on error?", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.warningOnly", + "comment": "If this element is specified and it is true, then assertion failures can be logged by test engine but should not stop the test script execution from proceeding. There are likely cases where the spec is not clear on what should happen. If the spec says something is optional (maybe a response header for example), but a server doesn’t do it, we could choose to issue a warning.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.requirement", + "min": 0, + "definition": "Links or references providing traceability to the testing requirements for this assert.", + "isModifier": false, + "short": "Links or references to the testing requirements", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.setup.action.assert.requirement", + "comment": "TestScript and TestReport instances are typically (and expected to be) based on known, defined test requirements and documentation. These links provide traceability from the executable/executed TestScript and TestReport tests to these requirements.", + "isSummary": false + }, + { + "path": "TestScript.setup.action.assert.requirement.link[x]", + "min": 0, + "definition": "Link or reference providing traceability to the testing requirement for this test.", + "isModifier": false, + "short": "Link or reference to the testing requirement", + "type": [ + { "code": "uri" }, + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Requirements" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "TestScript.setup.action.assert.requirement.link[x]", + "isSummary": false + }, + { + "path": "TestScript.test", + "min": 0, + "definition": "A test in this script.", + "isModifier": false, + "short": "A test in this script", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "TestScript.test", + "isSummary": false + }, + { + "path": "TestScript.test.name", + "min": 0, + "definition": "The name of this test used for tracking/logging purposes by test engines.", + "isModifier": false, + "short": "Tracking/logging name of this test", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.test.name", + "isSummary": false + }, + { + "path": "TestScript.test.description", + "min": 0, + "definition": "A short description of the test used by test engines for tracking and reporting purposes.", + "isModifier": false, + "short": "Tracking/reporting short description of the test", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.test.description", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-2", + "human": "Test action SHALL contain either an operation or assert but not both.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "operation.exists() xor assert.exists()" + } + ], + "path": "TestScript.test.action", + "min": 1, + "definition": "Action would contain either an operation or an assertion.", + "isModifier": false, + "short": "A test operation or assert to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TestAction" + } + ], + "max": "*", + "id": "TestScript.test.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-8", + "human": "Test operation SHALL contain either sourceId or targetId or params or url.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + ], + "path": "TestScript.test.action.operation", + "min": 0, + "definition": "An operation would involve a REST request to a server.", + "isModifier": false, + "short": "The setup operation to perform", + "contentReference": "#TestScript.setup.action.operation", + "mustSupport": false, + "max": "1", + "id": "TestScript.test.action.operation", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-11", + "human": "Test action assert SHALL contain either compareToSourceId and compareToSourceExpression, compareToSourceId and compareToSourcePath or neither.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "compareToSourceId.empty() xor (compareToSourceExpression.exists() or compareToSourcePath.exists())" + }, + { + "key": "tst-13", + "human": "Test action assert response and response and responseCode SHALL be empty when direction equals request", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "(response.empty() and responseCode.empty() and direction = 'request') or direction.empty() or direction = 'response'" + }, + { + "key": "tst-6", + "human": "Only a single assertion SHALL be present within test action assert element.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "extension.exists() or (contentType.count() + expression.count() + headerField.count() + minimumId.count() + navigationLinks.count() + path.count() + requestMethod.count() + resource.count() + responseCode.count() + response.count() + validateProfileId.count() <=1) or (((expression.count() + minimumId.count() <=2) or (expression.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1)) or (((path.count() + minimumId.count() <=2) or (path.count() + validateProfileId.count() <=2)) and (expression.count() + path.count() <=1) and (minimumId.count() + validateProfileId.count() <=1))" + } + ], + "path": "TestScript.test.action.assert", + "min": 0, + "definition": "Evaluates the results of previous operations to determine if the server under test behaves appropriately.", + "isModifier": false, + "short": "The setup assertion to perform", + "contentReference": "#TestScript.setup.action.assert", + "mustSupport": false, + "max": "1", + "id": "TestScript.test.action.assert", + "comment": "In order to evaluate an assertion, the request, response, and results of the most recently executed operation must always be maintained by the test engine.", + "isSummary": false + }, + { + "path": "TestScript.teardown", + "min": 0, + "definition": "A series of operations required to clean up after all the tests are executed (successfully or otherwise).", + "isModifier": false, + "short": "A series of required clean up steps", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "TestScript.teardown", + "isSummary": false + }, + { + "path": "TestScript.teardown.action", + "min": 1, + "definition": "The teardown action will only contain an operation.", + "isModifier": false, + "short": "One or more teardown operations to perform", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "TeardownAction" + } + ], + "max": "*", + "id": "TestScript.teardown.action", + "comment": "An action should contain either an operation or an assertion but not both. It can contain any number of variables.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "tst-9", + "human": "Teardown operation SHALL contain either sourceId or targetId or params or url.", + "source": "http://hl7.org/fhir/StructureDefinition/TestScript", + "severity": "error", + "expression": "sourceId.exists() or (targetId.count() + url.count() + params.count() = 1) or (type.code in ('capabilities' | 'search' | 'transaction' | 'history'))" + } + ], + "path": "TestScript.teardown.action.operation", + "min": 1, + "definition": "An operation would involve a REST request to a server.", + "isModifier": false, + "short": "The teardown operation to perform", + "contentReference": "#TestScript.setup.action.operation", + "mustSupport": false, + "max": "1", + "id": "TestScript.teardown.action.operation", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ArtifactAssessment/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ArtifactAssessment", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ArtifactAssessment", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "ArtifactAssessment", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ArtifactAssessment", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ArtifactAssessment", + "differential": { + "element": [ + { + "path": "ArtifactAssessment", + "min": 0, + "definition": "This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.", + "isModifier": false, + "short": "Adds metadata-supported comments, classifiers or ratings related to a Resource", + "mapping": [ + { "map": "clinical.general", "identity": "w5" }, + { + "map": "Act[classCode=ACT; moodCode=DEFN]", + "identity": "rim" + } + ], + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment" + }, + { + "path": "ArtifactAssessment.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the artifact assessment.", + "min": 0, + "definition": "A formal identifier that is used to identify this artifact assessment when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the artifact assessment", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".identifier", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this activity definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ArtifactAssessment.title", + "min": 0, + "definition": "A short title for the assessment for use in displaying and selecting.", + "isModifier": false, + "short": "A short title for the assessment for use in displaying and selecting", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ArtifactAssessment.title", + "isSummary": true + }, + { + "path": "ArtifactAssessment.citeAs[x]", + "min": 0, + "definition": "Display of or reference to the bibliographic citation of the comment, classifier, or rating.", + "isModifier": false, + "short": "How to cite the comment or rating", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + }, + { "code": "markdown" } + ], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.citeAs[x]", + "isSummary": false + }, + { + "path": "ArtifactAssessment.date", + "min": 0, + "definition": "The date (and optionally time) when the artifact assessment was published. The date must change when the disposition changes and it must change if the workflow status code changes. In addition, it should change when the substantive content of the artifact assessment changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ArtifactAssessment.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the artifact assessment. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.", + "isSummary": true + }, + { + "path": "ArtifactAssessment.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the artifact assessment and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the artifact assessment and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the artifact assessment.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "N/A (to add?)", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ArtifactAssessment.copyright", + "isSummary": false + }, + { + "path": "ArtifactAssessment.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the artifact assessment was approved by publisher", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"].act[classCode=CACT;moodCode=EVN;code=\"approval\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.", + "isSummary": false + }, + { + "path": "ArtifactAssessment.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the artifact assessment was last reviewed by the publisher", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=\"SUBJ\"; subsetCode=\"RECENT\"].act[classCode=CACT;moodCode=EVN;code=\"review\"].effectiveTime", + "identity": "rim" + }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.lastReviewDate", + "comment": "If specified, this date follows the original approval date.", + "isSummary": true + }, + { + "path": "ArtifactAssessment.artifact[x]", + "min": 1, + "definition": "A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about.", + "isModifier": false, + "short": "The artifact assessed, commented upon or rated", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "canonical" }, + { "code": "uri" } + ], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.artifact[x]", + "isSummary": true + }, + { + "path": "ArtifactAssessment.content", + "min": 0, + "definition": "A component comment, classifier, or rating of the artifact.", + "isModifier": false, + "short": "Comment, classifier, or rating content", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment.content", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.informationType", + "min": 0, + "definition": "The type of information this component of the content represents.", + "isModifier": false, + "short": "comment | classifier | rating | container | response | change-request", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-information-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "InformationType" + } + ] + }, + "max": "1", + "id": "ArtifactAssessment.content.informationType", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.summary", + "min": 0, + "definition": "A brief summary of the content of this component.", + "isModifier": false, + "short": "Brief summary of the content", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.content.summary", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.type", + "min": 0, + "definition": "Indicates what type of content this component represents.", + "isModifier": false, + "short": "What type of content", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceCertaintyType" + } + ] + }, + "max": "1", + "id": "ArtifactAssessment.content.type", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.classifier", + "min": 0, + "definition": "Represents a rating, classifier, or assessment of the artifact.", + "isModifier": false, + "short": "Rating, classifier, or assessment", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/certainty-rating", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceCertaintyRating" + } + ] + }, + "max": "*", + "id": "ArtifactAssessment.content.classifier", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.quantity", + "min": 0, + "definition": "A quantitative rating of the artifact.", + "isModifier": false, + "short": "Quantitative rating", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.content.quantity", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.author", + "min": 0, + "definition": "Indicates who or what authored the content.", + "isModifier": false, + "short": "Who authored the content", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.content.author", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.path", + "min": 0, + "definition": "A URI that points to what the comment is about, such as a line of text in the CQL, or a specific element in a resource.", + "isModifier": false, + "short": "What the comment is directed to", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment.content.path", + "comment": "The target element is used to point the comment to aspect of the artifact, such as a text range within a CQL library (e.g. #content?0:0-120:80).", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.relatedArtifact", + "min": 0, + "definition": "Additional related artifacts that provide supporting documentation, additional evidence, or further information related to the content.", + "isModifier": false, + "short": "Additional information", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment.content.relatedArtifact", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.freeToShare", + "min": 0, + "definition": "Acceptable to publicly share the comment, classifier or rating.", + "isModifier": false, + "short": "Acceptable to publicly share the resource content", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ArtifactAssessment.content.freeToShare", + "isSummary": false + }, + { + "path": "ArtifactAssessment.content.component", + "min": 0, + "definition": "If the informationType is container, the components of the content.", + "isModifier": false, + "short": "Contained content", + "contentReference": "#ArtifactAssessment.content", + "mustSupport": false, + "max": "*", + "id": "ArtifactAssessment.content.component", + "isSummary": false + }, + { + "path": "ArtifactAssessment.workflowStatus", + "min": 0, + "definition": "Indicates the workflow status of the comment or change request.", + "isModifier": false, + "short": "submitted | triaged | waiting-for-input | resolved-no-change | resolved-change-required | deferred | duplicate | applied | published | entered-in-error", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "WorkflowStatus" + } + ] + }, + "max": "1", + "id": "ArtifactAssessment.workflowStatus", + "isSummary": true + }, + { + "path": "ArtifactAssessment.disposition", + "min": 0, + "definition": "Indicates the disposition of the responsible party to the comment or change request.", + "isModifier": false, + "short": "unresolved | not-persuasive | persuasive | persuasive-with-modification | not-persuasive-with-modification", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/artifactassessment-disposition|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Disposition" + } + ] + }, + "max": "1", + "id": "ArtifactAssessment.disposition", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Quantity Type: A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Quantity/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to able to capture all sorts of measured values, even if the measured value are not precisely quantified. Values include exact measures such as 3.51g, customary units such as 3 tablets, and currencies such as $100.32USD.", + "name": "Quantity", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "Quantity", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "can-bind" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-units" + } + ], + "status": "active", + "id": "Quantity", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/Quantity", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Quantity", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "qty-3", + "human": "If a code for the unit is present, the system SHALL also be present", + "source": "http://hl7.org/fhir/StructureDefinition/Quantity", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + ], + "path": "Quantity", + "min": 0, + "definition": "A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.", + "short": "A measured or measurable amount", + "mapping": [ + { + "map": "SN (see also Range) or CQ", + "identity": "v2" + }, + { + "map": "PQ, IVL, MO, CO, depending on the values", + "identity": "rim" + } + ], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + } + ], + "max": "*", + "id": "Quantity", + "comment": "The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator." + }, + { + "path": "Quantity.value", + "requirements": "Precision is handled implicitly in almost all cases of measurement.", + "min": 0, + "definition": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.", + "short": "Numerical value (with implicit precision)", + "mapping": [ + { "map": "SN.2 / CQ - N/A", "identity": "v2" }, + { + "map": "PQ.value, CO.value, MO.value, IVL.high or IVL.low depending on the value", + "identity": "rim" + } + ], + "type": [{ "code": "decimal" }], + "max": "1", + "id": "Quantity.value", + "comment": "The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).", + "isSummary": true + }, + { + "path": "Quantity.comparator", + "requirements": "Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.", + "min": 0, + "definition": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is \"<\" , then the real value is < stated value.", + "isModifier": true, + "short": "< | <= | >= | > | ad - how to understand the value", + "mapping": [ + { "map": "SN.1 / CQ.1", "identity": "v2" }, + { "map": "IVL properties", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "meaningWhenMissing": "If there is no comparator, then there is no modification of the value", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/quantity-comparator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "How the Quantity should be understood and represented." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "QuantityComparator" + } + ], + "description": "How the Quantity should be understood and represented." + }, + "max": "1", + "id": "Quantity.comparator", + "isModifierReason": "This is labeled as \"Is Modifier\" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value", + "isSummary": true + }, + { + "path": "Quantity.unit", + "requirements": "There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.", + "min": 0, + "definition": "A human-readable form of the unit.", + "short": "Unit representation", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { "map": "PQ.unit", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "Quantity.unit", + "isSummary": true + }, + { + "path": "Quantity.system", + "requirements": "Need to know the system that defines the coded form of the unit.", + "min": 0, + "definition": "The identification of the system that provides the coded form of the unit.", + "short": "System that defines coded unit form", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { + "map": "CO.codeSystem, PQ.translation.codeSystem", + "identity": "rim" + } + ], + "type": [{ "code": "uri" }], + "max": "1", + "id": "Quantity.system", + "condition": ["qty-3"], + "isSummary": true + }, + { + "path": "Quantity.code", + "requirements": "Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.", + "min": 0, + "definition": "A computer processable form of the unit in some unit representation system.", + "short": "Coded form of the unit", + "mapping": [ + { "map": "(see OBX.6 etc.) / CQ.2", "identity": "v2" }, + { + "map": "PQ.code, MO.currency, PQ.translation.code", + "identity": "rim" + } + ], + "type": [{ "code": "code" }], + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "Quantity.code", + "condition": ["qty-3"], + "comment": "The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.", + "isSummary": true + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/RelatedArtifact/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Knowledge resources must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "name": "RelatedArtifact", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "RelatedArtifact", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "RelatedArtifact", + "kind": "complex-type", + "url": "http://hl7.org/fhir/StructureDefinition/RelatedArtifact", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/RelatedArtifact", + "differential": { + "element": [ + { + "id": "RelatedArtifact", + "max": "*", + "min": 0, + "path": "RelatedArtifact", + "short": "Related artifacts for a knowledge resource", + "comment": "Each related artifact is either an attachment, or a reference to another knowledge resource, but not both.", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "definition": "Related artifacts such as additional documentation, justification, or bibliographic references." + }, + { + "path": "RelatedArtifact.type", + "min": 1, + "definition": "The type of relationship to the related artifact.", + "short": "documentation | justification | citation | predecessor | successor | derived-from | depends-on | composed-of | part-of | amends | amended-with | appends | appended-with | cites | cited-by | comments-on | comment-in | contains | contained-in | corrects | correction-in | replaces | replaced-with | retracts | retracted-by | signs | similar-to | supports | supported-with | transforms | transformed-into | transformed-with | documents | specification-of | created-with | cite-as", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/related-artifact-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of relationship to the related artifact." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedArtifactType" + } + ], + "description": "The type of relationship to the related artifact." + }, + "max": "1", + "id": "RelatedArtifact.type", + "comment": "The presence of both sides of a relationship type (e.g. successor and predecessor) is required to support use cases where one side of a relationship is not represented in FHIR. However, this feature SHALL NOT be used to create bi-directional resource links in FHIR instances. Specifically, following the methodology of \"new points to old\" and \"many points to one\", when using related artifact elements to describe and reference FHIR resources, the type element SHALL be drawn from the fhir-related-artifact-type ValueSet.", + "isSummary": true + }, + { + "path": "RelatedArtifact.classifier", + "min": 0, + "definition": "Provides additional classifiers of the related artifact.", + "short": "Additional classifiers", + "type": [{ "code": "CodeableConcept" }], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/citation-artifact-classifier", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Additional classifiers for the related artifact." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedArtifactClassifier" + } + ], + "description": "Additional classifiers for the related artifact." + }, + "max": "*", + "id": "RelatedArtifact.classifier", + "isSummary": true + }, + { + "id": "RelatedArtifact.label", + "max": "1", + "min": 0, + "path": "RelatedArtifact.label", + "type": [{ "code": "string" }], + "short": "Short label", + "isSummary": true, + "definition": "A short label that can be used to reference the citation from elsewhere in the containing artifact, such as a footnote index." + }, + { + "id": "RelatedArtifact.display", + "max": "1", + "min": 0, + "path": "RelatedArtifact.display", + "type": [{ "code": "string" }], + "short": "Brief description of the related artifact", + "isSummary": true, + "definition": "A brief description of the document or knowledge resource being referenced, suitable for display to a consumer." + }, + { + "path": "RelatedArtifact.citation", + "min": 0, + "definition": "A bibliographic citation for the related artifact. This text SHOULD be formatted according to an accepted citation format.", + "short": "Bibliographic citation for the artifact", + "type": [{ "code": "markdown" }], + "max": "1", + "id": "RelatedArtifact.citation", + "comment": "Additional structured information about citations should be captured as extensions.", + "isSummary": true + }, + { + "id": "RelatedArtifact.document", + "max": "1", + "min": 0, + "path": "RelatedArtifact.document", + "type": [{ "code": "Attachment" }], + "short": "What document is being referenced", + "isSummary": true, + "definition": "The document being referenced, represented as an attachment. This is exclusive with the resource element." + }, + { + "path": "RelatedArtifact.resource", + "min": 0, + "definition": "The related artifact, such as a library, value set, profile, or other knowledge resource.", + "short": "What artifact is being referenced", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "RelatedArtifact.resource", + "comment": "If the type is predecessor, this is a reference to the succeeding knowledge resource. If the type is successor, this is a reference to the prior knowledge resource.", + "isSummary": true + }, + { + "path": "RelatedArtifact.resourceReference", + "min": 0, + "definition": "The related artifact, if the artifact is not a canonical resource, or a resource reference to a canonical resource.", + "short": "What artifact, if not a conformance resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "max": "1", + "id": "RelatedArtifact.resourceReference", + "comment": "If both resource and resourceReference are present, they SHOULD be consistent and reference the same resource. Although relatedArtifact is intended to support references to definitional resources, there are cases where non-definitional resources can be definitional (such as Location where the kind is mode). Related artifacts SHOULD be used to reference definitional resources, and profiles SHOULD be used to make that explicit for particular use cases.", + "isSummary": true + }, + { + "path": "RelatedArtifact.publicationStatus", + "min": 0, + "definition": "The publication status of the artifact being referred to.", + "short": "draft | active | retired | unknown", + "type": [{ "code": "code" }], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Publication status of an artifact being referred to." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RelatedArtifactPublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Publication status of an artifact being referred to." + }, + "max": "1", + "id": "RelatedArtifact.publicationStatus", + "isSummary": true + }, + { + "id": "RelatedArtifact.publicationDate", + "max": "1", + "min": 0, + "path": "RelatedArtifact.publicationDate", + "type": [{ "code": "date" }], + "short": "Date of publication of the artifact being referred to", + "isSummary": true, + "definition": "The date of publication of the artifact being referred to." + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DataType" + }, + { + "description": "This profile holds all the requirements and constraints related to a FHIR search bundle.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/search-set-bundle/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "constraint", + "fhirVersion": "5.0.0", + "name": "SearchSetBundle", + "mapping": [ + { + "uri": "http://hl7.org/v2", + "name": "HL7 v2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v3/cda", + "name": "CDA (R2)", + "identity": "cda" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Bundle", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Search Set Bundle", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Other" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "not-classified" + } + ], + "status": "active", + "id": "search-set-bundle", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/search-set-bundle", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/search-set-bundle", + "differential": { + "element": [ + { + "id": "Bundle.type", + "path": "Bundle.type", + "patternCode": "searchset" + }, + { + "id": "Bundle.entry", + "path": "Bundle.entry", + "slicing": { + "rules": "closed", + "ordered": false, + "description": "Slice defining each method", + "discriminator": [ + { "path": "search.mode", "type": "value" } + ] + } + }, + { + "id": "Bundle.entry:operationOutcome", + "max": "1", + "path": "Bundle.entry", + "sliceName": "operationOutcome" + }, + { + "id": "Bundle.entry:operationOutcome.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:operationOutcome.resource", + "min": 1, + "path": "Bundle.entry.resource", + "type": [{ "code": "OperationOutcome" }] + }, + { + "id": "Bundle.entry:operationOutcome.search.mode", + "min": 1, + "path": "Bundle.entry.search.mode", + "patternCode": "outcome" + }, + { + "id": "Bundle.entry:operationOutcome.request", + "max": "0", + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:operationOutcome.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { + "id": "Bundle.entry:other", + "path": "Bundle.entry", + "sliceName": "other" + }, + { + "id": "Bundle.entry:other.fullUrl", + "min": 1, + "path": "Bundle.entry.fullUrl" + }, + { + "id": "Bundle.entry:other.resource", + "min": 1, + "path": "Bundle.entry.resource" + }, + { + "id": "Bundle.entry:other.request", + "max": "0", + "path": "Bundle.entry.request" + }, + { + "id": "Bundle.entry:other.response", + "max": "0", + "path": "Bundle.entry.response" + }, + { "id": "Bundle.issues", "path": "Bundle.issues" } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" + }, + { + "description": "Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner. This event can also be used to record waste using a status of not-done and the appropriate statusReason.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/MedicationAdministration/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Pharmacy)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "MedicationAdministration", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "MedicationAdministration", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Medications" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "phx" + } + ], + "status": "draft", + "id": "MedicationAdministration", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/MedicationAdministration", + "differential": { + "element": [ + { + "path": "MedicationAdministration", + "min": 0, + "definition": "Describes the event of a patient consuming or otherwise being administered a medication. This may be as simple as swallowing a tablet or it may be a long running infusion. Related resources tie this event to the authorizing prescription, and the specific encounter between patient and health care practitioner.", + "isModifier": false, + "short": "Administration of medication to a patient", + "mapping": [ + { "map": "Event", "identity": "workflow" }, + { "map": "clinical.medication", "identity": "w5" }, + { "map": "SubstanceAdministration", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration" + }, + { + "path": "MedicationAdministration.identifier", + "min": 0, + "definition": "Identifiers associated with this Medication Administration that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate. They are business identifiers assigned to this resource by the performer or other systems and remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "External identifier", + "mapping": [ + { "map": "Event.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.identifier", + "comment": "This is a business identifier, not a resource identifier.", + "isSummary": false + }, + { + "path": "MedicationAdministration.basedOn", + "min": 0, + "definition": "A plan that is fulfilled in whole or in part by this MedicationAdministration.", + "isModifier": false, + "short": "Plan this is fulfilled by this administration", + "mapping": [ + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CarePlan" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.basedOn", + "isSummary": false + }, + { + "path": "MedicationAdministration.partOf", + "min": 0, + "definition": "A larger event of which this particular event is a component or step.", + "isModifier": false, + "short": "Part of referenced event", + "mapping": [ + { "map": "Event.partOf", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=COMP]/target[classCode=SBADM or PROC,moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "http://hl7.org/fhir/StructureDefinition/Procedure", + "http://hl7.org/fhir/StructureDefinition/MedicationDispense" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.partOf", + "comment": "MedicationDispense will be used to indicate waste.", + "isSummary": true + }, + { + "path": "MedicationAdministration.status", + "min": 1, + "definition": "Will generally be set to show that the administration has been completed. For some long running administrations such as infusions, it is possible for an administration to be started but not completed or it may be paused while some other process is under way.", + "isModifier": true, + "short": "in-progress | not-done | on-hold | completed | entered-in-error | stopped | unknown", + "mapping": [ + { "map": "Event.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "RXA-20 Completion Status", "identity": "v2" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationStatus" + } + ], + "description": "A set of codes indicating the current status of a MedicationAdministration." + }, + "max": "1", + "id": "MedicationAdministration.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "MedicationAdministration.statusReason", + "min": 0, + "definition": "A code indicating why the administration was not performed.", + "isModifier": false, + "short": "Reason administration not performed", + "mapping": [ + { "map": "Event.statusReason", "identity": "workflow" }, + { + "map": "RXA-9 Administration Notes / RXA-18 Substance/Treatment Refusal Reason", + "identity": "v2" + }, + { + "map": ".outboundRelationship[typeCode=RSON]/target[classCode=OBS,moodCode=EVN, code=\"reason not given\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-not-given-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationNegationReason" + } + ], + "description": "A set of codes indicating the reason why the MedicationAdministration is negated." + }, + "max": "*", + "id": "MedicationAdministration.statusReason", + "isSummary": false + }, + { + "path": "MedicationAdministration.category", + "min": 0, + "definition": "The type of medication administration (for example, drug classification like ATC, where meds would be administered, legal category of the medication).", + "isModifier": false, + "short": "Type of medication administration", + "mapping": [ + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"type of medication usage\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-admin-location", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationLocation" + } + ], + "description": "A coded concept describing where the medication administered is expected to occur." + }, + "max": "*", + "id": "MedicationAdministration.category", + "isSummary": false + }, + { + "path": "MedicationAdministration.medication", + "min": 1, + "definition": "Identifies the medication that was administered. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code that identifies the medication from a known list of medications.", + "isModifier": false, + "short": "What was administered", + "mapping": [ + { "map": "Event.code", "identity": "workflow" }, + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "RXA-5 Administered Code", "identity": "v2" }, + { + "map": ".participation[typeCode=CSM].role[classCode=ADMM]", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/medication-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationCode" + } + ], + "description": "Codes identifying substance or product that can be administered." + }, + "max": "1", + "id": "MedicationAdministration.medication", + "comment": "If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.", + "isSummary": true + }, + { + "path": "MedicationAdministration.subject", + "min": 1, + "definition": "The person or animal or group receiving the medication.", + "isModifier": false, + "short": "Who received medication", + "mapping": [ + { "map": "Event.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3 Patient ID List", "identity": "v2" }, + { + "map": ".participation[typeCode=SBJ].role[classCode=PAT]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.subject", + "isSummary": true + }, + { + "path": "MedicationAdministration.encounter", + "min": 0, + "definition": "The visit, admission, or other contact between patient and health care provider during which the medication administration was performed.", + "isModifier": false, + "short": "Encounter administered as part of", + "mapping": [ + { "map": "Event.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19 Visit Number", "identity": "v2" }, + { + "map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN, code=\"type of encounter or episode\"]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.encounter", + "isSummary": false + }, + { + "path": "MedicationAdministration.supportingInformation", + "min": 0, + "definition": "Additional information (for example, patient height and weight) that supports the administration of the medication. This attribute can be used to provide documentation of specific characteristics of the patient present at the time of administration. For example, if the dose says \"give \"x\" if the heartrate exceeds \"y\"\", then the heart rate can be included using this attribute.", + "isModifier": false, + "short": "Additional information to support administration", + "mapping": [ + { "map": "FiveWs.context", "identity": "w5" }, + { + "map": ".outboundRelationship[typeCode=PERT].target[A_SupportingClinicalStatement CMET minimal with many different choices of classCodes(ORG, ENC, PROC, SPLY, SBADM, OBS) and each of the act class codes draws from one or more of the following moodCodes (EVN, DEF, INT PRMS, RQO, PRP, APT, ARQ, GOL)]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.supportingInformation", + "isSummary": false + }, + { + "path": "MedicationAdministration.occurence[x]", + "min": 1, + "definition": "A specific date/time or interval of time during which the administration took place (or did not take place). For many administrations, such as swallowing a tablet the use of dateTime is more appropriate.", + "isModifier": false, + "short": "Specific date/time or interval of time during which the administration took place (or did not take place)", + "mapping": [ + { + "map": "Event.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": "RXA-3 Date/Time Start of Administration / RXA-4 Date/Time End of Administration", + "identity": "v2" + }, + { "map": ".effectiveTime", "identity": "rim" } + ], + "type": [ + { "code": "dateTime" }, + { "code": "Period" }, + { "code": "Timing" } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.occurence[x]", + "isSummary": true + }, + { + "path": "MedicationAdministration.recorded", + "min": 0, + "definition": "The date the occurrence of the MedicationAdministration was first captured in the record - potentially significantly after the occurrence of the event.", + "isModifier": false, + "short": "When the MedicationAdministration was first captured in the subject's record", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].time", + "identity": "rim" + } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.recorded", + "isSummary": true + }, + { + "path": "MedicationAdministration.isSubPotent", + "min": 0, + "definition": "An indication that the full dose was not administered.", + "isModifier": false, + "short": "Full dose was not administered", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.isSubPotent", + "isSummary": false + }, + { + "path": "MedicationAdministration.subPotentReason", + "min": 0, + "definition": "The reason or reasons why the full dose was not administered.", + "isModifier": false, + "short": "Reason full dose was not administered", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-subpotent-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationSubPotentReason" + } + ] + }, + "max": "*", + "id": "MedicationAdministration.subPotentReason", + "isSummary": false + }, + { + "path": "MedicationAdministration.performer", + "min": 0, + "definition": "The performer of the medication treatment. For devices this is the device that performed the administration of the medication. An IV Pump would be an example of a device that is performing the administration. Both the IV Pump and the practitioner that set the rate or bolus on the pump can be listed as performers.", + "isModifier": false, + "short": "Who or what performed the medication administration and what type of performance they did", + "mapping": [ + { "map": "Event.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" }, + { + "map": "RXA-10 Administering Provider / PRT-5 Participation Person: PRT-4 Participation='AP' (RXA-10 is deprecated)", + "identity": "v2" + }, + { + "map": ".participation[typeCode=PRF]", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.performer", + "isSummary": true + }, + { + "path": "MedicationAdministration.performer.function", + "min": 0, + "definition": "Distinguishes the type of involvement of the performer in the medication administration.", + "isModifier": false, + "short": "Type of performance", + "mapping": [ + { + "map": "Event.performer.function", + "identity": "workflow" + }, + { + "map": "participation[typeCode=PRF].functionCode", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/med-admin-perform-function", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationPerformerFunction" + } + ], + "description": "A code describing the role an individual played in administering the medication." + }, + "max": "1", + "id": "MedicationAdministration.performer.function", + "isSummary": false + }, + { + "path": "MedicationAdministration.performer.actor", + "min": 1, + "definition": "Indicates who or what performed the medication administration.", + "isModifier": false, + "short": "Who or what performed the medication administration", + "mapping": [ + { + "map": "Event.performer.actor", + "identity": "workflow" + }, + { "map": ".role", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.performer.actor", + "isSummary": true + }, + { + "path": "MedicationAdministration.reason", + "min": 0, + "definition": "A code, Condition or observation that supports why the medication was administered.", + "isModifier": false, + "short": "Concept, condition or observation that supports why the medication was administered", + "mapping": [ + { "map": "Event.reason", "identity": "workflow" }, + { "map": "RXE-27 Give Indication", "identity": "v2" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Condition", + "http://hl7.org/fhir/StructureDefinition/Observation", + "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/reason-medication-given-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationReason" + } + ], + "description": "A set of codes indicating the reason why the MedicationAdministration was made." + }, + "max": "*", + "id": "MedicationAdministration.reason", + "isSummary": false + }, + { + "path": "MedicationAdministration.request", + "min": 0, + "definition": "The original request, instruction or authority to perform the administration.", + "isModifier": false, + "short": "Request administration performed against", + "mapping": [ + { "map": "Event.basedOn", "identity": "workflow" }, + { + "map": "ORC-2 Placer Order Number / ORC-3 Filler Order Number", + "identity": "v2" + }, + { + "map": "InFullfillmentOf->SubstanceAdministration", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MedicationRequest" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.request", + "comment": "This is a reference to the MedicationRequest where the intent is either order or instance-order. It should not reference MedicationRequests where the intent is any other value.", + "isSummary": false + }, + { + "path": "MedicationAdministration.device", + "min": 0, + "definition": "The device that is to be used for the administration of the medication (for example, PCA Pump).", + "isModifier": false, + "short": "Device used to administer", + "mapping": [ + { + "map": "PRT-10 Participation Device / RXR-3 Administrative Device", + "identity": "v2" + }, + { + "map": "device->Access OR device->AssignedDevice", + "identity": "rim" + } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.device", + "isSummary": false + }, + { + "path": "MedicationAdministration.note", + "min": 0, + "definition": "Extra information about the medication administration that is not conveyed by the other attributes.", + "isModifier": false, + "short": "Information about the administration", + "mapping": [ + { "map": "Event.note", "identity": "workflow" }, + { + "map": ".inboundRelationship[typeCode=SUBJ]/source[classCode=OBS,moodCode=EVN,code=\"annotation\"].value", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.note", + "isSummary": false + }, + { + "constraint": [ + { + "key": "mad-1", + "human": "If dosage attribute is present then SHALL have at least one of dosage.text or dosage.dose or dosage.rate[x]", + "source": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration", + "severity": "error", + "expression": "(dose.exists() or rate.exists() or text.exists())" + } + ], + "path": "MedicationAdministration.dosage", + "min": 0, + "definition": "Describes the medication dosage information details e.g. dose, rate, site, route, etc.", + "isModifier": false, + "short": "Details of how medication was taken", + "mapping": [ + { + "map": "component->SubstanceAdministrationEvent", + "identity": "rim" + } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.dosage", + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.text", + "min": 0, + "definition": "Free text dosage can be used for cases where the dosage administered is too complex to code. When coded dosage is present, the free text dosage may still be present for display to humans.\r\rThe dosage instructions should reflect the dosage of the medication that was administered.", + "isModifier": false, + "short": "Free text dosage instructions e.g. SIG", + "mapping": [{ "map": ".text", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.dosage.text", + "condition": ["mad-1"], + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.site", + "min": 0, + "definition": "A coded specification of the anatomic site where the medication first entered the body. For example, \"left arm\".", + "isModifier": false, + "short": "Body site administered to", + "mapping": [ + { + "map": "RXR-2 Administration Site / RXR-6 Administration Site Modifier", + "identity": "v2" + }, + { "map": ".approachSiteCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/approach-site-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationSite" + } + ], + "description": "A coded concept describing the site location the medicine enters into or onto the body." + }, + "max": "1", + "id": "MedicationAdministration.dosage.site", + "comment": "If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [http://hl7.org/fhir/StructureDefinition/bodySite](http://hl7.org/fhir/extensions/StructureDefinition-bodySite.html). May be a summary code, or a reference to a very precise definition of the location, or both.", + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.route", + "min": 0, + "definition": "A code specifying the route or physiological path of administration of a therapeutic agent into or onto the patient. For example, topical, intravenous, etc.", + "isModifier": false, + "short": "Path of substance into body", + "mapping": [ + { "map": "RXR-1 Route", "identity": "v2" }, + { "map": ".routeCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/route-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RouteOfAdministration" + } + ], + "description": "A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject." + }, + "max": "1", + "id": "MedicationAdministration.dosage.route", + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.method", + "min": 0, + "definition": "A coded value indicating the method by which the medication is intended to be or was introduced into or on the body. This attribute will most often NOT be populated. It is most commonly used for injections. For example, Slow Push, Deep IV.", + "isModifier": false, + "short": "How drug was administered", + "mapping": [ + { + "map": "RXR-4 Administration Method", + "identity": "v2" + }, + { "map": ".methodCode", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/administration-method-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MedicationAdministrationMethod" + } + ], + "description": "A coded concept describing the technique by which the medicine is administered." + }, + "max": "1", + "id": "MedicationAdministration.dosage.method", + "comment": "One of the reasons this attribute is not used often, is that the method is often pre-coordinated with the route and/or form of administration. This means the codes used in route or form may pre-coordinate the method in the route code or the form code. The implementation decision about what coding system to use for route or form code will determine how frequently the method code will be populated e.g. if route or form code pre-coordinate method code, then this attribute will not be populated often; if there is no pre-coordination then method code may be used frequently.", + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.dose", + "min": 0, + "definition": "The amount of the medication given at one administration event. Use this value when the administration is essentially an instantaneous event such as a swallowing a tablet or giving an injection.", + "isModifier": false, + "short": "Amount of medication per dose", + "mapping": [ + { + "map": "RXA-6 Administered Amount / RXA-7 Administered Units", + "identity": "v2" + }, + { "map": ".doseQuantity", "identity": "rim" } + ], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.dosage.dose", + "condition": ["mad-1"], + "comment": "If the administration is not instantaneous (rate is present), this can be specified to convey the total amount administered over period of time of a single administration.", + "isSummary": false + }, + { + "path": "MedicationAdministration.dosage.rate[x]", + "min": 0, + "definition": "Identifies the speed with which the medication was or will be introduced into the patient. Typically, the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time, e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours.", + "isModifier": false, + "short": "Dose quantity per unit of time", + "mapping": [ + { + "map": "RXA-12 Administered Per (Time Unit)", + "identity": "v2" + }, + { "map": ".rateQuantity", "identity": "rim" } + ], + "type": [ + { "code": "Ratio" }, + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "MedicationAdministration.dosage.rate[x]", + "condition": ["mad-1"], + "comment": "If the rate changes over time, and you want to capture this in MedicationAdministration, then each change should be captured as a distinct MedicationAdministration, with a specific MedicationAdministration.dosage.rate, and the date time when the rate change occurred. Typically, the MedicationAdministration.dosage.rate element is not used to convey an average rate.", + "isSummary": false + }, + { + "path": "MedicationAdministration.eventHistory", + "min": 0, + "definition": "A summary of the events of interest that have occurred, such as when the administration was verified.", + "isModifier": false, + "short": "A list of events of interest in the lifecycle", + "mapping": [ + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=CACT, moodCode=EVN]", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Provenance" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "MedicationAdministration.eventHistory", + "comment": "This might not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/medication/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "An authorization for the provision of glasses and/or contact lenses to a patient.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/VisionPrescription/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "VisionPrescription", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + } + ], + "abstract": false, + "type": "VisionPrescription", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Care Provision" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "VisionPrescription", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/VisionPrescription", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/VisionPrescription", + "differential": { + "element": [ + { + "path": "VisionPrescription", + "min": 0, + "definition": "An authorization for the provision of glasses and/or contact lenses to a patient.", + "isModifier": false, + "short": "Prescription for vision correction products for a patient", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "clinical.careprovision", "identity": "w5" }, + { "map": "CombinedVisionRequest", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "VisionPrescription" + }, + { + "path": "VisionPrescription.identifier", + "requirements": "Allows vision prescriptions to be distinguished and referenced.", + "min": 0, + "definition": "A unique identifier assigned to this vision prescription.", + "isModifier": false, + "short": "Business Identifier for vision prescription", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { + "map": "ORC-2-Placer Order Number / ORC-3-Filler Order Number", + "identity": "v2" + }, + { "map": "id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "VisionPrescription.identifier", + "isSummary": false + }, + { + "path": "VisionPrescription.status", + "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", + "min": 1, + "definition": "The status of the resource instance.", + "isModifier": true, + "short": "active | cancelled | draft | entered-in-error", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "Act.status", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionStatus" + } + ], + "description": "A code specifying the state of the resource instance." + }, + "max": "1", + "id": "VisionPrescription.status", + "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "VisionPrescription.created", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date this resource was created.", + "isModifier": false, + "short": "Response creation date", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.created", + "isSummary": true + }, + { + "path": "VisionPrescription.patient", + "requirements": "Needed to identify the patient for whom the vision prescription has been issued.", + "min": 1, + "definition": "A resource reference to the person to whom the vision prescription applies.", + "isModifier": false, + "short": "Who prescription is for", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3-Patient ID List", "identity": "v2" }, + { "map": "subject.role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.patient", + "isSummary": true + }, + { + "path": "VisionPrescription.encounter", + "requirements": "Used in some jurisdictions to link clinical events to claim items.", + "min": 0, + "definition": "A reference to a resource that identifies the particular occurrence of contact between patient and health care provider during which the prescription was issued.", + "isModifier": false, + "short": "Created during encounter / admission / stay", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" }, + { "map": "PV1-19-Visit Number", "identity": "v2" }, + { + "map": "componentOf.patientEncounter", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.encounter", + "isSummary": false + }, + { + "path": "VisionPrescription.dateWritten", + "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", + "min": 1, + "definition": "The date (and perhaps time) when the prescription was written.", + "isModifier": false, + "short": "When prescription was authorized", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { + "map": "RXE-32-Original Order Date/Time / ORC-9-Date/Time of Transaction", + "identity": "v2" + }, + { "map": "author.time", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.dateWritten", + "comment": "Jurisdictions determine the valid lifetime of a prescription. Typically vision prescriptions are valid for two years from the date written.", + "isSummary": true + }, + { + "path": "VisionPrescription.prescriber", + "requirements": "Need to record the authorizing practitioner.", + "min": 1, + "definition": "The healthcare professional responsible for authorizing the prescription.", + "isModifier": false, + "short": "Who authorized the vision prescription", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": "RXE-13-Ordering Provider's DEA Number / RXO-14-Ordering Provider's DEA Number / RXE-14-Pharmacist/Treatment Supplier's Verifier ID / RXO-15-Pharmacist/Treatment Supplier's Verifier ID / ORC-12-Ordering Provider / PRT-5-Participation Person: PRT-4-Participation='OP' (all but last deprecated)", + "identity": "v2" + }, + { "map": "author.role", "identity": "rim" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.prescriber", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification", + "min": 1, + "definition": "Contain the details of the individual lens specifications and serves as the authorization for the fullfillment by certified professionals.", + "isModifier": false, + "short": "Vision lens authorization", + "mapping": [ + { "map": "component.supplyEvent", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "VisionPrescription.lensSpecification", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.product", + "requirements": "Need to identify whether glasses or contacts.", + "min": 1, + "definition": "Identifies the type of vision correction product which is required for the patient.", + "isModifier": false, + "short": "Product to be supplied", + "mapping": [ + { + "map": "RXE-2-Give Code / RXO-1-Requested Give Code / RXD-2-Dispense/Give Code", + "identity": "v2" + }, + { "map": "consumable.role", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-product", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionProduct" + } + ], + "description": "A coded concept describing the vision products." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.product", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.eye", + "requirements": "Needed to identify which eye the lens specification applies to.", + "min": 1, + "definition": "The eye for which the lens specification applies.", + "isModifier": false, + "short": "right | left", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-eye-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionEyes" + } + ], + "description": "A coded concept listing the eye codes." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.eye", + "comment": "May also appear on the paper claim form or in the Medical Records as as OD (oculus dexter) for the right eye and OS (oculus sinister) for the left eye.", + "isSummary": true + }, + { + "path": "VisionPrescription.lensSpecification.sphere", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Lens power measured in dioptres (0.25 units).", + "isModifier": false, + "short": "Power of the lens", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.sphere", + "comment": "The value is negative for near-sighted and positive for far sighted.\nOften insurance will not cover a lens with power between +75 and -75.", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.cylinder", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Power adjustment for astigmatism measured in dioptres (0.25 units).", + "isModifier": false, + "short": "Lens power for astigmatism", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.cylinder", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.axis", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Adjustment for astigmatism measured in integer degrees.", + "isModifier": false, + "short": "Lens meridian which contain no power for astigmatism", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.axis", + "comment": "The limits are +180 and -180 degrees.", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.prism", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Allows for adjustment on two axis.", + "isModifier": false, + "short": "Eye alignment compensation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Prism" + } + ], + "max": "*", + "id": "VisionPrescription.lensSpecification.prism", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.prism.amount", + "requirements": "Standard lens prescription measures.", + "min": 1, + "definition": "Amount of prism to compensate for eye alignment in fractional units.", + "isModifier": false, + "short": "Amount of adjustment", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.prism.amount", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.prism.base", + "requirements": "Standard lens prescription measures.", + "min": 1, + "definition": "The relative base, or reference lens edge, for the prism.", + "isModifier": false, + "short": "up | down | in | out", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/vision-base-codes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "VisionBase" + } + ], + "description": "A coded concept listing the base codes." + }, + "max": "1", + "id": "VisionPrescription.lensSpecification.prism.base", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.add", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Power adjustment for multifocal lenses measured in dioptres (0.25 units).", + "isModifier": false, + "short": "Added power for multifocal levels", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.add", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.power", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Contact lens power measured in dioptres (0.25 units).", + "isModifier": false, + "short": "Contact lens power", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.power", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.backCurve", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Back curvature measured in millimetres.", + "isModifier": false, + "short": "Contact lens back curvature", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.backCurve", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.diameter", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Contact lens diameter measured in millimetres.", + "isModifier": false, + "short": "Contact lens diameter", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "decimal" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.diameter", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.duration", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "The recommended maximum wear period for the lens.", + "isModifier": false, + "short": "Lens wear duration", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.duration", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.color", + "requirements": "Standard contact lens prescription measures.", + "min": 0, + "definition": "Special color or pattern.", + "isModifier": false, + "short": "Color required", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.color", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.brand", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Brand recommendations or restrictions.", + "isModifier": false, + "short": "Brand required", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "VisionPrescription.lensSpecification.brand", + "isSummary": false + }, + { + "path": "VisionPrescription.lensSpecification.note", + "requirements": "Standard lens prescription measures.", + "min": 0, + "definition": "Notes for special requirements such as coatings and lens materials.", + "isModifier": false, + "short": "Notes for coatings", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "VisionPrescription.lensSpecification.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CapabilityStatement/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (FHIR Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CapabilityStatement", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CapabilityStatement", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Conformance" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/CanonicalResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "fhir" + } + ], + "status": "active", + "id": "CapabilityStatement", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CapabilityStatement", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "cpb-7", + "human": "The set of documents must be unique by the combination of profile and mode.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "document.select(profile&mode).isDistinct()" + }, + { + "key": "cpb-16", + "human": "If kind = requirements, implementation and software must be absent", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "(kind!='requirements') or (implementation.exists().not() and software.exists().not())" + }, + { + "key": "cpb-4", + "human": "There should only be one CapabilityStatement.rest per mode.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "rest.mode.isDistinct()" + }, + { + "key": "cpb-15", + "human": "If kind = capability, implementation must be absent, software must be present", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "(kind != 'capability') or (implementation.exists().not() and software.exists())" + }, + { + "key": "cpb-3", + "human": "Messaging end-point is only permitted when a capability statement is for an implementation.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "messaging.endpoint.empty() or kind = 'instance'" + }, + { + "key": "cpb-14", + "human": "If kind = instance, implementation must be present and software may be present", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "(kind != 'instance') or implementation.exists()" + }, + { + "key": "cpb-2", + "human": "A Capability Statement SHALL have at least one of description, software, or implementation element.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "(description.count() + software.count() + implementation.count()) > 0" + }, + { + "key": "cpb-1", + "human": "A Capability Statement SHALL have at least one of REST, messaging or document element.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "rest.exists() or messaging.exists() or document.exists()" + } + ], + "path": "CapabilityStatement", + "min": 0, + "definition": "A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server or Client for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.", + "isModifier": false, + "short": "A statement of system capabilities", + "mapping": [ + { "map": "conformance.behavior", "identity": "w5" }, + { "map": "n/a", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement", + "comment": "Applications may implement multiple versions (see [Managing Multiple Versions](versioning.html), and the [$versions](capabilitystatement-operation-versions.html) operation). If they do, then a CapabilityStatement describes the system's support for a particular version of FHIR, and the server will have multiple statements, one for each version." + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "CapabilityStatement.url", + "requirements": "Allows the capability statement to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this capability statement when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this capability statement is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the capability statement is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this capability statement, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "CapabilityStatement.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this CapabilityStatement when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the CapabilityStatement (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.identifier", + "isSummary": true + }, + { + "path": "CapabilityStatement.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the capability statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the capability statement author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the capability statement", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.version", + "comment": "There may be different capability statement instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the capability statement with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "CapabilityStatement.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "CapabilityStatement.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "CapabilityStatement.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the capability statement. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this capability statement (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "CapabilityStatement.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the capability statement.", + "isModifier": false, + "short": "Name for this capability statement (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "CapabilityStatement.status", + "min": 1, + "definition": "The status of this capability statement. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "CapabilityStatement.status", + "comment": "Allows filtering of capability statements that are appropriate for use versus not.This is not intended for use with actual capability statements, but where capability statements are used to describe possible or desired systems.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "CapabilityStatement.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level capability statement.", + "min": 0, + "definition": "A Boolean value to indicate that this capability statement is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "CapabilityStatement.experimental", + "comment": "Allows filtering of capability statements that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "CapabilityStatement.date", + "min": 1, + "definition": "The date (and optionally time) when the capability statement was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the capability statement changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "CapabilityStatement.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the capability statement. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CapabilityStatement.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the capability statement. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the capability statement.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the capability statement is the organization or individual primarily responsible for the maintenance and upkeep of the capability statement. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the capability statement. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "CapabilityStatement.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "CapabilityStatement.description", + "min": 0, + "definition": "A free text natural language description of the capability statement from a consumer's perspective. Typically, this is used when the capability statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.", + "isModifier": false, + "short": "Natural language description of the capability statement", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.description", + "condition": ["cpb-2"], + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the capability statement as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the capability statement is presumed to be the predominant language in the place the capability statement was created).This does not need to be populated if the description is adequately implied by the software or implementation details.", + "isSummary": false + }, + { + "path": "CapabilityStatement.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate capability statement instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "CapabilityStatement.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the capability statement is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for capability statement (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "CapabilityStatement.jurisdiction", + "comment": "It may be possible for the capability statement to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "CapabilityStatement.purpose", + "min": 0, + "definition": "Explanation of why this capability statement is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this capability statement is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.purpose", + "comment": "This element does not describe the usage of the capability statement. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this capability statement.", + "isSummary": false + }, + { + "path": "CapabilityStatement.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the capability statement and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the capability statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the capability statement.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "CapabilityStatement.copyright", + "comment": "...", + "isSummary": false + }, + { + "path": "CapabilityStatement.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "CapabilityStatement.kind", + "requirements": "Allow searching the 3 modes.", + "min": 1, + "definition": "The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind, not instance of software) or a class of implementation (e.g. a desired purchase).", + "isModifier": false, + "short": "instance | capability | requirements", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CapabilityStatementKind" + } + ], + "description": "How a capability statement is intended to be used." + }, + "max": "1", + "id": "CapabilityStatement.kind", + "condition": ["cpb-16", "cpb-15", "cpb-3", "cpb-14"], + "isSummary": true + }, + { + "path": "CapabilityStatement.instantiates", + "min": 0, + "definition": "Reference to a canonical URL of another CapabilityStatement that this software implements. This capability statement is a published API description that corresponds to a business service. The server may actually implement a subset of the capability statement it claims to implement, so the capability statement must specify the full capability details.", + "isModifier": false, + "short": "Canonical URL of another capability statement this implements", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.instantiates", + "comment": "HL7 defines the following Services: [Terminology Service](terminology-service.html). \n\nMany [Implementation Guides](http://fhir.org/guides/registry) define additional services.", + "isSummary": true + }, + { + "path": "CapabilityStatement.imports", + "min": 0, + "definition": "Reference to a canonical URL of another CapabilityStatement that this software adds to. The capability statement automatically includes everything in the other statement, and it is not duplicated, though the server may repeat the same resources, interactions and operations to add additional details to them.", + "isModifier": false, + "short": "Canonical URL of another capability statement this adds to", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.imports", + "comment": "the contents of any directly or indirectly imported CapabilityStatements SHALL NOT overlap, i.e. they cannot refer to the same rest/resource, operations/name, searchparam/name, interaction/code, messaging/endpoint, document/mode pair.\n\nA capability statement that imports another CapabilityStatement automatically instantiates it too (though this is often not a very useful statement for the kinds of CapabilityStatements that are suitable for importing).", + "isSummary": true + }, + { + "path": "CapabilityStatement.software", + "min": 0, + "definition": "Software that is covered by this capability statement. It is used when the capability statement describes the capabilities of a particular software version, independent of an installation.", + "isModifier": false, + "short": "Software that is covered by this capability statement", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.software", + "condition": ["cpb-16", "cpb-15", "cpb-2"], + "isSummary": true + }, + { + "path": "CapabilityStatement.software.name", + "min": 1, + "definition": "Name the software is known by.", + "isModifier": false, + "short": "A name the software is known by", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.software.name", + "isSummary": true + }, + { + "path": "CapabilityStatement.software.version", + "min": 0, + "definition": "The version identifier for the software covered by this statement.", + "isModifier": false, + "short": "Version covered by this statement", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.software.version", + "comment": "If possible, a version should be specified, as statements are likely to be different for different versions of software.", + "isSummary": true + }, + { + "path": "CapabilityStatement.software.releaseDate", + "min": 0, + "definition": "Date this version of the software was released.", + "isModifier": false, + "short": "Date this version was released", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.software.releaseDate", + "isSummary": true + }, + { + "path": "CapabilityStatement.implementation", + "min": 0, + "definition": "Identifies a specific implementation instance that is described by the capability statement - i.e. a particular installation, rather than the capabilities of a software program.", + "isModifier": false, + "short": "If this describes a specific instance", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.implementation", + "condition": ["cpb-16", "cpb-15", "cpb-14", "cpb-2"], + "isSummary": true + }, + { + "path": "CapabilityStatement.implementation.description", + "min": 1, + "definition": "Information about the specific installation that this capability statement relates to.", + "isModifier": false, + "short": "Describes this specific instance", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.implementation.description", + "isSummary": true + }, + { + "path": "CapabilityStatement.implementation.url", + "min": 0, + "definition": "An absolute base URL for the implementation. This forms the base for REST interfaces as well as the mailbox and document interfaces.", + "isModifier": false, + "short": "Base URL for the installation", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.implementation.url", + "isSummary": true + }, + { + "path": "CapabilityStatement.implementation.custodian", + "min": 0, + "definition": "The organization responsible for the management of the instance and oversight of the data on the server at the specified URL.", + "isModifier": false, + "short": "Organization that manages the data", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.implementation.custodian", + "isSummary": true + }, + { + "path": "CapabilityStatement.fhirVersion", + "min": 1, + "definition": "The version of the FHIR specification that this CapabilityStatement describes (which SHALL be the same as the FHIR version of the CapabilityStatement itself). There is no default value.", + "isModifier": false, + "short": "FHIR Version the system supports", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/FHIR-version|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FHIRVersion" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "All published FHIR Versions." + }, + "max": "1", + "id": "CapabilityStatement.fhirVersion", + "comment": "Servers may implement multiple versions (see [Managing Multiple Versions](versioning.html), and the [$versions](capabilitystatement-operation-versions.html) operation). If they do, and the CapabilityStatement is requested from the server, then this fhirVersion will be either the version requested, or the server's default version.", + "isSummary": true + }, + { + "path": "CapabilityStatement.format", + "min": 1, + "definition": "A list of the formats supported by this implementation using their content types.", + "isModifier": false, + "short": "formats supported (xml | json | ttl | mime type)", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/capability-format-type" + } + ], + "description": "The mime type of an attachment. Any valid mime type is allowed." + }, + "max": "*", + "id": "CapabilityStatement.format", + "comment": "\"xml\", \"json\" and \"ttl\" are allowed, which describe the simple encodings described in the specification (and imply appropriate bundle support). Otherwise, mime types are legal here.", + "isSummary": true + }, + { + "path": "CapabilityStatement.patchFormat", + "min": 0, + "definition": "A list of the patch formats supported by this implementation using their content types.", + "isModifier": false, + "short": "Patch formats supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/mimetypes|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The mime type of an attachment. Any valid mime type is allowed." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MimeType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049)" + }, + "max": "*", + "id": "CapabilityStatement.patchFormat", + "comment": "At present, the patch mime types application/json-patch+json and application/xml-patch+xml are legal. Generally, if a server supports PATCH, it would be expected to support the patch formats and match the formats it supports, but this is not always possible or necessary.", + "isSummary": true + }, + { + "path": "CapabilityStatement.acceptLanguage", + "min": 0, + "definition": "A list of the languages supported by this implementation that are usefully supported in the ```Accept-Language``` header.", + "isModifier": false, + "short": "Languages supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "*", + "id": "CapabilityStatement.acceptLanguage", + "comment": "In general, if a server gets a request with an Accept-Language that it doesn't support, it should still reutrn the resource, just in its default language for the resource.", + "isSummary": true + }, + { + "path": "CapabilityStatement.implementationGuide", + "min": 0, + "definition": "A list of implementation guides that the server does (or should) support in their entirety.", + "isModifier": false, + "short": "Implementation guides supported", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.implementationGuide", + "comment": "Note: this is primarily only relevant in terms of ImplementationGuides that don't define specific CapabilityStatements declaring the expectation of distinct roles. (E.g. generic IGs that establish privacy policies.) In situations where an ImplementationGuide does define CapabilityStatements, asserting CapabilityStatement.implementationGuide means that the implementation adheres to any Implementation.global definitions present in that IG as well as any textual requirements around security or other general interoperability behaviors. However, it does not make any assertions as to conformance with any of the CapabilityStatements defined in the IG. To assert conformance with CapabilityStatements in a referenced IG, it is necessary to use the CapabilityStatement.instantiates element.", + "isSummary": true + }, + { + "constraint": [ + { + "key": "cpb-9", + "human": "A given resource can only be described once per RESTful mode.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "resource.select(type).isDistinct()" + } + ], + "path": "CapabilityStatement.rest", + "min": 0, + "definition": "A definition of the restful capabilities of the solution, if any.", + "isModifier": false, + "short": "If the endpoint is a RESTful one", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest", + "condition": ["cpb-4", "cpb-1"], + "comment": "Multiple repetitions allow definition of both client and/or server behaviors or possibly behaviors under different configuration settings (for software or requirements statements).", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.mode", + "min": 1, + "definition": "Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.", + "isModifier": false, + "short": "client | server", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-capability-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RestfulCapabilityMode" + } + ], + "description": "The mode of a RESTful capability statement." + }, + "max": "1", + "id": "CapabilityStatement.rest.mode", + "condition": ["cpb-4"], + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.documentation", + "min": 0, + "definition": "Information about the system's restful capabilities that apply across all applications, such as security.", + "isModifier": false, + "short": "General description of implementation", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.security", + "min": 0, + "definition": "Information about security implementation from an interface perspective - what a client needs to know.", + "isModifier": false, + "short": "Information about security of implementation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.security", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.security.cors", + "min": 0, + "definition": "Server adds CORS headers when responding to requests - this enables Javascript applications to use the server.", + "isModifier": false, + "short": "Adds CORS Headers (http://enable-cors.org/)", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.security.cors", + "comment": "The easiest CORS headers to add are Access-Control-Allow-Origin: * & Access-Control-Request-Method: GET, POST, PUT, DELETE. All servers SHOULD support CORS.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.security.service", + "min": 0, + "definition": "Types of security services that are supported/required by the system.", + "isModifier": false, + "short": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/restful-security-service", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RestfulSecurityService" + } + ], + "description": "Types of security services used with FHIR." + }, + "max": "*", + "id": "CapabilityStatement.rest.security.service", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.security.description", + "min": 0, + "definition": "General description of how security works.", + "isModifier": false, + "short": "General description of how security works", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.security.description", + "isSummary": false + }, + { + "constraint": [ + { + "key": "cpb-12", + "human": "Search parameter names must be unique in the context of a resource.", + "source": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", + "severity": "error", + "expression": "searchParam.select(name).isDistinct()" + } + ], + "path": "CapabilityStatement.rest.resource", + "min": 0, + "definition": "A specification of the restful capabilities of the solution for a specific resource type.", + "isModifier": false, + "short": "Resource served on the REST interface", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.resource", + "condition": ["cpb-9"], + "comment": "Max of one repetition per resource type.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.type", + "min": 1, + "definition": "A type of resource exposed via the restful interface.", + "isModifier": false, + "short": "A resource type that is supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/resource-types|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "One of the resource types defined as part of this version of FHIR." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.type", + "condition": ["cpb-9"], + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.profile", + "min": 0, + "definition": "A system-wide profile that is applied across *all* instances of the resource supported by the system. For example, if declared on Observation, this profile is the \"superset\" of capabilities for laboratory *and* vitals *and* other domains. See further discussion in [Using Profiles](profiling.html#profile-uses).", + "isModifier": false, + "short": "System-wide profile", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.profile", + "comment": "All other profiles for this type that are listed in `.rest.resource.supportedProfile` must conform to this profile.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.supportedProfile", + "min": 0, + "definition": "A list of profiles representing different use cases the system hosts/produces. A supported profile is a statement about the functionality of the data and services provided by the server (or the client) for supported use cases. For example, a system can define and declare multiple Observation profiles for laboratory observations, vital sign observations, etc. By declaring supported profiles, systems provide a way to determine whether individual resources are conformant. See further discussion in [Using Profiles](profiling.html#profile-uses).", + "isModifier": false, + "short": "Use-case specific profiles", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.supportedProfile", + "comment": "Supported profiles must conform to the resource profile in the `.rest.resource.profile` element if it is present. The resource profile is a system-wide profile applied across *all* instances of the resource supported by the system. A supported profile is a statement about the functionality of the data and services provided by the server (or used by the client) for a particular set of use cases and will not necessarily apply to all data consumed or exposed by the server.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.documentation", + "min": 0, + "definition": "Additional information about the resource type used by the system.", + "isModifier": false, + "short": "Additional information about the use of the resource type", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.interaction", + "min": 0, + "definition": "Identifies a restful operation supported by the solution.", + "isModifier": false, + "short": "What operations are supported?", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ResourceInteraction" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.interaction", + "comment": "In general, a Resource will only appear in a CapabilityStatement if the server actually has some capabilities - e.g. there is at least one interaction supported. However interactions can be omitted to support summarization (_summary = true).", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.interaction.code", + "min": 1, + "definition": "Coded identifier of the operation, supported by the system resource.", + "isModifier": false, + "short": "read | vread | update | patch | delete | history-instance | history-type | create | search-type", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/type-restful-interaction|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TypeRestfulInteraction" + } + ], + "description": "Operations supported by REST at the type or instance level." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.interaction.code", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.interaction.documentation", + "requirements": "REST allows a degree of variability in the implementation of RESTful solutions that is useful for exchange partners to be aware of.", + "min": 0, + "definition": "Guidance specific to the implementation of this operation, such as 'delete is a logical delete' or 'updates are only allowed with version id' or 'creates permitted from pre-authorized certificates only'.", + "isModifier": false, + "short": "Anything special about operation behavior", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.interaction.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.versioning", + "min": 0, + "definition": "This field is set to no-version to specify that the system does not support (server) or use (client) versioning for this resource type. If this has some other value, the server must at least correctly track and populate the versionId meta-property on resources. If the value is 'versioned-update', then the server supports all the versioning features, including using e-tags for version integrity in the API.", + "isModifier": false, + "short": "no-version | versioned | versioned-update", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/versioning-policy|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ResourceVersionPolicy" + } + ], + "description": "How the system supports versioning for a resource." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.versioning", + "comment": "If a server supports versionIds correctly, it SHOULD support vread too, but is not required to do so.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.readHistory", + "min": 0, + "definition": "A flag for whether the server is able to return past versions as part of the vRead operation.", + "isModifier": false, + "short": "Whether vRead can return past versions", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.readHistory", + "comment": "It is useful to support the vRead operation for current operations, even if past versions aren't available.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.updateCreate", + "min": 0, + "definition": "A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that is, the client PUTs to a location where there is no existing resource). Allowing this operation means that the server allows the client to create new identities on the server.", + "isModifier": false, + "short": "If update can commit to a new identity", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.updateCreate", + "comment": "Allowing the clients to create new identities on the server means that the system administrator needs to have confidence that the clients do not create clashing identities between them. Obviously, if there is only one client, this won't happen. While creating identities on the client means that the clients need to be managed, it's much more convenient for many scenarios if such management can be put in place.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.conditionalCreate", + "min": 0, + "definition": "A flag that indicates that the server supports conditional create.", + "isModifier": false, + "short": "If allows/uses conditional create", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalCreate", + "comment": "Conditional Create is mainly appropriate for interface engine scripts converting from other formats, such as v2.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.conditionalRead", + "min": 0, + "definition": "A code that indicates how the server supports conditional read.", + "isModifier": false, + "short": "not-supported | modified-since | not-match | full-support", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-read-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionalReadStatus" + } + ], + "description": "A code that indicates how the server supports conditional read." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalRead", + "comment": "Conditional Read is mainly appropriate for interface engine scripts converting from other formats, such as v2.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.conditionalUpdate", + "min": 0, + "definition": "A flag that indicates that the server supports conditional update.", + "isModifier": false, + "short": "If allows/uses conditional update", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalUpdate", + "comment": "Conditional Update is mainly appropriate for interface engine scripts converting from other formats, such as v2.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.conditionalPatch", + "min": 0, + "definition": "A flag that indicates that the server supports conditional patch.", + "isModifier": false, + "short": "If allows/uses conditional patch", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalPatch", + "comment": "Conditional Patch is mainly appropriate for interface engine scripts converting from other formats, such as v2.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.conditionalDelete", + "min": 0, + "definition": "A code that indicates how the server supports conditional delete.", + "isModifier": false, + "short": "not-supported | single | multiple - how conditional delete is supported", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/conditional-delete-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConditionalDeleteStatus" + } + ], + "description": "A code that indicates how the server supports conditional delete." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.conditionalDelete", + "comment": "Conditional Delete is mainly appropriate for interface engine scripts converting from other formats, such as v2.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.referencePolicy", + "min": 0, + "definition": "A set of flags that defines how references are supported.", + "isModifier": false, + "short": "literal | logical | resolves | enforced | local", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/reference-handling-policy|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReferenceHandlingPolicy" + } + ], + "description": "A set of flags that defines how references are supported." + }, + "max": "*", + "id": "CapabilityStatement.rest.resource.referencePolicy", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchInclude", + "min": 0, + "definition": "A list of _include values supported by the server.", + "isModifier": false, + "short": "_include values supported by the server", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.searchInclude", + "comment": "Documenting [`_include`](http://hl7.org/fhir/R5/search.html#revinclude) support helps set conformance expectations for the desired system. Still, it is a level of detail that might not be exposed by production servers or clients when using CapabilityStatement to describe an actual implementation. If this list is empty, the server does not support includes. Support for *iterative* (a.k.a., recursive) `_include` is communicated by listing the iterative includes values supported by the server in the `searchInclude` element of the \"root\" resource type. For example, to support the following search:\n\n`GET [base]/CarePlan?_include=CarePlan:activity-reference:DeviceRequest&_include:iterate=DeviceRequest:device`\n\nThese values would be listed as part of capabilities for \"CarePlan\":\n\n\"searchInclude\" : [\"CarePlan:activity-reference:DeviceRequest\",\"DeviceRequest:device\"],\n", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchRevInclude", + "min": 0, + "definition": "A list of _revinclude (reverse include) values supported by the server.", + "isModifier": false, + "short": "_revinclude values supported by the server", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.resource.searchRevInclude", + "comment": "See `CapabilityStatement.rest.resource.searchInclude` comments.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchParam", + "min": 0, + "definition": "Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.", + "isModifier": false, + "short": "Search parameters supported by implementation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.resource.searchParam", + "condition": ["cpb-12"], + "comment": "The search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchParam.name", + "min": 1, + "definition": "The label used for the search parameter in this particular system's API - i.e. the 'name' portion of the name-value pair that will appear as part of the search URL. This SHOULD be the same as the SearchParameter.code of the defining SearchParameter. However, it can sometimes differ if necessary to disambiguate when a server supports multiple SearchParameters that happen to share the same code.", + "isModifier": false, + "short": "Name for parameter in search url", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.searchParam.name", + "condition": ["cpb-12"], + "comment": "Parameter names cannot overlap with standard parameter names, and standard parameters cannot be redefined. There is no correspondence whatsoever between CapabilityStatement's searchParam.name and SearchParameter.name - the latter is used as a class name when generating code for the search parameter.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchParam.definition", + "min": 0, + "definition": "An absolute URI that is a formal reference to where this parameter was first defined, so that a client can be confident of the meaning of the search parameter (a reference to [SearchParameter.url](searchparameter-definitions.html#SearchParameter.url)). This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.", + "isModifier": false, + "short": "Source of definition for parameter", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SearchParameter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.searchParam.definition", + "comment": "This SHOULD be present, and matches refers to a SearchParameter by its canonical URL. If systems wish to document their support for modifiers, comparators, target resource types, and chained parameters, they should do using a search parameter resource. This element SHALL be populated if the search parameter refers to a SearchParameter defined by the FHIR core specification or externally defined IGs.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchParam.type", + "min": 1, + "definition": "The type of value a search parameter refers to, and how the content is interpreted.", + "isModifier": false, + "short": "number | date | string | token | reference | composite | quantity | uri | special", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/search-param-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SearchParamType" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Data types allowed to be used for search parameters." + }, + "max": "1", + "id": "CapabilityStatement.rest.resource.searchParam.type", + "comment": "While this can be looked up from the definition, it is included here as a convenience for systems that autogenerate a query interface based on the server capability statement. It SHALL be the same as the type in the search parameter definition.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.searchParam.documentation", + "min": 0, + "definition": "This allows documentation of any distinct behaviors about how the search parameter is used. For example, text matching algorithms.", + "isModifier": false, + "short": "Server-specific usage", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.searchParam.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.resource.operation", + "min": 0, + "definition": "Definition of an operation or a named query together with its parameters and their meaning and type. Consult the definition of the operation for details about how to invoke the operation, and the parameters.", + "isModifier": false, + "short": "Definition of a resource operation", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.resource.operation", + "comment": "Operations linked from CapabilityStatement.rest.resource.operation must have OperationDefinition.type = true or OperationDefinition.instance = true. \n\nIf an operation that is listed in multiple CapabilityStatement.rest.resource.operation (e.g. for different resource types), then clients should understand that the operation is only supported on the specified resource types, and that may be a subset of those listed in OperationDefinition.resource.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.operation.name", + "min": 1, + "definition": "The name of the operation or query. For an operation, this name is prefixed with $ and used in the URL. For a query, this is the name used in the _query parameter when the query is called. This SHOULD be the same as the OperationDefinition.code of the defining OperationDefinition. However, it can sometimes differ if necessary to disambiguate when a server supports multiple OperationDefinition that happen to share the same code.", + "isModifier": false, + "short": "Name by which the operation/query is invoked", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.operation.name", + "comment": "The name here SHOULD be the same as the OperationDefinition.code in the referenced OperationDefinition, unless there is a name clash and the OperationDefinition.code cannot be used. The name does not include the \"$\" portion that is always included in the URL. There is no correspondence whatsoever between CapabilityStatement's operation.name and OperationDefinition.name - the latter is used as a class name when generating code for the operation. HL7 will never define operations that have conflicting names.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.operation.definition", + "min": 1, + "definition": "Where the formal definition can be found. If a server references the base definition of an Operation (i.e. from the specification itself such as ```http://hl7.org/fhir/OperationDefinition/ValueSet-expand```), that means it supports the full capabilities of the operation - e.g. both GET and POST invocation. If it only supports a subset, it must define its own custom [OperationDefinition](operationdefinition.html#) with a 'base' of the original OperationDefinition. The custom definition would describe the specific subset of functionality supported.", + "isModifier": false, + "short": "The defined operation/query", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/OperationDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.rest.resource.operation.definition", + "comment": "This can be used to build an HTML form to invoke the operation, for instance.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.resource.operation.documentation", + "min": 0, + "definition": "Documentation that describes anything special about the operation behavior, possibly detailing different behavior for system, type and instance-level invocation of the operation.", + "isModifier": false, + "short": "Specific details about operation behavior", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.resource.operation.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.interaction", + "min": 0, + "definition": "A specification of restful operations supported by the system.", + "isModifier": false, + "short": "What operations are supported?", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "SystemInteraction" + } + ], + "max": "*", + "id": "CapabilityStatement.rest.interaction", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.interaction.code", + "min": 1, + "definition": "A coded identifier of the operation, supported by the system.", + "isModifier": false, + "short": "transaction | batch | search-system | history-system", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/system-restful-interaction|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SystemRestfulInteraction" + } + ], + "description": "Operations supported by REST at the system level." + }, + "max": "1", + "id": "CapabilityStatement.rest.interaction.code", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.interaction.documentation", + "min": 0, + "definition": "Guidance specific to the implementation of this operation, such as limitations on the kind of transactions allowed, or information about system wide search is implemented.", + "isModifier": false, + "short": "Anything special about operation behavior", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.rest.interaction.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.searchParam", + "min": 0, + "definition": "Search parameters that are supported for searching all resources for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation. This is only for searches executed against the system-level endpoint.", + "isModifier": false, + "short": "Search parameters for searching all resources", + "contentReference": "#CapabilityStatement.rest.resource.searchParam", + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.searchParam", + "comment": "Typically, the only search parameters supported for all searches are those that apply to all resources - tags, profiles, text search etc. These search parameters should include the control search parameters such as _sort, _count, etc. that also apply to this resource (though many will be listed at [CapabilityStatement.rest.searchParam](capabilitystatement-definitions.html#CapabilityStatement.rest.searchParam)). The behavior of some search parameters may be further described by other code or extension elements, or narrative within the capability statement or linked [SearchParameter](searchparameter.html#) definitions.", + "isSummary": false + }, + { + "path": "CapabilityStatement.rest.operation", + "min": 0, + "definition": "Definition of an operation or a named query together with its parameters and their meaning and type.", + "isModifier": false, + "short": "Definition of a system level operation", + "contentReference": "#CapabilityStatement.rest.resource.operation", + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.operation", + "comment": "CapabilityStatement.rest.operation is for operations invoked at the system level, or for operations that are supported across multiple resource types. Operations linked from CapabilityStatement.rest.operation must have OperationDefinition.system = true, or more than one Operation.resource.", + "isSummary": true + }, + { + "path": "CapabilityStatement.rest.compartment", + "min": 0, + "definition": "An absolute URI which is a reference to the definition of a compartment that the system supports. The reference is to a CompartmentDefinition resource by its canonical URL .", + "isModifier": false, + "short": "Compartments served/used by system", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.rest.compartment", + "comment": "At present, the only defined compartments are at [CompartmentDefinition](compartmentdefinition.html).", + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging", + "min": 0, + "definition": "A description of the messaging capabilities of the solution.", + "isModifier": false, + "short": "If messaging is supported", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.messaging", + "condition": ["cpb-1"], + "comment": "Multiple repetitions allow the documentation of multiple endpoints per solution.", + "isSummary": true + }, + { + "path": "CapabilityStatement.messaging.endpoint", + "min": 0, + "definition": "An endpoint (network accessible address) to which messages and/or replies are to be sent.", + "isModifier": false, + "short": "Where messages should be sent", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["3"], + "max": "*", + "id": "CapabilityStatement.messaging.endpoint", + "condition": ["cpb-3"], + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging.endpoint.protocol", + "min": 1, + "definition": "A list of the messaging transport protocol(s) identifiers, supported by this endpoint.", + "isModifier": false, + "short": "http | ftp | mllp +", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/message-transport", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "MessageTransport" + } + ], + "description": "The protocol used for message transport." + }, + "max": "1", + "id": "CapabilityStatement.messaging.endpoint.protocol", + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging.endpoint.address", + "min": 1, + "definition": "The network address of the endpoint. For solutions that do not use network addresses for routing, it can be just an identifier.", + "isModifier": false, + "short": "Network address or identifier of the end-point", + "type": [{ "code": "url" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.messaging.endpoint.address", + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging.reliableCache", + "min": 0, + "definition": "Length if the receiver's reliable messaging cache in minutes (if a receiver) or how long the cache length on the receiver should be (if a sender).", + "isModifier": false, + "short": "Reliable Message Cache Length (min)", + "type": [{ "code": "unsignedInt" }], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.messaging.reliableCache", + "comment": "If this value is missing then the application does not implement (receiver) or depend on (sender) reliable messaging.", + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging.documentation", + "min": 0, + "definition": "Documentation about the system's messaging capabilities for this endpoint not otherwise documented by the capability statement. For example, the process for becoming an authorized messaging exchange partner.", + "isModifier": false, + "short": "Messaging interface behavior details", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.messaging.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.messaging.supportedMessage", + "min": 0, + "definition": "References to message definitions for messages this system can send or receive.", + "isModifier": false, + "short": "Messages supported by this system", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CapabilityStatement.messaging.supportedMessage", + "comment": "This is a proposed alternative to the messaging.event structure.", + "isSummary": true + }, + { + "path": "CapabilityStatement.messaging.supportedMessage.mode", + "min": 1, + "definition": "The mode of this event declaration - whether application is sender or receiver.", + "isModifier": false, + "short": "sender | receiver", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/event-capability-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EventCapabilityMode" + } + ], + "description": "The mode of a message capability statement." + }, + "max": "1", + "id": "CapabilityStatement.messaging.supportedMessage.mode", + "isSummary": true + }, + { + "path": "CapabilityStatement.messaging.supportedMessage.definition", + "min": 1, + "definition": "Points to a message definition that identifies the messaging event, message structure, allowed responses, etc.", + "isModifier": false, + "short": "Message supported by this system", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/MessageDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.messaging.supportedMessage.definition", + "isSummary": true + }, + { + "path": "CapabilityStatement.document", + "min": 0, + "definition": "A document definition.", + "isModifier": false, + "short": "Document definition", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "CapabilityStatement.document", + "condition": ["cpb-7", "cpb-1"], + "isSummary": true + }, + { + "path": "CapabilityStatement.document.mode", + "min": 1, + "definition": "Mode of this document declaration - whether an application is a producer or consumer.", + "isModifier": false, + "short": "producer | consumer", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/document-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DocumentMode" + } + ], + "description": "Whether the application produces or consumes documents." + }, + "max": "1", + "id": "CapabilityStatement.document.mode", + "condition": ["cpb-7"], + "isSummary": true + }, + { + "path": "CapabilityStatement.document.documentation", + "min": 0, + "definition": "A description of how the application supports or uses the specified document profile. For example, when documents are created, what action is taken with consumed documents, etc.", + "isModifier": false, + "short": "Description of document support", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "CapabilityStatement.document.documentation", + "isSummary": false + }, + { + "path": "CapabilityStatement.document.profile", + "min": 1, + "definition": "A profile on the document Bundle that constrains which resources are present, and their contents.", + "isModifier": false, + "short": "Constraint on the resources used in the document", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/StructureDefinition" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CapabilityStatement.document.profile", + "condition": ["cpb-7"], + "comment": "The profile is actually on the Bundle.", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of significant events/milestones key data throughout the history of an Encounter", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EncounterHistory/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EncounterHistory", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EncounterHistory", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Management" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "EncounterHistory", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EncounterHistory", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EncounterHistory", + "differential": { + "element": [ + { + "path": "EncounterHistory", + "min": 0, + "definition": "A record of significant events/milestones key data throughout the history of an Encounter, often tracked for specific purposes such as billing.", + "isModifier": false, + "short": "A record of significant events/milestones key data throughout the history of an Encounter", + "mapping": [ + { "map": "workflow.encounter", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EncounterHistory" + }, + { + "path": "EncounterHistory.encounter", + "min": 0, + "definition": "The Encounter associated with this set of historic values.", + "isModifier": false, + "short": "The Encounter associated with this set of historic values", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.encounter", + "comment": "This is also used for associating a child's encounter back to the mother's encounter.\r\rRefer to the Notes section in the Patient resource for further details.", + "isSummary": false + }, + { + "path": "EncounterHistory.identifier", + "min": 0, + "definition": "Identifier(s) by which this encounter is known.", + "isModifier": false, + "short": "Identifier(s) by which this encounter is known", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PV1-19", "identity": "v2" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EncounterHistory.identifier", + "isSummary": true + }, + { + "path": "EncounterHistory.status", + "min": 1, + "definition": "planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown.", + "isModifier": true, + "short": "planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { + "map": "No clear equivalent in HL7 V2; active/finished could be inferred from PV1-44, PV1-45, PV2-24; inactive could be inferred from PV2-16", + "identity": "v2" + } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterStatus" + } + ], + "description": "Current state of the encounter." + }, + "max": "1", + "id": "EncounterHistory.status", + "comment": "Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes).", + "isModifierReason": "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", + "isSummary": true + }, + { + "path": "EncounterHistory.class", + "min": 1, + "definition": "Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations.", + "isModifier": false, + "short": "Classification of patient encounter", + "mapping": [ + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "PV1-2", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActEncounterCode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterClass" + } + ], + "description": "Classification of the encounter." + }, + "max": "1", + "id": "EncounterHistory.class", + "isSummary": true + }, + { + "path": "EncounterHistory.type", + "min": 0, + "definition": "Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation).", + "isModifier": false, + "short": "Specific type of encounter", + "mapping": [ + { "map": "FiveWs.what[x]", "identity": "w5" }, + { "map": "PV1-4 / PV1-18", "identity": "v2" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The type of encounter." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterType" + } + ], + "description": "A specific code indicating type of service provided" + }, + "max": "*", + "id": "EncounterHistory.type", + "comment": "Since there are many ways to further classify encounters, this element is 0..*.", + "isSummary": true + }, + { + "path": "EncounterHistory.serviceType", + "min": 0, + "definition": "Broad categorization of the service that is to be provided (e.g. cardiology).", + "isModifier": false, + "short": "Specific type of service", + "mapping": [{ "map": "PV1-10", "identity": "v2" }], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/service-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EncounterServiceType" + } + ], + "description": "Broad categorization of the service that is to be provided." + }, + "max": "*", + "id": "EncounterHistory.serviceType", + "isSummary": true + }, + { + "path": "EncounterHistory.subject", + "min": 0, + "definition": "The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam.", + "isModifier": false, + "short": "The patient or group related to this encounter", + "mapping": [ + { "map": "FiveWs.subject[x]", "identity": "w5" }, + { "map": "PID-3", "identity": "v2" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "EncounterHistory.subject", + "comment": "While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked).", + "isSummary": true + }, + { + "path": "EncounterHistory.subjectStatus", + "min": 0, + "definition": "The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status.", + "isModifier": false, + "short": "The current status of the subject in relation to the Encounter", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/encounter-subject-status", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SubjectStatus" + } + ], + "description": "Current status of the subject within the encounter." + }, + "max": "1", + "id": "EncounterHistory.subjectStatus", + "isSummary": false + }, + { + "path": "EncounterHistory.actualPeriod", + "min": 0, + "definition": "The start and end time associated with this set of values associated with the encounter, may be different to the planned times for various reasons.", + "isModifier": false, + "short": "The actual start and end time associated with this set of values associated with the encounter", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { "map": "PV1-44, PV1-45", "identity": "v2" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.actualPeriod", + "isSummary": false + }, + { + "path": "EncounterHistory.plannedStartDate", + "min": 0, + "definition": "The planned start date/time (or admission date) of the encounter.", + "isModifier": false, + "short": "The planned start date/time (or admission date) of the encounter", + "mapping": [{ "map": "PV2-8", "identity": "v2" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.plannedStartDate", + "isSummary": false + }, + { + "path": "EncounterHistory.plannedEndDate", + "min": 0, + "definition": "The planned end date/time (or discharge date) of the encounter.", + "isModifier": false, + "short": "The planned end date/time (or discharge date) of the encounter", + "mapping": [{ "map": "PV2-9", "identity": "v2" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.plannedEndDate", + "isSummary": false + }, + { + "path": "EncounterHistory.length", + "min": 0, + "definition": "Actual quantity of time the encounter lasted. This excludes the time during leaves of absence.\r\rWhen missing it is the time in between the start and end values.", + "isModifier": false, + "short": "Actual quantity of time the encounter lasted (less time absent)", + "mapping": [ + { + "map": "(PV1-45 less PV1-44) iff ( (PV1-44 not empty) and (PV1-45 not empty) ); units in minutes or PV2-11 (which is actual length in days)", + "identity": "v2" + } + ], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.length", + "comment": "If the precision on these values is low (e.g. to the day only) then this may be considered was an all day (or multi-day) encounter, unless the duration is included, where that amount of time occurred sometime during the interval.\r\rMay differ from the time in `Encounter.period` due to leave of absence(s).", + "isSummary": false + }, + { + "path": "EncounterHistory.location", + "min": 0, + "definition": "The location of the patient at this point in the encounter, the multiple cardinality permits de-normalizing the levels of the location hierarchy, such as site/ward/room/bed.", + "isModifier": false, + "short": "Location of the patient at this point in the encounter", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EncounterHistory.location", + "comment": "Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type \"kind\" such as \"client's home\" and an encounter.class = \"virtual\".", + "isSummary": false + }, + { + "path": "EncounterHistory.location.location", + "min": 1, + "definition": "The location where the encounter takes place.", + "isModifier": false, + "short": "Location the encounter takes place", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": "PV1-3 / PV1-6 / PV1-11 / PV1-42 / PV1-43", + "identity": "v2" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EncounterHistory.location.location", + "isSummary": false + }, + { + "path": "EncounterHistory.location.form", + "min": 0, + "definition": "This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.", + "isModifier": false, + "short": "The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/location-form", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "LocationForm" + } + ], + "description": "Physical form of the location." + }, + "max": "1", + "id": "EncounterHistory.location.form", + "comment": "This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query.\n\nThere may be many levels in the hierachy, and this may only pic specific levels that are required for a specific usage scenario.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/EvidenceReport/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Clinical Decision Support)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "EvidenceReport", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "EvidenceReport", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Evidence-Based Medicine" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "cds" + } + ], + "status": "draft", + "id": "EvidenceReport", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/EvidenceReport", + "differential": { + "element": [ + { + "path": "EvidenceReport", + "min": 0, + "definition": "The EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.", + "isModifier": false, + "short": "A EvidenceReport", + "mapping": [ + { "map": "clinical.general", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/EvidenceReport", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "EvidenceReport.url", + "requirements": "Allows the EvidenceReport to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this EvidenceReport when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this summary is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the summary is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this EvidenceReport, represented as a globally unique URI", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.", + "isSummary": true + }, + { + "path": "EvidenceReport.status", + "requirements": "Allows filtering of EvidenceReports that are appropriate for use versus not.", + "min": 1, + "definition": "The status of this summary. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "EvidenceReport.status", + "comment": "Allows filtering of summaries that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "EvidenceReport.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate evidence report instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "EvidenceReport.identifier", + "requirements": "Allows externally provided and/or usable identifiers to be associated with this EvidenceReport.", + "min": 0, + "definition": "A formal identifier that is used to identify this EvidenceReport when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Unique identifier for the evidence report", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.identifier", + "comment": "This element will contain unique identifiers that support de-duplication of EvidenceReports. This identifier can be valid for only one EvidenceReport resource.", + "isSummary": true + }, + { + "path": "EvidenceReport.relatedIdentifier", + "requirements": "Allows externally provided and/or usable identifiers to be associated with this EvidenceReport.", + "min": 0, + "definition": "A formal identifier that is used to identify things closely related to this EvidenceReport.", + "isModifier": false, + "short": "Identifiers for articles that may relate to more than one evidence report", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.relatedIdentifier", + "comment": "May include trial registry identifiers, e.g. NCT04372602 from clinicaltrials.gov. This identifier can be valid for multiple EvidenceReport resources.", + "isSummary": true + }, + { + "path": "EvidenceReport.citeAs[x]", + "min": 0, + "definition": "Citation Resource or display of suggested citation for this report.", + "isModifier": false, + "short": "Citation for this report", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Citation" + ] + }, + { "code": "markdown" } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.citeAs[x]", + "comment": "used for reports for which external citation is expected, such as use in support of scholarly publications.", + "isSummary": false + }, + { + "path": "EvidenceReport.type", + "requirements": "May be used in searching and filtering.", + "min": 0, + "definition": "Specifies the kind of report, such as grouping of classifiers, search results, or human-compiled expression.", + "isModifier": false, + "short": "Kind of report", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceReportType" + } + ], + "description": "The kind of report, such as grouping of classifiers, search results, or human-compiled expression." + }, + "max": "1", + "id": "EvidenceReport.type", + "isSummary": false + }, + { + "path": "EvidenceReport.note", + "min": 0, + "definition": "Used for footnotes and annotations.", + "isModifier": false, + "short": "Used for footnotes and annotations", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.note", + "isSummary": false + }, + { + "path": "EvidenceReport.relatedArtifact", + "min": 0, + "definition": "Link, description or reference to artifact associated with the report.", + "isModifier": false, + "short": "Link, description or reference to artifact associated with the report", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.relatedArtifact", + "isSummary": false + }, + { + "path": "EvidenceReport.subject", + "min": 1, + "definition": "Specifies the subject or focus of the report. Answers \"What is this report about?\".", + "isModifier": false, + "short": "Focus of the report", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.subject", + "comment": "May be used as an expression for search queries and search results", + "isSummary": true + }, + { + "path": "EvidenceReport.subject.characteristic", + "min": 0, + "definition": "Characteristic.", + "isModifier": false, + "short": "Characteristic", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.subject.characteristic", + "isSummary": false + }, + { + "path": "EvidenceReport.subject.characteristic.code", + "min": 1, + "definition": "Characteristic code.", + "isModifier": false, + "short": "Characteristic code", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/focus-characteristic-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FocusCharacteristicCode" + } + ], + "description": "Evidence focus characteristic code." + }, + "max": "1", + "id": "EvidenceReport.subject.characteristic.code", + "comment": "Example 1 is a Citation. Example 2 is a type of outcome. Example 3 is a specific outcome.", + "isSummary": false + }, + { + "path": "EvidenceReport.subject.characteristic.value[x]", + "min": 1, + "definition": "Characteristic value.", + "isModifier": false, + "short": "Characteristic value", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "CodeableConcept" }, + { "code": "boolean" }, + { "code": "Quantity" }, + { "code": "Range" } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.subject.characteristic.value[x]", + "comment": "Example 1 is Citation #37. Example 2 is selecting clinical outcomes. Example 3 is 1-year mortality.", + "isSummary": false + }, + { + "path": "EvidenceReport.subject.characteristic.exclude", + "min": 0, + "definition": "Is used to express not the characteristic.", + "isModifier": false, + "short": "Is used to express not the characteristic", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.subject.characteristic.exclude", + "isSummary": false + }, + { + "path": "EvidenceReport.subject.characteristic.period", + "min": 0, + "definition": "Timeframe for the characteristic.", + "isModifier": false, + "short": "Timeframe for the characteristic", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.subject.characteristic.period", + "isSummary": false + }, + { + "path": "EvidenceReport.subject.note", + "min": 0, + "definition": "Used for general notes and annotations not coded elsewhere.", + "isModifier": false, + "short": "Footnotes and/or explanatory notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.subject.note", + "isSummary": false + }, + { + "path": "EvidenceReport.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the evidence report. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the evidence report.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "EvidenceReport.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the evidence report is the organization or individual primarily responsible for the maintenance and upkeep of the evidence report. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the evidence report. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "EvidenceReport.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.contact", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EvidenceReport.author", + "min": 0, + "definition": "An individiual, organization, or device primarily involved in the creation and maintenance of the content.", + "isModifier": false, + "short": "Who authored the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.author", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": true + }, + { + "path": "EvidenceReport.editor", + "min": 0, + "definition": "An individiual, organization, or device primarily responsible for internal coherence of the content.", + "isModifier": false, + "short": "Who edited the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.editor", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).", + "isSummary": false + }, + { + "path": "EvidenceReport.reviewer", + "min": 0, + "definition": "An individiual, organization, or device primarily responsible for review of some aspect of the content.", + "isModifier": false, + "short": "Who reviewed the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.reviewer", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "EvidenceReport.endorser", + "min": 0, + "definition": "An individiual, organization, or device responsible for officially endorsing the content for use in some setting.", + "isModifier": false, + "short": "Who endorsed the content", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.endorser", + "comment": "Extensions to ContactDetail include: contactReference, contactAddress, and contributionTime (see [Clinical Reasoning Module](clinicalreasoning-module.html)).\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "EvidenceReport.relatesTo", + "min": 0, + "definition": "Relationships that this composition has with other compositions or documents that already exist.", + "isModifier": false, + "short": "Relationships to other compositions/documents", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.relatesTo", + "comment": "A document is a version specific composition.", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.code", + "min": 1, + "definition": "The type of relationship that this composition has with anther composition or document.", + "isModifier": false, + "short": "replaces | amends | appends | transforms | replacedWith | amendedWith | appendedWith | transformedWith", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/report-relation-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReportRelationshipType" + } + ], + "description": "The type of relationship between reports." + }, + "max": "1", + "id": "EvidenceReport.relatesTo.code", + "comment": "If this document appends another document, then the document cannot be fully understood without also accessing the referenced document.", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.target", + "min": 1, + "definition": "The target composition/document of this relationship.", + "isModifier": false, + "short": "Target of the relationship", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.relatesTo.target", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.target.url", + "min": 0, + "definition": "Target of the relationship URL.", + "isModifier": false, + "short": "Target of the relationship URL", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.relatesTo.target.url", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.target.identifier", + "min": 0, + "definition": "Target of the relationship Identifier.", + "isModifier": false, + "short": "Target of the relationship Identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.relatesTo.target.identifier", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.target.display", + "min": 0, + "definition": "Target of the relationship Display.", + "isModifier": false, + "short": "Target of the relationship Display", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.relatesTo.target.display", + "isSummary": false + }, + { + "path": "EvidenceReport.relatesTo.target.resource", + "min": 0, + "definition": "Target of the relationship Resource reference.", + "isModifier": false, + "short": "Target of the relationship Resource reference", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.relatesTo.target.resource", + "isSummary": false + }, + { + "path": "EvidenceReport.section", + "min": 0, + "definition": "The root of the sections that make up the composition.", + "isModifier": false, + "short": "Composition is broken into sections", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "Section" + } + ], + "max": "*", + "id": "EvidenceReport.section", + "isSummary": false + }, + { + "path": "EvidenceReport.section.title", + "requirements": "Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized.", + "min": 0, + "definition": "The label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents.", + "isModifier": false, + "short": "Label for section (e.g. for ToC)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["header", "label", "caption"], + "max": "1", + "id": "EvidenceReport.section.title", + "comment": "The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.focus", + "requirements": "Provides computable standardized labels to sections within the document.", + "min": 0, + "definition": "A code identifying the kind of content contained within the section. This should be consistent with the section title.", + "isModifier": false, + "short": "Classification of section (recommended)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-section", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ReportSectionType" + } + ], + "description": "Evidence Report Section Type." + }, + "max": "1", + "id": "EvidenceReport.section.focus", + "comment": "The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. \n\nIf the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.focusReference", + "min": 0, + "definition": "A definitional Resource identifying the kind of content contained within the section. This should be consistent with the section title.", + "isModifier": false, + "short": "Classification of section by Resource", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.section.focusReference", + "isSummary": false + }, + { + "path": "EvidenceReport.section.author", + "requirements": "Identifies who is responsible for the content.", + "min": 0, + "definition": "Identifies who is responsible for the information in this section, not necessarily who typed it in.", + "isModifier": false, + "short": "Who and/or what authored the section", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.section.author", + "isSummary": false + }, + { + "path": "EvidenceReport.section.text", + "min": 0, + "definition": "A human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is peferred to contain sufficient detail to make it acceptable for a human to just read the narrative.", + "isModifier": false, + "short": "Text summary of the section, for human interpretation", + "type": [{ "code": "Narrative" }], + "mustSupport": false, + "max": "1", + "id": "EvidenceReport.section.text", + "comment": "Document profiles may define what content should be represented in the narrative.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.mode", + "requirements": "Sections are used in various ways, and it must be known in what way it is safe to use the entries in them.", + "min": 0, + "definition": "How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.", + "isModifier": false, + "short": "working | snapshot | changes", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/list-mode|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SectionMode" + } + ], + "description": "The processing mode that applies to this section." + }, + "max": "1", + "id": "EvidenceReport.section.mode", + "comment": "This element is labeled as a modifier because a change list must not be misunderstood as a complete list.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.orderedBy", + "requirements": "Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries.", + "min": 0, + "definition": "Specifies the order applied to the items in the section entries.", + "isModifier": false, + "short": "Order of section entries", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-order", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SectionEntryOrder" + } + ], + "description": "What order applies to the items in the entry." + }, + "max": "1", + "id": "EvidenceReport.section.orderedBy", + "comment": "Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.entryClassifier", + "requirements": "May be used in searching and filtering, or may be the key content of the report.", + "min": 0, + "definition": "Specifies any type of classification of the evidence report.", + "isModifier": false, + "short": "Extensible classifiers as content", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/evidence-classifier-code", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "EvidenceClassifier" + } + ], + "description": "Commonly used classifiers for evidence sets." + }, + "max": "*", + "id": "EvidenceReport.section.entryClassifier", + "isSummary": false + }, + { + "path": "EvidenceReport.section.entryReference", + "min": 0, + "definition": "A reference to the actual resource from which the narrative in the section is derived.", + "isModifier": false, + "short": "Reference to resources as content", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.section.entryReference", + "comment": "If there are no entries in the list, an emptyReason SHOULD be provided.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.entryQuantity", + "min": 0, + "definition": "Quantity as content.", + "isModifier": false, + "short": "Quantity as content", + "type": [{ "code": "Quantity" }], + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.section.entryQuantity", + "isSummary": false + }, + { + "path": "EvidenceReport.section.emptyReason", + "requirements": "Allows capturing things like \"none exist\" or \"not asked\" which can be important for most lists.", + "min": 0, + "definition": "If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason.", + "isModifier": false, + "short": "Why the section is empty", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/list-empty-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SectionEmptyReason" + } + ], + "description": "If a section is empty, why it is empty." + }, + "max": "1", + "id": "EvidenceReport.section.emptyReason", + "comment": "The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases.", + "isSummary": false + }, + { + "path": "EvidenceReport.section.section", + "min": 0, + "definition": "A nested sub-section within this section.", + "isModifier": false, + "short": "Nested Section", + "contentReference": "#EvidenceReport.section", + "mustSupport": false, + "max": "*", + "id": "EvidenceReport.section.section", + "comment": "Nested sections are primarily used to help human readers navigate to particular portions of the document.", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/dss/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A kind of specimen with associated set of requirements.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/SpecimenDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "SpecimenDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "SpecimenDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Specialized.Definitional Artifacts" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "SpecimenDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/SpecimenDefinition", + "differential": { + "element": [ + { + "path": "SpecimenDefinition", + "min": 0, + "definition": "A kind of specimen with associated set of requirements.", + "isModifier": false, + "short": "Kind of specimen", + "mapping": [ + { "map": "clinical.diagnostics", "identity": "w5" }, + { "map": "OM4", "identity": "v2" }, + { "map": "Role[classCode=SPEC]", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition" + }, + { + "path": "SpecimenDefinition.url", + "requirements": "Allows the SpecimenDefinition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URL that is used to identify this SpecimenDefinition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this SpecimenDefinition is (or will be) published. The URL SHOULD include the major version of the SpecimenDefinition. For more information see Technical and Business Versions.", + "isModifier": false, + "short": "Logical canonical URL to reference this SpecimenDefinition (globally unique)", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. This is the URI that will be used when making canonical references to this resource.", + "isSummary": true + }, + { + "path": "SpecimenDefinition.identifier", + "min": 0, + "definition": "A business identifier assigned to this SpecimenDefinition.", + "isModifier": false, + "short": "Business identifier", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.identifier", + "isSummary": true + }, + { + "path": "SpecimenDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the SpecimenDefinition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the SpecimenDefinition author and is not expected to be globally unique.", + "isModifier": false, + "short": "Business version of the SpecimenDefinition", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.version", + "comment": "There may be multiple different instances of a SpecimenDefinition that have the same identifier but different versions.", + "isSummary": true + }, + { + "path": "SpecimenDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "SpecimenDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "SpecimenDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the {{title}}. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this {{title}} (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.name", + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "SpecimenDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the SpecimenDefinition.", + "isModifier": false, + "short": "Name for this SpecimenDefinition (Human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SpecimenDefinition.title", + "isSummary": true + }, + { + "path": "SpecimenDefinition.derivedFromCanonical", + "min": 0, + "definition": "The canonical URL pointing to another FHIR-defined SpecimenDefinition that is adhered to in whole or in part by this definition.", + "isModifier": false, + "short": "Based on FHIR definition of another SpecimenDefinition", + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.derivedFromCanonical", + "isSummary": true + }, + { + "path": "SpecimenDefinition.derivedFromUri", + "requirements": "Specimen definitions may be refinements of other definitions.", + "min": 0, + "definition": "The URL pointing to an externally-defined type of specimen, guideline or other definition that is adhered to in whole or in part by this definition.", + "isModifier": false, + "short": "Based on external definition", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.derivedFromUri", + "isSummary": true + }, + { + "path": "SpecimenDefinition.status", + "min": 1, + "definition": "The current state of theSpecimenDefinition.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes identifying the status of a SpecimenDefinition resource." + }, + "max": "1", + "id": "SpecimenDefinition.status", + "comment": "A nominal state-transition diagram can be found in the [Definition pattern](definition.html#statemachine) documentation\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "Not known why this is labelled a modifier", + "isSummary": true + }, + { + "path": "SpecimenDefinition.experimental", + "min": 0, + "definition": "A flag to indicate that this SpecimenDefinition is not authored for genuine usage.", + "isModifier": false, + "short": "If this SpecimenDefinition is not for real usage", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "SpecimenDefinition.experimental", + "comment": "Allows filtering of SpecimenDefinition that are appropriate for use vs. not.", + "isSummary": true + }, + { + "path": "SpecimenDefinition.subject[x]", + "min": 0, + "definition": "A code or group definition that describes the intended subject from which this kind of specimen is to be collected.", + "isModifier": false, + "short": "Type of subject for specimen collection", + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.subject[x]", + "comment": "Examples: person, animal, device, water ….", + "isSummary": true + }, + { + "path": "SpecimenDefinition.date", + "min": 0, + "definition": "For draft definitions, indicates the date of initial creation. For active definitions, represents the date of activation. For withdrawn definitions, indicates the date of withdrawal.", + "isModifier": false, + "short": "Date status first applied", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.date", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SpecimenDefinition.publisher", + "requirements": "Usually an organization, but may be an individual. The publisher (or steward) of the SpecimenDefinition is the organization or individual primarily responsible for the maintenance and upkeep of the SpecimenDefinition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the SpecimenDefinition. This item SHOULD be populated unless the information is available from context.", + "min": 0, + "definition": "Helps establish the \"authority/credibility\" of the SpecimenDefinition. May also allow for contact.", + "isModifier": false, + "short": "The name of the individual or organization that published the SpecimenDefinition", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SpecimenDefinition.publisher", + "isSummary": true + }, + { + "path": "SpecimenDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SpecimenDefinition.description", + "min": 0, + "definition": "A free text natural language description of the SpecimenDefinition from the consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the SpecimenDefinition", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SpecimenDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the module as conveyed in the text field of the resource itself. This item SHOULD be populated unless the information is available from context.", + "isSummary": false + }, + { + "path": "SpecimenDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of specimen definitions.", + "isModifier": false, + "short": "Content intends to support these contexts", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.useContext", + "comment": "When multiple usageContexts are specified, there is no expectation for whether all or any of the contexts apply.", + "isSummary": false + }, + { + "path": "SpecimenDefinition.jurisdiction", + "min": 0, + "definition": "A jurisdiction in which the SpecimenDefinition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for this SpecimenDefinition (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Codes for country, country subdivision and region for indicating where a resource is intended to be used." + }, + "max": "*", + "id": "SpecimenDefinition.jurisdiction", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "SpecimenDefinition.purpose", + "min": 0, + "definition": "Explains why this SpecimeDefinition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this SpecimenDefinition is defined", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SpecimenDefinition.purpose", + "comment": "This element does not describe the usage of the SpecimenDefinition. Rather it is for traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this SpecimenDefinition.", + "isSummary": false + }, + { + "path": "SpecimenDefinition.copyright", + "requirements": "Consumers of the SpecimenDefinition must be able to determine any legal restrictions on the use of the artifact and/or its content.", + "min": 0, + "definition": "Copyright statement relating to the SpecimenDefinition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the SpecimenDefinition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "SpecimenDefinition.copyright", + "isSummary": false + }, + { + "path": "SpecimenDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "SpecimenDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "SpecimenDefinition.approvalDate", + "min": 0, + "definition": "The date on which the asset content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When SpecimenDefinition was approved by publisher", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.approvalDate", + "comment": "The date may be more recent than the approval date because of minor changes / editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "SpecimenDefinition.lastReviewDate", + "min": 0, + "definition": "The date on which the asset content was last reviewed. Review happens periodically after that, but doesn't change the original approval date.", + "isModifier": false, + "short": "The date on which the asset content was last reviewed by the publisher", + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.lastReviewDate", + "comment": "If specified, this is usually after the approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "SpecimenDefinition.effectivePeriod", + "min": 0, + "definition": "The period during which the SpecimenDefinition content was or is planned to be effective.", + "isModifier": false, + "short": "The effective date range for the SpecimenDefinition", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.effectivePeriod", + "comment": "The effective period for a SpecimenDefinition determines when the content is applicable for usage and is independent of publication and review dates.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "SpecimenDefinition.typeCollected", + "min": 0, + "definition": "The kind of material to be collected.", + "isModifier": false, + "short": "Kind of material to collect", + "mapping": [{ "map": "OM4-6", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CollectedSpecimenType" + } + ], + "description": "The type of the specimen to be collected." + }, + "max": "1", + "id": "SpecimenDefinition.typeCollected", + "isSummary": true + }, + { + "path": "SpecimenDefinition.patientPreparation", + "min": 0, + "definition": "Preparation of the patient for specimen collection.", + "isModifier": false, + "short": "Patient preparation for collection", + "mapping": [{ "map": "OM1-37", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/prepare-patient-prior-specimen-collection", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Checks on the patient prior specimen collection." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PreparePatient" + } + ], + "description": "SCT descendants of 703763000 |Precondition value (qualifier value)|" + }, + "max": "*", + "id": "SpecimenDefinition.patientPreparation", + "isSummary": true + }, + { + "path": "SpecimenDefinition.timeAspect", + "min": 0, + "definition": "Time aspect of specimen collection (duration or offset).", + "isModifier": false, + "short": "Time aspect for collection", + "mapping": [{ "map": "OM1-43, OM1-44", "identity": "v2" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.timeAspect", + "example": [ + { + "label": "General", + "valueString": "24 hour, 20' post charge" + } + ], + "isSummary": true + }, + { + "path": "SpecimenDefinition.collection", + "min": 0, + "definition": "The action to be performed for collecting the specimen.", + "isModifier": false, + "short": "Specimen collection procedure", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-collection", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "The action to collect a type of specimen." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenCollection" + } + ], + "description": "SCT actions and procedures for specimen collection" + }, + "max": "*", + "id": "SpecimenDefinition.collection", + "isSummary": true + }, + { + "path": "SpecimenDefinition.typeTested", + "min": 0, + "definition": "Specimen conditioned in a container as expected by the testing laboratory.", + "isModifier": false, + "short": "Specimen in container intended for testing by lab", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.typeTested", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.isDerived", + "min": 0, + "definition": "Primary of secondary specimen.", + "isModifier": false, + "short": "Primary or secondary specimen", + "mapping": [{ "map": "OM4-2", "identity": "v2" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.isDerived", + "example": [{ "label": "General", "valueBoolean": false }], + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.type", + "min": 0, + "definition": "The kind of specimen conditioned for testing expected by lab.", + "isModifier": false, + "short": "Type of intended specimen", + "mapping": [{ "map": "FiveWs.what[x]", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0487", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "IntendedSpecimenType" + } + ], + "description": "The type of specimen conditioned in a container for lab testing." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.type", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.preference", + "min": 1, + "definition": "The preference for this type of conditioned specimen.", + "isModifier": false, + "short": "preferred | alternate", + "mapping": [{ "map": "OM4-16", "identity": "v2" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-contained-preference|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "SpecimenContainedPreference" + } + ], + "description": "Degree of preference of a type of conditioned specimen." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.preference", + "example": [ + { + "label": "General", + "valueCode": "preferred, alternate" + } + ], + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container", + "min": 0, + "definition": "The specimen's container.", + "isModifier": false, + "short": "The specimen's container", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.container", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.material", + "min": 0, + "definition": "The type of material of the container.", + "isModifier": false, + "short": "The material type used for the container", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-material", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Types of material for specimen containers." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerMaterial" + } + ], + "description": "SCT 32039001 |Glass|, 61088005 |Plastic|, 425620007 |Metal|" + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.material", + "comment": "Examples: glass, plastic, metal.", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.type", + "min": 0, + "definition": "The type of container used to contain this kind of specimen.", + "isModifier": false, + "short": "Kind of container associated with the kind of specimen", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/specimen-container-type", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "Type of specimen container." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerType" + } + ], + "description": "SCT descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)|" + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.type", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.cap", + "requirements": "From ISO 6710-2017 Table F.1 Recommended colour codes.", + "min": 0, + "definition": "Color of container cap.", + "isModifier": false, + "short": "Color of container cap", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/container-cap", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerCap" + } + ], + "description": "Color of the container cap." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.cap", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.description", + "min": 0, + "definition": "The textual description of the kind of container.", + "isModifier": false, + "short": "The description of the kind of container", + "mapping": [{ "map": "OM4-3", "identity": "v2" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.description", + "example": [ + { + "label": "General", + "valueString": "Blue top tube with citrate" + } + ], + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.capacity", + "min": 0, + "definition": "The capacity (volume or other measure) of this kind of container.", + "isModifier": false, + "short": "The capacity of this kind of container", + "mapping": [{ "map": "OM4-4, OM4-5", "identity": "v2" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.capacity", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.minimumVolume[x]", + "min": 0, + "definition": "The minimum volume to be conditioned in the container.", + "isModifier": false, + "short": "Minimum volume", + "mapping": [{ "map": "OM4-11", "identity": "v2" }], + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + }, + { "code": "string" } + ], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.minimumVolume[x]", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.additive", + "min": 0, + "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", + "isModifier": false, + "short": "Additive associated with container", + "mapping": [{ "map": "OM4-7", "identity": "v2" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.typeTested.container.additive", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.additive.additive[x]", + "min": 1, + "definition": "Substance introduced in the kind of container to preserve, maintain or enhance the specimen. Examples: Formalin, Citrate, EDTA.", + "isModifier": false, + "short": "Additive associated with container", + "mapping": [{ "map": "OM4-7", "identity": "v2" }], + "type": [ + { "code": "CodeableConcept" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/SubstanceDefinition" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0371", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ContainerAdditive" + } + ], + "description": "Substance added to specimen container." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.additive.additive[x]", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.container.preparation", + "min": 0, + "definition": "Special processing that should be applied to the container for this kind of specimen.", + "isModifier": false, + "short": "Special processing applied to the container for this specimen type", + "mapping": [{ "map": "OM4-8", "identity": "v2" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.container.preparation", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.requirement", + "min": 0, + "definition": "Requirements for delivery and special handling of this kind of conditioned specimen.", + "isModifier": false, + "short": "Requirements for specimen delivery and special handling", + "mapping": [{ "map": "OM4-12", "identity": "v2" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.requirement", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.retentionTime", + "min": 0, + "definition": "The usual time that a specimen of this kind is retained after the ordered tests are completed, for the purpose of additional testing.", + "isModifier": false, + "short": "The usual time for retaining this kind of specimen", + "mapping": [{ "map": "OM4-14", "identity": "v2" }], + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.retentionTime", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.singleUse", + "min": 0, + "definition": "Specimen can be used by only one test or panel if the value is \"true\".", + "isModifier": false, + "short": "Specimen for single use only", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.singleUse", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.rejectionCriterion", + "min": 0, + "definition": "Criterion for rejection of the specimen in its container by the laboratory.", + "isModifier": false, + "short": "Criterion specified for specimen rejection", + "mapping": [{ "map": "OM1-39", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/rejection-criteria", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "RejectionCriterion" + } + ], + "description": "Criterion for rejection of the specimen by laboratory." + }, + "max": "*", + "id": "SpecimenDefinition.typeTested.rejectionCriterion", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.handling", + "min": 0, + "definition": "Set of instructions for preservation/transport of the specimen at a defined temperature interval, prior the testing process.", + "isModifier": false, + "short": "Specimen handling before testing", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "SpecimenDefinition.typeTested.handling", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.handling.temperatureQualifier", + "min": 0, + "definition": "It qualifies the interval of temperature, which characterizes an occurrence of handling. Conditions that are not related to temperature may be handled in the instruction element.", + "isModifier": false, + "short": "Qualifies the interval of temperature", + "mapping": [{ "map": "OM4-15", "identity": "v2" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/handling-condition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "HandlingConditionSet" + } + ], + "description": "Set of handling instructions prior testing of the specimen." + }, + "max": "1", + "id": "SpecimenDefinition.typeTested.handling.temperatureQualifier", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.handling.temperatureRange", + "min": 0, + "definition": "The temperature interval for this set of handling instructions.", + "isModifier": false, + "short": "Temperature range for these handling instructions", + "type": [{ "code": "Range" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.handling.temperatureRange", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.handling.maxDuration", + "min": 0, + "definition": "The maximum time interval of preservation of the specimen with these conditions.", + "isModifier": false, + "short": "Maximum preservation time", + "type": [{ "code": "Duration" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.handling.maxDuration", + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.handling.instruction", + "min": 0, + "definition": "Additional textual instructions for the preservation or transport of the specimen. For instance, 'Protect from light exposure'.", + "isModifier": false, + "short": "Preservation instruction", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "max": "1", + "id": "SpecimenDefinition.typeTested.handling.instruction", + "example": [ + { + "label": "General", + "valueString": "freeze within 4 hours" + } + ], + "isSummary": false + }, + { + "path": "SpecimenDefinition.typeTested.testingDestination", + "min": 0, + "definition": "Where the specimen will be tested: e.g., lab, sector, device or any combination of these.", + "isModifier": false, + "short": "Where the specimen will be tested", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "TestingDestination" + } + ], + "description": "Codes specifying where the specimen will be tested." + }, + "max": "*", + "id": "SpecimenDefinition.typeTested.testingDestination", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines an affiliation/assotiation/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to define relationships between organizations that are not sub-divisions of the same organization (part-of relationships).", + "name": "OrganizationAffiliation", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "OrganizationAffiliation", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Entities" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "OrganizationAffiliation", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/OrganizationAffiliation", + "differential": { + "element": [ + { + "path": "OrganizationAffiliation", + "min": 0, + "definition": "Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship.", + "isModifier": false, + "short": "Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship", + "mapping": [ + { + "map": "administrative.individual", + "identity": "w5" + }, + { "map": "Role", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation" + }, + { + "path": "OrganizationAffiliation.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "Business identifiers that are specific to this role.", + "isModifier": false, + "short": "Business identifiers that are specific to this role", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": ".id", "identity": "rim" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.identifier", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.active", + "requirements": "Need to be able to mark an organization affiliation record as not to be used because it was created in error, or otherwise no longer in active use.", + "min": 0, + "definition": "Whether this organization affiliation record is in active use.", + "isModifier": false, + "short": "Whether this organization affiliation record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": ".statusCode", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "OrganizationAffiliation.active", + "comment": "If this value is false, you may refer to the period to see when the role was in active use. If there is no period specified, no inference can be made about when it was active.", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.period", + "requirements": "An affiliation may be created ahead of time and only be active for a defined period of time. Once the affiliation is complete, the fact that it existed may still be required.", + "min": 0, + "definition": "The period during which the participatingOrganization is affiliated with the primary organization.", + "isModifier": false, + "short": "The period during which the participatingOrganization is affiliated with the primary organization", + "mapping": [ + { "map": "FiveWs.done[x]", "identity": "w5" }, + { + "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime", + "identity": "rim" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "OrganizationAffiliation.period", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.organization", + "min": 0, + "definition": "Organization where the role is available (primary organization/has members).", + "isModifier": false, + "short": "Organization where the role is available", + "mapping": [{ "map": ".scoper", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OrganizationAffiliation.organization", + "comment": "For example, a Spotless Cleaning Services (participatingOrganization) is a supplier (code) to General Hospital (organization). Similarly, General Hospital (participatingOrganization) is a member (code) of Eastern HIE (organization). If there are two organizations that do not have a directional relationship, there would normally be a third organization that represents the joint partnership, and the two organizations would have a relationship to that joint Organization via two OrganizationAffiliations.", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.participatingOrganization", + "min": 0, + "definition": "The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).", + "isModifier": false, + "short": "Organization that provides/performs the role (e.g. providing services or is a member of)", + "mapping": [{ "map": ".player", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "OrganizationAffiliation.participatingOrganization", + "comment": "See comments for OrganizationAffiliation.organization above.", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.network", + "min": 0, + "definition": "The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined).", + "isModifier": false, + "short": "The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined)", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.network", + "comment": "e.g. Commonly used for Health Insurance provider networks.", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.code", + "min": 0, + "definition": "Definition of the role the participatingOrganization plays in the association.", + "isModifier": false, + "short": "Definition of the role the participatingOrganization plays", + "mapping": [{ "map": ".code", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/organization-role", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationAffiliation" + } + ], + "description": "The role the participating organization providing services to the primary organization." + }, + "max": "*", + "id": "OrganizationAffiliation.code", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.specialty", + "min": 0, + "definition": "Specific specialty of the participatingOrganization in the context of the role.", + "isModifier": false, + "short": "Specific specialty of the participatingOrganization in the context of the role", + "mapping": [ + { + "map": ".player.HealthCareProvider[@classCode = 'PROV'].code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "OrganizationSpecialty" + } + ], + "description": "Specific specialty associated with the participating organization." + }, + "max": "*", + "id": "OrganizationAffiliation.specialty", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.location", + "min": 0, + "definition": "The location(s) at which the role occurs.", + "isModifier": false, + "short": "The location(s) at which the role occurs", + "mapping": [ + { "map": "FiveWs.where[x]", "identity": "w5" }, + { + "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.location", + "isSummary": true + }, + { + "path": "OrganizationAffiliation.healthcareService", + "min": 0, + "definition": "Healthcare services provided through the role.", + "isModifier": false, + "short": "Healthcare services provided through the role", + "mapping": [ + { + "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.healthcareService", + "isSummary": false + }, + { + "constraint": [ + { + "key": "org-4", + "human": "The address of an organization can never be of use 'home'", + "source": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "severity": "error", + "expression": "address.where(use = 'home').empty()" + }, + { + "key": "org-3", + "human": "The telecom of an organization can never be of use 'home'", + "source": "http://hl7.org/fhir/StructureDefinition/OrganizationAffiliation", + "severity": "error", + "expression": "telecom.where(use = 'home').empty()" + } + ], + "path": "OrganizationAffiliation.contact", + "requirements": "Sometimes a participating organization provides dedicated contacts to handle enquiries specifically for the role provided to the affiliated organization.", + "min": 0, + "definition": "The contact details of communication devices available at the participatingOrganization relevant to this Affiliation.", + "isModifier": false, + "short": "Official contact details at the participatingOrganization relevant to this Affiliation", + "mapping": [{ "map": ".contactParty", "identity": "rim" }], + "type": [{ "code": "ExtendedContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.contact", + "isSummary": false + }, + { + "path": "OrganizationAffiliation.endpoint", + "min": 0, + "definition": "Technical endpoints providing access to services operated for this role.", + "isModifier": false, + "short": "Technical endpoints providing access to services operated for this role", + "mapping": [{ "map": "n/a", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "OrganizationAffiliation.endpoint", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "Defines and enforces the minimum expectations for publication and distribution of a code system, typically as part of an artifact repository or implementation guide publication", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/publishablecodesystem/5.0.0", + "date": "2020-12-28T16:55:11+11:00", + "derivation": "constraint", + "publisher": "HL7", + "fhirVersion": "5.0.0", + "name": "PublishableCodeSystem", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "CodeSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "Publishable CodeSystem", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 3 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "status": "draft", + "id": "publishablecodesystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/publishablecodesystem", + "identifier": [ + { + "value": "urn:oid:2.16.840.1.113883.4.642.5.1129", + "system": "urn:ietf:rfc:3986" + } + ], + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/publishablecodesystem", + "differential": { + "element": [ + { + "id": "CodeSystem", + "max": "1", + "min": 1, + "path": "CodeSystem" + }, + { + "id": "CodeSystem.extension:sourceReference", + "max": "1", + "min": 0, + "path": "CodeSystem.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/codesystem-sourceReference" + ] + } + ], + "sliceName": "sourceReference" + }, + { + "id": "CodeSystem.extension:otherName", + "max": "*", + "min": 0, + "path": "CodeSystem.extension", + "type": [ + { + "code": "Extension", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/codesystem-otherName" + ] + } + ], + "sliceName": "otherName" + }, + { + "id": "CodeSystem.identifier", + "path": "CodeSystem.identifier", + "mustSupport": true + }, + { + "id": "CodeSystem.date", + "max": "1", + "min": 1, + "path": "CodeSystem.date", + "mustSupport": true + }, + { + "id": "CodeSystem.contact", + "path": "CodeSystem.contact", + "mustSupport": true + }, + { + "id": "CodeSystem.useContext", + "path": "CodeSystem.useContext", + "mustSupport": true + }, + { + "id": "CodeSystem.jurisdiction", + "path": "CodeSystem.jurisdiction", + "mustSupport": true + }, + { + "id": "CodeSystem.purpose", + "path": "CodeSystem.purpose", + "mustSupport": true + }, + { + "id": "CodeSystem.copyright", + "path": "CodeSystem.copyright", + "mustSupport": true + }, + { + "id": "CodeSystem.copyrightLabel", + "path": "CodeSystem.copyrightLabel", + "mustSupport": true + }, + { + "id": "CodeSystem.approvalDate", + "path": "CodeSystem.approvalDate" + }, + { + "id": "CodeSystem.lastReviewDate", + "path": "CodeSystem.lastReviewDate" + }, + { + "id": "CodeSystem.effectivePeriod", + "path": "CodeSystem.effectivePeriod", + "mustSupport": true + }, + { + "id": "CodeSystem.topic", + "path": "CodeSystem.topic", + "mustSupport": true + }, + { "id": "CodeSystem.author", "path": "CodeSystem.author" }, + { "id": "CodeSystem.editor", "path": "CodeSystem.editor" }, + { "id": "CodeSystem.reviewer", "path": "CodeSystem.reviewer" }, + { "id": "CodeSystem.endorser", "path": "CodeSystem.endorser" }, + { + "id": "CodeSystem.relatedArtifact", + "path": "CodeSystem.relatedArtifact" + } + ] + }, + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" + }, + { + "description": "Logical Model: A pattern to be followed by [canonical resources](canonicalresource.html) that meet minimal requirements for sharing via registries or similar mechanisms.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Shareable/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "publisher": "Health Level Seven International fhir", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "The intent of this pattern is to ensure that artifacts have enough metadata to make sharing them through a public repository reliable.", + "name": "Shareable", + "mapping": [ + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + } + ], + "abstract": false, + "type": "Shareable", + "experimental": false, + "resourceType": "StructureDefinition", + "title": "shareable", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "informative" + } + ], + "status": "draft", + "id": "Shareable", + "kind": "logical", + "url": "http://hl7.org/fhir/StructureDefinition/Shareable", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Shareable", + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base" + }, + { + "description": "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [[[CodeSystem]]] definitions and their use in [coded elements](terminologies.html).", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ValueSet/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ValueSet", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ValueSet", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "active", + "id": "ValueSet", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ValueSet", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "ValueSet", + "min": 0, + "definition": "A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context. Value sets link between [CodeSystem](codesystem.html) definitions and their use in [coded elements](terminologies.html).", + "isModifier": false, + "short": "A set of codes drawn from one or more code systems", + "mapping": [ + { "map": "conformance.terminology", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "ValueSet" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ValueSet.url", + "requirements": "Allows the value set to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this value set when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this value set is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the value set is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this value set, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ValueSet.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this value set when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the value set (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this value set outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ValueSet.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the value set when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the value set author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the value set", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.version", + "comment": "There may be different value set instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the value set with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ValueSet.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which ValueSet is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ValueSet.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ValueSet.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the value set. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this value set (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.A name should be provided unless the value set is a contained resource (e.g. an anonymous value set in a profile). Most registries will require a name.", + "isSummary": true + }, + { + "path": "ValueSet.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the value set.", + "isModifier": false, + "short": "Name for this value set (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ValueSet.status", + "min": 1, + "definition": "The status of this value set. Enables tracking the life-cycle of the content. The status of the value set applies to the value set definition (ValueSet.compose) and the associated ValueSet metadata. Expansions do not have a state.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ValueSet.status", + "comment": "Allows filtering of value sets that are appropriate for use versus not.See also the [http://hl7.org/fhir/StructureDefinition/valueset-workflowStatusDescription](http://hl7.org/fhir/extensions/StructureDefinition-valueset-workflowStatusDescription.html) extension for additional status information related to the editorial process.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ValueSet.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level value set.", + "min": 0, + "definition": "A Boolean value to indicate that this value set is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ValueSet.experimental", + "comment": "Allows filtering of value sets that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ValueSet.date", + "min": 0, + "definition": "The date (and optionally time) when the value set metadata or content logical definition (.compose) was created or revised.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ValueSet.date", + "comment": "Note that this is not the same as the meta.lastUpdated which is specific to an instance of a value set resource on a server. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ValueSet.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the value set. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the value set.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.publisher", + "comment": "Usually an organization but may be an individual. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the value set. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ValueSet.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ValueSet.description", + "min": 0, + "definition": "A free text natural language description of the value set from a consumer's perspective. The textual description specifies the span of meanings for concepts to be included within the Value Set Expansion, and also may specify the intended use and limitations of the Value Set.", + "isModifier": false, + "short": "Natural language description of the value set", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.description", + "comment": "Description SHOULD contain instructions for clinical or administrative use and interpretation and information about misuse. Description SHOULD be populated unless the information is available from context. Description SHOULD be populated unless the value set is a contained resource (e.g. a value set defined solely in the context of a profile).", + "isSummary": false + }, + { + "path": "ValueSet.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate value set instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ValueSet.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the value set is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for value set (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ValueSet.jurisdiction", + "comment": "It may be possible for the value set to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ValueSet.immutable", + "min": 0, + "definition": "If this is set to 'true', then no new versions of the content logical definition can be created. Note: Other metadata might still change.", + "isModifier": false, + "short": "Indicates whether or not any change to the content logical definition may occur", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.immutable", + "comment": "Normally immutability is set to 'false', which is the default assumption if it is not populated. Note that the implication is that if this is set to 'true', there may be only one ValueSet version for this definition. Immutability tends to be set to 'true' in one of two cases: - Where the value set, by the nature of its usage, cannot change. For example \"All specializations of ACT in ActClassCode\" - Where there's no safe way to express the \"Purpose\" such that someone else could safely make changes to the value set definition. Source workflow control must guarantee that the same URI always yields the same definition.", + "isSummary": true + }, + { + "path": "ValueSet.purpose", + "min": 0, + "definition": "Explanation of why this value set is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this value set is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.purpose", + "comment": "This element does not describe the usage of the value set. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this value set.", + "isSummary": false + }, + { + "path": "ValueSet.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the value set and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the value set and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the value set.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ValueSet.copyright", + "comment": "Frequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required.", + "isSummary": false + }, + { + "path": "ValueSet.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ValueSet.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the ValueSet was approved by publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ValueSet.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the ValueSet was last reviewed by the publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ValueSet.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the ValueSet are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the ValueSet content was or is planned to be in active use.", + "isModifier": false, + "short": "When the ValueSet is expected to be used", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.effectivePeriod", + "comment": "The effective period for a ValueSet determines when the content is applicable for usage and is independent of publication and review dates. For example, a valueset intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ValueSet.topic", + "requirements": "Repositories must be able to determine how to categorize the ValueSet so that it can be found by topical and keyword searches.", + "min": 0, + "definition": "Descriptions related to the content of the ValueSet. Topics provide a high-level categorization as well as keywords for the ValueSet that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ] + }, + "max": "*", + "id": "ValueSet.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "ValueSet.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the ValueSet.", + "isModifier": false, + "short": "Who authored the ValueSet", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.author", + "isSummary": false + }, + { + "path": "ValueSet.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the ValueSet.", + "isModifier": false, + "short": "Who edited the ValueSet", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.editor", + "isSummary": false + }, + { + "path": "ValueSet.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the ValueSet.", + "isModifier": false, + "short": "Who reviewed the ValueSet", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ValueSet.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the ValueSet for use in some setting.", + "isModifier": false, + "short": "Who endorsed the ValueSet", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ValueSet.relatedArtifact", + "requirements": "A ValueSet must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "ValueSet.compose", + "min": 0, + "definition": "A set of criteria that define the contents of the value set by including or excluding codes selected from the specified code system(s) that the value set draws from. This is also known as the Content Logical Definition (CLD).", + "isModifier": false, + "short": "Content logical definition of the value set (CLD)", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "alias": ["Content Logical Definition", "CLD"], + "max": "1", + "id": "ValueSet.compose", + "isSummary": false + }, + { + "path": "ValueSet.compose.lockedDate", + "min": 0, + "definition": "The Locked Date is the effective date that is used to determine the version of all referenced Code Systems and Value Set Definitions included in the compose that are not already tied to a specific version.", + "isModifier": false, + "short": "Fixed date for references with no specified version (transitive)", + "mapping": [{ "map": "FiveWs.init", "identity": "w5" }], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.lockedDate", + "comment": "With a defined lockedDate the value set is considered \"Locked\". Otherwise, the value set may have different expansions as underlying code systems and/or value sets evolve. The interpretation of lockedDate is often dependent on the context - e.g. a SNOMED CT derived value set with a lockedDate will have a different expansion in USA than in UK. If a value set specifies a version for include and exclude statements, and also specifies a locked date, the specified versions need to be available that date, or the value set will not be usable.", + "isSummary": true + }, + { + "path": "ValueSet.compose.inactive", + "min": 0, + "definition": "Whether inactive codes - codes that are not approved for current use - are in the value set. If inactive = true, inactive codes are to be included in the expansion, if inactive = false, the inactive codes will not be included in the expansion. If absent, the behavior is determined by the implementation, or by the applicable $expand parameters (but generally, inactive codes would be expected to be included).", + "isModifier": false, + "short": "Whether inactive codes are in the value set", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.inactive", + "comment": "Note that in the FHIR terminology framework, \"deprecated\" does not mean inactive, but in some code systems, e.g. LOINC, \"deprecated\" does mean inactive. Code systems should define what codes are considered to be inactive. If this is not clearly defined (including in the FHIR code system resource), then all codes are assumed to be active.\n\nThe Value Set Definition specification defines an ActiveOnly element, which is the reverse of this element e.g. (ValueSet.compose.inactive=FALSE) is the same as (VSD.ActiveOnly=TRUE).", + "isSummary": true + }, + { + "constraint": [ + { + "key": "vsd-2", + "human": "A value set with concepts or filters SHALL include a system", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "(concept.exists() or filter.exists()) implies system.exists()" + }, + { + "key": "vsd-3", + "human": "Cannot have both concept and filter", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "concept.empty() or filter.empty()" + }, + { + "key": "vsd-1", + "human": "A value set include/exclude SHALL have a value set or a system", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "valueSet.exists() or system.exists()" + } + ], + "path": "ValueSet.compose.include", + "min": 1, + "definition": "Include one or more codes from a code system or other value set(s).", + "isModifier": false, + "short": "Include one or more codes from a code system or other value set(s)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptSet" + } + ], + "max": "*", + "id": "ValueSet.compose.include", + "comment": "All the conditions in an include must be true. If a system is listed, all the codes from the system are listed. If one or more filters are listed, all of the filters must apply. If one or more value sets are listed, the codes must be in all the value sets. E.g. each include is 'include all the codes that meet all these conditions'.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.system", + "min": 0, + "definition": "An absolute URI which is the code system from which the selected codes come from.", + "isModifier": false, + "short": "The system the codes come from", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.include.system", + "condition": ["vsd-2", "vsd-1"], + "comment": "If there are no codes or filters, the entire code system is included. Note that the set of codes that are included may contain abstract codes. See ''Coding.system'' for further documentation about the correct value for the system element.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.version", + "min": 0, + "definition": "The version of the code system that the codes are selected from, or the special version '*' for all versions.", + "isModifier": false, + "short": "Specific version of the code system referred to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.include.version", + "comment": "This is used when selecting the descendants of a concept - they may change between versions. If no version is specified, then the exact contents of the value set might not be known until a context of use binds it to a particular version. The special value '*' means all versions; It is at server discretion regarding expansions and which versions must be supported.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.concept", + "min": 0, + "definition": "Specifies a concept to be included or excluded.", + "isModifier": false, + "short": "A concept defined in the system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptReference" + } + ], + "max": "*", + "id": "ValueSet.compose.include.concept", + "condition": ["vsd-2", "vsd-3"], + "comment": "The list of concepts is considered ordered, though the order might not have any particular significance. Typically, the order of an expansion follows that defined in the compose element.", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.code", + "min": 1, + "definition": "Specifies a code for the concept to be included or excluded.", + "isModifier": false, + "short": "Code or expression from system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.compose.include.concept.code", + "comment": "Expressions are allowed if defined by the underlying code system.", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.display", + "min": 0, + "definition": "The text to display to the user for this concept in the context of this valueset. If no display is provided, then applications using the value set use the display specified for the code by the system.", + "isModifier": false, + "short": "Text to display for this code for this value set in this valueset", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.include.concept.display", + "comment": "The value set resource allows for an alternative display to be specified for when this concept is used in this particular value set. See notes in the value set narrative about the correct use of this element.", + "isSummary": false + }, + { + "constraint": [ + { + "key": "vsd-11", + "human": "Must have a value for concept.designation.use if concept.designation.additionalUse is present", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "additionalUse.exists() implies use.exists()" + } + ], + "path": "ValueSet.compose.include.concept.designation", + "min": 0, + "definition": "Additional representations for this concept when used in this value set - other languages, aliases, specialized purposes, used for particular purposes, etc.", + "isModifier": false, + "short": "Additional representations for this concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.compose.include.concept.designation", + "comment": "Concepts have both a ```display``` and an array of ```designation```. The display is equivalent to a special designation with an implied ```designation.use``` of \"primary code\" and a language equal to the [Resource Language](resource.html#language).", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.designation.language", + "min": 0, + "definition": "The language this designation is defined for.", + "isModifier": false, + "short": "Human language of the designation", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "ValueSet.compose.include.concept.designation.language", + "comment": "In the absence of a language, the resource language applies.", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.designation.use", + "min": 0, + "definition": "A code that represents types of uses of designations.", + "isModifier": false, + "short": "Types of uses of designations", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "1", + "id": "ValueSet.compose.include.concept.designation.use", + "condition": ["vsd-11"], + "comment": "If no use is provided, the designation can be assumed to be suitable for general display to a human user.", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.designation.additionalUse", + "min": 0, + "definition": "Additional codes that detail how this designation would be used, if there is more than one use.", + "isModifier": false, + "short": "Additional ways how this designation would be used", + "type": [{ "code": "Coding" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/designation-use", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ConceptDesignationUse" + } + ], + "description": "Details of how a designation would be used." + }, + "max": "*", + "id": "ValueSet.compose.include.concept.designation.additionalUse", + "condition": ["vsd-11"], + "comment": "This was added rather than increasing the cardinality of .use to 0..* in order to maintain backward compatibility.", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.concept.designation.value", + "min": 1, + "definition": "The text value for this designation.", + "isModifier": false, + "short": "The text value for this designation", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.compose.include.concept.designation.value", + "isSummary": false + }, + { + "path": "ValueSet.compose.include.filter", + "min": 0, + "definition": "Select concepts by specifying a matching criterion based on the properties (including relationships) defined by the system, or on filters defined by the system. If multiple filters are specified within the include, they SHALL all be true.", + "isModifier": false, + "short": "Select codes/concepts by their properties (including relationships)", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.compose.include.filter", + "condition": ["vsd-2", "vsd-3"], + "comment": "Selecting codes by specifying filters based on properties is only possible where the underlying code system defines appropriate properties. Note that in some cases, the underlying code system defines the logical concepts but not the literal codes for the concepts. In such cases, the literal definitions may be provided by a third party.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.property", + "min": 1, + "definition": "A code that identifies a property or a filter defined in the code system.", + "isModifier": false, + "short": "A property/filter defined by the code system", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.compose.include.filter.property", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.op", + "min": 1, + "definition": "The kind of operation to perform as a part of the filter criteria.", + "isModifier": false, + "short": "= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | child-of | descendent-leaf | exists", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/filter-operator|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "FilterOperator" + } + ], + "description": "The kind of operation to perform as a part of a property based filter." + }, + "max": "1", + "id": "ValueSet.compose.include.filter.op", + "comment": "In case filter.property represents a property of the system, the operation applies to the selected property. In case filter.property represents a filter of the system, the operation SHALL match one of the CodeSystem.filter.operator values.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.filter.value", + "min": 1, + "definition": "The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value (if the filter represents a property defined in CodeSystem) or of the system filter value (if the filter represents a filter defined in CodeSystem) when the operation is 'regex', or one of the values (true and false), when the operation is 'exists'.", + "isModifier": false, + "short": "Code from the system, or regex criteria, or boolean value for exists", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.compose.include.filter.value", + "comment": "Use regex matching with care - full regex matching on every SNOMED CT term is prohibitive, for example.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.valueSet", + "min": 0, + "definition": "Selects the concepts found in this value set (based on its value set definition). This is an absolute URI that is a reference to ValueSet.url. If multiple value sets are specified this includes the intersection of the contents of all of the referenced value sets.", + "isModifier": false, + "short": "Select the contents included in this value set", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ValueSet" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ValueSet.compose.include.valueSet", + "condition": ["vsd-1"], + "comment": "The value set URI is either a logical reference to a defined value set such as a [SNOMED CT reference set](https://terminology.hl7.org/SNOMEDCT.html), or a direct reference to a value set definition using ValueSet.url. The reference might not refer to an actual FHIR ValueSet resource; in this case, whatever is referred to is an implicit definition of a value set that needs to be clear about how versions are resolved.", + "isSummary": true + }, + { + "path": "ValueSet.compose.include.copyright", + "min": 0, + "definition": "A copyright statement for the specific code system asserted by the containing ValueSet.compose.include element's system value (if the associated ValueSet.compose.include.version element is not present); or the code system and version combination (if the associated ValueSet.compose.include.version element is present).", + "isModifier": false, + "short": "A copyright statement for the specific code system included in the value set", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.compose.include.copyright", + "isSummary": false + }, + { + "path": "ValueSet.compose.exclude", + "min": 0, + "definition": "Exclude one or more codes from the value set based on code system filters and/or other value sets.", + "isModifier": false, + "short": "Explicitly exclude codes from a code system or other value sets", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "contentReference": "#ValueSet.compose.include", + "mustSupport": false, + "max": "*", + "id": "ValueSet.compose.exclude", + "comment": "Usually this is used to selectively exclude codes that were included by subsumption in the inclusions. Any display names specified for the codes are ignored.", + "isSummary": false + }, + { + "path": "ValueSet.compose.property", + "min": 0, + "definition": "A property to return in the expansion, if the client doesn't ask for any particular properties. May be either a code from the code system definition (convenient) or a the formal URI that refers to the property. The special value '*' means all properties known to the server.", + "isModifier": false, + "short": "Property to return if client doesn't override", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.compose.property", + "comment": "Note that property names can clash, so using a URI is recommended.", + "isSummary": false + }, + { + "path": "ValueSet.expansion", + "min": 0, + "definition": "A value set can also be \"expanded\", where the value set is turned into a simple collection of enumerated codes. This element holds the expansion, if it has been performed.", + "isModifier": false, + "short": "Used when the value set is \"expanded\"", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion", + "comment": "Expansion is performed to produce a collection of codes that are ready to use for data entry or validation. Value set expansions are always considered to be stateless - they are a record of the set of codes in the value set at a point in time under a given set of conditions, and are not subject to ongoing maintenance.\n\nExpansion.parameter is a simplified list of parameters - a subset of the features of the [Parameters](parameters.html) resource.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.identifier", + "min": 0, + "definition": "An identifier that uniquely identifies this expansion of the valueset, based on a unique combination of the provided parameters, the system default parameters, and the underlying system code system versions etc. Systems may re-use the same identifier as long as those factors remain the same, and the expansion is the same, but are not required to do so. This is a business identifier.", + "isModifier": false, + "short": "Identifies the value set expansion (business identifier)", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.identifier", + "comment": "Typically, this uri is a UUID (e.g. urn:uuid:8230ff20-c97a-4167-a59d-dc2cb9df16dd).", + "isSummary": false + }, + { + "path": "ValueSet.expansion.next", + "min": 0, + "definition": "As per paging Search results, the next URLs are opaque to the client, have no dictated structure, and only the server understands them.", + "isModifier": false, + "short": "Opaque urls for paging through expansion results", + "type": [{ "code": "uri" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.expansion.next", + "comment": "Clients SHOULD use the next link, if present, to page through expansion results in preference to using the offset and count parameters. Due to the optional nature of the next link, its absence does not necessarily indicate that it is the last page of results. Instead, as the offset and count parameters SHALL be populated when paging, clients can reliably use the count/offset parameters to determine whether the whole expansion is returned.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.timestamp", + "min": 1, + "definition": "The time at which the expansion was produced by the expanding system.", + "isModifier": false, + "short": "Time ValueSet expansion happened", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.timestamp", + "comment": "This SHOULD be a fully populated instant, but in some circumstances, value sets are expanded by hand, and the expansion is published without that precision.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.total", + "min": 0, + "definition": "The total number of concepts in the expansion. If the number of concept nodes in this resource is less than the stated number, then the server can return more using the offset parameter.", + "isModifier": false, + "short": "Total number of codes in the expansion", + "type": [{ "code": "integer" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.total", + "comment": "Paging only applies to flat expansions.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.offset", + "min": 0, + "definition": "If paging is being used, the offset at which this resource starts. I.e. this resource is a partial view into the expansion. If paging is not being used, this element SHALL NOT be present.", + "isModifier": false, + "short": "Offset at which this resource starts", + "type": [{ "code": "integer" }], + "mustSupport": false, + "meaningWhenMissing": "Paging is not being used", + "max": "1", + "id": "ValueSet.expansion.offset", + "comment": "Paging only applies to flat expansions. If a filter is applied, the count is the number of concepts that matched the filter, not the number of concepts in an unfiltered view of the expansion.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.parameter", + "min": 0, + "definition": "A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.", + "isModifier": false, + "short": "Parameter that controlled the expansion process", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.expansion.parameter", + "comment": "The server decides which parameters to include here, but at a minimum, the list SHOULD include all of the parameters that affect the $expand operation. If the expansion will be persisted all of these parameters SHALL be included. If the codeSystem on the server has a specified version then this version SHALL be provided as a parameter in the expansion (note that not all code systems have a version).", + "isSummary": false + }, + { + "path": "ValueSet.expansion.parameter.name", + "min": 1, + "definition": "Name of the input parameter to the $expand operation; may be a server-assigned name for additional default or other server-supplied parameters used to control the expansion process.", + "isModifier": false, + "short": "Name as assigned by the client or server", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.parameter.name", + "comment": "The names are assigned at the discretion of the server.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.parameter.value[x]", + "min": 0, + "definition": "The value of the parameter.", + "isModifier": false, + "short": "Value of the named parameter", + "type": [ + { "code": "string" }, + { "code": "boolean" }, + { "code": "integer" }, + { "code": "decimal" }, + { "code": "uri" }, + { "code": "code" }, + { "code": "dateTime" } + ], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.parameter.value[x]", + "isSummary": false + }, + { + "path": "ValueSet.expansion.property", + "min": 0, + "definition": "A property defines an additional slot through which additional information can be provided about a concept.", + "isModifier": false, + "short": "Additional information supplied about each concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "*", + "id": "ValueSet.expansion.property", + "isSummary": false + }, + { + "path": "ValueSet.expansion.property.code", + "min": 1, + "definition": "A code that is used to identify the property. The code is used in ValueSet.expansion.contains.property.code.", + "isModifier": false, + "short": "Identifies the property on the concepts, and when referred to in operations", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.property.code", + "isSummary": false + }, + { + "path": "ValueSet.expansion.property.uri", + "min": 0, + "definition": "Reference to the formal meaning of the property. One possible source of meaning is the [Concept Properties](codesystem-concept-properties.html) code system.", + "isModifier": false, + "short": "Formal identifier for the property", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.property.uri", + "isSummary": false + }, + { + "constraint": [ + { + "key": "vsd-6", + "human": "SHALL have a code or a display", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "code.exists() or display.exists()" + }, + { + "key": "vsd-9", + "human": "SHALL have a code if not abstract", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "code.exists() or abstract = true" + }, + { + "key": "vsd-10", + "human": "SHALL have a system if a code is present", + "source": "http://hl7.org/fhir/StructureDefinition/ValueSet", + "severity": "error", + "expression": "code.empty() or system.exists()" + } + ], + "path": "ValueSet.expansion.contains", + "min": 0, + "definition": "The codes that are contained in the value set expansion.", + "isModifier": false, + "short": "Codes in the value set", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ValueSet.expansion.contains", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.system", + "min": 0, + "definition": "An absolute URI which is the code system in which the code for this item in the expansion is defined.", + "isModifier": false, + "short": "System value for the code", + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.contains.system", + "condition": ["vsd-10"], + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.abstract", + "min": 0, + "definition": "If true, this entry is included in the expansion for navigational purposes, and the user cannot select the code directly as a proper value.", + "isModifier": false, + "short": "If user cannot select this entry", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If this is not populated, systems can assume that the concept it not abstract. This SHALL always be populated for abstract concepts", + "max": "1", + "id": "ValueSet.expansion.contains.abstract", + "condition": ["vsd-9"], + "comment": "This should not be understood to exclude its use for searching (e.g. by subsumption testing). The client should know whether it is appropriate for the user to select an abstract code or not.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.inactive", + "min": 0, + "definition": "If the concept is inactive in the code system that defines it. Inactive codes are those that are no longer to be used, but are maintained by the code system for understanding legacy data. It might not be known or specified whether a concept is inactive (and it may depend on the context of use).", + "isModifier": false, + "short": "If concept is inactive in the code system", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.contains.inactive", + "comment": "This should only have a value if the concept is inactive.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.version", + "min": 0, + "definition": "The version of the code system from this code was taken. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.", + "isModifier": false, + "short": "Version in which this code/display is defined", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.contains.version", + "comment": "The exact value of the version string is specified by the system from which the code is derived.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.code", + "min": 0, + "definition": "The code for this item in the expansion hierarchy. If this code is missing the entry in the hierarchy is a place holder (abstract) and does not represent a valid code in the value set.", + "isModifier": false, + "short": "Code - if blank, this is not a selectable code", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.contains.code", + "condition": ["vsd-6", "vsd-9", "vsd-10"], + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.display", + "min": 0, + "definition": "The recommended display for this item in the expansion.", + "isModifier": false, + "short": "User display for the concept", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.expansion.contains.display", + "condition": ["vsd-6"], + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.designation", + "min": 0, + "definition": "Additional representations for this item - other languages, aliases, specialized purposes, used for particular purposes, etc. These are relevant when the conditions of the expansion do not fix to a single correct representation.", + "isModifier": false, + "short": "Additional representations for this item", + "contentReference": "#ValueSet.compose.include.concept.designation", + "mustSupport": false, + "max": "*", + "id": "ValueSet.expansion.contains.designation", + "comment": "The designations provided must be based on the value set and code system definitions.", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property", + "min": 0, + "definition": "A property value for this concept.", + "isModifier": false, + "short": "Property value for the concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptProperty" + } + ], + "max": "*", + "id": "ValueSet.expansion.contains.property", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property.code", + "min": 1, + "definition": "A code that is a reference to ValueSet.expansion.property.code.", + "isModifier": false, + "short": "Reference to ValueSet.expansion.property.code", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.contains.property.code", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property.value[x]", + "min": 1, + "definition": "The value of this property.", + "isModifier": false, + "short": "Value of the property for this concept", + "type": [ + { "code": "code" }, + { "code": "Coding" }, + { "code": "string" }, + { "code": "integer" }, + { "code": "boolean" }, + { "code": "dateTime" }, + { "code": "decimal" } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.contains.property.value[x]", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property.subProperty", + "min": 0, + "definition": "A subproperty value for this concept.", + "isModifier": false, + "short": "SubProperty value for the concept", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", + "valueString": "ConceptSubProperty" + } + ], + "max": "*", + "id": "ValueSet.expansion.contains.property.subProperty", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property.subProperty.code", + "min": 1, + "definition": "A code that is a reference to ValueSet.expansion.property.code.", + "isModifier": false, + "short": "Reference to ValueSet.expansion.property.code", + "type": [{ "code": "code" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.contains.property.subProperty.code", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.property.subProperty.value[x]", + "min": 1, + "definition": "The value of this subproperty.", + "isModifier": false, + "short": "Value of the subproperty for this concept", + "type": [ + { "code": "code" }, + { "code": "Coding" }, + { "code": "string" }, + { "code": "integer" }, + { "code": "boolean" }, + { "code": "dateTime" }, + { "code": "decimal" } + ], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/no-binding", + "valueBoolean": true + } + ], + "max": "1", + "id": "ValueSet.expansion.contains.property.subProperty.value[x]", + "isSummary": false + }, + { + "path": "ValueSet.expansion.contains.contains", + "min": 0, + "definition": "Other codes and entries contained under this entry in the hierarchy.", + "isModifier": false, + "short": "Codes contained under this entry", + "contentReference": "#ValueSet.expansion.contains", + "mustSupport": false, + "max": "*", + "id": "ValueSet.expansion.contains.contains", + "comment": "If the expansion uses this element, there is no implication about the logical relationship between them, and the structure cannot be used for logical inferencing. The structure exists to provide navigational assistance for helping human users to locate codes in the expansion.", + "isSummary": false + }, + { + "path": "ValueSet.scope", + "min": 0, + "definition": "Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description.", + "isModifier": false, + "short": "Description of the semantic space the Value Set Expansion is intended to cover and should further clarify the text in ValueSet.description", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + } + ], + "max": "1", + "id": "ValueSet.scope", + "isSummary": false + }, + { + "path": "ValueSet.scope.inclusionCriteria", + "min": 0, + "definition": "Criteria describing which concepts or codes should be included and why.", + "isModifier": false, + "short": "Criteria describing which concepts or codes should be included and why", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.scope.inclusionCriteria", + "isSummary": false + }, + { + "path": "ValueSet.scope.exclusionCriteria", + "min": 0, + "definition": "Criteria describing which concepts or codes should be excluded and why.", + "isModifier": false, + "short": "Criteria describing which concepts or codes should be excluded and why", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ValueSet.scope.exclusionCriteria", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "ChargeItemDefinition", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "ChargeItemDefinition", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Financial.General" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 1 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "ChargeItemDefinition", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/ChargeItemDefinition", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + } + ], + "path": "ChargeItemDefinition", + "min": 0, + "definition": "The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.", + "isModifier": false, + "short": "Definition of properties and rules about how the price and the applicability of a ChargeItem can be determined", + "mapping": [ + { "map": "Definition", "identity": "workflow" }, + { "map": "financial.support", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "ChargeItemDefinition.url", + "requirements": "Allows the charge item definition to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this charge item definition when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this charge item definition is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the charge item definition is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this charge item definition, represented as a URI (globally unique)", + "mapping": [ + { "map": "Definition.url", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.", + "min": 0, + "definition": "A formal identifier that is used to identify this charge item definition when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the charge item definition", + "mapping": [ + { + "map": "Definition.identifier", + "identity": "workflow" + }, + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this charge item definition outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the charge item definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the charge item definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. To provide a version consistent with the Decision Support Service specification, use the format Major.Minor.Revision (e.g. 1.0.0). For more information on versioning knowledge assets, refer to the Decision Support Service specification. Note that a version is required for non-experimental active assets.", + "isModifier": false, + "short": "Business version of the charge item definition", + "mapping": [ + { "map": "Definition.version", "identity": "workflow" }, + { "map": "FiveWs.version", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.version", + "comment": "There may be different charge item definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the charge item definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "ChargeItemDefinition.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.name", + "requirements": "Support human navigation and code generation.", + "min": 0, + "definition": "A natural language name identifying the ChargeItemDefinition. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this charge item definition (computer friendly)", + "mapping": [ + { "map": "Definition.name", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the charge item definition.", + "isModifier": false, + "short": "Name for this charge item definition (human friendly)", + "mapping": [ + { "map": "Definition.title", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ChargeItemDefinition.title", + "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.derivedFromUri", + "min": 0, + "definition": "The URL pointing to an externally-defined charge item definition that is adhered to in whole or in part by this definition.", + "isModifier": false, + "short": "Underlying externally-defined charge item definition", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.derivedFromUri", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.partOf", + "min": 0, + "definition": "A larger definition of which this particular definition is a component or step.", + "isModifier": false, + "short": "A larger definition of which this particular definition is a component or step", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "mustSupport": false, + "alias": ["container"], + "max": "*", + "id": "ChargeItemDefinition.partOf", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.replaces", + "min": 0, + "definition": "As new versions of a protocol or guideline are defined, allows identification of what versions are replaced by a new instance.", + "isModifier": false, + "short": "Completed or terminated request(s) whose function is taken by this new request", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "canonical", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition" + ] + } + ], + "mustSupport": false, + "alias": ["supersedes", "prior", "renewed order"], + "max": "*", + "id": "ChargeItemDefinition.replaces", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.status", + "min": 1, + "definition": "The current state of the ChargeItemDefinition.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [ + { + "map": "Definition.status {different ValueSet}", + "identity": "workflow" + }, + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "ChargeItemDefinition.status", + "comment": "Allows filtering of charge item definitions that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level charge item definition.", + "min": 0, + "definition": "A Boolean value to indicate that this charge item definition is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [ + { + "map": "Definition.experimental", + "identity": "workflow" + }, + { "map": "FiveWs.class", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "ChargeItemDefinition.experimental", + "comment": "Allows filtering of charge item definitions that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.date", + "min": 0, + "definition": "The date (and optionally time) when the charge item definition was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the charge item definition changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [ + { "map": "Definition.date", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "ChargeItemDefinition.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the charge item definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the charge item definition. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the charge item definition.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [ + { + "map": "Definition.publisher {as string instead of CodeableConcept}", + "identity": "workflow" + }, + { "map": "FiveWs.witness", "identity": "w5" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ChargeItemDefinition.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the charge item definition is the organization or individual primarily responsible for the maintenance and upkeep of the charge item definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the charge item definition. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "mapping": [ + { "map": "Definition.contact", "identity": "workflow" }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.description", + "min": 0, + "definition": "A free text natural language description of the charge item definition from a consumer's perspective.", + "isModifier": false, + "short": "Natural language description of the charge item definition", + "mapping": [ + { + "map": "Definition.description", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ChargeItemDefinition.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the charge item definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the charge item definition is presumed to be the predominant language in the place the charge item definition was created).", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate charge item definition instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "mapping": [ + { + "map": "Definition.useContext", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the charge item definition is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for charge item definition (if applicable)", + "mapping": [ + { + "map": "Definition.jurisdiction", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "ChargeItemDefinition.jurisdiction", + "comment": "It may be possible for the charge item definition to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.purpose", + "min": 0, + "definition": "Explanation of why this charge item definition is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this charge item definition is defined", + "mapping": [ + { "map": "Definition.purpose", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode.text", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ChargeItemDefinition.purpose", + "comment": "This element does not describe the usage of the charge item definition. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this charge item definition.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the charge item definition and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the charge item definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the charge item definition.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { + "map": "Definition.copyright", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "ChargeItemDefinition.copyright", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "ChargeItemDefinition.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the charge item definition was approved by publisher", + "mapping": [ + { + "map": "Definition.approvalDate", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the charge item definition was last reviewed by the publisher", + "mapping": [ + { + "map": "Definition.lastReviewDate", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.code", + "min": 0, + "definition": "The defined billing details in this resource pertain to the given billing code.", + "isModifier": false, + "short": "Billing code or product type this definition applies to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/chargeitem-billingcodes", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "ChargeItemDefinitionCode" + } + ], + "description": "Billing Code defined by this ChargeItemDefinition." + }, + "max": "1", + "id": "ChargeItemDefinition.code", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.instance", + "min": 0, + "definition": "The defined billing details in this resource pertain to the given product instance(s).", + "isModifier": false, + "short": "Instances this definition applies to", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Medication", + "http://hl7.org/fhir/StructureDefinition/Substance", + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/DeviceDefinition", + "http://hl7.org/fhir/StructureDefinition/ActivityDefinition", + "http://hl7.org/fhir/StructureDefinition/PlanDefinition", + "http://hl7.org/fhir/StructureDefinition/HealthcareService" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.instance", + "comment": "In case of highly customized, individually produced or fitted devices/substances, the pricing information may be different for each instance of the product. This reference links pricing details to specific product instances.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.applicability", + "min": 0, + "definition": "Expressions that describe applicability criteria for the billing code.", + "isModifier": false, + "short": "Whether or not the billing code is applicable", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.applicability", + "comment": "The applicability conditions can be used to ascertain whether a billing item is allowed in a specific context. E.g. some billing codes may only be applicable in out-patient settings, only to male/female patients or only to children.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.applicability.condition", + "min": 0, + "definition": "An expression that returns true or false, indicating whether the condition is satisfied. When using FHIRPath expressions, the %context environment variable must be replaced at runtime with the ChargeItem resource to which this definition is applied.", + "isModifier": false, + "short": "Boolean-valued expression", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "Expression" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.applicability.condition", + "comment": "Please note that FHIRPath Expressions can only be evaluated in the scope of the current ChargeItem resource to which this definition is being applied.\nFHIRPath expressions can traverse into other resources linked from the ChargeItem resource, however, testing rules such as that a billing code may be billed only once per encounter need a wider scope. In such scenarios, CQL may be the appropriate choice.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.applicability.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the charge item definition are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the charge item definition content was or is planned to be in active use.", + "isModifier": false, + "short": "When the charge item definition is expected to be used", + "mapping": [ + { + "map": "Definition.effectivePeriod", + "identity": "workflow" + }, + { "map": "N/A", "identity": "rim" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.applicability.effectivePeriod", + "comment": "The effective period for a charge item definition determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.", + "isSummary": true + }, + { + "path": "ChargeItemDefinition.applicability.relatedArtifact", + "min": 0, + "definition": "Reference to / quotation of the external source of the group of properties.", + "isModifier": false, + "short": "Reference to / quotation of the external source of the group of properties", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "1", + "id": "ChargeItemDefinition.applicability.relatedArtifact", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.propertyGroup", + "min": 0, + "definition": "Group of properties which are applicable under the same conditions. If no applicability rules are established for the group, then all properties always apply.", + "isModifier": false, + "short": "Group of properties which are applicable under the same conditions", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.propertyGroup", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.propertyGroup.applicability", + "min": 0, + "definition": "Expressions that describe applicability criteria for the priceComponent.", + "isModifier": false, + "short": "Conditions under which the priceComponent is applicable", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "contentReference": "#ChargeItemDefinition.applicability", + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.propertyGroup.applicability", + "comment": "The applicability conditions can be used to ascertain whether a billing item is allowed in a specific context. E.g. some billing codes may only be applicable in out-patient settings, only to male/female patients or only to children.", + "isSummary": false + }, + { + "path": "ChargeItemDefinition.propertyGroup.priceComponent", + "min": 0, + "definition": "The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated.", + "isModifier": false, + "short": "Components of total line item price", + "mapping": [{ "map": "N/A", "identity": "rim" }], + "type": [{ "code": "MonetaryComponent" }], + "mustSupport": false, + "max": "*", + "id": "ChargeItemDefinition.propertyGroup.priceComponent", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/CommunicationRequest/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Care)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "CommunicationRequest", + "mapping": [ + { + "uri": "http://hl7.org/fhir/workflow", + "name": "Workflow Pattern", + "identity": "workflow" + }, + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "CommunicationRequest", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 2 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "patient" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pc" + } + ], + "status": "draft", + "id": "CommunicationRequest", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/CommunicationRequest", + "differential": { + "element": [ + { + "path": "CommunicationRequest", + "min": 0, + "definition": "A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.", + "isModifier": false, + "short": "A request for information to be sent to a receiver", + "mapping": [ + { "map": "Request", "identity": "workflow" }, + { "map": "workflow.order", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest" + }, + { + "path": "CommunicationRequest.identifier", + "requirements": "Allows identification of the communication request as it is known by various participating systems and in a way that remains consistent across servers.", + "min": 0, + "definition": "Business identifiers assigned to this communication request by the performer or other systems which remain constant as the resource is updated and propagates from server to server.", + "isModifier": false, + "short": "Unique identifier", + "mapping": [ + { "map": "Request.identifier", "identity": "workflow" }, + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.identifier", + "comment": "This is a business identifier, not a resource identifier (see [discussion](resource.html#identifiers)). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.", + "isSummary": true + }, + { + "path": "CommunicationRequest.basedOn", + "requirements": "Allows tracing of authorization for the request and tracking whether proposals/recommendations were acted upon.", + "min": 0, + "definition": "A plan or proposal that is fulfilled in whole or in part by this request.", + "isModifier": false, + "short": "Fulfills plan or proposal", + "mapping": [ + { "map": "Request.basedOn", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=FLFS].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "alias": ["fulfills"], + "max": "*", + "id": "CommunicationRequest.basedOn", + "isSummary": true + }, + { + "path": "CommunicationRequest.replaces", + "requirements": "Allows tracing the continuation of a therapy or administrative process instantiated through multiple requests.", + "min": 0, + "definition": "Completed or terminated request(s) whose function is taken by this new request.", + "isModifier": false, + "short": "Request(s) replaced by this request", + "mapping": [ + { "map": "Request.replaces", "identity": "workflow" }, + { + "map": ".outboundRelationship[typeCode=RPLC].target", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" + ] + } + ], + "mustSupport": false, + "alias": ["supersedes", "prior"], + "max": "*", + "id": "CommunicationRequest.replaces", + "comment": "The replacement could be because the initial request was immediately rejected (due to an issue) or because the previous request was completed, but the need for the action described by the request remains ongoing.", + "isSummary": true + }, + { + "path": "CommunicationRequest.groupIdentifier", + "min": 0, + "definition": "A shared identifier common to multiple independent Request instances that were activated/authorized more or less simultaneously by a single author. The presence of the same identifier on each request ties those requests together and may have business ramifications in terms of reporting of results, billing, etc. E.g. a requisition number shared by a set of lab tests ordered together, or a prescription number shared by all meds ordered at one time.", + "isModifier": false, + "short": "Composite request this is part of", + "mapping": [ + { + "map": "Request.groupIdentifier", + "identity": "workflow" + }, + { + "map": ".inboundRelationship(typeCode=COMP].source[moodCode=INT].identifier", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "alias": ["grouperId"], + "max": "1", + "id": "CommunicationRequest.groupIdentifier", + "comment": "Requests are linked either by a \"basedOn\" relationship (i.e. one request is fulfilling another) or by having a common requisition. Requests that are part of the same requisition are generally treated independently from the perspective of changing their state or maintaining them after initial creation.", + "isSummary": true + }, + { + "path": "CommunicationRequest.status", + "min": 1, + "definition": "The status of the proposal or order.", + "isModifier": true, + "short": "draft | active | on-hold | revoked | completed | entered-in-error | unknown", + "mapping": [ + { "map": "Request.status", "identity": "workflow" }, + { "map": "FiveWs.status", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationRequestStatus" + } + ], + "description": "The status of the communication request." + }, + "max": "1", + "id": "CommunicationRequest.status", + "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid.", + "isSummary": true + }, + { + "path": "CommunicationRequest.statusReason", + "min": 0, + "definition": "Captures the reason for the current state of the CommunicationRequest.", + "isModifier": false, + "short": "Reason for current status", + "mapping": [ + { + "map": "Request.statusReason", + "identity": "workflow" + }, + { + "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN].reasonCOde", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-request-status-reason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationRequestStatusReason" + } + ], + "description": "Codes identifying the reason for the current state of a request." + }, + "alias": ["Suspended Reason", "Cancelled Reason"], + "max": "1", + "id": "CommunicationRequest.statusReason", + "comment": "This is generally only used for \"exception\" statuses such as \"on-hold\" or \"revoked\". The reason why the CommunicationRequest was created at all is captured in reasonCode, not here.", + "isSummary": false + }, + { + "path": "CommunicationRequest.intent", + "requirements": "Proposals/recommendations, plans and orders all use the same structure and can exist in the same fulfillment chain.", + "min": 1, + "definition": "Indicates the level of authority/intentionality associated with the CommunicationRequest and where the request fits into the workflow chain.", + "isModifier": true, + "short": "proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option", + "mapping": [ + { "map": "Request.intent", "identity": "workflow" }, + { "map": "FiveWs.class", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-intent|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationRequestIntent" + } + ], + "description": "Codes indicating the degree of authority/intentionality associated with a request." + }, + "max": "1", + "id": "CommunicationRequest.intent", + "comment": "This element is expected to be immutable. E.g. A \"proposal\" instance should never change to be a \"plan\" instance or \"order\" instance. Instead, a new instance 'basedOn' the prior instance should be created with the new 'intent' value.\n\nOne exception to this is that the granularity of CommunicationRequest.intent is allowed to change. For example, a Request identified as an \"order\" might later be clarified to be a \"filler-order\". Or, in rarer cases (to meet recipient constraints), the reverse might also occur.", + "isModifierReason": "This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request", + "isSummary": true + }, + { + "path": "CommunicationRequest.category", + "min": 0, + "definition": "The type of message to be sent such as alert, notification, reminder, instruction, etc.", + "isModifier": false, + "short": "Message category", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/communication-category", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationCategory" + } + ], + "description": "Codes for general categories of communications such as alerts, instruction, etc." + }, + "max": "*", + "id": "CommunicationRequest.category", + "comment": "There may be multiple axes of categorization and one communication request may serve multiple purposes.", + "isSummary": false + }, + { + "path": "CommunicationRequest.priority", + "min": 0, + "definition": "Characterizes how quickly the proposed act must be initiated. Includes concepts such as stat, urgent, routine.", + "isModifier": false, + "short": "routine | urgent | asap | stat", + "mapping": [ + { "map": "Request.priority", "identity": "workflow" }, + { "map": "FiveWs.grade", "identity": "w5" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "meaningWhenMissing": "If missing, this task should be performed with normal priority", + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/request-priority|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationPriority" + } + ], + "description": "Codes indicating the relative importance of a communication request." + }, + "max": "1", + "id": "CommunicationRequest.priority", + "isSummary": true + }, + { + "path": "CommunicationRequest.doNotPerform", + "min": 0, + "definition": "If true indicates that the CommunicationRequest is asking for the specified action to *not* occur.", + "isModifier": true, + "short": "True if request is prohibiting action", + "mapping": [ + { + "map": "Request.doNotPerform", + "identity": "workflow" + } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If do not perform is not specified, the request is a positive request e.g. \"do perform\"", + "alias": ["prohibited"], + "max": "1", + "id": "CommunicationRequest.doNotPerform", + "comment": "The attributes provided with the request qualify what is not to be done.", + "isModifierReason": "If true this element negates the specified action. For Example, instead of a request for a communication, it is a request for the communication to not occur.", + "isSummary": true + }, + { + "path": "CommunicationRequest.medium", + "min": 0, + "definition": "A channel that was used for this communication (e.g. email, fax).", + "isModifier": false, + "short": "A channel of communication", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ParticipationMode", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationMedium" + } + ], + "description": "Codes for communication mediums such as phone, fax, email, in person, etc." + }, + "max": "*", + "id": "CommunicationRequest.medium", + "isSummary": false + }, + { + "path": "CommunicationRequest.subject", + "min": 0, + "definition": "The patient or group that is the focus of this communication request.", + "isModifier": false, + "short": "Focus of message", + "mapping": [ + { "map": "Request.subject", "identity": "workflow" }, + { "map": "FiveWs.subject[x]", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Group" + ] + } + ], + "mustSupport": false, + "alias": ["patient"], + "max": "1", + "id": "CommunicationRequest.subject", + "isSummary": false + }, + { + "path": "CommunicationRequest.about", + "min": 0, + "definition": "Other resources that pertain to this communication request and to which this communication request should be associated.", + "isModifier": false, + "short": "Resources that pertain to this communication request", + "mapping": [ + { + "map": "Request.supportingInfo", + "identity": "workflow" + }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.about", + "comment": "Don't use CommunicationRequest.about element when a more specific element exists, such as basedOn, reasonReference, or replaces.", + "isSummary": false + }, + { + "path": "CommunicationRequest.encounter", + "min": 0, + "definition": "The Encounter during which this CommunicationRequest was created or to which the creation of this record is tightly associated.", + "isModifier": false, + "short": "The Encounter during which this CommunicationRequest was created", + "mapping": [ + { "map": "Request.encounter", "identity": "workflow" }, + { "map": "FiveWs.context", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Encounter" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "CommunicationRequest.encounter", + "comment": "This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.", + "isSummary": true + }, + { + "path": "CommunicationRequest.payload", + "min": 0, + "definition": "Text, attachment(s), or resource(s) to be communicated to the recipient.", + "isModifier": false, + "short": "Message payload", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.payload", + "isSummary": false + }, + { + "path": "CommunicationRequest.payload.content[x]", + "min": 1, + "definition": "The communicated content (or for multi-part communications, one portion of the communication).", + "isModifier": false, + "short": "Message part content", + "mapping": [ + { "map": "Request.note", "identity": "workflow" } + ], + "type": [ + { "code": "Attachment" }, + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + }, + { "code": "CodeableConcept" } + ], + "mustSupport": false, + "max": "1", + "id": "CommunicationRequest.payload.content[x]", + "comment": "The content can be codified or textual. As an example of codified content, when working with machine generated communications, the payload may be drawn from a finite, terminology defined set of communications, especially for short, status update kinds of communications where more of a natural language approach isn't appropriate.\n\nIf the content isn't codified, contentCodeableConcept.text can be used. \n\nWhen using contentCodeableConcept, the CodeableConcept is what is being communicated and is not a categorization of the content.", + "isSummary": false + }, + { + "path": "CommunicationRequest.occurrence[x]", + "min": 0, + "definition": "The time when this communication is to occur.", + "isModifier": false, + "short": "When scheduled", + "mapping": [ + { + "map": "Request.occurrence[x]", + "identity": "workflow" + }, + { "map": "FiveWs.planned", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }, { "code": "Period" }], + "mustSupport": false, + "alias": ["timing"], + "max": "1", + "id": "CommunicationRequest.occurrence[x]", + "isSummary": true + }, + { + "path": "CommunicationRequest.authoredOn", + "min": 0, + "definition": "For draft requests, indicates the date of initial creation. For requests with other statuses, indicates the date of activation.", + "isModifier": false, + "short": "When request transitioned to being actionable", + "mapping": [ + { "map": "Request.authoredOn", "identity": "workflow" }, + { "map": "FiveWs.recorded", "identity": "w5" } + ], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["createdOn"], + "max": "1", + "id": "CommunicationRequest.authoredOn", + "isSummary": true + }, + { + "path": "CommunicationRequest.requester", + "min": 0, + "definition": "The device, individual, or organization who asks for the information to be shared.", + "isModifier": false, + "short": "Who asks for the information to be shared", + "mapping": [ + { "map": "Request.requester", "identity": "workflow" }, + { "map": "FiveWs.author", "identity": "w5" }, + { + "map": ".participation[typeCode=AUT].role", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Device" + ] + } + ], + "mustSupport": false, + "alias": ["author"], + "max": "1", + "id": "CommunicationRequest.requester", + "isSummary": true + }, + { + "path": "CommunicationRequest.recipient", + "min": 0, + "definition": "The entity (e.g. person, organization, clinical information system, device, group, or care team) which is the intended target of the communication.", + "isModifier": false, + "short": "Who to share the information with", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/Group", + "http://hl7.org/fhir/StructureDefinition/CareTeam", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.recipient", + "isSummary": false + }, + { + "path": "CommunicationRequest.informationProvider", + "min": 0, + "definition": "The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication.", + "isModifier": false, + "short": "Who should share the information", + "mapping": [ + { "map": "Request.performer", "identity": "workflow" }, + { "map": "FiveWs.actor", "identity": "w5" } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Device", + "http://hl7.org/fhir/StructureDefinition/Organization", + "http://hl7.org/fhir/StructureDefinition/Patient", + "http://hl7.org/fhir/StructureDefinition/Practitioner", + "http://hl7.org/fhir/StructureDefinition/PractitionerRole", + "http://hl7.org/fhir/StructureDefinition/RelatedPerson", + "http://hl7.org/fhir/StructureDefinition/HealthcareService", + "http://hl7.org/fhir/StructureDefinition/Endpoint" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.informationProvider", + "isSummary": true + }, + { + "path": "CommunicationRequest.reason", + "min": 0, + "definition": "Describes why the request is being made in coded or textual form.", + "isModifier": false, + "short": "Why is communication needed?", + "mapping": [ + { "map": "Request.reason", "identity": "workflow" }, + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": ".reasonCode", "identity": "rim" } + ], + "type": [ + { + "code": "CodeableReference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Resource" + ] + } + ], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v3-ActReason", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "CommunicationReason" + } + ], + "description": "Codes for describing reasons for the occurrence of a communication." + }, + "max": "*", + "id": "CommunicationRequest.reason", + "comment": "Textual reasons can be captured using reasonCode.text.", + "isSummary": true + }, + { + "path": "CommunicationRequest.note", + "min": 0, + "definition": "Comments made about the request by the requester, sender, recipient, subject or other participants.", + "isModifier": false, + "short": "Comments made about communication request", + "mapping": [ + { "map": "Request.note", "identity": "workflow" }, + { + "map": ".inboundRelationship(typeCode=SUBJ].source[classCode=ANNGEN, moodCode=EVN].value[xsi:type=ST]", + "identity": "rim" + } + ], + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "CommunicationRequest.note", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/patientcare/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "instant Type: An instant in time - known at least to the second", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/instant/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "instant", + "abstract": false, + "type": "instant", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "instant", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/instant", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/instant", + "differential": { + "element": [ + { + "id": "instant", + "max": "*", + "min": 0, + "path": "instant", + "short": "Primitive Type instant", + "comment": "Note: This is intended for where precisely observed times are required, typically system logs etc., and not human-reported times - for them, see date and dateTime (which can be as precise as instant, but is not required to be) below. UTC offset is always required", + "definition": "An instant in time - known at least to the second" + }, + { + "id": "instant.value", + "max": "1", + "min": 0, + "path": "instant.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.DateTime", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "instant" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\\.[0-9]{1,9})?(Z|(\\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00))" + } + ] + } + ], + "short": "Primitive value for instant", + "definition": "Primitive value for instant", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + }, + { + "description": "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a \"System\" used within the Identifier and Coding data types.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/NamingSystem/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Terminology Infrastructure)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "NamingSystem", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/object-implementation", + "name": "Object Implementation Information", + "identity": "objimpl" + } + ], + "abstract": false, + "type": "NamingSystem", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Foundation.Terminology" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements", + "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 4 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "anonymous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "vocab" + } + ], + "status": "draft", + "id": "NamingSystem", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/NamingSystem", + "differential": { + "element": [ + { + "constraint": [ + { + "key": "nsd-1", + "human": "Root systems cannot have uuid identifiers", + "source": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "severity": "error", + "expression": "kind != 'root' or uniqueId.all(type != 'uuid')" + }, + { + "key": "cnl-0", + "human": "Name should be usable as an identifier for the module by machine processing applications such as code generation", + "source": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "severity": "warning", + "expression": "name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')" + }, + { + "key": "nsd-3", + "human": "Can't have more than one authoritative identifier for a type/period combination (only one authoritative identifier allowed at any given point of time)", + "source": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "severity": "error", + "expression": "uniqueId.where(authoritative = 'true').select(type.toString() & period.start.toString() & period.end.toString()).isDistinct()" + }, + { + "key": "nsd-2", + "human": "Can't have more than one preferred identifier for a type", + "source": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "severity": "error", + "expression": "uniqueId.where(preferred = true).select(type).isDistinct()" + } + ], + "path": "NamingSystem", + "min": 0, + "definition": "A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a \"System\" used within the Identifier and Coding data types.", + "isModifier": false, + "short": "System of unique identification", + "mapping": [ + { "map": "conformance.terminology", "identity": "w5" }, + { "map": "N/A", "identity": "v2" }, + { "map": "N/A", "identity": "rim" } + ], + "mustSupport": false, + "max": "*", + "id": "NamingSystem" + }, + { + "constraint": [ + { + "key": "cnl-1", + "human": "URL should not contain | or # - these characters make processing canonical references problematic", + "source": "http://hl7.org/fhir/StructureDefinition/NamingSystem", + "severity": "warning", + "expression": "exists() implies matches('^[^|# ]+$')" + } + ], + "path": "NamingSystem.url", + "requirements": "Allows the naming system to be referenced by a single globally unique identifier.", + "min": 0, + "definition": "An absolute URI that is used to identify this naming system when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this naming system is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the naming system is stored on different servers.", + "isModifier": false, + "short": "Canonical identifier for this naming system, represented as a URI (globally unique)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "uri" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.url", + "comment": "Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version.\n\nThe determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). \n\nIn some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found.", + "isSummary": true + }, + { + "path": "NamingSystem.identifier", + "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the naming system.", + "min": 0, + "definition": "A formal identifier that is used to identify this naming system when it is represented in other formats, or referenced in a specification, model, design or an instance.", + "isModifier": false, + "short": "Additional identifier for the naming system (business identifier)", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.identifier", + "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this naming system outside of FHIR, where it is not possible to use the logical URI.", + "isSummary": true + }, + { + "path": "NamingSystem.version", + "min": 0, + "definition": "The identifier that is used to identify this version of the naming system when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the naming system author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.", + "isModifier": false, + "short": "Business version of the naming system", + "mapping": [{ "map": "FiveWs.version", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.version", + "comment": "There may be different naming system instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the naming system with the format [url]|[version]. The version SHOULD NOT contain a '#' - see [Business Version](resource.html#bv-format).", + "isSummary": true + }, + { + "path": "NamingSystem.versionAlgorithm[x]", + "min": 0, + "definition": "Indicates the mechanism used to compare versions to determine which NamingSystem is more current.", + "isModifier": false, + "short": "How to compare versions", + "type": [{ "code": "string" }, { "code": "Coding" }], + "mustSupport": false, + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/version-algorithm" + }, + "max": "1", + "id": "NamingSystem.versionAlgorithm[x]", + "comment": "If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined.", + "isSummary": true + }, + { + "path": "NamingSystem.name", + "requirements": "Support human navigation and code generation.", + "min": 1, + "definition": "A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation.", + "isModifier": false, + "short": "Name for this naming system (computer friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.name", + "condition": ["cnl-0"], + "comment": "The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.The\"symbolic name\" for an OID would be captured as an extension.", + "isSummary": true + }, + { + "path": "NamingSystem.title", + "min": 0, + "definition": "A short, descriptive, user-friendly title for the naming system.", + "isModifier": false, + "short": "Title for this naming system (human friendly)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.title", + "comment": "This title does not need to be machine-processing friendly and may contain punctuation, white-space, etc.", + "isSummary": true + }, + { + "path": "NamingSystem.status", + "min": 1, + "definition": "The status of this naming system. Enables tracking the life-cycle of the content.", + "isModifier": true, + "short": "draft | active | retired | unknown", + "mapping": [{ "map": "FiveWs.status", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/publication-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "PublicationStatus" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The lifecycle status of an artifact." + }, + "max": "1", + "id": "NamingSystem.status", + "comment": "Allows filtering of naming systems that are appropriate for use versus not.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration", + "isSummary": true + }, + { + "path": "NamingSystem.kind", + "min": 1, + "definition": "Indicates the purpose for the naming system - what kinds of things does it make unique?", + "isModifier": false, + "short": "codesystem | identifier | root", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NamingSystemType" + } + ], + "description": "Identifies the purpose of the naming system." + }, + "max": "1", + "id": "NamingSystem.kind", + "condition": ["nsd-1"], + "isSummary": true + }, + { + "path": "NamingSystem.experimental", + "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level naming system.", + "min": 0, + "definition": "A Boolean value to indicate that this naming system is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.", + "isModifier": false, + "short": "For testing purposes, not real usage", + "mapping": [{ "map": "FiveWs.class", "identity": "w5" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If absent, this resource is treated as though it is not experimental.", + "max": "1", + "id": "NamingSystem.experimental", + "comment": "Allows filtering of naming systems that are appropriate for use versus not.", + "isSummary": true + }, + { + "path": "NamingSystem.date", + "min": 1, + "definition": "The date (and optionally time) when the naming system was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes.", + "isModifier": false, + "short": "Date last changed", + "mapping": [{ "map": "FiveWs.recorded", "identity": "w5" }], + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "alias": ["Revision Date"], + "max": "1", + "id": "NamingSystem.date", + "comment": "The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the naming system. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "NamingSystem.publisher", + "requirements": "Helps establish the \"authority/credibility\" of the naming system. May also allow for contact.", + "min": 0, + "definition": "The name of the organization or individual responsible for the release and ongoing maintenance of the naming system.", + "isModifier": false, + "short": "Name of the publisher/steward (organization or individual)", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.publisher", + "comment": "Usually an organization but may be an individual. The publisher (or steward) of the naming system is the organization or individual primarily responsible for the maintenance and upkeep of the naming system. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the naming system. This item SHOULD be populated unless the information is available from context.", + "isSummary": true + }, + { + "path": "NamingSystem.contact", + "min": 0, + "definition": "Contact details to assist a user in finding and communicating with the publisher.", + "isModifier": false, + "short": "Contact details for the publisher", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.contact", + "comment": "May be a web site, an email address, a telephone number, etc.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "NamingSystem.responsible", + "min": 0, + "definition": "The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision.", + "isModifier": false, + "short": "Who maintains system namespace?", + "mapping": [{ "map": "FiveWs.witness", "identity": "w5" }], + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.responsible", + "comment": "This is the primary organization. Responsibility for some aspects of a namespace may be delegated.", + "isSummary": false + }, + { + "path": "NamingSystem.type", + "min": 0, + "definition": "Categorizes a naming system for easier search by grouping related naming systems.", + "isModifier": false, + "short": "e.g. driver, provider, patient, bank etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "preferred", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-system-type", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NamingSystemIdentifierSystemType" + } + ], + "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose." + }, + "max": "1", + "id": "NamingSystem.type", + "comment": "This will most commonly be used for identifier namespaces, but categories could potentially be useful for code systems and authorities as well.", + "isSummary": false + }, + { + "path": "NamingSystem.description", + "min": 0, + "definition": "A free text natural language description of the naming system from a consumer's perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc.", + "isModifier": false, + "short": "Natural language description of the naming system", + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.description", + "comment": "This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the naming system as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the naming system is presumed to be the predominant language in the place the naming system was created).", + "isSummary": false + }, + { + "path": "NamingSystem.useContext", + "requirements": "Assist in searching for appropriate content.", + "min": 0, + "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate naming system instances.", + "isModifier": false, + "short": "The context that the content is intended to support", + "type": [{ "code": "UsageContext" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.useContext", + "comment": "When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.", + "isSummary": true + }, + { + "path": "NamingSystem.jurisdiction", + "min": 0, + "definition": "A legal or geographic region in which the naming system is intended to be used.", + "isModifier": false, + "short": "Intended jurisdiction for naming system (if applicable)", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "extensible", + "valueSet": "http://hl7.org/fhir/ValueSet/jurisdiction", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Jurisdiction" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "Countries and regions within which this artifact is targeted for use." + }, + "max": "*", + "id": "NamingSystem.jurisdiction", + "comment": "It may be possible for the naming system to be used in jurisdictions other than those for which it was originally designed or intended.\n\nDEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.)", + "isSummary": true + }, + { + "path": "NamingSystem.purpose", + "min": 0, + "definition": "Explanation of why this naming system is needed and why it has been designed as it has.", + "isModifier": false, + "short": "Why this naming system is defined", + "mapping": [ + { "map": "FiveWs.why[x]", "identity": "w5" }, + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.purpose", + "comment": "This element does not describe the usage of the code system. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this code system.", + "isSummary": false + }, + { + "path": "NamingSystem.copyright", + "requirements": "Consumers must be able to determine any legal restrictions on the use of the naming system and/or its content.", + "min": 0, + "definition": "A copyright statement relating to the naming system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the naming system.", + "isModifier": false, + "short": "Use and/or publishing restrictions", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "markdown" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "alias": ["License", "Restrictions"], + "max": "1", + "id": "NamingSystem.copyright", + "isSummary": false + }, + { + "path": "NamingSystem.copyrightLabel", + "requirements": "Defines the content expected to be rendered in all representations of the artifact.", + "min": 0, + "definition": "A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved').", + "isModifier": false, + "short": "Copyright holder and year(s)", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.copyrightLabel", + "comment": "The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element.", + "isSummary": false + }, + { + "path": "NamingSystem.approvalDate", + "min": 0, + "definition": "The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.", + "isModifier": false, + "short": "When the NamingSystem was approved by publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.approvalDate", + "comment": "The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "NamingSystem.lastReviewDate", + "requirements": "Gives a sense of how \"current\" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.", + "min": 0, + "definition": "The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.", + "isModifier": false, + "short": "When the NamingSystem was last reviewed by the publisher", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.lastReviewDate", + "comment": "If specified, this date follows the original approval date.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "NamingSystem.effectivePeriod", + "requirements": "Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the NamingSystem are or are expected to be used instead.", + "min": 0, + "definition": "The period during which the NamingSystem content was or is planned to be in active use.", + "isModifier": false, + "short": "When the NamingSystem is expected to be used", + "mapping": [ + { "map": "no-gen-base", "identity": "objimpl" } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.effectivePeriod", + "comment": "The effective period for a NamingSystem determines when the content is applicable for usage and is independent of publication and review dates. For example, a NamingSystem intended to be used for the year 2016 might be published in 2015.\n\nSee guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": true + }, + { + "path": "NamingSystem.topic", + "requirements": "Repositories must be able to determine how to categorize the NamingSystem so that it can be found by topical and keyword searches.", + "min": 0, + "definition": "Descriptions related to the content of the NamingSystem. Topics provide a high-level categorization as well as keywords for the NamingSystem that can be useful for filtering and searching.", + "isModifier": false, + "short": "E.g. Education, Treatment, Assessment, etc", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "deprecated" + } + ], + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/definition-topic", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "DefinitionTopic" + } + ] + }, + "max": "*", + "id": "NamingSystem.topic", + "comment": "DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'topic' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#topic and useContext.valueCodeableConcept indicating the topic)", + "isSummary": false + }, + { + "path": "NamingSystem.author", + "min": 0, + "definition": "An individiual or organization primarily involved in the creation and maintenance of the NamingSystem.", + "isModifier": false, + "short": "Who authored the CodeSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.author", + "isSummary": false + }, + { + "path": "NamingSystem.editor", + "min": 0, + "definition": "An individual or organization primarily responsible for internal coherence of the NamingSystem.", + "isModifier": false, + "short": "Who edited the NamingSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.editor", + "isSummary": false + }, + { + "path": "NamingSystem.reviewer", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be primarily responsible for review of some aspect of the NamingSystem.", + "isModifier": false, + "short": "Who reviewed the NamingSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.reviewer", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "NamingSystem.endorser", + "min": 0, + "definition": "An individual or organization asserted by the publisher to be responsible for officially endorsing the NamingSystem for use in some setting.", + "isModifier": false, + "short": "Who endorsed the NamingSystem", + "type": [{ "code": "ContactDetail" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.endorser", + "comment": "See guidance around (not) making local changes to elements [here](canonicalresource.html#localization).", + "isSummary": false + }, + { + "path": "NamingSystem.relatedArtifact", + "requirements": "A NamingSystem must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.", + "min": 0, + "definition": "Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts.", + "isModifier": false, + "short": "Additional documentation, citations, etc", + "type": [{ "code": "RelatedArtifact" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.relatedArtifact", + "comment": "Each related artifact is either an attachment, or a reference to another resource, but not both.", + "isSummary": false + }, + { + "path": "NamingSystem.usage", + "min": 0, + "definition": "Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc.", + "isModifier": false, + "short": "How/where is it used", + "type": [{ "code": "string" }], + "mustSupport": false, + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable", + "valueBoolean": true + } + ], + "max": "1", + "id": "NamingSystem.usage", + "isSummary": false + }, + { + "path": "NamingSystem.uniqueId", + "min": 1, + "definition": "Indicates how the system may be identified when referenced in electronic exchange.", + "isModifier": false, + "short": "Unique identifiers used for system", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "NamingSystem.uniqueId", + "condition": ["nsd-1", "nsd-2", "nsd-3"], + "comment": "Multiple identifiers may exist, either due to duplicate registration, regional rules, needs of different communication technologies, etc.", + "isSummary": true + }, + { + "path": "NamingSystem.uniqueId.type", + "min": 1, + "definition": "Identifies the unique identifier scheme used for this particular identifier.", + "isModifier": false, + "short": "oid | uuid | uri | iri-stem | v2csmnemonic | other", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "NamingSystemIdentifierType" + } + ], + "description": "Identifies the style of unique identifier used to identify a namespace." + }, + "max": "1", + "id": "NamingSystem.uniqueId.type", + "condition": ["nsd-1", "nsd-2", "nsd-3"], + "comment": "Different identifier types may be used in different types of communications (OIDs for v3, URIs for FHIR, etc.). Other includes RUIDs from v3, standard v2 code name strings, etc. Preferred identifiers for the same identifier type SHOULD NOT overlap by period.", + "isSummary": true + }, + { + "path": "NamingSystem.uniqueId.value", + "min": 1, + "definition": "The string that should be sent over the wire to identify the code system or identifier system.", + "isModifier": false, + "short": "The unique identifier", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" } + ], + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.uniqueId.value", + "comment": "If the value is a URI intended for use as FHIR system identifier, the URI should not contain \"\\\" or \"?\" or \",\" since this makes escaping very difficult.", + "isSummary": true + }, + { + "path": "NamingSystem.uniqueId.preferred", + "min": 0, + "definition": "Indicates whether this identifier is the \"preferred\" identifier of this type.", + "isModifier": false, + "short": "Is this the id that should be used for this type", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "If there are multiple ids, and one is labeled \"preferred\", then the assumption is that the others are not preferred. In the absence of any id marked as preferred, no inference can be drawn", + "max": "1", + "id": "NamingSystem.uniqueId.preferred", + "condition": ["nsd-2"], + "isSummary": false + }, + { + "path": "NamingSystem.uniqueId.comment", + "min": 0, + "definition": "Notes about the past or intended usage of this identifier.", + "isModifier": false, + "short": "Notes about identifier usage", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.uniqueId.comment", + "comment": "e.g. \"must be used in Germany\" or \"was initially published in error with this value\".", + "isSummary": false + }, + { + "path": "NamingSystem.uniqueId.period", + "min": 0, + "definition": "Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic.", + "isModifier": false, + "short": "When is identifier valid?", + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.uniqueId.period", + "condition": ["nsd-3"], + "comment": "Within a registry, a given identifier should only be \"active\" for a single namespace at a time. (Ideally, an identifier should only ever be associated with a single namespace across all time).\n\nThe nuance of identifier deprecation is not represented with a separate element. When a determination is made that an identifier should not be used, the validity period end date is updated with the date the identifier is deemed to be deprecated. The identifier should no longer be used once the period end date is reached.", + "isSummary": false + }, + { + "path": "NamingSystem.uniqueId.authoritative", + "min": 0, + "definition": "Indicates whether this identifier ie endorsed by the official owner of the associated naming system.", + "isModifier": false, + "short": "Whether the identifier is authoritative", + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "NamingSystem.uniqueId.authoritative", + "condition": ["nsd-3"], + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A record of dispensation of a biologically derived product.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Orders and Observations)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "BiologicallyDerivedProductDispense", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + } + ], + "abstract": false, + "type": "BiologicallyDerivedProductDispense", + "experimental": true, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Clinical.Request & Response" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "draft" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 0 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "business" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "oo" + } + ], + "status": "draft", + "id": "BiologicallyDerivedProductDispense", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/BiologicallyDerivedProductDispense", + "differential": { + "element": [ + { + "path": "BiologicallyDerivedProductDispense", + "min": 0, + "definition": "This resource reflects an instance of a biologically derived product dispense. The supply or dispense of a biologically derived product from the supply organization or department (e.g. hospital transfusion laboratory) to the clinical team responsible for clinical application.", + "isModifier": false, + "short": "A record of dispensation of a biologically derived product", + "mapping": [ + { "map": "administrative.device", "identity": "w5" } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense" + }, + { + "path": "BiologicallyDerivedProductDispense.identifier", + "min": 0, + "definition": "Unique instance identifiers assigned to a biologically derived product dispense. Note: This is a business identifier, not a resource identifier.", + "isModifier": false, + "short": "Business identifier for this dispense", + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense.identifier", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.basedOn", + "min": 0, + "definition": "The order or request that the dispense is fulfilling. This is a reference to a ServiceRequest resource.", + "isModifier": false, + "short": "The order or request that this dispense is fulfilling", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/ServiceRequest" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense.basedOn", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.partOf", + "min": 0, + "definition": "A larger event of which this particular event is a component.", + "isModifier": false, + "short": "Short description", + "type": [ + { + "code": "Reference", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy", + "valueBoolean": true + } + ], + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense" + ] + } + ], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense.partOf", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.status", + "min": 1, + "definition": "A code specifying the state of the dispense event.", + "isModifier": false, + "short": "preparation | in-progress | allocated | issued | unfulfilled | returned | entered-in-error | unknown", + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-status|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the state of the dispense event." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductDispenseStatus" + } + ], + "description": "Describes the lifecycle of the dispense." + }, + "max": "1", + "id": "BiologicallyDerivedProductDispense.status", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.originRelationshipType", + "min": 0, + "definition": "Indicates the relationship between the donor of the biologically derived product and the intended recipient.", + "isModifier": false, + "short": "Relationship between the donor and intended recipient", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-origin-relationship", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the relationship between the recipient and origin of the dispensed product." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductDispenseOriginRelationship" + } + ], + "description": "Describes the relationship between the recipient and origin of the dispensed product." + }, + "max": "1", + "id": "BiologicallyDerivedProductDispense.originRelationshipType", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.product", + "min": 1, + "definition": "A link to a resource identifying the biologically derived product that is being dispensed.", + "isModifier": false, + "short": "The BiologicallyDerivedProduct that is dispensed", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.product", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.patient", + "min": 1, + "definition": "A link to a resource representing the patient that the product is dispensed for.", + "isModifier": false, + "short": "The intended recipient of the dispensed product", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Patient" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.patient", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.matchStatus", + "min": 0, + "definition": "Indicates the type of matching associated with the dispense.", + "isModifier": false, + "short": "Indicates the type of matching associated with the dispense", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-match-status", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the type of matching between the recipient and origin of the dispensed product." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductDispenseMatchStatus" + } + ], + "description": "Describes the type of matching between the recipient and origin of the dispensed product." + }, + "max": "1", + "id": "BiologicallyDerivedProductDispense.matchStatus", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.performer", + "min": 0, + "definition": "Indicates who or what performed an action.", + "isModifier": false, + "short": "Indicates who or what performed an action", + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense.performer", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.performer.function", + "min": 0, + "definition": "Identifies the function of the performer during the dispense.", + "isModifier": false, + "short": "Identifies the function of the performer during the dispense", + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://hl7.org/fhir/ValueSet/biologicallyderivedproductdispense-performer-function", + "extension": [ + { + "url": "http://hl7.org/fhir/tools/StructureDefinition/binding-definition", + "valueString": "A coded concept specifying the role or function of the performer in the dispense." + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "BiologicallyDerivedProductDispensPerformerFunction" + } + ], + "description": "Describes the the role or function of the performer in the dispense." + }, + "max": "1", + "id": "BiologicallyDerivedProductDispense.performer.function", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.performer.actor", + "min": 1, + "definition": "Identifies the person responsible for the action.", + "isModifier": false, + "short": "Who performed the action", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Practitioner" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.performer.actor", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.location", + "min": 0, + "definition": "The physical location where the dispense was performed.", + "isModifier": false, + "short": "Where the dispense occurred", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.location", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.quantity", + "min": 0, + "definition": "The amount of product in the dispense. Quantity will depend on the product being dispensed. Examples are: volume; cell count; concentration.", + "isModifier": false, + "short": "Amount dispensed", + "type": [ + { + "code": "Quantity", + "profile": [ + "http://hl7.org/fhir/StructureDefinition/SimpleQuantity" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.quantity", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.preparedDate", + "min": 0, + "definition": "When the product was selected/ matched.", + "isModifier": false, + "short": "When product was selected/matched", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.preparedDate", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.whenHandedOver", + "min": 0, + "definition": "When the product was dispatched for clinical use.", + "isModifier": false, + "short": "When the product was dispatched", + "type": [{ "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.whenHandedOver", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.destination", + "min": 0, + "definition": "Link to a resource identifying the physical location that the product was dispatched to.", + "isModifier": false, + "short": "Where the product was dispatched to", + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Location" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.destination", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.note", + "min": 0, + "definition": "Additional notes.", + "isModifier": false, + "short": "Additional notes", + "type": [{ "code": "Annotation" }], + "mustSupport": false, + "max": "*", + "id": "BiologicallyDerivedProductDispense.note", + "isSummary": true + }, + { + "path": "BiologicallyDerivedProductDispense.usageInstruction", + "min": 0, + "definition": "Specific instructions for use.", + "isModifier": false, + "short": "Specific instructions for use", + "type": [{ "code": "string" }], + "mustSupport": false, + "max": "1", + "id": "BiologicallyDerivedProductDispense.usageInstruction", + "isSummary": true + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/orders/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "A person who is directly or indirectly involved in the provisioning of healthcare or related services.", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/Practitioner/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "Health Level Seven International (Patient Administration)", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "purpose": "Need to track doctors, staff, locums etc. for both healthcare practitioners, funders, etc.", + "name": "Practitioner", + "mapping": [ + { + "uri": "http://hl7.org/fhir/fivews", + "name": "FiveWs Pattern Mapping", + "identity": "w5" + }, + { + "uri": "http://hl7.org/v2", + "name": "HL7 V2 Mapping", + "identity": "v2" + }, + { + "uri": "http://hl7.org/v3", + "name": "RIM Mapping", + "identity": "rim" + }, + { + "uri": "http://hl7.org/fhir/interface", + "name": "Interface Pattern", + "identity": "interface" + }, + { + "uri": "http://www.omg.org/spec/ServD/1.0/", + "name": "ServD", + "identity": "servd" + } + ], + "abstract": false, + "type": "Practitioner", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", + "valueString": "Base.Individuals" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "trial-use" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", + "valueInteger": 5 + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", + "valueCode": "individual" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", + "valueCode": "pa" + } + ], + "status": "draft", + "id": "Practitioner", + "kind": "resource", + "url": "http://hl7.org/fhir/StructureDefinition/Practitioner", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/Practitioner", + "differential": { + "element": [ + { + "path": "Practitioner", + "min": 0, + "definition": "A person who is directly or indirectly involved in the provisioning of healthcare or related services.", + "isModifier": false, + "short": "A person with a formal responsibility in the provisioning of healthcare or related services", + "mapping": [ + { + "map": "administrative.individual", + "identity": "w5" + }, + { "map": "PRD (as one example)", "identity": "v2" }, + { "map": "Role", "identity": "rim" }, + { "map": "ParticipantLiving", "identity": "interface" }, + { "map": "Provider", "identity": "servd" } + ], + "mustSupport": false, + "max": "*", + "id": "Practitioner" + }, + { + "path": "Practitioner.identifier", + "requirements": "Often, specific identities are assigned for the agent.", + "min": 0, + "definition": "An identifier that applies to this person in this role.", + "isModifier": false, + "short": "An identifier for the person as this agent", + "mapping": [ + { "map": "FiveWs.identifier", "identity": "w5" }, + { "map": "PRD-7 (or XCN.1)", "identity": "v2" }, + { "map": "./id", "identity": "rim" }, + { + "map": "Participant.identifier", + "identity": "interface" + }, + { "map": "./Identifiers", "identity": "servd" } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.identifier", + "isSummary": true + }, + { + "path": "Practitioner.active", + "requirements": "Need to be able to mark a practitioner record as not to be used because it was created in error.", + "min": 0, + "definition": "Whether this practitioner's record is in active use.", + "isModifier": true, + "short": "Whether this practitioner's record is in active use", + "mapping": [ + { "map": "FiveWs.status", "identity": "w5" }, + { "map": "./statusCode", "identity": "rim" }, + { "map": "Participant.active", "identity": "interface" } + ], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element", + "max": "1", + "id": "Practitioner.active", + "comment": "If the practitioner is not in use by one organization, then it should mark the period on the PractitonerRole with an end date (even if they are active) as they may be active in another role.", + "isModifierReason": "This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid", + "isSummary": true + }, + { + "path": "Practitioner.name", + "requirements": "The name(s) that a Practitioner is known by. Where there are multiple, the name that the practitioner is usually known as should be used in the display.", + "min": 0, + "definition": "The name(s) associated with the practitioner.", + "isModifier": false, + "short": "The name(s) associated with the practitioner", + "mapping": [ + { "map": "XCN Components", "identity": "v2" }, + { "map": "./name", "identity": "rim" }, + { "map": "Participant.name", "identity": "interface" }, + { + "map": "./PreferredName (GivenNames, FamilyName, TitleCode)", + "identity": "servd" + } + ], + "type": [{ "code": "HumanName" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.name", + "comment": "The selection of the use property should ensure that there is a single usual name specified, and others use the nickname (alias), old, or other values as appropriate. \r\rIn general, select the value to be used in the ResourceReference.display based on this:\r\r1. There is more than 1 name\r2. Use = usual\r3. Period is current to the date of the usage\r4. Use = official\r5. Other order as decided by internal business rules.", + "isSummary": true + }, + { + "path": "Practitioner.telecom", + "requirements": "Need to know how to reach a practitioner independent to any roles the practitioner may have.", + "min": 0, + "definition": "A contact detail for the practitioner, e.g. a telephone number or an email address.", + "isModifier": false, + "short": "A contact detail for the practitioner (that apply to all roles)", + "mapping": [ + { "map": "PRT-15, STF-10, ROL-12", "identity": "v2" }, + { "map": "./telecom", "identity": "rim" }, + { + "map": "ParticipantContactable.telecom", + "identity": "interface" + }, + { "map": "./ContactPoints", "identity": "servd" } + ], + "type": [{ "code": "ContactPoint" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.telecom", + "comment": "Person may have multiple ways to be contacted with different uses or applicable periods. May need to have options for contacting the person urgently and to help with identification. These typically will have home numbers, or mobile numbers that are not role specific.", + "isSummary": true + }, + { + "path": "Practitioner.gender", + "requirements": "Needed to address the person correctly.", + "min": 0, + "definition": "Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.", + "isModifier": false, + "short": "male | female | other | unknown", + "mapping": [ + { "map": "STF-5", "identity": "v2" }, + { "map": "./administrativeGender", "identity": "rim" }, + { + "map": "ParticipantLiving.gender", + "identity": "interface" + }, + { "map": "./GenderCode", "identity": "servd" } + ], + "type": [{ "code": "code" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/administrative-gender|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "AdministrativeGender" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "description": "The gender of a person used for administrative purposes." + }, + "max": "1", + "id": "Practitioner.gender", + "isSummary": true + }, + { + "path": "Practitioner.birthDate", + "requirements": "Needed for identification.", + "min": 0, + "definition": "The date of birth for the practitioner.", + "isModifier": false, + "short": "The date on which the practitioner was born", + "mapping": [ + { "map": "STF-6", "identity": "v2" }, + { "map": "./birthTime", "identity": "rim" }, + { + "map": "ParticipantLiving.birthDate", + "identity": "interface" + }, + { + "map": "(not represented in ServD)", + "identity": "servd" + } + ], + "type": [{ "code": "date" }], + "mustSupport": false, + "max": "1", + "id": "Practitioner.birthDate", + "isSummary": true + }, + { + "path": "Practitioner.deceased[x]", + "min": 0, + "definition": "Indicates if the practitioner is deceased or not.", + "isModifier": false, + "short": "Indicates if the practitioner is deceased or not", + "mapping": [ + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedInd, player[classCode=PSN|ANM and determinerCode=INSTANCE]/deceasedTime", + "identity": "rim" + } + ], + "type": [{ "code": "boolean" }, { "code": "dateTime" }], + "mustSupport": false, + "max": "1", + "id": "Practitioner.deceased[x]", + "comment": "If there's no value in the instance, it means there is no statement on whether or not the practitioner is deceased. Most systems will interpret the absence of a value as a sign of the person being alive.", + "isSummary": true + }, + { + "path": "Practitioner.address", + "requirements": "The home/mailing address of the practitioner is often required for employee administration purposes, and also for some rostering services where the start point (practitioners home) can be used in calculations.", + "min": 0, + "definition": "Address(es) of the practitioner that are not role specific (typically home address). \rWork addresses are not typically entered in this property as they are usually role dependent.", + "isModifier": false, + "short": "Address(es) of the practitioner that are not role specific (typically home address)", + "mapping": [ + { + "map": "ORC-24, STF-11, ROL-11, PRT-14", + "identity": "v2" + }, + { "map": "./addr", "identity": "rim" }, + { + "map": "ParticipantContactable.address", + "identity": "interface" + }, + { "map": "./Addresses", "identity": "servd" } + ], + "type": [{ "code": "Address" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.address", + "comment": "The PractitionerRole does not have an address value on it, as it is expected that the location property be used for this purpose (which has an address).", + "isSummary": true + }, + { + "path": "Practitioner.photo", + "requirements": "Many EHR systems have the capability to capture an image of patients and personnel. Fits with newer social media usage too.", + "min": 0, + "definition": "Image of the person.", + "isModifier": false, + "short": "Image of the person", + "mapping": [ + { + "map": "./subjectOf/ObservationEvent[code=\"photo\"]/value", + "identity": "rim" + }, + { + "map": "ParticipantLiving.photo", + "identity": "interface" + }, + { + "map": "./ImageURI (only supports the URI reference)", + "identity": "servd" + } + ], + "type": [{ "code": "Attachment" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.photo", + "isSummary": false + }, + { + "path": "Practitioner.qualification", + "min": 0, + "definition": "The official qualifications, certifications, accreditations, training, licenses (and other types of educations/skills/capabilities) that authorize or otherwise pertain to the provision of care by the practitioner.\r\rFor example, a medical license issued by a medical board of licensure authorizing the practitioner to practice medicine within a certain locality.", + "isModifier": false, + "short": "Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care", + "mapping": [ + { "map": "CER?", "identity": "v2" }, + { + "map": ".playingEntity.playingRole[classCode=QUAL].code", + "identity": "rim" + }, + { "map": "./Qualifications", "identity": "servd" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.qualification", + "comment": "The PractitionerRole.specialty defines the functional role that they are practicing at a given organization or location. Those specialties may or might not require a qualification, and are not defined on the practitioner.", + "isSummary": false + }, + { + "path": "Practitioner.qualification.identifier", + "requirements": "Often, specific identities are assigned for the qualification.", + "min": 0, + "definition": "An identifier that applies to this person's qualification.", + "isModifier": false, + "short": "An identifier for this qualification for the practitioner", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].id", + "identity": "rim" + } + ], + "type": [{ "code": "Identifier" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.qualification.identifier", + "isSummary": false + }, + { + "path": "Practitioner.qualification.code", + "min": 1, + "definition": "Coded representation of the qualification.", + "isModifier": false, + "short": "Coded representation of the qualification", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].code", + "identity": "rim" + }, + { "map": "./Qualifications.Value", "identity": "servd" } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "example", + "valueSet": "http://terminology.hl7.org/ValueSet/v2-0360", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Qualification" + } + ], + "description": "Specific qualification the practitioner has to provide a service." + }, + "max": "1", + "id": "Practitioner.qualification.code", + "isSummary": false + }, + { + "path": "Practitioner.qualification.period", + "requirements": "Qualifications are often for a limited period of time, and can be revoked.", + "min": 0, + "definition": "Period during which the qualification is valid.", + "isModifier": false, + "short": "Period during which the qualification is valid", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].effectiveTime", + "identity": "rim" + }, + { + "map": "./Qualifications.StartDate and ./Qualifications.EndDate", + "identity": "servd" + } + ], + "type": [{ "code": "Period" }], + "mustSupport": false, + "max": "1", + "id": "Practitioner.qualification.period", + "isSummary": false + }, + { + "path": "Practitioner.qualification.issuer", + "min": 0, + "definition": "Organization that regulates and issues the qualification.", + "isModifier": false, + "short": "Organization that regulates and issues the qualification", + "mapping": [ + { + "map": ".playingEntity.playingRole[classCode=QUAL].scoper", + "identity": "rim" + } + ], + "type": [ + { + "code": "Reference", + "targetProfile": [ + "http://hl7.org/fhir/StructureDefinition/Organization" + ] + } + ], + "mustSupport": false, + "max": "1", + "id": "Practitioner.qualification.issuer", + "isSummary": false + }, + { + "path": "Practitioner.communication", + "min": 0, + "definition": "A language which may be used to communicate with the practitioner, often for correspondence/administrative purposes.\r\rThe `PractitionerRole.communication` property should be used for publishing the languages that a practitioner is able to communicate with patients (on a per Organization/Role basis).", + "isModifier": false, + "short": "A language which may be used to communicate with the practitioner", + "mapping": [ + { "map": "LanguageCommunication", "identity": "rim" } + ], + "type": [{ "code": "BackboneElement" }], + "mustSupport": false, + "max": "*", + "id": "Practitioner.communication", + "comment": "If no language is specified, this *implies* that the default local language is spoken. If you need to convey proficiency for multiple modes, then you need multiple Practitioner.Communication associations.\r\rFor animals, language is not a relevant field, and should be absent from the instance.", + "isSummary": false + }, + { + "path": "Practitioner.communication.language", + "requirements": "Most systems in multilingual countries will want to convey language. Not all systems actually need the regional dialect.", + "min": 1, + "definition": "The ISO-639-1 alpha 2 code in lower case for the language, optionally followed by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g. \"en\" for English, or \"en-US\" for American English versus \"en-AU\" for Australian English.", + "isModifier": false, + "short": "The language code used to communicate with the practitioner", + "mapping": [ + { "map": "PID-15, LAN-2", "identity": "v2" }, + { + "map": "player[classCode=PSN|ANM and determinerCode=INSTANCE]/languageCommunication/code", + "identity": "rim" + } + ], + "type": [{ "code": "CodeableConcept" }], + "mustSupport": false, + "binding": { + "strength": "required", + "valueSet": "http://hl7.org/fhir/ValueSet/all-languages|5.0.0", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", + "valueString": "Language" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", + "valueBoolean": true + } + ], + "additional": [ + { + "purpose": "starter", + "valueSet": "http://hl7.org/fhir/ValueSet/languages" + } + ], + "description": "IETF language tag for a human language" + }, + "max": "1", + "id": "Practitioner.communication.language", + "comment": "The structure aa-BB with this exact casing is one the most widely used notations for locale. However not all systems actually code this but instead have it as free text. Hence CodeableConcept instead of code as the data type.", + "isSummary": false + }, + { + "path": "Practitioner.communication.preferred", + "requirements": "People that master multiple languages up to certain level may prefer one or more, i.e. feel more confident in communicating in a particular language making other languages sort of a fall back method.", + "min": 0, + "definition": "Indicates whether or not the person prefers this language (over other languages he masters up a certain level).", + "isModifier": false, + "short": "Language preference indicator", + "mapping": [{ "map": "preferenceInd", "identity": "rim" }], + "type": [{ "code": "boolean" }], + "mustSupport": false, + "max": "1", + "id": "Practitioner.communication.preferred", + "comment": "This language is specifically identified for communicating directly with the practitioner (typically un-related to patient communications).", + "isSummary": false + } + ] + }, + "contact": [ + { + "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] + }, + { + "telecom": [ + { + "value": "http://www.hl7.org/Special/committees/pafm/index.cfm", + "system": "url" + } + ] + } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource" + }, + { + "description": "decimal Type: A rational number with implicit precision", + "package": "hl7.fhir.r5.core", + "technical-id": "hl7.fhir.r5.core/5.0.0/StructureDefinition/http://hl7.org/fhir/StructureDefinition/decimal/5.0.0", + "date": "2023-03-26T15:21:02+11:00", + "derivation": "specialization", + "meta": { "lastUpdated": "2023-03-26T15:21:02.749+11:00" }, + "publisher": "HL7 FHIR Standard", + "fhirVersion": "5.0.0", + "jurisdiction": [ + { + "coding": [ + { + "code": "001", + "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", + "display": "World" + } + ] + } + ], + "name": "decimal", + "abstract": false, + "type": "decimal", + "experimental": false, + "resourceType": "StructureDefinition", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", + "valueCode": "normative" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", + "valueCode": "4.0.0" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-range" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "is-continuous" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", + "valueCode": "has-length" + } + ], + "status": "active", + "id": "decimal", + "kind": "primitive-type", + "url": "http://hl7.org/fhir/StructureDefinition/decimal", + "packageVersion": "5.0.0", + "version": "5.0.0", + "fqn": "hl7.fhir.r5.core#5.0.0/decimal", + "differential": { + "element": [ + { + "id": "decimal", + "max": "*", + "min": 0, + "path": "decimal", + "short": "Primitive Type decimal", + "comment": "Do not use an IEEE type floating point type, instead use something that works like a true decimal, with inbuilt precision (e.g. Java BigInteger)", + "definition": "A rational number with implicit precision" + }, + { + "id": "decimal.value", + "max": "1", + "min": 0, + "path": "decimal.value", + "type": [ + { + "code": "http://hl7.org/fhirpath/System.Decimal", + "extension": [ + { + "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", + "valueUrl": "decimal" + }, + { + "url": "http://hl7.org/fhir/StructureDefinition/regex", + "valueString": "-?(0|[1-9][0-9]{0,17})(\\.[0-9]{1,17})?([eE][+-]?[0-9]{1,9}})?" + } + ] + } + ], + "short": "Primitive value for decimal", + "definition": "Primitive value for decimal", + "representation": ["xmlAttr"] + } + ] + }, + "contact": [ + { "telecom": [{ "value": "http://hl7.org/fhir", "system": "url" }] } + ], + "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PrimitiveType" + } +] diff --git a/src/mock_server/main.clj b/src/mock_server/main.clj new file mode 100644 index 0000000..658df3c --- /dev/null +++ b/src/mock_server/main.clj @@ -0,0 +1,46 @@ +(ns mock-server.main + (:require [org.httpkit.server :as server] + [clojure.java.io :as io] + [clojure.data.json :as json])) + +(defn not-found [] + {:status 404 + :headers {"Content-Type" "application/json"} + :body (json/write-str {:status 404})}) + +(defn app [req] + (case (:uri req) + "/r5/fhir-packages" + {:status 200 + :headers {"Content-Type" "application/json"} + :body (slurp (io/file "resources/aidbox_schemas/r5/fhir-packages.json"))} + + "/r5/fhir-packages/hl7.fhir.r5.core%235.0.0/schemas" + {:status 200 + :headers {"Content-Type" "application/json"} + :body (slurp (io/file "resources/aidbox_schemas/r5/schemas.json"))} + + "/r4/fhir-packages" + {:status 200 + :headers {"Content-Type" "application/json"} + :body (slurp (io/file "resources/aidbox_schemas/r4/fhir-packages.json"))} + + "/r4/fhir-packages/hl7.fhir.r4.core%234.0.1/schemas" + {:status 200 + :headers {"Content-Type" "application/json"} + :body (slurp (io/file "resources/aidbox_schemas/r4/schemas.json"))} + + ;; else + (not-found))) + +(defn -main [] + (server/run-server app {:port 3333})) + +(comment + (def my-server (server/run-server app {:port 3333})) + + ;; stop server + (my-server) + + ; + )